diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..e0ff425
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,16 @@
+
+
+
+# 页面标题
+VITE_APP_TITLE = 水情自动测报系统
+
+# 开发环境配置
+VITE_APP_ENV = 'development'
+
+
+# 水情自动测报系统/开发环境
+# VITE_APP_BASE_API = '/dev-api'
+# VITE_APP_BASE_API = 'https://sw.zjswxjs.com/swzh-api' # 省水文
+# VITE_APP_BASE_API = 'http://192.168.16.216:3280/report-api' # 赣县
+VITE_APP_BASE_API = 'http://223.93.169.165:8022/report-api' # 建德
+
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..89b59b1
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,11 @@
+# 页面标题
+VITE_APP_TITLE = 水情自动测报系统
+
+# 生产环境配置
+VITE_APP_ENV = 'production'
+
+# 水情自动测报系统/生产环境
+VITE_APP_BASE_API = '/prod-api'
+
+# 是否在打包时开启压缩,支持 gzip 和 brotli
+VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/.env.staging b/.env.staging
new file mode 100644
index 0000000..1106b1e
--- /dev/null
+++ b/.env.staging
@@ -0,0 +1,11 @@
+# 页面标题
+VITE_APP_TITLE = 水情自动测报系统
+
+# 生产环境配置
+VITE_APP_ENV = 'staging'
+
+# 水情自动测报系统/生产环境
+VITE_APP_BASE_API = '/stage-api'
+
+# 是否在打包时开启压缩,支持 gzip 和 brotli
+VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..78a752d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+.DS_Store
+node_modules/
+dist/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+**/*.log
+
+tests/**/coverage/
+tests/e2e/reports
+selenium-debug.log
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.local
+
+package-lock.json
+yarn.lock
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..8564f29
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2018 RuoYi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
index f31eaf4..028a22f 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,13 @@ yarn dev
3.el-card-p:表示除去搜索条件后右边还剩余的高度
4. card-shadow:表示右边主体内容是否添加阴影
5. carder-border:右边主体内容是否添加边框
-6. custom-dialog:弹窗自定义头部样式需要的主类名
\ No newline at end of file
+6. custom-dialog:弹窗自定义头部样式需要的主类名
+7. scrollable-table:表格右侧始终显示滚动条
+
+
+
+
+## 公共组件说明
+1. ESelectSingle: 普通下拉框选择器
+2. ETree: 页面左侧树结构
+3. SingleStation: 级联下拉框选择器
\ No newline at end of file
diff --git a/html/ie.html b/html/ie.html
new file mode 100644
index 0000000..052ffcd
--- /dev/null
+++ b/html/ie.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+ 请升级您的浏览器
+
+
+
+
+
+
+请升级您的浏览器,以便我们更好的为您提供服务!
+您正在使用 Internet Explorer 的早期版本(IE11以下版本或使用该内核的浏览器)。这意味着在升级浏览器前,您将无法访问此网站。
+
+请注意:微软公司对Windows XP 及 Internet Explorer 早期版本的支持已经结束
+自 2016 年 1 月 12 日起,Microsoft 不再为 IE 11 以下版本提供相应支持和更新。没有关键的浏览器安全更新,您的电脑可能易受有害病毒、间谍软件和其他恶意软件的攻击,它们可以窃取或损害您的业务数据和信息。请参阅 微软对 Internet Explorer 早期版本的支持将于 2016 年 1 月 12 日结束的说明 。
+
+您可以选择更先进的浏览器
+推荐使用以下浏览器的最新版本。如果您的电脑已有以下浏览器的最新版本则直接使用该浏览器访问即可。
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..be5fd42
--- /dev/null
+++ b/index.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+ 水情自动测报系统
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..51a9857
--- /dev/null
+++ b/package.json
@@ -0,0 +1,55 @@
+{
+ "name": "ruoyi",
+ "version": "3.8.7",
+ "description": "水情自动测报系统",
+ "author": "若依",
+ "license": "MIT",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build:prod": "vite build",
+ "build:stage": "vite build --mode staging",
+ "preview": "vite preview"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://gitee.com/y_project/RuoYi-Vue.git"
+ },
+ "dependencies": {
+ "@element-plus/icons-vue": "2.3.1",
+ "@vueup/vue-quill": "1.2.0",
+ "@vueuse/core": "10.6.1",
+ "axios": "0.27.2",
+ "dayjs": "^1.11.18",
+ "echarts": "5.4.3",
+ "element-plus": "2.4.3",
+ "file-saver": "2.0.5",
+ "fuse.js": "6.6.2",
+ "js-cookie": "3.0.5",
+ "jsencrypt": "3.3.2",
+ "leaflet": "^1.9.4",
+ "leaflet.sidepanel": "^1.2.3",
+ "lodash": "^4.17.21",
+ "nprogress": "0.2.0",
+ "pinia": "2.1.7",
+ "splitpanes": "^4.0.4",
+ "vue": "3.3.9",
+ "vue-cropper": "1.1.1",
+ "vue-router": "4.2.5",
+ "vxe": "^0.0.1",
+ "vxe-pc-ui": "~4.9.42",
+ "vxe-table": "~4.16.21",
+ "xe-utils": "^3.7.9",
+ "xlsx": "^0.18.5"
+ },
+ "devDependencies": {
+ "@vitejs/plugin-vue": "4.5.0",
+ "@vue/compiler-sfc": "3.3.9",
+ "sass": "1.69.5",
+ "unplugin-auto-import": "0.17.1",
+ "unplugin-vue-setup-extend-plus": "1.0.0",
+ "vite": "5.0.4",
+ "vite-plugin-compression": "0.5.1",
+ "vite-plugin-svg-icons": "2.0.1"
+ }
+}
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..b126bfd
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/src/App.vue b/src/App.vue
new file mode 100644
index 0000000..31839f2
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,15 @@
+
+
+
+
+
diff --git a/src/api/login.js b/src/api/login.js
new file mode 100644
index 0000000..34348d8
--- /dev/null
+++ b/src/api/login.js
@@ -0,0 +1,62 @@
+
+import request from '@/utils/request'
+import { encrypt } from '@/utils/jsencrypt'
+// 登录方法
+export function login(username, password, code, uuid) {
+ password = encrypt(password);
+ const data = {
+ username,
+ password,
+ code,
+ uuid
+ }
+ return request({
+ url: '/login',
+ headers: {
+ isToken: false,
+ repeatSubmit: false
+ },
+ method: 'post',
+ data: data
+ })
+}
+
+// 注册方法
+export function register(data) {
+ return request({
+ url: '/register',
+ headers: {
+ isToken: false
+ },
+ method: 'post',
+ data: data
+ })
+}
+
+// 获取用户详细信息
+export function getInfo() {
+ return request({
+ url: '/getInfo',
+ method: 'get'
+ })
+}
+
+// 退出方法
+export function logout() {
+ return request({
+ url: '/logout',
+ method: 'post'
+ })
+}
+
+// 获取验证码
+export function getCodeImg() {
+ return request({
+ url: '/captchaImage',
+ headers: {
+ isToken: false
+ },
+ method: 'get',
+ timeout: 20000
+ })
+}
\ No newline at end of file
diff --git a/src/api/menu.js b/src/api/menu.js
new file mode 100644
index 0000000..faef101
--- /dev/null
+++ b/src/api/menu.js
@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+// 获取路由
+export const getRouters = () => {
+ return request({
+ url: '/getRouters',
+ method: 'get'
+ })
+}
\ No newline at end of file
diff --git a/src/api/monitor/cache.js b/src/api/monitor/cache.js
new file mode 100644
index 0000000..72c5f6a
--- /dev/null
+++ b/src/api/monitor/cache.js
@@ -0,0 +1,57 @@
+import request from '@/utils/request'
+
+// 查询缓存详细
+export function getCache() {
+ return request({
+ url: '/monitor/cache',
+ method: 'get'
+ })
+}
+
+// 查询缓存名称列表
+export function listCacheName() {
+ return request({
+ url: '/monitor/cache/getNames',
+ method: 'get'
+ })
+}
+
+// 查询缓存键名列表
+export function listCacheKey(cacheName) {
+ return request({
+ url: '/monitor/cache/getKeys/' + cacheName,
+ method: 'get'
+ })
+}
+
+// 查询缓存内容
+export function getCacheValue(cacheName, cacheKey) {
+ return request({
+ url: '/monitor/cache/getValue/' + cacheName + '/' + cacheKey,
+ method: 'get'
+ })
+}
+
+// 清理指定名称缓存
+export function clearCacheName(cacheName) {
+ return request({
+ url: '/monitor/cache/clearCacheName/' + cacheName,
+ method: 'delete'
+ })
+}
+
+// 清理指定键名缓存
+export function clearCacheKey(cacheKey) {
+ return request({
+ url: '/monitor/cache/clearCacheKey/' + cacheKey,
+ method: 'delete'
+ })
+}
+
+// 清理全部缓存
+export function clearCacheAll() {
+ return request({
+ url: '/monitor/cache/clearCacheAll',
+ method: 'delete'
+ })
+}
diff --git a/src/api/monitor/job.js b/src/api/monitor/job.js
new file mode 100644
index 0000000..3815569
--- /dev/null
+++ b/src/api/monitor/job.js
@@ -0,0 +1,71 @@
+import request from '@/utils/request'
+
+// 查询定时任务调度列表
+export function listJob(query) {
+ return request({
+ url: '/monitor/job/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询定时任务调度详细
+export function getJob(jobId) {
+ return request({
+ url: '/monitor/job/' + jobId,
+ method: 'get'
+ })
+}
+
+// 新增定时任务调度
+export function addJob(data) {
+ return request({
+ url: '/monitor/job',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改定时任务调度
+export function updateJob(data) {
+ return request({
+ url: '/monitor/job',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除定时任务调度
+export function delJob(jobId) {
+ return request({
+ url: '/monitor/job/' + jobId,
+ method: 'delete'
+ })
+}
+
+// 任务状态修改
+export function changeJobStatus(jobId, status) {
+ const data = {
+ jobId,
+ status
+ }
+ return request({
+ url: '/monitor/job/changeStatus',
+ method: 'put',
+ data: data
+ })
+}
+
+
+// 定时任务立即执行一次
+export function runJob(jobId, jobGroup) {
+ const data = {
+ jobId,
+ jobGroup
+ }
+ return request({
+ url: '/monitor/job/run',
+ method: 'put',
+ data: data
+ })
+}
\ No newline at end of file
diff --git a/src/api/monitor/jobLog.js b/src/api/monitor/jobLog.js
new file mode 100644
index 0000000..6e0be61
--- /dev/null
+++ b/src/api/monitor/jobLog.js
@@ -0,0 +1,26 @@
+import request from '@/utils/request'
+
+// 查询调度日志列表
+export function listJobLog(query) {
+ return request({
+ url: '/monitor/jobLog/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 删除调度日志
+export function delJobLog(jobLogId) {
+ return request({
+ url: '/monitor/jobLog/' + jobLogId,
+ method: 'delete'
+ })
+}
+
+// 清空调度日志
+export function cleanJobLog() {
+ return request({
+ url: '/monitor/jobLog/clean',
+ method: 'delete'
+ })
+}
diff --git a/src/api/monitor/logininfor.js b/src/api/monitor/logininfor.js
new file mode 100644
index 0000000..4d112b7
--- /dev/null
+++ b/src/api/monitor/logininfor.js
@@ -0,0 +1,34 @@
+import request from '@/utils/request'
+
+// 查询登录日志列表
+export function list(query) {
+ return request({
+ url: '/monitor/logininfor/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 删除登录日志
+export function delLogininfor(infoId) {
+ return request({
+ url: '/monitor/logininfor/' + infoId,
+ method: 'delete'
+ })
+}
+
+// 解锁用户登录状态
+export function unlockLogininfor(userName) {
+ return request({
+ url: '/monitor/logininfor/unlock/' + userName,
+ method: 'get'
+ })
+}
+
+// 清空登录日志
+export function cleanLogininfor() {
+ return request({
+ url: '/monitor/logininfor/clean',
+ method: 'delete'
+ })
+}
diff --git a/src/api/monitor/online.js b/src/api/monitor/online.js
new file mode 100644
index 0000000..bd22137
--- /dev/null
+++ b/src/api/monitor/online.js
@@ -0,0 +1,18 @@
+import request from '@/utils/request'
+
+// 查询在线用户列表
+export function list(query) {
+ return request({
+ url: '/monitor/online/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 强退用户
+export function forceLogout(tokenId) {
+ return request({
+ url: '/monitor/online/' + tokenId,
+ method: 'delete'
+ })
+}
diff --git a/src/api/monitor/operlog.js b/src/api/monitor/operlog.js
new file mode 100644
index 0000000..a04bca8
--- /dev/null
+++ b/src/api/monitor/operlog.js
@@ -0,0 +1,26 @@
+import request from '@/utils/request'
+
+// 查询操作日志列表
+export function list(query) {
+ return request({
+ url: '/monitor/operlog/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 删除操作日志
+export function delOperlog(operId) {
+ return request({
+ url: '/monitor/operlog/' + operId,
+ method: 'delete'
+ })
+}
+
+// 清空操作日志
+export function cleanOperlog() {
+ return request({
+ url: '/monitor/operlog/clean',
+ method: 'delete'
+ })
+}
diff --git a/src/api/monitor/server.js b/src/api/monitor/server.js
new file mode 100644
index 0000000..e1f9ca2
--- /dev/null
+++ b/src/api/monitor/server.js
@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+// 获取服务信息
+export function getServer() {
+ return request({
+ url: '/monitor/server',
+ method: 'get'
+ })
+}
\ No newline at end of file
diff --git a/src/api/system/config.js b/src/api/system/config.js
new file mode 100644
index 0000000..a404d82
--- /dev/null
+++ b/src/api/system/config.js
@@ -0,0 +1,60 @@
+import request from '@/utils/request'
+
+// 查询参数列表
+export function listConfig(query) {
+ return request({
+ url: '/system/config/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询参数详细
+export function getConfig(configId) {
+ return request({
+ url: '/system/config/' + configId,
+ method: 'get'
+ })
+}
+
+// 根据参数键名查询参数值
+export function getConfigKey(configKey) {
+ return request({
+ url: '/system/config/configKey/' + configKey,
+ method: 'get'
+ })
+}
+
+// 新增参数配置
+export function addConfig(data) {
+ return request({
+ url: '/system/config',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改参数配置
+export function updateConfig(data) {
+ return request({
+ url: '/system/config',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除参数配置
+export function delConfig(configId) {
+ return request({
+ url: '/system/config/' + configId,
+ method: 'delete'
+ })
+}
+
+// 刷新参数缓存
+export function refreshCache() {
+ return request({
+ url: '/system/config/refreshCache',
+ method: 'delete'
+ })
+}
diff --git a/src/api/system/dept.js b/src/api/system/dept.js
new file mode 100644
index 0000000..fc943cd
--- /dev/null
+++ b/src/api/system/dept.js
@@ -0,0 +1,52 @@
+import request from '@/utils/request'
+
+// 查询部门列表
+export function listDept(query) {
+ return request({
+ url: '/system/dept/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询部门列表(排除节点)
+export function listDeptExcludeChild(deptId) {
+ return request({
+ url: '/system/dept/list/exclude/' + deptId,
+ method: 'get'
+ })
+}
+
+// 查询部门详细
+export function getDept(deptId) {
+ return request({
+ url: '/system/dept/' + deptId,
+ method: 'get'
+ })
+}
+
+// 新增部门
+export function addDept(data) {
+ return request({
+ url: '/system/dept',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改部门
+export function updateDept(data) {
+ return request({
+ url: '/system/dept',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除部门
+export function delDept(deptId) {
+ return request({
+ url: '/system/dept/' + deptId,
+ method: 'delete'
+ })
+}
\ No newline at end of file
diff --git a/src/api/system/dict/data.js b/src/api/system/dict/data.js
new file mode 100644
index 0000000..6c9eb79
--- /dev/null
+++ b/src/api/system/dict/data.js
@@ -0,0 +1,52 @@
+import request from '@/utils/request'
+
+// 查询字典数据列表
+export function listData(query) {
+ return request({
+ url: '/system/dict/data/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询字典数据详细
+export function getData(dictCode) {
+ return request({
+ url: '/system/dict/data/' + dictCode,
+ method: 'get'
+ })
+}
+
+// 根据字典类型查询字典数据信息
+export function getDicts(dictType) {
+ return request({
+ url: '/system/dict/data/type/' + dictType,
+ method: 'get'
+ })
+}
+
+// 新增字典数据
+export function addData(data) {
+ return request({
+ url: '/system/dict/data',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改字典数据
+export function updateData(data) {
+ return request({
+ url: '/system/dict/data',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除字典数据
+export function delData(dictCode) {
+ return request({
+ url: '/system/dict/data/' + dictCode,
+ method: 'delete'
+ })
+}
diff --git a/src/api/system/dict/type.js b/src/api/system/dict/type.js
new file mode 100644
index 0000000..a0254ba
--- /dev/null
+++ b/src/api/system/dict/type.js
@@ -0,0 +1,60 @@
+import request from '@/utils/request'
+
+// 查询字典类型列表
+export function listType(query) {
+ return request({
+ url: '/system/dict/type/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询字典类型详细
+export function getType(dictId) {
+ return request({
+ url: '/system/dict/type/' + dictId,
+ method: 'get'
+ })
+}
+
+// 新增字典类型
+export function addType(data) {
+ return request({
+ url: '/system/dict/type',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改字典类型
+export function updateType(data) {
+ return request({
+ url: '/system/dict/type',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除字典类型
+export function delType(dictId) {
+ return request({
+ url: '/system/dict/type/' + dictId,
+ method: 'delete'
+ })
+}
+
+// 刷新字典缓存
+export function refreshCache() {
+ return request({
+ url: '/system/dict/type/refreshCache',
+ method: 'delete'
+ })
+}
+
+// 获取字典选择框列表
+export function optionselect() {
+ return request({
+ url: '/system/dict/type/optionselect',
+ method: 'get'
+ })
+}
diff --git a/src/api/system/menu.js b/src/api/system/menu.js
new file mode 100644
index 0000000..f6415c6
--- /dev/null
+++ b/src/api/system/menu.js
@@ -0,0 +1,60 @@
+import request from '@/utils/request'
+
+// 查询菜单列表
+export function listMenu(query) {
+ return request({
+ url: '/system/menu/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询菜单详细
+export function getMenu(menuId) {
+ return request({
+ url: '/system/menu/' + menuId,
+ method: 'get'
+ })
+}
+
+// 查询菜单下拉树结构
+export function treeselect() {
+ return request({
+ url: '/system/menu/treeselect',
+ method: 'get'
+ })
+}
+
+// 根据角色ID查询菜单下拉树结构
+export function roleMenuTreeselect(roleId) {
+ return request({
+ url: '/system/menu/roleMenuTreeselect/' + roleId,
+ method: 'get'
+ })
+}
+
+// 新增菜单
+export function addMenu(data) {
+ return request({
+ url: '/system/menu',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改菜单
+export function updateMenu(data) {
+ return request({
+ url: '/system/menu',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除菜单
+export function delMenu(menuId) {
+ return request({
+ url: '/system/menu/' + menuId,
+ method: 'delete'
+ })
+}
\ No newline at end of file
diff --git a/src/api/system/notice.js b/src/api/system/notice.js
new file mode 100644
index 0000000..c274ea5
--- /dev/null
+++ b/src/api/system/notice.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询公告列表
+export function listNotice(query) {
+ return request({
+ url: '/system/notice/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询公告详细
+export function getNotice(noticeId) {
+ return request({
+ url: '/system/notice/' + noticeId,
+ method: 'get'
+ })
+}
+
+// 新增公告
+export function addNotice(data) {
+ return request({
+ url: '/system/notice',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改公告
+export function updateNotice(data) {
+ return request({
+ url: '/system/notice',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除公告
+export function delNotice(noticeId) {
+ return request({
+ url: '/system/notice/' + noticeId,
+ method: 'delete'
+ })
+}
\ No newline at end of file
diff --git a/src/api/system/post.js b/src/api/system/post.js
new file mode 100644
index 0000000..1a8e9ca
--- /dev/null
+++ b/src/api/system/post.js
@@ -0,0 +1,44 @@
+import request from '@/utils/request'
+
+// 查询岗位列表
+export function listPost(query) {
+ return request({
+ url: '/system/post/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询岗位详细
+export function getPost(postId) {
+ return request({
+ url: '/system/post/' + postId,
+ method: 'get'
+ })
+}
+
+// 新增岗位
+export function addPost(data) {
+ return request({
+ url: '/system/post',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改岗位
+export function updatePost(data) {
+ return request({
+ url: '/system/post',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除岗位
+export function delPost(postId) {
+ return request({
+ url: '/system/post/' + postId,
+ method: 'delete'
+ })
+}
diff --git a/src/api/system/role.js b/src/api/system/role.js
new file mode 100644
index 0000000..f13e6f4
--- /dev/null
+++ b/src/api/system/role.js
@@ -0,0 +1,119 @@
+import request from '@/utils/request'
+
+// 查询角色列表
+export function listRole(query) {
+ return request({
+ url: '/system/role/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询角色详细
+export function getRole(roleId) {
+ return request({
+ url: '/system/role/' + roleId,
+ method: 'get'
+ })
+}
+
+// 新增角色
+export function addRole(data) {
+ return request({
+ url: '/system/role',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改角色
+export function updateRole(data) {
+ return request({
+ url: '/system/role',
+ method: 'put',
+ data: data
+ })
+}
+
+// 角色数据权限
+export function dataScope(data) {
+ return request({
+ url: '/system/role/dataScope',
+ method: 'put',
+ data: data
+ })
+}
+
+// 角色状态修改
+export function changeRoleStatus(roleId, status) {
+ const data = {
+ roleId,
+ status
+ }
+ return request({
+ url: '/system/role/changeStatus',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除角色
+export function delRole(roleId) {
+ return request({
+ url: '/system/role/' + roleId,
+ method: 'delete'
+ })
+}
+
+// 查询角色已授权用户列表
+export function allocatedUserList(query) {
+ return request({
+ url: '/system/role/authUser/allocatedList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询角色未授权用户列表
+export function unallocatedUserList(query) {
+ return request({
+ url: '/system/role/authUser/unallocatedList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 取消用户授权角色
+export function authUserCancel(data) {
+ return request({
+ url: '/system/role/authUser/cancel',
+ method: 'put',
+ data: data
+ })
+}
+
+// 批量取消用户授权角色
+export function authUserCancelAll(data) {
+ return request({
+ url: '/system/role/authUser/cancelAll',
+ method: 'put',
+ params: data
+ })
+}
+
+// 授权用户选择
+export function authUserSelectAll(data) {
+ return request({
+ url: '/system/role/authUser/selectAll',
+ method: 'put',
+ params: data
+ })
+}
+
+// 根据角色ID查询部门树结构
+export function deptTreeSelect(roleId) {
+ return request({
+ url: '/system/role/deptTree/' + roleId,
+ method: 'get'
+ })
+}
diff --git a/src/api/system/user.js b/src/api/system/user.js
new file mode 100644
index 0000000..f2f76ef
--- /dev/null
+++ b/src/api/system/user.js
@@ -0,0 +1,135 @@
+import request from '@/utils/request'
+import { parseStrEmpty } from "@/utils/ruoyi";
+
+// 查询用户列表
+export function listUser(query) {
+ return request({
+ url: '/system/user/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询用户详细
+export function getUser(userId) {
+ return request({
+ url: '/system/user/' + parseStrEmpty(userId),
+ method: 'get'
+ })
+}
+
+// 新增用户
+export function addUser(data) {
+ return request({
+ url: '/system/user',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改用户
+export function updateUser(data) {
+ return request({
+ url: '/system/user',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除用户
+export function delUser(userId) {
+ return request({
+ url: '/system/user/' + userId,
+ method: 'delete'
+ })
+}
+
+// 用户密码重置
+export function resetUserPwd(userId, password) {
+ const data = {
+ userId,
+ password
+ }
+ return request({
+ url: '/system/user/resetPwd',
+ method: 'put',
+ data: data
+ })
+}
+
+// 用户状态修改
+export function changeUserStatus(userId, status) {
+ const data = {
+ userId,
+ status
+ }
+ return request({
+ url: '/system/user/changeStatus',
+ method: 'put',
+ data: data
+ })
+}
+
+// 查询用户个人信息
+export function getUserProfile() {
+ return request({
+ url: '/system/user/profile',
+ method: 'get'
+ })
+}
+
+// 修改用户个人信息
+export function updateUserProfile(data) {
+ return request({
+ url: '/system/user/profile',
+ method: 'put',
+ data: data
+ })
+}
+
+// 用户密码重置
+export function updateUserPwd(oldPassword, newPassword) {
+ const data = {
+ oldPassword,
+ newPassword
+ }
+ return request({
+ url: '/system/user/profile/updatePwd',
+ method: 'put',
+ params: data
+ })
+}
+
+// 用户头像上传
+export function uploadAvatar(data) {
+ return request({
+ url: '/system/user/profile/avatar',
+ method: 'post',
+ data: data
+ })
+}
+
+// 查询授权角色
+export function getAuthRole(userId) {
+ return request({
+ url: '/system/user/authRole/' + userId,
+ method: 'get'
+ })
+}
+
+// 保存授权角色
+export function updateAuthRole(data) {
+ return request({
+ url: '/system/user/authRole',
+ method: 'put',
+ params: data
+ })
+}
+
+// 查询部门下拉树结构
+export function deptTreeSelect() {
+ return request({
+ url: '/system/user/deptTree',
+ method: 'get'
+ })
+}
diff --git a/src/api/tool/gen.js b/src/api/tool/gen.js
new file mode 100644
index 0000000..4506927
--- /dev/null
+++ b/src/api/tool/gen.js
@@ -0,0 +1,76 @@
+import request from '@/utils/request'
+
+// 查询生成表数据
+export function listTable(query) {
+ return request({
+ url: '/tool/gen/list',
+ method: 'get',
+ params: query
+ })
+}
+// 查询db数据库列表
+export function listDbTable(query) {
+ return request({
+ url: '/tool/gen/db/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询表详细信息
+export function getGenTable(tableId) {
+ return request({
+ url: '/tool/gen/' + tableId,
+ method: 'get'
+ })
+}
+
+// 修改代码生成信息
+export function updateGenTable(data) {
+ return request({
+ url: '/tool/gen',
+ method: 'put',
+ data: data
+ })
+}
+
+// 导入表
+export function importTable(data) {
+ return request({
+ url: '/tool/gen/importTable',
+ method: 'post',
+ params: data
+ })
+}
+
+// 预览生成代码
+export function previewTable(tableId) {
+ return request({
+ url: '/tool/gen/preview/' + tableId,
+ method: 'get'
+ })
+}
+
+// 删除表数据
+export function delTable(tableId) {
+ return request({
+ url: '/tool/gen/' + tableId,
+ method: 'delete'
+ })
+}
+
+// 生成代码(自定义路径)
+export function genCode(tableName) {
+ return request({
+ url: '/tool/gen/genCode/' + tableName,
+ method: 'get'
+ })
+}
+
+// 同步数据库
+export function synchDb(tableName) {
+ return request({
+ url: '/tool/gen/synchDb/' + tableName,
+ method: 'get'
+ })
+}
diff --git a/src/assets/401_images/401.gif b/src/assets/401_images/401.gif
new file mode 100644
index 0000000..cd6e0d9
Binary files /dev/null and b/src/assets/401_images/401.gif differ
diff --git a/src/assets/404_images/404.png b/src/assets/404_images/404.png
new file mode 100644
index 0000000..3d8e230
Binary files /dev/null and b/src/assets/404_images/404.png differ
diff --git a/src/assets/404_images/404_cloud.png b/src/assets/404_images/404_cloud.png
new file mode 100644
index 0000000..c6281d0
Binary files /dev/null and b/src/assets/404_images/404_cloud.png differ
diff --git a/src/assets/data/qingtian.json b/src/assets/data/qingtian.json
new file mode 100644
index 0000000..f019e96
--- /dev/null
+++ b/src/assets/data/qingtian.json
@@ -0,0 +1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":331121,"name":"青田县","center":[120.291939,28.135247],"centroid":[120.139789,28.203157],"childrenNum":0,"level":"district","acroutes":[100000,330000,331100],"parent":{"adcode":331100}},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.332855,28.410306],[120.331815,28.41148],[120.324421,28.408387],[120.321648,28.4078],[120.318164,28.408025],[120.313486,28.408826],[120.307299,28.407334],[120.30186,28.406775],[120.299512,28.407186],[120.295881,28.40712],[120.292734,28.407981],[120.287485,28.410636],[120.281171,28.414189],[120.277204,28.417326],[120.272901,28.421428],[120.271752,28.421894],[120.269461,28.423944],[120.268344,28.424394],[120.266764,28.423966],[120.264968,28.421625],[120.261548,28.420495],[120.258095,28.42044],[120.256959,28.420797],[120.253906,28.422667],[120.252726,28.423917],[120.24947,28.428737],[120.248169,28.431566],[120.24671,28.433359],[120.24572,28.433984],[120.243873,28.433638],[120.242166,28.432772],[120.240217,28.430667],[120.238789,28.430058],[120.236759,28.431319],[120.234861,28.433233],[120.234264,28.435908],[120.234226,28.439598],[120.233255,28.444242],[120.230292,28.448973],[120.227512,28.452487],[120.221864,28.457596],[120.217865,28.461816],[120.213226,28.463812],[120.208174,28.466629],[120.204373,28.470285],[120.201346,28.469616],[120.194701,28.470148],[120.190201,28.471562],[120.188551,28.469896],[120.187092,28.469216],[120.184293,28.467106],[120.178219,28.461504],[120.17339,28.457755],[120.171086,28.45634],[120.163413,28.452311],[120.159053,28.450864],[120.14881,28.446336],[120.143156,28.444631],[120.140839,28.444132],[120.13877,28.444094],[120.133528,28.446303],[120.130609,28.449],[120.128737,28.451719],[120.125748,28.457404],[120.122822,28.460331],[120.12041,28.463499],[120.116177,28.467095],[120.11169,28.470219],[120.106823,28.46784],[120.1004,28.465423],[120.098604,28.464469],[120.0942,28.464151],[120.091426,28.471441],[120.090842,28.473727],[120.091312,28.476029],[120.091236,28.47901],[120.088596,28.480791],[120.083214,28.477936],[120.079108,28.476248],[120.074761,28.472718],[120.069969,28.467347],[120.065895,28.464047],[120.058977,28.460002],[120.050987,28.45708],[120.048664,28.456346],[120.045085,28.454203],[120.041518,28.450913],[120.037952,28.448315],[120.030818,28.442191],[120.027797,28.438227],[120.024574,28.43173],[120.020823,28.425913],[120.018849,28.42174],[120.015048,28.417529],[120.011221,28.414918],[120.007851,28.414156],[119.999956,28.414348],[119.996998,28.41834],[119.991839,28.419421],[119.98626,28.417063],[119.982224,28.41397],[119.978359,28.409045],[119.976322,28.40406],[119.974316,28.39976],[119.966955,28.398767],[119.962335,28.397314],[119.957137,28.394133],[119.954535,28.388648],[119.951355,28.3846],[119.947611,28.383728],[119.942984,28.38545],[119.937793,28.388039],[119.933465,28.388033],[119.930285,28.385433],[119.926547,28.380815],[119.923368,28.374468],[119.919903,28.368987],[119.913569,28.363792],[119.904919,28.352253],[119.902323,28.347638],[119.892239,28.340719],[119.887638,28.334957],[119.884464,28.329765],[119.88152,28.326099],[119.87563,28.321477],[119.870363,28.319112],[119.862607,28.314797],[119.854268,28.309039],[119.847649,28.303863],[119.84075,28.29638],[119.833382,28.283456],[119.828242,28.27813],[119.821508,28.271706],[119.819465,28.266269],[119.816875,28.259938],[119.815067,28.253803],[119.812915,28.245389],[119.807902,28.243263],[119.8049,28.239468],[119.804379,28.233063],[119.806715,28.22702],[119.809685,28.223707],[119.814724,28.220323],[119.821204,28.214368],[119.824675,28.210582],[119.826554,28.205923],[119.827125,28.200862],[119.828318,28.198527],[119.828051,28.192114],[119.835705,28.195752],[119.839545,28.194702],[119.842013,28.19806],[119.840827,28.200851],[119.843543,28.203967],[119.84697,28.205456],[119.852193,28.206423],[119.856693,28.209022],[119.859923,28.212126],[119.864721,28.215406],[119.868414,28.217109],[119.874405,28.217824],[119.880206,28.214187],[119.88501,28.211505],[119.888101,28.204747],[119.893565,28.199291],[119.897163,28.19229],[119.900552,28.186674],[119.904576,28.183783],[119.908574,28.180211],[119.912738,28.174341],[119.913867,28.1704],[119.917542,28.159506],[119.919147,28.154404],[119.922314,28.149715],[119.927296,28.14474],[119.930368,28.137757],[119.935857,28.13254],[119.943289,28.124275],[119.949172,28.11606],[119.954344,28.109708],[119.958711,28.10269],[119.962043,28.095249],[119.965222,28.091019],[119.974919,28.074665],[119.974767,28.071232],[119.975249,28.064333],[119.974418,28.056795],[119.971848,28.051595],[119.969449,28.044101],[119.966599,28.037998],[119.960716,28.028086],[119.956997,28.01972],[119.953126,28.014106],[119.950829,28.008904],[119.946875,28.007423],[119.934886,28.005733],[119.927912,28.006185],[119.915282,28.007743],[119.909158,28.009774],[119.903288,28.011574],[119.897424,28.013605],[119.893153,28.0165],[119.888812,28.017794],[119.885708,28.017893],[119.880472,28.016467],[119.880085,28.013269],[119.882979,28.008354],[119.885067,28.002552],[119.886813,27.995175],[119.88666,27.994233],[119.884344,27.990076],[119.883087,27.988617],[119.876322,27.984334],[119.87523,27.983134],[119.873428,27.980331],[119.874139,27.975177],[119.875243,27.974147],[119.876462,27.973911],[119.879095,27.96961],[119.881608,27.967484],[119.882897,27.964621],[119.88593,27.960204],[119.888253,27.957627],[119.891077,27.95245],[119.892118,27.951359],[119.895063,27.952009],[119.89835,27.954901],[119.902926,27.955319],[119.906835,27.95424],[119.911087,27.956222],[119.915365,27.960303],[119.923298,27.964764],[119.928623,27.968817],[119.935458,27.970992],[119.943867,27.97314],[119.945567,27.973878],[119.948734,27.973476],[119.951888,27.973993],[119.953576,27.974682],[119.955385,27.974918],[119.958546,27.973718],[119.959783,27.97412],[119.960304,27.976075],[119.961433,27.976686],[119.962442,27.976212],[119.963889,27.973305],[119.966034,27.970205],[119.966276,27.967953],[119.968675,27.96673],[119.968744,27.962506],[119.967329,27.961063],[119.964613,27.9594],[119.964556,27.958778],[119.966295,27.957511],[119.963642,27.953849],[119.96215,27.950236],[119.962995,27.947372],[119.962544,27.941814],[119.962995,27.940619],[119.966904,27.937578],[119.979984,27.939143],[119.989357,27.939627],[119.993305,27.940432],[120.001251,27.941016],[120.006226,27.942288],[120.00688,27.942899],[120.006727,27.947052],[120.007756,27.947867],[120.009387,27.947906],[120.011214,27.946502],[120.013835,27.943527],[120.017478,27.941109],[120.020499,27.9396],[120.024688,27.939308],[120.027651,27.939644],[120.031783,27.94133],[120.03349,27.944409],[120.035927,27.947901],[120.038415,27.949674],[120.042991,27.951106],[120.046278,27.950919],[120.05239,27.95093],[120.059085,27.951089],[120.063547,27.951062],[120.065755,27.952037],[120.067354,27.953656],[120.068357,27.955264],[120.067849,27.957368],[120.066149,27.959571],[120.064315,27.961245],[120.065425,27.964445],[120.068167,27.967804],[120.071657,27.970662],[120.074291,27.972303],[120.076982,27.971967],[120.078746,27.967385],[120.081875,27.966796],[120.084407,27.967115],[120.086,27.96847],[120.087879,27.970623],[120.092207,27.974549],[120.094739,27.975017],[120.095704,27.97602],[120.096903,27.980612],[120.099048,27.982737],[120.100089,27.98255],[120.100521,27.98114],[120.106156,27.982242],[120.11209,27.982627],[120.11744,27.982605],[120.124612,27.981036],[120.127315,27.980722],[120.129644,27.979434],[120.132418,27.979439],[120.135769,27.977192],[120.13905,27.976383],[120.141429,27.976152],[120.143886,27.976609],[120.145751,27.979676],[120.14935,27.980133],[120.153405,27.977969],[120.155569,27.977556],[120.15694,27.978288],[120.159885,27.977215],[120.160469,27.97744],[120.161541,27.980232],[120.165082,27.980562],[120.168034,27.980491],[120.171937,27.97858],[120.175135,27.975475],[120.176709,27.972198],[120.176931,27.96917],[120.17655,27.966653],[120.175306,27.963195],[120.174856,27.960386],[120.176874,27.95967],[120.177509,27.957429],[120.177312,27.954791],[120.178334,27.952962],[120.181742,27.951112],[120.187853,27.948578],[120.190614,27.945538],[120.192816,27.944183],[120.192537,27.941842],[120.194828,27.939644],[120.197138,27.938294],[120.197766,27.937485],[120.20205,27.935975],[120.207648,27.936306],[120.209196,27.93613],[120.214026,27.934912],[120.218665,27.93565],[120.226909,27.933392],[120.228832,27.932527],[120.229955,27.931343],[120.234049,27.932803],[120.238624,27.93342],[120.240827,27.934103],[120.241594,27.934956],[120.241334,27.936846],[120.242128,27.938972],[120.243866,27.941484],[120.245612,27.943428],[120.246462,27.947443],[120.245961,27.952312],[120.247782,27.958034],[120.248975,27.96401],[120.253595,27.966179],[120.254712,27.966163],[120.25746,27.967347],[120.260291,27.965992],[120.260596,27.965309],[120.258044,27.961218],[120.26078,27.958761],[120.265584,27.957142],[120.270781,27.957379],[120.276531,27.959609],[120.281044,27.963536],[120.290049,27.97244],[120.295177,27.977077],[120.302317,27.977347],[120.30556,27.97825],[120.307311,27.978426],[120.311303,27.977506],[120.314997,27.978018],[120.319268,27.979219],[120.32166,27.979279],[120.324631,27.978993],[120.325989,27.97831],[120.326953,27.976592],[120.328153,27.967931],[120.328927,27.966669],[120.333065,27.968443],[120.336054,27.970678],[120.33806,27.972743],[120.339621,27.974918],[120.341309,27.976581],[120.343714,27.980997],[120.345269,27.981851],[120.347078,27.982247],[120.350651,27.98413],[120.349128,27.987698],[120.348436,27.987659],[120.345167,27.989124],[120.338504,27.989702],[120.335534,27.990451],[120.334702,27.992345],[120.335178,27.996859],[120.336403,27.999667],[120.341201,28.005932],[120.343054,28.012917],[120.343378,28.016054],[120.344476,28.019027],[120.348734,28.021019],[120.349178,28.02168],[120.348829,28.026176],[120.34914,28.028708],[120.34869,28.030711],[120.348829,28.0349],[120.348163,28.037255],[120.344907,28.03999],[120.344691,28.04086],[120.345459,28.044002],[120.347585,28.046467],[120.346995,28.047887],[120.34709,28.049493],[120.348112,28.051403],[120.350276,28.052569],[120.354287,28.052382],[120.357181,28.050561],[120.359358,28.05082],[120.36368,28.05252],[120.366402,28.051628],[120.368141,28.051992],[120.370521,28.053158],[120.372412,28.054924],[120.373225,28.057835],[120.373104,28.059838],[120.373853,28.061455],[120.374113,28.063376],[120.373802,28.066182],[120.371378,28.069241],[120.37014,28.072277],[120.367304,28.073664],[120.364632,28.075287],[120.363229,28.07686],[120.363128,28.078934],[120.362303,28.0801],[120.363026,28.081063],[120.365647,28.081838],[120.366409,28.083109],[120.365609,28.084517],[120.365876,28.086283],[120.368421,28.088912],[120.372876,28.091547],[120.376779,28.093538],[120.383658,28.095381],[120.387472,28.094193],[120.390233,28.094226],[120.3963,28.099099],[120.397925,28.098461],[120.399765,28.101761],[120.403211,28.106029],[120.405921,28.109026],[120.408676,28.111451],[120.410529,28.114168],[120.411843,28.11457],[120.412598,28.117099],[120.411741,28.119678],[120.406829,28.122439],[120.405598,28.124209],[120.408999,28.12907],[120.408707,28.13067],[120.408009,28.131616],[120.405445,28.132177],[120.40351,28.133502],[120.401117,28.134624],[120.400273,28.136586],[120.397817,28.137571],[120.393362,28.138313],[120.390519,28.139083],[120.385664,28.142062],[120.385899,28.143536],[120.385118,28.14623],[120.385899,28.147351],[120.397405,28.152458],[120.404075,28.154734],[120.408314,28.155889],[120.410992,28.156295],[120.414565,28.15607],[120.41876,28.155443],[120.421572,28.160198],[120.421622,28.160863],[120.419902,28.162589],[120.419414,28.165376],[120.418868,28.166734],[120.416031,28.168218],[120.414261,28.171093],[120.41367,28.172621],[120.414451,28.17527],[120.41539,28.177128],[120.416869,28.178749],[120.418183,28.179375],[120.420791,28.182184],[120.422092,28.182821],[120.427353,28.183613],[120.430222,28.183838],[120.431047,28.186921],[120.428749,28.192235],[120.427359,28.193631],[120.426642,28.19368],[120.42517,28.196373],[120.42326,28.197494],[120.420721,28.197906],[120.416717,28.199802],[120.413543,28.198384],[120.412344,28.199011],[120.412001,28.200049],[120.412236,28.204357],[120.413112,28.206428],[120.414045,28.210863],[120.415771,28.213906],[120.421572,28.216],[120.423412,28.219323],[120.427835,28.226718],[120.430602,28.22908],[120.43342,28.231942],[120.433598,28.233052],[120.435457,28.234008],[120.438428,28.234458],[120.439011,28.235936],[120.438301,28.236793],[120.435902,28.244323],[120.433484,28.247004],[120.428952,28.247086],[120.424586,28.248278],[120.423717,28.249409],[120.4226,28.252057],[120.421432,28.25383],[120.42194,28.255451],[120.424783,28.259114],[120.426458,28.264232],[120.426439,28.268076],[120.425716,28.270964],[120.423476,28.278685],[120.421787,28.282759],[120.418525,28.285729],[120.417808,28.288332],[120.417034,28.288853],[120.417078,28.292093],[120.416647,28.29475],[120.415663,28.297857],[120.41494,28.301096],[120.414159,28.302913],[120.411024,28.303868],[120.408777,28.304917],[120.403332,28.305834],[120.401231,28.306937],[120.39894,28.309061],[120.39498,28.315489],[120.393514,28.31606],[120.388704,28.315961],[120.386032,28.316137],[120.383785,28.316719],[120.379946,28.316977],[120.377705,28.317586],[120.374596,28.321686],[120.372482,28.325155],[120.373396,28.328596],[120.372121,28.330615],[120.369969,28.33134],[120.36427,28.331318],[120.362055,28.330632],[120.360551,28.329446],[120.358355,28.328843],[120.350828,28.33168],[120.348112,28.332394],[120.346481,28.334413],[120.346621,28.335143],[120.350498,28.336142],[120.35284,28.337426],[120.355296,28.338386],[120.359644,28.343336],[120.360773,28.345877],[120.359726,28.348418],[120.35939,28.353773],[120.36017,28.354898],[120.359859,28.359391],[120.358025,28.364401],[120.356502,28.365706],[120.355138,28.366058],[120.353488,28.367215],[120.34935,28.368016],[120.343555,28.367506],[120.341963,28.367714],[120.339075,28.369009],[120.334677,28.371352],[120.334144,28.373091],[120.335381,28.375104],[120.335121,28.37766],[120.334321,28.381369],[120.334417,28.383267],[120.335026,28.384479],[120.337349,28.384962],[120.339805,28.386092],[120.341664,28.388182],[120.342242,28.389657],[120.344691,28.392389],[120.344057,28.394764],[120.342248,28.395592],[120.33957,28.394824],[120.337641,28.395526],[120.334131,28.399639],[120.333255,28.402234],[120.332906,28.405497],[120.331688,28.407586],[120.332855,28.410306]]]]}}]}
\ No newline at end of file
diff --git a/src/assets/data/zj.json b/src/assets/data/zj.json
new file mode 100644
index 0000000..0d6d996
--- /dev/null
+++ b/src/assets/data/zj.json
@@ -0,0 +1 @@
+{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":330102,"name":"上城区","center":[120.171465,30.250236],"centroid":[120.219068,30.288987],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":0,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.293461,30.315084],[120.291631,30.315331],[120.291964,30.317814],[120.275562,30.319857],[120.272591,30.320516],[120.276251,30.3233],[120.281885,30.328499],[120.279318,30.336686],[120.277868,30.337948],[120.266553,30.331338],[120.268051,30.328663],[120.264437,30.326578],[120.258471,30.334355],[120.260872,30.335452],[120.261466,30.337523],[120.252552,30.337043],[120.248012,30.338853],[120.246015,30.342871],[120.243543,30.344174],[120.236056,30.339786],[120.234772,30.340691],[120.239883,30.344997],[120.242236,30.348261],[120.243947,30.354116],[120.243567,30.358188],[120.244233,30.359902],[120.247109,30.362343],[120.2468,30.363947],[120.239978,30.372146],[120.23482,30.376683],[120.23791,30.380028],[120.240334,30.387622],[120.237577,30.390062],[120.232395,30.392529],[120.228592,30.393544],[120.221294,30.387156],[120.210502,30.37911],[120.208815,30.376478],[120.208957,30.374243],[120.211121,30.37035],[120.210098,30.36987],[120.215209,30.364029],[120.215328,30.361452],[120.213569,30.359176],[120.210764,30.357585],[120.204251,30.352662],[120.199853,30.35099],[120.201042,30.348124],[120.20437,30.345738],[120.212285,30.34534],[120.212095,30.334149],[120.211168,30.332119],[120.207935,30.332298],[120.207531,30.330501],[120.204227,30.330625],[120.202349,30.326236],[120.204417,30.325961],[120.202421,30.322176],[120.197833,30.322244],[120.196906,30.320118],[120.204322,30.320488],[120.207198,30.320118],[120.200186,30.312148],[120.197952,30.314329],[120.194838,30.312093],[120.190607,30.312642],[120.18987,30.308856],[120.188301,30.30876],[120.188253,30.304507],[120.193007,30.30474],[120.190892,30.300295],[120.186494,30.29714],[120.183975,30.285367],[120.184926,30.28121],[120.18899,30.274321],[120.188182,30.270849],[120.188658,30.267294],[120.188063,30.257783],[120.171804,30.258003],[120.164079,30.25836],[120.156948,30.258058],[120.15923,30.256397],[120.16251,30.251565],[120.159848,30.249493],[120.15797,30.24672],[120.160442,30.246843],[120.154666,30.241119],[120.154381,30.23442],[120.15923,30.231578],[120.160347,30.227486],[120.150173,30.212849],[120.147368,30.210268],[120.145253,30.209581],[120.139405,30.210474],[120.138431,30.207947],[120.141069,30.206464],[120.141545,30.204061],[120.137551,30.201012],[120.1371,30.1981],[120.138169,30.19512],[120.140166,30.19284],[120.177628,30.205626],[120.182858,30.207933],[120.196573,30.216571],[120.211287,30.228722],[120.221057,30.23766],[120.241665,30.26514],[120.248036,30.272468],[120.252838,30.276091],[120.269786,30.284105],[120.270594,30.284722],[120.278961,30.286822],[120.288136,30.288235],[120.29377,30.289566],[120.295196,30.300981],[120.295505,30.306291],[120.293461,30.315084]]]]}},{"type":"Feature","properties":{"adcode":330105,"name":"拱墅区","center":[120.150053,30.314697],"centroid":[120.160939,30.328885],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":1,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.085779,30.331187],[120.088489,30.330529],[120.092007,30.326071],[120.095597,30.325481],[120.102038,30.312697],[120.102823,30.304672],[120.102062,30.300117],[120.105533,30.300227],[120.106507,30.292269],[120.109241,30.291995],[120.118012,30.29264],[120.128709,30.294286],[120.132512,30.292791],[120.135198,30.292626],[120.141188,30.293902],[120.144112,30.291144],[120.146132,30.286589],[120.149294,30.28206],[120.150934,30.278506],[120.153763,30.275734],[120.158469,30.259142],[120.156472,30.260295],[120.156948,30.258058],[120.164079,30.25836],[120.171804,30.258003],[120.188063,30.257783],[120.188658,30.267294],[120.188182,30.270849],[120.18899,30.274321],[120.184926,30.28121],[120.183975,30.285367],[120.186494,30.29714],[120.190892,30.300295],[120.193007,30.30474],[120.188253,30.304507],[120.188301,30.30876],[120.18987,30.308856],[120.190607,30.312642],[120.194838,30.312093],[120.197952,30.314329],[120.200186,30.312148],[120.207198,30.320118],[120.204322,30.320488],[120.196906,30.320118],[120.197833,30.322244],[120.202421,30.322176],[120.204417,30.325961],[120.202349,30.326236],[120.204227,30.330625],[120.207531,30.330501],[120.207935,30.332298],[120.211168,30.332119],[120.212095,30.334149],[120.212285,30.34534],[120.20437,30.345738],[120.201042,30.348124],[120.199853,30.35099],[120.204251,30.352662],[120.210764,30.357585],[120.213569,30.359176],[120.215328,30.361452],[120.215209,30.364029],[120.210098,30.36987],[120.211121,30.37035],[120.208957,30.374243],[120.208815,30.376478],[120.210502,30.37911],[120.221294,30.387156],[120.216778,30.387896],[120.212998,30.39109],[120.209908,30.392557],[120.19838,30.394174],[120.192485,30.396148],[120.186162,30.38802],[120.183832,30.381618],[120.177699,30.376807],[120.174348,30.371954],[120.173444,30.374942],[120.171828,30.37582],[120.168595,30.3746],[120.171044,30.37401],[120.170782,30.372475],[120.167882,30.371035],[120.159016,30.372543],[120.159254,30.375559],[120.153002,30.375861],[120.152741,30.380686],[120.149175,30.38033],[120.146204,30.377835],[120.146132,30.375683],[120.140736,30.376176],[120.138526,30.378095],[120.139073,30.380316],[120.1342,30.380947],[120.130943,30.383222],[120.129327,30.382633],[120.128994,30.379795],[120.129279,30.371666],[120.130182,30.362754],[120.131537,30.357708],[120.133843,30.354568],[120.136957,30.343379],[120.129446,30.341144],[120.129446,30.342515],[120.124953,30.339498],[120.123764,30.33644],[120.123265,30.339224],[120.121387,30.337948],[120.114137,30.337262],[120.111737,30.33969],[120.108409,30.339978],[120.1081,30.342803],[120.106127,30.343283],[120.103702,30.3415],[120.097641,30.340581],[120.099019,30.338305],[120.096405,30.335685],[120.091746,30.333395],[120.090011,30.334931],[120.085779,30.331187]]]]}},{"type":"Feature","properties":{"adcode":330106,"name":"西湖区","center":[120.147376,30.272934],"centroid":[120.08362,30.200766],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":2,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.996332,30.181536],[119.998994,30.182305],[120.005459,30.182346],[120.011449,30.181852],[120.013494,30.181042],[120.016156,30.177072],[120.014397,30.173816],[120.017772,30.168417],[120.018913,30.165202],[120.018438,30.162963],[120.014825,30.15891],[120.017178,30.153167],[120.016417,30.148935],[120.011663,30.142779],[120.008858,30.136719],[120.008787,30.134204],[120.007004,30.130026],[120.003819,30.12659],[120.001941,30.119567],[120.000468,30.116034],[120.001822,30.114357],[120.01095,30.116254],[120.016417,30.115718],[120.017725,30.113189],[120.016465,30.108323],[120.019151,30.10567],[120.02324,30.10633],[120.025213,30.105519],[120.030442,30.098837],[120.030846,30.094768],[120.036361,30.092555],[120.041258,30.093091],[120.043635,30.092156],[120.044894,30.086368],[120.049125,30.086849],[120.052953,30.091661],[120.054902,30.09272],[120.059513,30.092788],[120.061748,30.091853],[120.067928,30.086794],[120.076747,30.080868],[120.084615,30.078269],[120.091579,30.078475],[120.09795,30.079603],[120.108955,30.08062],[120.115088,30.082229],[120.118131,30.083796],[120.123812,30.089461],[120.124739,30.092953],[120.130349,30.099305],[120.134818,30.097669],[120.146869,30.088664],[120.150459,30.091455],[120.162011,30.097985],[120.170354,30.101546],[120.177295,30.102604],[120.182168,30.104818],[120.182953,30.10846],[120.181835,30.111457],[120.177723,30.11712],[120.16831,30.121793],[120.160014,30.12637],[120.146132,30.137172],[120.138597,30.142078],[120.130373,30.151161],[120.125999,30.15946],[120.124596,30.167263],[120.12462,30.177346],[120.126664,30.182827],[120.129659,30.186852],[120.134128,30.190588],[120.140166,30.19284],[120.138169,30.19512],[120.1371,30.1981],[120.137551,30.201012],[120.141545,30.204061],[120.141069,30.206464],[120.138431,30.207947],[120.139405,30.210474],[120.145253,30.209581],[120.147368,30.210268],[120.150173,30.212849],[120.160347,30.227486],[120.15923,30.231578],[120.154381,30.23442],[120.154666,30.241119],[120.160442,30.246843],[120.15797,30.24672],[120.159848,30.249493],[120.16251,30.251565],[120.15923,30.256397],[120.156948,30.258058],[120.156472,30.260295],[120.158469,30.259142],[120.153763,30.275734],[120.150934,30.278506],[120.149294,30.28206],[120.146132,30.286589],[120.144112,30.291144],[120.141188,30.293902],[120.135198,30.292626],[120.132512,30.292791],[120.128709,30.294286],[120.118012,30.29264],[120.109241,30.291995],[120.106507,30.292269],[120.105533,30.300227],[120.102062,30.300117],[120.102823,30.304672],[120.102038,30.312697],[120.095597,30.325481],[120.092007,30.326071],[120.088489,30.330529],[120.085779,30.331187],[120.081715,30.335918],[120.082808,30.338853],[120.079742,30.338606],[120.080075,30.342625],[120.0762,30.345285],[120.074655,30.34774],[120.069449,30.350702],[120.067334,30.355446],[120.06517,30.355309],[120.065361,30.352813],[120.063673,30.352128],[120.060868,30.353348],[120.060607,30.351497],[120.053951,30.351401],[120.050195,30.349865],[120.048674,30.353526],[120.046463,30.353759],[120.046511,30.35221],[120.038595,30.350948],[120.032795,30.351634],[120.029444,30.350016],[120.023881,30.348357],[120.025973,30.34523],[120.025545,30.342474],[120.027185,30.335905],[120.026425,30.333272],[120.01763,30.33238],[120.01782,30.329733],[120.021362,30.329088],[120.023572,30.326743],[120.023406,30.319967],[120.023881,30.316195],[120.020554,30.315674],[120.02179,30.311874],[120.026686,30.310996],[120.026116,30.305948],[120.028493,30.303835],[120.030799,30.299843],[120.042089,30.304096],[120.048008,30.30319],[120.051907,30.299513],[120.053784,30.298772],[120.054807,30.295246],[120.052953,30.293847],[120.051621,30.29054],[120.052263,30.289319],[120.056732,30.2884],[120.05281,30.282897],[120.049815,30.27594],[120.049815,30.274266],[120.052382,30.273237],[120.056494,30.273374],[120.057255,30.268351],[120.05773,30.257289],[120.058515,30.252801],[120.055306,30.251483],[120.055234,30.245388],[120.052691,30.245333],[120.052216,30.243494],[120.046178,30.242725],[120.0443,30.240474],[120.044538,30.238058],[120.041162,30.236122],[120.040639,30.232841],[120.038571,30.233019],[120.032153,30.229697],[120.030894,30.230479],[120.025046,30.228461],[120.016845,30.224823],[120.01889,30.219742],[120.020268,30.217985],[120.018367,30.216447],[120.015443,30.218067],[120.013755,30.2162],[120.010356,30.221184],[120.007123,30.2208],[120.009999,30.215637],[120.015704,30.213426],[120.018034,30.214319],[120.017487,30.211792],[120.013351,30.210254],[120.007171,30.208757],[120.006529,30.205379],[120.009263,30.200202],[120.009096,30.195615],[120.003439,30.191865],[120.0013,30.188006],[119.996332,30.181536]]]]}},{"type":"Feature","properties":{"adcode":330108,"name":"滨江区","center":[120.21062,30.206615],"centroid":[120.185306,30.18046],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":3,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.221057,30.23766],[120.211287,30.228722],[120.196573,30.216571],[120.182858,30.207933],[120.177628,30.205626],[120.140166,30.19284],[120.134128,30.190588],[120.129659,30.186852],[120.126664,30.182827],[120.12462,30.177346],[120.124596,30.167263],[120.125999,30.15946],[120.130373,30.151161],[120.138597,30.142078],[120.146132,30.137172],[120.152764,30.142751],[120.155902,30.144332],[120.154737,30.145953],[120.159087,30.148894],[120.16232,30.147382],[120.164816,30.150062],[120.168286,30.148646],[120.170473,30.15112],[120.175203,30.153881],[120.178864,30.149416],[120.180338,30.149814],[120.181717,30.147245],[120.184141,30.145362],[120.186661,30.146599],[120.186185,30.144428],[120.19189,30.147121],[120.197167,30.140759],[120.201375,30.139563],[120.204084,30.141061],[120.205273,30.143026],[120.208054,30.139302],[120.208743,30.137131],[120.211572,30.136375],[120.213307,30.137887],[120.214543,30.136911],[120.219464,30.139948],[120.216944,30.143081],[120.219892,30.150515],[120.221651,30.153758],[120.224598,30.153868],[120.223148,30.156684],[120.226167,30.16016],[120.224979,30.162716],[120.220534,30.162578],[120.216849,30.161314],[120.217943,30.164749],[120.219963,30.16703],[120.220557,30.170519],[120.224384,30.171247],[120.222293,30.173637],[120.222055,30.178885],[120.224646,30.179173],[120.224575,30.181879],[120.233488,30.182044],[120.233679,30.1835],[120.236721,30.182978],[120.23684,30.184585],[120.233988,30.185904],[120.234202,30.188788],[120.234463,30.21355],[120.234962,30.21366],[120.235224,30.228132],[120.234439,30.229793],[120.231896,30.230177],[120.226524,30.232896],[120.223957,30.2363],[120.221057,30.23766]]]]}},{"type":"Feature","properties":{"adcode":330109,"name":"萧山区","center":[120.27069,30.162932],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":4,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.655246,30.224685],[120.644858,30.226855],[120.641649,30.225523],[120.640342,30.228022],[120.643694,30.229546],[120.651253,30.236561],[120.636325,30.2356],[120.634518,30.238717],[120.623394,30.234447],[120.574451,30.230823],[120.571931,30.230864],[120.56625,30.243796],[120.565632,30.244276],[120.559951,30.259746],[120.558524,30.260007],[120.553247,30.256163],[120.553865,30.255601],[120.550847,30.252691],[120.549064,30.253308],[120.547756,30.256713],[120.54412,30.258538],[120.541576,30.255024],[120.538629,30.255793],[120.531569,30.258922],[120.527623,30.253254],[120.515785,30.25361],[120.512766,30.244029],[120.51134,30.244221],[120.509439,30.241243],[120.501357,30.24256],[120.502569,30.246637],[120.501428,30.248779],[120.49974,30.248916],[120.498599,30.245978],[120.495676,30.245265],[120.491967,30.246033],[120.493346,30.251318],[120.483267,30.252856],[120.479821,30.252526],[120.481437,30.260954],[120.476849,30.261173],[120.473902,30.25766],[120.46891,30.255546],[120.465867,30.255656],[120.459663,30.257111],[120.459568,30.264618],[120.458142,30.272729],[120.456716,30.276695],[120.444427,30.27771],[120.439268,30.297003],[120.437985,30.297634],[120.433611,30.294739],[120.430806,30.290225],[120.423841,30.28604],[120.415498,30.285601],[120.399097,30.285806],[120.396149,30.281141],[120.389779,30.272756],[120.37642,30.259773],[120.369027,30.254763],[120.364154,30.252801],[120.355098,30.250522],[120.350676,30.25011],[120.340859,30.252595],[120.336058,30.255697],[120.324149,30.267239],[120.320535,30.270218],[120.317731,30.27395],[120.311004,30.280359],[120.3043,30.28604],[120.29377,30.289566],[120.288136,30.288235],[120.278961,30.286822],[120.270594,30.284722],[120.269786,30.284105],[120.252838,30.276091],[120.248036,30.272468],[120.241665,30.26514],[120.221057,30.23766],[120.223957,30.2363],[120.226524,30.232896],[120.231896,30.230177],[120.234439,30.229793],[120.235224,30.228132],[120.234962,30.21366],[120.234463,30.21355],[120.234202,30.188788],[120.233988,30.185904],[120.23684,30.184585],[120.236721,30.182978],[120.233679,30.1835],[120.233488,30.182044],[120.224575,30.181879],[120.224646,30.179173],[120.222055,30.178885],[120.222293,30.173637],[120.224384,30.171247],[120.220557,30.170519],[120.219963,30.16703],[120.217943,30.164749],[120.216849,30.161314],[120.220534,30.162578],[120.224979,30.162716],[120.226167,30.16016],[120.223148,30.156684],[120.224598,30.153868],[120.221651,30.153758],[120.219892,30.150515],[120.216944,30.143081],[120.219464,30.139948],[120.214543,30.136911],[120.213307,30.137887],[120.211572,30.136375],[120.208743,30.137131],[120.208054,30.139302],[120.205273,30.143026],[120.204084,30.141061],[120.201375,30.139563],[120.197167,30.140759],[120.19189,30.147121],[120.186185,30.144428],[120.186661,30.146599],[120.184141,30.145362],[120.181717,30.147245],[120.180338,30.149814],[120.178864,30.149416],[120.175203,30.153881],[120.170473,30.15112],[120.168286,30.148646],[120.164816,30.150062],[120.16232,30.147382],[120.159087,30.148894],[120.154737,30.145953],[120.155902,30.144332],[120.152764,30.142751],[120.146132,30.137172],[120.160014,30.12637],[120.16831,30.121793],[120.177723,30.11712],[120.181835,30.111457],[120.182953,30.10846],[120.182168,30.104818],[120.177295,30.102604],[120.170354,30.101546],[120.162011,30.097985],[120.150459,30.091455],[120.146869,30.088664],[120.140808,30.083769],[120.135079,30.080689],[120.137718,30.072177],[120.1371,30.069674],[120.134081,30.064999],[120.136886,30.061547],[120.136386,30.058934],[120.130349,30.055509],[120.12897,30.052208],[120.12569,30.050241],[120.124478,30.04833],[120.126474,30.045936],[120.129873,30.045757],[120.131133,30.044327],[120.134532,30.043983],[120.137171,30.029278],[120.136981,30.024806],[120.135555,30.021271],[120.134105,30.01058],[120.126926,29.997768],[120.124858,29.993337],[120.120294,29.990791],[120.118535,29.988272],[120.114137,29.987667],[120.110239,29.983524],[120.104035,29.981652],[120.101397,29.984157],[120.099376,29.981528],[120.100232,29.979987],[120.104629,29.978679],[120.104962,29.973614],[120.102965,29.967282],[120.101801,29.958499],[120.096001,29.952703],[120.090676,29.949123],[120.091151,29.946851],[120.100826,29.938039],[120.101325,29.936896],[120.097546,29.931126],[120.098449,29.924309],[120.096975,29.920866],[120.092126,29.916955],[120.089606,29.916514],[120.084448,29.91734],[120.081097,29.912933],[120.085542,29.906859],[120.085827,29.897437],[120.084805,29.894585],[120.082523,29.891788],[120.078268,29.88975],[120.077222,29.88822],[120.078149,29.884115],[120.082095,29.876688],[120.088156,29.871232],[120.096666,29.862399],[120.099566,29.856694],[120.104059,29.8534],[120.102442,29.849445],[120.102466,29.846812],[120.104796,29.845531],[120.10993,29.845972],[120.11226,29.847171],[120.118369,29.852229],[120.122101,29.852876],[120.1313,29.858816],[120.133748,29.86284],[120.136719,29.866327],[120.141188,29.870199],[120.144754,29.874112],[120.148486,29.881277],[120.150268,29.887587],[120.148723,29.891637],[120.149888,29.895191],[120.14946,29.899324],[120.150031,29.905054],[120.151742,29.908084],[120.155046,29.906101],[120.159729,29.906211],[120.160276,29.909145],[120.166313,29.917271],[120.172993,29.916238],[120.176273,29.91358],[120.175822,29.90909],[120.180623,29.907368],[120.185092,29.904503],[120.187184,29.904724],[120.190155,29.906914],[120.197643,29.917354],[120.203157,29.921541],[120.204798,29.924061],[120.200424,29.92946],[120.20185,29.931856],[120.207246,29.93377],[120.214567,29.939484],[120.221009,29.942238],[120.224004,29.942073],[120.226524,29.940545],[120.232038,29.939732],[120.239788,29.939567],[120.241689,29.939044],[120.24573,29.935808],[120.250722,29.936703],[120.25279,29.941577],[120.255215,29.943643],[120.258899,29.941206],[120.260753,29.938865],[120.262298,29.934748],[120.264746,29.930961],[120.265269,29.924516],[120.274373,29.91953],[120.277844,29.920742],[120.282123,29.921059],[120.284167,29.922161],[120.287233,29.926815],[120.288968,29.932131],[120.291345,29.935684],[120.297122,29.932654],[120.299309,29.932544],[120.307058,29.929336],[120.313547,29.9276],[120.315258,29.928867],[120.321676,29.937033],[120.325194,29.938548],[120.326074,29.946231],[120.331517,29.949302],[120.333681,29.95189],[120.340526,29.956048],[120.342333,29.960412],[120.342095,29.963758],[120.346469,29.973779],[120.357213,29.973449],[120.362276,29.97433],[120.364297,29.978528],[120.362276,29.982726],[120.362657,29.985506],[120.36047,29.988589],[120.36085,29.99214],[120.362847,29.997741],[120.358164,30.00286],[120.357284,30.004718],[120.356904,30.011694],[120.353291,30.016317],[120.351271,30.017886],[120.345827,30.019716],[120.344805,30.021381],[120.346279,30.023609],[120.343617,30.034918],[120.340479,30.0376],[120.335582,30.036885],[120.33185,30.037903],[120.325551,30.044946],[120.324957,30.048632],[120.327096,30.05108],[120.332088,30.053487],[120.33437,30.056912],[120.337508,30.059333],[120.338601,30.070211],[120.337579,30.071998],[120.333776,30.074845],[120.335796,30.081363],[120.335677,30.090877],[120.333704,30.095483],[120.33128,30.09705],[120.325408,30.097793],[120.31823,30.102893],[120.313333,30.107072],[120.309482,30.106013],[120.304681,30.09969],[120.299285,30.097366],[120.294483,30.098274],[120.28885,30.101161],[120.286853,30.10677],[120.293651,30.111911],[120.295624,30.115457],[120.300307,30.118357],[120.303754,30.126686],[120.29831,30.126549],[120.298904,30.129545],[120.303397,30.133008],[120.31224,30.13742],[120.314688,30.136471],[120.316542,30.132376],[120.318016,30.125999],[120.323198,30.126755],[120.326217,30.1249],[120.327999,30.125202],[120.331351,30.129298],[120.334299,30.134616],[120.339124,30.138464],[120.339623,30.142119],[120.35341,30.142188],[120.353957,30.144222],[120.352055,30.146736],[120.352031,30.150694],[120.355074,30.151133],[120.358758,30.147836],[120.361872,30.152068],[120.36646,30.153881],[120.373163,30.155503],[120.379201,30.154981],[120.381958,30.155352],[120.384763,30.157303],[120.387806,30.156176],[120.390492,30.149347],[120.392631,30.146091],[120.397813,30.143191],[120.397433,30.137832],[120.399001,30.136348],[120.404231,30.137296],[120.405562,30.1361],[120.404944,30.129476],[120.40927,30.12938],[120.411362,30.132623],[120.41072,30.146118],[120.410887,30.149526],[120.414214,30.149114],[120.414476,30.148042],[120.417923,30.148509],[120.419396,30.152851],[120.421678,30.148193],[120.42194,30.151037],[120.423152,30.151065],[120.422201,30.146846],[120.426076,30.144277],[120.424127,30.1408],[120.422891,30.13588],[120.424008,30.133187],[120.429594,30.132445],[120.438484,30.133792],[120.446923,30.135454],[120.447636,30.143576],[120.45006,30.145665],[120.450298,30.149045],[120.452318,30.151367],[120.459236,30.151161],[120.459236,30.152961],[120.463205,30.153442],[120.461042,30.154747],[120.460781,30.159226],[120.463015,30.159171],[120.462682,30.165656],[120.460947,30.165958],[120.461304,30.168033],[120.464061,30.169214],[120.47509,30.169818],[120.479203,30.168664],[120.480867,30.170134],[120.483719,30.170423],[120.484076,30.172209],[120.494891,30.170148],[120.4981,30.169187],[120.50245,30.165917],[120.506158,30.159776],[120.51058,30.157536],[120.518495,30.155393],[120.524889,30.155695],[120.529382,30.157522],[120.533779,30.157454],[120.540411,30.156547],[120.550918,30.15564],[120.558144,30.151463],[120.559808,30.148179],[120.563421,30.147946],[120.568342,30.151312],[120.583864,30.150405],[120.585932,30.147272],[120.590852,30.146283],[120.593491,30.146764],[120.601953,30.150735],[120.608181,30.15182],[120.609179,30.152851],[120.612768,30.166288],[120.624606,30.187868],[120.641911,30.214758],[120.642695,30.217257],[120.655246,30.224685]]]]}},{"type":"Feature","properties":{"adcode":330110,"name":"余杭区","center":[119.978959,30.27365],"centroid":[119.914653,30.36723],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":5,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.129327,30.382633],[120.129018,30.388527],[120.128138,30.391803],[120.127473,30.398999],[120.129422,30.403247],[120.130087,30.412525],[120.131395,30.420117],[120.13275,30.423104],[120.137147,30.427475],[120.142377,30.433572],[120.147891,30.438285],[120.149841,30.445888],[120.149841,30.456998],[120.150482,30.467503],[120.147083,30.471283],[120.146655,30.474666],[120.147796,30.48087],[120.146013,30.482705],[120.129707,30.479897],[120.122623,30.479117],[120.115136,30.475871],[120.111237,30.476186],[120.107315,30.481226],[120.099542,30.483293],[120.096761,30.486758],[120.097047,30.489852],[120.099804,30.494125],[120.099233,30.495795],[120.0907,30.49663],[120.090034,30.495987],[120.08074,30.497151],[120.076081,30.495357],[120.068284,30.496603],[120.066454,30.489496],[120.06586,30.483581],[120.063839,30.479418],[120.060416,30.476145],[120.059489,30.473433],[120.06025,30.464956],[120.059252,30.459011],[120.062413,30.451587],[120.065075,30.449546],[120.068118,30.445943],[120.067952,30.441135],[120.065907,30.437353],[120.062342,30.435572],[120.064743,30.430092],[120.061938,30.429325],[120.057089,30.429242],[120.049815,30.427338],[120.046107,30.427434],[120.044134,30.431969],[120.041543,30.43338],[120.031108,30.435161],[120.027732,30.434832],[120.013827,30.4356],[120.011901,30.436011],[120.008407,30.438669],[120.005459,30.443505],[120.0037,30.444285],[119.990793,30.445272],[119.987109,30.446135],[119.982973,30.445286],[119.973369,30.437751],[119.970612,30.432914],[119.965026,30.431572],[119.959606,30.432339],[119.955874,30.433668],[119.952737,30.438751],[119.952333,30.441861],[119.95074,30.444231],[119.944179,30.447149],[119.939188,30.44619],[119.93498,30.446779],[119.93151,30.449299],[119.931415,30.456463],[119.929299,30.459367],[119.924925,30.462189],[119.92155,30.462531],[119.918816,30.4616],[119.91487,30.458984],[119.909308,30.456326],[119.907407,30.456696],[119.903033,30.459408],[119.898612,30.456984],[119.89217,30.457888],[119.89003,30.457066],[119.888034,30.458313],[119.882115,30.460367],[119.877622,30.460038],[119.873676,30.460915],[119.872607,30.46249],[119.872821,30.467065],[119.874366,30.471174],[119.88038,30.474214],[119.880808,30.476213],[119.877812,30.477925],[119.874128,30.478281],[119.869612,30.47698],[119.867116,30.477775],[119.864763,30.482526],[119.860175,30.48621],[119.854113,30.493974],[119.851118,30.502025],[119.848765,30.503188],[119.847149,30.50197],[119.846032,30.498424],[119.841325,30.496384],[119.836024,30.496589],[119.832459,30.49878],[119.829582,30.502969],[119.823711,30.507145],[119.818363,30.510102],[119.815891,30.510663],[119.806905,30.507802],[119.798277,30.505927],[119.794188,30.505625],[119.790433,30.506899],[119.784062,30.511019],[119.766401,30.514072],[119.761837,30.517125],[119.761813,30.51885],[119.766876,30.520835],[119.767684,30.524722],[119.768588,30.537259],[119.770727,30.544048],[119.772034,30.546429],[119.770846,30.549658],[119.768944,30.551355],[119.752091,30.551232],[119.74843,30.550206],[119.743248,30.550165],[119.729058,30.551766],[119.721617,30.560934],[119.716911,30.564806],[119.711729,30.566516],[119.707118,30.561057],[119.701341,30.558307],[119.693735,30.558868],[119.692404,30.556145],[119.694995,30.542351],[119.700272,30.531142],[119.704883,30.525981],[119.706381,30.521423],[119.706785,30.515852],[119.709186,30.508829],[119.708568,30.498287],[119.704717,30.494563],[119.708877,30.487963],[119.708235,30.485156],[119.704408,30.476446],[119.702577,30.473255],[119.701722,30.467996],[119.699368,30.465339],[119.695375,30.464476],[119.694282,30.462942],[119.69528,30.4596],[119.694923,30.452738],[119.699749,30.448587],[119.704146,30.443203],[119.704764,30.440326],[119.707617,30.437422],[119.709209,30.434065],[119.707284,30.430023],[119.696397,30.42668],[119.693521,30.424488],[119.686033,30.417541],[119.681089,30.408729],[119.685011,30.406605],[119.696445,30.401918],[119.704027,30.399684],[119.718385,30.390199],[119.723258,30.388472],[119.726253,30.389624],[119.735571,30.395682],[119.742321,30.393338],[119.744722,30.393804],[119.749048,30.392543],[119.755585,30.388815],[119.753303,30.386553],[119.750237,30.385292],[119.749262,30.383757],[119.749904,30.381399],[119.757534,30.378561],[119.768825,30.376752],[119.771107,30.375998],[119.772771,30.3739],[119.774578,30.367471],[119.78033,30.365647],[119.788602,30.35971],[119.791764,30.356899],[119.795163,30.348988],[119.798895,30.344215],[119.804647,30.342392],[119.807262,30.334437],[119.807666,30.328992],[119.806549,30.325851],[119.80227,30.322614],[119.803839,30.316099],[119.803554,30.311462],[119.802365,30.307868],[119.799085,30.30175],[119.799893,30.297483],[119.808023,30.295342],[119.821001,30.304096],[119.826302,30.306743],[119.83108,30.307745],[119.833433,30.307127],[119.836286,30.29928],[119.837118,30.29382],[119.836761,30.289525],[119.830438,30.286328],[119.827871,30.283789],[119.827657,30.282074],[119.829273,30.278548],[119.828513,30.269216],[119.829083,30.268516],[119.839471,30.27148],[119.844225,30.272194],[119.846816,30.270245],[119.853686,30.273841],[119.859985,30.272825],[119.864715,30.273264],[119.864976,30.271068],[119.867282,30.26938],[119.86588,30.268392],[119.86569,30.265236],[119.863479,30.263218],[119.862837,30.260501],[119.865,30.258922],[119.864477,30.256232],[119.868304,30.252718],[119.86752,30.249795],[119.86298,30.237852],[119.856657,30.227843],[119.853876,30.225276],[119.849787,30.223093],[119.846412,30.222502],[119.844914,30.221047],[119.845057,30.217189],[119.843132,30.214442],[119.84161,30.20667],[119.836452,30.199378],[119.836095,30.197949],[119.839495,30.19387],[119.842656,30.191123],[119.845413,30.190437],[119.84905,30.188074],[119.850168,30.181357],[119.853472,30.174929],[119.85718,30.177951],[119.861981,30.180726],[119.871656,30.182662],[119.880499,30.187703],[119.887677,30.18975],[119.894975,30.193417],[119.901393,30.188843],[119.903936,30.187648],[119.909166,30.19089],[119.914514,30.191824],[119.92155,30.190904],[119.926613,30.189681],[119.929751,30.188129],[119.935028,30.178981],[119.935265,30.177896],[119.932841,30.169626],[119.933102,30.163952],[119.934338,30.160202],[119.938736,30.158704],[119.942016,30.160476],[119.945392,30.16501],[119.951168,30.168307],[119.955993,30.168733],[119.959274,30.168005],[119.963101,30.170464],[119.964669,30.172854],[119.974296,30.175107],[119.980168,30.17405],[119.987988,30.174901],[119.996332,30.181536],[120.0013,30.188006],[120.003439,30.191865],[120.009096,30.195615],[120.009263,30.200202],[120.006529,30.205379],[120.007171,30.208757],[120.013351,30.210254],[120.017487,30.211792],[120.018034,30.214319],[120.015704,30.213426],[120.009999,30.215637],[120.007123,30.2208],[120.010356,30.221184],[120.013755,30.2162],[120.015443,30.218067],[120.018367,30.216447],[120.020268,30.217985],[120.01889,30.219742],[120.016845,30.224823],[120.025046,30.228461],[120.030894,30.230479],[120.032153,30.229697],[120.038571,30.233019],[120.040639,30.232841],[120.041162,30.236122],[120.044538,30.238058],[120.0443,30.240474],[120.046178,30.242725],[120.052216,30.243494],[120.052691,30.245333],[120.055234,30.245388],[120.055306,30.251483],[120.058515,30.252801],[120.05773,30.257289],[120.057255,30.268351],[120.056494,30.273374],[120.052382,30.273237],[120.049815,30.274266],[120.049815,30.27594],[120.05281,30.282897],[120.056732,30.2884],[120.052263,30.289319],[120.051621,30.29054],[120.052953,30.293847],[120.054807,30.295246],[120.053784,30.298772],[120.051907,30.299513],[120.048008,30.30319],[120.042089,30.304096],[120.030799,30.299843],[120.028493,30.303835],[120.026116,30.305948],[120.026686,30.310996],[120.02179,30.311874],[120.020554,30.315674],[120.023881,30.316195],[120.023406,30.319967],[120.023572,30.326743],[120.021362,30.329088],[120.01782,30.329733],[120.01763,30.33238],[120.026425,30.333272],[120.027185,30.335905],[120.025545,30.342474],[120.025973,30.34523],[120.023881,30.348357],[120.029444,30.350016],[120.032795,30.351634],[120.038595,30.350948],[120.046511,30.35221],[120.046463,30.353759],[120.048674,30.353526],[120.050195,30.349865],[120.053951,30.351401],[120.060607,30.351497],[120.060868,30.353348],[120.063673,30.352128],[120.065361,30.352813],[120.06517,30.355309],[120.067334,30.355446],[120.069449,30.350702],[120.074655,30.34774],[120.0762,30.345285],[120.080075,30.342625],[120.079742,30.338606],[120.082808,30.338853],[120.081715,30.335918],[120.085779,30.331187],[120.090011,30.334931],[120.091746,30.333395],[120.096405,30.335685],[120.099019,30.338305],[120.097641,30.340581],[120.103702,30.3415],[120.106127,30.343283],[120.1081,30.342803],[120.108409,30.339978],[120.111737,30.33969],[120.114137,30.337262],[120.121387,30.337948],[120.123265,30.339224],[120.123764,30.33644],[120.124953,30.339498],[120.129446,30.342515],[120.129446,30.341144],[120.136957,30.343379],[120.133843,30.354568],[120.131537,30.357708],[120.130182,30.362754],[120.129279,30.371666],[120.128994,30.379795],[120.129327,30.382633]]]]}},{"type":"Feature","properties":{"adcode":330111,"name":"富阳区","center":[119.949869,30.049871],"centroid":[119.839599,29.995217],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":6,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.996332,30.181536],[119.987988,30.174901],[119.980168,30.17405],[119.974296,30.175107],[119.964669,30.172854],[119.963101,30.170464],[119.959274,30.168005],[119.955993,30.168733],[119.951168,30.168307],[119.945392,30.16501],[119.942016,30.160476],[119.938736,30.158704],[119.934338,30.160202],[119.933102,30.163952],[119.932841,30.169626],[119.935265,30.177896],[119.935028,30.178981],[119.929751,30.188129],[119.926613,30.189681],[119.92155,30.190904],[119.914514,30.191824],[119.909166,30.19089],[119.903936,30.187648],[119.901393,30.188843],[119.894975,30.193417],[119.887677,30.18975],[119.880499,30.187703],[119.871656,30.182662],[119.861981,30.180726],[119.85718,30.177951],[119.853472,30.174929],[119.840564,30.166453],[119.834455,30.160545],[119.829582,30.156464],[119.831199,30.14359],[119.828584,30.140608],[119.826136,30.133365],[119.821762,30.132582],[119.814512,30.130479],[119.81059,30.125807],[119.807809,30.124762],[119.804671,30.122302],[119.802532,30.117807],[119.80208,30.111691],[119.797136,30.110344],[119.791003,30.107361],[119.789791,30.105189],[119.790005,30.099346],[119.78827,30.098521],[119.783824,30.100034],[119.782113,30.099484],[119.780188,30.096363],[119.779237,30.08458],[119.777573,30.083054],[119.770822,30.082091],[119.76747,30.082133],[119.7553,30.085199],[119.751116,30.08733],[119.747432,30.091455],[119.744698,30.092073],[119.741228,30.089901],[119.73916,30.085625],[119.736165,30.084814],[119.701413,30.092087],[119.70039,30.09617],[119.691049,30.098356],[119.687578,30.099896],[119.67971,30.105106],[119.67498,30.110041],[119.673221,30.115581],[119.672246,30.116502],[119.662239,30.120927],[119.65991,30.123498],[119.655797,30.130081],[119.651733,30.130713],[119.64491,30.126961],[119.632954,30.122659],[119.623375,30.122055],[119.619191,30.123195],[119.616148,30.126961],[119.615934,30.132926],[119.61679,30.136238],[119.615673,30.137516],[119.611727,30.137461],[119.610301,30.138505],[119.610063,30.146544],[119.607948,30.153222],[119.605166,30.156698],[119.594589,30.159212],[119.586126,30.164103],[119.582109,30.1649],[119.580707,30.167332],[119.583226,30.182429],[119.582513,30.186852],[119.580231,30.191412],[119.577521,30.194557],[119.574907,30.19615],[119.571246,30.196947],[119.561595,30.194241],[119.556413,30.192346],[119.550518,30.189228],[119.546549,30.186275],[119.539774,30.185698],[119.535424,30.183967],[119.529315,30.166411],[119.530195,30.160147],[119.529434,30.158443],[119.526201,30.157412],[119.520449,30.158938],[119.505664,30.158567],[119.503429,30.156025],[119.503643,30.149086],[119.497819,30.146091],[119.499412,30.14337],[119.498651,30.141212],[119.492828,30.142628],[119.489785,30.144923],[119.486695,30.141982],[119.483676,30.141927],[119.479754,30.146805],[119.468368,30.143205],[119.463828,30.145527],[119.459502,30.143177],[119.455152,30.142215],[119.452062,30.139288],[119.445834,30.140072],[119.443766,30.139082],[119.441341,30.135784],[119.442577,30.13015],[119.447307,30.125655],[119.452466,30.123168],[119.458028,30.122426],[119.460738,30.120185],[119.461332,30.118343],[119.460785,30.112845],[119.459502,30.109794],[119.457077,30.107264],[119.454201,30.105725],[119.446523,30.10314],[119.440676,30.0998],[119.436944,30.097037],[119.436373,30.094411],[119.437229,30.089874],[119.440081,30.087193],[119.446975,30.086629],[119.454106,30.088801],[119.4576,30.088403],[119.459407,30.086945],[119.461118,30.083535],[119.463043,30.077306],[119.465634,30.074061],[119.467013,30.074034],[119.473217,30.079671],[119.47519,30.080043],[119.481679,30.079011],[119.485459,30.077403],[119.490902,30.073924],[119.494706,30.072947],[119.499816,30.073374],[119.502669,30.070967],[119.505212,30.070128],[119.508635,30.066457],[119.50892,30.06416],[119.50602,30.054863],[119.506424,30.051246],[119.510798,30.043845],[119.511369,30.041301],[119.509063,30.037958],[119.506805,30.036335],[119.504047,30.031974],[119.501385,30.025893],[119.500719,30.022454],[119.502407,30.017432],[119.507161,30.011447],[119.508873,30.011777],[119.514055,30.015464],[119.522541,30.0164],[119.52449,30.014831],[119.530932,30.012423],[119.535258,30.008736],[119.542508,30.006727],[119.542769,30.002874],[119.53937,29.993956],[119.541438,29.989649],[119.539441,29.985988],[119.539204,29.982547],[119.540392,29.980124],[119.547951,29.975293],[119.553395,29.976683],[119.557958,29.980427],[119.560526,29.981707],[119.565375,29.982492],[119.568322,29.98157],[119.575121,29.977179],[119.58218,29.973311],[119.587315,29.974068],[119.593115,29.972279],[119.596324,29.972141],[119.599081,29.970874],[119.60065,29.964955],[119.604192,29.962298],[119.611466,29.962587],[119.611632,29.95631],[119.617432,29.953831],[119.619619,29.946039],[119.626061,29.942968],[119.627677,29.938837],[119.626726,29.933054],[119.630957,29.926568],[119.635426,29.924943],[119.637874,29.925342],[119.643413,29.92789],[119.654228,29.930616],[119.66628,29.927876],[119.668087,29.92256],[119.673744,29.92205],[119.675432,29.920012],[119.676121,29.916665],[119.675146,29.912671],[119.675503,29.908842],[119.674243,29.905109],[119.676311,29.899035],[119.675384,29.893607],[119.675479,29.888702],[119.679045,29.885437],[119.685748,29.881993],[119.692261,29.880905],[119.699915,29.875421],[119.702863,29.870419],[119.705549,29.867897],[119.710731,29.860938],[119.712157,29.860291],[119.72718,29.8655],[119.736688,29.870901],[119.74042,29.868931],[119.744889,29.868393],[119.752186,29.870019],[119.756607,29.871949],[119.763952,29.871328],[119.777502,29.874222],[119.787295,29.875131],[119.794307,29.874677],[119.802841,29.876275],[119.813942,29.880229],[119.817792,29.880629],[119.821786,29.879458],[119.82528,29.874691],[119.827039,29.867277],[119.828537,29.864563],[119.836618,29.85945],[119.840659,29.855853],[119.843892,29.85103],[119.852568,29.841216],[119.859937,29.837591],[119.865642,29.837757],[119.885015,29.846137],[119.887059,29.845668],[119.888889,29.842622],[119.889103,29.838639],[119.886061,29.83489],[119.885371,29.830934],[119.882329,29.826729],[119.882971,29.819726],[119.884896,29.812088],[119.881568,29.80587],[119.875364,29.802423],[119.871822,29.801816],[119.868304,29.80245],[119.867021,29.801389],[119.865761,29.797404],[119.860222,29.786564],[119.860793,29.781862],[119.863313,29.778772],[119.866403,29.776552],[119.870301,29.769324],[119.872654,29.767255],[119.878003,29.764966],[119.883921,29.763421],[119.89053,29.763241],[119.892574,29.763117],[119.896448,29.761159],[119.904364,29.754606],[119.907692,29.754523],[119.913539,29.755861],[119.916416,29.752344],[119.923166,29.750357],[119.924331,29.748867],[119.924949,29.745252],[119.927184,29.744438],[119.933079,29.749046],[119.937024,29.750564],[119.93933,29.752675],[119.94456,29.755503],[119.94765,29.756179],[119.960272,29.755144],[119.962316,29.75571],[119.967165,29.759986],[119.968639,29.762897],[119.973132,29.765793],[119.977078,29.766469],[119.978718,29.76589],[119.979859,29.759641],[119.981214,29.757972],[119.986871,29.75673],[119.987845,29.754909],[119.991958,29.753157],[120.000087,29.754909],[120.003439,29.75513],[120.008977,29.75713],[120.011212,29.757324],[120.011497,29.761503],[120.015229,29.764235],[120.020292,29.764855],[120.021718,29.767049],[120.025522,29.769311],[120.02835,29.768938],[120.030038,29.770552],[120.029776,29.779324],[120.030062,29.782758],[120.035481,29.787213],[120.036622,29.78884],[120.036218,29.79346],[120.034649,29.799568],[120.032296,29.803898],[120.030038,29.806283],[120.03106,29.810254],[120.036076,29.816596],[120.038453,29.822828],[120.049553,29.823917],[120.054355,29.823559],[120.061961,29.821628],[120.065646,29.822042],[120.074275,29.827336],[120.077198,29.828149],[120.080384,29.826522],[120.085328,29.820967],[120.091888,29.816679],[120.095834,29.816596],[120.09871,29.819023],[120.102728,29.823972],[120.101111,29.830258],[120.102015,29.832905],[120.10993,29.845972],[120.104796,29.845531],[120.102466,29.846812],[120.102442,29.849445],[120.104059,29.8534],[120.099566,29.856694],[120.096666,29.862399],[120.088156,29.871232],[120.082095,29.876688],[120.078149,29.884115],[120.077222,29.88822],[120.078268,29.88975],[120.082523,29.891788],[120.084805,29.894585],[120.085827,29.897437],[120.085542,29.906859],[120.081097,29.912933],[120.084448,29.91734],[120.089606,29.916514],[120.092126,29.916955],[120.096975,29.920866],[120.098449,29.924309],[120.097546,29.931126],[120.101325,29.936896],[120.100826,29.938039],[120.091151,29.946851],[120.090676,29.949123],[120.096001,29.952703],[120.101801,29.958499],[120.102965,29.967282],[120.104962,29.973614],[120.104629,29.978679],[120.100232,29.979987],[120.099376,29.981528],[120.101397,29.984157],[120.104035,29.981652],[120.110239,29.983524],[120.114137,29.987667],[120.118535,29.988272],[120.120294,29.990791],[120.124858,29.993337],[120.126926,29.997768],[120.134105,30.01058],[120.135555,30.021271],[120.136981,30.024806],[120.137171,30.029278],[120.134532,30.043983],[120.131133,30.044327],[120.129873,30.045757],[120.126474,30.045936],[120.124478,30.04833],[120.12569,30.050241],[120.12897,30.052208],[120.130349,30.055509],[120.136386,30.058934],[120.136886,30.061547],[120.134081,30.064999],[120.1371,30.069674],[120.137718,30.072177],[120.135079,30.080689],[120.140808,30.083769],[120.146869,30.088664],[120.134818,30.097669],[120.130349,30.099305],[120.124739,30.092953],[120.123812,30.089461],[120.118131,30.083796],[120.115088,30.082229],[120.108955,30.08062],[120.09795,30.079603],[120.091579,30.078475],[120.084615,30.078269],[120.076747,30.080868],[120.067928,30.086794],[120.061748,30.091853],[120.059513,30.092788],[120.054902,30.09272],[120.052953,30.091661],[120.049125,30.086849],[120.044894,30.086368],[120.043635,30.092156],[120.041258,30.093091],[120.036361,30.092555],[120.030846,30.094768],[120.030442,30.098837],[120.025213,30.105519],[120.02324,30.10633],[120.019151,30.10567],[120.016465,30.108323],[120.017725,30.113189],[120.016417,30.115718],[120.01095,30.116254],[120.001822,30.114357],[120.000468,30.116034],[120.001941,30.119567],[120.003819,30.12659],[120.007004,30.130026],[120.008787,30.134204],[120.008858,30.136719],[120.011663,30.142779],[120.016417,30.148935],[120.017178,30.153167],[120.014825,30.15891],[120.018438,30.162963],[120.018913,30.165202],[120.017772,30.168417],[120.014397,30.173816],[120.016156,30.177072],[120.013494,30.181042],[120.011449,30.181852],[120.005459,30.182346],[119.998994,30.182305],[119.996332,30.181536]]]]}},{"type":"Feature","properties":{"adcode":330112,"name":"临安区","center":[119.715101,30.231153],"centroid":[119.343995,30.201854],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":7,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.236369,29.950968],[119.237819,29.946906],[119.240434,29.943588],[119.241171,29.940641],[119.24476,29.935491],[119.24747,29.934376],[119.25472,29.935188],[119.25762,29.936799],[119.259854,29.940572],[119.258214,29.943794],[119.258048,29.9463],[119.259403,29.951395],[119.259569,29.95547],[119.255433,29.962078],[119.253817,29.968025],[119.252961,29.975775],[119.255148,29.981212],[119.253769,29.983964],[119.247922,29.98852],[119.246472,29.992291],[119.248373,29.998718],[119.250346,29.999599],[119.256217,30.000108],[119.260876,30.002846],[119.263135,30.005007],[119.265274,30.005557],[119.268364,30.001897],[119.270456,30.001016],[119.274901,30.002736],[119.278514,30.005571],[119.282603,30.009933],[119.290494,30.013744],[119.29444,30.012726],[119.296532,30.011103],[119.299384,30.007222],[119.29734,30.003342],[119.297958,30.001223],[119.30547,29.994204],[119.309487,29.993805],[119.314098,29.997493],[119.318543,29.996034],[119.321752,29.999805],[119.334374,30.007814],[119.338915,30.007195],[119.345071,30.004264],[119.358287,30.002268],[119.36858,29.998828],[119.381582,29.991438],[119.386978,29.989428],[119.38926,29.993186],[119.397176,29.995608],[119.405353,29.997245],[119.412817,29.99525],[119.420542,29.991837],[119.425058,29.991589],[119.426485,29.994741],[119.426603,30.000548],[119.433568,30.013166],[119.432308,30.015423],[119.430335,30.024683],[119.431096,30.029773],[119.430763,30.032813],[119.431476,30.037559],[119.433117,30.040407],[119.433497,30.044588],[119.430502,30.050021],[119.430169,30.053116],[119.427673,30.057173],[119.420304,30.062083],[119.420399,30.063514],[119.42299,30.06537],[119.43257,30.067405],[119.434044,30.068877],[119.433164,30.071531],[119.430597,30.074542],[119.429741,30.079314],[119.431785,30.082559],[119.43623,30.086038],[119.440081,30.087193],[119.437229,30.089874],[119.436373,30.094411],[119.436944,30.097037],[119.440676,30.0998],[119.446523,30.10314],[119.454201,30.105725],[119.457077,30.107264],[119.459502,30.109794],[119.460785,30.112845],[119.461332,30.118343],[119.460738,30.120185],[119.458028,30.122426],[119.452466,30.123168],[119.447307,30.125655],[119.442577,30.13015],[119.441341,30.135784],[119.443766,30.139082],[119.445834,30.140072],[119.452062,30.139288],[119.455152,30.142215],[119.459502,30.143177],[119.463828,30.145527],[119.468368,30.143205],[119.479754,30.146805],[119.483676,30.141927],[119.486695,30.141982],[119.489785,30.144923],[119.492828,30.142628],[119.498651,30.141212],[119.499412,30.14337],[119.497819,30.146091],[119.503643,30.149086],[119.503429,30.156025],[119.505664,30.158567],[119.520449,30.158938],[119.526201,30.157412],[119.529434,30.158443],[119.530195,30.160147],[119.529315,30.166411],[119.535424,30.183967],[119.539774,30.185698],[119.546549,30.186275],[119.550518,30.189228],[119.556413,30.192346],[119.561595,30.194241],[119.571246,30.196947],[119.574907,30.19615],[119.577521,30.194557],[119.580231,30.191412],[119.582513,30.186852],[119.583226,30.182429],[119.580707,30.167332],[119.582109,30.1649],[119.586126,30.164103],[119.594589,30.159212],[119.605166,30.156698],[119.607948,30.153222],[119.610063,30.146544],[119.610301,30.138505],[119.611727,30.137461],[119.615673,30.137516],[119.61679,30.136238],[119.615934,30.132926],[119.616148,30.126961],[119.619191,30.123195],[119.623375,30.122055],[119.632954,30.122659],[119.64491,30.126961],[119.651733,30.130713],[119.655797,30.130081],[119.65991,30.123498],[119.662239,30.120927],[119.672246,30.116502],[119.673221,30.115581],[119.67498,30.110041],[119.67971,30.105106],[119.687578,30.099896],[119.691049,30.098356],[119.70039,30.09617],[119.701413,30.092087],[119.736165,30.084814],[119.73916,30.085625],[119.741228,30.089901],[119.744698,30.092073],[119.747432,30.091455],[119.751116,30.08733],[119.7553,30.085199],[119.76747,30.082133],[119.770822,30.082091],[119.777573,30.083054],[119.779237,30.08458],[119.780188,30.096363],[119.782113,30.099484],[119.783824,30.100034],[119.78827,30.098521],[119.790005,30.099346],[119.789791,30.105189],[119.791003,30.107361],[119.797136,30.110344],[119.80208,30.111691],[119.802532,30.117807],[119.804671,30.122302],[119.807809,30.124762],[119.81059,30.125807],[119.814512,30.130479],[119.821762,30.132582],[119.826136,30.133365],[119.828584,30.140608],[119.831199,30.14359],[119.829582,30.156464],[119.834455,30.160545],[119.840564,30.166453],[119.853472,30.174929],[119.850168,30.181357],[119.84905,30.188074],[119.845413,30.190437],[119.842656,30.191123],[119.839495,30.19387],[119.836095,30.197949],[119.836452,30.199378],[119.84161,30.20667],[119.843132,30.214442],[119.845057,30.217189],[119.844914,30.221047],[119.846412,30.222502],[119.849787,30.223093],[119.853876,30.225276],[119.856657,30.227843],[119.86298,30.237852],[119.86752,30.249795],[119.868304,30.252718],[119.864477,30.256232],[119.865,30.258922],[119.862837,30.260501],[119.863479,30.263218],[119.86569,30.265236],[119.86588,30.268392],[119.867282,30.26938],[119.864976,30.271068],[119.864715,30.273264],[119.859985,30.272825],[119.853686,30.273841],[119.846816,30.270245],[119.844225,30.272194],[119.839471,30.27148],[119.829083,30.268516],[119.828513,30.269216],[119.829273,30.278548],[119.827657,30.282074],[119.827871,30.283789],[119.830438,30.286328],[119.836761,30.289525],[119.837118,30.29382],[119.836286,30.29928],[119.833433,30.307127],[119.83108,30.307745],[119.826302,30.306743],[119.821001,30.304096],[119.808023,30.295342],[119.799893,30.297483],[119.799085,30.30175],[119.802365,30.307868],[119.803554,30.311462],[119.803839,30.316099],[119.80227,30.322614],[119.806549,30.325851],[119.807666,30.328992],[119.807262,30.334437],[119.804647,30.342392],[119.798895,30.344215],[119.795163,30.348988],[119.791764,30.356899],[119.788602,30.35971],[119.78033,30.365647],[119.774578,30.367471],[119.772771,30.3739],[119.771107,30.375998],[119.768825,30.376752],[119.757534,30.378561],[119.749904,30.381399],[119.749262,30.383757],[119.750237,30.385292],[119.753303,30.386553],[119.755585,30.388815],[119.749048,30.392543],[119.744722,30.393804],[119.742321,30.393338],[119.735571,30.395682],[119.726253,30.389624],[119.723258,30.388472],[119.718385,30.390199],[119.704027,30.399684],[119.696445,30.401918],[119.685011,30.406605],[119.681089,30.408729],[119.677286,30.405399],[119.676691,30.403727],[119.673197,30.402754],[119.671367,30.404741],[119.671533,30.407962],[119.668467,30.408017],[119.665377,30.404865],[119.667968,30.402028],[119.667849,30.399204],[119.665424,30.400753],[119.665448,30.402768],[119.663451,30.401671],[119.6601,30.403796],[119.655512,30.40518],[119.653254,30.403288],[119.65758,30.39808],[119.655821,30.397368],[119.654442,30.401096],[119.649403,30.39808],[119.647002,30.394119],[119.642819,30.393955],[119.640941,30.392598],[119.638112,30.392296],[119.633263,30.395271],[119.633643,30.399067],[119.636543,30.400342],[119.636638,30.403316],[119.632455,30.405043],[119.631385,30.40777],[119.63526,30.408866],[119.63602,30.407784],[119.637375,30.41036],[119.635735,30.413471],[119.636757,30.415362],[119.633738,30.418651],[119.631837,30.424666],[119.633073,30.426927],[119.638279,30.428859],[119.642961,30.428503],[119.642224,30.431078],[119.646218,30.433038],[119.648428,30.435764],[119.648072,30.437723],[119.650568,30.440354],[119.649379,30.442874],[119.64636,30.441888],[119.645053,30.438984],[119.64232,30.440395],[119.642938,30.44171],[119.640608,30.442546],[119.635592,30.441792],[119.633643,30.437942],[119.630458,30.43597],[119.627938,30.431763],[119.618026,30.427324],[119.613011,30.426023],[119.606569,30.427146],[119.602789,30.425886],[119.597893,30.422446],[119.591665,30.421638],[119.5818,30.423625],[119.579708,30.424748],[119.572839,30.431325],[119.571864,30.436915],[119.569107,30.44097],[119.565922,30.443381],[119.551731,30.439765],[119.54662,30.434805],[119.544386,30.431065],[119.535305,30.424049],[119.53483,30.420788],[119.536446,30.414403],[119.535733,30.411662],[119.533451,30.409414],[119.528626,30.408524],[119.522232,30.404673],[119.516907,30.402535],[119.513151,30.401671],[119.506092,30.404673],[119.498889,30.406865],[119.490403,30.408208],[119.483819,30.408318],[119.477329,30.40729],[119.467013,30.40814],[119.455865,30.411991],[119.451848,30.412169],[119.450231,30.410826],[119.448425,30.405235],[119.445739,30.399191],[119.441032,30.392461],[119.435708,30.391501],[119.434186,30.390254],[119.432784,30.386485],[119.430502,30.384058],[119.426556,30.383949],[119.421113,30.379727],[119.418141,30.376108],[119.407136,30.373325],[119.403047,30.373325],[119.399981,30.3678],[119.395845,30.36625],[119.391875,30.366305],[119.386146,30.363906],[119.381083,30.35812],[119.375616,30.354815],[119.368247,30.35295],[119.356077,30.349426],[119.349445,30.349152],[119.344881,30.354143],[119.343788,30.360684],[119.342647,30.363152],[119.336347,30.366264],[119.329074,30.371515],[119.326554,30.371762],[119.31077,30.366387],[119.300668,30.363686],[119.297507,30.35764],[119.289448,30.349646],[119.278158,30.341582],[119.275757,30.34091],[119.272334,30.34257],[119.270599,30.342062],[119.26506,30.338058],[119.261209,30.337249],[119.257121,30.337756],[119.252747,30.340334],[119.248849,30.341541],[119.247137,30.340814],[119.241575,30.33153],[119.239982,30.327031],[119.244095,30.324452],[119.245925,30.321613],[119.243072,30.313287],[119.238152,30.301365],[119.233731,30.293394],[119.229191,30.289662],[119.225482,30.288798],[119.223747,30.291281],[119.224032,30.296564],[119.222606,30.299623],[119.218019,30.301338],[119.212908,30.299239],[119.210602,30.299431],[119.205682,30.301558],[119.204065,30.299349],[119.203709,30.296262],[119.201046,30.291021],[119.19092,30.291954],[119.18821,30.291652],[119.179629,30.295384],[119.173996,30.294711],[119.170525,30.295342],[119.166294,30.298827],[119.163584,30.299664],[119.160875,30.298114],[119.156739,30.299541],[119.154599,30.302833],[119.151271,30.304603],[119.128499,30.304727],[119.125671,30.305371],[119.119467,30.310104],[119.111028,30.311298],[119.105466,30.314631],[119.102328,30.31758],[119.094959,30.320653],[119.0932,30.322957],[119.090253,30.324014],[119.08267,30.321627],[119.0734,30.31588],[119.069858,30.312135],[119.067077,30.308197],[119.062988,30.30496],[119.059874,30.303849],[119.05676,30.303876],[119.052672,30.305221],[119.050842,30.30673],[119.050414,30.309268],[119.048322,30.31267],[119.046872,30.313191],[119.037197,30.312066],[119.028783,30.312587],[119.024742,30.313657],[119.02158,30.315509],[119.018538,30.32042],[119.01376,30.321531],[119.010598,30.323561],[119.007152,30.327717],[119.004442,30.328938],[118.996312,30.330501],[118.989157,30.33238],[118.98804,30.333477],[118.987755,30.340705],[118.988539,30.346547],[118.988112,30.348672],[118.985735,30.34955],[118.975751,30.347164],[118.972708,30.347534],[118.969048,30.351332],[118.964056,30.350578],[118.959373,30.347287],[118.956592,30.352059],[118.955404,30.359189],[118.954191,30.360341],[118.94977,30.358778],[118.936435,30.350811],[118.937362,30.348713],[118.93634,30.345066],[118.933559,30.342131],[118.928282,30.339978],[118.9226,30.334753],[118.917894,30.332449],[118.911143,30.332229],[118.90841,30.330871],[118.899781,30.322587],[118.894124,30.319089],[118.889607,30.317018],[118.879885,30.314878],[118.879196,30.312189],[118.881549,30.304603],[118.881811,30.298512],[118.880574,30.294519],[118.877508,30.290815],[118.877199,30.288071],[118.878079,30.282719],[118.879861,30.278355],[118.885043,30.268379],[118.886541,30.260734],[118.889441,30.255724],[118.888965,30.253775],[118.882357,30.252348],[118.881549,30.251153],[118.882429,30.247475],[118.889726,30.24499],[118.892531,30.243247],[118.893529,30.23976],[118.896168,30.234557],[118.899876,30.223422],[118.90318,30.21793],[118.905201,30.216571],[118.911452,30.215321],[118.919368,30.215225],[118.923385,30.214511],[118.926142,30.212643],[118.92909,30.20667],[118.929232,30.201918],[118.920651,30.199021],[118.915707,30.194392],[118.912165,30.1885],[118.91081,30.187484],[118.904796,30.18655],[118.9028,30.183226],[118.891628,30.18041],[118.884259,30.176811],[118.873681,30.172923],[118.870282,30.171055],[118.864411,30.168994],[118.858349,30.168087],[118.852858,30.166549],[118.84808,30.163046],[118.846797,30.161053],[118.845703,30.156135],[118.846987,30.153881],[118.852145,30.149924],[118.8564,30.14822],[118.862081,30.148894],[118.865718,30.151491],[118.870543,30.151161],[118.874988,30.148193],[118.881026,30.146805],[118.890938,30.147451],[118.895098,30.148495],[118.896786,30.148083],[118.896952,30.1444],[118.895978,30.138794],[118.893387,30.133091],[118.888656,30.128432],[118.888609,30.122357],[118.88723,30.11745],[118.883855,30.116392],[118.878055,30.116735],[118.873895,30.115058],[118.871637,30.11301],[118.869117,30.107402],[118.868856,30.101463],[118.872611,30.095401],[118.872992,30.087028],[118.873729,30.081748],[118.87506,30.079039],[118.875464,30.07204],[118.878815,30.064655],[118.885067,30.064036],[118.88811,30.062372],[118.89391,30.054932],[118.897356,30.051864],[118.897333,30.049623],[118.891342,30.043034],[118.890582,30.041273],[118.892269,30.039017],[118.895597,30.032455],[118.901516,30.031314],[118.902586,30.029057],[118.89883,30.018766],[118.897404,30.01673],[118.898355,30.015547],[118.90501,30.012836],[118.909313,30.01391],[118.913211,30.012382],[118.917086,30.013056],[118.923789,30.009795],[118.927973,30.011584],[118.932109,30.008158],[118.932703,30.009575],[118.93634,30.010951],[118.940286,30.010249],[118.949199,30.016813],[118.95412,30.018766],[118.956093,30.021449],[118.96263,30.023444],[118.966457,30.022137],[118.969381,30.023458],[118.970664,30.026375],[118.975894,30.027943],[118.979721,30.032442],[118.982454,30.034643],[118.9864,30.031424],[118.987113,30.027283],[118.9864,30.025329],[118.988326,30.017996],[118.999355,30.021614],[119.004751,30.024311],[119.016161,30.032662],[119.021247,30.032744],[119.026952,30.035],[119.030138,30.035083],[119.032015,30.032662],[119.031683,30.031066],[119.024243,30.022454],[119.025122,30.021078],[119.031112,30.01845],[119.034963,30.013373],[119.039883,30.01058],[119.046824,30.011158],[119.051911,30.007098],[119.054051,30.008282],[119.058805,30.009217],[119.064414,30.008364],[119.077013,30.008763],[119.081458,30.009933],[119.085332,30.012754],[119.089896,30.013854],[119.097764,30.012616],[119.107986,30.011873],[119.11205,30.010965],[119.114546,30.009506],[119.11312,30.001498],[119.110196,29.997768],[119.113334,29.993447],[119.115901,29.98691],[119.12037,29.978872],[119.12182,29.978652],[119.132089,29.981721],[119.135512,29.980909],[119.142001,29.975637],[119.14811,29.974687],[119.14956,29.973366],[119.14937,29.970737],[119.153553,29.969291],[119.158616,29.970227],[119.161588,29.966318],[119.169741,29.964749],[119.173734,29.962766],[119.178251,29.964859],[119.184431,29.965588],[119.19363,29.963744],[119.197006,29.962436],[119.204279,29.961624],[119.208534,29.957989],[119.210673,29.958127],[119.217662,29.956282],[119.224769,29.959476],[119.228121,29.959614],[119.233184,29.957618],[119.235537,29.955332],[119.236369,29.950968]]]]}},{"type":"Feature","properties":{"adcode":330114,"name":"钱塘区","center":[120.493972,30.322904],"centroid":[120.525025,30.315277],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":8,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.29377,30.289566],[120.3043,30.28604],[120.311004,30.280359],[120.317731,30.27395],[120.320535,30.270218],[120.324149,30.267239],[120.336058,30.255697],[120.340859,30.252595],[120.350676,30.25011],[120.355098,30.250522],[120.364154,30.252801],[120.369027,30.254763],[120.37642,30.259773],[120.389779,30.272756],[120.396149,30.281141],[120.399097,30.285806],[120.415498,30.285601],[120.423841,30.28604],[120.430806,30.290225],[120.433611,30.294739],[120.437985,30.297634],[120.439268,30.297003],[120.444427,30.27771],[120.456716,30.276695],[120.458142,30.272729],[120.459568,30.264618],[120.459663,30.257111],[120.465867,30.255656],[120.46891,30.255546],[120.473902,30.25766],[120.476849,30.261173],[120.481437,30.260954],[120.479821,30.252526],[120.483267,30.252856],[120.493346,30.251318],[120.491967,30.246033],[120.495676,30.245265],[120.498599,30.245978],[120.49974,30.248916],[120.501428,30.248779],[120.502569,30.246637],[120.501357,30.24256],[120.509439,30.241243],[120.51134,30.244221],[120.512766,30.244029],[120.515785,30.25361],[120.527623,30.253254],[120.531569,30.258922],[120.538629,30.255793],[120.541576,30.255024],[120.54412,30.258538],[120.547756,30.256713],[120.549064,30.253308],[120.550847,30.252691],[120.553865,30.255601],[120.553247,30.256163],[120.558524,30.260007],[120.559951,30.259746],[120.565632,30.244276],[120.56625,30.243796],[120.571931,30.230864],[120.574451,30.230823],[120.623394,30.234447],[120.634518,30.238717],[120.636325,30.2356],[120.651253,30.236561],[120.643694,30.229546],[120.640342,30.228022],[120.641649,30.225523],[120.644858,30.226855],[120.655246,30.224685],[120.669033,30.233129],[120.679088,30.244249],[120.693944,30.262052],[120.700529,30.267761],[120.705663,30.271412],[120.721946,30.286314],[120.71926,30.28818],[120.71403,30.293353],[120.710845,30.297538],[120.706043,30.30946],[120.705045,30.315605],[120.704142,30.330803],[120.704546,30.344462],[120.70388,30.365853],[120.702478,30.369431],[120.698199,30.375038],[120.69354,30.377835],[120.684935,30.379973],[120.662686,30.384661],[120.659002,30.385594],[120.642719,30.388582],[120.6339,30.389459],[120.619543,30.389007],[120.589188,30.388527],[120.567866,30.387869],[120.510152,30.389144],[120.498742,30.389034],[120.47616,30.385457],[120.460234,30.382688],[120.450227,30.380042],[120.443262,30.376903],[120.438436,30.37268],[120.433492,30.36141],[120.429214,30.352635],[120.423366,30.339484],[120.419159,30.331077],[120.418945,30.326441],[120.413739,30.318307],[120.406584,30.324878],[120.40309,30.325248],[120.395198,30.332215],[120.383955,30.339155],[120.384169,30.340005],[120.378084,30.344929],[120.38241,30.355761],[120.380817,30.356378],[120.388543,30.370117],[120.396197,30.370624],[120.399596,30.37327],[120.400903,30.377026],[120.400095,30.384264],[120.398312,30.384799],[120.386665,30.381687],[120.379486,30.380714],[120.371143,30.377286],[120.362847,30.374682],[120.355953,30.374065],[120.350629,30.372173],[120.347206,30.36928],[120.34433,30.368087],[120.341192,30.36588],[120.335986,30.361068],[120.328261,30.358655],[120.325717,30.353389],[120.316281,30.352539],[120.310766,30.350839],[120.307224,30.350619],[120.300759,30.347575],[120.301567,30.343927],[120.299618,30.341816],[120.296623,30.33596],[120.29358,30.325001],[120.300117,30.324987],[120.300212,30.32127],[120.299475,30.315605],[120.293461,30.315084],[120.295505,30.306291],[120.295196,30.300981],[120.29377,30.289566]]]]}},{"type":"Feature","properties":{"adcode":330113,"name":"临平区","center":[120.299376,30.419025],"centroid":[120.246279,30.430149],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":9,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.34433,30.368087],[120.342927,30.371611],[120.339409,30.373325],[120.332635,30.375271],[120.323958,30.378589],[120.323293,30.37693],[120.321249,30.377273],[120.318539,30.381056],[120.318824,30.388801],[120.31571,30.394325],[120.308936,30.393338],[120.306392,30.39623],[120.31174,30.399204],[120.311004,30.400822],[120.314189,30.400547],[120.322057,30.404741],[120.32151,30.407715],[120.324838,30.411963],[120.332967,30.417308],[120.332682,30.424666],[120.330757,30.427269],[120.335939,30.431243],[120.340336,30.433887],[120.339433,30.440011],[120.340978,30.441614],[120.339813,30.450149],[120.337864,30.451916],[120.336866,30.458121],[120.337246,30.464312],[120.340645,30.466038],[120.341382,30.472269],[120.335059,30.471352],[120.331327,30.468407],[120.329188,30.468421],[120.328332,30.473584],[120.326026,30.478596],[120.325789,30.480774],[120.327904,30.484197],[120.327667,30.491071],[120.325765,30.496945],[120.326145,30.500437],[120.322651,30.506488],[120.322295,30.509979],[120.319894,30.518494],[120.317707,30.521601],[120.314593,30.521861],[120.311598,30.520739],[120.299903,30.519822],[120.299808,30.517809],[120.296527,30.514798],[120.289277,30.513032],[120.286853,30.510992],[120.285831,30.507802],[120.282123,30.508692],[120.27744,30.504831],[120.2671,30.505817],[120.261228,30.505242],[120.251934,30.506543],[120.239288,30.505242],[120.233869,30.506392],[120.224598,30.50976],[120.220724,30.510253],[120.212523,30.509774],[120.208268,30.507939],[120.205416,30.505858],[120.2033,30.507816],[120.201755,30.514428],[120.200234,30.514921],[120.196573,30.512032],[120.195812,30.509459],[120.197001,30.505092],[120.194553,30.503668],[120.185092,30.502627],[120.182216,30.499629],[120.182287,30.496233],[120.1859,30.494631],[120.179149,30.491947],[120.177058,30.493782],[120.173801,30.49203],[120.177747,30.488606],[120.177699,30.486018],[120.180005,30.483964],[120.180219,30.481787],[120.178246,30.481499],[120.174419,30.484129],[120.173159,30.483266],[120.175061,30.47683],[120.172945,30.475022],[120.169784,30.473981],[120.165624,30.474159],[120.162463,30.473146],[120.160371,30.469914],[120.153596,30.468599],[120.150482,30.467503],[120.149841,30.456998],[120.149841,30.445888],[120.147891,30.438285],[120.142377,30.433572],[120.137147,30.427475],[120.13275,30.423104],[120.131395,30.420117],[120.130087,30.412525],[120.129422,30.403247],[120.127473,30.398999],[120.128138,30.391803],[120.129018,30.388527],[120.129327,30.382633],[120.130943,30.383222],[120.1342,30.380947],[120.139073,30.380316],[120.138526,30.378095],[120.140736,30.376176],[120.146132,30.375683],[120.146204,30.377835],[120.149175,30.38033],[120.152741,30.380686],[120.153002,30.375861],[120.159254,30.375559],[120.159016,30.372543],[120.167882,30.371035],[120.170782,30.372475],[120.171044,30.37401],[120.168595,30.3746],[120.171828,30.37582],[120.173444,30.374942],[120.174348,30.371954],[120.177699,30.376807],[120.183832,30.381618],[120.186162,30.38802],[120.192485,30.396148],[120.19838,30.394174],[120.209908,30.392557],[120.212998,30.39109],[120.216778,30.387896],[120.221294,30.387156],[120.228592,30.393544],[120.232395,30.392529],[120.237577,30.390062],[120.240334,30.387622],[120.23791,30.380028],[120.23482,30.376683],[120.239978,30.372146],[120.2468,30.363947],[120.247109,30.362343],[120.244233,30.359902],[120.243567,30.358188],[120.243947,30.354116],[120.242236,30.348261],[120.239883,30.344997],[120.234772,30.340691],[120.236056,30.339786],[120.243543,30.344174],[120.246015,30.342871],[120.248012,30.338853],[120.252552,30.337043],[120.261466,30.337523],[120.260872,30.335452],[120.258471,30.334355],[120.264437,30.326578],[120.268051,30.328663],[120.266553,30.331338],[120.277868,30.337948],[120.279318,30.336686],[120.281885,30.328499],[120.276251,30.3233],[120.272591,30.320516],[120.275562,30.319857],[120.291964,30.317814],[120.291631,30.315331],[120.293461,30.315084],[120.299475,30.315605],[120.300212,30.32127],[120.300117,30.324987],[120.29358,30.325001],[120.296623,30.33596],[120.299618,30.341816],[120.301567,30.343927],[120.300759,30.347575],[120.307224,30.350619],[120.310766,30.350839],[120.316281,30.352539],[120.325717,30.353389],[120.328261,30.358655],[120.335986,30.361068],[120.341192,30.36588],[120.34433,30.368087]]]]}},{"type":"Feature","properties":{"adcode":330122,"name":"桐庐县","center":[119.685045,29.797437],"centroid":[119.553936,29.830649],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":10,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.440081,30.087193],[119.43623,30.086038],[119.431785,30.082559],[119.429741,30.079314],[119.430597,30.074542],[119.433164,30.071531],[119.434044,30.068877],[119.43257,30.067405],[119.42299,30.06537],[119.420399,30.063514],[119.420304,30.062083],[119.427673,30.057173],[119.430169,30.053116],[119.430502,30.050021],[119.433497,30.044588],[119.433117,30.040407],[119.431476,30.037559],[119.430763,30.032813],[119.431096,30.029773],[119.430335,30.024683],[119.432308,30.015423],[119.433568,30.013166],[119.426603,30.000548],[119.426485,29.994741],[119.425058,29.991589],[119.420542,29.991837],[119.412817,29.99525],[119.405353,29.997245],[119.397176,29.995608],[119.38926,29.993186],[119.386978,29.989428],[119.381582,29.991438],[119.36858,29.998828],[119.358287,30.002268],[119.345071,30.004264],[119.338915,30.007195],[119.334374,30.007814],[119.321752,29.999805],[119.318543,29.996034],[119.314098,29.997493],[119.309487,29.993805],[119.30547,29.994204],[119.297958,30.001223],[119.29734,30.003342],[119.299384,30.007222],[119.296532,30.011103],[119.29444,30.012726],[119.290494,30.013744],[119.282603,30.009933],[119.278514,30.005571],[119.274901,30.002736],[119.270456,30.001016],[119.268364,30.001897],[119.265274,30.005557],[119.263135,30.005007],[119.260876,30.002846],[119.256217,30.000108],[119.250346,29.999599],[119.248373,29.998718],[119.246472,29.992291],[119.247922,29.98852],[119.253769,29.983964],[119.255148,29.981212],[119.252961,29.975775],[119.253817,29.968025],[119.255433,29.962078],[119.259569,29.95547],[119.259403,29.951395],[119.258048,29.9463],[119.258214,29.943794],[119.259854,29.940572],[119.25762,29.936799],[119.25472,29.935188],[119.24747,29.934376],[119.24476,29.935491],[119.241171,29.940641],[119.240434,29.943588],[119.237819,29.946906],[119.236369,29.950968],[119.23114,29.951339],[119.226956,29.947787],[119.223509,29.946094],[119.217234,29.945529],[119.212076,29.946452],[119.205254,29.949192],[119.194462,29.953033],[119.190136,29.952042],[119.183242,29.949026],[119.180865,29.945144],[119.181127,29.941701],[119.18802,29.936689],[119.190968,29.936965],[119.197338,29.935119],[119.204113,29.937901],[119.208106,29.93629],[119.21141,29.935932],[119.216925,29.936662],[119.220277,29.936083],[119.222036,29.932916],[119.218328,29.927559],[119.218613,29.922298],[119.221703,29.917905],[119.227717,29.91617],[119.226766,29.912451],[119.228644,29.910605],[119.227669,29.902588],[119.225934,29.900302],[119.222368,29.897561],[119.219088,29.896541],[119.213692,29.896155],[119.207726,29.897271],[119.205705,29.896582],[119.198669,29.889612],[119.194581,29.884115],[119.191348,29.878741],[119.191419,29.873189],[119.188329,29.86776],[119.185382,29.865706],[119.182482,29.860497],[119.182933,29.852243],[119.189946,29.846495],[119.193939,29.83868],[119.196221,29.837123],[119.204232,29.833718],[119.213478,29.836213],[119.219017,29.839645],[119.222036,29.839177],[119.225506,29.834283],[119.233564,29.831568],[119.239079,29.831568],[119.241718,29.828397],[119.247209,29.824317],[119.251297,29.822235],[119.255409,29.821808],[119.257739,29.823503],[119.26594,29.833043],[119.267675,29.833759],[119.272215,29.83267],[119.274402,29.830175],[119.273903,29.828135],[119.27502,29.818527],[119.278823,29.813329],[119.279417,29.807938],[119.278609,29.804739],[119.272334,29.799624],[119.270765,29.795404],[119.273118,29.791612],[119.28246,29.786151],[119.286002,29.781793],[119.294369,29.775379],[119.294892,29.771766],[119.293989,29.768373],[119.294369,29.764028],[119.293299,29.760607],[119.292016,29.746218],[119.290233,29.740575],[119.28807,29.737954],[119.286881,29.730917],[119.287547,29.728198],[119.291184,29.725356],[119.298529,29.724831],[119.302451,29.725715],[119.308893,29.724721],[119.314431,29.724983],[119.31707,29.723617],[119.316547,29.719808],[119.31745,29.717173],[119.32218,29.716248],[119.327933,29.714316],[119.334184,29.714992],[119.341434,29.717366],[119.344168,29.717435],[119.34828,29.715116],[119.350015,29.719643],[119.352915,29.722334],[119.354508,29.725825],[119.354056,29.730185],[119.355768,29.73231],[119.358074,29.737968],[119.360332,29.741638],[119.36423,29.746397],[119.365823,29.750398],[119.370624,29.752688],[119.373857,29.754978],[119.373405,29.758758],[119.374142,29.760662],[119.380489,29.766993],[119.383579,29.770952],[119.388357,29.769628],[119.390924,29.764979],[119.391495,29.7624],[119.394323,29.759807],[119.392374,29.750357],[119.393563,29.748301],[119.398792,29.744328],[119.407088,29.7431],[119.411343,29.745266],[119.415431,29.750233],[119.417547,29.757048],[119.42261,29.758469],[119.425439,29.75582],[119.425938,29.753171],[119.434519,29.748384],[119.439867,29.742231],[119.44203,29.741651],[119.447094,29.743183],[119.451206,29.741555],[119.454938,29.741983],[119.458955,29.744935],[119.465753,29.741693],[119.472932,29.739361],[119.476379,29.733373],[119.478019,29.732338],[119.484556,29.731262],[119.492376,29.722334],[119.493802,29.721285],[119.50022,29.722679],[119.504879,29.722872],[119.50835,29.725273],[119.520187,29.728792],[119.522969,29.731013],[119.528269,29.733897],[119.531954,29.733925],[119.537064,29.736933],[119.540511,29.737319],[119.543696,29.746122],[119.544695,29.747432],[119.549472,29.749916],[119.560431,29.752316],[119.569131,29.751695],[119.571698,29.749847],[119.574099,29.745197],[119.577212,29.741569],[119.578306,29.738299],[119.581895,29.73111],[119.583726,29.729385],[119.59176,29.724818],[119.593448,29.723203],[119.596229,29.717352],[119.601815,29.716055],[119.603978,29.713419],[119.604144,29.708837],[119.602528,29.700859],[119.610895,29.695227],[119.610776,29.688229],[119.614128,29.684999],[119.612749,29.673029],[119.613581,29.669757],[119.616909,29.664648],[119.617479,29.662757],[119.616148,29.656805],[119.621972,29.65472],[119.62946,29.656239],[119.634689,29.653243],[119.636733,29.652939],[119.643579,29.653961],[119.64705,29.65229],[119.651043,29.651641],[119.658792,29.652013],[119.665305,29.653836],[119.667968,29.657316],[119.670844,29.657137],[119.674505,29.653809],[119.672104,29.648658],[119.670226,29.640979],[119.673031,29.636905],[119.676192,29.636325],[119.678593,29.634018],[119.679663,29.62685],[119.688363,29.62109],[119.693307,29.620965],[119.694876,29.619985],[119.695375,29.616034],[119.692998,29.602633],[119.695256,29.596719],[119.698322,29.593721],[119.701318,29.58959],[119.704075,29.587641],[119.708282,29.589673],[119.709376,29.595863],[119.715247,29.601804],[119.717315,29.608781],[119.718575,29.610439],[119.723899,29.610535],[119.728368,29.613506],[119.731126,29.613547],[119.742393,29.609195],[119.746434,29.606419],[119.750142,29.602978],[119.757843,29.598447],[119.762312,29.597811],[119.765307,29.596402],[119.76728,29.597659],[119.774364,29.599179],[119.779308,29.604001],[119.780069,29.609458],[119.779831,29.613285],[119.776218,29.620233],[119.776527,29.62685],[119.777525,29.628645],[119.781067,29.638618],[119.788151,29.645205],[119.79117,29.654969],[119.793214,29.656101],[119.796351,29.655687],[119.798253,29.656929],[119.79918,29.660078],[119.802484,29.663254],[119.805313,29.664952],[119.809972,29.665201],[119.810709,29.667493],[119.814132,29.671359],[119.817602,29.673057],[119.821738,29.671193],[119.824472,29.671856],[119.835359,29.682251],[119.836904,29.68076],[119.835454,29.678124],[119.837664,29.676453],[119.842157,29.675556],[119.852521,29.668887],[119.856538,29.671027],[119.859533,29.671345],[119.863384,29.669481],[119.869992,29.66995],[119.873058,29.668666],[119.875816,29.668984],[119.879286,29.667934],[119.883494,29.663433],[119.887178,29.662039],[119.895712,29.660644],[119.902344,29.661403],[119.908595,29.663074],[119.911709,29.666498],[119.914514,29.66625],[119.918246,29.664386],[119.921265,29.664027],[119.92281,29.668487],[119.924806,29.669895],[119.936169,29.666526],[119.940733,29.667506],[119.945653,29.667368],[119.948862,29.668017],[119.959083,29.672822],[119.966832,29.670958],[119.970778,29.670765],[119.973155,29.673098],[119.973797,29.678648],[119.973441,29.689941],[119.967403,29.694896],[119.960129,29.696967],[119.957942,29.698416],[119.951287,29.699299],[119.948149,29.703068],[119.94494,29.704903],[119.941517,29.705234],[119.937761,29.70747],[119.933578,29.706739],[119.930226,29.704503],[119.930084,29.701936],[119.933768,29.698582],[119.931676,29.696691],[119.928657,29.698858],[119.922525,29.697753],[119.919529,29.699562],[119.914252,29.705524],[119.915584,29.707967],[119.91178,29.71364],[119.911376,29.715944],[119.91247,29.720402],[119.911376,29.722582],[119.905648,29.72766],[119.901393,29.728612],[119.898612,29.740617],[119.900466,29.744645],[119.894476,29.748757],[119.890981,29.750426],[119.88908,29.753102],[119.888794,29.755972],[119.890221,29.758496],[119.89053,29.763241],[119.883921,29.763421],[119.878003,29.764966],[119.872654,29.767255],[119.870301,29.769324],[119.866403,29.776552],[119.863313,29.778772],[119.860793,29.781862],[119.860222,29.786564],[119.865761,29.797404],[119.867021,29.801389],[119.868304,29.80245],[119.871822,29.801816],[119.875364,29.802423],[119.881568,29.80587],[119.884896,29.812088],[119.882971,29.819726],[119.882329,29.826729],[119.885371,29.830934],[119.886061,29.83489],[119.889103,29.838639],[119.888889,29.842622],[119.887059,29.845668],[119.885015,29.846137],[119.865642,29.837757],[119.859937,29.837591],[119.852568,29.841216],[119.843892,29.85103],[119.840659,29.855853],[119.836618,29.85945],[119.828537,29.864563],[119.827039,29.867277],[119.82528,29.874691],[119.821786,29.879458],[119.817792,29.880629],[119.813942,29.880229],[119.802841,29.876275],[119.794307,29.874677],[119.787295,29.875131],[119.777502,29.874222],[119.763952,29.871328],[119.756607,29.871949],[119.752186,29.870019],[119.744889,29.868393],[119.74042,29.868931],[119.736688,29.870901],[119.72718,29.8655],[119.712157,29.860291],[119.710731,29.860938],[119.705549,29.867897],[119.702863,29.870419],[119.699915,29.875421],[119.692261,29.880905],[119.685748,29.881993],[119.679045,29.885437],[119.675479,29.888702],[119.675384,29.893607],[119.676311,29.899035],[119.674243,29.905109],[119.675503,29.908842],[119.675146,29.912671],[119.676121,29.916665],[119.675432,29.920012],[119.673744,29.92205],[119.668087,29.92256],[119.66628,29.927876],[119.654228,29.930616],[119.643413,29.92789],[119.637874,29.925342],[119.635426,29.924943],[119.630957,29.926568],[119.626726,29.933054],[119.627677,29.938837],[119.626061,29.942968],[119.619619,29.946039],[119.617432,29.953831],[119.611632,29.95631],[119.611466,29.962587],[119.604192,29.962298],[119.60065,29.964955],[119.599081,29.970874],[119.596324,29.972141],[119.593115,29.972279],[119.587315,29.974068],[119.58218,29.973311],[119.575121,29.977179],[119.568322,29.98157],[119.565375,29.982492],[119.560526,29.981707],[119.557958,29.980427],[119.553395,29.976683],[119.547951,29.975293],[119.540392,29.980124],[119.539204,29.982547],[119.539441,29.985988],[119.541438,29.989649],[119.53937,29.993956],[119.542769,30.002874],[119.542508,30.006727],[119.535258,30.008736],[119.530932,30.012423],[119.52449,30.014831],[119.522541,30.0164],[119.514055,30.015464],[119.508873,30.011777],[119.507161,30.011447],[119.502407,30.017432],[119.500719,30.022454],[119.501385,30.025893],[119.504047,30.031974],[119.506805,30.036335],[119.509063,30.037958],[119.511369,30.041301],[119.510798,30.043845],[119.506424,30.051246],[119.50602,30.054863],[119.50892,30.06416],[119.508635,30.066457],[119.505212,30.070128],[119.502669,30.070967],[119.499816,30.073374],[119.494706,30.072947],[119.490902,30.073924],[119.485459,30.077403],[119.481679,30.079011],[119.47519,30.080043],[119.473217,30.079671],[119.467013,30.074034],[119.465634,30.074061],[119.463043,30.077306],[119.461118,30.083535],[119.459407,30.086945],[119.4576,30.088403],[119.454106,30.088801],[119.446975,30.086629],[119.440081,30.087193]]]]}},{"type":"Feature","properties":{"adcode":330127,"name":"淳安县","center":[119.044276,29.604177],"centroid":[118.889354,29.608818],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":11,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.897404,30.01673],[118.890344,30.012024],[118.889845,30.010593],[118.894028,30.006713],[118.895098,30.001195],[118.893981,29.997411],[118.892079,29.994796],[118.893197,29.990956],[118.897214,29.987116],[118.899472,29.981446],[118.898093,29.977495],[118.896453,29.975761],[118.893173,29.969291],[118.891533,29.959889],[118.893006,29.957081],[118.892365,29.9482],[118.894005,29.943106],[118.89467,29.938066],[118.893553,29.937598],[118.887634,29.939223],[118.883688,29.939429],[118.880337,29.942982],[118.876248,29.945736],[118.87197,29.946892],[118.868951,29.943904],[118.867239,29.939484],[118.863911,29.936978],[118.857921,29.938011],[118.848294,29.941261],[118.841163,29.939925],[118.838976,29.938273],[118.838715,29.9345],[118.840141,29.929859],[118.8419,29.928151],[118.843112,29.920591],[118.844895,29.915261],[118.844848,29.905288],[118.845537,29.899103],[118.843968,29.89515],[118.84133,29.891306],[118.830134,29.882489],[118.823383,29.87881],[118.819057,29.874815],[118.81649,29.873946],[118.812972,29.87086],[118.807718,29.867649],[118.802608,29.860663],[118.798091,29.858816],[118.788916,29.851016],[118.786634,29.845227],[118.781975,29.842595],[118.778742,29.841906],[118.774178,29.845324],[118.770066,29.846826],[118.766952,29.848949],[118.755614,29.84542],[118.754164,29.843697],[118.75471,29.839232],[118.750955,29.831609],[118.753855,29.829541],[118.76013,29.828921],[118.765669,29.824524],[118.765906,29.82309],[118.759441,29.817162],[118.754972,29.816982],[118.74601,29.818168],[118.742278,29.816321],[118.739925,29.813288],[118.738618,29.807952],[118.736526,29.788454],[118.738356,29.784799],[118.744299,29.779641],[118.746628,29.775352],[118.747365,29.772428],[118.745535,29.76738],[118.749029,29.761145],[118.748673,29.750426],[118.74651,29.746287],[118.745559,29.740327],[118.744703,29.738768],[118.739711,29.736809],[118.737406,29.735029],[118.733626,29.730089],[118.726947,29.725825],[118.724641,29.72261],[118.72407,29.715958],[118.718698,29.709182],[118.700823,29.706463],[118.692884,29.699148],[118.691648,29.69393],[118.685467,29.69052],[118.682924,29.688326],[118.682353,29.68105],[118.681498,29.67978],[118.67508,29.675625],[118.674153,29.674009],[118.673915,29.669094],[118.672275,29.667009],[118.666712,29.663309],[118.659629,29.65646],[118.656872,29.654444],[118.653401,29.648685],[118.647316,29.643382],[118.642918,29.641656],[118.640945,29.641932],[118.636928,29.644832],[118.633482,29.648782],[118.620004,29.654112],[118.614228,29.650425],[118.602057,29.643672],[118.595544,29.644059],[118.584015,29.640523],[118.573865,29.638383],[118.569302,29.635496],[118.568065,29.633438],[118.567519,29.627292],[118.559746,29.620689],[118.555087,29.613409],[118.553447,29.612373],[118.549905,29.613395],[118.54855,29.611212],[118.542037,29.603821],[118.540896,29.599331],[118.535239,29.590612],[118.532172,29.588954],[118.521547,29.585956],[118.515462,29.583316],[118.50574,29.57725],[118.50177,29.576379],[118.499678,29.573615],[118.49868,29.567672],[118.498371,29.56137],[118.4949,29.553712],[118.494948,29.550602],[118.497848,29.544008],[118.497563,29.540331],[118.495875,29.533321],[118.4949,29.5314],[118.495162,29.525703],[118.496065,29.520642],[118.495162,29.518361],[118.489433,29.51684],[118.481969,29.512996],[118.479022,29.510935],[118.470393,29.507464],[118.464213,29.505888],[118.459815,29.50557],[118.45827,29.506358],[118.45045,29.512733],[118.448976,29.513397],[118.443105,29.50893],[118.439872,29.510036],[118.436544,29.505749],[118.430578,29.50373],[118.425491,29.504754],[118.420238,29.508031],[118.414984,29.509746],[118.41256,29.509677],[118.407473,29.508059],[118.402814,29.507464],[118.393044,29.507298],[118.383013,29.510133],[118.381444,29.504933],[118.379804,29.502555],[118.373505,29.496483],[118.371104,29.492154],[118.365708,29.48629],[118.362951,29.484159],[118.360479,29.479097],[118.35872,29.477063],[118.353609,29.47503],[118.347619,29.473978],[118.344957,29.475707],[118.345028,29.468251],[118.345741,29.465138],[118.350186,29.458746],[118.350686,29.454775],[118.35254,29.452797],[118.357341,29.451565],[118.363426,29.451067],[118.366374,29.450154],[118.372935,29.437824],[118.375169,29.435195],[118.378093,29.43388],[118.384154,29.433258],[118.386698,29.427652],[118.390263,29.423971],[118.395231,29.423473],[118.40203,29.425175],[118.40859,29.42339],[118.413154,29.420552],[118.413297,29.41813],[118.410825,29.413479],[118.405405,29.408136],[118.407021,29.405575],[118.409684,29.404495],[118.415293,29.403762],[118.418122,29.40163],[118.422139,29.400232],[118.4258,29.397643],[118.425847,29.395179],[118.422733,29.390471],[118.423637,29.387356],[118.430102,29.382455],[118.437685,29.377705],[118.441251,29.375919],[118.445957,29.37639],[118.448738,29.375241],[118.45625,29.365893],[118.464664,29.360312],[118.470132,29.360091],[118.473341,29.362764],[118.479164,29.366544],[118.488839,29.367237],[118.491596,29.365215],[118.494163,29.362057],[118.498989,29.361891],[118.502887,29.360991],[118.50574,29.359274],[118.509994,29.361642],[118.517482,29.363484],[118.524352,29.36142],[118.523995,29.355229],[118.518885,29.346448],[118.519099,29.344384],[118.523401,29.345368],[118.528559,29.345257],[118.541039,29.342528],[118.54237,29.33696],[118.551498,29.335713],[118.562266,29.338539],[118.571679,29.338317],[118.575149,29.336558],[118.579856,29.332153],[118.584253,29.333663],[118.587129,29.332056],[118.587533,29.328496],[118.589031,29.327872],[118.594593,29.330698],[118.596043,29.330823],[118.60094,29.327789],[118.60384,29.323564],[118.603483,29.316442],[118.604814,29.314614],[118.6138,29.307311],[118.617223,29.303127],[118.614394,29.296586],[118.619124,29.292928],[118.62452,29.284238],[118.629916,29.279886],[118.634147,29.27297],[118.636382,29.267078],[118.636928,29.263627],[118.634908,29.261852],[118.630582,29.265207],[118.623997,29.272346],[118.621145,29.278084],[118.619196,29.276809],[118.615511,29.278971],[118.610614,29.27947],[118.609497,29.277003],[118.609854,29.273108],[118.606669,29.268492],[118.606669,29.267134],[118.610091,29.262324],[118.611423,29.25768],[118.615464,29.250762],[118.614632,29.246325],[118.607596,29.239711],[118.607786,29.238228],[118.613063,29.231919],[118.613847,29.229464],[118.616486,29.226316],[118.618863,29.220714],[118.620123,29.219272],[118.624377,29.218883],[118.628109,29.220229],[118.631841,29.219618],[118.632317,29.214168],[118.633672,29.205624],[118.631984,29.202004],[118.628205,29.199063],[118.62685,29.195665],[118.628894,29.19235],[118.638307,29.192169],[118.651904,29.196414],[118.655374,29.196886],[118.670159,29.200506],[118.676577,29.200659],[118.684612,29.202531],[118.688748,29.20095],[118.693882,29.196955],[118.70137,29.192169],[118.708834,29.188757],[118.715442,29.189867],[118.718651,29.192807],[118.723333,29.198911],[118.72949,29.199674],[118.731701,29.201519],[118.73258,29.205416],[118.734173,29.207427],[118.743752,29.213655],[118.753023,29.213863],[118.757349,29.215985],[118.759298,29.218065],[118.765431,29.220589],[118.767,29.223058],[118.766239,29.229256],[118.767261,29.234137],[118.766691,29.235621],[118.762412,29.240322],[118.763886,29.248294],[118.766382,29.251164],[118.768188,29.251912],[118.77501,29.251011],[118.778267,29.252564],[118.781832,29.258068],[118.78478,29.259108],[118.786373,29.266732],[118.793622,29.267952],[118.80073,29.272942],[118.809525,29.278278],[118.812377,29.280801],[118.816894,29.281716],[118.819699,29.280343],[118.824476,29.279484],[118.826544,29.280288],[118.828636,29.285042],[118.828755,29.287453],[118.835078,29.290488],[118.838786,29.293191],[118.842684,29.297487],[118.849412,29.298346],[118.855734,29.303335],[118.857161,29.309182],[118.860679,29.314974],[118.863222,29.317495],[118.869545,29.322317],[118.873206,29.324492],[118.87834,29.326556],[118.886327,29.322372],[118.890629,29.324049],[118.893054,29.3288],[118.900446,29.332652],[118.908219,29.336156],[118.91314,29.336627],[118.919391,29.341614],[118.923195,29.342196],[118.92909,29.341808],[118.936102,29.345673],[118.94214,29.348374],[118.946704,29.349759],[118.95576,29.353637],[118.9574,29.355756],[118.958375,29.360922],[118.959611,29.362985],[118.962368,29.363899],[118.967431,29.362431],[118.972209,29.364689],[118.976036,29.364813],[118.98148,29.359218],[118.984308,29.358872],[118.98621,29.360146],[118.990607,29.365436],[118.99453,29.368372],[119.003206,29.368289],[119.007556,29.367444],[119.01124,29.368428],[119.016874,29.372],[119.030518,29.376404],[119.034725,29.382787],[119.039717,29.385889],[119.044637,29.386595],[119.04806,29.389987],[119.050865,29.391482],[119.052767,29.394459],[119.055405,29.395497],[119.057236,29.398086],[119.057878,29.402045],[119.059328,29.405603],[119.061633,29.408122],[119.067196,29.412552],[119.070428,29.413825],[119.078154,29.414462],[119.083597,29.414116],[119.096504,29.416358],[119.098881,29.417673],[119.102281,29.423002],[119.102399,29.426213],[119.099595,29.431085],[119.101948,29.436468],[119.106583,29.440025],[119.110719,29.443982],[119.114784,29.44639],[119.11728,29.445588],[119.122248,29.445975],[119.126883,29.450334],[119.132255,29.448549],[119.138459,29.449393],[119.141335,29.447373],[119.146303,29.447829],[119.156192,29.450721],[119.159139,29.452202],[119.167316,29.453668],[119.172023,29.454927],[119.179083,29.453931],[119.185929,29.460434],[119.190897,29.462606],[119.192608,29.465581],[119.192941,29.470796],[119.191705,29.483703],[119.193559,29.49149],[119.198646,29.495211],[119.201546,29.501739],[119.205919,29.504989],[119.206656,29.508142],[119.20542,29.510382],[119.204042,29.516632],[119.202401,29.51991],[119.199929,29.52226],[119.199145,29.524846],[119.202092,29.527252],[119.206276,29.529063],[119.210388,29.529409],[119.215499,29.526464],[119.216878,29.524279],[119.223795,29.519965],[119.226552,29.516964],[119.2295,29.517877],[119.230997,29.51955],[119.2295,29.522246],[119.230569,29.523961],[119.241575,29.533045],[119.249562,29.535851],[119.265702,29.546704],[119.267675,29.548832],[119.26613,29.559324],[119.268222,29.561895],[119.274449,29.560969],[119.279441,29.56148],[119.282531,29.565544],[119.285954,29.568474],[119.284457,29.571625],[119.282626,29.572896],[119.278229,29.572896],[119.274996,29.569856],[119.264371,29.564825],[119.255837,29.564784],[119.254078,29.566152],[119.24602,29.567893],[119.243667,29.56951],[119.243072,29.575246],[119.241955,29.577706],[119.237582,29.581202],[119.234967,29.582086],[119.243025,29.590087],[119.247304,29.59759],[119.246971,29.599483],[119.248231,29.605617],[119.251249,29.610826],[119.248849,29.614887],[119.251654,29.61747],[119.252913,29.623314],[119.254292,29.626629],[119.257382,29.628866],[119.263824,29.630745],[119.267508,29.633093],[119.274853,29.636228],[119.276969,29.63812],[119.277777,29.640758],[119.286572,29.647401],[119.293085,29.65066],[119.299194,29.649113],[119.303259,29.649735],[119.305517,29.651392],[119.306706,29.654154],[119.30673,29.661776],[119.309035,29.668017],[119.314621,29.669453],[119.315548,29.670309],[119.31852,29.676964],[119.320588,29.6792],[119.321657,29.688422],[119.323297,29.693171],[119.329763,29.699769],[119.330619,29.702115],[119.332924,29.702791],[119.33504,29.701715],[119.336942,29.702336],[119.345642,29.711224],[119.34828,29.715116],[119.344168,29.717435],[119.341434,29.717366],[119.334184,29.714992],[119.327933,29.714316],[119.32218,29.716248],[119.31745,29.717173],[119.316547,29.719808],[119.31707,29.723617],[119.314431,29.724983],[119.308893,29.724721],[119.302451,29.725715],[119.298529,29.724831],[119.291184,29.725356],[119.287547,29.728198],[119.286881,29.730917],[119.28807,29.737954],[119.290233,29.740575],[119.292016,29.746218],[119.293299,29.760607],[119.294369,29.764028],[119.293989,29.768373],[119.294892,29.771766],[119.294369,29.775379],[119.286002,29.781793],[119.28246,29.786151],[119.273118,29.791612],[119.270765,29.795404],[119.272334,29.799624],[119.278609,29.804739],[119.279417,29.807938],[119.278823,29.813329],[119.27502,29.818527],[119.273903,29.828135],[119.274402,29.830175],[119.272215,29.83267],[119.267675,29.833759],[119.26594,29.833043],[119.257739,29.823503],[119.255409,29.821808],[119.251297,29.822235],[119.247209,29.824317],[119.241718,29.828397],[119.239079,29.831568],[119.233564,29.831568],[119.225506,29.834283],[119.222036,29.839177],[119.219017,29.839645],[119.213478,29.836213],[119.204232,29.833718],[119.196221,29.837123],[119.193939,29.83868],[119.189946,29.846495],[119.182933,29.852243],[119.182482,29.860497],[119.185382,29.865706],[119.188329,29.86776],[119.191419,29.873189],[119.191348,29.878741],[119.194581,29.884115],[119.198669,29.889612],[119.205705,29.896582],[119.207726,29.897271],[119.213692,29.896155],[119.219088,29.896541],[119.222368,29.897561],[119.225934,29.900302],[119.227669,29.902588],[119.228644,29.910605],[119.226766,29.912451],[119.227717,29.91617],[119.221703,29.917905],[119.218613,29.922298],[119.218328,29.927559],[119.222036,29.932916],[119.220277,29.936083],[119.216925,29.936662],[119.21141,29.935932],[119.208106,29.93629],[119.204113,29.937901],[119.197338,29.935119],[119.190968,29.936965],[119.18802,29.936689],[119.181127,29.941701],[119.180865,29.945144],[119.183242,29.949026],[119.190136,29.952042],[119.194462,29.953033],[119.205254,29.949192],[119.212076,29.946452],[119.217234,29.945529],[119.223509,29.946094],[119.226956,29.947787],[119.23114,29.951339],[119.236369,29.950968],[119.235537,29.955332],[119.233184,29.957618],[119.228121,29.959614],[119.224769,29.959476],[119.217662,29.956282],[119.210673,29.958127],[119.208534,29.957989],[119.204279,29.961624],[119.197006,29.962436],[119.19363,29.963744],[119.184431,29.965588],[119.178251,29.964859],[119.173734,29.962766],[119.169741,29.964749],[119.161588,29.966318],[119.158616,29.970227],[119.153553,29.969291],[119.14937,29.970737],[119.14956,29.973366],[119.14811,29.974687],[119.142001,29.975637],[119.135512,29.980909],[119.132089,29.981721],[119.12182,29.978652],[119.12037,29.978872],[119.115901,29.98691],[119.113334,29.993447],[119.110196,29.997768],[119.11312,30.001498],[119.114546,30.009506],[119.11205,30.010965],[119.107986,30.011873],[119.097764,30.012616],[119.089896,30.013854],[119.085332,30.012754],[119.081458,30.009933],[119.077013,30.008763],[119.064414,30.008364],[119.058805,30.009217],[119.054051,30.008282],[119.051911,30.007098],[119.046824,30.011158],[119.039883,30.01058],[119.034963,30.013373],[119.031112,30.01845],[119.025122,30.021078],[119.024243,30.022454],[119.031683,30.031066],[119.032015,30.032662],[119.030138,30.035083],[119.026952,30.035],[119.021247,30.032744],[119.016161,30.032662],[119.004751,30.024311],[118.999355,30.021614],[118.988326,30.017996],[118.9864,30.025329],[118.987113,30.027283],[118.9864,30.031424],[118.982454,30.034643],[118.979721,30.032442],[118.975894,30.027943],[118.970664,30.026375],[118.969381,30.023458],[118.966457,30.022137],[118.96263,30.023444],[118.956093,30.021449],[118.95412,30.018766],[118.949199,30.016813],[118.940286,30.010249],[118.93634,30.010951],[118.932703,30.009575],[118.932109,30.008158],[118.927973,30.011584],[118.923789,30.009795],[118.917086,30.013056],[118.913211,30.012382],[118.909313,30.01391],[118.90501,30.012836],[118.898355,30.015547],[118.897404,30.01673]]]]}},{"type":"Feature","properties":{"adcode":330182,"name":"建德市","center":[119.279089,29.472284],"centroid":[119.372981,29.48107],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":12,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.765307,29.596402],[119.762312,29.597811],[119.757843,29.598447],[119.750142,29.602978],[119.746434,29.606419],[119.742393,29.609195],[119.731126,29.613547],[119.728368,29.613506],[119.723899,29.610535],[119.718575,29.610439],[119.717315,29.608781],[119.715247,29.601804],[119.709376,29.595863],[119.708282,29.589673],[119.704075,29.587641],[119.701318,29.58959],[119.698322,29.593721],[119.695256,29.596719],[119.692998,29.602633],[119.695375,29.616034],[119.694876,29.619985],[119.693307,29.620965],[119.688363,29.62109],[119.679663,29.62685],[119.678593,29.634018],[119.676192,29.636325],[119.673031,29.636905],[119.670226,29.640979],[119.672104,29.648658],[119.674505,29.653809],[119.670844,29.657137],[119.667968,29.657316],[119.665305,29.653836],[119.658792,29.652013],[119.651043,29.651641],[119.64705,29.65229],[119.643579,29.653961],[119.636733,29.652939],[119.634689,29.653243],[119.62946,29.656239],[119.621972,29.65472],[119.616148,29.656805],[119.617479,29.662757],[119.616909,29.664648],[119.613581,29.669757],[119.612749,29.673029],[119.614128,29.684999],[119.610776,29.688229],[119.610895,29.695227],[119.602528,29.700859],[119.604144,29.708837],[119.603978,29.713419],[119.601815,29.716055],[119.596229,29.717352],[119.593448,29.723203],[119.59176,29.724818],[119.583726,29.729385],[119.581895,29.73111],[119.578306,29.738299],[119.577212,29.741569],[119.574099,29.745197],[119.571698,29.749847],[119.569131,29.751695],[119.560431,29.752316],[119.549472,29.749916],[119.544695,29.747432],[119.543696,29.746122],[119.540511,29.737319],[119.537064,29.736933],[119.531954,29.733925],[119.528269,29.733897],[119.522969,29.731013],[119.520187,29.728792],[119.50835,29.725273],[119.504879,29.722872],[119.50022,29.722679],[119.493802,29.721285],[119.492376,29.722334],[119.484556,29.731262],[119.478019,29.732338],[119.476379,29.733373],[119.472932,29.739361],[119.465753,29.741693],[119.458955,29.744935],[119.454938,29.741983],[119.451206,29.741555],[119.447094,29.743183],[119.44203,29.741651],[119.439867,29.742231],[119.434519,29.748384],[119.425938,29.753171],[119.425439,29.75582],[119.42261,29.758469],[119.417547,29.757048],[119.415431,29.750233],[119.411343,29.745266],[119.407088,29.7431],[119.398792,29.744328],[119.393563,29.748301],[119.392374,29.750357],[119.394323,29.759807],[119.391495,29.7624],[119.390924,29.764979],[119.388357,29.769628],[119.383579,29.770952],[119.380489,29.766993],[119.374142,29.760662],[119.373405,29.758758],[119.373857,29.754978],[119.370624,29.752688],[119.365823,29.750398],[119.36423,29.746397],[119.360332,29.741638],[119.358074,29.737968],[119.355768,29.73231],[119.354056,29.730185],[119.354508,29.725825],[119.352915,29.722334],[119.350015,29.719643],[119.34828,29.715116],[119.345642,29.711224],[119.336942,29.702336],[119.33504,29.701715],[119.332924,29.702791],[119.330619,29.702115],[119.329763,29.699769],[119.323297,29.693171],[119.321657,29.688422],[119.320588,29.6792],[119.31852,29.676964],[119.315548,29.670309],[119.314621,29.669453],[119.309035,29.668017],[119.30673,29.661776],[119.306706,29.654154],[119.305517,29.651392],[119.303259,29.649735],[119.299194,29.649113],[119.293085,29.65066],[119.286572,29.647401],[119.277777,29.640758],[119.276969,29.63812],[119.274853,29.636228],[119.267508,29.633093],[119.263824,29.630745],[119.257382,29.628866],[119.254292,29.626629],[119.252913,29.623314],[119.251654,29.61747],[119.248849,29.614887],[119.251249,29.610826],[119.248231,29.605617],[119.246971,29.599483],[119.247304,29.59759],[119.243025,29.590087],[119.234967,29.582086],[119.237582,29.581202],[119.241955,29.577706],[119.243072,29.575246],[119.243667,29.56951],[119.24602,29.567893],[119.254078,29.566152],[119.255837,29.564784],[119.264371,29.564825],[119.274996,29.569856],[119.278229,29.572896],[119.282626,29.572896],[119.284457,29.571625],[119.285954,29.568474],[119.282531,29.565544],[119.279441,29.56148],[119.274449,29.560969],[119.268222,29.561895],[119.26613,29.559324],[119.267675,29.548832],[119.265702,29.546704],[119.249562,29.535851],[119.241575,29.533045],[119.230569,29.523961],[119.2295,29.522246],[119.230997,29.51955],[119.2295,29.517877],[119.226552,29.516964],[119.223795,29.519965],[119.216878,29.524279],[119.215499,29.526464],[119.210388,29.529409],[119.206276,29.529063],[119.202092,29.527252],[119.199145,29.524846],[119.199929,29.52226],[119.202401,29.51991],[119.204042,29.516632],[119.20542,29.510382],[119.206656,29.508142],[119.205919,29.504989],[119.201546,29.501739],[119.198646,29.495211],[119.193559,29.49149],[119.191705,29.483703],[119.192941,29.470796],[119.192608,29.465581],[119.190897,29.462606],[119.185929,29.460434],[119.179083,29.453931],[119.172023,29.454927],[119.167316,29.453668],[119.159139,29.452202],[119.156192,29.450721],[119.146303,29.447829],[119.141335,29.447373],[119.138459,29.449393],[119.132255,29.448549],[119.126883,29.450334],[119.122248,29.445975],[119.11728,29.445588],[119.114784,29.44639],[119.110719,29.443982],[119.106583,29.440025],[119.101948,29.436468],[119.099595,29.431085],[119.102399,29.426213],[119.102281,29.423002],[119.098881,29.417673],[119.096504,29.416358],[119.083597,29.414116],[119.078154,29.414462],[119.070428,29.413825],[119.067196,29.412552],[119.061633,29.408122],[119.059328,29.405603],[119.057878,29.402045],[119.057236,29.398086],[119.055405,29.395497],[119.052767,29.394459],[119.050865,29.391482],[119.04806,29.389987],[119.044637,29.386595],[119.039717,29.385889],[119.034725,29.382787],[119.030518,29.376404],[119.016874,29.372],[119.01124,29.368428],[119.007556,29.367444],[119.003206,29.368289],[118.99453,29.368372],[118.990607,29.365436],[118.98621,29.360146],[118.984308,29.358872],[118.98148,29.359218],[118.976036,29.364813],[118.972209,29.364689],[118.967431,29.362431],[118.962368,29.363899],[118.959611,29.362985],[118.958375,29.360922],[118.9574,29.355756],[118.95576,29.353637],[118.946704,29.349759],[118.94214,29.348374],[118.936102,29.345673],[118.92909,29.341808],[118.923195,29.342196],[118.919391,29.341614],[118.91314,29.336627],[118.908219,29.336156],[118.900446,29.332652],[118.903917,29.330186],[118.905414,29.327374],[118.908362,29.325143],[118.911262,29.324409],[118.916753,29.31816],[118.923456,29.31478],[118.927069,29.310374],[118.944113,29.306286],[118.948035,29.301117],[118.952622,29.298554],[118.962083,29.29617],[118.963533,29.291999],[118.961893,29.290211],[118.951268,29.286275],[118.949176,29.283919],[118.949651,29.281743],[118.952337,29.278763],[118.954881,29.277918],[118.958565,29.273801],[118.959492,29.271403],[118.963295,29.267674],[118.966837,29.269352],[118.970189,29.264944],[118.977344,29.258775],[118.979245,29.258955],[118.981408,29.254325],[118.982597,29.249736],[118.988254,29.243552],[118.984831,29.239476],[118.98583,29.235344],[118.985711,29.229728],[118.987137,29.226053],[118.991867,29.221837],[118.993127,29.219244],[118.995742,29.21708],[118.998903,29.216345],[119.001851,29.208551],[119.003253,29.207691],[119.01307,29.212379],[119.030589,29.215069],[119.037126,29.217205],[119.045588,29.221823],[119.050033,29.221546],[119.055144,29.222239],[119.062941,29.226275],[119.068384,29.226455],[119.075658,29.223987],[119.07775,29.224222],[119.081981,29.22658],[119.082908,29.228826],[119.08519,29.230601],[119.091893,29.230546],[119.094222,29.228258],[119.10045,29.228313],[119.106393,29.227509],[119.123508,29.236716],[119.126455,29.237119],[119.132588,29.235441],[119.129117,29.227079],[119.130163,29.2226],[119.131542,29.221116],[119.138126,29.220242],[119.141525,29.223377],[119.145709,29.222974],[119.151771,29.227897],[119.15372,29.227024],[119.156453,29.223806],[119.160257,29.220991],[119.165652,29.219202],[119.168053,29.219022],[119.175826,29.211893],[119.177704,29.207233],[119.181032,29.206304],[119.189518,29.205194],[119.194938,29.216304],[119.193963,29.220145],[119.189779,29.223709],[119.189518,29.227093],[119.190825,29.22848],[119.194153,29.22927],[119.196102,29.227883],[119.201736,29.229367],[119.203233,29.228383],[119.204469,29.223557],[119.209033,29.222059],[119.211838,29.222905],[119.213645,29.225207],[119.210269,29.230657],[119.211648,29.235413],[119.211268,29.244426],[119.212195,29.246076],[119.214786,29.246935],[119.210293,29.248724],[119.204303,29.252356],[119.200904,29.257472],[119.198622,29.257985],[119.195484,29.256446],[119.192228,29.258456],[119.191515,29.261741],[119.192299,29.263571],[119.19779,29.26992],[119.200405,29.272152],[119.203328,29.272318],[119.204255,29.274771],[119.200999,29.275811],[119.200737,29.280524],[119.198836,29.286026],[119.200286,29.290391],[119.205111,29.288257],[119.208178,29.284404],[119.214833,29.283753],[119.219397,29.2827],[119.225031,29.285153],[119.228739,29.284183],[119.229,29.282575],[119.227099,29.276837],[119.228786,29.27437],[119.231544,29.273274],[119.234016,29.270682],[119.236298,29.26346],[119.239293,29.258913],[119.237772,29.25072],[119.238746,29.250152],[119.244237,29.250997],[119.249205,29.250193],[119.257644,29.247989],[119.260924,29.247809],[119.270646,29.251649],[119.273475,29.25377],[119.275781,29.258636],[119.278657,29.260646],[119.282056,29.26127],[119.282317,29.264944],[119.287167,29.267453],[119.288094,29.268839],[119.286216,29.275257],[119.286026,29.279332],[119.288117,29.280995],[119.292562,29.281799],[119.298648,29.279276],[119.305066,29.279332],[119.312672,29.278639],[119.318306,29.2799],[119.322727,29.284931],[119.323345,29.288146],[119.322608,29.290488],[119.322632,29.29617],[119.324177,29.295408],[119.32577,29.292248],[119.328337,29.292789],[119.329026,29.294383],[119.328646,29.299274],[119.323131,29.305011],[119.324201,29.30799],[119.340531,29.315389],[119.347282,29.317163],[119.348779,29.319504],[119.347092,29.322719],[119.344287,29.324395],[119.348233,29.333441],[119.348447,29.336253],[119.34557,29.342265],[119.340008,29.348581],[119.334303,29.348983],[119.332806,29.353748],[119.336704,29.363373],[119.335016,29.366987],[119.336466,29.372499],[119.340198,29.377304],[119.339295,29.379145],[119.340151,29.382358],[119.339105,29.384296],[119.336038,29.385847],[119.333875,29.390734],[119.328646,29.39342],[119.32779,29.396923],[119.331094,29.400356],[119.334042,29.405354],[119.334897,29.40815],[119.338392,29.411707],[119.343906,29.409008],[119.346378,29.408731],[119.353201,29.409866],[119.355578,29.410794],[119.360237,29.416289],[119.362162,29.416746],[119.368319,29.415708],[119.370814,29.417715],[119.372455,29.421037],[119.375283,29.424538],[119.378112,29.429798],[119.382129,29.43186],[119.388547,29.429715],[119.389783,29.425826],[119.391709,29.416884],[119.393515,29.411251],[119.399933,29.411237],[119.403974,29.407223],[119.404901,29.405326],[119.404758,29.400688],[119.405614,29.399927],[119.409204,29.400716],[119.410725,29.402557],[119.415883,29.403],[119.421255,29.404758],[119.426746,29.405548],[119.432332,29.415154],[119.428553,29.419057],[119.427768,29.422158],[119.437134,29.424123],[119.438964,29.423597],[119.439416,29.421424],[119.438798,29.415749],[119.441674,29.413036],[119.440676,29.408745],[119.443148,29.404565],[119.448876,29.400688],[119.451348,29.397283],[119.453607,29.389253],[119.451824,29.385598],[119.453369,29.378827],[119.457576,29.370366],[119.454819,29.365284],[119.459834,29.356656],[119.461427,29.350908],[119.464565,29.349177],[119.469652,29.349662],[119.471482,29.349025],[119.476022,29.345216],[119.47771,29.341586],[119.477543,29.335048],[119.480206,29.33297],[119.485364,29.332541],[119.492329,29.331059],[119.50003,29.335713],[119.501979,29.335879],[119.510418,29.333469],[119.512082,29.336724],[119.522707,29.350022],[119.52506,29.35516],[119.526605,29.360021],[119.525773,29.36347],[119.523872,29.36599],[119.529838,29.370546],[119.536042,29.37315],[119.538847,29.371931],[119.540915,29.369799],[119.545408,29.367361],[119.551469,29.36732],[119.55677,29.371585],[119.560573,29.372083],[119.565898,29.371183],[119.574598,29.372762],[119.578425,29.378121],[119.582085,29.379132],[119.589454,29.378702],[119.592925,29.377705],[119.597988,29.372928],[119.604596,29.369632],[119.608518,29.370242],[119.614057,29.368275],[119.616291,29.368261],[119.619381,29.371059],[119.619643,29.372956],[119.618573,29.378467],[119.617598,29.38035],[119.613866,29.383244],[119.606236,29.388076],[119.605547,29.392742],[119.607068,29.393877],[119.612155,29.394763],[119.617361,29.399733],[119.625538,29.410476],[119.625633,29.415293],[119.62492,29.41777],[119.626631,29.42022],[119.633596,29.423348],[119.638659,29.428275],[119.642486,29.432953],[119.644459,29.434102],[119.646741,29.43323],[119.649094,29.428344],[119.655488,29.425922],[119.6601,29.426891],[119.664402,29.424068],[119.67006,29.425424],[119.673387,29.425023],[119.676311,29.41921],[119.678973,29.41777],[119.683442,29.418628],[119.688909,29.421756],[119.690312,29.42685],[119.689836,29.433327],[119.691168,29.438779],[119.693663,29.438765],[119.697372,29.434116],[119.700509,29.433008],[119.70726,29.433216],[119.709637,29.434185],[119.710636,29.436122],[119.709518,29.439111],[119.710659,29.442266],[119.71344,29.445006],[119.715817,29.449005],[119.71344,29.456187],[119.709518,29.458885],[119.707118,29.464225],[119.708449,29.467725],[119.706785,29.472374],[119.712632,29.484132],[119.716673,29.486331],[119.718741,29.48853],[119.719549,29.491158],[119.718337,29.496691],[119.717862,29.502652],[119.718836,29.505293],[119.72554,29.506925],[119.727536,29.509442],[119.726894,29.511557],[119.735404,29.510935],[119.740348,29.513341],[119.744936,29.516425],[119.745602,29.518389],[119.744033,29.520781],[119.734311,29.528385],[119.731862,29.532962],[119.724755,29.538188],[119.72264,29.542764],[119.724803,29.545128],[119.730412,29.548197],[119.741109,29.551901],[119.747266,29.550588],[119.750665,29.550726],[119.756417,29.553726],[119.758842,29.556034],[119.76419,29.557334],[119.765521,29.560015],[119.764832,29.563111],[119.761647,29.566525],[119.766187,29.570906],[119.769182,29.579544],[119.768421,29.582459],[119.765616,29.584712],[119.765236,29.587572],[119.766829,29.589341],[119.765307,29.596402]]]]}},{"type":"Feature","properties":{"adcode":330203,"name":"海曙区","center":[121.539698,29.874452],"centroid":[121.352816,29.82502],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":0,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.190132,29.73604],[121.195173,29.739065],[121.198251,29.733472],[121.20397,29.724852],[121.208517,29.724672],[121.220646,29.728908],[121.22306,29.729088],[121.226421,29.727191],[121.228397,29.727911],[121.230925,29.730724],[121.234031,29.727502],[121.235655,29.727976],[121.239707,29.732948],[121.241571,29.730887],[121.243548,29.731264],[121.245694,29.734175],[121.248476,29.732883],[121.25106,29.733505],[121.255917,29.736432],[121.257866,29.736727],[121.259842,29.735026],[121.262935,29.729988],[121.266662,29.729464],[121.270517,29.726945],[121.274979,29.729252],[121.276574,29.728957],[121.278438,29.726487],[121.281206,29.726978],[121.29253,29.730397],[121.300155,29.730037],[121.304814,29.728957],[121.310603,29.728974],[121.315178,29.727583],[121.317974,29.727812],[121.328013,29.731133],[121.331091,29.731771],[121.337558,29.729006],[121.341978,29.729595],[121.344011,29.732981],[121.348205,29.736792],[121.351593,29.735385],[121.354799,29.73689],[121.358922,29.73653],[121.360715,29.739065],[121.362353,29.739409],[121.365558,29.736171],[121.367323,29.73568],[121.371305,29.737872],[121.373098,29.73797],[121.377122,29.73478],[121.380864,29.734355],[121.38349,29.735614],[121.387289,29.735173],[121.387811,29.738002],[121.394518,29.737904],[121.395718,29.738444],[121.398175,29.742794],[121.3997,29.743841],[121.403964,29.74425],[121.420428,29.74093],[121.425102,29.742189],[121.426556,29.745673],[121.423661,29.752296],[121.424946,29.754634],[121.427121,29.755632],[121.432359,29.755239],[121.432882,29.76008],[121.434195,29.764446],[121.434152,29.770136],[121.437499,29.771411],[121.448696,29.770381],[121.4508,29.774714],[121.449953,29.776904],[121.446013,29.778343],[121.442709,29.780681],[121.441947,29.782921],[121.443641,29.786043],[121.448075,29.787155],[121.45159,29.784261],[121.4532,29.779586],[121.454697,29.777542],[121.45738,29.777705],[121.459554,29.784555],[121.461347,29.785961],[121.463592,29.785193],[121.466063,29.785667],[121.467504,29.790261],[121.470836,29.792484],[121.472968,29.791585],[121.475863,29.787694],[121.477712,29.787841],[121.477882,29.7925],[121.478983,29.79317],[121.485577,29.789509],[121.488316,29.790996],[121.489305,29.796472],[121.490943,29.79997],[121.492821,29.800608],[121.495037,29.799365],[121.50077,29.791928],[121.505528,29.790947],[121.507943,29.793121],[121.508225,29.795573],[121.50454,29.801409],[121.503509,29.805201],[121.505528,29.806181],[121.510598,29.804416],[121.514198,29.804056],[121.516358,29.805037],[121.516839,29.807374],[121.515709,29.809336],[121.516542,29.81133],[121.520976,29.810774],[121.523037,29.812735],[121.522712,29.815399],[121.519945,29.818929],[121.513647,29.823652],[121.513662,29.825678],[121.517135,29.82643],[121.523164,29.8254],[121.526384,29.827165],[121.526031,29.835597],[121.526567,29.837835],[121.532709,29.839796],[121.535265,29.842312],[121.534968,29.848716],[121.53566,29.850301],[121.538343,29.850824],[121.543624,29.850268],[121.54762,29.851673],[121.552562,29.857358],[121.558139,29.862537],[121.559523,29.865199],[121.560949,29.872435],[121.557574,29.873513],[121.547436,29.886693],[121.545474,29.890499],[121.542155,29.88929],[121.542085,29.890809],[121.534912,29.889535],[121.53086,29.889568],[121.528742,29.890401],[121.532017,29.90446],[121.533429,29.907693],[121.530012,29.908885],[121.526313,29.909016],[121.521936,29.907693],[121.517149,29.904248],[121.513605,29.903007],[121.509962,29.905162],[121.507209,29.912069],[121.499302,29.921652],[121.493654,29.923334],[121.489319,29.922811],[121.487582,29.921065],[121.482654,29.909848],[121.480593,29.90735],[121.476823,29.906436],[121.469593,29.910632],[121.46091,29.918469],[121.455728,29.922632],[121.454189,29.926093],[121.454711,29.930484],[121.453144,29.935479],[121.451054,29.93685],[121.446917,29.935952],[121.437047,29.930892],[121.423831,29.929047],[121.420329,29.930353],[121.416983,29.93845],[121.410925,29.945795],[121.406943,29.94648],[121.401168,29.944864],[121.396241,29.945321],[121.389915,29.949712],[121.388263,29.94444],[121.376134,29.926207],[121.374934,29.923236],[121.376021,29.915546],[121.375964,29.912771],[121.371093,29.903758],[121.359571,29.893977],[121.357171,29.893438],[121.351466,29.894744],[121.346087,29.898517],[121.345409,29.899888],[121.346948,29.903121],[121.343531,29.90895],[121.340763,29.909261],[121.333012,29.904819],[121.327999,29.905162],[121.324413,29.904411],[121.323678,29.905309],[121.324243,29.910877],[121.322619,29.91344],[121.317706,29.909163],[121.315545,29.910028],[121.316477,29.915873],[121.315446,29.917261],[121.309361,29.916575],[121.303741,29.912232],[121.303007,29.907938],[121.299378,29.907056],[121.298178,29.905146],[121.297853,29.90175],[121.298983,29.89801],[121.296639,29.896818],[121.288308,29.896263],[121.284609,29.894189],[121.278721,29.89365],[121.267721,29.895398],[121.265024,29.894614],[121.260859,29.890939],[121.258148,29.886775],[121.252839,29.886514],[121.251992,29.881582],[121.248801,29.879344],[121.24359,29.878446],[121.241289,29.876682],[121.241741,29.871341],[121.235401,29.862373],[121.234921,29.855039],[121.23389,29.85236],[121.229259,29.848243],[121.226943,29.845449],[121.219347,29.841953],[121.218796,29.839845],[121.212795,29.841609],[121.211722,29.840368],[121.204803,29.838211],[121.199932,29.838619],[121.199367,29.835515],[121.19619,29.832688],[121.198604,29.831169],[121.196218,29.83045],[121.195724,29.828554],[121.188664,29.826136],[121.186179,29.826299],[121.186871,29.824387],[121.185416,29.822982],[121.186885,29.82089],[121.188975,29.820367],[121.188593,29.815808],[121.186715,29.810692],[121.182536,29.809777],[121.179514,29.812539],[121.176464,29.81352],[121.173005,29.809663],[121.173189,29.807783],[121.169715,29.802275],[121.169376,29.798532],[121.172285,29.796031],[121.170068,29.790244],[121.172991,29.78789],[121.175052,29.783427],[121.169207,29.782283],[121.16603,29.784572],[121.163898,29.784327],[121.165903,29.782806],[121.165168,29.781613],[121.162133,29.78176],[121.162217,29.788822],[121.159012,29.790424],[121.153392,29.789411],[121.151472,29.790244],[121.147857,29.785307],[121.146347,29.786141],[121.143381,29.783607],[121.141207,29.783771],[121.143071,29.776136],[121.139724,29.775547],[121.140077,29.772441],[121.142266,29.772245],[121.144723,29.774043],[121.146714,29.773275],[121.145838,29.771852],[121.145485,29.767454],[121.147236,29.764936],[121.149721,29.764217],[121.152108,29.762205],[121.152136,29.759573],[121.149919,29.753163],[121.148916,29.745378],[121.150399,29.742287],[121.155129,29.741862],[121.160184,29.743579],[121.162796,29.740537],[121.158744,29.738722],[121.158207,29.734388],[121.160099,29.732392],[121.167795,29.729252],[121.173457,29.729808],[121.176366,29.731182],[121.181378,29.735925],[121.181802,29.740145],[121.184386,29.740668],[121.187549,29.738133],[121.186405,29.73635],[121.190132,29.73604]]]]}},{"type":"Feature","properties":{"adcode":330205,"name":"江北区","center":[121.559282,29.888361],"centroid":[121.488701,29.960487],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":1,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.480805,30.043952],[121.480988,30.047001],[121.482344,30.047979],[121.48216,30.052382],[121.480932,30.055381],[121.479124,30.056327],[121.472417,30.055952],[121.469057,30.053507],[121.450659,30.049219],[121.449063,30.050686],[121.444361,30.051941],[121.440732,30.052072],[121.437626,30.049267],[121.434124,30.048306],[121.427798,30.047865],[121.423887,30.046235],[121.423082,30.043789],[121.425553,30.040006],[121.424438,30.035489],[121.419454,30.033826],[121.415048,30.031445],[121.407522,30.030793],[121.403851,30.026667],[121.399121,30.019605],[121.397285,30.014712],[121.397709,30.013554],[121.401168,30.012282],[121.40138,30.01039],[121.399248,30.006524],[121.398726,30.001484],[121.403442,30.000701],[121.403385,29.997797],[121.399516,29.99075],[121.399121,29.987585],[121.395167,29.983653],[121.392767,29.983262],[121.387839,29.987014],[121.384253,29.986492],[121.382784,29.984828],[121.380822,29.976311],[121.381259,29.973684],[121.38414,29.969539],[121.381104,29.966406],[121.378972,29.961756],[121.376925,29.960515],[121.36954,29.959879],[121.360701,29.955228],[121.36673,29.952078],[121.373013,29.950218],[121.376925,29.950838],[121.381965,29.953482],[121.387105,29.951589],[121.389915,29.949712],[121.396241,29.945321],[121.401168,29.944864],[121.406943,29.94648],[121.410925,29.945795],[121.416983,29.93845],[121.420329,29.930353],[121.423831,29.929047],[121.437047,29.930892],[121.446917,29.935952],[121.451054,29.93685],[121.453144,29.935479],[121.454711,29.930484],[121.454189,29.926093],[121.455728,29.922632],[121.46091,29.918469],[121.469593,29.910632],[121.476823,29.906436],[121.480593,29.90735],[121.482654,29.909848],[121.487582,29.921065],[121.489319,29.922811],[121.493654,29.923334],[121.499302,29.921652],[121.507209,29.912069],[121.509962,29.905162],[121.513605,29.903007],[121.517149,29.904248],[121.521936,29.907693],[121.526313,29.909016],[121.530012,29.908885],[121.533429,29.907693],[121.532017,29.90446],[121.528742,29.890401],[121.53086,29.889568],[121.534912,29.889535],[121.542085,29.890809],[121.542155,29.88929],[121.545474,29.890499],[121.547436,29.886693],[121.557574,29.873513],[121.560949,29.872435],[121.564281,29.881222],[121.568122,29.886465],[121.571228,29.888849],[121.576905,29.891429],[121.58556,29.893536],[121.588991,29.89481],[121.610227,29.900264],[121.621043,29.903938],[121.625364,29.905032],[121.630461,29.905048],[121.632819,29.903497],[121.63618,29.898941],[121.639795,29.902158],[121.640811,29.901488],[121.645923,29.908477],[121.643183,29.912738],[121.640091,29.911938],[121.633667,29.91153],[121.633723,29.913587],[121.631068,29.914991],[121.621481,29.913914],[121.620775,29.916004],[121.617768,29.918126],[121.612374,29.913783],[121.60962,29.915481],[121.607841,29.913359],[121.60297,29.915579],[121.602151,29.926648],[121.603874,29.929537],[121.600457,29.932704],[121.601586,29.93605],[121.600315,29.93858],[121.595529,29.939788],[121.595373,29.936638],[121.587904,29.940425],[121.587452,29.939396],[121.579079,29.946823],[121.578585,29.952127],[121.575408,29.95229],[121.573685,29.956893],[121.570282,29.957725],[121.569718,29.959455],[121.567232,29.95983],[121.562079,29.958802],[121.562658,29.961233],[121.55749,29.966488],[121.55396,29.965101],[121.552872,29.96887],[121.548566,29.973227],[121.536959,29.983229],[121.533909,29.983898],[121.532201,29.985692],[121.527796,29.988303],[121.522599,29.986916],[121.52099,29.984616],[121.513534,29.982984],[121.511572,29.98566],[121.506206,29.986166],[121.503072,29.989233],[121.501067,29.989983],[121.494473,29.989983],[121.488302,29.989216],[121.484546,29.992593],[121.484928,29.995171],[121.488218,29.997667],[121.48857,29.999951],[121.485323,30.009836],[121.481228,30.013196],[121.478842,30.017257],[121.47582,30.020894],[121.474211,30.024547],[121.469636,30.028705],[121.466459,30.033027],[121.466431,30.035065],[121.473745,30.035],[121.477148,30.035832],[121.47928,30.038848],[121.477995,30.041278],[121.478602,30.043186],[121.480805,30.043952]]]]}},{"type":"Feature","properties":{"adcode":330206,"name":"北仑区","center":[121.831303,29.90944],"centroid":[121.888548,29.862707],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":2,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.895308,29.708935],[121.906449,29.719225],[121.925553,29.741257],[121.937611,29.748535],[121.946676,29.749663],[121.959201,29.750007],[121.979632,29.754569],[121.989742,29.758837],[121.997903,29.760161],[122.003156,29.762271],[122.015977,29.771934],[122.017756,29.775041],[122.019422,29.780599],[122.024251,29.788234],[122.031833,29.801327],[122.03638,29.806623],[122.037594,29.813732],[122.040164,29.817899],[122.044188,29.822524],[122.048565,29.826054],[122.066469,29.836446],[122.077539,29.841103],[122.084783,29.844518],[122.090516,29.850938],[122.102221,29.859662],[122.11997,29.865673],[122.135911,29.872272],[122.143084,29.877711],[122.143818,29.888637],[122.142731,29.895741],[122.140133,29.90175],[122.125844,29.908869],[122.121071,29.909963],[122.116708,29.909963],[122.107163,29.905603],[122.096248,29.905048],[122.092704,29.903007],[122.080138,29.892621],[122.076579,29.89058],[122.073176,29.890303],[122.065523,29.891789],[122.038526,29.891184],[122.031184,29.892246],[122.009764,29.891135],[122.005161,29.893373],[122.003467,29.899006],[122.002972,29.903203],[122.002972,29.910534],[122.003707,29.919971],[122.002902,29.923187],[121.998214,29.926468],[121.994529,29.934581],[121.992608,29.935871],[121.985548,29.936801],[121.984391,29.937617],[121.981722,29.947035],[121.980084,29.94914],[121.976187,29.949467],[121.972685,29.952062],[121.971019,29.955489],[121.967997,29.956517],[121.963295,29.955261],[121.952903,29.950724],[121.949472,29.947655],[121.938487,29.940131],[121.92712,29.931153],[121.925045,29.928133],[121.926499,29.924379],[121.919524,29.92082],[121.90964,29.922615],[121.901803,29.923677],[121.859966,29.943983],[121.8352,29.957937],[121.814373,29.974353],[121.804037,29.981124],[121.788392,29.990799],[121.766436,29.976572],[121.756298,29.972672],[121.74479,29.970094],[121.737674,29.966994],[121.732492,29.962686],[121.730416,29.959389],[121.726957,29.951686],[121.72498,29.948961],[121.721831,29.946284],[121.715618,29.944766],[121.704986,29.946007],[121.699733,29.944783],[121.697926,29.943559],[121.694128,29.937748],[121.68968,29.927513],[121.685727,29.92304],[121.682973,29.92095],[121.676478,29.918403],[121.671917,29.917212],[121.663572,29.916069],[121.659887,29.915138],[121.656329,29.912395],[121.6527,29.90753],[121.657444,29.905603],[121.660395,29.902664],[121.661836,29.903219],[121.663106,29.900362],[121.665055,29.900492],[121.668161,29.89414],[121.664843,29.891135],[121.666481,29.887902],[121.671522,29.887151],[121.674162,29.88364],[121.672637,29.879328],[121.674261,29.874918],[121.671903,29.869561],[121.67532,29.869201],[121.678652,29.866261],[121.680177,29.860315],[121.682606,29.854549],[121.684936,29.853078],[121.689129,29.854973],[121.69184,29.854255],[121.696218,29.85677],[121.699719,29.856411],[121.703532,29.857407],[121.706666,29.859923],[121.714192,29.864595],[121.71888,29.86796],[121.723991,29.870475],[121.727903,29.873856],[121.731997,29.873203],[121.734257,29.871733],[121.738351,29.870737],[121.739622,29.867829],[121.741345,29.860675],[121.741119,29.857407],[121.737688,29.852262],[121.740272,29.85017],[121.746188,29.850971],[121.746696,29.846625],[121.75,29.845335],[121.753671,29.845416],[121.755818,29.841756],[121.760025,29.842034],[121.762186,29.836544],[121.764699,29.835254],[121.770488,29.833685],[121.777068,29.833979],[121.77728,29.831332],[121.781248,29.829535],[121.788308,29.825057],[121.78907,29.821789],[121.786994,29.819436],[121.784947,29.815513],[121.786063,29.814549],[121.793419,29.813503],[121.796582,29.812392],[121.803303,29.808764],[121.807214,29.805282],[121.810603,29.801196],[121.811817,29.797927],[121.816886,29.796178],[121.820261,29.792467],[121.820303,29.781645],[121.825245,29.779373],[121.827646,29.775727],[121.832856,29.772081],[121.836499,29.767634],[121.840382,29.760325],[121.841638,29.758951],[121.844717,29.759311],[121.848289,29.756008],[121.852525,29.751151],[121.856549,29.749925],[121.859444,29.747766],[121.864894,29.74775],[121.865953,29.745853],[121.870288,29.745313],[121.879056,29.741126],[121.88781,29.738035],[121.889067,29.735696],[121.893487,29.720517],[121.895308,29.708935]]],[[[122.035745,29.803027],[122.032384,29.801098],[122.03196,29.799578],[122.033048,29.79268],[122.035208,29.794658],[122.033697,29.796587],[122.03854,29.800281],[122.035745,29.803027]]],[[[122.009976,29.902648],[122.016061,29.901211],[122.021625,29.901554],[122.023983,29.904542],[122.02418,29.909587],[122.02315,29.911889],[122.020933,29.91331],[122.018222,29.912869],[122.012588,29.916787],[122.009778,29.916738],[122.006728,29.915187],[122.005302,29.913065],[122.005175,29.908411],[122.005966,29.905799],[122.009976,29.902648]]],[[[122.041167,29.804007],[122.043991,29.806018],[122.038936,29.812327],[122.03919,29.809695],[122.041167,29.804007]]],[[[122.006262,29.899578],[122.005486,29.897961],[122.006446,29.893977],[122.008352,29.892654],[122.014381,29.892654],[122.017036,29.89445],[122.019309,29.898157],[122.017219,29.900786],[122.009595,29.900492],[122.006262,29.899578]]],[[[122.158348,29.898059],[122.156427,29.898876],[122.153533,29.896949],[122.154648,29.893683],[122.156907,29.894254],[122.158348,29.898059]]],[[[122.025564,29.909032],[122.02507,29.905766],[122.027555,29.904983],[122.02997,29.905668],[122.030831,29.907856],[122.029447,29.910926],[122.025564,29.909032]]]]}},{"type":"Feature","properties":{"adcode":330211,"name":"镇海区","center":[121.713162,29.952107],"centroid":[121.618133,29.992989],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":3,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.632636,30.072124],[121.623825,30.067462],[121.620069,30.063027],[121.61332,30.05274],[121.612134,30.049072],[121.609832,30.045843],[121.603026,30.040789],[121.600089,30.040088],[121.594865,30.040446],[121.581268,30.038457],[121.577286,30.038653],[121.57233,30.040919],[121.563236,30.044115],[121.558873,30.050132],[121.55653,30.051876],[121.548552,30.054045],[121.547747,30.056376],[121.542749,30.055267],[121.539106,30.055137],[121.535053,30.053898],[121.531311,30.054534],[121.529589,30.056425],[121.52685,30.055039],[121.525452,30.055838],[121.524901,30.058968],[121.522486,30.060403],[121.516542,30.058903],[121.510357,30.058479],[121.505133,30.054436],[121.497438,30.052675],[121.493625,30.052805],[121.492143,30.048827],[121.493244,30.045305],[121.487427,30.042648],[121.480805,30.043952],[121.478602,30.043186],[121.477995,30.041278],[121.47928,30.038848],[121.477148,30.035832],[121.473745,30.035],[121.466431,30.035065],[121.466459,30.033027],[121.469636,30.028705],[121.474211,30.024547],[121.47582,30.020894],[121.478842,30.017257],[121.481228,30.013196],[121.485323,30.009836],[121.48857,29.999951],[121.488218,29.997667],[121.484928,29.995171],[121.484546,29.992593],[121.488302,29.989216],[121.494473,29.989983],[121.501067,29.989983],[121.503072,29.989233],[121.506206,29.986166],[121.511572,29.98566],[121.513534,29.982984],[121.52099,29.984616],[121.522599,29.986916],[121.527796,29.988303],[121.532201,29.985692],[121.533909,29.983898],[121.536959,29.983229],[121.548566,29.973227],[121.552872,29.96887],[121.55396,29.965101],[121.55749,29.966488],[121.562658,29.961233],[121.562079,29.958802],[121.567232,29.95983],[121.569718,29.959455],[121.570282,29.957725],[121.573685,29.956893],[121.575408,29.95229],[121.578585,29.952127],[121.579079,29.946823],[121.587452,29.939396],[121.587904,29.940425],[121.595373,29.936638],[121.595529,29.939788],[121.600315,29.93858],[121.601586,29.93605],[121.600457,29.932704],[121.603874,29.929537],[121.602151,29.926648],[121.60297,29.915579],[121.607841,29.913359],[121.60962,29.915481],[121.612374,29.913783],[121.617768,29.918126],[121.620775,29.916004],[121.621481,29.913914],[121.631068,29.914991],[121.633723,29.913587],[121.633667,29.91153],[121.640091,29.911938],[121.643183,29.912738],[121.645923,29.908477],[121.640811,29.901488],[121.639795,29.902158],[121.63618,29.898941],[121.639484,29.894859],[121.641221,29.894499],[121.64533,29.89592],[121.646869,29.897553],[121.6527,29.90753],[121.656329,29.912395],[121.659887,29.915138],[121.663572,29.916069],[121.671917,29.917212],[121.676478,29.918403],[121.682973,29.92095],[121.685727,29.92304],[121.68968,29.927513],[121.694128,29.937748],[121.697926,29.943559],[121.699733,29.944783],[121.704986,29.946007],[121.715618,29.944766],[121.721831,29.946284],[121.72498,29.948961],[121.726957,29.951686],[121.730416,29.959389],[121.732492,29.962686],[121.737674,29.966994],[121.74479,29.970094],[121.756298,29.972672],[121.766436,29.976572],[121.788392,29.990799],[121.784029,29.993507],[121.771434,29.994959],[121.761706,29.994649],[121.725008,29.992218],[121.721083,29.992969],[121.699776,30.008041],[121.672666,30.043724],[121.667484,30.048876],[121.657769,30.067445],[121.653095,30.071129],[121.644567,30.070966],[121.635347,30.069825],[121.632636,30.072124]]]]}},{"type":"Feature","properties":{"adcode":330212,"name":"鄞州区","center":[121.558436,29.831662],"centroid":[121.673169,29.749186],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":4,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.6527,29.90753],[121.646869,29.897553],[121.64533,29.89592],[121.641221,29.894499],[121.639484,29.894859],[121.63618,29.898941],[121.632819,29.903497],[121.630461,29.905048],[121.625364,29.905032],[121.621043,29.903938],[121.610227,29.900264],[121.588991,29.89481],[121.58556,29.893536],[121.576905,29.891429],[121.571228,29.888849],[121.568122,29.886465],[121.564281,29.881222],[121.560949,29.872435],[121.559523,29.865199],[121.558139,29.862537],[121.552562,29.857358],[121.54762,29.851673],[121.543624,29.850268],[121.538343,29.850824],[121.53566,29.850301],[121.534968,29.848716],[121.535265,29.842312],[121.532709,29.839796],[121.526567,29.837835],[121.526031,29.835597],[121.526384,29.827165],[121.523164,29.8254],[121.517135,29.82643],[121.513662,29.825678],[121.513647,29.823652],[121.519945,29.818929],[121.522712,29.815399],[121.523037,29.812735],[121.520976,29.810774],[121.516542,29.81133],[121.515709,29.809336],[121.516839,29.807374],[121.516358,29.805037],[121.514198,29.804056],[121.510598,29.804416],[121.505528,29.806181],[121.503509,29.805201],[121.50454,29.801409],[121.508225,29.795573],[121.507943,29.793121],[121.505528,29.790947],[121.50077,29.791928],[121.495037,29.799365],[121.492821,29.800608],[121.490943,29.79997],[121.489305,29.796472],[121.488316,29.790996],[121.485577,29.789509],[121.478983,29.79317],[121.477882,29.7925],[121.477712,29.787841],[121.475863,29.787694],[121.472968,29.791585],[121.470836,29.792484],[121.467504,29.790261],[121.466063,29.785667],[121.463592,29.785193],[121.464849,29.782872],[121.464567,29.778523],[121.462901,29.779046],[121.457831,29.775335],[121.457535,29.773618],[121.459314,29.772866],[121.459272,29.770708],[121.46091,29.769351],[121.460077,29.765999],[121.461799,29.761584],[121.466784,29.762483],[121.469156,29.759671],[121.471231,29.755746],[121.471768,29.750007],[121.472375,29.7267],[121.474352,29.719012],[121.475298,29.712354],[121.476978,29.710489],[121.481567,29.707724],[121.488203,29.705303],[121.500022,29.705973],[121.505105,29.707544],[121.516245,29.709115],[121.528078,29.709229],[121.534192,29.70738],[121.538894,29.703454],[121.542904,29.701949],[121.551178,29.69992],[121.56109,29.698889],[121.564705,29.697187],[121.572372,29.697711],[121.577116,29.695698],[121.578811,29.691166],[121.577695,29.686404],[121.571158,29.678942],[121.57024,29.674114],[121.568955,29.671987],[121.565016,29.668108],[121.563293,29.664998],[121.562107,29.660055],[121.560638,29.656896],[121.561387,29.65449],[121.560836,29.651494],[121.558591,29.647058],[121.558436,29.644651],[121.560511,29.640821],[121.565171,29.638856],[121.566413,29.634959],[121.574476,29.63383],[121.582129,29.630228],[121.584049,29.628476],[121.583837,29.624055],[121.586238,29.621844],[121.592196,29.621615],[121.597265,29.620518],[121.601304,29.62227],[121.60537,29.627526],[121.612501,29.629671],[121.61901,29.633928],[121.624376,29.635713],[121.62655,29.635107],[121.630122,29.632504],[121.635135,29.626642],[121.639427,29.624513],[121.643423,29.620371],[121.653025,29.619454],[121.655454,29.61988],[121.667964,29.62358],[121.671804,29.626888],[121.673287,29.629147],[121.678328,29.631849],[121.683707,29.63121],[121.692504,29.633208],[121.698434,29.631423],[121.703362,29.628787],[121.707499,29.629851],[121.710225,29.632569],[121.717863,29.632831],[121.725516,29.633764],[121.734172,29.632274],[121.738648,29.632029],[121.743901,29.630703],[121.752514,29.631554],[121.754928,29.630359],[121.75682,29.627166],[121.759602,29.62602],[121.780895,29.612658],[121.786924,29.618766],[121.789748,29.621042],[121.823805,29.643129],[121.833534,29.653131],[121.863214,29.679236],[121.895308,29.708935],[121.893487,29.720517],[121.889067,29.735696],[121.88781,29.738035],[121.879056,29.741126],[121.870288,29.745313],[121.865953,29.745853],[121.864894,29.74775],[121.859444,29.747766],[121.856549,29.749925],[121.852525,29.751151],[121.848289,29.756008],[121.844717,29.759311],[121.841638,29.758951],[121.840382,29.760325],[121.836499,29.767634],[121.832856,29.772081],[121.827646,29.775727],[121.825245,29.779373],[121.820303,29.781645],[121.820261,29.792467],[121.816886,29.796178],[121.811817,29.797927],[121.810603,29.801196],[121.807214,29.805282],[121.803303,29.808764],[121.796582,29.812392],[121.793419,29.813503],[121.786063,29.814549],[121.784947,29.815513],[121.786994,29.819436],[121.78907,29.821789],[121.788308,29.825057],[121.781248,29.829535],[121.77728,29.831332],[121.777068,29.833979],[121.770488,29.833685],[121.764699,29.835254],[121.762186,29.836544],[121.760025,29.842034],[121.755818,29.841756],[121.753671,29.845416],[121.75,29.845335],[121.746696,29.846625],[121.746188,29.850971],[121.740272,29.85017],[121.737688,29.852262],[121.741119,29.857407],[121.741345,29.860675],[121.739622,29.867829],[121.738351,29.870737],[121.734257,29.871733],[121.731997,29.873203],[121.727903,29.873856],[121.723991,29.870475],[121.71888,29.86796],[121.714192,29.864595],[121.706666,29.859923],[121.703532,29.857407],[121.699719,29.856411],[121.696218,29.85677],[121.69184,29.854255],[121.689129,29.854973],[121.684936,29.853078],[121.682606,29.854549],[121.680177,29.860315],[121.678652,29.866261],[121.67532,29.869201],[121.671903,29.869561],[121.674261,29.874918],[121.672637,29.879328],[121.674162,29.88364],[121.671522,29.887151],[121.666481,29.887902],[121.664843,29.891135],[121.668161,29.89414],[121.665055,29.900492],[121.663106,29.900362],[121.661836,29.903219],[121.660395,29.902664],[121.657444,29.905603],[121.6527,29.90753]]]]}},{"type":"Feature","properties":{"adcode":330213,"name":"奉化区","center":[121.41089,29.662348],"centroid":[121.387745,29.60639],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":5,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.228101,29.406538],[121.235034,29.406342],[121.241246,29.407917],[121.250763,29.41448],[121.254985,29.424833],[121.25692,29.427458],[121.26045,29.43589],[121.266945,29.441025],[121.270573,29.445486],[121.270785,29.450112],[121.268371,29.454262],[121.269303,29.45805],[121.274033,29.464233],[121.280613,29.469891],[121.282971,29.472597],[121.285639,29.478254],[121.287531,29.478353],[121.296243,29.473187],[121.300479,29.472023],[121.303854,29.472023],[121.306509,29.474401],[121.312015,29.476254],[121.314006,29.481173],[121.31539,29.482829],[121.326333,29.489863],[121.327886,29.491699],[121.329002,29.497257],[121.33184,29.496339],[121.335836,29.493126],[121.341088,29.492995],[121.346468,29.491552],[121.351029,29.486731],[121.354785,29.484551],[121.359119,29.48401],[121.369808,29.484731],[121.374679,29.488404],[121.376134,29.494913],[121.386258,29.507766],[121.390522,29.510946],[121.393812,29.514929],[121.39312,29.518388],[121.393854,29.52119],[121.404797,29.519994],[121.409951,29.517339],[121.413396,29.512044],[121.420456,29.506339],[121.423464,29.50593],[121.427276,29.509175],[121.432119,29.51029],[121.43949,29.510831],[121.442667,29.512421],[121.444855,29.518076],[121.449501,29.517519],[121.46074,29.511798],[121.462067,29.509536],[121.468407,29.508011],[121.47198,29.505962],[121.475298,29.502962],[121.477232,29.49929],[121.483953,29.496093],[121.490011,29.4957],[121.49981,29.496011],[121.505091,29.494634],[121.511501,29.495355],[121.530097,29.495896],[121.538018,29.495208],[121.553819,29.490814],[121.557165,29.490552],[121.566301,29.492126],[121.570946,29.496126],[121.579969,29.50229],[121.590403,29.510536],[121.596701,29.510946],[121.609776,29.513306],[121.623415,29.517863],[121.628922,29.519191],[121.643353,29.520486],[121.64708,29.521289],[121.658235,29.521469],[121.663812,29.522616],[121.67244,29.526452],[121.675941,29.5285],[121.683086,29.53109],[121.70068,29.538235],[121.714743,29.542922],[121.716819,29.544725],[121.720829,29.549936],[121.723144,29.554032],[121.732026,29.563125],[121.733522,29.565829],[121.737292,29.569548],[121.742037,29.573086],[121.749266,29.57746],[121.751539,29.57959],[121.75466,29.584324],[121.758303,29.587452],[121.780895,29.612658],[121.759602,29.62602],[121.75682,29.627166],[121.754928,29.630359],[121.752514,29.631554],[121.743901,29.630703],[121.738648,29.632029],[121.734172,29.632274],[121.725516,29.633764],[121.717863,29.632831],[121.710225,29.632569],[121.707499,29.629851],[121.703362,29.628787],[121.698434,29.631423],[121.692504,29.633208],[121.683707,29.63121],[121.678328,29.631849],[121.673287,29.629147],[121.671804,29.626888],[121.667964,29.62358],[121.655454,29.61988],[121.653025,29.619454],[121.643423,29.620371],[121.639427,29.624513],[121.635135,29.626642],[121.630122,29.632504],[121.62655,29.635107],[121.624376,29.635713],[121.61901,29.633928],[121.612501,29.629671],[121.60537,29.627526],[121.601304,29.62227],[121.597265,29.620518],[121.592196,29.621615],[121.586238,29.621844],[121.583837,29.624055],[121.584049,29.628476],[121.582129,29.630228],[121.574476,29.63383],[121.566413,29.634959],[121.565171,29.638856],[121.560511,29.640821],[121.558436,29.644651],[121.558591,29.647058],[121.560836,29.651494],[121.561387,29.65449],[121.560638,29.656896],[121.562107,29.660055],[121.563293,29.664998],[121.565016,29.668108],[121.568955,29.671987],[121.57024,29.674114],[121.571158,29.678942],[121.577695,29.686404],[121.578811,29.691166],[121.577116,29.695698],[121.572372,29.697711],[121.564705,29.697187],[121.56109,29.698889],[121.551178,29.69992],[121.542904,29.701949],[121.538894,29.703454],[121.534192,29.70738],[121.528078,29.709229],[121.516245,29.709115],[121.505105,29.707544],[121.500022,29.705973],[121.488203,29.705303],[121.481567,29.707724],[121.476978,29.710489],[121.475298,29.712354],[121.474352,29.719012],[121.472375,29.7267],[121.471768,29.750007],[121.471231,29.755746],[121.469156,29.759671],[121.466784,29.762483],[121.461799,29.761584],[121.460077,29.765999],[121.46091,29.769351],[121.459272,29.770708],[121.459314,29.772866],[121.457535,29.773618],[121.457831,29.775335],[121.462901,29.779046],[121.464567,29.778523],[121.464849,29.782872],[121.463592,29.785193],[121.461347,29.785961],[121.459554,29.784555],[121.45738,29.777705],[121.454697,29.777542],[121.4532,29.779586],[121.45159,29.784261],[121.448075,29.787155],[121.443641,29.786043],[121.441947,29.782921],[121.442709,29.780681],[121.446013,29.778343],[121.449953,29.776904],[121.4508,29.774714],[121.448696,29.770381],[121.437499,29.771411],[121.434152,29.770136],[121.434195,29.764446],[121.432882,29.76008],[121.432359,29.755239],[121.427121,29.755632],[121.424946,29.754634],[121.423661,29.752296],[121.426556,29.745673],[121.425102,29.742189],[121.420428,29.74093],[121.403964,29.74425],[121.3997,29.743841],[121.398175,29.742794],[121.395718,29.738444],[121.394518,29.737904],[121.387811,29.738002],[121.387289,29.735173],[121.38349,29.735614],[121.380864,29.734355],[121.377122,29.73478],[121.373098,29.73797],[121.371305,29.737872],[121.367323,29.73568],[121.365558,29.736171],[121.362353,29.739409],[121.360715,29.739065],[121.358922,29.73653],[121.354799,29.73689],[121.351593,29.735385],[121.348205,29.736792],[121.344011,29.732981],[121.341978,29.729595],[121.337558,29.729006],[121.331091,29.731771],[121.328013,29.731133],[121.317974,29.727812],[121.315178,29.727583],[121.310603,29.728974],[121.304814,29.728957],[121.300155,29.730037],[121.29253,29.730397],[121.281206,29.726978],[121.278438,29.726487],[121.276574,29.728957],[121.274979,29.729252],[121.270517,29.726945],[121.266662,29.729464],[121.262935,29.729988],[121.259842,29.735026],[121.257866,29.736727],[121.255917,29.736432],[121.25106,29.733505],[121.248476,29.732883],[121.245694,29.734175],[121.243548,29.731264],[121.241571,29.730887],[121.239707,29.732948],[121.235655,29.727976],[121.234031,29.727502],[121.230925,29.730724],[121.228397,29.727911],[121.226421,29.727191],[121.22306,29.729088],[121.220646,29.728908],[121.208517,29.724672],[121.20397,29.724852],[121.198251,29.733472],[121.195173,29.739065],[121.190132,29.73604],[121.191926,29.730151],[121.191869,29.725899],[121.188537,29.722938],[121.181646,29.722611],[121.177269,29.720959],[121.172525,29.718178],[121.170492,29.714186],[121.167145,29.710816],[121.164053,29.710374],[121.162486,29.707102],[121.160707,29.706088],[121.157756,29.706431],[121.150879,29.703028],[121.145231,29.698513],[121.139654,29.698594],[121.138072,29.697171],[121.13498,29.69002],[121.131789,29.684457],[121.127313,29.679891],[121.117994,29.675014],[121.112558,29.675096],[121.107602,29.679466],[121.096165,29.691362],[121.094569,29.691591],[121.091265,29.688466],[121.088667,29.687386],[121.076552,29.687435],[121.071638,29.68917],[121.065313,29.69992],[121.064028,29.70082],[121.059255,29.700934],[121.055598,29.698267],[121.052054,29.691051],[121.05091,29.684179],[121.0542,29.685651],[121.058803,29.683868],[121.068377,29.666864],[121.073375,29.662854],[121.075084,29.660202],[121.076453,29.651985],[121.074194,29.637235],[121.076496,29.63324],[121.079842,29.632078],[121.087721,29.628066],[121.090277,29.629491],[121.094145,29.629933],[121.097111,29.627821],[121.1017,29.626265],[121.104778,29.622483],[121.10619,29.617374],[121.109607,29.617079],[121.112713,29.61482],[121.113038,29.612445],[121.110186,29.607467],[121.111838,29.605895],[121.113744,29.606615],[121.117203,29.605698],[121.119025,29.603749],[121.117683,29.602357],[121.113927,29.602521],[121.115057,29.598476],[121.114182,29.597296],[121.11099,29.597411],[121.10955,29.596166],[121.11075,29.590597],[121.105681,29.58819],[121.10571,29.585438],[121.109169,29.586011],[121.110934,29.583996],[121.115382,29.586601],[121.116723,29.586502],[121.116695,29.582145],[121.120423,29.575609],[121.117443,29.571907],[121.117584,29.569253],[121.11349,29.565976],[121.112741,29.563961],[121.112191,29.557538],[121.112995,29.554835],[121.11685,29.555408],[121.130942,29.554163],[121.136618,29.55123],[121.13844,29.545495],[121.140346,29.54302],[121.146361,29.541726],[121.155722,29.541759],[121.162655,29.539808],[121.169306,29.537121],[121.174685,29.537137],[121.184499,29.53871],[121.189398,29.536334],[121.195357,29.537858],[121.205862,29.536957],[121.207796,29.53558],[121.208898,29.532909],[121.213204,29.53032],[121.216678,29.530893],[121.220674,29.533106],[121.225573,29.532925],[121.223328,29.529549],[121.223921,29.527599],[121.229343,29.524206],[121.229372,29.521256],[121.231546,29.513077],[121.228355,29.509946],[121.224853,29.509716],[121.222368,29.507044],[121.221916,29.503421],[121.220095,29.5027],[121.215788,29.503044],[121.214207,29.501143],[121.216057,29.499339],[121.216734,29.496815],[121.223653,29.494208],[121.227946,29.49188],[121.228468,29.490732],[121.225446,29.486731],[121.22419,29.483878],[121.219812,29.477779],[121.217935,29.469858],[121.219855,29.465644],[121.219615,29.463708],[121.215238,29.462232],[121.216212,29.459313],[121.215336,29.454704],[121.220123,29.450768],[121.223907,29.449538],[121.223526,29.445388],[121.217511,29.439237],[121.215195,29.440451],[121.20942,29.438433],[121.209731,29.435874],[121.212329,29.434496],[121.21528,29.430559],[121.215576,29.425407],[121.218259,29.421158],[121.215111,29.417253],[121.222411,29.4164],[121.223964,29.414956],[121.22683,29.414759],[121.229019,29.413086],[121.230035,29.410723],[121.228101,29.406538]]]]}},{"type":"Feature","properties":{"adcode":330225,"name":"象山县","center":[121.877091,29.470206],"centroid":[121.844541,29.384526],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":6,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.833534,29.653131],[121.823805,29.643129],[121.789748,29.621042],[121.786924,29.618766],[121.780895,29.612658],[121.758303,29.587452],[121.75466,29.584324],[121.751539,29.57959],[121.749266,29.57746],[121.742037,29.573086],[121.737292,29.569548],[121.733522,29.565829],[121.732026,29.563125],[121.723144,29.554032],[121.720829,29.549936],[121.716819,29.544725],[121.714743,29.542922],[121.70068,29.538235],[121.683086,29.53109],[121.675941,29.5285],[121.67244,29.526452],[121.663812,29.522616],[121.658235,29.521469],[121.64708,29.521289],[121.643353,29.520486],[121.628922,29.519191],[121.623415,29.517863],[121.609776,29.513306],[121.613164,29.512585],[121.637606,29.510962],[121.640614,29.508667],[121.637027,29.504225],[121.630871,29.500864],[121.627284,29.497011],[121.621043,29.492667],[121.605751,29.488748],[121.591363,29.483714],[121.577879,29.480058],[121.573304,29.475598],[121.571977,29.471121],[121.574349,29.465004],[121.579517,29.458903],[121.580858,29.456213],[121.583654,29.447406],[121.584854,29.44611],[121.588384,29.445503],[121.595628,29.446897],[121.602871,29.444158],[121.610665,29.444519],[121.615706,29.445552],[121.619829,29.451441],[121.620874,29.451506],[121.62367,29.44798],[121.62703,29.445208],[121.63073,29.443354],[121.632664,29.441369],[121.641079,29.43963],[121.642068,29.438613],[121.643042,29.433971],[121.648916,29.430887],[121.653025,29.427376],[121.655157,29.424456],[121.658856,29.422159],[121.657275,29.41704],[121.657444,29.413988],[121.660974,29.409492],[121.668218,29.405734],[121.675603,29.403355],[121.678751,29.403388],[121.68166,29.402223],[121.685162,29.399335],[121.691022,29.397332],[121.69225,29.398777],[121.693634,29.404356],[121.696274,29.408409],[121.698844,29.408491],[121.703122,29.406703],[121.705212,29.407293],[121.709377,29.404881],[121.714164,29.40452],[121.718174,29.408524],[121.720391,29.409574],[121.722848,29.406506],[121.721662,29.401451],[121.724726,29.396775],[121.725474,29.394132],[121.724796,29.390062],[121.722226,29.386008],[121.722057,29.377178],[121.723963,29.370875],[121.723879,29.366689],[121.722975,29.36508],[121.723271,29.361814],[121.725601,29.358793],[121.730416,29.355575],[121.733932,29.351077],[121.736883,29.350748],[121.73965,29.348877],[121.743604,29.347662],[121.743307,29.344049],[121.744183,29.340601],[121.743632,29.338089],[121.745411,29.336431],[121.747614,29.332325],[121.74832,29.327842],[121.744818,29.324492],[121.741698,29.317118],[121.741867,29.313045],[121.745948,29.310894],[121.746626,29.309005],[121.746781,29.300168],[121.748278,29.29542],[121.750664,29.292118],[121.751554,29.28788],[121.749845,29.277135],[121.74969,29.27242],[121.755239,29.27311],[121.756947,29.272601],[121.761875,29.277004],[121.7671,29.276363],[121.784891,29.275098],[121.789141,29.275065],[121.795918,29.275936],[121.799363,29.277037],[121.80672,29.278006],[121.812227,29.276035],[121.819131,29.269922],[121.820317,29.267277],[121.820035,29.263547],[121.817169,29.256645],[121.81498,29.254722],[121.799858,29.246029],[121.796172,29.243465],[121.793843,29.240473],[121.789833,29.230562],[121.788322,29.225105],[121.784552,29.216754],[121.782999,29.210145],[121.779073,29.197254],[121.775769,29.183112],[121.768031,29.166666],[121.769401,29.148292],[121.777562,29.116241],[121.780556,29.109626],[121.785893,29.106466],[121.794224,29.105199],[121.803642,29.107075],[121.807722,29.109593],[121.811168,29.109905],[121.817296,29.107996],[121.82091,29.106104],[121.827024,29.101841],[121.83496,29.093727],[121.842359,29.088378],[121.851748,29.086271],[121.860023,29.086419],[121.865614,29.089892],[121.872406,29.095356],[121.876981,29.100212],[121.884492,29.105445],[121.89408,29.105906],[121.898076,29.103931],[121.905249,29.091456],[121.907451,29.090007],[121.909654,29.085876],[121.899417,29.076427],[121.899106,29.072492],[121.903837,29.069051],[121.913029,29.070681],[121.931596,29.070731],[121.932175,29.068376],[121.931596,29.056637],[121.933008,29.05364],[121.93507,29.051829],[121.951647,29.047449],[121.956433,29.050545],[121.961036,29.052751],[121.966134,29.052867],[121.968435,29.056966],[121.967856,29.061511],[121.968802,29.071159],[121.969833,29.075883],[121.972516,29.078912],[121.983092,29.085398],[121.984405,29.086945],[121.983092,29.088822],[121.983332,29.091439],[121.980465,29.092328],[121.976949,29.092114],[121.968732,29.093052],[121.969833,29.096278],[121.974168,29.098879],[121.983374,29.101216],[121.986791,29.104985],[121.988528,29.110975],[121.98593,29.135262],[121.985365,29.137615],[121.979618,29.140823],[121.978587,29.142156],[121.979293,29.144837],[121.985633,29.145742],[121.988302,29.149279],[121.988372,29.152191],[121.986678,29.154856],[121.971979,29.162472],[121.960443,29.17058],[121.955727,29.175926],[121.953284,29.180481],[121.949091,29.18331],[121.937287,29.182849],[121.937287,29.187108],[121.946606,29.192584],[121.951364,29.193522],[121.960966,29.19339],[121.963832,29.192979],[121.971909,29.193374],[121.973236,29.194623],[121.973899,29.201085],[121.977119,29.217049],[121.978686,29.218792],[121.977175,29.220748],[121.977444,29.224102],[121.976074,29.227488],[121.968026,29.243892],[121.967009,29.248297],[121.968322,29.249989],[121.973956,29.24902],[121.975114,29.25326],[121.990985,29.260786],[122.001984,29.260096],[122.002266,29.263843],[121.999386,29.264582],[121.998525,29.26611],[121.999697,29.271697],[121.999315,29.275082],[122.000219,29.278828],[121.996774,29.279879],[121.989756,29.283083],[121.985351,29.284101],[121.981086,29.284085],[121.976752,29.282656],[121.967574,29.281424],[121.960274,29.283691],[121.955685,29.284414],[121.944841,29.284184],[121.942017,29.288652],[121.940873,29.298279],[121.94261,29.306475],[121.946549,29.316708],[121.952861,29.325231],[121.958368,29.334362],[121.957902,29.339879],[121.955854,29.342555],[121.95207,29.344115],[121.941819,29.346299],[121.935988,29.348105],[121.933164,29.350157],[121.932218,29.353457],[121.932613,29.357824],[121.933954,29.361994],[121.938571,29.369496],[121.936425,29.371893],[121.936976,29.381117],[121.93771,29.384105],[121.945829,29.395314],[121.959667,29.407146],[121.963479,29.408934],[121.975523,29.411166],[121.98151,29.429952],[121.984955,29.43571],[121.988909,29.44091],[121.991747,29.445962],[121.993328,29.452113],[121.992072,29.461396],[121.986014,29.46753],[121.977359,29.474253],[121.973109,29.478008],[121.97044,29.483026],[121.96667,29.506585],[121.968972,29.515585],[121.986424,29.541185],[121.995079,29.545102],[121.996421,29.549788],[121.990857,29.553884],[121.985774,29.563797],[121.986226,29.568417],[121.987186,29.570629],[121.997197,29.578247],[122.00029,29.582424],[122.000671,29.589123],[121.999725,29.593677],[121.99491,29.600506],[121.987892,29.604273],[121.985379,29.606304],[121.982851,29.610709],[121.970482,29.630342],[121.966077,29.635844],[121.959991,29.637743],[121.953708,29.640248],[121.947354,29.641623],[121.937583,29.642556],[121.934124,29.644438],[121.929718,29.648531],[121.923421,29.651674],[121.917123,29.651658],[121.909569,29.650086],[121.90265,29.644111],[121.899191,29.640329],[121.89384,29.636564],[121.8863,29.634665],[121.872476,29.632487],[121.866828,29.633126],[121.858964,29.636597],[121.833534,29.653131]]],[[[122.026355,29.17836],[122.026115,29.176715],[122.029264,29.176304],[122.028289,29.172669],[122.025988,29.173031],[122.023813,29.17012],[122.020721,29.173195],[122.015497,29.172817],[122.014466,29.169906],[122.015384,29.167735],[122.01938,29.167143],[122.018843,29.163212],[122.016358,29.162537],[122.016654,29.158063],[122.013139,29.15502],[122.013379,29.151516],[122.015567,29.151335],[122.017982,29.153457],[122.02041,29.152388],[122.022359,29.153606],[122.022712,29.150941],[122.024844,29.150825],[122.027626,29.155793],[122.029574,29.155974],[122.031876,29.15229],[122.034544,29.151154],[122.037623,29.151944],[122.038724,29.154066],[122.038413,29.157932],[122.041393,29.158853],[122.039868,29.163261],[122.043751,29.16382],[122.044301,29.16086],[122.046603,29.160564],[122.048537,29.162554],[122.049017,29.159363],[122.05235,29.15961],[122.056713,29.158458],[122.061993,29.162044],[122.063617,29.165251],[122.065862,29.164593],[122.067924,29.16563],[122.069392,29.168788],[122.071256,29.169988],[122.072047,29.172422],[122.075845,29.176402],[122.074518,29.178162],[122.070409,29.176995],[122.064168,29.173968],[122.061499,29.176814],[122.05739,29.176551],[122.054835,29.174791],[122.049031,29.175087],[122.046052,29.177143],[122.044668,29.179313],[122.044541,29.184099],[122.045572,29.1853],[122.048777,29.184576],[122.051997,29.185382],[122.0529,29.18696],[122.056303,29.187076],[122.057574,29.188967],[122.051022,29.192765],[122.050232,29.194936],[122.053931,29.19681],[122.056176,29.20051],[122.054665,29.201776],[122.051517,29.199836],[122.049568,29.200855],[122.049144,29.203469],[122.047394,29.202483],[122.045332,29.203996],[122.043511,29.203206],[122.040785,29.20513],[122.040065,29.207794],[122.036239,29.207366],[122.034488,29.203305],[122.03751,29.201431],[122.037453,29.198652],[122.033203,29.20028],[122.031269,29.198389],[122.031269,29.196333],[122.034728,29.195084],[122.03703,29.190545],[122.035081,29.189263],[122.032299,29.189263],[122.029758,29.187388],[122.031029,29.18599],[122.037933,29.182257],[122.040729,29.182997],[122.040842,29.179544],[122.037637,29.178261],[122.026355,29.17836]]],[[[122.231305,28.859837],[122.229018,28.857725],[122.232449,28.855614],[122.232265,28.853502],[122.23869,28.853304],[122.24181,28.855663],[122.240949,28.85888],[122.243745,28.861239],[122.242573,28.864687],[122.237899,28.861008],[122.235753,28.862015],[122.230839,28.861487],[122.231305,28.859837]]],[[[122.181942,29.407703],[122.183933,29.408245],[122.186616,29.413676],[122.190202,29.415908],[122.193549,29.41384],[122.196641,29.413857],[122.200354,29.417598],[122.203432,29.417105],[122.205353,29.418106],[122.20483,29.421437],[122.2074,29.42503],[122.204378,29.428131],[122.207908,29.429673],[122.211862,29.428902],[122.218343,29.42941],[122.223892,29.42836],[122.226363,29.43005],[122.22721,29.432954],[122.225375,29.435546],[122.224852,29.438367],[122.22152,29.438827],[122.220743,29.436891],[122.216747,29.437531],[122.215025,29.439926],[122.2111,29.440943],[122.206115,29.438482],[122.199352,29.436235],[122.19794,29.434726],[122.197643,29.430674],[122.199465,29.430165],[122.199747,29.428278],[122.197248,29.425489],[122.193407,29.426178],[122.190979,29.425046],[122.190922,29.423061],[122.187505,29.421798],[122.18526,29.424177],[122.179796,29.424685],[122.180022,29.421978],[122.178158,29.420846],[122.178158,29.41704],[122.181264,29.414759],[122.179584,29.411773],[122.179429,29.409131],[122.181942,29.407703]]],[[[121.790877,29.082287],[121.789522,29.078583],[121.791089,29.074221],[121.796455,29.070945],[121.805209,29.062219],[121.805986,29.060457],[121.808584,29.059255],[121.812326,29.062565],[121.817324,29.063042],[121.819682,29.061099],[121.817635,29.05965],[121.818355,29.057543],[121.820642,29.057296],[121.818948,29.054332],[121.823537,29.051055],[121.826191,29.052323],[121.832348,29.05038],[121.833675,29.051582],[121.833675,29.054299],[121.836386,29.053443],[121.838617,29.05774],[121.832107,29.060424],[121.836936,29.062762],[121.837699,29.06398],[121.833548,29.066401],[121.834536,29.069051],[121.839351,29.0692],[121.84154,29.071307],[121.841158,29.07539],[121.833392,29.07669],[121.834451,29.081151],[121.833392,29.083192],[121.840932,29.081513],[121.843121,29.082122],[121.84298,29.085365],[121.839351,29.086896],[121.835807,29.091061],[121.831585,29.094994],[121.820289,29.099405],[121.80936,29.099274],[121.793814,29.099455],[121.790722,29.098615],[121.788689,29.094616],[121.790877,29.082287]]],[[[122.184314,29.460625],[122.187519,29.459641],[122.183001,29.457279],[122.183241,29.45559],[122.186404,29.454934],[122.189341,29.456049],[122.189016,29.454754],[122.191332,29.452621],[122.194127,29.453442],[122.195794,29.457001],[122.19273,29.457624],[122.19472,29.460396],[122.197573,29.462232],[122.194255,29.462692],[122.195172,29.465299],[122.190823,29.464725],[122.188578,29.46256],[122.184244,29.461576],[122.184314,29.460625]]],[[[122.026482,29.621861],[122.022373,29.620191],[122.022133,29.618242],[122.02387,29.617161],[122.022542,29.615262],[122.024138,29.611708],[122.020707,29.609497],[122.021385,29.606828],[122.024604,29.60596],[122.025691,29.604306],[122.027837,29.606107],[122.030167,29.606042],[122.032003,29.609579],[122.032172,29.612511],[122.037623,29.613444],[122.037594,29.615376],[122.035152,29.6159],[122.034008,29.617865],[122.034954,29.622123],[122.033867,29.624726],[122.030337,29.625332],[122.02644,29.624841],[122.026482,29.621861]]],[[[122.258797,28.886591],[122.260717,28.883837],[122.258669,28.880802],[122.259432,28.879087],[122.261818,28.880258],[122.266506,28.880274],[122.268003,28.882287],[122.266647,28.883936],[122.268271,28.884958],[122.267028,28.886855],[122.261225,28.888966],[122.258797,28.886591]]],[[[121.983459,29.2278],[121.983628,29.226502],[121.991083,29.221422],[121.991097,29.219203],[121.994402,29.218085],[121.998652,29.218825],[121.999273,29.221718],[122.0018,29.221439],[121.999541,29.224233],[121.997762,29.224595],[121.99748,29.227274],[121.994077,29.227587],[121.990857,29.230973],[121.989643,29.230562],[121.990279,29.228014],[121.987384,29.228951],[121.983459,29.2278]]],[[[121.980719,29.472662],[121.986268,29.468431],[121.990829,29.467858],[121.996816,29.470645],[121.998863,29.470465],[121.999019,29.473187],[121.996887,29.472236],[121.996971,29.474138],[121.995235,29.474253],[121.990222,29.470203],[121.987751,29.47158],[121.98833,29.474237],[121.984292,29.474794],[121.982866,29.476368],[121.97863,29.475942],[121.980719,29.472662]]],[[[121.976159,29.501126],[121.975664,29.497847],[121.978305,29.499225],[121.97911,29.496585],[121.981524,29.495782],[121.983826,29.497044],[121.982908,29.498864],[121.987116,29.501716],[121.984744,29.50388],[121.991563,29.503061],[121.995559,29.501339],[121.998143,29.502389],[122.004582,29.50029],[122.005867,29.501438],[122.004949,29.503766],[122.002549,29.504946],[121.997833,29.505093],[121.995489,29.508143],[121.993187,29.509552],[121.989926,29.510077],[121.982682,29.50729],[121.982131,29.505126],[121.980409,29.504503],[121.978206,29.505618],[121.975664,29.504569],[121.976159,29.501126]]],[[[122.236642,29.46097],[122.238224,29.459395],[122.242361,29.459248],[122.24253,29.461166],[122.244959,29.461117],[122.243646,29.462626],[122.243971,29.46507],[122.241528,29.46584],[122.241288,29.463774],[122.23941,29.463971],[122.236642,29.46097]]],[[[122.006474,29.629802],[122.005542,29.63085],[121.999442,29.62263],[122.002916,29.620567],[122.009411,29.625594],[122.008832,29.628214],[122.006474,29.629802]]],[[[121.952042,29.187635],[121.951717,29.183096],[121.955501,29.180201],[121.956659,29.177932],[121.963832,29.17058],[121.966741,29.166715],[121.9714,29.163294],[121.974648,29.164363],[121.977938,29.162685],[121.978969,29.160267],[121.980804,29.161583],[121.981143,29.164232],[121.983515,29.165416],[121.981044,29.167192],[121.980268,29.170235],[121.982696,29.171847],[121.981101,29.17387],[121.981792,29.175893],[121.979886,29.17711],[121.974577,29.177422],[121.971584,29.180711],[121.971584,29.185086],[121.973532,29.187602],[121.976596,29.189592],[121.975622,29.192107],[121.970977,29.190858],[121.967715,29.192206],[121.965653,29.190562],[121.961587,29.190479],[121.952042,29.187635]]],[[[122.203164,29.446963],[122.205748,29.447028],[122.206765,29.445519],[122.210817,29.444863],[122.209349,29.448193],[122.205734,29.449603],[122.202854,29.44898],[122.203164,29.446963]]],[[[121.930467,29.036053],[121.935917,29.03602],[121.936157,29.033105],[121.941,29.033698],[121.941339,29.037881],[121.944332,29.039364],[121.948625,29.038705],[121.94847,29.041735],[121.954555,29.045144],[121.949994,29.046346],[121.944135,29.045786],[121.939249,29.04269],[121.937668,29.042986],[121.931003,29.041389],[121.929803,29.037058],[121.930467,29.036053]]],[[[122.006629,29.234885],[122.004427,29.231959],[122.001137,29.231055],[122.001038,29.227406],[122.003523,29.225088],[122.008606,29.222968],[122.010978,29.224184],[122.011713,29.228458],[122.013831,29.232797],[122.01681,29.232009],[122.01616,29.233981],[122.017219,29.236151],[122.01489,29.236266],[122.011317,29.233882],[122.006629,29.234885]]],[[[122.001617,29.410411],[122.00197,29.407736],[122.003834,29.405062],[122.006841,29.40434],[122.00951,29.405275],[122.010173,29.403092],[122.01304,29.404602],[122.016301,29.404208],[122.018928,29.409673],[122.016245,29.410772],[122.012037,29.410296],[122.0116,29.411724],[122.0067,29.413036],[122.002591,29.411691],[122.001617,29.410411]]],[[[121.975721,29.231302],[121.977076,29.230151],[121.980635,29.229937],[121.981383,29.22854],[121.983473,29.229757],[121.984376,29.23311],[121.981086,29.232009],[121.978884,29.234803],[121.97894,29.236529],[121.976695,29.236331],[121.975721,29.231302]]],[[[122.247571,28.880274],[122.248545,28.878625],[122.250819,28.879103],[122.248814,28.882072],[122.245609,28.880918],[122.247571,28.880274]]],[[[121.981425,29.332621],[121.983233,29.333885],[121.985238,29.337219],[121.982033,29.338303],[121.978686,29.340503],[121.979632,29.343031],[121.985944,29.346512],[121.985153,29.348466],[121.981849,29.348006],[121.979491,29.346545],[121.974902,29.345379],[121.9702,29.340848],[121.970369,29.338828],[121.975269,29.336972],[121.975876,29.333376],[121.981425,29.332621]]],[[[122.003791,29.29427],[122.003509,29.291297],[122.00629,29.291346],[122.009227,29.293794],[122.011981,29.291987],[122.014141,29.292053],[122.013901,29.294599],[122.011317,29.295897],[122.008027,29.295519],[122.004737,29.296751],[122.003791,29.29427]]],[[[121.97301,29.405603],[121.9763,29.402108],[121.979943,29.401812],[121.981044,29.402879],[121.975735,29.406801],[121.974125,29.409886],[121.971739,29.407999],[121.97301,29.405603]]],[[[122.222325,29.375192],[122.229131,29.373386],[122.231969,29.375832],[122.230331,29.379213],[122.22762,29.37987],[122.222932,29.378196],[122.222325,29.375192]]],[[[122.00317,29.342424],[122.00204,29.340273],[122.005344,29.338812],[122.012404,29.338368],[122.012814,29.340716],[122.010188,29.341307],[122.007533,29.345067],[122.002182,29.344444],[122.000233,29.342719],[122.00317,29.342424]]],[[[121.999174,29.571546],[121.996844,29.56709],[121.999442,29.5675],[122.000883,29.571088],[121.999174,29.571546]]],[[[121.998948,29.559832],[122.001899,29.558554],[122.007251,29.558374],[122.002167,29.562323],[121.999739,29.561618],[121.998948,29.559832]]],[[[122.229935,29.462118],[122.232774,29.461691],[122.23797,29.463315],[122.238125,29.464102],[122.232632,29.464988],[122.229102,29.464463],[122.229935,29.462118]]],[[[122.253149,29.452507],[122.255662,29.450522],[122.258655,29.450473],[122.259954,29.452785],[122.258571,29.45454],[122.25353,29.454655],[122.251779,29.453868],[122.253149,29.452507]]],[[[122.057546,29.12924],[122.056515,29.132284],[122.053634,29.130935],[122.055668,29.12901],[122.054171,29.127315],[122.056797,29.127628],[122.057546,29.12924]]],[[[122.178313,29.406013],[122.174953,29.403798],[122.173894,29.399778],[122.177409,29.400631],[122.179612,29.399663],[122.184342,29.399614],[122.185768,29.400828],[122.184611,29.4037],[122.181998,29.406063],[122.178313,29.406013]]],[[[122.023489,29.02632],[122.027329,29.024706],[122.030464,29.025991],[122.030195,29.027407],[122.022415,29.027143],[122.023489,29.02632]]],[[[122.220574,29.458067],[122.225078,29.460035],[122.22786,29.459182],[122.228368,29.460838],[122.226843,29.463003],[122.223483,29.464299],[122.221675,29.463315],[122.221661,29.461019],[122.219924,29.459362],[122.220574,29.458067]]],[[[121.78482,29.072542],[121.787785,29.072426],[121.788308,29.074254],[121.786712,29.076608],[121.784213,29.074715],[121.78482,29.072542]]],[[[122.253812,28.880819],[122.251412,28.880423],[122.252287,28.877916],[122.256509,28.878064],[122.258218,28.880967],[122.254786,28.882715],[122.253812,28.880819]]],[[[121.985478,29.285432],[121.988401,29.285317],[121.992114,29.286582],[121.993484,29.28834],[121.989573,29.289424],[121.986763,29.289276],[121.983529,29.290739],[121.984193,29.286697],[121.985478,29.285432]]],[[[122.028092,29.284479],[122.027894,29.283526],[122.03333,29.283724],[122.03405,29.285613],[122.036945,29.288209],[122.032568,29.287814],[122.030323,29.285251],[122.028092,29.284479]]],[[[121.805689,29.038623],[121.807454,29.037305],[121.810405,29.038425],[121.80912,29.041389],[121.804913,29.042888],[121.804037,29.041159],[121.805689,29.038623]]],[[[122.062459,29.213449],[122.064719,29.21312],[122.066498,29.2158],[122.063815,29.21626],[122.062459,29.213449]]],[[[121.991168,29.63175],[121.991239,29.629294],[121.993583,29.627755],[121.994274,29.631914],[121.991154,29.635827],[121.989205,29.634436],[121.991168,29.63175]]],[[[122.042875,29.262577],[122.042522,29.263908],[122.037058,29.264089],[122.035942,29.263169],[122.041138,29.261854],[122.042875,29.262577]]],[[[122.076269,29.188588],[122.074546,29.186697],[122.076622,29.187043],[122.076269,29.188588]]],[[[122.083526,29.504503],[122.085009,29.503438],[122.086661,29.504602],[122.083526,29.504503]]],[[[122.061047,29.206692],[122.058478,29.207021],[122.05852,29.203519],[122.060807,29.203584],[122.061047,29.206692]]],[[[121.927346,29.651903],[121.92873,29.65151],[121.93041,29.653998],[121.929761,29.655013],[121.925539,29.654932],[121.927346,29.651903]]],[[[122.037481,29.278039],[122.042917,29.276396],[122.044485,29.277185],[122.040418,29.280043],[122.037481,29.278039]]],[[[122.033683,29.100788],[122.036253,29.101611],[122.034714,29.102631],[122.033683,29.100788]]],[[[121.844731,29.072393],[121.844406,29.071192],[121.847075,29.070796],[121.847413,29.072673],[121.844731,29.072393]]],[[[122.016386,29.050281],[122.01472,29.048487],[122.017939,29.048552],[122.016386,29.050281]]],[[[121.984941,29.085579],[121.98768,29.084279],[121.987059,29.086995],[121.984786,29.08711],[121.984941,29.085579]]],[[[122.205155,29.387338],[122.207937,29.386534],[122.207499,29.388454],[122.205155,29.387338]]],[[[122.019916,29.284824],[122.02178,29.281621],[122.024844,29.281637],[122.026764,29.284446],[122.024576,29.286171],[122.019916,29.284824]]]]}},{"type":"Feature","properties":{"adcode":330226,"name":"宁海县","center":[121.432606,29.299836],"centroid":[121.475296,29.305485],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":7,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.228101,29.406538],[121.228637,29.400631],[121.231391,29.394132],[121.231137,29.391621],[121.228637,29.391047],[121.227056,29.388503],[121.226406,29.384646],[121.226774,29.378048],[121.230078,29.373501],[121.230614,29.370465],[121.230063,29.362667],[121.223371,29.357135],[121.220137,29.355312],[121.215788,29.35482],[121.213106,29.353572],[121.210875,29.350584],[121.206427,29.348614],[121.203688,29.346611],[121.200214,29.342391],[121.196416,29.341307],[121.193422,29.341439],[121.19602,29.336201],[121.195385,29.33226],[121.196839,29.326512],[121.196684,29.324689],[121.192575,29.321175],[121.188523,29.319516],[121.187534,29.317824],[121.189709,29.312602],[121.19074,29.312372],[121.197178,29.315772],[121.201061,29.31247],[121.200398,29.307724],[121.197009,29.303223],[121.185289,29.295273],[121.180912,29.29202],[121.17991,29.289901],[121.181788,29.286878],[121.178978,29.286007],[121.175307,29.278285],[121.175038,29.271237],[121.178215,29.265371],[121.179302,29.258716],[121.174869,29.258387],[121.168416,29.259504],[121.166849,29.25888],[121.164095,29.250745],[121.162246,29.249168],[121.158871,29.244484],[121.159549,29.24215],[121.162754,29.236019],[121.169786,29.229066],[121.169786,29.226058],[121.171395,29.224184],[121.175109,29.222277],[121.172567,29.217904],[121.168374,29.216129],[121.165762,29.213942],[121.164717,29.211591],[121.167244,29.209306],[121.173513,29.206396],[121.188749,29.20536],[121.202713,29.203568],[121.214913,29.205525],[121.223455,29.204703],[121.225319,29.203864],[121.226774,29.199638],[121.228666,29.197731],[121.233692,29.19681],[121.232958,29.186599],[121.235118,29.182027],[121.238888,29.175745],[121.246753,29.168722],[121.251017,29.163541],[121.250735,29.161254],[121.253065,29.157192],[121.256016,29.158376],[121.257979,29.156863],[121.258755,29.153836],[121.261367,29.154625],[121.263076,29.156451],[121.265222,29.156155],[121.264375,29.154379],[121.25867,29.150513],[121.257541,29.148983],[121.25747,29.141267],[121.258741,29.129224],[121.257724,29.122593],[121.254717,29.118989],[121.256072,29.114036],[121.261381,29.113378],[121.264036,29.113773],[121.266719,29.111864],[121.270715,29.110333],[121.267778,29.106416],[121.271223,29.10217],[121.277789,29.099981],[121.280613,29.096937],[121.285766,29.094961],[121.287235,29.091357],[121.292629,29.091406],[121.295213,29.092707],[121.293998,29.096542],[121.297698,29.100228],[121.297486,29.104524],[121.299745,29.106894],[121.297034,29.110646],[121.29863,29.114579],[121.308217,29.11453],[121.310886,29.111995],[121.310547,29.106762],[121.312142,29.105034],[121.316986,29.105643],[121.317183,29.108013],[121.319781,29.11086],[121.323805,29.117163],[121.330032,29.120766],[121.336598,29.121951],[121.339337,29.123416],[121.343672,29.127282],[121.344999,29.131116],[121.347823,29.133452],[121.347555,29.140395],[121.34531,29.142814],[121.345409,29.145183],[121.348092,29.15076],[121.361915,29.173278],[121.36207,29.175975],[121.355858,29.182586],[121.356338,29.186023],[121.36248,29.189526],[121.366914,29.189131],[121.378788,29.199227],[121.381189,29.199375],[121.385396,29.196925],[121.395167,29.186763],[121.397794,29.182767],[121.403738,29.178837],[121.402962,29.175893],[121.405009,29.167834],[121.40138,29.163919],[121.401352,29.160712],[121.404331,29.157669],[121.407042,29.156895],[121.414342,29.157257],[121.418268,29.158475],[121.423831,29.157734],[121.431032,29.159774],[121.445251,29.159922],[121.450066,29.159626],[121.455389,29.158327],[121.460811,29.155629],[121.470539,29.147618],[121.477133,29.144196],[121.484532,29.142847],[121.508367,29.140609],[121.524887,29.136513],[121.529716,29.136266],[121.533203,29.137385],[121.537962,29.142304],[121.54858,29.157422],[121.555795,29.168952],[121.558775,29.171452],[121.564281,29.173047],[121.57257,29.172883],[121.580477,29.171929],[121.608448,29.169117],[121.648789,29.150924],[121.680008,29.13903],[121.715618,29.124962],[121.749958,29.136694],[121.768031,29.166666],[121.775769,29.183112],[121.779073,29.197254],[121.782999,29.210145],[121.784552,29.216754],[121.788322,29.225105],[121.789833,29.230562],[121.793843,29.240473],[121.796172,29.243465],[121.799858,29.246029],[121.81498,29.254722],[121.817169,29.256645],[121.820035,29.263547],[121.820317,29.267277],[121.819131,29.269922],[121.812227,29.276035],[121.80672,29.278006],[121.799363,29.277037],[121.795918,29.275936],[121.789141,29.275065],[121.784891,29.275098],[121.7671,29.276363],[121.761875,29.277004],[121.756947,29.272601],[121.755239,29.27311],[121.74969,29.27242],[121.749845,29.277135],[121.751554,29.28788],[121.750664,29.292118],[121.748278,29.29542],[121.746781,29.300168],[121.746626,29.309005],[121.745948,29.310894],[121.741867,29.313045],[121.741698,29.317118],[121.744818,29.324492],[121.74832,29.327842],[121.747614,29.332325],[121.745411,29.336431],[121.743632,29.338089],[121.744183,29.340601],[121.743307,29.344049],[121.743604,29.347662],[121.73965,29.348877],[121.736883,29.350748],[121.733932,29.351077],[121.730416,29.355575],[121.725601,29.358793],[121.723271,29.361814],[121.722975,29.36508],[121.723879,29.366689],[121.723963,29.370875],[121.722057,29.377178],[121.722226,29.386008],[121.724796,29.390062],[121.725474,29.394132],[121.724726,29.396775],[121.721662,29.401451],[121.722848,29.406506],[121.720391,29.409574],[121.718174,29.408524],[121.714164,29.40452],[121.709377,29.404881],[121.705212,29.407293],[121.703122,29.406703],[121.698844,29.408491],[121.696274,29.408409],[121.693634,29.404356],[121.69225,29.398777],[121.691022,29.397332],[121.685162,29.399335],[121.68166,29.402223],[121.678751,29.403388],[121.675603,29.403355],[121.668218,29.405734],[121.660974,29.409492],[121.657444,29.413988],[121.657275,29.41704],[121.658856,29.422159],[121.655157,29.424456],[121.653025,29.427376],[121.648916,29.430887],[121.643042,29.433971],[121.642068,29.438613],[121.641079,29.43963],[121.632664,29.441369],[121.63073,29.443354],[121.62703,29.445208],[121.62367,29.44798],[121.620874,29.451506],[121.619829,29.451441],[121.615706,29.445552],[121.610665,29.444519],[121.602871,29.444158],[121.595628,29.446897],[121.588384,29.445503],[121.584854,29.44611],[121.583654,29.447406],[121.580858,29.456213],[121.579517,29.458903],[121.574349,29.465004],[121.571977,29.471121],[121.573304,29.475598],[121.577879,29.480058],[121.591363,29.483714],[121.605751,29.488748],[121.621043,29.492667],[121.627284,29.497011],[121.630871,29.500864],[121.637027,29.504225],[121.640614,29.508667],[121.637606,29.510962],[121.613164,29.512585],[121.609776,29.513306],[121.596701,29.510946],[121.590403,29.510536],[121.579969,29.50229],[121.570946,29.496126],[121.566301,29.492126],[121.557165,29.490552],[121.553819,29.490814],[121.538018,29.495208],[121.530097,29.495896],[121.511501,29.495355],[121.505091,29.494634],[121.49981,29.496011],[121.490011,29.4957],[121.483953,29.496093],[121.477232,29.49929],[121.475298,29.502962],[121.47198,29.505962],[121.468407,29.508011],[121.462067,29.509536],[121.46074,29.511798],[121.449501,29.517519],[121.444855,29.518076],[121.442667,29.512421],[121.43949,29.510831],[121.432119,29.51029],[121.427276,29.509175],[121.423464,29.50593],[121.420456,29.506339],[121.413396,29.512044],[121.409951,29.517339],[121.404797,29.519994],[121.393854,29.52119],[121.39312,29.518388],[121.393812,29.514929],[121.390522,29.510946],[121.386258,29.507766],[121.376134,29.494913],[121.374679,29.488404],[121.369808,29.484731],[121.359119,29.48401],[121.354785,29.484551],[121.351029,29.486731],[121.346468,29.491552],[121.341088,29.492995],[121.335836,29.493126],[121.33184,29.496339],[121.329002,29.497257],[121.327886,29.491699],[121.326333,29.489863],[121.31539,29.482829],[121.314006,29.481173],[121.312015,29.476254],[121.306509,29.474401],[121.303854,29.472023],[121.300479,29.472023],[121.296243,29.473187],[121.287531,29.478353],[121.285639,29.478254],[121.282971,29.472597],[121.280613,29.469891],[121.274033,29.464233],[121.269303,29.45805],[121.268371,29.454262],[121.270785,29.450112],[121.270573,29.445486],[121.266945,29.441025],[121.26045,29.43589],[121.25692,29.427458],[121.254985,29.424833],[121.250763,29.41448],[121.241246,29.407917],[121.235034,29.406342],[121.228101,29.406538]]]]}},{"type":"Feature","properties":{"adcode":330281,"name":"余姚市","center":[121.156294,30.045404],"centroid":[121.125653,30.024547],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":8,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.04008,30.352861],[121.034757,30.342311],[121.032554,30.336996],[121.01393,30.323615],[120.995165,30.319924],[120.968718,30.311583],[120.954373,30.306428],[120.947313,30.302509],[120.916037,30.285773],[120.884521,30.276388],[120.867041,30.271735],[120.877363,30.253449],[120.893431,30.228828],[120.900039,30.216849],[120.913552,30.193424],[120.917661,30.184762],[120.919567,30.177337],[120.920584,30.17509],[120.92763,30.165238],[120.927827,30.158479],[120.930877,30.149538],[120.931216,30.146606],[120.939462,30.125738],[120.938205,30.120639],[120.936017,30.118227],[120.930453,30.115197],[120.931569,30.112851],[120.938304,30.11303],[120.942074,30.106724],[120.94134,30.103009],[120.944136,30.097582],[120.950137,30.091014],[120.953582,30.091536],[120.955488,30.094046],[120.959738,30.094551],[120.964793,30.092758],[120.967631,30.089971],[120.971867,30.080404],[120.973872,30.078301],[120.973194,30.076215],[120.970808,30.073803],[120.969947,30.070282],[120.972319,30.068537],[120.97599,30.070005],[120.977727,30.067885],[120.972503,30.06707],[120.973067,30.064967],[120.9788,30.065668],[120.97815,30.067005],[120.98144,30.067364],[120.981596,30.065587],[120.984702,30.060501],[120.987597,30.061919],[120.991847,30.061055],[120.99251,30.057256],[120.986651,30.05442],[120.986806,30.053376],[120.991324,30.052039],[120.992553,30.050409],[120.989432,30.049594],[120.988416,30.044816],[120.986524,30.044278],[120.987427,30.038522],[120.988811,30.036125],[120.986382,30.032407],[120.989771,30.031201],[120.990152,30.027792],[120.998271,30.022834],[121.001265,30.020209],[121.005218,30.019687],[121.007972,30.017567],[121.008861,30.015397],[121.016415,30.013848],[121.016317,30.011891],[121.01818,30.010782],[121.021936,30.010879],[121.026059,30.012233],[121.033458,30.012657],[121.037256,30.015838],[121.039487,30.013913],[121.036452,30.009509],[121.037779,30.008074],[121.034729,30.00398],[121.038118,29.998727],[121.039869,30.00013],[121.042424,29.999739],[121.046053,30.000783],[121.04971,30.00597],[121.051404,30.006785],[121.056516,30.004453],[121.059622,30.004877],[121.064395,30.006818],[121.071243,30.004485],[121.07579,30.00199],[121.080491,29.997781],[121.082849,29.990848],[121.091604,29.987259],[121.090615,29.98349],[121.087834,29.980406],[121.086577,29.973651],[121.085843,29.972672],[121.079785,29.969801],[121.07682,29.970388],[121.074575,29.968952],[121.071539,29.964481],[121.068235,29.961625],[121.066132,29.960809],[121.061288,29.961592],[121.056205,29.959585],[121.052619,29.959324],[121.045051,29.955636],[121.044232,29.954298],[121.044217,29.947704],[121.042622,29.939037],[121.042015,29.933194],[121.040899,29.929635],[121.038132,29.924754],[121.034136,29.922354],[121.030789,29.918779],[121.030338,29.915759],[121.031976,29.913114],[121.031651,29.911057],[121.029265,29.908934],[121.023391,29.901423],[121.023193,29.897357],[121.017785,29.895904],[121.016458,29.894646],[121.019818,29.891397],[121.022346,29.886285],[121.026977,29.880291],[121.032554,29.878528],[121.031114,29.874608],[121.033825,29.871472],[121.040278,29.867862],[121.054963,29.856885],[121.056615,29.855071],[121.060554,29.854157],[121.061288,29.857865],[121.063124,29.859025],[121.067529,29.857081],[121.069704,29.852833],[121.074025,29.849827],[121.077018,29.848994],[121.081635,29.849925],[121.085448,29.849403],[121.091618,29.843488],[121.095021,29.843423],[121.101092,29.841234],[121.106472,29.836234],[121.106303,29.833718],[121.103507,29.828979],[121.102843,29.825711],[121.098494,29.821413],[121.096687,29.815742],[121.102321,29.810006],[121.104933,29.805462],[121.105371,29.802961],[121.103987,29.801425],[121.096037,29.797829],[121.092592,29.788937],[121.089401,29.786403],[121.083457,29.784032],[121.082073,29.778441],[121.080167,29.775956],[121.076072,29.773046],[121.066089,29.767634],[121.059029,29.76093],[121.05509,29.760668],[121.048228,29.766506],[121.045531,29.767291],[121.034023,29.768762],[121.026031,29.766457],[121.024803,29.763906],[121.026751,29.760276],[121.034799,29.747112],[121.035435,29.745117],[121.03295,29.743383],[121.027627,29.747275],[121.022092,29.743988],[121.017983,29.743678],[121.014947,29.741682],[121.010739,29.735255],[121.012391,29.729808],[121.016133,29.725293],[121.019734,29.723412],[121.028036,29.723985],[121.031637,29.723101],[121.035858,29.721155],[121.036649,29.71857],[121.034799,29.715986],[121.023984,29.712305],[121.015102,29.711961],[121.009638,29.709016],[121.00752,29.703977],[121.0068,29.698594],[121.013394,29.69362],[121.0141,29.689497],[121.010203,29.686731],[121.003948,29.68683],[120.999076,29.685111],[120.993216,29.68539],[120.990844,29.68354],[120.99052,29.679531],[120.992426,29.675816],[120.995546,29.674327],[121.001646,29.672674],[121.006531,29.673018],[121.012292,29.671741],[121.017771,29.669728],[121.023504,29.670546],[121.029236,29.673639],[121.036226,29.675931],[121.038414,29.675767],[121.04498,29.679629],[121.05091,29.684179],[121.052054,29.691051],[121.055598,29.698267],[121.059255,29.700934],[121.064028,29.70082],[121.065313,29.69992],[121.071638,29.68917],[121.076552,29.687435],[121.088667,29.687386],[121.091265,29.688466],[121.094569,29.691591],[121.096165,29.691362],[121.107602,29.679466],[121.112558,29.675096],[121.117994,29.675014],[121.127313,29.679891],[121.131789,29.684457],[121.13498,29.69002],[121.138072,29.697171],[121.139654,29.698594],[121.145231,29.698513],[121.150879,29.703028],[121.157756,29.706431],[121.160707,29.706088],[121.162486,29.707102],[121.164053,29.710374],[121.167145,29.710816],[121.170492,29.714186],[121.172525,29.718178],[121.177269,29.720959],[121.181646,29.722611],[121.188537,29.722938],[121.191869,29.725899],[121.191926,29.730151],[121.190132,29.73604],[121.186405,29.73635],[121.187549,29.738133],[121.184386,29.740668],[121.181802,29.740145],[121.181378,29.735925],[121.176366,29.731182],[121.173457,29.729808],[121.167795,29.729252],[121.160099,29.732392],[121.158207,29.734388],[121.158744,29.738722],[121.162796,29.740537],[121.160184,29.743579],[121.155129,29.741862],[121.150399,29.742287],[121.148916,29.745378],[121.149919,29.753163],[121.152136,29.759573],[121.152108,29.762205],[121.149721,29.764217],[121.147236,29.764936],[121.145485,29.767454],[121.145838,29.771852],[121.146714,29.773275],[121.144723,29.774043],[121.142266,29.772245],[121.140077,29.772441],[121.139724,29.775547],[121.143071,29.776136],[121.141207,29.783771],[121.143381,29.783607],[121.146347,29.786141],[121.147857,29.785307],[121.151472,29.790244],[121.153392,29.789411],[121.159012,29.790424],[121.162217,29.788822],[121.162133,29.78176],[121.165168,29.781613],[121.165903,29.782806],[121.163898,29.784327],[121.16603,29.784572],[121.169207,29.782283],[121.175052,29.783427],[121.172991,29.78789],[121.170068,29.790244],[121.172285,29.796031],[121.169376,29.798532],[121.169715,29.802275],[121.173189,29.807783],[121.173005,29.809663],[121.176464,29.81352],[121.179514,29.812539],[121.182536,29.809777],[121.186715,29.810692],[121.188593,29.815808],[121.188975,29.820367],[121.186885,29.82089],[121.185416,29.822982],[121.186871,29.824387],[121.186179,29.826299],[121.188664,29.826136],[121.195724,29.828554],[121.196218,29.83045],[121.198604,29.831169],[121.19619,29.832688],[121.199367,29.835515],[121.199932,29.838619],[121.204803,29.838211],[121.211722,29.840368],[121.212795,29.841609],[121.218796,29.839845],[121.219347,29.841953],[121.226943,29.845449],[121.229259,29.848243],[121.23389,29.85236],[121.234921,29.855039],[121.235401,29.862373],[121.241741,29.871341],[121.241289,29.876682],[121.24359,29.878446],[121.248801,29.879344],[121.251992,29.881582],[121.252839,29.886514],[121.258148,29.886775],[121.260859,29.890939],[121.265024,29.894614],[121.267721,29.895398],[121.278721,29.89365],[121.284609,29.894189],[121.288308,29.896263],[121.296639,29.896818],[121.298983,29.89801],[121.297853,29.90175],[121.298178,29.905146],[121.299378,29.907056],[121.303007,29.907938],[121.303741,29.912232],[121.309361,29.916575],[121.315446,29.917261],[121.316477,29.915873],[121.315545,29.910028],[121.317706,29.909163],[121.322619,29.91344],[121.324243,29.910877],[121.323678,29.905309],[121.324413,29.904411],[121.327999,29.905162],[121.333012,29.904819],[121.340763,29.909261],[121.343531,29.90895],[121.346948,29.903121],[121.345409,29.899888],[121.346087,29.898517],[121.351466,29.894744],[121.357171,29.893438],[121.359571,29.893977],[121.371093,29.903758],[121.375964,29.912771],[121.376021,29.915546],[121.374934,29.923236],[121.376134,29.926207],[121.388263,29.94444],[121.389915,29.949712],[121.387105,29.951589],[121.381965,29.953482],[121.376925,29.950838],[121.373013,29.950218],[121.36673,29.952078],[121.360701,29.955228],[121.36954,29.959879],[121.376925,29.960515],[121.378972,29.961756],[121.381104,29.966406],[121.38414,29.969539],[121.381259,29.973684],[121.380822,29.976311],[121.382784,29.984828],[121.384253,29.986492],[121.387839,29.987014],[121.392767,29.983262],[121.395167,29.983653],[121.399121,29.987585],[121.399516,29.99075],[121.403385,29.997797],[121.403442,30.000701],[121.398726,30.001484],[121.399248,30.006524],[121.40138,30.01039],[121.401168,30.012282],[121.397709,30.013554],[121.397285,30.014712],[121.399121,30.019605],[121.403851,30.026667],[121.407522,30.030793],[121.415048,30.031445],[121.419454,30.033826],[121.424438,30.035489],[121.425553,30.040006],[121.423082,30.043789],[121.423887,30.046235],[121.418804,30.044099],[121.415839,30.043805],[121.405899,30.047572],[121.401804,30.05217],[121.40162,30.055447],[121.404487,30.059066],[121.409443,30.062017],[121.412704,30.063207],[121.41341,30.064967],[121.412902,30.068472],[121.411801,30.069075],[121.406703,30.065734],[121.402566,30.064201],[121.400674,30.064527],[121.39809,30.066989],[121.396339,30.070575],[121.39497,30.071227],[121.392075,30.06888],[121.391779,30.065326],[121.387472,30.064381],[121.381796,30.06694],[121.379339,30.066695],[121.373832,30.063142],[121.369695,30.061837],[121.363256,30.062571],[121.351551,30.07007],[121.345847,30.069369],[121.340594,30.067673],[121.33263,30.069532],[121.323721,30.072384],[121.311267,30.07408],[121.307949,30.073395],[121.305407,30.071879],[121.292982,30.071472],[121.289805,30.0717],[121.286007,30.073085],[121.283437,30.072662],[121.271703,30.068668],[121.259263,30.068472],[121.257979,30.068097],[121.257696,30.065147],[121.254745,30.06456],[121.2476,30.068032],[121.244169,30.070265],[121.238507,30.071178],[121.235584,30.070461],[121.232196,30.071488],[121.227282,30.070086],[121.217807,30.070526],[121.214277,30.071635],[121.208488,30.076525],[121.204761,30.082686],[121.201485,30.083843],[121.194707,30.083745],[121.192448,30.082523],[121.191262,30.085473],[121.186052,30.0909],[121.187831,30.093508],[121.187196,30.097875],[121.182268,30.103644],[121.182931,30.109592],[121.179811,30.113682],[121.17597,30.115588],[121.1734,30.118961],[121.17806,30.124028],[121.196373,30.126944],[121.199254,30.128606],[121.202629,30.132206],[121.205735,30.133004],[121.211835,30.137647],[121.216268,30.146215],[121.21768,30.147274],[121.222481,30.147355],[121.225404,30.148104],[121.230374,30.151916],[121.230487,30.156378],[121.22169,30.163593],[121.220603,30.171133],[121.220999,30.173592],[121.218909,30.172843],[121.209985,30.173706],[121.207429,30.173543],[121.206977,30.175188],[121.201485,30.175693],[121.201061,30.174667],[121.189497,30.17312],[121.187944,30.168951],[121.178865,30.169374],[121.148578,30.17014],[121.143014,30.168918],[121.141616,30.162535],[121.138496,30.163903],[121.138905,30.165466],[121.131549,30.166003],[121.131775,30.167551],[121.126127,30.16773],[121.124164,30.166085],[121.124517,30.163903],[121.122173,30.164033],[121.122032,30.159717],[121.118262,30.160141],[121.119985,30.163951],[121.117613,30.163772],[121.118418,30.167209],[121.117076,30.165857],[121.1138,30.165922],[121.113786,30.169016],[121.111668,30.169293],[121.111259,30.166704],[121.108181,30.16869],[121.109112,30.172012],[121.108816,30.176035],[121.105794,30.179698],[121.10057,30.179373],[121.097562,30.195019],[121.09841,30.19782],[121.098085,30.206431],[121.099567,30.208515],[121.104679,30.209345],[121.104439,30.21348],[121.102321,30.221895],[121.099059,30.240984],[121.097365,30.238967],[121.095346,30.238836],[121.093468,30.247526],[121.089119,30.246078],[121.083075,30.243263],[121.066908,30.238983],[121.058507,30.236119],[121.056855,30.239927],[121.064296,30.245443],[121.0798,30.251236],[121.081734,30.252277],[121.081635,30.25789],[121.083824,30.262072],[121.086365,30.264528],[121.097464,30.27058],[121.098523,30.270645],[121.096094,30.27751],[121.093891,30.281316],[121.054101,30.331029],[121.04008,30.352861]]]]}},{"type":"Feature","properties":{"adcode":330282,"name":"慈溪市","center":[121.248052,30.177142],"centroid":[121.314502,30.230119],"childrenNum":0,"level":"district","parent":{"adcode":330200},"subFeatureIndex":9,"acroutes":[100000,330000,330200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.423887,30.046235],[121.427798,30.047865],[121.434124,30.048306],[121.437626,30.049267],[121.440732,30.052072],[121.444361,30.051941],[121.449063,30.050686],[121.450659,30.049219],[121.469057,30.053507],[121.472417,30.055952],[121.479124,30.056327],[121.480932,30.055381],[121.48216,30.052382],[121.482344,30.047979],[121.480988,30.047001],[121.480805,30.043952],[121.487427,30.042648],[121.493244,30.045305],[121.492143,30.048827],[121.493625,30.052805],[121.497438,30.052675],[121.505133,30.054436],[121.510357,30.058479],[121.516542,30.058903],[121.522486,30.060403],[121.524901,30.058968],[121.525452,30.055838],[121.52685,30.055039],[121.529589,30.056425],[121.531311,30.054534],[121.535053,30.053898],[121.539106,30.055137],[121.542749,30.055267],[121.547747,30.056376],[121.548552,30.054045],[121.55653,30.051876],[121.558873,30.050132],[121.563236,30.044115],[121.57233,30.040919],[121.577286,30.038653],[121.581268,30.038457],[121.594865,30.040446],[121.600089,30.040088],[121.603026,30.040789],[121.609832,30.045843],[121.612134,30.049072],[121.61332,30.05274],[121.620069,30.063027],[121.623825,30.067462],[121.632636,30.072124],[121.626042,30.077715],[121.619928,30.088504],[121.614718,30.108288],[121.591702,30.143527],[121.561472,30.18416],[121.527541,30.224906],[121.497791,30.258606],[121.476286,30.279413],[121.452706,30.298557],[121.395083,30.338442],[121.37187,30.370901],[121.328041,30.397127],[121.278763,30.405039],[121.22546,30.404666],[121.1832,30.434342],[121.161427,30.452481],[121.119208,30.489772],[121.109508,30.466866],[121.099511,30.443647],[121.091858,30.416898],[121.086973,30.397127],[121.060201,30.376345],[121.046279,30.360744],[121.04008,30.352861],[121.054101,30.331029],[121.093891,30.281316],[121.096094,30.27751],[121.098523,30.270645],[121.097464,30.27058],[121.086365,30.264528],[121.083824,30.262072],[121.081635,30.25789],[121.081734,30.252277],[121.0798,30.251236],[121.064296,30.245443],[121.056855,30.239927],[121.058507,30.236119],[121.066908,30.238983],[121.083075,30.243263],[121.089119,30.246078],[121.093468,30.247526],[121.095346,30.238836],[121.097365,30.238967],[121.099059,30.240984],[121.102321,30.221895],[121.104439,30.21348],[121.104679,30.209345],[121.099567,30.208515],[121.098085,30.206431],[121.09841,30.19782],[121.097562,30.195019],[121.10057,30.179373],[121.105794,30.179698],[121.108816,30.176035],[121.109112,30.172012],[121.108181,30.16869],[121.111259,30.166704],[121.111668,30.169293],[121.113786,30.169016],[121.1138,30.165922],[121.117076,30.165857],[121.118418,30.167209],[121.117613,30.163772],[121.119985,30.163951],[121.118262,30.160141],[121.122032,30.159717],[121.122173,30.164033],[121.124517,30.163903],[121.124164,30.166085],[121.126127,30.16773],[121.131775,30.167551],[121.131549,30.166003],[121.138905,30.165466],[121.138496,30.163903],[121.141616,30.162535],[121.143014,30.168918],[121.148578,30.17014],[121.178865,30.169374],[121.187944,30.168951],[121.189497,30.17312],[121.201061,30.174667],[121.201485,30.175693],[121.206977,30.175188],[121.207429,30.173543],[121.209985,30.173706],[121.218909,30.172843],[121.220999,30.173592],[121.220603,30.171133],[121.22169,30.163593],[121.230487,30.156378],[121.230374,30.151916],[121.225404,30.148104],[121.222481,30.147355],[121.21768,30.147274],[121.216268,30.146215],[121.211835,30.137647],[121.205735,30.133004],[121.202629,30.132206],[121.199254,30.128606],[121.196373,30.126944],[121.17806,30.124028],[121.1734,30.118961],[121.17597,30.115588],[121.179811,30.113682],[121.182931,30.109592],[121.182268,30.103644],[121.187196,30.097875],[121.187831,30.093508],[121.186052,30.0909],[121.191262,30.085473],[121.192448,30.082523],[121.194707,30.083745],[121.201485,30.083843],[121.204761,30.082686],[121.208488,30.076525],[121.214277,30.071635],[121.217807,30.070526],[121.227282,30.070086],[121.232196,30.071488],[121.235584,30.070461],[121.238507,30.071178],[121.244169,30.070265],[121.2476,30.068032],[121.254745,30.06456],[121.257696,30.065147],[121.257979,30.068097],[121.259263,30.068472],[121.271703,30.068668],[121.283437,30.072662],[121.286007,30.073085],[121.289805,30.0717],[121.292982,30.071472],[121.305407,30.071879],[121.307949,30.073395],[121.311267,30.07408],[121.323721,30.072384],[121.33263,30.069532],[121.340594,30.067673],[121.345847,30.069369],[121.351551,30.07007],[121.363256,30.062571],[121.369695,30.061837],[121.373832,30.063142],[121.379339,30.066695],[121.381796,30.06694],[121.387472,30.064381],[121.391779,30.065326],[121.392075,30.06888],[121.39497,30.071227],[121.396339,30.070575],[121.39809,30.066989],[121.400674,30.064527],[121.402566,30.064201],[121.406703,30.065734],[121.411801,30.069075],[121.412902,30.068472],[121.41341,30.064967],[121.412704,30.063207],[121.409443,30.062017],[121.404487,30.059066],[121.40162,30.055447],[121.401804,30.05217],[121.405899,30.047572],[121.415839,30.043805],[121.418804,30.044099],[121.423887,30.046235]]]]}},{"type":"Feature","properties":{"adcode":330302,"name":"鹿城区","center":[120.674231,28.003352],"centroid":[120.559924,28.062487],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":0,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.807333,27.982025],[120.805307,27.983374],[120.793658,27.996734],[120.791384,28.003304],[120.788946,28.008165],[120.785601,28.011849],[120.774496,28.017493],[120.753143,28.022572],[120.745168,28.022902],[120.73754,28.021052],[120.726237,28.022118],[120.712413,28.025128],[120.685639,28.028733],[120.670168,28.030254],[120.653016,28.030787],[120.645338,28.03063],[120.620525,28.027448],[120.613176,28.028232],[120.607937,28.029627],[120.603669,28.032762],[120.600572,28.037401],[120.598298,28.043781],[120.597655,28.052448],[120.597655,28.058293],[120.600028,28.073368],[120.599418,28.081892],[120.593849,28.099125],[120.592202,28.101694],[120.586336,28.105266],[120.579976,28.106691],[120.575314,28.106268],[120.571145,28.105156],[120.566762,28.105328],[120.564077,28.106503],[120.561276,28.112643],[120.560106,28.118971],[120.560831,28.128995],[120.559826,28.134742],[120.557371,28.1367],[120.544816,28.137389],[120.532837,28.137154],[120.525835,28.135979],[120.518058,28.133943],[120.511221,28.133286],[120.500231,28.133489],[120.496046,28.135791],[120.490823,28.141789],[120.485007,28.143245],[120.475928,28.143919],[120.473638,28.143464],[120.469387,28.139487],[120.467888,28.135024],[120.46507,28.134178],[120.461989,28.13504],[120.45647,28.138782],[120.445365,28.153204],[120.442564,28.155286],[120.436303,28.15668],[120.43248,28.156022],[120.426664,28.154128],[120.418755,28.155443],[120.410995,28.156304],[120.404075,28.154738],[120.397402,28.152452],[120.385901,28.147348],[120.385111,28.146236],[120.385654,28.142055],[120.390515,28.13908],[120.397814,28.137577],[120.400269,28.13659],[120.401109,28.134633],[120.405442,28.132174],[120.408013,28.13161],[120.409001,28.129073],[120.405607,28.124218],[120.406826,28.122433],[120.411736,28.119676],[120.412593,28.117107],[120.411852,28.11457],[120.40592,28.109025],[120.399775,28.101757],[120.397929,28.098467],[120.401966,28.096164],[120.404536,28.087955],[120.412082,28.081249],[120.416762,28.077567],[120.420222,28.078742],[120.421721,28.080325],[120.425708,28.081923],[120.427834,28.081813],[120.427092,28.075797],[120.429448,28.06815],[120.428377,28.060879],[120.427142,28.05682],[120.426203,28.046257],[120.428048,28.045426],[120.433485,28.047197],[120.438939,28.046853],[120.447408,28.043937],[120.448709,28.044799],[120.450456,28.048906],[120.456816,28.051884],[120.460078,28.054626],[120.466224,28.058293],[120.469206,28.057243],[120.473968,28.050536],[120.480443,28.043859],[120.481678,28.043201],[120.493607,28.042621],[120.498501,28.041712],[120.504614,28.039345],[120.501483,28.035662],[120.499061,28.029188],[120.503048,28.02842],[120.508848,28.03074],[120.513972,28.031508],[120.519591,28.036053],[120.521452,28.033248],[120.521139,28.031335],[120.526247,28.027902],[120.529295,28.028357],[120.530976,28.024077],[120.538439,28.026068],[120.543036,28.028717],[120.54938,28.029611],[120.551143,28.031978],[120.554916,28.033216],[120.561721,28.026507],[120.562297,28.024046],[120.567504,28.015408],[120.571722,28.012382],[120.575445,28.011112],[120.579202,28.008808],[120.58113,28.00263],[120.583206,28.00125],[120.584969,28.002144],[120.588972,28.000639],[120.595711,27.999557],[120.599188,27.999902],[120.601676,28.00136],[120.605597,28.000466],[120.608744,28.001501],[120.613819,27.99813],[120.613885,27.995872],[120.615746,27.995245],[120.619931,27.996233],[120.621035,27.997409],[120.625781,27.997989],[120.627988,28.001109],[120.630938,28.002238],[120.634381,28.006581],[120.63537,28.009419],[120.638665,28.010266],[120.640148,28.008666],[120.641581,27.996389],[120.642702,27.993018],[120.639341,27.987451],[120.641202,27.982339],[120.645733,27.981069],[120.646376,27.979046],[120.64313,27.974121],[120.646771,27.97227],[120.648172,27.970545],[120.652999,27.969777],[120.65267,27.968224],[120.654861,27.967377],[120.659211,27.969463],[120.65842,27.971329],[120.661402,27.975219],[120.659557,27.978528],[120.662902,27.979893],[120.673529,27.983154],[120.680004,27.984393],[120.681784,27.981069],[120.692032,27.977524],[120.695789,27.975407],[120.700979,27.975501],[120.704323,27.976709],[120.707569,27.981241],[120.713698,27.992673],[120.715231,27.993598],[120.725001,27.991544],[120.725907,27.993363],[120.72968,27.99236],[120.732086,27.99686],[120.734706,27.995605],[120.735052,27.993285],[120.737787,27.992908],[120.741477,27.989882],[120.746766,27.987216],[120.750111,27.990478],[120.762139,27.982119],[120.773178,27.974937],[120.783822,27.973164],[120.792966,27.974011],[120.799095,27.975862],[120.802753,27.978105],[120.807333,27.982025]]]]}},{"type":"Feature","properties":{"adcode":330303,"name":"龙湾区","center":[120.763469,27.970254],"centroid":[120.819332,27.882665],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":1,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.736848,27.869398],[120.747112,27.866808],[120.752253,27.86103],[120.754345,27.853808],[120.756817,27.852819],[120.758382,27.849428],[120.758283,27.846978],[120.754313,27.845675],[120.751742,27.842691],[120.750572,27.837211],[120.748529,27.837431],[120.747244,27.833976],[120.747343,27.826595],[120.748266,27.824632],[120.750918,27.823815],[120.750721,27.822543],[120.754065,27.819936],[120.753406,27.818192],[120.763688,27.808753],[120.769471,27.802909],[120.773326,27.799626],[120.77845,27.797113],[120.798733,27.762138],[120.809657,27.775573],[120.840665,27.758744],[120.883685,27.820925],[120.910871,27.86472],[120.91873,27.872428],[120.94178,27.896805],[120.890967,27.933822],[120.883388,27.937792],[120.878182,27.938984],[120.865693,27.944522],[120.862035,27.94435],[120.850468,27.956648],[120.841077,27.962734],[120.83559,27.966844],[120.833201,27.980379],[120.82259,27.977885],[120.81371,27.97834],[120.807333,27.982025],[120.802753,27.978105],[120.799095,27.975862],[120.792966,27.974011],[120.783822,27.973164],[120.773178,27.974937],[120.762139,27.982119],[120.750111,27.990478],[120.746766,27.987216],[120.741477,27.989882],[120.737787,27.992908],[120.735052,27.993285],[120.734706,27.995605],[120.732086,27.99686],[120.72968,27.99236],[120.725907,27.993363],[120.725001,27.991544],[120.715231,27.993598],[120.713698,27.992673],[120.707569,27.981241],[120.712677,27.98168],[120.721623,27.979783],[120.726929,27.976568],[120.725446,27.969761],[120.720552,27.971251],[120.719234,27.968146],[120.729137,27.963189],[120.728511,27.961307],[120.726303,27.961558],[120.719185,27.951613],[120.719564,27.947393],[120.725775,27.942342],[120.731064,27.938608],[120.737078,27.936458],[120.742894,27.935642],[120.746503,27.934246],[120.748496,27.930983],[120.748315,27.925695],[120.743669,27.921286],[120.742631,27.915841],[120.744245,27.909281],[120.748826,27.902769],[120.751001,27.893587],[120.74965,27.887419],[120.744147,27.886069],[120.744064,27.883291],[120.752401,27.882239],[120.754659,27.881344],[120.754164,27.876196],[120.745992,27.875662],[120.742697,27.877451],[120.740538,27.880591],[120.739698,27.88519],[120.731806,27.885582],[120.725413,27.885206],[120.72426,27.883872],[120.725759,27.88271],[120.732514,27.879916],[120.738265,27.875662],[120.737424,27.86954],[120.736848,27.869398]]]]}},{"type":"Feature","properties":{"adcode":330304,"name":"瓯海区","center":[120.637145,28.006444],"centroid":[120.551173,27.966589],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":2,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.707569,27.981241],[120.704323,27.976709],[120.700979,27.975501],[120.695789,27.975407],[120.692032,27.977524],[120.681784,27.981069],[120.680004,27.984393],[120.673529,27.983154],[120.662902,27.979893],[120.659557,27.978528],[120.661402,27.975219],[120.65842,27.971329],[120.659211,27.969463],[120.654861,27.967377],[120.65267,27.968224],[120.652999,27.969777],[120.648172,27.970545],[120.646771,27.97227],[120.64313,27.974121],[120.646376,27.979046],[120.645733,27.981069],[120.641202,27.982339],[120.639341,27.987451],[120.642702,27.993018],[120.641581,27.996389],[120.640148,28.008666],[120.638665,28.010266],[120.63537,28.009419],[120.634381,28.006581],[120.630938,28.002238],[120.627988,28.001109],[120.625781,27.997989],[120.621035,27.997409],[120.619931,27.996233],[120.615746,27.995245],[120.613885,27.995872],[120.613819,27.99813],[120.608744,28.001501],[120.605597,28.000466],[120.601676,28.00136],[120.599188,27.999902],[120.595711,27.999557],[120.588972,28.000639],[120.584969,28.002144],[120.583206,28.00125],[120.58113,28.00263],[120.579202,28.008808],[120.575445,28.011112],[120.571722,28.012382],[120.567504,28.015408],[120.562297,28.024046],[120.561721,28.026507],[120.554916,28.033216],[120.551143,28.031978],[120.54938,28.029611],[120.543036,28.028717],[120.538439,28.026068],[120.530976,28.024077],[120.529295,28.028357],[120.526247,28.027902],[120.521139,28.031335],[120.521452,28.033248],[120.519591,28.036053],[120.513972,28.031508],[120.508848,28.03074],[120.503048,28.02842],[120.499061,28.029188],[120.501483,28.035662],[120.504614,28.039345],[120.498501,28.041712],[120.493607,28.042621],[120.481678,28.043201],[120.480443,28.043859],[120.473968,28.050536],[120.469206,28.057243],[120.466224,28.058293],[120.460078,28.054626],[120.456816,28.051884],[120.450456,28.048906],[120.448709,28.044799],[120.447408,28.043937],[120.438939,28.046853],[120.433485,28.047197],[120.428048,28.045426],[120.426203,28.046257],[120.427142,28.05682],[120.428377,28.060879],[120.429448,28.06815],[120.427092,28.075797],[120.427834,28.081813],[120.425708,28.081923],[120.421721,28.080325],[120.420222,28.078742],[120.416762,28.077567],[120.412082,28.081249],[120.404536,28.087955],[120.401966,28.096164],[120.397929,28.098467],[120.396298,28.099094],[120.390531,28.094316],[120.387467,28.09419],[120.383661,28.095381],[120.376774,28.093532],[120.36842,28.088911],[120.365603,28.085934],[120.36641,28.083114],[120.362307,28.080106],[120.36463,28.07528],[120.37015,28.072271],[120.371369,28.069247],[120.373808,28.066176],[120.374121,28.063371],[120.372407,28.054924],[120.370529,28.053153],[120.36641,28.051633],[120.363675,28.05251],[120.357183,28.050567],[120.354283,28.052385],[120.35028,28.052573],[120.3471,28.049501],[120.347594,28.046461],[120.345452,28.044],[120.344908,28.039988],[120.348154,28.03726],[120.349176,28.021679],[120.34448,28.01903],[120.341201,28.005923],[120.336407,27.999667],[120.335171,27.99686],[120.334891,27.991136],[120.336835,27.989945],[120.345172,27.989129],[120.349126,27.987702],[120.358798,27.983562],[120.363708,27.983844],[120.372358,27.981947],[120.377268,27.981696],[120.38198,27.979516],[120.386626,27.978591],[120.398605,27.971408],[120.39961,27.966593],[120.403399,27.966012],[120.408177,27.962405],[120.410649,27.958091],[120.412626,27.956538],[120.415295,27.956585],[120.414125,27.962248],[120.417058,27.966091],[120.425741,27.966389],[120.428509,27.967063],[120.431805,27.966655],[120.433716,27.963487],[120.437489,27.96893],[120.440521,27.971596],[120.446617,27.970906],[120.448133,27.971502],[120.451741,27.976191],[120.454723,27.975705],[120.461248,27.970718],[120.467146,27.969102],[120.467311,27.965307],[120.468761,27.964805],[120.482848,27.964365],[120.487923,27.962624],[120.493393,27.96322],[120.494612,27.962577],[120.495832,27.955911],[120.500659,27.954311],[120.501582,27.952727],[120.498979,27.949919],[120.499407,27.947173],[120.504284,27.944459],[120.503147,27.942985],[120.498287,27.941322],[120.497628,27.938153],[120.496161,27.936929],[120.486012,27.933744],[120.485138,27.932803],[120.487725,27.930073],[120.498089,27.930763],[120.503279,27.930041],[120.509771,27.925115],[120.513708,27.922792],[120.513033,27.91719],[120.514746,27.912075],[120.518849,27.912263],[120.52941,27.911745],[120.537764,27.909234],[120.541059,27.907696],[120.541998,27.906002],[120.540845,27.904008],[120.536314,27.901419],[120.537995,27.898939],[120.542031,27.897417],[120.548342,27.89602],[120.55228,27.893556],[120.553697,27.889915],[120.557058,27.891359],[120.561819,27.897746],[120.565411,27.901184],[120.567421,27.902],[120.572727,27.901136],[120.575149,27.899457],[120.5779,27.895282],[120.583206,27.897621],[120.588972,27.898374],[120.593487,27.902816],[120.597309,27.904464],[120.598825,27.902894],[120.601659,27.896083],[120.606503,27.892473],[120.612072,27.889271],[120.614494,27.887058],[120.614395,27.884955],[120.611232,27.880136],[120.615582,27.878629],[120.619668,27.875536],[120.622271,27.871879],[120.622502,27.868315],[120.618366,27.85979],[120.61489,27.855504],[120.614049,27.853478],[120.614906,27.851327],[120.616883,27.851375],[120.627675,27.85552],[120.63654,27.856995],[120.640543,27.854876],[120.645585,27.850574],[120.653032,27.848956],[120.659425,27.850841],[120.668339,27.850998],[120.674781,27.850684],[120.679691,27.852536],[120.684074,27.856132],[120.68526,27.858126],[120.684502,27.862491],[120.685392,27.865222],[120.687863,27.867028],[120.697815,27.868362],[120.702017,27.869712],[120.706959,27.873197],[120.716911,27.875615],[120.723073,27.875348],[120.723452,27.874218],[120.716845,27.871518],[120.718394,27.869037],[120.730125,27.868535],[120.736848,27.869398],[120.737424,27.86954],[120.738265,27.875662],[120.732514,27.879916],[120.725759,27.88271],[120.72426,27.883872],[120.725413,27.885206],[120.731806,27.885582],[120.739698,27.88519],[120.740538,27.880591],[120.742697,27.877451],[120.745992,27.875662],[120.754164,27.876196],[120.754659,27.881344],[120.752401,27.882239],[120.744064,27.883291],[120.744147,27.886069],[120.74965,27.887419],[120.751001,27.893587],[120.748826,27.902769],[120.744245,27.909281],[120.742631,27.915841],[120.743669,27.921286],[120.748315,27.925695],[120.748496,27.930983],[120.746503,27.934246],[120.742894,27.935642],[120.737078,27.936458],[120.731064,27.938608],[120.725775,27.942342],[120.719564,27.947393],[120.719185,27.951613],[120.726303,27.961558],[120.728511,27.961307],[120.729137,27.963189],[120.719234,27.968146],[120.720552,27.971251],[120.725446,27.969761],[120.726929,27.976568],[120.721623,27.979783],[120.712677,27.98168],[120.707569,27.981241]]]]}},{"type":"Feature","properties":{"adcode":330305,"name":"洞头区","center":[121.156181,27.836057],"centroid":[121.033762,27.892626],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":3,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.991835,27.949746],[120.984635,27.960601],[120.973975,27.964538],[120.96666,27.966091],[120.957367,27.969839],[120.948503,27.972961],[120.929687,27.977995],[120.920229,27.978748],[120.910311,27.98179],[120.89189,27.98466],[120.883817,27.984205],[120.870718,27.984064],[120.854192,27.982872],[120.848821,27.980975],[120.839545,27.981853],[120.833201,27.980379],[120.83559,27.966844],[120.841077,27.962734],[120.850468,27.956648],[120.862035,27.94435],[120.865693,27.944522],[120.878182,27.938984],[120.883388,27.937792],[120.890967,27.933822],[120.94178,27.896805],[120.951452,27.895894],[120.974255,27.887199],[121.012134,27.84624],[121.020092,27.835908],[121.022811,27.833662],[121.02782,27.83261],[121.045087,27.833112],[121.063854,27.83451],[121.0699,27.834212],[121.084713,27.823061],[121.08987,27.817548],[121.093033,27.816622],[121.098701,27.816496],[121.107664,27.8137],[121.125689,27.812868],[121.133021,27.813198],[121.141919,27.814957],[121.147273,27.815554],[121.152496,27.81535],[121.151046,27.812381],[121.147306,27.809507],[121.14841,27.808046],[121.144868,27.806177],[121.142512,27.807794],[121.141144,27.805957],[121.141853,27.804292],[121.139892,27.801213],[121.136218,27.802218],[121.133038,27.799328],[121.129034,27.798448],[121.131522,27.797521],[121.133516,27.794332],[121.130715,27.792007],[121.131473,27.788818],[121.133944,27.787027],[121.13663,27.790169],[121.1363,27.79174],[121.139925,27.790169],[121.143846,27.79174],[121.144159,27.794961],[121.146351,27.796736],[121.149498,27.801134],[121.151211,27.807025],[121.153172,27.80902],[121.152727,27.810669],[121.155248,27.813041],[121.157736,27.813889],[121.167177,27.811674],[121.173125,27.811391],[121.178101,27.811988],[121.184362,27.814093],[121.187888,27.816873],[121.191957,27.822684],[121.196636,27.83396],[121.200558,27.849271],[121.200558,27.855158],[121.198597,27.863166],[121.195879,27.869806],[121.193028,27.872381],[121.185185,27.874814],[121.166798,27.876886],[121.162728,27.879304],[121.160388,27.884641],[121.160388,27.889459],[121.162745,27.902518],[121.162201,27.907194],[121.161146,27.908795],[121.157917,27.910301],[121.148262,27.911447],[121.143665,27.910709],[121.137404,27.908826],[121.116743,27.899787],[121.099459,27.895063],[121.086163,27.894451],[121.075585,27.894435],[121.064084,27.895926],[121.055912,27.900148],[120.991835,27.949746]]],[[[121.113118,27.918336],[121.109542,27.915762],[121.111503,27.914272],[121.108175,27.910945],[121.108076,27.908716],[121.110185,27.908277],[121.110729,27.905233],[121.113381,27.904417],[121.117039,27.907838],[121.119264,27.907618],[121.121405,27.910631],[121.123926,27.911353],[121.122097,27.913252],[121.122229,27.917975],[121.123679,27.918838],[121.123811,27.92127],[121.122295,27.921349],[121.116265,27.918807],[121.113118,27.918336]]],[[[121.131028,27.762453],[121.130171,27.760928],[121.131917,27.759294],[121.130616,27.75744],[121.133137,27.753134],[121.142083,27.756261],[121.144357,27.758508],[121.143599,27.76184],[121.140386,27.76294],[121.139101,27.765155],[121.134669,27.764574],[121.131028,27.762453]]],[[[121.131044,27.770152],[121.130731,27.76789],[121.135608,27.76778],[121.136976,27.76701],[121.142611,27.769178],[121.143154,27.768518],[121.148674,27.768895],[121.149844,27.772006],[121.145065,27.772274],[121.145428,27.774096],[121.140024,27.774191],[121.138294,27.776673],[121.133153,27.774018],[121.131061,27.772022],[121.131044,27.770152]]],[[[121.083642,27.791913],[121.081351,27.789541],[121.081697,27.78753],[121.080297,27.785424],[121.080182,27.782581],[121.075222,27.781277],[121.073542,27.778024],[121.076557,27.777223],[121.080643,27.777993],[121.080973,27.77573],[121.08519,27.775589],[121.090529,27.776233],[121.09473,27.779894],[121.096922,27.783068],[121.095587,27.785016],[121.095406,27.788409],[121.092259,27.789415],[121.091056,27.793232],[121.089342,27.7935],[121.083642,27.791913]]],[[[121.145774,27.760677],[121.145708,27.756434],[121.146713,27.754155],[121.148328,27.755098],[121.155165,27.75612],[121.153287,27.758304],[121.154029,27.762138],[121.150206,27.761274],[121.148328,27.762547],[121.145774,27.760677]]],[[[121.125689,27.914805],[121.129973,27.91581],[121.130813,27.917489],[121.126991,27.917049],[121.125689,27.914805]]],[[[121.224086,27.817863],[121.225585,27.818632],[121.224416,27.821821],[121.225042,27.824506],[121.219094,27.820957],[121.216886,27.822229],[121.213278,27.820109],[121.214134,27.816983],[121.215749,27.816056],[121.219753,27.817407],[121.224086,27.817863]]],[[[121.053589,28.007741],[121.0541,28.006895],[121.059273,28.006613],[121.063557,28.008322],[121.06331,28.009529],[121.058021,28.010062],[121.056835,28.010877],[121.053589,28.007741]]],[[[121.22168,27.937211],[121.221549,27.936019],[121.218566,27.934874],[121.218006,27.933242],[121.221961,27.934011],[121.22318,27.935517],[121.22168,27.937211]]],[[[121.248142,27.833913],[121.248586,27.832735],[121.255029,27.830411],[121.254617,27.833018],[121.25002,27.834651],[121.248142,27.833913]]],[[[121.098157,27.937509],[121.101205,27.938969],[121.108488,27.94082],[121.125953,27.944114],[121.134554,27.947283],[121.147389,27.95337],[121.1507,27.95588],[121.152941,27.959048],[121.152941,27.961558],[121.14991,27.964883],[121.134026,27.980535],[121.126497,27.98557],[121.120664,27.986636],[121.094318,27.984127],[121.08636,27.984519],[121.080659,27.986369],[121.076013,27.986369],[121.069785,27.984503],[121.066457,27.982245],[121.064595,27.978795],[121.062206,27.97627],[121.052386,27.969902],[121.04428,27.966703],[121.040573,27.964318],[121.038711,27.960209],[121.038035,27.954766],[121.038315,27.948946],[121.041759,27.943926],[121.049997,27.94129],[121.052781,27.941824],[121.058762,27.946075],[121.063541,27.947801],[121.071235,27.948742],[121.080264,27.947173],[121.084762,27.94413],[121.089672,27.939361],[121.093247,27.937635],[121.098157,27.937509]]],[[[121.185861,27.96297],[121.19143,27.964695],[121.198202,27.972098],[121.201678,27.974874],[121.206209,27.976866],[121.217611,27.980426],[121.237531,27.988157],[121.239887,27.989819],[121.240233,27.993739],[121.23814,27.994429],[121.230133,27.99479],[121.226228,27.993912],[121.220132,27.991481],[121.217001,27.992015],[121.211515,27.994288],[121.200294,27.999698],[121.194989,28.000153],[121.177343,27.990509],[121.173866,27.987216],[121.171955,27.982951],[121.171345,27.978591],[121.172647,27.975188],[121.177425,27.973008],[121.179336,27.971078],[121.179864,27.968647],[121.179419,27.964287],[121.180902,27.963409],[121.185861,27.96297]]],[[[121.268737,28.007663],[121.272856,28.009748],[121.271175,28.011191],[121.269577,28.010281],[121.268737,28.007663]]],[[[121.17207,27.920407],[121.166847,27.918053],[121.167325,27.917285],[121.17207,27.920407]]],[[[121.091863,27.80492],[121.095785,27.803538],[121.098981,27.806161],[121.097301,27.808486],[121.094796,27.807653],[121.091863,27.80492]]],[[[121.163865,27.746627],[121.162151,27.748277],[121.161575,27.746832],[121.163865,27.746627]]],[[[121.212223,27.812632],[121.213294,27.81081],[121.215617,27.811831],[121.216688,27.814894],[121.212223,27.812632]]],[[[121.043967,27.979312],[121.053984,27.981602],[121.061745,27.985162],[121.066852,27.986134],[121.07112,27.987624],[121.075453,27.990023],[121.089606,27.998679],[121.090381,28.002944],[121.089079,28.004935],[121.082109,28.007647],[121.077331,28.008024],[121.074102,28.007444],[121.061629,28.002599],[121.043275,27.993363],[121.040737,27.990274],[121.040012,27.984723],[121.040787,27.980786],[121.043967,27.979312]]],[[[121.154012,27.754092],[121.157637,27.753935],[121.155742,27.755255],[121.154012,27.754092]]],[[[121.091171,27.800569],[121.093791,27.798354],[121.09674,27.801621],[121.091171,27.800569]]],[[[121.003023,27.835672],[121.005725,27.834761],[121.005247,27.836426],[121.003023,27.835672]]],[[[121.074415,28.020472],[121.077611,28.022118],[121.078715,28.026444],[121.077199,28.030457],[121.072932,28.031069],[121.071696,28.02958],[121.071103,28.022494],[121.074415,28.020472]]],[[[121.043159,28.024971],[121.045005,28.02715],[121.040853,28.028467],[121.039946,28.026147],[121.043159,28.024971]]],[[[121.142726,27.693996],[121.144242,27.691999],[121.144769,27.69442],[121.142726,27.693996]]],[[[121.262443,27.999823],[121.265112,28.000262],[121.268226,28.002458],[121.266611,28.003916],[121.262624,28.000999],[121.262443,27.999823]]],[[[121.05438,28.018935],[121.05779,28.02113],[121.061465,28.021381],[121.061465,28.02356],[121.05756,28.025253],[121.050244,28.024516],[121.049025,28.023058],[121.049272,28.020378],[121.050722,28.019171],[121.05438,28.018935]]],[[[121.218402,27.836646],[121.220659,27.837368],[121.22089,27.838938],[121.218583,27.838703],[121.218402,27.836646]]],[[[121.14673,27.774332],[121.148921,27.772682],[121.151623,27.774426],[121.148361,27.775762],[121.14673,27.774332]]],[[[121.12938,27.72786],[121.130797,27.728835],[121.130451,27.73113],[121.128029,27.730548],[121.12938,27.72786]]],[[[121.175876,27.695474],[121.179336,27.694058],[121.180967,27.69648],[121.176618,27.696606],[121.175876,27.695474]]],[[[121.220214,27.843351],[121.221038,27.840666],[121.222554,27.841388],[121.221796,27.843932],[121.220214,27.843351]]],[[[121.187212,27.726933],[121.190491,27.725911],[121.18886,27.72808],[121.187212,27.726933]]],[[[121.163503,27.906347],[121.166715,27.904934],[121.168066,27.905829],[121.167078,27.907948],[121.165265,27.90823],[121.163503,27.906347]]],[[[121.192138,27.700254],[121.193176,27.698666],[121.196653,27.69942],[121.19606,27.701684],[121.192138,27.700254]]],[[[121.126909,27.680283],[121.128408,27.678207],[121.131192,27.678223],[121.131275,27.681243],[121.126909,27.680283]]]]}},{"type":"Feature","properties":{"adcode":330324,"name":"永嘉县","center":[120.690968,28.153886],"centroid":[120.662187,28.330665],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":4,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.965572,28.482972],[120.962244,28.488637],[120.961585,28.491119],[120.958059,28.493382],[120.95768,28.494834],[120.960827,28.499812],[120.960975,28.504307],[120.962162,28.506663],[120.961816,28.51019],[120.960217,28.510924],[120.954451,28.509035],[120.954154,28.506648],[120.956461,28.503464],[120.954747,28.499453],[120.953116,28.499032],[120.948519,28.500702],[120.944763,28.503464],[120.939441,28.503995],[120.934976,28.505181],[120.930626,28.50554],[120.927627,28.505009],[120.917626,28.49783],[120.914413,28.495989],[120.912996,28.492196],[120.910805,28.489184],[120.904412,28.486546],[120.894477,28.485563],[120.890489,28.486562],[120.887194,28.489106],[120.882844,28.488887],[120.869515,28.491182],[120.866714,28.494927],[120.863979,28.496145],[120.86126,28.499594],[120.860404,28.50259],[120.861228,28.506117],[120.860865,28.509004],[120.854324,28.515324],[120.848821,28.513795],[120.845048,28.514169],[120.842181,28.517633],[120.838029,28.517774],[120.83269,28.524577],[120.833102,28.527885],[120.834585,28.530194],[120.838062,28.53333],[120.841077,28.539945],[120.843169,28.542534],[120.842033,28.545483],[120.833745,28.551364],[120.82923,28.55556],[120.828489,28.56119],[120.82727,28.56509],[120.825836,28.566337],[120.811205,28.570377],[120.802605,28.572217],[120.798255,28.576147],[120.801221,28.583898],[120.800611,28.587079],[120.798733,28.588779],[120.793642,28.583757],[120.791005,28.583414],[120.787479,28.584927],[120.785057,28.588638],[120.782932,28.590525],[120.776984,28.589262],[120.771431,28.592848],[120.764528,28.592833],[120.760475,28.591211],[120.758728,28.591585],[120.756751,28.595671],[120.756735,28.599849],[120.757838,28.604293],[120.755301,28.605618],[120.752138,28.605805],[120.749584,28.609781],[120.743521,28.611589],[120.739665,28.61095],[120.73632,28.609188],[120.732943,28.605213],[120.729367,28.603778],[120.721673,28.604121],[120.718641,28.605431],[120.713814,28.609251],[120.709118,28.611496],[120.705938,28.610903],[120.701984,28.606366],[120.702066,28.602422],[120.701094,28.599802],[120.701012,28.59277],[120.697222,28.587905],[120.695558,28.586985],[120.689939,28.586034],[120.687336,28.582479],[120.679691,28.581886],[120.675045,28.582026],[120.669245,28.579609],[120.661864,28.581668],[120.65987,28.583944],[120.653016,28.58502],[120.64692,28.580186],[120.640049,28.578736],[120.639752,28.576927],[120.648024,28.56902],[120.648057,28.565713],[120.649638,28.563],[120.640016,28.557852],[120.636688,28.561128],[120.633294,28.561721],[120.631284,28.563998],[120.62616,28.560972],[120.624726,28.558289],[120.621497,28.557151],[120.624792,28.549975],[120.627165,28.547417],[120.627511,28.536356],[120.624298,28.533377],[120.618613,28.532768],[120.614527,28.534063],[120.598792,28.533969],[120.588758,28.532908],[120.585858,28.530459],[120.583354,28.530802],[120.57968,28.535576],[120.574852,28.538072],[120.572232,28.53748],[120.5693,28.534578],[120.56785,28.531894],[120.559414,28.533158],[120.556465,28.53592],[120.554718,28.535966],[120.549198,28.533579],[120.541207,28.543345],[120.535556,28.54659],[120.528751,28.548368],[120.522968,28.5557],[120.5188,28.55584],[120.51244,28.558835],[120.508436,28.557275],[120.501582,28.560005],[120.499473,28.561877],[120.498435,28.565105],[120.500544,28.566743],[120.496557,28.571749],[120.493508,28.577769],[120.489801,28.580826],[120.484562,28.583882],[120.482272,28.58329],[120.481431,28.581356],[120.477658,28.582011],[120.471891,28.586954],[120.466553,28.586018],[120.458925,28.585894],[120.453257,28.584194],[120.446337,28.584319],[120.443486,28.582619],[120.442514,28.580841],[120.441872,28.573324],[120.436253,28.573324],[120.430701,28.568178],[120.430223,28.561487],[120.433979,28.555934],[120.434161,28.55375],[120.431113,28.54879],[120.430223,28.545498],[120.432315,28.541895],[120.432183,28.538899],[120.430668,28.534515],[120.428773,28.533517],[120.424225,28.534281],[120.422743,28.533611],[120.423599,28.530958],[120.422891,28.528836],[120.419942,28.525326],[120.422199,28.522158],[120.421128,28.51885],[120.419085,28.517899],[120.414933,28.512359],[120.414949,28.496847],[120.419167,28.491884],[120.417272,28.489527],[120.411291,28.486312],[120.406019,28.480443],[120.402411,28.481645],[120.39928,28.478023],[120.399165,28.475619],[120.402839,28.473762],[120.402856,28.472279],[120.39905,28.465082],[120.396628,28.465566],[120.394436,28.470936],[120.390301,28.471951],[120.389246,28.473606],[120.389691,28.477102],[120.387796,28.479491],[120.385275,28.476759],[120.384979,28.47142],[120.383957,28.469485],[120.384847,28.466909],[120.38432,28.4589],[120.378075,28.457104],[120.372012,28.450875],[120.372144,28.446987],[120.374121,28.444129],[120.377499,28.441647],[120.381024,28.43629],[120.380744,28.429404],[120.381684,28.425593],[120.378289,28.419705],[120.376807,28.414941],[120.376691,28.411583],[120.374319,28.410818],[120.369343,28.415098],[120.365273,28.420502],[120.366739,28.424297],[120.35603,28.429732],[120.348269,28.429966],[120.343788,28.431902],[120.341201,28.430512],[120.338186,28.427108],[120.338219,28.419736],[120.337379,28.417893],[120.339735,28.414535],[120.338812,28.412364],[120.332848,28.410302],[120.331694,28.407585],[120.332914,28.405491],[120.334133,28.399634],[120.337642,28.395525],[120.33957,28.394822],[120.342256,28.395588],[120.344052,28.39476],[120.344694,28.392385],[120.339801,28.386089],[120.335022,28.38448],[120.334314,28.381261],[120.335385,28.375105],[120.334676,28.371355],[120.341959,28.367715],[120.349357,28.368011],[120.353492,28.367215],[120.358023,28.364402],[120.359852,28.359386],[120.360165,28.3549],[120.359391,28.353775],[120.359721,28.348415],[120.360775,28.345883],[120.359638,28.343335],[120.355288,28.338381],[120.346474,28.33441],[120.347627,28.33266],[120.358353,28.328846],[120.364268,28.331315],[120.369969,28.331331],[120.372111,28.330612],[120.373396,28.328596],[120.37249,28.325156],[120.377696,28.31759],[120.379937,28.316981],[120.39498,28.315495],[120.399379,28.308491],[120.40279,28.305974],[120.408573,28.304989],[120.414158,28.302909],[120.416646,28.294747],[120.417042,28.288852],[120.418525,28.285725],[120.421787,28.282753],[120.423484,28.278687],[120.426433,28.268068],[120.42645,28.264236],[120.424786,28.259121],[120.421424,28.253834],[120.424588,28.248281],[120.428954,28.247092],[120.433485,28.246998],[120.435907,28.244323],[120.438296,28.236798],[120.438428,28.234466],[120.435462,28.234013],[120.427834,28.226722],[120.421573,28.216003],[120.415773,28.213906],[120.414043,28.21087],[120.412231,28.20436],[120.412099,28.199258],[120.414092,28.198413],[120.416712,28.199806],[120.425165,28.196378],[120.426647,28.193686],[120.428756,28.192231],[120.431047,28.186925],[120.430223,28.183841],[120.422083,28.182824],[120.415394,28.177126],[120.413664,28.172617],[120.416037,28.168218],[120.418871,28.166731],[120.419909,28.162582],[120.421573,28.160203],[120.418755,28.155443],[120.426664,28.154128],[120.43248,28.156022],[120.436303,28.15668],[120.442564,28.155286],[120.445365,28.153204],[120.45647,28.138782],[120.461989,28.13504],[120.46507,28.134178],[120.467888,28.135024],[120.469387,28.139487],[120.473638,28.143464],[120.475928,28.143919],[120.485007,28.143245],[120.490823,28.141789],[120.496046,28.135791],[120.500231,28.133489],[120.511221,28.133286],[120.518058,28.133943],[120.525835,28.135979],[120.532837,28.137154],[120.544816,28.137389],[120.557371,28.1367],[120.559826,28.134742],[120.560831,28.128995],[120.560106,28.118971],[120.561276,28.112643],[120.564077,28.106503],[120.566762,28.105328],[120.571145,28.105156],[120.575314,28.106268],[120.579976,28.106691],[120.586336,28.105266],[120.592202,28.101694],[120.593849,28.099125],[120.599418,28.081892],[120.600028,28.073368],[120.597655,28.058293],[120.597655,28.052448],[120.598298,28.043781],[120.600572,28.037401],[120.603669,28.032762],[120.607937,28.029627],[120.613176,28.028232],[120.620525,28.027448],[120.645338,28.03063],[120.653016,28.030787],[120.670168,28.030254],[120.685639,28.028733],[120.712413,28.025128],[120.726237,28.022118],[120.73754,28.021052],[120.745168,28.022902],[120.753143,28.022572],[120.774496,28.017493],[120.785601,28.011849],[120.788419,28.014906],[120.790874,28.014765],[120.79402,28.016223],[120.794614,28.018089],[120.796723,28.017697],[120.798057,28.019845],[120.797102,28.025551],[120.798996,28.028717],[120.802242,28.030614],[120.800611,28.033545],[120.803264,28.034141],[120.80272,28.036492],[120.805373,28.038091],[120.805653,28.04016],[120.804104,28.041931],[120.807053,28.043405],[120.807399,28.04585],[120.812013,28.051523],[120.813364,28.056178],[120.812309,28.058999],[120.812672,28.063089],[120.809146,28.067335],[120.810826,28.069028],[120.810695,28.074105],[120.808635,28.077301],[120.808355,28.081939],[120.810909,28.083286],[120.812243,28.08902],[120.814319,28.094833],[120.821091,28.109683],[120.824205,28.114445],[120.828851,28.119159],[120.831323,28.122401],[120.833696,28.130404],[120.835656,28.132659],[120.840879,28.143057],[120.844553,28.148538],[120.852446,28.15657],[120.856367,28.16122],[120.865511,28.173478],[120.867554,28.177048],[120.86678,28.184467],[120.86767,28.186158],[120.875232,28.19054],[120.87627,28.190556],[120.878231,28.19414],[120.87917,28.200182],[120.882927,28.203139],[120.895647,28.207068],[120.901133,28.209149],[120.900441,28.215049],[120.898217,28.226831],[120.891808,28.230774],[120.884937,28.230586],[120.882152,28.231228],[120.882531,28.240568],[120.885481,28.243431],[120.889715,28.243603],[120.895993,28.24742],[120.900458,28.248734],[120.903835,28.254804],[120.903835,28.263532],[120.902039,28.272557],[120.900919,28.276201],[120.901512,28.279641],[120.900804,28.289009],[120.898349,28.300674],[120.896174,28.307366],[120.888677,28.315261],[120.887194,28.321123],[120.888117,28.32686],[120.886585,28.330221],[120.887062,28.3323],[120.893752,28.338521],[120.897064,28.340694],[120.901858,28.3411],[120.906719,28.342397],[120.913128,28.341178],[120.919587,28.33738],[120.919801,28.332128],[120.917791,28.330596],[120.918648,28.326501],[120.920295,28.326204],[120.926639,28.328908],[120.934778,28.329815],[120.939045,28.331784],[120.941846,28.336317],[120.946789,28.337959],[120.952951,28.33688],[120.956032,28.338099],[120.959311,28.343538],[120.96544,28.351056],[120.967121,28.355291],[120.967302,28.357917],[120.957729,28.360901],[120.960843,28.368183],[120.961239,28.370746],[120.968423,28.372684],[120.972608,28.375715],[120.982543,28.380824],[120.98251,28.383277],[120.979264,28.385964],[120.984322,28.390979],[120.983548,28.393401],[120.986596,28.394338],[120.987189,28.395963],[120.983993,28.400587],[120.973151,28.39779],[120.971372,28.397837],[120.966775,28.40054],[120.962985,28.400774],[120.960465,28.402289],[120.960184,28.40735],[120.967121,28.416941],[120.966973,28.418393],[120.962475,28.419065],[120.957944,28.421579],[120.959295,28.424547],[120.962508,28.427858],[120.962969,28.431746],[120.965638,28.433448],[120.965539,28.435088],[120.968241,28.436165],[120.974156,28.436353],[120.977864,28.437883],[120.984125,28.442974],[120.984882,28.444894],[120.982263,28.448595],[120.979725,28.455824],[120.980236,28.459758],[120.979083,28.462678],[120.973547,28.462694],[120.970878,28.4621],[120.970054,28.463178],[120.974008,28.470515],[120.973843,28.472201],[120.970153,28.475058],[120.970136,28.476057],[120.973926,28.477883],[120.971504,28.480209],[120.967006,28.48049],[120.965572,28.482972]]]]}},{"type":"Feature","properties":{"adcode":330326,"name":"平阳县","center":[120.564387,27.6693],"centroid":[120.381109,27.633599],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":5,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.488104,27.544782],[120.489192,27.548781],[120.488351,27.552056],[120.488763,27.556244],[120.494678,27.560637],[120.490938,27.567076],[120.483722,27.571027],[120.478927,27.578189],[120.486111,27.577182],[120.493541,27.578882],[120.497595,27.577622],[120.500791,27.574458],[120.502422,27.571231],[120.504432,27.563817],[120.507068,27.563093],[120.512291,27.564982],[120.515933,27.569059],[120.515307,27.572333],[120.511814,27.577197],[120.510973,27.580361],[120.513231,27.58417],[120.516295,27.586122],[120.519623,27.586988],[120.524352,27.586956],[120.530827,27.584674],[120.53699,27.584218],[120.541092,27.586028],[120.547749,27.592748],[120.552098,27.592685],[120.556563,27.588735],[120.557124,27.586327],[120.561029,27.579511],[120.564769,27.576473],[120.573715,27.576473],[120.580751,27.579795],[120.589104,27.586594],[120.591015,27.587476],[120.603587,27.587287],[120.608678,27.585461],[120.617509,27.578315],[120.636342,27.566477],[120.634875,27.57726],[120.637676,27.581148],[120.641087,27.583509],[120.652044,27.586846],[120.656097,27.590151],[120.674995,27.6091],[120.685359,27.62301],[120.687633,27.629209],[120.690664,27.640458],[120.700666,27.6694],[120.702115,27.671697],[120.690022,27.668582],[120.673875,27.678805],[120.669344,27.682139],[120.652275,27.69126],[120.651896,27.691983],[120.644547,27.695521],[120.63878,27.696747],[120.630575,27.696653],[120.631086,27.691385],[120.630526,27.690127],[120.625797,27.691228],[120.623408,27.693571],[120.618366,27.694263],[120.617081,27.693587],[120.611397,27.6942],[120.607937,27.696166],[120.608464,27.69909],[120.60596,27.700301],[120.60848,27.703037],[120.608217,27.70953],[120.611875,27.713445],[120.61171,27.71585],[120.613885,27.716762],[120.617065,27.721698],[120.616636,27.724889],[120.614016,27.729621],[120.604081,27.740938],[120.603093,27.742745],[120.599517,27.743861],[120.593586,27.752002],[120.588247,27.753621],[120.583041,27.753087],[120.573814,27.748372],[120.568492,27.750022],[120.564637,27.754092],[120.562347,27.759153],[120.560304,27.760944],[120.543349,27.761573],[120.540219,27.758587],[120.538472,27.754658],[120.536924,27.753432],[120.530415,27.752049],[120.52829,27.748938],[120.526972,27.745291],[120.51931,27.737244],[120.520711,27.732371],[120.514466,27.730297],[120.513675,27.728174],[120.515076,27.723867],[120.51127,27.720519],[120.503872,27.718271],[120.498105,27.717328],[120.495156,27.717878],[120.49219,27.716746],[120.486901,27.710992],[120.485995,27.708587],[120.488318,27.705033],[120.489439,27.700537],[120.488351,27.693791],[120.488401,27.688634],[120.486572,27.683428],[120.483458,27.677091],[120.474989,27.67566],[120.470211,27.67069],[120.463192,27.665689],[120.458134,27.666585],[120.45474,27.670894],[120.449747,27.675487],[120.448429,27.679214],[120.444837,27.680614],[120.445019,27.68173],[120.439993,27.68541],[120.431014,27.689483],[120.423566,27.691197],[120.421276,27.687454],[120.418591,27.688193],[120.413796,27.690756],[120.409957,27.689624],[120.406612,27.685724],[120.412692,27.681243],[120.410715,27.678679],[120.409561,27.680079],[120.403169,27.683177],[120.397616,27.689986],[120.390152,27.696905],[120.388422,27.700269],[120.385819,27.702392],[120.379278,27.706323],[120.377416,27.708115],[120.383858,27.71236],[120.385209,27.715771],[120.384468,27.718522],[120.380003,27.720912],[120.376988,27.720975],[120.354563,27.725062],[120.351021,27.728112],[120.345221,27.729668],[120.344002,27.730925],[120.342668,27.735106],[120.33756,27.7366],[120.334545,27.738769],[120.332946,27.743311],[120.329536,27.747319],[120.327015,27.747146],[120.326175,27.74515],[120.328366,27.741472],[120.329173,27.73803],[120.324955,27.73432],[120.322171,27.733739],[120.316437,27.733912],[120.314476,27.732104],[120.313817,27.728332],[120.3139,27.721006],[120.310802,27.718334],[120.307837,27.717076],[120.29861,27.724575],[120.293271,27.731271],[120.289745,27.734258],[120.284737,27.736348],[120.281293,27.736065],[120.275807,27.728929],[120.261176,27.722044],[120.256496,27.721729],[120.253514,27.722547],[120.252904,27.727797],[120.251833,27.730422],[120.244979,27.729401],[120.240185,27.726241],[120.23193,27.722217],[120.231436,27.71901],[120.233709,27.713193],[120.232886,27.711511],[120.228931,27.709954],[120.225471,27.706747],[120.224763,27.703257],[120.222901,27.703367],[120.220413,27.701071],[120.211878,27.701779],[120.210527,27.701496],[120.204991,27.695945],[120.19901,27.696024],[120.195221,27.694719],[120.195484,27.69225],[120.193277,27.688995],[120.189751,27.686951],[120.183753,27.686982],[120.177509,27.682422],[120.171561,27.682406],[120.163932,27.685992],[120.160291,27.685724],[120.156089,27.681274],[120.151097,27.684262],[120.148724,27.684152],[120.144721,27.678774],[120.143386,27.677972],[120.141211,27.67934],[120.133665,27.68206],[120.134522,27.684938],[120.131243,27.686825],[120.128162,27.685756],[120.126037,27.683916],[120.120056,27.676084],[120.117667,27.670564],[120.116645,27.666255],[120.12167,27.662574],[120.124026,27.660152],[120.123829,27.655889],[120.121769,27.652523],[120.115969,27.647552],[120.111076,27.649393],[120.108176,27.648197],[120.107781,27.645334],[120.105474,27.642692],[120.10694,27.636745],[120.107072,27.628485],[120.105589,27.622899],[120.106298,27.618651],[120.113053,27.614623],[120.115393,27.611318],[120.118556,27.608517],[120.11821,27.604583],[120.118968,27.602286],[120.113564,27.595078],[120.10348,27.595078],[120.102047,27.594055],[120.100169,27.585508],[120.095621,27.579669],[120.093364,27.578079],[120.090398,27.578016],[120.088602,27.580472],[120.086032,27.58151],[120.082753,27.579622],[120.078881,27.582093],[120.076311,27.581274],[120.073609,27.576741],[120.074548,27.572223],[120.076542,27.567579],[120.079343,27.564777],[120.078997,27.563675],[120.080348,27.563376],[120.081896,27.565942],[120.083956,27.567076],[120.088833,27.567312],[120.091057,27.562951],[120.093067,27.567406],[120.095918,27.567327],[120.098636,27.568713],[120.096577,27.564604],[120.099823,27.56081],[120.100317,27.559173],[120.096066,27.55689],[120.097219,27.555268],[120.106875,27.548561],[120.109494,27.551458],[120.11218,27.552623],[120.119215,27.551112],[120.125575,27.546262],[120.130271,27.544467],[120.144507,27.544971],[120.146994,27.543255],[120.147423,27.536468],[120.148972,27.533429],[120.152481,27.530862],[120.163553,27.529744],[120.169534,27.525902],[120.172516,27.524862],[120.174955,27.525571],[120.178168,27.529728],[120.175037,27.53302],[120.175482,27.534673],[120.179848,27.53376],[120.191069,27.534279],[120.193754,27.531697],[120.192387,27.524705],[120.19438,27.523933],[120.212883,27.526752],[120.22557,27.527949],[120.224911,27.533823],[120.229936,27.533665],[120.236543,27.530091],[120.249724,27.535366],[120.257715,27.535791],[120.263367,27.534846],[120.266712,27.531476],[120.272116,27.528154],[120.27841,27.525902],[120.284621,27.526028],[120.29169,27.528028],[120.302284,27.531681],[120.311873,27.540074],[120.318727,27.545585],[120.32517,27.547774],[120.33527,27.547254],[120.342948,27.549144],[120.349126,27.554387],[120.358864,27.554938],[120.363263,27.556874],[120.367613,27.560936],[120.371666,27.565769],[120.387055,27.567123],[120.390317,27.566666],[120.392393,27.564651],[120.400121,27.564824],[120.404783,27.566808],[120.414455,27.57013],[120.41719,27.56791],[120.419958,27.563486],[120.420634,27.559299],[120.422067,27.559692],[120.42383,27.556103],[120.426005,27.556748],[120.427653,27.553442],[120.429531,27.555756],[120.432612,27.557346],[120.432233,27.555772],[120.434984,27.555662],[120.435495,27.55267],[120.432464,27.551222],[120.433007,27.548561],[120.430799,27.548104],[120.432876,27.544892],[120.436088,27.546593],[120.438955,27.544546],[120.444771,27.542389],[120.447029,27.54083],[120.451757,27.540972],[120.465037,27.554198],[120.476093,27.54738],[120.482156,27.545932],[120.484414,27.543538],[120.488104,27.544782]]],[[[121.062667,27.44357],[121.061497,27.442798],[121.064117,27.44138],[121.064265,27.43889],[121.068533,27.437471],[121.071219,27.438574],[121.071136,27.44056],[121.069027,27.442972],[121.062667,27.44357]]],[[[121.107285,27.443996],[121.110465,27.444894],[121.104418,27.450631],[121.105835,27.453168],[121.105423,27.454886],[121.101173,27.459455],[121.0988,27.460716],[121.09272,27.46048],[121.089359,27.462623],[121.088716,27.465018],[121.084152,27.472392],[121.076507,27.475023],[121.073443,27.47559],[121.069488,27.478253],[121.066852,27.47841],[121.065419,27.477134],[121.066226,27.475212],[121.070444,27.472864],[121.07051,27.471163],[121.066226,27.472297],[121.063277,27.474267],[121.05578,27.475196],[121.054989,27.47392],[121.057065,27.46735],[121.058861,27.463867],[121.057362,27.463426],[121.0526,27.465112],[121.05003,27.464687],[121.047756,27.461882],[121.047987,27.458053],[121.056143,27.454649],[121.058565,27.451797],[121.061497,27.449811],[121.066276,27.444973],[121.070609,27.443838],[121.071943,27.444973],[121.070082,27.449543],[121.063359,27.458305],[121.063788,27.460306],[121.066358,27.461299],[121.08608,27.452411],[121.0901,27.450914],[121.093379,27.450788],[121.094005,27.452979],[121.101354,27.446785],[121.107285,27.443996]]],[[[120.719416,27.553631],[120.723057,27.55267],[120.720717,27.555048],[120.719416,27.553631]]],[[[121.127568,27.468689],[121.132362,27.466467],[121.135427,27.467381],[121.134933,27.471147],[121.127897,27.472707],[121.126859,27.473589],[121.124997,27.471037],[121.127568,27.468689]]],[[[121.058037,27.484003],[121.057461,27.483074],[121.061811,27.479923],[121.065386,27.478599],[121.067231,27.479576],[121.065287,27.482538],[121.062651,27.483751],[121.058037,27.484003]]],[[[121.079028,27.428723],[121.085223,27.423711],[121.090413,27.424531],[121.090018,27.429338],[121.088074,27.431592],[121.076936,27.43413],[121.074646,27.43175],[121.079028,27.428723]]],[[[121.112986,27.473148],[121.107763,27.474393],[121.10656,27.47318],[121.109674,27.468799],[121.109081,27.465506],[121.11236,27.463505],[121.115688,27.46319],[121.120071,27.463836],[121.12335,27.466326],[121.12073,27.469036],[121.116644,27.471667],[121.112986,27.473148]]],[[[121.094565,27.494038],[121.089128,27.494684],[121.085668,27.49229],[121.090018,27.48739],[121.094598,27.486319],[121.098602,27.490573],[121.094565,27.494038]]]]}},{"type":"Feature","properties":{"adcode":330327,"name":"苍南县","center":[120.406256,27.507743],"centroid":[120.447536,27.395126],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":6,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.078997,27.563675],[120.076921,27.563187],[120.072686,27.564179],[120.06888,27.564116],[120.067364,27.560999],[120.069292,27.557866],[120.068913,27.553363],[120.069654,27.551253],[120.066227,27.546231],[120.067546,27.543806],[120.072027,27.541712],[120.0787,27.540987],[120.086839,27.54072],[120.090332,27.539035],[120.094089,27.536059],[120.096923,27.531728],[120.098488,27.528028],[120.104766,27.523539],[120.109445,27.522768],[120.111455,27.521492],[120.111109,27.517019],[120.11625,27.517303],[120.122362,27.51609],[120.127684,27.518074],[120.131408,27.518074],[120.136713,27.515885],[120.135823,27.511932],[120.131441,27.509459],[120.131622,27.50623],[120.143518,27.507349],[120.147027,27.504592],[120.146105,27.49774],[120.158034,27.498859],[120.160406,27.494905],[120.166058,27.490116],[120.168463,27.486713],[120.169056,27.482333],[120.16815,27.479687],[120.168249,27.475732],[120.17077,27.473148],[120.173241,27.472313],[120.176026,27.478505],[120.180441,27.479025],[120.189405,27.475354],[120.190162,27.474345],[120.196753,27.472187],[120.198186,27.47069],[120.198895,27.462355],[120.200954,27.458447],[120.203426,27.457171],[120.206243,27.462497],[120.210148,27.463442],[120.215322,27.460826],[120.216327,27.45758],[120.220199,27.45788],[120.227037,27.455863],[120.231139,27.455831],[120.240794,27.452175],[120.244864,27.447479],[120.248983,27.439883],[120.250219,27.439678],[120.262444,27.4329],[120.263976,27.4303],[120.26457,27.426359],[120.263795,27.418005],[120.262098,27.417295],[120.25821,27.412676],[120.258029,27.410044],[120.259824,27.407001],[120.266415,27.400789],[120.267964,27.397573],[120.273352,27.389421],[120.27841,27.38827],[120.282414,27.389879],[120.285429,27.393284],[120.289531,27.395933],[120.294046,27.396438],[120.302712,27.392212],[120.306766,27.392212],[120.309567,27.394767],[120.309616,27.393489],[120.312483,27.391928],[120.315267,27.393284],[120.314246,27.397084],[120.316289,27.401373],[120.316009,27.406702],[120.319024,27.408231],[120.322912,27.406985],[120.323621,27.403249],[120.319831,27.399686],[120.321034,27.398456],[120.327806,27.396138],[120.331727,27.396044],[120.34074,27.399654],[120.346193,27.394893],[120.349868,27.390651],[120.351894,27.386205],[120.351581,27.383587],[120.348731,27.378178],[120.345271,27.37288],[120.346243,27.369426],[120.343244,27.366256],[120.343953,27.363433],[120.346935,27.360878],[120.353624,27.357519],[120.355239,27.353891],[120.352207,27.349979],[120.351449,27.346761],[120.353377,27.343528],[120.357628,27.340389],[120.358353,27.337565],[120.367514,27.331949],[120.372506,27.330781],[120.37478,27.329267],[120.378602,27.323761],[120.381354,27.316677],[120.383414,27.3127],[120.387615,27.308361],[120.391454,27.306215],[120.401389,27.298562],[120.402922,27.294301],[120.403564,27.285037],[120.408804,27.276656],[120.414356,27.271921],[120.417915,27.270153],[120.426532,27.26275],[120.430042,27.258851],[120.429646,27.25533],[120.426763,27.252646],[120.42238,27.250815],[120.41892,27.252078],[120.415394,27.256404],[120.410978,27.255883],[120.401768,27.250878],[120.397468,27.245968],[120.398522,27.242479],[120.409496,27.235658],[120.413928,27.230953],[120.409347,27.222962],[120.405146,27.219378],[120.404454,27.217388],[120.406513,27.214909],[120.405162,27.213124],[120.400928,27.21156],[120.403235,27.210013],[120.407568,27.210423],[120.40882,27.209018],[120.404388,27.203995],[120.40938,27.199289],[120.410682,27.19624],[120.407321,27.192655],[120.408079,27.191802],[120.416185,27.19128],[120.418739,27.186715],[120.425675,27.183335],[120.426219,27.18136],[120.424324,27.178469],[120.426153,27.173461],[120.434012,27.169322],[120.43683,27.165546],[120.436418,27.162386],[120.437621,27.161059],[120.441921,27.161785],[120.445282,27.160869],[120.449615,27.156445],[120.457672,27.146379],[120.46166,27.142571],[120.464543,27.143487],[120.467772,27.143171],[120.490048,27.136313],[120.492437,27.136155],[120.522293,27.14216],[120.531173,27.145463],[120.537039,27.149066],[120.543811,27.154486],[120.545953,27.156808],[120.553252,27.17343],[120.554916,27.182339],[120.556119,27.204074],[120.558228,27.210123],[120.56411,27.22023],[120.571491,27.228221],[120.574654,27.234253],[120.576154,27.238626],[120.576154,27.241121],[120.574061,27.243395],[120.554767,27.252031],[120.553252,27.254304],[120.552972,27.257777],[120.563418,27.27795],[120.568772,27.281644],[120.574061,27.286694],[120.575709,27.290845],[120.575709,27.293638],[120.572859,27.302412],[120.571639,27.310002],[120.572628,27.313994],[120.576236,27.318223],[120.580322,27.321394],[120.612221,27.336902],[120.637017,27.345074],[120.6501,27.349127],[120.657053,27.352314],[120.665225,27.35785],[120.670069,27.362834],[120.673249,27.369489],[120.675061,27.382326],[120.67521,27.403312],[120.673628,27.419959],[120.674155,27.424799],[120.676808,27.431072],[120.683464,27.442704],[120.699644,27.465648],[120.702906,27.472754],[120.702824,27.478725],[120.701242,27.481278],[120.697766,27.483924],[120.692081,27.486256],[120.689593,27.488131],[120.686331,27.492274],[120.683085,27.501788],[120.681108,27.512956],[120.673776,27.505002],[120.667383,27.50182],[120.662869,27.500686],[120.662523,27.498717],[120.665637,27.498323],[120.667713,27.499363],[120.667845,27.496228],[120.670448,27.496858],[120.670761,27.495503],[120.66763,27.494227],[120.669641,27.490226],[120.668454,27.48947],[120.664829,27.49199],[120.663544,27.488446],[120.661089,27.485012],[120.65585,27.484507],[120.657662,27.481514],[120.654235,27.48112],[120.658404,27.480364],[120.654993,27.477654],[120.653362,27.478032],[120.653593,27.475385],[120.655389,27.473636],[120.654235,27.468106],[120.653148,27.467633],[120.650693,27.470312],[120.647282,27.471825],[120.642553,27.468374],[120.636177,27.469902],[120.630822,27.470107],[120.63163,27.468957],[120.627148,27.467665],[120.623457,27.472392],[120.622634,27.470895],[120.619305,27.470659],[120.619091,27.468988],[120.616999,27.469146],[120.617032,27.474472],[120.61227,27.476299],[120.606965,27.476709],[120.606322,27.478536],[120.603307,27.477355],[120.600588,27.474487],[120.59843,27.470296],[120.599797,27.468295],[120.597178,27.467271],[120.593091,27.470422],[120.590554,27.470454],[120.588231,27.46891],[120.585908,27.470454],[120.588247,27.473258],[120.582959,27.477591],[120.584952,27.479545],[120.584145,27.481183],[120.586402,27.481498],[120.591444,27.484807],[120.586765,27.488068],[120.587934,27.490242],[120.586682,27.490825],[120.587012,27.494338],[120.588346,27.498039],[120.586633,27.499016],[120.588462,27.504655],[120.588066,27.507616],[120.586122,27.507538],[120.586452,27.510924],[120.587803,27.513271],[120.58978,27.514043],[120.585776,27.514499],[120.58632,27.51683],[120.580009,27.516515],[120.579696,27.51809],[120.576071,27.519067],[120.576088,27.523429],[120.567652,27.521004],[120.567866,27.520201],[120.561918,27.519287],[120.560617,27.522988],[120.557914,27.524012],[120.554306,27.523083],[120.553812,27.525209],[120.550418,27.52428],[120.549083,27.525004],[120.550187,27.527508],[120.544964,27.528154],[120.545112,27.527335],[120.540977,27.527067],[120.540829,27.528721],[120.538209,27.528799],[120.537484,27.530673],[120.53409,27.531256],[120.532706,27.530311],[120.530959,27.532626],[120.529822,27.52913],[120.52656,27.528673],[120.526379,27.527193],[120.530646,27.52198],[120.529789,27.518783],[120.521205,27.516893],[120.520085,27.515019],[120.521831,27.514295],[120.520513,27.510845],[120.515966,27.509979],[120.515949,27.507207],[120.5144,27.506955],[120.516575,27.504387],[120.51786,27.499174],[120.516114,27.500323],[120.516081,27.497803],[120.514664,27.495377],[120.509013,27.49637],[120.507266,27.49544],[120.502883,27.49596],[120.498023,27.495094],[120.492454,27.491203],[120.486209,27.490872],[120.484414,27.494196],[120.484315,27.496637],[120.480986,27.49585],[120.476834,27.496716],[120.476653,27.499378],[120.472353,27.498906],[120.468118,27.501032],[120.46881,27.501962],[120.466141,27.506026],[120.472583,27.509144],[120.479141,27.5142],[120.481085,27.517712],[120.477279,27.521964],[120.483689,27.52439],[120.486671,27.524421],[120.486638,27.526532],[120.488977,27.531146],[120.489735,27.537996],[120.490806,27.539145],[120.485386,27.540767],[120.488104,27.544782],[120.484414,27.543538],[120.482156,27.545932],[120.476093,27.54738],[120.465037,27.554198],[120.451757,27.540972],[120.447029,27.54083],[120.444771,27.542389],[120.438955,27.544546],[120.436088,27.546593],[120.432876,27.544892],[120.430799,27.548104],[120.433007,27.548561],[120.432464,27.551222],[120.435495,27.55267],[120.434984,27.555662],[120.432233,27.555772],[120.432612,27.557346],[120.429531,27.555756],[120.427653,27.553442],[120.426005,27.556748],[120.42383,27.556103],[120.422067,27.559692],[120.420634,27.559299],[120.419958,27.563486],[120.41719,27.56791],[120.414455,27.57013],[120.404783,27.566808],[120.400121,27.564824],[120.392393,27.564651],[120.390317,27.566666],[120.387055,27.567123],[120.371666,27.565769],[120.367613,27.560936],[120.363263,27.556874],[120.358864,27.554938],[120.349126,27.554387],[120.342948,27.549144],[120.33527,27.547254],[120.32517,27.547774],[120.318727,27.545585],[120.311873,27.540074],[120.302284,27.531681],[120.29169,27.528028],[120.284621,27.526028],[120.27841,27.525902],[120.272116,27.528154],[120.266712,27.531476],[120.263367,27.534846],[120.257715,27.535791],[120.249724,27.535366],[120.236543,27.530091],[120.229936,27.533665],[120.224911,27.533823],[120.22557,27.527949],[120.212883,27.526752],[120.19438,27.523933],[120.192387,27.524705],[120.193754,27.531697],[120.191069,27.534279],[120.179848,27.53376],[120.175482,27.534673],[120.175037,27.53302],[120.178168,27.529728],[120.174955,27.525571],[120.172516,27.524862],[120.169534,27.525902],[120.163553,27.529744],[120.152481,27.530862],[120.148972,27.533429],[120.147423,27.536468],[120.146994,27.543255],[120.144507,27.544971],[120.130271,27.544467],[120.125575,27.546262],[120.119215,27.551112],[120.11218,27.552623],[120.109494,27.551458],[120.106875,27.548561],[120.097219,27.555268],[120.096066,27.55689],[120.100317,27.559173],[120.099823,27.56081],[120.096577,27.564604],[120.098636,27.568713],[120.095918,27.567327],[120.093067,27.567406],[120.091057,27.562951],[120.088833,27.567312],[120.083956,27.567076],[120.081896,27.565942],[120.080348,27.563376],[120.078997,27.563675]]],[[[120.705427,27.524469],[120.708475,27.525256],[120.707734,27.526579],[120.704208,27.525823],[120.705427,27.524469]]],[[[120.832246,27.043159],[120.83241,27.041356],[120.835607,27.041957],[120.83475,27.044756],[120.832246,27.043159]]],[[[120.8362,27.043776],[120.838408,27.042431],[120.836908,27.044962],[120.8362,27.043776]]],[[[120.848195,27.052759],[120.849562,27.055574],[120.847354,27.055321],[120.848195,27.052759]]],[[[120.857504,27.059733],[120.858987,27.062533],[120.856631,27.062169],[120.857504,27.059733]]],[[[120.846168,27.065727],[120.848129,27.067577],[120.845344,27.067198],[120.846168,27.065727]]]]}},{"type":"Feature","properties":{"adcode":330328,"name":"文成县","center":[120.09245,27.789133],"centroid":[120.022316,27.807567],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":7,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.229953,27.931344],[120.226905,27.933399],[120.218667,27.935658],[120.21402,27.934905],[120.207644,27.936301],[120.202042,27.935972],[120.197758,27.937478],[120.192535,27.941839],[120.192519,27.944459],[120.187856,27.94857],[120.178332,27.952962],[120.177311,27.954797],[120.176866,27.959676],[120.174856,27.960381],[120.176553,27.966655],[120.176701,27.972208],[120.175136,27.97547],[120.17194,27.978575],[120.168035,27.980488],[120.161543,27.980238],[120.160472,27.97743],[120.156946,27.978293],[120.153404,27.977964],[120.149351,27.980128],[120.145759,27.979673],[120.14388,27.976599],[120.141425,27.976144],[120.135774,27.977195],[120.132413,27.979438],[120.129645,27.979438],[120.127322,27.980724],[120.117436,27.982606],[120.10615,27.982245],[120.100515,27.981147],[120.099048,27.982731],[120.096906,27.980614],[120.095704,27.976019],[120.092211,27.974545],[120.084401,27.96711],[120.078749,27.967393],[120.076986,27.971972],[120.074284,27.972302],[120.068172,27.9678],[120.06542,27.964444],[120.064316,27.961244],[120.067859,27.95737],[120.068353,27.955268],[120.06575,27.952036],[120.063542,27.951064],[120.046275,27.950923],[120.042996,27.951111],[120.038415,27.949683],[120.035927,27.947895],[120.031792,27.941322],[120.027656,27.939643],[120.020506,27.939596],[120.013833,27.943534],[120.009384,27.947911],[120.006731,27.947048],[120.00688,27.942906],[120.001245,27.941008],[119.993303,27.940428],[119.989349,27.939627],[119.97999,27.939141],[119.966908,27.937588],[119.963003,27.940616],[119.963003,27.947377],[119.962146,27.950232],[119.963646,27.953856],[119.966298,27.957511],[119.964618,27.959393],[119.968753,27.962499],[119.968671,27.966734],[119.966282,27.967957],[119.966035,27.9702],[119.962443,27.976207],[119.960301,27.976082],[119.958555,27.973713],[119.955375,27.974921],[119.948735,27.973478],[119.945571,27.97387],[119.928617,27.96882],[119.923295,27.964758],[119.91537,27.960303],[119.911086,27.956225],[119.906835,27.954248],[119.90293,27.955315],[119.89835,27.954907],[119.895071,27.952005],[119.892122,27.951362],[119.88825,27.957621],[119.882895,27.964616],[119.88161,27.967487],[119.879089,27.96962],[119.876453,27.973917],[119.875234,27.974152],[119.868281,27.967973],[119.865529,27.966373],[119.865331,27.964491],[119.866831,27.960146],[119.865892,27.958248],[119.865694,27.950844],[119.863568,27.949056],[119.86202,27.949542],[119.860075,27.954672],[119.854852,27.961919],[119.850931,27.96035],[119.84607,27.961009],[119.841474,27.959581],[119.833598,27.956193],[119.831423,27.951629],[119.837981,27.944538],[119.846614,27.936929],[119.851162,27.932206],[119.850618,27.930826],[119.8464,27.929084],[119.842643,27.92593],[119.837124,27.920046],[119.835213,27.913456],[119.833071,27.911337],[119.825294,27.911761],[119.819247,27.916076],[119.815128,27.920705],[119.811717,27.922039],[119.804715,27.922118],[119.799261,27.919654],[119.797449,27.917536],[119.793214,27.916155],[119.791402,27.913989],[119.787629,27.911478],[119.786459,27.909297],[119.789936,27.907414],[119.789046,27.901905],[119.79104,27.898578],[119.795669,27.895251],[119.798503,27.894843],[119.800184,27.890558],[119.800003,27.888439],[119.797235,27.880936],[119.790117,27.86709],[119.785948,27.863919],[119.785075,27.861658],[119.785965,27.859351],[119.788931,27.856069],[119.78898,27.85318],[119.785619,27.848077],[119.785289,27.846146],[119.785784,27.833505],[119.788288,27.830662],[119.793462,27.829626],[119.79389,27.826375],[119.785751,27.822496],[119.784119,27.819763],[119.78374,27.812287],[119.788041,27.808517],[119.785289,27.80591],[119.784746,27.803977],[119.786179,27.801433],[119.785059,27.795777],[119.788881,27.793971],[119.78982,27.791033],[119.789738,27.786791],[119.792325,27.785126],[119.793396,27.786728],[119.79646,27.794976],[119.79791,27.800961],[119.800382,27.805768],[119.805621,27.807732],[119.81264,27.808281],[119.816907,27.807826],[119.82012,27.806098],[119.821224,27.804386],[119.825211,27.804653],[119.830088,27.802988],[119.833944,27.800349],[119.835542,27.797081],[119.835624,27.792777],[119.832346,27.787184],[119.835888,27.777899],[119.836597,27.770671],[119.835954,27.766617],[119.832049,27.760017],[119.830715,27.755962],[119.831225,27.754139],[119.834109,27.752804],[119.839315,27.751829],[119.841935,27.748953],[119.848888,27.74625],[119.852216,27.742227],[119.854984,27.736678],[119.861987,27.735232],[119.865249,27.732481],[119.866287,27.729086],[119.869747,27.725864],[119.877145,27.724025],[119.879913,27.721572],[119.879715,27.717218],[119.876156,27.707816],[119.878348,27.706338],[119.876914,27.703414],[119.876403,27.697895],[119.877623,27.695568],[119.881577,27.692203],[119.882945,27.684215],[119.886586,27.679513],[119.894198,27.673348],[119.895549,27.672797],[119.8998,27.674512],[119.903342,27.673662],[119.914629,27.67923],[119.908516,27.684608],[119.914744,27.688807],[119.917759,27.689514],[119.920165,27.688948],[119.921697,27.68714],[119.920857,27.682453],[119.92341,27.681651],[119.925272,27.68758],[119.930331,27.689892],[119.942754,27.68206],[119.954765,27.683224],[119.965227,27.684875],[119.968325,27.689656],[119.970022,27.694876],[119.97307,27.696496],[119.979825,27.696134],[119.987998,27.691448],[119.987372,27.685064],[119.989678,27.683083],[119.996417,27.679922],[119.997735,27.678522],[119.997126,27.67643],[119.991227,27.67459],[119.992628,27.672278],[119.996664,27.673033],[119.996615,27.669039],[119.99823,27.667387],[119.999333,27.663141],[119.998823,27.661159],[119.994704,27.65364],[119.990667,27.651123],[119.988476,27.651186],[119.987503,27.647946],[119.988953,27.646294],[119.989365,27.643447],[119.988031,27.640159],[119.988937,27.636399],[119.987602,27.632041],[119.990107,27.628564],[120.000306,27.624552],[120.005232,27.618761],[120.005924,27.621405],[120.009005,27.621546],[120.009137,27.61969],[120.01146,27.618604],[120.008511,27.616448],[120.014624,27.613868],[120.021,27.608989],[120.017194,27.603844],[120.015348,27.599185],[120.014953,27.59566],[120.016996,27.593079],[120.023471,27.591049],[120.026898,27.589349],[120.029073,27.586579],[120.032929,27.58491],[120.038877,27.586311],[120.04578,27.587192],[120.049372,27.584375],[120.048235,27.578268],[120.046917,27.575104],[120.048186,27.573593],[120.060197,27.566918],[120.06888,27.564116],[120.072686,27.564179],[120.076921,27.563187],[120.078997,27.563675],[120.079343,27.564777],[120.076542,27.567579],[120.074548,27.572223],[120.073609,27.576741],[120.076311,27.581274],[120.078881,27.582093],[120.082753,27.579622],[120.086032,27.58151],[120.088602,27.580472],[120.090398,27.578016],[120.093364,27.578079],[120.095621,27.579669],[120.100169,27.585508],[120.102047,27.594055],[120.10348,27.595078],[120.113564,27.595078],[120.118968,27.602286],[120.11821,27.604583],[120.118556,27.608517],[120.115393,27.611318],[120.113053,27.614623],[120.106298,27.618651],[120.105589,27.622899],[120.107072,27.628485],[120.10694,27.636745],[120.105474,27.642692],[120.107781,27.645334],[120.108176,27.648197],[120.111076,27.649393],[120.115969,27.647552],[120.121769,27.652523],[120.123829,27.655889],[120.124026,27.660152],[120.12167,27.662574],[120.116645,27.666255],[120.117667,27.670564],[120.120056,27.676084],[120.126037,27.683916],[120.128162,27.685756],[120.131243,27.686825],[120.134522,27.684938],[120.133665,27.68206],[120.141211,27.67934],[120.143386,27.677972],[120.144721,27.678774],[120.148724,27.684152],[120.151097,27.684262],[120.156089,27.681274],[120.160291,27.685724],[120.163932,27.685992],[120.171561,27.682406],[120.177509,27.682422],[120.183753,27.686982],[120.189751,27.686951],[120.193277,27.688995],[120.195484,27.69225],[120.195221,27.694719],[120.19901,27.696024],[120.204991,27.695945],[120.210527,27.701496],[120.211878,27.701779],[120.220413,27.701071],[120.222901,27.703367],[120.224763,27.703257],[120.225471,27.706747],[120.228931,27.709954],[120.232886,27.711511],[120.233709,27.713193],[120.231436,27.71901],[120.23193,27.722217],[120.240185,27.726241],[120.244979,27.729401],[120.251833,27.730422],[120.256381,27.736002],[120.256875,27.739476],[120.254667,27.740781],[120.243348,27.744301],[120.238867,27.747602],[120.236362,27.751169],[120.232012,27.754894],[120.224153,27.758351],[120.223329,27.762767],[120.217629,27.768047],[120.212504,27.773735],[120.210544,27.778401],[120.208649,27.779548],[120.20023,27.779737],[120.197857,27.781465],[120.196967,27.78588],[120.197939,27.789651],[120.196852,27.791269],[120.188004,27.794741],[120.181133,27.799862],[120.175087,27.800506],[120.174839,27.804182],[120.176438,27.806177],[120.185401,27.812727],[120.186488,27.815821],[120.189915,27.822229],[120.190525,27.824946],[120.194726,27.83027],[120.195995,27.833521],[120.198121,27.844544],[120.198005,27.846962],[120.191612,27.862852],[120.19298,27.870183],[120.198697,27.871141],[120.210676,27.877734],[120.212488,27.881172],[120.2143,27.888565],[120.216492,27.889993],[120.224862,27.888533],[120.22763,27.888816],[120.228684,27.893226],[120.223873,27.903192],[120.220759,27.906002],[120.224549,27.91413],[120.229673,27.917269],[120.229261,27.922023],[120.227712,27.924361],[120.227761,27.929367],[120.229953,27.931344]]]]}},{"type":"Feature","properties":{"adcode":330329,"name":"泰顺县","center":[119.71624,27.557309],"centroid":[119.877783,27.531151],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":8,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.785059,27.795777],[119.781846,27.793704],[119.778402,27.794254],[119.77308,27.794096],[119.77163,27.798291],[119.772207,27.802925],[119.770329,27.805925],[119.768137,27.805297],[119.763573,27.799343],[119.758037,27.798369],[119.756209,27.79562],[119.753243,27.799123],[119.751661,27.794803],[119.754544,27.792368],[119.75405,27.790483],[119.748415,27.782675],[119.739485,27.774803],[119.736519,27.771252],[119.734822,27.766633],[119.725876,27.767717],[119.723767,27.766837],[119.71945,27.760441],[119.715215,27.757738],[119.709943,27.755522],[119.705758,27.754674],[119.704028,27.75579],[119.696993,27.753652],[119.68541,27.747947],[119.680187,27.744207],[119.678852,27.740136],[119.678605,27.734006],[119.677122,27.731711],[119.673201,27.730202],[119.669592,27.725785],[119.66689,27.724811],[119.666001,27.721871],[119.663298,27.720047],[119.660399,27.719513],[119.65712,27.717674],[119.650727,27.717139],[119.647217,27.710222],[119.650826,27.706873],[119.649359,27.700222],[119.650925,27.695552],[119.656131,27.69343],[119.654088,27.68942],[119.649837,27.68791],[119.646954,27.68574],[119.645932,27.681148],[119.643,27.673175],[119.640989,27.671288],[119.635569,27.668394],[119.637085,27.666868],[119.640561,27.666066],[119.644054,27.663502],[119.644054,27.660577],[119.641632,27.655465],[119.639638,27.652665],[119.640479,27.64933],[119.644103,27.644076],[119.647514,27.640536],[119.646377,27.634401],[119.64323,27.63245],[119.641302,27.628721],[119.641121,27.625385],[119.639902,27.624819],[119.636557,27.626062],[119.631796,27.623025],[119.629357,27.622506],[119.626474,27.620476],[119.62532,27.614812],[119.627265,27.610862],[119.629983,27.607825],[119.630115,27.60537],[119.628517,27.601703],[119.628715,27.597973],[119.630346,27.593913],[119.630362,27.586358],[119.630889,27.582691],[119.634053,27.580235],[119.640149,27.581684],[119.645438,27.578205],[119.649359,27.578205],[119.653165,27.577197],[119.658454,27.57704],[119.662886,27.575796],[119.672805,27.575025],[119.675063,27.574396],[119.677386,27.570381],[119.672954,27.566037],[119.671619,27.560401],[119.672014,27.556402],[119.668867,27.556496],[119.667137,27.554544],[119.664452,27.54812],[119.661618,27.544845],[119.659328,27.539696],[119.663908,27.537791],[119.66717,27.533586],[119.670548,27.536578],[119.679182,27.537917],[119.682576,27.536941],[119.684059,27.537744],[119.684652,27.541145],[119.687436,27.538011],[119.690583,27.53724],[119.689512,27.534043],[119.695543,27.5285],[119.700172,27.525287],[119.700238,27.521571],[119.702183,27.517051],[119.705643,27.516468],[119.708559,27.514279],[119.707817,27.510341],[119.704028,27.507238],[119.702875,27.500276],[119.704061,27.498354],[119.709646,27.496795],[119.71052,27.489202],[119.706598,27.486477],[119.706895,27.4829],[119.709877,27.482743],[119.710305,27.480238],[119.707669,27.478725],[119.709284,27.475228],[119.706714,27.47132],[119.709926,27.462465],[119.704011,27.458526],[119.70561,27.455012],[119.703748,27.452853],[119.703418,27.44729],[119.698393,27.44357],[119.695312,27.442704],[119.695641,27.440529],[119.693384,27.438764],[119.688244,27.440623],[119.685459,27.438149],[119.687123,27.436037],[119.689512,27.43082],[119.694702,27.429748],[119.6992,27.425729],[119.702957,27.425965],[119.704687,27.424688],[119.705445,27.418556],[119.704423,27.417343],[119.707224,27.413118],[119.710371,27.410974],[119.709383,27.406055],[119.710157,27.403911],[119.71304,27.402839],[119.718362,27.403359],[119.722086,27.402729],[119.724903,27.401231],[119.727737,27.396343],[119.731725,27.394719],[119.731082,27.39248],[119.732532,27.3898],[119.735745,27.387845],[119.739584,27.386804],[119.741199,27.380749],[119.74021,27.376507],[119.741446,27.375435],[119.744494,27.377469],[119.747493,27.378273],[119.750442,27.376759],[119.750458,27.373227],[119.745301,27.369678],[119.740474,27.364222],[119.74049,27.362203],[119.747608,27.359632],[119.749074,27.353292],[119.751035,27.35009],[119.754627,27.349932],[119.759685,27.346825],[119.766276,27.347629],[119.769142,27.345421],[119.769357,27.342771],[119.76761,27.338496],[119.768385,27.335735],[119.773196,27.331428],[119.777101,27.331618],[119.781483,27.330497],[119.78519,27.32638],[119.784976,27.323587],[119.779391,27.320211],[119.777974,27.320179],[119.776524,27.323209],[119.773097,27.326806],[119.770774,27.326553],[119.769785,27.324392],[119.770905,27.318191],[119.770955,27.311628],[119.7685,27.308282],[119.770559,27.305679],[119.774596,27.306231],[119.780017,27.303754],[119.790463,27.302602],[119.791616,27.304622],[119.792885,27.309829],[119.795752,27.310428],[119.802293,27.307998],[119.809888,27.304495],[119.812656,27.299572],[119.814848,27.297868],[119.819527,27.296037],[119.821966,27.297489],[119.82307,27.301923],[119.826661,27.301671],[119.826661,27.300187],[119.830533,27.299919],[119.834735,27.301339],[119.839694,27.299083],[119.84322,27.300645],[119.844835,27.306641],[119.839002,27.308093],[119.835064,27.311785],[119.835081,27.312953],[119.843022,27.322483],[119.846219,27.324061],[119.848311,27.322893],[119.850766,27.319469],[119.853847,27.317292],[119.855759,27.31472],[119.859153,27.317008],[119.864524,27.315351],[119.871675,27.315209],[119.870736,27.31188],[119.865232,27.30934],[119.865101,27.306452],[119.866946,27.306089],[119.873306,27.307257],[119.873388,27.303217],[119.874888,27.300961],[119.87815,27.301828],[119.878974,27.309608],[119.883373,27.309071],[119.884839,27.307367],[119.887624,27.313316],[119.891331,27.310791],[119.899058,27.311501],[119.899339,27.314452],[119.902107,27.317087],[119.905665,27.318318],[119.907626,27.317513],[119.910098,27.318318],[119.914942,27.316976],[119.918616,27.313079],[119.921005,27.31431],[119.922092,27.316472],[119.929902,27.315588],[119.93351,27.316535],[119.940941,27.315604],[119.944912,27.314184],[119.945934,27.315809],[119.944171,27.322057],[119.940546,27.321962],[119.938882,27.323777],[119.940661,27.326143],[119.938733,27.329866],[119.943578,27.3331],[119.943347,27.334252],[119.93791,27.334599],[119.939063,27.337518],[119.944583,27.337802],[119.947021,27.338795],[119.949147,27.341493],[119.94913,27.34367],[119.951321,27.346761],[119.960186,27.351872],[119.962888,27.354459],[119.964931,27.357771],[119.964025,27.360484],[119.956446,27.358307],[119.955193,27.359948],[119.956577,27.363386],[119.960285,27.366098],[119.971439,27.367818],[119.980369,27.370924],[119.985642,27.370309],[119.988344,27.371366],[119.988673,27.375987],[119.994209,27.379188],[120.005216,27.37668],[120.008033,27.375198],[120.009516,27.371618],[120.009104,27.365783],[120.009598,27.363938],[120.015958,27.364758],[120.019484,27.358749],[120.026602,27.350799],[120.027195,27.347519],[120.026289,27.344206],[120.027574,27.342266],[120.035697,27.342455],[120.045154,27.338511],[120.052288,27.338669],[120.053607,27.344632],[120.055518,27.347093],[120.061169,27.34744],[120.064168,27.354964],[120.067694,27.359616],[120.072093,27.361225],[120.074449,27.363843],[120.077036,27.36919],[120.082078,27.371035],[120.086312,27.374946],[120.089558,27.376964],[120.093792,27.377721],[120.096857,27.379629],[120.096247,27.390352],[120.098389,27.391818],[120.107171,27.395586],[120.117436,27.397542],[120.121604,27.397415],[120.124109,27.395697],[120.125641,27.393095],[120.128887,27.391629],[120.133006,27.393458],[120.136104,27.396816],[120.137191,27.402319],[120.135362,27.406891],[120.131836,27.410123],[120.130535,27.413386],[120.131424,27.416696],[120.134522,27.419833],[120.141837,27.422166],[120.152102,27.423679],[120.165613,27.424799],[120.16726,27.422418],[120.171314,27.422639],[120.174543,27.421741],[120.176899,27.419959],[120.18176,27.420748],[120.189701,27.425004],[120.193145,27.427352],[120.19672,27.426911],[120.202388,27.428361],[120.20621,27.426469],[120.210165,27.421946],[120.213213,27.42029],[120.217118,27.419833],[120.219194,27.421],[120.221616,27.42029],[120.223132,27.422103],[120.226625,27.422986],[120.229557,27.426469],[120.238026,27.429228],[120.246907,27.434571],[120.248983,27.439883],[120.244864,27.447479],[120.240794,27.452175],[120.231139,27.455831],[120.227037,27.455863],[120.220199,27.45788],[120.216327,27.45758],[120.215322,27.460826],[120.210148,27.463442],[120.206243,27.462497],[120.203426,27.457171],[120.200954,27.458447],[120.198895,27.462355],[120.198186,27.47069],[120.196753,27.472187],[120.190162,27.474345],[120.189405,27.475354],[120.180441,27.479025],[120.176026,27.478505],[120.173241,27.472313],[120.17077,27.473148],[120.168249,27.475732],[120.16815,27.479687],[120.169056,27.482333],[120.168463,27.486713],[120.166058,27.490116],[120.160406,27.494905],[120.158034,27.498859],[120.146105,27.49774],[120.147027,27.504592],[120.143518,27.507349],[120.131622,27.50623],[120.131441,27.509459],[120.135823,27.511932],[120.136713,27.515885],[120.131408,27.518074],[120.127684,27.518074],[120.122362,27.51609],[120.11625,27.517303],[120.111109,27.517019],[120.111455,27.521492],[120.109445,27.522768],[120.104766,27.523539],[120.098488,27.528028],[120.096923,27.531728],[120.094089,27.536059],[120.090332,27.539035],[120.086839,27.54072],[120.0787,27.540987],[120.072027,27.541712],[120.067546,27.543806],[120.066227,27.546231],[120.069654,27.551253],[120.068913,27.553363],[120.069292,27.557866],[120.067364,27.560999],[120.06888,27.564116],[120.060197,27.566918],[120.048186,27.573593],[120.046917,27.575104],[120.048235,27.578268],[120.049372,27.584375],[120.04578,27.587192],[120.038877,27.586311],[120.032929,27.58491],[120.029073,27.586579],[120.026898,27.589349],[120.023471,27.591049],[120.016996,27.593079],[120.014953,27.59566],[120.015348,27.599185],[120.017194,27.603844],[120.021,27.608989],[120.014624,27.613868],[120.008511,27.616448],[120.01146,27.618604],[120.009137,27.61969],[120.009005,27.621546],[120.005924,27.621405],[120.005232,27.618761],[120.000306,27.624552],[119.990107,27.628564],[119.987602,27.632041],[119.988937,27.636399],[119.988031,27.640159],[119.989365,27.643447],[119.988953,27.646294],[119.987503,27.647946],[119.988476,27.651186],[119.990667,27.651123],[119.994704,27.65364],[119.998823,27.661159],[119.999333,27.663141],[119.99823,27.667387],[119.996615,27.669039],[119.996664,27.673033],[119.992628,27.672278],[119.991227,27.67459],[119.997126,27.67643],[119.997735,27.678522],[119.996417,27.679922],[119.989678,27.683083],[119.987372,27.685064],[119.987998,27.691448],[119.979825,27.696134],[119.97307,27.696496],[119.970022,27.694876],[119.968325,27.689656],[119.965227,27.684875],[119.954765,27.683224],[119.942754,27.68206],[119.930331,27.689892],[119.925272,27.68758],[119.92341,27.681651],[119.920857,27.682453],[119.921697,27.68714],[119.920165,27.688948],[119.917759,27.689514],[119.914744,27.688807],[119.908516,27.684608],[119.914629,27.67923],[119.903342,27.673662],[119.8998,27.674512],[119.895549,27.672797],[119.894198,27.673348],[119.886586,27.679513],[119.882945,27.684215],[119.881577,27.692203],[119.877623,27.695568],[119.876403,27.697895],[119.876914,27.703414],[119.878348,27.706338],[119.876156,27.707816],[119.879715,27.717218],[119.879913,27.721572],[119.877145,27.724025],[119.869747,27.725864],[119.866287,27.729086],[119.865249,27.732481],[119.861987,27.735232],[119.854984,27.736678],[119.852216,27.742227],[119.848888,27.74625],[119.841935,27.748953],[119.839315,27.751829],[119.834109,27.752804],[119.831225,27.754139],[119.830715,27.755962],[119.832049,27.760017],[119.835954,27.766617],[119.836597,27.770671],[119.835888,27.777899],[119.832346,27.787184],[119.835624,27.792777],[119.835542,27.797081],[119.833944,27.800349],[119.830088,27.802988],[119.825211,27.804653],[119.821224,27.804386],[119.82012,27.806098],[119.816907,27.807826],[119.81264,27.808281],[119.805621,27.807732],[119.800382,27.805768],[119.79791,27.800961],[119.79646,27.794976],[119.793396,27.786728],[119.792325,27.785126],[119.789738,27.786791],[119.78982,27.791033],[119.788881,27.793971],[119.785059,27.795777]]]]}},{"type":"Feature","properties":{"adcode":330381,"name":"瑞安市","center":[120.646171,27.779321],"centroid":[120.464981,27.822065],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":9,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.702115,27.671697],[120.70897,27.682564],[120.71879,27.689231],[120.739649,27.702156],[120.761101,27.717705],[120.767889,27.726304],[120.771662,27.734462],[120.777676,27.774725],[120.798733,27.762138],[120.77845,27.797113],[120.773326,27.799626],[120.769471,27.802909],[120.763688,27.808753],[120.753406,27.818192],[120.754065,27.819936],[120.750721,27.822543],[120.750918,27.823815],[120.748266,27.824632],[120.747343,27.826595],[120.747244,27.833976],[120.748529,27.837431],[120.750572,27.837211],[120.751742,27.842691],[120.754313,27.845675],[120.758283,27.846978],[120.758382,27.849428],[120.756817,27.852819],[120.754345,27.853808],[120.752253,27.86103],[120.747112,27.866808],[120.736848,27.869398],[120.730125,27.868535],[120.718394,27.869037],[120.716845,27.871518],[120.723452,27.874218],[120.723073,27.875348],[120.716911,27.875615],[120.706959,27.873197],[120.702017,27.869712],[120.697815,27.868362],[120.687863,27.867028],[120.685392,27.865222],[120.684502,27.862491],[120.68526,27.858126],[120.684074,27.856132],[120.679691,27.852536],[120.674781,27.850684],[120.668339,27.850998],[120.659425,27.850841],[120.653032,27.848956],[120.645585,27.850574],[120.640543,27.854876],[120.63654,27.856995],[120.627675,27.85552],[120.616883,27.851375],[120.614906,27.851327],[120.614049,27.853478],[120.61489,27.855504],[120.618366,27.85979],[120.622502,27.868315],[120.622271,27.871879],[120.619668,27.875536],[120.615582,27.878629],[120.611232,27.880136],[120.614395,27.884955],[120.614494,27.887058],[120.612072,27.889271],[120.606503,27.892473],[120.601659,27.896083],[120.598825,27.902894],[120.597309,27.904464],[120.593487,27.902816],[120.588972,27.898374],[120.583206,27.897621],[120.5779,27.895282],[120.575149,27.899457],[120.572727,27.901136],[120.567421,27.902],[120.565411,27.901184],[120.561819,27.897746],[120.557058,27.891359],[120.553697,27.889915],[120.55228,27.893556],[120.548342,27.89602],[120.542031,27.897417],[120.537995,27.898939],[120.536314,27.901419],[120.540845,27.904008],[120.541998,27.906002],[120.541059,27.907696],[120.537764,27.909234],[120.52941,27.911745],[120.518849,27.912263],[120.514746,27.912075],[120.513033,27.91719],[120.513708,27.922792],[120.509771,27.925115],[120.503279,27.930041],[120.498089,27.930763],[120.487725,27.930073],[120.485138,27.932803],[120.486012,27.933744],[120.496161,27.936929],[120.497628,27.938153],[120.498287,27.941322],[120.503147,27.942985],[120.504284,27.944459],[120.499407,27.947173],[120.498979,27.949919],[120.501582,27.952727],[120.500659,27.954311],[120.495832,27.955911],[120.494612,27.962577],[120.493393,27.96322],[120.487923,27.962624],[120.482848,27.964365],[120.468761,27.964805],[120.467311,27.965307],[120.467146,27.969102],[120.461248,27.970718],[120.454723,27.975705],[120.451741,27.976191],[120.448133,27.971502],[120.446617,27.970906],[120.440521,27.971596],[120.437489,27.96893],[120.433716,27.963487],[120.431805,27.966655],[120.428509,27.967063],[120.425741,27.966389],[120.417058,27.966091],[120.414125,27.962248],[120.415295,27.956585],[120.412626,27.956538],[120.410649,27.958091],[120.408177,27.962405],[120.403399,27.966012],[120.39961,27.966593],[120.398605,27.971408],[120.386626,27.978591],[120.38198,27.979516],[120.377268,27.981696],[120.372358,27.981947],[120.363708,27.983844],[120.358798,27.983562],[120.349126,27.987702],[120.350659,27.984127],[120.343722,27.98099],[120.3413,27.976583],[120.336061,27.970686],[120.333062,27.968444],[120.328926,27.966671],[120.328152,27.967926],[120.326949,27.976583],[120.324626,27.978999],[120.319271,27.979218],[120.311313,27.977509],[120.307309,27.978418],[120.302317,27.977352],[120.295183,27.97707],[120.290059,27.972443],[120.281046,27.963534],[120.276531,27.959613],[120.270781,27.957385],[120.265575,27.957134],[120.26078,27.958766],[120.258045,27.961213],[120.260599,27.965307],[120.257452,27.967346],[120.248983,27.964005],[120.24778,27.958029],[120.245951,27.952303],[120.246462,27.94744],[120.245605,27.943424],[120.242129,27.938969],[120.241602,27.934952],[120.238619,27.933415],[120.234039,27.932803],[120.229953,27.931344],[120.227761,27.929367],[120.227712,27.924361],[120.229261,27.922023],[120.229673,27.917269],[120.224549,27.91413],[120.220759,27.906002],[120.223873,27.903192],[120.228684,27.893226],[120.22763,27.888816],[120.224862,27.888533],[120.216492,27.889993],[120.2143,27.888565],[120.212488,27.881172],[120.210676,27.877734],[120.198697,27.871141],[120.19298,27.870183],[120.191612,27.862852],[120.198005,27.846962],[120.198121,27.844544],[120.195995,27.833521],[120.194726,27.83027],[120.190525,27.824946],[120.189915,27.822229],[120.186488,27.815821],[120.185401,27.812727],[120.176438,27.806177],[120.174839,27.804182],[120.175087,27.800506],[120.181133,27.799862],[120.188004,27.794741],[120.196852,27.791269],[120.197939,27.789651],[120.196967,27.78588],[120.197857,27.781465],[120.20023,27.779737],[120.208649,27.779548],[120.210544,27.778401],[120.212504,27.773735],[120.217629,27.768047],[120.223329,27.762767],[120.224153,27.758351],[120.232012,27.754894],[120.236362,27.751169],[120.238867,27.747602],[120.243348,27.744301],[120.254667,27.740781],[120.256875,27.739476],[120.256381,27.736002],[120.251833,27.730422],[120.252904,27.727797],[120.253514,27.722547],[120.256496,27.721729],[120.261176,27.722044],[120.275807,27.728929],[120.281293,27.736065],[120.284737,27.736348],[120.289745,27.734258],[120.293271,27.731271],[120.29861,27.724575],[120.307837,27.717076],[120.310802,27.718334],[120.3139,27.721006],[120.313817,27.728332],[120.314476,27.732104],[120.316437,27.733912],[120.322171,27.733739],[120.324955,27.73432],[120.329173,27.73803],[120.328366,27.741472],[120.326175,27.74515],[120.327015,27.747146],[120.329536,27.747319],[120.332946,27.743311],[120.334545,27.738769],[120.33756,27.7366],[120.342668,27.735106],[120.344002,27.730925],[120.345221,27.729668],[120.351021,27.728112],[120.354563,27.725062],[120.376988,27.720975],[120.380003,27.720912],[120.384468,27.718522],[120.385209,27.715771],[120.383858,27.71236],[120.377416,27.708115],[120.379278,27.706323],[120.385819,27.702392],[120.388422,27.700269],[120.390152,27.696905],[120.397616,27.689986],[120.403169,27.683177],[120.409561,27.680079],[120.410715,27.678679],[120.412692,27.681243],[120.406612,27.685724],[120.409957,27.689624],[120.413796,27.690756],[120.418591,27.688193],[120.421276,27.687454],[120.423566,27.691197],[120.431014,27.689483],[120.439993,27.68541],[120.445019,27.68173],[120.444837,27.680614],[120.448429,27.679214],[120.449747,27.675487],[120.45474,27.670894],[120.458134,27.666585],[120.463192,27.665689],[120.470211,27.67069],[120.474989,27.67566],[120.483458,27.677091],[120.486572,27.683428],[120.488401,27.688634],[120.488351,27.693791],[120.489439,27.700537],[120.488318,27.705033],[120.485995,27.708587],[120.486901,27.710992],[120.49219,27.716746],[120.495156,27.717878],[120.498105,27.717328],[120.503872,27.718271],[120.51127,27.720519],[120.515076,27.723867],[120.513675,27.728174],[120.514466,27.730297],[120.520711,27.732371],[120.51931,27.737244],[120.526972,27.745291],[120.52829,27.748938],[120.530415,27.752049],[120.536924,27.753432],[120.538472,27.754658],[120.540219,27.758587],[120.543349,27.761573],[120.560304,27.760944],[120.562347,27.759153],[120.564637,27.754092],[120.568492,27.750022],[120.573814,27.748372],[120.583041,27.753087],[120.588247,27.753621],[120.593586,27.752002],[120.599517,27.743861],[120.603093,27.742745],[120.604081,27.740938],[120.614016,27.729621],[120.616636,27.724889],[120.617065,27.721698],[120.613885,27.716762],[120.61171,27.71585],[120.611875,27.713445],[120.608217,27.70953],[120.60848,27.703037],[120.60596,27.700301],[120.608464,27.69909],[120.607937,27.696166],[120.611397,27.6942],[120.617081,27.693587],[120.618366,27.694263],[120.623408,27.693571],[120.625797,27.691228],[120.630526,27.690127],[120.631086,27.691385],[120.630575,27.696653],[120.63878,27.696747],[120.644547,27.695521],[120.651896,27.691983],[120.652275,27.69126],[120.669344,27.682139],[120.673875,27.678805],[120.690022,27.668582],[120.702115,27.671697]]],[[[120.971751,27.649849],[120.971652,27.647332],[120.968966,27.645177],[120.971619,27.644013],[120.975985,27.645775],[120.976875,27.647269],[120.984075,27.651988],[120.98653,27.655103],[120.984635,27.658359],[120.987206,27.659885],[120.988837,27.662433],[120.985673,27.663203],[120.985838,27.665264],[120.983498,27.668394],[120.979264,27.67025],[120.978243,27.668991],[120.980187,27.666396],[120.976348,27.664446],[120.975919,27.662952],[120.969148,27.664131],[120.967681,27.66215],[120.96778,27.65806],[120.971751,27.649849]]],[[[121.199948,27.624945],[121.196801,27.622884],[121.194577,27.623246],[121.191677,27.621924],[121.191891,27.61906],[121.194083,27.620351],[121.198614,27.616983],[121.198317,27.614654],[121.202766,27.615504],[121.206193,27.617786],[121.208994,27.618525],[121.215106,27.623623],[121.216655,27.62644],[121.220824,27.630294],[121.220692,27.632497],[121.217364,27.633079],[121.214678,27.631789],[121.213591,27.633331],[121.207758,27.632198],[121.208351,27.630405],[121.204397,27.630169],[121.20588,27.626046],[121.203655,27.625842],[121.201398,27.623151],[121.199948,27.624945]]],[[[120.903407,27.69387],[120.908004,27.692518],[120.911925,27.689184],[120.914298,27.691951],[120.911118,27.692832],[120.909717,27.695159],[120.910657,27.697974],[120.912222,27.69843],[120.907674,27.700379],[120.90489,27.699829],[120.903638,27.696889],[120.901809,27.695552],[120.903407,27.69387]]],[[[121.21743,27.613695],[121.2171,27.611381],[121.221087,27.613348],[121.221845,27.6105],[121.220428,27.608864],[121.222043,27.606771],[121.224959,27.607038],[121.227118,27.608927],[121.226656,27.611145],[121.225042,27.609902],[121.225272,27.612577],[121.228172,27.614576],[121.228666,27.616432],[121.224564,27.617896],[121.220181,27.617282],[121.21743,27.613695]]],[[[121.055072,27.633646],[121.057807,27.632733],[121.059224,27.631034],[121.063458,27.633016],[121.064546,27.637044],[121.061975,27.63717],[121.060081,27.63525],[121.055731,27.634637],[121.055072,27.633646]]],[[[121.168824,27.63042],[121.168034,27.628469],[121.166666,27.629618],[121.166023,27.625747],[121.168231,27.623545],[121.172581,27.624032],[121.172861,27.626786],[121.176354,27.626802],[121.177639,27.629114],[121.175415,27.629649],[121.173751,27.631758],[121.168824,27.63042]]],[[[120.826232,27.686196],[120.826677,27.684089],[120.829082,27.684183],[120.831751,27.682281],[120.832476,27.676855],[120.838227,27.674354],[120.842758,27.67555],[120.842164,27.680818],[120.839709,27.68206],[120.83732,27.685316],[120.834355,27.68596],[120.833102,27.687376],[120.830071,27.685866],[120.826232,27.686196]]],[[[120.936837,27.639026],[120.937447,27.636147],[120.940841,27.636399],[120.941434,27.638192],[120.938699,27.63975],[120.936837,27.639026]]],[[[120.82493,27.6462],[120.822854,27.645366],[120.823447,27.640222],[120.821569,27.636855],[120.821981,27.634857],[120.825721,27.637028],[120.826182,27.639341],[120.829511,27.640347],[120.829313,27.641889],[120.831389,27.64491],[120.836085,27.645492],[120.838671,27.647836],[120.834799,27.649912],[120.83162,27.649629],[120.82493,27.6462]]],[[[121.204347,27.609745],[121.205847,27.607022],[121.210032,27.608486],[121.216919,27.618919],[121.214332,27.618808],[121.212915,27.616606],[121.213376,27.619705],[121.208928,27.618179],[121.207923,27.615378],[121.204347,27.609745]]],[[[120.93949,27.66215],[120.938337,27.661253],[120.945586,27.658752],[120.94959,27.659633],[120.947975,27.663203],[120.945207,27.662448],[120.942093,27.663628],[120.93949,27.66215]]],[[[120.932735,27.644013],[120.934976,27.641685],[120.93369,27.640851],[120.938205,27.640646],[120.940874,27.644737],[120.940149,27.646373],[120.936294,27.647191],[120.932735,27.644013]]],[[[120.896536,27.711432],[120.893884,27.709514],[120.888628,27.709153],[120.887458,27.707848],[120.887392,27.704515],[120.892005,27.703555],[120.899469,27.706055],[120.902484,27.710253],[120.90199,27.711102],[120.896536,27.711432]]],[[[120.839825,27.671382],[120.841654,27.668928],[120.842444,27.665689],[120.846531,27.667403],[120.844932,27.669919],[120.839924,27.674213],[120.839825,27.671382]]],[[[120.916275,27.68519],[120.921498,27.684561],[120.922404,27.686794],[120.92476,27.68758],[120.924991,27.69019],[120.921778,27.688445],[120.918137,27.687973],[120.916275,27.68519]]],[[[120.931054,27.655134],[120.933246,27.653483],[120.935684,27.655512],[120.932916,27.657101],[120.931054,27.655134]]],[[[121.190754,27.651186],[121.193111,27.650557],[121.195977,27.651894],[121.197312,27.654961],[121.193605,27.654222],[121.190754,27.651186]]],[[[121.132873,27.624363],[121.130846,27.618997],[121.133664,27.618714],[121.136036,27.620476],[121.136069,27.625637],[121.132873,27.624363]]],[[[120.918582,27.680928],[120.917857,27.679513],[120.9228,27.67934],[120.923772,27.682501],[120.918582,27.680928]]],[[[120.81076,27.68964],[120.81193,27.687769],[120.815193,27.687753],[120.819526,27.691464],[120.822393,27.69203],[120.823035,27.694452],[120.821141,27.695364],[120.81689,27.694782],[120.813084,27.692926],[120.81076,27.68964]]],[[[121.195813,27.661882],[121.199553,27.662118],[121.20036,27.664131],[121.199124,27.665641],[121.194247,27.665374],[121.19372,27.663974],[121.195813,27.661882]]]]}},{"type":"Feature","properties":{"adcode":330382,"name":"乐清市","center":[120.967147,28.116083],"centroid":[121.018675,28.24076],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":10,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.785601,28.011849],[120.788946,28.008165],[120.791384,28.003304],[120.793658,27.996734],[120.805307,27.983374],[120.807333,27.982025],[120.81371,27.97834],[120.82259,27.977885],[120.833201,27.980379],[120.839545,27.981853],[120.848821,27.980975],[120.854192,27.982872],[120.870718,27.984064],[120.883817,27.984205],[120.89189,27.98466],[120.910311,27.98179],[120.920229,27.978748],[120.929687,27.977995],[120.948503,27.972961],[120.957367,27.969839],[120.96666,27.966091],[120.973975,27.964538],[120.984635,27.960601],[120.991835,27.949746],[121.015248,27.981633],[121.024574,28.003743],[121.030934,28.033655],[121.039419,28.055864],[121.059108,28.096368],[121.070873,28.110513],[121.079028,28.117781],[121.090216,28.127147],[121.099278,28.133411],[121.123267,28.148099],[121.131308,28.158559],[121.134636,28.162269],[121.136827,28.168563],[121.138376,28.180006],[121.142726,28.209462],[121.143813,28.2227],[121.146384,28.236125],[121.145972,28.246294],[121.146763,28.258574],[121.147389,28.263141],[121.150453,28.269976],[121.155363,28.274058],[121.160636,28.275278],[121.173883,28.277483],[121.177178,28.282144],[121.186767,28.294122],[121.198383,28.307772],[121.205946,28.318669],[121.208911,28.32536],[121.212058,28.324125],[121.21219,28.326251],[121.210196,28.326126],[121.209455,28.329393],[121.213673,28.345648],[121.215733,28.349181],[121.215881,28.351494],[121.214316,28.35801],[121.212783,28.359792],[121.208434,28.362667],[121.204875,28.368433],[121.20817,28.37009],[121.209554,28.373355],[121.211992,28.370965],[121.216408,28.371387],[121.222059,28.372887],[121.222784,28.375809],[121.220758,28.376777],[121.220527,28.378855],[121.22631,28.382886],[121.227579,28.384808],[121.235965,28.384605],[121.238717,28.384027],[121.246131,28.385777],[121.246626,28.390589],[121.251025,28.399274],[121.250465,28.403664],[121.251256,28.405273],[121.25722,28.406772],[121.257714,28.408116],[121.252343,28.412802],[121.248718,28.413692],[121.242391,28.417643],[121.239772,28.420642],[121.23618,28.422688],[121.232538,28.423594],[121.228288,28.423735],[121.222817,28.422032],[121.221104,28.424156],[121.221549,28.427608],[121.224449,28.433042],[121.226821,28.435541],[121.225536,28.437868],[121.221598,28.438805],[121.219176,28.438149],[121.214398,28.438367],[121.211762,28.44224],[121.211531,28.445144],[121.209587,28.4463],[121.209027,28.450703],[121.20611,28.455996],[121.209109,28.458837],[121.205797,28.461039],[121.202173,28.461429],[121.194626,28.467096],[121.195187,28.473013],[121.191446,28.473637],[121.188629,28.475198],[121.184658,28.474652],[121.183604,28.477555],[121.180967,28.478351],[121.179616,28.483939],[121.175118,28.493398],[121.173273,28.494131],[121.170851,28.497112],[121.172532,28.499703],[121.172614,28.505384],[121.169599,28.505914],[121.167704,28.50877],[121.163189,28.513498],[121.158263,28.51587],[121.156731,28.520473],[121.155017,28.521472],[121.151096,28.521503],[121.14874,28.519724],[121.145527,28.519974],[121.14556,28.523937],[121.143764,28.52478],[121.139595,28.522611],[121.129874,28.521706],[121.12134,28.532503],[121.113398,28.53709],[121.110218,28.536731],[121.107368,28.538291],[121.104814,28.537292],[121.102309,28.533735],[121.100332,28.529211],[121.093363,28.524358],[121.088156,28.517259],[121.088716,28.509862],[121.086756,28.503683],[121.082109,28.497393],[121.079061,28.495864],[121.076837,28.492196],[121.076096,28.48895],[121.076886,28.484095],[121.075848,28.482831],[121.070411,28.480334],[121.062222,28.480256],[121.049882,28.478242],[121.047081,28.478492],[121.036124,28.481707],[121.032516,28.478148],[121.031214,28.479397],[121.028166,28.477867],[121.025447,28.472747],[121.020241,28.472856],[121.017687,28.478617],[121.015792,28.479553],[121.011607,28.477727],[121.005165,28.479538],[121.002973,28.47871],[121.002216,28.472935],[121.000156,28.472466],[120.99518,28.473356],[120.9949,28.476416],[120.991786,28.477024],[120.989661,28.480084],[120.987041,28.481738],[120.984158,28.480849],[120.977583,28.481161],[120.974255,28.483362],[120.967269,28.482503],[120.965572,28.482972],[120.967006,28.48049],[120.971504,28.480209],[120.973926,28.477883],[120.970136,28.476057],[120.970153,28.475058],[120.973843,28.472201],[120.974008,28.470515],[120.970054,28.463178],[120.970878,28.4621],[120.973547,28.462694],[120.979083,28.462678],[120.980236,28.459758],[120.979725,28.455824],[120.982263,28.448595],[120.984882,28.444894],[120.984125,28.442974],[120.977864,28.437883],[120.974156,28.436353],[120.968241,28.436165],[120.965539,28.435088],[120.965638,28.433448],[120.962969,28.431746],[120.962508,28.427858],[120.959295,28.424547],[120.957944,28.421579],[120.962475,28.419065],[120.966973,28.418393],[120.967121,28.416941],[120.960184,28.40735],[120.960465,28.402289],[120.962985,28.400774],[120.966775,28.40054],[120.971372,28.397837],[120.973151,28.39779],[120.983993,28.400587],[120.987189,28.395963],[120.986596,28.394338],[120.983548,28.393401],[120.984322,28.390979],[120.979264,28.385964],[120.98251,28.383277],[120.982543,28.380824],[120.972608,28.375715],[120.968423,28.372684],[120.961239,28.370746],[120.960843,28.368183],[120.957729,28.360901],[120.967302,28.357917],[120.967121,28.355291],[120.96544,28.351056],[120.959311,28.343538],[120.956032,28.338099],[120.952951,28.33688],[120.946789,28.337959],[120.941846,28.336317],[120.939045,28.331784],[120.934778,28.329815],[120.926639,28.328908],[120.920295,28.326204],[120.918648,28.326501],[120.917791,28.330596],[120.919801,28.332128],[120.919587,28.33738],[120.913128,28.341178],[120.906719,28.342397],[120.901858,28.3411],[120.897064,28.340694],[120.893752,28.338521],[120.887062,28.3323],[120.886585,28.330221],[120.888117,28.32686],[120.887194,28.321123],[120.888677,28.315261],[120.896174,28.307366],[120.898349,28.300674],[120.900804,28.289009],[120.901512,28.279641],[120.900919,28.276201],[120.902039,28.272557],[120.903835,28.263532],[120.903835,28.254804],[120.900458,28.248734],[120.895993,28.24742],[120.889715,28.243603],[120.885481,28.243431],[120.882531,28.240568],[120.882152,28.231228],[120.884937,28.230586],[120.891808,28.230774],[120.898217,28.226831],[120.900441,28.215049],[120.901133,28.209149],[120.895647,28.207068],[120.882927,28.203139],[120.87917,28.200182],[120.878231,28.19414],[120.87627,28.190556],[120.875232,28.19054],[120.86767,28.186158],[120.86678,28.184467],[120.867554,28.177048],[120.865511,28.173478],[120.856367,28.16122],[120.852446,28.15657],[120.844553,28.148538],[120.840879,28.143057],[120.835656,28.132659],[120.833696,28.130404],[120.831323,28.122401],[120.828851,28.119159],[120.824205,28.114445],[120.821091,28.109683],[120.814319,28.094833],[120.812243,28.08902],[120.810909,28.083286],[120.808355,28.081939],[120.808635,28.077301],[120.810695,28.074105],[120.810826,28.069028],[120.809146,28.067335],[120.812672,28.063089],[120.812309,28.058999],[120.813364,28.056178],[120.812013,28.051523],[120.807399,28.04585],[120.807053,28.043405],[120.804104,28.041931],[120.805653,28.04016],[120.805373,28.038091],[120.80272,28.036492],[120.803264,28.034141],[120.800611,28.033545],[120.802242,28.030614],[120.798996,28.028717],[120.797102,28.025551],[120.798057,28.019845],[120.796723,28.017697],[120.794614,28.018089],[120.79402,28.016223],[120.790874,28.014765],[120.788419,28.014906],[120.785601,28.011849]]]]}},{"type":"Feature","properties":{"adcode":330383,"name":"龙港市","center":[120.553039,27.578156],"centroid":[120.578115,27.532706],"childrenNum":0,"level":"district","parent":{"adcode":330300},"subFeatureIndex":11,"acroutes":[100000,330000,330300]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.681108,27.512956],[120.678175,27.516421],[120.675078,27.516877],[120.666675,27.516862],[120.662292,27.519634],[120.647727,27.546766],[120.642817,27.556575],[120.637017,27.561471],[120.636342,27.566477],[120.617509,27.578315],[120.608678,27.585461],[120.603587,27.587287],[120.591015,27.587476],[120.589104,27.586594],[120.580751,27.579795],[120.573715,27.576473],[120.564769,27.576473],[120.561029,27.579511],[120.557124,27.586327],[120.556563,27.588735],[120.552098,27.592685],[120.547749,27.592748],[120.541092,27.586028],[120.53699,27.584218],[120.530827,27.584674],[120.524352,27.586956],[120.519623,27.586988],[120.516295,27.586122],[120.513231,27.58417],[120.510973,27.580361],[120.511814,27.577197],[120.515307,27.572333],[120.515933,27.569059],[120.512291,27.564982],[120.507068,27.563093],[120.504432,27.563817],[120.502422,27.571231],[120.500791,27.574458],[120.497595,27.577622],[120.493541,27.578882],[120.486111,27.577182],[120.478927,27.578189],[120.483722,27.571027],[120.490938,27.567076],[120.494678,27.560637],[120.488763,27.556244],[120.488351,27.552056],[120.489192,27.548781],[120.488104,27.544782],[120.485386,27.540767],[120.490806,27.539145],[120.489735,27.537996],[120.488977,27.531146],[120.486638,27.526532],[120.486671,27.524421],[120.483689,27.52439],[120.477279,27.521964],[120.481085,27.517712],[120.479141,27.5142],[120.472583,27.509144],[120.466141,27.506026],[120.46881,27.501962],[120.468118,27.501032],[120.472353,27.498906],[120.476653,27.499378],[120.476834,27.496716],[120.480986,27.49585],[120.484315,27.496637],[120.484414,27.494196],[120.486209,27.490872],[120.492454,27.491203],[120.498023,27.495094],[120.502883,27.49596],[120.507266,27.49544],[120.509013,27.49637],[120.514664,27.495377],[120.516081,27.497803],[120.516114,27.500323],[120.51786,27.499174],[120.516575,27.504387],[120.5144,27.506955],[120.515949,27.507207],[120.515966,27.509979],[120.520513,27.510845],[120.521831,27.514295],[120.520085,27.515019],[120.521205,27.516893],[120.529789,27.518783],[120.530646,27.52198],[120.526379,27.527193],[120.52656,27.528673],[120.529822,27.52913],[120.530959,27.532626],[120.532706,27.530311],[120.53409,27.531256],[120.537484,27.530673],[120.538209,27.528799],[120.540829,27.528721],[120.540977,27.527067],[120.545112,27.527335],[120.544964,27.528154],[120.550187,27.527508],[120.549083,27.525004],[120.550418,27.52428],[120.553812,27.525209],[120.554306,27.523083],[120.557914,27.524012],[120.560617,27.522988],[120.561918,27.519287],[120.567866,27.520201],[120.567652,27.521004],[120.576088,27.523429],[120.576071,27.519067],[120.579696,27.51809],[120.580009,27.516515],[120.58632,27.51683],[120.585776,27.514499],[120.58978,27.514043],[120.587803,27.513271],[120.586452,27.510924],[120.586122,27.507538],[120.588066,27.507616],[120.588462,27.504655],[120.586633,27.499016],[120.588346,27.498039],[120.587012,27.494338],[120.586682,27.490825],[120.587934,27.490242],[120.586765,27.488068],[120.591444,27.484807],[120.586402,27.481498],[120.584145,27.481183],[120.584952,27.479545],[120.582959,27.477591],[120.588247,27.473258],[120.585908,27.470454],[120.588231,27.46891],[120.590554,27.470454],[120.593091,27.470422],[120.597178,27.467271],[120.599797,27.468295],[120.59843,27.470296],[120.600588,27.474487],[120.603307,27.477355],[120.606322,27.478536],[120.606965,27.476709],[120.61227,27.476299],[120.617032,27.474472],[120.616999,27.469146],[120.619091,27.468988],[120.619305,27.470659],[120.622634,27.470895],[120.623457,27.472392],[120.627148,27.467665],[120.63163,27.468957],[120.630822,27.470107],[120.636177,27.469902],[120.642553,27.468374],[120.647282,27.471825],[120.650693,27.470312],[120.653148,27.467633],[120.654235,27.468106],[120.655389,27.473636],[120.653593,27.475385],[120.653362,27.478032],[120.654993,27.477654],[120.658404,27.480364],[120.654235,27.48112],[120.657662,27.481514],[120.65585,27.484507],[120.661089,27.485012],[120.663544,27.488446],[120.664829,27.49199],[120.668454,27.48947],[120.669641,27.490226],[120.66763,27.494227],[120.670761,27.495503],[120.670448,27.496858],[120.667845,27.496228],[120.667713,27.499363],[120.665637,27.498323],[120.662523,27.498717],[120.662869,27.500686],[120.667383,27.50182],[120.673776,27.505002],[120.681108,27.512956]]],[[[120.704735,27.521508],[120.708986,27.522374],[120.707273,27.524201],[120.703499,27.522248],[120.704735,27.521508]]]]}},{"type":"Feature","properties":{"adcode":330402,"name":"南湖区","center":[120.749953,30.764652],"centroid":[120.842186,30.711139],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":0,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.776048,30.62721],[120.776561,30.625851],[120.777376,30.621388],[120.778431,30.616702],[120.782297,30.615826],[120.784115,30.614251],[120.787303,30.60756],[120.789048,30.605463],[120.791932,30.604272],[120.793593,30.604249],[120.795067,30.605309],[120.797501,30.608144],[120.80166,30.607614],[120.801817,30.608697],[120.800458,30.610034],[120.798536,30.612769],[120.797606,30.614828],[120.800521,30.615565],[120.799591,30.617355],[120.799069,30.62168],[120.798024,30.625044],[120.796759,30.628101],[120.797804,30.630551],[120.799487,30.632303],[120.803896,30.634353],[120.805422,30.634269],[120.806456,30.633224],[120.807219,30.631435],[120.808578,30.629637],[120.811629,30.626949],[120.814095,30.627425],[120.817543,30.627226],[120.821263,30.626573],[120.825255,30.626381],[120.828181,30.625259],[120.830323,30.6239],[120.834325,30.622102],[120.836196,30.620965],[120.83862,30.618922],[120.841859,30.615734],[120.842925,30.614136],[120.846394,30.613022],[120.850407,30.610987],[120.853082,30.609404],[120.856018,30.608052],[120.859205,30.607622],[120.862654,30.607652],[120.86768,30.60862],[120.875099,30.609611],[120.889122,30.612047],[120.894681,30.613483],[120.898391,30.613752],[120.906103,30.613829],[120.908757,30.613399],[120.911171,30.611816],[120.913846,30.611156],[120.916249,30.609803],[120.923459,30.608505],[120.927984,30.608098],[120.930899,30.608359],[120.93488,30.609097],[120.938851,30.610987],[120.942279,30.613322],[120.946751,30.617509],[120.949625,30.620988],[120.954609,30.626112],[120.954243,30.626995],[120.957545,30.62804],[120.956751,30.630114],[120.956594,30.632518],[120.953909,30.632771],[120.95277,30.637771],[120.952728,30.639622],[120.953585,30.642579],[120.955717,30.645896],[120.955988,30.650404],[120.956542,30.651049],[120.956594,30.653238],[120.955518,30.657031],[120.955455,30.658198],[120.954504,30.662229],[120.954515,30.66775],[120.953564,30.669078],[120.953115,30.673209],[120.954045,30.677255],[120.954128,30.683028],[120.952059,30.692707],[120.951662,30.701442],[120.95254,30.702094],[120.95998,30.70079],[120.963742,30.700398],[120.975989,30.702992],[120.978476,30.703921],[120.979019,30.707413],[120.979667,30.710038],[120.979479,30.71686],[120.980127,30.719147],[120.981245,30.721603],[120.97555,30.722938],[120.971579,30.72313],[120.971652,30.72537],[120.972582,30.736074],[120.97324,30.737079],[120.973366,30.739081],[120.975142,30.743109],[120.97741,30.74752],[120.97696,30.748786],[120.975372,30.749438],[120.973052,30.749584],[120.971307,30.749315],[120.968413,30.747981],[120.967211,30.747712],[120.966438,30.748702],[120.966939,30.750466],[120.966709,30.752353],[120.965518,30.755698],[120.961328,30.759318],[120.960502,30.761328],[120.960429,30.763974],[120.961631,30.773761],[120.960743,30.776468],[120.959019,30.776437],[120.954285,30.775747],[120.951202,30.773722],[120.949583,30.773592],[120.939938,30.773661],[120.936124,30.771161],[120.926406,30.763683],[120.920481,30.758958],[120.919102,30.762839],[120.920617,30.769236],[120.920554,30.77531],[120.921568,30.779781],[120.921129,30.780809],[120.919593,30.78077],[120.916395,30.779911],[120.914692,30.777749],[120.916019,30.774581],[120.916071,30.773776],[120.913981,30.772779],[120.907534,30.772526],[120.904817,30.772917],[120.903198,30.774543],[120.903532,30.776867],[120.903114,30.784183],[120.902508,30.788132],[120.902153,30.788546],[120.898171,30.788332],[120.892602,30.788508],[120.890261,30.789121],[120.888391,30.788669],[120.884117,30.787066],[120.883511,30.788393],[120.881181,30.789558],[120.876039,30.789382],[120.871452,30.788316],[120.868171,30.788531],[120.86605,30.787289],[120.862852,30.788761],[120.859676,30.788838],[120.853636,30.786108],[120.851515,30.784735],[120.848975,30.783823],[120.850073,30.789183],[120.849832,30.795608],[120.854419,30.799005],[120.856039,30.801075],[120.856718,30.804433],[120.858432,30.807715],[120.860888,30.810659],[120.863416,30.813227],[120.864482,30.816937],[120.865141,30.817735],[120.872967,30.82294],[120.876614,30.825952],[120.876353,30.826374],[120.872455,30.828505],[120.860177,30.833219],[120.857418,30.834353],[120.857335,30.836997],[120.854451,30.838645],[120.850156,30.83981],[120.847272,30.841465],[120.844179,30.840063],[120.840093,30.838515],[120.833343,30.834115],[120.827752,30.829792],[120.824858,30.827723],[120.821431,30.823131],[120.817125,30.819766],[120.811409,30.8144],[120.807689,30.810444],[120.805464,30.810344],[120.804356,30.80829],[120.804387,30.806826],[120.796749,30.798438],[120.798358,30.79616],[120.800406,30.795148],[120.801681,30.792971],[120.803855,30.791859],[120.805934,30.790249],[120.80816,30.787396],[120.804084,30.78564],[120.786853,30.777987],[120.782161,30.775962],[120.779727,30.777756],[120.778901,30.779451],[120.779863,30.780349],[120.777574,30.782841],[120.776132,30.786499],[120.772151,30.784528],[120.769141,30.782373],[120.767626,30.780395],[120.766111,30.779536],[120.765965,30.781],[120.762819,30.786016],[120.763457,30.787887],[120.754334,30.785855],[120.743394,30.785111],[120.732276,30.78324],[120.730928,30.78268],[120.727636,30.78008],[120.729005,30.780134],[120.730301,30.780954],[120.735525,30.777572],[120.733195,30.77182],[120.732443,30.770908],[120.731868,30.769021],[120.731502,30.765424],[120.732328,30.763928],[120.732913,30.760783],[120.731231,30.760116],[120.731147,30.761366],[120.728953,30.761458],[120.72913,30.759886],[120.726215,30.759594],[120.725975,30.755414],[120.724073,30.755544],[120.717605,30.755514],[120.706225,30.753688],[120.703393,30.752944],[120.698304,30.749507],[120.691429,30.746347],[120.688461,30.744413],[120.677813,30.738982],[120.67076,30.735498],[120.663591,30.731716],[120.665389,30.725048],[120.665389,30.722615],[120.66356,30.719776],[120.662348,30.717144],[120.662348,30.714711],[120.66356,30.711266],[120.664783,30.709854],[120.667625,30.709247],[120.671084,30.710468],[120.672902,30.712501],[120.673915,30.714734],[120.675138,30.716154],[120.677155,30.717374],[120.682442,30.717789],[120.684877,30.717182],[120.68589,30.71597],[120.686904,30.713944],[120.686497,30.711511],[120.683654,30.707252],[120.680613,30.702386],[120.680613,30.699753],[120.681627,30.697121],[120.683048,30.695908],[120.684877,30.695908],[120.688116,30.698548],[120.69542,30.703223],[120.698472,30.704443],[120.70192,30.70465],[120.702735,30.703238],[120.702934,30.699991],[120.703341,30.697566],[120.704961,30.696553],[120.706988,30.696553],[120.709423,30.69838],[120.711659,30.698587],[120.71308,30.696868],[120.715107,30.695248],[120.7175,30.69491],[120.721262,30.697643],[120.725107,30.698909],[120.728221,30.698971],[120.732077,30.69765],[120.73539,30.69805],[120.736382,30.698564],[120.7447,30.700045],[120.74493,30.700836],[120.744564,30.703737],[120.744407,30.708019],[120.745003,30.709286],[120.747062,30.71003],[120.749779,30.709516],[120.753091,30.706362],[120.755014,30.703668],[120.756801,30.701833],[120.757751,30.701473],[120.759204,30.702432],[120.761377,30.703223],[120.765881,30.704036],[120.769518,30.705264],[120.775798,30.692469],[120.771116,30.690289],[120.771597,30.688892],[120.759852,30.684294],[120.761451,30.682367],[120.7654,30.679842],[120.766184,30.672357],[120.76749,30.668472],[120.771064,30.665255],[120.770949,30.664157],[120.762893,30.660748],[120.75469,30.657937],[120.757762,30.645981],[120.75864,30.640997],[120.758472,30.640044],[120.756111,30.637464],[120.756268,30.63635],[120.758608,30.63274],[120.758232,30.631596],[120.757281,30.631903],[120.755588,30.630336],[120.755139,30.626573],[120.755264,30.623062],[120.757563,30.623331],[120.757783,30.622886],[120.759904,30.622947],[120.760343,30.624768],[120.765495,30.628301],[120.76981,30.626957],[120.771033,30.627003],[120.775683,30.62814],[120.776048,30.62721]]]]}},{"type":"Feature","properties":{"adcode":330411,"name":"秀洲区","center":[120.720431,30.763323],"centroid":[120.686302,30.768878],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":1,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.824858,30.827723],[120.823531,30.827455],[120.822089,30.828282],[120.821451,30.829593],[120.819633,30.839189],[120.817376,30.840178],[120.81281,30.839496],[120.811608,30.837488],[120.812078,30.833364],[120.811744,30.832046],[120.809487,30.829524],[120.807564,30.828727],[120.804722,30.828505],[120.799476,30.828459],[120.793624,30.828742],[120.792841,30.829746],[120.792538,30.831394],[120.792998,30.833939],[120.795181,30.839733],[120.79562,30.841672],[120.795474,30.844378],[120.795788,30.847175],[120.793112,30.84952],[120.792705,30.852049],[120.793186,30.857022],[120.792182,30.859849],[120.792862,30.860876],[120.794157,30.866132],[120.795192,30.871503],[120.795181,30.874369],[120.793635,30.877602],[120.794816,30.879088],[120.793363,30.879617],[120.796028,30.882896],[120.795098,30.888036],[120.794471,30.892448],[120.793614,30.897044],[120.795976,30.898445],[120.798713,30.899204],[120.7984,30.900705],[120.794638,30.901509],[120.793175,30.901356],[120.791535,30.902244],[120.788682,30.902459],[120.784899,30.902459],[120.782402,30.903876],[120.781587,30.903309],[120.781733,30.90033],[120.781158,30.897925],[120.779215,30.896929],[120.775296,30.896707],[120.774105,30.897182],[120.772025,30.899732],[120.770427,30.902911],[120.770228,30.906526],[120.771357,30.909888],[120.768817,30.916298],[120.767323,30.917921],[120.764962,30.919353],[120.765077,30.921],[120.766675,30.926728],[120.767887,30.92904],[120.769497,30.930296],[120.770667,30.930479],[120.774314,30.93211],[120.778055,30.93417],[120.779319,30.935219],[120.778515,30.937217],[120.77865,30.937945],[120.777511,30.940425],[120.776508,30.943419],[120.775202,30.945103],[120.772454,30.947269],[120.770092,30.948793],[120.771221,30.95566],[120.768253,30.957022],[120.764617,30.957703],[120.763885,30.958346],[120.76306,30.96036],[120.760646,30.962526],[120.757365,30.961592],[120.753864,30.959119],[120.750667,30.958997],[120.747626,30.960352],[120.746644,30.961117],[120.745944,30.962503],[120.74028,30.962288],[120.738023,30.962771],[120.736111,30.96372],[120.733049,30.966965],[120.731941,30.968703],[120.727584,30.971167],[120.725598,30.971534],[120.71425,30.970302],[120.710081,30.971902],[120.708608,30.971289],[120.707416,30.967914],[120.705525,30.966452],[120.704313,30.966299],[120.702735,30.966942],[120.69959,30.970256],[120.6982,30.970784],[120.696162,30.968511],[120.694062,30.96682],[120.693362,30.965335],[120.690781,30.962556],[120.688074,30.960344],[120.685493,30.957168],[120.684448,30.955177],[120.688064,30.95344],[120.692589,30.951901],[120.696842,30.950745],[120.697563,30.950339],[120.700363,30.946198],[120.705494,30.940594],[120.707448,30.937485],[120.709454,30.933175],[120.710635,30.929048],[120.712683,30.919698],[120.712045,30.915501],[120.711878,30.912522],[120.711377,30.910746],[120.70982,30.907544],[120.710091,30.90265],[120.710698,30.898936],[120.71261,30.891337],[120.712913,30.886435],[120.713258,30.885048],[120.708367,30.884696],[120.702568,30.884029],[120.701283,30.883355],[120.700635,30.880666],[120.703404,30.875756],[120.704282,30.872944],[120.703916,30.870936],[120.70168,30.86896],[120.699935,30.867833],[120.698806,30.867849],[120.696904,30.869757],[120.694449,30.870078],[120.693122,30.870668],[120.692641,30.873074],[120.693999,30.874729],[120.690509,30.876606],[120.686141,30.878483],[120.68564,30.880046],[120.686005,30.8817],[120.684887,30.882918],[120.682818,30.882543],[120.681794,30.881118],[120.680812,30.878491],[120.679872,30.877587],[120.675316,30.876376],[120.673644,30.87571],[120.67309,30.874905],[120.670331,30.869151],[120.667792,30.86568],[120.665974,30.864209],[120.664741,30.862508],[120.663017,30.86142],[120.661961,30.863819],[120.660122,30.86529],[120.658691,30.865274],[120.658565,30.863972],[120.657708,30.862547],[120.657886,30.857612],[120.657677,30.856463],[120.655044,30.855673],[120.654772,30.855152],[120.654856,30.850715],[120.655388,30.847504],[120.654532,30.847006],[120.651606,30.847788],[120.650247,30.848455],[120.645378,30.851482],[120.644469,30.852531],[120.644699,30.854853],[120.64356,30.855459],[120.641376,30.855321],[120.638523,30.85434],[120.636203,30.85388],[120.63381,30.854639],[120.631856,30.854761],[120.630717,30.855397],[120.626788,30.856033],[120.62567,30.855888],[120.622013,30.852708],[120.619766,30.851734],[120.616882,30.849995],[120.613298,30.849121],[120.608627,30.848248],[120.606892,30.848685],[120.602995,30.848907],[120.597509,30.850501],[120.593141,30.852179],[120.590748,30.852754],[120.588961,30.854424],[120.587342,30.852861],[120.58359,30.849834],[120.581939,30.846876],[120.580894,30.845673],[120.574248,30.84158],[120.5722,30.840875],[120.566714,30.837043],[120.563799,30.835518],[120.561918,30.834023],[120.559483,30.831525],[120.558606,30.829363],[120.558647,30.828344],[120.557184,30.82622],[120.554582,30.824174],[120.55011,30.818141],[120.547634,30.815151],[120.543297,30.807884],[120.539096,30.802478],[120.533579,30.794681],[120.538125,30.792365],[120.544237,30.78676],[120.545962,30.78702],[120.547498,30.786698],[120.55035,30.786936],[120.558888,30.788999],[120.559577,30.788301],[120.56149,30.781415],[120.562911,30.776744],[120.563214,30.774068],[120.563067,30.772618],[120.563465,30.766191],[120.563423,30.760852],[120.5636,30.758068],[120.56382,30.74482],[120.564018,30.743086],[120.572273,30.743777],[120.573517,30.73704],[120.582712,30.72936],[120.582483,30.725785],[120.585314,30.723114],[120.5866,30.722922],[120.588857,30.724334],[120.591009,30.722048],[120.601124,30.707267],[120.605053,30.701803],[120.616527,30.707751],[120.623476,30.700843],[120.627279,30.6963],[120.633236,30.691095],[120.635367,30.690443],[120.638042,30.690013],[120.640237,30.686367],[120.642201,30.680656],[120.640414,30.676264],[120.638607,30.673247],[120.636799,30.669777],[120.635054,30.66332],[120.634604,30.658252],[120.635305,30.648385],[120.635127,30.643324],[120.634385,30.640329],[120.632034,30.637771],[120.628889,30.634737],[120.626349,30.632848],[120.626872,30.630198],[120.627729,30.6286],[120.629578,30.628577],[120.628648,30.627387],[120.627321,30.626749],[120.622504,30.627886],[120.618021,30.628677],[120.616673,30.62837],[120.61613,30.627379],[120.616213,30.625636],[120.615816,30.623562],[120.615221,30.618331],[120.614447,30.616902],[120.611846,30.616479],[120.609244,30.616656],[120.608439,30.6182],[120.606997,30.619744],[120.605837,30.620051],[120.605074,30.618761],[120.605827,30.616433],[120.605074,30.6121],[120.605388,30.611278],[120.607593,30.60872],[120.611522,30.602797],[120.611448,30.598717],[120.613915,30.598832],[120.614897,30.59393],[120.615795,30.591825],[120.616151,30.589243],[120.616809,30.587745],[120.618721,30.587268],[120.619338,30.588636],[120.622138,30.588528],[120.62218,30.587599],[120.624646,30.587875],[120.625775,30.586385],[120.628617,30.586669],[120.628554,30.58766],[120.629411,30.588183],[120.63079,30.587207],[120.632598,30.58816],[120.633257,30.587414],[120.636632,30.586431],[120.637499,30.588052],[120.638732,30.5868],[120.640947,30.58753],[120.642901,30.583895],[120.643873,30.583879],[120.644573,30.582296],[120.648544,30.584056],[120.65101,30.585839],[120.652651,30.587845],[120.651836,30.58952],[120.653361,30.589704],[120.653257,30.590357],[120.651825,30.590572],[120.653758,30.591494],[120.655096,30.589865],[120.655117,30.588705],[120.656569,30.588882],[120.656548,30.587737],[120.659861,30.587722],[120.660707,30.58819],[120.660352,30.586592],[120.661334,30.586876],[120.661428,30.584709],[120.663309,30.584579],[120.663132,30.583856],[120.664041,30.581943],[120.665462,30.581774],[120.665848,30.580483],[120.669328,30.580383],[120.672651,30.580806],[120.672609,30.580083],[120.674511,30.579914],[120.674145,30.581305],[120.677343,30.581812],[120.678252,30.583011],[120.678879,30.582027],[120.687124,30.583119],[120.692609,30.58371],[120.692442,30.584948],[120.693957,30.58474],[120.694532,30.585485],[120.694898,30.583903],[120.698722,30.584663],[120.703404,30.58474],[120.703383,30.582857],[120.706758,30.583026],[120.712234,30.582281],[120.716069,30.581928],[120.719653,30.58109],[120.721596,30.581459],[120.725295,30.584571],[120.727135,30.585286],[120.727782,30.585532],[120.731544,30.595344],[120.731481,30.595705],[120.739099,30.602474],[120.74539,30.607844],[120.755651,30.614397],[120.762694,30.619245],[120.768222,30.621265],[120.770374,30.622893],[120.772579,30.623324],[120.772318,30.624337],[120.776048,30.62721],[120.775683,30.62814],[120.771033,30.627003],[120.76981,30.626957],[120.765495,30.628301],[120.760343,30.624768],[120.759904,30.622947],[120.757783,30.622886],[120.757563,30.623331],[120.755264,30.623062],[120.755139,30.626573],[120.755588,30.630336],[120.757281,30.631903],[120.758232,30.631596],[120.758608,30.63274],[120.756268,30.63635],[120.756111,30.637464],[120.758472,30.640044],[120.75864,30.640997],[120.757762,30.645981],[120.75469,30.657937],[120.762893,30.660748],[120.770949,30.664157],[120.771064,30.665255],[120.76749,30.668472],[120.766184,30.672357],[120.7654,30.679842],[120.761451,30.682367],[120.759852,30.684294],[120.771597,30.688892],[120.771116,30.690289],[120.775798,30.692469],[120.769518,30.705264],[120.765881,30.704036],[120.761377,30.703223],[120.759204,30.702432],[120.757751,30.701473],[120.756801,30.701833],[120.755014,30.703668],[120.753091,30.706362],[120.749779,30.709516],[120.747062,30.71003],[120.745003,30.709286],[120.744407,30.708019],[120.744564,30.703737],[120.74493,30.700836],[120.7447,30.700045],[120.736382,30.698564],[120.73539,30.69805],[120.732077,30.69765],[120.728221,30.698971],[120.725107,30.698909],[120.721262,30.697643],[120.7175,30.69491],[120.715107,30.695248],[120.71308,30.696868],[120.711659,30.698587],[120.709423,30.69838],[120.706988,30.696553],[120.704961,30.696553],[120.703341,30.697566],[120.702934,30.699991],[120.702735,30.703238],[120.70192,30.70465],[120.698472,30.704443],[120.69542,30.703223],[120.688116,30.698548],[120.684877,30.695908],[120.683048,30.695908],[120.681627,30.697121],[120.680613,30.699753],[120.680613,30.702386],[120.683654,30.707252],[120.686497,30.711511],[120.686904,30.713944],[120.68589,30.71597],[120.684877,30.717182],[120.682442,30.717789],[120.677155,30.717374],[120.675138,30.716154],[120.673915,30.714734],[120.672902,30.712501],[120.671084,30.710468],[120.667625,30.709247],[120.664783,30.709854],[120.66356,30.711266],[120.662348,30.714711],[120.662348,30.717144],[120.66356,30.719776],[120.665389,30.722615],[120.665389,30.725048],[120.663591,30.731716],[120.67076,30.735498],[120.677813,30.738982],[120.688461,30.744413],[120.691429,30.746347],[120.698304,30.749507],[120.703393,30.752944],[120.706225,30.753688],[120.717605,30.755514],[120.724073,30.755544],[120.725975,30.755414],[120.726215,30.759594],[120.72913,30.759886],[120.728953,30.761458],[120.731147,30.761366],[120.731231,30.760116],[120.732913,30.760783],[120.732328,30.763928],[120.731502,30.765424],[120.731868,30.769021],[120.732443,30.770908],[120.733195,30.77182],[120.735525,30.777572],[120.730301,30.780954],[120.729005,30.780134],[120.727636,30.78008],[120.730928,30.78268],[120.732276,30.78324],[120.743394,30.785111],[120.754334,30.785855],[120.763457,30.787887],[120.762819,30.786016],[120.765965,30.781],[120.766111,30.779536],[120.767626,30.780395],[120.769141,30.782373],[120.772151,30.784528],[120.776132,30.786499],[120.777574,30.782841],[120.779863,30.780349],[120.778901,30.779451],[120.779727,30.777756],[120.782161,30.775962],[120.786853,30.777987],[120.804084,30.78564],[120.80816,30.787396],[120.805934,30.790249],[120.803855,30.791859],[120.801681,30.792971],[120.800406,30.795148],[120.798358,30.79616],[120.796749,30.798438],[120.804387,30.806826],[120.804356,30.80829],[120.805464,30.810344],[120.807689,30.810444],[120.811409,30.8144],[120.817125,30.819766],[120.821431,30.823131],[120.824858,30.827723]]]]}},{"type":"Feature","properties":{"adcode":330421,"name":"嘉善县","center":[120.921871,30.841352],"centroid":[120.902273,30.8996],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":2,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.824858,30.827723],[120.827752,30.829792],[120.833343,30.834115],[120.840093,30.838515],[120.844179,30.840063],[120.847272,30.841465],[120.850156,30.83981],[120.854451,30.838645],[120.857335,30.836997],[120.857418,30.834353],[120.860177,30.833219],[120.872455,30.828505],[120.876353,30.826374],[120.876614,30.825952],[120.872967,30.82294],[120.865141,30.817735],[120.864482,30.816937],[120.863416,30.813227],[120.860888,30.810659],[120.858432,30.807715],[120.856718,30.804433],[120.856039,30.801075],[120.854419,30.799005],[120.849832,30.795608],[120.850073,30.789183],[120.848975,30.783823],[120.851515,30.784735],[120.853636,30.786108],[120.859676,30.788838],[120.862852,30.788761],[120.86605,30.787289],[120.868171,30.788531],[120.871452,30.788316],[120.876039,30.789382],[120.881181,30.789558],[120.883511,30.788393],[120.884117,30.787066],[120.888391,30.788669],[120.890261,30.789121],[120.892602,30.788508],[120.898171,30.788332],[120.902153,30.788546],[120.902508,30.788132],[120.903114,30.784183],[120.903532,30.776867],[120.903198,30.774543],[120.904817,30.772917],[120.907534,30.772526],[120.913981,30.772779],[120.916071,30.773776],[120.916019,30.774581],[120.914692,30.777749],[120.916395,30.779911],[120.919593,30.78077],[120.921129,30.780809],[120.921568,30.779781],[120.920554,30.77531],[120.920617,30.769236],[120.919102,30.762839],[120.920481,30.758958],[120.926406,30.763683],[120.936124,30.771161],[120.939938,30.773661],[120.949583,30.773592],[120.951202,30.773722],[120.954285,30.775747],[120.959019,30.776437],[120.960743,30.776468],[120.963104,30.777304],[120.967107,30.777825],[120.969667,30.778761],[120.971767,30.780456],[120.976595,30.782227],[120.978664,30.782089],[120.979594,30.780977],[120.97951,30.779436],[120.982781,30.779214],[120.984766,30.778033],[120.985968,30.779505],[120.988643,30.778562],[120.9902,30.778324],[120.990587,30.776882],[120.992864,30.77643],[120.993188,30.778017],[120.999343,30.776491],[121.00926,30.774635],[121.010932,30.774765],[121.014892,30.777342],[121.021506,30.783171],[121.028873,30.790617],[121.033064,30.796613],[121.032781,30.799941],[121.03322,30.800316],[121.033199,30.802609],[121.035237,30.803084],[121.035457,30.803621],[121.034725,30.81269],[121.035185,30.813503],[121.037745,30.8145],[121.036178,30.817957],[121.036637,30.818448],[121.033314,30.823883],[121.030054,30.828551],[121.028152,30.829118],[121.024965,30.830544],[121.014871,30.833954],[121.014401,30.835817],[121.01089,30.834613],[121.00694,30.830781],[121.004787,30.827845],[121.00322,30.828305],[121.004328,30.826857],[121.003439,30.826305],[121.001611,30.827723],[121.001914,30.828765],[121.000545,30.829432],[120.998476,30.828229],[120.997755,30.827041],[120.998277,30.826696],[120.996208,30.824082],[120.994954,30.823791],[120.995895,30.822947],[120.99461,30.821499],[120.993627,30.821437],[120.990921,30.822702],[120.991151,30.82389],[120.99275,30.825692],[120.992488,30.82642],[120.989144,30.828696],[120.992457,30.831571],[120.989124,30.832314],[120.989991,30.834728],[120.991318,30.836116],[120.992864,30.838392],[120.995654,30.838568],[120.996177,30.84063],[120.997755,30.844079],[120.999897,30.843335],[121.000984,30.845627],[121.002259,30.846385],[121.003972,30.846102],[121.00555,30.847987],[121.00647,30.850455],[121.008016,30.85057],[121.010137,30.853129],[121.013356,30.851689],[121.015017,30.853604],[121.010984,30.856033],[121.012813,30.858179],[121.012259,30.859022],[121.013272,30.85952],[121.014265,30.858938],[121.015404,30.860539],[121.014443,30.861167],[121.016271,30.862853],[121.013972,30.864386],[121.016209,30.867228],[121.016971,30.867289],[121.017776,30.869381],[121.014819,30.871028],[121.017786,30.873358],[121.020462,30.871879],[121.021506,30.872882],[121.019803,30.874001],[121.021078,30.874239],[121.021893,30.875166],[121.019417,30.876667],[121.01996,30.8781],[121.021277,30.8781],[121.021465,30.878797],[121.018602,30.88072],[121.017473,30.882727],[121.011088,30.882221],[121.008288,30.882972],[121.007922,30.884688],[121.009082,30.887139],[121.008518,30.888128],[121.005017,30.888794],[120.993815,30.889667],[120.992948,30.890793],[120.992896,30.893911],[120.990503,30.895389],[120.990461,30.895795],[120.992655,30.89974],[120.992812,30.90216],[120.99415,30.903278],[120.995717,30.903715],[120.998633,30.903386],[120.998706,30.905944],[121.002572,30.904848],[121.003607,30.907062],[121.004526,30.906955],[121.004578,30.909298],[121.002008,30.909957],[120.998977,30.909536],[120.998695,30.911404],[120.999625,30.913955],[120.999834,30.927815],[121.000033,30.934698],[121.000817,30.93773],[120.999019,30.939292],[120.997473,30.941145],[120.995675,30.94433],[120.996814,30.944621],[120.996731,30.950309],[120.995372,30.950362],[120.994798,30.954825],[120.99253,30.955024],[120.991684,30.958216],[120.994756,30.958698],[120.992603,30.962832],[120.9937,30.964026],[120.993188,30.966299],[120.992112,30.966054],[120.991433,30.968373],[120.992457,30.968672],[120.991851,30.970509],[120.993115,30.970731],[120.993136,30.972116],[120.995644,30.972047],[120.997368,30.972445],[120.997494,30.973188],[120.999113,30.972935],[120.999343,30.973869],[121.000513,30.973938],[121.000869,30.975683],[121.000576,30.977007],[121.002363,30.977626],[121.001997,30.979501],[121.000837,30.980466],[120.999343,30.980098],[120.998277,30.983205],[120.998455,30.98407],[120.997128,30.989228],[120.996208,30.989228],[120.994599,30.991921],[120.995351,30.992725],[120.994829,30.995258],[120.990513,30.994554],[120.989845,30.996665],[120.992049,30.997109],[120.991621,31.001295],[120.990649,31.001585],[120.990534,31.003253],[120.992091,31.003422],[120.991496,31.005166],[120.992091,31.005288],[120.991057,31.007469],[120.991934,31.00815],[120.98998,31.010491],[120.989061,31.012916],[120.990419,31.013811],[120.989521,31.014392],[120.986459,31.014132],[120.983857,31.014446],[120.98299,31.016091],[120.977974,31.016336],[120.9702,31.016152],[120.965121,31.016305],[120.963198,31.016596],[120.962864,31.01756],[120.96486,31.019747],[120.964285,31.020765],[120.961443,31.021201],[120.960482,31.021667],[120.959478,31.024268],[120.958298,31.028567],[120.954808,31.030059],[120.952206,31.030258],[120.951088,31.02908],[120.949123,31.029959],[120.948183,31.028437],[120.949447,31.027733],[120.948736,31.025064],[120.951171,31.024016],[120.949969,31.017636],[120.936312,31.017108],[120.935539,31.016527],[120.935748,31.015387],[120.940095,31.010032],[120.939792,31.009389],[120.938088,31.009007],[120.933783,31.010024],[120.93138,31.011776],[120.929123,31.011478],[120.926991,31.012067],[120.926166,31.010422],[120.918109,31.012794],[120.91697,31.012763],[120.911024,31.01056],[120.909948,31.012641],[120.910052,31.016948],[120.901923,31.017475],[120.900366,31.01746],[120.900272,31.016925],[120.895141,31.017361],[120.894639,31.011715],[120.89162,31.010085],[120.891348,31.003735],[120.889446,31.002442],[120.880167,30.998892],[120.879937,30.997522],[120.87559,30.996964],[120.873072,30.99525],[120.868035,30.995357],[120.867335,30.99098],[120.865485,30.991148],[120.865663,30.989878],[120.864096,30.989649],[120.86374,30.99046],[120.861755,30.990062],[120.861253,30.990774],[120.858662,30.989832],[120.856812,30.99196],[120.854231,30.993237],[120.853333,30.993016],[120.850752,30.990796],[120.847397,30.989595],[120.84583,30.99248],[120.844304,30.991983],[120.842549,30.993061],[120.84118,30.995311],[120.840072,30.997821],[120.830845,31.002205],[120.822977,31.005701],[120.820887,31.006359],[120.814325,31.005755],[120.802914,31.005403],[120.780981,31.000943],[120.77888,30.999619],[120.778274,30.99792],[120.77609,30.995671],[120.775077,30.995051],[120.772433,30.99538],[120.771461,30.996994],[120.769925,30.99662],[120.769664,30.993528],[120.768347,30.990743],[120.767835,30.987537],[120.768044,30.985065],[120.768859,30.982134],[120.770207,30.979241],[120.769695,30.977297],[120.766623,30.976142],[120.76329,30.975958],[120.760688,30.975422],[120.758472,30.974542],[120.755557,30.972047],[120.753718,30.969093],[120.751827,30.967455],[120.748023,30.963674],[120.745944,30.962503],[120.746644,30.961117],[120.747626,30.960352],[120.750667,30.958997],[120.753864,30.959119],[120.757365,30.961592],[120.760646,30.962526],[120.76306,30.96036],[120.763885,30.958346],[120.764617,30.957703],[120.768253,30.957022],[120.771221,30.95566],[120.770092,30.948793],[120.772454,30.947269],[120.775202,30.945103],[120.776508,30.943419],[120.777511,30.940425],[120.77865,30.937945],[120.778515,30.937217],[120.779319,30.935219],[120.778055,30.93417],[120.774314,30.93211],[120.770667,30.930479],[120.769497,30.930296],[120.767887,30.92904],[120.766675,30.926728],[120.765077,30.921],[120.764962,30.919353],[120.767323,30.917921],[120.768817,30.916298],[120.771357,30.909888],[120.770228,30.906526],[120.770427,30.902911],[120.772025,30.899732],[120.774105,30.897182],[120.775296,30.896707],[120.779215,30.896929],[120.781158,30.897925],[120.781733,30.90033],[120.781587,30.903309],[120.782402,30.903876],[120.784899,30.902459],[120.788682,30.902459],[120.791535,30.902244],[120.793175,30.901356],[120.794638,30.901509],[120.7984,30.900705],[120.798713,30.899204],[120.795976,30.898445],[120.793614,30.897044],[120.794471,30.892448],[120.795098,30.888036],[120.796028,30.882896],[120.793363,30.879617],[120.794816,30.879088],[120.793635,30.877602],[120.795181,30.874369],[120.795192,30.871503],[120.794157,30.866132],[120.792862,30.860876],[120.792182,30.859849],[120.793186,30.857022],[120.792705,30.852049],[120.793112,30.84952],[120.795788,30.847175],[120.795474,30.844378],[120.79562,30.841672],[120.795181,30.839733],[120.792998,30.833939],[120.792538,30.831394],[120.792841,30.829746],[120.793624,30.828742],[120.799476,30.828459],[120.804722,30.828505],[120.807564,30.828727],[120.809487,30.829524],[120.811744,30.832046],[120.812078,30.833364],[120.811608,30.837488],[120.81281,30.839496],[120.817376,30.840178],[120.819633,30.839189],[120.821451,30.829593],[120.822089,30.828282],[120.823531,30.827455],[120.824858,30.827723]]]]}},{"type":"Feature","properties":{"adcode":330424,"name":"海盐县","center":[120.942017,30.522223],"centroid":[120.929474,30.474419],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":3,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.956594,30.632518],[120.956751,30.630114],[120.957545,30.62804],[120.954243,30.626995],[120.954609,30.626112],[120.949625,30.620988],[120.946751,30.617509],[120.942279,30.613322],[120.938851,30.610987],[120.93488,30.609097],[120.930899,30.608359],[120.927984,30.608098],[120.923459,30.608505],[120.916249,30.609803],[120.913846,30.611156],[120.911171,30.611816],[120.908757,30.613399],[120.906103,30.613829],[120.898391,30.613752],[120.894681,30.613483],[120.889122,30.612047],[120.875099,30.609611],[120.86768,30.60862],[120.862654,30.607652],[120.859205,30.607622],[120.856018,30.608052],[120.853082,30.609404],[120.850407,30.610987],[120.846394,30.613022],[120.842925,30.614136],[120.841859,30.615734],[120.83862,30.618922],[120.836196,30.620965],[120.834325,30.622102],[120.830323,30.6239],[120.828181,30.625259],[120.825255,30.626381],[120.821263,30.626573],[120.817543,30.627226],[120.814095,30.627425],[120.811629,30.626949],[120.808578,30.629637],[120.807219,30.631435],[120.806456,30.633224],[120.805422,30.634269],[120.803896,30.634353],[120.799487,30.632303],[120.797804,30.630551],[120.796759,30.628101],[120.798024,30.625044],[120.799069,30.62168],[120.799591,30.617355],[120.800521,30.615565],[120.797606,30.614828],[120.798536,30.612769],[120.800458,30.610034],[120.801817,30.608697],[120.80166,30.607614],[120.797501,30.608144],[120.795067,30.605309],[120.793593,30.604249],[120.791932,30.604272],[120.789048,30.605463],[120.787303,30.60756],[120.784115,30.614251],[120.782297,30.615826],[120.778431,30.616702],[120.777376,30.621388],[120.776561,30.625851],[120.776048,30.62721],[120.772318,30.624337],[120.772579,30.623324],[120.770374,30.622893],[120.768222,30.621265],[120.762694,30.619245],[120.755651,30.614397],[120.74539,30.607844],[120.739099,30.602474],[120.731481,30.595705],[120.731544,30.595344],[120.727782,30.585532],[120.727135,30.585286],[120.727218,30.584571],[120.729193,30.577931],[120.731105,30.574512],[120.732234,30.570154],[120.73633,30.564467],[120.738211,30.562875],[120.740907,30.561077],[120.742798,30.558571],[120.744731,30.554459],[120.74587,30.550108],[120.745902,30.547809],[120.747114,30.538177],[120.746894,30.534725],[120.746142,30.532418],[120.745149,30.528043],[120.745724,30.525752],[120.746832,30.523461],[120.749517,30.520969],[120.752224,30.517786],[120.756268,30.514156],[120.760552,30.512141],[120.764847,30.509204],[120.76911,30.507643],[120.77283,30.50722],[120.776299,30.506574],[120.786623,30.507366],[120.790082,30.506258],[120.790678,30.501898],[120.792611,30.497321],[120.793227,30.492045],[120.797386,30.480368],[120.798515,30.475783],[120.797846,30.467728],[120.797909,30.463597],[120.798233,30.459927],[120.798797,30.457634],[120.798828,30.455564],[120.800741,30.451678],[120.803437,30.448492],[120.807982,30.446007],[120.810145,30.443498],[120.810448,30.440974],[120.811587,30.436164],[120.812695,30.432493],[120.814889,30.427459],[120.816498,30.425635],[120.82049,30.424988],[120.822925,30.421563],[120.823489,30.418584],[120.823552,30.414905],[120.822099,30.406167],[120.820072,30.400863],[120.81933,30.396944],[120.819121,30.393726],[120.817857,30.390268],[120.817909,30.38705],[120.818202,30.384763],[120.819299,30.382245],[120.820647,30.38042],[120.822528,30.378826],[120.82863,30.377278],[120.830762,30.375915],[120.832904,30.375253],[120.835046,30.373428],[120.837021,30.369354],[120.84002,30.363808],[120.841661,30.359657],[120.842288,30.35462],[120.84304,30.343165],[120.842706,30.325446],[120.843406,30.316862],[120.847397,30.308933],[120.850929,30.300509],[120.861233,30.281418],[120.865705,30.274172],[120.867042,30.271743],[120.868579,30.27209],[120.884524,30.276384],[120.91604,30.285765],[120.947315,30.302498],[120.954369,30.306436],[120.968716,30.311576],[120.995163,30.319929],[121.00554,30.322025],[121.013941,30.323612],[121.01972,30.327541],[121.023398,30.3305],[121.032562,30.337002],[121.034756,30.34231],[121.040086,30.352863],[121.046272,30.360743],[121.060201,30.376354],[121.086972,30.397129],[121.091863,30.416906],[121.099512,30.443644],[121.109512,30.466874],[121.119209,30.489768],[121.093148,30.515848],[121.087829,30.52223],[121.071591,30.542697],[121.047588,30.570677],[121.04041,30.583019],[121.044224,30.585247],[121.050472,30.587676],[121.048184,30.59171],[121.050086,30.592647],[121.04601,30.602597],[121.045373,30.603496],[121.044056,30.602643],[121.042823,30.605639],[121.040065,30.603865],[121.03764,30.60756],[121.043346,30.611002],[121.043022,30.611563],[121.044307,30.6123],[121.043294,30.61429],[121.041674,30.613529],[121.041089,30.614367],[121.040608,30.616625],[121.039166,30.618331],[121.040138,30.619106],[121.038821,30.620842],[121.036773,30.622916],[121.034913,30.626457],[121.036157,30.627279],[121.035248,30.632041],[121.031653,30.635375],[121.029835,30.634422],[121.030274,30.633608],[121.031245,30.633985],[121.032008,30.632925],[121.03136,30.632326],[121.028455,30.631435],[121.028445,30.630912],[121.026209,30.62973],[121.023879,30.633071],[121.021047,30.630582],[121.022792,30.626358],[121.023095,30.625144],[121.020932,30.624967],[121.020284,30.626534],[121.019751,30.626396],[121.020305,30.624798],[121.019573,30.624092],[121.016762,30.623569],[121.016282,30.625083],[121.015362,30.625298],[121.014255,30.624414],[121.015373,30.622986],[121.013325,30.622064],[121.014369,30.621088],[121.012353,30.620389],[121.011527,30.622171],[121.007745,30.618684],[121.005498,30.62042],[121.003951,30.623324],[121.003335,30.623362],[121.002374,30.625328],[121.001548,30.625474],[121.000022,30.626895],[121.000252,30.627955],[120.998382,30.628631],[120.995028,30.627272],[120.995602,30.62645],[120.99486,30.62592],[120.99346,30.627364],[120.990106,30.626335],[120.988747,30.628562],[120.986866,30.629077],[120.985957,30.628209],[120.986229,30.625543],[120.984735,30.624591],[120.984662,30.623877],[120.983032,30.623631],[120.983502,30.622832],[120.982478,30.62221],[120.982342,30.621334],[120.980764,30.621365],[120.980283,30.622095],[120.979061,30.621949],[120.97997,30.622986],[120.978831,30.625359],[120.97719,30.624837],[120.976344,30.626865],[120.978214,30.627141],[120.97695,30.627517],[120.977431,30.628239],[120.97695,30.629246],[120.975612,30.629123],[120.975372,30.629975],[120.977462,30.630935],[120.976887,30.633293],[120.979322,30.633831],[120.97858,30.637364],[120.976229,30.63728],[120.976229,30.638001],[120.974484,30.638155],[120.972289,30.637863],[120.970733,30.638109],[120.970346,30.638793],[120.968716,30.639069],[120.966072,30.638255],[120.966448,30.636688],[120.967357,30.636627],[120.967911,30.635336],[120.963752,30.634361],[120.963919,30.633831],[120.958444,30.632671],[120.956594,30.632518]]]]}},{"type":"Feature","properties":{"adcode":330481,"name":"海宁市","center":[120.688821,30.525544],"centroid":[120.623163,30.425385],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":4,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.341476,30.47146],[120.340786,30.470013],[120.341194,30.468644],[120.34063,30.466036],[120.337223,30.464235],[120.337537,30.461735],[120.336857,30.458118],[120.337871,30.451916],[120.339825,30.450147],[120.340974,30.441612],[120.339428,30.440012],[120.339626,30.436618],[120.340337,30.433878],[120.339867,30.433786],[120.335948,30.431246],[120.330765,30.427267],[120.332688,30.424665],[120.333315,30.418615],[120.33297,30.417314],[120.330306,30.415798],[120.32484,30.411964],[120.321518,30.407715],[120.322061,30.404743],[120.320504,30.404335],[120.316157,30.401348],[120.314182,30.400547],[120.310995,30.400817],[120.311737,30.399207],[120.306408,30.396228],[120.306679,30.395088],[120.308926,30.393341],[120.312709,30.394203],[120.315708,30.394326],[120.318832,30.388805],[120.318372,30.385471],[120.31902,30.384478],[120.319072,30.382622],[120.318477,30.382091],[120.318644,30.380628],[120.319501,30.378895],[120.321131,30.378572],[120.321256,30.377278],[120.323294,30.376924],[120.323963,30.378587],[120.327171,30.377617],[120.332625,30.375276],[120.339417,30.37332],[120.342928,30.371618],[120.344339,30.368091],[120.347213,30.369277],[120.35063,30.372165],[120.353493,30.373343],[120.355949,30.374059],[120.362845,30.374683],[120.371152,30.377293],[120.373221,30.378302],[120.379481,30.380713],[120.38666,30.38169],[120.389105,30.382437],[120.395144,30.383862],[120.398321,30.384794],[120.400098,30.384262],[120.400651,30.381683],[120.400913,30.377032],[120.400421,30.374752],[120.399606,30.373266],[120.397255,30.372195],[120.39621,30.370624],[120.38853,30.370116],[120.380818,30.356376],[120.382407,30.355767],[120.380818,30.351562],[120.37807,30.344929],[120.384173,30.340007],[120.383953,30.339152],[120.385615,30.338019],[120.395207,30.332218],[120.400484,30.327349],[120.403086,30.325253],[120.406587,30.324875],[120.41108,30.320568],[120.413745,30.318303],[120.416326,30.322803],[120.418948,30.326439],[120.419157,30.331078],[120.421111,30.334637],[120.423358,30.339491],[120.42922,30.35264],[120.433484,30.361413],[120.438426,30.372681],[120.439931,30.374467],[120.443275,30.376908],[120.446441,30.378556],[120.450213,30.380043],[120.456326,30.381775],[120.460234,30.382684],[120.465574,30.383546],[120.476159,30.385464],[120.498741,30.389029],[120.505564,30.389298],[120.510162,30.389137],[120.567864,30.387874],[120.589191,30.388521],[120.611825,30.388952],[120.619547,30.389006],[120.630331,30.389414],[120.633883,30.389452],[120.642724,30.388582],[120.659004,30.385595],[120.662682,30.384663],[120.676047,30.381937],[120.68494,30.379973],[120.693529,30.377832],[120.696298,30.376416],[120.698189,30.375037],[120.700436,30.37265],[120.702484,30.369431],[120.703874,30.365849],[120.704543,30.344467],[120.704146,30.3308],[120.705044,30.315606],[120.706037,30.309457],[120.708263,30.303307],[120.710844,30.297534],[120.71402,30.293349],[120.719256,30.288178],[120.721941,30.28632],[120.727615,30.283507],[120.732307,30.280762],[120.739893,30.276631],[120.745703,30.274341],[120.749078,30.27337],[120.754951,30.272614],[120.761148,30.27078],[120.775516,30.266694],[120.784345,30.26455],[120.789372,30.263132],[120.800866,30.262322],[120.825307,30.262669],[120.850908,30.268058],[120.867042,30.271743],[120.865705,30.274172],[120.861233,30.281418],[120.850929,30.300509],[120.847397,30.308933],[120.843406,30.316862],[120.842706,30.325446],[120.84304,30.343165],[120.842288,30.35462],[120.841661,30.359657],[120.84002,30.363808],[120.837021,30.369354],[120.835046,30.373428],[120.832904,30.375253],[120.830762,30.375915],[120.82863,30.377278],[120.822528,30.378826],[120.820647,30.38042],[120.819299,30.382245],[120.818202,30.384763],[120.817909,30.38705],[120.817857,30.390268],[120.819121,30.393726],[120.81933,30.396944],[120.820072,30.400863],[120.822099,30.406167],[120.823552,30.414905],[120.823489,30.418584],[120.822925,30.421563],[120.82049,30.424988],[120.816498,30.425635],[120.814889,30.427459],[120.812695,30.432493],[120.811587,30.436164],[120.810448,30.440974],[120.810145,30.443498],[120.807982,30.446007],[120.803437,30.448492],[120.800741,30.451678],[120.798828,30.455564],[120.798797,30.457634],[120.798233,30.459927],[120.797909,30.463597],[120.797846,30.467728],[120.798515,30.475783],[120.797386,30.480368],[120.793227,30.492045],[120.792611,30.497321],[120.790678,30.501898],[120.790082,30.506258],[120.786623,30.507366],[120.776299,30.506574],[120.77283,30.50722],[120.76911,30.507643],[120.764847,30.509204],[120.760552,30.512141],[120.756268,30.514156],[120.752224,30.517786],[120.749517,30.520969],[120.746832,30.523461],[120.745724,30.525752],[120.745149,30.528043],[120.746142,30.532418],[120.746894,30.534725],[120.747114,30.538177],[120.745902,30.547809],[120.74587,30.550108],[120.744731,30.554459],[120.742798,30.558571],[120.740907,30.561077],[120.738211,30.562875],[120.73633,30.564467],[120.732234,30.570154],[120.731105,30.574512],[120.729193,30.577931],[120.727218,30.584571],[120.727135,30.585286],[120.725295,30.584571],[120.721596,30.581459],[120.719653,30.58109],[120.716069,30.581928],[120.712234,30.582281],[120.706758,30.583026],[120.703383,30.582857],[120.703404,30.58474],[120.698722,30.584663],[120.694898,30.583903],[120.694532,30.585485],[120.693957,30.58474],[120.692442,30.584948],[120.692609,30.58371],[120.687124,30.583119],[120.678879,30.582027],[120.678252,30.583011],[120.677343,30.581812],[120.674145,30.581305],[120.674511,30.579914],[120.672609,30.580083],[120.672651,30.580806],[120.669328,30.580383],[120.665848,30.580483],[120.665462,30.581774],[120.664041,30.581943],[120.663132,30.583856],[120.663309,30.584579],[120.661428,30.584709],[120.661334,30.586876],[120.660352,30.586592],[120.660707,30.58819],[120.659861,30.587722],[120.656548,30.587737],[120.656569,30.588882],[120.655117,30.588705],[120.655096,30.589865],[120.653758,30.591494],[120.651825,30.590572],[120.653257,30.590357],[120.653361,30.589704],[120.651836,30.58952],[120.652651,30.587845],[120.65101,30.585839],[120.648544,30.584056],[120.647739,30.580613],[120.647959,30.578193],[120.648753,30.578277],[120.64961,30.577224],[120.651616,30.577125],[120.653058,30.577624],[120.652954,30.578823],[120.65543,30.579307],[120.655974,30.577286],[120.657259,30.575188],[120.655493,30.574581],[120.653821,30.573466],[120.655786,30.570438],[120.658408,30.570838],[120.659589,30.570123],[120.660383,30.568709],[120.660174,30.567925],[120.66217,30.56512],[120.661083,30.564912],[120.660509,30.564051],[120.662494,30.56306],[120.66146,30.562307],[120.66239,30.561746],[120.662996,30.55977],[120.664856,30.560039],[120.666663,30.557726],[120.668001,30.555235],[120.665514,30.554543],[120.661898,30.553129],[120.659589,30.551861],[120.657447,30.551215],[120.660436,30.544027],[120.656914,30.542905],[120.656329,30.541967],[120.657886,30.536078],[120.657384,30.536324],[120.65241,30.536762],[120.649819,30.536562],[120.648262,30.535755],[120.645681,30.535355],[120.642922,30.53534],[120.641522,30.535878],[120.636485,30.535348],[120.632494,30.535524],[120.629568,30.53594],[120.623716,30.535855],[120.616819,30.535078],[120.61288,30.533187],[120.608157,30.529904],[120.605001,30.528028],[120.598397,30.526336],[120.58964,30.526682],[120.587247,30.526421],[120.584625,30.525245],[120.58149,30.522907],[120.577603,30.518032],[120.573423,30.514079],[120.570319,30.510134],[120.569316,30.506674],[120.567279,30.502282],[120.566819,30.498375],[120.566861,30.496537],[120.56639,30.493314],[120.563318,30.49056],[120.564206,30.488284],[120.561594,30.487707],[120.561625,30.48723],[120.564405,30.487284],[120.564624,30.486568],[120.563005,30.486284],[120.563047,30.484491],[120.553861,30.484291],[120.540643,30.483468],[120.537111,30.483337],[120.5364,30.48123],[120.535042,30.481007],[120.529535,30.480891],[120.529462,30.482922],[120.521886,30.482607],[120.519754,30.482391],[120.513903,30.48223],[120.513788,30.484445],[120.512837,30.484476],[120.512826,30.487314],[120.511646,30.487653],[120.511269,30.488668],[120.510172,30.488684],[120.509911,30.48943],[120.506975,30.488945],[120.507706,30.489768],[120.507623,30.49083],[120.505919,30.491022],[120.505052,30.494814],[120.502784,30.494775],[120.502586,30.496191],[120.501353,30.496752],[120.502304,30.496983],[120.502022,30.498552],[120.500632,30.498183],[120.499984,30.496814],[120.495606,30.494883],[120.495647,30.494268],[120.492492,30.493683],[120.490517,30.49406],[120.486337,30.493283],[120.482178,30.493206],[120.482189,30.495068],[120.481499,30.49576],[120.480778,30.494706],[120.479963,30.494745],[120.479879,30.496137],[120.478824,30.496283],[120.479033,30.497237],[120.478312,30.499444],[120.476556,30.499198],[120.476776,30.500329],[120.476232,30.502597],[120.475125,30.503936],[120.468542,30.503774],[120.467747,30.503343],[120.46734,30.500467],[120.46617,30.500159],[120.466117,30.498983],[120.466985,30.497321],[120.466702,30.495614],[120.465365,30.495975],[120.464644,30.497083],[120.460182,30.497783],[120.459754,30.498383],[120.457862,30.49816],[120.458113,30.496291],[120.457643,30.495222],[120.454132,30.495091],[120.452502,30.49576],[120.451969,30.495229],[120.449158,30.495114],[120.448071,30.495522],[120.444006,30.495291],[120.444205,30.493829],[120.4427,30.493776],[120.441195,30.492945],[120.438635,30.497498],[120.436786,30.502098],[120.435918,30.501944],[120.431185,30.502528],[120.430923,30.495875],[120.431383,30.490553],[120.429241,30.490545],[120.428175,30.486453],[120.42502,30.484345],[120.423933,30.484253],[120.41574,30.485845],[120.414392,30.483984],[120.411937,30.484537],[120.411885,30.486707],[120.405385,30.488153],[120.391027,30.493237],[120.390348,30.492183],[120.387704,30.491406],[120.386513,30.492314],[120.384789,30.492214],[120.381445,30.491307],[120.380776,30.492253],[120.376691,30.490337],[120.377067,30.489099],[120.376262,30.488837],[120.376095,30.487037],[120.376712,30.485291],[120.375134,30.484861],[120.375019,30.483537],[120.376335,30.483599],[120.377036,30.482814],[120.377819,30.480676],[120.377192,30.47966],[120.374977,30.478876],[120.374371,30.475322],[120.371445,30.473344],[120.370087,30.473452],[120.367934,30.47436],[120.368258,30.47526],[120.366868,30.478437],[120.365426,30.478707],[120.364653,30.480914],[120.363974,30.481199],[120.357182,30.479183],[120.351361,30.478399],[120.347349,30.478376],[120.344517,30.477114],[120.344987,30.471975],[120.342176,30.47116],[120.341476,30.47146]]]]}},{"type":"Feature","properties":{"adcode":330482,"name":"平湖市","center":[121.014666,30.698921],"centroid":[121.103105,30.705649],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":5,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.960743,30.776468],[120.961631,30.773761],[120.960429,30.763974],[120.960502,30.761328],[120.961328,30.759318],[120.965518,30.755698],[120.966709,30.752353],[120.966939,30.750466],[120.966438,30.748702],[120.967211,30.747712],[120.968413,30.747981],[120.971307,30.749315],[120.973052,30.749584],[120.975372,30.749438],[120.97696,30.748786],[120.97741,30.74752],[120.975142,30.743109],[120.973366,30.739081],[120.97324,30.737079],[120.972582,30.736074],[120.971652,30.72537],[120.971579,30.72313],[120.97555,30.722938],[120.981245,30.721603],[120.980127,30.719147],[120.979479,30.71686],[120.979667,30.710038],[120.979019,30.707413],[120.978476,30.703921],[120.975989,30.702992],[120.963742,30.700398],[120.95998,30.70079],[120.95254,30.702094],[120.951662,30.701442],[120.952059,30.692707],[120.954128,30.683028],[120.954045,30.677255],[120.953115,30.673209],[120.953564,30.669078],[120.954515,30.66775],[120.954504,30.662229],[120.955455,30.658198],[120.955518,30.657031],[120.956594,30.653238],[120.956542,30.651049],[120.955988,30.650404],[120.955717,30.645896],[120.953585,30.642579],[120.952728,30.639622],[120.95277,30.637771],[120.953909,30.632771],[120.956594,30.632518],[120.958444,30.632671],[120.963919,30.633831],[120.963752,30.634361],[120.967911,30.635336],[120.967357,30.636627],[120.966448,30.636688],[120.966072,30.638255],[120.968716,30.639069],[120.970346,30.638793],[120.970733,30.638109],[120.972289,30.637863],[120.974484,30.638155],[120.976229,30.638001],[120.976229,30.63728],[120.97858,30.637364],[120.979322,30.633831],[120.976887,30.633293],[120.977462,30.630935],[120.975372,30.629975],[120.975612,30.629123],[120.97695,30.629246],[120.977431,30.628239],[120.97695,30.627517],[120.978214,30.627141],[120.976344,30.626865],[120.97719,30.624837],[120.978831,30.625359],[120.97997,30.622986],[120.979061,30.621949],[120.980283,30.622095],[120.980764,30.621365],[120.982342,30.621334],[120.982478,30.62221],[120.983502,30.622832],[120.983032,30.623631],[120.984662,30.623877],[120.984735,30.624591],[120.986229,30.625543],[120.985957,30.628209],[120.986866,30.629077],[120.988747,30.628562],[120.990106,30.626335],[120.99346,30.627364],[120.99486,30.62592],[120.995602,30.62645],[120.995028,30.627272],[120.998382,30.628631],[121.000252,30.627955],[121.000022,30.626895],[121.001548,30.625474],[121.002374,30.625328],[121.003335,30.623362],[121.003951,30.623324],[121.005498,30.62042],[121.007745,30.618684],[121.011527,30.622171],[121.012353,30.620389],[121.014369,30.621088],[121.013325,30.622064],[121.015373,30.622986],[121.014255,30.624414],[121.015362,30.625298],[121.016282,30.625083],[121.016762,30.623569],[121.019573,30.624092],[121.020305,30.624798],[121.019751,30.626396],[121.020284,30.626534],[121.020932,30.624967],[121.023095,30.625144],[121.022792,30.626358],[121.021047,30.630582],[121.023879,30.633071],[121.026209,30.62973],[121.028445,30.630912],[121.028455,30.631435],[121.03136,30.632326],[121.032008,30.632925],[121.031245,30.633985],[121.030274,30.633608],[121.029835,30.634422],[121.031653,30.635375],[121.035248,30.632041],[121.036157,30.627279],[121.034913,30.626457],[121.036773,30.622916],[121.038821,30.620842],[121.040138,30.619106],[121.039166,30.618331],[121.040608,30.616625],[121.041089,30.614367],[121.041674,30.613529],[121.043294,30.61429],[121.044307,30.6123],[121.043022,30.611563],[121.043346,30.611002],[121.03764,30.60756],[121.040065,30.603865],[121.042823,30.605639],[121.044056,30.602643],[121.045373,30.603496],[121.04601,30.602597],[121.050086,30.592647],[121.048184,30.59171],[121.050472,30.587676],[121.044224,30.585247],[121.04041,30.583019],[121.047588,30.570677],[121.071591,30.542697],[121.058351,30.564021],[121.085374,30.575226],[121.116482,30.58547],[121.122793,30.589197],[121.130327,30.591056],[121.143682,30.597895],[121.14922,30.600023],[121.150171,30.60093],[121.149721,30.602728],[121.149784,30.607107],[121.150077,30.609481],[121.150871,30.61177],[121.153306,30.613299],[121.15737,30.615396],[121.172648,30.625805],[121.188886,30.633048],[121.206462,30.636657],[121.220987,30.639891],[121.231687,30.644092],[121.239524,30.649068],[121.242398,30.651694],[121.244947,30.654766],[121.257037,30.673646],[121.258918,30.675028],[121.273025,30.677301],[121.274655,30.677393],[121.272921,30.688301],[121.272409,30.693275],[121.271604,30.696891],[121.270423,30.698073],[121.270914,30.699784],[121.270664,30.701565],[121.268657,30.702133],[121.268438,30.704059],[121.26779,30.704673],[121.26802,30.706101],[121.266672,30.706293],[121.265857,30.709493],[121.267414,30.711695],[121.268438,30.712148],[121.267059,30.715041],[121.27034,30.716891],[121.270099,30.720475],[121.271374,30.721518],[121.272032,30.723252],[121.271761,30.72425],[121.27034,30.725869],[121.271447,30.726951],[121.26964,30.726951],[121.271071,30.727918],[121.269754,30.730726],[121.271447,30.732268],[121.270256,30.732652],[121.268177,30.734923],[121.267173,30.734578],[121.266829,30.733496],[121.261353,30.738214],[121.25802,30.742319],[121.2564,30.743945],[121.25431,30.745104],[121.248584,30.747658],[121.244759,30.749185],[121.243098,30.750527],[121.242022,30.749799],[121.241133,30.750336],[121.241677,30.751072],[121.239629,30.752039],[121.238949,30.751532],[121.237288,30.752652],[121.236358,30.751847],[121.235522,30.752269],[121.236483,30.753811],[121.232304,30.755813],[121.23199,30.756396],[121.230977,30.760898],[121.230684,30.763736],[121.229117,30.767978],[121.226922,30.770823],[121.227821,30.772005],[121.226201,30.772971],[121.226212,30.775088],[121.225595,30.776591],[121.224634,30.776982],[121.223401,30.775977],[121.222126,30.77712],[121.221279,30.779091],[121.217988,30.784957],[121.216912,30.785632],[121.213724,30.785924],[121.205532,30.785908],[121.20363,30.784911],[121.201049,30.783991],[121.200088,30.783293],[121.200171,30.78179],[121.199168,30.780755],[121.19921,30.779175],[121.20013,30.776246],[121.200328,30.773623],[121.19828,30.773899],[121.196953,30.773354],[121.193682,30.776499],[121.191833,30.778845],[121.190965,30.781085],[121.189523,30.778968],[121.18711,30.779497],[121.186159,30.778623],[121.185783,30.776652],[121.183442,30.775034],[121.179962,30.774374],[121.17874,30.773592],[121.174675,30.772012],[121.173567,30.773646],[121.170986,30.774681],[121.170788,30.777089],[121.169805,30.776944],[121.168959,30.775962],[121.165511,30.77521],[121.163431,30.775272],[121.160746,30.773216],[121.160683,30.776583],[121.157527,30.777634],[121.155824,30.777204],[121.152689,30.778976],[121.148833,30.77916],[121.14783,30.779482],[121.144121,30.779482],[121.14342,30.778194],[121.141487,30.777772],[121.14062,30.776928],[121.138708,30.777603],[121.138708,30.778424],[121.137475,30.77827],[121.136022,30.777335],[121.131822,30.777319],[121.127527,30.778677],[121.123431,30.778945],[121.120358,30.782987],[121.118101,30.784559],[121.117213,30.786077],[121.118039,30.787434],[121.120035,30.788554],[121.123086,30.788132],[121.125249,30.788178],[121.126294,30.788577],[121.12667,30.789497],[121.126043,30.79304],[121.126607,30.795003],[121.126649,30.798399],[121.127151,30.800799],[121.12714,30.802701],[121.127589,30.805514],[121.128237,30.807186],[121.128206,30.810229],[121.129303,30.811709],[121.130223,30.815581],[121.131707,30.816845],[121.132375,30.819283],[121.134549,30.82133],[121.136158,30.823852],[121.137412,30.825032],[121.137412,30.829984],[121.136513,30.829969],[121.136242,30.827868],[121.134267,30.828505],[121.133828,30.831049],[121.132919,30.831601],[121.134622,30.833027],[121.131613,30.836008],[121.129982,30.834897],[121.127684,30.835648],[121.120641,30.83633],[121.119376,30.836139],[121.11901,30.835027],[121.117746,30.835303],[121.119836,30.837733],[121.120223,30.839097],[121.120045,30.842745],[121.120243,30.843297],[121.123546,30.847259],[121.122156,30.847933],[121.122678,30.848861],[121.121153,30.850164],[121.120045,30.849121],[121.114747,30.851474],[121.113451,30.8526],[121.113159,30.854049],[121.111539,30.852547],[121.110902,30.851413],[121.104789,30.849328],[121.103921,30.850485],[121.10227,30.850255],[121.100097,30.851765],[121.099512,30.852547],[121.100275,30.853589],[121.099428,30.85411],[121.098592,30.85365],[121.097694,30.854922],[121.098362,30.855589],[121.097579,30.856141],[121.097714,30.857099],[121.09111,30.853811],[121.087255,30.852041],[121.084015,30.850278],[121.080473,30.848738],[121.078184,30.848922],[121.072019,30.848899],[121.071256,30.848685],[121.067003,30.848769],[121.063973,30.847228],[121.060525,30.845182],[121.061664,30.843381],[121.060222,30.842799],[121.060974,30.841289],[121.061465,30.838568],[121.06205,30.837787],[121.056335,30.835602],[121.051078,30.832874],[121.046752,30.831095],[121.048895,30.825186],[121.04669,30.825216],[121.045101,30.825914],[121.043513,30.828152],[121.03995,30.827225],[121.039887,30.826818],[121.041758,30.82537],[121.041371,30.824503],[121.040274,30.824381],[121.040357,30.823453],[121.039333,30.822618],[121.039197,30.82087],[121.037682,30.820264],[121.038644,30.818701],[121.040096,30.818793],[121.041496,30.819866],[121.040796,30.821522],[121.041319,30.821545],[121.042301,30.819697],[121.043753,30.820019],[121.044976,30.815527],[121.037912,30.813886],[121.037745,30.8145],[121.035185,30.813503],[121.034725,30.81269],[121.035457,30.803621],[121.035237,30.803084],[121.033199,30.802609],[121.03322,30.800316],[121.032781,30.799941],[121.033064,30.796613],[121.028873,30.790617],[121.021506,30.783171],[121.014892,30.777342],[121.010932,30.774765],[121.00926,30.774635],[120.999343,30.776491],[120.993188,30.778017],[120.992864,30.77643],[120.990587,30.776882],[120.9902,30.778324],[120.988643,30.778562],[120.985968,30.779505],[120.984766,30.778033],[120.982781,30.779214],[120.97951,30.779436],[120.979594,30.780977],[120.978664,30.782089],[120.976595,30.782227],[120.971767,30.780456],[120.969667,30.778761],[120.967107,30.777825],[120.963104,30.777304],[120.960743,30.776468]]],[[[121.146608,30.598318],[121.145301,30.596074],[121.145312,30.594291],[121.14689,30.594261],[121.148676,30.597334],[121.148582,30.598863],[121.146608,30.598318]]],[[[121.128352,30.587606],[121.129867,30.586231],[121.131341,30.586484],[121.131309,30.587476],[121.129314,30.588498],[121.128352,30.587606]]],[[[121.127088,30.57943],[121.126409,30.578961],[121.127851,30.578093],[121.128937,30.578516],[121.128906,30.579338],[121.127088,30.57943]]],[[[121.304572,30.506658],[121.305011,30.505597],[121.306181,30.506466],[121.306631,30.508712],[121.304572,30.506658]]],[[[121.336746,30.499736],[121.337906,30.499144],[121.339588,30.500336],[121.339411,30.501259],[121.337363,30.501175],[121.336746,30.499736]]],[[[121.314854,30.476929],[121.316934,30.477029],[121.317613,30.479314],[121.314938,30.479707],[121.313736,30.478291],[121.314854,30.476929]]]]}},{"type":"Feature","properties":{"adcode":330483,"name":"桐乡市","center":[120.551085,30.629065],"centroid":[120.483773,30.605992],"childrenNum":0,"level":"district","parent":{"adcode":330400},"subFeatureIndex":6,"acroutes":[100000,330000,330400]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.533579,30.794681],[120.530089,30.789727],[120.526129,30.784873],[120.524551,30.782619],[120.520486,30.776215],[120.518218,30.773224],[120.511478,30.765339],[120.508041,30.761581],[120.504435,30.757976],[120.503464,30.757953],[120.502325,30.758774],[120.499556,30.759924],[120.495324,30.761313],[120.492784,30.761757],[120.48943,30.763414],[120.489075,30.763844],[120.485449,30.763951],[120.484258,30.763146],[120.480872,30.763552],[120.479534,30.764956],[120.474895,30.764803],[120.47363,30.764948],[120.469952,30.764434],[120.473745,30.755866],[120.472241,30.754923],[120.472627,30.753619],[120.473683,30.753558],[120.474247,30.752453],[120.472983,30.75187],[120.473066,30.74999],[120.471917,30.746692],[120.473181,30.746584],[120.474696,30.745288],[120.474613,30.741007],[120.476703,30.740923],[120.476838,30.74136],[120.479221,30.741314],[120.479702,30.739496],[120.479733,30.73767],[120.481175,30.736795],[120.482283,30.733933],[120.483798,30.733457],[120.485553,30.731416],[120.486253,30.727994],[120.482398,30.721342],[120.478625,30.715632],[120.476859,30.714397],[120.476629,30.712425],[120.475281,30.710705],[120.472021,30.707636],[120.467632,30.703123],[120.462888,30.701404],[120.458761,30.701181],[120.457799,30.701749],[120.456681,30.701074],[120.451049,30.700767],[120.444487,30.701757],[120.441969,30.698502],[120.441153,30.695578],[120.443181,30.693544],[120.447716,30.691502],[120.452355,30.68824],[120.45503,30.685546],[120.455104,30.682375],[120.451049,30.681239],[120.440129,30.681623],[120.432783,30.679573],[120.424873,30.678429],[120.415113,30.676756],[120.407966,30.675673],[120.406085,30.670752],[120.404821,30.671397],[120.39691,30.672525],[120.396775,30.671274],[120.390944,30.671589],[120.390787,30.670552],[120.388363,30.670606],[120.386127,30.671113],[120.385259,30.670314],[120.384695,30.670859],[120.383368,30.670337],[120.382971,30.671005],[120.382156,30.670145],[120.379481,30.66937],[120.378979,30.667105],[120.379136,30.663466],[120.37993,30.663443],[120.379805,30.659673],[120.37831,30.65654],[120.375573,30.657154],[120.372584,30.657062],[120.370421,30.658052],[120.36878,30.657215],[120.367223,30.654935],[120.364622,30.654551],[120.359763,30.657415],[120.35808,30.661093],[120.356231,30.662145],[120.353994,30.662798],[120.3483,30.663159],[120.344987,30.662736],[120.343409,30.661822],[120.342678,30.660548],[120.341904,30.656194],[120.341779,30.652178],[120.344141,30.647302],[120.342814,30.642778],[120.34157,30.639929],[120.340191,30.635982],[120.340118,30.631343],[120.335468,30.619828],[120.334161,30.617078],[120.332709,30.615058],[120.331779,30.614428],[120.328926,30.613499],[120.323984,30.612454],[120.319135,30.612385],[120.315279,30.61207],[120.309386,30.612638],[120.307453,30.612085],[120.304036,30.609888],[120.303168,30.609027],[120.303294,30.603811],[120.30298,30.600615],[120.301883,30.598325],[120.301998,30.596719],[120.302583,30.595621],[120.308487,30.591156],[120.310117,30.589135],[120.313565,30.586792],[120.31692,30.583526],[120.318257,30.581812],[120.319125,30.579069],[120.318801,30.577686],[120.316324,30.573159],[120.311779,30.571061],[120.31135,30.5699],[120.308738,30.569931],[120.30903,30.569247],[120.307536,30.569093],[120.306397,30.569839],[120.305948,30.56628],[120.305248,30.566027],[120.304704,30.564467],[120.301517,30.563959],[120.301643,30.565527],[120.299062,30.565197],[120.299375,30.564144],[120.296878,30.564751],[120.297014,30.565696],[120.295958,30.565543],[120.296,30.56193],[120.299521,30.557072],[120.300242,30.552944],[120.300984,30.544227],[120.301131,30.540445],[120.301068,30.536139],[120.301298,30.533556],[120.301977,30.529996],[120.300054,30.524914],[120.299229,30.523268],[120.299197,30.521146],[120.299908,30.519816],[120.311591,30.520739],[120.31459,30.521861],[120.317693,30.521608],[120.319908,30.518486],[120.322301,30.50998],[120.322657,30.506481],[120.324506,30.502397],[120.326147,30.500429],[120.325582,30.49826],[120.32576,30.496944],[120.327108,30.494006],[120.327662,30.491076],[120.327348,30.488037],[120.327902,30.484199],[120.325791,30.480784],[120.326021,30.478591],[120.327442,30.475145],[120.328341,30.473583],[120.328362,30.470783],[120.329198,30.468421],[120.331319,30.468405],[120.333461,30.469867],[120.33506,30.471344],[120.337192,30.47179],[120.341372,30.472267],[120.341476,30.47146],[120.342176,30.47116],[120.344987,30.471975],[120.344517,30.477114],[120.347349,30.478376],[120.351361,30.478399],[120.357182,30.479183],[120.363974,30.481199],[120.364653,30.480914],[120.365426,30.478707],[120.366868,30.478437],[120.368258,30.47526],[120.367934,30.47436],[120.370087,30.473452],[120.371445,30.473344],[120.374371,30.475322],[120.374977,30.478876],[120.377192,30.47966],[120.377819,30.480676],[120.377036,30.482814],[120.376335,30.483599],[120.375019,30.483537],[120.375134,30.484861],[120.376712,30.485291],[120.376095,30.487037],[120.376262,30.488837],[120.377067,30.489099],[120.376691,30.490337],[120.380776,30.492253],[120.381445,30.491307],[120.384789,30.492214],[120.386513,30.492314],[120.387704,30.491406],[120.390348,30.492183],[120.391027,30.493237],[120.405385,30.488153],[120.411885,30.486707],[120.411937,30.484537],[120.414392,30.483984],[120.41574,30.485845],[120.423933,30.484253],[120.42502,30.484345],[120.428175,30.486453],[120.429241,30.490545],[120.431383,30.490553],[120.430923,30.495875],[120.431185,30.502528],[120.435918,30.501944],[120.436786,30.502098],[120.438635,30.497498],[120.441195,30.492945],[120.4427,30.493776],[120.444205,30.493829],[120.444006,30.495291],[120.448071,30.495522],[120.449158,30.495114],[120.451969,30.495229],[120.452502,30.49576],[120.454132,30.495091],[120.457643,30.495222],[120.458113,30.496291],[120.457862,30.49816],[120.459754,30.498383],[120.460182,30.497783],[120.464644,30.497083],[120.465365,30.495975],[120.466702,30.495614],[120.466985,30.497321],[120.466117,30.498983],[120.46617,30.500159],[120.46734,30.500467],[120.467747,30.503343],[120.468542,30.503774],[120.475125,30.503936],[120.476232,30.502597],[120.476776,30.500329],[120.476556,30.499198],[120.478312,30.499444],[120.479033,30.497237],[120.478824,30.496283],[120.479879,30.496137],[120.479963,30.494745],[120.480778,30.494706],[120.481499,30.49576],[120.482189,30.495068],[120.482178,30.493206],[120.486337,30.493283],[120.490517,30.49406],[120.492492,30.493683],[120.495647,30.494268],[120.495606,30.494883],[120.499984,30.496814],[120.500632,30.498183],[120.502022,30.498552],[120.502304,30.496983],[120.501353,30.496752],[120.502586,30.496191],[120.502784,30.494775],[120.505052,30.494814],[120.505919,30.491022],[120.507623,30.49083],[120.507706,30.489768],[120.506975,30.488945],[120.509911,30.48943],[120.510172,30.488684],[120.511269,30.488668],[120.511646,30.487653],[120.512826,30.487314],[120.512837,30.484476],[120.513788,30.484445],[120.513903,30.48223],[120.519754,30.482391],[120.521886,30.482607],[120.529462,30.482922],[120.529535,30.480891],[120.535042,30.481007],[120.5364,30.48123],[120.537111,30.483337],[120.540643,30.483468],[120.553861,30.484291],[120.563047,30.484491],[120.563005,30.486284],[120.564624,30.486568],[120.564405,30.487284],[120.561625,30.48723],[120.561594,30.487707],[120.564206,30.488284],[120.563318,30.49056],[120.56639,30.493314],[120.566861,30.496537],[120.566819,30.498375],[120.567279,30.502282],[120.569316,30.506674],[120.570319,30.510134],[120.573423,30.514079],[120.577603,30.518032],[120.58149,30.522907],[120.584625,30.525245],[120.587247,30.526421],[120.58964,30.526682],[120.598397,30.526336],[120.605001,30.528028],[120.608157,30.529904],[120.61288,30.533187],[120.616819,30.535078],[120.623716,30.535855],[120.629568,30.53594],[120.632494,30.535524],[120.636485,30.535348],[120.641522,30.535878],[120.642922,30.53534],[120.645681,30.535355],[120.648262,30.535755],[120.649819,30.536562],[120.65241,30.536762],[120.657384,30.536324],[120.657886,30.536078],[120.656329,30.541967],[120.656914,30.542905],[120.660436,30.544027],[120.657447,30.551215],[120.659589,30.551861],[120.661898,30.553129],[120.665514,30.554543],[120.668001,30.555235],[120.666663,30.557726],[120.664856,30.560039],[120.662996,30.55977],[120.66239,30.561746],[120.66146,30.562307],[120.662494,30.56306],[120.660509,30.564051],[120.661083,30.564912],[120.66217,30.56512],[120.660174,30.567925],[120.660383,30.568709],[120.659589,30.570123],[120.658408,30.570838],[120.655786,30.570438],[120.653821,30.573466],[120.655493,30.574581],[120.657259,30.575188],[120.655974,30.577286],[120.65543,30.579307],[120.652954,30.578823],[120.653058,30.577624],[120.651616,30.577125],[120.64961,30.577224],[120.648753,30.578277],[120.647959,30.578193],[120.647739,30.580613],[120.648544,30.584056],[120.644573,30.582296],[120.643873,30.583879],[120.642901,30.583895],[120.640947,30.58753],[120.638732,30.5868],[120.637499,30.588052],[120.636632,30.586431],[120.633257,30.587414],[120.632598,30.58816],[120.63079,30.587207],[120.629411,30.588183],[120.628554,30.58766],[120.628617,30.586669],[120.625775,30.586385],[120.624646,30.587875],[120.62218,30.587599],[120.622138,30.588528],[120.619338,30.588636],[120.618721,30.587268],[120.616809,30.587745],[120.616151,30.589243],[120.615795,30.591825],[120.614897,30.59393],[120.613915,30.598832],[120.611448,30.598717],[120.611522,30.602797],[120.607593,30.60872],[120.605388,30.611278],[120.605074,30.6121],[120.605827,30.616433],[120.605074,30.618761],[120.605837,30.620051],[120.606997,30.619744],[120.608439,30.6182],[120.609244,30.616656],[120.611846,30.616479],[120.614447,30.616902],[120.615221,30.618331],[120.615816,30.623562],[120.616213,30.625636],[120.61613,30.627379],[120.616673,30.62837],[120.618021,30.628677],[120.622504,30.627886],[120.627321,30.626749],[120.628648,30.627387],[120.629578,30.628577],[120.627729,30.6286],[120.626872,30.630198],[120.626349,30.632848],[120.628889,30.634737],[120.632034,30.637771],[120.634385,30.640329],[120.635127,30.643324],[120.635305,30.648385],[120.634604,30.658252],[120.635054,30.66332],[120.636799,30.669777],[120.638607,30.673247],[120.640414,30.676264],[120.642201,30.680656],[120.640237,30.686367],[120.638042,30.690013],[120.635367,30.690443],[120.633236,30.691095],[120.627279,30.6963],[120.623476,30.700843],[120.616527,30.707751],[120.605053,30.701803],[120.601124,30.707267],[120.591009,30.722048],[120.588857,30.724334],[120.5866,30.722922],[120.585314,30.723114],[120.582483,30.725785],[120.582712,30.72936],[120.573517,30.73704],[120.572273,30.743777],[120.564018,30.743086],[120.56382,30.74482],[120.5636,30.758068],[120.563423,30.760852],[120.563465,30.766191],[120.563067,30.772618],[120.563214,30.774068],[120.562911,30.776744],[120.56149,30.781415],[120.559577,30.788301],[120.558888,30.788999],[120.55035,30.786936],[120.547498,30.786698],[120.545962,30.78702],[120.544237,30.78676],[120.538125,30.792365],[120.533579,30.794681]]]]}},{"type":"Feature","properties":{"adcode":330502,"name":"吴兴区","center":[120.101416,30.867252],"centroid":[120.084809,30.803331],"childrenNum":0,"level":"district","parent":{"adcode":330500},"subFeatureIndex":0,"acroutes":[100000,330000,330500]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.105765,30.962269],[120.102947,30.95956],[120.101445,30.956304],[120.099504,30.955178],[120.097513,30.954849],[120.095622,30.952453],[120.092529,30.949904],[120.090125,30.948433],[120.086394,30.948465],[120.084991,30.947042],[120.082512,30.945868],[120.078505,30.944517],[120.075901,30.944019],[120.072107,30.942901],[120.069152,30.941486],[120.066197,30.938937],[120.063455,30.936999],[120.059635,30.935141],[120.056818,30.93338],[120.052686,30.933573],[120.050044,30.934683],[120.047452,30.935382],[120.044384,30.934377],[120.04069,30.932166],[120.038737,30.930574],[120.037285,30.931555],[120.034267,30.93449],[120.032401,30.935535],[120.030999,30.935254],[120.029584,30.934064],[120.028645,30.932576],[120.026754,30.931145],[120.023786,30.927791],[120.022597,30.927502],[120.015059,30.927317],[120.010188,30.927566],[120.008848,30.926384],[120.010013,30.923336],[120.010013,30.922531],[120.008673,30.922531],[120.005505,30.920368],[120.001962,30.919403],[119.995626,30.92225],[119.99252,30.923336],[119.987149,30.924566],[119.981915,30.926022],[119.978859,30.926416],[119.973801,30.926094],[119.971459,30.925781],[119.967953,30.924285],[119.967064,30.923103],[119.968166,30.918953],[119.969243,30.916701],[119.969982,30.913877],[119.968905,30.904555],[119.968279,30.90375],[119.965511,30.902077],[119.964072,30.900267],[119.959601,30.891217],[119.95746,30.89322],[119.953917,30.895674],[119.951851,30.88968],[119.950323,30.887178],[119.948996,30.884282],[119.948545,30.881933],[119.949183,30.88083],[119.950899,30.880557],[119.952827,30.881184],[119.954029,30.880058],[119.953003,30.879245],[119.953378,30.87873],[119.951938,30.877652],[119.953779,30.876276],[119.953503,30.87482],[119.954104,30.874868],[119.954668,30.872647],[119.956321,30.872728],[119.956383,30.87177],[119.955532,30.871175],[119.95726,30.871416],[119.957648,30.870233],[119.956534,30.869943],[119.956746,30.867867],[119.954067,30.86732],[119.953929,30.864182],[119.953015,30.862138],[119.951638,30.860045],[119.948057,30.857631],[119.946767,30.856335],[119.947493,30.853229],[119.948983,30.851538],[119.952126,30.849245],[119.953616,30.849011],[119.95602,30.847973],[119.956646,30.846846],[119.956471,30.845301],[119.95453,30.842765],[119.954806,30.840528],[119.95423,30.838507],[119.95438,30.837461],[119.956296,30.835175],[119.95716,30.831182],[119.956246,30.829684],[119.958399,30.827575],[119.959777,30.824967],[119.959914,30.819291],[119.9591,30.816843],[119.954317,30.809331],[119.953604,30.80797],[119.953854,30.805676],[119.954605,30.804057],[119.955407,30.800369],[119.955219,30.798702],[119.953741,30.796391],[119.948683,30.792098],[119.946992,30.789674],[119.946579,30.787395],[119.946854,30.785607],[119.946291,30.780694],[119.945314,30.775209],[119.945389,30.77189],[119.946379,30.767508],[119.947042,30.76365],[119.94693,30.760387],[119.947443,30.752121],[119.948057,30.749325],[119.941445,30.744902],[119.940606,30.743025],[119.940569,30.7413],[119.941082,30.737795],[119.940206,30.734427],[119.938665,30.73342],[119.934709,30.73188],[119.932392,30.731687],[119.930251,30.731042],[119.927621,30.729479],[119.923327,30.727424],[119.921574,30.726255],[119.918331,30.723443],[119.898509,30.723209],[119.895654,30.722983],[119.893288,30.722097],[119.889744,30.719582],[119.881868,30.71016],[119.878575,30.70821],[119.874969,30.706614],[119.873892,30.705606],[119.871613,30.69819],[119.870912,30.696771],[119.865765,30.692015],[119.871024,30.687073],[119.875044,30.685678],[119.873065,30.683203],[119.87289,30.681083],[119.873178,30.679067],[119.874706,30.67618],[119.876571,30.673681],[119.877799,30.672786],[119.883308,30.670109],[119.885963,30.667657],[119.887453,30.665907],[119.88615,30.66398],[119.882657,30.661859],[119.88297,30.660835],[119.884285,30.66023],[119.889882,30.65944],[119.893325,30.659319],[119.896581,30.659553],[119.898221,30.659142],[119.910292,30.652746],[119.915338,30.646633],[119.914774,30.638962],[119.91068,30.634445],[119.908376,30.631613],[119.902528,30.627483],[119.899573,30.622659],[119.905847,30.613373],[119.907186,30.612541],[119.907224,30.611049],[119.909303,30.612114],[119.912057,30.611944],[119.917967,30.613227],[119.922037,30.617512],[119.927208,30.620351],[119.932279,30.624676],[119.935635,30.629613],[119.93819,30.631565],[119.943924,30.632743],[119.948169,30.632735],[119.953929,30.631952],[119.956484,30.630484],[119.958938,30.623256],[119.960102,30.622731],[119.960753,30.621102],[119.967177,30.617213],[119.974126,30.619569],[119.9809,30.619698],[119.98229,30.619157],[119.983843,30.617221],[119.985371,30.616939],[119.991368,30.621102],[119.993222,30.621118],[119.995513,30.62015],[119.997717,30.6166],[119.999695,30.614381],[120.000822,30.614131],[120.00548,30.616858],[120.008059,30.620497],[120.009274,30.621521],[120.010426,30.623344],[120.011152,30.628443],[120.012429,30.630557],[120.014182,30.632549],[120.016374,30.633283],[120.023473,30.631242],[120.026579,30.629847],[120.028031,30.630298],[120.029321,30.631952],[120.03031,30.637454],[120.032915,30.638873],[120.039363,30.639285],[120.043195,30.637768],[120.045311,30.636558],[120.046237,30.636607],[120.051734,30.64047],[120.053926,30.641656],[120.055979,30.640954],[120.057106,30.641003],[120.060575,30.642471],[120.063104,30.643092],[120.066773,30.645011],[120.068463,30.64706],[120.069477,30.648996],[120.074423,30.652464],[120.078368,30.654375],[120.08434,30.655762],[120.087583,30.655327],[120.090639,30.6451],[120.093256,30.641874],[120.095434,30.641333],[120.099942,30.641462],[120.105164,30.64022],[120.106353,30.640212],[120.111136,30.642051],[120.114505,30.641325],[120.117021,30.64193],[120.118274,30.645987],[120.120402,30.647407],[120.124434,30.646673],[120.125962,30.647633],[120.128241,30.649964],[120.130958,30.651077],[120.137932,30.652375],[120.13966,30.654085],[120.141263,30.65469],[120.142716,30.654625],[120.144231,30.653972],[120.145245,30.650633],[120.147123,30.649641],[120.147862,30.65073],[120.149239,30.650117],[120.155563,30.650214],[120.156915,30.649827],[120.158217,30.648714],[120.160671,30.648738],[120.166231,30.649915],[120.166844,30.654287],[120.167283,30.655827],[120.169198,30.66044],[120.171302,30.664577],[120.166231,30.666883],[120.162938,30.667698],[120.159557,30.667415],[120.153158,30.66498],[120.153121,30.664343],[120.151506,30.664109],[120.148513,30.664262],[120.149214,30.66831],[120.151681,30.669826],[120.152983,30.671641],[120.153797,30.673786],[120.153496,30.674447],[120.150103,30.674068],[120.147524,30.674487],[120.146046,30.676213],[120.145595,30.679889],[120.14388,30.680897],[120.144231,30.688734],[120.147499,30.689782],[120.141063,30.695038],[120.138295,30.696884],[120.129305,30.697118],[120.119976,30.697956],[120.119851,30.70006],[120.120152,30.704784],[120.119751,30.704986],[120.113879,30.705784],[120.107705,30.707549],[120.099892,30.708411],[120.094483,30.708041],[120.092216,30.708153],[120.08985,30.708855],[120.074336,30.710555],[120.073309,30.711498],[120.07262,30.714666],[120.07267,30.71685],[120.075575,30.722395],[120.079357,30.725917],[120.083439,30.731276],[120.085167,30.733299],[120.085968,30.737352],[120.086694,30.739495],[120.088285,30.743041],[120.090363,30.746989],[120.096661,30.755924],[120.102384,30.764785],[120.104062,30.76717],[120.109671,30.774186],[120.115181,30.782023],[120.118048,30.785784],[120.121642,30.791253],[120.124772,30.792163],[120.127114,30.794337],[120.130432,30.798259],[120.128454,30.800007],[120.125949,30.800691],[120.125386,30.803485],[120.124872,30.807898],[120.128704,30.808301],[120.132886,30.812109],[120.135603,30.81409],[120.139986,30.813977],[120.140825,30.813301],[120.141376,30.809122],[120.142327,30.807954],[120.144481,30.8095],[120.145483,30.808309],[120.146434,30.805659],[120.148313,30.80148],[120.151017,30.802189],[120.150779,30.804798],[120.162161,30.806344],[120.162838,30.808446],[120.164077,30.809194],[120.168172,30.806441],[120.17606,30.801609],[120.18023,30.800723],[120.185602,30.797824],[120.189884,30.796632],[120.190685,30.799821],[120.193603,30.799258],[120.193828,30.79772],[120.195456,30.797285],[120.196696,30.800635],[120.198862,30.803163],[120.201454,30.805692],[120.202481,30.80516],[120.204309,30.805152],[120.204684,30.803807],[120.20814,30.801907],[120.212335,30.803026],[120.215879,30.803268],[120.216467,30.802857],[120.219021,30.803526],[120.218245,30.805112],[120.218671,30.806126],[120.220461,30.80702],[120.220449,30.807978],[120.224694,30.809686],[120.225345,30.810958],[120.225195,30.81293],[120.220574,30.81603],[120.218821,30.819251],[120.218182,30.821014],[120.218708,30.82318],[120.222089,30.826883],[120.222778,30.828726],[120.221714,30.830691],[120.220048,30.831174],[120.21951,30.832896],[120.22393,30.83346],[120.229652,30.833718],[120.238254,30.833315],[120.245742,30.832615],[120.250413,30.832397],[120.253105,30.832784],[120.258076,30.834241],[120.262822,30.835102],[120.271023,30.837742],[120.275293,30.837976],[120.279413,30.836752],[120.282818,30.83672],[120.290219,30.837799],[120.293161,30.838741],[120.298082,30.840817],[120.303141,30.843667],[120.306446,30.84493],[120.309239,30.84642],[120.313734,30.849752],[120.31729,30.850637],[120.320708,30.851925],[120.326543,30.853373],[120.331214,30.854726],[120.330851,30.856182],[120.326268,30.87103],[120.329173,30.870716],[120.333405,30.868793],[120.338739,30.867368],[120.342108,30.868584],[120.344199,30.870032],[120.344912,30.872639],[120.343109,30.878787],[120.342358,30.882383],[120.342483,30.883437],[120.34192,30.889431],[120.341769,30.892705],[120.348569,30.893566],[120.348368,30.889849],[120.351486,30.890332],[120.355005,30.891499],[120.358185,30.892287],[120.358398,30.891732],[120.360126,30.892794],[120.359462,30.896124],[120.358999,30.89968],[120.359375,30.903059],[120.35692,30.908882],[120.35682,30.910998],[120.357309,30.912888],[120.357784,30.918108],[120.359412,30.92032],[120.362705,30.921671],[120.36268,30.924598],[120.360539,30.928233],[120.360164,30.930405],[120.35945,30.931909],[120.359663,30.932938],[120.361002,30.933847],[120.364997,30.93765],[120.368453,30.941799],[120.370206,30.943448],[120.371658,30.946471],[120.371095,30.948762],[120.36993,30.948047],[120.364509,30.94713],[120.362505,30.94582],[120.360677,30.945466],[120.359262,30.944589],[120.354091,30.943134],[120.351148,30.942563],[120.346715,30.940979],[120.343335,30.939982],[120.340906,30.939958],[120.33621,30.938728],[120.330976,30.937771],[120.322249,30.935206],[120.308074,30.93227],[120.299848,30.931651],[120.296104,30.930702],[120.293862,30.930984],[120.289931,30.930726],[120.288378,30.930252],[120.282518,30.929866],[120.28114,30.929391],[120.277359,30.929046],[120.274654,30.928193],[120.271374,30.92866],[120.266152,30.92825],[120.256248,30.926995],[120.25467,30.926496],[120.250763,30.926231],[120.247107,30.926496],[120.241322,30.926496],[120.236589,30.926134],[120.2354,30.925748],[120.23441,30.926134],[120.221789,30.926866],[120.220774,30.927212],[120.212322,30.929014],[120.210557,30.928973],[120.207827,30.929625],[120.204647,30.929729],[120.202618,30.929351],[120.199951,30.928338],[120.198799,30.928314],[120.197021,30.929239],[120.195469,30.930598],[120.192989,30.931338],[120.188594,30.93227],[120.178527,30.933863],[120.16737,30.935021],[120.161861,30.93572],[120.14964,30.937473],[120.145883,30.939725],[120.14562,30.941349],[120.142916,30.942016],[120.141852,30.942941],[120.140349,30.943335],[120.137932,30.943118],[120.13514,30.941896],[120.132523,30.943078],[120.13221,30.944075],[120.129956,30.944975],[120.120866,30.950781],[120.115118,30.954656],[120.111024,30.955918],[120.10907,30.957293],[120.108607,30.958434],[120.107092,30.959713],[120.107455,30.960621],[120.105765,30.962269]]]]}},{"type":"Feature","properties":{"adcode":330503,"name":"南浔区","center":[120.417195,30.872742],"centroid":[120.305467,30.757909],"childrenNum":0,"level":"district","parent":{"adcode":330500},"subFeatureIndex":1,"acroutes":[100000,330000,330500]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.343623,30.645528],[120.344136,30.647302],[120.341782,30.652182],[120.341895,30.656198],[120.342684,30.660553],[120.34341,30.661819],[120.344988,30.662738],[120.348306,30.663158],[120.35399,30.662795],[120.356232,30.662141],[120.358085,30.661093],[120.359763,30.657416],[120.364621,30.654553],[120.367226,30.654932],[120.368778,30.657214],[120.370419,30.658053],[120.372585,30.657061],[120.375577,30.657158],[120.378307,30.656537],[120.37981,30.659666],[120.379935,30.663448],[120.379146,30.663464],[120.378983,30.667101],[120.379472,30.669367],[120.382151,30.670141],[120.382965,30.671004],[120.383366,30.670342],[120.384693,30.670859],[120.385257,30.67031],[120.386121,30.671117],[120.388362,30.670601],[120.390791,30.670552],[120.390941,30.671584],[120.396776,30.671278],[120.396914,30.672528],[120.404815,30.671399],[120.40608,30.670746],[120.407958,30.675672],[120.41512,30.676753],[120.424862,30.67843],[120.432776,30.679575],[120.440126,30.681623],[120.451044,30.681244],[120.455101,30.682373],[120.455026,30.685541],[120.452347,30.688234],[120.447726,30.691499],[120.443181,30.693539],[120.441152,30.695578],[120.441966,30.698505],[120.444483,30.701753],[120.451044,30.70077],[120.456679,30.701068],[120.457794,30.701745],[120.458758,30.701181],[120.46289,30.701407],[120.467635,30.703124],[120.472018,30.707637],[120.475274,30.710708],[120.476626,30.712425],[120.476864,30.714392],[120.478629,30.715633],[120.482398,30.721339],[120.486255,30.727996],[120.485554,30.731421],[120.483801,30.733452],[120.482286,30.733935],[120.481171,30.736796],[120.479731,30.737674],[120.479218,30.741316],[120.476839,30.741357],[120.476701,30.740922],[120.47461,30.74101],[120.474698,30.745289],[120.473182,30.746586],[120.471918,30.746691],[120.47307,30.749986],[120.472982,30.751863],[120.474247,30.752451],[120.473683,30.753555],[120.472631,30.75362],[120.472243,30.754925],[120.473746,30.755867],[120.469952,30.764431],[120.473621,30.764947],[120.474898,30.764802],[120.479531,30.764963],[120.480871,30.763553],[120.484251,30.763142],[120.485453,30.763956],[120.489072,30.763843],[120.488434,30.76481],[120.488133,30.766687],[120.486756,30.769772],[120.480683,30.778391],[120.478867,30.782031],[120.478604,30.78303],[120.477001,30.785591],[120.476563,30.787081],[120.475674,30.792348],[120.476488,30.79755],[120.477227,30.800015],[120.475624,30.802857],[120.475524,30.803864],[120.473696,30.805965],[120.471592,30.806561],[120.469676,30.806247],[120.46473,30.807987],[120.462201,30.81157],[120.460974,30.8138],[120.458457,30.8138],[120.456679,30.814605],[120.455277,30.816851],[120.454751,30.821376],[120.455452,30.823606],[120.456391,30.824234],[120.45996,30.825699],[120.461012,30.828268],[120.460398,30.839859],[120.457268,30.842604],[120.455828,30.844568],[120.45445,30.849631],[120.452622,30.850693],[120.448578,30.850806],[120.446399,30.851756],[120.444045,30.853333],[120.441303,30.856295],[120.441052,30.857502],[120.441966,30.860874],[120.443782,30.862105],[120.447939,30.865493],[120.450481,30.866548],[120.452359,30.8679],[120.453186,30.869718],[120.452484,30.871561],[120.450318,30.873259],[120.447088,30.874796],[120.444684,30.877572],[120.442843,30.880074],[120.44144,30.882834],[120.439562,30.885215],[120.435267,30.886478],[120.434491,30.887975],[120.434829,30.892384],[120.435393,30.894958],[120.436344,30.896929],[120.440489,30.898755],[120.442267,30.900597],[120.441603,30.903292],[120.439349,30.904885],[120.438348,30.906646],[120.435906,30.906067],[120.434792,30.909148],[120.437321,30.909816],[120.436933,30.911674],[120.437646,30.912164],[120.437634,30.914995],[120.436933,30.91695],[120.435004,30.920818],[120.424674,30.926625],[120.423422,30.927437],[120.421494,30.927872],[120.420104,30.927711],[120.418013,30.925555],[120.417787,30.924076],[120.418727,30.920054],[120.420417,30.914272],[120.423497,30.903067],[120.417211,30.902142],[120.415684,30.900718],[120.409661,30.898007],[120.406643,30.897379],[120.406856,30.896237],[120.405241,30.895883],[120.405804,30.893791],[120.394698,30.890775],[120.392707,30.890855],[120.388362,30.891507],[120.384693,30.891563],[120.379409,30.890775],[120.377255,30.885626],[120.372347,30.885014],[120.372435,30.882158],[120.365673,30.880452],[120.364659,30.880468],[120.36248,30.883051],[120.358022,30.88709],[120.357522,30.888707],[120.359012,30.889544],[120.358398,30.891732],[120.358185,30.892287],[120.355005,30.891499],[120.351486,30.890332],[120.348368,30.889849],[120.348569,30.893566],[120.341769,30.892705],[120.34192,30.889431],[120.342483,30.883437],[120.342358,30.882383],[120.343109,30.878787],[120.344912,30.872639],[120.344199,30.870032],[120.342108,30.868584],[120.338739,30.867368],[120.333405,30.868793],[120.329173,30.870716],[120.326268,30.87103],[120.330851,30.856182],[120.331214,30.854726],[120.326543,30.853373],[120.320708,30.851925],[120.31729,30.850637],[120.313734,30.849752],[120.309239,30.84642],[120.306446,30.84493],[120.303141,30.843667],[120.298082,30.840817],[120.293161,30.838741],[120.290219,30.837799],[120.282818,30.83672],[120.279413,30.836752],[120.275293,30.837976],[120.271023,30.837742],[120.262822,30.835102],[120.258076,30.834241],[120.253105,30.832784],[120.250413,30.832397],[120.245742,30.832615],[120.238254,30.833315],[120.229652,30.833718],[120.22393,30.83346],[120.21951,30.832896],[120.220048,30.831174],[120.221714,30.830691],[120.222778,30.828726],[120.222089,30.826883],[120.218708,30.82318],[120.218182,30.821014],[120.218821,30.819251],[120.220574,30.81603],[120.225195,30.81293],[120.225345,30.810958],[120.224694,30.809686],[120.220449,30.807978],[120.220461,30.80702],[120.218671,30.806126],[120.218245,30.805112],[120.219021,30.803526],[120.216467,30.802857],[120.215879,30.803268],[120.212335,30.803026],[120.20814,30.801907],[120.204684,30.803807],[120.204309,30.805152],[120.202481,30.80516],[120.201454,30.805692],[120.198862,30.803163],[120.196696,30.800635],[120.195456,30.797285],[120.193828,30.79772],[120.193603,30.799258],[120.190685,30.799821],[120.189884,30.796632],[120.185602,30.797824],[120.18023,30.800723],[120.17606,30.801609],[120.168172,30.806441],[120.164077,30.809194],[120.162838,30.808446],[120.162161,30.806344],[120.150779,30.804798],[120.151017,30.802189],[120.148313,30.80148],[120.146434,30.805659],[120.145483,30.808309],[120.144481,30.8095],[120.142327,30.807954],[120.141376,30.809122],[120.140825,30.813301],[120.139986,30.813977],[120.135603,30.81409],[120.132886,30.812109],[120.128704,30.808301],[120.124872,30.807898],[120.125386,30.803485],[120.125949,30.800691],[120.128454,30.800007],[120.130432,30.798259],[120.127114,30.794337],[120.124772,30.792163],[120.121642,30.791253],[120.118048,30.785784],[120.115181,30.782023],[120.109671,30.774186],[120.104062,30.76717],[120.102384,30.764785],[120.096661,30.755924],[120.090363,30.746989],[120.088285,30.743041],[120.086694,30.739495],[120.085968,30.737352],[120.085167,30.733299],[120.083439,30.731276],[120.079357,30.725917],[120.075575,30.722395],[120.07267,30.71685],[120.07262,30.714666],[120.073309,30.711498],[120.074336,30.710555],[120.08985,30.708855],[120.092216,30.708153],[120.094483,30.708041],[120.099892,30.708411],[120.107705,30.707549],[120.113879,30.705784],[120.119751,30.704986],[120.120152,30.704784],[120.119851,30.70006],[120.119976,30.697956],[120.129305,30.697118],[120.138295,30.696884],[120.141063,30.695038],[120.147499,30.689782],[120.144231,30.688734],[120.14388,30.680897],[120.145595,30.679889],[120.146046,30.676213],[120.147524,30.674487],[120.150103,30.674068],[120.153496,30.674447],[120.153797,30.673786],[120.152983,30.671641],[120.151681,30.669826],[120.149214,30.66831],[120.148513,30.664262],[120.151506,30.664109],[120.153121,30.664343],[120.153158,30.66498],[120.159557,30.667415],[120.162938,30.667698],[120.166231,30.666883],[120.171302,30.664577],[120.17328,30.668689],[120.174382,30.67227],[120.175497,30.674455],[120.18162,30.678922],[120.182346,30.679067],[120.189871,30.677632],[120.194492,30.676535],[120.198762,30.675826],[120.205749,30.674874],[120.210094,30.674584],[120.211521,30.674253],[120.215465,30.67439],[120.221563,30.673665],[120.223266,30.671971],[120.220349,30.666964],[120.214251,30.662891],[120.213537,30.661279],[120.21231,30.656004],[120.211296,30.650125],[120.210682,30.645366],[120.21072,30.642947],[120.211746,30.641212],[120.213124,30.640285],[120.217281,30.639599],[120.218558,30.640793],[120.21976,30.642672],[120.22264,30.644415],[120.226209,30.645003],[120.230178,30.644326],[120.23133,30.641737],[120.230654,30.635727],[120.23252,30.634808],[120.23689,30.634711],[120.241122,30.634953],[120.246932,30.633912],[120.250989,30.632476],[120.253405,30.631283],[120.262934,30.6285],[120.266966,30.626854],[120.270272,30.627467],[120.275017,30.629871],[120.275155,30.630968],[120.274604,30.633662],[120.272789,30.636607],[120.268444,30.639228],[120.267066,30.640269],[120.265977,30.643205],[120.264086,30.644713],[120.260993,30.646697],[120.259228,30.648722],[120.258852,30.650214],[120.259403,30.650956],[120.261983,30.651448],[120.268143,30.65052],[120.272626,30.649222],[120.274329,30.647826],[120.275568,30.645697],[120.276683,30.644713],[120.278336,30.644519],[120.280264,30.645076],[120.279713,30.648746],[120.279012,30.650472],[120.278899,30.65202],[120.280076,30.655625],[120.281691,30.657553],[120.284033,30.658908],[120.286687,30.659287],[120.289392,30.65823],[120.29132,30.658262],[120.292422,30.661351],[120.290431,30.66527],[120.29092,30.667552],[120.292285,30.669834],[120.29534,30.670778],[120.298595,30.670463],[120.307724,30.673302],[120.308725,30.672665],[120.309815,30.670592],[120.308112,30.663037],[120.307573,30.662021],[120.305895,30.661061],[120.303429,30.660738],[120.303153,30.659367],[120.303842,30.657012],[120.306759,30.655948],[120.30974,30.655343],[120.310253,30.654601],[120.309276,30.651657],[120.304844,30.647818],[120.304681,30.645987],[120.307874,30.645673],[120.309126,30.645036],[120.309427,30.643084],[120.31133,30.641688],[120.314711,30.641712],[120.317428,30.639252],[120.318617,30.639607],[120.320107,30.643527],[120.322349,30.64631],[120.322148,30.648407],[120.323601,30.651585],[120.324352,30.651811],[120.326581,30.650488],[120.329235,30.648318],[120.330926,30.647657],[120.332892,30.648447],[120.336498,30.648238],[120.335784,30.646221],[120.341194,30.645487],[120.343623,30.645528]]]]}},{"type":"Feature","properties":{"adcode":330521,"name":"德清县","center":[119.967662,30.534927],"centroid":[120.04379,30.56168],"childrenNum":0,"level":"district","parent":{"adcode":330500},"subFeatureIndex":2,"acroutes":[100000,330000,330500]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.77203,30.546431],[119.770727,30.544041],[119.769525,30.540738],[119.768599,30.537258],[119.767685,30.524717],[119.76771,30.522658],[119.766871,30.520833],[119.761812,30.518846],[119.761837,30.517126],[119.766395,30.514073],[119.784063,30.51102],[119.78569,30.510253],[119.787832,30.50854],[119.790449,30.506893],[119.79418,30.505624],[119.798275,30.505923],[119.804047,30.507046],[119.806902,30.507797],[119.81588,30.510665],[119.818372,30.510107],[119.823718,30.507143],[119.829566,30.502967],[119.832458,30.498783],[119.834136,30.497313],[119.836039,30.496594],[119.839007,30.496254],[119.841311,30.496376],[119.846044,30.498419],[119.846996,30.500019],[119.847146,30.501965],[119.848774,30.503185],[119.850076,30.502919],[119.851115,30.502022],[119.852868,30.497692],[119.85412,30.493976],[119.859204,30.48761],[119.860168,30.486213],[119.864776,30.482529],[119.865465,30.481422],[119.865891,30.479459],[119.867118,30.477778],[119.869597,30.476986],[119.871275,30.477762],[119.874117,30.478279],[119.877811,30.477932],[119.880804,30.476211],[119.880378,30.474207],[119.875382,30.472001],[119.874368,30.471169],[119.872827,30.467064],[119.872602,30.46249],[119.873691,30.460922],[119.877623,30.460042],[119.882118,30.460365],[119.884422,30.459751],[119.888029,30.458312],[119.890045,30.457068],[119.892161,30.457892],[119.894252,30.457916],[119.895304,30.457375],[119.897107,30.457423],[119.898609,30.456987],[119.901051,30.458878],[119.903042,30.459411],[119.90507,30.458522],[119.907412,30.456704],[119.909315,30.456324],[119.910855,30.456866],[119.914862,30.458983],[119.918819,30.461601],[119.921561,30.462539],[119.924917,30.462191],[119.929299,30.459371],[119.931416,30.456462],[119.931516,30.449293],[119.933344,30.447669],[119.934972,30.44678],[119.939191,30.44619],[119.944187,30.447143],[119.947343,30.44623],[119.950736,30.444234],[119.952339,30.441857],[119.95274,30.438746],[119.95587,30.433661],[119.957711,30.432772],[119.959614,30.432344],[119.965023,30.431568],[119.96928,30.432077],[119.97062,30.43291],[119.973375,30.437743],[119.975015,30.439441],[119.977294,30.440726],[119.980199,30.443312],[119.982966,30.445276],[119.98492,30.446109],[119.987099,30.446133],[119.990805,30.445276],[120.003702,30.444282],[120.005468,30.443506],[120.00841,30.438665],[120.010176,30.437],[120.011891,30.436014],[120.013819,30.435593],[120.023498,30.434971],[120.027731,30.434825],[120.031112,30.435157],[120.036083,30.434195],[120.041542,30.433378],[120.044134,30.431964],[120.045536,30.430088],[120.0461,30.427437],[120.049819,30.427332],[120.052774,30.427906],[120.057094,30.42924],[120.061927,30.429321],[120.064732,30.430088],[120.064644,30.431422],[120.062165,30.434623],[120.062353,30.435569],[120.064131,30.43603],[120.065896,30.437363],[120.067937,30.441138],[120.0683,30.442924],[120.0681,30.445939],[120.06507,30.449544],[120.062428,30.45158],[120.060775,30.45474],[120.05926,30.459015],[120.060249,30.464955],[120.059473,30.470296],[120.059473,30.473431],[120.060424,30.476138],[120.06383,30.479426],[120.065333,30.481947],[120.065846,30.483587],[120.066447,30.489501],[120.068275,30.49661],[120.07535,30.495657],[120.076076,30.495358],[120.078618,30.496884],[120.080734,30.497151],[120.085542,30.496367],[120.09005,30.495988],[120.090701,30.496626],[120.096661,30.496392],[120.099241,30.495794],[120.099817,30.49413],[120.097062,30.489856],[120.096574,30.488653],[120.096749,30.486762],[120.097651,30.484524],[120.099554,30.483288],[120.103899,30.481995],[120.10733,30.48122],[120.108231,30.480412],[120.10882,30.47857],[120.109847,30.477124],[120.111236,30.476194],[120.115131,30.475871],[120.116458,30.476711],[120.122619,30.479119],[120.129706,30.479895],[120.140474,30.481753],[120.143179,30.482456],[120.146009,30.482698],[120.146998,30.482359],[120.147787,30.480864],[120.147812,30.479321],[120.146647,30.474675],[120.147085,30.471282],[120.149815,30.467508],[120.153597,30.468607],[120.160358,30.469908],[120.162474,30.47314],[120.165617,30.474158],[120.169774,30.473981],[120.172942,30.475015],[120.172942,30.475871],[120.175058,30.476825],[120.173706,30.480121],[120.173155,30.483264],[120.174407,30.484128],[120.178239,30.481503],[120.180217,30.481793],[120.180543,30.482537],[120.180004,30.483967],[120.178752,30.48471],[120.177688,30.486027],[120.177763,30.488604],[120.173794,30.492037],[120.175622,30.493524],[120.177062,30.493774],[120.179153,30.491941],[120.179842,30.492433],[120.184512,30.493774],[120.185915,30.494631],[120.1846,30.495737],[120.182271,30.496238],[120.181983,30.497022],[120.183047,30.497628],[120.182208,30.499623],[120.185088,30.50262],[120.187542,30.503064],[120.194542,30.50367],[120.195669,30.503613],[120.197009,30.505091],[120.195819,30.509461],[120.19657,30.51203],[120.199576,30.514113],[120.200239,30.514913],[120.201754,30.514428],[120.20243,30.510648],[120.203307,30.507821],[120.204484,30.50598],[120.205411,30.505859],[120.2068,30.506578],[120.208278,30.507943],[120.212523,30.509776],[120.21504,30.510035],[120.220712,30.510253],[120.224606,30.50976],[120.233872,30.506384],[120.237165,30.505487],[120.239281,30.505237],[120.247683,30.506004],[120.251928,30.506537],[120.255158,30.506271],[120.258126,30.505552],[120.261231,30.505237],[120.264024,30.505721],[120.267104,30.505826],[120.276057,30.505091],[120.277447,30.504841],[120.2792,30.506893],[120.28213,30.508694],[120.285836,30.507797],[120.286913,30.50951],[120.286863,30.510996],[120.287814,30.512135],[120.289279,30.513031],[120.296529,30.5148],[120.298195,30.515591],[120.299823,30.517812],[120.29991,30.519815],[120.299196,30.521148],[120.299234,30.523264],[120.300048,30.524911],[120.301976,30.529999],[120.3013,30.53356],[120.301075,30.536136],[120.301137,30.54044],[120.300987,30.544226],[120.300248,30.552938],[120.299522,30.557071],[120.296003,30.561931],[120.295953,30.56554],[120.297005,30.565701],[120.29688,30.564757],[120.299372,30.564143],[120.299059,30.565201],[120.301651,30.565524],[120.301525,30.563957],[120.304706,30.564466],[120.305244,30.566024],[120.305946,30.566282],[120.306396,30.569842],[120.307536,30.569099],[120.309026,30.569253],[120.308738,30.569931],[120.311342,30.569899],[120.311781,30.571061],[120.316326,30.57316],[120.318793,30.577688],[120.319131,30.579068],[120.318254,30.581812],[120.316914,30.583523],[120.313559,30.586792],[120.310115,30.58914],[120.308487,30.591158],[120.302577,30.595621],[120.301889,30.598324],[120.30299,30.600608],[120.303291,30.603811],[120.303166,30.609032],[120.304042,30.609887],[120.307461,30.612082],[120.309389,30.612638],[120.315287,30.612074],[120.319131,30.61238],[120.323989,30.612453],[120.328935,30.613494],[120.331777,30.614429],[120.332704,30.615059],[120.334156,30.617076],[120.335471,30.619827],[120.340117,30.631339],[120.340192,30.635985],[120.341569,30.639922],[120.342809,30.642777],[120.343623,30.645528],[120.341194,30.645487],[120.335784,30.646221],[120.336498,30.648238],[120.332892,30.648447],[120.330926,30.647657],[120.329235,30.648318],[120.326581,30.650488],[120.324352,30.651811],[120.323601,30.651585],[120.322148,30.648407],[120.322349,30.64631],[120.320107,30.643527],[120.318617,30.639607],[120.317428,30.639252],[120.314711,30.641712],[120.31133,30.641688],[120.309427,30.643084],[120.309126,30.645036],[120.307874,30.645673],[120.304681,30.645987],[120.304844,30.647818],[120.309276,30.651657],[120.310253,30.654601],[120.30974,30.655343],[120.306759,30.655948],[120.303842,30.657012],[120.303153,30.659367],[120.303429,30.660738],[120.305895,30.661061],[120.307573,30.662021],[120.308112,30.663037],[120.309815,30.670592],[120.308725,30.672665],[120.307724,30.673302],[120.298595,30.670463],[120.29534,30.670778],[120.292285,30.669834],[120.29092,30.667552],[120.290431,30.66527],[120.292422,30.661351],[120.29132,30.658262],[120.289392,30.65823],[120.286687,30.659287],[120.284033,30.658908],[120.281691,30.657553],[120.280076,30.655625],[120.278899,30.65202],[120.279012,30.650472],[120.279713,30.648746],[120.280264,30.645076],[120.278336,30.644519],[120.276683,30.644713],[120.275568,30.645697],[120.274329,30.647826],[120.272626,30.649222],[120.268143,30.65052],[120.261983,30.651448],[120.259403,30.650956],[120.258852,30.650214],[120.259228,30.648722],[120.260993,30.646697],[120.264086,30.644713],[120.265977,30.643205],[120.267066,30.640269],[120.268444,30.639228],[120.272789,30.636607],[120.274604,30.633662],[120.275155,30.630968],[120.275017,30.629871],[120.270272,30.627467],[120.266966,30.626854],[120.262934,30.6285],[120.253405,30.631283],[120.250989,30.632476],[120.246932,30.633912],[120.241122,30.634953],[120.23689,30.634711],[120.23252,30.634808],[120.230654,30.635727],[120.23133,30.641737],[120.230178,30.644326],[120.226209,30.645003],[120.22264,30.644415],[120.21976,30.642672],[120.218558,30.640793],[120.217281,30.639599],[120.213124,30.640285],[120.211746,30.641212],[120.21072,30.642947],[120.210682,30.645366],[120.211296,30.650125],[120.21231,30.656004],[120.213537,30.661279],[120.214251,30.662891],[120.220349,30.666964],[120.223266,30.671971],[120.221563,30.673665],[120.215465,30.67439],[120.211521,30.674253],[120.210094,30.674584],[120.205749,30.674874],[120.198762,30.675826],[120.194492,30.676535],[120.189871,30.677632],[120.182346,30.679067],[120.18162,30.678922],[120.175497,30.674455],[120.174382,30.67227],[120.17328,30.668689],[120.171302,30.664577],[120.169198,30.66044],[120.167283,30.655827],[120.166844,30.654287],[120.166231,30.649915],[120.160671,30.648738],[120.158217,30.648714],[120.156915,30.649827],[120.155563,30.650214],[120.149239,30.650117],[120.147862,30.65073],[120.147123,30.649641],[120.145245,30.650633],[120.144231,30.653972],[120.142716,30.654625],[120.141263,30.65469],[120.13966,30.654085],[120.137932,30.652375],[120.130958,30.651077],[120.128241,30.649964],[120.125962,30.647633],[120.124434,30.646673],[120.120402,30.647407],[120.118274,30.645987],[120.117021,30.64193],[120.114505,30.641325],[120.111136,30.642051],[120.106353,30.640212],[120.105164,30.64022],[120.099942,30.641462],[120.095434,30.641333],[120.093256,30.641874],[120.090639,30.6451],[120.087583,30.655327],[120.08434,30.655762],[120.078368,30.654375],[120.074423,30.652464],[120.069477,30.648996],[120.068463,30.64706],[120.066773,30.645011],[120.063104,30.643092],[120.060575,30.642471],[120.057106,30.641003],[120.055979,30.640954],[120.053926,30.641656],[120.051734,30.64047],[120.046237,30.636607],[120.045311,30.636558],[120.043195,30.637768],[120.039363,30.639285],[120.032915,30.638873],[120.03031,30.637454],[120.029321,30.631952],[120.028031,30.630298],[120.026579,30.629847],[120.023473,30.631242],[120.016374,30.633283],[120.014182,30.632549],[120.012429,30.630557],[120.011152,30.628443],[120.010426,30.623344],[120.009274,30.621521],[120.008059,30.620497],[120.00548,30.616858],[120.000822,30.614131],[119.999695,30.614381],[119.997717,30.6166],[119.995513,30.62015],[119.993222,30.621118],[119.991368,30.621102],[119.985371,30.616939],[119.983843,30.617221],[119.98229,30.619157],[119.9809,30.619698],[119.974126,30.619569],[119.967177,30.617213],[119.960753,30.621102],[119.960102,30.622731],[119.958938,30.623256],[119.956484,30.630484],[119.953929,30.631952],[119.948169,30.632735],[119.943924,30.632743],[119.93819,30.631565],[119.935635,30.629613],[119.932279,30.624676],[119.927208,30.620351],[119.922037,30.617512],[119.917967,30.613227],[119.912057,30.611944],[119.909303,30.612114],[119.907224,30.611049],[119.907186,30.612541],[119.905847,30.613373],[119.899573,30.622659],[119.902528,30.627483],[119.908376,30.631613],[119.91068,30.634445],[119.914774,30.638962],[119.915338,30.646633],[119.910292,30.652746],[119.898221,30.659142],[119.896581,30.659553],[119.893325,30.659319],[119.889882,30.65944],[119.884285,30.66023],[119.88297,30.660835],[119.882657,30.661859],[119.88615,30.66398],[119.887453,30.665907],[119.885963,30.667657],[119.883308,30.670109],[119.877799,30.672786],[119.876571,30.673681],[119.874706,30.67618],[119.873178,30.679067],[119.87289,30.681083],[119.873065,30.683203],[119.875044,30.685678],[119.871024,30.687073],[119.865765,30.692015],[119.863286,30.689806],[119.862572,30.689669],[119.860669,30.692039],[119.859104,30.692821],[119.855711,30.693998],[119.852618,30.694369],[119.845819,30.694659],[119.844091,30.694522],[119.843264,30.693635],[119.843327,30.691402],[119.843928,30.690338],[119.84384,30.686097],[119.843252,30.68388],[119.840272,30.680091],[119.83624,30.677583],[119.834762,30.67618],[119.839495,30.668577],[119.83957,30.666053],[119.837404,30.66352],[119.834048,30.661625],[119.829603,30.657472],[119.830643,30.653262],[119.829904,30.649439],[119.828927,30.647286],[119.827362,30.645423],[119.823518,30.641874],[119.821853,30.640704],[119.819849,30.640051],[119.815329,30.644898],[119.812361,30.645124],[119.809594,30.642543],[119.806439,30.637494],[119.803784,30.630718],[119.802607,30.624603],[119.800679,30.620973],[119.798012,30.616664],[119.793178,30.610331],[119.793429,30.609233],[119.796221,30.600648],[119.802269,30.592909],[119.803972,30.592191],[119.805011,30.591134],[119.803759,30.578777],[119.801993,30.57324],[119.801943,30.5709],[119.802882,30.568123],[119.808204,30.55473],[119.803509,30.553899],[119.799189,30.552728],[119.796459,30.55167],[119.793053,30.550015],[119.790662,30.549369],[119.787556,30.549369],[119.782886,30.550144],[119.778854,30.550322],[119.775874,30.550096],[119.772869,30.548869],[119.77203,30.546431]]]]}},{"type":"Feature","properties":{"adcode":330522,"name":"长兴县","center":[119.910122,31.00475],"centroid":[119.813177,30.977111],"childrenNum":0,"level":"district","parent":{"adcode":330500},"subFeatureIndex":3,"acroutes":[100000,330000,330500]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.105765,30.962269],[120.104362,30.963451],[120.105189,30.964544],[120.103774,30.965107],[120.102384,30.963989],[120.101645,30.964174],[120.099128,30.966345],[120.094408,30.973234],[120.08697,30.97968],[120.081248,30.98394],[120.072896,30.989044],[120.064556,30.995626],[120.061326,30.99798],[120.056906,31.002649],[120.052448,31.005735],[120.045699,31.008178],[120.032526,31.011777],[120.017012,31.017803],[120.01099,31.021451],[120.004816,31.024833],[120.001724,31.027123],[119.999432,31.030858],[119.997617,31.034602],[119.99843,31.036184],[119.997216,31.038763],[119.995576,31.043157],[119.99381,31.045767],[119.992445,31.048297],[119.990054,31.055646],[119.988513,31.05922],[119.986247,31.06179],[119.982779,31.06493],[119.978596,31.067756],[119.974464,31.070326],[119.972085,31.07202],[119.969769,31.074277],[119.965224,31.081102],[119.961429,31.087388],[119.958838,31.090423],[119.954017,31.095545],[119.953028,31.096781],[119.947355,31.104913],[119.946241,31.10623],[119.946892,31.107434],[119.94703,31.108943],[119.946592,31.112009],[119.940206,31.12863],[119.939855,31.130821],[119.93988,31.134601],[119.940469,31.139584],[119.939817,31.142954],[119.939016,31.144366],[119.936762,31.146557],[119.927922,31.152951],[119.924353,31.156882],[119.921073,31.161206],[119.920497,31.162338],[119.920271,31.164415],[119.921023,31.16675],[119.920948,31.170384],[119.920008,31.170913],[119.918619,31.170191],[119.913109,31.169573],[119.905158,31.169485],[119.900212,31.16918],[119.895804,31.166653],[119.891309,31.164311],[119.885249,31.162875],[119.883471,31.161543],[119.878349,31.160821],[119.875232,31.162346],[119.866642,31.168314],[119.865302,31.168531],[119.862748,31.168274],[119.859404,31.168827],[119.856625,31.170039],[119.854884,31.169838],[119.851303,31.167833],[119.847597,31.167576],[119.844516,31.167993],[119.84215,31.168755],[119.837567,31.173672],[119.833635,31.172573],[119.831807,31.172453],[119.828176,31.174474],[119.82646,31.173199],[119.823781,31.168226],[119.823443,31.165819],[119.827925,31.163364],[119.829741,31.161383],[119.829378,31.15827],[119.823305,31.15413],[119.813588,31.149613],[119.809857,31.148522],[119.806601,31.149397],[119.800992,31.156345],[119.798012,31.157436],[119.794067,31.156208],[119.791275,31.156618],[119.789234,31.159682],[119.789359,31.162161],[119.792803,31.166677],[119.793391,31.168057],[119.792515,31.171458],[119.790486,31.173199],[119.78663,31.173761],[119.784614,31.176006],[119.782272,31.177514],[119.77933,31.178782],[119.775648,31.17871],[119.773044,31.178052],[119.765656,31.173777],[119.762288,31.173367],[119.759483,31.172188],[119.755351,31.170777],[119.75316,31.17141],[119.74775,31.169662],[119.74467,31.169878],[119.742955,31.171563],[119.7405,31.173416],[119.73861,31.173584],[119.732862,31.171499],[119.723709,31.169758],[119.71855,31.169926],[119.715883,31.169573],[119.713103,31.167616],[119.710311,31.158864],[119.707932,31.154026],[119.705791,31.152622],[119.703875,31.1519],[119.701108,31.151964],[119.698729,31.153071],[119.693294,31.156954],[119.686395,31.159072],[119.682751,31.1605],[119.681599,31.162265],[119.680948,31.164335],[119.67927,31.167119],[119.678043,31.168186],[119.672609,31.167993],[119.663731,31.165956],[119.66293,31.1648],[119.662517,31.159851],[119.660075,31.158968],[119.656394,31.155286],[119.650696,31.154475],[119.649369,31.154106],[119.645763,31.150472],[119.641556,31.148113],[119.639627,31.143917],[119.637774,31.140482],[119.638225,31.136655],[119.638125,31.135531],[119.637048,31.134528],[119.630787,31.131254],[119.623788,31.130267],[119.622861,31.127844],[119.621784,31.123012],[119.624176,31.116006],[119.635621,31.109858],[119.645074,31.107048],[119.649144,31.105106],[119.648968,31.102633],[119.646339,31.100169],[119.642244,31.099454],[119.638475,31.096725],[119.634694,31.093771],[119.63254,31.091258],[119.630387,31.088063],[119.62956,31.085542],[119.629523,31.08233],[119.630023,31.079119],[119.631063,31.074759],[119.632352,31.07039],[119.634181,31.066712],[119.634969,31.064183],[119.634944,31.061894],[119.634105,31.057541],[119.632152,31.049068],[119.631338,31.046321],[119.631226,31.035317],[119.631977,31.029806],[119.633254,31.02407],[119.63403,31.019474],[119.631839,31.01422],[119.627507,31.008507],[119.624013,31.005317],[119.61625,31.002384],[119.612481,30.998503],[119.608712,30.994171],[119.607447,30.991865],[119.603691,30.989759],[119.601086,30.988827],[119.598595,30.987436],[119.596816,30.984937],[119.591007,30.981264],[119.588352,30.979142],[119.585873,30.976393],[119.583594,30.97329],[119.581215,30.969279],[119.580413,30.967125],[119.580601,30.964544],[119.579587,30.962671],[119.579775,30.95837],[119.581102,30.954616],[119.581953,30.950588],[119.582154,30.947436],[119.579374,30.941108],[119.579124,30.938133],[119.579988,30.934852],[119.581791,30.931957],[119.581503,30.930525],[119.580338,30.929166],[119.576657,30.92685],[119.572212,30.923448],[119.569131,30.922065],[119.563835,30.919234],[119.562332,30.91691],[119.562094,30.914963],[119.562257,30.912607],[119.561556,30.907507],[119.560041,30.904273],[119.557249,30.900139],[119.556485,30.898538],[119.556322,30.896704],[119.559077,30.891732],[119.55924,30.889431],[119.558977,30.885819],[119.557386,30.879479],[119.557261,30.875874],[119.557624,30.874087],[119.558964,30.871199],[119.561155,30.868463],[119.566352,30.862524],[119.570083,30.85685],[119.573264,30.854178],[119.576356,30.855434],[119.582542,30.856182],[119.588552,30.857993],[119.595664,30.862347],[119.596929,30.862041],[119.597956,30.86048],[119.599095,30.857647],[119.601412,30.853824],[119.602614,30.853921],[119.604492,30.85475],[119.613508,30.857494],[119.618641,30.858846],[119.626993,30.860327],[119.628721,30.860995],[119.629923,30.86246],[119.639227,30.863401],[119.6454,30.866411],[119.652462,30.867199],[119.658347,30.866427],[119.665797,30.858999],[119.673648,30.854307],[119.679133,30.853148],[119.68463,30.854331],[119.687347,30.85508],[119.691103,30.85318],[119.693006,30.852569],[119.696275,30.852649],[119.701984,30.855434],[119.703813,30.856552],[119.705666,30.856239],[119.709748,30.854404],[119.712465,30.853848],[119.71706,30.854581],[119.718838,30.856738],[119.720666,30.858315],[119.722307,30.860238],[119.723246,30.860802],[119.724573,30.860721],[119.72833,30.858943],[119.730596,30.859482],[119.731084,30.860399],[119.733451,30.862822],[119.734878,30.86361],[119.73896,30.863055],[119.742103,30.861808],[119.745722,30.859176],[119.748502,30.855651],[119.756716,30.848053],[119.762613,30.843047],[119.764241,30.84559],[119.766808,30.844657],[119.767747,30.843449],[119.768661,30.844439],[119.769913,30.844222],[119.770039,30.842918],[119.77248,30.849188],[119.77243,30.84712],[119.774997,30.848005],[119.775761,30.846661],[119.774997,30.846403],[119.776838,30.845446],[119.778904,30.845454],[119.780719,30.844608],[119.782122,30.846411],[119.785615,30.848585],[119.784326,30.850259],[119.784889,30.85145],[119.785503,30.850363],[119.787669,30.851273],[119.787869,30.850677],[119.790449,30.851579],[119.791225,30.850605],[119.792978,30.853607],[119.796096,30.852858],[119.797724,30.855595],[119.799164,30.856303],[119.79875,30.857567],[119.797611,30.8578],[119.797774,30.859273],[119.797148,30.859393],[119.797273,30.861462],[119.799063,30.865349],[119.798938,30.866218],[119.799865,30.866676],[119.80272,30.863305],[119.80575,30.861936],[119.807077,30.862186],[119.807403,30.863868],[119.810032,30.863844],[119.811034,30.865349],[119.81176,30.865131],[119.813426,30.862701],[119.814302,30.860641],[119.815204,30.859482],[119.816731,30.858814],[119.817044,30.857341],[119.815805,30.856625],[119.814477,30.854782],[119.815542,30.853728],[119.817044,30.854492],[119.819786,30.854452],[119.820851,30.852649],[119.82199,30.852078],[119.822403,30.852786],[119.823906,30.851989],[119.821577,30.847941],[119.822353,30.846774],[119.827612,30.848826],[119.829015,30.849937],[119.829979,30.849768],[119.828727,30.847562],[119.828589,30.84654],[119.82934,30.84493],[119.831156,30.843377],[119.831081,30.842725],[119.829265,30.840874],[119.82914,30.839634],[119.826911,30.838902],[119.82487,30.837734],[119.821715,30.837525],[119.817958,30.838765],[119.815442,30.840093],[119.813726,30.840584],[119.811936,30.840109],[119.809469,30.837638],[119.806939,30.836454],[119.805174,30.836133],[119.799752,30.836648],[119.797649,30.83569],[119.797323,30.833862],[119.796234,30.832067],[119.796547,30.830031],[119.79587,30.827929],[119.796021,30.825538],[119.797323,30.824339],[119.79696,30.823542],[119.798362,30.823292],[119.797849,30.81983],[119.800291,30.818099],[119.800566,30.815901],[119.800378,30.811771],[119.799927,30.806964],[119.799752,30.802841],[119.800566,30.797075],[119.80282,30.79379],[119.807515,30.7918],[119.811735,30.791205],[119.819085,30.789127],[119.823555,30.788056],[119.829303,30.786026],[119.832909,30.783376],[119.838481,30.777231],[119.842976,30.77065],[119.843953,30.768499],[119.848561,30.764858],[119.848774,30.760242],[119.851253,30.755916],[119.850164,30.752274],[119.853995,30.748705],[119.861608,30.744056],[119.876283,30.745619],[119.879852,30.7457],[119.882557,30.745401],[119.884385,30.744725],[119.885725,30.743081],[119.886251,30.740776],[119.886251,30.73877],[119.885236,30.736272],[119.884623,30.735885],[119.880516,30.735531],[119.880416,30.731864],[119.880904,30.729672],[119.885687,30.724531],[119.890307,30.723701],[119.893288,30.722097],[119.895654,30.722983],[119.898509,30.723209],[119.918331,30.723443],[119.921574,30.726255],[119.923327,30.727424],[119.927621,30.729479],[119.930251,30.731042],[119.932392,30.731687],[119.934709,30.73188],[119.938665,30.73342],[119.940206,30.734427],[119.941082,30.737795],[119.940569,30.7413],[119.940606,30.743025],[119.941445,30.744902],[119.948057,30.749325],[119.947443,30.752121],[119.94693,30.760387],[119.947042,30.76365],[119.946379,30.767508],[119.945389,30.77189],[119.945314,30.775209],[119.946291,30.780694],[119.946854,30.785607],[119.946579,30.787395],[119.946992,30.789674],[119.948683,30.792098],[119.953741,30.796391],[119.955219,30.798702],[119.955407,30.800369],[119.954605,30.804057],[119.953854,30.805676],[119.953604,30.80797],[119.954317,30.809331],[119.9591,30.816843],[119.959914,30.819291],[119.959777,30.824967],[119.958399,30.827575],[119.956246,30.829684],[119.95716,30.831182],[119.956296,30.835175],[119.95438,30.837461],[119.95423,30.838507],[119.954806,30.840528],[119.95453,30.842765],[119.956471,30.845301],[119.956646,30.846846],[119.95602,30.847973],[119.953616,30.849011],[119.952126,30.849245],[119.948983,30.851538],[119.947493,30.853229],[119.946767,30.856335],[119.948057,30.857631],[119.951638,30.860045],[119.953015,30.862138],[119.953929,30.864182],[119.954067,30.86732],[119.956746,30.867867],[119.956534,30.869943],[119.957648,30.870233],[119.95726,30.871416],[119.955532,30.871175],[119.956383,30.87177],[119.956321,30.872728],[119.954668,30.872647],[119.954104,30.874868],[119.953503,30.87482],[119.953779,30.876276],[119.951938,30.877652],[119.953378,30.87873],[119.953003,30.879245],[119.954029,30.880058],[119.952827,30.881184],[119.950899,30.880557],[119.949183,30.88083],[119.948545,30.881933],[119.948996,30.884282],[119.950323,30.887178],[119.951851,30.88968],[119.953917,30.895674],[119.95746,30.89322],[119.959601,30.891217],[119.964072,30.900267],[119.965511,30.902077],[119.968279,30.90375],[119.968905,30.904555],[119.969982,30.913877],[119.969243,30.916701],[119.968166,30.918953],[119.967064,30.923103],[119.967953,30.924285],[119.971459,30.925781],[119.973801,30.926094],[119.978859,30.926416],[119.981915,30.926022],[119.987149,30.924566],[119.99252,30.923336],[119.995626,30.92225],[120.001962,30.919403],[120.005505,30.920368],[120.008673,30.922531],[120.010013,30.922531],[120.010013,30.923336],[120.008848,30.926384],[120.010188,30.927566],[120.015059,30.927317],[120.022597,30.927502],[120.023786,30.927791],[120.026754,30.931145],[120.028645,30.932576],[120.029584,30.934064],[120.030999,30.935254],[120.032401,30.935535],[120.034267,30.93449],[120.037285,30.931555],[120.038737,30.930574],[120.04069,30.932166],[120.044384,30.934377],[120.047452,30.935382],[120.050044,30.934683],[120.052686,30.933573],[120.056818,30.93338],[120.059635,30.935141],[120.063455,30.936999],[120.066197,30.938937],[120.069152,30.941486],[120.072107,30.942901],[120.075901,30.944019],[120.078505,30.944517],[120.082512,30.945868],[120.084991,30.947042],[120.086394,30.948465],[120.090125,30.948433],[120.092529,30.949904],[120.095622,30.952453],[120.097513,30.954849],[120.099504,30.955178],[120.101445,30.956304],[120.102947,30.95956],[120.105765,30.962269]]]]}},{"type":"Feature","properties":{"adcode":330523,"name":"安吉县","center":[119.687891,30.631974],"centroid":[119.577134,30.620443],"childrenNum":0,"level":"district","parent":{"adcode":330500},"subFeatureIndex":4,"acroutes":[100000,330000,330500]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.573264,30.854178],[119.573739,30.853349],[119.573013,30.846709],[119.573101,30.844013],[119.574916,30.838588],[119.576719,30.835746],[119.577145,30.833911],[119.576644,30.831447],[119.575755,30.829741],[119.572675,30.828815],[119.568092,30.828324],[119.5651,30.829226],[119.561218,30.829467],[119.559027,30.828823],[119.558025,30.827921],[119.554531,30.825627],[119.552102,30.823027],[119.549322,30.819412],[119.545967,30.814017],[119.544589,30.810773],[119.541872,30.803469],[119.539756,30.799894],[119.535899,30.79503],[119.530903,30.786002],[119.528362,30.780896],[119.525982,30.777319],[119.524492,30.776023],[119.520961,30.774073],[119.519096,30.773364],[119.514926,30.773091],[119.512735,30.772559],[119.510268,30.771512],[119.508928,30.770336],[119.507125,30.769627],[119.504345,30.769554],[119.500126,30.77032],[119.497246,30.771745],[119.495605,30.772865],[119.49419,30.774838],[119.491523,30.777231],[119.48356,30.775942],[119.480817,30.774202],[119.480141,30.7733],[119.479578,30.771246],[119.48103,30.767379],[119.480943,30.762385],[119.478989,30.757261],[119.478789,30.75308],[119.479878,30.75117],[119.483848,30.747545],[119.484599,30.744604],[119.479691,30.736828],[119.47919,30.734435],[119.479352,30.732936],[119.481481,30.729632],[119.482746,30.704462],[119.478301,30.699399],[119.472153,30.692112],[119.468396,30.686638],[119.466005,30.683913],[119.460407,30.679825],[119.458266,30.678011],[119.45292,30.671625],[119.450753,30.665448],[119.45019,30.660633],[119.448299,30.655835],[119.444543,30.650585],[119.438157,30.646504],[119.433624,30.644471],[119.427827,30.644044],[119.424133,30.64293],[119.421416,30.64285],[119.417171,30.642221],[119.412676,30.642971],[119.408606,30.645439],[119.405163,30.649326],[119.402195,30.654077],[119.400016,30.658859],[119.398626,30.666851],[119.397449,30.671681],[119.396961,30.674608],[119.395646,30.678704],[119.393392,30.682856],[119.391514,30.685235],[119.390588,30.68571],[119.388459,30.68567],[119.385316,30.684171],[119.38146,30.680026],[119.379393,30.679365],[119.376939,30.67951],[119.372369,30.680373],[119.369827,30.679196],[119.365232,30.6746],[119.361826,30.673334],[119.359597,30.671286],[119.357093,30.668335],[119.354551,30.666923],[119.35281,30.666722],[119.350168,30.667262],[119.348841,30.667052],[119.34536,30.665835],[119.343144,30.664198],[119.341303,30.662093],[119.340089,30.660206],[119.336645,30.656295],[119.33364,30.652198],[119.33205,30.647915],[119.328644,30.642446],[119.32664,30.637881],[119.325476,30.636002],[119.324963,30.632799],[119.323122,30.63029],[119.321043,30.628475],[119.31775,30.626281],[119.311965,30.621247],[119.310751,30.620739],[119.308359,30.620593],[119.305116,30.620803],[119.302449,30.620545],[119.299456,30.619835],[119.29605,30.618665],[119.293433,30.617035],[119.29123,30.616027],[119.286447,30.615624],[119.284193,30.615825],[119.278383,30.617608],[119.275728,30.617584],[119.271145,30.616898],[119.266612,30.615979],[119.26362,30.615672],[119.261091,30.614776],[119.258774,30.614413],[119.255005,30.615139],[119.2522,30.618334],[119.250047,30.620255],[119.248193,30.620222],[119.245852,30.618867],[119.244362,30.617221],[119.240242,30.61171],[119.23914,30.609322],[119.239303,30.606861],[119.240079,30.604949],[119.244575,30.600656],[119.246666,30.599308],[119.253653,30.596468],[119.254955,30.594668],[119.25359,30.592223],[119.253678,30.589294],[119.254129,30.588656],[119.259939,30.587042],[119.261579,30.585702],[119.264759,30.582046],[119.26501,30.58061],[119.264509,30.578204],[119.264859,30.575339],[119.265511,30.57458],[119.264759,30.573442],[119.261967,30.572167],[119.259838,30.572078],[119.258962,30.570875],[119.254993,30.566912],[119.248844,30.563489],[119.245501,30.561415],[119.244337,30.559082],[119.244888,30.55586],[119.243648,30.552663],[119.240706,30.550984],[119.238038,30.549063],[119.236937,30.546729],[119.23735,30.543629],[119.23889,30.540561],[119.240105,30.53293],[119.242571,30.530023],[119.244349,30.52966],[119.247805,30.529506],[119.253164,30.529894],[119.25468,30.529191],[119.25617,30.52756],[119.257885,30.526914],[119.26099,30.5263],[119.261904,30.525541],[119.261654,30.517748],[119.272134,30.510511],[119.274526,30.509962],[119.279021,30.50997],[119.28408,30.510891],[119.287949,30.512619],[119.297991,30.51904],[119.306844,30.525129],[119.309762,30.528892],[119.313643,30.531194],[119.317963,30.532123],[119.320217,30.532155],[119.32654,30.533003],[119.32798,30.531662],[119.328544,30.529538],[119.327655,30.527649],[119.328156,30.525759],[119.32773,30.524386],[119.328681,30.521624],[119.33101,30.517522],[119.333915,30.513193],[119.336107,30.508637],[119.336345,30.507143],[119.334767,30.500051],[119.33364,30.496117],[119.331937,30.493031],[119.330334,30.488232],[119.330585,30.487198],[119.333114,30.483555],[119.334128,30.480848],[119.334479,30.478093],[119.334855,30.46788],[119.334579,30.463411],[119.33657,30.459549],[119.336958,30.454506],[119.335268,30.448388],[119.33518,30.446836],[119.336144,30.445567],[119.34367,30.443361],[119.345773,30.442302],[119.34839,30.440564],[119.349693,30.438826],[119.348816,30.433613],[119.349117,30.432069],[119.352022,30.427154],[119.352973,30.42485],[119.352497,30.422053],[119.351796,30.420517],[119.349943,30.418367],[119.348328,30.415311],[119.347802,30.412796],[119.348202,30.410718],[119.349517,30.4086],[119.350995,30.408438],[119.358608,30.410532],[119.360924,30.410718],[119.363216,30.409473],[119.366309,30.40632],[119.367198,30.404929],[119.368926,30.39973],[119.366809,30.391207],[119.366571,30.388401],[119.367135,30.386217],[119.367961,30.385004],[119.369289,30.384357],[119.371455,30.383928],[119.375174,30.384284],[119.378555,30.384939],[119.382674,30.384939],[119.388609,30.384349],[119.393818,30.383023],[119.396823,30.381203],[119.399879,30.378461],[119.403059,30.374352],[119.403047,30.373325],[119.407141,30.373325],[119.418147,30.3761],[119.421128,30.379723],[119.426562,30.383945],[119.429141,30.384365],[119.430506,30.384058],[119.432798,30.386484],[119.434175,30.390261],[119.435715,30.391498],[119.440085,30.391757],[119.441049,30.39246],[119.445745,30.399188],[119.446721,30.40256],[119.448424,30.405228],[119.450227,30.410823],[119.451843,30.412174],[119.455862,30.411988],[119.46032,30.41071],[119.464715,30.409206],[119.467006,30.408139],[119.47333,30.407694],[119.477336,30.407282],[119.483823,30.408317],[119.490409,30.408204],[119.498886,30.406862],[119.506086,30.40467],[119.511771,30.401986],[119.513148,30.401679],[119.516917,30.402528],[119.522239,30.40467],[119.528624,30.408519],[119.533458,30.409409],[119.535737,30.411664],[119.536438,30.414405],[119.534835,30.420792],[119.535298,30.424058],[119.540645,30.427865],[119.544389,30.431067],[119.54663,30.434809],[119.547832,30.43565],[119.551739,30.439772],[119.565913,30.443377],[119.567879,30.442245],[119.569119,30.440968],[119.571874,30.436919],[119.572324,30.433007],[119.572825,30.431333],[119.574954,30.429183],[119.577433,30.4273],[119.579712,30.424745],[119.581791,30.423629],[119.588377,30.422142],[119.59167,30.421633],[119.594963,30.421641],[119.597893,30.422449],[119.602777,30.425877],[119.605243,30.426992],[119.606571,30.427138],[119.608674,30.426475],[119.613019,30.426022],[119.618015,30.427316],[119.623024,30.429765],[119.625578,30.430582],[119.627932,30.431762],[119.630161,30.435609],[119.632315,30.436684],[119.633642,30.437945],[119.635333,30.440645],[119.635583,30.441793],[119.636697,30.441712],[119.638889,30.442528],[119.640617,30.442544],[119.642933,30.441704],[119.642307,30.440386],[119.644185,30.43991],[119.645049,30.438988],[119.646051,30.440144],[119.646351,30.441882],[119.649382,30.442868],[119.650584,30.4405],[119.648079,30.437727],[119.648417,30.435755],[119.647867,30.43468],[119.646226,30.433039],[119.644361,30.432012],[119.643484,30.432126],[119.642232,30.431083],[119.642921,30.429886],[119.642958,30.428504],[119.641581,30.42903],[119.639765,30.428642],[119.638275,30.42886],[119.637349,30.428132],[119.633079,30.426936],[119.631839,30.424672],[119.632039,30.422498],[119.632791,30.421819],[119.63393,30.41945],[119.633742,30.41865],[119.63676,30.415359],[119.635746,30.413475],[119.637386,30.410363],[119.636597,30.4094],[119.636547,30.407985],[119.63527,30.408859],[119.633154,30.408746],[119.631376,30.407775],[119.631488,30.406288],[119.632453,30.405034],[119.635145,30.403611],[119.636635,30.40332],[119.637261,30.402107],[119.636535,30.400344],[119.633642,30.399067],[119.633267,30.395274],[119.635808,30.393972],[119.638125,30.392299],[119.639452,30.393172],[119.640942,30.392598],[119.642808,30.393964],[119.647015,30.394118],[119.647003,30.395161],[119.648305,30.396091],[119.649419,30.398088],[119.651322,30.398857],[119.654428,30.401088],[119.65588,30.397256],[119.657571,30.39808],[119.655304,30.401177],[119.653251,30.40328],[119.655517,30.40518],[119.658472,30.403846],[119.660313,30.403732],[119.663443,30.401671],[119.663468,30.402447],[119.665447,30.402762],[119.665434,30.400757],[119.667388,30.399406],[119.668114,30.399495],[119.667964,30.402026],[119.666924,30.403514],[119.665384,30.404856],[119.668452,30.40801],[119.671532,30.407969],[119.671995,30.406393],[119.671382,30.404735],[119.673185,30.402762],[119.676691,30.403724],[119.677292,30.40539],[119.678394,30.406126],[119.681086,30.408721],[119.682726,30.411114],[119.684868,30.415844],[119.686032,30.417542],[119.69352,30.424486],[119.696412,30.426685],[119.702072,30.428553],[119.707268,30.430024],[119.708696,30.43139],[119.709197,30.434074],[119.707619,30.43742],[119.704764,30.440322],[119.704151,30.443199],[119.702936,30.445107],[119.701371,30.446561],[119.699756,30.44859],[119.695649,30.451685],[119.694935,30.452736],[119.695173,30.454393],[119.695273,30.459605],[119.694284,30.462951],[119.695373,30.464478],[119.699355,30.465343],[119.701734,30.468001],[119.702573,30.473261],[119.704414,30.476445],[119.708245,30.485163],[119.708884,30.487966],[119.704702,30.494558],[119.70519,30.495527],[119.708007,30.496973],[119.708558,30.49829],[119.708608,30.500528],[119.709172,30.508823],[119.70678,30.515858],[119.706304,30.518273],[119.706367,30.52143],[119.704877,30.525977],[119.702285,30.529167],[119.700269,30.531145],[119.696563,30.538469],[119.694997,30.542345],[119.694409,30.546713],[119.693219,30.550629],[119.692405,30.556143],[119.692731,30.558541],[119.69372,30.558872],[119.701346,30.558298],[119.704075,30.559114],[119.707118,30.561059],[119.711739,30.566516],[119.71423,30.566169],[119.71691,30.564797],[119.719402,30.562262],[119.721606,30.560938],[119.729056,30.551767],[119.743255,30.550169],[119.748414,30.550201],[119.752083,30.551226],[119.768949,30.551356],[119.77084,30.54966],[119.77203,30.546431],[119.772869,30.548869],[119.775874,30.550096],[119.778854,30.550322],[119.782886,30.550144],[119.787556,30.549369],[119.790662,30.549369],[119.793053,30.550015],[119.796459,30.55167],[119.799189,30.552728],[119.803509,30.553899],[119.808204,30.55473],[119.802882,30.568123],[119.801943,30.5709],[119.801993,30.57324],[119.803759,30.578777],[119.805011,30.591134],[119.803972,30.592191],[119.802269,30.592909],[119.796221,30.600648],[119.793429,30.609233],[119.793178,30.610331],[119.798012,30.616664],[119.800679,30.620973],[119.802607,30.624603],[119.803784,30.630718],[119.806439,30.637494],[119.809594,30.642543],[119.812361,30.645124],[119.815329,30.644898],[119.819849,30.640051],[119.821853,30.640704],[119.823518,30.641874],[119.827362,30.645423],[119.828927,30.647286],[119.829904,30.649439],[119.830643,30.653262],[119.829603,30.657472],[119.834048,30.661625],[119.837404,30.66352],[119.83957,30.666053],[119.839495,30.668577],[119.834762,30.67618],[119.83624,30.677583],[119.840272,30.680091],[119.843252,30.68388],[119.84384,30.686097],[119.843928,30.690338],[119.843327,30.691402],[119.843264,30.693635],[119.844091,30.694522],[119.845819,30.694659],[119.852618,30.694369],[119.855711,30.693998],[119.859104,30.692821],[119.860669,30.692039],[119.862572,30.689669],[119.863286,30.689806],[119.865765,30.692015],[119.870912,30.696771],[119.871613,30.69819],[119.873892,30.705606],[119.874969,30.706614],[119.878575,30.70821],[119.881868,30.71016],[119.889744,30.719582],[119.893288,30.722097],[119.890307,30.723701],[119.885687,30.724531],[119.880904,30.729672],[119.880416,30.731864],[119.880516,30.735531],[119.884623,30.735885],[119.885236,30.736272],[119.886251,30.73877],[119.886251,30.740776],[119.885725,30.743081],[119.884385,30.744725],[119.882557,30.745401],[119.879852,30.7457],[119.876283,30.745619],[119.861608,30.744056],[119.853995,30.748705],[119.850164,30.752274],[119.851253,30.755916],[119.848774,30.760242],[119.848561,30.764858],[119.843953,30.768499],[119.842976,30.77065],[119.838481,30.777231],[119.832909,30.783376],[119.829303,30.786026],[119.823555,30.788056],[119.819085,30.789127],[119.811735,30.791205],[119.807515,30.7918],[119.80282,30.79379],[119.800566,30.797075],[119.799752,30.802841],[119.799927,30.806964],[119.800378,30.811771],[119.800566,30.815901],[119.800291,30.818099],[119.797849,30.81983],[119.798362,30.823292],[119.79696,30.823542],[119.797323,30.824339],[119.796021,30.825538],[119.79587,30.827929],[119.796547,30.830031],[119.796234,30.832067],[119.797323,30.833862],[119.797649,30.83569],[119.799752,30.836648],[119.805174,30.836133],[119.806939,30.836454],[119.809469,30.837638],[119.811936,30.840109],[119.813726,30.840584],[119.815442,30.840093],[119.817958,30.838765],[119.821715,30.837525],[119.82487,30.837734],[119.826911,30.838902],[119.82914,30.839634],[119.829265,30.840874],[119.831081,30.842725],[119.831156,30.843377],[119.82934,30.84493],[119.828589,30.84654],[119.828727,30.847562],[119.829979,30.849768],[119.829015,30.849937],[119.827612,30.848826],[119.822353,30.846774],[119.821577,30.847941],[119.823906,30.851989],[119.822403,30.852786],[119.82199,30.852078],[119.820851,30.852649],[119.819786,30.854452],[119.817044,30.854492],[119.815542,30.853728],[119.814477,30.854782],[119.815805,30.856625],[119.817044,30.857341],[119.816731,30.858814],[119.815204,30.859482],[119.814302,30.860641],[119.813426,30.862701],[119.81176,30.865131],[119.811034,30.865349],[119.810032,30.863844],[119.807403,30.863868],[119.807077,30.862186],[119.80575,30.861936],[119.80272,30.863305],[119.799865,30.866676],[119.798938,30.866218],[119.799063,30.865349],[119.797273,30.861462],[119.797148,30.859393],[119.797774,30.859273],[119.797611,30.8578],[119.79875,30.857567],[119.799164,30.856303],[119.797724,30.855595],[119.796096,30.852858],[119.792978,30.853607],[119.791225,30.850605],[119.790449,30.851579],[119.787869,30.850677],[119.787669,30.851273],[119.785503,30.850363],[119.784889,30.85145],[119.784326,30.850259],[119.785615,30.848585],[119.782122,30.846411],[119.780719,30.844608],[119.778904,30.845454],[119.776838,30.845446],[119.774997,30.846403],[119.775761,30.846661],[119.774997,30.848005],[119.77243,30.84712],[119.77248,30.849188],[119.770039,30.842918],[119.769913,30.844222],[119.768661,30.844439],[119.767747,30.843449],[119.766808,30.844657],[119.764241,30.84559],[119.762613,30.843047],[119.756716,30.848053],[119.748502,30.855651],[119.745722,30.859176],[119.742103,30.861808],[119.73896,30.863055],[119.734878,30.86361],[119.733451,30.862822],[119.731084,30.860399],[119.730596,30.859482],[119.72833,30.858943],[119.724573,30.860721],[119.723246,30.860802],[119.722307,30.860238],[119.720666,30.858315],[119.718838,30.856738],[119.71706,30.854581],[119.712465,30.853848],[119.709748,30.854404],[119.705666,30.856239],[119.703813,30.856552],[119.701984,30.855434],[119.696275,30.852649],[119.693006,30.852569],[119.691103,30.85318],[119.687347,30.85508],[119.68463,30.854331],[119.679133,30.853148],[119.673648,30.854307],[119.665797,30.858999],[119.658347,30.866427],[119.652462,30.867199],[119.6454,30.866411],[119.639227,30.863401],[119.629923,30.86246],[119.628721,30.860995],[119.626993,30.860327],[119.618641,30.858846],[119.613508,30.857494],[119.604492,30.85475],[119.602614,30.853921],[119.601412,30.853824],[119.599095,30.857647],[119.597956,30.86048],[119.596929,30.862041],[119.595664,30.862347],[119.588552,30.857993],[119.582542,30.856182],[119.576356,30.855434],[119.573264,30.854178]]]]}},{"type":"Feature","properties":{"adcode":330602,"name":"越城区","center":[120.585315,29.996993],"centroid":[120.667675,30.039655],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":0,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.755512,30.233884],[120.747239,30.223607],[120.741854,30.219498],[120.737046,30.216445],[120.724972,30.209526],[120.711542,30.199722],[120.692418,30.1773],[120.67555,30.156881],[120.662322,30.144238],[120.649066,30.132081],[120.645588,30.129194],[120.640861,30.130114],[120.625537,30.124151],[120.613061,30.120059],[120.609448,30.121148],[120.602048,30.127799],[120.598059,30.128359],[120.58972,30.127915],[120.583461,30.131161],[120.582038,30.130008],[120.574933,30.120207],[120.573738,30.114476],[120.570501,30.10941],[120.570354,30.106439],[120.573093,30.102272],[120.573483,30.09838],[120.569843,30.099099],[120.568957,30.094953],[120.565304,30.095006],[120.565183,30.098052],[120.563357,30.098412],[120.563921,30.100739],[120.558052,30.101648],[120.556507,30.09856],[120.55417,30.098867],[120.554896,30.101659],[120.550786,30.103689],[120.543225,30.103742],[120.538753,30.105075],[120.535503,30.104461],[120.534509,30.102452],[120.528909,30.101553],[120.526639,30.099618],[120.526156,30.0971],[120.528842,30.096699],[120.52911,30.094467],[120.531044,30.093906],[120.53052,30.091431],[120.530467,30.084482],[120.527217,30.084546],[120.525068,30.086978],[120.523523,30.086777],[120.519159,30.083012],[120.515425,30.078484],[120.515022,30.075194],[120.516029,30.073058],[120.521227,30.070995],[120.520314,30.06707],[120.523,30.065948],[120.522503,30.063695],[120.519723,30.059071],[120.516647,30.056733],[120.517883,30.055294],[120.514378,30.049972],[120.517695,30.048141],[120.515721,30.045549],[120.516298,30.044184],[120.520945,30.041866],[120.519441,30.039358],[120.516943,30.03975],[120.515533,30.033982],[120.516996,30.03285],[120.515962,30.031209],[120.517332,30.029558],[120.513988,30.026743],[120.51235,30.027664],[120.510725,30.025769],[120.508388,30.027145],[120.501565,30.020213],[120.500545,30.01799],[120.502828,30.014243],[120.508562,30.013544],[120.514431,30.010072],[120.519387,30.004705],[120.521939,30.004144],[120.53318,30.003159],[120.536362,30.001],[120.537329,29.993663],[120.539492,29.989809],[120.540848,29.980015],[120.544662,29.975758],[120.54712,29.971279],[120.551377,29.966407],[120.552613,29.958316],[120.553741,29.955435],[120.545266,29.944896],[120.544004,29.938064],[120.54117,29.933106],[120.530668,29.917998],[120.532414,29.91074],[120.528278,29.904679],[120.528667,29.902814],[120.534657,29.898713],[120.537088,29.899137],[120.54246,29.902973],[120.546045,29.902061],[120.547079,29.893626],[120.550303,29.887903],[120.555258,29.882222],[120.55691,29.881777],[120.561396,29.883854],[120.571119,29.886196],[120.577391,29.884532],[120.584536,29.883186],[120.588793,29.884108],[120.596609,29.888019],[120.600047,29.890446],[120.604506,29.89458],[120.607823,29.900175],[120.607581,29.906756],[120.606722,29.910274],[120.602908,29.913601],[120.602935,29.918178],[120.603848,29.921887],[120.606816,29.924832],[120.611087,29.931273],[120.612403,29.935511],[120.612698,29.942471],[120.616432,29.946528],[120.624342,29.949006],[120.629163,29.949493],[120.633904,29.947756],[120.637745,29.947407],[120.638484,29.951167],[120.638054,29.955372],[120.646407,29.957532],[120.650221,29.95892],[120.655916,29.957564],[120.657379,29.954789],[120.657406,29.949896],[120.656748,29.94746],[120.6584,29.945225],[120.670084,29.943954],[120.673281,29.942661],[120.675577,29.940087],[120.680076,29.936899],[120.681446,29.934621],[120.679807,29.930055],[120.679995,29.928477],[120.68389,29.923465],[120.688215,29.916038],[120.691223,29.91501],[120.689504,29.912828],[120.690874,29.911779],[120.691089,29.907413],[120.693076,29.905463],[120.691666,29.902273],[120.69411,29.901691],[120.694379,29.89742],[120.695897,29.896339],[120.699885,29.890934],[120.697871,29.888517],[120.698811,29.887023],[120.702638,29.887352],[120.702571,29.884087],[120.704048,29.881967],[120.70562,29.881967],[120.707957,29.879752],[120.708037,29.876911],[120.711744,29.87494],[120.718177,29.872565],[120.719345,29.869311],[120.726839,29.868749],[120.728907,29.869936],[120.72974,29.872226],[120.731902,29.873519],[120.734118,29.873],[120.737502,29.874897],[120.739665,29.877399],[120.745238,29.87866],[120.74603,29.876583],[120.744634,29.873774],[120.746433,29.872777],[120.746366,29.876021],[120.748448,29.878544],[120.755713,29.879572],[120.752275,29.879646],[120.75159,29.882561],[120.754706,29.883727],[120.75707,29.887383],[120.755794,29.892672],[120.756385,29.894898],[120.754464,29.897844],[120.753095,29.898215],[120.751362,29.901214],[120.755458,29.905325],[120.757352,29.903524],[120.761421,29.903863],[120.762442,29.905251],[120.766256,29.906502],[120.768472,29.908155],[120.767948,29.909839],[120.771131,29.910454],[120.773387,29.911948],[120.77191,29.913898],[120.772205,29.917966],[120.770553,29.917257],[120.770527,29.92123],[120.772689,29.922226],[120.772971,29.923868],[120.770634,29.92213],[120.768163,29.923338],[120.768123,29.925266],[120.766041,29.92568],[120.767935,29.927809],[120.770661,29.928858],[120.769788,29.931379],[120.770607,29.934748],[120.773871,29.938911],[120.773011,29.941475],[120.776557,29.94389],[120.771561,29.945797],[120.770513,29.948222],[120.767773,29.95087],[120.769479,29.952819],[120.767666,29.957416],[120.77093,29.957945],[120.767868,29.960021],[120.769251,29.962309],[120.774072,29.958274],[120.774623,29.962849],[120.771749,29.962796],[120.773011,29.964289],[120.775093,29.96359],[120.778746,29.964946],[120.77841,29.970453],[120.779968,29.970474],[120.782439,29.973196],[120.778934,29.976785],[120.779122,29.979771],[120.778007,29.98137],[120.781391,29.98461],[120.780183,29.986379],[120.775133,29.98839],[120.768082,29.989576],[120.768579,29.991387],[120.771561,29.994785],[120.771185,29.998057],[120.775053,29.998311],[120.776678,30.003773],[120.778867,30.005467],[120.778611,30.008982],[120.766995,30.010136],[120.767048,30.011226],[120.762066,30.012052],[120.762818,30.013682],[120.760078,30.015672],[120.760682,30.01908],[120.759232,30.021028],[120.757634,30.020318],[120.754558,30.024203],[120.755807,30.025716],[120.753189,30.027198],[120.753296,30.02923],[120.755566,30.029685],[120.751926,30.034257],[120.746877,30.032945],[120.746568,30.035051],[120.743586,30.034712],[120.741934,30.036046],[120.741961,30.038332],[120.733433,30.034829],[120.729324,30.035104],[120.73072,30.044956],[120.733393,30.04557],[120.743143,30.053273],[120.743559,30.055516],[120.741961,30.056479],[120.742754,30.059209],[120.740081,30.059336],[120.739087,30.063325],[120.740417,30.067472],[120.737086,30.069334],[120.737878,30.075713],[120.731634,30.07768],[120.732171,30.083096],[120.743116,30.083044],[120.751147,30.081002],[120.757473,30.080695],[120.760776,30.082039],[120.762576,30.085974],[120.762858,30.091463],[120.766229,30.095154],[120.770218,30.095228],[120.777255,30.088787],[120.780532,30.086693],[120.789409,30.083403],[120.793814,30.081044],[120.797964,30.083784],[120.7983,30.084831],[120.791222,30.088925],[120.793237,30.090077],[120.791679,30.09104],[120.793881,30.093483],[120.797413,30.092753],[120.800099,30.097566],[120.804343,30.099512],[120.803605,30.104726],[120.801993,30.107232],[120.805726,30.106894],[120.806895,30.110902],[120.804303,30.119044],[120.803806,30.122047],[120.813543,30.122248],[120.813771,30.130283],[120.826422,30.129945],[120.826167,30.12211],[120.832815,30.121793],[120.833312,30.123125],[120.839207,30.122575],[120.83914,30.134639],[120.844821,30.148456],[120.796111,30.141056],[120.795009,30.145655],[120.787663,30.15446],[120.786361,30.174341],[120.784252,30.209801],[120.787623,30.219054],[120.755499,30.224019],[120.755512,30.233884]]]]}},{"type":"Feature","properties":{"adcode":330603,"name":"柯桥区","center":[120.476075,30.078038],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":1,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.364285,29.978522],[120.371268,29.978045],[120.373578,29.981815],[120.37656,29.98172],[120.378937,29.979189],[120.383369,29.981593],[120.38678,29.979623],[120.391131,29.976012],[120.394287,29.977018],[120.397081,29.973354],[120.395536,29.970273],[120.394005,29.962023],[120.395899,29.955022],[120.399887,29.948402],[120.402533,29.946295],[120.405246,29.941274],[120.415399,29.938255],[120.415748,29.933572],[120.411988,29.928381],[120.411128,29.926114],[120.412243,29.923486],[120.414231,29.922342],[120.418045,29.922469],[120.420919,29.924715],[120.427271,29.927597],[120.429971,29.927375],[120.435235,29.924641],[120.437209,29.922755],[120.441292,29.921505],[120.44755,29.922141],[120.449578,29.920721],[120.449874,29.915932],[120.451029,29.912923],[120.453083,29.912753],[120.455514,29.910634],[120.454104,29.907498],[120.45444,29.904054],[120.461517,29.892831],[120.467265,29.888051],[120.474934,29.883557],[120.481313,29.881119],[120.488162,29.88042],[120.487464,29.875099],[120.487692,29.86983],[120.495777,29.862283],[120.498866,29.860205],[120.502989,29.860152],[120.506615,29.858551],[120.506414,29.854702],[120.507287,29.853791],[120.517977,29.85009],[120.532307,29.851151],[120.535919,29.849719],[120.537504,29.847206],[120.534375,29.843538],[120.530144,29.84076],[120.528828,29.838702],[120.525524,29.831014],[120.52449,29.827557],[120.524759,29.82498],[120.523013,29.820282],[120.519347,29.816962],[120.517158,29.812285],[120.511477,29.807565],[120.507058,29.80155],[120.502828,29.797148],[120.503164,29.793605],[120.509986,29.791536],[120.510577,29.788152],[120.509113,29.782083],[120.509731,29.775038],[120.51235,29.772746],[120.512833,29.769595],[120.508616,29.760776],[120.511195,29.75391],[120.513075,29.751681],[120.513209,29.747394],[120.514149,29.743764],[120.51654,29.742108],[120.519024,29.743137],[120.523174,29.739645],[120.526961,29.73386],[120.531259,29.72885],[120.533878,29.726578],[120.538162,29.719646],[120.539478,29.7161],[120.538511,29.713456],[120.532817,29.706236],[120.530453,29.701724],[120.532226,29.70029],[120.535288,29.70149],[120.540647,29.701894],[120.543467,29.702924],[120.545602,29.705897],[120.549013,29.70647],[120.555688,29.705557],[120.559354,29.708902],[120.560711,29.711237],[120.564444,29.711237],[120.568715,29.707351],[120.572019,29.707298],[120.575712,29.709815],[120.579728,29.714752],[120.578949,29.719901],[120.581957,29.7254],[120.589075,29.728489],[120.597428,29.727544],[120.601457,29.731238],[120.612309,29.739836],[120.61627,29.743636],[120.624355,29.745027],[120.629472,29.747563],[120.634535,29.747234],[120.639585,29.74249],[120.649483,29.740526],[120.660415,29.742723],[120.665451,29.746205],[120.667962,29.74543],[120.668311,29.734296],[120.675,29.731801],[120.67551,29.731005],[120.675026,29.724678],[120.672918,29.71059],[120.67418,29.708986],[120.677739,29.708371],[120.68107,29.706842],[120.688067,29.702042],[120.692029,29.697253],[120.69873,29.69942],[120.70848,29.705217],[120.718862,29.708689],[120.723817,29.713701],[120.723508,29.717862],[120.727712,29.723415],[120.728733,29.728818],[120.727631,29.729858],[120.722327,29.728181],[120.719265,29.729699],[120.718244,29.732725],[120.720567,29.735983],[120.722031,29.743106],[120.725026,29.744422],[120.732386,29.751257],[120.74035,29.752307],[120.74184,29.75461],[120.742243,29.757975],[120.745748,29.760182],[120.749965,29.764268],[120.751805,29.767207],[120.746017,29.769892],[120.747145,29.773903],[120.750677,29.77838],[120.751,29.781245],[120.752947,29.787494],[120.75065,29.791037],[120.748193,29.79405],[120.74646,29.794613],[120.744674,29.793064],[120.742364,29.793011],[120.738657,29.802473],[120.736227,29.80574],[120.735555,29.808891],[120.739759,29.8136],[120.742337,29.819582],[120.743532,29.827897],[120.741948,29.830495],[120.742606,29.835935],[120.739906,29.837939],[120.742525,29.840229],[120.74278,29.844534],[120.738228,29.849157],[120.739974,29.857416],[120.738886,29.865452],[120.739517,29.867912],[120.744634,29.873774],[120.74603,29.876583],[120.745238,29.87866],[120.739665,29.877399],[120.737502,29.874897],[120.734118,29.873],[120.731902,29.873519],[120.72974,29.872226],[120.728907,29.869936],[120.726839,29.868749],[120.719345,29.869311],[120.718177,29.872565],[120.711744,29.87494],[120.708037,29.876911],[120.707957,29.879752],[120.70562,29.881967],[120.704048,29.881967],[120.702571,29.884087],[120.702638,29.887352],[120.698811,29.887023],[120.697871,29.888517],[120.699885,29.890934],[120.695897,29.896339],[120.694379,29.89742],[120.69411,29.901691],[120.691666,29.902273],[120.693076,29.905463],[120.691089,29.907413],[120.690874,29.911779],[120.689504,29.912828],[120.691223,29.91501],[120.688215,29.916038],[120.68389,29.923465],[120.679995,29.928477],[120.679807,29.930055],[120.681446,29.934621],[120.680076,29.936899],[120.675577,29.940087],[120.673281,29.942661],[120.670084,29.943954],[120.6584,29.945225],[120.656748,29.94746],[120.657406,29.949896],[120.657379,29.954789],[120.655916,29.957564],[120.650221,29.95892],[120.646407,29.957532],[120.638054,29.955372],[120.638484,29.951167],[120.637745,29.947407],[120.633904,29.947756],[120.629163,29.949493],[120.624342,29.949006],[120.616432,29.946528],[120.612698,29.942471],[120.612403,29.935511],[120.611087,29.931273],[120.606816,29.924832],[120.603848,29.921887],[120.602935,29.918178],[120.602908,29.913601],[120.606722,29.910274],[120.607581,29.906756],[120.607823,29.900175],[120.604506,29.89458],[120.600047,29.890446],[120.596609,29.888019],[120.588793,29.884108],[120.584536,29.883186],[120.577391,29.884532],[120.571119,29.886196],[120.561396,29.883854],[120.55691,29.881777],[120.555258,29.882222],[120.550303,29.887903],[120.547079,29.893626],[120.546045,29.902061],[120.54246,29.902973],[120.537088,29.899137],[120.534657,29.898713],[120.528667,29.902814],[120.528278,29.904679],[120.532414,29.91074],[120.530668,29.917998],[120.54117,29.933106],[120.544004,29.938064],[120.545266,29.944896],[120.553741,29.955435],[120.552613,29.958316],[120.551377,29.966407],[120.54712,29.971279],[120.544662,29.975758],[120.540848,29.980015],[120.539492,29.989809],[120.537329,29.993663],[120.536362,30.001],[120.53318,30.003159],[120.521939,30.004144],[120.519387,30.004705],[120.514431,30.010072],[120.508562,30.013544],[120.502828,30.014243],[120.500545,30.01799],[120.501565,30.020213],[120.508388,30.027145],[120.510725,30.025769],[120.51235,30.027664],[120.513988,30.026743],[120.517332,30.029558],[120.515962,30.031209],[120.516996,30.03285],[120.515533,30.033982],[120.516943,30.03975],[120.519441,30.039358],[120.520945,30.041866],[120.516298,30.044184],[120.515721,30.045549],[120.517695,30.048141],[120.514378,30.049972],[120.517883,30.055294],[120.516647,30.056733],[120.519723,30.059071],[120.522503,30.063695],[120.523,30.065948],[120.520314,30.06707],[120.521227,30.070995],[120.516029,30.073058],[120.515022,30.075194],[120.515425,30.078484],[120.519159,30.083012],[120.523523,30.086777],[120.525068,30.086978],[120.527217,30.084546],[120.530467,30.084482],[120.53052,30.091431],[120.531044,30.093906],[120.52911,30.094467],[120.528842,30.096699],[120.526156,30.0971],[120.526639,30.099618],[120.528909,30.101553],[120.534509,30.102452],[120.535503,30.104461],[120.538753,30.105075],[120.543225,30.103742],[120.550786,30.103689],[120.554896,30.101659],[120.55417,30.098867],[120.556507,30.09856],[120.558052,30.101648],[120.563921,30.100739],[120.563357,30.098412],[120.565183,30.098052],[120.565304,30.095006],[120.568957,30.094953],[120.569843,30.099099],[120.573483,30.09838],[120.573093,30.102272],[120.570354,30.106439],[120.570501,30.10941],[120.573738,30.114476],[120.574933,30.120207],[120.582038,30.130008],[120.583461,30.131161],[120.58972,30.127915],[120.598059,30.128359],[120.602048,30.127799],[120.609448,30.121148],[120.613061,30.120059],[120.625537,30.124151],[120.640861,30.130114],[120.645588,30.129194],[120.649066,30.132081],[120.662322,30.144238],[120.67555,30.156881],[120.692418,30.1773],[120.711542,30.199722],[120.724972,30.209526],[120.737046,30.216445],[120.741854,30.219498],[120.747239,30.223607],[120.755512,30.233884],[120.766726,30.243748],[120.787207,30.263737],[120.775509,30.266694],[120.754948,30.272616],[120.749079,30.273366],[120.739893,30.276639],[120.727618,30.283511],[120.721951,30.286319],[120.70566,30.271402],[120.70053,30.26776],[120.693936,30.262048],[120.679082,30.244244],[120.669023,30.233134],[120.646837,30.21954],[120.642701,30.217259],[120.641922,30.214755],[120.624597,30.187867],[120.612765,30.166287],[120.609166,30.152853],[120.608172,30.151818],[120.601941,30.150729],[120.593507,30.146765],[120.590861,30.146289],[120.585932,30.147272],[120.583877,30.150401],[120.568352,30.15131],[120.563424,30.147949],[120.559798,30.148181],[120.558146,30.151469],[120.55092,30.155644],[120.540418,30.156542],[120.533784,30.157451],[120.529379,30.157525],[120.52488,30.155697],[120.518501,30.155401],[120.510577,30.157536],[120.506145,30.159777],[120.502452,30.165918],[120.498087,30.169183],[120.494891,30.170156],[120.484066,30.172216],[120.483717,30.17043],[120.480857,30.170134],[120.479205,30.168665],[120.475095,30.169817],[120.467829,30.16968],[120.46231,30.168813],[120.46094,30.16596],[120.462686,30.165653],[120.463022,30.159174],[120.460792,30.159217],[120.461034,30.155094],[120.46321,30.153435],[120.459248,30.152959],[120.459221,30.151162],[120.452304,30.151374],[120.450303,30.149048],[120.450048,30.145665],[120.447644,30.143572],[120.446919,30.135453],[120.438472,30.133793],[120.429594,30.132451],[120.424008,30.13318],[120.42288,30.135876],[120.424115,30.140803],[120.426076,30.144281],[120.423618,30.146987],[120.423148,30.151067],[120.421926,30.151035],[120.421684,30.148192],[120.419388,30.152853],[120.417924,30.148509],[120.414472,30.148033],[120.414083,30.14926],[120.410806,30.149418],[120.410887,30.141088],[120.41137,30.13262],[120.409275,30.129385],[120.404937,30.12948],[120.405555,30.136098],[120.404225,30.137293],[120.399001,30.136352],[120.39743,30.137821],[120.397819,30.143192],[120.392635,30.146088],[120.3905,30.149344],[120.387814,30.156183],[120.38584,30.15742],[120.381945,30.155348],[120.379205,30.154978],[120.371953,30.155401],[120.361867,30.152061],[120.358765,30.147832],[120.355072,30.151141],[120.352023,30.150687],[120.35205,30.146744],[120.353957,30.144217],[120.353406,30.142187],[120.339627,30.142113],[120.339117,30.138456],[120.334282,30.134607],[120.331341,30.1293],[120.32801,30.125198],[120.326224,30.124902],[120.323189,30.126762],[120.318005,30.126001],[120.316541,30.132377],[120.314675,30.136468],[120.312244,30.13742],[120.303393,30.133011],[120.298894,30.129543],[120.298317,30.126551],[120.303743,30.126678],[120.300305,30.118356],[120.295631,30.115449],[120.293643,30.111917],[120.286861,30.106777],[120.288849,30.101151],[120.294476,30.098264],[120.298303,30.097365],[120.300815,30.097672],[120.304683,30.099681],[120.309491,30.106016],[120.313332,30.107073],[120.318234,30.102896],[120.325419,30.097788],[120.331274,30.097048],[120.333691,30.095482],[120.335679,30.090871],[120.3358,30.081362],[120.333785,30.074845],[120.337573,30.072],[120.338607,30.070222],[120.337519,30.059336],[120.334376,30.056902],[120.33208,30.053485],[120.327097,30.051072],[120.324948,30.048628],[120.325553,30.044956],[120.331851,30.037908],[120.335598,30.036892],[120.340487,30.037591],[120.343616,30.034924],[120.346289,30.02361],[120.344798,30.021387],[120.345832,30.019715],[120.351271,30.017884],[120.353299,30.016317],[120.356912,30.011702],[120.357274,30.004716],[120.358174,30.002863],[120.362848,29.99775],[120.360847,29.992138],[120.360471,29.988581],[120.36266,29.9855],[120.362217,29.983033],[120.364285,29.978522]]]]}},{"type":"Feature","properties":{"adcode":330604,"name":"上虞区","center":[120.874185,30.016769],"centroid":[120.899502,29.965067],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":2,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.744634,29.873774],[120.739517,29.867912],[120.738886,29.865452],[120.739974,29.857416],[120.738228,29.849157],[120.74278,29.844534],[120.742525,29.840229],[120.739906,29.837939],[120.742606,29.835935],[120.741948,29.830495],[120.743532,29.827897],[120.742337,29.819582],[120.739759,29.8136],[120.735555,29.808891],[120.736227,29.80574],[120.738657,29.802473],[120.742364,29.793011],[120.744674,29.793064],[120.74646,29.794613],[120.748193,29.79405],[120.75065,29.791037],[120.761421,29.807003],[120.763946,29.809835],[120.769895,29.808488],[120.773817,29.808763],[120.781794,29.811733],[120.784359,29.813155],[120.795869,29.821714],[120.801859,29.824779],[120.809393,29.827695],[120.812159,29.828024],[120.826704,29.826465],[120.832841,29.826762],[120.839301,29.829159],[120.840161,29.827472],[120.839838,29.821692],[120.837931,29.816761],[120.839127,29.813621],[120.842148,29.809145],[120.842122,29.80714],[120.83953,29.803025],[120.837367,29.801709],[120.837247,29.799588],[120.842941,29.796999],[120.847077,29.793902],[120.848796,29.790518],[120.848353,29.786465],[120.854611,29.778561],[120.855431,29.76951],[120.85852,29.764628],[120.857338,29.761562],[120.854141,29.758813],[120.852369,29.755576],[120.853564,29.753029],[120.85864,29.751734],[120.862159,29.746757],[120.866054,29.74508],[120.878073,29.746194],[120.879913,29.74699],[120.8855,29.753273],[120.893061,29.754706],[120.895694,29.754589],[120.89893,29.751034],[120.902059,29.746417],[120.902999,29.74267],[120.900824,29.73886],[120.901509,29.737533],[120.905444,29.735516],[120.908801,29.736387],[120.911823,29.73593],[120.919653,29.732204],[120.923252,29.731398],[120.931296,29.735453],[120.945196,29.743466],[120.94944,29.744369],[120.952314,29.741492],[120.95312,29.736238],[120.95496,29.733202],[120.959056,29.732926],[120.961285,29.733903],[120.968135,29.7342],[120.973037,29.73558],[120.977227,29.73835],[120.981376,29.740303],[120.985661,29.743753],[120.992147,29.741259],[120.998903,29.740112],[121.006759,29.736217],[121.010667,29.734731],[121.014938,29.741673],[121.017986,29.743679],[121.022083,29.743987],[121.028032,29.747298],[121.032947,29.743382],[121.035432,29.745122],[121.034801,29.747107],[121.026743,29.760267],[121.024809,29.763907],[121.026031,29.766454],[121.034022,29.768767],[121.045531,29.767292],[121.050903,29.764618],[121.055093,29.76066],[121.059028,29.760935],[121.066079,29.767631],[121.076084,29.773043],[121.080167,29.775961],[121.082061,29.778433],[121.083162,29.783876],[121.089407,29.786412],[121.092603,29.788947],[121.096028,29.797827],[121.103992,29.801423],[121.105375,29.802961],[121.104945,29.805464],[121.102326,29.810015],[121.096686,29.815742],[121.098499,29.821417],[121.102837,29.825712],[121.103495,29.828978],[121.106302,29.833719],[121.106476,29.836242],[121.101091,29.841237],[121.095021,29.843421],[121.091623,29.843485],[121.085445,29.849412],[121.081644,29.849931],[121.077011,29.848998],[121.07403,29.849825],[121.069705,29.852836],[121.067529,29.857077],[121.063124,29.859017],[121.061285,29.857872],[121.060546,29.854151],[121.056624,29.855063],[121.054959,29.856886],[121.040267,29.867859],[121.03382,29.871474],[121.031108,29.874611],[121.032545,29.878523],[121.026971,29.880293],[121.022338,29.886292],[121.019826,29.89139],[121.016455,29.894654],[121.017785,29.895904],[121.023184,29.897346],[121.023399,29.901426],[121.029268,29.908939],[121.031645,29.911058],[121.03198,29.913114],[121.030329,29.915763],[121.030799,29.918782],[121.034129,29.922342],[121.038131,29.924758],[121.040898,29.929631],[121.042013,29.933191],[121.042617,29.939028],[121.044229,29.947714],[121.044229,29.954302],[121.045048,29.955637],[121.052609,29.959333],[121.056208,29.959587],[121.061285,29.961599],[121.066133,29.960816],[121.068241,29.961621],[121.071532,29.96448],[121.07458,29.968949],[121.07681,29.970389],[121.079455,29.969817],[121.08292,29.971035],[121.086573,29.97364],[121.087836,29.980396],[121.090602,29.983488],[121.091609,29.987257],[121.084223,29.989862],[121.082638,29.991059],[121.080489,29.997781],[121.075789,30.001995],[121.071236,30.004472],[121.0644,30.006812],[121.059619,30.004874],[121.056504,30.004462],[121.051414,30.00678],[121.049708,30.005975],[121.046055,30.000777],[121.042429,29.99974],[121.039877,30.000132],[121.038118,29.998724],[121.034734,30.003975],[121.037782,30.008071],[121.036453,30.009511],[121.039488,30.013915],[121.037258,30.015841],[121.033458,30.012666],[121.026058,30.012242],[121.021948,30.010887],[121.018174,30.010781],[121.016321,30.011893],[121.016133,30.013989],[121.008854,30.015386],[121.007981,30.017566],[121.005215,30.019683],[121.001266,30.020202],[120.998271,30.022827],[120.990146,30.027791],[120.98977,30.031199],[120.986386,30.032405],[120.988817,30.03612],[120.987433,30.038522],[120.98652,30.044279],[120.988414,30.044819],[120.989434,30.049591],[120.99255,30.050406],[120.991328,30.052046],[120.986802,30.053368],[120.986641,30.054426],[120.99251,30.057251],[120.991838,30.06106],[120.987595,30.061928],[120.984694,30.0605],[120.981605,30.065589],[120.981444,30.067377],[120.978153,30.067006],[120.978811,30.065673],[120.973063,30.064975],[120.972499,30.06707],[120.977724,30.067895],[120.975978,30.070011],[120.972325,30.06854],[120.969948,30.070286],[120.970807,30.073798],[120.973184,30.07621],[120.973869,30.078305],[120.971868,30.080399],[120.967638,30.089972],[120.964791,30.092764],[120.959727,30.094541],[120.955497,30.094033],[120.95359,30.091548],[120.950138,30.091008],[120.944135,30.097587],[120.941342,30.103012],[120.942067,30.106724],[120.938307,30.113027],[120.931578,30.112847],[120.93045,30.115205],[120.93601,30.11823],[120.939126,30.122639],[120.939462,30.125737],[120.931216,30.146606],[120.93088,30.149545],[120.927818,30.158477],[120.92763,30.165231],[120.920579,30.175091],[120.919559,30.177331],[120.917665,30.18476],[120.916228,30.188406],[120.900045,30.216857],[120.893424,30.228825],[120.877362,30.253453],[120.867048,30.27174],[120.850905,30.268066],[120.825307,30.262671],[120.800865,30.262322],[120.789369,30.263125],[120.787207,30.263737],[120.766726,30.243748],[120.755512,30.233884],[120.755499,30.224019],[120.787623,30.219054],[120.784252,30.209801],[120.786361,30.174341],[120.787663,30.15446],[120.795009,30.145655],[120.796111,30.141056],[120.844821,30.148456],[120.83914,30.134639],[120.839207,30.122575],[120.833312,30.123125],[120.832815,30.121793],[120.826167,30.12211],[120.826422,30.129945],[120.813771,30.130283],[120.813543,30.122248],[120.803806,30.122047],[120.804303,30.119044],[120.806895,30.110902],[120.805726,30.106894],[120.801993,30.107232],[120.803605,30.104726],[120.804343,30.099512],[120.800099,30.097566],[120.797413,30.092753],[120.793881,30.093483],[120.791679,30.09104],[120.793237,30.090077],[120.791222,30.088925],[120.7983,30.084831],[120.797964,30.083784],[120.793814,30.081044],[120.789409,30.083403],[120.780532,30.086693],[120.777255,30.088787],[120.770218,30.095228],[120.766229,30.095154],[120.762858,30.091463],[120.762576,30.085974],[120.760776,30.082039],[120.757473,30.080695],[120.751147,30.081002],[120.743116,30.083044],[120.732171,30.083096],[120.731634,30.07768],[120.737878,30.075713],[120.737086,30.069334],[120.740417,30.067472],[120.739087,30.063325],[120.740081,30.059336],[120.742754,30.059209],[120.741961,30.056479],[120.743559,30.055516],[120.743143,30.053273],[120.733393,30.04557],[120.73072,30.044956],[120.729324,30.035104],[120.733433,30.034829],[120.741961,30.038332],[120.741934,30.036046],[120.743586,30.034712],[120.746568,30.035051],[120.746877,30.032945],[120.751926,30.034257],[120.755566,30.029685],[120.753296,30.02923],[120.753189,30.027198],[120.755807,30.025716],[120.754558,30.024203],[120.757634,30.020318],[120.759232,30.021028],[120.760682,30.01908],[120.760078,30.015672],[120.762818,30.013682],[120.762066,30.012052],[120.767048,30.011226],[120.766995,30.010136],[120.778611,30.008982],[120.778867,30.005467],[120.776678,30.003773],[120.775053,29.998311],[120.771185,29.998057],[120.771561,29.994785],[120.768579,29.991387],[120.768082,29.989576],[120.775133,29.98839],[120.780183,29.986379],[120.781391,29.98461],[120.778007,29.98137],[120.779122,29.979771],[120.778934,29.976785],[120.782439,29.973196],[120.779968,29.970474],[120.77841,29.970453],[120.778746,29.964946],[120.775093,29.96359],[120.773011,29.964289],[120.771749,29.962796],[120.774623,29.962849],[120.774072,29.958274],[120.769251,29.962309],[120.767868,29.960021],[120.77093,29.957945],[120.767666,29.957416],[120.769479,29.952819],[120.767773,29.95087],[120.770513,29.948222],[120.771561,29.945797],[120.776557,29.94389],[120.773011,29.941475],[120.773871,29.938911],[120.770607,29.934748],[120.769788,29.931379],[120.770661,29.928858],[120.767935,29.927809],[120.766041,29.92568],[120.768123,29.925266],[120.768163,29.923338],[120.770634,29.92213],[120.772971,29.923868],[120.772689,29.922226],[120.770527,29.92123],[120.770553,29.917257],[120.772205,29.917966],[120.77191,29.913898],[120.773387,29.911948],[120.771131,29.910454],[120.767948,29.909839],[120.768472,29.908155],[120.766256,29.906502],[120.762442,29.905251],[120.761421,29.903863],[120.757352,29.903524],[120.755458,29.905325],[120.751362,29.901214],[120.753095,29.898215],[120.754464,29.897844],[120.756385,29.894898],[120.755794,29.892672],[120.75707,29.887383],[120.754706,29.883727],[120.75159,29.882561],[120.752275,29.879646],[120.755713,29.879572],[120.748448,29.878544],[120.746366,29.876021],[120.746433,29.872777],[120.744634,29.873774]]]]}},{"type":"Feature","properties":{"adcode":330624,"name":"新昌县","center":[120.905665,29.501205],"centroid":[120.969347,29.408152],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":3,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.70468,29.347586],[120.70746,29.346915],[120.707849,29.341299],[120.705902,29.332817],[120.701779,29.324078],[120.699751,29.321626],[120.699858,29.318855],[120.703525,29.315007],[120.706318,29.310626],[120.708615,29.305104],[120.711502,29.302109],[120.717237,29.301619],[120.720433,29.303207],[120.722958,29.308132],[120.725939,29.310242],[120.731795,29.310051],[120.735139,29.309368],[120.742404,29.310722],[120.749912,29.315913],[120.754558,29.315529],[120.756707,29.313856],[120.761421,29.313408],[120.765423,29.311117],[120.773011,29.304646],[120.772232,29.302002],[120.766941,29.29761],[120.763946,29.29389],[120.756761,29.286288],[120.75715,29.283601],[120.758829,29.281351],[120.762845,29.279507],[120.774797,29.277075],[120.775724,29.275689],[120.774824,29.271104],[120.772286,29.266828],[120.77238,29.262871],[120.776033,29.245839],[120.776557,29.242106],[120.775845,29.237924],[120.773172,29.231844],[120.776543,29.225091],[120.788912,29.227715],[120.796728,29.230564],[120.799804,29.232164],[120.806129,29.233988],[120.810212,29.233913],[120.816658,29.231428],[120.817746,29.22939],[120.822245,29.230446],[120.823897,29.229508],[120.8317,29.232975],[120.837878,29.237327],[120.844579,29.245178],[120.853658,29.253518],[120.856465,29.253924],[120.862132,29.252356],[120.867679,29.24409],[120.871923,29.242714],[120.874071,29.244719],[120.877254,29.243514],[120.882828,29.238799],[120.885285,29.238308],[120.891047,29.239759],[120.896849,29.239183],[120.900058,29.240783],[120.897319,29.253465],[120.893008,29.257251],[120.890926,29.25996],[120.889731,29.266359],[120.891651,29.270016],[120.895882,29.27249],[120.900582,29.273813],[120.903778,29.276041],[120.90312,29.283494],[120.903322,29.289796],[120.904235,29.295467],[120.905672,29.29777],[120.912145,29.30212],[120.916067,29.303441],[120.924058,29.296619],[120.926327,29.292695],[120.928113,29.291715],[120.940227,29.290062],[120.944793,29.288633],[120.945989,29.285915],[120.953187,29.282076],[120.956867,29.282428],[120.959553,29.293666],[120.960735,29.296128],[120.963434,29.298943],[120.964804,29.302333],[120.964804,29.306341],[120.967302,29.307151],[120.973721,29.307162],[120.976287,29.308079],[120.981,29.308047],[120.990898,29.309198],[120.995021,29.3102],[120.998365,29.312204],[121.005564,29.319431],[121.011728,29.320134],[121.021572,29.317171],[121.02223,29.315391],[121.021559,29.310584],[121.022418,29.308963],[121.027011,29.307599],[121.040858,29.30956],[121.048016,29.313749],[121.051749,29.319889],[121.056544,29.322884],[121.07035,29.322415],[121.076568,29.321669],[121.086587,29.319068],[121.092496,29.31926],[121.099426,29.318152],[121.099332,29.315711],[121.095893,29.31053],[121.096149,29.305712],[121.098459,29.304849],[121.111902,29.302813],[121.115367,29.303271],[121.117516,29.304529],[121.119302,29.308761],[121.120014,29.319718],[121.117838,29.32428],[121.117959,29.331122],[121.122055,29.336376],[121.126997,29.338486],[121.133699,29.338326],[121.143194,29.334042],[121.146457,29.331954],[121.151346,29.331005],[121.154381,29.332508],[121.160572,29.340149],[121.162681,29.336728],[121.163204,29.334128],[121.162331,29.330216],[121.16307,29.325047],[121.167381,29.322575],[121.172216,29.322095],[121.17509,29.323118],[121.176836,29.326422],[121.180462,29.329225],[121.185471,29.326252],[121.189084,29.3233],[121.194187,29.322202],[121.196242,29.32395],[121.196846,29.326518],[121.195382,29.332263],[121.196027,29.336206],[121.193422,29.341438],[121.196417,29.34131],[121.200217,29.342386],[121.203682,29.346617],[121.206435,29.348609],[121.210881,29.350591],[121.21311,29.353575],[121.215796,29.354821],[121.220147,29.355301],[121.22337,29.357133],[121.230058,29.362674],[121.230609,29.370461],[121.229897,29.374137],[121.226782,29.378046],[121.226406,29.38464],[121.22705,29.388506],[121.228648,29.391052],[121.231133,29.391616],[121.231388,29.39413],[121.228648,29.400627],[121.228098,29.406527],[121.230032,29.410723],[121.229024,29.413076],[121.226835,29.414748],[121.223961,29.41495],[121.222417,29.416398],[121.220389,29.416153],[121.215111,29.41725],[121.218254,29.421169],[121.215568,29.425396],[121.215286,29.43057],[121.212318,29.434499],[121.209726,29.435872],[121.209417,29.438427],[121.215205,29.44045],[121.217501,29.439237],[121.223518,29.445379],[121.223908,29.449541],[121.22012,29.450765],[121.215339,29.454715],[121.216212,29.459313],[121.215232,29.46224],[121.219623,29.463709],[121.219852,29.465646],[121.217931,29.470137],[121.219811,29.477789],[121.22419,29.483876],[121.225439,29.486728],[121.228474,29.490729],[121.22795,29.491878],[121.223652,29.494208],[121.216736,29.496815],[121.216508,29.498751],[121.214211,29.501145],[121.215782,29.503039],[121.220093,29.502699],[121.22192,29.503422],[121.222363,29.507039],[121.224525,29.509444],[121.228366,29.509954],[121.231536,29.513071],[121.229374,29.521263],[121.229347,29.524198],[121.223921,29.527602],[121.223317,29.529538],[121.225573,29.532931],[121.220671,29.533112],[121.216669,29.5309],[121.213204,29.530325],[121.208893,29.53291],[121.207805,29.535569],[121.205858,29.536951],[121.196054,29.537845],[121.191944,29.537419],[121.189393,29.536335],[121.184491,29.538717],[121.174687,29.537143],[121.169315,29.537122],[121.162654,29.539812],[121.155724,29.541759],[121.146363,29.541727],[121.140347,29.543014],[121.13844,29.545492],[121.136626,29.551224],[121.130932,29.554159],[121.116858,29.555413],[121.11299,29.554839],[121.109659,29.548331],[121.109041,29.544832],[121.10982,29.540355],[121.108773,29.536569],[121.10516,29.533825],[121.104623,29.529538],[121.101655,29.522667],[121.094913,29.51338],[121.093006,29.512582],[121.089662,29.513795],[121.083484,29.51471],[121.078461,29.51455],[121.072203,29.51671],[121.069114,29.518795],[121.063621,29.517465],[121.059485,29.515061],[121.056638,29.515401],[121.0514,29.517933],[121.04764,29.517348],[121.03973,29.51938],[121.033364,29.51988],[121.030879,29.51939],[121.02681,29.516922],[121.026152,29.521677],[121.029053,29.526953],[121.029644,29.532623],[121.027387,29.538047],[121.024325,29.540355],[121.010264,29.541365],[121.007229,29.542556],[121.004597,29.550373],[121.001118,29.55351],[120.990522,29.556796],[120.989273,29.552042],[120.990979,29.546938],[120.990979,29.543843],[120.987232,29.543375],[120.98276,29.541482],[120.977992,29.541833],[120.975951,29.543237],[120.971062,29.548331],[120.965207,29.551202],[120.962776,29.551181],[120.959029,29.549512],[120.953926,29.552893],[120.951669,29.552883],[120.953697,29.547331],[120.954812,29.54229],[120.952583,29.540397],[120.945156,29.547842],[120.942739,29.545768],[120.935258,29.551319],[120.932062,29.554839],[120.92763,29.55401],[120.921801,29.555041],[120.907431,29.551777],[120.906048,29.548682],[120.907176,29.546215],[120.906652,29.543918],[120.901012,29.53625],[120.899051,29.534814],[120.893263,29.532835],[120.890792,29.532867],[120.886669,29.531208],[120.879282,29.534771],[120.877644,29.53793],[120.875616,29.539536],[120.871936,29.538908],[120.866765,29.536452],[120.859607,29.535143],[120.854074,29.53693],[120.847937,29.534016],[120.844606,29.530697],[120.840819,29.529932],[120.836696,29.524464],[120.830357,29.518922],[120.82853,29.516061],[120.824945,29.514518],[120.82101,29.515444],[120.818297,29.514284],[120.817558,29.51155],[120.818203,29.50805],[120.812979,29.509263],[120.804974,29.508486],[120.796997,29.506571],[120.793008,29.504816],[120.780626,29.49789],[120.777564,29.493548],[120.779068,29.489814],[120.785608,29.489633],[120.791598,29.491218],[120.795278,29.491293],[120.797333,29.490441],[120.796863,29.488505],[120.783943,29.476906],[120.780102,29.473958],[120.778289,29.471691],[120.77798,29.469179],[120.776087,29.466369],[120.776234,29.463389],[120.77798,29.46076],[120.777671,29.456109],[120.779068,29.448487],[120.777698,29.442994],[120.773777,29.435148],[120.770446,29.435596],[120.76874,29.445219],[120.766901,29.445507],[120.75899,29.443133],[120.75805,29.442079],[120.760172,29.437139],[120.755485,29.431582],[120.749522,29.428058],[120.746447,29.42481],[120.745614,29.419305],[120.745305,29.41265],[120.739369,29.398603],[120.739624,29.395919],[120.737798,29.39265],[120.734588,29.389944],[120.733876,29.386376],[120.734548,29.383298],[120.732386,29.378717],[120.728786,29.375841],[120.724422,29.371069],[120.720178,29.363856],[120.718284,29.359595],[120.711139,29.356782],[120.709313,29.355045],[120.704478,29.353308],[120.70468,29.347586]]]]}},{"type":"Feature","properties":{"adcode":330681,"name":"诸暨市","center":[120.244326,29.713662],"centroid":[120.274991,29.693817],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":4,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.469911,29.495198],[120.468582,29.496868],[120.469159,29.49956],[120.470892,29.501475],[120.473322,29.502199],[120.475458,29.505114],[120.476022,29.509242],[120.477902,29.511933],[120.483099,29.514912],[120.486121,29.515837],[120.488512,29.518071],[120.493346,29.516869],[120.497322,29.517837],[120.50538,29.524549],[120.511248,29.528485],[120.516177,29.530623],[120.517171,29.533697],[120.51384,29.540132],[120.511316,29.543046],[120.507045,29.550267],[120.506508,29.554159],[120.507407,29.558625],[120.504574,29.565621],[120.505836,29.572086],[120.502841,29.576466],[120.50041,29.584131],[120.499188,29.586523],[120.498517,29.591509],[120.502156,29.594836],[120.507031,29.596951],[120.512511,29.600363],[120.519844,29.604094],[120.521563,29.606464],[120.516701,29.611385],[120.518501,29.615593],[120.523013,29.620833],[120.523322,29.624499],[120.518514,29.633499],[120.51744,29.640543],[120.514552,29.643125],[120.512484,29.649149],[120.512873,29.653207],[120.516392,29.65768],[120.516594,29.660686],[120.514794,29.665689],[120.516728,29.669067],[120.519803,29.668791],[120.521495,29.670958],[120.52206,29.674112],[120.524544,29.67767],[120.526075,29.684414],[120.52856,29.685455],[120.531998,29.684775],[120.53561,29.686485],[120.536134,29.687972],[120.532266,29.690606],[120.53048,29.69376],[120.532495,29.699377],[120.532226,29.70029],[120.530453,29.701724],[120.532817,29.706236],[120.538511,29.713456],[120.539478,29.7161],[120.538162,29.719646],[120.533878,29.726578],[120.531259,29.72885],[120.526961,29.73386],[120.523174,29.739645],[120.519024,29.743137],[120.51654,29.742108],[120.514149,29.743764],[120.513209,29.747394],[120.513075,29.751681],[120.511195,29.75391],[120.508616,29.760776],[120.512833,29.769595],[120.51235,29.772746],[120.509731,29.775038],[120.509113,29.782083],[120.510577,29.788152],[120.509986,29.791536],[120.503164,29.793605],[120.502828,29.797148],[120.507058,29.80155],[120.511477,29.807565],[120.517158,29.812285],[120.519347,29.816962],[120.523013,29.820282],[120.524759,29.82498],[120.52449,29.827557],[120.525524,29.831014],[120.528828,29.838702],[120.530144,29.84076],[120.534375,29.843538],[120.537504,29.847206],[120.535919,29.849719],[120.532307,29.851151],[120.517977,29.85009],[120.507287,29.853791],[120.506414,29.854702],[120.506615,29.858551],[120.502989,29.860152],[120.498866,29.860205],[120.495777,29.862283],[120.487692,29.86983],[120.487464,29.875099],[120.488162,29.88042],[120.481313,29.881119],[120.474934,29.883557],[120.467265,29.888051],[120.461517,29.892831],[120.45444,29.904054],[120.454104,29.907498],[120.455514,29.910634],[120.453083,29.912753],[120.451029,29.912923],[120.449874,29.915932],[120.449578,29.920721],[120.44755,29.922141],[120.441292,29.921505],[120.437209,29.922755],[120.435235,29.924641],[120.429971,29.927375],[120.427271,29.927597],[120.420919,29.924715],[120.418045,29.922469],[120.414231,29.922342],[120.412243,29.923486],[120.411128,29.926114],[120.411988,29.928381],[120.415748,29.933572],[120.415399,29.938255],[120.405246,29.941274],[120.402533,29.946295],[120.399887,29.948402],[120.395899,29.955022],[120.394005,29.962023],[120.395536,29.970273],[120.397081,29.973354],[120.394287,29.977018],[120.391131,29.976012],[120.38678,29.979623],[120.383369,29.981593],[120.378937,29.979189],[120.37656,29.98172],[120.373578,29.981815],[120.371268,29.978045],[120.364285,29.978522],[120.36227,29.974329],[120.357207,29.97345],[120.346477,29.973778],[120.342112,29.96376],[120.342327,29.960413],[120.340514,29.95605],[120.333691,29.951887],[120.331529,29.949292],[120.326077,29.94622],[120.325204,29.938551],[120.321672,29.937036],[120.315265,29.928869],[120.31356,29.927597],[120.307073,29.929335],[120.299297,29.932545],[120.297135,29.932651],[120.291347,29.93568],[120.290313,29.935002],[120.287224,29.926813],[120.284162,29.922152],[120.28212,29.92106],[120.27785,29.920753],[120.274385,29.919524],[120.265279,29.924514],[120.264742,29.930966],[120.262311,29.934748],[120.260767,29.938869],[120.258914,29.94121],[120.255207,29.943646],[120.252789,29.941581],[120.250735,29.936697],[120.245739,29.935808],[120.241696,29.939049],[120.239789,29.939568],[120.23204,29.939738],[120.226521,29.940543],[120.224009,29.942079],[120.221001,29.942238],[120.214568,29.939494],[120.207249,29.933763],[120.201863,29.931856],[120.20044,29.929462],[120.204791,29.924059],[120.203166,29.921537],[120.197633,29.917363],[120.190166,29.906915],[120.187171,29.904721],[120.185103,29.904499],[120.180617,29.90737],[120.175742,29.909257],[120.176279,29.91359],[120.173002,29.916239],[120.167577,29.917543],[120.165858,29.916716],[120.160083,29.908557],[120.159734,29.906215],[120.15506,29.906109],[120.154147,29.90789],[120.151743,29.90808],[120.150037,29.90505],[120.14946,29.899317],[120.149889,29.895194],[120.148734,29.891644],[120.150279,29.887585],[120.148493,29.881278],[120.144759,29.874102],[120.143107,29.872067],[120.136715,29.866332],[120.13376,29.862834],[120.131302,29.858816],[120.122103,29.852868],[120.118369,29.852232],[120.112259,29.847164],[120.109935,29.845966],[120.102012,29.832902],[120.101098,29.830261],[120.102737,29.823962],[120.098694,29.81902],[120.095834,29.816602],[120.091899,29.816686],[120.085332,29.820961],[120.080376,29.826518],[120.077207,29.828151],[120.074265,29.827324],[120.065375,29.821883],[120.061964,29.821618],[120.054362,29.823559],[120.049554,29.82392],[120.038448,29.822817],[120.036071,29.816591],[120.031061,29.810259],[120.030041,29.806292],[120.032297,29.803905],[120.034634,29.799567],[120.036218,29.793456],[120.036621,29.788841],[120.03548,29.787208],[120.030068,29.782752],[120.029759,29.779314],[120.030041,29.77056],[120.028349,29.768937],[120.025515,29.769319],[120.021714,29.767048],[120.020291,29.764851],[120.015227,29.764236],[120.011507,29.761509],[120.011212,29.757327],[120.008969,29.757136],[120.003449,29.75513],[120.000092,29.754908],[119.991967,29.753167],[119.987844,29.754908],[119.986863,29.756733],[119.981223,29.757975],[119.979853,29.759641],[119.978725,29.765891],[119.977086,29.766464],[119.973138,29.765796],[119.968639,29.762899],[119.967162,29.75998],[119.962327,29.755704],[119.960272,29.755141],[119.947662,29.756181],[119.944559,29.755513],[119.939335,29.752679],[119.937025,29.750567],[119.933063,29.749039],[119.927194,29.744443],[119.924951,29.74525],[119.924334,29.748869],[119.923165,29.750355],[119.91641,29.752339],[119.913549,29.755863],[119.907707,29.754526],[119.904363,29.7546],[119.89644,29.761169],[119.892572,29.763122],[119.890356,29.762941],[119.889067,29.753103],[119.890974,29.750418],[119.895218,29.748296],[119.900469,29.744655],[119.898602,29.740611],[119.901395,29.728606],[119.905653,29.727661],[119.911374,29.722587],[119.912475,29.7204],[119.911387,29.715941],[119.911763,29.713647],[119.915591,29.707978],[119.914248,29.705536],[119.919526,29.699558],[119.922534,29.697763],[119.928658,29.698846],[119.93168,29.696691],[119.933762,29.698581],[119.930095,29.701936],[119.930229,29.704506],[119.933574,29.706736],[119.93775,29.707468],[119.941511,29.705238],[119.944935,29.704899],[119.948132,29.703062],[119.951288,29.699303],[119.957949,29.698421],[119.960138,29.696977],[119.967404,29.694896],[119.973447,29.689937],[119.97381,29.678647],[119.973111,29.674824],[119.979034,29.66826],[119.984406,29.665487],[119.988838,29.661175],[119.99108,29.654344],[119.997863,29.655173],[120.00259,29.655098],[120.011051,29.650095],[120.014556,29.648544],[120.021701,29.64797],[120.029074,29.653282],[120.029544,29.660272],[120.030766,29.663533],[120.029477,29.667824],[120.030457,29.668865],[120.033224,29.667856],[120.037199,29.664],[120.03779,29.661525],[120.036702,29.653855],[120.033425,29.65069],[120.030108,29.649224],[120.024722,29.647906],[120.024239,29.64372],[120.030323,29.640225],[120.031733,29.636803],[120.033412,29.635592],[120.036541,29.635358],[120.044599,29.631597],[120.045982,29.628324],[120.042947,29.622862],[120.040529,29.620046],[120.03509,29.617432],[120.028093,29.619281],[120.021002,29.619164],[120.019243,29.617878],[120.017161,29.609567],[120.011709,29.604838],[120.007331,29.596026],[120.006458,29.592593],[120.008177,29.582579],[120.006243,29.57939],[120.006417,29.573627],[120.007868,29.572171],[120.020975,29.568662],[120.026321,29.568279],[120.029692,29.5661],[120.034217,29.566887],[120.040167,29.570161],[120.04206,29.569598],[120.044464,29.563612],[120.047056,29.561177],[120.052979,29.55939],[120.054698,29.558189],[120.052227,29.553999],[120.051099,29.549352],[120.055652,29.546353],[120.058767,29.542652],[120.066933,29.539802],[120.07021,29.5381],[120.073621,29.537653],[120.084674,29.537388],[120.088058,29.53643],[120.091791,29.533484],[120.091738,29.53225],[120.086634,29.522592],[120.08689,29.51605],[120.085023,29.514508],[120.076562,29.51454],[120.075555,29.513614],[120.077301,29.506752],[120.079637,29.504709],[120.090354,29.500603],[120.093336,29.500305],[120.095579,29.503199],[120.099232,29.50622],[120.102911,29.506603],[120.106148,29.504273],[120.110781,29.499837],[120.114233,29.497517],[120.120518,29.494889],[120.124252,29.494006],[120.127394,29.494389],[120.138769,29.508476],[120.142624,29.509646],[120.146545,29.509305],[120.150843,29.510305],[120.154952,29.512327],[120.157437,29.512561],[120.161923,29.514869],[120.165602,29.51888],[120.16951,29.519763],[120.17127,29.521603],[120.175473,29.529698],[120.17922,29.532857],[120.180698,29.535952],[120.183102,29.537792],[120.185465,29.541344],[120.186781,29.545492],[120.186607,29.549033],[120.190555,29.547693],[120.19453,29.547587],[120.200722,29.54948],[120.204187,29.548863],[120.206953,29.546119],[120.211331,29.537547],[120.212056,29.534622],[120.207853,29.528932],[120.208336,29.527443],[120.214138,29.524475],[120.218154,29.523933],[120.223794,29.521837],[120.227044,29.514465],[120.229932,29.512816],[120.23525,29.511337],[120.23936,29.511008],[120.241844,29.511997],[120.244248,29.510199],[120.249432,29.504784],[120.247565,29.498879],[120.250936,29.496049],[120.254025,29.496623],[120.259169,29.495262],[120.262392,29.495485],[120.268476,29.498634],[120.274237,29.498081],[120.277111,29.496113],[120.282067,29.489239],[120.282376,29.486281],[120.278642,29.483546],[120.269684,29.481045],[120.265239,29.476533],[120.261814,29.469179],[120.261425,29.46076],[120.264863,29.454874],[120.26724,29.452245],[120.271041,29.450489],[120.281516,29.440801],[120.281409,29.436447],[120.279394,29.433583],[120.278481,29.418507],[120.276319,29.413736],[120.271712,29.408444],[120.268664,29.403662],[120.26403,29.400829],[120.261331,29.394641],[120.261358,29.390338],[120.265991,29.383202],[120.266716,29.376555],[120.271511,29.369322],[120.274694,29.366062],[120.278293,29.363451],[120.283719,29.361917],[120.287828,29.359339],[120.289923,29.355578],[120.292112,29.354576],[120.295295,29.3548],[120.299042,29.356654],[120.296316,29.36148],[120.300681,29.363505],[120.306603,29.365167],[120.30843,29.366381],[120.311357,29.373008],[120.317025,29.37957],[120.324841,29.380305],[120.330441,29.389113],[120.333288,29.395153],[120.33345,29.40117],[120.334067,29.403215],[120.340702,29.40625],[120.343683,29.410222],[120.357435,29.413385],[120.363022,29.415302],[120.367441,29.415568],[120.372826,29.414908],[120.373672,29.417538],[120.369979,29.428643],[120.366111,29.431603],[120.364432,29.433871],[120.36732,29.445549],[120.370812,29.447945],[120.376184,29.449147],[120.38122,29.454236],[120.383986,29.456152],[120.387854,29.456599],[120.392702,29.455279],[120.398786,29.455566],[120.402332,29.453022],[120.41039,29.450648],[120.412995,29.451968],[120.417212,29.460516],[120.422718,29.469243],[120.425404,29.474596],[120.427781,29.477214],[120.433113,29.479641],[120.43733,29.478619],[120.440795,29.479619],[120.445039,29.479619],[120.453258,29.482801],[120.46145,29.484951],[120.464042,29.489239],[120.469522,29.49108],[120.469911,29.495198]]]]}},{"type":"Feature","properties":{"adcode":330683,"name":"嵊州市","center":[120.82888,29.586606],"centroid":[120.756711,29.585431],"childrenNum":0,"level":"district","parent":{"adcode":330600},"subFeatureIndex":5,"acroutes":[100000,330000,330600]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.010667,29.734731],[121.006759,29.736217],[120.998903,29.740112],[120.992147,29.741259],[120.985661,29.743753],[120.981376,29.740303],[120.977227,29.73835],[120.973037,29.73558],[120.968135,29.7342],[120.961285,29.733903],[120.959056,29.732926],[120.95496,29.733202],[120.95312,29.736238],[120.952314,29.741492],[120.94944,29.744369],[120.945196,29.743466],[120.931296,29.735453],[120.923252,29.731398],[120.919653,29.732204],[120.911823,29.73593],[120.908801,29.736387],[120.905444,29.735516],[120.901509,29.737533],[120.900824,29.73886],[120.902999,29.74267],[120.902059,29.746417],[120.89893,29.751034],[120.895694,29.754589],[120.893061,29.754706],[120.8855,29.753273],[120.879913,29.74699],[120.878073,29.746194],[120.866054,29.74508],[120.862159,29.746757],[120.85864,29.751734],[120.853564,29.753029],[120.852369,29.755576],[120.854141,29.758813],[120.857338,29.761562],[120.85852,29.764628],[120.855431,29.76951],[120.854611,29.778561],[120.848353,29.786465],[120.848796,29.790518],[120.847077,29.793902],[120.842941,29.796999],[120.837247,29.799588],[120.837367,29.801709],[120.83953,29.803025],[120.842122,29.80714],[120.842148,29.809145],[120.839127,29.813621],[120.837931,29.816761],[120.839838,29.821692],[120.840161,29.827472],[120.839301,29.829159],[120.832841,29.826762],[120.826704,29.826465],[120.812159,29.828024],[120.809393,29.827695],[120.801859,29.824779],[120.795869,29.821714],[120.784359,29.813155],[120.781794,29.811733],[120.773817,29.808763],[120.769895,29.808488],[120.763946,29.809835],[120.761421,29.807003],[120.75065,29.791037],[120.752947,29.787494],[120.751,29.781245],[120.750677,29.77838],[120.747145,29.773903],[120.746017,29.769892],[120.751805,29.767207],[120.749965,29.764268],[120.745748,29.760182],[120.742243,29.757975],[120.74184,29.75461],[120.74035,29.752307],[120.732386,29.751257],[120.725026,29.744422],[120.722031,29.743106],[120.720567,29.735983],[120.718244,29.732725],[120.719265,29.729699],[120.722327,29.728181],[120.727631,29.729858],[120.728733,29.728818],[120.727712,29.723415],[120.723508,29.717862],[120.723817,29.713701],[120.718862,29.708689],[120.70848,29.705217],[120.69873,29.69942],[120.692029,29.697253],[120.688067,29.702042],[120.68107,29.706842],[120.677739,29.708371],[120.67418,29.708986],[120.672918,29.71059],[120.675026,29.724678],[120.67551,29.731005],[120.675,29.731801],[120.668311,29.734296],[120.667962,29.74543],[120.665451,29.746205],[120.660415,29.742723],[120.649483,29.740526],[120.639585,29.74249],[120.634535,29.747234],[120.629472,29.747563],[120.624355,29.745027],[120.61627,29.743636],[120.612309,29.739836],[120.601457,29.731238],[120.597428,29.727544],[120.589075,29.728489],[120.581957,29.7254],[120.578949,29.719901],[120.579728,29.714752],[120.575712,29.709815],[120.572019,29.707298],[120.568715,29.707351],[120.564444,29.711237],[120.560711,29.711237],[120.559354,29.708902],[120.555688,29.705557],[120.549013,29.70647],[120.545602,29.705897],[120.543467,29.702924],[120.540647,29.701894],[120.535288,29.70149],[120.532226,29.70029],[120.532495,29.699377],[120.53048,29.69376],[120.532266,29.690606],[120.536134,29.687972],[120.53561,29.686485],[120.531998,29.684775],[120.52856,29.685455],[120.526075,29.684414],[120.524544,29.67767],[120.52206,29.674112],[120.521495,29.670958],[120.519803,29.668791],[120.516728,29.669067],[120.514794,29.665689],[120.516594,29.660686],[120.516392,29.65768],[120.512873,29.653207],[120.512484,29.649149],[120.514552,29.643125],[120.51744,29.640543],[120.518514,29.633499],[120.523322,29.624499],[120.523013,29.620833],[120.518501,29.615593],[120.516701,29.611385],[120.521563,29.606464],[120.519844,29.604094],[120.512511,29.600363],[120.507031,29.596951],[120.502156,29.594836],[120.498517,29.591509],[120.499188,29.586523],[120.50041,29.584131],[120.502841,29.576466],[120.505836,29.572086],[120.504574,29.565621],[120.507407,29.558625],[120.506508,29.554159],[120.507045,29.550267],[120.511316,29.543046],[120.51384,29.540132],[120.517171,29.533697],[120.516177,29.530623],[120.511248,29.528485],[120.50538,29.524549],[120.497322,29.517837],[120.493346,29.516869],[120.488512,29.518071],[120.486121,29.515837],[120.483099,29.514912],[120.477902,29.511933],[120.476022,29.509242],[120.475458,29.505114],[120.473322,29.502199],[120.470892,29.501475],[120.469159,29.49956],[120.468582,29.496868],[120.469911,29.495198],[120.474853,29.492867],[120.481998,29.484844],[120.493843,29.477959],[120.497765,29.474352],[120.497724,29.471031],[120.496449,29.466785],[120.497765,29.466518],[120.503244,29.469445],[120.506253,29.468615],[120.512645,29.469222],[120.516298,29.467359],[120.51975,29.459345],[120.52218,29.457003],[120.519991,29.454001],[120.515895,29.451755],[120.514794,29.450308],[120.511839,29.440301],[120.511074,29.431369],[120.511678,29.426759],[120.511154,29.419422],[120.513867,29.415557],[120.519172,29.411202],[120.522785,29.403172],[120.524114,29.401138],[120.530802,29.399221],[120.537799,29.391925],[120.542392,29.389838],[120.54853,29.391414],[120.550504,29.390945],[120.552774,29.387409],[120.559489,29.379601],[120.559368,29.37745],[120.553902,29.371825],[120.55648,29.367489],[120.559207,29.366243],[120.563625,29.367415],[120.566701,29.367308],[120.570582,29.363387],[120.57817,29.357687],[120.578398,29.356164],[120.575081,29.349782],[120.572583,29.347022],[120.571535,29.342653],[120.57398,29.339967],[120.579137,29.340095],[120.583622,29.347086],[120.585637,29.348801],[120.590995,29.348482],[120.593037,29.346627],[120.596972,29.341427],[120.600974,29.33417],[120.607313,29.335151],[120.61255,29.333616],[120.61615,29.335279],[120.621441,29.33644],[120.624785,29.336184],[120.628451,29.334085],[120.636053,29.331613],[120.641223,29.33076],[120.643842,29.328181],[120.645749,29.328415],[120.650382,29.33401],[120.653659,29.334309],[120.660294,29.33043],[120.670205,29.325527],[120.673589,29.328191],[120.679351,29.334671],[120.684911,29.338934],[120.687946,29.341864],[120.694218,29.341427],[120.697414,29.341843],[120.70468,29.347586],[120.704478,29.353308],[120.709313,29.355045],[120.711139,29.356782],[120.718284,29.359595],[120.720178,29.363856],[120.724422,29.371069],[120.728786,29.375841],[120.732386,29.378717],[120.734548,29.383298],[120.733876,29.386376],[120.734588,29.389944],[120.737798,29.39265],[120.739624,29.395919],[120.739369,29.398603],[120.745305,29.41265],[120.745614,29.419305],[120.746447,29.42481],[120.749522,29.428058],[120.755485,29.431582],[120.760172,29.437139],[120.75805,29.442079],[120.75899,29.443133],[120.766901,29.445507],[120.76874,29.445219],[120.770446,29.435596],[120.773777,29.435148],[120.777698,29.442994],[120.779068,29.448487],[120.777671,29.456109],[120.77798,29.46076],[120.776234,29.463389],[120.776087,29.466369],[120.77798,29.469179],[120.778289,29.471691],[120.780102,29.473958],[120.783943,29.476906],[120.796863,29.488505],[120.797333,29.490441],[120.795278,29.491293],[120.791598,29.491218],[120.785608,29.489633],[120.779068,29.489814],[120.777564,29.493548],[120.780626,29.49789],[120.793008,29.504816],[120.796997,29.506571],[120.804974,29.508486],[120.812979,29.509263],[120.818203,29.50805],[120.817558,29.51155],[120.818297,29.514284],[120.82101,29.515444],[120.824945,29.514518],[120.82853,29.516061],[120.830357,29.518922],[120.836696,29.524464],[120.840819,29.529932],[120.844606,29.530697],[120.847937,29.534016],[120.854074,29.53693],[120.859607,29.535143],[120.866765,29.536452],[120.871936,29.538908],[120.875616,29.539536],[120.877644,29.53793],[120.879282,29.534771],[120.886669,29.531208],[120.890792,29.532867],[120.893263,29.532835],[120.899051,29.534814],[120.901012,29.53625],[120.906652,29.543918],[120.907176,29.546215],[120.906048,29.548682],[120.907431,29.551777],[120.921801,29.555041],[120.92763,29.55401],[120.932062,29.554839],[120.935258,29.551319],[120.942739,29.545768],[120.945156,29.547842],[120.952583,29.540397],[120.954812,29.54229],[120.953697,29.547331],[120.951669,29.552883],[120.953926,29.552893],[120.959029,29.549512],[120.962776,29.551181],[120.965207,29.551202],[120.971062,29.548331],[120.975951,29.543237],[120.977992,29.541833],[120.98276,29.541482],[120.987232,29.543375],[120.990979,29.543843],[120.990979,29.546938],[120.989273,29.552042],[120.990522,29.556796],[121.001118,29.55351],[121.004597,29.550373],[121.007229,29.542556],[121.010264,29.541365],[121.024325,29.540355],[121.027387,29.538047],[121.029644,29.532623],[121.029053,29.526953],[121.026152,29.521677],[121.02681,29.516922],[121.030879,29.51939],[121.033364,29.51988],[121.03973,29.51938],[121.04764,29.517348],[121.0514,29.517933],[121.056638,29.515401],[121.059485,29.515061],[121.063621,29.517465],[121.069114,29.518795],[121.072203,29.51671],[121.078461,29.51455],[121.083484,29.51471],[121.089662,29.513795],[121.093006,29.512582],[121.094913,29.51338],[121.101655,29.522667],[121.104623,29.529538],[121.10516,29.533825],[121.108773,29.536569],[121.10982,29.540355],[121.109041,29.544832],[121.109659,29.548331],[121.11299,29.554839],[121.112197,29.55753],[121.112735,29.563963],[121.1135,29.565983],[121.117583,29.569258],[121.117717,29.572341],[121.120417,29.575605],[121.116696,29.582143],[121.116723,29.586502],[121.11538,29.586597],[121.110922,29.584004],[121.109176,29.586002],[121.105697,29.585439],[121.105241,29.587916],[121.110747,29.590605],[121.109552,29.596175],[121.110989,29.597408],[121.114185,29.597302],[121.115058,29.598471],[121.11393,29.602521],[121.118577,29.602776],[121.117207,29.605699],[121.113755,29.606623],[121.111835,29.60589],[121.110196,29.607463],[121.113044,29.612448],[121.112708,29.614818],[121.109605,29.617081],[121.106181,29.617379],[121.104771,29.62248],[121.101695,29.626263],[121.097116,29.627825],[121.094148,29.629939],[121.09028,29.629493],[121.087715,29.628059],[121.079845,29.632075],[121.076501,29.633244],[121.074191,29.637239],[121.076447,29.651986],[121.074889,29.660845],[121.073372,29.662853],[121.068389,29.666868],[121.0588,29.683873],[121.054207,29.685657],[121.050299,29.68383],[121.044981,29.679625],[121.038413,29.675769],[121.036224,29.675928],[121.029227,29.673645],[121.023506,29.670543],[121.017772,29.669726],[121.012292,29.671744],[121.007149,29.673008],[121.001642,29.672678],[120.998446,29.673337],[120.992429,29.675812],[120.990522,29.679529],[120.990845,29.683544],[120.992953,29.685253],[120.999077,29.685105],[121.003952,29.686836],[121.010211,29.68674],[121.014105,29.689491],[121.013971,29.693101],[121.006799,29.698591],[121.007511,29.703975],[121.009633,29.709018],[121.015099,29.711949],[121.02399,29.71231],[121.034801,29.715994],[121.036641,29.718574],[121.035862,29.721153],[121.031631,29.723107],[121.028045,29.723977],[121.019746,29.723425],[121.016133,29.725294],[121.012386,29.729805],[121.010667,29.734731]]]]}},{"type":"Feature","properties":{"adcode":330702,"name":"婺城区","center":[119.652579,29.082607],"centroid":[119.509748,28.977012],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":0,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.322977,29.088403],[119.326009,29.086224],[119.329554,29.077996],[119.332524,29.075968],[119.331825,29.072132],[119.327828,29.067635],[119.329072,29.057482],[119.330907,29.054028],[119.334281,29.052393],[119.332384,29.043409],[119.332742,29.040546],[119.335136,29.035016],[119.336645,29.025995],[119.336272,29.023247],[119.334701,29.022238],[119.330596,29.027665],[119.329881,29.032024],[119.330192,29.035468],[119.327346,29.038065],[119.326336,29.03585],[119.326444,29.029311],[119.324858,29.024986],[119.325372,29.023178],[119.323894,29.015235],[119.321624,29.007395],[119.321515,29.000576],[119.325092,28.997213],[119.325714,28.994939],[119.323304,28.993385],[119.323599,28.989453],[119.328544,28.986855],[119.327642,28.982308],[119.325916,28.97913],[119.321344,28.973654],[119.316633,28.970279],[119.307879,28.970348],[119.304613,28.969339],[119.305655,28.964721],[119.308516,28.963016],[119.311486,28.95986],[119.314021,28.952701],[119.314985,28.944811],[119.318359,28.938057],[119.32265,28.933299],[119.327144,28.924723],[119.326818,28.919593],[119.329274,28.917352],[119.333784,28.90795],[119.34019,28.904944],[119.345461,28.899743],[119.345492,28.893195],[119.344497,28.887286],[119.342336,28.890096],[119.342538,28.887297],[119.340563,28.889573],[119.340283,28.887866],[119.343782,28.886775],[119.341045,28.886264],[119.337842,28.878984],[119.336256,28.881167],[119.33156,28.88227],[119.331793,28.879762],[119.336272,28.879251],[119.337407,28.874072],[119.336303,28.870554],[119.334934,28.869416],[119.334919,28.86671],[119.333613,28.865189],[119.327704,28.865851],[119.327144,28.867372],[119.324501,28.867337],[119.321453,28.864179],[119.319681,28.867779],[119.316648,28.866583],[119.315296,28.863958],[119.313057,28.865816],[119.30962,28.862739],[119.310553,28.861438],[119.314238,28.861612],[119.312046,28.853448],[119.310895,28.851253],[119.311315,28.847385],[119.310273,28.843645],[119.3113,28.842147],[119.314409,28.843715],[119.323832,28.846549],[119.328217,28.846909],[119.330954,28.845108],[119.338029,28.843134],[119.336629,28.839905],[119.333737,28.840613],[119.335945,28.835642],[119.339164,28.832633],[119.342818,28.831797],[119.345554,28.827731],[119.342802,28.824292],[119.339335,28.82356],[119.340019,28.819413],[119.337142,28.81731],[119.335479,28.813034],[119.331514,28.812906],[119.330363,28.810176],[119.331622,28.807899],[119.327004,28.809421],[119.325232,28.806353],[119.322511,28.805063],[119.322417,28.800904],[119.326227,28.801357],[119.328621,28.800555],[119.329212,28.798196],[119.327004,28.783832],[119.32772,28.779788],[119.334126,28.772558],[119.336225,28.768328],[119.338433,28.761167],[119.341807,28.758412],[119.346239,28.757029],[119.351028,28.756808],[119.353329,28.757436],[119.358211,28.761039],[119.359875,28.764317],[119.359549,28.768316],[119.363265,28.771559],[119.368738,28.774128],[119.370387,28.776975],[119.371895,28.784797],[119.377928,28.786796],[119.387677,28.786935],[119.394223,28.782031],[119.395918,28.778916],[119.396229,28.776255],[119.39965,28.774976],[119.404983,28.767479],[119.408373,28.764713],[119.411716,28.763283],[119.412447,28.761644],[119.412851,28.754169],[119.413613,28.751995],[119.416723,28.750123],[119.421201,28.749158],[119.426628,28.75246],[119.430702,28.755576],[119.434511,28.756878],[119.440078,28.756982],[119.446127,28.758063],[119.449019,28.760505],[119.455783,28.761086],[119.463417,28.766433],[119.465874,28.766968],[119.47085,28.765363],[119.472529,28.762771],[119.472965,28.75983],[119.471892,28.755785],[119.473027,28.749798],[119.474753,28.746345],[119.479651,28.73966],[119.482263,28.737416],[119.487379,28.730695],[119.489385,28.72909],[119.491344,28.729928],[119.494796,28.735741],[119.499056,28.737253],[119.499118,28.740008],[119.496677,28.741729],[119.495853,28.747194],[119.501015,28.752437],[119.506209,28.763864],[119.513843,28.771733],[119.521058,28.77966],[119.522644,28.783693],[119.52521,28.786773],[119.529921,28.79041],[119.54037,28.787249],[119.544118,28.789446],[119.553059,28.79815],[119.557957,28.804366],[119.562264,28.809107],[119.564503,28.814893],[119.564394,28.819657],[119.561191,28.823862],[119.557241,28.826476],[119.556573,28.831599],[119.561533,28.837419],[119.567892,28.843076],[119.576771,28.847757],[119.58268,28.8467],[119.586738,28.843134],[119.590983,28.840323],[119.593533,28.840218],[119.596441,28.843192],[119.600608,28.849766],[119.600281,28.855143],[119.601712,28.85879],[119.607543,28.864364],[119.608554,28.866211],[119.609533,28.871994],[119.611788,28.873225],[119.614027,28.872783],[119.623357,28.868278],[119.626218,28.863656],[119.629032,28.862355],[119.632468,28.863679],[119.634117,28.865897],[119.636527,28.876569],[119.639637,28.878613],[119.646478,28.885893],[119.649246,28.889701],[119.65178,28.895123],[119.651936,28.899372],[119.650785,28.904712],[119.650847,28.909703],[119.651796,28.916157],[119.654159,28.91885],[119.656383,28.919105],[119.667843,28.918525],[119.672352,28.916563],[119.676504,28.91625],[119.681806,28.918594],[119.684807,28.922796],[119.692053,28.929249],[119.695925,28.931825],[119.699563,28.932417],[119.703264,28.931512],[119.708209,28.934007],[119.714553,28.933717],[119.719482,28.935075],[119.721938,28.937674],[119.721954,28.940552],[119.716605,28.943186],[119.716854,28.945159],[119.71928,28.947921],[119.73018,28.954059],[119.732512,28.957899],[119.733056,28.960243],[119.730708,28.965081],[119.732605,28.971439],[119.734767,28.975545],[119.737643,28.9771],[119.744112,28.97797],[119.746817,28.979153],[119.74803,28.980939],[119.747004,28.985162],[119.747906,28.987516],[119.75271,28.98943],[119.755478,28.98914],[119.75722,28.987528],[119.760998,28.988166],[119.764605,28.991077],[119.769535,28.993026],[119.769939,28.995508],[119.767544,28.997236],[119.765461,28.996459],[119.758697,28.992272],[119.757282,28.992829],[119.754561,28.996366],[119.750984,28.998547],[119.74705,28.998906],[119.74052,28.995659],[119.736975,28.994719],[119.731641,28.995229],[119.72976,28.996958],[119.731874,28.998744],[119.738529,29.001794],[119.738965,29.002919],[119.737146,29.009065],[119.734813,29.01462],[119.733352,29.021473],[119.735311,29.029195],[119.741484,29.036117],[119.743023,29.041404],[119.74195,29.044209],[119.736803,29.046539],[119.729589,29.048371],[119.719264,29.051814],[119.714117,29.050689],[119.712438,29.048243],[119.709157,29.045507],[119.709064,29.042447],[119.70768,29.04145],[119.7023,29.040302],[119.694587,29.037357],[119.691322,29.036871],[119.685584,29.038528],[119.67896,29.043142],[119.676581,29.046516],[119.675369,29.056926],[119.671948,29.062512],[119.671917,29.067821],[119.676333,29.0762],[119.673907,29.082481],[119.670642,29.085842],[119.663069,29.090767],[119.665075,29.091277],[119.669149,29.095738],[119.673891,29.099283],[119.674716,29.102041],[119.673301,29.107695],[119.668807,29.113673],[119.667267,29.114739],[119.667407,29.118226],[119.675788,29.137385],[119.675742,29.139944],[119.673969,29.141021],[119.674327,29.145781],[119.671388,29.15068],[119.669911,29.159632],[119.66422,29.171269],[119.660099,29.180902],[119.660239,29.184572],[119.661499,29.187153],[119.657052,29.191668],[119.658264,29.196252],[119.656912,29.19844],[119.652558,29.197456],[119.65035,29.198706],[119.651174,29.201461],[119.657814,29.208151],[119.661716,29.210582],[119.66296,29.213904],[119.665308,29.21741],[119.674405,29.222306],[119.680531,29.222583],[119.690342,29.224007],[119.696935,29.222456],[119.69821,29.224852],[119.698133,29.228508],[119.699641,29.23036],[119.70076,29.228173],[119.703855,29.226935],[119.709048,29.229573],[119.710012,29.236366],[119.710059,29.240739],[119.708069,29.239374],[119.701071,29.237638],[119.681479,29.233797],[119.676628,29.230765],[119.667796,29.230742],[119.661623,29.226634],[119.655932,29.22727],[119.645763,29.223],[119.642684,29.222317],[119.635376,29.223428],[119.631069,29.223104],[119.623745,29.225303],[119.607792,29.223474],[119.601074,29.22602],[119.599317,29.225453],[119.598711,29.221901],[119.594933,29.211774],[119.589366,29.206299],[119.58254,29.197271],[119.578217,29.192305],[119.573257,29.189689],[119.567628,29.185648],[119.566446,29.183981],[119.565249,29.177394],[119.562201,29.167946],[119.561937,29.165259],[119.564581,29.160547],[119.563445,29.15544],[119.560693,29.15185],[119.555733,29.148387],[119.557024,29.143442],[119.556433,29.141786],[119.551379,29.133493],[119.547912,29.129856],[119.545268,29.12996],[119.546497,29.135647],[119.54617,29.138948],[119.54502,29.138624],[119.541988,29.133365],[119.539733,29.131674],[119.520219,29.132369],[119.504545,29.133551],[119.499974,29.13003],[119.501715,29.124168],[119.500393,29.121261],[119.501155,29.115978],[119.502446,29.111669],[119.500611,29.109502],[119.498605,29.109224],[119.496195,29.111078],[119.490349,29.110707],[119.479278,29.096305],[119.477521,29.095819],[119.473167,29.096572],[119.467958,29.099863],[119.464863,29.105297],[119.460945,29.109201],[119.458022,29.109525],[119.456171,29.111842],[119.456047,29.11592],[119.454928,29.11943],[119.452129,29.119581],[119.451647,29.117635],[119.453995,29.113545],[119.452922,29.11212],[119.449967,29.114507],[119.447371,29.114785],[119.445925,29.121909],[119.448879,29.123844],[119.450652,29.12791],[119.450076,29.130203],[119.446562,29.131246],[119.444914,29.129763],[119.441353,29.132531],[119.439021,29.138392],[119.431277,29.142388],[119.428805,29.142793],[119.424886,29.141149],[119.419988,29.140361],[119.413753,29.136203],[119.412385,29.136168],[119.412245,29.140697],[119.409773,29.140778],[119.406787,29.137153],[119.404299,29.137176],[119.404408,29.144762],[119.4029,29.14621],[119.40049,29.146337],[119.394643,29.138288],[119.391238,29.132983],[119.389248,29.128906],[119.385671,29.125014],[119.381318,29.124968],[119.375891,29.127551],[119.368458,29.127991],[119.360808,29.1263],[119.35731,29.12294],[119.354915,29.113754],[119.348866,29.108958],[119.343486,29.106837],[119.33027,29.095993],[119.32562,29.091775],[119.322977,29.088403]]]]}},{"type":"Feature","properties":{"adcode":330703,"name":"金东区","center":[119.681264,29.095835],"centroid":[119.799596,29.149391],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":1,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.819712,29.306752],[119.813041,29.304462],[119.807754,29.302149],[119.80253,29.301155],[119.799296,29.297512],[119.7895,29.294251],[119.785706,29.291233],[119.780792,29.288804],[119.776127,29.28471],[119.771167,29.28456],[119.768602,29.28235],[119.759723,29.272762],[119.755012,29.270495],[119.748061,29.26537],[119.747564,29.261588],[119.744734,29.256451],[119.742572,29.255364],[119.733274,29.253003],[119.724115,29.25224],[119.719591,29.249047],[119.714024,29.246883],[119.710059,29.240739],[119.710012,29.236366],[119.709048,29.229573],[119.703855,29.226935],[119.70076,29.228173],[119.699641,29.23036],[119.698133,29.228508],[119.69821,29.224852],[119.696935,29.222456],[119.690342,29.224007],[119.680531,29.222583],[119.674405,29.222306],[119.665308,29.21741],[119.66296,29.213904],[119.661716,29.210582],[119.657814,29.208151],[119.651174,29.201461],[119.65035,29.198706],[119.652558,29.197456],[119.656912,29.19844],[119.658264,29.196252],[119.657052,29.191668],[119.661499,29.187153],[119.660239,29.184572],[119.660099,29.180902],[119.66422,29.171269],[119.669911,29.159632],[119.671388,29.15068],[119.674327,29.145781],[119.673969,29.141021],[119.675742,29.139944],[119.675788,29.137385],[119.667407,29.118226],[119.667267,29.114739],[119.668807,29.113673],[119.673301,29.107695],[119.674716,29.102041],[119.673891,29.099283],[119.669149,29.095738],[119.665075,29.091277],[119.663069,29.090767],[119.670642,29.085842],[119.673907,29.082481],[119.676333,29.0762],[119.671917,29.067821],[119.671948,29.062512],[119.675369,29.056926],[119.676581,29.046516],[119.67896,29.043142],[119.685584,29.038528],[119.691322,29.036871],[119.694587,29.037357],[119.7023,29.040302],[119.70768,29.04145],[119.709064,29.042447],[119.709157,29.045507],[119.712438,29.048243],[119.714117,29.050689],[119.719264,29.051814],[119.729589,29.048371],[119.736803,29.046539],[119.74195,29.044209],[119.743023,29.041404],[119.741484,29.036117],[119.735311,29.029195],[119.733352,29.021473],[119.734813,29.01462],[119.737146,29.009065],[119.738965,29.002919],[119.738529,29.001794],[119.731874,28.998744],[119.72976,28.996958],[119.731641,28.995229],[119.736975,28.994719],[119.74052,28.995659],[119.74705,28.998906],[119.750984,28.998547],[119.754561,28.996366],[119.757282,28.992829],[119.758697,28.992272],[119.765461,28.996459],[119.767544,28.997236],[119.769939,28.995508],[119.769535,28.993026],[119.773904,28.997016],[119.774961,29.000854],[119.777325,29.002385],[119.782067,29.003905],[119.788987,29.004948],[119.792578,29.007558],[119.798036,29.007917],[119.811253,29.0107],[119.814114,29.009065],[119.823848,29.006131],[119.833084,29.007894],[119.834717,29.009483],[119.834484,29.014829],[119.842631,29.027375],[119.849877,29.029891],[119.853671,29.032163],[119.859051,29.030343],[119.862643,29.032836],[119.868505,29.034575],[119.870946,29.038679],[119.87488,29.043815],[119.880338,29.049681],[119.884972,29.052173],[119.895654,29.052208],[119.897147,29.050133],[119.901065,29.052637],[119.901532,29.054468],[119.900505,29.057563],[119.902356,29.059452],[119.911841,29.065468],[119.916055,29.070139],[119.914173,29.071993],[119.909617,29.072295],[119.906507,29.075702],[119.906414,29.080233],[119.90814,29.08298],[119.912432,29.08393],[119.916614,29.083895],[119.918294,29.089226],[119.921108,29.091497],[119.92243,29.094417],[119.916521,29.096514],[119.915417,29.097951],[119.918185,29.101543],[119.917718,29.108251],[119.918978,29.110707],[119.921792,29.1119],[119.933299,29.113789],[119.940032,29.11577],[119.943141,29.118249],[119.943732,29.121342],[119.943561,29.128906],[119.944261,29.13113],[119.94706,29.134118],[119.948428,29.137257],[119.949003,29.142122],[119.948615,29.145446],[119.946795,29.147078],[119.941866,29.148642],[119.939705,29.15119],[119.938757,29.160257],[119.939239,29.163233],[119.93871,29.172079],[119.932957,29.176085],[119.931091,29.180543],[119.926986,29.183993],[119.926861,29.187883],[119.929629,29.192143],[119.926146,29.199551],[119.923674,29.198417],[119.923487,29.196993],[119.920517,29.195106],[119.918869,29.195465],[119.917765,29.197745],[119.91506,29.197224],[119.915044,29.199077],[119.911934,29.199979],[119.911794,29.203417],[119.91366,29.208024],[119.91565,29.210512],[119.914173,29.212816],[119.913582,29.216114],[119.910037,29.219135],[119.911763,29.219655],[119.910146,29.223775],[119.911266,29.22521],[119.912447,29.223486],[119.913707,29.227259],[119.912338,29.233218],[119.915635,29.235],[119.916164,29.236828],[119.913971,29.239258],[119.912929,29.244025],[119.915635,29.248167],[119.913209,29.248191],[119.912541,29.250875],[119.909835,29.250019],[119.908576,29.252032],[119.905217,29.251962],[119.904844,29.257712],[119.901781,29.259424],[119.898204,29.263901],[119.895732,29.265104],[119.895079,29.263311],[119.892078,29.263068],[119.891378,29.267996],[119.889637,29.26935],[119.888937,29.272045],[119.890227,29.273178],[119.884739,29.273595],[119.881598,29.272288],[119.876902,29.272438],[119.87359,29.274809],[119.870698,29.280165],[119.870122,29.282975],[119.866375,29.285936],[119.859114,29.284849],[119.854387,29.286884],[119.845446,29.295327],[119.841605,29.295928],[119.840252,29.298576],[119.819712,29.306752]]]]}},{"type":"Feature","properties":{"adcode":330723,"name":"武义县","center":[119.819159,28.896563],"centroid":[119.714529,28.768287],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":2,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.479651,28.73966],[119.471223,28.740136],[119.463744,28.742311],[119.461691,28.741625],[119.460821,28.73945],[119.461303,28.733474],[119.463464,28.719311],[119.463106,28.714671],[119.464226,28.708251],[119.46306,28.700842],[119.462142,28.690909],[119.459577,28.686116],[119.458924,28.679473],[119.461878,28.671213],[119.462251,28.66123],[119.458348,28.65241],[119.455689,28.650874],[119.456234,28.646685],[119.457524,28.64537],[119.459064,28.639272],[119.461209,28.634884],[119.464568,28.633488],[119.468455,28.633639],[119.475655,28.637794],[119.482045,28.639458],[119.486492,28.637212],[119.485357,28.632079],[119.485839,28.629577],[119.488421,28.626458],[119.495293,28.622209],[119.507935,28.615318],[119.509723,28.611768],[119.509894,28.603362],[119.508463,28.598461],[119.506193,28.5942],[119.503643,28.5925],[119.500907,28.588122],[119.498077,28.58485],[119.495915,28.578865],[119.497626,28.574032],[119.495962,28.566975],[119.495122,28.557238],[119.493847,28.555806],[119.495355,28.551566],[119.498403,28.548654],[119.500875,28.549027],[119.504887,28.552568],[119.508759,28.559766],[119.511573,28.561559],[119.514636,28.561653],[119.522162,28.558729],[119.530139,28.557588],[119.534866,28.555736],[119.53709,28.549819],[119.535161,28.543797],[119.536887,28.539883],[119.540712,28.533557],[119.543092,28.532567],[119.559574,28.532917],[119.568514,28.532287],[119.57279,28.52913],[119.574205,28.523876],[119.58128,28.523678],[119.584748,28.524051],[119.58949,28.527464],[119.592196,28.527534],[119.59641,28.525787],[119.608274,28.526532],[119.613389,28.527802],[119.621195,28.526113],[119.629141,28.525402],[119.634816,28.526288],[119.638268,28.528513],[119.644737,28.541863],[119.649355,28.542515],[119.660239,28.539964],[119.664748,28.537332],[119.671357,28.531821],[119.674747,28.530027],[119.682397,28.529585],[119.695505,28.531111],[119.70359,28.533219],[119.705705,28.535468],[119.707369,28.539871],[119.707789,28.545742],[119.717709,28.553779],[119.718564,28.557273],[119.718331,28.561886],[119.720446,28.565938],[119.726992,28.571901],[119.73273,28.578923],[119.737099,28.581427],[119.739307,28.58485],[119.738545,28.589182],[119.739882,28.591464],[119.743987,28.59243],[119.75411,28.592651],[119.758308,28.591347],[119.763781,28.588204],[119.767062,28.588006],[119.767638,28.591534],[119.769286,28.595457],[119.772986,28.599975],[119.773966,28.603246],[119.772738,28.608566],[119.767933,28.611011],[119.762071,28.615469],[119.749398,28.622721],[119.75044,28.629018],[119.75243,28.635233],[119.757733,28.63784],[119.764948,28.638702],[119.769628,28.636711],[119.777247,28.630892],[119.783482,28.629216],[119.78681,28.629135],[119.790386,28.630322],[119.794973,28.632882],[119.802903,28.643077],[119.807739,28.647744],[119.811735,28.653935],[119.812202,28.658054],[119.81018,28.661044],[119.810165,28.663674],[119.812217,28.66756],[119.813865,28.678787],[119.813881,28.686849],[119.815887,28.689897],[119.826382,28.695329],[119.832136,28.70104],[119.835028,28.704878],[119.842103,28.708332],[119.844715,28.714368],[119.84966,28.716589],[119.861259,28.717718],[119.866188,28.718508],[119.868536,28.722474],[119.86992,28.726544],[119.873668,28.732288],[119.874445,28.735393],[119.871786,28.742299],[119.880012,28.748717],[119.882375,28.749205],[119.88676,28.744636],[119.890181,28.744903],[119.89808,28.750379],[119.901656,28.755611],[119.900677,28.758482],[119.903133,28.763655],[119.906756,28.768537],[119.914422,28.773395],[119.915308,28.77472],[119.915199,28.778835],[119.919398,28.780811],[119.921015,28.784007],[119.92131,28.796151],[119.928199,28.79751],[119.932319,28.795837],[119.929163,28.80188],[119.931153,28.804064],[119.940187,28.806458],[119.94608,28.808619],[119.957213,28.807515],[119.959966,28.807887],[119.969373,28.811152],[119.971892,28.815881],[119.974566,28.818832],[119.974908,28.823351],[119.968129,28.833318],[119.965455,28.839196],[119.967834,28.843877],[119.970741,28.845863],[119.973089,28.849139],[119.973447,28.851136],[119.971472,28.855933],[119.969171,28.864155],[119.966885,28.868615],[119.961163,28.870705],[119.958706,28.870264],[119.951989,28.875675],[119.950387,28.877823],[119.944463,28.883013],[119.940529,28.887959],[119.93955,28.890293],[119.940032,28.893729],[119.93759,28.895866],[119.927996,28.89626],[119.924467,28.897189],[119.924933,28.903574],[119.923472,28.907068],[119.919429,28.910609],[119.918947,28.912675],[119.921373,28.919279],[119.922352,28.92615],[119.918838,28.928355],[119.910923,28.931466],[119.90671,28.938521],[119.902838,28.942421],[119.901703,28.945739],[119.903849,28.947584],[119.910317,28.946087],[119.916381,28.948988],[119.919569,28.949789],[119.923285,28.952098],[119.925322,28.954871],[119.927048,28.962912],[119.931433,28.967668],[119.936782,28.967413],[119.940094,28.970673],[119.942768,28.978097],[119.942706,28.980731],[119.941307,28.982134],[119.933967,28.982877],[119.931448,28.9845],[119.928961,28.988027],[119.930173,28.991993],[119.929707,28.994],[119.926193,28.999161],[119.922041,29.000959],[119.916164,28.999625],[119.909711,28.998744],[119.906818,28.996958],[119.910379,28.995995],[119.909166,28.993698],[119.907658,28.994789],[119.901501,28.99291],[119.899324,28.990277],[119.895359,28.992527],[119.898624,28.996969],[119.897085,29.008915],[119.895607,29.011106],[119.897333,29.014179],[119.895872,29.021821],[119.896012,29.023595],[119.900148,29.026842],[119.904066,29.027039],[119.908902,29.029474],[119.911063,29.031352],[119.918698,29.041519],[119.914049,29.046817],[119.909819,29.047872],[119.905061,29.04647],[119.898671,29.046736],[119.896789,29.047953],[119.897147,29.050133],[119.895654,29.052208],[119.884972,29.052173],[119.880338,29.049681],[119.87488,29.043815],[119.870946,29.038679],[119.868505,29.034575],[119.862643,29.032836],[119.859051,29.030343],[119.853671,29.032163],[119.849877,29.029891],[119.842631,29.027375],[119.834484,29.014829],[119.834717,29.009483],[119.833084,29.007894],[119.823848,29.006131],[119.814114,29.009065],[119.811253,29.0107],[119.798036,29.007917],[119.792578,29.007558],[119.788987,29.004948],[119.782067,29.003905],[119.777325,29.002385],[119.774961,29.000854],[119.773904,28.997016],[119.769535,28.993026],[119.764605,28.991077],[119.760998,28.988166],[119.75722,28.987528],[119.755478,28.98914],[119.75271,28.98943],[119.747906,28.987516],[119.747004,28.985162],[119.74803,28.980939],[119.746817,28.979153],[119.744112,28.97797],[119.737643,28.9771],[119.734767,28.975545],[119.732605,28.971439],[119.730708,28.965081],[119.733056,28.960243],[119.732512,28.957899],[119.73018,28.954059],[119.71928,28.947921],[119.716854,28.945159],[119.716605,28.943186],[119.721954,28.940552],[119.721938,28.937674],[119.719482,28.935075],[119.714553,28.933717],[119.708209,28.934007],[119.703264,28.931512],[119.699563,28.932417],[119.695925,28.931825],[119.692053,28.929249],[119.684807,28.922796],[119.681806,28.918594],[119.676504,28.91625],[119.672352,28.916563],[119.667843,28.918525],[119.656383,28.919105],[119.654159,28.91885],[119.651796,28.916157],[119.650847,28.909703],[119.650785,28.904712],[119.651936,28.899372],[119.65178,28.895123],[119.649246,28.889701],[119.646478,28.885893],[119.639637,28.878613],[119.636527,28.876569],[119.634117,28.865897],[119.632468,28.863679],[119.629032,28.862355],[119.626218,28.863656],[119.623357,28.868278],[119.614027,28.872783],[119.611788,28.873225],[119.609533,28.871994],[119.608554,28.866211],[119.607543,28.864364],[119.601712,28.85879],[119.600281,28.855143],[119.600608,28.849766],[119.596441,28.843192],[119.593533,28.840218],[119.590983,28.840323],[119.586738,28.843134],[119.58268,28.8467],[119.576771,28.847757],[119.567892,28.843076],[119.561533,28.837419],[119.556573,28.831599],[119.557241,28.826476],[119.561191,28.823862],[119.564394,28.819657],[119.564503,28.814893],[119.562264,28.809107],[119.557957,28.804366],[119.553059,28.79815],[119.544118,28.789446],[119.54037,28.787249],[119.529921,28.79041],[119.52521,28.786773],[119.522644,28.783693],[119.521058,28.77966],[119.513843,28.771733],[119.506209,28.763864],[119.501015,28.752437],[119.495853,28.747194],[119.496677,28.741729],[119.499118,28.740008],[119.499056,28.737253],[119.494796,28.735741],[119.491344,28.729928],[119.489385,28.72909],[119.487379,28.730695],[119.482263,28.737416],[119.479651,28.73966]]]]}},{"type":"Feature","properties":{"adcode":330726,"name":"浦江县","center":[119.893363,29.451254],"centroid":[119.903937,29.520086],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":3,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.713433,29.456189],[119.723898,29.453914],[119.727769,29.453429],[119.733771,29.450207],[119.736368,29.445947],[119.738623,29.440311],[119.741826,29.439676],[119.743847,29.437828],[119.748496,29.429201],[119.748357,29.426915],[119.745262,29.423773],[119.744531,29.42114],[119.749212,29.417744],[119.752026,29.416577],[119.755618,29.416508],[119.761993,29.413262],[119.765912,29.407336],[119.769923,29.406019],[119.775459,29.402011],[119.781585,29.400625],[119.786234,29.401352],[119.795937,29.397159],[119.799653,29.396558],[119.802312,29.394929],[119.802685,29.391382],[119.804443,29.389418],[119.807941,29.387904],[119.814752,29.391012],[119.81329,29.39687],[119.814239,29.400752],[119.818888,29.4029],[119.820225,29.409531],[119.822915,29.41146],[119.829943,29.408422],[119.834064,29.408676],[119.835588,29.412615],[119.839133,29.415688],[119.840968,29.416242],[119.844342,29.413932],[119.849893,29.413597],[119.856657,29.410109],[119.865069,29.409751],[119.868427,29.405373],[119.871615,29.404599],[119.874849,29.407671],[119.878985,29.410167],[119.882049,29.409624],[119.885345,29.405014],[119.890865,29.401433],[119.890305,29.394213],[119.892529,29.38824],[119.890103,29.385501],[119.889683,29.382925],[119.894084,29.378522],[119.894566,29.372282],[119.89553,29.370618],[119.899106,29.369208],[119.902418,29.371161],[119.904579,29.374513],[119.904735,29.37858],[119.906694,29.385767],[119.908109,29.387627],[119.911452,29.388043],[119.913645,29.386807],[119.915542,29.383964],[119.915635,29.375194],[119.918294,29.370572],[119.921264,29.368746],[119.924731,29.369393],[119.928494,29.371496],[119.932941,29.379724],[119.934854,29.381665],[119.939503,29.38215],[119.944028,29.383445],[119.946578,29.382913],[119.94919,29.379631],[119.954648,29.375888],[119.957664,29.36744],[119.958955,29.365892],[119.965688,29.364147],[119.969342,29.36172],[119.974395,29.360714],[119.975017,29.358935],[119.971721,29.356496],[119.970228,29.350301],[119.973618,29.347145],[119.975639,29.347018],[119.978298,29.350729],[119.979635,29.362251],[119.981641,29.367221],[119.986446,29.368931],[119.989649,29.366909],[119.994049,29.367799],[119.997206,29.369798],[119.999072,29.372537],[119.998994,29.377875],[120.001513,29.381758],[120.009816,29.387096],[120.015943,29.393924],[120.019177,29.398591],[120.023282,29.40223],[120.026905,29.407082],[120.033171,29.410467],[120.036483,29.412962],[120.03978,29.419915],[120.044538,29.424524],[120.046513,29.428393],[120.048487,29.428185],[120.054116,29.429663],[120.05917,29.428612],[120.062031,29.430634],[120.064301,29.434144],[120.067302,29.435149],[120.070178,29.443418],[120.072791,29.455115],[120.074874,29.459548],[120.076973,29.462273],[120.08097,29.470078],[120.086583,29.476808],[120.086287,29.479428],[120.088293,29.478713],[120.091201,29.481541],[120.098074,29.482776],[120.106439,29.488848],[120.114509,29.490798],[120.118303,29.49418],[120.11863,29.495784],[120.114229,29.497516],[120.110777,29.499835],[120.106144,29.504279],[120.102909,29.50661],[120.099224,29.506217],[120.095586,29.503194],[120.093331,29.500309],[120.090346,29.500609],[120.079632,29.504717],[120.0773,29.506748],[120.075574,29.513153],[120.076554,29.514538],[120.085012,29.514515],[120.087034,29.516546],[120.086645,29.522592],[120.09173,29.53225],[120.091792,29.533484],[120.087314,29.536807],[120.08467,29.537395],[120.073615,29.53766],[120.070209,29.538099],[120.066929,29.539806],[120.058765,29.542656],[120.05564,29.546347],[120.0511,29.549347],[120.052235,29.553995],[120.054691,29.558194],[120.052981,29.559394],[120.047057,29.56117],[120.04446,29.563604],[120.042065,29.569601],[120.040168,29.570155],[120.03143,29.565807],[120.026314,29.568275],[120.020981,29.568667],[120.007873,29.572162],[120.006427,29.573638],[120.00624,29.579392],[120.008184,29.582575],[120.006458,29.592596],[120.007329,29.596032],[120.011713,29.604829],[120.017156,29.609568],[120.019239,29.617879],[120.020996,29.619171],[120.028087,29.619274],[120.033436,29.617395],[120.035084,29.617441],[120.040215,29.619839],[120.042952,29.622871],[120.045984,29.628335],[120.0446,29.631597],[120.036545,29.635354],[120.03342,29.635585],[120.031725,29.636806],[120.029066,29.641416],[120.024231,29.643721],[120.024728,29.647905],[120.030108,29.649219],[120.03342,29.650694],[120.036701,29.653851],[120.037789,29.661526],[120.037199,29.663991],[120.033233,29.667851],[120.03045,29.668865],[120.029486,29.667828],[120.030761,29.663531],[120.029548,29.66027],[120.029082,29.653275],[120.021696,29.647974],[120.014559,29.64855],[120.01106,29.650094],[120.002602,29.655096],[119.997859,29.655176],[119.99108,29.654347],[119.988841,29.661168],[119.984393,29.665489],[119.979029,29.668266],[119.973105,29.674822],[119.973167,29.673094],[119.970772,29.670755],[119.966823,29.670951],[119.959079,29.672829],[119.948864,29.668013],[119.94566,29.667367],[119.940716,29.667506],[119.936175,29.666526],[119.924809,29.669891],[119.922803,29.668485],[119.921264,29.664026],[119.918247,29.664383],[119.914531,29.66625],[119.911701,29.666492],[119.908591,29.663081],[119.902356,29.661399],[119.895716,29.66065],[119.887164,29.662044],[119.88351,29.663438],[119.879281,29.667932],[119.875813,29.668981],[119.873061,29.668669],[119.869998,29.669948],[119.86339,29.669487],[119.859549,29.671342],[119.856532,29.671031],[119.852521,29.668877],[119.842165,29.675548],[119.837656,29.676446],[119.835448,29.678129],[119.836909,29.680755],[119.835354,29.682253],[119.82447,29.671861],[119.821733,29.671193],[119.817613,29.673059],[119.81413,29.671366],[119.810693,29.667494],[119.809962,29.665201],[119.805329,29.664959],[119.802483,29.663254],[119.799187,29.660074],[119.798254,29.656939],[119.796357,29.655683],[119.7932,29.65611],[119.791179,29.654969],[119.788163,29.645208],[119.781057,29.638616],[119.777511,29.628646],[119.776516,29.626848],[119.776205,29.620243],[119.779813,29.61328],[119.780077,29.609464],[119.779315,29.603999],[119.773982,29.598914],[119.76728,29.597658],[119.764963,29.594683],[119.766456,29.592504],[119.766829,29.589344],[119.765243,29.58758],[119.765616,29.584709],[119.768415,29.58246],[119.769177,29.579542],[119.766176,29.570904],[119.761636,29.566522],[119.764823,29.563119],[119.765523,29.560017],[119.764186,29.557329],[119.758837,29.556026],[119.756411,29.553719],[119.750673,29.550719],[119.748232,29.550466],[119.741095,29.551908],[119.730397,29.548205],[119.724815,29.545125],[119.722623,29.542771],[119.724753,29.538191],[119.731874,29.532965],[119.7343,29.528384],[119.744034,29.520792],[119.745604,29.51838],[119.744936,29.51643],[119.740349,29.513349],[119.735404,29.510926],[119.726883,29.511561],[119.727521,29.509437],[119.725546,29.506921],[119.718844,29.505283],[119.717849,29.502651],[119.718331,29.496685],[119.719559,29.491156],[119.718735,29.488536],[119.716667,29.486331],[119.71264,29.484138],[119.706794,29.472375],[119.708457,29.467723],[119.70712,29.464224],[119.709515,29.45889],[119.713433,29.456189]]]]}},{"type":"Feature","properties":{"adcode":330727,"name":"磐安县","center":[120.44513,29.052627],"centroid":[120.559672,29.037893],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":4,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.307941,28.933833],[120.308237,28.931779],[120.306526,28.926858],[120.314285,28.919105],[120.31385,28.913406],[120.310134,28.909761],[120.30791,28.906314],[120.30833,28.901949],[120.308097,28.8959],[120.304303,28.893729],[120.303432,28.892046],[120.312435,28.887437],[120.316571,28.886276],[120.318157,28.880737],[120.316353,28.876581],[120.322215,28.872447],[120.327284,28.870101],[120.331389,28.868917],[120.335665,28.86505],[120.33593,28.862309],[120.338293,28.860253],[120.347265,28.858256],[120.348478,28.851009],[120.351899,28.849998],[120.355693,28.84584],[120.357885,28.841879],[120.357932,28.83937],[120.364867,28.838999],[120.368443,28.838035],[120.373885,28.83383],[120.376389,28.832958],[120.381302,28.833992],[120.384272,28.830995],[120.388455,28.829462],[120.390756,28.83074],[120.392855,28.834561],[120.394255,28.842205],[120.392389,28.844237],[120.392964,28.847141],[120.396416,28.849162],[120.399044,28.854226],[120.402232,28.855852],[120.404782,28.853285],[120.404704,28.848686],[120.406896,28.84519],[120.41139,28.845875],[120.415573,28.848001],[120.418092,28.851648],[120.422523,28.846851],[120.424716,28.836745],[120.426706,28.831994],[120.430174,28.832819],[120.433594,28.836954],[120.436906,28.838197],[120.441773,28.841415],[120.449361,28.842449],[120.463449,28.839428],[120.467212,28.841763],[120.46942,28.841484],[120.473898,28.839196],[120.476697,28.833992],[120.476541,28.82995],[120.481128,28.828184],[120.484565,28.832854],[120.482434,28.836397],[120.484471,28.838511],[120.487643,28.840102],[120.485871,28.844435],[120.486788,28.846014],[120.493443,28.847896],[120.496693,28.847199],[120.498466,28.849197],[120.495853,28.853041],[120.501731,28.856189],[120.502229,28.857211],[120.494952,28.866002],[120.494905,28.868591],[120.497859,28.871216],[120.504592,28.87218],[120.509988,28.874874],[120.511605,28.880865],[120.510501,28.883733],[120.513626,28.887924],[120.514699,28.890722],[120.520172,28.887692],[120.517747,28.884476],[120.518275,28.883106],[120.522925,28.879449],[120.525475,28.878647],[120.532565,28.879878],[120.536281,28.877382],[120.534291,28.875361],[120.531679,28.874386],[120.531228,28.871936],[120.533576,28.866304],[120.53751,28.864933],[120.542765,28.867047],[120.545409,28.866722],[120.553432,28.861844],[120.563259,28.861705],[120.568282,28.864063],[120.571951,28.867895],[120.579959,28.869346],[120.582105,28.870856],[120.586878,28.875837],[120.58736,28.877916],[120.59005,28.881109],[120.594529,28.883675],[120.599209,28.885312],[120.60448,28.890699],[120.606424,28.890397],[120.612472,28.892336],[120.619065,28.895622],[120.624741,28.896005],[120.630276,28.897027],[120.636885,28.898861],[120.642436,28.899395],[120.646976,28.900486],[120.651703,28.905652],[120.657052,28.908287],[120.659462,28.913441],[120.663785,28.916493],[120.664935,28.923771],[120.663925,28.926626],[120.662276,28.927682],[120.660146,28.93157],[120.659618,28.93714],[120.661048,28.941144],[120.664018,28.946482],[120.669103,28.949046],[120.672352,28.956066],[120.673425,28.959907],[120.672819,28.970511],[120.673332,28.973156],[120.677686,28.977297],[120.686782,28.97826],[120.692893,28.980626],[120.696671,28.980023],[120.696842,28.977401],[120.698864,28.972993],[120.70314,28.973666],[120.714708,28.973109],[120.717305,28.973759],[120.719078,28.976671],[120.719047,28.979431],[120.726666,28.981264],[120.728951,28.983804],[120.728563,28.987168],[120.724473,28.992411],[120.722996,28.992295],[120.722017,28.995229],[120.725748,28.995624],[120.729527,28.997132],[120.728081,29.003267],[120.728267,29.009819],[120.72651,29.013344],[120.72522,29.013518],[120.721861,29.010654],[120.720291,29.011593],[120.721721,29.018284],[120.724738,29.022841],[120.724131,29.024186],[120.720166,29.025079],[120.717103,29.027502],[120.716046,29.03323],[120.713573,29.035271],[120.710324,29.034818],[120.708489,29.032685],[120.707478,29.024986],[120.70429,29.022064],[120.70174,29.022725],[120.696531,29.02872],[120.695132,29.031062],[120.693157,29.040012],[120.693857,29.041253],[120.698195,29.040696],[120.700714,29.044348],[120.697666,29.045589],[120.693701,29.048811],[120.691602,29.052103],[120.698693,29.056323],[120.702036,29.059823],[120.702051,29.06417],[120.70513,29.070255],[120.704866,29.075887],[120.700885,29.080755],[120.697915,29.082342],[120.69437,29.086931],[120.695365,29.091485],[120.701212,29.097441],[120.709857,29.098426],[120.714429,29.104196],[120.719513,29.109352],[120.720399,29.112329],[120.723618,29.119129],[120.725297,29.119604],[120.729667,29.11548],[120.732497,29.114113],[120.736617,29.113325],[120.739851,29.113569],[120.744376,29.11592],[120.746164,29.118851],[120.746849,29.122906],[120.745263,29.123821],[120.73982,29.12389],[120.738359,29.124516],[120.734409,29.131269],[120.732528,29.132694],[120.726432,29.134002],[120.722156,29.13025],[120.720306,29.130887],[120.718736,29.135659],[120.712485,29.143546],[120.712314,29.145469],[120.71404,29.14987],[120.720026,29.150877],[120.723618,29.15713],[120.731113,29.164507],[120.738794,29.167888],[120.741733,29.169694],[120.744594,29.172728],[120.752944,29.178829],[120.755105,29.181619],[120.757189,29.186331],[120.759879,29.189006],[120.766705,29.192293],[120.775708,29.197456],[120.777885,29.200454],[120.773189,29.205709],[120.773484,29.207133],[120.776967,29.209853],[120.776423,29.213232],[120.777652,29.215234],[120.783,29.219077],[120.783078,29.221206],[120.776548,29.225095],[120.773173,29.231841],[120.775848,29.237928],[120.776563,29.242105],[120.776034,29.245842],[120.77238,29.262872],[120.772287,29.266828],[120.774822,29.271108],[120.775723,29.275688],[120.774791,29.277076],[120.762833,29.279505],[120.758837,29.281356],[120.757158,29.2836],[120.756769,29.286294],[120.763953,29.293881],[120.766938,29.297616],[120.772225,29.301999],[120.773002,29.304647],[120.765414,29.311111],[120.761434,29.3134],[120.756707,29.313863],[120.754561,29.315528],[120.749912,29.315921],[120.742402,29.310729],[120.73514,29.309365],[120.72906,29.310163],[120.734689,29.306451],[120.737053,29.300542],[120.731906,29.291476],[120.728905,29.283507],[120.722436,29.278048],[120.720275,29.274948],[120.71886,29.269673],[120.719249,29.265717],[120.717119,29.262467],[120.709717,29.259008],[120.706949,29.2591],[120.701818,29.263068],[120.696469,29.264977],[120.695925,29.262374],[120.693748,29.261426],[120.690312,29.262201],[120.689348,29.260604],[120.68658,29.264653],[120.68927,29.266435],[120.687342,29.269789],[120.681713,29.270391],[120.677437,29.274127],[120.672352,29.276197],[120.668496,29.276521],[120.664951,29.275931],[120.657332,29.271432],[120.65276,29.268181],[120.650444,29.26574],[120.644364,29.261148],[120.64455,29.259066],[120.640041,29.254588],[120.636496,29.250123],[120.632951,29.246895],[120.633231,29.242984],[120.630649,29.238541],[120.626482,29.235961],[120.619703,29.236123],[120.616142,29.235579],[120.605973,29.23051],[120.601946,29.229527],[120.601028,29.228254],[120.602505,29.223104],[120.600468,29.21594],[120.593658,29.207017],[120.587252,29.201496],[120.579057,29.197502],[120.569168,29.193393],[120.56301,29.19124],[120.55945,29.186713],[120.559403,29.182071],[120.554785,29.176051],[120.553214,29.170759],[120.551768,29.168258],[120.54205,29.158798],[120.537681,29.156447],[120.530264,29.155509],[120.521992,29.155579],[120.51571,29.160871],[120.511247,29.161959],[120.506598,29.161867],[120.500223,29.157107],[120.49066,29.152093],[120.478656,29.151329],[120.475437,29.1487],[120.473198,29.145781],[120.471037,29.140222],[120.471721,29.136122],[120.47354,29.132497],[120.477054,29.130574],[120.48996,29.129149],[120.492992,29.127458],[120.49803,29.116395],[120.49817,29.108738],[120.494889,29.104578],[120.49136,29.095738],[120.490784,29.089724],[120.493925,29.087766],[120.492075,29.077799],[120.496024,29.07219],[120.494718,29.068597],[120.49307,29.067137],[120.486866,29.067995],[120.483741,29.069119],[120.483787,29.07525],[120.480242,29.078031],[120.479636,29.085089],[120.473447,29.085042],[120.465159,29.089376],[120.46177,29.089782],[120.454353,29.088461],[120.453109,29.087476],[120.451429,29.080905],[120.448319,29.078298],[120.443872,29.077846],[120.437342,29.078333],[120.42823,29.076131],[120.422508,29.073697],[120.417034,29.072086],[120.41366,29.069548],[120.410504,29.063011],[120.408949,29.060948],[120.406539,29.049414],[120.407658,29.047722],[120.412199,29.04385],[120.411686,29.03956],[120.406383,29.034413],[120.404595,29.0317],[120.404859,29.030088],[120.408856,29.027468],[120.406368,29.021635],[120.403367,29.01796],[120.397645,29.014075],[120.395048,29.011605],[120.394224,29.008451],[120.394752,29.00518],[120.393664,29.001968],[120.390321,29.000912],[120.386092,28.997306],[120.380634,28.996494],[120.377135,28.994139],[120.374585,28.995427],[120.371211,28.993084],[120.370884,28.98994],[120.373217,28.982888],[120.37684,28.98421],[120.379126,28.981972],[120.377882,28.978596],[120.376047,28.977425],[120.374927,28.974258],[120.370869,28.970696],[120.370107,28.968364],[120.367417,28.968295],[120.364634,28.966148],[120.361477,28.967668],[120.357683,28.971346],[120.35633,28.971705],[120.353112,28.96949],[120.351417,28.969687],[120.349364,28.971961],[120.346099,28.965522],[120.348696,28.962633],[120.347141,28.961148],[120.342336,28.961194],[120.33394,28.957865],[120.328964,28.95544],[120.322418,28.951112],[120.316416,28.946308],[120.315965,28.943917],[120.312451,28.941585],[120.310631,28.939253],[120.307941,28.933833]]]]}},{"type":"Feature","properties":{"adcode":330781,"name":"兰溪市","center":[119.460521,29.210065],"centroid":[119.526736,29.278165],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":5,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.322977,29.088403],[119.32562,29.091775],[119.33027,29.095993],[119.343486,29.106837],[119.348866,29.108958],[119.354915,29.113754],[119.35731,29.12294],[119.360808,29.1263],[119.368458,29.127991],[119.375891,29.127551],[119.381318,29.124968],[119.385671,29.125014],[119.389248,29.128906],[119.391238,29.132983],[119.394643,29.138288],[119.40049,29.146337],[119.4029,29.14621],[119.404408,29.144762],[119.404299,29.137176],[119.406787,29.137153],[119.409773,29.140778],[119.412245,29.140697],[119.412385,29.136168],[119.413753,29.136203],[119.419988,29.140361],[119.424886,29.141149],[119.428805,29.142793],[119.431277,29.142388],[119.439021,29.138392],[119.441353,29.132531],[119.444914,29.129763],[119.446562,29.131246],[119.450076,29.130203],[119.450652,29.12791],[119.448879,29.123844],[119.445925,29.121909],[119.447371,29.114785],[119.449967,29.114507],[119.452922,29.11212],[119.453995,29.113545],[119.451647,29.117635],[119.452129,29.119581],[119.454928,29.11943],[119.456047,29.11592],[119.456171,29.111842],[119.458022,29.109525],[119.460945,29.109201],[119.464863,29.105297],[119.467958,29.099863],[119.473167,29.096572],[119.477521,29.095819],[119.479278,29.096305],[119.490349,29.110707],[119.496195,29.111078],[119.498605,29.109224],[119.500611,29.109502],[119.502446,29.111669],[119.501155,29.115978],[119.500393,29.121261],[119.501715,29.124168],[119.499974,29.13003],[119.504545,29.133551],[119.520219,29.132369],[119.539733,29.131674],[119.541988,29.133365],[119.54502,29.138624],[119.54617,29.138948],[119.546497,29.135647],[119.545268,29.12996],[119.547912,29.129856],[119.551379,29.133493],[119.556433,29.141786],[119.557024,29.143442],[119.555733,29.148387],[119.560693,29.15185],[119.563445,29.15544],[119.564581,29.160547],[119.561937,29.165259],[119.562201,29.167946],[119.565249,29.177394],[119.566446,29.183981],[119.567628,29.185648],[119.573257,29.189689],[119.578217,29.192305],[119.58254,29.197271],[119.589366,29.206299],[119.594933,29.211774],[119.598711,29.221901],[119.599317,29.225453],[119.601074,29.22602],[119.607792,29.223474],[119.623745,29.225303],[119.631069,29.223104],[119.635376,29.223428],[119.642684,29.222317],[119.645763,29.223],[119.655932,29.22727],[119.661623,29.226634],[119.667796,29.230742],[119.676628,29.230765],[119.681479,29.233797],[119.701071,29.237638],[119.708069,29.239374],[119.710059,29.240739],[119.714024,29.246883],[119.719591,29.249047],[119.724115,29.25224],[119.733274,29.253003],[119.742572,29.255364],[119.744734,29.256451],[119.747564,29.261588],[119.748061,29.26537],[119.755012,29.270495],[119.759723,29.272762],[119.768602,29.28235],[119.771167,29.28456],[119.776127,29.28471],[119.780792,29.288804],[119.785706,29.291233],[119.7895,29.294251],[119.799296,29.297512],[119.80253,29.301155],[119.807754,29.302149],[119.813041,29.304462],[119.819712,29.306752],[119.820287,29.315528],[119.821484,29.318557],[119.827129,29.324523],[119.830596,29.325933],[119.838231,29.326326],[119.840781,29.328037],[119.844217,29.332303],[119.848633,29.331297],[119.850468,29.332199],[119.85123,29.337413],[119.855024,29.340187],[119.855708,29.342476],[119.867448,29.342788],[119.872159,29.344013],[119.879545,29.346995],[119.882888,29.357629],[119.884288,29.360888],[119.888019,29.362529],[119.893306,29.361627],[119.896851,29.363846],[119.899106,29.369208],[119.89553,29.370618],[119.894566,29.372282],[119.894084,29.378522],[119.889683,29.382925],[119.890103,29.385501],[119.892529,29.38824],[119.890305,29.394213],[119.890865,29.401433],[119.885345,29.405014],[119.882049,29.409624],[119.878985,29.410167],[119.874849,29.407671],[119.871615,29.404599],[119.868427,29.405373],[119.865069,29.409751],[119.856657,29.410109],[119.849893,29.413597],[119.844342,29.413932],[119.840968,29.416242],[119.839133,29.415688],[119.835588,29.412615],[119.834064,29.408676],[119.829943,29.408422],[119.822915,29.41146],[119.820225,29.409531],[119.818888,29.4029],[119.814239,29.400752],[119.81329,29.39687],[119.814752,29.391012],[119.807941,29.387904],[119.804443,29.389418],[119.802685,29.391382],[119.802312,29.394929],[119.799653,29.396558],[119.795937,29.397159],[119.786234,29.401352],[119.781585,29.400625],[119.775459,29.402011],[119.769923,29.406019],[119.765912,29.407336],[119.761993,29.413262],[119.755618,29.416508],[119.752026,29.416577],[119.749212,29.417744],[119.744531,29.42114],[119.745262,29.423773],[119.748357,29.426915],[119.748496,29.429201],[119.743847,29.437828],[119.741826,29.439676],[119.738623,29.440311],[119.736368,29.445947],[119.733771,29.450207],[119.727769,29.453429],[119.723898,29.453914],[119.713433,29.456189],[119.715812,29.449007],[119.713433,29.445011],[119.710665,29.442263],[119.70953,29.43911],[119.710619,29.436131],[119.709639,29.434179],[119.707276,29.433221],[119.700512,29.433013],[119.697386,29.43411],[119.69367,29.438764],[119.691167,29.438775],[119.689829,29.433336],[119.690327,29.426857],[119.688912,29.421752],[119.683439,29.418622],[119.678992,29.417779],[119.676317,29.419211],[119.673394,29.425021],[119.670051,29.425425],[119.664406,29.424062],[119.660099,29.426892],[119.655497,29.425921],[119.64909,29.428347],[119.646758,29.433232],[119.644472,29.434098],[119.642498,29.432955],[119.638657,29.428266],[119.633603,29.423357],[119.626637,29.420216],[119.624927,29.417767],[119.625627,29.415295],[119.625533,29.410478],[119.61737,29.399735],[119.612161,29.394767],[119.607061,29.393878],[119.605553,29.392734],[119.606237,29.388078],[119.613871,29.383237],[119.617588,29.380359],[119.618567,29.378464],[119.619656,29.372953],[119.619376,29.371057],[119.616282,29.368261],[119.614058,29.368284],[119.608507,29.370248],[119.604589,29.369636],[119.597996,29.372929],[119.592927,29.377702],[119.589459,29.378696],[119.582073,29.379135],[119.578419,29.378129],[119.574594,29.372756],[119.565902,29.371184],[119.560569,29.372086],[119.556775,29.371589],[119.551473,29.367325],[119.545408,29.367359],[119.540915,29.369798],[119.538831,29.371936],[119.536048,29.373149],[119.529844,29.370549],[119.523888,29.365996],[119.52577,29.363476],[119.526594,29.360021],[119.52507,29.355155],[119.522707,29.350012],[119.512086,29.336731],[119.510423,29.333471],[119.501995,29.335875],[119.500036,29.335713],[119.492339,29.331066],[119.485357,29.332546],[119.480211,29.332974],[119.477552,29.335054],[119.477707,29.341597],[119.476028,29.345215],[119.471472,29.349018],[119.469653,29.349665],[119.464552,29.34918],[119.461427,29.350913],[119.459826,29.356658],[119.454834,29.365279],[119.457586,29.370364],[119.453373,29.378823],[119.451833,29.385594],[119.453606,29.389256],[119.451351,29.397286],[119.448879,29.400682],[119.443141,29.404564],[119.440669,29.408746],[119.44168,29.413043],[119.438803,29.415757],[119.439425,29.421429],[119.438974,29.4236],[119.437139,29.424131],[119.427779,29.422156],[119.428556,29.419061],[119.432335,29.415145],[119.426752,29.405546],[119.421248,29.40476],[119.415883,29.402993],[119.410721,29.402554],[119.409213,29.400717],[119.405605,29.399931],[119.40475,29.400682],[119.404906,29.405326],[119.403988,29.407221],[119.399946,29.411241],[119.393524,29.411252],[119.391704,29.416878],[119.389776,29.425829],[119.388548,29.429721],[119.382126,29.431858],[119.378114,29.429802],[119.375285,29.424535],[119.372455,29.421036],[119.370806,29.417709],[119.368303,29.415699],[119.362161,29.416739],[119.360233,29.416289],[119.355568,29.41079],[119.353205,29.409878],[119.346394,29.408723],[119.343906,29.409011],[119.338386,29.411714],[119.334903,29.408157],[119.334048,29.405349],[119.331094,29.400359],[119.327797,29.396928],[119.328637,29.393427],[119.333877,29.390735],[119.336038,29.385848],[119.339117,29.3843],[119.340159,29.382358],[119.339304,29.379146],[119.340206,29.377309],[119.336474,29.37249],[119.335012,29.36699],[119.336707,29.363372],[119.333084,29.355063],[119.333395,29.350821],[119.335961,29.348359],[119.340003,29.348579],[119.34557,29.342268],[119.348447,29.336245],[119.348229,29.333436],[119.344279,29.324384],[119.347094,29.322719],[119.348789,29.319505],[119.34728,29.317158],[119.340532,29.315389],[119.32419,29.307989],[119.323132,29.305006],[119.328637,29.29927],[119.329026,29.29439],[119.328326,29.292782],[119.325776,29.292239],[119.32419,29.295408],[119.322619,29.296171],[119.322604,29.290493],[119.32335,29.288145],[119.322713,29.28493],[119.318297,29.279898],[119.312668,29.278638],[119.30508,29.27932],[119.298643,29.279274],[119.292563,29.281795],[119.288116,29.280997],[119.286017,29.279332],[119.286203,29.27526],[119.2881,29.268841],[119.287167,29.267464],[119.282331,29.264942],[119.282052,29.261264],[119.278646,29.26065],[119.27577,29.258638],[119.273484,29.253767],[119.270654,29.25165],[119.26092,29.247809],[119.256333,29.244893],[119.253503,29.241457],[119.251731,29.236875],[119.249973,29.234236],[119.244936,29.228636],[119.241997,29.227085],[119.234937,29.221935],[119.233491,29.216947],[119.235917,29.213684],[119.234004,29.210813],[119.234533,29.206045],[119.233336,29.195847],[119.228702,29.19477],[119.232154,29.192872],[119.23797,29.191714],[119.242152,29.1897],[119.243832,29.183148],[119.241344,29.17656],[119.244733,29.171975],[119.241468,29.168884],[119.24153,29.165723],[119.245884,29.160327],[119.247315,29.157455],[119.253332,29.154757],[119.253394,29.151989],[119.251746,29.148607],[119.251093,29.14167],[119.252912,29.139724],[119.256706,29.13823],[119.264994,29.136562],[119.267155,29.13391],[119.267917,29.124956],[119.267715,29.119106],[119.275552,29.118759],[119.2837,29.117658],[119.285208,29.114681],[119.286903,29.113708],[119.292532,29.105911],[119.294351,29.104694],[119.297305,29.104671],[119.298238,29.103362],[119.302592,29.100905],[119.300011,29.090697],[119.302032,29.087429],[119.30536,29.085599],[119.312761,29.087105],[119.318374,29.086294],[119.322977,29.088403]]]]}},{"type":"Feature","properties":{"adcode":330782,"name":"义乌市","center":[120.074911,29.306863],"centroid":[120.061011,29.300614],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":6,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.897147,29.050133],[119.896789,29.047953],[119.898671,29.046736],[119.905061,29.04647],[119.907503,29.050991],[119.911297,29.053541],[119.918543,29.05579],[119.928961,29.053726],[119.930795,29.054515],[119.935071,29.059255],[119.93941,29.061353],[119.947106,29.060681],[119.951585,29.057969],[119.955208,29.053831],[119.961909,29.050643],[119.97113,29.043502],[119.978765,29.034227],[119.983087,29.034958],[119.985668,29.039525],[119.990131,29.050179],[119.991919,29.051605],[119.996631,29.052799],[120.000844,29.055639],[120.005354,29.054897],[120.01204,29.057343],[120.020608,29.061562],[120.024868,29.064645],[120.032674,29.061168],[120.035519,29.061643],[120.042672,29.065619],[120.050058,29.068319],[120.056697,29.068783],[120.059325,29.068018],[120.062948,29.070382],[120.058516,29.072909],[120.058019,29.074485],[120.060071,29.077753],[120.062186,29.076641],[120.06357,29.078078],[120.063632,29.080847],[120.065731,29.082458],[120.066058,29.085274],[120.068997,29.087499],[120.072215,29.094185],[120.070925,29.100488],[120.073039,29.101867],[120.074781,29.099225],[120.077067,29.098067],[120.081887,29.098611],[120.086225,29.09707],[120.08722,29.098484],[120.084017,29.104845],[120.084017,29.106108],[120.086645,29.110649],[120.091325,29.112966],[120.092865,29.115955],[120.093082,29.121794],[120.091123,29.129172],[120.089646,29.131616],[120.085277,29.136249],[120.08467,29.137964],[120.084981,29.144403],[120.086085,29.149719],[120.08649,29.155359],[120.087376,29.157628],[120.090859,29.159898],[120.091574,29.162029],[120.08991,29.167043],[120.09414,29.170516],[120.092694,29.17194],[120.091527,29.177718],[120.091901,29.179894],[120.094171,29.181944],[120.104884,29.188184],[120.107823,29.195465],[120.10591,29.199459],[120.105739,29.204216],[120.113079,29.207353],[120.119361,29.212827],[120.122533,29.216959],[120.127928,29.226506],[120.131567,29.228289],[120.136449,29.234491],[120.1325,29.238425],[120.133215,29.239941],[120.135454,29.239929],[120.142404,29.242822],[120.143882,29.242313],[120.14469,29.239733],[120.151143,29.238842],[120.157891,29.245853],[120.161266,29.247369],[120.164438,29.251592],[120.163925,29.254507],[120.158296,29.259517],[120.15573,29.260928],[120.155015,29.262941],[120.156476,29.265926],[120.155046,29.269338],[120.157829,29.272681],[120.155855,29.276567],[120.14738,29.281402],[120.146261,29.283125],[120.148515,29.286861],[120.155124,29.291823],[120.156088,29.294332],[120.157332,29.301386],[120.160924,29.301398],[120.162603,29.303236],[120.165635,29.308671],[120.167703,29.309446],[120.170533,29.306324],[120.175882,29.305295],[120.185134,29.304774],[120.188057,29.305133],[120.191213,29.303421],[120.195427,29.302913],[120.197029,29.306289],[120.196609,29.309897],[120.198677,29.313493],[120.199579,29.311666],[120.202347,29.31362],[120.206498,29.325205],[120.209219,29.326997],[120.217056,29.327875],[120.219637,29.331841],[120.225966,29.336222],[120.230133,29.339667],[120.236446,29.343932],[120.237084,29.355409],[120.236539,29.359351],[120.234502,29.36135],[120.234673,29.364678],[120.238063,29.366527],[120.240007,29.368596],[120.240629,29.372259],[120.242619,29.37442],[120.24548,29.379839],[120.247673,29.385755],[120.248668,29.39092],[120.25002,29.393219],[120.247828,29.397378],[120.248668,29.401179],[120.251731,29.402612],[120.25568,29.402369],[120.26403,29.400833],[120.268664,29.403663],[120.271712,29.408434],[120.276314,29.413736],[120.277993,29.416785],[120.279051,29.426072],[120.279393,29.433579],[120.281414,29.436443],[120.281508,29.440796],[120.271043,29.450485],[120.267233,29.452251],[120.264217,29.455784],[120.261418,29.460761],[120.261822,29.469177],[120.265243,29.476531],[120.26969,29.481044],[120.278631,29.483549],[120.282378,29.486274],[120.282067,29.48924],[120.277123,29.496119],[120.274231,29.498081],[120.268477,29.498635],[120.262382,29.495484],[120.259163,29.495265],[120.254017,29.496615],[120.250938,29.49605],[120.247564,29.498877],[120.24943,29.504786],[120.244236,29.510199],[120.241842,29.511999],[120.239354,29.511007],[120.235249,29.511341],[120.229931,29.512807],[120.227054,29.514457],[120.225499,29.518738],[120.223525,29.522004],[120.218145,29.523931],[120.214133,29.524473],[120.208333,29.52745],[120.207851,29.528938],[120.212065,29.534626],[120.211334,29.537545],[120.206949,29.546117],[120.204181,29.548862],[120.20073,29.549474],[120.194541,29.547582],[120.190545,29.547697],[120.186611,29.549035],[120.186782,29.545482],[120.185476,29.541341],[120.183097,29.537799],[120.180687,29.535953],[120.179225,29.532849],[120.175478,29.5297],[120.171264,29.5216],[120.169522,29.519765],[120.165604,29.518888],[120.161919,29.514872],[120.157441,29.512565],[120.154953,29.512322],[120.150848,29.510303],[120.146556,29.50931],[120.142622,29.509645],[120.138781,29.508468],[120.127399,29.494399],[120.124259,29.494007],[120.11863,29.495784],[120.118303,29.49418],[120.114509,29.490798],[120.106439,29.488848],[120.098074,29.482776],[120.091201,29.481541],[120.088293,29.478713],[120.086287,29.479428],[120.086583,29.476808],[120.08097,29.470078],[120.076973,29.462273],[120.074874,29.459548],[120.072791,29.455115],[120.070178,29.443418],[120.067302,29.435149],[120.064301,29.434144],[120.062031,29.430634],[120.05917,29.428612],[120.054116,29.429663],[120.048487,29.428185],[120.046513,29.428393],[120.044538,29.424524],[120.03978,29.419915],[120.036483,29.412962],[120.033171,29.410467],[120.026905,29.407082],[120.023282,29.40223],[120.019177,29.398591],[120.015943,29.393924],[120.009816,29.387096],[120.001513,29.381758],[119.998994,29.377875],[119.999072,29.372537],[119.997206,29.369798],[119.994049,29.367799],[119.989649,29.366909],[119.986446,29.368931],[119.981641,29.367221],[119.979635,29.362251],[119.978298,29.350729],[119.975639,29.347018],[119.973618,29.347145],[119.970228,29.350301],[119.971721,29.356496],[119.975017,29.358935],[119.974395,29.360714],[119.969342,29.36172],[119.965688,29.364147],[119.958955,29.365892],[119.957664,29.36744],[119.954648,29.375888],[119.94919,29.379631],[119.946578,29.382913],[119.944028,29.383445],[119.939503,29.38215],[119.934854,29.381665],[119.932941,29.379724],[119.928494,29.371496],[119.924731,29.369393],[119.921264,29.368746],[119.918294,29.370572],[119.915635,29.375194],[119.915542,29.383964],[119.913645,29.386807],[119.911452,29.388043],[119.908109,29.387627],[119.906694,29.385767],[119.904735,29.37858],[119.904579,29.374513],[119.902418,29.371161],[119.899106,29.369208],[119.896851,29.363846],[119.893306,29.361627],[119.888019,29.362529],[119.884288,29.360888],[119.882888,29.357629],[119.879545,29.346995],[119.872159,29.344013],[119.867448,29.342788],[119.855708,29.342476],[119.855024,29.340187],[119.85123,29.337413],[119.850468,29.332199],[119.848633,29.331297],[119.844217,29.332303],[119.840781,29.328037],[119.838231,29.326326],[119.830596,29.325933],[119.827129,29.324523],[119.821484,29.318557],[119.820287,29.315528],[119.819712,29.306752],[119.840252,29.298576],[119.841605,29.295928],[119.845446,29.295327],[119.854387,29.286884],[119.859114,29.284849],[119.866375,29.285936],[119.870122,29.282975],[119.870698,29.280165],[119.87359,29.274809],[119.876902,29.272438],[119.881598,29.272288],[119.884739,29.273595],[119.890227,29.273178],[119.888937,29.272045],[119.889637,29.26935],[119.891378,29.267996],[119.892078,29.263068],[119.895079,29.263311],[119.895732,29.265104],[119.898204,29.263901],[119.901781,29.259424],[119.904844,29.257712],[119.905217,29.251962],[119.908576,29.252032],[119.909835,29.250019],[119.912541,29.250875],[119.913209,29.248191],[119.915635,29.248167],[119.912929,29.244025],[119.913971,29.239258],[119.916164,29.236828],[119.915635,29.235],[119.912338,29.233218],[119.913707,29.227259],[119.912447,29.223486],[119.911266,29.22521],[119.910146,29.223775],[119.911763,29.219655],[119.910037,29.219135],[119.913582,29.216114],[119.914173,29.212816],[119.91565,29.210512],[119.91366,29.208024],[119.911794,29.203417],[119.911934,29.199979],[119.915044,29.199077],[119.91506,29.197224],[119.917765,29.197745],[119.918869,29.195465],[119.920517,29.195106],[119.923487,29.196993],[119.923674,29.198417],[119.926146,29.199551],[119.929629,29.192143],[119.926861,29.187883],[119.926986,29.183993],[119.931091,29.180543],[119.932957,29.176085],[119.93871,29.172079],[119.939239,29.163233],[119.938757,29.160257],[119.939705,29.15119],[119.941866,29.148642],[119.946795,29.147078],[119.948615,29.145446],[119.949003,29.142122],[119.948428,29.137257],[119.94706,29.134118],[119.944261,29.13113],[119.943561,29.128906],[119.943732,29.121342],[119.943141,29.118249],[119.940032,29.11577],[119.933299,29.113789],[119.921792,29.1119],[119.918978,29.110707],[119.917718,29.108251],[119.918185,29.101543],[119.915417,29.097951],[119.916521,29.096514],[119.92243,29.094417],[119.921108,29.091497],[119.918294,29.089226],[119.916614,29.083895],[119.912432,29.08393],[119.90814,29.08298],[119.906414,29.080233],[119.906507,29.075702],[119.909617,29.072295],[119.914173,29.071993],[119.916055,29.070139],[119.911841,29.065468],[119.902356,29.059452],[119.900505,29.057563],[119.901532,29.054468],[119.901065,29.052637],[119.897147,29.050133]]]]}},{"type":"Feature","properties":{"adcode":330783,"name":"东阳市","center":[120.23334,29.262546],"centroid":[120.375678,29.232405],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":7,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.077067,29.098067],[120.078824,29.096363],[120.081109,29.097823],[120.084484,29.093617],[120.088324,29.094591],[120.090657,29.092459],[120.093347,29.093107],[120.094933,29.091114],[120.100235,29.08955],[120.104791,29.092065],[120.10661,29.096804],[120.109565,29.099422],[120.114167,29.101624],[120.116981,29.095599],[120.12233,29.0905],[120.125969,29.0878],[120.129701,29.086746],[120.139668,29.095042],[120.141767,29.09568],[120.144504,29.094602],[120.149277,29.094452],[120.153398,29.091532],[120.159415,29.091543],[120.163785,29.088287],[120.16775,29.088171],[120.172492,29.093049],[120.173705,29.093571],[120.1754,29.091427],[120.174203,29.089353],[120.168356,29.085181],[120.15772,29.076733],[120.157549,29.074844],[120.164158,29.077533],[120.167376,29.074705],[120.171559,29.073465],[120.170564,29.070579],[120.173223,29.068725],[120.180655,29.066685],[120.184496,29.066697],[120.191416,29.062002],[120.197791,29.060612],[120.203637,29.062686],[120.206871,29.065677],[120.21009,29.066615],[120.215579,29.065642],[120.220073,29.06636],[120.228096,29.062756],[120.235498,29.061006],[120.238887,29.054572],[120.242153,29.053309],[120.240038,29.048313],[120.241671,29.039096],[120.243754,29.033474],[120.246071,29.031375],[120.257515,29.026726],[120.261574,29.025902],[120.266814,29.026934],[120.274837,29.025485],[120.276734,29.023954],[120.278118,29.018041],[120.280248,29.015084],[120.285768,29.009947],[120.287789,29.008868],[120.290464,29.009123],[120.295409,29.011014],[120.299374,29.010828],[120.306946,29.008926],[120.309247,29.01048],[120.312062,29.009634],[120.319681,29.009796],[120.322184,29.006711],[120.322122,29.003023],[120.318484,28.997201],[120.316245,28.996807],[120.313788,28.994452],[120.317768,28.988398],[120.321889,28.986878],[120.322169,28.98486],[120.325636,28.984245],[120.326429,28.981438],[120.322713,28.979014],[120.321593,28.974756],[120.322464,28.971404],[120.324486,28.968921],[120.328902,28.96681],[120.330612,28.967274],[120.339584,28.974211],[120.340937,28.977726],[120.343129,28.978689],[120.345415,28.982123],[120.347467,28.982552],[120.348525,28.979884],[120.349364,28.971961],[120.351417,28.969687],[120.353112,28.96949],[120.35633,28.971705],[120.357683,28.971346],[120.361477,28.967668],[120.364634,28.966148],[120.367417,28.968295],[120.370107,28.968364],[120.370869,28.970696],[120.374927,28.974258],[120.376047,28.977425],[120.377882,28.978596],[120.379126,28.981972],[120.37684,28.98421],[120.373217,28.982888],[120.370884,28.98994],[120.371211,28.993084],[120.374585,28.995427],[120.377135,28.994139],[120.380634,28.996494],[120.386092,28.997306],[120.390321,29.000912],[120.393664,29.001968],[120.394752,29.00518],[120.394224,29.008451],[120.395048,29.011605],[120.397645,29.014075],[120.403367,29.01796],[120.406368,29.021635],[120.408856,29.027468],[120.404859,29.030088],[120.404595,29.0317],[120.406383,29.034413],[120.411686,29.03956],[120.412199,29.04385],[120.407658,29.047722],[120.406539,29.049414],[120.408949,29.060948],[120.410504,29.063011],[120.41366,29.069548],[120.417034,29.072086],[120.422508,29.073697],[120.42823,29.076131],[120.437342,29.078333],[120.443872,29.077846],[120.448319,29.078298],[120.451429,29.080905],[120.453109,29.087476],[120.454353,29.088461],[120.46177,29.089782],[120.465159,29.089376],[120.473447,29.085042],[120.479636,29.085089],[120.480242,29.078031],[120.483787,29.07525],[120.483741,29.069119],[120.486866,29.067995],[120.49307,29.067137],[120.494718,29.068597],[120.496024,29.07219],[120.492075,29.077799],[120.493925,29.087766],[120.490784,29.089724],[120.49136,29.095738],[120.494889,29.104578],[120.49817,29.108738],[120.49803,29.116395],[120.492992,29.127458],[120.48996,29.129149],[120.477054,29.130574],[120.47354,29.132497],[120.471721,29.136122],[120.471037,29.140222],[120.473198,29.145781],[120.475437,29.1487],[120.478656,29.151329],[120.49066,29.152093],[120.500223,29.157107],[120.506598,29.161867],[120.511247,29.161959],[120.51571,29.160871],[120.521992,29.155579],[120.530264,29.155509],[120.537681,29.156447],[120.54205,29.158798],[120.551768,29.168258],[120.553214,29.170759],[120.554785,29.176051],[120.559403,29.182071],[120.55945,29.186713],[120.56301,29.19124],[120.569168,29.193393],[120.579057,29.197502],[120.587252,29.201496],[120.593658,29.207017],[120.600468,29.21594],[120.602505,29.223104],[120.601028,29.228254],[120.601946,29.229527],[120.605973,29.23051],[120.616142,29.235579],[120.619703,29.236123],[120.626482,29.235961],[120.630649,29.238541],[120.633231,29.242984],[120.632951,29.246895],[120.636496,29.250123],[120.640041,29.254588],[120.64455,29.259066],[120.644364,29.261148],[120.650444,29.26574],[120.65276,29.268181],[120.657332,29.271432],[120.664951,29.275931],[120.668496,29.276521],[120.672352,29.276197],[120.677437,29.274127],[120.681713,29.270391],[120.687342,29.269789],[120.68927,29.266435],[120.68658,29.264653],[120.689348,29.260604],[120.690312,29.262201],[120.693748,29.261426],[120.695925,29.262374],[120.696469,29.264977],[120.701818,29.263068],[120.706949,29.2591],[120.709717,29.259008],[120.717119,29.262467],[120.719249,29.265717],[120.71886,29.269673],[120.720275,29.274948],[120.722436,29.278048],[120.728905,29.283507],[120.731906,29.291476],[120.737053,29.300542],[120.734689,29.306451],[120.72906,29.310163],[120.725935,29.310244],[120.722965,29.308128],[120.720431,29.303202],[120.717227,29.301618],[120.711505,29.302115],[120.708613,29.305098],[120.706312,29.310625],[120.703529,29.315007],[120.699859,29.318858],[120.69975,29.321621],[120.701787,29.324083],[120.705908,29.332823],[120.707851,29.341308],[120.707462,29.346914],[120.704679,29.347585],[120.697418,29.34184],[120.694215,29.341424],[120.687948,29.341863],[120.684916,29.338939],[120.67935,29.334673],[120.673596,29.328188],[120.670207,29.325529],[120.660286,29.33043],[120.653662,29.334303],[120.650381,29.334002],[120.645748,29.328419],[120.643851,29.328188],[120.641223,29.330766],[120.631474,29.332858],[120.624088,29.336338],[120.621444,29.336442],[120.616142,29.335286],[120.61255,29.333621],[120.60731,29.335158],[120.600982,29.334164],[120.59697,29.341424],[120.593036,29.346625],[120.590999,29.348475],[120.58621,29.348983],[120.583629,29.347088],[120.579135,29.340094],[120.573973,29.339967],[120.571531,29.342649],[120.572573,29.347018],[120.575077,29.349781],[120.578497,29.356427],[120.577067,29.358692],[120.570583,29.363396],[120.566696,29.367302],[120.563617,29.367417],[120.559201,29.366238],[120.55648,29.367487],[120.553774,29.371473],[120.559372,29.377448],[120.559481,29.379608],[120.552779,29.387408],[120.550509,29.390943],[120.548534,29.391417],[120.542392,29.389845],[120.53779,29.391925],[120.530808,29.399215],[120.524122,29.401133],[120.522785,29.403166],[120.519177,29.411195],[120.513875,29.415561],[120.511154,29.41943],[120.511682,29.426765],[120.511076,29.431373],[120.511838,29.4403],[120.514792,29.450311],[120.515896,29.451755],[120.520001,29.454006],[120.522178,29.457008],[120.520235,29.458625],[120.516969,29.466083],[120.515243,29.468554],[120.512647,29.469223],[120.506256,29.468623],[120.503239,29.469443],[120.497766,29.46651],[120.496444,29.466787],[120.497735,29.471024],[120.497766,29.474349],[120.493848,29.477962],[120.481999,29.484854],[120.474862,29.492876],[120.469902,29.495207],[120.469233,29.490925],[120.46404,29.48924],[120.461443,29.484946],[120.453264,29.482799],[120.445039,29.479625],[120.440794,29.479625],[120.437326,29.47862],[120.433112,29.479648],[120.427779,29.477224],[120.425415,29.474592],[120.422725,29.469235],[120.417206,29.460518],[120.412992,29.451974],[120.410395,29.450646],[120.402325,29.453025],[120.39878,29.455565],[120.3927,29.455276],[120.387849,29.456593],[120.383992,29.456154],[120.379545,29.452621],[120.376187,29.449145],[120.370807,29.447944],[120.367324,29.445554],[120.364432,29.433879],[120.366111,29.431604],[120.369983,29.428647],[120.373668,29.417536],[120.372828,29.414914],[120.367448,29.415572],[120.363032,29.415307],[120.357434,29.413389],[120.343673,29.410224],[120.340703,29.40625],[120.334064,29.403212],[120.333442,29.401168],[120.333286,29.395149],[120.330441,29.389118],[120.327269,29.384519],[120.325325,29.380637],[120.317271,29.379701],[120.312575,29.374859],[120.308423,29.366377],[120.306604,29.365164],[120.30068,29.3635],[120.29631,29.361477],[120.299032,29.356646],[120.2953,29.354808],[120.292112,29.354577],[120.28992,29.355583],[120.287836,29.359339],[120.283731,29.361916],[120.278289,29.363453],[120.274697,29.366065],[120.271509,29.369324],[120.26672,29.376558],[120.26599,29.383202],[120.261356,29.390342],[120.261325,29.39464],[120.26403,29.400833],[120.25568,29.402369],[120.251731,29.402612],[120.248668,29.401179],[120.247828,29.397378],[120.25002,29.393219],[120.248668,29.39092],[120.247673,29.385755],[120.24548,29.379839],[120.242619,29.37442],[120.240629,29.372259],[120.240007,29.368596],[120.238063,29.366527],[120.234673,29.364678],[120.234502,29.36135],[120.236539,29.359351],[120.237084,29.355409],[120.236446,29.343932],[120.230133,29.339667],[120.225966,29.336222],[120.219637,29.331841],[120.217056,29.327875],[120.209219,29.326997],[120.206498,29.325205],[120.202347,29.31362],[120.199579,29.311666],[120.198677,29.313493],[120.196609,29.309897],[120.197029,29.306289],[120.195427,29.302913],[120.191213,29.303421],[120.188057,29.305133],[120.185134,29.304774],[120.175882,29.305295],[120.170533,29.306324],[120.167703,29.309446],[120.165635,29.308671],[120.162603,29.303236],[120.160924,29.301398],[120.157332,29.301386],[120.156088,29.294332],[120.155124,29.291823],[120.148515,29.286861],[120.146261,29.283125],[120.14738,29.281402],[120.155855,29.276567],[120.157829,29.272681],[120.155046,29.269338],[120.156476,29.265926],[120.155015,29.262941],[120.15573,29.260928],[120.158296,29.259517],[120.163925,29.254507],[120.164438,29.251592],[120.161266,29.247369],[120.157891,29.245853],[120.151143,29.238842],[120.14469,29.239733],[120.143882,29.242313],[120.142404,29.242822],[120.135454,29.239929],[120.133215,29.239941],[120.1325,29.238425],[120.136449,29.234491],[120.131567,29.228289],[120.127928,29.226506],[120.122533,29.216959],[120.119361,29.212827],[120.113079,29.207353],[120.105739,29.204216],[120.10591,29.199459],[120.107823,29.195465],[120.104884,29.188184],[120.094171,29.181944],[120.091901,29.179894],[120.091527,29.177718],[120.092694,29.17194],[120.09414,29.170516],[120.08991,29.167043],[120.091574,29.162029],[120.090859,29.159898],[120.087376,29.157628],[120.08649,29.155359],[120.086085,29.149719],[120.084981,29.144403],[120.08467,29.137964],[120.085277,29.136249],[120.089646,29.131616],[120.091123,29.129172],[120.093082,29.121794],[120.092865,29.115955],[120.091325,29.112966],[120.086645,29.110649],[120.084017,29.106108],[120.084017,29.104845],[120.08722,29.098484],[120.086225,29.09707],[120.081887,29.098611],[120.077067,29.098067]]]]}},{"type":"Feature","properties":{"adcode":330784,"name":"永康市","center":[120.036328,28.895293],"centroid":[120.102417,28.934317],"childrenNum":0,"level":"district","parent":{"adcode":330700},"subFeatureIndex":8,"acroutes":[100000,330000,330700]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.077067,29.098067],[120.074781,29.099225],[120.073039,29.101867],[120.070925,29.100488],[120.072215,29.094185],[120.068997,29.087499],[120.066058,29.085274],[120.065731,29.082458],[120.063632,29.080847],[120.06357,29.078078],[120.062186,29.076641],[120.060071,29.077753],[120.058019,29.074485],[120.058516,29.072909],[120.062948,29.070382],[120.059325,29.068018],[120.056697,29.068783],[120.050058,29.068319],[120.042672,29.065619],[120.035519,29.061643],[120.032674,29.061168],[120.024868,29.064645],[120.020608,29.061562],[120.01204,29.057343],[120.005354,29.054897],[120.000844,29.055639],[119.996631,29.052799],[119.991919,29.051605],[119.990131,29.050179],[119.985668,29.039525],[119.983087,29.034958],[119.978765,29.034227],[119.97113,29.043502],[119.961909,29.050643],[119.955208,29.053831],[119.951585,29.057969],[119.947106,29.060681],[119.93941,29.061353],[119.935071,29.059255],[119.930795,29.054515],[119.928961,29.053726],[119.918543,29.05579],[119.911297,29.053541],[119.907503,29.050991],[119.905061,29.04647],[119.909819,29.047872],[119.914049,29.046817],[119.918698,29.041519],[119.911063,29.031352],[119.908902,29.029474],[119.904066,29.027039],[119.900148,29.026842],[119.896012,29.023595],[119.895872,29.021821],[119.897333,29.014179],[119.895607,29.011106],[119.897085,29.008915],[119.898624,28.996969],[119.895359,28.992527],[119.899324,28.990277],[119.901501,28.99291],[119.907658,28.994789],[119.909166,28.993698],[119.910379,28.995995],[119.906818,28.996958],[119.909711,28.998744],[119.916164,28.999625],[119.922041,29.000959],[119.926193,28.999161],[119.929707,28.994],[119.930173,28.991993],[119.928961,28.988027],[119.931448,28.9845],[119.933967,28.982877],[119.941307,28.982134],[119.942706,28.980731],[119.942768,28.978097],[119.940094,28.970673],[119.936782,28.967413],[119.931433,28.967668],[119.927048,28.962912],[119.925322,28.954871],[119.923285,28.952098],[119.919569,28.949789],[119.916381,28.948988],[119.910317,28.946087],[119.903849,28.947584],[119.901703,28.945739],[119.902838,28.942421],[119.90671,28.938521],[119.910923,28.931466],[119.918838,28.928355],[119.922352,28.92615],[119.921373,28.919279],[119.918947,28.912675],[119.919429,28.910609],[119.923472,28.907068],[119.924933,28.903574],[119.924467,28.897189],[119.927996,28.89626],[119.93759,28.895866],[119.940032,28.893729],[119.93955,28.890293],[119.940529,28.887959],[119.944463,28.883013],[119.950387,28.877823],[119.951989,28.875675],[119.958706,28.870264],[119.961163,28.870705],[119.966885,28.868615],[119.969171,28.864155],[119.971472,28.855933],[119.973447,28.851136],[119.973089,28.849139],[119.970741,28.845863],[119.967834,28.843877],[119.965455,28.839196],[119.968129,28.833318],[119.974908,28.823351],[119.974566,28.818832],[119.971892,28.815881],[119.969373,28.811152],[119.959966,28.807887],[119.957213,28.807515],[119.94608,28.808619],[119.940187,28.806458],[119.931153,28.804064],[119.929163,28.80188],[119.932319,28.795837],[119.936253,28.79335],[119.941618,28.793071],[119.946624,28.790224],[119.948692,28.787156],[119.95258,28.787191],[119.958426,28.789039],[119.963324,28.786982],[119.9676,28.787807],[119.970524,28.791154],[119.971628,28.794257],[119.973431,28.795128],[119.977707,28.795082],[119.982419,28.796651],[119.982621,28.793606],[119.984456,28.791154],[119.99223,28.789236],[119.996584,28.785494],[120.003892,28.782217],[120.005323,28.780904],[120.009443,28.781589],[120.011247,28.777835],[120.010158,28.774953],[120.010687,28.772233],[120.016363,28.769839],[120.021369,28.76584],[120.025677,28.764155],[120.028957,28.758063],[120.037276,28.761039],[120.049187,28.763143],[120.058656,28.769792],[120.069043,28.778277],[120.072604,28.779707],[120.075776,28.782624],[120.083955,28.78704],[120.088278,28.787377],[120.09075,28.786122],[120.088635,28.7788],[120.091901,28.775174],[120.092181,28.773581],[120.097032,28.768572],[120.100095,28.768641],[120.105382,28.767619],[120.107761,28.768362],[120.109876,28.767235],[120.109658,28.763643],[120.111322,28.762306],[120.117868,28.762748],[120.120185,28.760505],[120.125984,28.759354],[120.131411,28.759726],[120.136138,28.764375],[120.138626,28.76906],[120.141129,28.776045],[120.137538,28.779509],[120.138066,28.782031],[120.145576,28.783995],[120.153336,28.780137],[120.158762,28.779509],[120.164407,28.776545],[120.16534,28.774337],[120.175493,28.773686],[120.178432,28.775243],[120.18036,28.779799],[120.182366,28.781427],[120.181899,28.783112],[120.183579,28.785157],[120.190296,28.785308],[120.195038,28.783937],[120.198832,28.783972],[120.202269,28.785796],[120.206249,28.78912],[120.209375,28.793687],[120.209359,28.795849],[120.20611,28.797615],[120.200341,28.801822],[120.200092,28.804587],[120.20188,28.810025],[120.206218,28.816055],[120.21278,28.822538],[120.215128,28.825872],[120.216496,28.83261],[120.217896,28.83376],[120.227536,28.8375],[120.232885,28.841392],[120.236508,28.844818],[120.238172,28.848465],[120.238934,28.852542],[120.241826,28.857269],[120.244578,28.860277],[120.247082,28.861624],[120.254436,28.863215],[120.260703,28.865491],[120.262009,28.868975],[120.260858,28.880331],[120.261776,28.888969],[120.26134,28.899523],[120.258977,28.903736],[120.259163,28.905605],[120.2626,28.909808],[120.261776,28.911421],[120.255261,28.911154],[120.252011,28.912187],[120.250751,28.913801],[120.254265,28.919384],[120.255836,28.922877],[120.258293,28.924955],[120.258619,28.927113],[120.255463,28.93099],[120.255525,28.93244],[120.25879,28.936746],[120.262475,28.937036],[120.264979,28.938951],[120.265383,28.940889],[120.26375,28.943094],[120.270981,28.950114],[120.272676,28.948907],[120.275335,28.942432],[120.275646,28.938313],[120.27776,28.935667],[120.276983,28.93222],[120.277869,28.930549],[120.280777,28.930526],[120.289858,28.932684],[120.297135,28.932011],[120.302001,28.933322],[120.303976,28.931651],[120.307941,28.933833],[120.310631,28.939253],[120.312451,28.941585],[120.315965,28.943917],[120.316416,28.946308],[120.322418,28.951112],[120.328964,28.95544],[120.33394,28.957865],[120.342336,28.961194],[120.347141,28.961148],[120.348696,28.962633],[120.346099,28.965522],[120.349364,28.971961],[120.348525,28.979884],[120.347467,28.982552],[120.345415,28.982123],[120.343129,28.978689],[120.340937,28.977726],[120.339584,28.974211],[120.330612,28.967274],[120.328902,28.96681],[120.324486,28.968921],[120.322464,28.971404],[120.321593,28.974756],[120.322713,28.979014],[120.326429,28.981438],[120.325636,28.984245],[120.322169,28.98486],[120.321889,28.986878],[120.317768,28.988398],[120.313788,28.994452],[120.316245,28.996807],[120.318484,28.997201],[120.322122,29.003023],[120.322184,29.006711],[120.319681,29.009796],[120.312062,29.009634],[120.309247,29.01048],[120.306946,29.008926],[120.299374,29.010828],[120.295409,29.011014],[120.290464,29.009123],[120.287789,29.008868],[120.285768,29.009947],[120.280248,29.015084],[120.278118,29.018041],[120.276734,29.023954],[120.274837,29.025485],[120.266814,29.026934],[120.261574,29.025902],[120.257515,29.026726],[120.246071,29.031375],[120.243754,29.033474],[120.241671,29.039096],[120.240038,29.048313],[120.242153,29.053309],[120.238887,29.054572],[120.235498,29.061006],[120.228096,29.062756],[120.220073,29.06636],[120.215579,29.065642],[120.21009,29.066615],[120.206871,29.065677],[120.203637,29.062686],[120.197791,29.060612],[120.191416,29.062002],[120.184496,29.066697],[120.180655,29.066685],[120.173223,29.068725],[120.170564,29.070579],[120.171559,29.073465],[120.167376,29.074705],[120.164158,29.077533],[120.157549,29.074844],[120.15772,29.076733],[120.168356,29.085181],[120.174203,29.089353],[120.1754,29.091427],[120.173705,29.093571],[120.172492,29.093049],[120.16775,29.088171],[120.163785,29.088287],[120.159415,29.091543],[120.153398,29.091532],[120.149277,29.094452],[120.144504,29.094602],[120.141767,29.09568],[120.139668,29.095042],[120.129701,29.086746],[120.125969,29.0878],[120.12233,29.0905],[120.116981,29.095599],[120.114167,29.101624],[120.109565,29.099422],[120.10661,29.096804],[120.104791,29.092065],[120.100235,29.08955],[120.094933,29.091114],[120.093347,29.093107],[120.090657,29.092459],[120.088324,29.094591],[120.084484,29.093617],[120.081109,29.097823],[120.078824,29.096363],[120.077067,29.098067]]]]}},{"type":"Feature","properties":{"adcode":330802,"name":"柯城区","center":[118.873041,28.944539],"centroid":[118.807605,28.995265],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":0,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.764355,29.19059],[118.761549,29.187942],[118.7596,29.183926],[118.759099,29.178643],[118.759323,29.170673],[118.755279,29.167736],[118.751959,29.16446],[118.745636,29.162603],[118.744727,29.161122],[118.745584,29.158134],[118.745742,29.151544],[118.743647,29.1501],[118.741289,29.150326],[118.738497,29.148242],[118.73847,29.135914],[118.741553,29.131331],[118.741368,29.129435],[118.738958,29.126271],[118.738707,29.12386],[118.736573,29.120419],[118.729789,29.116665],[118.726601,29.110511],[118.722887,29.10712],[118.716419,29.104295],[118.713837,29.100602],[118.710636,29.098354],[118.708818,29.094787],[118.708831,29.091634],[118.707316,29.076824],[118.706157,29.072967],[118.701915,29.069399],[118.699702,29.065153],[118.702179,29.05431],[118.70239,29.04863],[118.699017,29.044433],[118.697476,29.038527],[118.697358,29.034266],[118.701362,29.027756],[118.701191,29.023784],[118.699689,29.022402],[118.695579,29.022728],[118.689269,29.013414],[118.688703,29.0087],[118.689704,29.002402],[118.693919,28.997047],[118.694078,28.992986],[118.696383,28.989981],[118.694236,28.986058],[118.695487,28.974238],[118.696765,28.972415],[118.701757,28.972339],[118.703246,28.971195],[118.709898,28.963159],[118.71385,28.95506],[118.716155,28.953374],[118.723848,28.950834],[118.725587,28.948419],[118.72369,28.945362],[118.723374,28.942482],[118.725996,28.939123],[118.726549,28.936028],[118.724441,28.929801],[118.723862,28.925398],[118.722083,28.92136],[118.718856,28.916742],[118.715628,28.908538],[118.711439,28.903983],[118.704919,28.902247],[118.703088,28.899868],[118.700941,28.894646],[118.69878,28.892192],[118.693195,28.89233],[118.68645,28.891512],[118.684909,28.890656],[118.686648,28.888316],[118.69114,28.886239],[118.695592,28.885912],[118.699781,28.886818],[118.706183,28.883092],[118.709253,28.882727],[118.710754,28.881242],[118.715628,28.868995],[118.719185,28.865697],[118.724915,28.85798],[118.72863,28.855412],[118.732424,28.8502],[118.734953,28.845529],[118.736692,28.838755],[118.737627,28.832409],[118.740815,28.831981],[118.746308,28.832635],[118.748521,28.83572],[118.750853,28.836426],[118.754686,28.839082],[118.755806,28.840921],[118.755213,28.846549],[118.756741,28.84884],[118.767912,28.854997],[118.771837,28.857603],[118.771521,28.862072],[118.77218,28.863545],[118.776066,28.864237],[118.778305,28.869348],[118.773734,28.873955],[118.772812,28.876661],[118.774617,28.878121],[118.780808,28.879518],[118.78501,28.884905],[118.793507,28.887649],[118.798802,28.891902],[118.805718,28.893035],[118.805454,28.900195],[118.806838,28.901894],[118.815281,28.903543],[118.819312,28.909155],[118.826505,28.917082],[118.833842,28.918189],[118.836635,28.916994],[118.83761,28.914452],[118.836845,28.912124],[118.834369,28.910224],[118.833658,28.907318],[118.840508,28.899566],[118.843946,28.893928],[118.843524,28.887913],[118.841219,28.881091],[118.842049,28.877957],[118.844077,28.876485],[118.843089,28.871135],[118.845487,28.869801],[118.854458,28.869977],[118.859727,28.868479],[118.868197,28.862374],[118.874625,28.855097],[118.878169,28.848437],[118.878775,28.844597],[118.879908,28.843414],[118.886613,28.840984],[118.887548,28.839233],[118.889247,28.826616],[118.890881,28.823556],[118.895267,28.823481],[118.898165,28.824941],[118.900576,28.82775],[118.903869,28.835028],[118.906833,28.835834],[118.916831,28.832044],[118.920941,28.834272],[118.924393,28.834864],[118.933469,28.835078],[118.936762,28.833983],[118.941544,28.833731],[118.946628,28.838591],[118.946918,28.842482],[118.948407,28.845529],[118.948328,28.850968],[118.946431,28.85297],[118.942901,28.853196],[118.942136,28.859629],[118.94024,28.864161],[118.940477,28.866327],[118.944323,28.869083],[118.944508,28.872381],[118.939265,28.878486],[118.936591,28.884502],[118.936643,28.887737],[118.939555,28.894155],[118.941531,28.895854],[118.948209,28.897968],[118.951305,28.899591],[118.954493,28.903039],[118.953874,28.908475],[118.951529,28.911646],[118.947985,28.918793],[118.942584,28.92224],[118.937592,28.923725],[118.931414,28.924102],[118.927317,28.925184],[118.926974,28.93038],[118.932389,28.936632],[118.93422,28.939601],[118.934272,28.942582],[118.929833,28.94911],[118.925407,28.948683],[118.922983,28.947148],[118.91994,28.941991],[118.918491,28.941915],[118.912787,28.943903],[118.908124,28.946809],[118.900642,28.949261],[118.898192,28.951651],[118.900642,28.955336],[118.905569,28.959436],[118.914974,28.965284],[118.923036,28.973446],[118.925828,28.980023],[118.925552,28.981921],[118.919071,28.985593],[118.915093,28.986599],[118.90956,28.985417],[118.900089,28.977784],[118.895873,28.976024],[118.892132,28.972717],[118.887087,28.973773],[118.883425,28.978073],[118.885256,28.980261],[118.883359,28.985593],[118.886982,28.987793],[118.886494,28.989968],[118.884057,28.992483],[118.880843,28.993966],[118.880606,28.996946],[118.879368,28.998191],[118.874994,28.999322],[118.879065,29.001573],[118.881093,29.005671],[118.877655,29.011655],[118.888114,29.020403],[118.902829,29.025808],[118.900984,29.027153],[118.886257,29.031325],[118.883728,29.036968],[118.888523,29.042837],[118.885453,29.049472],[118.889116,29.055026],[118.890393,29.062929],[118.881923,29.071472],[118.854234,29.094649],[118.853246,29.112809],[118.839296,29.128694],[118.84413,29.137031],[118.844473,29.145895],[118.843919,29.146434],[118.84027,29.141551],[118.831247,29.139705],[118.828494,29.142882],[118.828757,29.157883],[118.830865,29.162126],[118.826189,29.165967],[118.830364,29.171564],[118.832538,29.178254],[118.831761,29.17927],[118.825886,29.179434],[118.822724,29.176597],[118.818864,29.179321],[118.809406,29.179095],[118.806903,29.174916],[118.803281,29.179408],[118.803992,29.181768],[118.797011,29.186311],[118.790556,29.182558],[118.779148,29.184202],[118.764355,29.19059]]]]}},{"type":"Feature","properties":{"adcode":330803,"name":"衢江区","center":[118.957683,28.973195],"centroid":[118.931964,28.934576],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":1,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.737627,28.832409],[118.738707,28.828807],[118.742989,28.821856],[118.746387,28.817902],[118.747915,28.814325],[118.745702,28.807373],[118.745979,28.804954],[118.75055,28.801289],[118.754291,28.793756],[118.758006,28.792799],[118.759218,28.791489],[118.762906,28.782595],[118.766568,28.778059],[118.770586,28.771961],[118.772825,28.764263],[118.77492,28.762587],[118.779701,28.762297],[118.782981,28.763179],[118.78447,28.762461],[118.786446,28.757093],[118.787974,28.749948],[118.786406,28.745121],[118.784246,28.735669],[118.786301,28.732152],[118.786024,28.72677],[118.786933,28.724085],[118.784694,28.716585],[118.784681,28.71366],[118.789397,28.706424],[118.792677,28.703789],[118.793928,28.70041],[118.792321,28.694383],[118.789318,28.691054],[118.787091,28.679503],[118.789752,28.675367],[118.794837,28.661267],[118.795535,28.654166],[118.802346,28.652765],[118.814043,28.647682],[118.816625,28.645235],[118.816059,28.638927],[118.818232,28.633263],[118.817257,28.62968],[118.812383,28.623434],[118.808168,28.62052],[118.806442,28.618501],[118.804835,28.612557],[118.806561,28.609554],[118.808181,28.604809],[118.807826,28.60019],[118.806535,28.595508],[118.804229,28.591255],[118.800027,28.586648],[118.797406,28.582357],[118.795483,28.581524],[118.79348,28.576071],[118.793941,28.569532],[118.79215,28.564633],[118.791597,28.558233],[118.793296,28.552235],[118.7968,28.544521],[118.798868,28.534697],[118.803255,28.533535],[118.806271,28.534053],[118.80938,28.536225],[118.814241,28.542905],[118.821815,28.547438],[118.825253,28.547741],[118.829482,28.545872],[118.835357,28.541427],[118.838413,28.539924],[118.841575,28.539773],[118.845987,28.540947],[118.851006,28.539609],[118.852297,28.535265],[118.854537,28.532209],[118.857883,28.530933],[118.860912,28.531476],[118.864548,28.529936],[118.866168,28.524291],[118.868026,28.521714],[118.873453,28.519908],[118.876799,28.520514],[118.87834,28.52208],[118.881989,28.529153],[118.885058,28.531262],[118.8893,28.533004],[118.890393,28.53505],[118.890196,28.53976],[118.894727,28.541932],[118.898784,28.544849],[118.902921,28.548864],[118.907347,28.556705],[118.911681,28.559924],[118.914078,28.563901],[118.913999,28.568408],[118.912761,28.57063],[118.908559,28.574467],[118.909639,28.582546],[118.909112,28.58974],[118.911457,28.596164],[118.917134,28.599749],[118.916607,28.610892],[118.917753,28.613315],[118.923642,28.619258],[118.924827,28.621933],[118.925618,28.627194],[118.925512,28.633591],[118.930202,28.640542],[118.934364,28.642598],[118.940582,28.64473],[118.945114,28.644604],[118.949803,28.645323],[118.954018,28.647972],[118.956956,28.647392],[118.961026,28.642131],[118.962699,28.642422],[118.966427,28.64695],[118.968864,28.65081],[118.974133,28.65496],[118.980312,28.662213],[118.984,28.663865],[118.991456,28.676515],[118.99629,28.680865],[119.001639,28.683059],[119.003338,28.687574],[119.00642,28.691079],[119.007975,28.694585],[119.015022,28.698909],[119.023598,28.705163],[119.025719,28.707861],[119.029723,28.709689],[119.035453,28.708895],[119.039221,28.709437],[119.0437,28.712286],[119.045649,28.71545],[119.047572,28.722156],[119.05267,28.726001],[119.059441,28.729329],[119.063973,28.733551],[119.062919,28.742752],[119.065448,28.748499],[119.070493,28.749973],[119.071863,28.751964],[119.072443,28.755644],[119.077462,28.759273],[119.078002,28.763872],[119.079912,28.767992],[119.078555,28.773713],[119.073075,28.779697],[119.068952,28.783451],[119.067714,28.788113],[119.067727,28.792018],[119.066067,28.800533],[119.068702,28.804753],[119.07513,28.808493],[119.082876,28.810345],[119.087473,28.815118],[119.089739,28.81872],[119.093625,28.820937],[119.097827,28.821314],[119.10008,28.823758],[119.099263,28.834323],[119.102635,28.837181],[119.105388,28.842847],[119.106943,28.849835],[119.108234,28.851824],[119.107522,28.853914],[119.105151,28.855953],[119.10552,28.860687],[119.105217,28.867497],[119.10992,28.870657],[119.114886,28.875377],[119.115703,28.880009],[119.11345,28.885534],[119.115097,28.893299],[119.115176,28.896823],[119.113463,28.899944],[119.107522,28.903417],[119.107575,28.906261],[119.113042,28.914742],[119.116598,28.923209],[119.115992,28.931638],[119.114781,28.934557],[119.111738,28.93833],[119.105915,28.941941],[119.096431,28.946897],[119.093546,28.949928],[119.088132,28.952456],[119.083706,28.959223],[119.072496,28.96419],[119.069136,28.966441],[119.066041,28.973345],[119.065488,28.976238],[119.066976,28.978426],[119.071692,28.976791],[119.074379,28.977784],[119.074537,28.980224],[119.073141,28.982449],[119.075012,28.986976],[119.079648,28.990295],[119.086577,28.991226],[119.090845,28.989843],[119.093098,28.985794],[119.096312,28.985102],[119.096694,28.992583],[119.09265,28.994381],[119.09182,28.996028],[119.099131,28.997311],[119.101634,29.001346],[119.094995,29.006966],[119.093361,29.009203],[119.090753,29.01036],[119.085721,29.009945],[119.082072,29.010397],[119.080834,29.011655],[119.07978,29.015551],[119.074682,29.0175],[119.075012,29.0221],[119.074155,29.026336],[119.071508,29.029968],[119.071521,29.033361],[119.06558,29.032356],[119.062221,29.032783],[119.060153,29.035397],[119.059033,29.039381],[119.06226,29.039947],[119.060113,29.043352],[119.059718,29.04574],[119.058163,29.045916],[119.056609,29.037898],[119.053606,29.038476],[119.052525,29.034945],[119.050273,29.03732],[119.048811,29.036139],[119.049021,29.032959],[119.047177,29.033349],[119.047941,29.037911],[119.042277,29.041744],[119.038351,29.039633],[119.036599,29.04285],[119.034808,29.042862],[119.035414,29.04863],[119.034597,29.053355],[119.035677,29.053041],[119.036836,29.049183],[119.038891,29.049321],[119.038747,29.04574],[119.043989,29.04344],[119.042303,29.046079],[119.0437,29.049723],[119.042092,29.051545],[119.038799,29.052312],[119.038694,29.053732],[119.042303,29.054737],[119.043278,29.057087],[119.048086,29.054322],[119.051788,29.054209],[119.053658,29.056622],[119.055265,29.056358],[119.058177,29.063394],[119.053909,29.063344],[119.052394,29.060755],[119.052091,29.062653],[119.049772,29.062339],[119.049851,29.063897],[119.045373,29.06362],[119.044319,29.066899],[119.048244,29.065128],[119.053513,29.064789],[119.052604,29.071133],[119.050826,29.072025],[119.055134,29.075216],[119.053619,29.072691],[119.054449,29.066598],[119.056201,29.065517],[119.061088,29.068558],[119.062669,29.071975],[119.05956,29.073646],[119.05956,29.076648],[119.057584,29.078181],[119.056398,29.081472],[119.055015,29.082465],[119.057202,29.084273],[119.056807,29.080693],[119.060943,29.081196],[119.060561,29.086283],[119.061272,29.087803],[119.067661,29.086308],[119.066304,29.088029],[119.068715,29.087979],[119.068096,29.085994],[119.064816,29.086773],[119.067569,29.083897],[119.064605,29.083934],[119.064947,29.081962],[119.070322,29.079814],[119.06641,29.077553],[119.063564,29.077779],[119.06334,29.075178],[119.067543,29.075065],[119.071152,29.076837],[119.070994,29.079688],[119.073523,29.079563],[119.074788,29.081661],[119.077093,29.082766],[119.076329,29.084035],[119.080742,29.0846],[119.081875,29.085969],[119.084733,29.08401],[119.088751,29.084261],[119.090885,29.087615],[119.085247,29.08965],[119.08995,29.094347],[119.092281,29.093041],[119.094231,29.097412],[119.095917,29.097688],[119.095654,29.100087],[119.093019,29.101142],[119.092163,29.103152],[119.090187,29.103215],[119.084193,29.11502],[119.076895,29.127526],[119.076144,29.130163],[119.076895,29.133189],[119.08198,29.136654],[119.083113,29.138826],[119.082481,29.141061],[119.079148,29.146309],[119.076289,29.152686],[119.073628,29.155121],[119.070296,29.155197],[119.07048,29.159452],[119.066779,29.162126],[119.05927,29.163368],[119.055094,29.164661],[119.053619,29.166343],[119.053171,29.178216],[119.051432,29.18729],[119.05076,29.195835],[119.049799,29.198294],[119.046558,29.200678],[119.043989,29.211243],[119.040038,29.214705],[119.039036,29.218381],[119.037139,29.217202],[119.030579,29.215069],[119.013073,29.212372],[119.003246,29.207692],[119.001862,29.208558],[118.998899,29.216349],[118.99575,29.217077],[118.993129,29.219247],[118.991877,29.221831],[118.987148,29.226059],[118.985699,29.229721],[118.985831,29.235341],[118.984843,29.239468],[118.988242,29.243544],[118.98259,29.249727],[118.981405,29.254317],[118.979245,29.258957],[118.977334,29.258769],[118.970182,29.264951],[118.966836,29.269352],[118.963305,29.267672],[118.959485,29.271396],[118.958563,29.273803],[118.954888,29.277916],[118.952332,29.278768],[118.949645,29.28174],[118.949184,29.283921],[118.951265,29.286278],[118.961883,29.290215],[118.963516,29.291995],[118.96208,29.296182],[118.957549,29.297022],[118.950001,29.299692],[118.948038,29.301121],[118.944099,29.306285],[118.927054,29.310371],[118.923444,29.314783],[118.916752,29.318155],[118.911246,29.324408],[118.908374,29.325148],[118.905424,29.327378],[118.903922,29.330186],[118.900431,29.332642],[118.893054,29.328807],[118.890644,29.324045],[118.886336,29.322366],[118.878353,29.326564],[118.873203,29.324496],[118.869541,29.322315],[118.863218,29.317503],[118.860675,29.314971],[118.857158,29.309181],[118.855735,29.303327],[118.849412,29.298351],[118.842694,29.297486],[118.838782,29.293186],[118.83508,29.290491],[118.828757,29.287457],[118.828626,29.285037],[118.826557,29.280286],[118.824463,29.279483],[118.819694,29.280348],[118.816889,29.281715],[118.812383,29.2808],[118.809525,29.27828],[118.800725,29.272938],[118.793625,29.267948],[118.78638,29.266732],[118.784773,29.259107],[118.781835,29.258067],[118.778266,29.252561],[118.774999,29.251006],[118.768188,29.251909],[118.76637,29.251169],[118.763894,29.248297],[118.762419,29.24032],[118.767266,29.234137],[118.766252,29.229257],[118.76699,29.22306],[118.765422,29.220589],[118.759297,29.218055],[118.75682,29.215734],[118.757228,29.211218],[118.75574,29.205547],[118.759613,29.201532],[118.764355,29.19059],[118.779148,29.184202],[118.790556,29.182558],[118.797011,29.186311],[118.803992,29.181768],[118.803281,29.179408],[118.806903,29.174916],[118.809406,29.179095],[118.818864,29.179321],[118.822724,29.176597],[118.825886,29.179434],[118.831761,29.17927],[118.832538,29.178254],[118.830364,29.171564],[118.826189,29.165967],[118.830865,29.162126],[118.828757,29.157883],[118.828494,29.142882],[118.831247,29.139705],[118.84027,29.141551],[118.843919,29.146434],[118.844473,29.145895],[118.84413,29.137031],[118.839296,29.128694],[118.853246,29.112809],[118.854234,29.094649],[118.881923,29.071472],[118.890393,29.062929],[118.889116,29.055026],[118.885453,29.049472],[118.888523,29.042837],[118.883728,29.036968],[118.886257,29.031325],[118.900984,29.027153],[118.902829,29.025808],[118.888114,29.020403],[118.877655,29.011655],[118.881093,29.005671],[118.879065,29.001573],[118.874994,28.999322],[118.879368,28.998191],[118.880606,28.996946],[118.880843,28.993966],[118.884057,28.992483],[118.886494,28.989968],[118.886982,28.987793],[118.883359,28.985593],[118.885256,28.980261],[118.883425,28.978073],[118.887087,28.973773],[118.892132,28.972717],[118.895873,28.976024],[118.900089,28.977784],[118.90956,28.985417],[118.915093,28.986599],[118.919071,28.985593],[118.925552,28.981921],[118.925828,28.980023],[118.923036,28.973446],[118.914974,28.965284],[118.905569,28.959436],[118.900642,28.955336],[118.898192,28.951651],[118.900642,28.949261],[118.908124,28.946809],[118.912787,28.943903],[118.918491,28.941915],[118.91994,28.941991],[118.922983,28.947148],[118.925407,28.948683],[118.929833,28.94911],[118.934272,28.942582],[118.93422,28.939601],[118.932389,28.936632],[118.926974,28.93038],[118.927317,28.925184],[118.931414,28.924102],[118.937592,28.923725],[118.942584,28.92224],[118.947985,28.918793],[118.951529,28.911646],[118.953874,28.908475],[118.954493,28.903039],[118.951305,28.899591],[118.948209,28.897968],[118.941531,28.895854],[118.939555,28.894155],[118.936643,28.887737],[118.936591,28.884502],[118.939265,28.878486],[118.944508,28.872381],[118.944323,28.869083],[118.940477,28.866327],[118.94024,28.864161],[118.942136,28.859629],[118.942901,28.853196],[118.946431,28.85297],[118.948328,28.850968],[118.948407,28.845529],[118.946918,28.842482],[118.946628,28.838591],[118.941544,28.833731],[118.936762,28.833983],[118.933469,28.835078],[118.924393,28.834864],[118.920941,28.834272],[118.916831,28.832044],[118.906833,28.835834],[118.903869,28.835028],[118.900576,28.82775],[118.898165,28.824941],[118.895267,28.823481],[118.890881,28.823556],[118.889247,28.826616],[118.887548,28.839233],[118.886613,28.840984],[118.879908,28.843414],[118.878775,28.844597],[118.878169,28.848437],[118.874625,28.855097],[118.868197,28.862374],[118.859727,28.868479],[118.854458,28.869977],[118.845487,28.869801],[118.843089,28.871135],[118.844077,28.876485],[118.842049,28.877957],[118.841219,28.881091],[118.843524,28.887913],[118.843946,28.893928],[118.840508,28.899566],[118.833658,28.907318],[118.834369,28.910224],[118.836845,28.912124],[118.83761,28.914452],[118.836635,28.916994],[118.833842,28.918189],[118.826505,28.917082],[118.819312,28.909155],[118.815281,28.903543],[118.806838,28.901894],[118.805454,28.900195],[118.805718,28.893035],[118.798802,28.891902],[118.793507,28.887649],[118.78501,28.884905],[118.780808,28.879518],[118.774617,28.878121],[118.772812,28.876661],[118.773734,28.873955],[118.778305,28.869348],[118.776066,28.864237],[118.77218,28.863545],[118.771521,28.862072],[118.771837,28.857603],[118.767912,28.854997],[118.756741,28.84884],[118.755213,28.846549],[118.755806,28.840921],[118.754686,28.839082],[118.750853,28.836426],[118.748521,28.83572],[118.746308,28.832635],[118.740815,28.831981],[118.737627,28.832409]]]]}},{"type":"Feature","properties":{"adcode":330822,"name":"常山县","center":[118.521654,28.900039],"centroid":[118.540673,28.967778],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":2,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.38379,28.774204],[118.388269,28.77496],[118.390416,28.777782],[118.392563,28.777568],[118.393498,28.780881],[118.395211,28.781083],[118.394763,28.787004],[118.396923,28.794109],[118.398399,28.794373],[118.40297,28.792723],[118.406645,28.795154],[118.408344,28.793781],[118.41198,28.793605],[118.415155,28.795343],[118.417539,28.795545],[118.419396,28.793756],[118.420397,28.788491],[118.423374,28.786387],[118.426128,28.786399],[118.431305,28.789889],[118.434558,28.790317],[118.440038,28.789108],[118.444583,28.786702],[118.449075,28.787634],[118.448495,28.786047],[118.451327,28.78325],[118.454818,28.781045],[118.458862,28.780667],[118.459178,28.782595],[118.462195,28.782847],[118.462854,28.776056],[118.461023,28.773158],[118.462867,28.769945],[118.472035,28.766682],[118.472944,28.768018],[118.476488,28.767967],[118.475223,28.772906],[118.475183,28.777127],[118.482573,28.787206],[118.484707,28.78907],[118.484918,28.792119],[118.486723,28.795822],[118.487382,28.799311],[118.492282,28.803581],[118.491241,28.805735],[118.493283,28.808519],[118.496234,28.810836],[118.49734,28.816151],[118.499119,28.816604],[118.500936,28.819702],[118.498473,28.824765],[118.497419,28.828543],[118.499079,28.831767],[118.504862,28.831905],[118.510144,28.833555],[118.51216,28.833152],[118.519115,28.834323],[118.522105,28.82683],[118.523554,28.824778],[118.527282,28.823279],[118.531129,28.826629],[118.533184,28.829991],[118.53325,28.835909],[118.534462,28.837194],[118.540271,28.839296],[118.543248,28.838818],[118.548043,28.833844],[118.551323,28.833592],[118.557277,28.837987],[118.562586,28.837093],[118.565115,28.838528],[118.567987,28.842671],[118.567552,28.846398],[118.57153,28.846901],[118.574626,28.844068],[118.577629,28.842671],[118.583293,28.841941],[118.591145,28.839976],[118.59345,28.840795],[118.605622,28.843552],[118.610878,28.845529],[118.616173,28.849508],[118.618887,28.854455],[118.618017,28.856281],[118.615396,28.857527],[118.61064,28.863884],[118.611352,28.865483],[118.615738,28.867573],[118.617003,28.86897],[118.620349,28.868718],[118.623537,28.866603],[118.629991,28.863557],[118.635116,28.859881],[118.637566,28.859554],[118.64514,28.86036],[118.654256,28.865634],[118.66104,28.868038],[118.664649,28.867447],[118.671275,28.869121],[118.679561,28.872129],[118.680602,28.87369],[118.679298,28.878071],[118.680918,28.8823],[118.686648,28.888316],[118.684909,28.890656],[118.68645,28.891512],[118.693195,28.89233],[118.69878,28.892192],[118.700941,28.894646],[118.703088,28.899868],[118.704919,28.902247],[118.711439,28.903983],[118.715628,28.908538],[118.718856,28.916742],[118.722083,28.92136],[118.723862,28.925398],[118.724441,28.929801],[118.726549,28.936028],[118.725996,28.939123],[118.723374,28.942482],[118.72369,28.945362],[118.725587,28.948419],[118.723848,28.950834],[118.716155,28.953374],[118.71385,28.95506],[118.709898,28.963159],[118.703246,28.971195],[118.701757,28.972339],[118.696765,28.972415],[118.695487,28.974238],[118.694236,28.986058],[118.696383,28.989981],[118.694078,28.992986],[118.693919,28.997047],[118.689704,29.002402],[118.688703,29.0087],[118.689269,29.013414],[118.695579,29.022728],[118.699689,29.022402],[118.701191,29.023784],[118.701362,29.027756],[118.697358,29.034266],[118.697476,29.038527],[118.699017,29.044433],[118.70239,29.04863],[118.702179,29.05431],[118.699702,29.065153],[118.701915,29.069399],[118.706157,29.072967],[118.707316,29.076824],[118.708831,29.091634],[118.708818,29.094787],[118.710636,29.098354],[118.713837,29.100602],[118.716419,29.104295],[118.722887,29.10712],[118.726601,29.110511],[118.729789,29.116665],[118.736573,29.120419],[118.738707,29.12386],[118.738958,29.126271],[118.741368,29.129435],[118.741553,29.131331],[118.73847,29.135914],[118.738497,29.148242],[118.741289,29.150326],[118.743647,29.1501],[118.745742,29.151544],[118.745584,29.158134],[118.744727,29.161122],[118.745636,29.162603],[118.751959,29.16446],[118.755279,29.167736],[118.759323,29.170673],[118.759099,29.178643],[118.7596,29.183926],[118.761549,29.187942],[118.764355,29.19059],[118.759613,29.201532],[118.75574,29.205547],[118.757228,29.211218],[118.75682,29.215734],[118.753026,29.213852],[118.743739,29.213652],[118.734163,29.207429],[118.732595,29.205421],[118.731699,29.201519],[118.729473,29.199675],[118.723321,29.198909],[118.718645,29.192811],[118.715444,29.189875],[118.708844,29.188758],[118.701362,29.192158],[118.69388,29.196952],[118.688756,29.200954],[118.684619,29.202535],[118.676571,29.200653],[118.670156,29.200515],[118.655376,29.196889],[118.651898,29.196412],[118.638303,29.192158],[118.628885,29.192347],[118.628094,29.1931],[118.621692,29.190364],[118.621047,29.188871],[118.623168,29.182345],[118.620573,29.178543],[118.621324,29.172518],[118.61782,29.167812],[118.615462,29.166305],[118.611563,29.161762],[118.606227,29.158586],[118.602579,29.155473],[118.5959,29.148167],[118.593674,29.147589],[118.58851,29.147916],[118.584321,29.141137],[118.580474,29.137747],[118.578222,29.131657],[118.578762,29.129021],[118.581199,29.123458],[118.58083,29.120068],[118.576812,29.11507],[118.574046,29.109331],[118.570924,29.10702],[118.564614,29.105061],[118.56144,29.101846],[118.557093,29.09902],[118.549307,29.093041],[118.541825,29.089876],[118.53595,29.085366],[118.532222,29.083683],[118.529996,29.080894],[118.527809,29.075229],[118.526242,29.072842],[118.521657,29.068746],[118.509209,29.060002],[118.505718,29.056559],[118.502886,29.056031],[118.497353,29.053229],[118.495114,29.049774],[118.492993,29.043164],[118.4897,29.039004],[118.485801,29.036729],[118.479913,29.035083],[118.473049,29.031288],[118.469005,29.030295],[118.461905,29.030094],[118.456583,29.032972],[118.453685,29.031263],[118.451802,29.028724],[118.449088,29.019423],[118.448943,29.016544],[118.451867,29.014018],[118.446888,29.009819],[118.443542,29.003873],[118.444715,29.001434],[118.448587,28.998166],[118.448377,28.996443],[118.442198,28.989729],[118.437746,28.987818],[118.436402,28.986347],[118.434782,28.980601],[118.432754,28.976426],[118.430738,28.97503],[118.421385,28.973773],[118.418132,28.974666],[118.412941,28.981519],[118.410794,28.983443],[118.399834,28.984034],[118.397332,28.983669],[118.386793,28.979545],[118.383131,28.977319],[118.375346,28.975005],[118.369484,28.970365],[118.362516,28.966567],[118.359051,28.962228],[118.35639,28.95721],[118.353216,28.949324],[118.355218,28.944884],[118.359604,28.941526],[118.360065,28.939739],[118.358524,28.936242],[118.354401,28.93228],[118.348486,28.934192],[118.346313,28.932921],[118.342954,28.928581],[118.338989,28.927537],[118.334905,28.929625],[118.329834,28.929663],[118.319322,28.923901],[118.313354,28.923687],[118.306557,28.924907],[118.299207,28.92297],[118.297916,28.925662],[118.295637,28.926077],[118.291448,28.922819],[118.289103,28.923209],[118.285876,28.927675],[118.284282,28.928455],[118.278538,28.926392],[118.271991,28.925134],[118.265115,28.930682],[118.263772,28.93233],[118.26194,28.931839],[118.259319,28.929172],[118.256843,28.923624],[118.261097,28.91985],[118.262731,28.920026],[118.269844,28.918629],[118.271267,28.917409],[118.27128,28.913823],[118.273967,28.907519],[118.276141,28.895967],[118.278578,28.894709],[118.28145,28.891361],[118.282279,28.887598],[118.282293,28.881645],[118.285836,28.876334],[118.287944,28.870795],[118.287917,28.864526],[118.290776,28.863381],[118.293885,28.860863],[118.295571,28.855538],[118.29731,28.852479],[118.297428,28.847846],[118.302645,28.844434],[118.302513,28.842482],[118.304331,28.840065],[118.300669,28.838314],[118.298258,28.836161],[118.295307,28.835217],[118.3003,28.828996],[118.300089,28.826087],[118.304673,28.826515],[118.305767,28.824047],[118.310575,28.821995],[118.320547,28.821226],[118.322193,28.819463],[118.325276,28.819148],[118.331849,28.814816],[118.333601,28.8143],[118.339713,28.815181],[118.344126,28.8143],[118.353532,28.813745],[118.354717,28.815345],[118.358024,28.815169],[118.359604,28.813002],[118.363385,28.813393],[118.364254,28.81168],[118.36818,28.811277],[118.370696,28.808682],[118.370722,28.80668],[118.373963,28.804047],[118.371921,28.80178],[118.374279,28.795684],[118.377177,28.794487],[118.380536,28.789939],[118.383329,28.787357],[118.378731,28.784636],[118.380062,28.782683],[118.381195,28.77816],[118.37964,28.774305],[118.38105,28.772969],[118.38379,28.774204]]]]}},{"type":"Feature","properties":{"adcode":330824,"name":"开化县","center":[118.414435,29.136503],"centroid":[118.325465,29.184574],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":3,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.628094,29.1931],[118.626843,29.195672],[118.6282,29.19906],[118.631981,29.202008],[118.633667,29.205622],[118.631836,29.219611],[118.628108,29.220225],[118.62438,29.218883],[118.620112,29.219272],[118.61886,29.220702],[118.616489,29.226309],[118.613855,29.229458],[118.613051,29.231929],[118.607795,29.238226],[118.607597,29.239706],[118.614619,29.246328],[118.615462,29.250755],[118.611431,29.257678],[118.6101,29.262318],[118.606675,29.267133],[118.606662,29.2685],[118.60985,29.273101],[118.609508,29.277001],[118.610601,29.279471],[118.615514,29.278969],[118.61919,29.2768],[118.621152,29.278079],[118.623985,29.272349],[118.630571,29.265214],[118.634905,29.261854],[118.63692,29.263634],[118.636393,29.26707],[118.634141,29.272976],[118.629912,29.279884],[118.624525,29.284235],[118.619111,29.292935],[118.614382,29.296583],[118.617227,29.303126],[118.613815,29.307313],[118.604805,29.31462],[118.603488,29.31645],[118.603843,29.323569],[118.600945,29.327792],[118.596032,29.330825],[118.594583,29.330699],[118.589037,29.327867],[118.587535,29.328494],[118.587127,29.332053],[118.584242,29.333657],[118.579869,29.332153],[118.575139,29.336564],[118.571675,29.338318],[118.56227,29.338544],[118.551507,29.335712],[118.542365,29.336952],[118.541812,29.341037],[118.539981,29.343029],[118.537623,29.343029],[118.52856,29.34526],[118.523409,29.34536],[118.519102,29.344383],[118.518891,29.34645],[118.523989,29.355233],[118.524358,29.361422],[118.517495,29.363489],[118.509999,29.361647],[118.505745,29.359267],[118.502886,29.360996],[118.499,29.361885],[118.494179,29.362061],[118.491584,29.365217],[118.488831,29.367234],[118.479162,29.366545],[118.473326,29.362762],[118.470125,29.360081],[118.464658,29.360319],[118.456254,29.365894],[118.448732,29.375251],[118.445966,29.376391],[118.44125,29.375915],[118.437693,29.377706],[118.430119,29.382453],[118.423638,29.387351],[118.422742,29.390469],[118.425851,29.395178],[118.425785,29.397633],[118.422136,29.400237],[118.418118,29.401627],[118.415286,29.403756],[118.409688,29.404495],[118.407027,29.405572],[118.405393,29.408139],[118.410834,29.413473],[118.413297,29.418131],[118.413165,29.420547],[118.408594,29.42339],[118.402034,29.42518],[118.395237,29.423465],[118.390271,29.423965],[118.386701,29.427646],[118.384159,29.433255],[118.378086,29.433881],[118.375162,29.435195],[118.372935,29.437824],[118.366362,29.450154],[118.363438,29.451067],[118.357352,29.451568],[118.352531,29.452795],[118.350673,29.454785],[118.350186,29.458752],[118.345746,29.465135],[118.345035,29.468251],[118.344969,29.475697],[118.343033,29.479977],[118.338686,29.481829],[118.332297,29.489111],[118.330018,29.495054],[118.328148,29.496292],[118.32442,29.49693],[118.317477,29.495154],[118.310549,29.49603],[118.308349,29.494691],[118.305991,29.489223],[118.307255,29.484656],[118.30661,29.479451],[118.308414,29.475635],[118.309705,29.469415],[118.311998,29.466337],[118.313473,29.457526],[118.315449,29.454622],[118.316002,29.450542],[118.314935,29.441842],[118.315238,29.432491],[118.316107,29.422601],[118.315172,29.421875],[118.309113,29.42071],[118.301973,29.421349],[118.297059,29.41897],[118.291395,29.419984],[118.289801,29.424491],[118.286179,29.426732],[118.283676,29.426206],[118.277643,29.42339],[118.274982,29.423953],[118.270081,29.427546],[118.267802,29.427859],[118.259319,29.426407],[118.25571,29.426194],[118.251152,29.42995],[118.248504,29.431314],[118.23952,29.427534],[118.236056,29.424792],[118.23296,29.423928],[118.226953,29.424554],[118.223858,29.42364],[118.218101,29.42036],[118.215677,29.417718],[118.215243,29.412271],[118.21108,29.407425],[118.206535,29.400563],[118.204256,29.395391],[118.201595,29.393262],[118.198394,29.393037],[118.19302,29.395266],[118.192032,29.391671],[118.194311,29.38824],[118.206311,29.379685],[118.208775,29.376316],[118.204006,29.367848],[118.208669,29.360357],[118.209196,29.354832],[118.207787,29.347578],[118.203769,29.343067],[118.193046,29.339834],[118.188646,29.335787],[118.184879,29.33392],[118.183272,29.332216],[118.182666,29.325749],[118.179768,29.321388],[118.171232,29.316049],[118.1667,29.314758],[118.166556,29.313906],[118.171298,29.310935],[118.17608,29.305909],[118.178174,29.299905],[118.176606,29.297398],[118.169375,29.297611],[118.166661,29.295994],[118.160364,29.291017],[118.152882,29.286278],[118.146836,29.287419],[118.143621,29.286855],[118.136113,29.283896],[118.121069,29.288598],[118.118409,29.292208],[118.115893,29.293687],[118.111453,29.290716],[118.107633,29.286429],[118.105117,29.284924],[118.099295,29.285125],[118.088243,29.28767],[118.082657,29.289663],[118.078152,29.290591],[118.074292,29.290127],[118.071921,29.287018],[118.076216,29.282354],[118.077902,29.278768],[118.078034,29.273076],[118.077546,29.2685],[118.080444,29.26633],[118.077783,29.26144],[118.077994,29.258857],[118.07557,29.247357],[118.077428,29.245086],[118.081169,29.242791],[118.080036,29.23879],[118.081972,29.234576],[118.075557,29.223136],[118.073278,29.217026],[118.065388,29.215659],[118.057905,29.214793],[118.054915,29.215471],[118.051424,29.217591],[118.047249,29.215634],[118.042427,29.210314],[118.040162,29.20231],[118.04032,29.197554],[118.036789,29.195007],[118.036065,29.188996],[118.034682,29.18557],[118.033456,29.177149],[118.028372,29.169243],[118.028517,29.166933],[118.031481,29.164435],[118.035854,29.163569],[118.041347,29.160858],[118.043968,29.157431],[118.043797,29.152774],[118.045022,29.149083],[118.043428,29.144639],[118.043363,29.138437],[118.042243,29.13506],[118.038963,29.128795],[118.03891,29.126334],[118.043534,29.12224],[118.048592,29.120218],[118.053097,29.11625],[118.052425,29.112596],[118.049383,29.111202],[118.042875,29.109846],[118.038001,29.101883],[118.038027,29.097299],[118.039411,29.094573],[118.045892,29.088858],[118.054533,29.086271],[118.061225,29.081171],[118.062529,29.081434],[118.069827,29.079839],[118.075781,29.074575],[118.076058,29.072276],[118.074938,29.069023],[118.076888,29.062841],[118.066968,29.053933],[118.066204,29.052111],[118.0666,29.048718],[118.072435,29.043918],[118.071526,29.041467],[118.072198,29.038992],[118.075491,29.037672],[118.080049,29.036918],[118.083988,29.031916],[118.088045,29.029428],[118.089942,29.023772],[118.090693,29.010448],[118.092102,29.006287],[118.094552,29.001887],[118.097068,28.998744],[118.098728,29.001321],[118.100717,29.002075],[118.103378,29.007582],[118.105064,29.008688],[118.103655,29.010511],[118.107119,29.012007],[118.109346,29.00826],[118.108898,29.006161],[118.110663,29.003597],[118.107185,29.003194],[118.106184,28.997814],[118.103694,28.995953],[118.102627,28.993489],[118.09994,28.990396],[118.110004,28.991741],[118.109965,28.994696],[118.111269,28.999197],[118.11252,29.000944],[118.111111,29.003069],[118.114773,29.007104],[118.113759,29.009128],[118.11908,29.011667],[118.120608,29.011391],[118.127155,29.016104],[118.129158,29.014697],[118.129395,29.012082],[118.132451,29.008311],[118.129158,29.003986],[118.130607,29.000102],[118.125706,28.996141],[118.125904,28.994494],[118.130514,28.989113],[118.13336,28.984298],[118.14046,28.980601],[118.145097,28.980136],[118.145914,28.977206],[118.147876,28.977809],[118.146572,28.982009],[118.147205,28.984801],[118.148891,28.985781],[118.154792,28.987215],[118.156821,28.985643],[118.156307,28.984034],[118.159324,28.985505],[118.162446,28.985102],[118.16512,28.986724],[118.172049,28.98338],[118.175434,28.979897],[118.180571,28.980915],[118.183535,28.977382],[118.186591,28.97698],[118.189621,28.971094],[118.19601,28.965045],[118.198605,28.959524],[118.199396,28.954657],[118.204796,28.952796],[118.207866,28.954607],[118.210658,28.953877],[118.211936,28.949198],[118.215704,28.94789],[118.220551,28.948922],[118.225478,28.946809],[118.227665,28.944318],[118.227823,28.942431],[118.224292,28.938821],[118.222448,28.935487],[118.216033,28.931009],[118.206061,28.919611],[118.201674,28.918327],[118.196695,28.915937],[118.194469,28.913609],[118.193481,28.908274],[118.195259,28.904298],[118.199409,28.902976],[118.205508,28.905103],[118.208353,28.905267],[118.217205,28.908828],[118.220854,28.911344],[118.224964,28.911822],[118.229127,28.914515],[118.233158,28.915698],[118.237636,28.918504],[118.243854,28.92029],[118.250493,28.919787],[118.253945,28.923096],[118.256843,28.923624],[118.259319,28.929172],[118.26194,28.931839],[118.263772,28.93233],[118.265115,28.930682],[118.271991,28.925134],[118.278538,28.926392],[118.284282,28.928455],[118.285876,28.927675],[118.289103,28.923209],[118.291448,28.922819],[118.295637,28.926077],[118.297916,28.925662],[118.299207,28.92297],[118.306557,28.924907],[118.313354,28.923687],[118.319322,28.923901],[118.329834,28.929663],[118.334905,28.929625],[118.338989,28.927537],[118.342954,28.928581],[118.346313,28.932921],[118.348486,28.934192],[118.354401,28.93228],[118.358524,28.936242],[118.360065,28.939739],[118.359604,28.941526],[118.355218,28.944884],[118.353216,28.949324],[118.35639,28.95721],[118.359051,28.962228],[118.362516,28.966567],[118.369484,28.970365],[118.375346,28.975005],[118.383131,28.977319],[118.386793,28.979545],[118.397332,28.983669],[118.399834,28.984034],[118.410794,28.983443],[118.412941,28.981519],[118.418132,28.974666],[118.421385,28.973773],[118.430738,28.97503],[118.432754,28.976426],[118.434782,28.980601],[118.436402,28.986347],[118.437746,28.987818],[118.442198,28.989729],[118.448377,28.996443],[118.448587,28.998166],[118.444715,29.001434],[118.443542,29.003873],[118.446888,29.009819],[118.451867,29.014018],[118.448943,29.016544],[118.449088,29.019423],[118.451802,29.028724],[118.453685,29.031263],[118.456583,29.032972],[118.461905,29.030094],[118.469005,29.030295],[118.473049,29.031288],[118.479913,29.035083],[118.485801,29.036729],[118.4897,29.039004],[118.492993,29.043164],[118.495114,29.049774],[118.497353,29.053229],[118.502886,29.056031],[118.505718,29.056559],[118.509209,29.060002],[118.521657,29.068746],[118.526242,29.072842],[118.527809,29.075229],[118.529996,29.080894],[118.532222,29.083683],[118.53595,29.085366],[118.541825,29.089876],[118.549307,29.093041],[118.557093,29.09902],[118.56144,29.101846],[118.564614,29.105061],[118.570924,29.10702],[118.574046,29.109331],[118.576812,29.11507],[118.58083,29.120068],[118.581199,29.123458],[118.578762,29.129021],[118.578222,29.131657],[118.580474,29.137747],[118.584321,29.141137],[118.58851,29.147916],[118.593674,29.147589],[118.5959,29.148167],[118.602579,29.155473],[118.606227,29.158586],[118.611563,29.161762],[118.615462,29.166305],[118.61782,29.167812],[118.621324,29.172518],[118.620573,29.178543],[118.623168,29.182345],[118.621047,29.188871],[118.621692,29.190364],[118.628094,29.1931]]]]}},{"type":"Feature","properties":{"adcode":330825,"name":"龙游县","center":[119.172525,29.031364],"centroid":[119.191513,28.99101],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":4,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.063973,28.733551],[119.067055,28.733438],[119.073444,28.734761],[119.080781,28.74013],[119.086353,28.735681],[119.089436,28.735442],[119.092294,28.737899],[119.097142,28.743281],[119.103939,28.743558],[119.107035,28.742903],[119.122368,28.737093],[119.12744,28.736778],[119.130364,28.737471],[119.137701,28.738026],[119.149373,28.741428],[119.161202,28.748183],[119.166655,28.748158],[119.169553,28.748889],[119.174388,28.752418],[119.176812,28.757521],[119.18573,28.769454],[119.187521,28.770172],[119.196624,28.769252],[119.206675,28.767703],[119.213577,28.76895],[119.220045,28.766279],[119.231914,28.76396],[119.238053,28.761995],[119.243862,28.762159],[119.248525,28.763633],[119.250053,28.766002],[119.250843,28.769567],[119.255744,28.776157],[119.262818,28.779899],[119.271143,28.786525],[119.276228,28.79683],[119.275464,28.800193],[119.276531,28.802939],[119.28205,28.805395],[119.285897,28.806037],[119.291311,28.806012],[119.299926,28.803556],[119.302639,28.80401],[119.309147,28.808708],[119.311518,28.811894],[119.316734,28.811176],[119.318789,28.809312],[119.32091,28.802889],[119.322425,28.800911],[119.322504,28.805068],[119.325231,28.806352],[119.327009,28.809426],[119.33162,28.807902],[119.330368,28.810169],[119.331514,28.812914],[119.335479,28.81304],[119.337139,28.81731],[119.340011,28.819413],[119.339339,28.823556],[119.342804,28.824299],[119.345557,28.827724],[119.342817,28.831792],[119.339155,28.832635],[119.33594,28.835645],[119.334281,28.840669],[119.336625,28.839913],[119.336994,28.841978],[119.334663,28.842583],[119.338035,28.843137],[119.335334,28.844358],[119.330948,28.845113],[119.328221,28.846914],[119.323835,28.846549],[119.314534,28.843791],[119.311307,28.842155],[119.310266,28.84364],[119.311307,28.847392],[119.310886,28.851245],[119.312045,28.853448],[119.314231,28.861606],[119.310556,28.86143],[119.309621,28.862739],[119.313046,28.86581],[119.315298,28.86396],[119.316655,28.866578],[119.319685,28.867774],[119.32145,28.864174],[119.324493,28.867334],[119.327141,28.867371],[119.327707,28.865848],[119.333609,28.865194],[119.334913,28.866717],[119.334939,28.869411],[119.337389,28.873426],[119.33627,28.879254],[119.331791,28.879757],[119.331554,28.882274],[119.336257,28.881167],[119.337837,28.878977],[119.341052,28.886264],[119.343778,28.88678],[119.340287,28.887862],[119.340564,28.889574],[119.34254,28.887296],[119.341473,28.890203],[119.34449,28.887284],[119.345491,28.893199],[119.345464,28.899742],[119.340195,28.90494],[119.33378,28.907959],[119.329275,28.917359],[119.326825,28.919598],[119.327141,28.924731],[119.322649,28.933299],[119.318355,28.938066],[119.314982,28.944809],[119.314008,28.952695],[119.311492,28.959864],[119.308514,28.963021],[119.305656,28.964719],[119.304615,28.969334],[119.307882,28.970352],[119.316629,28.970277],[119.321345,28.973647],[119.325929,28.97913],[119.327641,28.982311],[119.32855,28.98685],[119.323597,28.989453],[119.323308,28.993388],[119.325718,28.994935],[119.325099,28.99721],[119.321529,29.000567],[119.321621,29.007393],[119.323887,29.015224],[119.325376,29.023181],[119.324849,29.024991],[119.326443,29.029314],[119.326337,29.03585],[119.327352,29.038062],[119.330184,29.03546],[119.329881,29.032029],[119.330592,29.027668],[119.334702,29.022238],[119.33627,29.023244],[119.336639,29.025996],[119.335137,29.035008],[119.332739,29.04055],[119.332384,29.043415],[119.334294,29.052387],[119.330908,29.054033],[119.329064,29.057489],[119.327826,29.067125],[119.328116,29.068445],[119.33183,29.072126],[119.332529,29.07597],[119.329565,29.077992],[119.326008,29.086233],[119.322978,29.088406],[119.318381,29.086296],[119.312756,29.087112],[119.305366,29.085592],[119.302033,29.087426],[119.300005,29.090705],[119.302587,29.100904],[119.29824,29.103365],[119.297304,29.104671],[119.294354,29.104697],[119.292523,29.105902],[119.286911,29.113701],[119.285212,29.114681],[119.283697,29.117657],[119.275556,29.118762],[119.267705,29.119113],[119.267916,29.124952],[119.267152,29.133905],[119.264991,29.136554],[119.256705,29.138224],[119.252925,29.139718],[119.251094,29.141676],[119.251752,29.148606],[119.253386,29.151996],[119.253333,29.154757],[119.247326,29.157456],[119.24589,29.160318],[119.24153,29.165728],[119.241464,29.168879],[119.244731,29.171966],[119.241333,29.17656],[119.243835,29.183148],[119.242149,29.189699],[119.23796,29.191707],[119.232151,29.192874],[119.2287,29.194768],[119.233337,29.195848],[119.234535,29.206049],[119.234009,29.210816],[119.235905,29.213677],[119.233495,29.216951],[119.234931,29.221931],[119.241991,29.227087],[119.244929,29.22863],[119.249974,29.234237],[119.251739,29.236871],[119.253504,29.241462],[119.256323,29.244898],[119.260908,29.247808],[119.257641,29.247984],[119.24921,29.250191],[119.244244,29.250994],[119.238764,29.250153],[119.237776,29.250718],[119.239291,29.258919],[119.236301,29.263459],[119.234022,29.270681],[119.231532,29.273277],[119.228792,29.274368],[119.227106,29.276838],[119.229003,29.282567],[119.228739,29.284172],[119.225025,29.28515],[119.2194,29.282705],[119.214829,29.283758],[119.208176,29.284398],[119.205107,29.288259],[119.200286,29.29039],[119.19885,29.286028],[119.200734,29.280524],[119.200997,29.27581],[119.204251,29.274769],[119.203329,29.272311],[119.200391,29.272148],[119.197783,29.269916],[119.19229,29.263572],[119.191513,29.261741],[119.192237,29.258455],[119.195491,29.256449],[119.198613,29.257991],[119.200905,29.257465],[119.20429,29.252348],[119.210297,29.248724],[119.214789,29.24693],[119.212181,29.246077],[119.211272,29.244422],[119.211641,29.235416],[119.210271,29.230662],[119.213656,29.225206],[119.211825,29.22291],[119.209033,29.222057],[119.204462,29.223562],[119.203223,29.228379],[119.201722,29.22937],[119.19611,29.22789],[119.19416,29.22927],[119.190841,29.22848],[119.189524,29.2271],[119.189787,29.223713],[119.193963,29.22015],[119.194925,29.216299],[119.18951,29.205195],[119.18104,29.206312],[119.177708,29.207241],[119.175824,29.211883],[119.168065,29.219021],[119.165654,29.219197],[119.160253,29.220991],[119.15646,29.223813],[119.15372,29.227025],[119.15177,29.22789],[119.145697,29.222973],[119.141522,29.223387],[119.138123,29.220238],[119.131536,29.221116],[119.130167,29.222609],[119.129113,29.227075],[119.132577,29.235441],[119.126452,29.237122],[119.123514,29.236721],[119.106389,29.227514],[119.100448,29.228304],[119.094231,29.228254],[119.091886,29.230549],[119.085194,29.2306],[119.082915,29.228818],[119.081993,29.226585],[119.077752,29.224227],[119.075657,29.223989],[119.068386,29.22646],[119.062945,29.226272],[119.05516,29.222245],[119.050036,29.221543],[119.045596,29.221819],[119.039036,29.218381],[119.040038,29.214705],[119.043989,29.211243],[119.046558,29.200678],[119.049799,29.198294],[119.05076,29.195835],[119.051432,29.18729],[119.053171,29.178216],[119.053619,29.166343],[119.055094,29.164661],[119.05927,29.163368],[119.066779,29.162126],[119.07048,29.159452],[119.070296,29.155197],[119.073628,29.155121],[119.076289,29.152686],[119.079148,29.146309],[119.082481,29.141061],[119.083113,29.138826],[119.08198,29.136654],[119.076895,29.133189],[119.076144,29.130163],[119.076895,29.127526],[119.084193,29.11502],[119.090187,29.103215],[119.092163,29.103152],[119.093019,29.101142],[119.095654,29.100087],[119.095917,29.097688],[119.094231,29.097412],[119.092281,29.093041],[119.08995,29.094347],[119.085247,29.08965],[119.090885,29.087615],[119.088751,29.084261],[119.084733,29.08401],[119.081875,29.085969],[119.080742,29.0846],[119.076329,29.084035],[119.077093,29.082766],[119.074788,29.081661],[119.073523,29.079563],[119.070994,29.079688],[119.071152,29.076837],[119.067543,29.075065],[119.06334,29.075178],[119.063564,29.077779],[119.06641,29.077553],[119.070322,29.079814],[119.064947,29.081962],[119.064605,29.083934],[119.067569,29.083897],[119.064816,29.086773],[119.068096,29.085994],[119.068715,29.087979],[119.066304,29.088029],[119.067661,29.086308],[119.061272,29.087803],[119.060561,29.086283],[119.060943,29.081196],[119.056807,29.080693],[119.057202,29.084273],[119.055015,29.082465],[119.056398,29.081472],[119.057584,29.078181],[119.05956,29.076648],[119.05956,29.073646],[119.062669,29.071975],[119.061088,29.068558],[119.056201,29.065517],[119.054449,29.066598],[119.053619,29.072691],[119.055134,29.075216],[119.050826,29.072025],[119.052604,29.071133],[119.053513,29.064789],[119.048244,29.065128],[119.044319,29.066899],[119.045373,29.06362],[119.049851,29.063897],[119.049772,29.062339],[119.052091,29.062653],[119.052394,29.060755],[119.053909,29.063344],[119.058177,29.063394],[119.055265,29.056358],[119.053658,29.056622],[119.051788,29.054209],[119.048086,29.054322],[119.043278,29.057087],[119.042303,29.054737],[119.038694,29.053732],[119.038799,29.052312],[119.042092,29.051545],[119.0437,29.049723],[119.042303,29.046079],[119.043989,29.04344],[119.038747,29.04574],[119.038891,29.049321],[119.036836,29.049183],[119.035677,29.053041],[119.034597,29.053355],[119.035414,29.04863],[119.034808,29.042862],[119.036599,29.04285],[119.038351,29.039633],[119.042277,29.041744],[119.047941,29.037911],[119.047177,29.033349],[119.049021,29.032959],[119.048811,29.036139],[119.050273,29.03732],[119.052525,29.034945],[119.053606,29.038476],[119.056609,29.037898],[119.058163,29.045916],[119.059718,29.04574],[119.060113,29.043352],[119.06226,29.039947],[119.059033,29.039381],[119.060153,29.035397],[119.062221,29.032783],[119.06558,29.032356],[119.071521,29.033361],[119.071508,29.029968],[119.074155,29.026336],[119.075012,29.0221],[119.074682,29.0175],[119.07978,29.015551],[119.080834,29.011655],[119.082072,29.010397],[119.085721,29.009945],[119.090753,29.01036],[119.093361,29.009203],[119.094995,29.006966],[119.101634,29.001346],[119.099131,28.997311],[119.09182,28.996028],[119.09265,28.994381],[119.096694,28.992583],[119.096312,28.985102],[119.093098,28.985794],[119.090845,28.989843],[119.086577,28.991226],[119.079648,28.990295],[119.075012,28.986976],[119.073141,28.982449],[119.074537,28.980224],[119.074379,28.977784],[119.071692,28.976791],[119.066976,28.978426],[119.065488,28.976238],[119.066041,28.973345],[119.069136,28.966441],[119.072496,28.96419],[119.083706,28.959223],[119.088132,28.952456],[119.093546,28.949928],[119.096431,28.946897],[119.105915,28.941941],[119.111738,28.93833],[119.114781,28.934557],[119.115992,28.931638],[119.116598,28.923209],[119.113042,28.914742],[119.107575,28.906261],[119.107522,28.903417],[119.113463,28.899944],[119.115176,28.896823],[119.115097,28.893299],[119.11345,28.885534],[119.115703,28.880009],[119.114886,28.875377],[119.10992,28.870657],[119.105217,28.867497],[119.10552,28.860687],[119.105151,28.855953],[119.107522,28.853914],[119.108234,28.851824],[119.106943,28.849835],[119.105388,28.842847],[119.102635,28.837181],[119.099263,28.834323],[119.10008,28.823758],[119.097827,28.821314],[119.093625,28.820937],[119.089739,28.81872],[119.087473,28.815118],[119.082876,28.810345],[119.07513,28.808493],[119.068702,28.804753],[119.066067,28.800533],[119.067727,28.792018],[119.067714,28.788113],[119.068952,28.783451],[119.073075,28.779697],[119.078555,28.773713],[119.079912,28.767992],[119.078002,28.763872],[119.077462,28.759273],[119.072443,28.755644],[119.071863,28.751964],[119.070493,28.749973],[119.065448,28.748499],[119.062919,28.742752],[119.063973,28.733551]]]]}},{"type":"Feature","properties":{"adcode":330881,"name":"江山市","center":[118.627879,28.734674],"centroid":[118.600328,28.575594],"childrenNum":0,"level":"district","parent":{"adcode":330800},"subFeatureIndex":5,"acroutes":[100000,330000,330800]},"geometry":{"type":"MultiPolygon","coordinates":[[[[118.38379,28.774204],[118.383461,28.769152],[118.384883,28.768648],[118.383447,28.763557],[118.385186,28.76197],[118.386438,28.757484],[118.38566,28.754963],[118.387044,28.755014],[118.387452,28.757547],[118.389046,28.755782],[118.392365,28.756627],[118.393696,28.754346],[118.395777,28.755039],[118.395988,28.752796],[118.393472,28.752556],[118.393261,28.747692],[118.387584,28.746192],[118.393314,28.743533],[118.391957,28.742109],[118.392379,28.73887],[118.398214,28.736299],[118.399571,28.73645],[118.400282,28.733778],[118.393709,28.734017],[118.392971,28.72977],[118.396001,28.730665],[118.399729,28.727539],[118.400994,28.722938],[118.397187,28.724955],[118.39525,28.723442],[118.397253,28.720833],[118.400572,28.72145],[118.400717,28.716786],[118.401903,28.714467],[118.397608,28.712198],[118.39251,28.710433],[118.392062,28.706159],[118.390495,28.70544],[118.39172,28.703057],[118.391483,28.700511],[118.393775,28.699578],[118.395566,28.701065],[118.402258,28.702982],[118.403747,28.701923],[118.406342,28.697522],[118.410004,28.698405],[118.412098,28.697901],[118.412625,28.695782],[118.418843,28.692239],[118.418988,28.689982],[118.415905,28.690562],[118.414628,28.689327],[118.414983,28.686603],[118.417881,28.685556],[118.416498,28.682442],[118.419436,28.681735],[118.422624,28.679693],[118.428143,28.681155],[118.431384,28.679491],[118.432846,28.676515],[118.43062,28.675443],[118.430422,28.669805],[118.432372,28.667687],[118.431225,28.665769],[118.43249,28.663941],[118.430646,28.660333],[118.431502,28.655389],[118.428262,28.653018],[118.432622,28.651555],[118.432069,28.650482],[118.42726,28.64825],[118.422149,28.646799],[118.424007,28.645184],[118.422545,28.644276],[118.423256,28.641059],[118.427814,28.631484],[118.430567,28.628014],[118.43386,28.626033],[118.431726,28.624078],[118.430725,28.61816],[118.428314,28.619068],[118.42726,28.616494],[118.425864,28.616557],[118.42535,28.611535],[118.422953,28.609226],[118.417736,28.60756],[118.419581,28.610273],[118.418909,28.61151],[118.414311,28.609819],[118.4136,28.606425],[118.416801,28.604506],[118.413837,28.601288],[118.414852,28.598525],[118.414074,28.595369],[118.417578,28.595294],[118.419264,28.597162],[118.42157,28.596291],[118.420081,28.594019],[118.421728,28.591116],[118.421701,28.588024],[118.423875,28.588125],[118.423177,28.584969],[118.418698,28.584969],[118.415668,28.583467],[118.416999,28.581826],[118.416103,28.577396],[118.418066,28.576171],[118.417302,28.572839],[118.411176,28.573129],[118.410794,28.569986],[118.409437,28.569254],[118.410966,28.565239],[118.413284,28.563939],[118.413007,28.561679],[118.414338,28.560455],[118.412599,28.557349],[118.413363,28.555139],[118.416103,28.553321],[118.420318,28.551857],[118.420187,28.549647],[118.428064,28.547362],[118.427023,28.546036],[118.421807,28.545796],[118.4207,28.544723],[118.42186,28.540341],[118.423612,28.540291],[118.425284,28.537348],[118.42813,28.534684],[118.427063,28.531767],[118.425719,28.536629],[118.423875,28.536742],[118.425956,28.531918],[118.424178,28.532436],[118.426404,28.528774],[118.424402,28.530239],[118.425917,28.526816],[118.425377,28.523798],[118.427023,28.524695],[118.427853,28.521626],[118.430909,28.520527],[118.431515,28.517837],[118.428973,28.516321],[118.43033,28.515475],[118.433254,28.516473],[118.437272,28.521689],[118.438471,28.521601],[118.440394,28.518153],[118.444135,28.515791],[118.445544,28.513252],[118.441961,28.509602],[118.442133,28.50801],[118.438392,28.506482],[118.439287,28.503943],[118.438431,28.502503],[118.435493,28.504865],[118.431252,28.50249],[118.430778,28.500772],[118.42622,28.501796],[118.425838,28.499976],[118.421939,28.502996],[118.417842,28.501871],[118.414693,28.498549],[118.415049,28.4974],[118.42178,28.492132],[118.4229,28.493597],[118.427524,28.491386],[118.428854,28.493155],[118.430962,28.491841],[118.438141,28.492991],[118.4415,28.490338],[118.44345,28.486901],[118.445637,28.484931],[118.448456,28.485234],[118.452025,28.477944],[118.454291,28.47639],[118.456596,28.477009],[118.461655,28.482618],[118.463565,28.480521],[118.46674,28.48138],[118.469664,28.480054],[118.472193,28.482859],[118.47218,28.479397],[118.474512,28.478677],[118.477686,28.47505],[118.476935,28.472321],[118.478042,28.470767],[118.481941,28.471361],[118.480756,28.467418],[118.477001,28.466685],[118.47467,28.467229],[118.46944,28.462414],[118.469822,28.460531],[118.466792,28.460077],[118.465936,28.458825],[118.469783,28.454958],[118.469875,28.451559],[118.463301,28.45583],[118.464632,28.45075],[118.465949,28.448235],[118.461984,28.441246],[118.459323,28.429807],[118.456517,28.424523],[118.45304,28.423006],[118.450155,28.418139],[118.451275,28.417191],[118.454344,28.418468],[118.456544,28.415977],[118.450787,28.41494],[118.449971,28.41269],[118.446124,28.413916],[118.440262,28.411931],[118.438536,28.40982],[118.439195,28.406255],[118.432121,28.401969],[118.431792,28.39834],[118.435401,28.40035],[118.437983,28.399819],[118.439748,28.39753],[118.440736,28.392624],[118.443292,28.38988],[118.447586,28.387301],[118.450761,28.386441],[118.455174,28.383987],[118.462011,28.368293],[118.463473,28.365459],[118.463236,28.360741],[118.464513,28.358933],[118.468057,28.357706],[118.469256,28.355859],[118.46973,28.345777],[118.470533,28.343639],[118.472707,28.342614],[118.473919,28.339034],[118.472061,28.332784],[118.474103,28.331228],[118.476079,28.334176],[118.477699,28.33305],[118.47546,28.331089],[118.469427,28.328216],[118.47056,28.327217],[118.475763,28.328482],[118.47492,28.325028],[118.476198,28.325319],[118.477133,28.329001],[118.480084,28.327407],[118.481296,28.331506],[118.480084,28.334454],[118.483008,28.334049],[118.487105,28.329014],[118.485498,28.325698],[118.483733,28.324496],[118.481915,28.321004],[118.481678,28.317664],[118.479662,28.320397],[118.476409,28.318511],[118.472443,28.318081],[118.470678,28.316069],[118.470415,28.311602],[118.468031,28.308641],[118.463394,28.304325],[118.461523,28.301541],[118.459244,28.301655],[118.450748,28.296074],[118.445307,28.293391],[118.438523,28.291277],[118.433201,28.288302],[118.430435,28.280771],[118.430804,28.278682],[118.432964,28.276442],[118.434756,28.268352],[118.4393,28.269137],[118.441514,28.267137],[118.439208,28.261073],[118.448838,28.261529],[118.449852,28.258642],[118.445176,28.254755],[118.445268,28.250842],[118.448904,28.251032],[118.450682,28.248601],[118.454963,28.246259],[118.458744,28.245942],[118.459929,28.244397],[118.463881,28.243055],[118.468768,28.245233],[118.474037,28.245132],[118.476514,28.244043],[118.481045,28.245993],[118.486565,28.240649],[118.490688,28.23842],[118.492769,28.238978],[118.49431,28.242599],[118.498144,28.2456],[118.502385,28.246677],[118.502899,28.24983],[118.504506,28.253058],[118.501279,28.2524],[118.500594,28.257325],[118.498091,28.257338],[118.496221,28.260921],[118.492927,28.262731],[118.494837,28.266846],[118.495588,28.273125],[118.497538,28.275935],[118.500212,28.275986],[118.503518,28.279657],[118.505626,28.27991],[118.509222,28.276011],[118.514136,28.269644],[118.518009,28.268922],[118.530193,28.270454],[118.535015,28.271973],[118.545066,28.274302],[118.546238,28.275011],[118.546646,28.280467],[118.546014,28.283416],[118.547503,28.286556],[118.549097,28.286201],[118.555209,28.282644],[118.558581,28.282315],[118.568856,28.285239],[118.574968,28.283606],[118.581094,28.284568],[118.584466,28.284328],[118.588352,28.282341],[118.591658,28.277758],[118.596295,28.27353],[118.598021,28.270656],[118.597402,28.267264],[118.59565,28.264301],[118.595241,28.25849],[118.595729,28.256983],[118.601064,28.254388],[118.608085,28.257047],[118.612985,28.257009],[118.619071,28.256148],[118.623036,28.256641],[118.626738,28.260465],[118.632455,28.261301],[118.635037,28.264276],[118.640227,28.273492],[118.646616,28.274138],[118.651371,28.277125],[118.653281,28.277163],[118.662331,28.270948],[118.666652,28.26972],[118.674806,28.271454],[118.682288,28.279151],[118.684409,28.282898],[118.689889,28.291011],[118.693432,28.30182],[118.700361,28.311805],[118.69907,28.314019],[118.699426,28.31679],[118.701283,28.319157],[118.701915,28.327065],[118.702996,28.328938],[118.708014,28.332822],[118.713455,28.33348],[118.717907,28.338186],[118.720937,28.337604],[118.72398,28.338351],[118.72697,28.343563],[118.730343,28.346232],[118.73739,28.356744],[118.739616,28.359211],[118.742001,28.364422],[118.738352,28.369798],[118.739801,28.374427],[118.743331,28.381623],[118.74673,28.385391],[118.749298,28.392852],[118.753158,28.395608],[118.75603,28.399503],[118.757545,28.407506],[118.756715,28.409403],[118.753593,28.41111],[118.752987,28.413133],[118.754923,28.41642],[118.753211,28.417317],[118.747467,28.416382],[118.744912,28.415117],[118.739103,28.414902],[118.734966,28.416774],[118.73353,28.416609],[118.732055,28.413069],[118.728498,28.410566],[118.72506,28.410174],[118.723479,28.411198],[118.722768,28.413992],[118.723598,28.418822],[118.723361,28.422993],[118.724059,28.424991],[118.728077,28.428126],[118.725008,28.43102],[118.723954,28.433156],[118.725798,28.436809],[118.728209,28.443723],[118.731133,28.456475],[118.730277,28.458143],[118.725864,28.460506],[118.724929,28.46244],[118.725047,28.469364],[118.725679,28.471601],[118.729723,28.479523],[118.72618,28.487672],[118.724085,28.487887],[118.72315,28.493231],[118.726944,28.499838],[118.731093,28.499282],[118.732859,28.500217],[118.734597,28.505636],[118.742804,28.509147],[118.744293,28.512469],[118.74893,28.519896],[118.751195,28.524467],[118.756109,28.524518],[118.759679,28.523141],[118.764987,28.524114],[118.769189,28.520363],[118.771073,28.520578],[118.77247,28.518633],[118.775605,28.517812],[118.777304,28.51843],[118.779886,28.522687],[118.780545,28.526564],[118.784799,28.529797],[118.795377,28.53433],[118.798868,28.534697],[118.7968,28.544521],[118.793296,28.552235],[118.791597,28.558233],[118.79215,28.564633],[118.793941,28.569532],[118.79348,28.576071],[118.795483,28.581524],[118.797406,28.582357],[118.800027,28.586648],[118.804229,28.591255],[118.806535,28.595508],[118.807826,28.60019],[118.808181,28.604809],[118.806561,28.609554],[118.804835,28.612557],[118.806442,28.618501],[118.808168,28.62052],[118.812383,28.623434],[118.817257,28.62968],[118.818232,28.633263],[118.816059,28.638927],[118.816625,28.645235],[118.814043,28.647682],[118.802346,28.652765],[118.795535,28.654166],[118.794837,28.661267],[118.789752,28.675367],[118.787091,28.679503],[118.789318,28.691054],[118.792321,28.694383],[118.793928,28.70041],[118.792677,28.703789],[118.789397,28.706424],[118.784681,28.71366],[118.784694,28.716585],[118.786933,28.724085],[118.786024,28.72677],[118.786301,28.732152],[118.784246,28.735669],[118.786406,28.745121],[118.787974,28.749948],[118.786446,28.757093],[118.78447,28.762461],[118.782981,28.763179],[118.779701,28.762297],[118.77492,28.762587],[118.772825,28.764263],[118.770586,28.771961],[118.766568,28.778059],[118.762906,28.782595],[118.759218,28.791489],[118.758006,28.792799],[118.754291,28.793756],[118.75055,28.801289],[118.745979,28.804954],[118.745702,28.807373],[118.747915,28.814325],[118.746387,28.817902],[118.742989,28.821856],[118.738707,28.828807],[118.737627,28.832409],[118.736692,28.838755],[118.734953,28.845529],[118.732424,28.8502],[118.72863,28.855412],[118.724915,28.85798],[118.719185,28.865697],[118.715628,28.868995],[118.710754,28.881242],[118.709253,28.882727],[118.706183,28.883092],[118.699781,28.886818],[118.695592,28.885912],[118.69114,28.886239],[118.686648,28.888316],[118.680918,28.8823],[118.679298,28.878071],[118.680602,28.87369],[118.679561,28.872129],[118.671275,28.869121],[118.664649,28.867447],[118.66104,28.868038],[118.654256,28.865634],[118.64514,28.86036],[118.637566,28.859554],[118.635116,28.859881],[118.629991,28.863557],[118.623537,28.866603],[118.620349,28.868718],[118.617003,28.86897],[118.615738,28.867573],[118.611352,28.865483],[118.61064,28.863884],[118.615396,28.857527],[118.618017,28.856281],[118.618887,28.854455],[118.616173,28.849508],[118.610878,28.845529],[118.605622,28.843552],[118.59345,28.840795],[118.591145,28.839976],[118.583293,28.841941],[118.577629,28.842671],[118.574626,28.844068],[118.57153,28.846901],[118.567552,28.846398],[118.567987,28.842671],[118.565115,28.838528],[118.562586,28.837093],[118.557277,28.837987],[118.551323,28.833592],[118.548043,28.833844],[118.543248,28.838818],[118.540271,28.839296],[118.534462,28.837194],[118.53325,28.835909],[118.533184,28.829991],[118.531129,28.826629],[118.527282,28.823279],[118.523554,28.824778],[118.522105,28.82683],[118.519115,28.834323],[118.51216,28.833152],[118.510144,28.833555],[118.504862,28.831905],[118.499079,28.831767],[118.497419,28.828543],[118.498473,28.824765],[118.500936,28.819702],[118.499119,28.816604],[118.49734,28.816151],[118.496234,28.810836],[118.493283,28.808519],[118.491241,28.805735],[118.492282,28.803581],[118.487382,28.799311],[118.486723,28.795822],[118.484918,28.792119],[118.484707,28.78907],[118.482573,28.787206],[118.475183,28.777127],[118.475223,28.772906],[118.476488,28.767967],[118.472944,28.768018],[118.472035,28.766682],[118.462867,28.769945],[118.461023,28.773158],[118.462854,28.776056],[118.462195,28.782847],[118.459178,28.782595],[118.458862,28.780667],[118.454818,28.781045],[118.451327,28.78325],[118.448495,28.786047],[118.449075,28.787634],[118.444583,28.786702],[118.440038,28.789108],[118.434558,28.790317],[118.431305,28.789889],[118.426128,28.786399],[118.423374,28.786387],[118.420397,28.788491],[118.419396,28.793756],[118.417539,28.795545],[118.415155,28.795343],[118.41198,28.793605],[118.408344,28.793781],[118.406645,28.795154],[118.40297,28.792723],[118.398399,28.794373],[118.396923,28.794109],[118.394763,28.787004],[118.395211,28.781083],[118.393498,28.780881],[118.392563,28.777568],[118.390416,28.777782],[118.388269,28.77496],[118.38379,28.774204]]]]}},{"type":"Feature","properties":{"adcode":330902,"name":"定海区","center":[122.108496,30.016423],"centroid":[122.109143,30.07103],"childrenNum":0,"level":"district","parent":{"adcode":330900},"subFeatureIndex":0,"acroutes":[100000,330000,330900]},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.256902,30.065102],[122.25551,30.067175],[122.256558,30.071828],[122.265945,30.076202],[122.281658,30.07739],[122.282513,30.076796],[122.279522,30.102873],[122.258336,30.098601],[122.242829,30.107157],[122.240747,30.108092],[122.237508,30.106159],[122.234834,30.105956],[122.233152,30.108939],[122.230961,30.109331],[122.227887,30.108042],[122.199933,30.108674],[122.191621,30.108699],[122.18943,30.109697],[122.18597,30.112781],[122.184288,30.116054],[122.1824,30.117052],[122.179629,30.114474],[122.172199,30.114689],[122.169484,30.117115],[122.167196,30.116698],[122.164177,30.113741],[122.159215,30.112604],[122.153205,30.113236],[122.150531,30.114525],[122.144866,30.118783],[122.141806,30.122612],[122.138842,30.127616],[122.136292,30.133642],[122.132998,30.136637],[122.121447,30.141097],[122.121143,30.145228],[122.119999,30.149232],[122.115023,30.15282],[122.107346,30.155902],[122.09574,30.158075],[122.072706,30.154121],[122.048777,30.147249],[122.036799,30.148929],[122.015999,30.15642],[121.996329,30.161384],[121.988858,30.165236],[121.980505,30.170882],[121.977238,30.174456],[121.966487,30.178005],[121.958781,30.182501],[121.955156,30.184029],[121.951517,30.182425],[121.951517,30.178485],[121.949987,30.176073],[121.945604,30.175681],[121.943316,30.172688],[121.936438,30.167788],[121.9351,30.161624],[121.938285,30.156748],[121.948457,30.147881],[121.953392,30.14169],[121.958395,30.133554],[121.973503,30.114727],[121.974316,30.111921],[121.983482,30.100294],[121.985481,30.096617],[121.98719,30.0917],[121.987962,30.086125],[121.989175,30.083648],[121.988569,30.077934],[121.992235,30.07466],[121.992125,30.07246],[121.98821,30.068591],[121.984254,30.067112],[121.980216,30.063496],[121.978176,30.059261],[121.97903,30.053899],[121.981236,30.048829],[121.984847,30.045946],[121.9932,30.042139],[121.998548,30.037561],[122.011988,30.021195],[122.016233,30.014402],[122.021347,30.004902],[122.023497,29.998235],[122.026433,29.99244],[122.030665,29.990491],[122.033656,29.990656],[122.038894,29.98958],[122.041472,29.991782],[122.04988,29.99387],[122.061073,29.999335],[122.066738,30.003004],[122.073437,30.005155],[122.084616,30.004446],[122.087028,30.004674],[122.092445,30.006774],[122.106781,30.005522],[122.108821,30.00494],[122.112322,30.000183],[122.118745,29.986392],[122.12084,29.983823],[122.126437,29.982355],[122.130365,29.983178],[122.135493,29.985683],[122.139945,29.987088],[122.148836,29.987316],[122.152516,29.987796],[122.163557,29.988328],[122.168933,29.9891],[122.174308,29.987986],[122.178375,29.986442],[122.184426,29.982899],[122.192614,29.978888],[122.206604,29.974459],[122.230699,29.965626],[122.234586,29.981811],[122.235868,29.985481],[122.238983,29.98934],[122.241919,29.991175],[122.241919,29.992642],[122.238253,29.995401],[122.236419,29.998159],[122.236419,30.00055],[122.239355,30.004864],[122.247805,30.01148],[122.256999,30.023978],[122.258102,30.026912],[122.258102,30.030593],[122.252574,30.033539],[122.251113,30.037574],[122.247805,30.039053],[122.245599,30.041254],[122.245972,30.049335],[122.250755,30.054848],[122.256902,30.065102]]],[[[122.065222,30.179646],[122.066834,30.182589],[122.066958,30.188953],[122.065677,30.192186],[122.05884,30.196226],[122.05578,30.20033],[122.046269,30.200822],[122.042905,30.201517],[122.041224,30.19711],[122.040066,30.196075],[122.036358,30.198196],[122.034731,30.197565],[122.033808,30.195191],[122.0301,30.19807],[122.028005,30.196908],[122.026447,30.19413],[122.023773,30.193827],[122.023373,30.192552],[122.025689,30.190532],[122.0254,30.187526],[122.019886,30.187741],[122.017681,30.186466],[122.016468,30.182412],[122.013628,30.181023],[122.018204,30.179179],[122.023594,30.169189],[122.022202,30.166929],[122.024007,30.162596],[122.0254,30.161687],[122.028873,30.162154],[122.03305,30.161182],[122.040424,30.16559],[122.047013,30.168912],[122.05294,30.173079],[122.053161,30.174645],[122.059019,30.178295],[122.06099,30.178131],[122.065222,30.179646]]],[[[121.883286,30.086922],[121.888097,30.092066],[121.885754,30.094733],[121.859798,30.101697],[121.848675,30.101217],[121.846428,30.099498],[121.847972,30.097198],[121.849901,30.086075],[121.851142,30.082106],[121.849571,30.079021],[121.85048,30.074862],[121.852603,30.072018],[121.854064,30.068174],[121.853306,30.064622],[121.845022,30.056175],[121.839784,30.047248],[121.84006,30.037296],[121.843175,30.028695],[121.844057,30.0079],[121.842141,30.003751],[121.83824,29.999044],[121.835235,29.992997],[121.837,29.987176],[121.845146,29.983153],[121.850398,29.977268],[121.850039,29.972662],[121.85088,29.96965],[121.865381,29.96517],[121.874285,29.964803],[121.884596,29.970106],[121.890923,29.97451],[121.902391,29.979647],[121.915651,29.984102],[121.92887,29.991327],[121.932826,29.994793],[121.935555,30.00308],[121.934191,30.011733],[121.928567,30.024901],[121.924845,30.037877],[121.924735,30.052597],[121.921013,30.056062],[121.915569,30.057288],[121.906912,30.055809],[121.905561,30.058034],[121.906788,30.061246],[121.900985,30.061865],[121.896478,30.068857],[121.89685,30.071702],[121.895361,30.073307],[121.891157,30.074179],[121.891033,30.075785],[121.893142,30.079249],[121.89339,30.082712],[121.890302,30.084065],[121.885106,30.082712],[121.881949,30.08275],[121.88013,30.085266],[121.883286,30.086922]]],[[[121.830824,30.066392],[121.833567,30.066708],[121.841328,30.06203],[121.847434,30.06165],[121.849984,30.062864],[121.852493,30.06557],[121.853099,30.067921],[121.851997,30.070071],[121.84844,30.071423],[121.846428,30.076],[121.842941,30.077744],[121.840845,30.07739],[121.840446,30.079464],[121.835221,30.08007],[121.833292,30.082839],[121.828068,30.082283],[121.826979,30.083623],[121.822003,30.08208],[121.825559,30.076645],[121.827268,30.071828],[121.824883,30.071019],[121.825407,30.069439],[121.82334,30.068629],[121.824029,30.066278],[121.829363,30.065582],[121.830824,30.066392]]],[[[121.940325,30.114537],[121.937664,30.112452],[121.930759,30.108762],[121.931076,30.105666],[121.930056,30.105223],[121.923343,30.106614],[121.918077,30.103189],[121.911268,30.095681],[121.911268,30.09175],[121.910331,30.089033],[121.914507,30.087516],[121.914438,30.084659],[121.916464,30.083269],[121.923439,30.08404],[121.92723,30.081625],[121.929642,30.078465],[121.931296,30.07442],[121.93142,30.072005],[121.929229,30.07021],[121.928663,30.066594],[121.933984,30.064508],[121.940325,30.064204],[121.945962,30.06447],[121.950346,30.06935],[121.949298,30.072485],[121.950056,30.074951],[121.953998,30.081233],[121.957679,30.084659],[121.958906,30.088489],[121.958533,30.094632],[121.959043,30.096591],[121.961704,30.099195],[121.963482,30.103378],[121.962531,30.106285],[121.956686,30.109002],[121.954219,30.108863],[121.950346,30.113615],[121.944074,30.115182],[121.940325,30.114537]]],[[[121.890647,30.2124],[121.892977,30.213006],[121.894603,30.215303],[121.898504,30.216768],[121.898793,30.218712],[121.892908,30.21654],[121.889544,30.213157],[121.890647,30.2124]]],[[[121.863823,30.116964],[121.862114,30.116003],[121.863934,30.112718],[121.863713,30.111264],[121.861094,30.109445],[121.860336,30.107144],[121.861949,30.104073],[121.866828,30.104667],[121.870577,30.106614],[121.870839,30.109457],[121.868606,30.109154],[121.867517,30.112465],[121.869075,30.113754],[121.867242,30.116509],[121.863823,30.116964]]],[[[122.17078,29.966183],[122.176155,29.962095],[122.180167,29.957234],[122.182923,29.955273],[122.184605,29.955526],[122.192779,29.954412],[122.196087,29.954728],[122.199492,29.957323],[122.199285,29.960639],[122.193261,29.965183],[122.185088,29.974383],[122.178471,29.978395],[122.169236,29.988265],[122.166713,29.988758],[122.161255,29.986632],[122.154942,29.979863],[122.15304,29.978762],[122.141888,29.974839],[122.14153,29.970485],[122.143556,29.968448],[122.14765,29.968828],[122.150255,29.970485],[122.154404,29.971257],[122.156624,29.969815],[122.162041,29.969258],[122.17078,29.966183]]],[[[122.080108,30.210556],[122.079543,30.204244],[122.081625,30.20264],[122.086104,30.203651],[122.085236,30.204635],[122.086408,30.208309],[122.085829,30.210594],[122.083541,30.211503],[122.080108,30.210556]]],[[[122.146244,29.962474],[122.143791,29.960892],[122.137988,29.959867],[122.13224,29.956513],[122.131564,29.954576],[122.133218,29.950817],[122.140689,29.943729],[122.148946,29.944817],[122.151882,29.944083],[122.166327,29.946349],[122.169801,29.948969],[122.170449,29.951716],[122.17027,29.957829],[122.163074,29.965702],[122.161696,29.966486],[122.15559,29.966309],[122.148698,29.963044],[122.146244,29.962474]]],[[[121.943467,30.192173],[121.948595,30.194396],[121.946334,30.19658],[121.944212,30.193537],[121.941386,30.192943],[121.943467,30.192173]]],[[[121.97801,30.100257],[121.972497,30.100118],[121.971559,30.098474],[121.966459,30.097451],[121.966018,30.0951],[121.967603,30.094531],[121.970746,30.088982],[121.973847,30.084925],[121.975405,30.08677],[121.979623,30.089109],[121.982711,30.092749],[121.982848,30.095239],[121.979333,30.097362],[121.97801,30.100257]]],[[[121.981015,30.066998],[121.986267,30.068667],[121.990443,30.071082],[121.991643,30.072763],[121.991353,30.075848],[121.987866,30.078237],[121.987259,30.080134],[121.988004,30.084318],[121.981732,30.083243],[121.980147,30.078907],[121.975515,30.075153],[121.975722,30.07088],[121.979237,30.067669],[121.981015,30.066998]]],[[[122.06944,29.992377],[122.070239,29.988227],[122.070005,29.981406],[122.071934,29.977534],[122.072252,29.972877],[122.074443,29.971561],[122.078137,29.972751],[122.080991,29.975788],[122.087924,29.979913],[122.09188,29.980521],[122.094251,29.983292],[122.09381,29.985493],[122.081239,29.998614],[122.076842,30.000702],[122.073382,29.999538],[122.069591,29.995641],[122.06944,29.992377]]],[[[122.145334,29.966309],[122.143225,29.965752],[122.139104,29.967866],[122.135369,29.967195],[122.134803,29.969473],[122.129814,29.968461],[122.128408,29.966423],[122.128104,29.961221],[122.129042,29.960538],[122.138112,29.961209],[122.146451,29.963499],[122.147278,29.965524],[122.145334,29.966309]]],[[[122.091205,29.979609],[122.087841,29.979635],[122.086408,29.978205],[122.087124,29.976117],[122.090185,29.974396],[122.095974,29.974712],[122.098138,29.97761],[122.097931,29.979407],[122.094278,29.982419],[122.091205,29.979609]]],[[[122.055959,29.944285],[122.054815,29.943134],[122.055463,29.937829],[122.058509,29.936652],[122.061224,29.937336],[122.062934,29.939298],[122.062231,29.941589],[122.062231,29.94683],[122.058261,29.946387],[122.055959,29.944285]]],[[[122.149387,30.123547],[122.151523,30.120717],[122.154073,30.121576],[122.1506,30.126617],[122.149387,30.123547]]],[[[122.14867,29.986531],[122.147788,29.985785],[122.153329,29.984671],[122.151441,29.986721],[122.14867,29.986531]]],[[[122.076373,29.95807],[122.077696,29.961652],[122.077365,29.963474],[122.073189,29.963639],[122.070887,29.9575],[122.072582,29.950982],[122.076566,29.949425],[122.077627,29.955792],[122.076373,29.95807]]],[[[122.08434,30.24133],[122.086835,30.24186],[122.08565,30.243425],[122.08434,30.24133]]],[[[122.132377,29.983773],[122.132405,29.982571],[122.136044,29.980812],[122.139145,29.980761],[122.14113,29.978142],[122.143101,29.978331],[122.146161,29.984722],[122.143198,29.987037],[122.132377,29.983773]]],[[[122.096222,29.944842],[122.09505,29.947931],[122.094582,29.953564],[122.090943,29.956298],[122.088737,29.956171],[122.085305,29.954171],[122.081528,29.95369],[122.078854,29.948956],[122.079681,29.939589],[122.08139,29.937019],[122.086063,29.935437],[122.091632,29.936399],[122.097738,29.938741],[122.099516,29.940526],[122.09931,29.943197],[122.096222,29.944842]]],[[[121.843051,30.098222],[121.841852,30.100585],[121.840184,30.099524],[121.835097,30.098437],[121.835387,30.096692],[121.839191,30.095883],[121.843051,30.098222]]],[[[121.838557,30.054279],[121.83598,30.048968],[121.83711,30.048778],[121.839839,30.05333],[121.838557,30.054279]]],[[[122.108311,29.963069],[122.11093,29.958728],[122.114086,29.958146],[122.122894,29.959272],[122.125899,29.960854],[122.126643,29.962867],[122.128256,29.973788],[122.126561,29.977433],[122.124879,29.978344],[122.117063,29.980419],[122.112832,29.978433],[122.110213,29.973523],[122.10809,29.967815],[122.108311,29.963069]]],[[[122.05611,30.246946],[122.054291,30.2473],[122.056524,30.245003],[122.057847,30.246757],[122.05611,30.246946]]],[[[121.969092,30.064053],[121.964516,30.061284],[121.963702,30.059501],[121.964061,30.053798],[121.965949,30.050296],[121.968182,30.048816],[121.972731,30.048272],[121.975019,30.049512],[121.975212,30.055632],[121.973806,30.056542],[121.974426,30.062118],[121.971504,30.063838],[121.969092,30.064053]]],[[[122.029011,29.955032],[122.026806,29.950969],[122.026737,29.948564],[122.028253,29.94226],[122.031216,29.935196],[122.034166,29.931499],[122.036992,29.929524],[122.039321,29.929385],[122.043663,29.930778],[122.047785,29.934209],[122.052609,29.942247],[122.055628,29.946096],[122.058454,29.952906],[122.058592,29.956197],[122.056731,29.960234],[122.051093,29.964968],[122.045318,29.965702],[122.042285,29.964525],[122.038646,29.961639],[122.029011,29.955032]]],[[[122.116788,29.950184],[122.116857,29.947311],[122.120248,29.945893],[122.120992,29.947374],[122.119186,29.950437],[122.116788,29.950184]]],[[[122.084216,29.957905],[122.084106,29.955728],[122.087,29.956133],[122.087262,29.962867],[122.084767,29.96212],[122.085291,29.960145],[122.084216,29.957905]]],[[[122.096442,29.995514],[122.095932,29.993465],[122.097614,29.99182],[122.100798,29.991706],[122.101804,29.993402],[122.100991,29.996881],[122.096442,29.995514]]],[[[122.090956,29.969524],[122.089192,29.968068],[122.093341,29.961398],[122.094844,29.9605],[122.096663,29.962588],[122.094554,29.968524],[122.092831,29.970118],[122.090956,29.969524]]],[[[122.15224,29.970916],[122.15406,29.968271],[122.156127,29.969195],[122.153977,29.971068],[122.15224,29.970916]]],[[[122.14907,29.984469],[122.151206,29.980672],[122.153701,29.981343],[122.152792,29.983178],[122.14907,29.984469]]],[[[122.102356,30.001726],[122.099971,29.999234],[122.103472,29.994211],[122.108283,29.993768],[122.108628,29.996096],[122.107401,30.000664],[122.102356,30.001726]]],[[[122.081018,29.973383],[122.080384,29.970131],[122.085594,29.971713],[122.085167,29.974763],[122.081018,29.973383]]],[[[122.070832,29.951285],[122.069178,29.952311],[122.067455,29.949982],[122.068971,29.947222],[122.072086,29.94645],[122.070832,29.951285]]],[[[122.108862,29.982975],[122.105016,29.981166],[122.104024,29.978192],[122.106822,29.977319],[122.110102,29.978977],[122.112198,29.981179],[122.11166,29.983064],[122.108862,29.982975]]],[[[122.068957,29.978369],[122.066724,29.977319],[122.066945,29.972257],[122.06995,29.971283],[122.071163,29.975585],[122.070818,29.9778],[122.068957,29.978369]]],[[[122.132074,29.978255],[122.133273,29.976218],[122.138029,29.977041],[122.137478,29.978951],[122.135272,29.980217],[122.131895,29.980192],[122.132074,29.978255]]],[[[122.178306,29.982495],[122.186066,29.975522],[122.188947,29.973763],[122.190353,29.975649],[122.18812,29.978192],[122.180594,29.984304],[122.176762,29.986265],[122.175976,29.985278],[122.178306,29.982495]]],[[[122.136499,29.975282],[122.135245,29.974725],[122.137326,29.971194],[122.140386,29.970422],[122.140731,29.975396],[122.136499,29.975282]]],[[[122.147002,29.982178],[122.147347,29.979673],[122.149883,29.979255],[122.149842,29.981482],[122.147002,29.982178]]],[[[122.03163,30.204648],[122.030775,30.203537],[122.033642,30.203044],[122.03163,30.204648]]],[[[122.042423,29.981621],[122.043043,29.979837],[122.047923,29.977648],[122.051438,29.976838],[122.054181,29.977256],[122.056593,29.9809],[122.055766,29.986316],[122.054663,29.988707],[122.052196,29.989808],[122.046765,29.988695],[122.042699,29.983886],[122.042423,29.981621]]],[[[122.196156,29.97127],[122.199933,29.970903],[122.206508,29.967701],[122.208396,29.967473],[122.211181,29.971371],[122.204826,29.97389],[122.199395,29.974105],[122.192972,29.975965],[122.191759,29.974105],[122.196156,29.97127]]]]}},{"type":"Feature","properties":{"adcode":330903,"name":"普陀区","center":[122.301953,29.945614],"centroid":[122.237196,29.696713],"childrenNum":0,"level":"district","parent":{"adcode":330900},"subFeatureIndex":1,"acroutes":[100000,330000,330900]},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.207762,29.703176],[122.209885,29.703316],[122.211787,29.700055],[122.2138,29.700042],[122.215247,29.697885],[122.226577,29.693951],[122.229086,29.693481],[122.232449,29.689623],[122.234104,29.689446],[122.235951,29.686514],[122.237825,29.68555],[122.243146,29.685803],[122.244621,29.684496],[122.246096,29.679991],[122.248908,29.68244],[122.247061,29.683176],[122.250396,29.688139],[122.251692,29.687238],[122.25511,29.687809],[122.262816,29.684522],[122.265572,29.685803],[122.270866,29.685131],[122.272285,29.681476],[122.273774,29.680295],[122.272589,29.678315],[122.280156,29.675256],[122.280252,29.677313],[122.27762,29.677934],[122.279687,29.680511],[122.278474,29.684687],[122.282113,29.683963],[122.283257,29.685207],[122.281645,29.688621],[122.277951,29.688469],[122.274008,29.689332],[122.269322,29.689395],[122.265972,29.687948],[122.262319,29.688075],[122.257729,29.690829],[122.254656,29.690486],[122.251651,29.692695],[122.249142,29.69324],[122.248687,29.694789],[122.241988,29.696248],[122.241161,29.699357],[122.23879,29.700169],[122.236929,29.698126],[122.235068,29.698519],[122.233042,29.701451],[122.229638,29.701616],[122.230134,29.704001],[122.23278,29.70612],[122.22921,29.709292],[122.23125,29.710257],[122.228342,29.712097],[122.226743,29.709902],[122.225502,29.711272],[122.226192,29.714101],[122.223683,29.714012],[122.220857,29.712097],[122.217838,29.711754],[122.216846,29.713949],[122.212628,29.715713],[122.208203,29.715624],[122.207004,29.7132],[122.209003,29.708963],[122.206081,29.706552],[122.207762,29.703176]]],[[[122.330991,29.938083],[122.329062,29.931765],[122.32647,29.92979],[122.327228,29.923105],[122.334079,29.915622],[122.339165,29.911937],[122.341343,29.908202],[122.349614,29.901604],[122.362764,29.894398],[122.368291,29.892992],[122.372344,29.893195],[122.37539,29.889155],[122.376313,29.886773],[122.375445,29.884734],[122.378105,29.877679],[122.377898,29.873575],[122.376837,29.871142],[122.370014,29.864415],[122.369986,29.862008],[122.376479,29.851125],[122.375624,29.848489],[122.378326,29.843104],[122.386348,29.833993],[122.391875,29.831813],[122.397582,29.831306],[122.401938,29.832333],[122.403909,29.829722],[122.407314,29.828062],[122.412303,29.828227],[122.416177,29.829013],[122.416742,29.831623],[122.411904,29.83265],[122.41484,29.835349],[122.412855,29.842002],[122.415708,29.843738],[122.415556,29.845715],[122.413213,29.848363],[122.400546,29.852164],[122.398092,29.853596],[122.397541,29.855889],[122.398409,29.858258],[122.400711,29.858892],[122.401028,29.860551],[122.398892,29.863959],[122.399443,29.867203],[122.401814,29.870053],[122.405935,29.869825],[122.407438,29.872675],[122.409423,29.874259],[122.41251,29.874487],[122.419306,29.873068],[122.420174,29.876539],[122.418603,29.881453],[122.422311,29.883987],[122.429864,29.882353],[122.434055,29.883531],[122.437459,29.888357],[122.434854,29.891928],[122.432083,29.893993],[122.434013,29.897362],[122.431532,29.899844],[122.434027,29.902972],[122.434895,29.906214],[122.432842,29.908835],[122.42952,29.910253],[122.413613,29.912558],[122.411008,29.91542],[122.410925,29.917952],[122.413861,29.918902],[122.4175,29.918345],[122.418837,29.916673],[122.422324,29.91604],[122.430223,29.916901],[122.432911,29.919282],[122.431532,29.923827],[122.425288,29.924713],[122.424185,29.926688],[122.425288,29.931196],[122.420615,29.935234],[122.420615,29.937298],[122.425467,29.941222],[122.426005,29.943716],[122.424337,29.945779],[122.418327,29.949564],[122.413778,29.951425],[122.408954,29.951425],[122.407713,29.948361],[122.409588,29.947627],[122.410222,29.944779],[122.407837,29.943361],[122.405949,29.945096],[122.401593,29.945805],[122.398257,29.943665],[122.397872,29.93964],[122.392441,29.93983],[122.391172,29.943159],[122.389201,29.945526],[122.377154,29.948994],[122.374452,29.950577],[122.372716,29.954133],[122.370496,29.954057],[122.367795,29.952311],[122.358684,29.950083],[122.356699,29.950311],[122.355265,29.953475],[122.35328,29.955298],[122.35186,29.959095],[122.349793,29.959082],[122.347973,29.955526],[122.330991,29.938083]]],[[[122.264745,29.845385],[122.261699,29.847983],[122.24837,29.848768],[122.234448,29.846563],[122.227846,29.84223],[122.221271,29.835843],[122.221271,29.832675],[122.227308,29.826997],[122.230465,29.822688],[122.235592,29.822625],[122.241092,29.820331],[122.244703,29.816605],[122.245834,29.80957],[122.248591,29.804347],[122.267874,29.792786],[122.276545,29.785191],[122.284829,29.779663],[122.29059,29.778281],[122.29332,29.779549],[122.296807,29.778979],[122.303782,29.772474],[122.308096,29.771206],[122.310122,29.76678],[122.313045,29.766476],[122.316918,29.767427],[122.317235,29.774198],[122.326429,29.773526],[122.3284,29.775872],[122.328469,29.777711],[122.325547,29.781438],[122.322693,29.782313],[122.319895,29.785229],[122.31616,29.785787],[122.309461,29.794104],[122.308317,29.79664],[122.309461,29.798351],[122.313775,29.796462],[122.315236,29.798174],[122.313265,29.801584],[122.313844,29.803929],[122.31616,29.806375],[122.310122,29.809659],[122.305629,29.81085],[122.297069,29.811471],[122.296297,29.81502],[122.299605,29.819393],[122.309805,29.819089],[122.312604,29.82175],[122.318379,29.817834],[122.321866,29.8181],[122.323769,29.819558],[122.323769,29.821839],[122.32086,29.824615],[122.319261,29.829431],[122.317111,29.830381],[122.312921,29.828784],[122.31026,29.829798],[122.310701,29.831547],[122.30709,29.83104],[122.302927,29.833676],[122.303065,29.837288],[122.302045,29.838492],[122.297124,29.839277],[122.290976,29.841546],[122.285849,29.844701],[122.282541,29.845524],[122.278171,29.844764],[122.273994,29.842724],[122.264745,29.845385]]],[[[122.256902,30.065102],[122.250755,30.054848],[122.245972,30.049335],[122.245599,30.041254],[122.247805,30.039053],[122.251113,30.037574],[122.252574,30.033539],[122.258102,30.030593],[122.258102,30.026912],[122.256999,30.023978],[122.247805,30.01148],[122.239355,30.004864],[122.236419,30.00055],[122.236419,29.998159],[122.238253,29.995401],[122.241919,29.992642],[122.241919,29.991175],[122.238983,29.98934],[122.235868,29.985481],[122.234586,29.981811],[122.230699,29.965626],[122.239948,29.962576],[122.252354,29.955564],[122.270245,29.943096],[122.279026,29.9375],[122.281245,29.936981],[122.28804,29.937614],[122.298378,29.941463],[122.303699,29.942868],[122.308965,29.94345],[122.314037,29.942956],[122.32046,29.940184],[122.324127,29.941285],[122.329213,29.950336],[122.330674,29.958829],[122.332011,29.962171],[122.341302,29.976826],[122.343397,29.982533],[122.3441,29.98767],[122.344307,29.995274],[122.341302,29.999905],[122.340309,30.006546],[122.342088,30.009368],[122.346912,30.011531],[122.346595,30.017337],[122.343879,30.020436],[122.341674,30.021068],[122.33412,30.021258],[122.331074,30.024496],[122.328772,30.029303],[122.326787,30.03187],[122.323107,30.033957],[122.311735,30.038661],[122.309998,30.039977],[122.305036,30.0463],[122.301521,30.051788],[122.297179,30.056087],[122.293347,30.061385],[122.291624,30.065165],[122.277565,30.064773],[122.269914,30.062447],[122.265118,30.062371],[122.260417,30.063319],[122.256902,30.065102]]],[[[122.217232,29.63858],[122.213193,29.635736],[122.216171,29.630466],[122.220471,29.629997],[122.224372,29.631533],[122.226453,29.633781],[122.230671,29.632676],[122.231016,29.634758],[122.228604,29.636815],[122.226453,29.637133],[122.225296,29.635368],[122.223145,29.635901],[122.221229,29.634581],[122.221822,29.638326],[122.219465,29.640066],[122.217232,29.63858]]],[[[122.703243,30.197312],[122.702912,30.195014],[122.705517,30.19235],[122.706854,30.19336],[122.708081,30.188461],[122.711389,30.189736],[122.712547,30.187602],[122.713925,30.188145],[122.714118,30.191908],[122.711113,30.195886],[122.70928,30.196454],[122.70968,30.201277],[122.711555,30.200646],[122.712726,30.204509],[122.711348,30.206744],[122.712354,30.209206],[122.70855,30.208006],[122.707888,30.206706],[122.704718,30.207059],[122.706055,30.203171],[122.704277,30.203701],[122.702512,30.201176],[122.703243,30.197312]]],[[[122.426928,30.03211],[122.429602,30.030403],[122.429382,30.027747],[122.426983,30.026254],[122.433476,30.021992],[122.437308,30.023674],[122.436977,30.025192],[122.434358,30.024901],[122.433793,30.029429],[122.434992,30.030694],[122.430857,30.032136],[122.43167,30.033615],[122.42923,30.038054],[122.428252,30.041279],[122.424392,30.038459],[122.423868,30.035234],[122.426928,30.03211]]],[[[122.189567,29.810013],[122.193041,29.806299],[122.195632,29.804715],[122.198651,29.806084],[122.199506,29.804449],[122.201945,29.80559],[122.199533,29.807795],[122.199258,29.81085],[122.202001,29.810229],[122.202897,29.81232],[122.20116,29.815236],[122.195756,29.817555],[122.196225,29.820141],[122.193372,29.819558],[122.190615,29.820648],[122.190684,29.817023],[122.188465,29.817543],[122.184081,29.816693],[122.183723,29.815185],[122.186287,29.81464],[122.186314,29.813106],[122.189567,29.810013]]],[[[122.636087,30.204307],[122.639671,30.204092],[122.640774,30.201353],[122.643834,30.197868],[122.642621,30.196618],[122.642166,30.193411],[122.64404,30.193499],[122.646039,30.191794],[122.646287,30.18692],[122.648589,30.186516],[122.652008,30.187388],[122.653345,30.185354],[122.654544,30.189686],[122.653,30.191226],[122.653469,30.19509],[122.650877,30.202615],[122.651511,30.207817],[122.650795,30.210809],[122.64863,30.209483],[122.647542,30.211099],[122.640911,30.210923],[122.639037,30.21192],[122.638954,30.20817],[122.635577,30.207009],[122.636087,30.204307]]],[[[122.182317,29.650756],[122.18874,29.652521],[122.192503,29.655352],[122.201091,29.670915],[122.211387,29.692276],[122.205667,29.69838],[122.203641,29.701869],[122.200815,29.711183],[122.197659,29.714926],[122.182152,29.728831],[122.17763,29.731317],[122.146644,29.749634],[122.141392,29.757801],[122.139132,29.765233],[122.137822,29.774503],[122.131413,29.788653],[122.127346,29.791848],[122.120882,29.790985],[122.108545,29.783645],[122.10168,29.782884],[122.083651,29.783213],[122.075849,29.778116],[122.071411,29.772803],[122.070749,29.771053],[122.065153,29.7499],[122.054994,29.728273],[122.048626,29.721168],[122.047895,29.717971],[122.049425,29.714482],[122.051465,29.71202],[122.056565,29.711741],[122.067055,29.706856],[122.073809,29.701819],[122.079971,29.7014],[122.088434,29.707821],[122.092707,29.714482],[122.095932,29.716474],[122.103459,29.716652],[122.107084,29.715852],[122.109055,29.713898],[122.11115,29.700309],[122.114706,29.697174],[122.120909,29.69569],[122.125706,29.693139],[122.130999,29.687466],[122.133108,29.683024],[122.133108,29.679902],[122.131426,29.674533],[122.132846,29.668529],[122.138291,29.662207],[122.141475,29.660532],[122.147995,29.660367],[122.151482,29.659643],[122.158112,29.655301],[122.1608,29.655149],[122.165721,29.65652],[122.170284,29.660227],[122.17435,29.659922],[122.175728,29.657739],[122.177024,29.652432],[122.179712,29.650756],[122.182317,29.650756]]],[[[122.232601,29.682669],[122.232491,29.67994],[122.23471,29.678036],[122.233249,29.676284],[122.23471,29.674177],[122.2346,29.672007],[122.23704,29.670928],[122.239865,29.671893],[122.242002,29.670928],[122.24276,29.666942],[122.244759,29.665863],[122.245903,29.667653],[122.244524,29.668643],[122.246978,29.670839],[122.24298,29.671486],[122.242953,29.675282],[122.240058,29.676284],[122.239824,29.677871],[122.236033,29.680232],[122.234545,29.683126],[122.232601,29.682669]]],[[[122.361757,29.839569],[122.358118,29.83559],[122.364542,29.836274],[122.367299,29.834728],[122.366568,29.831737],[122.369297,29.828113],[122.372288,29.82791],[122.375941,29.825755],[122.377705,29.8263],[122.37885,29.828569],[122.377761,29.831471],[122.379222,29.832244],[122.378781,29.834373],[122.37499,29.835894],[122.372082,29.8354],[122.371172,29.838048],[122.376548,29.84],[122.376878,29.841736],[122.371765,29.84337],[122.368002,29.842458],[122.367092,29.840088],[122.362846,29.8419],[122.36093,29.841584],[122.361757,29.839569]]],[[[122.229982,29.661065],[122.233814,29.659554],[122.238514,29.659161],[122.239548,29.656012],[122.242967,29.656152],[122.245903,29.654717],[122.24349,29.661027],[122.235937,29.661179],[122.234834,29.662779],[122.231292,29.663997],[122.229334,29.662804],[122.229982,29.661065]]],[[[122.461375,29.943868],[122.459555,29.94445],[122.460465,29.946146],[122.459569,29.94864],[122.456233,29.947805],[122.455682,29.94621],[122.452897,29.945868],[122.451739,29.944501],[122.449534,29.93831],[122.45287,29.936652],[122.451988,29.934386],[122.45287,29.932664],[122.451932,29.930752],[122.456977,29.925676],[122.458273,29.925789],[122.45717,29.928664],[122.460244,29.929448],[122.467632,29.926359],[122.468046,29.927625],[122.464862,29.931411],[122.460796,29.933411],[122.462987,29.935437],[122.46154,29.936829],[122.456743,29.937133],[122.460823,29.939716],[122.462532,29.943058],[122.461375,29.943868]]],[[[122.155466,29.619444],[122.15253,29.617996],[122.151648,29.616002],[122.152075,29.613017],[122.149332,29.611099],[122.146809,29.61143],[122.144218,29.608483],[122.14845,29.607378],[122.150476,29.608648],[122.152695,29.606933],[122.156031,29.608331],[122.157533,29.610134],[122.157216,29.612268],[122.158622,29.613525],[122.160814,29.619342],[122.157823,29.618313],[122.155466,29.619444]]],[[[122.391476,29.970296],[122.394618,29.970776],[122.39761,29.973042],[122.398575,29.975142],[122.39681,29.981748],[122.393488,29.985139],[122.393157,29.987126],[122.394646,29.989416],[122.393571,29.991605],[122.394701,29.996198],[122.396727,29.999108],[122.403592,29.999677],[122.409161,29.998298],[122.414399,29.998462],[122.418272,30.000727],[122.419568,30.002498],[122.418038,30.006293],[122.404957,30.012189],[122.403344,30.015414],[122.403909,30.018159],[122.406087,30.021144],[122.410525,30.024294],[122.411104,30.027595],[122.408595,30.031718],[122.406583,30.033008],[122.403592,30.032528],[122.397775,30.02671],[122.393088,30.025179],[122.38978,30.025495],[122.382599,30.024357],[122.380007,30.024522],[122.378064,30.022333],[122.376534,30.010152],[122.373129,30.001676],[122.372288,29.988378],[122.368319,29.985519],[122.367312,29.982608],[122.367809,29.980495],[122.370841,29.977484],[122.37681,29.973295],[122.384446,29.971017],[122.391476,29.970296]]],[[[122.322363,29.832561],[122.323438,29.829887],[122.326319,29.826085],[122.332866,29.826643],[122.33084,29.829127],[122.330661,29.831332],[122.328055,29.835235],[122.325202,29.837833],[122.323066,29.837123],[122.323672,29.839696],[122.318986,29.839087],[122.319454,29.837224],[122.321853,29.835488],[122.322363,29.832561]]],[[[122.038233,29.759222],[122.035131,29.760452],[122.028653,29.757053],[122.024366,29.756837],[122.017681,29.751105],[122.017088,29.749456],[122.011354,29.746108],[122.011492,29.741491],[122.013394,29.738611],[122.013518,29.732116],[122.014965,29.728843],[122.013614,29.722627],[122.016357,29.714469],[122.020465,29.712769],[122.023566,29.71268],[122.0297,29.716918],[122.027908,29.723731],[122.029094,29.730302],[122.030541,29.731647],[122.031837,29.736823],[122.035462,29.738751],[122.037902,29.741541],[122.043581,29.742645],[122.045331,29.744484],[122.044187,29.746272],[122.043953,29.753806],[122.042464,29.755747],[122.039969,29.756685],[122.038233,29.759222]]],[[[122.716462,30.175719],[122.716324,30.172612],[122.719205,30.170402],[122.718433,30.168684],[122.720404,30.167926],[122.722789,30.168912],[122.722596,30.170276],[122.728054,30.172701],[122.72527,30.174532],[122.723216,30.17851],[122.723905,30.181516],[122.721851,30.181983],[122.720183,30.177171],[122.716462,30.175719]]],[[[122.680858,30.190532],[122.682608,30.189421],[122.683601,30.190709],[122.688453,30.191302],[122.687405,30.18788],[122.689073,30.184849],[122.689238,30.180985],[122.692202,30.181238],[122.694076,30.187691],[122.693208,30.190431],[122.692905,30.196302],[122.691912,30.199547],[122.69041,30.200873],[122.687115,30.201567],[122.686991,30.205355],[122.682029,30.206971],[122.67318,30.208322],[122.673717,30.202716],[122.675647,30.201264],[122.67664,30.197262],[122.679479,30.195317],[122.680858,30.190532]]],[[[122.226591,29.808873],[122.223793,29.804994],[122.224717,29.80185],[122.228549,29.800177],[122.229017,29.80152],[122.234393,29.801749],[122.237839,29.799086],[122.238997,29.801863],[122.235689,29.803549],[122.233966,29.806566],[122.231085,29.806971],[122.229059,29.809215],[122.226591,29.808873]]],[[[122.22644,29.648496],[122.233621,29.645894],[122.233897,29.643037],[122.236971,29.644218],[122.237701,29.647887],[122.233456,29.650109],[122.230175,29.650033],[122.22644,29.648496]]],[[[122.225061,29.738281],[122.229458,29.735656],[122.228135,29.734311],[122.231305,29.732281],[122.230313,29.731038],[122.23358,29.731013],[122.236847,29.732332],[122.240417,29.730125],[122.241271,29.731913],[122.236171,29.735288],[122.236461,29.737],[122.23431,29.739753],[122.227804,29.741009],[122.225061,29.738281]]],[[[122.197727,29.726763],[122.199575,29.723985],[122.209196,29.719684],[122.217149,29.717362],[122.22054,29.717831],[122.222194,29.720914],[122.219658,29.724111],[122.215495,29.724556],[122.214916,29.725748],[122.210809,29.726243],[122.206797,29.728843],[122.202648,29.727968],[122.199285,29.728412],[122.197727,29.726763]]],[[[122.287916,29.723947],[122.290067,29.724961],[122.29161,29.727905],[122.294092,29.729579],[122.296835,29.729985],[122.306897,29.728869],[122.310426,29.729313],[122.313169,29.731457],[122.314051,29.735212],[122.312907,29.739296],[122.309557,29.743507],[122.301618,29.748162],[122.296614,29.749621],[122.280004,29.746247],[122.267544,29.749646],[122.258377,29.753324],[122.256503,29.755366],[122.255703,29.761099],[122.256613,29.763179],[122.261589,29.767528],[122.261961,29.771332],[122.260996,29.773628],[122.255166,29.777812],[122.246151,29.783366],[122.241602,29.784912],[122.237453,29.785115],[122.233869,29.784481],[122.228728,29.781337],[122.21963,29.782884],[122.216226,29.782022],[122.214213,29.780348],[122.212545,29.774325],[122.213276,29.77151],[122.238225,29.742011],[122.24786,29.733169],[122.251568,29.73119],[122.269997,29.730734],[122.285173,29.724276],[122.287916,29.723947]]],[[[122.146809,29.629666],[122.146658,29.625933],[122.148822,29.625984],[122.150903,29.629247],[122.150889,29.632841],[122.149097,29.633539],[122.146809,29.629666]]],[[[122.282513,30.076796],[122.283395,30.073471],[122.288523,30.073332],[122.290921,30.074458],[122.300184,30.074976],[122.301673,30.086517],[122.304085,30.086555],[122.304595,30.089905],[122.301659,30.091106],[122.299205,30.09084],[122.297855,30.095782],[122.295222,30.097375],[122.295098,30.099928],[122.279522,30.102873],[122.282513,30.076796]]],[[[122.759923,30.137054],[122.759027,30.134628],[122.760019,30.130825],[122.762914,30.128652],[122.764017,30.125493],[122.767132,30.123446],[122.769434,30.123623],[122.769351,30.125404],[122.774465,30.126302],[122.777222,30.125758],[122.784789,30.125998],[122.787174,30.126592],[122.787932,30.12821],[122.781205,30.13243],[122.775623,30.139227],[122.773321,30.140414],[122.770977,30.138797],[122.766649,30.139833],[122.763424,30.142132],[122.761398,30.142309],[122.759206,30.140339],[122.759923,30.137054]]],[[[122.191332,29.786066],[122.194502,29.785014],[122.19832,29.785204],[122.198927,29.78793],[122.202001,29.790871],[122.196859,29.793546],[122.195798,29.796209],[122.194047,29.796665],[122.190877,29.793939],[122.188065,29.794662],[122.184509,29.797007],[122.182634,29.797299],[122.180429,29.794928],[122.175714,29.797185],[122.174226,29.796437],[122.17457,29.793648],[122.1824,29.788019],[122.191332,29.786066]]],[[[122.452139,29.973485],[122.450871,29.971523],[122.446639,29.971068],[122.444696,29.968233],[122.446819,29.967689],[122.447742,29.965474],[122.450237,29.964714],[122.451312,29.967701],[122.453683,29.971143],[122.452139,29.973485]]],[[[122.318434,30.054291],[122.317125,30.052357],[122.318227,30.050941],[122.318145,30.045908],[122.32013,30.049575],[122.319192,30.05223],[122.320984,30.053659],[122.318434,30.054291]]],[[[122.162868,29.606044],[122.16772,29.605473],[122.169746,29.607302],[122.165404,29.608178],[122.162868,29.606044]]],[[[122.400808,30.037523],[122.4014,30.035512],[122.39885,30.032932],[122.401028,30.032831],[122.405673,30.03641],[122.403344,30.039041],[122.400808,30.037523]]],[[[122.040741,29.760363],[122.045001,29.760033],[122.046668,29.764751],[122.043029,29.764054],[122.040534,29.761619],[122.040741,29.760363]]],[[[122.283023,29.860374],[122.285711,29.856256],[122.293402,29.852075],[122.302596,29.849959],[122.30902,29.849566],[122.323934,29.852519],[122.329089,29.856801],[122.329958,29.858942],[122.343287,29.860475],[122.344955,29.864035],[122.342418,29.865784],[122.34297,29.870762],[122.347491,29.871016],[122.349627,29.875766],[122.348442,29.878844],[122.345423,29.879553],[122.343204,29.88272],[122.340034,29.883581],[122.334396,29.881833],[122.329641,29.879363],[122.323452,29.878565],[122.319179,29.878793],[122.315443,29.880288],[122.307517,29.88234],[122.30443,29.882492],[122.301494,29.883835],[122.299343,29.881453],[122.284525,29.875576],[122.282472,29.874069],[122.281989,29.871383],[122.283023,29.860374]]],[[[122.208782,29.826769],[122.20972,29.825844],[122.213745,29.825565],[122.212215,29.827314],[122.208603,29.829165],[122.208782,29.826769]]],[[[122.384336,29.790237],[122.385631,29.791632],[122.382957,29.794586],[122.382351,29.793369],[122.384336,29.790237]]],[[[122.109289,29.676145],[122.112749,29.675396],[122.114844,29.679584],[122.111164,29.680041],[122.109289,29.676145]]],[[[122.24418,29.859614],[122.248384,29.859981],[122.250479,29.86211],[122.246399,29.863022],[122.24429,29.861274],[122.24418,29.859614]]],[[[122.164232,29.799289],[122.165969,29.798579],[122.16783,29.79593],[122.174929,29.797223],[122.178554,29.79986],[122.180001,29.80237],[122.177382,29.803929],[122.17712,29.805881],[122.174281,29.807668],[122.171717,29.805995],[122.168299,29.805399],[122.165666,29.806477],[122.161241,29.803777],[122.161103,29.802382],[122.164232,29.799289]]],[[[122.048102,29.755544],[122.051245,29.755163],[122.056441,29.7586],[122.052196,29.759805],[122.047785,29.75789],[122.048102,29.755544]]],[[[122.452773,29.95688],[122.450347,29.957855],[122.44759,29.955526],[122.444861,29.955057],[122.445316,29.950906],[122.446777,29.95121],[122.447687,29.947539],[122.450706,29.945944],[122.458866,29.950589],[122.457529,29.954538],[122.455558,29.956209],[122.452773,29.95688]]],[[[122.42373,29.873321],[122.421029,29.875133],[122.421015,29.872865],[122.422862,29.872168],[122.425329,29.867925],[122.427783,29.869369],[122.427039,29.871168],[122.42373,29.873321]]],[[[122.157657,29.804664],[122.158884,29.802877],[122.160511,29.80346],[122.157657,29.804664]]],[[[122.421277,30.044163],[122.41954,30.041292],[122.419788,30.039686],[122.423151,30.040369],[122.422531,30.043986],[122.421277,30.044163]]],[[[122.227832,29.715611],[122.22961,29.712173],[122.233387,29.709978],[122.237439,29.711716],[122.237991,29.715192],[122.235372,29.717717],[122.228617,29.717311],[122.227832,29.715611]]],[[[122.421566,30.047602],[122.420519,30.045933],[122.422793,30.044125],[122.421566,30.047602]]],[[[122.464889,29.947184],[122.466985,29.949678],[122.464696,29.953399],[122.462725,29.952982],[122.46398,29.950994],[122.462395,29.947931],[122.464104,29.94464],[122.464889,29.947184]]],[[[122.309985,30.091637],[122.310701,30.089412],[122.316298,30.0872],[122.317717,30.088312],[122.315402,30.094316],[122.312162,30.094594],[122.309985,30.091637]]],[[[122.256103,29.864707],[122.258818,29.861704],[122.260486,29.861261],[122.268495,29.861628],[122.27416,29.862401],[122.277661,29.865353],[122.27824,29.867709],[122.272203,29.873296],[122.267213,29.875804],[122.261989,29.87702],[122.259149,29.87702],[122.254697,29.875361],[122.249914,29.875601],[122.248287,29.874588],[122.247998,29.87175],[122.25194,29.867494],[122.256103,29.864707]]],[[[122.325243,29.783645],[122.327201,29.784595],[122.325271,29.786294],[122.32319,29.786142],[122.325243,29.783645]]],[[[122.470706,29.927397],[122.470817,29.926055],[122.474428,29.925005],[122.47327,29.927195],[122.470706,29.927397]]],[[[122.193758,29.766247],[122.191621,29.763927],[122.189154,29.755239],[122.191773,29.755392],[122.195205,29.754225],[122.199409,29.754402],[122.201256,29.75548],[122.202042,29.759526],[122.200319,29.765144],[122.195756,29.766539],[122.193758,29.766247]]],[[[122.196156,29.97127],[122.200402,29.969245],[122.21311,29.958171],[122.219934,29.953096],[122.233676,29.94683],[122.237384,29.944754],[122.248163,29.94126],[122.273374,29.932259],[122.27773,29.931905],[122.278378,29.934968],[122.274587,29.938905],[122.268164,29.94269],[122.253029,29.95283],[122.23981,29.960032],[122.211181,29.971371],[122.208396,29.967473],[122.206508,29.967701],[122.199933,29.970903],[122.196156,29.97127]]],[[[122.013807,29.712376],[122.010086,29.712223],[122.009052,29.70876],[122.013601,29.70848],[122.01491,29.710599],[122.013807,29.712376]]],[[[122.377347,29.959133],[122.374645,29.958462],[122.374135,29.956867],[122.375872,29.951766],[122.37896,29.951096],[122.379594,29.952804],[122.378202,29.955741],[122.379553,29.957817],[122.377347,29.959133]]],[[[122.482244,30.054949],[122.485083,30.054532],[122.482836,30.056479],[122.482244,30.054949]]],[[[122.288812,29.930752],[122.291459,29.924625],[122.303534,29.922156],[122.306732,29.922105],[122.310481,29.924245],[122.313624,29.927296],[122.31536,29.931044],[122.315512,29.935196],[122.314189,29.939754],[122.311804,29.942032],[122.307186,29.942728],[122.301549,29.941855],[122.288164,29.93612],[122.287599,29.934551],[122.288812,29.930752]]],[[[122.332797,30.086125],[122.333845,30.083382],[122.336753,30.083521],[122.335609,30.086037],[122.332797,30.086125]]],[[[122.03702,29.765487],[122.038977,29.766425],[122.040342,29.771396],[122.037047,29.771307],[122.035724,29.767211],[122.03702,29.765487]]],[[[122.21238,29.69173],[122.210877,29.689966],[122.215853,29.684319],[122.222263,29.684001],[122.229665,29.68541],[122.230189,29.686679],[122.228852,29.69074],[122.226633,29.691476],[122.21238,29.69173]]],[[[122.423923,29.947146],[122.427438,29.942728],[122.430981,29.942475],[122.43138,29.946146],[122.427976,29.94921],[122.424737,29.949286],[122.423923,29.947146]]],[[[122.378905,29.960664],[122.379621,29.958133],[122.381455,29.958703],[122.378905,29.960664]]],[[[122.300694,29.894639],[122.299205,29.8917],[122.299895,29.89056],[122.31179,29.888965],[122.314726,29.889408],[122.315016,29.893638],[122.312976,29.895284],[122.309502,29.896082],[122.300694,29.894639]]]]}},{"type":"Feature","properties":{"adcode":330921,"name":"岱山县","center":[122.201132,30.242865],"centroid":[122.172128,30.172402],"childrenNum":0,"level":"district","parent":{"adcode":330900},"subFeatureIndex":2,"acroutes":[100000,330000,330900]},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.150917,30.19009],[122.149759,30.18759],[122.14674,30.186655],[122.149056,30.185582],[122.149442,30.182943],[122.147099,30.180505],[122.145403,30.175492],[122.146506,30.172915],[122.146148,30.169429],[122.143584,30.166941],[122.144011,30.16343],[122.14572,30.160197],[122.146989,30.154348],[122.150366,30.148803],[122.150696,30.146655],[122.154914,30.144141],[122.162909,30.137913],[122.165087,30.137761],[122.16601,30.139328],[122.168037,30.13809],[122.170118,30.139138],[122.169649,30.141615],[122.171372,30.141855],[122.173275,30.144823],[122.173151,30.146958],[122.175797,30.147918],[122.176114,30.151771],[122.174584,30.152744],[122.176473,30.155157],[122.182565,30.154336],[122.184771,30.156369],[122.182662,30.158264],[122.185267,30.158744],[122.190711,30.161055],[122.187679,30.161535],[122.187775,30.163367],[122.184509,30.163455],[122.184385,30.165464],[122.18659,30.167004],[122.187748,30.170288],[122.189802,30.170263],[122.191166,30.168444],[122.19453,30.168672],[122.192572,30.172612],[122.193496,30.174608],[122.196211,30.173458],[122.19759,30.175896],[122.20127,30.173054],[122.204041,30.173989],[122.204137,30.171678],[122.207459,30.172877],[122.208107,30.175176],[122.2028,30.17731],[122.204054,30.178371],[122.204192,30.181768],[122.206108,30.182841],[122.209885,30.181781],[122.211346,30.183561],[122.209196,30.184849],[122.211994,30.186529],[122.214875,30.18687],[122.218197,30.188865],[122.216901,30.191087],[122.21413,30.189913],[122.209844,30.189799],[122.206343,30.190772],[122.202759,30.190368],[122.196363,30.193638],[122.186921,30.193726],[122.179643,30.191403],[122.178389,30.193007],[122.180194,30.194585],[122.180043,30.19629],[122.176803,30.197072],[122.17854,30.199143],[122.17661,30.200002],[122.172406,30.199118],[122.170931,30.198019],[122.166507,30.198398],[122.163584,30.196403],[122.159408,30.192262],[122.153053,30.191352],[122.150917,30.19009]]],[[[122.163061,30.329824],[122.154914,30.323797],[122.15508,30.320821],[122.153384,30.318614],[122.150049,30.319699],[122.144039,30.315537],[122.137753,30.32159],[122.136292,30.321338],[122.137188,30.317996],[122.135603,30.315878],[122.133025,30.314503],[122.130158,30.31502],[122.127071,30.316975],[122.126561,30.3199],[122.124383,30.319989],[122.123459,30.316798],[122.120675,30.318286],[122.116471,30.316596],[122.110227,30.312208],[122.106574,30.308702],[122.106932,30.305208],[122.105085,30.304237],[122.100481,30.304464],[122.096415,30.302761],[122.092817,30.299986],[122.083554,30.300554],[122.077462,30.302421],[122.077614,30.305612],[122.072541,30.307377],[122.06966,30.30681],[122.06791,30.301714],[122.064505,30.301449],[122.061528,30.303859],[122.058536,30.304628],[122.056262,30.30261],[122.053436,30.303127],[122.051631,30.301828],[122.051893,30.300087],[122.055849,30.297829],[122.057833,30.291787],[122.073602,30.286212],[122.082148,30.281178],[122.101046,30.275098],[122.115203,30.265862],[122.134445,30.251881],[122.146341,30.246252],[122.153936,30.245117],[122.163405,30.245117],[122.17741,30.243855],[122.190422,30.244069],[122.194157,30.243754],[122.198472,30.24128],[122.197603,30.239526],[122.199602,30.234326],[122.202883,30.235298],[122.208396,30.235525],[122.209168,30.234288],[122.208038,30.230123],[122.208865,30.229151],[122.216612,30.230274],[122.219437,30.231864],[122.222415,30.230413],[122.23012,30.232672],[122.231664,30.234578],[122.229431,30.237014],[122.230658,30.242315],[122.229389,30.244612],[122.228273,30.250051],[122.229403,30.260449],[122.231057,30.26272],[122.235385,30.266543],[122.237908,30.273319],[122.237191,30.277028],[122.232973,30.277078],[122.231388,30.278012],[122.223958,30.287713],[122.224482,30.290438],[122.232491,30.294083],[122.233001,30.295105],[122.239479,30.296492],[122.242277,30.298927],[122.241919,30.300781],[122.246909,30.300983],[122.248191,30.304489],[122.245668,30.304338],[122.245365,30.306595],[122.243408,30.308399],[122.241616,30.308197],[122.240734,30.305776],[122.236571,30.303871],[122.235027,30.305826],[122.231898,30.30599],[122.225378,30.313608],[122.223118,30.316899],[122.222649,30.320443],[122.221257,30.321477],[122.221629,30.324642],[122.226467,30.326357],[122.228521,30.327883],[122.228314,30.329572],[122.220981,30.333431],[122.219051,30.331829],[122.213386,30.334427],[122.211911,30.33188],[122.208989,30.329862],[122.207638,30.332006],[122.205019,30.331968],[122.204151,30.330241],[122.201008,30.330556],[122.197066,30.329774],[122.194888,30.327555],[122.193744,30.329131],[122.191277,30.329169],[122.193289,30.332624],[122.190794,30.333733],[122.191856,30.337402],[122.189802,30.338348],[122.18823,30.336482],[122.186011,30.337264],[122.181738,30.340983],[122.182689,30.344728],[122.179726,30.345799],[122.179932,30.347362],[122.178127,30.350577],[122.174598,30.35185],[122.171965,30.3503],[122.174308,30.34556],[122.175659,30.345068],[122.174143,30.342105],[122.173812,30.337579],[122.163061,30.329824]]],[[[122.317497,30.249584],[122.312728,30.248107],[122.303161,30.247186],[122.295249,30.245735],[122.277978,30.243022],[122.275704,30.240838],[122.276489,30.23738],[122.275952,30.235373],[122.280308,30.231397],[122.282403,30.230741],[122.284567,30.226816],[122.287448,30.226046],[122.291748,30.226513],[122.298475,30.234098],[122.298999,30.231839],[122.301852,30.22987],[122.305574,30.22886],[122.30862,30.230678],[122.309006,30.235323],[122.311018,30.237342],[122.31321,30.236648],[122.314809,30.232824],[122.316642,30.233228],[122.31842,30.236433],[122.320309,30.237178],[122.321797,30.235903],[122.322831,30.232458],[122.327987,30.232508],[122.329241,30.230186],[122.333445,30.230274],[122.335761,30.231801],[122.336822,30.235752],[122.339386,30.235916],[122.341192,30.233493],[122.348621,30.233228],[122.35022,30.237052],[122.351874,30.238327],[122.354796,30.236446],[122.358628,30.236206],[122.359869,30.239122],[122.362061,30.239576],[122.363287,30.244725],[122.361744,30.24841],[122.36315,30.251944],[122.363232,30.254871],[122.365162,30.255364],[122.368429,30.251994],[122.372702,30.251464],[122.376892,30.254745],[122.380724,30.253887],[122.3806,30.251906],[122.37805,30.248574],[122.378326,30.247047],[122.38406,30.246732],[122.383812,30.244498],[122.382075,30.244385],[122.381827,30.242239],[122.38344,30.2408],[122.381992,30.238125],[122.388691,30.236459],[122.391531,30.239879],[122.393171,30.239917],[122.397582,30.237292],[122.395156,30.234086],[122.395197,30.231902],[122.397169,30.225238],[122.401717,30.225137],[122.408196,30.227787],[122.41178,30.23343],[122.41087,30.235361],[122.4077,30.236017],[122.409023,30.238074],[122.413585,30.236837],[122.417169,30.238857],[122.419554,30.246833],[122.420657,30.24552],[122.423868,30.248398],[122.429258,30.248057],[122.429464,30.250859],[122.424861,30.251477],[122.424158,30.250783],[122.418851,30.251565],[122.417721,30.254102],[122.415005,30.25361],[122.414426,30.257143],[122.412166,30.258506],[122.409574,30.257017],[122.410608,30.262203],[122.40985,30.265395],[122.406266,30.266632],[122.407672,30.269306],[122.407258,30.272675],[122.402517,30.272713],[122.400339,30.27564],[122.398202,30.27535],[122.385742,30.270997],[122.381593,30.271085],[122.377678,30.272271],[122.372399,30.271313],[122.367188,30.271779],[122.358821,30.271237],[122.352825,30.269597],[122.349448,30.267376],[122.346223,30.268524],[122.339469,30.268953],[122.335843,30.268133],[122.334768,30.272776],[122.333197,30.272612],[122.331074,30.269622],[122.329186,30.270152],[122.328855,30.268297],[122.330578,30.267073],[122.330247,30.265181],[122.324527,30.26677],[122.322666,30.269975],[122.318255,30.269105],[122.31871,30.265521],[122.322955,30.265117],[122.323782,30.261749],[122.321136,30.260474],[122.320667,30.257319],[122.318186,30.2539],[122.317497,30.249584]]],[[[122.430416,30.408639],[122.434785,30.409382],[122.438562,30.411121],[122.440781,30.413552],[122.44045,30.415568],[122.438355,30.417999],[122.432704,30.420103],[122.431022,30.422534],[122.428527,30.430559],[122.428458,30.436491],[122.428996,30.438985],[122.432166,30.442424],[122.432304,30.445383],[122.428872,30.446668],[122.423689,30.446945],[122.420849,30.450383],[122.411283,30.452688],[122.402448,30.458279],[122.397803,30.459362],[122.39426,30.457574],[122.394122,30.453935],[122.392909,30.45299],[122.388457,30.453393],[122.387782,30.457838],[122.386362,30.458846],[122.383467,30.458241],[122.381441,30.455949],[122.377788,30.456214],[122.375362,30.457763],[122.373805,30.461666],[122.376851,30.464437],[122.378601,30.46795],[122.381234,30.467874],[122.38468,30.47004],[122.383398,30.472873],[122.377733,30.475353],[122.373942,30.478992],[122.371861,30.478048],[122.370097,30.474548],[122.364528,30.469851],[122.3602,30.468491],[122.356147,30.464638],[122.337001,30.465784],[122.323824,30.469876],[122.318958,30.47067],[122.314974,30.470267],[122.310825,30.46698],[122.304002,30.466565],[122.300418,30.467774],[122.298199,30.469725],[122.294478,30.475051],[122.287599,30.477406],[122.284691,30.476864],[122.278695,30.474359],[122.27784,30.471463],[122.281824,30.460105],[122.281286,30.451403],[122.279356,30.444489],[122.279674,30.435912],[122.280569,30.429639],[122.279715,30.424953],[122.28039,30.420355],[122.281893,30.418692],[122.285904,30.417042],[122.301549,30.41238],[122.31077,30.408475],[122.318324,30.407202],[122.327091,30.408576],[122.329365,30.409785],[122.344403,30.409999],[122.348056,30.41068],[122.350041,30.416853],[122.352398,30.42198],[122.354218,30.423341],[122.357333,30.423681],[122.360365,30.422736],[122.365162,30.417143],[122.370634,30.416009],[122.375459,30.41936],[122.377485,30.417936],[122.376672,30.415782],[122.378298,30.413565],[122.382819,30.413905],[122.38559,30.416664],[122.387671,30.417483],[122.39732,30.415795],[122.399856,30.418806],[122.402682,30.41907],[122.404846,30.417584],[122.407134,30.413477],[122.411118,30.411247],[122.423303,30.408752],[122.430416,30.408639]]],[[[122.327173,30.519486],[122.325754,30.521235],[122.321067,30.521008],[122.318848,30.52009],[122.317538,30.518026],[122.318255,30.515446],[122.315595,30.515559],[122.31616,30.514162],[122.318944,30.514565],[122.31922,30.51279],[122.330399,30.508398],[122.334561,30.50768],[122.336781,30.506094],[122.340447,30.506598],[122.3437,30.504018],[122.346443,30.50505],[122.343452,30.506611],[122.343452,30.509883],[122.345685,30.509845],[122.345368,30.518429],[122.344334,30.52121],[122.347505,30.521524],[122.34625,30.523299],[122.346085,30.528043],[122.342625,30.527917],[122.340309,30.525224],[122.34002,30.522355],[122.337263,30.522846],[122.336491,30.521436],[122.332011,30.519523],[122.327173,30.519486]]],[[[122.450761,30.426112],[122.450568,30.423706],[122.453297,30.421023],[122.457804,30.421124],[122.460286,30.422308],[122.465372,30.417823],[122.465372,30.417029],[122.469645,30.414409],[122.473339,30.416311],[122.475958,30.415719],[122.476882,30.412784],[122.4807,30.411398],[122.482271,30.41204],[122.480645,30.414976],[122.485731,30.415782],[122.487095,30.417243],[122.4858,30.419713],[122.489687,30.422749],[122.488667,30.425218],[122.486461,30.425722],[122.482878,30.420254],[122.480286,30.420771],[122.480906,30.424084],[122.477502,30.428518],[122.474635,30.429072],[122.47378,30.432108],[122.476303,30.434942],[122.473201,30.437171],[122.470541,30.436403],[122.470513,30.439476],[122.464269,30.436794],[122.463718,30.435358],[122.459141,30.429752],[122.459693,30.42644],[122.450761,30.426112]]],[[[122.477378,30.229782],[122.473408,30.226172],[122.474938,30.224657],[122.477736,30.227081],[122.480796,30.221413],[122.483567,30.222385],[122.485607,30.218964],[122.488887,30.218005],[122.488805,30.219923],[122.491493,30.217979],[122.495876,30.216919],[122.499005,30.215379],[122.503209,30.215922],[122.503623,30.219583],[122.502093,30.220504],[122.503595,30.223155],[122.503485,30.225667],[122.499184,30.227939],[122.49651,30.227623],[122.494332,30.229555],[122.491672,30.228166],[122.491203,30.226159],[122.488943,30.227964],[122.489508,30.231296],[122.484559,30.230527],[122.481113,30.232079],[122.478425,30.229391],[122.477378,30.229782]]],[[[122.302969,30.499096],[122.305188,30.497976],[122.304499,30.496277],[122.308565,30.495609],[122.309116,30.492991],[122.313403,30.492676],[122.314244,30.491052],[122.316697,30.492676],[122.31995,30.492916],[122.321825,30.494237],[122.324361,30.492865],[122.325878,30.494439],[122.322928,30.495358],[122.317097,30.493948],[122.314202,30.494816],[122.314078,30.496944],[122.308013,30.497082],[122.3068,30.498228],[122.308744,30.500858],[122.302969,30.499096]]],[[[122.525553,30.221539],[122.528406,30.224354],[122.528213,30.228065],[122.531439,30.227535],[122.53312,30.228835],[122.532321,30.231801],[122.529412,30.230451],[122.52292,30.231132],[122.521583,30.230287],[122.518909,30.231599],[122.516662,30.231334],[122.516538,30.229693],[122.519695,30.229693],[122.521514,30.227623],[122.52456,30.22698],[122.523458,30.222145],[122.525553,30.221539]]],[[[122.269666,30.222612],[122.27376,30.222688],[122.275538,30.225238],[122.278281,30.226765],[122.279164,30.225831],[122.282816,30.227952],[122.276476,30.227888],[122.27467,30.230224],[122.273333,30.226992],[122.271224,30.226235],[122.269666,30.222612]]],[[[122.35878,30.600083],[122.357471,30.599957],[122.355306,30.596675],[122.358945,30.595179],[122.356561,30.59333],[122.360007,30.59113],[122.362915,30.591595],[122.364845,30.589356],[122.370097,30.588703],[122.371572,30.586866],[122.374356,30.587395],[122.373846,30.58908],[122.371131,30.591205],[122.366844,30.592287],[122.366444,30.59416],[122.368856,30.595103],[122.363411,30.59709],[122.362791,30.595908],[122.359249,30.597053],[122.360158,30.599618],[122.35878,30.600083]]],[[[122.179353,30.226412],[122.17956,30.221628],[122.17832,30.215922],[122.180994,30.214786],[122.182262,30.216414],[122.186438,30.217803],[122.188823,30.216401],[122.188409,30.214192],[122.19096,30.212261],[122.197631,30.212488],[122.198555,30.213422],[122.204551,30.214091],[122.204675,30.217676],[122.202814,30.218762],[122.204785,30.221072],[122.200264,30.222928],[122.200236,30.22674],[122.194406,30.227649],[122.192944,30.229971],[122.187996,30.229946],[122.186948,30.23064],[122.18036,30.228381],[122.179353,30.226412]]],[[[122.209003,30.22236],[122.211649,30.221135],[122.210533,30.219141],[122.215729,30.21803],[122.217301,30.219658],[122.222235,30.221678],[122.227832,30.222789],[122.228314,30.220428],[122.240086,30.218194],[122.241947,30.216667],[122.24531,30.218409],[122.244083,30.222461],[122.244497,30.224859],[122.241602,30.227308],[122.23737,30.232331],[122.23125,30.232609],[122.228824,30.230627],[122.225461,30.229302],[122.224772,30.224758],[122.223614,30.223736],[122.220085,30.223458],[122.216681,30.220807],[122.213524,30.222587],[122.213455,30.22395],[122.21085,30.224468],[122.209003,30.22236]]],[[[122.441608,30.246972],[122.438645,30.244612],[122.439237,30.242693],[122.437707,30.241179],[122.439692,30.23767],[122.441746,30.243022],[122.446543,30.244334],[122.444861,30.247022],[122.441608,30.246972]]],[[[122.325629,30.226917],[122.323355,30.225553],[122.325436,30.223407],[122.328497,30.224518],[122.327545,30.220239],[122.330964,30.221097],[122.332191,30.220252],[122.335168,30.222915],[122.333473,30.224733],[122.335637,30.227775],[122.332866,30.22905],[122.329503,30.227586],[122.325629,30.226917]]],[[[122.559186,30.218699],[122.561529,30.217588],[122.564079,30.219494],[122.564768,30.22236],[122.561474,30.222183],[122.558786,30.219532],[122.559186,30.218699]]],[[[122.092238,30.324074],[122.096884,30.3227],[122.099144,30.320506],[122.10033,30.322902],[122.099034,30.324743],[122.101529,30.325865],[122.099944,30.327303],[122.096746,30.32497],[122.096622,30.32734],[122.092101,30.326395],[122.092238,30.324074]]],[[[122.358642,30.280384],[122.35878,30.275918],[122.363094,30.275224],[122.375762,30.278037],[122.377513,30.280358],[122.376217,30.282364],[122.37346,30.280421],[122.369793,30.279665],[122.366237,30.277621],[122.363866,30.278466],[122.363715,30.28003],[122.360503,30.279601],[122.358642,30.280384]]],[[[122.386293,30.600309],[122.38599,30.598976],[122.388057,30.596927],[122.388016,30.594802],[122.39018,30.595405],[122.39098,30.598511],[122.38905,30.598486],[122.386293,30.600309]]],[[[122.49039,30.410894],[122.48948,30.408916],[122.492209,30.407152],[122.494677,30.408928],[122.499074,30.409029],[122.499308,30.409936],[122.493657,30.412494],[122.493078,30.414232],[122.490321,30.414598],[122.491727,30.412355],[122.49039,30.410894]]],[[[121.957431,30.287663],[121.960339,30.288899],[121.962145,30.291371],[121.968279,30.29455],[121.979871,30.288508],[121.988996,30.28953],[121.999748,30.303455],[122.000878,30.308525],[121.995612,30.321792],[121.992745,30.328084],[121.98617,30.331048],[121.985743,30.333973],[121.988734,30.337781],[121.989106,30.340025],[121.986722,30.341323],[121.984103,30.340378],[121.983565,30.342546],[121.980988,30.343404],[121.978024,30.34208],[121.977335,30.338651],[121.976067,30.337617],[121.968072,30.337781],[121.962986,30.334969],[121.960504,30.33449],[121.944226,30.333733],[121.940242,30.331741],[121.92774,30.313671],[121.920875,30.310921],[121.919759,30.30913],[121.921482,30.307554],[121.931517,30.304388],[121.95426,30.29127],[121.956245,30.287953],[121.957431,30.287663]]],[[[122.46828,30.24027],[122.470706,30.242126],[122.469204,30.245016],[122.465206,30.242946],[122.462353,30.244132],[122.460906,30.242504],[122.464173,30.240497],[122.465427,30.241394],[122.46828,30.24027]]],[[[122.214544,30.184066],[122.218155,30.183751],[122.217535,30.181086],[122.22236,30.180227],[122.22524,30.181414],[122.220375,30.182273],[122.220526,30.185266],[122.216446,30.18538],[122.214544,30.186504],[122.214544,30.184066]]],[[[122.588091,30.20264],[122.584411,30.203549],[122.583542,30.201605],[122.584879,30.200368],[122.587443,30.20105],[122.587402,30.198247],[122.585486,30.196908],[122.588367,30.19581],[122.589166,30.193701],[122.591165,30.195077],[122.591606,30.19807],[122.591013,30.201908],[122.593329,30.204938],[122.591096,30.20514],[122.588091,30.20264]]],[[[122.15683,30.235247],[122.160648,30.233177],[122.160097,30.234641],[122.164315,30.237532],[122.158664,30.2382],[122.15683,30.235247]]],[[[122.127787,30.218345],[122.126285,30.215417],[122.127498,30.210481],[122.126409,30.208107],[122.128614,30.207287],[122.136044,30.210014],[122.138759,30.209976],[122.140675,30.214382],[122.144783,30.21572],[122.146809,30.214634],[122.148064,30.216149],[122.151909,30.216048],[122.153881,30.21808],[122.150655,30.217954],[122.146947,30.222006],[122.145734,30.220895],[122.141392,30.222776],[122.136333,30.222688],[122.132722,30.221628],[122.127787,30.218345]]],[[[122.530129,30.433254],[122.526669,30.434148],[122.528999,30.431503],[122.531452,30.43134],[122.532362,30.433834],[122.530129,30.433254]]],[[[122.499363,30.406119],[122.501514,30.407719],[122.506407,30.407719],[122.508171,30.405804],[122.508888,30.409382],[122.505401,30.41102],[122.500025,30.409521],[122.499363,30.406119]]],[[[122.123694,30.334414],[122.124452,30.332233],[122.127305,30.33164],[122.131785,30.332561],[122.133549,30.335045],[122.129441,30.334906],[122.128394,30.336381],[122.123694,30.334414]]],[[[121.596565,30.245318],[121.59662,30.244498],[121.60081,30.24441],[121.604642,30.245192],[121.603278,30.246492],[121.598384,30.24499],[121.596565,30.245318]]],[[[122.259053,30.519863],[122.257826,30.517371],[122.258984,30.515244],[122.257233,30.513709],[122.257371,30.511834],[122.261658,30.510802],[122.26997,30.510537],[122.275221,30.513155],[122.274656,30.517157],[122.276352,30.51975],[122.276379,30.522003],[122.277909,30.524494],[122.274505,30.525954],[122.271637,30.525803],[122.269666,30.5272],[122.267571,30.526898],[122.265765,30.524419],[122.262113,30.522141],[122.261079,30.519838],[122.259053,30.519863]]],[[[122.570668,30.208132],[122.571054,30.211364],[122.569524,30.210493],[122.567897,30.206188],[122.569414,30.206037],[122.570668,30.208132]]],[[[122.467495,30.408878],[122.470293,30.406068],[122.468446,30.405527],[122.47072,30.404002],[122.473118,30.404834],[122.474566,30.40312],[122.476372,30.403599],[122.477833,30.410503],[122.475572,30.410516],[122.473587,30.408966],[122.470527,30.409785],[122.467495,30.408878]]],[[[121.720552,30.244801],[121.722634,30.246656],[121.725928,30.246719],[121.727871,30.248511],[121.722289,30.249243],[121.719684,30.248347],[121.718678,30.245912],[121.720552,30.244801]]],[[[122.369973,30.484191],[122.37204,30.481938],[122.375045,30.481522],[122.381799,30.482303],[122.377071,30.486004],[122.375087,30.484405],[122.369973,30.484191]]],[[[122.164232,30.131836],[122.165128,30.129385],[122.16805,30.129663],[122.169732,30.128702],[122.17049,30.13224],[122.169071,30.135007],[122.168492,30.133769],[122.164232,30.131836]]],[[[122.123735,30.164908],[122.129827,30.165261],[122.128945,30.167194],[122.13002,30.169152],[122.127029,30.167131],[122.125375,30.16751],[122.122701,30.166019],[122.123735,30.164908]]],[[[122.331171,30.595694],[122.327532,30.594751],[122.326181,30.593255],[122.326015,30.590136],[122.32953,30.590161],[122.331612,30.59162],[122.338642,30.592349],[122.341343,30.593607],[122.343755,30.598235],[122.343204,30.59963],[122.340116,30.5987],[122.334341,30.59831],[122.333734,30.596713],[122.331171,30.595694]]],[[[122.264139,30.269887],[122.260982,30.26725],[122.256489,30.258897],[122.254559,30.253231],[122.254628,30.240826],[122.254242,30.237355],[122.257192,30.234717],[122.26163,30.234717],[122.267089,30.237935],[122.276296,30.244246],[122.280611,30.246114],[122.291872,30.248309],[122.312479,30.249306],[122.315829,30.250152],[122.31718,30.25472],[122.317235,30.257673],[122.31434,30.257673],[122.312921,30.258821],[122.312094,30.262808],[122.312921,30.265117],[122.310674,30.265698],[122.307586,30.264916],[122.304816,30.262531],[122.301659,30.264524],[122.301783,30.270051],[122.300115,30.271022],[122.293485,30.270556],[122.264139,30.269887]]],[[[122.413916,30.484116],[122.41251,30.483159],[122.415198,30.481762],[122.417721,30.485236],[122.413916,30.484116]]],[[[121.646532,30.255389],[121.647483,30.253622],[121.653851,30.256764],[121.652859,30.25819],[121.648131,30.257812],[121.646532,30.255389]]],[[[122.26979,30.43372],[122.27438,30.433594],[122.276531,30.434904],[122.277702,30.437323],[122.276159,30.438821],[122.275649,30.436605],[122.273002,30.435924],[122.26979,30.43372]]],[[[122.568669,30.219608],[122.566533,30.219696],[122.567884,30.21572],[122.571109,30.21779],[122.571412,30.219444],[122.568669,30.219608]]],[[[122.272919,30.481686],[122.275428,30.479621],[122.27835,30.47942],[122.281603,30.480767],[122.280445,30.481585],[122.272919,30.481686]]],[[[122.593922,30.208183],[122.593577,30.20634],[122.595534,30.206756],[122.596885,30.209079],[122.59621,30.210657],[122.59388,30.210342],[122.593922,30.208183]]],[[[121.60223,30.278857],[121.599763,30.275085],[121.60252,30.275804],[121.603815,30.278037],[121.60223,30.278857]]],[[[122.034855,30.282175],[122.037226,30.283462],[122.037392,30.287133],[122.035738,30.285505],[122.034855,30.282175]]],[[[122.941651,30.43571],[122.939391,30.438695],[122.936565,30.439615],[122.935366,30.438695],[122.937034,30.434879],[122.934442,30.432587],[122.936151,30.430055],[122.942092,30.434489],[122.941651,30.43571]]],[[[122.51567,30.437184],[122.513161,30.434262],[122.520246,30.435005],[122.517793,30.43736],[122.51567,30.437184]]],[[[122.49396,30.245243],[122.493836,30.248486],[122.491038,30.247161],[122.49396,30.245243]]],[[[121.608075,30.247792],[121.606338,30.245217],[121.60846,30.245293],[121.610404,30.248032],[121.608075,30.247792]]],[[[122.506379,30.44027],[122.504353,30.439502],[122.504436,30.434942],[122.507234,30.435421],[122.508626,30.440799],[122.506379,30.44027]]],[[[121.582436,30.281885],[121.582491,30.279526],[121.583911,30.278718],[121.585827,30.279929],[121.58529,30.281544],[121.582436,30.281885]]],[[[121.896643,30.338701],[121.898049,30.336658],[121.897746,30.332863],[121.899317,30.332346],[121.90257,30.335763],[121.90115,30.33623],[121.900241,30.339823],[121.896643,30.338701]]],[[[121.919511,30.32647],[121.922212,30.325941],[121.924845,30.327176],[121.923288,30.329081],[121.919511,30.32647]]],[[[122.453228,30.435584],[122.457226,30.431642],[122.457915,30.4343],[122.457226,30.437839],[122.453228,30.435584]]],[[[122.383274,30.232786],[122.383564,30.230703],[122.385976,30.230691],[122.385742,30.233783],[122.383274,30.232786]]],[[[122.448128,30.435811],[122.449217,30.435307],[122.451367,30.437423],[122.450416,30.439212],[122.448225,30.437423],[122.448128,30.435811]]],[[[122.932471,30.428316],[122.930307,30.426603],[122.933684,30.425709],[122.935324,30.427422],[122.932471,30.428316]]],[[[122.946241,30.437285],[122.944877,30.43867],[122.942354,30.436428],[122.946048,30.436227],[122.946241,30.437285]]],[[[122.1451,30.236421],[122.144604,30.234326],[122.14765,30.231902],[122.148257,30.234414],[122.147126,30.236408],[122.1451,30.236421]]]]}},{"type":"Feature","properties":{"adcode":330922,"name":"嵊泗县","center":[122.457809,30.727166],"centroid":[122.626275,30.819827],"childrenNum":0,"level":"district","parent":{"adcode":330900},"subFeatureIndex":3,"acroutes":[100000,330000,330900]},"geometry":{"type":"MultiPolygon","coordinates":[[[[122.625087,30.81755],[122.628368,30.816873],[122.628933,30.815355],[122.63446,30.814301],[122.637727,30.814439],[122.639795,30.816333],[122.636252,30.8174],[122.636018,30.82011],[122.632613,30.8209],[122.632062,30.822042],[122.626342,30.823509],[122.625225,30.824839],[122.622289,30.822656],[122.622303,30.825956],[122.619215,30.823773],[122.615866,30.824751],[122.614984,30.821678],[122.612585,30.819896],[122.610338,30.821025],[122.609236,30.819859],[122.610283,30.817462],[122.61129,30.819257],[122.615549,30.818027],[122.615618,30.82016],[122.618692,30.822092],[122.621283,30.820323],[122.624522,30.819984],[122.625087,30.81755]]],[[[122.427617,30.738541],[122.432566,30.73795],[122.435006,30.738465],[122.435116,30.734322],[122.441691,30.733078],[122.442421,30.728859],[122.441333,30.723924],[122.442532,30.716351],[122.440064,30.712935],[122.439196,30.710159],[122.435695,30.707609],[122.430292,30.706542],[122.426735,30.699482],[122.427631,30.696003],[122.43411,30.692825],[122.435392,30.691129],[122.437059,30.691757],[122.437735,30.694847],[122.441718,30.695701],[122.444227,30.697096],[122.446143,30.694671],[122.450471,30.695726],[122.449879,30.691455],[122.452635,30.690551],[122.454358,30.691468],[122.455158,30.694684],[122.457529,30.695274],[122.459224,30.690689],[122.462257,30.688465],[122.463594,30.688641],[122.465965,30.691908],[122.466447,30.695174],[122.471395,30.698402],[122.478549,30.700512],[122.482878,30.700764],[122.484862,30.702221],[122.487137,30.701203],[122.487826,30.698616],[122.490486,30.695777],[122.494236,30.697837],[122.499598,30.703226],[122.502079,30.703138],[122.502175,30.698967],[122.503719,30.697272],[122.505911,30.697686],[122.510156,30.694923],[122.51312,30.696154],[122.512527,30.700538],[122.513795,30.702045],[122.517889,30.700789],[122.521321,30.703301],[122.52303,30.701731],[122.52321,30.698905],[122.528861,30.700023],[122.53097,30.697108],[122.532679,30.696681],[122.535202,30.698314],[122.536415,30.701228],[122.539433,30.702271],[122.539668,30.703703],[122.535877,30.706705],[122.530129,30.707911],[122.528434,30.709883],[122.526669,30.713977],[122.527745,30.715723],[122.531384,30.715007],[122.536277,30.717544],[122.537435,30.720935],[122.536043,30.722568],[122.531521,30.723283],[122.528351,30.724903],[122.52598,30.72371],[122.523692,30.720684],[122.519957,30.720935],[122.519006,30.719792],[122.519295,30.716351],[122.516483,30.715823],[122.514498,30.719993],[122.509219,30.720721],[122.506159,30.720056],[122.504877,30.713249],[122.500921,30.713111],[122.495655,30.711063],[122.48653,30.711126],[122.482285,30.713462],[122.478398,30.713362],[122.473629,30.715221],[122.472677,30.717896],[122.473174,30.720433],[122.4705,30.722969],[122.467577,30.724489],[122.467081,30.730278],[122.465248,30.731232],[122.460437,30.730291],[122.456826,30.735351],[122.452456,30.738942],[122.450444,30.743023],[122.44522,30.745032],[122.44278,30.743274],[122.438631,30.742684],[122.434978,30.743023],[122.432166,30.742307],[122.428541,30.743538],[122.428031,30.740801],[122.422986,30.739671],[122.42424,30.737825],[122.427617,30.738541]]],[[[122.675261,30.848785],[122.67154,30.848735],[122.670065,30.849826],[122.667087,30.849675],[122.666632,30.847681],[122.669431,30.847832],[122.669196,30.845574],[122.674434,30.844884],[122.674544,30.84289],[122.681106,30.840645],[122.684951,30.841284],[122.688011,30.838099],[122.690038,30.839704],[122.693649,30.83993],[122.695469,30.839027],[122.697564,30.845035],[122.696461,30.846389],[122.698501,30.848133],[122.699907,30.846138],[122.701451,30.846515],[122.703257,30.84452],[122.7056,30.848145],[122.704428,30.850215],[122.699673,30.853024],[122.699411,30.851557],[122.696433,30.852986],[122.695565,30.852271],[122.693332,30.854529],[122.692808,30.853087],[122.694848,30.849588],[122.692905,30.848434],[122.690107,30.849111],[122.686826,30.853325],[122.68349,30.854391],[122.682649,30.857025],[122.67952,30.85868],[122.679148,30.861088],[122.675427,30.859859],[122.67562,30.858241],[122.673648,30.855896],[122.676488,30.850892],[122.675261,30.848785]]],[[[122.782818,30.789757],[122.77973,30.788226],[122.776353,30.789343],[122.776932,30.792016],[122.775623,30.791614],[122.775692,30.78805],[122.778669,30.78485],[122.777415,30.783369],[122.782156,30.782315],[122.784775,30.785226],[122.789159,30.784599],[122.789228,30.781687],[122.790785,30.78062],[122.788952,30.778976],[122.791653,30.778512],[122.792398,30.776165],[122.795968,30.775248],[122.796657,30.776353],[122.794107,30.779014],[122.795127,30.780043],[122.791929,30.78485],[122.790027,30.78485],[122.789434,30.787109],[122.791764,30.788125],[122.787256,30.790874],[122.782818,30.789757]]],[[[122.665985,30.80878],[122.663545,30.807538],[122.662993,30.80469],[122.668176,30.806685],[122.668645,30.805355],[122.671319,30.809182],[122.66706,30.81001],[122.665985,30.80878]]],[[[122.727765,30.789531],[122.724829,30.792179],[122.72283,30.792267],[122.722844,30.79051],[122.727255,30.787008],[122.727765,30.789531]]],[[[121.969712,30.789192],[121.943688,30.777093],[121.952055,30.764152],[121.955584,30.756859],[121.958616,30.740499],[121.95987,30.728545],[121.961139,30.705889],[121.963661,30.696895],[121.968196,30.68834],[121.997032,30.658813],[122.015006,30.645302],[122.024407,30.643694],[122.026819,30.642374],[122.041389,30.632369],[122.05283,30.625404],[122.05662,30.621809],[122.071011,30.611274],[122.079585,30.605968],[122.086973,30.601931],[122.090736,30.600334],[122.096704,30.599605],[122.099489,30.601013],[122.111784,30.598272],[122.123087,30.59836],[122.125031,30.59709],[122.13326,30.595531],[122.134486,30.595908],[122.136912,30.600259],[122.13439,30.604358],[122.136485,30.610255],[122.134293,30.612405],[122.13195,30.610607],[122.12674,30.609828],[122.113617,30.613775],[122.112322,30.615863],[122.113576,30.621092],[122.111233,30.622966],[122.102135,30.622991],[122.087952,30.629188],[122.087593,30.631614],[122.079199,30.634795],[122.078441,30.636793],[122.08139,30.638276],[122.081583,30.639646],[122.075229,30.647829],[122.072527,30.649462],[122.063264,30.650204],[122.034511,30.661627],[122.024352,30.662482],[122.02183,30.663236],[122.013628,30.667169],[122.010968,30.669494],[121.9928,30.695362],[121.98901,30.703163],[121.988252,30.711151],[121.989906,30.724753],[121.990788,30.739357],[121.988004,30.753331],[121.969712,30.789192]]],[[[122.466268,30.743199],[122.470003,30.747229],[122.468887,30.750016],[122.470072,30.752578],[122.465744,30.7548],[122.46103,30.754272],[122.456578,30.75485],[122.452594,30.757574],[122.452291,30.760261],[122.451354,30.75667],[122.452429,30.755754],[122.451864,30.752151],[122.452966,30.751284],[122.450816,30.747166],[122.452098,30.74335],[122.455516,30.743161],[122.459955,30.74188],[122.466268,30.743199]]],[[[122.077875,30.596424],[122.06365,30.594324],[122.057296,30.594714],[122.055146,30.591683],[122.054746,30.587382],[122.058468,30.582414],[122.061293,30.582616],[122.067496,30.577069],[122.068034,30.575698],[122.071755,30.572529],[122.073465,30.572189],[122.07527,30.573812],[122.078248,30.573271],[122.080687,30.577132],[122.085222,30.578843],[122.08547,30.580792],[122.083899,30.583911],[122.081707,30.584942],[122.082245,30.587231],[122.085567,30.58708],[122.087855,30.589231],[122.09625,30.590161],[122.097559,30.587193],[122.101446,30.585797],[122.102466,30.587219],[122.100123,30.588967],[122.100081,30.592437],[122.094761,30.592337],[122.08944,30.594877],[122.08496,30.593695],[122.083348,30.595946],[122.077875,30.596424]]],[[[122.737992,30.810298],[122.735318,30.809621],[122.739192,30.808303],[122.737992,30.810298]]],[[[122.668617,30.784988],[122.67482,30.783683],[122.675854,30.786456],[122.667818,30.787372],[122.666233,30.786419],[122.668617,30.784988]]],[[[122.456784,30.624084],[122.457584,30.62196],[122.462546,30.619257],[122.465785,30.61986],[122.468363,30.618415],[122.468749,30.620502],[122.462822,30.622827],[122.461237,30.622186],[122.459293,30.625832],[122.456784,30.624084]]],[[[122.570696,30.644297],[122.572722,30.644536],[122.573645,30.647188],[122.569786,30.649613],[122.567704,30.652567],[122.570461,30.654779],[122.576499,30.654489],[122.582922,30.655105],[122.584218,30.656463],[122.5847,30.659793],[122.588381,30.662746],[122.587898,30.66536],[122.585624,30.665938],[122.581571,30.66541],[122.57563,30.66585],[122.573066,30.667307],[122.571523,30.671027],[122.566078,30.673452],[122.563032,30.676455],[122.562315,30.679307],[122.55869,30.679068],[122.555409,30.674821],[122.554789,30.67256],[122.555988,30.669896],[122.555754,30.667433],[122.550392,30.665938],[122.548035,30.663475],[122.548558,30.661451],[122.550929,30.658875],[122.550736,30.657091],[122.546725,30.655168],[122.54707,30.650769],[122.553907,30.648331],[122.560371,30.648708],[122.566836,30.644875],[122.570696,30.644297]]],[[[122.424971,30.621193],[122.426018,30.619948],[122.423965,30.612267],[122.426611,30.611223],[122.42883,30.615837],[122.433159,30.618075],[122.431339,30.619295],[122.433103,30.620602],[122.433062,30.622563],[122.430788,30.623305],[122.428045,30.622211],[122.425384,30.623368],[122.424971,30.621193]]],[[[122.76698,30.795266],[122.763369,30.794224],[122.764513,30.792279],[122.763079,30.789104],[122.766374,30.788929],[122.766332,30.790623],[122.771198,30.790547],[122.773528,30.792982],[122.772893,30.794739],[122.769875,30.796169],[122.76698,30.795266]]],[[[122.665419,30.791991],[122.668355,30.791991],[122.667253,30.793358],[122.671043,30.795981],[122.668493,30.79637],[122.664179,30.794312],[122.662787,30.792857],[122.665419,30.791991]]],[[[122.522272,30.638037],[122.523802,30.637862],[122.521914,30.641771],[122.522769,30.643555],[122.518826,30.646559],[122.516883,30.649186],[122.514539,30.64901],[122.512775,30.646924],[122.514126,30.645642],[122.514236,30.641771],[122.516166,30.641393],[122.518096,30.64353],[122.519653,30.643266],[122.520701,30.63991],[122.520108,30.637824],[122.522272,30.638037]]],[[[122.143584,30.610921],[122.148601,30.610959],[122.146244,30.613637],[122.150986,30.616994],[122.14998,30.619081],[122.146782,30.619471],[122.146851,30.618402],[122.142081,30.617157],[122.140855,30.615083],[122.137353,30.616089],[122.136085,30.615347],[122.138001,30.611676],[122.143584,30.610921]]],[[[122.526297,30.666742],[122.530901,30.661916],[122.533699,30.663914],[122.535836,30.663701],[122.537256,30.661577],[122.539571,30.660647],[122.540881,30.657883],[122.544602,30.658348],[122.545912,30.660899],[122.544864,30.663349],[122.541666,30.663739],[122.540646,30.665209],[122.536511,30.666717],[122.535533,30.669695],[122.533382,30.672271],[122.531067,30.671366],[122.523168,30.671127],[122.52383,30.668225],[122.526297,30.666742]]],[[[122.641601,30.77078],[122.642166,30.769085],[122.647004,30.77019],[122.641601,30.77078]]],[[[122.416797,30.682046],[122.413971,30.680789],[122.413406,30.675826],[122.408788,30.672472],[122.409478,30.670775],[122.415736,30.668991],[122.417183,30.670562],[122.425729,30.668878],[122.429203,30.67075],[122.43116,30.67065],[122.434647,30.672735],[122.435447,30.674658],[122.432139,30.676153],[122.429754,30.679093],[122.424805,30.67952],[122.42515,30.682008],[122.427066,30.683189],[122.426198,30.684483],[122.422242,30.684747],[122.420932,30.683453],[122.416797,30.682046]]],[[[121.618109,30.604811],[121.620632,30.606232],[121.627165,30.606458],[121.637421,30.608872],[121.637035,30.61062],[121.632169,30.611223],[121.633299,30.613599],[121.631397,30.615347],[121.626683,30.612996],[121.628254,30.610582],[121.62405,30.610419],[121.617696,30.608457],[121.616979,30.605188],[121.618109,30.604811]]],[[[122.153853,30.578943],[122.155245,30.580339],[122.159408,30.580792],[122.162399,30.582729],[122.166782,30.582716],[122.167885,30.583697],[122.162123,30.58459],[122.15672,30.584515],[122.152612,30.581949],[122.153853,30.578943]]],[[[122.756628,30.798566],[122.759165,30.798328],[122.759385,30.799809],[122.757317,30.801201],[122.753954,30.798654],[122.756628,30.798566]]],[[[122.479556,30.671353],[122.482726,30.66791],[122.483277,30.664631],[122.484807,30.664417],[122.4858,30.667156],[122.485083,30.669054],[122.482464,30.670273],[122.481623,30.672497],[122.479556,30.671353]]],[[[122.392413,30.764805],[122.393364,30.763236],[122.397375,30.76419],[122.399277,30.768043],[122.39557,30.768596],[122.394026,30.764981],[122.392413,30.764805]]],[[[122.754905,30.807513],[122.757069,30.80548],[122.757552,30.807651],[122.754464,30.809106],[122.751583,30.808316],[122.754905,30.807513]]],[[[122.648369,30.812507],[122.651594,30.815167],[122.661298,30.817099],[122.662387,30.81809],[122.660623,30.819846],[122.65544,30.820787],[122.652586,30.822255],[122.652021,30.8244],[122.64648,30.827198],[122.643337,30.826746],[122.643434,30.820837],[122.640567,30.817989],[122.64025,30.816308],[122.645226,30.813297],[122.648369,30.812507]]],[[[122.78126,30.694194],[122.789062,30.695086],[122.791736,30.698415],[122.787629,30.71149],[122.788525,30.716313],[122.790606,30.717444],[122.795858,30.715585],[122.799483,30.716477],[122.799607,30.723045],[122.797939,30.725544],[122.792811,30.729487],[122.791268,30.729914],[122.782101,30.73004],[122.778765,30.729449],[122.776078,30.727603],[122.773569,30.723723],[122.763562,30.718247],[122.757483,30.713889],[122.756049,30.709066],[122.7582,30.702145],[122.762004,30.701002],[122.768689,30.705298],[122.772563,30.705235],[122.775182,30.704168],[122.776739,30.701781],[122.77769,30.697246],[122.778821,30.695274],[122.78126,30.694194]]],[[[122.130723,30.58459],[122.135355,30.586439],[122.136719,30.588929],[122.13563,30.590815],[122.131454,30.591167],[122.128601,30.58752],[122.130723,30.58459]]],[[[121.721379,30.56907],[121.724508,30.567736],[121.726576,30.569409],[121.728823,30.569447],[121.729553,30.571761],[121.732007,30.573409],[121.728905,30.576038],[121.725942,30.571824],[121.72171,30.571749],[121.721379,30.56907]]],[[[122.139711,30.562617],[122.142619,30.563195],[122.144604,30.562365],[122.146947,30.563183],[122.144094,30.566478],[122.140469,30.565912],[122.138194,30.564478],[122.139711,30.562617]]],[[[122.746952,30.708376],[122.750122,30.709594],[122.747172,30.710511],[122.746952,30.708376]]],[[[122.391558,30.740625],[122.393957,30.742646],[122.39517,30.746112],[122.395625,30.754097],[122.395266,30.760512],[122.394164,30.762018],[122.386789,30.760574],[122.386362,30.759382],[122.390828,30.750782],[122.39058,30.741052],[122.391558,30.740625]]],[[[122.428513,30.688302],[122.427259,30.68638],[122.427934,30.684483],[122.431863,30.684357],[122.434634,30.691041],[122.431698,30.688403],[122.428513,30.688302]]],[[[122.472981,30.748761],[122.475241,30.746526],[122.474511,30.749301],[122.472981,30.748761]]],[[[122.284994,30.63585],[122.286924,30.635938],[122.28975,30.639232],[122.294064,30.639483],[122.295746,30.640727],[122.297331,30.644284],[122.297014,30.645692],[122.292603,30.650556],[122.289819,30.65087],[122.284732,30.648696],[122.283878,30.64524],[122.280101,30.642562],[122.277192,30.63893],[122.278075,30.636793],[122.284994,30.63585]]],[[[122.836272,30.698691],[122.839498,30.701153],[122.839911,30.703766],[122.837995,30.715384],[122.836824,30.719164],[122.833543,30.725217],[122.831076,30.72852],[122.828801,30.7297],[122.822709,30.728884],[122.818725,30.729575],[122.816603,30.733367],[122.814604,30.73289],[122.804252,30.723007],[122.803839,30.719365],[122.807684,30.71448],[122.810772,30.712483],[122.814673,30.711993],[122.818587,30.712533],[122.824625,30.711151],[122.826817,30.709154],[122.828939,30.703653],[122.830855,30.700626],[122.833405,30.698967],[122.836272,30.698691]]],[[[122.697522,30.832717],[122.699466,30.833395],[122.696888,30.834197],[122.697522,30.832717]]],[[[122.448169,30.763637],[122.450003,30.761729],[122.451147,30.763637],[122.450637,30.766198],[122.447839,30.767089],[122.448169,30.763637]]],[[[122.429051,30.692762],[122.426239,30.691242],[122.426735,30.689734],[122.428996,30.689646],[122.431822,30.692762],[122.429051,30.692762]]],[[[121.574621,30.581421],[121.571809,30.577736],[121.571161,30.574994],[121.574262,30.574453],[121.574249,30.57805],[121.575999,30.579585],[121.574621,30.581421]]],[[[121.587729,30.594223],[121.590472,30.591746],[121.592692,30.592513],[121.591878,30.595581],[121.58835,30.595984],[121.587729,30.594223]]],[[[121.586585,30.572529],[121.585579,30.570416],[121.587274,30.569107],[121.589797,30.569284],[121.58817,30.572541],[121.586585,30.572529]]],[[[122.797581,30.694621],[122.797718,30.692548],[122.800461,30.692561],[122.798408,30.695249],[122.797581,30.694621]]]]}},{"type":"Feature","properties":{"adcode":331002,"name":"椒江区","center":[121.431049,28.67615],"centroid":[121.452074,28.660696],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":0,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.587419,28.672207],[121.55261,28.672539],[121.546651,28.675275],[121.541338,28.678342],[121.537348,28.682459],[121.533359,28.691262],[121.531108,28.691249],[121.53043,28.693121],[121.538623,28.69652],[121.537613,28.698378],[121.538093,28.700808],[121.535908,28.701047],[121.532813,28.699812],[121.533773,28.697263],[121.531605,28.699215],[121.529056,28.697993],[121.524206,28.705348],[121.517287,28.717893],[121.514854,28.717906],[121.510418,28.722021],[121.509127,28.725526],[121.505816,28.728738],[121.502936,28.726149],[121.496365,28.727623],[121.491929,28.729547],[121.490307,28.728897],[121.486202,28.731578],[121.484249,28.731976],[121.476237,28.72684],[121.472778,28.726667],[121.461688,28.731259],[121.460512,28.735812],[121.461704,28.739315],[121.459172,28.743045],[121.454173,28.743761],[121.453627,28.74757],[121.450283,28.750503],[121.44732,28.74818],[121.440054,28.746177],[121.438746,28.747729],[121.438332,28.750755],[121.434856,28.754669],[121.434227,28.759446],[121.432208,28.760906],[121.425306,28.757429],[121.417013,28.757761],[121.415838,28.75658],[121.412593,28.75654],[121.409895,28.759048],[121.404086,28.761211],[121.401404,28.762936],[121.399616,28.765735],[121.398358,28.770167],[121.391009,28.772966],[121.387268,28.775872],[121.381492,28.77554],[121.379323,28.773802],[121.375947,28.773895],[121.373629,28.772104],[121.375649,28.770246],[121.374142,28.765006],[121.375731,28.761092],[121.374755,28.755691],[121.378595,28.755757],[121.380929,28.753939],[121.380134,28.751498],[121.381508,28.750224],[121.380813,28.74753],[121.378165,28.745407],[121.372454,28.745977],[121.368829,28.747411],[121.36585,28.750556],[121.359692,28.748141],[121.355571,28.747358],[121.35188,28.745035],[121.349976,28.742408],[121.346136,28.740523],[121.345706,28.738572],[121.349463,28.730675],[121.354048,28.727795],[121.354975,28.725512],[121.354842,28.719752],[121.353005,28.712252],[121.352244,28.705269],[121.350439,28.702587],[121.349711,28.699626],[121.350886,28.695471],[121.357011,28.695723],[121.357176,28.690253],[121.359295,28.686163],[121.359146,28.682113],[121.360007,28.67975],[121.359345,28.674969],[121.363383,28.667453],[121.365221,28.665779],[121.363565,28.660254],[121.357723,28.657492],[121.356746,28.651953],[121.352707,28.650373],[121.347063,28.64231],[121.345788,28.641353],[121.349446,28.640038],[121.351598,28.63313],[121.353651,28.631921],[121.354346,28.629649],[121.353535,28.627125],[121.349595,28.624069],[121.35226,28.622595],[121.357242,28.621479],[121.360901,28.614463],[121.360685,28.611859],[121.359014,28.610025],[121.35898,28.606278],[121.362821,28.604497],[121.368813,28.600644],[121.374341,28.598159],[121.380614,28.59784],[121.385713,28.596391],[121.387252,28.592962],[121.391092,28.59073],[121.394518,28.590105],[121.395445,28.588896],[121.395942,28.582729],[121.402497,28.583965],[121.404417,28.583313],[121.404417,28.580389],[121.406486,28.577465],[121.40882,28.578063],[121.411534,28.585068],[121.424213,28.586291],[121.425753,28.587061],[121.433847,28.587992],[121.435072,28.588842],[121.438713,28.588231],[121.438697,28.582888],[121.437604,28.580456],[121.439623,28.57256],[121.445831,28.570646],[121.453296,28.570593],[121.467051,28.57486],[121.505866,28.580535],[121.509524,28.580735],[121.512818,28.574341],[121.518247,28.57587],[121.516724,28.582503],[121.527434,28.584151],[121.534021,28.583978],[121.586194,28.586556],[121.568864,28.626554],[121.557112,28.644993],[121.540858,28.655592],[121.587419,28.672207]]],[[[121.889565,28.471529],[121.892048,28.471861],[121.901698,28.476212],[121.906614,28.475773],[121.908601,28.477489],[121.908319,28.479086],[121.90539,28.4818],[121.905721,28.484447],[121.91019,28.485112],[121.913782,28.491245],[121.918929,28.497377],[121.917042,28.499479],[121.912573,28.499413],[121.9087,28.500636],[121.903023,28.499253],[121.899431,28.50069],[121.898719,28.504108],[121.89612,28.506649],[121.896021,28.508484],[121.899166,28.511849],[121.897014,28.514216],[121.887298,28.511357],[121.886189,28.5102],[121.886917,28.507766],[121.885808,28.505558],[121.880081,28.501913],[121.873013,28.501647],[121.870381,28.500051],[121.871308,28.494305],[121.874006,28.493852],[121.880412,28.496007],[121.883656,28.495449],[121.881339,28.49219],[121.881008,28.488877],[121.88354,28.486443],[121.88311,28.484075],[121.876986,28.480097],[121.874122,28.47701],[121.874718,28.473857],[121.876108,28.47254],[121.889565,28.471529]]],[[[121.869554,28.423938],[121.871176,28.424377],[121.875645,28.427892],[121.881653,28.429023],[121.884749,28.433442],[121.887116,28.433708],[121.890194,28.429915],[121.893439,28.430274],[121.897428,28.434973],[121.902592,28.438194],[121.910852,28.440083],[121.91744,28.446072],[121.920551,28.451116],[121.919939,28.453445],[121.915685,28.453711],[121.910802,28.452394],[121.901136,28.453099],[121.899083,28.45274],[121.898984,28.449533],[121.895392,28.44936],[121.889731,28.451209],[121.888241,28.450424],[121.887645,28.447097],[121.881207,28.443597],[121.880015,28.442013],[121.879402,28.435864],[121.875546,28.432697],[121.871259,28.433123],[121.869206,28.431193],[121.867402,28.426361],[121.869554,28.423938]]],[[[121.85123,28.423499],[121.855534,28.426161],[121.86088,28.426747],[121.86093,28.429968],[121.856891,28.430168],[121.8556,28.431845],[121.853945,28.428677],[121.850502,28.425336],[121.85123,28.423499]]],[[[121.861327,28.611009],[121.861708,28.609946],[121.869107,28.610543],[121.873278,28.613121],[121.872914,28.614384],[121.869819,28.614011],[121.867832,28.612337],[121.861327,28.611009]]],[[[121.916413,28.455854],[121.922654,28.452327],[121.925517,28.452314],[121.927719,28.454523],[121.921031,28.45604],[121.918664,28.459061],[121.921429,28.462002],[121.91888,28.463385],[121.915718,28.462214],[121.916331,28.459074],[121.915271,28.457291],[121.916413,28.455854]]],[[[121.817281,28.610437],[121.81503,28.610357],[121.814517,28.607859],[121.812316,28.605441],[121.807979,28.604737],[121.806059,28.603448],[121.803824,28.599846],[121.806258,28.598664],[121.80874,28.599408],[121.81556,28.603487],[121.819599,28.602876],[121.822413,28.604378],[121.823257,28.607261],[121.821502,28.609892],[121.817281,28.610437]]],[[[121.923183,28.535587],[121.926229,28.536997],[121.924574,28.53943],[121.921065,28.536505],[121.923183,28.535587]]],[[[121.911464,28.393864],[121.910653,28.389843],[121.911564,28.387579],[121.914179,28.388418],[121.915189,28.3918],[121.917887,28.393744],[121.917721,28.395288],[121.914278,28.396247],[121.911464,28.393864]]],[[[121.81359,28.601361],[121.809502,28.598637],[121.809866,28.596019],[121.81167,28.595886],[121.815709,28.598889],[121.820261,28.599461],[121.820559,28.601348],[121.816288,28.602371],[121.81359,28.601361]]],[[[121.895375,28.409175],[121.891767,28.407271],[121.890476,28.403397],[121.89127,28.402638],[121.894879,28.403756],[121.894779,28.406206],[121.896733,28.408456],[121.895375,28.409175]]],[[[121.901947,28.395888],[121.907028,28.398564],[121.902658,28.397619],[121.901947,28.395888]]],[[[121.940116,28.441521],[121.940812,28.436729],[121.944072,28.435239],[121.945198,28.436636],[121.94399,28.441561],[121.944635,28.448601],[121.943559,28.450744],[121.940265,28.45097],[121.939587,28.449932],[121.940116,28.441521]]],[[[121.913517,28.413262],[121.912673,28.411039],[121.914113,28.40992],[121.915933,28.41478],[121.913517,28.413262]]]]}},{"type":"Feature","properties":{"adcode":331003,"name":"黄岩区","center":[121.262138,28.64488],"centroid":[121.081113,28.598872],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":1,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.798734,28.588776],[120.801183,28.585932],[120.799826,28.579406],[120.798254,28.576149],[120.799396,28.574355],[120.802607,28.572215],[120.811198,28.57038],[120.825846,28.566339],[120.82727,28.56509],[120.828478,28.561195],[120.829223,28.555571],[120.833742,28.55137],[120.842035,28.54548],[120.843077,28.542049],[120.841075,28.539949],[120.838062,28.53334],[120.833096,28.527888],[120.832699,28.52459],[120.838029,28.517781],[120.842184,28.517635],[120.845047,28.514163],[120.848821,28.513791],[120.854316,28.51532],[120.860855,28.509016],[120.861219,28.506117],[120.860408,28.502592],[120.861268,28.499599],[120.863983,28.49614],[120.866714,28.494917],[120.869511,28.491179],[120.882836,28.48889],[120.887206,28.489103],[120.892139,28.48595],[120.897237,28.485432],[120.90442,28.486549],[120.910793,28.489196],[120.912994,28.49219],[120.914418,28.495981],[120.917629,28.497843],[120.927627,28.505013],[120.930623,28.505545],[120.935837,28.505026],[120.939445,28.503988],[120.944758,28.503456],[120.946596,28.501501],[120.953117,28.499027],[120.954739,28.499453],[120.956461,28.50347],[120.95416,28.506649],[120.954458,28.509029],[120.960218,28.510918],[120.961824,28.5102],[120.962171,28.506662],[120.96098,28.504308],[120.960831,28.499825],[120.957686,28.494837],[120.958066,28.493374],[120.961592,28.491125],[120.962254,28.488638],[120.965565,28.482984],[120.96727,28.482505],[120.974073,28.483356],[120.977582,28.481161],[120.984153,28.480855],[120.98705,28.481733],[120.989665,28.480083],[120.991784,28.477023],[120.994895,28.476411],[120.995177,28.473351],[121.000159,28.47246],[121.002212,28.472939],[121.002509,28.477755],[121.005158,28.479538],[121.011613,28.477715],[121.015801,28.479551],[121.017688,28.478607],[121.020237,28.472859],[121.025451,28.472739],[121.028166,28.477862],[121.031211,28.479405],[121.032502,28.478154],[121.036127,28.481707],[121.047068,28.478487],[121.049882,28.478234],[121.062296,28.480283],[121.070407,28.480323],[121.075853,28.482824],[121.076879,28.484101],[121.076085,28.488944],[121.076846,28.49219],[121.079047,28.495861],[121.08211,28.497391],[121.086761,28.503682],[121.088714,28.509854],[121.088168,28.517262],[121.092687,28.523792],[121.100334,28.529204],[121.102303,28.533739],[121.10472,28.53721],[121.107368,28.538287],[121.110265,28.536718],[121.113394,28.53709],[121.121339,28.532502],[121.12988,28.521704],[121.139596,28.522608],[121.143767,28.524789],[121.145571,28.523925],[121.145538,28.519975],[121.148716,28.519709],[121.1511,28.521491],[121.155006,28.521465],[121.156728,28.520467],[121.158267,28.515866],[121.163183,28.513498],[121.167702,28.508763],[121.169605,28.505917],[121.172618,28.505385],[121.179504,28.507101],[121.187747,28.508205],[121.191934,28.511729],[121.193308,28.514057],[121.19493,28.513751],[121.197794,28.510772],[121.204018,28.510998],[121.209347,28.512009],[121.214081,28.511902],[121.220288,28.508245],[121.232272,28.505292],[121.234192,28.506077],[121.236096,28.508657],[121.239473,28.510014],[121.245796,28.508098],[121.249073,28.506555],[121.251125,28.506728],[121.253972,28.510266],[121.262944,28.511171],[121.266519,28.513166],[121.268241,28.515214],[121.271915,28.517249],[121.276798,28.518858],[121.282641,28.52334],[121.283568,28.526345],[121.287276,28.527622],[121.294906,28.52721],[121.299491,28.525867],[121.303232,28.52596],[121.309175,28.528672],[121.312667,28.527835],[121.315166,28.52943],[121.319536,28.530042],[121.323426,28.528659],[121.325793,28.53076],[121.326422,28.533087],[121.325479,28.536638],[121.317269,28.542847],[121.317864,28.546131],[121.314587,28.549189],[121.309886,28.549203],[121.309754,28.55117],[121.311591,28.557033],[121.310581,28.560038],[121.306526,28.564226],[121.305881,28.565887],[121.306741,28.572959],[121.30507,28.574727],[121.301693,28.576096],[121.300071,28.579725],[121.297174,28.580828],[121.297489,28.584523],[121.30257,28.585786],[121.303927,28.586915],[121.304556,28.592564],[121.306576,28.595288],[121.305202,28.596737],[121.299889,28.596843],[121.296148,28.599248],[121.293483,28.602345],[121.293384,28.606331],[121.292109,28.60871],[121.296479,28.614729],[121.299673,28.616749],[121.298929,28.620894],[121.294757,28.62403],[121.291811,28.624149],[121.293069,28.632625],[121.294195,28.63418],[121.297075,28.634884],[121.301726,28.629397],[121.308645,28.627338],[121.311293,28.627763],[121.316275,28.630021],[121.321787,28.633941],[121.326737,28.639028],[121.332166,28.640078],[121.334599,28.639334],[121.341915,28.639467],[121.344563,28.641845],[121.345788,28.641353],[121.347063,28.64231],[121.352707,28.650373],[121.356746,28.651953],[121.357723,28.657492],[121.363565,28.660254],[121.365221,28.665779],[121.363383,28.667453],[121.359345,28.674969],[121.360007,28.67975],[121.359146,28.682113],[121.359295,28.686163],[121.357176,28.690253],[121.357011,28.695723],[121.350886,28.695471],[121.348652,28.695444],[121.335509,28.693599],[121.329981,28.692019],[121.327283,28.689376],[121.325462,28.682273],[121.32293,28.678661],[121.322003,28.678873],[121.321026,28.683069],[121.311475,28.689217],[121.307387,28.692205],[121.304887,28.692815],[121.300898,28.691381],[121.296529,28.692948],[121.295055,28.696586],[121.294178,28.701817],[121.295188,28.70657],[121.290189,28.708242],[121.286845,28.710459],[121.281085,28.708654],[121.279993,28.70645],[121.271419,28.703463],[121.267016,28.69948],[121.257829,28.697794],[121.253492,28.694382],[121.244306,28.700025],[121.237586,28.700755],[121.234821,28.706822],[121.234341,28.711136],[121.232736,28.715464],[121.230617,28.716473],[121.223351,28.717814],[121.218253,28.722818],[121.21433,28.723827],[121.211714,28.722499],[121.210175,28.720017],[121.205408,28.716858],[121.203306,28.718982],[121.204018,28.724026],[121.200442,28.725725],[121.192514,28.722499],[121.171641,28.717137],[121.170317,28.71565],[121.169738,28.711548],[121.16651,28.709822],[121.163133,28.706503],[121.157952,28.707884],[121.150256,28.704817],[121.14534,28.704764],[121.142344,28.703397],[121.139248,28.695962],[121.135176,28.691952],[121.129764,28.696573],[121.126073,28.696945],[121.114089,28.689602],[121.104306,28.682472],[121.099109,28.681556],[121.093613,28.684596],[121.088731,28.681927],[121.08739,28.679006],[121.084079,28.674557],[121.077425,28.67311],[121.072493,28.670069],[121.06948,28.669817],[121.066286,28.672937],[121.063174,28.673947],[121.058456,28.670109],[121.057066,28.664425],[121.050644,28.665261],[121.047813,28.665022],[121.045248,28.668648],[121.04245,28.669418],[121.037782,28.66635],[121.03573,28.666935],[121.033446,28.669777],[121.034472,28.675553],[121.03184,28.677957],[121.029341,28.682286],[121.024127,28.682591],[121.020071,28.679444],[121.013881,28.678077],[121.009362,28.679205],[121.003983,28.684158],[120.998355,28.687491],[120.9942,28.688567],[120.991916,28.692802],[120.983243,28.69806],[120.979601,28.700874],[120.973361,28.702308],[120.970994,28.703543],[120.963131,28.705986],[120.960251,28.709942],[120.957106,28.713101],[120.954276,28.719526],[120.950254,28.721145],[120.944047,28.719314],[120.940289,28.720853],[120.936797,28.723973],[120.93155,28.722128],[120.925988,28.722871],[120.922777,28.715809],[120.920129,28.711774],[120.912746,28.704844],[120.909485,28.69871],[120.909237,28.691076],[120.911604,28.6838],[120.91119,28.679896],[120.904702,28.672778],[120.904304,28.670281],[120.904304,28.661941],[120.903775,28.661011],[120.896541,28.659404],[120.895797,28.660998],[120.89679,28.664704],[120.895681,28.666417],[120.893612,28.666523],[120.890864,28.664013],[120.888431,28.664385],[120.884011,28.666988],[120.877473,28.663362],[120.87936,28.660533],[120.882406,28.65967],[120.890599,28.656137],[120.891327,28.655088],[120.889523,28.651462],[120.889308,28.648659],[120.892155,28.646853],[120.904884,28.640184],[120.911141,28.632267],[120.912117,28.628733],[120.914302,28.626939],[120.91455,28.624309],[120.912697,28.62302],[120.904784,28.623485],[120.897998,28.625943],[120.891692,28.625677],[120.887471,28.626527],[120.878433,28.626767],[120.87312,28.628919],[120.868783,28.629716],[120.865771,28.624136],[120.863503,28.621957],[120.857428,28.619765],[120.849616,28.619007],[120.845378,28.617599],[120.838608,28.616855],[120.83447,28.617174],[120.822718,28.617054],[120.81522,28.615526],[120.811413,28.613666],[120.809244,28.608564],[120.810602,28.601162],[120.808913,28.596165],[120.803699,28.596444],[120.801332,28.595766],[120.797608,28.593175],[120.798734,28.588776]]]]}},{"type":"Feature","properties":{"adcode":331004,"name":"路桥区","center":[121.37292,28.581799],"centroid":[121.481896,28.540446],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":2,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.586194,28.586556],[121.534021,28.583978],[121.527434,28.584151],[121.516724,28.582503],[121.518247,28.57587],[121.512818,28.574341],[121.509524,28.580735],[121.505866,28.580535],[121.467051,28.57486],[121.453296,28.570593],[121.445831,28.570646],[121.439623,28.57256],[121.437604,28.580456],[121.438697,28.582888],[121.438713,28.588231],[121.435072,28.588842],[121.433847,28.587992],[121.425753,28.587061],[121.424213,28.586291],[121.411534,28.585068],[121.40882,28.578063],[121.406486,28.577465],[121.404417,28.580389],[121.404417,28.583313],[121.402497,28.583965],[121.395942,28.582729],[121.395445,28.588896],[121.394518,28.590105],[121.391092,28.59073],[121.387252,28.592962],[121.385713,28.596391],[121.380614,28.59784],[121.374341,28.598159],[121.368813,28.600644],[121.362821,28.604497],[121.35898,28.606278],[121.359014,28.610025],[121.360685,28.611859],[121.360901,28.614463],[121.357242,28.621479],[121.35226,28.622595],[121.349595,28.624069],[121.353535,28.627125],[121.354346,28.629649],[121.353651,28.631921],[121.351598,28.63313],[121.349446,28.640038],[121.345788,28.641353],[121.344563,28.641845],[121.341915,28.639467],[121.334599,28.639334],[121.332166,28.640078],[121.326737,28.639028],[121.321787,28.633941],[121.316275,28.630021],[121.311293,28.627763],[121.308645,28.627338],[121.301726,28.629397],[121.297075,28.634884],[121.294195,28.63418],[121.293069,28.632625],[121.291811,28.624149],[121.294757,28.62403],[121.298929,28.620894],[121.299673,28.616749],[121.296479,28.614729],[121.292109,28.60871],[121.293384,28.606331],[121.293483,28.602345],[121.296148,28.599248],[121.299889,28.596843],[121.305202,28.596737],[121.306576,28.595288],[121.304556,28.592564],[121.303927,28.586915],[121.30257,28.585786],[121.297489,28.584523],[121.297174,28.580828],[121.300071,28.579725],[121.301693,28.576096],[121.30507,28.574727],[121.306741,28.572959],[121.305881,28.565887],[121.306526,28.564226],[121.310581,28.560038],[121.311591,28.557033],[121.309754,28.55117],[121.309886,28.549203],[121.314587,28.549189],[121.317864,28.546131],[121.317269,28.542847],[121.325479,28.536638],[121.326422,28.533087],[121.325793,28.53076],[121.323426,28.528659],[121.327564,28.526133],[121.334764,28.523646],[121.337363,28.521372],[121.339614,28.514057],[121.341435,28.512714],[121.346914,28.512275],[121.351598,28.513099],[121.353551,28.515959],[121.362506,28.516504],[121.366561,28.517262],[121.372007,28.513325],[121.375516,28.509136],[121.388526,28.502911],[121.390149,28.500663],[121.399683,28.497564],[121.404797,28.497085],[121.408737,28.498255],[121.411484,28.503377],[121.413835,28.502485],[121.422243,28.501022],[121.428434,28.503456],[121.42759,28.506422],[121.4309,28.509588],[121.432705,28.509641],[121.434889,28.507074],[121.44113,28.50488],[121.450068,28.498455],[121.451342,28.496047],[121.4503,28.48776],[121.453097,28.486363],[121.456523,28.488212],[121.46384,28.485285],[121.466653,28.48478],[121.471536,28.485472],[121.474003,28.485006],[121.475228,28.487467],[121.481186,28.488332],[121.481782,28.485831],[121.478075,28.481467],[121.47781,28.479777],[121.479978,28.477702],[121.482378,28.477556],[121.485788,28.482066],[121.489843,28.481188],[121.487294,28.486044],[121.485507,28.490766],[121.49557,28.49618],[121.498947,28.496792],[121.506429,28.497165],[121.50666,28.495728],[121.514208,28.497165],[121.51684,28.496486],[121.516939,28.498003],[121.52174,28.498761],[121.522716,28.497324],[121.526606,28.499985],[121.528526,28.500277],[121.533608,28.498801],[121.536041,28.496433],[121.535975,28.492695],[121.537315,28.49054],[121.540295,28.489928],[121.542695,28.49058],[121.547147,28.493906],[121.550541,28.494065],[121.552808,28.492868],[121.556168,28.489383],[121.561151,28.488797],[121.566414,28.49054],[121.569079,28.494651],[121.57282,28.495675],[121.579441,28.494917],[121.584374,28.491591],[121.583711,28.491179],[121.589339,28.481746],[121.592898,28.481667],[121.596937,28.479272],[121.599883,28.479325],[121.609748,28.477143],[121.611966,28.476265],[121.613903,28.471688],[121.616286,28.469958],[121.615657,28.466778],[121.612479,28.467204],[121.614035,28.463319],[121.612347,28.45616],[121.612777,28.450344],[121.617627,28.444715],[121.623172,28.44357],[121.634163,28.443823],[121.654092,28.444609],[121.664503,28.444848],[121.671124,28.472593],[121.670363,28.479684],[121.667797,28.485724],[121.652669,28.502618],[121.646312,28.511596],[121.642224,28.5208],[121.639062,28.549123],[121.636331,28.558629],[121.634229,28.56271],[121.615029,28.571749],[121.596159,28.575219],[121.594189,28.576282],[121.586194,28.586556]]],[[[121.648547,28.524922],[121.650699,28.524563],[121.652139,28.526398],[121.652106,28.529204],[121.65348,28.534218],[121.651427,28.534404],[121.649093,28.532143],[121.648663,28.529989],[121.6505,28.530774],[121.650202,28.527675],[121.648547,28.524922]]],[[[121.64671,28.545294],[121.646147,28.544363],[121.648613,28.54197],[121.655218,28.54318],[121.65343,28.545706],[121.64671,28.545294]]]]}},{"type":"Feature","properties":{"adcode":331022,"name":"三门县","center":[121.376429,29.118955],"centroid":[121.510948,29.011446],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":3,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.256075,29.114034],[121.25384,29.107515],[121.25581,29.104314],[121.25485,29.100797],[121.251854,29.09462],[121.250513,29.090203],[121.244157,29.088364],[121.241178,29.08634],[121.235781,29.078245],[121.233448,29.073919],[121.224327,29.067808],[121.220686,29.06319],[121.22244,29.057686],[121.218865,29.050475],[121.211963,29.043462],[121.209529,29.032691],[121.208603,29.030123],[121.205077,29.023929],[121.207047,29.022473],[121.211532,29.021547],[121.220504,29.020581],[121.224013,29.019747],[121.231428,29.013725],[121.229707,29.007186],[121.232504,29.007397],[121.238513,29.010654],[121.241542,29.010084],[121.245597,29.006908],[121.258193,29.004114],[121.266403,29.003347],[121.268439,29.006894],[121.272296,29.010376],[121.279099,29.012189],[121.281118,29.012136],[121.284594,29.010336],[121.284992,29.007318],[121.284147,29.001639],[121.282161,28.997178],[121.286266,28.993524],[121.289775,28.994927],[121.291944,28.992571],[121.296876,28.990015],[121.298101,28.987751],[121.296479,28.982019],[121.298482,28.979437],[121.299044,28.97614],[121.302189,28.972895],[121.307486,28.970287],[121.313379,28.96977],[121.318924,28.970062],[121.321489,28.969267],[121.324585,28.971174],[121.327581,28.970048],[121.330858,28.972485],[121.333986,28.970591],[121.336138,28.966354],[121.337876,28.959719],[121.341634,28.957746],[121.340012,28.952568],[121.340475,28.948833],[121.350125,28.942422],[121.35375,28.939058],[121.36249,28.941362],[121.365039,28.942899],[121.368962,28.946713],[121.369922,28.950488],[121.366677,28.95609],[121.369855,28.960024],[121.372769,28.96156],[121.379936,28.963758],[121.380432,28.970697],[121.379621,28.97267],[121.380316,28.976881],[121.381409,28.977887],[121.389073,28.977808],[121.390297,28.976656],[121.397316,28.975478],[121.400626,28.977821],[121.401967,28.97749],[121.401371,28.974829],[121.403639,28.972657],[121.41112,28.969691],[121.413934,28.967916],[121.415656,28.963851],[121.412428,28.961997],[121.41064,28.962249],[121.409134,28.959785],[121.412494,28.957574],[121.413918,28.959587],[121.4141,28.955415],[121.420075,28.951376],[121.426547,28.950382],[121.426282,28.946263],[121.427938,28.937349],[121.429709,28.933997],[121.435303,28.929282],[121.439143,28.924936],[121.441924,28.924221],[121.445864,28.924526],[121.449621,28.923121],[121.450896,28.924883],[121.453312,28.924181],[121.452865,28.919902],[121.453279,28.911198],[121.454901,28.907792],[121.454818,28.905142],[121.456242,28.90069],[121.458129,28.898769],[121.458212,28.896914],[121.455878,28.893163],[121.460744,28.891838],[121.464667,28.886511],[121.470444,28.885318],[121.472778,28.884139],[121.47968,28.882561],[121.478075,28.879526],[121.478141,28.876929],[121.480607,28.872422],[121.484977,28.869201],[121.486136,28.865609],[121.486069,28.859896],[121.481964,28.853148],[121.483868,28.852035],[121.491068,28.849582],[121.496977,28.84945],[121.501546,28.850961],[121.5058,28.84766],[121.506842,28.851757],[121.517221,28.851995],[121.520664,28.852777],[121.529602,28.85169],[121.53811,28.850113],[121.541354,28.84994],[121.545509,28.852446],[121.547247,28.851518],[121.553172,28.855256],[121.556086,28.853639],[121.559992,28.849423],[121.562326,28.847899],[121.567474,28.848774],[121.569609,28.850683],[121.576114,28.846414],[121.577554,28.843272],[121.575998,28.840076],[121.578166,28.839095],[121.58679,28.844306],[121.588528,28.843842],[121.588462,28.841694],[121.590697,28.840713],[121.590663,28.838591],[121.592749,28.840249],[121.595745,28.840196],[121.597185,28.842052],[121.600694,28.843086],[121.606041,28.840461],[121.604766,28.839493],[121.605974,28.837451],[121.608904,28.836364],[121.610659,28.83761],[121.617015,28.837292],[121.619233,28.835621],[121.62256,28.837146],[121.62357,28.838923],[121.627708,28.84172],[121.627757,28.843431],[121.632905,28.845552],[121.633931,28.848495],[121.637705,28.849529],[121.639791,28.851107],[121.641281,28.855217],[121.645005,28.856701],[121.652817,28.86097],[121.657932,28.864522],[121.660101,28.869679],[121.664586,28.872634],[121.66836,28.872939],[121.704212,28.863634],[121.738674,28.856569],[121.748937,28.855826],[121.75905,28.855972],[121.765837,28.857709],[121.77067,28.86028],[121.774593,28.863899],[121.775503,28.869188],[121.776414,28.879765],[121.775652,28.888234],[121.772027,28.898358],[121.76193,28.918127],[121.747894,28.946382],[121.743359,28.954236],[121.736192,28.959944],[121.718365,28.970432],[121.713829,28.975716],[121.712158,28.980999],[121.711247,28.985991],[121.715336,29.012282],[121.715336,29.018781],[121.712621,29.028906],[121.707473,29.034265],[121.699462,29.039995],[121.658958,29.058507],[121.653827,29.06495],[121.65242,29.071075],[121.651891,29.075904],[121.655367,29.092729],[121.65818,29.098323],[121.661507,29.106113],[121.661954,29.112156],[121.661342,29.1157],[121.659918,29.118345],[121.645998,29.127389],[121.621203,29.140808],[121.616535,29.143518],[121.615012,29.145488],[121.608441,29.169122],[121.576561,29.172294],[121.572572,29.172888],[121.564296,29.173047],[121.558767,29.171448],[121.555804,29.168963],[121.548571,29.157425],[121.540907,29.1464],[121.535908,29.139804],[121.53321,29.137384],[121.529718,29.13626],[121.524885,29.136512],[121.508365,29.14061],[121.48453,29.142844],[121.477148,29.144206],[121.470543,29.147616],[121.46081,29.155627],[121.455381,29.158323],[121.450068,29.159632],[121.445251,29.159923],[121.431033,29.159777],[121.423833,29.157729],[121.418271,29.158482],[121.414348,29.157253],[121.407048,29.156896],[121.404334,29.157662],[121.401354,29.160716],[121.401388,29.163928],[121.405013,29.167827],[121.40296,29.175888],[121.403738,29.178835],[121.397796,29.18276],[121.394171,29.187993],[121.385398,29.196925],[121.381177,29.19937],[121.378794,29.199224],[121.368879,29.191098],[121.366926,29.189129],[121.362473,29.189526],[121.356332,29.186024],[121.355869,29.182588],[121.362076,29.175981],[121.361976,29.173628],[121.360238,29.170166],[121.354578,29.161522],[121.348089,29.150762],[121.345408,29.145184],[121.345308,29.142818],[121.347559,29.140398],[121.347824,29.133458],[121.34501,29.131117],[121.34367,29.12727],[121.339333,29.123422],[121.336585,29.121955],[121.33003,29.120765],[121.323807,29.117155],[121.319785,29.110874],[121.317186,29.108017],[121.316987,29.105637],[121.312137,29.105042],[121.310548,29.106761],[121.310896,29.111984],[121.308214,29.114523],[121.298631,29.114589],[121.297025,29.110649],[121.299756,29.107475],[121.297091,29.103574],[121.297704,29.100228],[121.293996,29.096551],[121.295204,29.092702],[121.292622,29.091406],[121.287226,29.091353],[121.285753,29.094951],[121.280622,29.096935],[121.277444,29.100294],[121.27122,29.102172],[121.267777,29.106417],[121.270723,29.110331],[121.266718,29.111865],[121.264036,29.11377],[121.256075,29.114034]]],[[[121.687395,29.09667],[121.691931,29.092716],[121.695059,29.092649],[121.697078,29.094078],[121.696979,29.097675],[121.699793,29.098707],[121.697658,29.100162],[121.695374,29.106867],[121.692576,29.106496],[121.691368,29.108599],[121.691765,29.111231],[121.686617,29.109485],[121.684118,29.110226],[121.681883,29.109326],[121.68243,29.105822],[121.681387,29.104526],[121.682463,29.10159],[121.68473,29.10122],[121.688488,29.098125],[121.687395,29.09667]]],[[[121.695274,29.088457],[121.696317,29.087121],[121.694397,29.084713],[121.699114,29.085018],[121.704345,29.083325],[121.707175,29.078351],[121.708682,29.079065],[121.710072,29.082742],[121.708582,29.085309],[121.706381,29.085163],[121.700621,29.088404],[121.7012,29.091896],[121.69827,29.092954],[121.695738,29.090626],[121.695274,29.088457]]],[[[121.672631,29.062251],[121.670479,29.064355],[121.66687,29.064778],[121.665248,29.062542],[121.662881,29.062251],[121.659637,29.064487],[121.658147,29.064394],[121.65967,29.060597],[121.661292,29.059301],[121.665861,29.059618],[121.666357,29.057567],[121.671224,29.05459],[121.675792,29.053704],[121.680526,29.054696],[121.679036,29.057964],[121.679963,29.061232],[121.67417,29.060386],[121.672631,29.062251]]],[[[121.795399,28.96107],[121.798395,28.960501],[121.800564,28.961216],[121.800464,28.962805],[121.797717,28.96356],[121.795399,28.96107]]],[[[121.803146,28.958408],[121.80452,28.955892],[121.808575,28.95613],[121.805612,28.95768],[121.804487,28.960328],[121.80202,28.960421],[121.803146,28.958408]]],[[[121.776397,28.978099],[121.77509,28.976034],[121.776546,28.975345],[121.779973,28.976749],[121.779559,28.979],[121.776397,28.978099]]],[[[121.746338,29.093099],[121.745693,29.089224],[121.747861,29.089978],[121.749516,29.088576],[121.749152,29.096088],[121.746504,29.094607],[121.746338,29.093099]]],[[[121.767244,28.98133],[121.771713,28.978828],[121.77744,28.981714],[121.776877,28.983594],[121.772756,28.983064],[121.770951,28.983779],[121.767939,28.983091],[121.767244,28.98133]]],[[[121.685591,29.115899],[121.690772,29.114153],[121.69251,29.112619],[121.694397,29.113069],[121.692642,29.118768],[121.69016,29.12087],[121.686021,29.12009],[121.685591,29.115899]]],[[[121.764231,28.9884],[121.76726,28.988612],[121.767823,28.990677],[121.764827,28.990492],[121.764231,28.9884]]],[[[121.686634,29.124784],[121.682794,29.12563],[121.682496,29.124573],[121.686535,29.122893],[121.686634,29.124784]]],[[[121.671157,29.065876],[121.674302,29.066352],[121.675593,29.072411],[121.672283,29.072253],[121.668973,29.069713],[121.671157,29.065876]]],[[[121.681966,29.059592],[121.688223,29.059102],[121.689332,29.062145],[121.681652,29.062172],[121.681966,29.059592]]]]}},{"type":"Feature","properties":{"adcode":331023,"name":"天台县","center":[121.031227,29.141126],"centroid":[120.977207,29.145258],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":4,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.256075,29.114034],[121.254717,29.118993],[121.257713,29.122589],[121.25874,29.129227],[121.257465,29.141271],[121.257548,29.148978],[121.258673,29.150511],[121.264367,29.154384],[121.265228,29.156156],[121.263076,29.156446],[121.261371,29.154622],[121.258756,29.153829],[121.257978,29.156869],[121.256025,29.158376],[121.253062,29.157187],[121.250745,29.161258],[121.251026,29.163544],[121.246756,29.168725],[121.238893,29.175743],[121.235119,29.182033],[121.232968,29.186606],[121.233017,29.191297],[121.23401,29.196688],[121.228664,29.197731],[121.226777,29.199634],[121.22532,29.203862],[121.223467,29.204694],[121.214909,29.205527],[121.20271,29.203571],[121.188756,29.205355],[121.173512,29.206399],[121.168132,29.208737],[121.164706,29.211591],[121.165765,29.213942],[121.16838,29.216122],[121.172353,29.217694],[121.175101,29.222278],[121.171393,29.22418],[121.169787,29.226056],[121.169787,29.229067],[121.162753,29.236028],[121.159541,29.242143],[121.158863,29.244481],[121.164093,29.250754],[121.166841,29.258888],[121.168413,29.259509],[121.174869,29.258386],[121.179305,29.258716],[121.178212,29.265372],[121.175034,29.271234],[121.175316,29.278284],[121.17899,29.286007],[121.182317,29.287367],[121.179917,29.289902],[121.18091,29.292014],[121.185297,29.295274],[121.196999,29.30322],[121.200393,29.307721],[121.201071,29.312459],[121.197165,29.315785],[121.190726,29.31238],[121.189518,29.312869],[121.187531,29.317831],[121.188525,29.319507],[121.194185,29.322199],[121.189087,29.323308],[121.185479,29.32625],[121.180464,29.329233],[121.176839,29.326422],[121.175084,29.323123],[121.172221,29.322093],[121.167387,29.322569],[121.163067,29.325049],[121.162256,29.329312],[121.163199,29.334128],[121.161809,29.33876],[121.160303,29.340092],[121.154162,29.33232],[121.149858,29.330895],[121.146449,29.331951],[121.143188,29.334036],[121.133703,29.338324],[121.127,29.338496],[121.12205,29.336371],[121.117962,29.33112],[121.11783,29.324284],[121.120362,29.318728],[121.119534,29.314967],[121.119303,29.308764],[121.117515,29.304527],[121.115363,29.303273],[121.111904,29.302811],[121.098463,29.304844],[121.096146,29.305715],[121.095898,29.310533],[121.099324,29.315719],[121.099423,29.318148],[121.092504,29.319256],[121.087622,29.319019],[121.076565,29.321671],[121.070357,29.32241],[121.056536,29.322872],[121.051753,29.31989],[121.048012,29.313753],[121.040861,29.309556],[121.027007,29.307602],[121.022422,29.308962],[121.021561,29.310585],[121.022223,29.315389],[121.021578,29.317171],[121.011729,29.320127],[121.005555,29.319428],[120.998371,29.312209],[120.995607,29.31044],[120.990906,29.309199],[120.981008,29.308051],[120.976291,29.308078],[120.973725,29.307154],[120.967303,29.307154],[120.964803,29.306335],[120.964803,29.302336],[120.963429,29.298944],[120.959556,29.293664],[120.956875,29.28243],[120.9532,29.282073],[120.945983,29.285915],[120.944791,29.288634],[120.94024,29.29006],[120.928107,29.29171],[120.926319,29.2927],[120.924051,29.296621],[120.916073,29.303432],[120.91215,29.302125],[120.905662,29.297769],[120.904238,29.295472],[120.903328,29.289796],[120.903129,29.283499],[120.903791,29.27604],[120.90058,29.273809],[120.895879,29.272488],[120.891658,29.270019],[120.889656,29.266085],[120.89093,29.259958],[120.892999,29.257251],[120.897419,29.253183],[120.900067,29.240783],[120.896839,29.239185],[120.891046,29.239766],[120.885286,29.2383],[120.88282,29.238802],[120.877258,29.243517],[120.874063,29.244718],[120.871928,29.242711],[120.867674,29.244084],[120.862129,29.252352],[120.856452,29.253923],[120.853654,29.253514],[120.844584,29.245181],[120.83788,29.237322],[120.83058,29.232277],[120.823893,29.229503],[120.822255,29.230454],[120.817752,29.229397],[120.81666,29.231418],[120.810204,29.233915],[120.806133,29.233994],[120.799793,29.232158],[120.796731,29.23056],[120.788918,29.22772],[120.776537,29.225091],[120.783075,29.221195],[120.782992,29.219068],[120.777646,29.215237],[120.776421,29.213229],[120.776967,29.209847],[120.773475,29.207138],[120.773177,29.205712],[120.777878,29.200453],[120.777547,29.198749],[120.766705,29.192288],[120.759885,29.189011],[120.757187,29.186328],[120.755102,29.181624],[120.75295,29.178835],[120.744608,29.17273],[120.741727,29.16969],[120.738798,29.167893],[120.731117,29.164509],[120.723619,29.157121],[120.720027,29.150881],[120.714052,29.149877],[120.712314,29.145475],[120.712479,29.143545],[120.718736,29.135652],[120.720309,29.130879],[120.722808,29.130681],[120.726185,29.133815],[120.729048,29.133881],[120.734411,29.131263],[120.738351,29.124507],[120.739824,29.123885],[120.74671,29.123607],[120.746163,29.118847],[120.744376,29.115912],[120.73984,29.113571],[120.736629,29.113333],[120.732491,29.114113],[120.729677,29.115489],[120.725308,29.119614],[120.723619,29.119125],[120.720392,29.112328],[120.719514,29.109353],[120.714433,29.104195],[120.709864,29.098429],[120.701224,29.097437],[120.694951,29.090943],[120.694371,29.086922],[120.697913,29.082346],[120.700876,29.080758],[120.704865,29.07589],[120.70513,29.070255],[120.702052,29.064169],[120.702035,29.05983],[120.698691,29.056324],[120.691607,29.052103],[120.693709,29.048808],[120.697665,29.04558],[120.70076,29.043965],[120.698195,29.040697],[120.693858,29.041253],[120.693163,29.040578],[120.695133,29.031063],[120.69654,29.02872],[120.701737,29.022725],[120.703475,29.021931],[120.707481,29.024988],[120.70849,29.032691],[120.710328,29.034821],[120.713572,29.035271],[120.716038,29.03322],[120.717098,29.027503],[120.72016,29.025081],[120.72443,29.023863],[120.724414,29.022116],[120.721732,29.018278],[120.720342,29.011382],[120.722841,29.011051],[120.725556,29.013672],[120.72827,29.00982],[120.728072,29.00471],[120.729528,28.997125],[120.725754,28.995629],[120.722014,28.995232],[120.72299,28.992293],[120.724463,28.992412],[120.728552,28.987169],[120.728949,28.983806],[120.726665,28.981264],[120.718819,28.979291],[120.71872,28.975914],[120.72102,28.975875],[120.724612,28.97745],[120.734627,28.977649],[120.741247,28.980999],[120.745286,28.985554],[120.747488,28.984415],[120.749805,28.980615],[120.751907,28.979688],[120.757005,28.980853],[120.757734,28.984547],[120.759952,28.987831],[120.764917,28.990863],[120.768178,28.991909],[120.777712,28.993378],[120.78046,28.991935],[120.781536,28.990002],[120.78137,28.986864],[120.784664,28.986719],[120.78579,28.984627],[120.784714,28.976974],[120.787164,28.971717],[120.79054,28.971889],[120.794066,28.969413],[120.798485,28.961944],[120.802143,28.960792],[120.805669,28.961613],[120.811744,28.959997],[120.819043,28.954581],[120.820351,28.952223],[120.824936,28.952779],[120.827022,28.951309],[120.830911,28.953932],[120.835066,28.953005],[120.840263,28.956859],[120.842134,28.959401],[120.844418,28.967943],[120.846371,28.970115],[120.853207,28.973147],[120.85569,28.975478],[120.864248,28.978629],[120.867889,28.980496],[120.872226,28.984786],[120.873981,28.9875],[120.875487,28.991803],[120.879013,28.996966],[120.884657,29.000818],[120.891178,29.003453],[120.895797,29.007],[120.901987,29.007569],[120.909369,29.009052],[120.91268,29.008827],[120.923456,29.012785],[120.928272,29.013989],[120.930623,29.016107],[120.931351,29.018291],[120.93433,29.022566],[120.937012,29.028178],[120.944047,29.035337],[120.94835,29.036528],[120.954342,29.037164],[120.96285,29.030136],[120.965018,29.034146],[120.969852,29.038394],[120.973791,29.036925],[120.97596,29.034279],[120.979932,29.03359],[120.990195,29.033895],[120.997213,29.031275],[121.001847,29.032717],[121.007442,29.03236],[121.009975,29.033365],[121.012441,29.032505],[121.014096,29.029872],[121.017489,29.028561],[121.02368,29.023294],[121.028017,29.021507],[121.03712,29.024565],[121.040977,29.027212],[121.045612,29.028667],[121.060741,29.037084],[121.062379,29.03977],[121.063488,29.04509],[121.07044,29.056919],[121.073387,29.059843],[121.082358,29.06618],[121.08835,29.066022],[121.092869,29.061828],[121.10232,29.058374],[121.114221,29.055517],[121.116853,29.053982],[121.119915,29.049973],[121.119965,29.04468],[121.124119,29.042893],[121.130906,29.042986],[121.133786,29.044111],[121.138868,29.04771],[121.142575,29.047353],[121.147558,29.043039],[121.149527,29.039876],[121.150239,29.036806],[121.151679,29.036872],[121.152921,29.041014],[121.157158,29.044614],[121.160899,29.044667],[121.169258,29.042827],[121.173627,29.040803],[121.179206,29.03539],[121.181208,29.032624],[121.187382,29.028535],[121.191487,29.029144],[121.193888,29.027238],[121.193755,29.025465],[121.195609,29.023545],[121.203124,29.02422],[121.205077,29.023929],[121.208603,29.030123],[121.209529,29.032691],[121.211963,29.043462],[121.218865,29.050475],[121.22244,29.057686],[121.220686,29.06319],[121.224327,29.067808],[121.233448,29.073919],[121.235781,29.078245],[121.241178,29.08634],[121.244157,29.088364],[121.250513,29.090203],[121.251854,29.09462],[121.25485,29.100797],[121.25581,29.104314],[121.25384,29.107515],[121.256075,29.114034]]]]}},{"type":"Feature","properties":{"adcode":331024,"name":"仙居县","center":[120.735074,28.849213],"centroid":[120.634355,28.73327],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":5,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.71872,28.975914],[120.717296,28.973756],[120.714698,28.973107],[120.703144,28.973663],[120.698857,28.973001],[120.696838,28.977397],[120.696672,28.980019],[120.692882,28.980628],[120.686774,28.978258],[120.677686,28.977305],[120.673333,28.97316],[120.67282,28.970512],[120.673433,28.959905],[120.672357,28.956064],[120.669096,28.949045],[120.664014,28.946488],[120.661051,28.94115],[120.659611,28.937137],[120.660141,28.931573],[120.662276,28.927679],[120.663932,28.926632],[120.664941,28.923771],[120.663783,28.916497],[120.659462,28.913437],[120.657062,28.908283],[120.651699,28.905646],[120.646965,28.900478],[120.64243,28.899392],[120.636885,28.898862],[120.630281,28.897033],[120.624736,28.895999],[120.619075,28.895628],[120.61247,28.892329],[120.606429,28.890394],[120.604476,28.890699],[120.599212,28.885305],[120.594528,28.883675],[120.590042,28.881104],[120.58736,28.877909],[120.586864,28.875842],[120.582113,28.870858],[120.579962,28.869347],[120.57195,28.867889],[120.568292,28.864072],[120.56326,28.861699],[120.553428,28.861845],[120.548082,28.864814],[120.548082,28.865503],[120.542768,28.867054],[120.537505,28.864933],[120.533615,28.866259],[120.531231,28.871932],[120.531678,28.874384],[120.534294,28.875365],[120.53628,28.877379],[120.532572,28.879871],[120.525471,28.878652],[120.522922,28.879447],[120.518288,28.883105],[120.517741,28.88447],[120.520174,28.88769],[120.514696,28.890725],[120.513636,28.887916],[120.510508,28.883728],[120.5116,28.880865],[120.509995,28.874874],[120.504599,28.872184],[120.497862,28.871216],[120.494899,28.868592],[120.494949,28.865994],[120.502215,28.857218],[120.501735,28.856184],[120.495859,28.853042],[120.498474,28.849198],[120.496687,28.847209],[120.493442,28.847899],[120.486788,28.846016],[120.485878,28.844438],[120.487649,28.840103],[120.484471,28.838512],[120.482369,28.836006],[120.48457,28.83285],[120.481128,28.828183],[120.476543,28.82996],[120.476692,28.83399],[120.473894,28.839201],[120.469425,28.841482],[120.467224,28.84176],[120.46345,28.839427],[120.449347,28.84245],[120.441783,28.841415],[120.437148,28.838326],[120.433606,28.836947],[120.430179,28.832824],[120.426703,28.831988],[120.423277,28.82996],[120.420943,28.829655],[120.4151,28.822308],[120.414223,28.813211],[120.408099,28.806606],[120.406907,28.801885],[120.40987,28.798569],[120.408761,28.795452],[120.404259,28.793502],[120.403348,28.79191],[120.403398,28.788183],[120.400667,28.785503],[120.392688,28.785821],[120.388964,28.78797],[120.386051,28.787108],[120.379976,28.777928],[120.374199,28.773205],[120.368985,28.763878],[120.369962,28.760893],[120.36839,28.758703],[120.368704,28.752082],[120.37074,28.750065],[120.369035,28.743164],[120.369946,28.741731],[120.368886,28.739674],[120.365129,28.737497],[120.363755,28.735161],[120.357134,28.733463],[120.354982,28.731565],[120.347451,28.730211],[120.344306,28.727994],[120.343296,28.721836],[120.345928,28.72315],[120.351887,28.723986],[120.352797,28.722951],[120.351738,28.719818],[120.353161,28.714906],[120.355512,28.712198],[120.355082,28.709875],[120.352681,28.706809],[120.34952,28.704326],[120.344207,28.706118],[120.339473,28.703835],[120.331577,28.701313],[120.326231,28.693599],[120.324062,28.686336],[120.323566,28.675832],[120.32254,28.669803],[120.324162,28.66639],[120.326545,28.664929],[120.33017,28.660454],[120.336195,28.654371],[120.339158,28.652777],[120.344869,28.650944],[120.347799,28.650824],[120.350083,28.647742],[120.357465,28.646839],[120.35725,28.638657],[120.35533,28.636969],[120.352003,28.637527],[120.349702,28.634512],[120.349768,28.632984],[120.353277,28.626913],[120.355181,28.625571],[120.361305,28.624402],[120.365112,28.620495],[120.368853,28.618223],[120.370095,28.614928],[120.368919,28.611819],[120.369565,28.609055],[120.373471,28.605494],[120.377328,28.605308],[120.381714,28.599886],[120.381449,28.598026],[120.378619,28.594849],[120.381814,28.591128],[120.382045,28.587287],[120.379529,28.579446],[120.3765,28.57599],[120.37261,28.573743],[120.370608,28.574036],[120.36589,28.578635],[120.361338,28.580203],[120.358789,28.579751],[120.355793,28.577425],[120.348361,28.573916],[120.342684,28.575392],[120.332968,28.580575],[120.331726,28.580363],[120.324874,28.575431],[120.321215,28.572015],[120.32009,28.569902],[120.321431,28.567403],[120.325254,28.56828],[120.325999,28.563388],[120.322556,28.55932],[120.322109,28.554149],[120.317657,28.554733],[120.315075,28.557246],[120.311549,28.557632],[120.306815,28.552566],[120.304928,28.549136],[120.294301,28.54197],[120.290958,28.539044],[120.289981,28.534909],[120.290296,28.530454],[120.292166,28.526704],[120.290925,28.523991],[120.293656,28.51794],[120.292646,28.511995],[120.299234,28.509269],[120.301965,28.507274],[120.304878,28.507181],[120.306848,28.509615],[120.311185,28.517395],[120.31337,28.522156],[120.31764,28.521651],[120.321133,28.517435],[120.321431,28.514908],[120.324245,28.512341],[120.334325,28.509189],[120.336824,28.509242],[120.337222,28.506622],[120.335633,28.505146],[120.336328,28.501554],[120.341012,28.496327],[120.345349,28.49614],[120.350397,28.497644],[120.357283,28.498082],[120.366304,28.499772],[120.368108,28.498974],[120.369946,28.496087],[120.371866,28.496074],[120.376153,28.498322],[120.379728,28.498043],[120.383436,28.493586],[120.383436,28.489023],[120.385819,28.48607],[120.387805,28.479485],[120.389692,28.477103],[120.389246,28.473604],[120.391017,28.471595],[120.394162,28.471089],[120.396628,28.465568],[120.399045,28.465089],[120.402852,28.472287],[120.402934,28.473564],[120.399177,28.475613],[120.399276,28.478021],[120.402405,28.48164],[120.406013,28.480443],[120.411293,28.48631],[120.417285,28.489516],[120.419156,28.491884],[120.414951,28.496859],[120.414935,28.512368],[120.419089,28.517901],[120.421125,28.518858],[120.422201,28.522156],[120.41995,28.525215],[120.422896,28.528845],[120.423608,28.53096],[120.422747,28.533619],[120.424221,28.534284],[120.428773,28.533513],[120.430659,28.53451],[120.432199,28.538898],[120.432315,28.54189],[120.430229,28.545493],[120.431123,28.548791],[120.434169,28.55375],[120.43397,28.55593],[120.430213,28.561487],[120.430693,28.568187],[120.436254,28.573331],[120.441865,28.573331],[120.442511,28.580841],[120.443488,28.582622],[120.446335,28.58431],[120.453253,28.584191],[120.458931,28.585892],[120.466561,28.586011],[120.471891,28.586942],[120.477652,28.582011],[120.481425,28.581346],[120.48227,28.583287],[120.48457,28.583885],[120.489801,28.580815],[120.493509,28.577758],[120.496554,28.571749],[120.500543,28.566738],[120.498441,28.565103],[120.499484,28.561873],[120.50157,28.560011],[120.508439,28.557273],[120.512445,28.558841],[120.518801,28.555837],[120.524081,28.555332],[120.525405,28.552513],[120.528765,28.548378],[120.535552,28.546597],[120.541213,28.543353],[120.549191,28.533579],[120.554719,28.53596],[120.556457,28.53592],[120.55942,28.533154],[120.567862,28.531891],[120.569302,28.534577],[120.572232,28.537489],[120.574847,28.538074],[120.57968,28.535574],[120.583355,28.5308],[120.585854,28.530454],[120.588751,28.532914],[120.598798,28.533965],[120.615367,28.533899],[120.618611,28.532768],[120.624305,28.53338],[120.627516,28.536358],[120.626639,28.544616],[120.627169,28.547408],[120.624785,28.549974],[120.621491,28.55714],[120.624719,28.558296],[120.626159,28.560982],[120.631274,28.564],[120.633293,28.561726],[120.636686,28.561128],[120.64003,28.557844],[120.649647,28.563003],[120.648058,28.565714],[120.648025,28.569011],[120.639749,28.576933],[120.640046,28.578741],[120.646916,28.580177],[120.653024,28.585028],[120.659876,28.583951],[120.661862,28.581665],[120.669245,28.579605],[120.675038,28.582024],[120.679706,28.581891],[120.687337,28.582489],[120.689935,28.586025],[120.695546,28.586982],[120.698774,28.589533],[120.69889,28.591461],[120.701009,28.592763],[120.701091,28.599806],[120.702052,28.602424],[120.701985,28.606371],[120.703574,28.608776],[120.707812,28.611766],[120.713804,28.609255],[120.718637,28.605441],[120.721666,28.604125],[120.729379,28.60378],[120.732938,28.605202],[120.736315,28.609188],[120.739675,28.610955],[120.743515,28.611593],[120.74959,28.609786],[120.752437,28.605746],[120.7553,28.605614],[120.757833,28.604298],[120.756724,28.599846],[120.756757,28.59566],[120.758727,28.59158],[120.760481,28.591208],[120.76452,28.592829],[120.771422,28.592843],[120.776984,28.589254],[120.782943,28.59053],[120.785061,28.588643],[120.787478,28.584922],[120.79102,28.58342],[120.793652,28.583765],[120.798734,28.588776],[120.797608,28.593175],[120.801332,28.595766],[120.803699,28.596444],[120.808913,28.596165],[120.810602,28.601162],[120.809244,28.608564],[120.811413,28.613666],[120.81522,28.615526],[120.822718,28.617054],[120.83447,28.617174],[120.838608,28.616855],[120.845378,28.617599],[120.849616,28.619007],[120.857428,28.619765],[120.863503,28.621957],[120.865771,28.624136],[120.868783,28.629716],[120.87312,28.628919],[120.878433,28.626767],[120.887471,28.626527],[120.891692,28.625677],[120.897998,28.625943],[120.904784,28.623485],[120.912697,28.62302],[120.91455,28.624309],[120.914302,28.626939],[120.912117,28.628733],[120.911141,28.632267],[120.904884,28.640184],[120.892155,28.646853],[120.889308,28.648659],[120.889523,28.651462],[120.891327,28.655088],[120.890599,28.656137],[120.882406,28.65967],[120.87936,28.660533],[120.877473,28.663362],[120.884011,28.666988],[120.888431,28.664385],[120.890864,28.664013],[120.893612,28.666523],[120.895681,28.666417],[120.89679,28.664704],[120.895797,28.660998],[120.896541,28.659404],[120.903775,28.661011],[120.904304,28.661941],[120.904304,28.670281],[120.904702,28.672778],[120.91119,28.679896],[120.911604,28.6838],[120.909237,28.691076],[120.909485,28.69871],[120.912746,28.704844],[120.920129,28.711774],[120.922777,28.715809],[120.925988,28.722871],[120.923456,28.725605],[120.92132,28.731963],[120.918291,28.735307],[120.919483,28.7397],[120.925872,28.74396],[120.929547,28.747026],[120.933023,28.751352],[120.935655,28.752374],[120.935274,28.754245],[120.925889,28.759725],[120.922926,28.764249],[120.923571,28.76953],[120.92228,28.772383],[120.921569,28.776694],[120.918639,28.780648],[120.916603,28.788594],[120.916421,28.792149],[120.922529,28.80219],[120.924085,28.808463],[120.91945,28.821022],[120.918837,28.82374],[120.91695,28.826379],[120.911008,28.830888],[120.910147,28.833248],[120.910876,28.840103],[120.909618,28.851889],[120.908509,28.854832],[120.90591,28.854434],[120.899422,28.859923],[120.900746,28.862746],[120.902848,28.862693],[120.905397,28.86606],[120.902136,28.87164],[120.898975,28.872648],[120.896161,28.875073],[120.890963,28.875762],[120.887405,28.87506],[120.883151,28.876239],[120.875702,28.885702],[120.879675,28.888393],[120.88032,28.890195],[120.878731,28.896847],[120.876513,28.899895],[120.871961,28.900491],[120.868734,28.904891],[120.867327,28.911701],[120.863602,28.914457],[120.861666,28.917173],[120.852959,28.91818],[120.843756,28.920525],[120.84263,28.924261],[120.839552,28.930818],[120.839452,28.932924],[120.833941,28.939667],[120.831358,28.940263],[120.827121,28.945177],[120.827022,28.951309],[120.824936,28.952779],[120.820351,28.952223],[120.819043,28.954581],[120.811744,28.959997],[120.805669,28.961613],[120.802143,28.960792],[120.798485,28.961944],[120.794066,28.969413],[120.79054,28.971889],[120.787164,28.971717],[120.784714,28.976974],[120.78579,28.984627],[120.784664,28.986719],[120.78137,28.986864],[120.781536,28.990002],[120.78046,28.991935],[120.777712,28.993378],[120.768178,28.991909],[120.764917,28.990863],[120.759952,28.987831],[120.757734,28.984547],[120.757005,28.980853],[120.751907,28.979688],[120.749805,28.980615],[120.747488,28.984415],[120.745286,28.985554],[120.741247,28.980999],[120.734627,28.977649],[120.724612,28.97745],[120.72102,28.975875],[120.71872,28.975914]]]]}},{"type":"Feature","properties":{"adcode":331081,"name":"温岭市","center":[121.373611,28.368781],"centroid":[121.427094,28.38848],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":6,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.457252,28.254257],[121.456126,28.264309],[121.457185,28.268375],[121.459751,28.271855],[121.477661,28.284331],[121.481269,28.289462],[121.484729,28.296553],[121.4888,28.301444],[121.494213,28.304456],[121.499328,28.305948],[121.511808,28.306215],[121.52596,28.303603],[121.538606,28.299192],[121.564362,28.288036],[121.569774,28.283491],[121.57143,28.279413],[121.570304,28.271375],[121.570685,28.263856],[121.571959,28.258723],[121.577471,28.250097],[121.57954,28.241857],[121.581957,28.23955],[121.585863,28.240324],[121.589306,28.243444],[121.594702,28.245737],[121.610328,28.248084],[121.616005,28.249617],[121.624199,28.250497],[121.627542,28.25203],[121.630869,28.25519],[121.634279,28.259443],[121.636116,28.264549],[121.637043,28.269762],[121.640287,28.273028],[121.645237,28.274734],[121.64901,28.27832],[121.648961,28.281332],[121.644707,28.288969],[121.644508,28.292688],[121.645667,28.296659],[121.650153,28.304242],[121.654125,28.31353],[121.656922,28.318594],[121.66932,28.333383],[121.67038,28.335728],[121.670628,28.342349],[121.674286,28.344134],[121.674435,28.347291],[121.672647,28.347784],[121.666457,28.344094],[121.664636,28.345985],[121.663742,28.35459],[121.660349,28.355629],[121.653264,28.35178],[121.643896,28.34813],[121.6385,28.347437],[121.634428,28.348063],[121.632988,28.350594],[121.634279,28.355842],[121.636547,28.359545],[121.646395,28.365126],[121.652503,28.370467],[121.658859,28.378417],[121.659918,28.384237],[121.657485,28.388005],[121.657121,28.390122],[121.658909,28.392386],[121.665861,28.394063],[121.68713,28.400881],[121.69064,28.402971],[121.692758,28.407338],[121.691831,28.418427],[121.687379,28.431858],[121.681933,28.44031],[121.675428,28.443318],[121.664503,28.444848],[121.654092,28.444609],[121.634163,28.443823],[121.623172,28.44357],[121.617627,28.444715],[121.612777,28.450344],[121.612347,28.45616],[121.614035,28.463319],[121.612479,28.467204],[121.615657,28.466778],[121.616286,28.469958],[121.613903,28.471688],[121.611966,28.476265],[121.609748,28.477143],[121.599883,28.479325],[121.596937,28.479272],[121.592898,28.481667],[121.589339,28.481746],[121.583711,28.491179],[121.584374,28.491591],[121.579441,28.494917],[121.57282,28.495675],[121.569079,28.494651],[121.566414,28.49054],[121.561151,28.488797],[121.556168,28.489383],[121.552808,28.492868],[121.550541,28.494065],[121.547147,28.493906],[121.542695,28.49058],[121.540295,28.489928],[121.537315,28.49054],[121.535975,28.492695],[121.536041,28.496433],[121.533608,28.498801],[121.528526,28.500277],[121.526606,28.499985],[121.522716,28.497324],[121.52174,28.498761],[121.516939,28.498003],[121.51684,28.496486],[121.514208,28.497165],[121.50666,28.495728],[121.506429,28.497165],[121.498947,28.496792],[121.49557,28.49618],[121.485507,28.490766],[121.487294,28.486044],[121.489843,28.481188],[121.485788,28.482066],[121.482378,28.477556],[121.479978,28.477702],[121.47781,28.479777],[121.478075,28.481467],[121.481782,28.485831],[121.481186,28.488332],[121.475228,28.487467],[121.474003,28.485006],[121.471536,28.485472],[121.466653,28.48478],[121.46384,28.485285],[121.456523,28.488212],[121.453097,28.486363],[121.4503,28.48776],[121.451342,28.496047],[121.450068,28.498455],[121.44113,28.50488],[121.434889,28.507074],[121.432705,28.509641],[121.4309,28.509588],[121.42759,28.506422],[121.428434,28.503456],[121.422243,28.501022],[121.413835,28.502485],[121.411484,28.503377],[121.408737,28.498255],[121.404797,28.497085],[121.399683,28.497564],[121.390149,28.500663],[121.388526,28.502911],[121.375516,28.509136],[121.372007,28.513325],[121.366561,28.517262],[121.362506,28.516504],[121.353551,28.515959],[121.351598,28.513099],[121.346914,28.512275],[121.341435,28.512714],[121.339614,28.514057],[121.337363,28.521372],[121.334764,28.523646],[121.327564,28.526133],[121.323426,28.528659],[121.319536,28.530042],[121.315166,28.52943],[121.312667,28.527835],[121.309175,28.528672],[121.303232,28.52596],[121.299491,28.525867],[121.294906,28.52721],[121.287276,28.527622],[121.283568,28.526345],[121.282641,28.52334],[121.276798,28.518858],[121.271915,28.517249],[121.268241,28.515214],[121.266519,28.513166],[121.262944,28.511171],[121.253972,28.510266],[121.251125,28.506728],[121.249073,28.506555],[121.245796,28.508098],[121.239473,28.510014],[121.236096,28.508657],[121.234192,28.506077],[121.232272,28.505292],[121.220288,28.508245],[121.214081,28.511902],[121.209347,28.512009],[121.204018,28.510998],[121.197794,28.510772],[121.19493,28.513751],[121.193308,28.514057],[121.191934,28.511729],[121.187747,28.508205],[121.179504,28.507101],[121.172618,28.505385],[121.172535,28.499705],[121.170847,28.497111],[121.17328,28.494132],[121.175117,28.4934],[121.179619,28.483942],[121.18096,28.478354],[121.183592,28.477556],[121.184668,28.474655],[121.188624,28.475201],[121.191454,28.473631],[121.195179,28.473005],[121.194616,28.467098],[121.202164,28.461429],[121.205805,28.461043],[121.209116,28.458835],[121.20612,28.455987],[121.209016,28.450704],[121.209596,28.446299],[121.211516,28.445141],[121.211764,28.44224],[121.214396,28.438367],[121.219179,28.438154],[121.221596,28.438806],[121.225536,28.437861],[121.226827,28.435545],[121.224443,28.433043],[121.221546,28.427599],[121.221116,28.424164],[121.222804,28.422035],[121.228283,28.423725],[121.232537,28.423605],[121.236179,28.422687],[121.239771,28.420637],[121.242386,28.417655],[121.248725,28.413701],[121.25235,28.412809],[121.257713,28.40811],[121.257217,28.406779],[121.251258,28.405274],[121.250463,28.403663],[121.251026,28.399283],[121.246623,28.390588],[121.246127,28.385781],[121.238728,28.384037],[121.235964,28.384609],[121.227572,28.384809],[121.226314,28.382892],[121.22052,28.378857],[121.220752,28.376779],[121.222788,28.375807],[121.222639,28.37329],[121.216415,28.371386],[121.211996,28.370973],[121.209546,28.373357],[121.208172,28.370094],[121.204878,28.368429],[121.209761,28.36141],[121.214313,28.358],[121.215886,28.3515],[121.215737,28.349182],[121.213668,28.345639],[121.209447,28.329399],[121.210192,28.326135],[121.212178,28.326255],[121.212062,28.324137],[121.208917,28.325362],[121.205938,28.318674],[121.198373,28.307774],[121.18677,28.294114],[121.177186,28.282145],[121.173892,28.277493],[121.185264,28.276547],[121.194881,28.273108],[121.200641,28.271775],[121.212029,28.271015],[121.218766,28.271855],[121.225834,28.276173],[121.229723,28.27692],[121.242419,28.27684],[121.251804,28.275307],[121.258889,28.272294],[121.263838,28.271441],[121.265956,28.271801],[121.269962,28.277133],[121.272743,28.278426],[121.275441,28.2774],[121.280969,28.278799],[121.283916,28.282132],[121.286978,28.284011],[121.29964,28.286344],[121.302653,28.287263],[121.305367,28.289622],[121.30934,28.295513],[121.312965,28.296979],[121.316904,28.297646],[121.320496,28.297192],[121.326389,28.300071],[121.328988,28.303829],[121.33253,28.303829],[121.3369,28.306748],[121.339366,28.306281],[121.340707,28.304669],[121.343785,28.306468],[121.347973,28.310319],[121.352856,28.313157],[121.356994,28.317981],[121.36201,28.319966],[121.363698,28.317608],[121.360305,28.310172],[121.360768,28.308027],[121.359345,28.30147],[121.357259,28.298179],[121.357987,28.296446],[121.355819,28.294274],[121.363036,28.292261],[121.363052,28.289702],[121.361645,28.287383],[121.35759,28.285424],[121.355041,28.282492],[121.353154,28.276787],[121.354478,28.274334],[121.359411,28.270948],[121.369706,28.270055],[121.373298,28.268549],[121.379605,28.268642],[121.383528,28.267815],[121.384024,28.264656],[121.386689,28.25995],[121.388543,28.254497],[121.389354,28.254004],[121.396422,28.255964],[121.398342,28.25591],[121.399236,28.258817],[121.397928,28.260736],[121.398839,28.26239],[121.404284,28.265562],[121.406254,28.265002],[121.407545,28.258323],[121.409498,28.258097],[121.411286,28.26027],[121.412958,28.260336],[121.415143,28.256457],[121.416649,28.25563],[121.423535,28.25619],[121.435038,28.254924],[121.449439,28.25475],[121.457252,28.254257]]],[[[121.64335,28.350541],[121.642787,28.348916],[121.645121,28.348836],[121.649722,28.351074],[121.652073,28.353991],[121.655069,28.35459],[121.657783,28.356682],[121.657071,28.359346],[121.658098,28.36153],[121.662467,28.363248],[121.66164,28.3645],[121.65828,28.362862],[121.659091,28.364686],[121.657369,28.365206],[121.654853,28.361796],[121.653397,28.358187],[121.648597,28.356175],[121.647769,28.352766],[121.64335,28.350541]]],[[[121.687412,28.384516],[121.689133,28.384316],[121.690027,28.381587],[121.686104,28.374648],[121.69016,28.376779],[121.692858,28.37642],[121.695324,28.37859],[121.69534,28.381294],[121.693156,28.382186],[121.689315,28.386087],[121.687412,28.384516]]],[[[121.678573,28.278333],[121.679367,28.276427],[121.684995,28.276693],[121.685839,28.273787],[121.68766,28.273054],[121.689464,28.276427],[121.688405,28.278133],[121.689845,28.280679],[121.6892,28.283078],[121.686386,28.283358],[121.686187,28.28585],[121.687726,28.289516],[121.681834,28.288103],[121.680361,28.286437],[121.677183,28.285637],[121.677166,28.284224],[121.680063,28.282398],[121.67758,28.280759],[121.678573,28.278333]]],[[[121.679069,28.371039],[121.682959,28.370573],[121.682347,28.368309],[121.687346,28.366245],[121.690011,28.369468],[121.688438,28.373077],[121.68334,28.374209],[121.678159,28.372291],[121.679069,28.371039]]],[[[121.69352,28.265442],[121.694645,28.263109],[121.698982,28.264616],[121.700472,28.267442],[121.69443,28.268042],[121.69256,28.266949],[121.69352,28.265442]]],[[[121.647471,28.21836],[121.647752,28.215906],[121.651924,28.216506],[121.654853,28.219587],[121.653463,28.221721],[121.648564,28.221187],[121.647471,28.21836]]],[[[121.634593,28.225468],[121.631813,28.221854],[121.638715,28.22068],[121.643979,28.222347],[121.644227,28.225188],[121.641479,28.225228],[121.641297,28.226788],[121.64671,28.230802],[121.644922,28.232816],[121.634908,28.229402],[121.632557,28.226428],[121.634593,28.225468]]],[[[121.658611,28.290942],[121.657601,28.28745],[121.661077,28.286663],[121.664818,28.289929],[121.664719,28.291288],[121.661673,28.291901],[121.664255,28.29622],[121.659753,28.29566],[121.657998,28.293421],[121.658611,28.290942]]],[[[121.568748,28.245591],[121.569841,28.243737],[121.572572,28.243644],[121.574012,28.248377],[121.571661,28.249124],[121.567159,28.247937],[121.566298,28.246057],[121.568748,28.245591]]],[[[121.684946,28.269935],[121.688852,28.268735],[121.690457,28.272414],[121.688868,28.273241],[121.684151,28.271028],[121.684946,28.269935]]],[[[121.642406,28.250031],[121.646329,28.249951],[121.64378,28.25131],[121.642406,28.250031]]],[[[121.64709,28.296353],[121.645352,28.292754],[121.646975,28.291488],[121.651146,28.292395],[121.654555,28.296366],[121.655251,28.299858],[121.652702,28.299858],[121.65156,28.30187],[121.649226,28.300564],[121.649474,28.297992],[121.64709,28.296353]]],[[[121.559876,28.248191],[121.564478,28.245124],[121.565074,28.246924],[121.561995,28.249177],[121.559876,28.248191]]],[[[121.663179,28.211118],[121.662749,28.20989],[121.666572,28.209664],[121.669122,28.212318],[121.667201,28.213398],[121.663179,28.211118]]],[[[121.551848,28.276053],[121.554728,28.27608],[121.558022,28.278839],[121.553603,28.279013],[121.551848,28.276053]]],[[[121.724456,28.375328],[121.728064,28.374742],[121.731491,28.376087],[121.732318,28.380282],[121.729058,28.383211],[121.72583,28.382093],[121.723198,28.377791],[121.724456,28.375328]]],[[[121.683903,28.387166],[121.687908,28.386301],[121.68771,28.389283],[121.684863,28.389643],[121.683903,28.387166]]],[[[121.733543,28.267255],[121.73644,28.264429],[121.738443,28.266482],[121.738741,28.270055],[121.734702,28.269722],[121.733543,28.267255]]],[[[121.61147,28.247084],[121.611602,28.245137],[121.613688,28.245471],[121.614482,28.247391],[121.612777,28.248497],[121.61147,28.247084]]],[[[121.717438,28.400188],[121.720351,28.399522],[121.722586,28.402239],[121.720897,28.404608],[121.718563,28.403743],[121.717438,28.400188]]],[[[121.662865,28.299018],[121.665414,28.299098],[121.666208,28.300871],[121.662815,28.300271],[121.662865,28.299018]]],[[[121.592948,28.242777],[121.594404,28.24199],[121.597632,28.24459],[121.596722,28.245631],[121.593924,28.244537],[121.592948,28.242777]]]]}},{"type":"Feature","properties":{"adcode":331082,"name":"临海市","center":[121.131229,28.845441],"centroid":[121.228824,28.847925],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":7,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.205077,29.023929],[121.203124,29.02422],[121.195609,29.023545],[121.193755,29.025465],[121.193888,29.027238],[121.191487,29.029144],[121.187382,29.028535],[121.181208,29.032624],[121.179206,29.03539],[121.173627,29.040803],[121.169258,29.042827],[121.160899,29.044667],[121.157158,29.044614],[121.152921,29.041014],[121.151679,29.036872],[121.150239,29.036806],[121.149527,29.039876],[121.147558,29.043039],[121.142575,29.047353],[121.138868,29.04771],[121.133786,29.044111],[121.130906,29.042986],[121.124119,29.042893],[121.119965,29.04468],[121.119915,29.049973],[121.116853,29.053982],[121.114221,29.055517],[121.10232,29.058374],[121.092869,29.061828],[121.08835,29.066022],[121.082358,29.06618],[121.073387,29.059843],[121.07044,29.056919],[121.063488,29.04509],[121.062379,29.03977],[121.060741,29.037084],[121.045612,29.028667],[121.040977,29.027212],[121.03712,29.024565],[121.028017,29.021507],[121.02368,29.023294],[121.017489,29.028561],[121.014096,29.029872],[121.012441,29.032505],[121.009975,29.033365],[121.007442,29.03236],[121.001847,29.032717],[120.997213,29.031275],[120.990195,29.033895],[120.979932,29.03359],[120.97596,29.034279],[120.973791,29.036925],[120.969852,29.038394],[120.965018,29.034146],[120.96285,29.030136],[120.954342,29.037164],[120.94835,29.036528],[120.944047,29.035337],[120.937012,29.028178],[120.93433,29.022566],[120.931351,29.018291],[120.930623,29.016107],[120.928272,29.013989],[120.923456,29.012785],[120.91268,29.008827],[120.909369,29.009052],[120.901987,29.007569],[120.895797,29.007],[120.891178,29.003453],[120.884657,29.000818],[120.879013,28.996966],[120.875487,28.991803],[120.873981,28.9875],[120.872226,28.984786],[120.867889,28.980496],[120.864248,28.978629],[120.85569,28.975478],[120.853207,28.973147],[120.846371,28.970115],[120.844418,28.967943],[120.842134,28.959401],[120.840263,28.956859],[120.835066,28.953005],[120.830911,28.953932],[120.827022,28.951309],[120.827121,28.945177],[120.831358,28.940263],[120.833941,28.939667],[120.839452,28.932924],[120.839552,28.930818],[120.84263,28.924261],[120.843756,28.920525],[120.852959,28.91818],[120.861666,28.917173],[120.863602,28.914457],[120.867327,28.911701],[120.868734,28.904891],[120.871961,28.900491],[120.876513,28.899895],[120.878731,28.896847],[120.88032,28.890195],[120.879675,28.888393],[120.875702,28.885702],[120.883151,28.876239],[120.887405,28.87506],[120.890963,28.875762],[120.896161,28.875073],[120.898975,28.872648],[120.902136,28.87164],[120.905397,28.86606],[120.902848,28.862693],[120.900746,28.862746],[120.899422,28.859923],[120.90591,28.854434],[120.908509,28.854832],[120.909618,28.851889],[120.910876,28.840103],[120.910147,28.833248],[120.911008,28.830888],[120.91695,28.826379],[120.918837,28.82374],[120.91945,28.821022],[120.924085,28.808463],[120.922529,28.80219],[120.916421,28.792149],[120.916603,28.788594],[120.918639,28.780648],[120.921569,28.776694],[120.92228,28.772383],[120.923571,28.76953],[120.922926,28.764249],[120.925889,28.759725],[120.935274,28.754245],[120.935655,28.752374],[120.933023,28.751352],[120.929547,28.747026],[120.925872,28.74396],[120.919483,28.7397],[120.918291,28.735307],[120.92132,28.731963],[120.923456,28.725605],[120.925988,28.722871],[120.93155,28.722128],[120.936797,28.723973],[120.940289,28.720853],[120.944047,28.719314],[120.950254,28.721145],[120.954276,28.719526],[120.957106,28.713101],[120.960251,28.709942],[120.963131,28.705986],[120.970994,28.703543],[120.973361,28.702308],[120.979601,28.700874],[120.983243,28.69806],[120.991916,28.692802],[120.9942,28.688567],[120.998355,28.687491],[121.003983,28.684158],[121.009362,28.679205],[121.013881,28.678077],[121.020071,28.679444],[121.024127,28.682591],[121.029341,28.682286],[121.03184,28.677957],[121.034472,28.675553],[121.033446,28.669777],[121.03573,28.666935],[121.037782,28.66635],[121.04245,28.669418],[121.045248,28.668648],[121.047813,28.665022],[121.050644,28.665261],[121.057066,28.664425],[121.058456,28.670109],[121.063174,28.673947],[121.066286,28.672937],[121.06948,28.669817],[121.072493,28.670069],[121.077425,28.67311],[121.084079,28.674557],[121.08739,28.679006],[121.088731,28.681927],[121.093613,28.684596],[121.099109,28.681556],[121.104306,28.682472],[121.114089,28.689602],[121.126073,28.696945],[121.129764,28.696573],[121.135176,28.691952],[121.139248,28.695962],[121.142344,28.703397],[121.14534,28.704764],[121.150256,28.704817],[121.157952,28.707884],[121.163133,28.706503],[121.16651,28.709822],[121.169738,28.711548],[121.170317,28.71565],[121.171641,28.717137],[121.192514,28.722499],[121.200442,28.725725],[121.204018,28.724026],[121.203306,28.718982],[121.205408,28.716858],[121.210175,28.720017],[121.211714,28.722499],[121.21433,28.723827],[121.218253,28.722818],[121.223351,28.717814],[121.230617,28.716473],[121.232736,28.715464],[121.234341,28.711136],[121.234821,28.706822],[121.237586,28.700755],[121.244306,28.700025],[121.253492,28.694382],[121.257829,28.697794],[121.267016,28.69948],[121.271419,28.703463],[121.279993,28.70645],[121.281085,28.708654],[121.286845,28.710459],[121.290189,28.708242],[121.295188,28.70657],[121.294178,28.701817],[121.295055,28.696586],[121.296529,28.692948],[121.300898,28.691381],[121.304887,28.692815],[121.307387,28.692205],[121.311475,28.689217],[121.321026,28.683069],[121.322003,28.678873],[121.32293,28.678661],[121.325462,28.682273],[121.327283,28.689376],[121.329981,28.692019],[121.335509,28.693599],[121.348652,28.695444],[121.350886,28.695471],[121.349711,28.699626],[121.350439,28.702587],[121.352244,28.705269],[121.353005,28.712252],[121.354842,28.719752],[121.354975,28.725512],[121.354048,28.727795],[121.349463,28.730675],[121.345706,28.738572],[121.346136,28.740523],[121.349976,28.742408],[121.35188,28.745035],[121.355571,28.747358],[121.359692,28.748141],[121.36585,28.750556],[121.368829,28.747411],[121.372454,28.745977],[121.378165,28.745407],[121.380813,28.74753],[121.381508,28.750224],[121.380134,28.751498],[121.380929,28.753939],[121.378595,28.755757],[121.374755,28.755691],[121.375731,28.761092],[121.374142,28.765006],[121.375649,28.770246],[121.373629,28.772104],[121.375947,28.773895],[121.379323,28.773802],[121.381492,28.77554],[121.387268,28.775872],[121.391009,28.772966],[121.398358,28.770167],[121.399616,28.765735],[121.401404,28.762936],[121.404086,28.761211],[121.409895,28.759048],[121.412593,28.75654],[121.415838,28.75658],[121.417013,28.757761],[121.425306,28.757429],[121.432208,28.760906],[121.434227,28.759446],[121.434856,28.754669],[121.438332,28.750755],[121.438746,28.747729],[121.440054,28.746177],[121.44732,28.74818],[121.450283,28.750503],[121.453627,28.74757],[121.454173,28.743761],[121.459172,28.743045],[121.461704,28.739315],[121.460512,28.735812],[121.461688,28.731259],[121.472778,28.726667],[121.476237,28.72684],[121.484249,28.731976],[121.486202,28.731578],[121.490307,28.728897],[121.491929,28.729547],[121.496365,28.727623],[121.502936,28.726149],[121.505816,28.728738],[121.509127,28.725526],[121.510418,28.722021],[121.514854,28.717906],[121.517287,28.717893],[121.524206,28.705348],[121.529056,28.697993],[121.531605,28.699215],[121.533773,28.697263],[121.532813,28.699812],[121.535908,28.701047],[121.538093,28.700808],[121.537613,28.698378],[121.538623,28.69652],[121.53043,28.693121],[121.531108,28.691249],[121.533359,28.691262],[121.537348,28.682459],[121.541338,28.678342],[121.546651,28.675275],[121.55261,28.672539],[121.587419,28.672207],[121.612479,28.677041],[121.646329,28.682817],[121.66735,28.691926],[121.679152,28.698896],[121.685194,28.708574],[121.689431,28.719154],[121.690656,28.730649],[121.692775,28.758677],[121.694579,28.772887],[121.699131,28.7874],[121.702706,28.795147],[121.704726,28.804657],[121.704775,28.816367],[121.702905,28.825252],[121.692195,28.855243],[121.687362,28.863343],[121.682214,28.865516],[121.660101,28.869679],[121.657932,28.864522],[121.652817,28.86097],[121.645005,28.856701],[121.641281,28.855217],[121.639791,28.851107],[121.637705,28.849529],[121.633931,28.848495],[121.632905,28.845552],[121.627757,28.843431],[121.627708,28.84172],[121.62357,28.838923],[121.62256,28.837146],[121.619233,28.835621],[121.617015,28.837292],[121.610659,28.83761],[121.608904,28.836364],[121.605974,28.837451],[121.604766,28.839493],[121.606041,28.840461],[121.600694,28.843086],[121.597185,28.842052],[121.595745,28.840196],[121.592749,28.840249],[121.590663,28.838591],[121.590697,28.840713],[121.588462,28.841694],[121.588528,28.843842],[121.58679,28.844306],[121.578166,28.839095],[121.575998,28.840076],[121.577554,28.843272],[121.576114,28.846414],[121.569609,28.850683],[121.567474,28.848774],[121.562326,28.847899],[121.559992,28.849423],[121.556086,28.853639],[121.553172,28.855256],[121.547247,28.851518],[121.545509,28.852446],[121.541354,28.84994],[121.53811,28.850113],[121.529602,28.85169],[121.520664,28.852777],[121.517221,28.851995],[121.506842,28.851757],[121.5058,28.84766],[121.501546,28.850961],[121.496977,28.84945],[121.491068,28.849582],[121.483868,28.852035],[121.481964,28.853148],[121.486069,28.859896],[121.486136,28.865609],[121.484977,28.869201],[121.480607,28.872422],[121.478141,28.876929],[121.478075,28.879526],[121.47968,28.882561],[121.472778,28.884139],[121.470444,28.885318],[121.464667,28.886511],[121.460744,28.891838],[121.455878,28.893163],[121.458212,28.896914],[121.458129,28.898769],[121.456242,28.90069],[121.454818,28.905142],[121.454901,28.907792],[121.453279,28.911198],[121.452865,28.919902],[121.453312,28.924181],[121.450896,28.924883],[121.449621,28.923121],[121.445864,28.924526],[121.441924,28.924221],[121.439143,28.924936],[121.435303,28.929282],[121.429709,28.933997],[121.427938,28.937349],[121.426282,28.946263],[121.426547,28.950382],[121.420075,28.951376],[121.4141,28.955415],[121.413918,28.959587],[121.412494,28.957574],[121.409134,28.959785],[121.41064,28.962249],[121.412428,28.961997],[121.415656,28.963851],[121.413934,28.967916],[121.41112,28.969691],[121.403639,28.972657],[121.401371,28.974829],[121.401967,28.97749],[121.400626,28.977821],[121.397316,28.975478],[121.390297,28.976656],[121.389073,28.977808],[121.381409,28.977887],[121.380316,28.976881],[121.379621,28.97267],[121.380432,28.970697],[121.379936,28.963758],[121.372769,28.96156],[121.369855,28.960024],[121.366677,28.95609],[121.369922,28.950488],[121.368962,28.946713],[121.365039,28.942899],[121.36249,28.941362],[121.35375,28.939058],[121.350125,28.942422],[121.340475,28.948833],[121.340012,28.952568],[121.341634,28.957746],[121.337876,28.959719],[121.336138,28.966354],[121.333986,28.970591],[121.330858,28.972485],[121.327581,28.970048],[121.324585,28.971174],[121.321489,28.969267],[121.318924,28.970062],[121.313379,28.96977],[121.307486,28.970287],[121.302189,28.972895],[121.299044,28.97614],[121.298482,28.979437],[121.296479,28.982019],[121.298101,28.987751],[121.296876,28.990015],[121.291944,28.992571],[121.289775,28.994927],[121.286266,28.993524],[121.282161,28.997178],[121.284147,29.001639],[121.284992,29.007318],[121.284594,29.010336],[121.281118,29.012136],[121.279099,29.012189],[121.272296,29.010376],[121.268439,29.006894],[121.266403,29.003347],[121.258193,29.004114],[121.245597,29.006908],[121.241542,29.010084],[121.238513,29.010654],[121.232504,29.007397],[121.229707,29.007186],[121.231428,29.013725],[121.224013,29.019747],[121.220504,29.020581],[121.211532,29.021547],[121.207047,29.022473],[121.205077,29.023929]]],[[[121.849095,28.733675],[121.851992,28.732839],[121.849161,28.730091],[121.846794,28.729043],[121.849939,28.727596],[121.853465,28.728831],[121.856991,28.72903],[121.859622,28.727888],[121.857884,28.726415],[121.857653,28.723853],[121.86242,28.722101],[121.865565,28.721982],[121.866905,28.724809],[121.869355,28.724769],[121.870597,28.726627],[121.873079,28.727516],[121.873112,28.730131],[121.871523,28.731259],[121.87149,28.734193],[121.869934,28.73552],[121.867038,28.735679],[121.866094,28.738041],[121.869471,28.741266],[121.873394,28.741266],[121.877267,28.743602],[121.880528,28.748698],[121.882812,28.749667],[121.893008,28.752082],[121.897163,28.750529],[121.901516,28.752626],[121.900887,28.753754],[121.894134,28.754736],[121.897395,28.757562],[121.899811,28.756673],[121.902956,28.758186],[121.908071,28.75788],[121.911332,28.759353],[121.909544,28.761874],[121.903883,28.761357],[121.89756,28.761503],[121.893008,28.762525],[121.889483,28.757005],[121.886652,28.756885],[121.886421,28.754324],[121.883739,28.753993],[121.875827,28.74903],[121.871805,28.748432],[121.860715,28.747822],[121.859589,28.748724],[121.859738,28.75167],[121.854359,28.750078],[121.853432,28.747862],[121.851181,28.74887],[121.85075,28.746004],[121.84792,28.744757],[121.846993,28.741439],[121.849741,28.742275],[121.850634,28.738572],[121.855484,28.738506],[121.85555,28.736077],[121.84979,28.735931],[121.849095,28.733675]]],[[[121.749632,28.690598],[121.750592,28.6917],[121.753356,28.691421],[121.758074,28.692922],[121.758041,28.695179],[121.752711,28.694595],[121.74652,28.690903],[121.746338,28.688938],[121.752264,28.683362],[121.753704,28.683122],[121.758041,28.684782],[121.761202,28.684689],[121.763718,28.685712],[121.768237,28.690744],[121.771216,28.690611],[121.778698,28.687624],[121.780155,28.684557],[121.782323,28.683096],[121.781661,28.680055],[121.782968,28.679152],[121.785534,28.680201],[121.788861,28.677904],[121.790682,28.679418],[121.794025,28.679604],[121.796128,28.68218],[121.796078,28.684503],[121.798793,28.686084],[121.797866,28.688726],[121.800067,28.695298],[121.805893,28.698644],[121.808575,28.699454],[121.808178,28.703888],[121.805298,28.70418],[121.80159,28.702441],[121.79967,28.698591],[121.796906,28.697515],[121.793281,28.69482],[121.790003,28.690903],[121.78762,28.692085],[121.785964,28.690664],[121.783117,28.692072],[121.780121,28.690638],[121.777854,28.693904],[121.772739,28.694209],[121.775437,28.697542],[121.779095,28.697409],[121.780486,28.699175],[121.779029,28.701472],[121.776,28.703649],[121.7711,28.704685],[121.765274,28.705123],[121.76347,28.703503],[121.766946,28.701419],[121.767045,28.698604],[121.763188,28.697728],[121.764612,28.693878],[121.761864,28.68931],[121.759679,28.688381],[121.756915,28.690359],[121.752429,28.688646],[121.749632,28.690598]]],[[[121.919906,28.7073],[121.920634,28.704924],[121.923316,28.705667],[121.924408,28.707645],[121.92752,28.708123],[121.929092,28.710951],[121.932221,28.709636],[121.934687,28.710499],[121.934704,28.714349],[121.938461,28.716606],[121.940977,28.716367],[121.942516,28.719526],[121.941722,28.721052],[121.938593,28.720004],[121.933562,28.720415],[121.927934,28.716991],[121.922753,28.717535],[121.922637,28.718982],[121.920187,28.717203],[121.917208,28.717628],[121.915933,28.71569],[121.91355,28.715052],[121.916314,28.712809],[121.919376,28.71338],[121.92128,28.708933],[121.919906,28.7073]]],[[[121.837326,28.770525],[121.843252,28.770631],[121.84691,28.773271],[121.851545,28.775659],[121.853068,28.777265],[121.856279,28.777835],[121.862701,28.78208],[121.863181,28.784256],[121.861112,28.78675],[121.861973,28.7887],[121.864869,28.789907],[121.865598,28.791486],[121.863479,28.792587],[121.865482,28.799378],[121.87389,28.798224],[121.876224,28.800014],[121.874602,28.80215],[121.869752,28.802309],[121.868859,28.803901],[121.872384,28.807866],[121.870828,28.809776],[121.867154,28.810399],[121.866839,28.813184],[121.864472,28.812787],[121.861575,28.813768],[121.858513,28.81036],[121.850717,28.808264],[121.850419,28.80597],[121.85704,28.803635],[121.855368,28.800253],[121.853117,28.799789],[121.853084,28.798197],[121.855401,28.797189],[121.855567,28.795505],[121.852968,28.793091],[121.846761,28.793873],[121.844361,28.791738],[121.844411,28.788833],[121.847274,28.786458],[121.849906,28.786684],[121.850519,28.784734],[121.846877,28.781576],[121.848118,28.779626],[121.845371,28.778392],[121.845106,28.775898],[121.842855,28.77489],[121.839097,28.775792],[121.836813,28.77363],[121.838171,28.772329],[121.837326,28.770525]]],[[[121.894448,28.66971],[121.894779,28.668024],[121.898686,28.66724],[121.897908,28.670162],[121.895144,28.671065],[121.894448,28.66971]]],[[[121.8243,28.763812],[121.828272,28.766518],[121.832112,28.767328],[121.832361,28.768827],[121.827527,28.768707],[121.82569,28.770578],[121.824084,28.76693],[121.820774,28.765988],[121.820062,28.763851],[121.820675,28.76076],[121.817232,28.758279],[121.821105,28.754789],[121.82473,28.75857],[121.8243,28.763812]]],[[[121.803493,28.751126],[121.806158,28.75106],[121.808757,28.752413],[121.810164,28.754961],[121.81508,28.756235],[121.815163,28.757907],[121.811074,28.757602],[121.807267,28.7552],[121.805033,28.754908],[121.803493,28.751126]]],[[[121.845487,28.837902],[121.849608,28.839135],[121.854061,28.839427],[121.856345,28.843258],[121.854326,28.8442],[121.851032,28.841773],[121.847854,28.841137],[121.845106,28.839069],[121.845487,28.837902]]],[[[121.861758,28.72092],[121.859986,28.72007],[121.861443,28.718291],[121.863512,28.718517],[121.861758,28.72092]]],[[[121.861542,28.701127],[121.864952,28.700078],[121.86818,28.701432],[121.86722,28.702706],[121.861542,28.701127]]],[[[121.92176,28.704685],[121.919211,28.703224],[121.919409,28.701392],[121.922885,28.70114],[121.923994,28.702428],[121.92176,28.704685]]],[[[121.832907,28.658422],[121.832675,28.656535],[121.835125,28.656549],[121.836615,28.658448],[121.835439,28.659564],[121.832907,28.658422]]],[[[121.775205,28.7874],[121.775272,28.784415],[121.778284,28.783487],[121.780999,28.784853],[121.782157,28.787307],[121.779724,28.789058],[121.775205,28.7874]]],[[[121.859871,28.690532],[121.861923,28.690731],[121.861178,28.693254],[121.85906,28.692045],[121.859871,28.690532]]],[[[121.792933,28.798741],[121.790086,28.800068],[121.788629,28.798662],[121.789291,28.796712],[121.791327,28.796526],[121.792933,28.798741]]],[[[121.731607,28.711402],[121.734255,28.712079],[121.736523,28.714322],[121.729951,28.714309],[121.729471,28.712942],[121.731607,28.711402]]],[[[121.755773,28.717415],[121.757809,28.716937],[121.758322,28.719154],[121.755773,28.717415]]]]}},{"type":"Feature","properties":{"adcode":331083,"name":"玉环市","center":[121.232337,28.12842],"centroid":[121.257196,28.169948],"childrenNum":0,"level":"district","parent":{"adcode":331000},"subFeatureIndex":8,"acroutes":[100000,330000,331000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.173892,28.277493],[121.160634,28.27528],[121.15537,28.274054],[121.150454,28.269975],[121.147392,28.263136],[121.146763,28.258577],[121.145985,28.246297],[121.146382,28.236123],[121.143817,28.222708],[121.142724,28.209464],[121.138371,28.179996],[121.136815,28.168561],[121.13463,28.162276],[121.131303,28.158553],[121.123275,28.148104],[121.108395,28.138988],[121.116423,28.132502],[121.12109,28.125253],[121.123822,28.113479],[121.135276,28.07051],[121.136319,28.063418],[121.135872,28.050582],[121.137825,28.040323],[121.141003,28.031398],[121.145025,28.027337],[121.149809,28.025266],[121.159128,28.023368],[121.166659,28.0225],[121.176143,28.022313],[121.238695,28.028833],[121.261173,28.034418],[121.265112,28.036983],[121.269797,28.041365],[121.276748,28.04934],[121.28226,28.054629],[121.291099,28.058864],[121.294741,28.061361],[121.297836,28.06446],[121.301163,28.070964],[121.307453,28.088485],[121.308198,28.093759],[121.308049,28.100556],[121.308496,28.106257],[121.310101,28.110702],[121.328143,28.134183],[121.332778,28.136586],[121.33776,28.135959],[121.340889,28.129832],[121.343156,28.127389],[121.34981,28.1252],[121.354727,28.125213],[121.361232,28.126134],[121.368879,28.129018],[121.372123,28.131287],[121.375003,28.136532],[121.376211,28.14733],[121.3778,28.150279],[121.388444,28.15527],[121.391324,28.159114],[121.392913,28.166213],[121.393442,28.171657],[121.39955,28.183451],[121.402364,28.197325],[121.413537,28.212265],[121.419562,28.218],[121.433449,28.229016],[121.44641,28.238577],[121.45606,28.250337],[121.457252,28.254257],[121.449439,28.25475],[121.435038,28.254924],[121.423535,28.25619],[121.416649,28.25563],[121.415143,28.256457],[121.412958,28.260336],[121.411286,28.26027],[121.409498,28.258097],[121.407545,28.258323],[121.406254,28.265002],[121.404284,28.265562],[121.398839,28.26239],[121.397928,28.260736],[121.399236,28.258817],[121.398342,28.25591],[121.396422,28.255964],[121.389354,28.254004],[121.388543,28.254497],[121.386689,28.25995],[121.384024,28.264656],[121.383528,28.267815],[121.379605,28.268642],[121.373298,28.268549],[121.369706,28.270055],[121.359411,28.270948],[121.354478,28.274334],[121.353154,28.276787],[121.355041,28.282492],[121.35759,28.285424],[121.361645,28.287383],[121.363052,28.289702],[121.363036,28.292261],[121.355819,28.294274],[121.357987,28.296446],[121.357259,28.298179],[121.359345,28.30147],[121.360768,28.308027],[121.360305,28.310172],[121.363698,28.317608],[121.36201,28.319966],[121.356994,28.317981],[121.352856,28.313157],[121.347973,28.310319],[121.343785,28.306468],[121.340707,28.304669],[121.339366,28.306281],[121.3369,28.306748],[121.33253,28.303829],[121.328988,28.303829],[121.326389,28.300071],[121.320496,28.297192],[121.316904,28.297646],[121.312965,28.296979],[121.30934,28.295513],[121.305367,28.289622],[121.302653,28.287263],[121.29964,28.286344],[121.286978,28.284011],[121.283916,28.282132],[121.280969,28.278799],[121.275441,28.2774],[121.272743,28.278426],[121.269962,28.277133],[121.265956,28.271801],[121.263838,28.271441],[121.258889,28.272294],[121.251804,28.275307],[121.242419,28.27684],[121.229723,28.27692],[121.225834,28.276173],[121.218766,28.271855],[121.212029,28.271015],[121.200641,28.271775],[121.194881,28.273108],[121.185264,28.276547],[121.173892,28.277493]]],[[[121.387335,28.119273],[121.389884,28.119006],[121.392996,28.120902],[121.39672,28.121115],[121.399021,28.123051],[121.401868,28.123184],[121.400527,28.125747],[121.403606,28.128244],[121.403788,28.129952],[121.39912,28.128671],[121.399401,28.127589],[121.393277,28.126615],[121.394949,28.125854],[121.393343,28.122971],[121.39048,28.121462],[121.38851,28.12237],[121.386457,28.121369],[121.387335,28.119273]]],[[[121.410657,28.079418],[121.413719,28.083037],[121.413156,28.085761],[121.415076,28.089206],[121.410276,28.08974],[121.411236,28.092184],[121.409895,28.098299],[121.410508,28.10161],[121.40781,28.100609],[121.402662,28.095816],[121.400808,28.092504],[121.403755,28.090955],[121.407098,28.091489],[121.407181,28.089887],[121.403788,28.089273],[121.405079,28.087003],[121.403159,28.085561],[121.402795,28.082222],[121.404218,28.077615],[121.410657,28.079418]]],[[[121.486748,28.096844],[121.487261,28.095348],[121.490952,28.094467],[121.491763,28.09902],[121.488867,28.09922],[121.486748,28.096844]]],[[[121.413272,28.039721],[121.412064,28.03745],[121.414547,28.035647],[121.415672,28.03208],[121.418768,28.035206],[121.417791,28.036341],[121.420224,28.038853],[121.417063,28.040176],[121.413272,28.039721]]],[[[121.412792,28.05129],[121.415192,28.052131],[121.415573,28.050208],[121.418354,28.05109],[121.418801,28.053935],[121.417758,28.0569],[121.41597,28.057074],[121.410243,28.05503],[121.407711,28.05304],[121.405675,28.053147],[121.405195,28.050168],[121.40786,28.050849],[121.40968,28.049607],[121.412792,28.05129]]],[[[121.410624,28.110609],[121.410392,28.108086],[121.412991,28.110115],[121.410624,28.110609]]],[[[121.502059,28.072233],[121.505717,28.073488],[121.51108,28.077081],[121.512288,28.080927],[121.516128,28.087216],[121.521144,28.088418],[121.523809,28.085961],[121.527103,28.086362],[121.532283,28.093412],[121.532383,28.09627],[121.528807,28.101744],[121.525646,28.102478],[121.521955,28.099861],[121.519869,28.095348],[121.511709,28.092197],[121.508365,28.089727],[121.504856,28.085748],[121.503102,28.082276],[121.500834,28.075799],[121.500801,28.072821],[121.502059,28.072233]]],[[[121.346335,28.087777],[121.349728,28.08966],[121.354064,28.088565],[121.356796,28.089139],[121.360238,28.091957],[121.364327,28.094013],[121.365833,28.096376],[121.370203,28.097405],[121.37209,28.099888],[121.374374,28.107765],[121.373977,28.109888],[121.369557,28.108954],[121.364807,28.104494],[121.363019,28.101143],[121.359461,28.098086],[121.354346,28.097752],[121.345557,28.096056],[121.342974,28.093118],[121.342776,28.090915],[121.346335,28.087777]]],[[[121.485622,28.128818],[121.487476,28.126815],[121.489148,28.129205],[121.485622,28.128818]]],[[[121.3972,28.129912],[121.401172,28.130673],[121.399948,28.132728],[121.3972,28.129912]]],[[[121.145141,28.013227],[121.14769,28.012265],[121.151149,28.014643],[121.154427,28.015057],[121.155817,28.0163],[121.161428,28.017636],[121.166229,28.020656],[121.1656,28.021952],[121.158151,28.021845],[121.14966,28.019787],[121.145538,28.015445],[121.145141,28.013227]]],[[[121.529668,28.067385],[121.531141,28.067438],[121.533608,28.072807],[121.532317,28.073568],[121.530347,28.071245],[121.529668,28.067385]]],[[[121.417178,28.206342],[121.417162,28.205369],[121.421068,28.204222],[121.423452,28.204889],[121.423948,28.208317],[121.419612,28.208583],[121.417178,28.206342]]],[[[121.531787,28.067545],[121.534253,28.068026],[121.533442,28.069321],[121.531787,28.067545]]],[[[121.418635,28.210557],[121.420837,28.210264],[121.421449,28.213118],[121.41895,28.212878],[121.418635,28.210557]]]]}},{"type":"Feature","properties":{"adcode":331102,"name":"莲都区","center":[119.922293,28.451103],"centroid":[119.842776,28.440721],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":0,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.615035,28.527156],[119.619368,28.52037],[119.621369,28.514562],[119.620603,28.508998],[119.617819,28.503173],[119.61761,28.500391],[119.624344,28.48998],[119.624936,28.486754],[119.625162,28.477962],[119.625823,28.474231],[119.624309,28.462487],[119.627702,28.462548],[119.633897,28.464536],[119.636211,28.466111],[119.638804,28.47131],[119.647678,28.470056],[119.655264,28.470989],[119.670036,28.469185],[119.676474,28.466937],[119.685592,28.460468],[119.691438,28.450435],[119.693683,28.44808],[119.694971,28.441151],[119.696589,28.436516],[119.696432,28.432156],[119.693318,28.425823],[119.687506,28.417271],[119.684548,28.415297],[119.683347,28.410967],[119.685453,28.405413],[119.689089,28.392223],[119.692761,28.386377],[119.693318,28.380852],[119.694918,28.375067],[119.695423,28.368179],[119.699582,28.361857],[119.704541,28.355979],[119.706141,28.349365],[119.707951,28.334989],[119.711535,28.322418],[119.709743,28.313428],[119.700747,28.307119],[119.692656,28.303504],[119.686358,28.304393],[119.668766,28.308007],[119.65375,28.313306],[119.644198,28.310136],[119.635393,28.308589],[119.636368,28.298174],[119.63936,28.293855],[119.645068,28.288524],[119.652636,28.286686],[119.656691,28.284067],[119.663129,28.275932],[119.668035,28.27394],[119.674787,28.274737],[119.678893,28.276943],[119.683887,28.281202],[119.690064,28.282749],[119.693753,28.281861],[119.69718,28.276039],[119.699147,28.267766],[119.706907,28.261561],[119.719818,28.253348],[119.728605,28.240767],[119.736365,28.230315],[119.745291,28.226039],[119.745291,28.224997],[119.738697,28.220659],[119.733686,28.219325],[119.723994,28.220628],[119.723594,28.22023],[119.718217,28.224414],[119.710091,28.226499],[119.707412,28.225089],[119.707029,28.211155],[119.706281,28.203598],[119.703966,28.199136],[119.684948,28.190275],[119.682495,28.186794],[119.686514,28.183528],[119.697546,28.176736],[119.697963,28.175386],[119.695632,28.173607],[119.689472,28.172457],[119.686218,28.171185],[119.68507,28.166829],[119.687001,28.165142],[119.703062,28.164514],[119.714389,28.159606],[119.718965,28.158118],[119.723298,28.157735],[119.727717,28.158732],[119.731719,28.158686],[119.733425,28.150711],[119.733024,28.1491],[119.728935,28.1441],[119.726151,28.133515],[119.72636,28.130677],[119.725177,28.118619],[119.725525,28.110932],[119.726465,28.108585],[119.737479,28.104626],[119.749694,28.103751],[119.753226,28.103137],[119.759194,28.103628],[119.763596,28.105209],[119.768294,28.109229],[119.773236,28.116563],[119.779622,28.116256],[119.783345,28.11552],[119.789801,28.115274],[119.794568,28.114522],[119.798327,28.115566],[119.800362,28.118803],[119.800293,28.12856],[119.801493,28.130892],[119.810924,28.131797],[119.813343,28.133377],[119.816405,28.139927],[119.820999,28.141124],[119.826584,28.139789],[119.831891,28.13686],[119.83297,28.134543],[119.838399,28.127026],[119.847012,28.121058],[119.848421,28.120982],[119.854685,28.125308],[119.858322,28.13123],[119.857521,28.135249],[119.854215,28.142689],[119.847186,28.151953],[119.844402,28.154392],[119.844019,28.160312],[119.847012,28.165664],[119.850614,28.165848],[119.861523,28.161799],[119.875008,28.152674],[119.877601,28.152704],[119.887763,28.154744],[119.891573,28.159345],[119.90217,28.185506],[119.900551,28.186672],[119.897158,28.192283],[119.893574,28.19929],[119.888093,28.204747],[119.885013,28.211508],[119.874399,28.217823],[119.868414,28.217118],[119.864725,28.215401],[119.859923,28.212121],[119.856686,28.209024],[119.852197,28.206418],[119.846977,28.205453],[119.843549,28.203966],[119.840835,28.200854],[119.842018,28.198063],[119.839547,28.194706],[119.835702,28.195748],[119.828046,28.192115],[119.828324,28.198523],[119.827124,28.200869],[119.826549,28.205928],[119.82467,28.210573],[119.821208,28.214374],[119.814717,28.220322],[119.809689,28.223709],[119.806713,28.22702],[119.804382,28.233058],[119.804904,28.239464],[119.807897,28.243265],[119.812925,28.245395],[119.816875,28.259937],[119.821503,28.271704],[119.833388,28.283454],[119.840748,28.296382],[119.847656,28.303856],[119.854268,28.309048],[119.862602,28.314791],[119.870363,28.31911],[119.875635,28.321484],[119.881516,28.326093],[119.884474,28.329768],[119.887641,28.334958],[119.892234,28.340715],[119.902326,28.347635],[119.904919,28.352259],[119.913567,28.363786],[119.9199,28.36899],[119.923363,28.37447],[119.926547,28.380806],[119.930288,28.385428],[119.933472,28.38803],[119.937787,28.388045],[119.947601,28.383729],[119.951359,28.384602],[119.954544,28.388642],[119.957136,28.394136],[119.962339,28.397319],[119.96695,28.398772],[119.97431,28.399752],[119.978364,28.40904],[119.982227,28.413966],[119.986264,28.417057],[119.991832,28.419413],[119.997,28.418342],[119.999958,28.414349],[120.007857,28.41415],[120.011215,28.414915],[120.015043,28.417531],[120.018854,28.421738],[120.02082,28.425915],[120.024579,28.431728],[120.027798,28.438229],[120.030808,28.442191],[120.045076,28.454198],[120.04866,28.456339],[120.058978,28.460009],[120.065886,28.464047],[120.069975,28.46735],[120.07476,28.472717],[120.07911,28.476249],[120.088593,28.480791],[120.091238,28.479017],[120.090838,28.473726],[120.094196,28.464154],[120.098616,28.464475],[120.1117,28.470225],[120.114815,28.475286],[120.118713,28.479201],[120.121792,28.483665],[120.12402,28.488986],[120.127935,28.495423],[120.130162,28.500162],[120.137139,28.512468],[120.139088,28.516656],[120.140497,28.521975],[120.137974,28.523947],[120.131275,28.524222],[120.117895,28.527874],[120.113806,28.531283],[120.111422,28.54386],[120.109247,28.548169],[120.107281,28.554098],[120.103731,28.561371],[120.099712,28.566107],[120.096736,28.571332],[120.091499,28.573073],[120.087114,28.571607],[120.083791,28.56901],[120.068653,28.550583],[120.065416,28.545235],[120.060318,28.541002],[120.054159,28.537441],[120.050035,28.536204],[120.045876,28.536112],[120.039299,28.538496],[120.033453,28.542958],[120.012312,28.554403],[119.997991,28.561753],[119.991727,28.56768],[119.990005,28.570262],[119.991379,28.58398],[119.991362,28.589266],[119.989396,28.59232],[119.984576,28.595436],[119.982157,28.599881],[119.980835,28.605654],[119.979895,28.614176],[119.976294,28.621169],[119.974397,28.626056],[119.973318,28.631369],[119.969334,28.635614],[119.964479,28.638057],[119.96133,28.637476],[119.958615,28.635263],[119.954631,28.633782],[119.945965,28.632209],[119.942155,28.63485],[119.94045,28.637431],[119.942068,28.650926],[119.940171,28.655353],[119.937422,28.658421],[119.934516,28.663565],[119.925451,28.670968],[119.911026,28.687054],[119.910382,28.690274],[119.910487,28.699002],[119.907894,28.717906],[119.906102,28.724389],[119.903335,28.727013],[119.899003,28.729225],[119.893574,28.730094],[119.887571,28.730064],[119.882073,28.728843],[119.877479,28.730369],[119.873738,28.732764],[119.86991,28.726555],[119.868536,28.722467],[119.866187,28.718516],[119.861262,28.717723],[119.849657,28.716578],[119.844715,28.714366],[119.842105,28.70834],[119.835023,28.704876],[119.832135,28.701031],[119.826375,28.695325],[119.815883,28.689892],[119.813882,28.686855],[119.813865,28.678782],[119.812229,28.667564],[119.810159,28.663672],[119.810176,28.661047],[119.812194,28.658055],[119.811725,28.653934],[119.80774,28.647751],[119.802903,28.643079],[119.794968,28.632881],[119.790392,28.630316],[119.786808,28.62914],[119.783484,28.629216],[119.777255,28.630896],[119.769634,28.636713],[119.764936,28.638698],[119.757732,28.637843],[119.752425,28.635232],[119.750442,28.629018],[119.749398,28.622712],[119.762065,28.615474],[119.767929,28.611014],[119.772731,28.608556],[119.773967,28.603256],[119.772975,28.599973],[119.769286,28.595467],[119.767633,28.591526],[119.767059,28.587998],[119.76377,28.588212],[119.758307,28.591358],[119.754113,28.592657],[119.743986,28.592427],[119.73988,28.591465],[119.73854,28.589174],[119.739306,28.584851],[119.737113,28.581429],[119.732729,28.578924],[119.727004,28.571897],[119.720444,28.565939],[119.718321,28.56189],[119.718565,28.557276],[119.717712,28.553777],[119.707794,28.545739],[119.707359,28.539871],[119.705706,28.53547],[119.703584,28.533224],[119.697459,28.531466],[119.68239,28.529586],[119.674734,28.530029],[119.671341,28.531818],[119.664747,28.537335],[119.66024,28.539963],[119.649365,28.542515],[119.644737,28.541873],[119.638264,28.528516],[119.634819,28.526285],[119.629147,28.525414],[119.621195,28.526117],[119.615035,28.527156]]]]}},{"type":"Feature","properties":{"adcode":331121,"name":"青田县","center":[120.291939,28.135247],"centroid":[120.139789,28.203157],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":1,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.332854,28.41031],[120.33181,28.411488],[120.324415,28.408382],[120.321649,28.4078],[120.313488,28.408825],[120.307294,28.407326],[120.301865,28.406775],[120.295879,28.407112],[120.29273,28.407984],[120.281176,28.414181],[120.272894,28.421432],[120.269466,28.423941],[120.266769,28.423957],[120.264959,28.421631],[120.261549,28.420499],[120.258104,28.420438],[120.25391,28.422672],[120.249473,28.428745],[120.248168,28.43156],[120.245715,28.433977],[120.242165,28.432768],[120.23879,28.430061],[120.234857,28.433227],[120.233257,28.444241],[120.227515,28.452485],[120.22186,28.457593],[120.217875,28.461814],[120.208183,28.466631],[120.204373,28.470286],[120.201345,28.469613],[120.194698,28.470148],[120.190209,28.471555],[120.184293,28.467105],[120.17822,28.461508],[120.173383,28.457761],[120.163413,28.452316],[120.159063,28.450863],[120.148814,28.446336],[120.143159,28.444623],[120.138775,28.444103],[120.133537,28.446306],[120.130614,28.448997],[120.125742,28.457409],[120.120418,28.463496],[120.1117,28.470225],[120.098616,28.464475],[120.094196,28.464154],[120.090838,28.473726],[120.091238,28.479017],[120.088593,28.480791],[120.07911,28.476249],[120.07476,28.472717],[120.069975,28.46735],[120.065886,28.464047],[120.058978,28.460009],[120.04866,28.456339],[120.045076,28.454198],[120.030808,28.442191],[120.027798,28.438229],[120.024579,28.431728],[120.02082,28.425915],[120.018854,28.421738],[120.015043,28.417531],[120.011215,28.414915],[120.007857,28.41415],[119.999958,28.414349],[119.997,28.418342],[119.991832,28.419413],[119.986264,28.417057],[119.982227,28.413966],[119.978364,28.40904],[119.97431,28.399752],[119.96695,28.398772],[119.962339,28.397319],[119.957136,28.394136],[119.954544,28.388642],[119.951359,28.384602],[119.947601,28.383729],[119.937787,28.388045],[119.933472,28.38803],[119.930288,28.385428],[119.926547,28.380806],[119.923363,28.37447],[119.9199,28.36899],[119.913567,28.363786],[119.904919,28.352259],[119.902326,28.347635],[119.892234,28.340715],[119.887641,28.334958],[119.884474,28.329768],[119.881516,28.326093],[119.875635,28.321484],[119.870363,28.31911],[119.862602,28.314791],[119.854268,28.309048],[119.847656,28.303856],[119.840748,28.296382],[119.833388,28.283454],[119.821503,28.271704],[119.816875,28.259937],[119.812925,28.245395],[119.807897,28.243265],[119.804904,28.239464],[119.804382,28.233058],[119.806713,28.22702],[119.809689,28.223709],[119.814717,28.220322],[119.821208,28.214374],[119.82467,28.210573],[119.826549,28.205928],[119.827124,28.200869],[119.828324,28.198523],[119.828046,28.192115],[119.835702,28.195748],[119.839547,28.194706],[119.842018,28.198063],[119.840835,28.200854],[119.843549,28.203966],[119.846977,28.205453],[119.852197,28.206418],[119.856686,28.209024],[119.859923,28.212121],[119.864725,28.215401],[119.868414,28.217118],[119.874399,28.217823],[119.885013,28.211508],[119.888093,28.204747],[119.893574,28.19929],[119.897158,28.192283],[119.900551,28.186672],[119.90217,28.185506],[119.908573,28.180216],[119.912731,28.174344],[119.919152,28.154407],[119.922319,28.149714],[119.927295,28.144744],[119.930375,28.137765],[119.935856,28.132534],[119.943286,28.12428],[119.949167,28.116057],[119.954335,28.109705],[119.95872,28.102692],[119.962043,28.09525],[119.965227,28.091014],[119.974919,28.074669],[119.97525,28.064339],[119.974414,28.056802],[119.971857,28.051598],[119.969455,28.044106],[119.966602,28.037995],[119.960721,28.028091],[119.956997,28.019722],[119.953117,28.014101],[119.950837,28.008911],[119.94687,28.007421],[119.934882,28.005731],[119.927904,28.006192],[119.915289,28.007743],[119.897419,28.01361],[119.893157,28.016497],[119.888807,28.017787],[119.885709,28.017895],[119.880472,28.016466],[119.880089,28.013272],[119.882978,28.008358],[119.885066,28.002552],[119.886823,27.99518],[119.883082,27.988621],[119.876331,27.984335],[119.873425,27.980341],[119.874138,27.975179],[119.875235,27.97415],[119.876453,27.973919],[119.879097,27.969617],[119.881603,27.967482],[119.882891,27.964624],[119.88825,27.957633],[119.892113,27.951364],[119.895071,27.952009],[119.898342,27.954898],[119.902918,27.955313],[119.906833,27.954237],[119.911096,27.956219],[119.915359,27.960307],[119.923293,27.964762],[119.928618,27.968818],[119.945565,27.973873],[119.948732,27.973474],[119.955379,27.974918],[119.958546,27.973719],[119.960303,27.97607],[119.962443,27.976208],[119.966028,27.970201],[119.966271,27.967958],[119.968672,27.966729],[119.968742,27.962504],[119.964618,27.9594],[119.966289,27.95751],[119.963644,27.953853],[119.962147,27.950242],[119.963,27.947368],[119.963,27.940622],[119.966898,27.937579],[119.979982,27.939147],[119.989361,27.939623],[119.993311,27.940422],[120.001245,27.941022],[120.006883,27.942897],[120.006726,27.947046],[120.009388,27.947906],[120.013843,27.943527],[120.020507,27.939592],[120.027658,27.939639],[120.031782,27.941329],[120.035923,27.947891],[120.038412,27.949673],[120.042988,27.951102],[120.046276,27.950918],[120.063555,27.951056],[120.065764,27.95204],[120.068357,27.955267],[120.067852,27.957372],[120.06432,27.961244],[120.065434,27.96444],[120.068166,27.967804],[120.07429,27.972306],[120.076987,27.971968],[120.078745,27.96739],[120.0844,27.967113],[120.092212,27.974549],[120.09571,27.976024],[120.09691,27.980602],[120.099051,27.982737],[120.100512,27.981139],[120.10615,27.982246],[120.117442,27.982599],[120.127308,27.980725],[120.12964,27.979434],[120.132424,27.979434],[120.135765,27.977191],[120.141437,27.976147],[120.14389,27.976608],[120.145752,27.97968],[120.149354,27.980141],[120.153408,27.977975],[120.15694,27.978297],[120.160472,27.977437],[120.161551,27.980233],[120.168041,27.980494],[120.171939,27.978589],[120.175141,27.975471],[120.176707,27.972198],[120.17655,27.966652],[120.174862,27.960383],[120.176863,27.959677],[120.177316,27.95479],[120.178325,27.952962],[120.18786,27.948582],[120.192819,27.944187],[120.192541,27.941836],[120.197761,27.937487],[120.202041,27.935981],[120.207644,27.936304],[120.21403,27.934905],[120.218658,27.935658],[120.226906,27.933399],[120.229951,27.93134],[120.23404,27.9328],[120.238616,27.933414],[120.241591,27.934967],[120.242131,27.938978],[120.245611,27.943434],[120.246463,27.947445],[120.245959,27.952316],[120.247786,27.958032],[120.248969,27.964009],[120.25746,27.967343],[120.260592,27.965315],[120.258034,27.961213],[120.260783,27.958755],[120.265586,27.957141],[120.270788,27.957387],[120.27653,27.959615],[120.281037,27.963533],[120.29005,27.972444],[120.295183,27.977084],[120.302317,27.977345],[120.307311,27.97842],[120.311313,27.977514],[120.319265,27.979219],[120.324624,27.978989],[120.326956,27.976592],[120.328156,27.967927],[120.328922,27.966667],[120.333063,27.96845],[120.336056,27.970677],[120.341311,27.976577],[120.343712,27.981001],[120.350654,27.984135],[120.349123,27.987699],[120.345173,27.989127],[120.335534,27.990448],[120.334699,27.992338],[120.335186,27.996854],[120.336404,27.999665],[120.341206,28.005931],[120.344477,28.019031],[120.349175,28.021688],[120.348166,28.037258],[120.344912,28.039991],[120.345452,28.043998],[120.347592,28.04647],[120.347087,28.049494],[120.350272,28.052565],[120.354291,28.052381],[120.357179,28.050554],[120.36367,28.052519],[120.366401,28.051628],[120.370525,28.053164],[120.372996,28.056188],[120.37411,28.063372],[120.373796,28.066181],[120.371378,28.069236],[120.370142,28.072275],[120.364627,28.075283],[120.362312,28.080103],[120.366227,28.082221],[120.365601,28.085935],[120.36842,28.088912],[120.376789,28.093546],[120.383662,28.095373],[120.387473,28.094191],[120.390239,28.094222],[120.396294,28.099102],[120.39793,28.098457],[120.399774,28.101756],[120.405917,28.10903],[120.41185,28.114568],[120.412598,28.1171],[120.411746,28.119678],[120.406839,28.122439],[120.405603,28.124203],[120.408996,28.129067],[120.408005,28.131613],[120.405447,28.132181],[120.401114,28.13462],[120.400279,28.136583],[120.397808,28.137565],[120.390518,28.139084],[120.385663,28.14206],[120.385124,28.146232],[120.385889,28.147352],[120.397408,28.152459],[120.404072,28.154729],[120.410997,28.156293],[120.418758,28.155434],[120.421577,28.160204],[120.419906,28.162581],[120.418862,28.166737],[120.416026,28.16821],[120.413677,28.172626],[120.415382,28.177119],[120.422099,28.182823],[120.430224,28.183835],[120.431042,28.186917],[120.428745,28.192237],[120.42664,28.193679],[120.425178,28.196377],[120.416165,28.199842],[120.414095,28.198416],[120.412111,28.199259],[120.412233,28.204349],[120.414042,28.210864],[120.415765,28.213914],[120.421577,28.215999],[120.427841,28.226713],[120.435462,28.234009],[120.438437,28.234453],[120.438298,28.236798],[120.435897,28.244322],[120.433478,28.247004],[120.428954,28.247081],[120.424587,28.248276],[120.421437,28.253838],[120.424778,28.259109],[120.426466,28.264227],[120.426449,28.268073],[120.423473,28.27869],[120.421785,28.282764],[120.418532,28.285736],[120.417035,28.288846],[120.416652,28.294743],[120.414164,28.302907],[120.408579,28.30499],[120.403324,28.305832],[120.398939,28.309064],[120.394989,28.315496],[120.388412,28.315879],[120.377711,28.317579],[120.372491,28.325159],[120.373396,28.328589],[120.372126,28.33061],[120.369968,28.331345],[120.364279,28.331314],[120.35845,28.328864],[120.348114,28.332386],[120.346478,28.334407],[120.3553,28.338388],[120.359633,28.343333],[120.360816,28.345492],[120.359581,28.349197],[120.359389,28.353774],[120.360172,28.354892],[120.359859,28.359393],[120.358032,28.364398],[120.353491,28.367215],[120.349349,28.368011],[120.343555,28.367505],[120.341415,28.367903],[120.334681,28.371347],[120.335377,28.375097],[120.334316,28.381372],[120.335029,28.384479],[120.339814,28.386086],[120.344686,28.392391],[120.34406,28.394763],[120.34225,28.395589],[120.339571,28.394824],[120.337639,28.395528],[120.334124,28.399645],[120.332906,28.40549],[120.331688,28.407586],[120.332854,28.41031]]]]}},{"type":"Feature","properties":{"adcode":331122,"name":"缙云县","center":[120.078965,28.654208],"centroid":[120.184965,28.659237],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":2,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.332854,28.41031],[120.338822,28.412375],[120.339745,28.414532],[120.337378,28.417883],[120.338213,28.419734],[120.338196,28.427108],[120.341206,28.430504],[120.343781,28.431912],[120.348271,28.429954],[120.356031,28.429724],[120.366749,28.424293],[120.36527,28.420499],[120.369342,28.415099],[120.374318,28.41083],[120.376702,28.41158],[120.376807,28.41493],[120.378286,28.419704],[120.381679,28.425594],[120.380756,28.429403],[120.381035,28.436287],[120.377503,28.44164],[120.374545,28.443659],[120.372143,28.446994],[120.372022,28.450879],[120.378077,28.457103],[120.384323,28.458893],[120.384845,28.466922],[120.383958,28.469491],[120.384984,28.471433],[120.38528,28.476754],[120.387803,28.479491],[120.38582,28.486066],[120.383436,28.489032],[120.383436,28.493588],[120.37973,28.498037],[120.376145,28.498312],[120.371865,28.496065],[120.369934,28.49608],[120.368107,28.498969],[120.366297,28.499764],[120.361616,28.49926],[120.357284,28.498083],[120.350411,28.497655],[120.345347,28.496141],[120.341015,28.496325],[120.336334,28.501553],[120.335638,28.505145],[120.337222,28.506628],[120.336821,28.509242],[120.334316,28.509181],[120.324241,28.512345],[120.32144,28.514898],[120.321127,28.517435],[120.317647,28.521654],[120.313366,28.522158],[120.311191,28.517389],[120.306476,28.508753],[120.304214,28.506995],[120.301099,28.507515],[120.299237,28.509273],[120.292643,28.511994],[120.293704,28.518093],[120.29092,28.523992],[120.292173,28.526713],[120.290294,28.530457],[120.289981,28.534905],[120.290955,28.539046],[120.294296,28.541965],[120.304927,28.549132],[120.306824,28.55257],[120.310373,28.556573],[120.312809,28.557918],[120.315071,28.557245],[120.319874,28.553838],[120.32278,28.55503],[120.322553,28.559323],[120.326225,28.563876],[120.325268,28.568276],[120.321422,28.567405],[120.3201,28.569896],[120.321214,28.572019],[120.324885,28.575426],[120.331723,28.58036],[120.332976,28.580574],[120.342685,28.575395],[120.348358,28.573929],[120.355787,28.577427],[120.358798,28.579749],[120.361338,28.580207],[120.365879,28.578634],[120.370612,28.574036],[120.372613,28.57373],[120.376511,28.575991],[120.379521,28.579444],[120.382044,28.587295],[120.3818,28.591129],[120.378616,28.594856],[120.381435,28.598033],[120.381713,28.599881],[120.377329,28.605303],[120.373466,28.605501],[120.369568,28.60906],[120.368924,28.611808],[120.37009,28.614924],[120.368855,28.618222],[120.365114,28.620497],[120.361303,28.624407],[120.355178,28.625567],[120.353282,28.626911],[120.349767,28.632988],[120.351994,28.637522],[120.355335,28.636973],[120.357249,28.638652],[120.357458,28.646835],[120.35008,28.647751],[120.347801,28.650819],[120.345365,28.650835],[120.34232,28.652331],[120.339153,28.652773],[120.336195,28.654376],[120.332524,28.658681],[120.330175,28.660452],[120.326538,28.664924],[120.324154,28.666389],[120.322553,28.669808],[120.323563,28.675837],[120.324067,28.686336],[120.326225,28.6936],[120.331584,28.701306],[120.339484,28.703839],[120.344199,28.706127],[120.349523,28.704327],[120.352673,28.706814],[120.355074,28.709881],[120.355509,28.7122],[120.35316,28.714915],[120.351751,28.719828],[120.352795,28.722955],[120.35189,28.723977],[120.345939,28.723153],[120.343103,28.721918],[120.344303,28.728004],[120.347453,28.730201],[120.35497,28.731559],[120.357127,28.733465],[120.363757,28.735159],[120.365531,28.737935],[120.36889,28.739673],[120.369951,28.741733],[120.369029,28.743166],[120.370734,28.75006],[120.368698,28.752073],[120.368385,28.758707],[120.370003,28.760674],[120.368977,28.763877],[120.374197,28.773209],[120.379973,28.777935],[120.386046,28.787114],[120.388969,28.787967],[120.392693,28.785818],[120.400662,28.785513],[120.403411,28.788181],[120.403341,28.791901],[120.404264,28.793501],[120.408753,28.795453],[120.409866,28.798563],[120.406908,28.801886],[120.408092,28.806611],[120.414216,28.813211],[120.415104,28.82231],[120.42095,28.829656],[120.423264,28.829961],[120.42671,28.831988],[120.424709,28.836742],[120.422516,28.846845],[120.418097,28.851644],[120.415574,28.848003],[120.411398,28.845869],[120.406891,28.845184],[120.404699,28.848688],[120.404786,28.85329],[120.402228,28.855849],[120.399044,28.854234],[120.396416,28.849161],[120.392954,28.847149],[120.392379,28.844239],[120.394259,28.842197],[120.392849,28.834563],[120.390761,28.830738],[120.388447,28.829458],[120.384271,28.830997],[120.381296,28.833984],[120.376389,28.832963],[120.373883,28.833831],[120.368437,28.838037],[120.36487,28.838997],[120.357928,28.839363],[120.357875,28.841877],[120.355683,28.845839],[120.353473,28.847424],[120.352551,28.849679],[120.348479,28.851004],[120.347261,28.858257],[120.338283,28.860252],[120.335917,28.862309],[120.335673,28.865051],[120.331393,28.868905],[120.327286,28.870094],[120.322223,28.87244],[120.316411,28.876888],[120.318169,28.880741],[120.316568,28.886271],[120.312427,28.887428],[120.303431,28.892043],[120.304301,28.893718],[120.308094,28.895896],[120.30832,28.901958],[120.307903,28.906313],[120.31013,28.90977],[120.313853,28.913409],[120.314288,28.919104],[120.306528,28.926869],[120.308233,28.931771],[120.307937,28.933827],[120.303988,28.93165],[120.302004,28.933324],[120.297132,28.932015],[120.289859,28.932685],[120.27928,28.93031],[120.276983,28.932213],[120.277766,28.935669],[120.275643,28.938318],[120.27533,28.942428],[120.272685,28.948913],[120.270997,28.950115],[120.263741,28.943098],[120.265377,28.940891],[120.264977,28.938957],[120.262489,28.937039],[120.2588,28.93675],[120.255529,28.932441],[120.255459,28.93098],[120.258608,28.927113],[120.258295,28.924951],[120.255842,28.92288],[120.254258,28.919378],[120.250744,28.913805],[120.252014,28.912176],[120.255268,28.911155],[120.261358,28.911521],[120.262523,28.910744],[120.261671,28.907775],[120.259148,28.905597],[120.258974,28.903739],[120.26134,28.899521],[120.261775,28.888966],[120.260853,28.88033],[120.262001,28.868966],[120.260696,28.865493],[120.25445,28.863223],[120.24709,28.861623],[120.244584,28.860283],[120.241835,28.857266],[120.238929,28.852543],[120.238181,28.84846],[120.23651,28.844818],[120.232874,28.84139],[120.227532,28.837504],[120.217892,28.83377],[120.2165,28.832612],[120.215126,28.825876],[120.212794,28.822539],[120.206217,28.816046],[120.201884,28.810026],[120.200092,28.804584],[120.200336,28.801825],[120.206113,28.797618],[120.209349,28.795849],[120.209384,28.793684],[120.206252,28.789126],[120.202267,28.785803],[120.198839,28.783973],[120.195029,28.783943],[120.186886,28.785604],[120.182814,28.784781],[120.182362,28.781427],[120.180361,28.779796],[120.178429,28.775237],[120.175506,28.773681],[120.16611,28.774063],[120.162125,28.778317],[120.158767,28.779506],[120.153338,28.780131],[120.145578,28.784004],[120.138061,28.782022],[120.137539,28.779521],[120.141141,28.776045],[120.138636,28.769061],[120.13613,28.764365],[120.131415,28.759729],[120.125986,28.759348],[120.120192,28.760507],[120.117877,28.762748],[120.111335,28.762306],[120.109647,28.763633],[120.109873,28.767231],[120.107751,28.76836],[120.105384,28.767613],[120.100095,28.768634],[120.097032,28.768573],[120.092178,28.773575],[120.091899,28.775176],[120.088645,28.778804],[120.089585,28.783378],[120.091116,28.785223],[120.08828,28.787373],[120.083947,28.787037],[120.075787,28.782631],[120.072603,28.779704],[120.069053,28.778271],[120.058665,28.769793],[120.049182,28.763145],[120.037281,28.76104],[120.028963,28.758067],[120.025675,28.764151],[120.02136,28.765844],[120.016348,28.769839],[120.010676,28.772233],[120.010154,28.774947],[120.011233,28.777844],[120.009441,28.781595],[120.005317,28.780909],[120.00389,28.78222],[119.996582,28.785498],[119.992006,28.78934],[119.984454,28.791154],[119.982627,28.793608],[119.982418,28.796657],[119.97772,28.795087],[119.973423,28.795133],[119.97163,28.794248],[119.970534,28.791154],[119.967594,28.787815],[119.963331,28.786992],[119.958424,28.789035],[119.952577,28.78719],[119.948697,28.787159],[119.946609,28.790224],[119.943599,28.792465],[119.936256,28.793349],[119.933229,28.794492],[119.9282,28.797511],[119.92131,28.796154],[119.921014,28.784004],[119.919396,28.780817],[119.915185,28.778835],[119.915307,28.774718],[119.914419,28.773392],[119.906746,28.768528],[119.903144,28.763648],[119.900778,28.758768],[119.901665,28.755611],[119.898081,28.75038],[119.890181,28.744905],[119.886753,28.74463],[119.882369,28.749206],[119.88002,28.748718],[119.871789,28.742297],[119.874452,28.735387],[119.873738,28.732764],[119.877479,28.730369],[119.882073,28.728843],[119.887571,28.730064],[119.893574,28.730094],[119.899003,28.729225],[119.903335,28.727013],[119.906102,28.724389],[119.907894,28.717906],[119.910487,28.699002],[119.910382,28.690274],[119.911026,28.687054],[119.925451,28.670968],[119.934516,28.663565],[119.937422,28.658421],[119.940171,28.655353],[119.942068,28.650926],[119.94045,28.637431],[119.942155,28.63485],[119.945965,28.632209],[119.954631,28.633782],[119.958615,28.635263],[119.96133,28.637476],[119.964479,28.638057],[119.969334,28.635614],[119.973318,28.631369],[119.974397,28.626056],[119.976294,28.621169],[119.979895,28.614176],[119.980835,28.605654],[119.982157,28.599881],[119.984576,28.595436],[119.989396,28.59232],[119.991362,28.589266],[119.991379,28.58398],[119.990005,28.570262],[119.991727,28.56768],[119.997991,28.561753],[120.012312,28.554403],[120.033453,28.542958],[120.039299,28.538496],[120.045876,28.536112],[120.050035,28.536204],[120.054159,28.537441],[120.060318,28.541002],[120.065416,28.545235],[120.068653,28.550583],[120.083791,28.56901],[120.087114,28.571607],[120.091499,28.573073],[120.096736,28.571332],[120.099712,28.566107],[120.103731,28.561371],[120.107281,28.554098],[120.109247,28.548169],[120.111422,28.54386],[120.113806,28.531283],[120.117895,28.527874],[120.131275,28.524222],[120.137974,28.523947],[120.140497,28.521975],[120.139088,28.516656],[120.137139,28.512468],[120.130162,28.500162],[120.127935,28.495423],[120.12402,28.488986],[120.121792,28.483665],[120.118713,28.479201],[120.114815,28.475286],[120.1117,28.470225],[120.120418,28.463496],[120.125742,28.457409],[120.130614,28.448997],[120.133537,28.446306],[120.138775,28.444103],[120.143159,28.444623],[120.148814,28.446336],[120.159063,28.450863],[120.163413,28.452316],[120.173383,28.457761],[120.17822,28.461508],[120.184293,28.467105],[120.190209,28.471555],[120.194698,28.470148],[120.201345,28.469613],[120.204373,28.470286],[120.208183,28.466631],[120.217875,28.461814],[120.22186,28.457593],[120.227515,28.452485],[120.233257,28.444241],[120.234857,28.433227],[120.23879,28.430061],[120.242165,28.432768],[120.245715,28.433977],[120.248168,28.43156],[120.249473,28.428745],[120.25391,28.422672],[120.258104,28.420438],[120.261549,28.420499],[120.264959,28.421631],[120.266769,28.423957],[120.269466,28.423941],[120.272894,28.421432],[120.281176,28.414181],[120.29273,28.407984],[120.295879,28.407112],[120.301865,28.406775],[120.307294,28.407326],[120.313488,28.408825],[120.321649,28.4078],[120.324415,28.408382],[120.33181,28.411488],[120.332854,28.41031]]]]}},{"type":"Feature","properties":{"adcode":331123,"name":"遂昌县","center":[119.27589,28.5924],"centroid":[119.083049,28.519107],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":3,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.494662,28.555626],[119.495967,28.566978],[119.497637,28.574036],[119.495915,28.578863],[119.498072,28.584851],[119.500909,28.58812],[119.503658,28.592504],[119.506198,28.594199],[119.50846,28.598461],[119.509887,28.603363],[119.50973,28.611763],[119.507938,28.615321],[119.495288,28.622208],[119.488433,28.626453],[119.48584,28.629583],[119.48537,28.632087],[119.48678,28.636988],[119.482047,28.639461],[119.475644,28.637797],[119.468458,28.633629],[119.464577,28.633491],[119.461202,28.634881],[119.459027,28.639721],[119.457513,28.645369],[119.456243,28.646682],[119.455686,28.65088],[119.458348,28.652407],[119.462263,28.66123],[119.46188,28.671212],[119.458922,28.679484],[119.459584,28.686123],[119.462141,28.690915],[119.462803,28.694439],[119.463064,28.700848],[119.464229,28.708248],[119.463116,28.714671],[119.463325,28.72114],[119.461306,28.733465],[119.460819,28.739445],[119.461689,28.741626],[119.463742,28.742312],[119.471224,28.740131],[119.479663,28.739658],[119.474739,28.746339],[119.473034,28.749801],[119.471903,28.755779],[119.472964,28.75982],[119.472529,28.762779],[119.470841,28.765356],[119.465882,28.766972],[119.463412,28.766423],[119.45579,28.761086],[119.449022,28.760507],[119.446133,28.758067],[119.440078,28.756984],[119.43451,28.756877],[119.4307,28.755581],[119.426628,28.752454],[119.421199,28.74916],[119.416727,28.750121],[119.413613,28.751997],[119.412847,28.754162],[119.412447,28.761635],[119.411716,28.763282],[119.408375,28.764715],[119.404983,28.767491],[119.399641,28.774977],[119.39623,28.776258],[119.395917,28.778926],[119.394212,28.782037],[119.38767,28.786931],[119.377926,28.786794],[119.371888,28.784796],[119.370391,28.776975],[119.368738,28.774124],[119.363275,28.771562],[119.359551,28.768314],[119.359864,28.764319],[119.358211,28.76104],[119.353339,28.757441],[119.351025,28.756801],[119.34624,28.75703],[119.341821,28.758402],[119.338445,28.761162],[119.336218,28.768329],[119.33413,28.772553],[119.327709,28.779796],[119.327013,28.783836],[119.329206,28.798197],[119.327379,28.801291],[119.322019,28.801108],[119.318783,28.809309],[119.31673,28.811169],[119.311527,28.811885],[119.309143,28.808715],[119.302636,28.804005],[119.300722,28.803578],[119.291308,28.806017],[119.285897,28.806032],[119.282052,28.805392],[119.276536,28.802938],[119.275474,28.800194],[119.276223,28.796825],[119.271142,28.786534],[119.262807,28.779902],[119.255743,28.776151],[119.250853,28.769564],[119.250053,28.765996],[119.248522,28.763633],[119.243859,28.762169],[119.238047,28.762001],[119.231905,28.763953],[119.220055,28.766286],[119.213583,28.768954],[119.206675,28.767704],[119.196635,28.769244],[119.187517,28.770174],[119.185725,28.769458],[119.176816,28.757518],[119.174398,28.752424],[119.169561,28.748886],[119.166655,28.748169],[119.161209,28.748184],[119.149377,28.741427],[119.137701,28.738026],[119.130376,28.737477],[119.127435,28.736775],[119.122372,28.73708],[119.107043,28.742907],[119.103945,28.743548],[119.097142,28.743273],[119.092287,28.737889],[119.089434,28.735448],[119.086354,28.735677],[119.080786,28.740131],[119.073443,28.734762],[119.067057,28.733435],[119.063978,28.733542],[119.059454,28.729332],[119.052668,28.726006],[119.047569,28.722162],[119.045655,28.715449],[119.043707,28.712291],[119.039217,28.709438],[119.035442,28.708889],[119.029734,28.709698],[119.025715,28.707852],[119.023592,28.705166],[119.015031,28.69891],[119.007967,28.694592],[119.006418,28.691082],[119.003339,28.687573],[119.001651,28.683071],[118.996292,28.680858],[118.991454,28.676508],[118.98399,28.663855],[118.980318,28.662207],[118.974141,28.654972],[118.968869,28.650819],[118.966433,28.646942],[118.962692,28.642423],[118.961022,28.642133],[118.95695,28.647385],[118.954027,28.647965],[118.949799,28.645324],[118.945101,28.644606],[118.940577,28.644728],[118.934365,28.642591],[118.930189,28.64053],[118.925508,28.633598],[118.925613,28.627201],[118.92483,28.621933],[118.923647,28.619261],[118.917748,28.61332],[118.9166,28.610892],[118.917139,28.599743],[118.911449,28.596169],[118.909118,28.589739],[118.90964,28.582545],[118.908561,28.574464],[118.912772,28.570629],[118.91399,28.568414],[118.914077,28.563907],[118.911693,28.559919],[118.90736,28.556695],[118.902923,28.548872],[118.898782,28.544853],[118.894728,28.541934],[118.890187,28.539749],[118.890395,28.535057],[118.889299,28.53301],[118.885054,28.531267],[118.881991,28.529158],[118.878337,28.522082],[118.876806,28.520508],[118.873448,28.519896],[118.868036,28.521715],[118.866175,28.524283],[118.864539,28.529938],[118.860902,28.531481],[118.857875,28.530931],[118.854534,28.532215],[118.852307,28.535256],[118.851002,28.539612],[118.845991,28.540956],[118.841571,28.539764],[118.838404,28.539917],[118.835359,28.54143],[118.829478,28.545862],[118.82525,28.547741],[118.821805,28.547436],[118.814236,28.542912],[118.809381,28.536234],[118.805153,28.533575],[118.800246,28.534538],[118.795374,28.534339],[118.784795,28.5298],[118.780549,28.52656],[118.779888,28.522678],[118.777295,28.518429],[118.772476,28.518628],[118.771066,28.520584],[118.769187,28.52037],[118.764994,28.524115],[118.759687,28.523136],[118.75612,28.524512],[118.751195,28.524466],[118.748933,28.519896],[118.744148,28.512223],[118.742809,28.509151],[118.734596,28.505635],[118.732856,28.500223],[118.731098,28.499275],[118.72694,28.499841],[118.723164,28.493236],[118.724086,28.487885],[118.726174,28.487671],[118.729724,28.479522],[118.72567,28.471601],[118.725043,28.469368],[118.724921,28.462441],[118.725861,28.460514],[118.730281,28.458143],[118.731133,28.456476],[118.72821,28.443721],[118.725809,28.436807],[118.723964,28.433166],[118.725008,28.431024],[118.728071,28.428118],[118.724051,28.424982],[118.722764,28.413997],[118.723477,28.411197],[118.725061,28.410172],[118.728488,28.41057],[118.732055,28.413064],[118.733256,28.416292],[118.734961,28.416766],[118.739137,28.4149],[118.744914,28.415129],[118.747472,28.416384],[118.753214,28.417317],[118.754919,28.41643],[118.752988,28.41314],[118.753579,28.411105],[118.756729,28.409407],[118.757546,28.40751],[118.756033,28.399507],[118.753144,28.395605],[118.749299,28.39285],[118.746724,28.385397],[118.743331,28.381617],[118.739798,28.374424],[118.738354,28.369801],[118.742008,28.364413],[118.739607,28.359209],[118.737397,28.356744],[118.730333,28.346227],[118.726975,28.343563],[118.723982,28.338358],[118.720937,28.337607],[118.717909,28.338189],[118.713455,28.333473],[118.708009,28.33283],[118.702997,28.328941],[118.701901,28.327057],[118.701275,28.319156],[118.69943,28.316782],[118.699082,28.314026],[118.700161,28.310381],[118.704407,28.3113],[118.706425,28.310381],[118.713507,28.312908],[118.719388,28.31205],[118.722346,28.310473],[118.728123,28.303964],[118.729776,28.300977],[118.729776,28.295065],[118.727618,28.290868],[118.726679,28.286135],[118.727323,28.281125],[118.739346,28.277372],[118.740773,28.274967],[118.740877,28.267506],[118.754519,28.253471],[118.763288,28.249364],[118.776791,28.245962],[118.782272,28.25629],[118.786865,28.262404],[118.792364,28.265453],[118.798628,28.267353],[118.803848,28.267904],[118.807711,28.267567],[118.810843,28.26841],[118.812461,28.270432],[118.813087,28.273389],[118.820308,28.28903],[118.831131,28.295402],[118.845329,28.302126],[118.849314,28.305005],[118.855978,28.311254],[118.865844,28.319248],[118.871203,28.316583],[118.871777,28.310611],[118.873117,28.303458],[118.873222,28.298419],[118.875675,28.294222],[118.880234,28.291128],[118.88782,28.285185],[118.888951,28.280114],[118.887872,28.270509],[118.888481,28.265453],[118.892449,28.259615],[118.904716,28.261592],[118.913607,28.263905],[118.919314,28.263752],[118.925996,28.261301],[118.931094,28.25819],[118.935374,28.254421],[118.938332,28.249533],[118.94263,28.237733],[118.949538,28.22587],[118.955262,28.218636],[118.960639,28.215754],[118.971392,28.210925],[118.983624,28.210864],[118.989958,28.213255],[118.997127,28.2179],[119.001198,28.222621],[119.001599,28.226744],[119.000729,28.232032],[118.997805,28.2383],[118.994534,28.241809],[118.990811,28.247173],[118.989366,28.250636],[118.989523,28.255003],[118.990724,28.259784],[118.992899,28.262725],[119.001268,28.271704],[119.006105,28.276407],[119.014631,28.281953],[119.02046,28.284342],[119.032362,28.290255],[119.038156,28.291726],[119.044664,28.292032],[119.051415,28.291419],[119.05566,28.286272],[119.061716,28.273496],[119.063073,28.267276],[119.064308,28.265407],[119.06664,28.265131],[119.070189,28.27008],[119.077097,28.274262],[119.083657,28.276162],[119.092392,28.281217],[119.100518,28.290638],[119.104728,28.29992],[119.105738,28.306782],[119.106921,28.311116],[119.113063,28.323321],[119.121641,28.331345],[119.128949,28.332524],[119.133299,28.330794],[119.140294,28.32303],[119.139389,28.319386],[119.139302,28.309523],[119.140938,28.304209],[119.142678,28.302325],[119.146262,28.300609],[119.153222,28.299721],[119.165733,28.301881],[119.172258,28.303305],[119.173684,28.306705],[119.176886,28.309829],[119.182402,28.319064],[119.184159,28.324745],[119.185116,28.337332],[119.186038,28.344665],[119.184907,28.347758],[119.184194,28.353407],[119.184281,28.359056],[119.184994,28.361],[119.187674,28.362745],[119.185499,28.368975],[119.191485,28.376567],[119.196043,28.379873],[119.204134,28.383041],[119.205631,28.38829],[119.20798,28.391672],[119.212643,28.394549],[119.221152,28.395788],[119.224318,28.398573],[119.225484,28.405015],[119.227677,28.406331],[119.226876,28.409162],[119.221099,28.414731],[119.219881,28.417195],[119.220769,28.420086],[119.22658,28.426251],[119.232757,28.429785],[119.233453,28.432386],[119.231661,28.44034],[119.231087,28.446351],[119.231853,28.458832],[119.237142,28.467289],[119.239091,28.468695],[119.239613,28.472824],[119.235037,28.476754],[119.233262,28.479583],[119.233088,28.481922],[119.234758,28.485408],[119.242345,28.498878],[119.245459,28.502684],[119.249131,28.504427],[119.25315,28.505115],[119.26975,28.503235],[119.272551,28.503708],[119.274883,28.509533],[119.275353,28.517298],[119.273543,28.522907],[119.276536,28.523564],[119.280677,28.51982],[119.283148,28.518887],[119.285967,28.5217],[119.289012,28.532521],[119.290351,28.535653],[119.292335,28.537808],[119.296929,28.539963],[119.300095,28.543447],[119.310518,28.55234],[119.313546,28.554342],[119.319775,28.560576],[119.3263,28.569896],[119.344257,28.582636],[119.352,28.588838],[119.358855,28.592061],[119.366616,28.593558],[119.371853,28.596169],[119.375733,28.600614],[119.380188,28.603516],[119.386556,28.604096],[119.38934,28.602462],[119.401485,28.589739],[119.40794,28.585218],[119.411925,28.585034],[119.415457,28.590258],[119.419198,28.593894],[119.421077,28.593985],[119.423009,28.592244],[119.430178,28.589311],[119.432909,28.589281],[119.437903,28.59061],[119.444167,28.594673],[119.453842,28.590045],[119.460071,28.584515],[119.457426,28.579444],[119.455616,28.574357],[119.454572,28.56846],[119.454903,28.560225],[119.457426,28.555641],[119.460454,28.554632],[119.466526,28.554327],[119.474861,28.556252],[119.476931,28.556176],[119.482221,28.554174],[119.487806,28.554525],[119.494662,28.555626]]]]}},{"type":"Feature","properties":{"adcode":331124,"name":"松阳县","center":[119.485292,28.449937],"centroid":[119.434983,28.405328],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":4,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.615035,28.527156],[119.6134,28.527798],[119.608267,28.526545],[119.5964,28.525781],[119.592189,28.527523],[119.589492,28.527462],[119.584759,28.524054],[119.581279,28.523671],[119.574215,28.52387],[119.572788,28.529128],[119.568508,28.532291],[119.559564,28.532918],[119.555701,28.532582],[119.54587,28.533071],[119.543086,28.532566],[119.54072,28.53356],[119.536874,28.539887],[119.535169,28.543799],[119.537083,28.549819],[119.534873,28.555733],[119.530141,28.557597],[119.522171,28.558727],[119.514637,28.561661],[119.511575,28.561569],[119.508791,28.559797],[119.504893,28.55257],[119.500874,28.549025],[119.498403,28.548658],[119.495358,28.551561],[119.494662,28.555626],[119.487806,28.554525],[119.482221,28.554174],[119.476931,28.556176],[119.474861,28.556252],[119.466526,28.554327],[119.460454,28.554632],[119.457426,28.555641],[119.454903,28.560225],[119.454572,28.56846],[119.455616,28.574357],[119.457426,28.579444],[119.460071,28.584515],[119.453842,28.590045],[119.444167,28.594673],[119.437903,28.59061],[119.432909,28.589281],[119.430178,28.589311],[119.423009,28.592244],[119.421077,28.593985],[119.419198,28.593894],[119.415457,28.590258],[119.411925,28.585034],[119.40794,28.585218],[119.401485,28.589739],[119.38934,28.602462],[119.386556,28.604096],[119.380188,28.603516],[119.375733,28.600614],[119.371853,28.596169],[119.366616,28.593558],[119.358855,28.592061],[119.352,28.588838],[119.344257,28.582636],[119.3263,28.569896],[119.319775,28.560576],[119.313546,28.554342],[119.310518,28.55234],[119.300095,28.543447],[119.296929,28.539963],[119.292335,28.537808],[119.290351,28.535653],[119.289012,28.532521],[119.285967,28.5217],[119.283148,28.518887],[119.280677,28.51982],[119.276536,28.523564],[119.273543,28.522907],[119.275353,28.517298],[119.274883,28.509533],[119.272551,28.503708],[119.26975,28.503235],[119.25315,28.505115],[119.249131,28.504427],[119.245459,28.502684],[119.242345,28.498878],[119.234758,28.485408],[119.233088,28.481922],[119.233262,28.479583],[119.235037,28.476754],[119.239613,28.472824],[119.239091,28.468695],[119.237142,28.467289],[119.231853,28.458832],[119.231087,28.446351],[119.231661,28.44034],[119.233453,28.432386],[119.232757,28.429785],[119.22658,28.426251],[119.220769,28.420086],[119.219881,28.417195],[119.221099,28.414731],[119.226876,28.409162],[119.227677,28.406331],[119.225484,28.405015],[119.224318,28.398573],[119.221152,28.395788],[119.212643,28.394549],[119.20798,28.391672],[119.205631,28.38829],[119.204134,28.383041],[119.196043,28.379873],[119.191485,28.376567],[119.185499,28.368975],[119.187674,28.362745],[119.184994,28.361],[119.184281,28.359056],[119.184194,28.353407],[119.184907,28.347758],[119.186038,28.344665],[119.185116,28.337332],[119.184159,28.324745],[119.182402,28.319064],[119.176886,28.309829],[119.173684,28.306705],[119.172258,28.303305],[119.175268,28.300242],[119.179113,28.291863],[119.181462,28.284909],[119.185899,28.278368],[119.195365,28.267536],[119.199645,28.263737],[119.205753,28.26081],[119.212191,28.259707],[119.216123,28.260963],[119.218559,28.26389],[119.217933,28.268027],[119.212295,28.277372],[119.209772,28.28638],[119.211442,28.29001],[119.215149,28.292415],[119.220891,28.293181],[119.229156,28.292706],[119.245129,28.289045],[119.259466,28.283821],[119.265382,28.28206],[119.270759,28.279854],[119.274813,28.276759],[119.276727,28.272577],[119.277267,28.265912],[119.279998,28.258282],[119.283183,28.25439],[119.288159,28.246943],[119.291343,28.243403],[119.30067,28.244874],[119.320366,28.250084],[119.325099,28.251555],[119.330545,28.251417],[119.336183,28.248981],[119.342464,28.243066],[119.34885,28.239924],[119.354314,28.240001],[119.361587,28.242851],[119.364771,28.242851],[119.370739,28.244797],[119.371401,28.25059],[119.37723,28.254298],[119.3797,28.258956],[119.382258,28.25868],[119.387513,28.254559],[119.392594,28.253072],[119.395882,28.250743],[119.395517,28.249134],[119.392089,28.245518],[119.391776,28.243127],[119.393968,28.240568],[119.39764,28.242882],[119.400789,28.247862],[119.405626,28.250421],[119.408689,28.250176],[119.420155,28.244322],[119.424244,28.241043],[119.42755,28.239986],[119.435171,28.240982],[119.438999,28.239694],[119.442601,28.240736],[119.444237,28.243388],[119.445716,28.255723],[119.44669,28.260979],[119.448134,28.26461],[119.452589,28.266295],[119.46028,28.264227],[119.471015,28.260443],[119.476427,28.260259],[119.481699,28.262618],[119.48624,28.266372],[119.496437,28.269237],[119.503693,28.269926],[119.511662,28.268287],[119.523128,28.264503],[119.544757,28.263706],[119.55062,28.268823],[119.54975,28.291879],[119.54975,28.307839],[119.561234,28.308696],[119.576633,28.30839],[119.584707,28.309508],[119.58991,28.309814],[119.595808,28.308252],[119.600367,28.305587],[119.613782,28.303336],[119.627076,28.307119],[119.635393,28.308589],[119.644198,28.310136],[119.65375,28.313306],[119.668766,28.308007],[119.686358,28.304393],[119.692656,28.303504],[119.700747,28.307119],[119.709743,28.313428],[119.711535,28.322418],[119.707951,28.334989],[119.706141,28.349365],[119.704541,28.355979],[119.699582,28.361857],[119.695423,28.368179],[119.694918,28.375067],[119.693318,28.380852],[119.692761,28.386377],[119.689089,28.392223],[119.685453,28.405413],[119.683347,28.410967],[119.684548,28.415297],[119.687506,28.417271],[119.693318,28.425823],[119.696432,28.432156],[119.696589,28.436516],[119.694971,28.441151],[119.693683,28.44808],[119.691438,28.450435],[119.685592,28.460468],[119.676474,28.466937],[119.670036,28.469185],[119.655264,28.470989],[119.647678,28.470056],[119.638804,28.47131],[119.636211,28.466111],[119.633897,28.464536],[119.627702,28.462548],[119.624309,28.462487],[119.625823,28.474231],[119.625162,28.477962],[119.624936,28.486754],[119.624344,28.48998],[119.61761,28.500391],[119.617819,28.503173],[119.620603,28.508998],[119.621369,28.514562],[119.619368,28.52037],[119.615035,28.527156]]]]}},{"type":"Feature","properties":{"adcode":331125,"name":"云和县","center":[119.569458,28.111077],"centroid":[119.536122,28.125598],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":5,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.635393,28.308589],[119.627076,28.307119],[119.613782,28.303336],[119.600367,28.305587],[119.595808,28.308252],[119.58991,28.309814],[119.584707,28.309508],[119.576633,28.30839],[119.561234,28.308696],[119.54975,28.307839],[119.54975,28.291879],[119.55062,28.268823],[119.544757,28.263706],[119.523128,28.264503],[119.511662,28.268287],[119.503693,28.269926],[119.496437,28.269237],[119.48624,28.266372],[119.481699,28.262618],[119.476427,28.260259],[119.471015,28.260443],[119.46028,28.264227],[119.452589,28.266295],[119.448134,28.26461],[119.44669,28.260979],[119.445716,28.255723],[119.444237,28.243388],[119.442601,28.240736],[119.438999,28.239694],[119.435171,28.240982],[119.42755,28.239986],[119.424244,28.241043],[119.420155,28.244322],[119.408689,28.250176],[119.405626,28.250421],[119.400789,28.247862],[119.39764,28.242882],[119.393968,28.240568],[119.389149,28.236767],[119.38807,28.234223],[119.38887,28.230943],[119.39195,28.227694],[119.404791,28.217808],[119.410429,28.210726],[119.412082,28.203996],[119.412082,28.197312],[119.411107,28.190336],[119.409037,28.187929],[119.404861,28.177901],[119.401659,28.168532],[119.399676,28.164207],[119.397448,28.161324],[119.395726,28.157551],[119.393934,28.151232],[119.390245,28.147398],[119.380414,28.144054],[119.379492,28.142704],[119.380657,28.137473],[119.381928,28.13528],[119.381893,28.13192],[119.379422,28.129941],[119.379074,28.125998],[119.381649,28.121058],[119.385007,28.11822],[119.393446,28.116901],[119.394021,28.113771],[119.392298,28.111945],[119.392124,28.109152],[119.393586,28.106344],[119.396979,28.10372],[119.403069,28.101004],[119.404878,28.095695],[119.407714,28.092365],[119.406862,28.085643],[119.409193,28.081162],[119.409472,28.074746],[119.408793,28.07097],[119.409941,28.066902],[119.414083,28.06067],[119.416745,28.057769],[119.418763,28.054223],[119.418067,28.050999],[119.420138,28.04561],[119.422626,28.043292],[119.429377,28.039761],[119.429603,28.036444],[119.423914,28.032851],[119.417754,28.030717],[119.40975,28.026248],[119.402616,28.024483],[119.400685,28.023147],[119.39938,28.020398],[119.393429,28.014854],[119.388122,28.005777],[119.385321,28.003105],[119.385547,28.001185],[119.388313,27.99925],[119.389531,27.99478],[119.392872,27.991094],[119.392768,27.986931],[119.389671,27.988375],[119.388853,27.986762],[119.389792,27.978912],[119.389166,27.977099],[119.3868,27.976346],[119.384468,27.977437],[119.384851,27.981078],[119.383685,27.981616],[119.3785,27.97948],[119.372897,27.985472],[119.371105,27.986593],[119.367033,27.991048],[119.364754,27.99455],[119.361918,27.995763],[119.355375,27.995164],[119.35534,27.993551],[119.358055,27.986793],[119.357759,27.984949],[119.354818,27.981984],[119.353983,27.97945],[119.358333,27.975225],[119.360613,27.971722],[119.363431,27.969356],[119.366685,27.965254],[119.369469,27.964916],[119.372984,27.958862],[119.378187,27.955605],[119.377177,27.953761],[119.374028,27.953346],[119.371331,27.949228],[119.372305,27.94597],[119.381371,27.94282],[119.384938,27.94076],[119.386225,27.938824],[119.385912,27.935827],[119.386887,27.932569],[119.39021,27.929741],[119.387496,27.925038],[119.391097,27.923025],[119.390488,27.918859],[119.395221,27.915293],[119.39322,27.912803],[119.397309,27.909267],[119.397501,27.906024],[119.396631,27.901873],[119.398023,27.895662],[119.40145,27.896],[119.403103,27.900366],[119.405922,27.898475],[119.406114,27.895231],[119.407871,27.892433],[119.410446,27.890527],[119.412551,27.89188],[119.413213,27.898352],[119.411699,27.912019],[119.416171,27.914032],[119.42146,27.918091],[119.430995,27.914217],[119.433797,27.911158],[119.437051,27.905854],[119.440148,27.90464],[119.444846,27.905255],[119.454833,27.910605],[119.459323,27.913525],[119.472355,27.91557],[119.480185,27.91726],[119.487006,27.921057],[119.492957,27.919535],[119.494784,27.919966],[119.493079,27.924854],[119.493931,27.928542],[119.498403,27.930756],[119.503832,27.930417],[119.507416,27.92802],[119.509643,27.922886],[119.515055,27.92161],[119.518448,27.92201],[119.520849,27.925422],[119.521493,27.930679],[119.526278,27.935658],[119.525303,27.938225],[119.521997,27.941068],[119.519753,27.945048],[119.520031,27.950134],[119.519039,27.955543],[119.51723,27.960706],[119.515803,27.962934],[119.507834,27.968388],[119.504945,27.97862],[119.501257,27.987499],[119.503397,27.989988],[119.510687,27.991001],[119.513541,27.990694],[119.518256,27.992215],[119.522363,27.992015],[119.525303,27.990295],[119.527496,27.987822],[119.527792,27.985948],[119.531324,27.984949],[119.535291,27.988098],[119.540302,27.991001],[119.54888,27.990817],[119.55203,27.992614],[119.553022,27.996746],[119.552221,28.002291],[119.554274,28.00547],[119.557076,28.00739],[119.562574,28.00547],[119.567359,28.00524],[119.570039,28.0061],[119.577486,28.011521],[119.581801,28.013825],[119.584516,28.016835],[119.586482,28.023008],[119.594642,28.033481],[119.601011,28.039945],[119.604212,28.040759],[119.622587,28.04693],[119.633114,28.048911],[119.634993,28.053148],[119.648095,28.067209],[119.651279,28.071185],[119.65857,28.074393],[119.667966,28.07493],[119.680737,28.077647],[119.682443,28.081837],[119.681346,28.085904],[119.681468,28.088498],[119.68761,28.094053],[119.692152,28.09726],[119.69384,28.0997],[119.693492,28.10214],[119.694449,28.106206],[119.696484,28.10903],[119.700295,28.111086],[119.704923,28.115873],[119.710752,28.123406],[119.715224,28.127057],[119.72636,28.130677],[119.726151,28.133515],[119.728935,28.1441],[119.733024,28.1491],[119.733425,28.150711],[119.731719,28.158686],[119.727717,28.158732],[119.723298,28.157735],[119.718965,28.158118],[119.714389,28.159606],[119.703062,28.164514],[119.687001,28.165142],[119.68507,28.166829],[119.686218,28.171185],[119.689472,28.172457],[119.695632,28.173607],[119.697963,28.175386],[119.697546,28.176736],[119.686514,28.183528],[119.682495,28.186794],[119.684948,28.190275],[119.703966,28.199136],[119.706281,28.203598],[119.707029,28.211155],[119.707412,28.225089],[119.710091,28.226499],[119.718217,28.224414],[119.723594,28.22023],[119.723994,28.220628],[119.733686,28.219325],[119.738697,28.220659],[119.745291,28.224997],[119.745291,28.226039],[119.736365,28.230315],[119.728605,28.240767],[119.719818,28.253348],[119.706907,28.261561],[119.699147,28.267766],[119.69718,28.276039],[119.693753,28.281861],[119.690064,28.282749],[119.683887,28.281202],[119.678893,28.276943],[119.674787,28.274737],[119.668035,28.27394],[119.663129,28.275932],[119.656691,28.284067],[119.652636,28.286686],[119.645068,28.288524],[119.63936,28.293855],[119.636368,28.298174],[119.635393,28.308589]]]]}},{"type":"Feature","properties":{"adcode":331126,"name":"庆元县","center":[119.067233,27.618231],"centroid":[119.150358,27.623654],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":6,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.501187,27.649888],[119.497585,27.651121],[119.49367,27.649349],[119.492992,27.654218],[119.490956,27.655189],[119.487319,27.654804],[119.485979,27.652985],[119.488763,27.650381],[119.487702,27.648548],[119.483613,27.650952],[119.482395,27.654449],[119.481769,27.661167],[119.47888,27.67283],[119.480081,27.679223],[119.483265,27.692702],[119.480307,27.697138],[119.473399,27.698909],[119.460715,27.70587],[119.453494,27.705362],[119.449196,27.69857],[119.445925,27.69244],[119.441957,27.688404],[119.435711,27.686248],[119.426141,27.685323],[119.42019,27.684076],[119.413769,27.67548],[119.406375,27.679316],[119.397796,27.686155],[119.38927,27.686556],[119.380101,27.681703],[119.371401,27.675202],[119.366772,27.676219],[119.355166,27.687695],[119.347302,27.693348],[119.340394,27.69646],[119.328823,27.698986],[119.323498,27.70299],[119.315286,27.715773],[119.309909,27.718391],[119.298616,27.721594],[119.291413,27.723103],[119.287393,27.727537],[119.287672,27.730802],[119.292074,27.736668],[119.295919,27.73944],[119.299051,27.745521],[119.304985,27.746583],[119.309283,27.749247],[119.313024,27.752356],[119.319392,27.753973],[119.318017,27.759976],[119.319723,27.760792],[119.324925,27.760561],[119.326717,27.761977],[119.327448,27.766241],[119.324142,27.771028],[119.324212,27.774615],[119.319166,27.780986],[119.318713,27.782849],[119.31539,27.783849],[119.313824,27.788204],[119.309404,27.794298],[119.303802,27.794591],[119.300757,27.79379],[119.29665,27.800084],[119.29357,27.802439],[119.289829,27.79833],[119.284035,27.794714],[119.272586,27.795822],[119.266931,27.799146],[119.261815,27.803393],[119.258614,27.799438],[119.255412,27.798946],[119.25355,27.797499],[119.251515,27.793144],[119.247234,27.787989],[119.245703,27.787127],[119.241266,27.78942],[119.239404,27.795883],[119.23582,27.800977],[119.236046,27.805239],[119.238934,27.81184],[119.247339,27.820963],[119.247652,27.82304],[119.244294,27.824717],[119.241318,27.831471],[119.240866,27.834717],[119.242206,27.837009],[119.24097,27.840039],[119.236794,27.839408],[119.236585,27.841962],[119.24412,27.841377],[119.249653,27.844515],[119.248156,27.847791],[119.244798,27.849222],[119.239822,27.847238],[119.236377,27.844284],[119.229834,27.841839],[119.22585,27.839654],[119.209615,27.832763],[119.202307,27.830579],[119.198149,27.831117],[119.18844,27.838701],[119.183237,27.838793],[119.172797,27.836193],[119.169091,27.834624],[119.162322,27.834809],[119.156354,27.834101],[119.155206,27.832317],[119.155275,27.82321],[119.156772,27.819087],[119.156041,27.814271],[119.157659,27.811748],[119.161035,27.808624],[119.162357,27.803577],[119.165385,27.801808],[119.168656,27.802454],[119.172432,27.805793],[119.176729,27.806778],[119.180088,27.805008],[119.186439,27.799115],[119.185847,27.787142],[119.18308,27.778862],[119.177739,27.771552],[119.172971,27.766549],[119.172919,27.763763],[119.174485,27.764209],[119.179235,27.767827],[119.18181,27.767319],[119.182802,27.764979],[119.181688,27.760838],[119.179566,27.75856],[119.174346,27.757267],[119.166046,27.757406],[119.162897,27.75562],[119.160234,27.75288],[119.147619,27.718853],[119.143809,27.709659],[119.138554,27.706055],[119.133351,27.70567],[119.128706,27.707133],[119.128758,27.709921],[119.133056,27.717713],[119.137806,27.721332],[119.13838,27.724104],[119.136884,27.726906],[119.133786,27.727876],[119.126635,27.725982],[119.122302,27.72147],[119.122546,27.718729],[119.117883,27.711938],[119.114177,27.708288],[119.108452,27.707919],[119.092409,27.712323],[119.084022,27.709212],[119.082474,27.712339],[119.080003,27.712169],[119.08002,27.715234],[119.081412,27.720962],[119.077463,27.726013],[119.078472,27.728723],[119.081882,27.730555],[119.082752,27.73442],[119.078802,27.736991],[119.075201,27.738146],[119.067318,27.734543],[119.05881,27.726321],[119.056722,27.725428],[119.048909,27.725982],[119.040627,27.729786],[119.040209,27.735344],[119.039217,27.738146],[119.030952,27.742873],[119.029995,27.747045],[119.030082,27.752141],[119.031788,27.759515],[119.035076,27.76735],[119.03666,27.774522],[119.035355,27.777924],[119.032205,27.77954],[119.032658,27.781263],[119.01966,27.780956],[119.018129,27.782356],[119.017154,27.786065],[119.017259,27.792082],[119.014214,27.797207],[119.009063,27.800515],[119.003286,27.799192],[118.997475,27.796006],[118.991715,27.79516],[118.986513,27.795683],[118.98392,27.797099],[118.989175,27.798422],[118.996553,27.802039],[118.99925,27.806639],[118.997266,27.812209],[118.988897,27.812301],[118.982076,27.810532],[118.979831,27.813671],[118.974716,27.816579],[118.969513,27.815763],[118.965494,27.816948],[118.954984,27.816194],[118.948616,27.819825],[118.942143,27.818517],[118.927214,27.808901],[118.925822,27.810024],[118.923264,27.816194],[118.9162,27.820794],[118.911589,27.823163],[118.907604,27.82864],[118.906282,27.83184],[118.903167,27.833886],[118.899913,27.837701],[118.898974,27.842346],[118.89652,27.848683],[118.889108,27.855466],[118.886411,27.85482],[118.878494,27.850391],[118.874492,27.849914],[118.870072,27.845807],[118.858797,27.839485],[118.851872,27.834978],[118.846112,27.832286],[118.837813,27.832886],[118.835933,27.829471],[118.838178,27.824102],[118.838787,27.820656],[118.841467,27.816748],[118.847122,27.812532],[118.848253,27.807439],[118.84733,27.804377],[118.847678,27.801869],[118.851472,27.796022],[118.851941,27.793698],[118.850375,27.792344],[118.847,27.79239],[118.842023,27.790605],[118.839396,27.788574],[118.841902,27.782741],[118.840022,27.779309],[118.847,27.777108],[118.849036,27.774307],[118.85396,27.77423],[118.855613,27.765241],[118.860154,27.760515],[118.863582,27.75308],[118.866001,27.749308],[118.868628,27.743135],[118.870751,27.736668],[118.872195,27.734436],[118.877937,27.73305],[118.880651,27.731171],[118.884897,27.723965],[118.89043,27.718729],[118.895372,27.719653],[118.897964,27.718914],[118.897112,27.714063],[118.9004,27.709628],[118.901149,27.707303],[118.90007,27.704992],[118.895633,27.704592],[118.890465,27.705593],[118.878494,27.705316],[118.876145,27.704192],[118.875049,27.700957],[118.879886,27.695104],[118.880878,27.692316],[118.880564,27.689313],[118.878424,27.686109],[118.874666,27.682797],[118.874318,27.680594],[118.875501,27.67796],[118.879851,27.672876],[118.878981,27.67035],[118.879903,27.667962],[118.886202,27.661968],[118.892153,27.658286],[118.89532,27.655559],[118.898034,27.649549],[118.902384,27.643909],[118.903724,27.63887],[118.90094,27.632999],[118.90315,27.631596],[118.902645,27.623674],[118.905777,27.621363],[118.910249,27.622041],[118.913903,27.619128],[118.913468,27.616477],[118.911502,27.613008],[118.908735,27.611452],[118.907848,27.603821],[118.90616,27.598718],[118.906769,27.59545],[118.902749,27.592321],[118.904263,27.588821],[118.903724,27.586632],[118.904054,27.575977],[118.906612,27.572708],[118.910197,27.570334],[118.909118,27.568036],[118.899739,27.566324],[118.89605,27.563132],[118.893841,27.555745],[118.889038,27.547494],[118.882722,27.542481],[118.869185,27.539905],[118.866523,27.535324],[118.86346,27.528784],[118.859632,27.527596],[118.857301,27.521842],[118.857875,27.516689],[118.862521,27.51419],[118.865931,27.514776],[118.873587,27.517754],[118.87618,27.516442],[118.877189,27.510379],[118.876249,27.507787],[118.880025,27.505797],[118.87999,27.503266],[118.878407,27.501908],[118.879921,27.499563],[118.886498,27.501245],[118.887977,27.49731],[118.890326,27.494116],[118.889856,27.488268],[118.88782,27.483561],[118.889456,27.481338],[118.893614,27.481693],[118.897721,27.478977],[118.901879,27.472202],[118.902871,27.469408],[118.901444,27.464701],[118.904437,27.461984],[118.910771,27.460857],[118.92095,27.462802],[118.926291,27.462432],[118.933356,27.463574],[118.937166,27.462694],[118.939098,27.461166],[118.939637,27.45865],[118.94919,27.456366],[118.952426,27.453819],[118.955436,27.449836],[118.958377,27.45175],[118.961109,27.456582],[118.963371,27.462509],[118.962884,27.465148],[118.959943,27.468127],[118.965998,27.47336],[118.970157,27.473236],[118.977604,27.475813],[118.984773,27.475258],[118.988305,27.477233],[118.989558,27.481369],[118.988897,27.483653],[118.990445,27.488561],[118.987905,27.491817],[118.98479,27.493252],[118.982772,27.496045],[118.983329,27.498822],[118.990706,27.503359],[118.994291,27.499162],[118.998919,27.496323],[119.005688,27.496261],[119.016667,27.498437],[119.020826,27.497927],[119.024393,27.49373],[119.030065,27.490413],[119.033597,27.484826],[119.037164,27.480613],[119.040261,27.47873],[119.042349,27.479162],[119.04395,27.481462],[119.051206,27.479517],[119.05533,27.477619],[119.055747,27.472418],[119.056617,27.471461],[119.065143,27.466769],[119.066431,27.466954],[119.072504,27.472264],[119.075583,27.472526],[119.078246,27.470921],[119.082717,27.46575],[119.086076,27.464161],[119.09006,27.464871],[119.094254,27.469424],[119.097386,27.471214],[119.101614,27.475258],[119.108974,27.478221],[119.115099,27.482835],[119.120945,27.482064],[119.124425,27.480181],[119.128427,27.476986],[119.130759,27.472819],[119.130515,27.471044],[119.131925,27.465318],[119.131298,27.46308],[119.123607,27.463204],[119.118892,27.461429],[119.119379,27.459113],[119.124008,27.456721],[119.125904,27.454189],[119.125922,27.452213],[119.123399,27.447057],[119.12279,27.441824],[119.121398,27.438335],[119.12232,27.436204],[119.125278,27.434907],[119.128514,27.431773],[119.131716,27.431711],[119.134761,27.434027],[119.138763,27.434413],[119.145201,27.431634],[119.146245,27.426678],[119.14755,27.424856],[119.15143,27.427728],[119.153988,27.428546],[119.157207,27.426076],[119.161766,27.426153],[119.164184,27.428345],[119.166185,27.427666],[119.168517,27.424856],[119.173493,27.425504],[119.178278,27.428037],[119.180262,27.428222],[119.1867,27.424223],[119.192233,27.422015],[119.194738,27.418741],[119.199228,27.419452],[119.2045,27.418834],[119.209476,27.422123],[119.214279,27.421335],[119.223988,27.416888],[119.225467,27.417583],[119.23488,27.419174],[119.237386,27.41695],[119.242658,27.418772],[119.243441,27.419838],[119.244137,27.428623],[119.247269,27.429503],[119.248226,27.425782],[119.248139,27.42115],[119.248922,27.418618],[119.25108,27.420749],[119.255412,27.421907],[119.259292,27.421845],[119.262129,27.42064],[119.267853,27.421474],[119.270655,27.427079],[119.276449,27.435509],[119.277928,27.441021],[119.281704,27.4507],[119.285027,27.457647],[119.291761,27.461645],[119.299486,27.464685],[119.322124,27.47427],[119.327779,27.47765],[119.334687,27.480027],[119.340376,27.483869],[119.342795,27.487573],[119.345248,27.488021],[119.343909,27.491045],[119.34765,27.492774],[119.347093,27.496662],[119.344726,27.497464],[119.343717,27.501152],[119.344135,27.505457],[119.341855,27.506799],[119.344831,27.510502],[119.350277,27.514359],[119.360038,27.524403],[119.370374,27.531653],[119.376812,27.534985],[119.384468,27.537083],[119.39496,27.539273],[119.416675,27.539659],[119.422643,27.536574],[119.426906,27.531051],[119.427307,27.525729],[119.429656,27.518942],[119.432857,27.513017],[119.438477,27.508774],[119.446099,27.510873],[119.451701,27.513526],[119.456608,27.517383],[119.466526,27.526439],[119.470076,27.532902],[119.474652,27.539288],[119.477158,27.545813],[119.477471,27.553833],[119.482865,27.56432],[119.484831,27.570395],[119.483456,27.576224],[119.481856,27.58566],[119.48591,27.592845],[119.488711,27.598811],[119.498386,27.606565],[119.500926,27.60823],[119.501831,27.610742],[119.498768,27.617617],[119.499273,27.621455],[119.497968,27.625878],[119.500195,27.628853],[119.499464,27.631411],[119.500456,27.640643],[119.501326,27.644788],[119.501187,27.649888]]]]}},{"type":"Feature","properties":{"adcode":331127,"name":"景宁畲族自治县","center":[119.634669,27.977247],"centroid":[119.613501,27.891149],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":7,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.90217,28.185506],[119.891573,28.159345],[119.887763,28.154744],[119.877601,28.152704],[119.875008,28.152674],[119.861523,28.161799],[119.850614,28.165848],[119.847012,28.165664],[119.844019,28.160312],[119.844402,28.154392],[119.847186,28.151953],[119.854215,28.142689],[119.857521,28.135249],[119.858322,28.13123],[119.854685,28.125308],[119.848421,28.120982],[119.847012,28.121058],[119.838399,28.127026],[119.83297,28.134543],[119.831891,28.13686],[119.826584,28.139789],[119.820999,28.141124],[119.816405,28.139927],[119.813343,28.133377],[119.810924,28.131797],[119.801493,28.130892],[119.800293,28.12856],[119.800362,28.118803],[119.798327,28.115566],[119.794568,28.114522],[119.789801,28.115274],[119.783345,28.11552],[119.779622,28.116256],[119.773236,28.116563],[119.768294,28.109229],[119.763596,28.105209],[119.759194,28.103628],[119.753226,28.103137],[119.749694,28.103751],[119.737479,28.104626],[119.726465,28.108585],[119.725525,28.110932],[119.725177,28.118619],[119.72636,28.130677],[119.715224,28.127057],[119.710752,28.123406],[119.704923,28.115873],[119.700295,28.111086],[119.696484,28.10903],[119.694449,28.106206],[119.693492,28.10214],[119.69384,28.0997],[119.692152,28.09726],[119.68761,28.094053],[119.681468,28.088498],[119.681346,28.085904],[119.682443,28.081837],[119.680737,28.077647],[119.667966,28.07493],[119.65857,28.074393],[119.651279,28.071185],[119.648095,28.067209],[119.634993,28.053148],[119.633114,28.048911],[119.622587,28.04693],[119.604212,28.040759],[119.601011,28.039945],[119.594642,28.033481],[119.586482,28.023008],[119.584516,28.016835],[119.581801,28.013825],[119.577486,28.011521],[119.570039,28.0061],[119.567359,28.00524],[119.562574,28.00547],[119.557076,28.00739],[119.554274,28.00547],[119.552221,28.002291],[119.553022,27.996746],[119.55203,27.992614],[119.54888,27.990817],[119.540302,27.991001],[119.535291,27.988098],[119.531324,27.984949],[119.527792,27.985948],[119.527496,27.987822],[119.525303,27.990295],[119.522363,27.992015],[119.518256,27.992215],[119.513541,27.990694],[119.510687,27.991001],[119.503397,27.989988],[119.501257,27.987499],[119.504945,27.97862],[119.507834,27.968388],[119.515803,27.962934],[119.51723,27.960706],[119.519039,27.955543],[119.520031,27.950134],[119.519753,27.945048],[119.521997,27.941068],[119.525303,27.938225],[119.526278,27.935658],[119.521493,27.930679],[119.520849,27.925422],[119.518448,27.92201],[119.515055,27.92161],[119.509643,27.922886],[119.507416,27.92802],[119.503832,27.930417],[119.498403,27.930756],[119.493931,27.928542],[119.493079,27.924854],[119.494784,27.919966],[119.492957,27.919535],[119.487006,27.921057],[119.480185,27.91726],[119.472355,27.91557],[119.459323,27.913525],[119.454833,27.910605],[119.444846,27.905255],[119.440148,27.90464],[119.437051,27.905854],[119.433797,27.911158],[119.430995,27.914217],[119.42146,27.918091],[119.416171,27.914032],[119.411699,27.912019],[119.413213,27.898352],[119.412551,27.89188],[119.410446,27.890527],[119.407871,27.892433],[119.406114,27.895231],[119.405922,27.898475],[119.403103,27.900366],[119.40145,27.896],[119.398023,27.895662],[119.396631,27.901873],[119.397501,27.906024],[119.397309,27.909267],[119.39322,27.912803],[119.388,27.912664],[119.386469,27.913602],[119.38245,27.921072],[119.379874,27.922041],[119.371679,27.917322],[119.369086,27.91806],[119.368095,27.92015],[119.366024,27.920873],[119.364162,27.919289],[119.365937,27.917184],[119.36665,27.914155],[119.365798,27.910927],[119.363414,27.908883],[119.360787,27.908468],[119.357411,27.909206],[119.352852,27.903087],[119.348885,27.900612],[119.337471,27.904025],[119.331781,27.906654],[119.326804,27.905562],[119.32322,27.908852],[119.320627,27.909651],[119.314833,27.906961],[119.314537,27.905347],[119.316556,27.902534],[119.315164,27.898629],[119.312136,27.903533],[119.311458,27.907699],[119.308639,27.910067],[119.303889,27.908283],[119.29618,27.901227],[119.292526,27.901519],[119.28976,27.905716],[119.286628,27.905532],[119.282782,27.8968],[119.277232,27.892725],[119.271594,27.885176],[119.265539,27.881809],[119.26573,27.878564],[119.269054,27.875966],[119.268236,27.87412],[119.263764,27.872352],[119.25884,27.873121],[119.257222,27.87083],[119.256369,27.867139],[119.257083,27.863663],[119.259327,27.859403],[119.262703,27.856866],[119.268445,27.857742],[119.268079,27.854405],[119.263329,27.851237],[119.25757,27.849252],[119.254455,27.850221],[119.252889,27.853051],[119.251306,27.848653],[119.248156,27.847791],[119.249653,27.844515],[119.24412,27.841377],[119.236585,27.841962],[119.236794,27.839408],[119.24097,27.840039],[119.242206,27.837009],[119.240866,27.834717],[119.241318,27.831471],[119.244294,27.824717],[119.247652,27.82304],[119.247339,27.820963],[119.238934,27.81184],[119.236046,27.805239],[119.23582,27.800977],[119.239404,27.795883],[119.241266,27.78942],[119.245703,27.787127],[119.247234,27.787989],[119.251515,27.793144],[119.25355,27.797499],[119.255412,27.798946],[119.258614,27.799438],[119.261815,27.803393],[119.266931,27.799146],[119.272586,27.795822],[119.284035,27.794714],[119.289829,27.79833],[119.29357,27.802439],[119.29665,27.800084],[119.300757,27.79379],[119.303802,27.794591],[119.309404,27.794298],[119.313824,27.788204],[119.31539,27.783849],[119.318713,27.782849],[119.319166,27.780986],[119.324212,27.774615],[119.324142,27.771028],[119.327448,27.766241],[119.326717,27.761977],[119.324925,27.760561],[119.319723,27.760792],[119.318017,27.759976],[119.319392,27.753973],[119.313024,27.752356],[119.309283,27.749247],[119.304985,27.746583],[119.299051,27.745521],[119.295919,27.73944],[119.292074,27.736668],[119.287672,27.730802],[119.287393,27.727537],[119.291413,27.723103],[119.298616,27.721594],[119.309909,27.718391],[119.315286,27.715773],[119.323498,27.70299],[119.328823,27.698986],[119.340394,27.69646],[119.347302,27.693348],[119.355166,27.687695],[119.366772,27.676219],[119.371401,27.675202],[119.380101,27.681703],[119.38927,27.686556],[119.397796,27.686155],[119.406375,27.679316],[119.413769,27.67548],[119.42019,27.684076],[119.426141,27.685323],[119.435711,27.686248],[119.441957,27.688404],[119.445925,27.69244],[119.449196,27.69857],[119.453494,27.705362],[119.460715,27.70587],[119.473399,27.698909],[119.480307,27.697138],[119.483265,27.692702],[119.480081,27.679223],[119.47888,27.67283],[119.481769,27.661167],[119.482395,27.654449],[119.483613,27.650952],[119.487702,27.648548],[119.488763,27.650381],[119.485979,27.652985],[119.487319,27.654804],[119.490956,27.655189],[119.492992,27.654218],[119.49367,27.649349],[119.497585,27.651121],[119.501187,27.649888],[119.507921,27.64975],[119.511488,27.653448],[119.514202,27.652955],[119.516656,27.650489],[119.520431,27.650089],[119.524399,27.653987],[119.524573,27.658671],[119.525912,27.660289],[119.537066,27.658902],[119.53938,27.659935],[119.541903,27.663925],[119.540998,27.669579],[119.53898,27.672553],[119.539171,27.675356],[119.543504,27.675141],[119.546131,27.670504],[119.549315,27.670149],[119.550673,27.66582],[119.550151,27.663833],[119.55899,27.66297],[119.561896,27.66545],[119.566524,27.66374],[119.568351,27.664156],[119.573606,27.667299],[119.575207,27.670457],[119.57893,27.669857],[119.58107,27.666698],[119.583959,27.665158],[119.589301,27.664757],[119.595008,27.666883],[119.596922,27.671181],[119.598592,27.671074],[119.606266,27.674756],[119.610198,27.674679],[119.614531,27.673061],[119.61768,27.673924],[119.620394,27.67266],[119.621682,27.670766],[119.626258,27.669702],[119.632888,27.669194],[119.635567,27.668393],[119.640996,27.671289],[119.642997,27.673184],[119.645938,27.681149],[119.646947,27.685739],[119.649853,27.687911],[119.654098,27.689421],[119.656134,27.693441],[119.650253,27.696321],[119.649365,27.700218],[119.650827,27.706887],[119.647225,27.710213],[119.65074,27.717143],[119.657108,27.717667],[119.660397,27.719515],[119.663285,27.720038],[119.666,27.721871],[119.666887,27.724812],[119.669601,27.725782],[119.673203,27.730201],[119.677118,27.73171],[119.678597,27.734004],[119.678841,27.740132],[119.680181,27.744212],[119.685401,27.747938],[119.697006,27.753649],[119.704019,27.755789],[119.705759,27.754681],[119.709952,27.755528],[119.715207,27.757744],[119.719452,27.760438],[119.723768,27.766842],[119.725873,27.767719],[119.734817,27.766626],[119.736522,27.771259],[119.73948,27.774815],[119.748423,27.782664],[119.754044,27.790482],[119.754548,27.792375],[119.75166,27.794806],[119.753243,27.79913],[119.756201,27.795622],[119.758028,27.798376],[119.763579,27.799346],[119.768138,27.805301],[119.77033,27.805916],[119.772209,27.802931],[119.771618,27.798284],[119.773079,27.794098],[119.778404,27.794252],[119.781849,27.793714],[119.785068,27.795776],[119.786181,27.801423],[119.784929,27.805454],[119.788043,27.808532],[119.783745,27.812286],[119.784128,27.819763],[119.785746,27.822502],[119.79389,27.826379],[119.793455,27.829625],[119.788287,27.830671],[119.785781,27.833501],[119.785294,27.846146],[119.785607,27.848068],[119.788983,27.853175],[119.788931,27.856066],[119.785973,27.859342],[119.785085,27.861649],[119.785938,27.863925],[119.790114,27.867077],[119.797248,27.880948],[119.799997,27.888436],[119.800188,27.890557],[119.798501,27.894847],[119.795682,27.895262],[119.791036,27.898583],[119.789035,27.901904],[119.78994,27.907407],[119.78646,27.909298],[119.787626,27.911481],[119.791401,27.914002],[119.793211,27.916154],[119.797457,27.917537],[119.799249,27.919643],[119.804712,27.922118],[119.811725,27.922041],[119.815135,27.920719],[119.819259,27.916077],[119.825297,27.911757],[119.833074,27.911342],[119.835197,27.913464],[119.837129,27.920043],[119.842644,27.925929],[119.843079,27.927036],[119.850614,27.930832],[119.85117,27.932216],[119.846612,27.936934],[119.837981,27.944541],[119.831421,27.951625],[119.833614,27.956204],[119.841479,27.959584],[119.846072,27.960998],[119.850927,27.960353],[119.854859,27.96192],[119.860079,27.954683],[119.862011,27.94955],[119.863559,27.949043],[119.865682,27.950857],[119.865891,27.958248],[119.86683,27.960153],[119.865317,27.964486],[119.865525,27.966376],[119.868292,27.967973],[119.875235,27.97415],[119.874138,27.975179],[119.873425,27.980341],[119.876331,27.984335],[119.883082,27.988621],[119.886823,27.99518],[119.885066,28.002552],[119.882978,28.008358],[119.880089,28.013272],[119.880472,28.016466],[119.885709,28.017895],[119.888807,28.017787],[119.893157,28.016497],[119.897419,28.01361],[119.915289,28.007743],[119.927904,28.006192],[119.934882,28.005731],[119.94687,28.007421],[119.950837,28.008911],[119.953117,28.014101],[119.956997,28.019722],[119.960721,28.028091],[119.966602,28.037995],[119.969455,28.044106],[119.971857,28.051598],[119.974414,28.056802],[119.97525,28.064339],[119.974919,28.074669],[119.965227,28.091014],[119.962043,28.09525],[119.95872,28.102692],[119.954335,28.109705],[119.949167,28.116057],[119.943286,28.12428],[119.935856,28.132534],[119.930375,28.137765],[119.927295,28.144744],[119.922319,28.149714],[119.919152,28.154407],[119.912731,28.174344],[119.908573,28.180216],[119.90217,28.185506]]]]}},{"type":"Feature","properties":{"adcode":331181,"name":"龙泉市","center":[119.132319,28.069177],"centroid":[119.075649,28.045449],"childrenNum":0,"level":"district","parent":{"adcode":331100},"subFeatureIndex":8,"acroutes":[100000,330000,331100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[119.393968,28.240568],[119.391776,28.243127],[119.392089,28.245518],[119.395517,28.249134],[119.395882,28.250743],[119.392594,28.253072],[119.387513,28.254559],[119.382258,28.25868],[119.3797,28.258956],[119.37723,28.254298],[119.371401,28.25059],[119.370739,28.244797],[119.364771,28.242851],[119.361587,28.242851],[119.354314,28.240001],[119.34885,28.239924],[119.342464,28.243066],[119.336183,28.248981],[119.330545,28.251417],[119.325099,28.251555],[119.320366,28.250084],[119.30067,28.244874],[119.291343,28.243403],[119.288159,28.246943],[119.283183,28.25439],[119.279998,28.258282],[119.277267,28.265912],[119.276727,28.272577],[119.274813,28.276759],[119.270759,28.279854],[119.265382,28.28206],[119.259466,28.283821],[119.245129,28.289045],[119.229156,28.292706],[119.220891,28.293181],[119.215149,28.292415],[119.211442,28.29001],[119.209772,28.28638],[119.212295,28.277372],[119.217933,28.268027],[119.218559,28.26389],[119.216123,28.260963],[119.212191,28.259707],[119.205753,28.26081],[119.199645,28.263737],[119.195365,28.267536],[119.185899,28.278368],[119.181462,28.284909],[119.179113,28.291863],[119.175268,28.300242],[119.172258,28.303305],[119.165733,28.301881],[119.153222,28.299721],[119.146262,28.300609],[119.142678,28.302325],[119.140938,28.304209],[119.139302,28.309523],[119.139389,28.319386],[119.140294,28.32303],[119.133299,28.330794],[119.128949,28.332524],[119.121641,28.331345],[119.113063,28.323321],[119.106921,28.311116],[119.105738,28.306782],[119.104728,28.29992],[119.100518,28.290638],[119.092392,28.281217],[119.083657,28.276162],[119.077097,28.274262],[119.070189,28.27008],[119.06664,28.265131],[119.064308,28.265407],[119.063073,28.267276],[119.061716,28.273496],[119.05566,28.286272],[119.051415,28.291419],[119.044664,28.292032],[119.038156,28.291726],[119.032362,28.290255],[119.02046,28.284342],[119.014631,28.281953],[119.006105,28.276407],[119.001268,28.271704],[118.992899,28.262725],[118.990724,28.259784],[118.989523,28.255003],[118.989366,28.250636],[118.990811,28.247173],[118.994534,28.241809],[118.997805,28.2383],[119.000729,28.232032],[119.001599,28.226744],[119.001198,28.222621],[118.997127,28.2179],[118.989958,28.213255],[118.983624,28.210864],[118.971392,28.210925],[118.960639,28.215754],[118.955262,28.218636],[118.949538,28.22587],[118.94263,28.237733],[118.938332,28.249533],[118.935374,28.254421],[118.931094,28.25819],[118.925996,28.261301],[118.919314,28.263752],[118.913607,28.263905],[118.904716,28.261592],[118.892449,28.259615],[118.888481,28.265453],[118.887872,28.270509],[118.888951,28.280114],[118.88782,28.285185],[118.880234,28.291128],[118.875675,28.294222],[118.873222,28.298419],[118.873117,28.303458],[118.871777,28.310611],[118.871203,28.316583],[118.865844,28.319248],[118.855978,28.311254],[118.849314,28.305005],[118.845329,28.302126],[118.831131,28.295402],[118.820308,28.28903],[118.813087,28.273389],[118.812461,28.270432],[118.810843,28.26841],[118.807711,28.267567],[118.803848,28.267904],[118.798628,28.267353],[118.792364,28.265453],[118.786865,28.262404],[118.782272,28.25629],[118.776791,28.245962],[118.781193,28.243096],[118.789423,28.24302],[118.795913,28.242545],[118.802073,28.24043],[118.804387,28.238284],[118.808267,28.231725],[118.812113,28.228552],[118.812391,28.225579],[118.810007,28.220138],[118.806997,28.216244],[118.806197,28.212075],[118.804161,28.20789],[118.794782,28.205943],[118.791529,28.202601],[118.787718,28.197634],[118.782115,28.193203],[118.775956,28.191869],[118.771606,28.188619],[118.769291,28.185767],[118.761583,28.173454],[118.760939,28.167397],[118.762662,28.166247],[118.765777,28.16617],[118.775173,28.16798],[118.782916,28.172657],[118.787231,28.172565],[118.798123,28.1689],[118.803082,28.16456],[118.805536,28.159422],[118.805884,28.153073],[118.803587,28.14025],[118.801377,28.136522],[118.800437,28.133117],[118.802125,28.125615],[118.80129,28.120521],[118.803152,28.118205],[118.802317,28.1173],[118.795548,28.114937],[118.79339,28.113648],[118.789562,28.108385],[118.785352,28.106728],[118.780688,28.108017],[118.773589,28.107986],[118.767691,28.105638],[118.765168,28.102938],[118.763532,28.094728],[118.757198,28.091551],[118.751282,28.092871],[118.746236,28.091152],[118.743174,28.088513],[118.741747,28.083095],[118.739885,28.082128],[118.73644,28.078138],[118.735762,28.075544],[118.729672,28.072213],[118.7264,28.069358],[118.724365,28.065414],[118.719527,28.0648],[118.718779,28.063633],[118.719092,28.04951],[118.720363,28.045441],[118.724608,28.043184],[118.731255,28.037642],[118.732664,28.035953],[118.734509,28.030916],[118.7335,28.026448],[118.72908,28.01963],[118.726592,28.014194],[118.725774,28.010631],[118.72567,28.006039],[118.726557,28.000417],[118.729463,27.996746],[118.732508,27.990879],[118.730837,27.988851],[118.732021,27.986286],[118.731881,27.982845],[118.729915,27.972567],[118.730855,27.969203],[118.736388,27.966099],[118.739711,27.961997],[118.747019,27.955297],[118.753492,27.948014],[118.754188,27.942743],[118.758138,27.941698],[118.761496,27.942297],[118.767099,27.941821],[118.770875,27.9399],[118.771501,27.938517],[118.784395,27.936181],[118.798871,27.929956],[118.804544,27.927098],[118.805518,27.922917],[118.802908,27.922487],[118.800785,27.919751],[118.803709,27.918321],[118.810286,27.917845],[118.818412,27.916707],[118.818394,27.914863],[118.816341,27.910497],[118.820395,27.904717],[118.821196,27.901627],[118.820413,27.89537],[118.823492,27.89068],[118.828869,27.886821],[118.831514,27.886329],[118.826172,27.880671],[118.826555,27.874843],[118.833202,27.871322],[118.835759,27.866508],[118.83529,27.862325],[118.832993,27.859803],[118.831253,27.85439],[118.830592,27.850098],[118.826311,27.846638],[118.835411,27.838209],[118.837813,27.832886],[118.846112,27.832286],[118.851872,27.834978],[118.858797,27.839485],[118.870072,27.845807],[118.874492,27.849914],[118.878494,27.850391],[118.886411,27.85482],[118.889108,27.855466],[118.89652,27.848683],[118.898974,27.842346],[118.899913,27.837701],[118.903167,27.833886],[118.906282,27.83184],[118.907604,27.82864],[118.911589,27.823163],[118.9162,27.820794],[118.923264,27.816194],[118.925822,27.810024],[118.927214,27.808901],[118.942143,27.818517],[118.948616,27.819825],[118.954984,27.816194],[118.965494,27.816948],[118.969513,27.815763],[118.974716,27.816579],[118.979831,27.813671],[118.982076,27.810532],[118.988897,27.812301],[118.997266,27.812209],[118.99925,27.806639],[118.996553,27.802039],[118.989175,27.798422],[118.98392,27.797099],[118.986513,27.795683],[118.991715,27.79516],[118.997475,27.796006],[119.003286,27.799192],[119.009063,27.800515],[119.014214,27.797207],[119.017259,27.792082],[119.017154,27.786065],[119.018129,27.782356],[119.01966,27.780956],[119.032658,27.781263],[119.032205,27.77954],[119.035355,27.777924],[119.03666,27.774522],[119.035076,27.76735],[119.031788,27.759515],[119.030082,27.752141],[119.029995,27.747045],[119.030952,27.742873],[119.039217,27.738146],[119.040209,27.735344],[119.040627,27.729786],[119.048909,27.725982],[119.056722,27.725428],[119.05881,27.726321],[119.067318,27.734543],[119.075201,27.738146],[119.078802,27.736991],[119.082752,27.73442],[119.081882,27.730555],[119.078472,27.728723],[119.077463,27.726013],[119.081412,27.720962],[119.08002,27.715234],[119.080003,27.712169],[119.082474,27.712339],[119.084022,27.709212],[119.092409,27.712323],[119.108452,27.707919],[119.114177,27.708288],[119.117883,27.711938],[119.122546,27.718729],[119.122302,27.72147],[119.126635,27.725982],[119.133786,27.727876],[119.136884,27.726906],[119.13838,27.724104],[119.137806,27.721332],[119.133056,27.717713],[119.128758,27.709921],[119.128706,27.707133],[119.133351,27.70567],[119.138554,27.706055],[119.143809,27.709659],[119.147619,27.718853],[119.160234,27.75288],[119.162897,27.75562],[119.166046,27.757406],[119.174346,27.757267],[119.179566,27.75856],[119.181688,27.760838],[119.182802,27.764979],[119.18181,27.767319],[119.179235,27.767827],[119.174485,27.764209],[119.172919,27.763763],[119.172971,27.766549],[119.177739,27.771552],[119.18308,27.778862],[119.185847,27.787142],[119.186439,27.799115],[119.180088,27.805008],[119.176729,27.806778],[119.172432,27.805793],[119.168656,27.802454],[119.165385,27.801808],[119.162357,27.803577],[119.161035,27.808624],[119.157659,27.811748],[119.156041,27.814271],[119.156772,27.819087],[119.155275,27.82321],[119.155206,27.832317],[119.156354,27.834101],[119.162322,27.834809],[119.169091,27.834624],[119.172797,27.836193],[119.183237,27.838793],[119.18844,27.838701],[119.198149,27.831117],[119.202307,27.830579],[119.209615,27.832763],[119.22585,27.839654],[119.229834,27.841839],[119.236377,27.844284],[119.239822,27.847238],[119.244798,27.849222],[119.248156,27.847791],[119.251306,27.848653],[119.252889,27.853051],[119.254455,27.850221],[119.25757,27.849252],[119.263329,27.851237],[119.268079,27.854405],[119.268445,27.857742],[119.262703,27.856866],[119.259327,27.859403],[119.257083,27.863663],[119.256369,27.867139],[119.257222,27.87083],[119.25884,27.873121],[119.263764,27.872352],[119.268236,27.87412],[119.269054,27.875966],[119.26573,27.878564],[119.265539,27.881809],[119.271594,27.885176],[119.277232,27.892725],[119.282782,27.8968],[119.286628,27.905532],[119.28976,27.905716],[119.292526,27.901519],[119.29618,27.901227],[119.303889,27.908283],[119.308639,27.910067],[119.311458,27.907699],[119.312136,27.903533],[119.315164,27.898629],[119.316556,27.902534],[119.314537,27.905347],[119.314833,27.906961],[119.320627,27.909651],[119.32322,27.908852],[119.326804,27.905562],[119.331781,27.906654],[119.337471,27.904025],[119.348885,27.900612],[119.352852,27.903087],[119.357411,27.909206],[119.360787,27.908468],[119.363414,27.908883],[119.365798,27.910927],[119.36665,27.914155],[119.365937,27.917184],[119.364162,27.919289],[119.366024,27.920873],[119.368095,27.92015],[119.369086,27.91806],[119.371679,27.917322],[119.379874,27.922041],[119.38245,27.921072],[119.386469,27.913602],[119.388,27.912664],[119.39322,27.912803],[119.395221,27.915293],[119.390488,27.918859],[119.391097,27.923025],[119.387496,27.925038],[119.39021,27.929741],[119.386887,27.932569],[119.385912,27.935827],[119.386225,27.938824],[119.384938,27.94076],[119.381371,27.94282],[119.372305,27.94597],[119.371331,27.949228],[119.374028,27.953346],[119.377177,27.953761],[119.378187,27.955605],[119.372984,27.958862],[119.369469,27.964916],[119.366685,27.965254],[119.363431,27.969356],[119.360613,27.971722],[119.358333,27.975225],[119.353983,27.97945],[119.354818,27.981984],[119.357759,27.984949],[119.358055,27.986793],[119.35534,27.993551],[119.355375,27.995164],[119.361918,27.995763],[119.364754,27.99455],[119.367033,27.991048],[119.371105,27.986593],[119.372897,27.985472],[119.3785,27.97948],[119.383685,27.981616],[119.384851,27.981078],[119.384468,27.977437],[119.3868,27.976346],[119.389166,27.977099],[119.389792,27.978912],[119.388853,27.986762],[119.389671,27.988375],[119.392768,27.986931],[119.392872,27.991094],[119.389531,27.99478],[119.388313,27.99925],[119.385547,28.001185],[119.385321,28.003105],[119.388122,28.005777],[119.393429,28.014854],[119.39938,28.020398],[119.400685,28.023147],[119.402616,28.024483],[119.40975,28.026248],[119.417754,28.030717],[119.423914,28.032851],[119.429603,28.036444],[119.429377,28.039761],[119.422626,28.043292],[119.420138,28.04561],[119.418067,28.050999],[119.418763,28.054223],[119.416745,28.057769],[119.414083,28.06067],[119.409941,28.066902],[119.408793,28.07097],[119.409472,28.074746],[119.409193,28.081162],[119.406862,28.085643],[119.407714,28.092365],[119.404878,28.095695],[119.403069,28.101004],[119.396979,28.10372],[119.393586,28.106344],[119.392124,28.109152],[119.392298,28.111945],[119.394021,28.113771],[119.393446,28.116901],[119.385007,28.11822],[119.381649,28.121058],[119.379074,28.125998],[119.379422,28.129941],[119.381893,28.13192],[119.381928,28.13528],[119.380657,28.137473],[119.379492,28.142704],[119.380414,28.144054],[119.390245,28.147398],[119.393934,28.151232],[119.395726,28.157551],[119.397448,28.161324],[119.399676,28.164207],[119.401659,28.168532],[119.404861,28.177901],[119.409037,28.187929],[119.411107,28.190336],[119.412082,28.197312],[119.412082,28.203996],[119.410429,28.210726],[119.404791,28.217808],[119.39195,28.227694],[119.38887,28.230943],[119.38807,28.234223],[119.389149,28.236767],[119.393968,28.240568]]]]}}]}
\ No newline at end of file
diff --git a/src/assets/icons/svg/404.svg b/src/assets/icons/svg/404.svg
new file mode 100644
index 0000000..6df5019
--- /dev/null
+++ b/src/assets/icons/svg/404.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/bug.svg b/src/assets/icons/svg/bug.svg
new file mode 100644
index 0000000..05a150d
--- /dev/null
+++ b/src/assets/icons/svg/bug.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/build.svg b/src/assets/icons/svg/build.svg
new file mode 100644
index 0000000..97c4688
--- /dev/null
+++ b/src/assets/icons/svg/build.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/button.svg b/src/assets/icons/svg/button.svg
new file mode 100644
index 0000000..904fddc
--- /dev/null
+++ b/src/assets/icons/svg/button.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/cascader.svg b/src/assets/icons/svg/cascader.svg
new file mode 100644
index 0000000..e256024
--- /dev/null
+++ b/src/assets/icons/svg/cascader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/chart.svg b/src/assets/icons/svg/chart.svg
new file mode 100644
index 0000000..27728fb
--- /dev/null
+++ b/src/assets/icons/svg/chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/checkbox.svg b/src/assets/icons/svg/checkbox.svg
new file mode 100644
index 0000000..013fd3a
--- /dev/null
+++ b/src/assets/icons/svg/checkbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/clipboard.svg b/src/assets/icons/svg/clipboard.svg
new file mode 100644
index 0000000..90923ff
--- /dev/null
+++ b/src/assets/icons/svg/clipboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/code.svg b/src/assets/icons/svg/code.svg
new file mode 100644
index 0000000..5f9c5ab
--- /dev/null
+++ b/src/assets/icons/svg/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/color.svg b/src/assets/icons/svg/color.svg
new file mode 100644
index 0000000..44a81aa
--- /dev/null
+++ b/src/assets/icons/svg/color.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/component.svg b/src/assets/icons/svg/component.svg
new file mode 100644
index 0000000..29c3458
--- /dev/null
+++ b/src/assets/icons/svg/component.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/dashboard.svg b/src/assets/icons/svg/dashboard.svg
new file mode 100644
index 0000000..5317d37
--- /dev/null
+++ b/src/assets/icons/svg/dashboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/date-range.svg b/src/assets/icons/svg/date-range.svg
new file mode 100644
index 0000000..fda571e
--- /dev/null
+++ b/src/assets/icons/svg/date-range.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/date.svg b/src/assets/icons/svg/date.svg
new file mode 100644
index 0000000..52dc73e
--- /dev/null
+++ b/src/assets/icons/svg/date.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/dict.svg b/src/assets/icons/svg/dict.svg
new file mode 100644
index 0000000..4849377
--- /dev/null
+++ b/src/assets/icons/svg/dict.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/documentation.svg b/src/assets/icons/svg/documentation.svg
new file mode 100644
index 0000000..7043122
--- /dev/null
+++ b/src/assets/icons/svg/documentation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/download.svg b/src/assets/icons/svg/download.svg
new file mode 100644
index 0000000..c896951
--- /dev/null
+++ b/src/assets/icons/svg/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/drag.svg b/src/assets/icons/svg/drag.svg
new file mode 100644
index 0000000..4185d3c
--- /dev/null
+++ b/src/assets/icons/svg/drag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/druid.svg b/src/assets/icons/svg/druid.svg
new file mode 100644
index 0000000..a2b4b4e
--- /dev/null
+++ b/src/assets/icons/svg/druid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/edit.svg b/src/assets/icons/svg/edit.svg
new file mode 100644
index 0000000..d26101f
--- /dev/null
+++ b/src/assets/icons/svg/edit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/education.svg b/src/assets/icons/svg/education.svg
new file mode 100644
index 0000000..7bfb01d
--- /dev/null
+++ b/src/assets/icons/svg/education.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/email.svg b/src/assets/icons/svg/email.svg
new file mode 100644
index 0000000..74d25e2
--- /dev/null
+++ b/src/assets/icons/svg/email.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/example.svg b/src/assets/icons/svg/example.svg
new file mode 100644
index 0000000..46f42b5
--- /dev/null
+++ b/src/assets/icons/svg/example.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/excel.svg b/src/assets/icons/svg/excel.svg
new file mode 100644
index 0000000..74d97b8
--- /dev/null
+++ b/src/assets/icons/svg/excel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/exit-fullscreen.svg b/src/assets/icons/svg/exit-fullscreen.svg
new file mode 100644
index 0000000..485c128
--- /dev/null
+++ b/src/assets/icons/svg/exit-fullscreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/eye-open.svg b/src/assets/icons/svg/eye-open.svg
new file mode 100644
index 0000000..88dcc98
--- /dev/null
+++ b/src/assets/icons/svg/eye-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/eye.svg b/src/assets/icons/svg/eye.svg
new file mode 100644
index 0000000..16ed2d8
--- /dev/null
+++ b/src/assets/icons/svg/eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/form.svg b/src/assets/icons/svg/form.svg
new file mode 100644
index 0000000..dcbaa18
--- /dev/null
+++ b/src/assets/icons/svg/form.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/fullscreen.svg b/src/assets/icons/svg/fullscreen.svg
new file mode 100644
index 0000000..0e86b6f
--- /dev/null
+++ b/src/assets/icons/svg/fullscreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/github.svg b/src/assets/icons/svg/github.svg
new file mode 100644
index 0000000..db0a0d4
--- /dev/null
+++ b/src/assets/icons/svg/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/guide.svg b/src/assets/icons/svg/guide.svg
new file mode 100644
index 0000000..b271001
--- /dev/null
+++ b/src/assets/icons/svg/guide.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/icon.svg b/src/assets/icons/svg/icon.svg
new file mode 100644
index 0000000..82be8ee
--- /dev/null
+++ b/src/assets/icons/svg/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/input.svg b/src/assets/icons/svg/input.svg
new file mode 100644
index 0000000..ab91381
--- /dev/null
+++ b/src/assets/icons/svg/input.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/international.svg b/src/assets/icons/svg/international.svg
new file mode 100644
index 0000000..e9b56ee
--- /dev/null
+++ b/src/assets/icons/svg/international.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/job.svg b/src/assets/icons/svg/job.svg
new file mode 100644
index 0000000..2a93a25
--- /dev/null
+++ b/src/assets/icons/svg/job.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/language.svg b/src/assets/icons/svg/language.svg
new file mode 100644
index 0000000..0082b57
--- /dev/null
+++ b/src/assets/icons/svg/language.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/link.svg b/src/assets/icons/svg/link.svg
new file mode 100644
index 0000000..48197ba
--- /dev/null
+++ b/src/assets/icons/svg/link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/list.svg b/src/assets/icons/svg/list.svg
new file mode 100644
index 0000000..20259ed
--- /dev/null
+++ b/src/assets/icons/svg/list.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/lock.svg b/src/assets/icons/svg/lock.svg
new file mode 100644
index 0000000..74fee54
--- /dev/null
+++ b/src/assets/icons/svg/lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/log.svg b/src/assets/icons/svg/log.svg
new file mode 100644
index 0000000..d879d33
--- /dev/null
+++ b/src/assets/icons/svg/log.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/logininfor.svg b/src/assets/icons/svg/logininfor.svg
new file mode 100644
index 0000000..267f844
--- /dev/null
+++ b/src/assets/icons/svg/logininfor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/message.svg b/src/assets/icons/svg/message.svg
new file mode 100644
index 0000000..14ca817
--- /dev/null
+++ b/src/assets/icons/svg/message.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/money.svg b/src/assets/icons/svg/money.svg
new file mode 100644
index 0000000..c1580de
--- /dev/null
+++ b/src/assets/icons/svg/money.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/monitor.svg b/src/assets/icons/svg/monitor.svg
new file mode 100644
index 0000000..bc308cb
--- /dev/null
+++ b/src/assets/icons/svg/monitor.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/nested.svg b/src/assets/icons/svg/nested.svg
new file mode 100644
index 0000000..06713a8
--- /dev/null
+++ b/src/assets/icons/svg/nested.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/number.svg b/src/assets/icons/svg/number.svg
new file mode 100644
index 0000000..ad5ce9a
--- /dev/null
+++ b/src/assets/icons/svg/number.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/online.svg b/src/assets/icons/svg/online.svg
new file mode 100644
index 0000000..330a202
--- /dev/null
+++ b/src/assets/icons/svg/online.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/password.svg b/src/assets/icons/svg/password.svg
new file mode 100644
index 0000000..6c64def
--- /dev/null
+++ b/src/assets/icons/svg/password.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/pdf.svg b/src/assets/icons/svg/pdf.svg
new file mode 100644
index 0000000..957aa0c
--- /dev/null
+++ b/src/assets/icons/svg/pdf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/people.svg b/src/assets/icons/svg/people.svg
new file mode 100644
index 0000000..2bd54ae
--- /dev/null
+++ b/src/assets/icons/svg/people.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/peoples.svg b/src/assets/icons/svg/peoples.svg
new file mode 100644
index 0000000..aab852e
--- /dev/null
+++ b/src/assets/icons/svg/peoples.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/phone.svg b/src/assets/icons/svg/phone.svg
new file mode 100644
index 0000000..ab8e8c4
--- /dev/null
+++ b/src/assets/icons/svg/phone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/post.svg b/src/assets/icons/svg/post.svg
new file mode 100644
index 0000000..2922c61
--- /dev/null
+++ b/src/assets/icons/svg/post.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/qq.svg b/src/assets/icons/svg/qq.svg
new file mode 100644
index 0000000..ee13d4e
--- /dev/null
+++ b/src/assets/icons/svg/qq.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/question.svg b/src/assets/icons/svg/question.svg
new file mode 100644
index 0000000..cf75bd4
--- /dev/null
+++ b/src/assets/icons/svg/question.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/radio.svg b/src/assets/icons/svg/radio.svg
new file mode 100644
index 0000000..0cde345
--- /dev/null
+++ b/src/assets/icons/svg/radio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/rate.svg b/src/assets/icons/svg/rate.svg
new file mode 100644
index 0000000..aa3b14d
--- /dev/null
+++ b/src/assets/icons/svg/rate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/redis-list.svg b/src/assets/icons/svg/redis-list.svg
new file mode 100644
index 0000000..98a15b2
--- /dev/null
+++ b/src/assets/icons/svg/redis-list.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/redis.svg b/src/assets/icons/svg/redis.svg
new file mode 100644
index 0000000..2f1d62d
--- /dev/null
+++ b/src/assets/icons/svg/redis.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/row.svg b/src/assets/icons/svg/row.svg
new file mode 100644
index 0000000..0780992
--- /dev/null
+++ b/src/assets/icons/svg/row.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/search.svg b/src/assets/icons/svg/search.svg
new file mode 100644
index 0000000..84233dd
--- /dev/null
+++ b/src/assets/icons/svg/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/select.svg b/src/assets/icons/svg/select.svg
new file mode 100644
index 0000000..d628382
--- /dev/null
+++ b/src/assets/icons/svg/select.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/server.svg b/src/assets/icons/svg/server.svg
new file mode 100644
index 0000000..eb287e3
--- /dev/null
+++ b/src/assets/icons/svg/server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/shopping.svg b/src/assets/icons/svg/shopping.svg
new file mode 100644
index 0000000..87513e7
--- /dev/null
+++ b/src/assets/icons/svg/shopping.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/size.svg b/src/assets/icons/svg/size.svg
new file mode 100644
index 0000000..ddb25b8
--- /dev/null
+++ b/src/assets/icons/svg/size.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/skill.svg b/src/assets/icons/svg/skill.svg
new file mode 100644
index 0000000..a3b7312
--- /dev/null
+++ b/src/assets/icons/svg/skill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/slider.svg b/src/assets/icons/svg/slider.svg
new file mode 100644
index 0000000..fbe4f39
--- /dev/null
+++ b/src/assets/icons/svg/slider.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/star.svg b/src/assets/icons/svg/star.svg
new file mode 100644
index 0000000..6cf86e6
--- /dev/null
+++ b/src/assets/icons/svg/star.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/swagger.svg b/src/assets/icons/svg/swagger.svg
new file mode 100644
index 0000000..05d4e7b
--- /dev/null
+++ b/src/assets/icons/svg/swagger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/switch.svg b/src/assets/icons/svg/switch.svg
new file mode 100644
index 0000000..0ba61e3
--- /dev/null
+++ b/src/assets/icons/svg/switch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/system.svg b/src/assets/icons/svg/system.svg
new file mode 100644
index 0000000..5992593
--- /dev/null
+++ b/src/assets/icons/svg/system.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tab.svg b/src/assets/icons/svg/tab.svg
new file mode 100644
index 0000000..b4b48e4
--- /dev/null
+++ b/src/assets/icons/svg/tab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/table.svg b/src/assets/icons/svg/table.svg
new file mode 100644
index 0000000..0e3dc9d
--- /dev/null
+++ b/src/assets/icons/svg/table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/textarea.svg b/src/assets/icons/svg/textarea.svg
new file mode 100644
index 0000000..2709f29
--- /dev/null
+++ b/src/assets/icons/svg/textarea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/theme.svg b/src/assets/icons/svg/theme.svg
new file mode 100644
index 0000000..5982a2f
--- /dev/null
+++ b/src/assets/icons/svg/theme.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/time-range.svg b/src/assets/icons/svg/time-range.svg
new file mode 100644
index 0000000..13c1202
--- /dev/null
+++ b/src/assets/icons/svg/time-range.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/time.svg b/src/assets/icons/svg/time.svg
new file mode 100644
index 0000000..b376e32
--- /dev/null
+++ b/src/assets/icons/svg/time.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tool.svg b/src/assets/icons/svg/tool.svg
new file mode 100644
index 0000000..48e0e35
--- /dev/null
+++ b/src/assets/icons/svg/tool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tree-table.svg b/src/assets/icons/svg/tree-table.svg
new file mode 100644
index 0000000..8aafdb8
--- /dev/null
+++ b/src/assets/icons/svg/tree-table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/tree.svg b/src/assets/icons/svg/tree.svg
new file mode 100644
index 0000000..dd4b7dd
--- /dev/null
+++ b/src/assets/icons/svg/tree.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/upload.svg b/src/assets/icons/svg/upload.svg
new file mode 100644
index 0000000..bae49c0
--- /dev/null
+++ b/src/assets/icons/svg/upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/user.svg b/src/assets/icons/svg/user.svg
new file mode 100644
index 0000000..0ba0716
--- /dev/null
+++ b/src/assets/icons/svg/user.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/validCode.svg b/src/assets/icons/svg/validCode.svg
new file mode 100644
index 0000000..cfb1021
--- /dev/null
+++ b/src/assets/icons/svg/validCode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/wechat.svg b/src/assets/icons/svg/wechat.svg
new file mode 100644
index 0000000..c586e55
--- /dev/null
+++ b/src/assets/icons/svg/wechat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/svg/zip.svg b/src/assets/icons/svg/zip.svg
new file mode 100644
index 0000000..f806fc4
--- /dev/null
+++ b/src/assets/icons/svg/zip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/images/border7.png b/src/assets/images/border7.png
new file mode 100644
index 0000000..2b7773a
Binary files /dev/null and b/src/assets/images/border7.png differ
diff --git a/src/assets/images/dark.svg b/src/assets/images/dark.svg
new file mode 100644
index 0000000..f646bd7
--- /dev/null
+++ b/src/assets/images/dark.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/assets/images/hessian.png b/src/assets/images/hessian.png
new file mode 100644
index 0000000..a5439ad
Binary files /dev/null and b/src/assets/images/hessian.png differ
diff --git a/src/assets/images/light.svg b/src/assets/images/light.svg
new file mode 100644
index 0000000..ab7cc08
--- /dev/null
+++ b/src/assets/images/light.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg
new file mode 100644
index 0000000..8a89eb8
Binary files /dev/null and b/src/assets/images/login-background.jpg differ
diff --git a/src/assets/images/loginbg.png b/src/assets/images/loginbg.png
new file mode 100644
index 0000000..02eb6d8
Binary files /dev/null and b/src/assets/images/loginbg.png differ
diff --git a/src/assets/images/pay.png b/src/assets/images/pay.png
new file mode 100644
index 0000000..bb8b967
Binary files /dev/null and b/src/assets/images/pay.png differ
diff --git a/src/assets/images/profile.jpg b/src/assets/images/profile.jpg
new file mode 100644
index 0000000..b3a940b
Binary files /dev/null and b/src/assets/images/profile.jpg differ
diff --git a/src/assets/images/qflow_0.png b/src/assets/images/qflow_0.png
new file mode 100644
index 0000000..8453d58
Binary files /dev/null and b/src/assets/images/qflow_0.png differ
diff --git a/src/assets/images/qflow_1.png b/src/assets/images/qflow_1.png
new file mode 100644
index 0000000..a5cc7e6
Binary files /dev/null and b/src/assets/images/qflow_1.png differ
diff --git a/src/assets/images/rain0.png b/src/assets/images/rain0.png
new file mode 100644
index 0000000..2d2ba1d
Binary files /dev/null and b/src/assets/images/rain0.png differ
diff --git a/src/assets/images/rain1.png b/src/assets/images/rain1.png
new file mode 100644
index 0000000..7a014c0
Binary files /dev/null and b/src/assets/images/rain1.png differ
diff --git a/src/assets/images/red.png b/src/assets/images/red.png
new file mode 100644
index 0000000..cad7f00
Binary files /dev/null and b/src/assets/images/red.png differ
diff --git a/src/assets/images/river0.png b/src/assets/images/river0.png
new file mode 100644
index 0000000..f6ade04
Binary files /dev/null and b/src/assets/images/river0.png differ
diff --git a/src/assets/images/river1.png b/src/assets/images/river1.png
new file mode 100644
index 0000000..3342a04
Binary files /dev/null and b/src/assets/images/river1.png differ
diff --git a/src/assets/images/rsvr0.png b/src/assets/images/rsvr0.png
new file mode 100644
index 0000000..be89a42
Binary files /dev/null and b/src/assets/images/rsvr0.png differ
diff --git a/src/assets/images/rsvr1.png b/src/assets/images/rsvr1.png
new file mode 100644
index 0000000..777dd4d
Binary files /dev/null and b/src/assets/images/rsvr1.png differ
diff --git a/src/assets/images/tide0.png b/src/assets/images/tide0.png
new file mode 100644
index 0000000..2c25863
Binary files /dev/null and b/src/assets/images/tide0.png differ
diff --git a/src/assets/images/tide1.png b/src/assets/images/tide1.png
new file mode 100644
index 0000000..bb57f8f
Binary files /dev/null and b/src/assets/images/tide1.png differ
diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png
new file mode 100644
index 0000000..ce307ce
Binary files /dev/null and b/src/assets/logo/logo.png differ
diff --git a/src/assets/styles/btn.scss b/src/assets/styles/btn.scss
new file mode 100644
index 0000000..3590d8d
--- /dev/null
+++ b/src/assets/styles/btn.scss
@@ -0,0 +1,99 @@
+@import './variables.module.scss';
+
+@mixin colorBtn($color) {
+ background: $color;
+
+ &:hover {
+ color: $color;
+
+ &:before,
+ &:after {
+ background: $color;
+ }
+ }
+}
+
+.blue-btn {
+ @include colorBtn($blue)
+}
+
+.light-blue-btn {
+ @include colorBtn($light-blue)
+}
+
+.red-btn {
+ @include colorBtn($red)
+}
+
+.pink-btn {
+ @include colorBtn($pink)
+}
+
+.green-btn {
+ @include colorBtn($green)
+}
+
+.tiffany-btn {
+ @include colorBtn($tiffany)
+}
+
+.yellow-btn {
+ @include colorBtn($yellow)
+}
+
+.pan-btn {
+ font-size: 14px;
+ color: #fff;
+ padding: 14px 36px;
+ border-radius: 8px;
+ border: none;
+ outline: none;
+ transition: 600ms ease all;
+ position: relative;
+ display: inline-block;
+
+ &:hover {
+ background: #fff;
+
+ &:before,
+ &:after {
+ width: 100%;
+ transition: 600ms ease all;
+ }
+ }
+
+ &:before,
+ &:after {
+ content: '';
+ position: absolute;
+ top: 0;
+ right: 0;
+ height: 2px;
+ width: 0;
+ transition: 400ms ease all;
+ }
+
+ &::after {
+ right: inherit;
+ top: inherit;
+ left: 0;
+ bottom: 0;
+ }
+}
+
+.custom-button {
+ display: inline-block;
+ line-height: 1;
+ white-space: nowrap;
+ cursor: pointer;
+ background: #fff;
+ color: #fff;
+ -webkit-appearance: none;
+ text-align: center;
+ box-sizing: border-box;
+ outline: 0;
+ margin: 0;
+ padding: 10px 15px;
+ font-size: 14px;
+ border-radius: 4px;
+}
diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss
new file mode 100644
index 0000000..c8de5d0
--- /dev/null
+++ b/src/assets/styles/common.scss
@@ -0,0 +1,116 @@
+:root {
+ --first-card-height: 0px;
+ --el-card-border-radius: 4px;
+ --card-height-with-tags: calc(100vh - 50px - 34px - 31px - var(--first-card-height));
+ --card-height-without-tags: calc(100vh - 50px - 31px - var(--first-card-height));
+}
+.app-container-bg {
+ background-color: #f2f2f2;
+}
+.el-card-p {
+ height: var(--el-card-height, var(--card-height-without-tags)) !important;
+ box-sizing: border-box;
+ min-height: 0;
+ background-color: #fff;
+}
+.card-shadow {
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
+ border-radius: var(--el-card-border-radius);
+}
+.carder-border {
+ border: 1px solid #ebeef5;
+}
+
+.default-theme.splitpanes .splitpanes__pane {
+ background: #fff !important;
+}
+.default-theme.splitpanes .splitpanes__splitter:before {
+ background-color: #fff !important;
+}
+
+/* 表格头部公共样式 */
+.sticky-header {
+ position: sticky;
+ top: 0;
+ z-index: 10;
+ background-color: #ffffff;
+}
+.main-table-header {
+ .table-title {
+ font-size: 25px;
+ font-weight: bold;
+ width: 100%;
+ height: 60px;
+ line-height: 60px;
+ text-align: center;
+ }
+
+ .table-time {
+ display: flex;
+ justify-content: space-between;
+ margin-left: 20px;
+ font-size: 14px;
+ color: #606266;
+ font-weight: 700;
+ width: 90%;
+ }
+}
+
+// 弹窗头部统一设置样式
+.custom-dialog {
+ .el-dialog__header {
+ background: #409eff;
+ margin-right: 0;
+ .el-dialog__title {
+ color: #fff;
+ }
+ .el-icon {
+ color: #fff;
+ }
+ }
+}
+
+// 报表表格样式调整
+.report-table {
+ border: 1px solid #000 !important;
+ thead.is-group th.el-table__cell,
+ .el-table__header-wrapper th {
+ background: #fff !important;
+ }
+
+ th.el-table__cell.is-leaf,
+ th.el-table__cell,
+ td.el-table__cell {
+ border-bottom: 1px solid #000 !important;
+ border-right: 1px solid #000 !important;
+ }
+}
+// 表格始终显示右侧滚动条
+.scrollable-table .el-table__body-wrapper {
+ &::-webkit-scrollbar {
+ -webkit-appearance: none;
+ width: 14px;
+ height: 14px;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ background-color: rgba(144, 147, 153, 0.5);
+ box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
+ }
+
+ &::-webkit-scrollbar-track {
+ background-color: rgba(0, 0, 0, 0.05);
+ }
+
+ overflow-y: scroll !important;
+}
+
+::v-deep .scrollable-table .el-table__body-wrapper {
+ overflow-x: hidden !important;
+}
+
+
+.vxe-select--panel.is--transfer {
+ z-index: 999999 !important;
+}
\ No newline at end of file
diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss
new file mode 100644
index 0000000..1d90ede
--- /dev/null
+++ b/src/assets/styles/element-ui.scss
@@ -0,0 +1,97 @@
+// cover some element-ui styles
+
+.el-breadcrumb__inner,
+.el-breadcrumb__inner a {
+ font-weight: 400 !important;
+ color:#fff !important;
+}
+
+.el-upload {
+ input[type="file"] {
+ display: none !important;
+ }
+}
+
+.el-upload__input {
+ display: none;
+}
+
+.cell {
+ .el-tag {
+ margin-right: 0px;
+ }
+}
+
+.small-padding {
+ .cell {
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+}
+
+.fixed-width {
+ .el-button--mini {
+ padding: 7px 10px;
+ width: 60px;
+ }
+}
+
+.status-col {
+ .cell {
+ padding: 0 10px;
+ text-align: center;
+
+ .el-tag {
+ margin-right: 0px;
+ }
+ }
+}
+
+// to fixed https://github.com/ElemeFE/element/issues/2461
+.el-dialog {
+ transform: none;
+ left: 0;
+ position: relative;
+ margin: 0 auto;
+}
+
+// refine element ui upload
+.upload-container {
+ .el-upload {
+ width: 100%;
+
+ .el-upload-dragger {
+ width: 100%;
+ height: 200px;
+ }
+ }
+}
+
+// dropdown
+.el-dropdown-menu {
+ a {
+ display: block
+ }
+}
+
+// fix date-picker ui bug in filter-item
+.el-range-editor.el-input__inner {
+ display: inline-flex !important;
+}
+
+// to fix el-date-picker css style
+.el-range-separator {
+ box-sizing: content-box;
+}
+
+.el-menu--collapse
+ > div
+ > .el-submenu
+ > .el-submenu__title
+ .el-submenu__icon-arrow {
+ display: none;
+}
+
+.el-dropdown .el-dropdown-link{
+ color: var(--el-color-primary) !important;
+}
\ No newline at end of file
diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
new file mode 100644
index 0000000..7d47370
--- /dev/null
+++ b/src/assets/styles/index.scss
@@ -0,0 +1,185 @@
+@import './variables.module.scss';
+@import './mixin.scss';
+@import './transition.scss';
+@import './element-ui.scss';
+@import './sidebar.scss';
+@import './btn.scss';
+@import './ruoyi.scss';
+@import './common.scss';
+
+body {
+ height: 100%;
+ margin: 0;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ text-rendering: optimizeLegibility;
+ font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
+}
+
+label {
+ font-weight: 700;
+}
+
+html {
+ height: 100%;
+ box-sizing: border-box;
+}
+
+#app {
+ height: 100%;
+}
+
+*,
+*:before,
+*:after {
+ box-sizing: inherit;
+}
+
+.no-padding {
+ padding: 0px !important;
+}
+
+.padding-content {
+ padding: 4px 0;
+}
+
+a:focus,
+a:active {
+ outline: none;
+}
+
+a,
+a:focus,
+a:hover {
+ cursor: pointer;
+ color: inherit;
+ text-decoration: none;
+}
+
+div:focus {
+ outline: none;
+}
+
+.fr {
+ float: right;
+}
+
+.fl {
+ float: left;
+}
+
+.pr-5 {
+ padding-right: 5px;
+}
+
+.pl-5 {
+ padding-left: 5px;
+}
+
+.block {
+ display: block;
+}
+
+.pointer {
+ cursor: pointer;
+}
+
+.inlineBlock {
+ display: block;
+}
+
+.clearfix {
+ &:after {
+ visibility: hidden;
+ display: block;
+ font-size: 0;
+ content: " ";
+ clear: both;
+ height: 0;
+ }
+}
+
+aside {
+ background: #eef1f6;
+ padding: 8px 24px;
+ margin-bottom: 20px;
+ border-radius: 2px;
+ display: block;
+ line-height: 32px;
+ font-size: 16px;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+ color: #2c3e50;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
+ a {
+ color: #337ab7;
+ cursor: pointer;
+
+ &:hover {
+ color: rgb(32, 160, 255);
+ }
+ }
+}
+
+//main-container全局样式
+.app-container {
+ padding: 10px;
+}
+
+.components-container {
+ margin: 30px 50px;
+ position: relative;
+}
+
+.pagination-container {
+ margin-top: 10px;
+}
+
+.text-center {
+ text-align: center
+}
+
+.sub-navbar {
+ height: 50px;
+ line-height: 50px;
+ position: relative;
+ width: 100%;
+ text-align: right;
+ padding-right: 20px;
+ transition: 600ms ease position;
+ background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);
+
+ .subtitle {
+ font-size: 20px;
+ color: #fff;
+ }
+
+ &.draft {
+ background: #d0d0d0;
+ }
+
+ &.deleted {
+ background: #d0d0d0;
+ }
+}
+
+.link-type,
+.link-type:focus {
+ color: #337ab7;
+ cursor: pointer;
+
+ &:hover {
+ color: rgb(32, 160, 255);
+ }
+}
+
+.filter-container {
+ padding-bottom: 10px;
+
+ .filter-item {
+ display: inline-block;
+ vertical-align: middle;
+ margin-bottom: 10px;
+ }
+}
diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss
new file mode 100644
index 0000000..06fa061
--- /dev/null
+++ b/src/assets/styles/mixin.scss
@@ -0,0 +1,66 @@
+@mixin clearfix {
+ &:after {
+ content: "";
+ display: table;
+ clear: both;
+ }
+}
+
+@mixin scrollBar {
+ &::-webkit-scrollbar-track-piece {
+ background: #d3dce6;
+ }
+
+ &::-webkit-scrollbar {
+ width: 6px;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ background: #99a9bf;
+ border-radius: 20px;
+ }
+}
+
+@mixin relative {
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
+@mixin pct($pct) {
+ width: #{$pct};
+ position: relative;
+ margin: 0 auto;
+}
+
+@mixin triangle($width, $height, $color, $direction) {
+ $width: $width/2;
+ $color-border-style: $height solid $color;
+ $transparent-border-style: $width solid transparent;
+ height: 0;
+ width: 0;
+
+ @if $direction==up {
+ border-bottom: $color-border-style;
+ border-left: $transparent-border-style;
+ border-right: $transparent-border-style;
+ }
+
+ @else if $direction==right {
+ border-left: $color-border-style;
+ border-top: $transparent-border-style;
+ border-bottom: $transparent-border-style;
+ }
+
+ @else if $direction==down {
+ border-top: $color-border-style;
+ border-left: $transparent-border-style;
+ border-right: $transparent-border-style;
+ }
+
+ @else if $direction==left {
+ border-right: $color-border-style;
+ border-top: $transparent-border-style;
+ border-bottom: $transparent-border-style;
+ }
+}
diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
new file mode 100644
index 0000000..bb421c3
--- /dev/null
+++ b/src/assets/styles/ruoyi.scss
@@ -0,0 +1,348 @@
+/**
+ * 通用css样式布局处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+/** 基础通用 **/
+/** 基础通用 **/
+.pt5 {
+ padding-top: 5px;
+}
+.pr5 {
+ padding-right: 5px;
+}
+.pb5 {
+ padding-bottom: 5px;
+}
+.pad5 {
+ padding: 5px;
+}
+.pt10 {
+ padding-top: 10px;
+}
+.pl10 {
+ padding-left: 10px;
+}
+.pr10 {
+ padding-right: 10px;
+}
+.pb10 {
+ padding-bottom: 10px;
+}
+.pad10 {
+ padding: 10px;
+}
+.pt20 {
+ padding-top: 20px;
+}
+.pr20 {
+ padding-right: 20px;
+}
+.pb20 {
+ padding-bottom: 20px;
+}
+.pad20 {
+ padding: 20px;
+}
+.mt5 {
+ margin-top: 5px;
+}
+.mr5 {
+ margin-right: 5px;
+}
+.mb5 {
+ margin-bottom: 5px;
+}
+.mb8 {
+ margin-bottom: 8px;
+}
+.ml5 {
+ margin-left: 5px;
+}
+.mt10 {
+ margin-top: 10px;
+}
+.mr10 {
+ margin-right: 10px;
+}
+.mb10 {
+ margin-bottom: 10px;
+}
+.ml10 {
+ margin-left: 10px;
+}
+.mt20 {
+ margin-top: 20px;
+}
+.mr20 {
+ margin-right: 20px;
+}
+.mb20 {
+ margin-bottom: 20px;
+}
+.ml20 {
+ margin-left: 20px;
+}
+.mb50 {
+ margin-bottom: 50px;
+}
+.w150 {
+ width: 150px;
+}
+.w320 {
+ width: 320px;
+}
+.green {
+ color: rgb(66, 207, 27);
+}
+.yellow {
+ color: #ff8800;
+}
+.red {
+ color: red;
+}
+.blue{
+ color: #3F7DEC;
+}
+
+
+
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: inherit;
+ font-weight: 500;
+ line-height: 1.1;
+ color: inherit;
+}
+
+.el-form .el-form-item__label {
+ font-weight: 700;
+}
+.el-dialog:not(.is-fullscreen) {
+ margin-top: 6vh !important;
+}
+
+.el-dialog.scrollbar .el-dialog__body {
+ overflow: auto;
+ overflow-x: hidden;
+ max-height: 70vh;
+ padding: 10px 20px 0;
+}
+
+.el-table {
+ .el-table__header-wrapper,
+ .el-table__fixed-header-wrapper {
+ th {
+ word-break: break-word;
+ background-color: #f8f8f9 !important;
+ color: #515a6e;
+ height: 40px !important;
+ font-size: 13px;
+ }
+ }
+ .el-table__body-wrapper {
+ .el-button [class*="el-icon-"] + span {
+ margin-left: 1px;
+ }
+ }
+}
+
+/** 表单布局 **/
+.form-header {
+ font-size: 15px;
+ color: #6379bb;
+ border-bottom: 1px solid #ddd;
+ margin: 8px 10px 25px 10px;
+ padding-bottom: 5px;
+}
+
+/** 表格布局 **/
+.pagination-container {
+ position: relative;
+ height: 25px;
+ margin-bottom: 10px;
+ margin-top: 15px;
+ padding: 10px 20px !important;
+}
+
+.el-dialog .pagination-container {
+ position: static !important;
+}
+
+/* tree border */
+.tree-border {
+ margin-top: 5px;
+ border: 1px solid #e5e6e7;
+ background: #ffffff none;
+ border-radius: 4px;
+ width: 100%;
+}
+
+.pagination-container .el-pagination {
+ right: 0;
+ position: absolute;
+}
+
+@media (max-width: 768px) {
+ .pagination-container .el-pagination > .el-pagination__jump {
+ display: none !important;
+ }
+ .pagination-container .el-pagination > .el-pagination__sizes {
+ display: none !important;
+ }
+}
+
+.el-table .fixed-width .el-button--small {
+ padding-left: 0;
+ padding-right: 0;
+ width: inherit;
+}
+
+/** 表格更多操作下拉样式 */
+.el-table .el-dropdown-link {
+ cursor: pointer;
+ color: #409eff;
+ margin-left: 10px;
+}
+
+.el-table .el-dropdown,
+.el-icon-arrow-down {
+ font-size: 12px;
+}
+
+.el-tree-node__content > .el-checkbox {
+ margin-right: 8px;
+}
+
+.list-group-striped > .list-group-item {
+ border-left: 0;
+ border-right: 0;
+ border-radius: 0;
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.list-group {
+ padding-left: 0px;
+ list-style: none;
+}
+
+.list-group-item {
+ border-bottom: 1px solid #e7eaec;
+ border-top: 1px solid #e7eaec;
+ margin-bottom: -1px;
+ padding: 11px 0px;
+ font-size: 13px;
+}
+
+.pull-right {
+ float: right !important;
+}
+
+.el-card__header {
+ padding: 14px 15px 7px !important;
+ min-height: 40px;
+}
+
+.el-card__body {
+ padding: 15px 20px 20px 20px !important;
+}
+
+.card-box {
+ padding-right: 15px;
+ padding-left: 15px;
+ margin-bottom: 10px;
+}
+
+/* button color */
+.el-button--cyan.is-active,
+.el-button--cyan:active {
+ background: #20b2aa;
+ border-color: #20b2aa;
+ color: #ffffff;
+}
+
+.el-button--cyan:focus,
+.el-button--cyan:hover {
+ background: #48d1cc;
+ border-color: #48d1cc;
+ color: #ffffff;
+}
+
+.el-button--cyan {
+ background-color: #20b2aa;
+ border-color: #20b2aa;
+ color: #ffffff;
+}
+
+/* text color */
+.text-navy {
+ color: #1ab394;
+}
+
+.text-primary {
+ color: inherit;
+}
+
+.text-success {
+ color: #1c84c6;
+}
+
+.text-info {
+ color: #23c6c8;
+}
+
+.text-warning {
+ color: #f8ac59;
+}
+
+.text-danger {
+ color: #ed5565;
+}
+
+.text-muted {
+ color: #888888;
+}
+
+/* image */
+.img-circle {
+ border-radius: 50%;
+}
+
+.img-lg {
+ width: 120px;
+ height: 120px;
+}
+
+.avatar-upload-preview {
+ position: absolute;
+ top: 50%;
+ transform: translate(50%, -50%);
+ width: 200px;
+ height: 200px;
+ border-radius: 50%;
+ box-shadow: 0 0 4px #ccc;
+ overflow: hidden;
+}
+
+/* 拖拽列样式 */
+.sortable-ghost {
+ opacity: 0.8;
+ color: #fff !important;
+ background: #42b983 !important;
+}
+
+/* 表格右侧工具栏样式 */
+.top-right-btn {
+ margin-left: auto;
+}
diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss
new file mode 100644
index 0000000..72a17b0
--- /dev/null
+++ b/src/assets/styles/sidebar.scss
@@ -0,0 +1,237 @@
+#app {
+ .main-container {
+ height: 100%;
+ transition: margin-left 0.28s;
+ margin-left: $base-sidebar-width;
+ position: relative;
+ }
+
+ .sidebarHide {
+ margin-left: 0 !important;
+ }
+
+ .sidebar-container {
+ -webkit-transition: width 0.28s;
+ transition: width 0.28s;
+ width: $base-sidebar-width !important;
+ background-color: $base-menu-background;
+ height: 100%;
+ position: fixed;
+ font-size: 0px;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1001;
+ overflow: hidden;
+ // -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
+ // box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
+
+ // reset element-ui css
+ .horizontal-collapse-transition {
+ transition: 0s width ease-in-out, 0s padding-left ease-in-out,
+ 0s padding-right ease-in-out;
+ }
+
+ .scrollbar-wrapper {
+ overflow-x: hidden !important;
+ }
+
+ .el-scrollbar__bar.is-vertical {
+ right: 0px;
+ }
+
+ .el-scrollbar {
+ height: 100%;
+ }
+
+ &.has-logo {
+ .el-scrollbar {
+ height: calc(100% - 50px);
+ }
+ }
+
+ .is-horizontal {
+ display: none;
+ }
+
+ a {
+ display: inline-block;
+ width: 100%;
+ overflow: hidden;
+ }
+
+ .svg-icon {
+ margin-right: 16px;
+ }
+
+ .el-menu {
+ border: none;
+ height: 100%;
+ width: 100% !important;
+ }
+
+ .el-menu-item,
+ .menu-title {
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ white-space: nowrap !important;
+ }
+
+ .el-menu-item .el-menu-tooltip__trigger {
+ display: inline-block !important;
+ }
+
+ // menu hover
+ .sub-menu-title-noDropdown,
+ .el-sub-menu__title {
+ &:hover {
+ background-color: rgba(0, 0, 0, 0.06) !important;
+ }
+ }
+
+ & .theme-dark .is-active > .el-sub-menu__title {
+ color: $base-menu-color-active !important;
+ }
+
+ & .nest-menu .el-sub-menu > .el-sub-menu__title,
+ & .el-sub-menu .el-menu-item {
+ min-width: $base-sidebar-width !important;
+
+ &:hover {
+ background-color: rgba(0, 0, 0, 0.06) !important;
+ }
+ }
+
+ & .theme-dark .nest-menu .el-sub-menu > .el-sub-menu__title,
+ & .theme-dark .el-sub-menu .el-menu-item {
+ background-color: $base-sub-menu-background !important;
+
+ &:hover {
+ background-color: $base-sub-menu-hover !important;
+ }
+ }
+ }
+
+ .hideSidebar {
+ .sidebar-container {
+ width: 54px !important;
+ }
+
+ .main-container {
+ margin-left: 54px;
+ }
+
+ .sub-menu-title-noDropdown {
+ padding: 0 !important;
+ position: relative;
+
+ .el-tooltip {
+ padding: 0 !important;
+
+ .svg-icon {
+ margin-left: 20px;
+ }
+ }
+ }
+
+ .el-sub-menu {
+ overflow: hidden;
+
+ & > .el-sub-menu__title {
+ padding: 0 !important;
+
+ .svg-icon {
+ margin-left: 20px;
+ }
+ }
+ }
+
+ .el-menu--collapse {
+ .el-sub-menu {
+ & > .el-sub-menu__title {
+ & > span {
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ visibility: hidden;
+ display: inline-block;
+ }
+ & > i {
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ visibility: hidden;
+ display: inline-block;
+ }
+ }
+ }
+ }
+ }
+
+ .el-menu--collapse .el-menu .el-sub-menu {
+ min-width: $base-sidebar-width !important;
+ }
+
+ // mobile responsive
+ .mobile {
+ .main-container {
+ margin-left: 0px;
+ }
+
+ .sidebar-container {
+ transition: transform 0.28s;
+ width: $base-sidebar-width !important;
+ }
+
+ &.hideSidebar {
+ .sidebar-container {
+ pointer-events: none;
+ transition-duration: 0.3s;
+ transform: translate3d(-$base-sidebar-width, 0, 0);
+ }
+ }
+ }
+
+ .withoutAnimation {
+ .main-container,
+ .sidebar-container {
+ transition: none;
+ }
+ }
+}
+
+// when menu collapsed
+.el-menu--vertical {
+ & > .el-menu {
+ .svg-icon {
+ margin-right: 16px;
+ }
+ }
+
+ .nest-menu .el-sub-menu > .el-sub-menu__title,
+ .el-menu-item {
+ &:hover {
+ // you can use $sub-menuHover
+ background-color: rgba(0, 0, 0, 0.06) !important;
+ }
+ }
+
+ // the scroll bar appears when the sub-menu is too long
+ > .el-menu--popup {
+ max-height: 100vh;
+ overflow-y: auto;
+
+ &::-webkit-scrollbar-track-piece {
+ background: #d3dce6;
+ }
+
+ &::-webkit-scrollbar {
+ width: 6px;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ background: #99a9bf;
+ border-radius: 20px;
+ }
+ }
+}
diff --git a/src/assets/styles/transition.scss b/src/assets/styles/transition.scss
new file mode 100644
index 0000000..073f8c6
--- /dev/null
+++ b/src/assets/styles/transition.scss
@@ -0,0 +1,49 @@
+// global transition css
+
+/* fade */
+.fade-enter-active,
+.fade-leave-active {
+ transition: opacity 0.28s;
+}
+
+.fade-enter,
+.fade-leave-active {
+ opacity: 0;
+}
+
+/* fade-transform */
+.fade-transform--move,
+.fade-transform-leave-active,
+.fade-transform-enter-active {
+ transition: all .5s;
+}
+
+.fade-transform-enter {
+ opacity: 0;
+ transform: translateX(-30px);
+}
+
+.fade-transform-leave-to {
+ opacity: 0;
+ transform: translateX(30px);
+}
+
+/* breadcrumb transition */
+.breadcrumb-enter-active,
+.breadcrumb-leave-active {
+ transition: all .5s;
+}
+
+.breadcrumb-enter,
+.breadcrumb-leave-active {
+ opacity: 0;
+ transform: translateX(20px);
+}
+
+.breadcrumb-move {
+ transition: all .5s;
+}
+
+.breadcrumb-leave-active {
+ position: absolute;
+}
diff --git a/src/assets/styles/variables.module.scss b/src/assets/styles/variables.module.scss
new file mode 100644
index 0000000..a20f2bd
--- /dev/null
+++ b/src/assets/styles/variables.module.scss
@@ -0,0 +1,65 @@
+// base color
+$blue: #324157;
+$light-blue: #3A71A8;
+$red: #C03639;
+$pink: #E65D6E;
+$green: #30B08F;
+$tiffany: #4AB7BD;
+$yellow: #FEC171;
+$panGreen: #30B08F;
+
+// 默认菜单主题风格
+$base-menu-color: #ffffff;
+$base-menu-color-active: #ffffff;
+$base-menu-background: #409EFF;
+$base-logo-title-color: #ffffff;
+
+$base-menu-light-color: rgba(0, 0, 0, 0.7);
+$base-menu-light-background: #ffffff;
+$base-logo-light-title-color: #001529;
+
+$base-sub-menu-background: #409EFF;
+$base-sub-menu-hover: rgba(0, 0, 0, 0.06) ;
+
+// 自定义暗色菜单风格
+/**
+$base-menu-color:hsla(0,0%,100%,.65);
+$base-menu-color-active:#fff;
+$base-menu-background:#001529;
+$base-logo-title-color: #ffffff;
+
+$base-menu-light-color:rgba(0,0,0,.70);
+$base-menu-light-background:#ffffff;
+$base-logo-light-title-color: #001529;
+
+$base-sub-menu-background:#000c17;
+$base-sub-menu-hover:#001528;
+*/
+
+$--color-primary: #409EFF;
+$--color-success: #67C23A;
+$--color-warning: #E6A23C;
+$--color-danger: #F56C6C;
+$--color-info: #909399;
+
+$base-sidebar-width: 200px;
+
+// the :export directive is the magic sauce for webpack
+// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
+:export {
+ menuColor: $base-menu-color;
+ menuLightColor: $base-menu-light-color;
+ menuColorActive: $base-menu-color-active;
+ menuBackground: $base-menu-background;
+ menuLightBackground: $base-menu-light-background;
+ subMenuBackground: $base-sub-menu-background;
+ subMenuHover: $base-sub-menu-hover;
+ sideBarWidth: $base-sidebar-width;
+ logoTitleColor: $base-logo-title-color;
+ logoLightTitleColor: $base-logo-light-title-color;
+ primaryColor: $--color-primary;
+ successColor: $--color-success;
+ dangerColor: $--color-danger;
+ infoColor: $--color-info;
+ warningColor: $--color-warning;
+}
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
new file mode 100644
index 0000000..9b68736
--- /dev/null
+++ b/src/components/Breadcrumb/index.vue
@@ -0,0 +1,67 @@
+
+
+
+
+ {{ item.meta.title }}
+ {{ item.meta.title }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/day.vue b/src/components/Crontab/day.vue
new file mode 100644
index 0000000..25c4f79
--- /dev/null
+++ b/src/components/Crontab/day.vue
@@ -0,0 +1,174 @@
+
+
+
+
+ 日,允许的通配符[, - * ? / L W]
+
+
+
+
+
+ 不指定
+
+
+
+
+
+ 周期从
+ -
+ 日
+
+
+
+
+
+ 从
+ 号开始,每
+ 日执行一次
+
+
+
+
+
+ 每月
+ 号最近的那个工作日
+
+
+
+
+
+ 本月最后一天
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/hour.vue b/src/components/Crontab/hour.vue
new file mode 100644
index 0000000..9f052ad
--- /dev/null
+++ b/src/components/Crontab/hour.vue
@@ -0,0 +1,127 @@
+
+
+
+
+ 小时,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 时
+
+
+
+
+
+ 从
+ 时开始,每
+ 小时执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/index.vue b/src/components/Crontab/index.vue
new file mode 100644
index 0000000..910c9b3
--- /dev/null
+++ b/src/components/Crontab/index.vue
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ 重置
+ 取消
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/min.vue b/src/components/Crontab/min.vue
new file mode 100644
index 0000000..5d80cd2
--- /dev/null
+++ b/src/components/Crontab/min.vue
@@ -0,0 +1,126 @@
+
+
+
+
+ 分钟,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 分钟
+
+
+
+
+
+ 从
+ 分钟开始, 每
+ 分钟执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/month.vue b/src/components/Crontab/month.vue
new file mode 100644
index 0000000..657d3f2
--- /dev/null
+++ b/src/components/Crontab/month.vue
@@ -0,0 +1,141 @@
+
+
+
+
+ 月,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 月
+
+
+
+
+
+ 从
+ 月开始,每
+ 月月执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/result.vue b/src/components/Crontab/result.vue
new file mode 100644
index 0000000..5a812ee
--- /dev/null
+++ b/src/components/Crontab/result.vue
@@ -0,0 +1,540 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/second.vue b/src/components/Crontab/second.vue
new file mode 100644
index 0000000..a7e5798
--- /dev/null
+++ b/src/components/Crontab/second.vue
@@ -0,0 +1,128 @@
+
+
+
+
+ 秒,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 秒
+
+
+
+
+
+ 从
+ 秒开始,每
+ 秒执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/week.vue b/src/components/Crontab/week.vue
new file mode 100644
index 0000000..105a3be
--- /dev/null
+++ b/src/components/Crontab/week.vue
@@ -0,0 +1,197 @@
+
+
+
+
+ 周,允许的通配符[, - * ? / L #]
+
+
+
+
+
+ 不指定
+
+
+
+
+
+ 周期从
+
+ {{item.value}}
+
+ -
+
+ {{item.value}}
+
+
+
+
+
+
+ 第
+ 周的
+
+
+
+
+
+
+
+
+ 本月最后一个
+
+
+
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Crontab/year.vue b/src/components/Crontab/year.vue
new file mode 100644
index 0000000..b26bdae
--- /dev/null
+++ b/src/components/Crontab/year.vue
@@ -0,0 +1,149 @@
+
+
+
+
+ 不填,允许的通配符[, - * /]
+
+
+
+
+
+ 每年
+
+
+
+
+
+ 周期从
+ -
+
+
+
+
+
+
+ 从
+ 年开始,每
+ 年执行一次
+
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue
new file mode 100644
index 0000000..7d0888c
--- /dev/null
+++ b/src/components/DictTag/index.vue
@@ -0,0 +1,82 @@
+
+
+
+
+ {{ item.label + " " }}
+ {{ item.label + " " }}
+
+
+
+ {{ unmatchArray | handleArray }}
+
+
+
+
+
+
+
diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue
new file mode 100644
index 0000000..0a696f2
--- /dev/null
+++ b/src/components/Editor/index.vue
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+ $emit('update:modelValue', content)"
+ :options="options"
+ :style="styles"
+ />
+
+
+
+
+
+
diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue
new file mode 100644
index 0000000..2af9672
--- /dev/null
+++ b/src/components/FileUpload/index.vue
@@ -0,0 +1,207 @@
+
+
+
+
+ 选取文件
+
+
+
+ 请上传
+ 大小不超过 {{ fileSize }}MB
+ 格式为 {{ fileType.join("/") }}
+ 的文件
+
+
+
+
+
+ {{ getFileName(file.name) }}
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue
new file mode 100644
index 0000000..2c3c705
--- /dev/null
+++ b/src/components/Hamburger/index.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue
new file mode 100644
index 0000000..6ef6d2c
--- /dev/null
+++ b/src/components/HeaderSearch/index.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue
new file mode 100644
index 0000000..517a4af
--- /dev/null
+++ b/src/components/IconSelect/index.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/IconSelect/requireIcons.js b/src/components/IconSelect/requireIcons.js
new file mode 100644
index 0000000..ac22fd7
--- /dev/null
+++ b/src/components/IconSelect/requireIcons.js
@@ -0,0 +1,8 @@
+let icons = []
+const modules = import.meta.glob('./../../assets/icons/svg/*.svg');
+for (const path in modules) {
+ const p = path.split('assets/icons/svg/')[1].split('.svg')[0];
+ icons.push(p);
+}
+
+export default icons
\ No newline at end of file
diff --git a/src/components/ImagePreview/index.vue b/src/components/ImagePreview/index.vue
new file mode 100644
index 0000000..7e3d2b6
--- /dev/null
+++ b/src/components/ImagePreview/index.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
new file mode 100644
index 0000000..55dafb8
--- /dev/null
+++ b/src/components/ImageUpload/index.vue
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+
+ 请上传
+
+ 大小不超过 {{ fileSize }}MB
+
+
+ 格式为 {{ fileType.join("/") }}
+
+ 的文件
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
new file mode 100644
index 0000000..38de953
--- /dev/null
+++ b/src/components/Pagination/index.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/ParentView/index.vue b/src/components/ParentView/index.vue
new file mode 100644
index 0000000..7bf6148
--- /dev/null
+++ b/src/components/ParentView/index.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue
new file mode 100644
index 0000000..5a53dd4
--- /dev/null
+++ b/src/components/RightToolbar/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/RuoYi/Doc/index.vue b/src/components/RuoYi/Doc/index.vue
new file mode 100644
index 0000000..51f13cb
--- /dev/null
+++ b/src/components/RuoYi/Doc/index.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/RuoYi/Git/index.vue b/src/components/RuoYi/Git/index.vue
new file mode 100644
index 0000000..b4459f3
--- /dev/null
+++ b/src/components/RuoYi/Git/index.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/components/Screenfull/index.vue b/src/components/Screenfull/index.vue
new file mode 100644
index 0000000..7ad28ea
--- /dev/null
+++ b/src/components/Screenfull/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue
new file mode 100644
index 0000000..a17332e
--- /dev/null
+++ b/src/components/SizeSelect/index.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
new file mode 100644
index 0000000..8c101f6
--- /dev/null
+++ b/src/components/SvgIcon/index.vue
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SvgIcon/svgicon.js b/src/components/SvgIcon/svgicon.js
new file mode 100644
index 0000000..4431719
--- /dev/null
+++ b/src/components/SvgIcon/svgicon.js
@@ -0,0 +1,10 @@
+import * as components from '@element-plus/icons-vue'
+
+export default {
+ install: (app) => {
+ for (const key in components) {
+ const componentConfig = components[key];
+ app.component(componentConfig.name, componentConfig);
+ }
+ },
+};
diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue
new file mode 100644
index 0000000..d974748
--- /dev/null
+++ b/src/components/TopNav/index.vue
@@ -0,0 +1,205 @@
+
+
+
+
+
+ {{ item.meta.title }}
+
+
+
+
+
+ 更多菜单
+
+
+
+ {{ item.meta.title }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/iFrame/index.vue b/src/components/iFrame/index.vue
new file mode 100644
index 0000000..091b1a2
--- /dev/null
+++ b/src/components/iFrame/index.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
diff --git a/src/directive/common/copyText.js b/src/directive/common/copyText.js
new file mode 100644
index 0000000..7063df8
--- /dev/null
+++ b/src/directive/common/copyText.js
@@ -0,0 +1,66 @@
+/**
+* v-copyText 复制文本内容
+* Copyright (c) 2022 ruoyi
+*/
+
+export default {
+ beforeMount(el, { value, arg }) {
+ if (arg === "callback") {
+ el.$copyCallback = value;
+ } else {
+ el.$copyValue = value;
+ const handler = () => {
+ copyTextToClipboard(el.$copyValue);
+ if (el.$copyCallback) {
+ el.$copyCallback(el.$copyValue);
+ }
+ };
+ el.addEventListener("click", handler);
+ el.$destroyCopy = () => el.removeEventListener("click", handler);
+ }
+ }
+}
+
+function copyTextToClipboard(input, { target = document.body } = {}) {
+ const element = document.createElement('textarea');
+ const previouslyFocusedElement = document.activeElement;
+
+ element.value = input;
+
+ // Prevent keyboard from showing on mobile
+ element.setAttribute('readonly', '');
+
+ element.style.contain = 'strict';
+ element.style.position = 'absolute';
+ element.style.left = '-9999px';
+ element.style.fontSize = '12pt'; // Prevent zooming on iOS
+
+ const selection = document.getSelection();
+ const originalRange = selection.rangeCount > 0 && selection.getRangeAt(0);
+
+ target.append(element);
+ element.select();
+
+ // Explicit selection workaround for iOS
+ element.selectionStart = 0;
+ element.selectionEnd = input.length;
+
+ let isSuccess = false;
+ try {
+ isSuccess = document.execCommand('copy');
+ } catch { }
+
+ element.remove();
+
+ if (originalRange) {
+ selection.removeAllRanges();
+ selection.addRange(originalRange);
+ }
+
+ // Get the focus back on the previously focused element, if any
+ if (previouslyFocusedElement) {
+ previouslyFocusedElement.focus();
+ }
+
+ return isSuccess;
+}
diff --git a/src/directive/index.js b/src/directive/index.js
new file mode 100644
index 0000000..7001193
--- /dev/null
+++ b/src/directive/index.js
@@ -0,0 +1,12 @@
+
+import hasRole from './permission/hasRole'
+import hasPermi from './permission/hasPermi'
+import copyText from './common/copyText'
+import TableHeight from './table/TableHeight'
+
+export default function directive(app){
+ app.directive('hasRole', hasRole)
+ app.directive('hasPermi', hasPermi)
+ app.directive('copyText', copyText)
+ app.directive('tableHeight', TableHeight)
+}
\ No newline at end of file
diff --git a/src/directive/permission/hasPermi.js b/src/directive/permission/hasPermi.js
new file mode 100644
index 0000000..44ef3f8
--- /dev/null
+++ b/src/directive/permission/hasPermi.js
@@ -0,0 +1,28 @@
+ /**
+ * v-hasPermi 操作权限处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+import useUserStore from '@/store/modules/user'
+
+export default {
+ mounted(el, binding, vnode) {
+ const { value } = binding
+ const all_permission = "*:*:*";
+ const permissions = useUserStore().permissions
+
+ if (value && value instanceof Array && value.length > 0) {
+ const permissionFlag = value
+
+ const hasPermissions = permissions.some(permission => {
+ return all_permission === permission || permissionFlag.includes(permission)
+ })
+
+ if (!hasPermissions) {
+ el.parentNode && el.parentNode.removeChild(el)
+ }
+ } else {
+ throw new Error(`请设置操作权限标签值`)
+ }
+ }
+}
diff --git a/src/directive/permission/hasRole.js b/src/directive/permission/hasRole.js
new file mode 100644
index 0000000..8774bdd
--- /dev/null
+++ b/src/directive/permission/hasRole.js
@@ -0,0 +1,28 @@
+ /**
+ * v-hasRole 角色权限处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+import useUserStore from '@/store/modules/user'
+
+export default {
+ mounted(el, binding, vnode) {
+ const { value } = binding
+ const super_admin = "admin";
+ const roles = useUserStore().roles
+
+ if (value && value instanceof Array && value.length > 0) {
+ const roleFlag = value
+
+ const hasRole = roles.some(role => {
+ return super_admin === role || roleFlag.includes(role)
+ })
+
+ if (!hasRole) {
+ el.parentNode && el.parentNode.removeChild(el)
+ }
+ } else {
+ throw new Error(`请设置角色权限标签值`)
+ }
+ }
+}
diff --git a/src/directive/table/tableHeight.js b/src/directive/table/tableHeight.js
new file mode 100644
index 0000000..91caadf
--- /dev/null
+++ b/src/directive/table/tableHeight.js
@@ -0,0 +1,90 @@
+/*
+ * @Author: waibao2 1@qq.com
+ * @Date: 2025-09-11 17:49:08
+ * @LastEditors: waibao2 1@qq.com
+ * @LastEditTime: 2025-09-15 15:26:34
+ * @FilePath: \water\src\directive\table\tableHeight.js
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ */
+
+
+// src/directive/table/tableHeight.js
+export default {
+ mounted(el, binding, vnode) {
+ const DEFAULT_BOTTOM_HEIGHT = binding.value?.bottom ?? 80;
+
+ const adjustHeight = () => {
+ if (!el || !el.parentElement) return;
+
+ const parent = el.parentElement;
+ const parentHeight = parent.getBoundingClientRect().height;
+ const targetHeight = parentHeight - DEFAULT_BOTTOM_HEIGHT;
+
+ el.style.height = `${targetHeight}px`;
+
+ // 动态获取表头高度
+ const headerWrapper = el.querySelector('.el-table__header-wrapper');
+ const headerHeight = headerWrapper ? headerWrapper.offsetHeight : 50; // 默认50px
+
+ // 设置表格主体最大高度
+ const tableBodyWrapper = el.querySelector('.el-table__body-wrapper');
+ if (tableBodyWrapper) {
+ tableBodyWrapper.style.overflowY = 'auto';
+ tableBodyWrapper.style.overflowX = 'auto';
+ tableBodyWrapper.style.maxHeight = `${targetHeight - headerHeight}px`;
+ }
+
+ // 触发表格重新布局
+ const component = vnode.component;
+ if (component) {
+ component.proxy.$nextTick(() => {
+ // 尝试调用 doLayout 方法
+ if (component.expose && typeof component.expose.doLayout === 'function') {
+ component.expose.doLayout();
+ } else if (component.proxy && typeof component.proxy.doLayout === 'function') {
+ component.proxy.doLayout();
+ }
+ });
+ }
+ };
+
+ el._resizeCallback = adjustHeight;
+
+ // 确保在下次 DOM 更新后执行
+ const component = vnode.component;
+ if (component) {
+ component.proxy.$nextTick(adjustHeight);
+ }
+
+ // 创建 ResizeObserver 实例
+ const resizeObserver = new ResizeObserver(adjustHeight);
+
+ // 检查元素和父元素是否存在再进行观察
+ if (el) {
+ resizeObserver.observe(el);
+ }
+
+ if (el.parentElement) {
+ resizeObserver.observe(el.parentElement);
+ }
+
+ el._resizeObserver = resizeObserver;
+ },
+
+ unmounted(el) {
+ if (el && el._resizeObserver) {
+ el._resizeObserver.disconnect();
+ delete el._resizeObserver;
+ }
+ if (el && el._resizeCallback) {
+ delete el._resizeCallback;
+ }
+ },
+
+ updated(el, binding, vnode) {
+ // 确保所有必要元素都存在
+ if (el && el._resizeCallback && el.parentElement) {
+ el._resizeCallback();
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
new file mode 100644
index 0000000..42fffdf
--- /dev/null
+++ b/src/layout/components/AppMain.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/IframeToggle/index.vue b/src/layout/components/IframeToggle/index.vue
new file mode 100644
index 0000000..a407b74
--- /dev/null
+++ b/src/layout/components/IframeToggle/index.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/src/layout/components/InnerLink/index.vue b/src/layout/components/InnerLink/index.vue
new file mode 100644
index 0000000..53a903c
--- /dev/null
+++ b/src/layout/components/InnerLink/index.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
new file mode 100644
index 0000000..a1b6b91
--- /dev/null
+++ b/src/layout/components/Navbar.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
new file mode 100644
index 0000000..b2e11fb
--- /dev/null
+++ b/src/layout/components/Settings/index.vue
@@ -0,0 +1,207 @@
+
+
+
+
主题风格设置
+
+
+
+
+
+
+
+
+
+
+
+
+ 主题颜色
+
+
+
+
+
+
+ 系统布局配置
+
+
+ 开启 TopNav
+
+
+
+
+
+
+ 开启 Tags-Views
+
+
+
+
+
+
+ 固定 Header
+
+
+
+
+
+
+ 显示 Logo
+
+
+
+
+
+
+ 动态标题
+
+
+
+
+
+
+
+ 保存配置
+ 重置配置
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/Sidebar/Link.vue b/src/layout/components/Sidebar/Link.vue
new file mode 100644
index 0000000..8011431
--- /dev/null
+++ b/src/layout/components/Sidebar/Link.vue
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
new file mode 100644
index 0000000..c6fc362
--- /dev/null
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue
new file mode 100644
index 0000000..e8d38d9
--- /dev/null
+++ b/src/layout/components/Sidebar/SidebarItem.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
new file mode 100644
index 0000000..9b14dfc
--- /dev/null
+++ b/src/layout/components/Sidebar/index.vue
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue
new file mode 100644
index 0000000..516b5d2
--- /dev/null
+++ b/src/layout/components/TagsView/ScrollPane.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
new file mode 100644
index 0000000..c1b7e3f
--- /dev/null
+++ b/src/layout/components/TagsView/index.vue
@@ -0,0 +1,338 @@
+
+
+
+
+ {{ tag.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/index.js b/src/layout/components/index.js
new file mode 100644
index 0000000..fd57731
--- /dev/null
+++ b/src/layout/components/index.js
@@ -0,0 +1,4 @@
+export { default as AppMain } from './AppMain'
+export { default as Navbar } from './Navbar'
+export { default as Settings } from './Settings'
+export { default as TagsView } from './TagsView/index.vue'
diff --git a/src/layout/index.vue b/src/layout/index.vue
new file mode 100644
index 0000000..94b7e34
--- /dev/null
+++ b/src/layout/index.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..c97d6d1
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,115 @@
+
+import { createApp } from 'vue'
+
+import Cookies from 'js-cookie'
+
+import ElementPlus from 'element-plus'
+import 'element-plus/dist/index.css'
+
+import VxeUIAll from 'vxe-pc-ui'
+import 'vxe-pc-ui/es/style.css'
+
+import VxeUITable from 'vxe-table'
+import 'vxe-table/es/style.css'
+import SPLITPANES_CONFIG from '@/utils/splitpanes.js'
+import locale from 'element-plus/es/locale/lang/zh-cn'
+
+import '@/assets/styles/index.scss' // global css
+
+import App from './App'
+import store from './store'
+import FirstCardHeightMixin from './mixins/firstCardHeight'
+import router from './router'
+import directive from './directive' // directive
+
+// 注册指令
+import plugins from './plugins' // plugins
+import { download } from '@/utils/request'
+import { exportExcel } from '@/utils/request'
+
+// svg图标
+import 'virtual:svg-icons-register'
+import SvgIcon from '@/components/SvgIcon'
+import elementIcons from '@/components/SvgIcon/svgicon'
+
+import './permission' // permission control
+
+import { useDict } from '@/utils/dict'
+import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/ruoyi'
+
+// 分页组件
+import Pagination from '@/components/Pagination'
+// 自定义表格工具组件
+import RightToolbar from '@/components/RightToolbar'
+// 富文本组件
+import Editor from "@/components/Editor"
+// 文件上传组件
+import FileUpload from "@/components/FileUpload"
+// 图片上传组件
+import ImageUpload from "@/components/ImageUpload"
+// 图片预览组件
+import ImagePreview from "@/components/ImagePreview"
+// 自定义树选择组件
+import TreeSelect from '@/components/TreeSelect'
+// 字典标签组件
+import DictTag from '@/components/DictTag'
+
+// axios请求方法组件
+import {
+ axiosGet,
+ axiosPost,
+ axiosPost2,
+ axiosDelete,
+ axiosDeleteOne,
+ axiosPut
+} from "@/utils/axiosService.js"
+
+const app = createApp(App)
+
+// 全局方法挂载
+app.config.globalProperties.useDict = useDict
+app.config.globalProperties.download = download
+app.config.globalProperties.exportExcel = exportExcel
+app.config.globalProperties.parseTime = parseTime
+app.config.globalProperties.resetForm = resetForm
+app.config.globalProperties.handleTree = handleTree
+app.config.globalProperties.addDateRange = addDateRange
+app.config.globalProperties.selectDictLabel = selectDictLabel
+app.config.globalProperties.selectDictLabels = selectDictLabels
+app.config.globalProperties.axiosGet = axiosGet
+app.config.globalProperties.axiosPost = axiosPost
+app.config.globalProperties.axiosPost2 = axiosPost2
+app.config.globalProperties.axiosDelete = axiosDelete
+app.config.globalProperties.axiosDeleteOne = axiosDeleteOne
+app.config.globalProperties.axiosPut = axiosPut
+app.config.globalProperties.SPLITPANES_CONFIG = SPLITPANES_CONFIG
+
+// 全局组件挂载
+app.component('DictTag', DictTag)
+app.component('Pagination', Pagination)
+app.component('TreeSelect', TreeSelect)
+app.component('FileUpload', FileUpload)
+app.component('ImageUpload', ImageUpload)
+app.component('ImagePreview', ImagePreview)
+app.component('RightToolbar', RightToolbar)
+app.component('Editor', Editor)
+
+app.use(router)
+app.use(store)
+app.use(plugins)
+app.use(elementIcons)
+app.use(VxeUIAll)
+app.use(VxeUITable)
+app.component('svg-icon', SvgIcon)
+
+directive(app)
+
+// 使用element-plus 并且设置全局的大小
+app.use(ElementPlus, {
+ locale: locale,
+ // 支持 large、default、small
+ size: Cookies.get('size') || 'default'
+})
+// 全局注册混入
+app.mixin(FirstCardHeightMixin)
+app.mount('#app')
diff --git a/src/mixins/firstCardHeight.js b/src/mixins/firstCardHeight.js
new file mode 100644
index 0000000..c9225e0
--- /dev/null
+++ b/src/mixins/firstCardHeight.js
@@ -0,0 +1,32 @@
+// src/mixins/firstCardHeight.js
+import { getElementHeight } from '@/utils/dom'
+
+export default {
+ data() {
+ return {
+ firstCardHeight: 0
+ }
+ },
+
+ methods: {
+ setFirstCardHeight() {
+ if (this.$refs.firstCard) {
+ const height = getElementHeight(this.$refs.firstCard)
+ this.firstCardHeight = height
+ // 设置 CSS 自定义属性
+ document.documentElement.style.setProperty('--first-card-height', `${height}px`)
+ }
+ }
+ },
+
+ mounted() {
+ this.$nextTick(() => {
+ this.setFirstCardHeight()
+ window.addEventListener('resize', this.setFirstCardHeight)
+ })
+ },
+
+ beforeDestroy() {
+ window.removeEventListener('resize', this.setFirstCardHeight)
+ }
+}
\ No newline at end of file
diff --git a/src/permission.js b/src/permission.js
new file mode 100644
index 0000000..4d495ac
--- /dev/null
+++ b/src/permission.js
@@ -0,0 +1,65 @@
+import router from './router'
+import { ElMessage } from 'element-plus'
+import NProgress from 'nprogress'
+import 'nprogress/nprogress.css'
+import { getToken } from '@/utils/auth'
+import { isHttp } from '@/utils/validate'
+import { isRelogin } from '@/utils/request'
+import useUserStore from '@/store/modules/user'
+import useSettingsStore from '@/store/modules/settings'
+import usePermissionStore from '@/store/modules/permission'
+
+NProgress.configure({ showSpinner: false });
+
+const whiteList = ['/login', '/register'];
+
+router.beforeEach((to, from, next) => {
+ NProgress.start()
+ if (getToken()) {
+ to.meta.title && useSettingsStore().setTitle(to.meta.title)
+ /* has token*/
+ if (to.path === '/login') {
+ next({ path: '/' })
+ NProgress.done()
+ } else if (whiteList.indexOf(to.path) !== -1) {
+ next()
+ } else {
+ if (useUserStore().roles.length === 0) {
+ isRelogin.show = true
+ // 判断当前用户是否已拉取完user_info信息
+ useUserStore().getInfo().then(() => {
+ isRelogin.show = false
+ usePermissionStore().generateRoutes().then(accessRoutes => {
+ // 根据roles权限生成可访问的路由表
+ accessRoutes.forEach(route => {
+ if (!isHttp(route.path)) {
+ router.addRoute(route) // 动态添加可访问路由表
+ }
+ })
+ next({ ...to, replace: true }) // hack方法 确保addRoutes已完成
+ })
+ }).catch(err => {
+ useUserStore().logOut().then(() => {
+ ElMessage.error(err)
+ next({ path: '/' })
+ })
+ })
+ } else {
+ next()
+ }
+ }
+ } else {
+ // 没有token
+ if (whiteList.indexOf(to.path) !== -1) {
+ // 在免登录白名单,直接进入
+ next()
+ } else {
+ next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
+ NProgress.done()
+ }
+ }
+})
+
+router.afterEach(() => {
+ NProgress.done()
+})
diff --git a/src/plugins/auth.js b/src/plugins/auth.js
new file mode 100644
index 0000000..5e8c28d
--- /dev/null
+++ b/src/plugins/auth.js
@@ -0,0 +1,60 @@
+import useUserStore from '@/store/modules/user'
+
+function authPermission(permission) {
+ const all_permission = "*:*:*";
+ const permissions = useUserStore().permissions
+ if (permission && permission.length > 0) {
+ return permissions.some(v => {
+ return all_permission === v || v === permission
+ })
+ } else {
+ return false
+ }
+}
+
+function authRole(role) {
+ const super_admin = "admin";
+ const roles = useUserStore().roles
+ if (role && role.length > 0) {
+ return roles.some(v => {
+ return super_admin === v || v === role
+ })
+ } else {
+ return false
+ }
+}
+
+export default {
+ // 验证用户是否具备某权限
+ hasPermi(permission) {
+ return authPermission(permission);
+ },
+ // 验证用户是否含有指定权限,只需包含其中一个
+ hasPermiOr(permissions) {
+ return permissions.some(item => {
+ return authPermission(item)
+ })
+ },
+ // 验证用户是否含有指定权限,必须全部拥有
+ hasPermiAnd(permissions) {
+ return permissions.every(item => {
+ return authPermission(item)
+ })
+ },
+ // 验证用户是否具备某角色
+ hasRole(role) {
+ return authRole(role);
+ },
+ // 验证用户是否含有指定角色,只需包含其中一个
+ hasRoleOr(roles) {
+ return roles.some(item => {
+ return authRole(item)
+ })
+ },
+ // 验证用户是否含有指定角色,必须全部拥有
+ hasRoleAnd(roles) {
+ return roles.every(item => {
+ return authRole(item)
+ })
+ }
+}
diff --git a/src/plugins/cache.js b/src/plugins/cache.js
new file mode 100644
index 0000000..6b5c00b
--- /dev/null
+++ b/src/plugins/cache.js
@@ -0,0 +1,77 @@
+const sessionCache = {
+ set (key, value) {
+ if (!sessionStorage) {
+ return
+ }
+ if (key != null && value != null) {
+ sessionStorage.setItem(key, value)
+ }
+ },
+ get (key) {
+ if (!sessionStorage) {
+ return null
+ }
+ if (key == null) {
+ return null
+ }
+ return sessionStorage.getItem(key)
+ },
+ setJSON (key, jsonValue) {
+ if (jsonValue != null) {
+ this.set(key, JSON.stringify(jsonValue))
+ }
+ },
+ getJSON (key) {
+ const value = this.get(key)
+ if (value != null) {
+ return JSON.parse(value)
+ }
+ },
+ remove (key) {
+ sessionStorage.removeItem(key);
+ }
+}
+const localCache = {
+ set (key, value) {
+ if (!localStorage) {
+ return
+ }
+ if (key != null && value != null) {
+ localStorage.setItem(key, value)
+ }
+ },
+ get (key) {
+ if (!localStorage) {
+ return null
+ }
+ if (key == null) {
+ return null
+ }
+ return localStorage.getItem(key)
+ },
+ setJSON (key, jsonValue) {
+ if (jsonValue != null) {
+ this.set(key, JSON.stringify(jsonValue))
+ }
+ },
+ getJSON (key) {
+ const value = this.get(key)
+ if (value != null) {
+ return JSON.parse(value)
+ }
+ },
+ remove (key) {
+ localStorage.removeItem(key);
+ }
+}
+
+export default {
+ /**
+ * 会话级缓存
+ */
+ session: sessionCache,
+ /**
+ * 本地缓存
+ */
+ local: localCache
+}
diff --git a/src/plugins/download.js b/src/plugins/download.js
new file mode 100644
index 0000000..1a89efd
--- /dev/null
+++ b/src/plugins/download.js
@@ -0,0 +1,79 @@
+import axios from 'axios'
+import { ElLoading, ElMessage } from 'element-plus'
+import { saveAs } from 'file-saver'
+import { getToken } from '@/utils/auth'
+import errorCode from '@/utils/errorCode'
+import { blobValidate } from '@/utils/ruoyi'
+
+const baseURL = import.meta.env.VITE_APP_BASE_API
+let downloadLoadingInstance;
+
+export default {
+ name(name, isDelete = true) {
+ var url = baseURL + "/common/download?fileName=" + encodeURIComponent(name) + "&delete=" + isDelete
+ axios({
+ method: 'get',
+ url: url,
+ responseType: 'blob',
+ headers: { 'Authorization': 'Bearer ' + getToken() }
+ }).then((res) => {
+ const isBlob = blobValidate(res.data);
+ if (isBlob) {
+ const blob = new Blob([res.data])
+ this.saveAs(blob, decodeURIComponent(res.headers['download-filename']))
+ } else {
+ this.printErrMsg(res.data);
+ }
+ })
+ },
+ resource(resource) {
+ var url = baseURL + "/common/download/resource?resource=" + encodeURIComponent(resource);
+ axios({
+ method: 'get',
+ url: url,
+ responseType: 'blob',
+ headers: { 'Authorization': 'Bearer ' + getToken() }
+ }).then((res) => {
+ const isBlob = blobValidate(res.data);
+ if (isBlob) {
+ const blob = new Blob([res.data])
+ this.saveAs(blob, decodeURIComponent(res.headers['download-filename']))
+ } else {
+ this.printErrMsg(res.data);
+ }
+ })
+ },
+ zip(url, name) {
+ var url = baseURL + url
+ downloadLoadingInstance = ElLoading.service({ text: "正在下载数据,请稍候", background: "rgba(0, 0, 0, 0.7)", })
+ axios({
+ method: 'get',
+ url: url,
+ responseType: 'blob',
+ headers: { 'Authorization': 'Bearer ' + getToken() }
+ }).then((res) => {
+ const isBlob = blobValidate(res.data);
+ if (isBlob) {
+ const blob = new Blob([res.data], { type: 'application/zip' })
+ this.saveAs(blob, name)
+ } else {
+ this.printErrMsg(res.data);
+ }
+ downloadLoadingInstance.close();
+ }).catch((r) => {
+ console.error(r)
+ ElMessage.error('下载文件出现错误,请联系管理员!')
+ downloadLoadingInstance.close();
+ })
+ },
+ saveAs(text, name, opts) {
+ saveAs(text, name, opts);
+ },
+ async printErrMsg(data) {
+ const resText = await data.text();
+ const rspObj = JSON.parse(resText);
+ const errMsg = errorCode[rspObj.code] || rspObj.msg || errorCode['default']
+ ElMessage.error(errMsg);
+ }
+}
+
diff --git a/src/plugins/index.js b/src/plugins/index.js
new file mode 100644
index 0000000..47d1b41
--- /dev/null
+++ b/src/plugins/index.js
@@ -0,0 +1,18 @@
+import tab from './tab'
+import auth from './auth'
+import cache from './cache'
+import modal from './modal'
+import download from './download'
+
+export default function installPlugins(app){
+ // 页签操作
+ app.config.globalProperties.$tab = tab
+ // 认证对象
+ app.config.globalProperties.$auth = auth
+ // 缓存对象
+ app.config.globalProperties.$cache = cache
+ // 模态框对象
+ app.config.globalProperties.$modal = modal
+ // 下载文件
+ app.config.globalProperties.$download = download
+}
diff --git a/src/plugins/modal.js b/src/plugins/modal.js
new file mode 100644
index 0000000..b59e14d
--- /dev/null
+++ b/src/plugins/modal.js
@@ -0,0 +1,82 @@
+import { ElMessage, ElMessageBox, ElNotification, ElLoading } from 'element-plus'
+
+let loadingInstance;
+
+export default {
+ // 消息提示
+ msg(content) {
+ ElMessage.info(content)
+ },
+ // 错误消息
+ msgError(content) {
+ ElMessage.error(content)
+ },
+ // 成功消息
+ msgSuccess(content) {
+ ElMessage.success(content)
+ },
+ // 警告消息
+ msgWarning(content) {
+ ElMessage.warning(content)
+ },
+ // 弹出提示
+ alert(content) {
+ ElMessageBox.alert(content, "系统提示")
+ },
+ // 错误提示
+ alertError(content) {
+ ElMessageBox.alert(content, "系统提示", { type: 'error' })
+ },
+ // 成功提示
+ alertSuccess(content) {
+ ElMessageBox.alert(content, "系统提示", { type: 'success' })
+ },
+ // 警告提示
+ alertWarning(content) {
+ ElMessageBox.alert(content, "系统提示", { type: 'warning' })
+ },
+ // 通知提示
+ notify(content) {
+ ElNotification.info(content)
+ },
+ // 错误通知
+ notifyError(content) {
+ ElNotification.error(content);
+ },
+ // 成功通知
+ notifySuccess(content) {
+ ElNotification.success(content)
+ },
+ // 警告通知
+ notifyWarning(content) {
+ ElNotification.warning(content)
+ },
+ // 确认窗体
+ confirm(content) {
+ return ElMessageBox.confirm(content, "系统提示", {
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
+ type: "warning",
+ })
+ },
+ // 提交内容
+ prompt(content) {
+ return ElMessageBox.prompt(content, "系统提示", {
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
+ type: "warning",
+ })
+ },
+ // 打开遮罩层
+ loading(content) {
+ loadingInstance = ElLoading.service({
+ lock: true,
+ text: content,
+ background: "rgba(0, 0, 0, 0.7)",
+ })
+ },
+ // 关闭遮罩层
+ closeLoading() {
+ loadingInstance.close();
+ }
+}
diff --git a/src/plugins/tab.js b/src/plugins/tab.js
new file mode 100644
index 0000000..7b51cf5
--- /dev/null
+++ b/src/plugins/tab.js
@@ -0,0 +1,69 @@
+import useTagsViewStore from '@/store/modules/tagsView'
+import router from '@/router'
+
+export default {
+ // 刷新当前tab页签
+ refreshPage(obj) {
+ const { path, query, matched } = router.currentRoute.value;
+ if (obj === undefined) {
+ matched.forEach((m) => {
+ if (m.components && m.components.default && m.components.default.name) {
+ if (!['Layout', 'ParentView'].includes(m.components.default.name)) {
+ obj = { name: m.components.default.name, path: path, query: query };
+ }
+ }
+ });
+ }
+ return useTagsViewStore().delCachedView(obj).then(() => {
+ const { path, query } = obj
+ router.replace({
+ path: '/redirect' + path,
+ query: query
+ })
+ })
+ },
+ // 关闭当前tab页签,打开新页签
+ closeOpenPage(obj) {
+ useTagsViewStore().delView(router.currentRoute.value);
+ if (obj !== undefined) {
+ return router.push(obj);
+ }
+ },
+ // 关闭指定tab页签
+ closePage(obj) {
+ if (obj === undefined) {
+ return useTagsViewStore().delView(router.currentRoute.value).then(({ visitedViews }) => {
+ const latestView = visitedViews.slice(-1)[0]
+ if (latestView) {
+ return router.push(latestView.fullPath)
+ }
+ return router.push('/');
+ });
+ }
+ return useTagsViewStore().delView(obj);
+ },
+ // 关闭所有tab页签
+ closeAllPage() {
+ return useTagsViewStore().delAllViews();
+ },
+ // 关闭左侧tab页签
+ closeLeftPage(obj) {
+ return useTagsViewStore().delLeftTags(obj || router.currentRoute.value);
+ },
+ // 关闭右侧tab页签
+ closeRightPage(obj) {
+ return useTagsViewStore().delRightTags(obj || router.currentRoute.value);
+ },
+ // 关闭其他tab页签
+ closeOtherPage(obj) {
+ return useTagsViewStore().delOthersViews(obj || router.currentRoute.value);
+ },
+ // 打开tab页签
+ openPage(url) {
+ return router.push(url);
+ },
+ // 修改tab页签
+ updatePage(obj) {
+ return useTagsViewStore().updateVisitedView(obj);
+ }
+}
diff --git a/src/router/index.js b/src/router/index.js
new file mode 100644
index 0000000..4c14aa8
--- /dev/null
+++ b/src/router/index.js
@@ -0,0 +1,189 @@
+import { createWebHistory, createRouter } from 'vue-router'
+/* Layout */
+import Layout from '@/layout'
+
+/**
+ * Note: 路由配置项
+ *
+ * hidden: true // 当设置 true 的时候该路由不会再侧边栏出现 如401,login等页面,或者如一些编辑页面/edit/1
+ * alwaysShow: true // 当你一个路由下面的 children 声明的路由大于1个时,自动会变成嵌套的模式--如组件页面
+ * // 只有一个时,会将那个子路由当做根路由显示在侧边栏--如引导页面
+ * // 若你想不管路由下面的 children 声明的个数都显示你的根路由
+ * // 你可以设置 alwaysShow: true,这样它就会忽略之前定义的规则,一直显示根路由
+ * redirect: noRedirect // 当设置 noRedirect 的时候该路由在面包屑导航中不可被点击
+ * name:'router-name' // 设定路由的名字,一定要填写不然使用时会出现各种问题
+ * query: '{"id": 1, "name": "ry"}' // 访问路由的默认传递参数
+ * roles: ['admin', 'common'] // 访问路由的角色权限
+ * permissions: ['a:a:a', 'b:b:b'] // 访问路由的菜单权限
+ * meta : {
+ noCache: true // 如果设置为true,则不会被 缓存(默认 false)
+ title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
+ icon: 'svg-name' // 设置该路由的图标,对应路径src/assets/icons/svg
+ breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示
+ activeMenu: '/system/user' // 当路由设置了该属性,则会高亮相对应的侧边栏。
+ }
+ */
+
+// 公共路由
+export const constantRoutes = [
+ {
+ path: '/redirect',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: '/redirect/:path(.*)',
+ component: () => import('@/views/redirect/index.vue')
+ }
+ ]
+ },
+ {
+ path: '/login',
+ component: () => import('@/views/login'),
+ hidden: true
+ },
+ {
+ path: '/register',
+ component: () => import('@/views/register'),
+ hidden: true
+ },
+ {
+ path: "/:pathMatch(.*)*",
+ component: () => import('@/views/error/404'),
+ hidden: true
+ },
+ {
+ path: '/401',
+ component: () => import('@/views/error/401'),
+ hidden: true
+ },
+ {
+ path: '',
+ component: Layout,
+ redirect: '/index',
+ children: [
+ {
+ path: '/index',
+ component: () => import('@/views/index'),
+ name: 'Index',
+ meta: { title: '首页', icon: 'dashboard', affix: true }
+ }
+ ]
+ },
+ {
+ path: '/user',
+ component: Layout,
+ hidden: true,
+ redirect: 'noredirect',
+ children: [
+ {
+ path: 'profile',
+ component: () => import('@/views/system/user/profile/index'),
+ name: 'Profile',
+ meta: { title: '个人中心', icon: 'user' }
+ }
+ ]
+ }
+]
+
+// 动态路由,基于用户权限动态去加载
+export const dynamicRoutes = [
+ {
+ path: '/system/user-auth',
+ component: Layout,
+ hidden: true,
+ permissions: ['system:user:edit'],
+ children: [
+ {
+ path: 'role/:userId(\\d+)',
+ component: () => import('@/views/system/user/authRole'),
+ name: 'AuthRole',
+ meta: { title: '分配角色', activeMenu: '/system/user' }
+ }
+ ]
+ },
+ {
+ path: '/system/role-auth',
+ component: Layout,
+ hidden: true,
+ permissions: ['system:role:edit'],
+ children: [
+ {
+ path: 'user/:roleId(\\d+)',
+ component: () => import('@/views/system/role/authUser'),
+ name: 'AuthUser',
+ meta: { title: '分配用户', activeMenu: '/system/role' }
+ }
+ ]
+ },
+ {
+ path: '/message/error-rules',
+ component: Layout,
+ hidden: true,
+ permissions: ['error:monitor:edit'],
+ children: [
+ {
+ path: 'index/:ruleId(\\d+)',
+ component: () => import('@/views/basic/error/rules'),
+ name: 'Rules',
+ meta: { title: '设置预警规则', activeMenu: '/message/error' }
+ }
+ ]
+ },
+ {
+ path: '/system/dict-data',
+ component: Layout,
+ hidden: true,
+ permissions: ['system:dict:list'],
+ children: [
+ {
+ path: 'index/:dictId(\\d+)',
+ component: () => import('@/views/system/dict/data'),
+ name: 'Data',
+ meta: { title: '字典数据', activeMenu: '/system/dict' }
+ }
+ ]
+ },
+ {
+ path: '/monitor/job-log',
+ component: Layout,
+ hidden: true,
+ permissions: ['monitor:job:list'],
+ children: [
+ {
+ path: 'index/:jobId(\\d+)',
+ component: () => import('@/views/monitor/job/log'),
+ name: 'JobLog',
+ meta: { title: '调度日志', activeMenu: '/monitor/job' }
+ }
+ ]
+ },
+ {
+ path: '/tool/gen-edit',
+ component: Layout,
+ hidden: true,
+ permissions: ['tool:gen:edit'],
+ children: [
+ {
+ path: 'index/:tableId(\\d+)',
+ component: () => import('@/views/tool/gen/editTable'),
+ name: 'GenEdit',
+ meta: { title: '修改生成配置', activeMenu: '/tool/gen' }
+ }
+ ]
+ }
+]
+
+const router = createRouter({
+ history: createWebHistory(),
+ routes: constantRoutes,
+ scrollBehavior(to, from, savedPosition) {
+ if (savedPosition) {
+ return savedPosition
+ } else {
+ return { top: 0 }
+ }
+ },
+});
+
+export default router;
diff --git a/src/settings.js b/src/settings.js
new file mode 100644
index 0000000..08a0108
--- /dev/null
+++ b/src/settings.js
@@ -0,0 +1,47 @@
+export default {
+ /**
+ * 网页标题
+ */
+ title: import.meta.env.VITE_APP_TITLE,
+ /**
+ * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
+ */
+ sideTheme: 'theme-dark',
+ /**
+ * 是否系统布局配置
+ */
+ showSettings: true,
+
+ /**
+ * 是否显示顶部导航
+ */
+ topNav: false,
+
+ /**
+ * 是否显示 tagsView
+ */
+ tagsView: true,
+
+ /**
+ * 是否固定头部
+ */
+ fixedHeader: false,
+
+ /**
+ * 是否显示logo
+ */
+ sidebarLogo: true,
+
+ /**
+ * 是否显示动态标题
+ */
+ dynamicTitle: false,
+
+ /**
+ * @type {string | array} 'production' | ['production', 'development']
+ * @description Need show err logs component.
+ * The default is only used in the production env
+ * If you want to also use it in dev, you can pass ['production', 'development']
+ */
+ errorLog: 'production'
+}
diff --git a/src/store/index.js b/src/store/index.js
new file mode 100644
index 0000000..f10f389
--- /dev/null
+++ b/src/store/index.js
@@ -0,0 +1,3 @@
+const store = createPinia()
+
+export default store
\ No newline at end of file
diff --git a/src/store/modules/app.js b/src/store/modules/app.js
new file mode 100644
index 0000000..0b57159
--- /dev/null
+++ b/src/store/modules/app.js
@@ -0,0 +1,46 @@
+import Cookies from 'js-cookie'
+
+const useAppStore = defineStore(
+ 'app',
+ {
+ state: () => ({
+ sidebar: {
+ opened: Cookies.get('sidebarStatus') ? !!+Cookies.get('sidebarStatus') : true,
+ withoutAnimation: false,
+ hide: false
+ },
+ device: 'desktop',
+ size: Cookies.get('size') || 'default'
+ }),
+ actions: {
+ toggleSideBar(withoutAnimation) {
+ if (this.sidebar.hide) {
+ return false;
+ }
+ this.sidebar.opened = !this.sidebar.opened
+ this.sidebar.withoutAnimation = withoutAnimation
+ if (this.sidebar.opened) {
+ Cookies.set('sidebarStatus', 1)
+ } else {
+ Cookies.set('sidebarStatus', 0)
+ }
+ },
+ closeSideBar({ withoutAnimation }) {
+ Cookies.set('sidebarStatus', 0)
+ this.sidebar.opened = false
+ this.sidebar.withoutAnimation = withoutAnimation
+ },
+ toggleDevice(device) {
+ this.device = device
+ },
+ setSize(size) {
+ this.size = size;
+ Cookies.set('size', size)
+ },
+ toggleSideBarHide(status) {
+ this.sidebar.hide = status
+ }
+ }
+ })
+
+export default useAppStore
diff --git a/src/store/modules/dict.js b/src/store/modules/dict.js
new file mode 100644
index 0000000..27fc308
--- /dev/null
+++ b/src/store/modules/dict.js
@@ -0,0 +1,57 @@
+const useDictStore = defineStore(
+ 'dict',
+ {
+ state: () => ({
+ dict: new Array()
+ }),
+ actions: {
+ // 获取字典
+ getDict(_key) {
+ if (_key == null && _key == "") {
+ return null;
+ }
+ try {
+ for (let i = 0; i < this.dict.length; i++) {
+ if (this.dict[i].key == _key) {
+ return this.dict[i].value;
+ }
+ }
+ } catch (e) {
+ return null;
+ }
+ },
+ // 设置字典
+ setDict(_key, value) {
+ if (_key !== null && _key !== "") {
+ this.dict.push({
+ key: _key,
+ value: value
+ });
+ }
+ },
+ // 删除字典
+ removeDict(_key) {
+ var bln = false;
+ try {
+ for (let i = 0; i < this.dict.length; i++) {
+ if (this.dict[i].key == _key) {
+ this.dict.splice(i, 1);
+ return true;
+ }
+ }
+ } catch (e) {
+ bln = false;
+ }
+ return bln;
+ },
+ // 清空字典
+ cleanDict() {
+ this.dict = new Array();
+ },
+ // 初始字典
+ initDict() {
+ }
+ }
+ })
+
+export default useDictStore
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
new file mode 100644
index 0000000..958fe63
--- /dev/null
+++ b/src/store/modules/permission.js
@@ -0,0 +1,142 @@
+import auth from '@/plugins/auth'
+import router, { constantRoutes, dynamicRoutes } from '@/router'
+import { getRouters } from '@/api/menu'
+import Layout from '@/layout/index'
+import ParentView from '@/components/ParentView'
+import InnerLink from '@/layout/components/InnerLink'
+
+// 匹配views里面所有的.vue文件
+const modules = import.meta.glob('./../../views/**/*.vue')
+
+const usePermissionStore = defineStore(
+ 'permission',
+ {
+ state: () => ({
+ routes: [],
+ addRoutes: [],
+ defaultRoutes: [],
+ topbarRouters: [],
+ sidebarRouters: []
+ }),
+ actions: {
+ setRoutes(routes) {
+ this.addRoutes = routes
+ this.routes = constantRoutes.concat(routes)
+ },
+ setDefaultRoutes(routes) {
+ this.defaultRoutes = constantRoutes.concat(routes)
+ },
+ setTopbarRoutes(routes) {
+ this.topbarRouters = routes
+ },
+ setSidebarRouters(routes) {
+ this.sidebarRouters = routes
+ },
+ generateRoutes(roles) {
+ return new Promise(resolve => {
+ // 向后端请求路由数据
+ getRouters().then(res => {
+ const sdata = JSON.parse(JSON.stringify(res.data))
+ const rdata = JSON.parse(JSON.stringify(res.data))
+ const defaultData = JSON.parse(JSON.stringify(res.data))
+ const sidebarRoutes = filterAsyncRouter(sdata)
+ const rewriteRoutes = filterAsyncRouter(rdata, false, true)
+ const defaultRoutes = filterAsyncRouter(defaultData)
+ const asyncRoutes = filterDynamicRoutes(dynamicRoutes)
+ asyncRoutes.forEach(route => { router.addRoute(route) })
+ this.setRoutes(rewriteRoutes)
+ this.setSidebarRouters(constantRoutes.concat(sidebarRoutes))
+ this.setDefaultRoutes(sidebarRoutes)
+ this.setTopbarRoutes(defaultRoutes)
+ resolve(rewriteRoutes)
+ })
+ })
+ }
+ }
+ })
+
+// 遍历后台传来的路由字符串,转换为组件对象
+function filterAsyncRouter(asyncRouterMap, lastRouter = false, type = false) {
+ return asyncRouterMap.filter(route => {
+ if (type && route.children) {
+ route.children = filterChildren(route.children)
+ }
+ if (route.component) {
+ // Layout ParentView 组件特殊处理
+ if (route.component === 'Layout') {
+ route.component = Layout
+ } else if (route.component === 'ParentView') {
+ route.component = ParentView
+ } else if (route.component === 'InnerLink') {
+ route.component = InnerLink
+ } else {
+ route.component = loadView(route.component)
+ }
+ }
+ if (route.children != null && route.children && route.children.length) {
+ route.children = filterAsyncRouter(route.children, route, type)
+ } else {
+ delete route['children']
+ delete route['redirect']
+ }
+ return true
+ })
+}
+
+function filterChildren(childrenMap, lastRouter = false) {
+ var children = []
+ childrenMap.forEach((el, index) => {
+ if (el.children && el.children.length) {
+ if (el.component === 'ParentView' && !lastRouter) {
+ el.children.forEach(c => {
+ c.path = el.path + '/' + c.path
+ if (c.children && c.children.length) {
+ children = children.concat(filterChildren(c.children, c))
+ return
+ }
+ children.push(c)
+ })
+ return
+ }
+ }
+ if (lastRouter) {
+ el.path = lastRouter.path + '/' + el.path
+ if (el.children && el.children.length) {
+ children = children.concat(filterChildren(el.children, el))
+ return
+ }
+ }
+ children = children.concat(el)
+ })
+ return children
+}
+
+// 动态路由遍历,验证是否具备权限
+export function filterDynamicRoutes(routes) {
+ const res = []
+ routes.forEach(route => {
+ if (route.permissions) {
+ if (auth.hasPermiOr(route.permissions)) {
+ res.push(route)
+ }
+ } else if (route.roles) {
+ if (auth.hasRoleOr(route.roles)) {
+ res.push(route)
+ }
+ }
+ })
+ return res
+}
+
+export const loadView = (view) => {
+ let res;
+ for (const path in modules) {
+ const dir = path.split('views/')[1].split('.vue')[0];
+ if (dir === view) {
+ res = () => modules[path]();
+ }
+ }
+ return res;
+}
+
+export default usePermissionStore
diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
new file mode 100644
index 0000000..22b7336
--- /dev/null
+++ b/src/store/modules/settings.js
@@ -0,0 +1,38 @@
+import defaultSettings from '@/settings'
+import { useDynamicTitle } from '@/utils/dynamicTitle'
+
+const { sideTheme, showSettings, topNav, tagsView, fixedHeader, sidebarLogo, dynamicTitle } = defaultSettings
+
+const storageSetting = JSON.parse(localStorage.getItem('layout-setting')) || ''
+
+const useSettingsStore = defineStore(
+ 'settings',
+ {
+ state: () => ({
+ title: '',
+ theme: storageSetting.theme || '#409EFF',
+ sideTheme: storageSetting.sideTheme || sideTheme,
+ showSettings: showSettings,
+ topNav: storageSetting.topNav === undefined ? topNav : storageSetting.topNav,
+ tagsView: storageSetting.tagsView === undefined ? tagsView : storageSetting.tagsView,
+ fixedHeader: storageSetting.fixedHeader === undefined ? fixedHeader : storageSetting.fixedHeader,
+ sidebarLogo: storageSetting.sidebarLogo === undefined ? sidebarLogo : storageSetting.sidebarLogo,
+ dynamicTitle: storageSetting.dynamicTitle === undefined ? dynamicTitle : storageSetting.dynamicTitle
+ }),
+ actions: {
+ // 修改布局设置
+ changeSetting(data) {
+ const { key, value } = data
+ if (this.hasOwnProperty(key)) {
+ this[key] = value
+ }
+ },
+ // 设置网页标题
+ setTitle(title) {
+ this.title = title
+ useDynamicTitle();
+ }
+ }
+ })
+
+export default useSettingsStore
diff --git a/src/store/modules/tagsView.js b/src/store/modules/tagsView.js
new file mode 100644
index 0000000..9d07f33
--- /dev/null
+++ b/src/store/modules/tagsView.js
@@ -0,0 +1,182 @@
+const useTagsViewStore = defineStore(
+ 'tags-view',
+ {
+ state: () => ({
+ visitedViews: [],
+ cachedViews: [],
+ iframeViews: []
+ }),
+ actions: {
+ addView(view) {
+ this.addVisitedView(view)
+ this.addCachedView(view)
+ },
+ addIframeView(view) {
+ if (this.iframeViews.some(v => v.path === view.path)) return
+ this.iframeViews.push(
+ Object.assign({}, view, {
+ title: view.meta.title || 'no-name'
+ })
+ )
+ },
+ addVisitedView(view) {
+ if (this.visitedViews.some(v => v.path === view.path)) return
+ this.visitedViews.push(
+ Object.assign({}, view, {
+ title: view.meta.title || 'no-name'
+ })
+ )
+ },
+ addCachedView(view) {
+ if (this.cachedViews.includes(view.name)) return
+ if (!view.meta.noCache) {
+ this.cachedViews.push(view.name)
+ }
+ },
+ delView(view) {
+ return new Promise(resolve => {
+ this.delVisitedView(view)
+ this.delCachedView(view)
+ resolve({
+ visitedViews: [...this.visitedViews],
+ cachedViews: [...this.cachedViews]
+ })
+ })
+ },
+ delVisitedView(view) {
+ return new Promise(resolve => {
+ for (const [i, v] of this.visitedViews.entries()) {
+ if (v.path === view.path) {
+ this.visitedViews.splice(i, 1)
+ break
+ }
+ }
+ this.iframeViews = this.iframeViews.filter(item => item.path !== view.path)
+ resolve([...this.visitedViews])
+ })
+ },
+ delIframeView(view) {
+ return new Promise(resolve => {
+ this.iframeViews = this.iframeViews.filter(item => item.path !== view.path)
+ resolve([...this.iframeViews])
+ })
+ },
+ delCachedView(view) {
+ return new Promise(resolve => {
+ const index = this.cachedViews.indexOf(view.name)
+ index > -1 && this.cachedViews.splice(index, 1)
+ resolve([...this.cachedViews])
+ })
+ },
+ delOthersViews(view) {
+ return new Promise(resolve => {
+ this.delOthersVisitedViews(view)
+ this.delOthersCachedViews(view)
+ resolve({
+ visitedViews: [...this.visitedViews],
+ cachedViews: [...this.cachedViews]
+ })
+ })
+ },
+ delOthersVisitedViews(view) {
+ return new Promise(resolve => {
+ this.visitedViews = this.visitedViews.filter(v => {
+ return v.meta.affix || v.path === view.path
+ })
+ this.iframeViews = this.iframeViews.filter(item => item.path === view.path)
+ resolve([...this.visitedViews])
+ })
+ },
+ delOthersCachedViews(view) {
+ return new Promise(resolve => {
+ const index = this.cachedViews.indexOf(view.name)
+ if (index > -1) {
+ this.cachedViews = this.cachedViews.slice(index, index + 1)
+ } else {
+ this.cachedViews = []
+ }
+ resolve([...this.cachedViews])
+ })
+ },
+ delAllViews(view) {
+ return new Promise(resolve => {
+ this.delAllVisitedViews(view)
+ this.delAllCachedViews(view)
+ resolve({
+ visitedViews: [...this.visitedViews],
+ cachedViews: [...this.cachedViews]
+ })
+ })
+ },
+ delAllVisitedViews(view) {
+ return new Promise(resolve => {
+ const affixTags = this.visitedViews.filter(tag => tag.meta.affix)
+ this.visitedViews = affixTags
+ this.iframeViews = []
+ resolve([...this.visitedViews])
+ })
+ },
+ delAllCachedViews(view) {
+ return new Promise(resolve => {
+ this.cachedViews = []
+ resolve([...this.cachedViews])
+ })
+ },
+ updateVisitedView(view) {
+ for (let v of this.visitedViews) {
+ if (v.path === view.path) {
+ v = Object.assign(v, view)
+ break
+ }
+ }
+ },
+ delRightTags(view) {
+ return new Promise(resolve => {
+ const index = this.visitedViews.findIndex(v => v.path === view.path)
+ if (index === -1) {
+ return
+ }
+ this.visitedViews = this.visitedViews.filter((item, idx) => {
+ if (idx <= index || (item.meta && item.meta.affix)) {
+ return true
+ }
+ const i = this.cachedViews.indexOf(item.name)
+ if (i > -1) {
+ this.cachedViews.splice(i, 1)
+ }
+ if(item.meta.link) {
+ const fi = this.iframeViews.findIndex(v => v.path === item.path)
+ this.iframeViews.splice(fi, 1)
+ }
+ return false
+ })
+ resolve([...this.visitedViews])
+ })
+ },
+ delLeftTags(view) {
+ return new Promise(resolve => {
+ const index = this.visitedViews.findIndex(v => v.path === view.path)
+ if (index === -1) {
+ return
+ }
+ this.visitedViews = this.visitedViews.filter((item, idx) => {
+ if (idx >= index || (item.meta && item.meta.affix)) {
+ return true
+ }
+ const i = this.cachedViews.indexOf(item.name)
+ if (i > -1) {
+ this.cachedViews.splice(i, 1)
+ }
+ if(item.meta.link) {
+ const fi = this.iframeViews.findIndex(v => v.path === item.path)
+ this.iframeViews.splice(fi, 1)
+ }
+ return false
+ })
+ resolve([...this.visitedViews])
+ })
+ }
+ }
+ })
+
+export default useTagsViewStore
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
new file mode 100644
index 0000000..d439c44
--- /dev/null
+++ b/src/store/modules/user.js
@@ -0,0 +1,72 @@
+import { login, logout, getInfo } from '@/api/login'
+import { getToken, setToken, removeToken } from '@/utils/auth'
+import defAva from '@/assets/images/profile.jpg'
+
+const useUserStore = defineStore(
+ 'user',
+ {
+ state: () => ({
+ token: getToken(),
+ id: '',
+ name: '',
+ avatar: '',
+ roles: [],
+ permissions: []
+ }),
+ actions: {
+ // 登录
+ login(userInfo) {
+ const username = userInfo.username.trim()
+ const password = userInfo.password
+ const code = userInfo.code
+ const uuid = userInfo.uuid
+ return new Promise((resolve, reject) => {
+ login(username, password, code, uuid).then(res => {
+ setToken(res.token)
+ this.token = res.token
+ resolve()
+ }).catch(error => {
+ reject(error)
+ })
+ })
+ },
+ // 获取用户信息
+ getInfo() {
+ return new Promise((resolve, reject) => {
+ getInfo().then(res => {
+ const user = res.user
+ const avatar = (user.avatar == "" || user.avatar == null) ? defAva : import.meta.env.VITE_APP_BASE_API + user.avatar;
+
+ if (res.roles && res.roles.length > 0) { // 验证返回的roles是否是一个非空数组
+ this.roles = res.roles
+ this.permissions = res.permissions
+ } else {
+ this.roles = ['ROLE_DEFAULT']
+ }
+ this.id = user.userId
+ this.name = user.userName
+ this.avatar = avatar
+ resolve(res)
+ }).catch(error => {
+ reject(error)
+ })
+ })
+ },
+ // 退出系统
+ logOut() {
+ return new Promise((resolve, reject) => {
+ logout(this.token).then(() => {
+ this.token = ''
+ this.roles = []
+ this.permissions = []
+ removeToken()
+ resolve()
+ }).catch(error => {
+ reject(error)
+ })
+ })
+ }
+ }
+ })
+
+export default useUserStore
diff --git a/src/utils/auth.js b/src/utils/auth.js
new file mode 100644
index 0000000..08a43d6
--- /dev/null
+++ b/src/utils/auth.js
@@ -0,0 +1,15 @@
+import Cookies from 'js-cookie'
+
+const TokenKey = 'Admin-Token'
+
+export function getToken() {
+ return Cookies.get(TokenKey)
+}
+
+export function setToken(token) {
+ return Cookies.set(TokenKey, token)
+}
+
+export function removeToken() {
+ return Cookies.remove(TokenKey)
+}
diff --git a/src/utils/axiosService.js b/src/utils/axiosService.js
new file mode 100644
index 0000000..da3cff4
--- /dev/null
+++ b/src/utils/axiosService.js
@@ -0,0 +1,58 @@
+
+/**
+ * 此文件主要封装 axios 的get、post、delete等方法
+ * (后续还可以添加文件的上传、下载、文件的导出等等)
+ */
+
+// import { service as axios } from "./request.js"
+import service from "./request.js"
+
+//get
+export function axiosGet(url,parameter={}) {
+ return service({
+ url: url,
+ method: 'get',
+ params: parameter
+ })
+}
+
+//post
+export function axiosPost(url,parameter={}) {
+ return service({
+ url: url,
+ method:'post' ,
+ data: parameter
+ })
+}
+export function axiosPost2(url,parameter={}) {
+ return service({
+ url: url,
+ method:'post' ,
+ params: parameter
+ })
+}
+
+//delete
+export function axiosDelete(url,parameter={}) {
+ return service({
+ url: url,
+ method: 'delete',
+ params: parameter
+ })
+}
+// 删除用户
+export function axiosDeleteOne(url,id) {
+ return service({
+ url: url+`/${id}`,
+ method: 'delete',
+ })
+}
+
+//put
+export function axiosPut(url,parameter={}) {
+ return service({
+ url: url,
+ method: 'put',
+ data: parameter
+ })
+}
diff --git a/src/utils/dict.js b/src/utils/dict.js
new file mode 100644
index 0000000..9648f14
--- /dev/null
+++ b/src/utils/dict.js
@@ -0,0 +1,24 @@
+import useDictStore from '@/store/modules/dict'
+import { getDicts } from '@/api/system/dict/data'
+
+/**
+ * 获取字典数据
+ */
+export function useDict(...args) {
+ const res = ref({});
+ return (() => {
+ args.forEach((dictType, index) => {
+ res.value[dictType] = [];
+ const dicts = useDictStore().getDict(dictType);
+ if (dicts) {
+ res.value[dictType] = dicts;
+ } else {
+ getDicts(dictType).then(resp => {
+ res.value[dictType] = resp.data.map(p => ({ label: p.dictLabel, value: p.dictValue, elTagType: p.listClass, elTagClass: p.cssClass }))
+ useDictStore().setDict(dictType, res.value[dictType]);
+ })
+ }
+ })
+ return toRefs(res.value);
+ })()
+}
\ No newline at end of file
diff --git a/src/utils/dom.js b/src/utils/dom.js
new file mode 100644
index 0000000..d735030
--- /dev/null
+++ b/src/utils/dom.js
@@ -0,0 +1,7 @@
+// src/utils/dom.js
+export function getElementHeight(ref) {
+ if (!ref) return 0;
+ // 兼容 Vue2 的 $refs
+ const el = ref.$el || ref;
+ return el ? el.offsetHeight : 0;
+ }
\ No newline at end of file
diff --git a/src/utils/dynamicTitle.js b/src/utils/dynamicTitle.js
new file mode 100644
index 0000000..64404b2
--- /dev/null
+++ b/src/utils/dynamicTitle.js
@@ -0,0 +1,15 @@
+import store from '@/store'
+import defaultSettings from '@/settings'
+import useSettingsStore from '@/store/modules/settings'
+
+/**
+ * 动态修改标题
+ */
+export function useDynamicTitle() {
+ const settingsStore = useSettingsStore();
+ if (settingsStore.dynamicTitle) {
+ document.title = settingsStore.title + ' - ' + defaultSettings.title;
+ } else {
+ document.title = defaultSettings.title;
+ }
+}
\ No newline at end of file
diff --git a/src/utils/errorCode.js b/src/utils/errorCode.js
new file mode 100644
index 0000000..d2111ee
--- /dev/null
+++ b/src/utils/errorCode.js
@@ -0,0 +1,6 @@
+export default {
+ '401': '认证失败,无法访问系统资源',
+ '403': '当前操作没有权限',
+ '404': '访问资源不存在',
+ 'default': '系统未知错误,请反馈给管理员'
+}
diff --git a/src/utils/index.js b/src/utils/index.js
new file mode 100644
index 0000000..4e65504
--- /dev/null
+++ b/src/utils/index.js
@@ -0,0 +1,390 @@
+import { parseTime } from './ruoyi'
+
+/**
+ * 表格时间格式化
+ */
+export function formatDate(cellValue) {
+ if (cellValue == null || cellValue == "") return "";
+ var date = new Date(cellValue)
+ var year = date.getFullYear()
+ var month = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1
+ var day = date.getDate() < 10 ? '0' + date.getDate() : date.getDate()
+ var hours = date.getHours() < 10 ? '0' + date.getHours() : date.getHours()
+ var minutes = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes()
+ var seconds = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds()
+ return year + '-' + month + '-' + day + ' ' + hours + ':' + minutes + ':' + seconds
+}
+
+/**
+ * @param {number} time
+ * @param {string} option
+ * @returns {string}
+ */
+export function formatTime(time, option) {
+ if (('' + time).length === 10) {
+ time = parseInt(time) * 1000
+ } else {
+ time = +time
+ }
+ const d = new Date(time)
+ const now = Date.now()
+
+ const diff = (now - d) / 1000
+
+ if (diff < 30) {
+ return '刚刚'
+ } else if (diff < 3600) {
+ // less 1 hour
+ return Math.ceil(diff / 60) + '分钟前'
+ } else if (diff < 3600 * 24) {
+ return Math.ceil(diff / 3600) + '小时前'
+ } else if (diff < 3600 * 24 * 2) {
+ return '1天前'
+ }
+ if (option) {
+ return parseTime(time, option)
+ } else {
+ return (
+ d.getMonth() +
+ 1 +
+ '月' +
+ d.getDate() +
+ '日' +
+ d.getHours() +
+ '时' +
+ d.getMinutes() +
+ '分'
+ )
+ }
+}
+
+/**
+ * @param {string} url
+ * @returns {Object}
+ */
+export function getQueryObject(url) {
+ url = url == null ? window.location.href : url
+ const search = url.substring(url.lastIndexOf('?') + 1)
+ const obj = {}
+ const reg = /([^?&=]+)=([^?&=]*)/g
+ search.replace(reg, (rs, $1, $2) => {
+ const name = decodeURIComponent($1)
+ let val = decodeURIComponent($2)
+ val = String(val)
+ obj[name] = val
+ return rs
+ })
+ return obj
+}
+
+/**
+ * @param {string} input value
+ * @returns {number} output value
+ */
+export function byteLength(str) {
+ // returns the byte length of an utf8 string
+ let s = str.length
+ for (var i = str.length - 1; i >= 0; i--) {
+ const code = str.charCodeAt(i)
+ if (code > 0x7f && code <= 0x7ff) s++
+ else if (code > 0x7ff && code <= 0xffff) s += 2
+ if (code >= 0xDC00 && code <= 0xDFFF) i--
+ }
+ return s
+}
+
+/**
+ * @param {Array} actual
+ * @returns {Array}
+ */
+export function cleanArray(actual) {
+ const newArray = []
+ for (let i = 0; i < actual.length; i++) {
+ if (actual[i]) {
+ newArray.push(actual[i])
+ }
+ }
+ return newArray
+}
+
+/**
+ * @param {Object} json
+ * @returns {Array}
+ */
+export function param(json) {
+ if (!json) return ''
+ return cleanArray(
+ Object.keys(json).map(key => {
+ if (json[key] === undefined) return ''
+ return encodeURIComponent(key) + '=' + encodeURIComponent(json[key])
+ })
+ ).join('&')
+}
+
+/**
+ * @param {string} url
+ * @returns {Object}
+ */
+export function param2Obj(url) {
+ const search = decodeURIComponent(url.split('?')[1]).replace(/\+/g, ' ')
+ if (!search) {
+ return {}
+ }
+ const obj = {}
+ const searchArr = search.split('&')
+ searchArr.forEach(v => {
+ const index = v.indexOf('=')
+ if (index !== -1) {
+ const name = v.substring(0, index)
+ const val = v.substring(index + 1, v.length)
+ obj[name] = val
+ }
+ })
+ return obj
+}
+
+/**
+ * @param {string} val
+ * @returns {string}
+ */
+export function html2Text(val) {
+ const div = document.createElement('div')
+ div.innerHTML = val
+ return div.textContent || div.innerText
+}
+
+/**
+ * Merges two objects, giving the last one precedence
+ * @param {Object} target
+ * @param {(Object|Array)} source
+ * @returns {Object}
+ */
+export function objectMerge(target, source) {
+ if (typeof target !== 'object') {
+ target = {}
+ }
+ if (Array.isArray(source)) {
+ return source.slice()
+ }
+ Object.keys(source).forEach(property => {
+ const sourceProperty = source[property]
+ if (typeof sourceProperty === 'object') {
+ target[property] = objectMerge(target[property], sourceProperty)
+ } else {
+ target[property] = sourceProperty
+ }
+ })
+ return target
+}
+
+/**
+ * @param {HTMLElement} element
+ * @param {string} className
+ */
+export function toggleClass(element, className) {
+ if (!element || !className) {
+ return
+ }
+ let classString = element.className
+ const nameIndex = classString.indexOf(className)
+ if (nameIndex === -1) {
+ classString += '' + className
+ } else {
+ classString =
+ classString.substr(0, nameIndex) +
+ classString.substr(nameIndex + className.length)
+ }
+ element.className = classString
+}
+
+/**
+ * @param {string} type
+ * @returns {Date}
+ */
+export function getTime(type) {
+ if (type === 'start') {
+ return new Date().getTime() - 3600 * 1000 * 24 * 90
+ } else {
+ return new Date(new Date().toDateString())
+ }
+}
+
+/**
+ * @param {Function} func
+ * @param {number} wait
+ * @param {boolean} immediate
+ * @return {*}
+ */
+export function debounce(func, wait, immediate) {
+ let timeout, args, context, timestamp, result
+
+ const later = function() {
+ // 据上一次触发时间间隔
+ const last = +new Date() - timestamp
+
+ // 上次被包装函数被调用时间间隔 last 小于设定时间间隔 wait
+ if (last < wait && last > 0) {
+ timeout = setTimeout(later, wait - last)
+ } else {
+ timeout = null
+ // 如果设定为immediate===true,因为开始边界已经调用过了此处无需调用
+ if (!immediate) {
+ result = func.apply(context, args)
+ if (!timeout) context = args = null
+ }
+ }
+ }
+
+ return function(...args) {
+ context = this
+ timestamp = +new Date()
+ const callNow = immediate && !timeout
+ // 如果延时不存在,重新设定延时
+ if (!timeout) timeout = setTimeout(later, wait)
+ if (callNow) {
+ result = func.apply(context, args)
+ context = args = null
+ }
+
+ return result
+ }
+}
+
+/**
+ * This is just a simple version of deep copy
+ * Has a lot of edge cases bug
+ * If you want to use a perfect deep copy, use lodash's _.cloneDeep
+ * @param {Object} source
+ * @returns {Object}
+ */
+export function deepClone(source) {
+ if (!source && typeof source !== 'object') {
+ throw new Error('error arguments', 'deepClone')
+ }
+ const targetObj = source.constructor === Array ? [] : {}
+ Object.keys(source).forEach(keys => {
+ if (source[keys] && typeof source[keys] === 'object') {
+ targetObj[keys] = deepClone(source[keys])
+ } else {
+ targetObj[keys] = source[keys]
+ }
+ })
+ return targetObj
+}
+
+/**
+ * @param {Array} arr
+ * @returns {Array}
+ */
+export function uniqueArr(arr) {
+ return Array.from(new Set(arr))
+}
+
+/**
+ * @returns {string}
+ */
+export function createUniqueString() {
+ const timestamp = +new Date() + ''
+ const randomNum = parseInt((1 + Math.random()) * 65536) + ''
+ return (+(randomNum + timestamp)).toString(32)
+}
+
+/**
+ * Check if an element has a class
+ * @param {HTMLElement} elm
+ * @param {string} cls
+ * @returns {boolean}
+ */
+export function hasClass(ele, cls) {
+ return !!ele.className.match(new RegExp('(\\s|^)' + cls + '(\\s|$)'))
+}
+
+/**
+ * Add class to element
+ * @param {HTMLElement} elm
+ * @param {string} cls
+ */
+export function addClass(ele, cls) {
+ if (!hasClass(ele, cls)) ele.className += ' ' + cls
+}
+
+/**
+ * Remove class from element
+ * @param {HTMLElement} elm
+ * @param {string} cls
+ */
+export function removeClass(ele, cls) {
+ if (hasClass(ele, cls)) {
+ const reg = new RegExp('(\\s|^)' + cls + '(\\s|$)')
+ ele.className = ele.className.replace(reg, ' ')
+ }
+}
+
+export function makeMap(str, expectsLowerCase) {
+ const map = Object.create(null)
+ const list = str.split(',')
+ for (let i = 0; i < list.length; i++) {
+ map[list[i]] = true
+ }
+ return expectsLowerCase
+ ? val => map[val.toLowerCase()]
+ : val => map[val]
+}
+
+export const exportDefault = 'export default '
+
+export const beautifierConf = {
+ html: {
+ indent_size: '2',
+ indent_char: ' ',
+ max_preserve_newlines: '-1',
+ preserve_newlines: false,
+ keep_array_indentation: false,
+ break_chained_methods: false,
+ indent_scripts: 'separate',
+ brace_style: 'end-expand',
+ space_before_conditional: true,
+ unescape_strings: false,
+ jslint_happy: false,
+ end_with_newline: true,
+ wrap_line_length: '110',
+ indent_inner_html: true,
+ comma_first: false,
+ e4x: true,
+ indent_empty_lines: true
+ },
+ js: {
+ indent_size: '2',
+ indent_char: ' ',
+ max_preserve_newlines: '-1',
+ preserve_newlines: false,
+ keep_array_indentation: false,
+ break_chained_methods: false,
+ indent_scripts: 'normal',
+ brace_style: 'end-expand',
+ space_before_conditional: true,
+ unescape_strings: false,
+ jslint_happy: true,
+ end_with_newline: true,
+ wrap_line_length: '110',
+ indent_inner_html: true,
+ comma_first: false,
+ e4x: true,
+ indent_empty_lines: true
+ }
+}
+
+// 首字母大小
+export function titleCase(str) {
+ return str.replace(/( |^)[a-z]/g, L => L.toUpperCase())
+}
+
+// 下划转驼峰
+export function camelCase(str) {
+ return str.replace(/_[a-z]/g, str1 => str1.substr(-1).toUpperCase())
+}
+
+export function isNumberStr(str) {
+ return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str)
+}
+
diff --git a/src/utils/jsencrypt-sw.js b/src/utils/jsencrypt-sw.js
new file mode 100644
index 0000000..51d818f
--- /dev/null
+++ b/src/utils/jsencrypt-sw.js
@@ -0,0 +1,31 @@
+
+import JSEncrypt from 'jsencrypt/bin/jsencrypt.min'
+
+// 密钥对生成 http://web.chacuo.net/netrsakeypair
+
+const publicKey = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCV4cno8YJz8vVII4/ZBNI38iwUKnRo1O9p3fQz4UyOMNjWcXmgX6NAlW9fVCI+zOXRTp58Th4S2E27vjDRm3ucWRxsN0ZIkuOAOIbPk0Ia3AEuPuZGeSxawAMhwqnlNm7vC9G3brGr7bK1Y7KHckKOdrUNspA510UDQIovhAHFzQIDAQAB'
+
+const privateKey = 'MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqhHyZfSsYourNxaY\n' +
+ '7Nt+PrgrxkiA50efORdI5U5lsW79MmFnusUA355oaSXcLhu5xxB38SMSyP2KvuKN\n' +
+ 'PuH3owIDAQABAkAfoiLyL+Z4lf4Myxk6xUDgLaWGximj20CUf+5BKKnlrK+Ed8gA\n' +
+ 'kM0HqoTt2UZwA5E2MzS4EI2gjfQhz5X28uqxAiEA3wNFxfrCZlSZHb0gn2zDpWow\n' +
+ 'cSxQAgiCstxGUoOqlW8CIQDDOerGKH5OmCJ4Z21v+F25WaHYPxCFMvwxpcw99Ecv\n' +
+ 'DQIgIdhDTIqD2jfYjPTY8Jj3EDGPbH2HHuffvflECt3Ek60CIQCFRlCkHpi7hthh\n' +
+ 'YhovyloRYsM+IS9h/0BzlEAuO0ktMQIgSPT3aFAgJYwKpqRYKlLDVcflZFCKY7u3\n' +
+ 'UP8iWi1Qw0Y='
+
+
+// 加密
+export function encrypt(txt) {
+ const encryptor = new JSEncrypt()
+ encryptor.setPublicKey(publicKey) // 设置公钥
+ return encryptor.encrypt(txt) // 对数据进行加密
+}
+
+// 解密
+export function decrypt(txt) {
+ const encryptor = new JSEncrypt()
+ encryptor.setPrivateKey(privateKey) // 设置私钥
+ return encryptor.decrypt(txt) // 对数据进行解密
+}
+
diff --git a/src/utils/jsencrypt.js b/src/utils/jsencrypt.js
new file mode 100644
index 0000000..8f1022d
--- /dev/null
+++ b/src/utils/jsencrypt.js
@@ -0,0 +1,29 @@
+import JSEncrypt from 'jsencrypt/bin/jsencrypt.min'
+
+// 密钥对生成 http://web.chacuo.net/netrsakeypair
+
+const publicKey = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbqqN6/gsbl92/fqlVptUBll5x6GVguc9kKjlAjNGGJkjfCP4bwHP2WM6n0ZIPat/EpzhZfZ9HPkVxRi4fgg6Y0naAR0ktTv5jXM8AewjqYyvlKuVD2grEoGfpBJSp2EDHMCS+nPgx8cAfWNrQtztaF7ycV/yY2ahgqEnNdtTIOQIDAQAB'
+
+const privateKey = 'MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqhHyZfSsYourNxaY\n' +
+ '7Nt+PrgrxkiA50efORdI5U5lsW79MmFnusUA355oaSXcLhu5xxB38SMSyP2KvuKN\n' +
+ 'PuH3owIDAQABAkAfoiLyL+Z4lf4Myxk6xUDgLaWGximj20CUf+5BKKnlrK+Ed8gA\n' +
+ 'kM0HqoTt2UZwA5E2MzS4EI2gjfQhz5X28uqxAiEA3wNFxfrCZlSZHb0gn2zDpWow\n' +
+ 'cSxQAgiCstxGUoOqlW8CIQDDOerGKH5OmCJ4Z21v+F25WaHYPxCFMvwxpcw99Ecv\n' +
+ 'DQIgIdhDTIqD2jfYjPTY8Jj3EDGPbH2HHuffvflECt3Ek60CIQCFRlCkHpi7hthh\n' +
+ 'YhovyloRYsM+IS9h/0BzlEAuO0ktMQIgSPT3aFAgJYwKpqRYKlLDVcflZFCKY7u3\n' +
+ 'UP8iWi1Qw0Y='
+
+// 加密
+export function encrypt(txt) {
+ const encryptor = new JSEncrypt()
+ encryptor.setPublicKey(publicKey) // 设置公钥
+ return encryptor.encrypt(txt) // 对数据进行加密
+}
+
+// 解密
+export function decrypt(txt) {
+ const encryptor = new JSEncrypt()
+ encryptor.setPrivateKey(privateKey) // 设置私钥
+ return encryptor.decrypt(txt) // 对数据进行解密
+}
+
diff --git a/src/utils/permission.js b/src/utils/permission.js
new file mode 100644
index 0000000..93fee87
--- /dev/null
+++ b/src/utils/permission.js
@@ -0,0 +1,51 @@
+import useUserStore from '@/store/modules/user'
+
+/**
+ * 字符权限校验
+ * @param {Array} value 校验值
+ * @returns {Boolean}
+ */
+export function checkPermi(value) {
+ if (value && value instanceof Array && value.length > 0) {
+ const permissions = useUserStore().permissions
+ const permissionDatas = value
+ const all_permission = "*:*:*";
+
+ const hasPermission = permissions.some(permission => {
+ return all_permission === permission || permissionDatas.includes(permission)
+ })
+
+ if (!hasPermission) {
+ return false
+ }
+ return true
+ } else {
+ console.error(`need roles! Like checkPermi="['system:user:add','system:user:edit']"`)
+ return false
+ }
+}
+
+/**
+ * 角色权限校验
+ * @param {Array} value 校验值
+ * @returns {Boolean}
+ */
+export function checkRole(value) {
+ if (value && value instanceof Array && value.length > 0) {
+ const roles = useUserStore().roles
+ const permissionRoles = value
+ const super_admin = "admin";
+
+ const hasRole = roles.some(role => {
+ return super_admin === role || permissionRoles.includes(role)
+ })
+
+ if (!hasRole) {
+ return false
+ }
+ return true
+ } else {
+ console.error(`need roles! Like checkRole="['admin','editor']"`)
+ return false
+ }
+}
\ No newline at end of file
diff --git a/src/utils/request.js b/src/utils/request.js
new file mode 100644
index 0000000..aa8d9af
--- /dev/null
+++ b/src/utils/request.js
@@ -0,0 +1,162 @@
+import axios from 'axios'
+import { ElNotification , ElMessageBox, ElMessage, ElLoading } from 'element-plus'
+import { getToken } from '@/utils/auth'
+import errorCode from '@/utils/errorCode'
+import { tansParams, blobValidate } from '@/utils/ruoyi'
+import cache from '@/plugins/cache'
+import { saveAs } from 'file-saver'
+import * as XLSX from 'xlsx';
+import useUserStore from '@/store/modules/user'
+let downloadLoadingInstance;
+// 是否显示重新登录
+export let isRelogin = { show: false };
+
+axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
+// 创建axios实例
+const service = axios.create({
+ // axios中请求配置有baseURL选项,表示请求URL公共部分
+ baseURL: import.meta.env.VITE_APP_BASE_API,
+ // 超时
+ timeout: 10000
+})
+
+// request拦截器
+service.interceptors.request.use(config => {
+ // 是否需要设置 token
+ const isToken = (config.headers || {}).isToken === false
+ // 是否需要防止数据重复提交
+ const isRepeatSubmit = (config.headers || {}).repeatSubmit === false
+ if (getToken() && !isToken) {
+ config.headers['Authorization'] = 'Bearer ' + getToken() // 让每个请求携带自定义token 请根据实际情况自行修改
+ }
+ // get请求映射params参数
+ if (config.method === 'get' && config.params) {
+ let url = config.url + '?' + tansParams(config.params);
+ url = url.slice(0, -1);
+ config.params = {};
+ config.url = url;
+ }
+ if (!isRepeatSubmit && (config.method === 'post' || config.method === 'put')) {
+ const requestObj = {
+ url: config.url,
+ data: typeof config.data === 'object' ? JSON.stringify(config.data) : config.data,
+ time: new Date().getTime()
+ }
+ const requestSize = Object.keys(JSON.stringify(requestObj)).length; // 请求数据大小
+ const limitSize = 5 * 1024 * 1024; // 限制存放数据5M
+ if (requestSize >= limitSize) {
+ console.warn(`[${config.url}]: ` + '请求数据大小超出允许的5M限制,无法进行防重复提交验证。')
+ return config;
+ }
+ const sessionObj = cache.session.getJSON('sessionObj')
+ if (sessionObj === undefined || sessionObj === null || sessionObj === '') {
+ cache.session.setJSON('sessionObj', requestObj)
+ } else {
+ const s_url = sessionObj.url; // 请求地址
+ const s_data = sessionObj.data; // 请求数据
+ const s_time = sessionObj.time; // 请求时间
+ const interval = 1000; // 间隔时间(ms),小于此时间视为重复提交
+ if (s_data === requestObj.data && requestObj.time - s_time < interval && s_url === requestObj.url) {
+ const message = '数据正在处理,请勿重复提交';
+ console.warn(`[${s_url}]: ` + message)
+ return Promise.reject(new Error(message))
+ } else {
+ cache.session.setJSON('sessionObj', requestObj)
+ }
+ }
+ }
+ return config
+}, error => {
+ console.log(error)
+ Promise.reject(error)
+})
+
+// 响应拦截器
+service.interceptors.response.use(res => {
+ // 未设置状态码则默认成功状态
+ const code = res.data.code || 200;
+ // 获取错误信息
+ const msg = errorCode[code] || res.data.msg || errorCode['default']
+ // 二进制数据则直接返回
+ if (res.request.responseType === 'blob' || res.request.responseType === 'arraybuffer') {
+ return res.data
+ }
+ if (code === 401) {
+ if (!isRelogin.show) {
+ isRelogin.show = true;
+ ElMessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => {
+ isRelogin.show = false;
+ useUserStore().logOut().then(() => {
+ location.href = '/index';
+ })
+ }).catch(() => {
+ isRelogin.show = false;
+ });
+ }
+ return Promise.reject('无效的会话,或者会话已过期,请重新登录。')
+ } else if (code === 500) {
+ ElMessage({ message: msg, type: 'error' })
+ return Promise.reject(new Error(msg))
+ } else if (code === 601) {
+ ElMessage({ message: msg, type: 'warning' })
+ return Promise.reject(new Error(msg))
+ } else if (code !== 200) {
+ ElNotification.error({ title: msg })
+ return Promise.reject('error')
+ } else {
+ return Promise.resolve(res.data)
+ }
+ },
+ error => {
+ console.log('err' + error)
+ let { message } = error;
+ if (message == "Network Error") {
+ message = "后端接口连接异常";
+ } else if (message.includes("timeout")) {
+ message = "系统接口请求超时";
+ } else if (message.includes("Request failed with status code")) {
+ message = "系统接口" + message.substr(message.length - 3) + "异常";
+ }
+ ElMessage({ message: message, type: 'error', duration: 5 * 1000 })
+ return Promise.reject(error)
+ }
+)
+
+// 通用下载方法
+export function download(url, params, filename, config) {
+ downloadLoadingInstance = ElLoading.service({ text: "正在下载数据,请稍候", background: "rgba(0, 0, 0, 0.7)", })
+ return service.post(url, params, {
+ transformRequest: [(params) => { return tansParams(params) }],
+ headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
+ responseType: 'blob',
+ ...config
+ }).then(async (data) => {
+ const isBlob = blobValidate(data);
+ if (isBlob) {
+ const blob = new Blob([data])
+ saveAs(blob, filename)
+ } else {
+ const resText = await data.text();
+ const rspObj = JSON.parse(resText);
+ const errMsg = errorCode[rspObj.code] || rspObj.msg || errorCode['default']
+ ElMessage.error(errMsg);
+ }
+ downloadLoadingInstance.close();
+ }).catch((r) => {
+ console.error(r)
+ ElMessage.error('下载文件出现错误,请联系管理员!')
+ downloadLoadingInstance.close();
+ })
+}
+
+export function exportExcel(header,table,fileName){
+ let wb = XLSX.utils.book_new();
+ //json转sheet
+ let ws = XLSX.utils.json_to_sheet(table, {header:header, skipHeader:true});
+ //设置列宽
+ XLSX.utils.book_append_sheet(wb, ws, "file");
+ //输出
+ XLSX.writeFile(wb, fileName+".xlsx");
+}
+
+export default service
diff --git a/src/utils/ruoyi.js b/src/utils/ruoyi.js
new file mode 100644
index 0000000..4efca08
--- /dev/null
+++ b/src/utils/ruoyi.js
@@ -0,0 +1,246 @@
+
+
+/**
+ * 通用js方法封装处理
+ * Copyright (c) 2019 ruoyi
+ */
+
+// 日期格式化
+export function parseTime(time, pattern) {
+ if (arguments.length === 0 || !time) {
+ return null
+ }
+ const format = pattern || '{y}-{m}-{d} {h}:{i}:{s}'
+ let date
+ if (typeof time === 'object') {
+ date = time
+ } else {
+ if ((typeof time === 'string') && (/^[0-9]+$/.test(time))) {
+ time = parseInt(time)
+ } else if (typeof time === 'string') {
+ time = time.replace(new RegExp(/-/gm), '/').replace('T', ' ').replace(new RegExp(/\.[\d]{3}/gm), '');
+ }
+ if ((typeof time === 'number') && (time.toString().length === 10)) {
+ time = time * 1000
+ }
+ date = new Date(time)
+ }
+ const formatObj = {
+ y: date.getFullYear(),
+ m: date.getMonth() + 1,
+ d: date.getDate(),
+ h: date.getHours(),
+ i: date.getMinutes(),
+ s: date.getSeconds(),
+ a: date.getDay()
+ }
+ const time_str = format.replace(/{(y|m|d|h|i|s|a)+}/g, (result, key) => {
+ let value = formatObj[key]
+ // Note: getDay() returns 0 on Sunday
+ if (key === 'a') { return ['日', '一', '二', '三', '四', '五', '六'][value] }
+ if (result.length > 0 && value < 10) {
+ value = '0' + value
+ }
+ return value || 0
+ })
+ return time_str
+}
+
+// 表单重置
+export function resetForm(refName) {
+ if (this.$refs[refName]) {
+ this.$refs[refName].resetFields();
+ }
+}
+
+// 添加日期范围
+export function addDateRange(params, dateRange, propName) {
+ let search = params;
+ search.params = typeof (search.params) === 'object' && search.params !== null && !Array.isArray(search.params) ? search.params : {};
+ dateRange = Array.isArray(dateRange) ? dateRange : [];
+ if (typeof (propName) === 'undefined') {
+ search.params['beginTime'] = dateRange[0];
+ search.params['endTime'] = dateRange[1];
+ } else {
+ search.params['begin' + propName] = dateRange[0];
+ search.params['end' + propName] = dateRange[1];
+ }
+ return search;
+}
+
+// 回显数据字典
+export function selectDictLabel(datas, value) {
+ if (value === undefined) {
+ return "";
+ }
+ var actions = [];
+ Object.keys(datas).some((key) => {
+ if (datas[key].value == ('' + value)) {
+ actions.push(datas[key].label);
+ return true;
+ }
+ })
+ if (actions.length === 0) {
+ actions.push(value);
+ }
+ return actions.join('');
+}
+
+// 回显数据字典(字符串数组)
+export function selectDictLabels(datas, value, separator) {
+ if (value === undefined || value.length ===0) {
+ return "";
+ }
+ if (Array.isArray(value)) {
+ value = value.join(",");
+ }
+ var actions = [];
+ var currentSeparator = undefined === separator ? "," : separator;
+ var temp = value.split(currentSeparator);
+ Object.keys(value.split(currentSeparator)).some((val) => {
+ var match = false;
+ Object.keys(datas).some((key) => {
+ if (datas[key].value == ('' + temp[val])) {
+ actions.push(datas[key].label + currentSeparator);
+ match = true;
+ }
+ })
+ if (!match) {
+ actions.push(temp[val] + currentSeparator);
+ }
+ })
+ return actions.join('').substring(0, actions.join('').length - 1);
+}
+
+// 字符串格式化(%s )
+export function sprintf(str) {
+ var args = arguments, flag = true, i = 1;
+ str = str.replace(/%s/g, function () {
+ var arg = args[i++];
+ if (typeof arg === 'undefined') {
+ flag = false;
+ return '';
+ }
+ return arg;
+ });
+ return flag ? str : '';
+}
+
+// 转换字符串,undefined,null等转化为""
+export function parseStrEmpty(str) {
+ if (!str || str == "undefined" || str == "null") {
+ return "";
+ }
+ return str;
+}
+
+// 数据合并
+export function mergeRecursive(source, target) {
+ for (var p in target) {
+ try {
+ if (target[p].constructor == Object) {
+ source[p] = mergeRecursive(source[p], target[p]);
+ } else {
+ source[p] = target[p];
+ }
+ } catch (e) {
+ source[p] = target[p];
+ }
+ }
+ return source;
+};
+
+/**
+ * 构造树型结构数据
+ * @param {*} data 数据源
+ * @param {*} id id字段 默认 'id'
+ * @param {*} parentId 父节点字段 默认 'parentId'
+ * @param {*} children 孩子节点字段 默认 'children'
+ */
+export function handleTree(data, id, parentId, children) {
+ let config = {
+ id: id || 'id',
+ parentId: parentId || 'parentId',
+ childrenList: children || 'children'
+ };
+
+ var childrenListMap = {};
+ var nodeIds = {};
+ var tree = [];
+
+ for (let d of data) {
+ let parentId = d[config.parentId];
+ if (childrenListMap[parentId] == null) {
+ childrenListMap[parentId] = [];
+ }
+ nodeIds[d[config.id]] = d;
+ childrenListMap[parentId].push(d);
+ }
+
+ for (let d of data) {
+ let parentId = d[config.parentId];
+ if (nodeIds[parentId] == null) {
+ tree.push(d);
+ }
+ }
+
+ for (let t of tree) {
+ adaptToChildrenList(t);
+ }
+
+ function adaptToChildrenList(o) {
+ if (childrenListMap[o[config.id]] !== null) {
+ o[config.childrenList] = childrenListMap[o[config.id]];
+ }
+ if (o[config.childrenList]) {
+ for (let c of o[config.childrenList]) {
+ adaptToChildrenList(c);
+ }
+ }
+ }
+ return tree;
+}
+
+/**
+* 参数处理
+* @param {*} params 参数
+*/
+export function tansParams(params) {
+ let result = ''
+ for (const propName of Object.keys(params)) {
+ const value = params[propName];
+ var part = encodeURIComponent(propName) + "=";
+ if (value !== null && value !== "" && typeof (value) !== "undefined") {
+ if (typeof value === 'object') {
+ for (const key of Object.keys(value)) {
+ if (value[key] !== null && value[key] !== "" && typeof (value[key]) !== 'undefined') {
+ let params = propName + '[' + key + ']';
+ var subPart = encodeURIComponent(params) + "=";
+ result += subPart + encodeURIComponent(value[key]) + "&";
+ }
+ }
+ } else {
+ result += part + encodeURIComponent(value) + "&";
+ }
+ }
+ }
+ return result
+}
+
+
+// 返回项目路径
+export function getNormalPath(p) {
+ if (p.length === 0 || !p || p == 'undefined') {
+ return p
+ };
+ let res = p.replace('//', '/')
+ if (res[res.length - 1] === '/') {
+ return res.slice(0, res.length - 1)
+ }
+ return res;
+}
+
+// 验证是否为blob格式
+export function blobValidate(data) {
+ return data.type !== 'application/json'
+}
diff --git a/src/utils/scroll-to.js b/src/utils/scroll-to.js
new file mode 100644
index 0000000..c5d8e04
--- /dev/null
+++ b/src/utils/scroll-to.js
@@ -0,0 +1,58 @@
+Math.easeInOutQuad = function(t, b, c, d) {
+ t /= d / 2
+ if (t < 1) {
+ return c / 2 * t * t + b
+ }
+ t--
+ return -c / 2 * (t * (t - 2) - 1) + b
+}
+
+// requestAnimationFrame for Smart Animating http://goo.gl/sx5sts
+var requestAnimFrame = (function() {
+ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || function(callback) { window.setTimeout(callback, 1000 / 60) }
+})()
+
+/**
+ * Because it's so fucking difficult to detect the scrolling element, just move them all
+ * @param {number} amount
+ */
+function move(amount) {
+ document.documentElement.scrollTop = amount
+ document.body.parentNode.scrollTop = amount
+ document.body.scrollTop = amount
+}
+
+function position() {
+ return document.documentElement.scrollTop || document.body.parentNode.scrollTop || document.body.scrollTop
+}
+
+/**
+ * @param {number} to
+ * @param {number} duration
+ * @param {Function} callback
+ */
+export function scrollTo(to, duration, callback) {
+ const start = position()
+ const change = to - start
+ const increment = 20
+ let currentTime = 0
+ duration = (typeof (duration) === 'undefined') ? 500 : duration
+ var animateScroll = function() {
+ // increment the time
+ currentTime += increment
+ // find the value with the quadratic in-out easing function
+ var val = Math.easeInOutQuad(currentTime, start, change, duration)
+ // move the document.body
+ move(val)
+ // do the animation unless its over
+ if (currentTime < duration) {
+ requestAnimFrame(animateScroll)
+ } else {
+ if (callback && typeof (callback) === 'function') {
+ // the animation is done so lets callback
+ callback()
+ }
+ }
+ }
+ animateScroll()
+}
diff --git a/src/utils/splitpanes.js b/src/utils/splitpanes.js
new file mode 100644
index 0000000..d7edd4c
--- /dev/null
+++ b/src/utils/splitpanes.js
@@ -0,0 +1,9 @@
+
+// src/config/splitpanes.js
+export const SPLITPANES_CONFIG = {
+ MIN_SIZE: 17,
+ MAX_SIZE: 17,
+ DEFAULT_SIZE: 17
+}
+
+export default SPLITPANES_CONFIG
\ No newline at end of file
diff --git a/src/utils/theme.js b/src/utils/theme.js
new file mode 100644
index 0000000..f4badc6
--- /dev/null
+++ b/src/utils/theme.js
@@ -0,0 +1,49 @@
+// 处理主题样式
+export function handleThemeStyle(theme) {
+ document.documentElement.style.setProperty('--el-color-primary', theme)
+ for (let i = 1; i <= 9; i++) {
+ document.documentElement.style.setProperty(`--el-color-primary-light-${i}`, `${getLightColor(theme, i / 10)}`)
+ }
+ for (let i = 1; i <= 9; i++) {
+ document.documentElement.style.setProperty(`--el-color-primary-dark-${i}`, `${getDarkColor(theme, i / 10)}`)
+ }
+}
+
+// hex颜色转rgb颜色
+export function hexToRgb(str) {
+ str = str.replace('#', '')
+ let hexs = str.match(/../g)
+ for (let i = 0; i < 3; i++) {
+ hexs[i] = parseInt(hexs[i], 16)
+ }
+ return hexs
+}
+
+// rgb颜色转Hex颜色
+export function rgbToHex(r, g, b) {
+ let hexs = [r.toString(16), g.toString(16), b.toString(16)]
+ for (let i = 0; i < 3; i++) {
+ if (hexs[i].length == 1) {
+ hexs[i] = `0${hexs[i]}`
+ }
+ }
+ return `#${hexs.join('')}`
+}
+
+// 变浅颜色值
+export function getLightColor(color, level) {
+ let rgb = hexToRgb(color)
+ for (let i = 0; i < 3; i++) {
+ rgb[i] = Math.floor((255 - rgb[i]) * level + rgb[i])
+ }
+ return rgbToHex(rgb[0], rgb[1], rgb[2])
+}
+
+// 变深颜色值
+export function getDarkColor(color, level) {
+ let rgb = hexToRgb(color)
+ for (let i = 0; i < 3; i++) {
+ rgb[i] = Math.floor(rgb[i] * (1 - level))
+ }
+ return rgbToHex(rgb[0], rgb[1], rgb[2])
+}
diff --git a/src/utils/validate.js b/src/utils/validate.js
new file mode 100644
index 0000000..702add4
--- /dev/null
+++ b/src/utils/validate.js
@@ -0,0 +1,93 @@
+/**
+ * 判断url是否是http或https
+ * @param {string} path
+ * @returns {Boolean}
+ */
+ export function isHttp(url) {
+ return url.indexOf('http://') !== -1 || url.indexOf('https://') !== -1
+}
+
+/**
+ * 判断path是否为外链
+ * @param {string} path
+ * @returns {Boolean}
+ */
+ export function isExternal(path) {
+ return /^(https?:|mailto:|tel:)/.test(path)
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validUsername(str) {
+ const valid_map = ['admin', 'editor']
+ return valid_map.indexOf(str.trim()) >= 0
+}
+
+/**
+ * @param {string} url
+ * @returns {Boolean}
+ */
+export function validURL(url) {
+ const reg = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/
+ return reg.test(url)
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validLowerCase(str) {
+ const reg = /^[a-z]+$/
+ return reg.test(str)
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validUpperCase(str) {
+ const reg = /^[A-Z]+$/
+ return reg.test(str)
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function validAlphabets(str) {
+ const reg = /^[A-Za-z]+$/
+ return reg.test(str)
+}
+
+/**
+ * @param {string} email
+ * @returns {Boolean}
+ */
+export function validEmail(email) {
+ const reg = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
+ return reg.test(email)
+}
+
+/**
+ * @param {string} str
+ * @returns {Boolean}
+ */
+export function isString(str) {
+ if (typeof str === 'string' || str instanceof String) {
+ return true
+ }
+ return false
+}
+
+/**
+ * @param {Array} arg
+ * @returns {Boolean}
+ */
+export function isArray(arg) {
+ if (typeof Array.isArray === 'undefined') {
+ return Object.prototype.toString.call(arg) === '[object Array]'
+ }
+ return Array.isArray(arg)
+}
diff --git a/src/views/error/401.vue b/src/views/error/401.vue
new file mode 100644
index 0000000..1ba3792
--- /dev/null
+++ b/src/views/error/401.vue
@@ -0,0 +1,82 @@
+
+
+
+ 返回
+
+
+
+
+ 401错误!
+
+ 您没有访问权限!
+ 对不起,您没有访问权限,请不要进行非法操作!您可以返回主页面
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/error/404.vue b/src/views/error/404.vue
new file mode 100644
index 0000000..f205303
--- /dev/null
+++ b/src/views/error/404.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+ 404错误!
+
+
+ {{ message }}
+
+
+ 对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
+
+
+ 返回首页
+
+
+
+
+
+
+
+
+
diff --git a/src/views/index-sw.vue b/src/views/index-sw.vue
new file mode 100644
index 0000000..de82fe3
--- /dev/null
+++ b/src/views/index-sw.vue
@@ -0,0 +1,568 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查 询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/index.vue b/src/views/index.vue
new file mode 100644
index 0000000..efbff1e
--- /dev/null
+++ b/src/views/index.vue
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/login.vue b/src/views/login.vue
new file mode 100644
index 0000000..3ba33dd
--- /dev/null
+++ b/src/views/login.vue
@@ -0,0 +1,210 @@
+
+
+
+ 水情自动测报系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 记住密码
+
+
+ 登 录
+ 登 录 中...
+
+
+ 立即注册
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue
new file mode 100644
index 0000000..f2a53a9
--- /dev/null
+++ b/src/views/monitor/cache/index.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+ 基本信息
+
+
+
+
+ Redis版本
+ {{ cache.info.redis_version }}
+ 运行模式
+ {{ cache.info.redis_mode == "standalone" ? "单机" : "集群" }}
+ 端口
+ {{ cache.info.tcp_port }}
+ 客户端数
+ {{ cache.info.connected_clients }}
+
+
+ 运行时间(天)
+ {{ cache.info.uptime_in_days }}
+ 使用内存
+ {{ cache.info.used_memory_human }}
+ 使用CPU
+ {{ parseFloat(cache.info.used_cpu_user_children).toFixed(2) }}
+ 内存配置
+ {{ cache.info.maxmemory_human }}
+
+
+ AOF是否开启
+ {{ cache.info.aof_enabled == "0" ? "否" : "是" }}
+ RDB是否成功
+ {{ cache.info.rdb_last_bgsave_status }}
+ Key数量
+ {{ cache.dbSize }}
+ 网络入口/出口
+ {{ cache.info.instantaneous_input_kbps }}kps/{{cache.info.instantaneous_output_kbps}}kps
+
+
+
+
+
+
+
+
+
+ 命令统计
+
+
+
+
+
+
+ 内存信息
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/cache/list.vue b/src/views/monitor/cache/list.vue
new file mode 100644
index 0000000..1696f3a
--- /dev/null
+++ b/src/views/monitor/cache/list.vue
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+ 缓存列表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 键名列表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 缓存内容
+ 清理全部
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/druid/index.vue b/src/views/monitor/druid/index.vue
new file mode 100644
index 0000000..13736ec
--- /dev/null
+++ b/src/views/monitor/druid/index.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
new file mode 100644
index 0000000..071626a
--- /dev/null
+++ b/src/views/monitor/job/index.vue
@@ -0,0 +1,483 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 日志
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 调用方法
+
+
+
+ Bean调用示例:ryTask.ryParams('ry')
+ Class类调用示例:com.ruoyi.quartz.task.RyTask.ryParams('ry')
+ 参数说明:支持字符串,布尔类型,长整型,浮点型,整型
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 生成表达式
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+ 立即执行
+ 执行一次
+ 放弃执行
+
+
+
+
+
+
+ 允许
+ 禁止
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.jobId }}
+ {{ form.jobName }}
+
+
+ {{ jobGroupFormat(form) }}
+ {{ form.createTime }}
+
+
+ {{ form.cronExpression }}
+
+
+ {{ parseTime(form.nextValidTime) }}
+
+
+ {{ form.invokeTarget }}
+
+
+
+ 正常
+ 暂停
+
+
+
+
+ 允许
+ 禁止
+
+
+
+
+ 默认策略
+ 立即执行
+ 执行一次
+ 放弃执行
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/job/log.vue b/src/views/monitor/job/log.vue
new file mode 100644
index 0000000..48f3626
--- /dev/null
+++ b/src/views/monitor/job/log.vue
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 删除
+
+
+ 清空
+
+
+ 导出
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 详细
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.jobLogId }}
+ {{ form.jobName }}
+
+
+ {{ form.jobGroup }}
+ {{ form.createTime }}
+
+
+ {{ form.invokeTarget }}
+
+
+ {{ form.jobMessage }}
+
+
+
+ 正常
+ 失败
+
+
+
+ {{ form.exceptionInfo }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue
new file mode 100644
index 0000000..bd58a5d
--- /dev/null
+++ b/src/views/monitor/logininfor/index.vue
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 删除
+
+
+ 清空
+
+
+ 解锁
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.loginTime) }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue
new file mode 100644
index 0000000..eb17ebc
--- /dev/null
+++ b/src/views/monitor/online/index.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ {{ (pageNum - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.loginTime) }}
+
+
+
+
+ 强退
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue
new file mode 100644
index 0000000..cb59a47
--- /dev/null
+++ b/src/views/monitor/operlog/index.vue
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 删除
+
+
+ 清空
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.operTime) }}
+
+
+
+
+ {{ scope.row.costTime }}毫秒
+
+
+
+
+ 详细
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.title }} / {{ typeFormat(form) }}
+ {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }}
+
+
+ {{ form.operUrl }}
+ {{ form.requestMethod }}
+
+
+ {{ form.method }}
+
+
+ {{ form.operParam }}
+
+
+ {{ form.jsonResult }}
+
+
+
+ 正常
+ 失败
+
+
+
+ {{ form.costTime }}毫秒
+
+
+ {{ parseTime(form.operTime) }}
+
+
+ {{ form.errorMsg }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/server/index.vue b/src/views/monitor/server/index.vue
new file mode 100644
index 0000000..a1178b1
--- /dev/null
+++ b/src/views/monitor/server/index.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+ CPU
+
+
+
+
+ 属性
+ 值
+
+
+
+
+ 核心数
+ {{ server.cpu.cpuNum }}
+
+
+ 用户使用率
+ {{ server.cpu.used }}%
+
+
+ 系统使用率
+ {{ server.cpu.sys }}%
+
+
+ 当前空闲率
+ {{ server.cpu.free }}%
+
+
+
+
+
+
+
+
+
+ 内存
+
+
+
+
+ 属性
+ 内存
+ JVM
+
+
+
+
+ 总内存
+ {{ server.mem.total }}G
+ {{ server.jvm.total }}M
+
+
+ 已用内存
+ {{ server.mem.used}}G
+ {{ server.jvm.used}}M
+
+
+ 剩余内存
+ {{ server.mem.free }}G
+ {{ server.jvm.free }}M
+
+
+ 使用率
+ {{ server.mem.usage }}%
+ {{ server.jvm.usage }}%
+
+
+
+
+
+
+
+
+
+ 服务器信息
+
+
+
+
+ 服务器名称
+ {{ server.sys.computerName }}
+ 操作系统
+ {{ server.sys.osName }}
+
+
+ 服务器IP
+ {{ server.sys.computerIp }}
+ 系统架构
+ {{ server.sys.osArch }}
+
+
+
+
+
+
+
+
+
+ Java虚拟机信息
+
+
+
+
+ Java名称
+ {{ server.jvm.name }}
+ Java版本
+ {{ server.jvm.version }}
+
+
+ 启动时间
+ {{ server.jvm.startTime }}
+ 运行时长
+ {{ server.jvm.runTime }}
+
+
+ 安装路径
+ {{ server.jvm.home }}
+
+
+ 项目路径
+ {{ server.sys.userDir }}
+
+
+ 运行参数
+ {{ server.jvm.inputArgs }}
+
+
+
+
+
+
+
+
+
+ 磁盘状态
+
+
+
+
+ 盘符路径
+ 文件系统
+ 盘符类型
+ 总大小
+ 可用大小
+ 已用大小
+ 已用百分比
+
+
+
+
+ {{ sysFile.dirName }}
+ {{ sysFile.sysTypeName }}
+ {{ sysFile.typeName }}
+ {{ sysFile.total }}
+ {{ sysFile.free }}
+ {{ sysFile.used }}
+ {{ sysFile.usage }}%
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/register.vue b/src/views/register.vue
new file mode 100644
index 0000000..64aea63
--- /dev/null
+++ b/src/views/register.vue
@@ -0,0 +1,218 @@
+
+
+
+ 若依后台管理系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 注 册
+ 注 册 中...
+
+
+ 使用已有账户登录
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue
new file mode 100644
index 0000000..34fd53d
--- /dev/null
+++ b/src/views/system/config/index.vue
@@ -0,0 +1,305 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 刷新缓存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
new file mode 100644
index 0000000..d073a26
--- /dev/null
+++ b/src/views/system/dept/index.vue
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 展开/折叠
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 新增
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue
new file mode 100644
index 0000000..f817fd0
--- /dev/null
+++ b/src/views/system/dict/data.vue
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+ {{ scope.row.dictLabel }}
+ {{ scope.row.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
new file mode 100644
index 0000000..297ac84
--- /dev/null
+++ b/src/views/system/dict/index.vue
@@ -0,0 +1,312 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 刷新缓存
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.dictType }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
new file mode 100644
index 0000000..bb486e9
--- /dev/null
+++ b/src/views/system/menu/index.vue
@@ -0,0 +1,427 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 展开/折叠
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 新增
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 目录
+ 菜单
+ 按钮
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是否外链
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+ 路由地址
+
+
+
+
+
+
+
+
+
+
+
+
+ 组件路径
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 权限字符
+
+
+
+
+
+
+
+
+
+
+
+
+ 路由参数
+
+
+
+
+
+
+
+
+
+
+
+ 是否缓存
+
+
+
+ 缓存
+ 不缓存
+
+
+
+
+
+
+
+
+
+
+ 显示状态
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+ 菜单状态
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
new file mode 100644
index 0000000..c26b8c4
--- /dev/null
+++ b/src/views/system/notice/index.vue
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue
new file mode 100644
index 0000000..6fd1b64
--- /dev/null
+++ b/src/views/system/post/index.vue
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/authUser.vue b/src/views/system/role/authUser.vue
new file mode 100644
index 0000000..66b5f5e
--- /dev/null
+++ b/src/views/system/role/authUser.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 添加用户
+
+
+ 批量取消授权
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 取消授权
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
new file mode 100644
index 0000000..65c8216
--- /dev/null
+++ b/src/views/system/role/index.vue
@@ -0,0 +1,559 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 权限字符
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+ 展开/折叠
+ 全选/全不选
+ 父子联动
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 展开/折叠
+ 全选/全不选
+ 父子联动
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/role/selectUser.vue b/src/views/system/role/selectUser.vue
new file mode 100644
index 0000000..9be1ec9
--- /dev/null
+++ b/src/views/system/role/selectUser.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/authRole.vue b/src/views/system/user/authRole.vue
new file mode 100644
index 0000000..b1958a8
--- /dev/null
+++ b/src/views/system/user/authRole.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (pageNum - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+ 提交
+ 返回
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
new file mode 100644
index 0000000..f62b800
--- /dev/null
+++ b/src/views/system/user/index.vue
@@ -0,0 +1,480 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导入
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+ 是否更新已经存在的用户数据
+
+
仅允许导入xls、xlsx格式文件。
+
下载模板
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue
new file mode 100644
index 0000000..5851f05
--- /dev/null
+++ b/src/views/system/user/profile/index.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+ 个人信息
+
+
+
+
+
+
+
+
+ 用户名称
+ {{ state.user.userName }}
+
+
+ 手机号码
+ {{ state.user.phonenumber }}
+
+
+ 用户邮箱
+ {{ state.user.email }}
+
+
+ 所属部门
+ {{ state.user.dept.deptName }} / {{ state.postGroup }}
+
+
+ 所属角色
+ {{ state.roleGroup }}
+
+
+ 创建日期
+ {{ state.user.createTime }}
+
+
+
+
+
+
+
+
+
+ 基本资料
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/user/profile/resetPwd.vue b/src/views/system/user/profile/resetPwd.vue
new file mode 100644
index 0000000..dec2d79
--- /dev/null
+++ b/src/views/system/user/profile/resetPwd.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/system/user/profile/userAvatar.vue b/src/views/system/user/profile/userAvatar.vue
new file mode 100644
index 0000000..3b39636
--- /dev/null
+++ b/src/views/system/user/profile/userAvatar.vue
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提 交
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue
new file mode 100644
index 0000000..a5e1c77
--- /dev/null
+++ b/src/views/system/user/profile/userInfo.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue
new file mode 100644
index 0000000..c3543a9
--- /dev/null
+++ b/src/views/tool/build/index.vue
@@ -0,0 +1,3 @@
+
+ 表单构建
+
\ No newline at end of file
diff --git a/src/views/tool/gen/basicInfoForm.vue b/src/views/tool/gen/basicInfoForm.vue
new file mode 100644
index 0000000..39c8515
--- /dev/null
+++ b/src/views/tool/gen/basicInfoForm.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue
new file mode 100644
index 0000000..ddcbfd5
--- /dev/null
+++ b/src/views/tool/gen/editTable.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.dictName }}
+ {{ dict.dictType }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 返回
+
+
+
+
+
+
diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue
new file mode 100644
index 0000000..1856eae
--- /dev/null
+++ b/src/views/tool/gen/genInfoForm.vue
@@ -0,0 +1,297 @@
+
+
+
+
+
+ 生成模板
+
+
+
+
+
+
+
+
+
+
+ 前端类型
+
+
+
+
+
+
+
+
+
+
+ 生成包路径
+
+
+
+
+
+
+
+
+
+
+
+ 生成模块名
+
+
+
+
+
+
+
+
+
+
+
+ 生成业务名
+
+
+
+
+
+
+
+
+
+
+
+ 生成功能名
+
+
+
+
+
+
+
+
+
+
+
+ 生成代码方式
+
+
+
+
+ zip压缩包
+ 自定义路径
+
+
+
+
+
+
+ 上级菜单
+
+
+
+
+
+
+
+
+
+
+
+ 自定义路径
+
+
+
+
+
+
+
+
+ 最近路径快速选择
+
+
+
+
+ 恢复默认的生成基础路径
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 树编码字段
+
+
+
+
+
+
+
+
+
+
+
+
+ 树父编码字段
+
+
+
+
+
+
+
+
+
+
+
+
+ 树名称字段
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关联子表的表名
+
+
+
+
+
+
+
+
+
+
+
+
+ 子表关联的外键名
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/gen/importTable.vue b/src/views/tool/gen/importTable.vue
new file mode 100644
index 0000000..33b5633
--- /dev/null
+++ b/src/views/tool/gen/importTable.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue
new file mode 100644
index 0000000..fb5bb23
--- /dev/null
+++ b/src/views/tool/gen/index.vue
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 生成
+
+
+ 导入
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+ {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 复制
+ {{ value }}
+
+
+
+
+
+
+
+
diff --git a/src/views/tool/swagger/index.vue b/src/views/tool/swagger/index.vue
new file mode 100644
index 0000000..a44fa71
--- /dev/null
+++ b/src/views/tool/swagger/index.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..2b6f847
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,58 @@
+import { defineConfig, loadEnv } from 'vite'
+import path from 'path'
+import createVitePlugins from './vite/plugins'
+
+// https://vitejs.dev/config/
+export default defineConfig(({ mode, command }) => {
+ const env = loadEnv(mode, process.cwd())
+ const { VITE_APP_ENV } = env
+ return {
+ // 部署生产环境和开发环境下的URL。
+ // 默认情况下,vite 会假设你的应用是被部署在一个域名的根路径上
+ // 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
+ base: VITE_APP_ENV === 'production' ? '/' : '/',
+ plugins: createVitePlugins(env, command === 'build'),
+ resolve: {
+ // https://cn.vitejs.dev/config/#resolve-alias
+ alias: {
+ // 设置路径
+ '~': path.resolve(__dirname, './'),
+ // 设置别名
+ '@': path.resolve(__dirname, './src')
+ },
+ // https://cn.vitejs.dev/config/#resolve-extensions
+ extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue']
+ },
+ // vite 相关配置
+ server: {
+ port: 80,
+ host: true,
+ open: true,
+ proxy: {
+ // https://cn.vitejs.dev/config/#server-proxy
+ '/dev-api': {
+ target: 'http://localhost:8080',
+ changeOrigin: true,
+ rewrite: (p) => p.replace(/^\/dev-api/, '')
+ }
+ }
+ },
+ //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
+ css: {
+ postcss: {
+ plugins: [
+ {
+ postcssPlugin: 'internal:charset-removal',
+ AtRule: {
+ charset: (atRule) => {
+ if (atRule.name === 'charset') {
+ atRule.remove();
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+})
diff --git a/vite/plugins/auto-import.js b/vite/plugins/auto-import.js
new file mode 100644
index 0000000..a5d3576
--- /dev/null
+++ b/vite/plugins/auto-import.js
@@ -0,0 +1,12 @@
+import autoImport from 'unplugin-auto-import/vite'
+
+export default function createAutoImport() {
+ return autoImport({
+ imports: [
+ 'vue',
+ 'vue-router',
+ 'pinia'
+ ],
+ dts: false
+ })
+}
diff --git a/vite/plugins/compression.js b/vite/plugins/compression.js
new file mode 100644
index 0000000..e90aaec
--- /dev/null
+++ b/vite/plugins/compression.js
@@ -0,0 +1,28 @@
+import compression from 'vite-plugin-compression'
+
+export default function createCompression(env) {
+ const { VITE_BUILD_COMPRESS } = env
+ const plugin = []
+ if (VITE_BUILD_COMPRESS) {
+ const compressList = VITE_BUILD_COMPRESS.split(',')
+ if (compressList.includes('gzip')) {
+ // http://doc.ruoyi.vip/ruoyi-vue/other/faq.html#使用gzip解压缩静态文件
+ plugin.push(
+ compression({
+ ext: '.gz',
+ deleteOriginFile: false
+ })
+ )
+ }
+ if (compressList.includes('brotli')) {
+ plugin.push(
+ compression({
+ ext: '.br',
+ algorithm: 'brotliCompress',
+ deleteOriginFile: false
+ })
+ )
+ }
+ }
+ return plugin
+}
diff --git a/vite/plugins/index.js b/vite/plugins/index.js
new file mode 100644
index 0000000..10e17c3
--- /dev/null
+++ b/vite/plugins/index.js
@@ -0,0 +1,15 @@
+import vue from '@vitejs/plugin-vue'
+
+import createAutoImport from './auto-import'
+import createSvgIcon from './svg-icon'
+import createCompression from './compression'
+import createSetupExtend from './setup-extend'
+
+export default function createVitePlugins(viteEnv, isBuild = false) {
+ const vitePlugins = [vue()]
+ vitePlugins.push(createAutoImport())
+ vitePlugins.push(createSetupExtend())
+ vitePlugins.push(createSvgIcon(isBuild))
+ isBuild && vitePlugins.push(...createCompression(viteEnv))
+ return vitePlugins
+}
diff --git a/vite/plugins/setup-extend.js b/vite/plugins/setup-extend.js
new file mode 100644
index 0000000..ed8342e
--- /dev/null
+++ b/vite/plugins/setup-extend.js
@@ -0,0 +1,5 @@
+import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
+
+export default function createSetupExtend() {
+ return setupExtend({})
+}
diff --git a/vite/plugins/svg-icon.js b/vite/plugins/svg-icon.js
new file mode 100644
index 0000000..30a4140
--- /dev/null
+++ b/vite/plugins/svg-icon.js
@@ -0,0 +1,10 @@
+import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
+import path from 'path'
+
+export default function createSvgIcon(isBuild) {
+ return createSvgIconsPlugin({
+ iconDirs: [path.resolve(process.cwd(), 'src/assets/icons/svg')],
+ symbolId: 'icon-[dir]-[name]',
+ svgoOptions: isBuild
+ })
+}