diff --git a/db/jimureport.oracle11g.create.sql b/db/jimureport.oracle11g.create.sql new file mode 100644 index 0000000..636b4aa --- /dev/null +++ b/db/jimureport.oracle11g.create.sql @@ -0,0 +1,104767 @@ +/* + Navicat Premium Data Transfer + + Source Server : mac_oracle11g_jimureport + Source Server Type : Oracle + Source Server Version : 110200 + Source Host : 192.168.1.199:1521 + Source Schema : JIMUREPORT + + Target Server Type : Oracle + Target Server Version : 110200 + File Encoding : 65001 + + Date: 11/10/2023 11:16:14 +*/ + + +-- ---------------------------- +-- Table structure for HUIYUAN_AGE +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_AGE"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_AGE" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_AGE"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_AGE"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_AGE +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875613023969282', '25岁以下', '1500'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875692078211073', '26~30岁', '800'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875766099288066', '31~35岁', '1200'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875822382653442', '36~40岁', '1200'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875892473667586', '41~45岁', '1800'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339875949587505153', '45~50岁', '1800'); +INSERT INTO "JIMUREPORT"."HUIYUAN_AGE" VALUES ('1339876015857508354', '50岁以上', '2000'); + +-- ---------------------------- +-- Table structure for HUIYUAN_FENGONGSI +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_FENGONGSI"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_FENGONGSI" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20), + "TYPE" NVARCHAR2(32) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_FENGONGSI"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_FENGONGSI"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_FENGONGSI"."VALUE" IS '值'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_FENGONGSI"."TYPE" IS '类型'; + +-- ---------------------------- +-- Records of HUIYUAN_FENGONGSI +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888040117575682', '广州', '5800', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888087966195714', '北京', '6500', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888128680304642', '河北', '3500', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888173316087809', '天津', '3000', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888235672805377', '山东', '2500', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888289066295297', '福建', '6500', '会员数量'); +INSERT INTO "JIMUREPORT"."HUIYUAN_FENGONGSI" VALUES ('1339888343613218817', '上海', '7500', '会员数量'); + +-- ---------------------------- +-- Table structure for HUIYUAN_HUOYUEDU +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_HUOYUEDU"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_HUOYUEDU" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_HUOYUEDU"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_HUOYUEDU"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_HUOYUEDU +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_HUOYUEDU" VALUES ('1339883861898731521', '08:00~10:00', '1500'); +INSERT INTO "JIMUREPORT"."HUIYUAN_HUOYUEDU" VALUES ('1339883933516472322', '10:00~12:00', '1800'); +INSERT INTO "JIMUREPORT"."HUIYUAN_HUOYUEDU" VALUES ('1339884020753801217', '12:00~14:00', '2500'); +INSERT INTO "JIMUREPORT"."HUIYUAN_HUOYUEDU" VALUES ('1339884087271268353', '14:00~16:00', '3000'); +INSERT INTO "JIMUREPORT"."HUIYUAN_HUOYUEDU" VALUES ('1339884151599308802', '16:00~18:00', '1500'); + +-- ---------------------------- +-- Table structure for HUIYUAN_SEX +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_SEX"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_SEX" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_SEX"."NAME" IS '性别'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_SEX"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_SEX +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_SEX" VALUES ('1339872878782357506', '2', '8800'); +INSERT INTO "JIMUREPORT"."HUIYUAN_SEX" VALUES ('1339872907911798785', '1', '5000'); + +-- ---------------------------- +-- Table structure for HUIYUAN_WORK +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_WORK"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_WORK" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WORK"."NAME" IS '姓名'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WORK"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_WORK +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_WORK" VALUES ('1339878370892095489', '全职', '1200'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WORK" VALUES ('1339878416278659073', '兼职', '500'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WORK" VALUES ('1339878481793687553', '自由职业者', '5800'); + +-- ---------------------------- +-- Table structure for HUIYUAN_WXTL +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_WXTL"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_WXTL" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WXTL"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WXTL"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_WXTL +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTL" VALUES ('1338720458886877186', '宜兴市', '250'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTL" VALUES ('1338720538293440513', '江阴市', '500'); + +-- ---------------------------- +-- Table structure for HUIYUAN_WXTLSHULIANG +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_WXTLSHULIANG"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NUMBER(11,0) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WXTLSHULIANG"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WXTLSHULIANG"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_WXTLSHULIANG"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_WXTLSHULIANG +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869672819957762', '顾客', '394'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869752553676802', '二星', '515'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869801396346882', '一星', '334'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869877590073345', '明星', '150'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869910850904066', '总监', '54'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339869987145293826', '三星', '50'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339870030401150978', '大使', '17'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339870121811812354', '高级', '7'); +INSERT INTO "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" VALUES ('1339870161078886402', '金鹰', '2'); + +-- ---------------------------- +-- Table structure for HUIYUAN_XUELI +-- ---------------------------- +DROP TABLE "JIMUREPORT"."HUIYUAN_XUELI"; +CREATE TABLE "JIMUREPORT"."HUIYUAN_XUELI" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "VALUE" NVARCHAR2(20) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_XUELI"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."HUIYUAN_XUELI"."VALUE" IS '值'; + +-- ---------------------------- +-- Records of HUIYUAN_XUELI +-- ---------------------------- +INSERT INTO "JIMUREPORT"."HUIYUAN_XUELI" VALUES ('1339885864196546562', '本科', '9487'); +INSERT INTO "JIMUREPORT"."HUIYUAN_XUELI" VALUES ('1339885895406362625', '专科', '5400'); +INSERT INTO "JIMUREPORT"."HUIYUAN_XUELI" VALUES ('1339885927278878721', '高中', '3200'); +INSERT INTO "JIMUREPORT"."HUIYUAN_XUELI" VALUES ('1339885965992304641', '初中', '1900'); +INSERT INTO "JIMUREPORT"."HUIYUAN_XUELI" VALUES ('1339886032929202177', '未知', '1500'); + +-- ---------------------------- +-- Table structure for JIMU_DICT +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_DICT"; +CREATE TABLE "JIMUREPORT"."JIMU_DICT" ( + "ID" NVARCHAR2(32) NOT NULL, + "DICT_NAME" NVARCHAR2(100), + "DICT_CODE" NVARCHAR2(100), + "DESCRIPTION" NVARCHAR2(255), + "DEL_FLAG" NUMBER(11,0), + "CREATE_BY" NVARCHAR2(32), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(32), + "UPDATE_TIME" DATE, + "TYPE" NUMBER(11,0), + "TENANT_ID" NVARCHAR2(10) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."DICT_NAME" IS '字典名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."DICT_CODE" IS '字典编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."DESCRIPTION" IS '描述'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."DEL_FLAG" IS '删除状态'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."CREATE_BY" IS '创建人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."CREATE_TIME" IS '创建时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."UPDATE_BY" IS '更新人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."UPDATE_TIME" IS '更新时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."TYPE" IS '字典类型0为string,1为number'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT"."TENANT_ID" IS '多租户标识'; + +-- ---------------------------- +-- Records of JIMU_DICT +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('fc6cd58fde2e8481db10d3a1e68ce70c', '用户状态', 'user_status', NULL, '0', 'admin', TO_DATE('2019-03-18 21:57:25', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-18 23:11:58', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('0b1dac3e87ed7229ae19a586a8b8c8f8', '物资类型', 'wz_cc_type', NULL, '0', 'admin', TO_DATE('2019-04-26 18:25:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('0b5d19e1fce4b2e6647e6b4a17760c14', '通告类型', 'msg_category', '消息类型1:通知公告2:系统消息', '0', 'admin', TO_DATE('2019-04-22 18:01:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1166528843122561025', '测试字典员工类型', 'ceshi_code', NULL, '0', 'admin', TO_DATE('2019-08-28 09:52:04', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-08 14:33:43', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1174509082208395266', '职务职级', 'position_rank', '职务表职级字典', '0', 'admin', TO_DATE('2019-09-19 10:22:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1174511106530525185', '机构类型', 'org_category', '机构类型 1公司,2部门 3岗位', '0', 'admin', TO_DATE('2019-09-19 10:30:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1178295274528845826', '表单权限策略', 'form_perms_type', NULL, '0', 'admin', TO_DATE('2019-09-29 21:07:39', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-29 21:08:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1199517671259906049', '紧急程度', 'urgent_level', '日程计划紧急程度', '0', 'admin', TO_DATE('2019-11-27 10:37:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1199518099888414722', '日程计划类型', 'eoa_plan_type', NULL, '0', 'admin', TO_DATE('2019-11-27 10:39:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1199525215290306561', '日程计划状态', 'eoa_plan_status', NULL, '0', 'admin', TO_DATE('2019-11-27 11:07:52', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-11-27 11:10:11', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1204580702536957953', '打卡类型', 'sign_type', NULL, '0', 'admin', TO_DATE('2019-12-11 09:56:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-02-13 14:21:36', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1204581134206337025', '打卡状态', 'sign_status', NULL, '0', 'admin', TO_DATE('2019-12-11 09:58:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1209733563293962241', '数据库类型', 'database_type', NULL, '0', 'admin', TO_DATE('2019-12-25 15:12:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1232913193820581889', 'Online表单业务分类', 'ol_form_biz_type', NULL, '0', 'admin', TO_DATE('2020-02-27 14:19:46', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-02-27 14:20:23', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1242281790421389314', '会议类型', 'mettingType', NULL, '0', 'admin', TO_DATE('2020-03-24 10:47:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1242298510024429569', '提醒方式', 'remindMode', NULL, '0', 'admin', TO_DATE('2020-03-24 11:53:40', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-24 12:03:22', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1244538302904672258', '提醒时间', 'remindTime', NULL, '0', 'admin', TO_DATE('2020-03-30 16:13:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1244538772909989889', '重复提醒', 'reminders', NULL, '0', 'admin', TO_DATE('2020-03-30 16:15:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1244941599661178882', '表单设计器路由类型', 'desform_route_type', '表单设计器下一步路由跳转类型', '0', 'admin', TO_DATE('2020-03-31 18:56:22', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1250687930947620866', '定时任务状态', 'quartz_status', NULL, '0', 'admin', TO_DATE('2020-04-16 15:30:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1252881342601908225', '栏目类型', 'cms_menu_type', NULL, '0', 'admin', TO_DATE('2020-04-22 16:46:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1253673013610672130', '会议室规模', 'meeting_scale', NULL, '0', 'admin', TO_DATE('2020-04-24 21:11:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1272739651112034306', '缓急', 'urgency', NULL, '0', 'admin', TO_DATE('2020-06-16 11:55:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1272740254731100161', '密级', 'secret_level', NULL, '0', 'admin', TO_DATE('2020-06-16 11:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1280401766745718786', '租户状态', 'tenant_status', '租户状态', '0', 'admin', TO_DATE('2020-07-07 15:22:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1336551227544694785', '999', '999', NULL, '1', 'admin', TO_DATE('2020-12-09 14:00:19', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('1338811917237489665', '报表测试职务', 'zhiwu', '积木报表演示', '0', 'admin', TO_DATE('2020-12-15 19:43:30', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-13 14:03:13', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('20863a840c7622c3eab0ee69e55a8c7c', '常用审批语', 'approval_remarks', '常用审批语', '0', 'admin', TO_DATE('2019-03-15 11:03:26', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-06-10 19:38:31', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('236e8a4baff0db8c62c00dd95632834f', '同步工作流引擎', 'activiti_sync', '同步工作流引擎', '0', 'admin', TO_DATE('2019-05-15 15:27:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('2e02df51611a4b9632828ab7e5338f00', '权限策略', 'perms_type', '权限策略', '0', 'admin', TO_DATE('2019-04-26 18:26:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('2f0320997ade5dd147c90130f7218c3e', '推送类别', 'msg_type', NULL, '0', 'admin', TO_DATE('2019-03-17 21:21:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-26 19:57:45', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('3486f32803bb953e7155dab3513dc68b', '删除状态', 'del_flag', NULL, '0', 'admin', TO_DATE('2019-10-18 21:46:26', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-05-31 11:32:41', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('36d57175542a3ea85073923e8fccc21c', '尺码类型', 'air_china_size', NULL, '0', 'admin', TO_DATE('2019-04-23 23:02:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('3d9a351be3436fbefb1307d4cfb49bf2', '性别', 'sex', NULL, '0', NULL, TO_DATE('2019-01-04 14:56:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-30 11:28:27', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4274efc2292239b6f000b153f50823ff', '全局权限策略', 'global_perms_type', '全局权限策略', '0', 'admin', TO_DATE('2019-05-10 17:54:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('49a0f7247f9c2a7df4e5733b790a4c9f', '供应商', 'air_china_ supplier', NULL, '0', 'admin', TO_DATE('2019-04-24 16:49:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4c03fca6bf1f0299c381213961566349', 'Online图表展示模板', 'online_graph_display_template', 'Online图表展示模板', '0', 'admin', TO_DATE('2019-04-12 17:28:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4c753b5293304e7a445fd2741b46529d', '字典状态', 'dict_item_status', NULL, '0', 'admin', TO_DATE('2019-06-18 23:18:42', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-30 19:33:52', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4d7fec1a7799a436d26d02325eff295e', '优先级', 'priority', '优先级', '0', 'admin', TO_DATE('2019-03-16 17:03:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-16 17:39:23', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4e4602b3e3686f0911384e188dc7efb4', '条件规则', 'rule_conditions', NULL, '0', 'admin', TO_DATE('2019-04-01 10:15:03', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 10:30:47', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('4f69be5f507accea8d5df5f11346181a', '发送消息类型', 'msgType', NULL, '0', 'admin', TO_DATE('2019-04-11 14:27:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('68168534ff5065a152bfab275c2136f8', '有效无效状态', 'valid_status', '有效无效状态', '0', 'admin', TO_DATE('2020-09-26 19:21:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-06-07 00:30:10', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('72cce0989df68887546746d8f09811aa', 'Online表单类型', 'cgform_table_type', NULL, '0', 'admin', TO_DATE('2019-01-27 10:13:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-30 11:37:36', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('76c1d6755018a918c9eeda575dbf3f98', '计量单位', 'air_china_unit', NULL, '0', 'admin', TO_DATE('2017-12-23 23:00:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-23 23:13:52', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('78bda155fe380b1b3f175f1e88c284c6', '流程状态', 'bpm_status', '流程状态', '0', 'admin', TO_DATE('2019-05-09 16:31:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('83bfb33147013cc81640d5fd9eda030c', '日志类型', 'log_type', NULL, '0', 'admin', TO_DATE('2019-03-18 23:22:19', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('880a895c98afeca9d9ac39f29e67c13e', '操作类型', 'operate_type', '操作类型', '0', 'admin', TO_DATE('2019-07-22 10:54:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('8dfe32e2d29ea9430a988b3b558bf233', '发布状态', 'send_status', '发布状态', '0', 'admin', TO_DATE('2019-04-16 17:40:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('a9d9942bd0eccb6e89de92d130ec4c4a', '消息发送状态', 'msgSendStatus', NULL, '0', 'admin', TO_DATE('2019-04-12 18:18:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('ac2f7c0c5c5775fcea7e2387bcb22f01', '菜单类型', 'menu_type', NULL, '0', 'admin', TO_DATE('2019-12-18 23:24:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 15:27:06', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('bd1b8bc28e65d6feefefb6f3c79f42fd', 'Online图表数据类型', 'online_graph_data_type', 'Online图表数据类型', '0', 'admin', TO_DATE('2019-04-12 17:24:24', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-12 17:24:57', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('c36169beb12de8a71c8683ee7c28a503', '部门状态', 'depart_status', NULL, '0', 'admin', TO_DATE('2019-03-18 21:59:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('c5a14c75172783d72cbee6ee7f5df5d1', 'Online图表类型', 'online_graph_type', 'Online图表类型', '0', 'admin', TO_DATE('2019-04-12 17:04:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('c72e92c2c13cdbc07b455e6abcc60d47', '启动状态', 'air_china_valid', NULL, '0', 'admin', TO_DATE('2019-04-23 23:05:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT" VALUES ('d6e1152968b02d69ff358c75b48a6ee1', '流程类型', 'bpm_process_type', NULL, '0', 'admin', TO_DATE('2019-02-22 19:26:54', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-30 18:14:44', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); + +-- ---------------------------- +-- Table structure for JIMU_DICT_ITEM +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_DICT_ITEM"; +CREATE TABLE "JIMUREPORT"."JIMU_DICT_ITEM" ( + "ID" NVARCHAR2(32) NOT NULL, + "DICT_ID" NVARCHAR2(32), + "ITEM_TEXT" NVARCHAR2(100), + "ITEM_VALUE" NVARCHAR2(100), + "DESCRIPTION" NVARCHAR2(255), + "SORT_ORDER" NUMBER(11,0), + "STATUS" NUMBER(11,0), + "CREATE_BY" NVARCHAR2(32), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(32), + "UPDATE_TIME" DATE +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."DICT_ID" IS '字典id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."ITEM_TEXT" IS '字典项文本'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."ITEM_VALUE" IS '字典项值'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."DESCRIPTION" IS '描述'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."SORT_ORDER" IS '排序'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_DICT_ITEM"."STATUS" IS '状态(1启用 0不启用)'; + +-- ---------------------------- +-- Records of JIMU_DICT_ITEM +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('0072d115e07c875d76c9b022e2179128', '4d7fec1a7799a436d26d02325eff295e', '低', 'L', '低', '3', '1', 'admin', TO_DATE('2019-04-16 17:04:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('00cd5762c968332e2bf8d1fdae872f26', '76c1d6755018a918c9eeda575dbf3f98', '条', '3', NULL, '3', '1', 'admin', TO_DATE('2019-04-23 23:00:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('05a2e732ce7b00aa52141ecc3e330b4e', '3486f32803bb953e7155dab3513dc68b', '已删除', '1', NULL, NULL, '1', 'admin', TO_DATE('2025-10-18 21:46:56', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-28 22:23:20', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('0737b49b097033b35e1882f970d43263', '36d57175542a3ea85073923e8fccc21c', '量体类', '1', NULL, '1', '1', 'admin', TO_DATE('2019-04-23 23:03:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('08ec6c5c986766cc0f398bf88b2c7fd5', '20863a840c7622c3eab0ee69e55a8c7c', '呈领导阅示', '呈领导阅示', '呈领导阅示', '7', '1', 'admin', TO_DATE('2019-05-15 11:07:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('096c2e758d823def3855f6376bc736fb', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'SQL', 'sql', NULL, '1', '1', 'admin', TO_DATE('2019-04-12 17:26:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('0c9532916f5cd722017b46bc4d953e41', '2f0320997ade5dd147c90130f7218c3e', '指定用户', 'USER', NULL, NULL, '1', 'admin', TO_DATE('2019-03-17 21:22:19', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-17 21:22:28', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('0ca4beba9efc4f9dd54af0911a946d5c', '72cce0989df68887546746d8f09811aa', '附表', '3', NULL, '3', '1', 'admin', TO_DATE('2019-03-27 10:13:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1030a2652608f5eac3b49d70458b8532', '2e02df51611a4b9632828ab7e5338f00', '禁用', '2', '禁用', '2', '1', 'admin', TO_DATE('2021-03-26 18:27:28', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-26 18:39:11', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('10e3b1b78da8b40161b7b89cefb2f31b', '0b1dac3e87ed7229ae19a586a8b8c8f8', '衣服', 'yifu', NULL, '1', '1', 'admin', TO_DATE('2019-04-26 18:26:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1166528884218351617', '1166528843122561025', '普通员工', '1', NULL, '1', '1', 'admin', TO_DATE('2019-08-28 09:52:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-08 14:33:52', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1166528900752297986', '1166528843122561025', '领导', '2', NULL, '1', '1', 'admin', TO_DATE('2019-08-28 09:52:18', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-08 14:33:57', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509082208395266', '1174511106530525185', '岗位', '3', '岗位', '1', '1', 'admin', TO_DATE('2019-09-19 10:31:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509601047994369', '1174509082208395266', '员级', '1', NULL, '1', '1', 'admin', TO_DATE('2019-09-19 10:24:45', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-23 11:46:39', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509667297026049', '1174509082208395266', '助级', '2', NULL, '2', '1', 'admin', TO_DATE('2019-09-19 10:25:01', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-23 11:46:47', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509713568587777', '1174509082208395266', '中级', '3', NULL, '3', '1', 'admin', TO_DATE('2019-09-19 10:25:12', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-23 11:46:56', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509788361416705', '1174509082208395266', '副高级', '4', NULL, '4', '1', 'admin', TO_DATE('2019-09-19 10:25:30', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-23 11:47:06', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174509835803189250', '1174509082208395266', '正高级', '5', NULL, '5', '1', 'admin', TO_DATE('2019-09-19 10:25:41', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-23 11:47:12', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174511197735665665', '1174511106530525185', '公司', '1', '公司', '1', '1', 'admin', TO_DATE('2019-09-19 10:31:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1174511244036587521', '1174511106530525185', '部门', '2', '部门', '1', '1', 'admin', TO_DATE('2019-09-19 10:31:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1178295553450061826', '1178295274528845826', '可编辑(未授权禁用)', '2', NULL, '2', '1', 'admin', TO_DATE('2019-09-29 21:08:46', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-29 21:09:18', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1178295639554928641', '1178295274528845826', '可见(未授权不可见)', '1', NULL, '1', '1', 'admin', TO_DATE('2019-09-29 21:09:06', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-09-29 21:09:24', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199517884758368257', '1199517671259906049', '一般', '1', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:38:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199517914017832962', '1199517671259906049', '重要', '2', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:38:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199517941339529217', '1199517671259906049', '紧急', '3', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:38:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199518186144276482', '1199518099888414722', '日常记录', '1', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:39:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199518214858481666', '1199518099888414722', '本周工作', '2', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:40:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199518235943247874', '1199518099888414722', '下周计划', '3', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 10:40:08', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199525468672405505', '1199525215290306561', '未开始', '0', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 11:08:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199525490575060993', '1199525215290306561', '进行中', '2', NULL, '3', '1', 'admin', TO_DATE('2019-11-27 11:08:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199525506429530114', '1199525215290306561', '已完成', '3', NULL, '4', '1', 'admin', TO_DATE('2019-11-27 11:09:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1199607547704647681', '4f69be5f507accea8d5df5f11346181a', '系统', '4', NULL, '1', '1', 'admin', TO_DATE('2019-11-27 16:35:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-11-27 19:37:46', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1203571948706095105', '1199525215290306561', '已提醒', '1', NULL, '2', '1', 'admin', TO_DATE('2019-12-08 15:08:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581455016067074', '1204580702536957953', '上班打卡', '1', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 09:59:34', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581521328013314', '1204580702536957953', '下班打卡', '2', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 09:59:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581542945456129', '1204580702536957953', '外出打卡', '3', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 09:59:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581564143468546', '1204580702536957953', '请假', '4', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:00:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581583089139713', '1204580702536957953', '出差', '5', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:00:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581803613061122', '1204581134206337025', '缺卡', '0', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:00:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581830603407362', '1204581134206337025', '正常', '1', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:01:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581850283081729', '1204581134206337025', '迟到', '2', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:01:08', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581868406669314', '1204581134206337025', '旷工', '3', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:01:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1204581886026940417', '1204581134206337025', '早退', '4', NULL, '1', '1', 'admin', TO_DATE('2019-12-11 10:01:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1209733775114702850', '1209733563293962241', 'MySQL5.5', '1', NULL, '1', '1', 'admin', TO_DATE('2019-12-25 15:13:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1209733839933476865', '1209733563293962241', 'Oracle', '2', NULL, '3', '1', 'admin', TO_DATE('2019-12-25 15:13:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1209733903020003330', '1209733563293962241', 'SQLServer', '3', NULL, '4', '1', 'admin', TO_DATE('2019-12-25 15:13:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1232913424813486081', '1232913193820581889', '官方示例', 'demo', NULL, '1', '1', 'admin', TO_DATE('2020-02-27 14:20:42', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-02-27 14:21:37', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1232913493717512194', '1232913193820581889', '流程表单', 'bpm', NULL, '2', '1', 'admin', TO_DATE('2020-02-27 14:20:58', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-02-27 14:22:20', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1232913605382467585', '1232913193820581889', '测试表单', 'temp', NULL, '4', '1', 'admin', TO_DATE('2020-02-27 14:21:25', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-02-27 14:22:16', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1232914232372195330', '1232913193820581889', '导入表单', 'bdfl_include', NULL, '5', '1', 'admin', TO_DATE('2020-02-27 14:23:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1233279228474138625', '4e4602b3e3686f0911384e188dc7efb4', '左模糊', 'LEFT_LIKE', NULL, '7', '1', 'admin', TO_DATE('2020-02-28 14:34:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1233279337333104641', '4e4602b3e3686f0911384e188dc7efb4', '右模糊', 'RIGHT_LIKE', NULL, '7', '1', 'admin', TO_DATE('2020-02-28 14:34:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242281959082741761', '1242281790421389314', '部门会议', 'depart', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 10:47:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('84dfc178dd61b95a72900fcdd624c471', '78bda155fe380b1b3f175f1e88c284c6', '处理中', '2', '处理中', '2', '1', 'admin', TO_DATE('2019-05-09 16:33:01', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('86f19c7e0a73a0bae451021ac05b99dd', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '子菜单', '1', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:25:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('8bccb963e1cd9e8d42482c54cc609ca2', '4f69be5f507accea8d5df5f11346181a', '微信', '3', NULL, '3', '1', 'admin', TO_DATE('2021-05-11 14:29:12', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-11 14:29:31', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('8c618902365ca681ebbbe1e28f11a548', '4c753b5293304e7a445fd2741b46529d', '启用', '1', NULL, '0', '0', 'admin', TO_DATE('2019-03-18 23:19:27', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-20 09:33:30', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('8cdf08045056671efd10677b8456c999', '4274efc2292239b6f000b153f50823ff', '可编辑(未授权时禁用)', '2', NULL, '2', '1', 'admin', TO_DATE('2019-05-10 17:55:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('8ff48e657a7c5090d4f2a59b37d1b878', '4d7fec1a7799a436d26d02325eff295e', '中', 'M', '中', '2', '1', 'admin', TO_DATE('2019-04-16 17:04:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('948923658baa330319e59b2213cda97c', '880a895c98afeca9d9ac39f29e67c13e', '添加', '2', NULL, '2', '1', 'admin', TO_DATE('2019-07-22 10:54:59', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-07-22 10:55:36', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', '4c753b5293304e7a445fd2741b46529d', '不启用', '0', NULL, '1', '1', 'admin', TO_DATE('2019-03-18 23:19:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('9c5b6144c4f954d938c96384e2e948aa', '20863a840c7622c3eab0ee69e55a8c7c', '请审批', '请审批', '请审批', '8', '1', 'admin', TO_DATE('2019-05-15 11:08:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('a05f177a7d9aeb84125ee8bc9c4fc64b', '49a0f7247f9c2a7df4e5733b790a4c9f', '耐克供应商', '2', NULL, '1', '1', 'admin', TO_DATE('2023-01-24 16:49:39', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-24 16:49:59', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('a1e7d1ca507cff4a480c8caba7c1339e', '880a895c98afeca9d9ac39f29e67c13e', '导出', '6', NULL, '6', '1', 'admin', TO_DATE('2019-07-22 12:06:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('a2be752dd4ec980afaec1efd1fb589af', '8dfe32e2d29ea9430a988b3b558bf233', '已撤销', '2', '已撤销', '3', '1', 'admin', TO_DATE('2019-04-16 17:41:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('aa0d8a8042a18715a17f0a888d360aa4', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '一级菜单', '0', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:24:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('adcf2a1fe93bb99a84833043f475fe0b', '4e4602b3e3686f0911384e188dc7efb4', '包含', 'IN', '包含', '8', '1', 'admin', TO_DATE('2019-04-01 16:45:47', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:24', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b029a41a851465332ee4ee69dcf0a4c2', '0b5d19e1fce4b2e6647e6b4a17760c14', '系统消息', '2', NULL, '1', '1', 'admin', TO_DATE('2019-02-22 18:02:08', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-22 18:02:13', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b038e6f80c527d684c9ca0e1ecbef72f', '49a0f7247f9c2a7df4e5733b790a4c9f', '阿迪供应商', '1', NULL, '1', '1', 'admin', TO_DATE('2023-01-24 16:49:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-24 16:50:02', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b2a8b4bb2c8e66c2c4b1bb086337f393', '3486f32803bb953e7155dab3513dc68b', '正常', '0', NULL, NULL, '1', 'admin', TO_DATE('2022-10-18 21:46:48', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-28 22:22:20', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b5f3bd5f66bb9a83fecd89228c0d93d1', '68168534ff5065a152bfab275c2136f8', '无效', '0', '无效', '2', '1', 'admin', TO_DATE('2020-09-26 19:21:49', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-05-13 17:20:07', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b96af20aef0c9388f2ae843ea7f8d722', '20863a840c7622c3eab0ee69e55a8c7c', '请***阅示', '请***阅示', '请***阅示', '4', '1', 'admin', TO_DATE('2019-05-15 11:06:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('b9fbe2a3602d4a27b45c100ac5328484', '78bda155fe380b1b3f175f1e88c284c6', '待提交', '1', '待提交', '1', '1', 'admin', TO_DATE('2019-05-09 16:32:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('ba27737829c6e0e582e334832703d75e', '236e8a4baff0db8c62c00dd95632834f', '同步', '1', '同步', '1', '1', 'admin', TO_DATE('2019-05-15 15:28:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('bcec04526b04307e24a005d6dcd27fd6', '880a895c98afeca9d9ac39f29e67c13e', '导入', '5', NULL, '5', '1', 'admin', TO_DATE('2019-07-22 12:06:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('bdeae295bf98a61b45e9be0322657d4b', 'c72e92c2c13cdbc07b455e6abcc60d47', '不启动', '2', NULL, '1', '1', 'admin', TO_DATE('2019-04-23 23:05:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('c4896da3525689b477b3c868d728c87f', 'c72e92c2c13cdbc07b455e6abcc60d47', '启动', '1', NULL, '1', '1', 'admin', TO_DATE('2019-04-23 23:05:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('c53da022b9912e0aed691bbec3c78473', '880a895c98afeca9d9ac39f29e67c13e', '查询', '1', NULL, '1', '1', 'admin', TO_DATE('2019-07-22 10:54:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('c83d907903a7a5ff52de60aabf3550ee', '76c1d6755018a918c9eeda575dbf3f98', '件', '1', NULL, '1', '1', 'admin', TO_DATE('2018-12-23 23:00:17', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-23 23:14:00', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('c8e63916333e588ef52d3eb3be9b6944', '0b1dac3e87ed7229ae19a586a8b8c8f8', 'dd', 'dd', NULL, '1', '1', 'admin', TO_DATE('2019-04-26 18:26:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('c9c3fb6c8a06b7bf577b4f574adccd12', '20863a840c7622c3eab0ee69e55a8c7c', '请指示', '请指示', '请指示', '3', '1', 'admin', TO_DATE('2019-05-15 11:05:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('cbfcc5b88fc3a90975df23ffc8cbe29c', 'c5a14c75172783d72cbee6ee7f5df5d1', '曲线图', 'line', NULL, '2', '1', 'admin', TO_DATE('2019-05-12 17:05:30', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-12 17:06:06', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('d217592908ea3e00ff986ce97f24fb98', 'c5a14c75172783d72cbee6ee7f5df5d1', '数据列表', 'table', NULL, '4', '1', 'admin', TO_DATE('2019-04-12 17:05:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('d76e35d4fa1c2892ff812e1de08b8684', '36d57175542a3ea85073923e8fccc21c', '标准尺码类', '4', NULL, '4', '1', 'admin', TO_DATE('2019-04-23 23:03:37', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('da01e5c526fc1984ca60fdcf13354d05', '20863a840c7622c3eab0ee69e55a8c7c', '同意***的意见', '同意***的意见', '同意***的意见', '2', '1', 'admin', TO_DATE('2019-05-15 11:05:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('db681e7aabd2ff52fdfaf6c2770448ff', '76c1d6755018a918c9eeda575dbf3f98', '套', '2', NULL, '2', '1', 'admin', TO_DATE('2019-04-23 23:00:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('df168368dcef46cade2aadd80100d8aa', '3d9a351be3436fbefb1307d4cfb49bf2', '男', '1', NULL, '1', '1', NULL, TO_DATE('2027-08-04 14:56:49', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-05-11 14:07:04', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('e05d424ee35c707d7bc20de3719fb3ae', '76c1d6755018a918c9eeda575dbf3f98', '块', '7', NULL, '7', '1', 'admin', TO_DATE('2019-01-23 23:01:36', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-23 23:01:48', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('e6329e3a66a003819e2eb830b0ca2ea0', '4e4602b3e3686f0911384e188dc7efb4', '小于', '<', '小于', '2', '1', 'admin', TO_DATE('2019-04-01 16:44:15', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:48:34', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('e8f34a36f38f35e2efb1aaa342509242', '78bda155fe380b1b3f175f1e88c284c6', '已挂起', '5', '已挂起', '5', '1', 'admin', TO_DATE('2019-05-23 16:12:42', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-05-22 18:39:42', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('e94eb7af89f1dbfa0d823580a7a6e66a', '236e8a4baff0db8c62c00dd95632834f', '不同步', '0', '不同步', '2', '1', 'admin', TO_DATE('2019-05-15 15:28:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('ecb788a9b71d3d11357c31a0febefaaa', '36d57175542a3ea85073923e8fccc21c', '男衬衫类', '2', NULL, '2', '1', 'admin', TO_DATE('2019-04-23 23:03:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f16c5706f3ae05c57a53850c64ce7c45', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送成功', '1', NULL, '2', '1', 'admin', TO_DATE('2019-04-12 18:19:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f2688992fffa5c62e31ce50bbb1919d9', '20863a840c7622c3eab0ee69e55a8c7c', '审核无误', '审核无误', '审核无误', '9', '1', 'admin', TO_DATE('2019-05-15 11:08:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f2bda3b1ca643b789a2e712ad53b06fb', '36d57175542a3ea85073923e8fccc21c', '固定型号', '5', NULL, '5', '1', 'admin', TO_DATE('2019-04-23 23:03:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f37f90c496ec9841c4c326b065e00bb2', '83bfb33147013cc81640d5fd9eda030c', '登录日志', '1', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:22:37', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f64ca22c7a2d5793a271590e7b01eb6b', '76c1d6755018a918c9eeda575dbf3f98', '个', '5', NULL, '6', '1', 'admin', TO_DATE('2019-04-23 23:01:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f753aff60ff3931c0ecb4812d8b5e643', '4c03fca6bf1f0299c381213961566349', '双排布局', 'double', NULL, '3', '1', 'admin', TO_DATE('2019-04-12 17:43:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('f80a8f6838215753b05e1a5ba3346d22', '880a895c98afeca9d9ac39f29e67c13e', '删除', '4', NULL, '4', '1', 'admin', TO_DATE('2019-07-22 10:55:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-07-22 10:55:30', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('fb80836f3e69d977303e56023cf4b0ca', '20863a840c7622c3eab0ee69e55a8c7c', '请处理', '请处理', '请处理', '5', '1', 'admin', TO_DATE('2019-05-15 11:06:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('fcec03570f68a175e1964808dc3f1c91', '4c03fca6bf1f0299c381213961566349', 'Tab风格', 'tab', NULL, '1', '1', 'admin', TO_DATE('2019-04-12 17:43:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('fe50b23ae5e68434def76f67cef35d2d', '78bda155fe380b1b3f175f1e88c284c6', '已作废', '4', '已作废', '4', '1', 'admin', TO_DATE('2021-09-09 16:33:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-05-09 16:34:40', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242282018893516802', '1242281790421389314', '临时会议', 'temp', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 10:48:08', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242282141274918913', '1242281790421389314', '公司会议', 'company', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 10:48:37', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242282318563954690', '1242281790421389314', '培训会议', 'train', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 10:49:19', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242282375325470721', '1242281790421389314', '普通会议', 'common', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 10:49:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242300779390357505', '1242298510024429569', '短信提醒', '2', NULL, '2', '1', 'admin', TO_DATE('2020-03-24 12:02:41', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-30 18:21:33', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242300814383435777', '1242298510024429569', '邮件提醒', '1', NULL, '1', '1', 'admin', TO_DATE('2020-03-24 12:02:49', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-30 18:21:26', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1242300887343353857', '1242298510024429569', '系统消息', '4', NULL, '4', '1', 'admin', TO_DATE('2020-03-24 12:03:07', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-30 18:21:43', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538412480864258', '1244538302904672258', '不提醒', '0', NULL, '1', '1', 'admin', TO_DATE('2020-03-30 16:14:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538453169807361', '1244538302904672258', '开始时', '1', NULL, '1', '1', 'admin', TO_DATE('2020-03-30 16:14:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538498132746241', '1244538302904672258', '提前5分钟', '2', NULL, '2', '1', 'admin', TO_DATE('2020-03-30 16:14:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538537420791810', '1244538302904672258', '提前10分钟', '3', NULL, '3', '1', 'admin', TO_DATE('2020-03-30 16:14:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538569926647810', '1244538302904672258', '提前15分钟', '4', NULL, '4', '1', 'admin', TO_DATE('2020-03-30 16:14:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538620744835073', '1244538302904672258', '提前30分钟', '5', NULL, '5', '1', 'admin', TO_DATE('2020-03-30 16:15:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538674016690178', '1244538302904672258', '提前1小时', '6', NULL, '6', '1', 'admin', TO_DATE('2020-03-30 16:15:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538712323268610', '1244538302904672258', '提前2小时', '7', NULL, '7', '1', 'admin', TO_DATE('2020-03-30 16:15:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538832364249090', '1244538772909989889', '不重复', '0', NULL, '1', '1', 'admin', TO_DATE('2020-03-30 16:15:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538882335186946', '1244538772909989889', '每天', '1', NULL, '1', '1', 'admin', TO_DATE('2020-03-30 16:16:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538920792760321', '1244538772909989889', '每周', '2', NULL, '2', '1', 'admin', TO_DATE('2020-03-30 16:16:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244538964811980802', '1244538772909989889', '每月(当日)', '3', NULL, '3', '1', 'admin', TO_DATE('2020-03-30 16:16:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244539005064716289', '1244538772909989889', '每年(当日)', '4', NULL, '4', '1', 'admin', TO_DATE('2020-03-30 16:16:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244941726052335617', '1244941599661178882', '跳转到表单', '1', NULL, '1', '1', 'admin', TO_DATE('2020-03-31 18:56:52', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-31 21:16:05', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244941755555069953', '1244941599661178882', '跳转到菜单', '2', NULL, '2', '1', 'admin', TO_DATE('2020-03-31 18:56:59', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-31 21:16:09', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1244941784743231489', '1244941599661178882', '跳转到外部', '3', NULL, '3', '1', 'admin', TO_DATE('2020-03-31 18:57:06', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-03-31 21:16:14', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1250688147579228161', '1250687930947620866', '正常', '0', NULL, '1', '1', 'admin', TO_DATE('2020-04-16 15:31:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1250688201064992770', '1250687930947620866', '停止', '-1', NULL, '1', '1', 'admin', TO_DATE('2020-04-16 15:31:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1252882203973537794', '1252881342601908225', '列表', '1', NULL, '1', '1', 'admin', TO_DATE('2020-04-22 16:49:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1252882248991002626', '1252881342601908225', '链接', '2', NULL, '1', '1', 'admin', TO_DATE('2020-04-22 16:49:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1253673087988264962', '1253673013610672130', '小型', 'S', NULL, '1', '1', 'admin', TO_DATE('2020-04-24 21:12:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1253673146364588034', '1253673013610672130', '中型', 'M', NULL, '1', '1', 'admin', TO_DATE('2020-04-24 21:12:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1253673184885075970', '1253673013610672130', '大型', 'L', NULL, '1', '1', 'admin', TO_DATE('2020-04-24 21:12:34', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272739846449160193', '1272739651112034306', '一般', '0', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:56:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272739980616556545', '1272739651112034306', '平急', '1', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:57:12', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-10-28 17:50:22', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740017782284289', '1272739651112034306', '加急', '2', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:57:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740063856713730', '1272739651112034306', '特急', '3', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:57:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740134505570306', '1272739651112034306', '特提', '4', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:57:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740342673072129', '1272740254731100161', '一般', '0', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:58:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740397966581762', '1272740254731100161', '秘密', '1', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:58:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740445697761282', '1272740254731100161', '机密', '2', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:59:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1272740494238441473', '1272740254731100161', '绝密', '3', NULL, '1', '1', 'admin', TO_DATE('2020-06-16 11:59:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1280401815068295170', '1280401766745718786', '正常', '1', NULL, '1', '1', 'admin', TO_DATE('2020-07-07 15:22:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1280401847607705602', '1280401766745718786', '冻结', '0', NULL, '1', '1', 'admin', TO_DATE('2020-07-07 15:22:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1280417387279060994', '1199525215290306561', '已接受', '4', NULL, '4', '1', 'admin', TO_DATE('2020-07-07 16:24:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1280417420456005634', '1199525215290306561', '已取消', '5', '5', '5', '1', 'admin', TO_DATE('2020-07-07 16:24:36', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-07-07 16:24:45', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1305827309355302914', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'API', 'api', NULL, '3', '1', 'admin', TO_DATE('2020-09-15 19:14:26', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-09-15 19:14:41', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1334440962954936321', '1209733563293962241', 'MYSQL5.7', '4', NULL, '1', '1', 'admin', TO_DATE('2020-12-03 18:16:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2020-12-03 18:16:02', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812279746990082', '1338811917237489665', '研发经理', '1', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:44:56', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-13 14:00:13', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812321702612993', '1338811917237489665', '研发专员', '2', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-01-13 14:00:16', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812381655994370', '1338811917237489665', '财务经理', '3', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:45:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812417886392322', '1338811917237489665', '财务专员', '4', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:45:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812461297438721', '1338811917237489665', '客服经理', '5', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:45:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1338812495665565697', '1338811917237489665', '客服专员', '6', NULL, '1', '1', 'admin', TO_DATE('2020-12-15 19:45:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('147c48ff4b51545032a9119d13f3222a', 'd6e1152968b02d69ff358c75b48a6ee1', '测试流程', 'test', NULL, '1', '1', 'admin', TO_DATE('2019-03-22 19:27:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1543fe7e5e26fb97cdafe4981bedc0c8', '4c03fca6bf1f0299c381213961566349', '单排布局', 'single', NULL, '2', '1', 'admin', TO_DATE('2022-07-12 17:43:39', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-12 17:43:57', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('1db531bcff19649fa82a644c8a939dc4', '4c03fca6bf1f0299c381213961566349', '组合布局', 'combination', NULL, '4', '1', 'admin', TO_DATE('2019-05-11 16:07:08', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('222705e11ef0264d4214affff1fb4ff9', '4f69be5f507accea8d5df5f11346181a', '短信', '1', NULL, '1', '1', 'admin', TO_DATE('2023-02-28 10:50:36', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-28 10:58:11', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('23a5bb76004ed0e39414e928c4cde155', '4e4602b3e3686f0911384e188dc7efb4', '不等于', '!=', '不等于', '3', '1', 'admin', TO_DATE('2019-04-01 16:46:15', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:48:40', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('25847e9cb661a7c711f9998452dc09e6', '4e4602b3e3686f0911384e188dc7efb4', '小于等于', '<=', '小于等于', '6', '1', 'admin', TO_DATE('2019-04-01 16:44:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:10', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('2d51376643f220afdeb6d216a8ac2c01', '68168534ff5065a152bfab275c2136f8', '有效', '1', '有效', '1', '1', 'admin', TO_DATE('2020-10-26 19:22:01', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-03-24 21:35:40', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('308c8aadf0c37ecdde188b97ca9833f5', '8dfe32e2d29ea9430a988b3b558bf233', '已发布', '1', '已发布', '2', '1', 'admin', TO_DATE('2019-04-16 17:41:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('333e6b2196e01ef9a5f76d74e86a6e33', '8dfe32e2d29ea9430a988b3b558bf233', '未发布', '0', '未发布', '1', '1', 'admin', TO_DATE('2019-04-16 17:41:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('337ea1e401bda7233f6258c284ce4f50', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'JSON', 'json', NULL, '1', '1', 'admin', TO_DATE('2019-04-12 17:26:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('33bc9d9f753cf7dc40e70461e50fdc54', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送失败', '2', NULL, '3', '1', 'admin', TO_DATE('2019-04-12 18:20:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('3c209b31417aba7cd5663355611d12c5', '36d57175542a3ea85073923e8fccc21c', '羊毛衫及毛背心类', '3', NULL, '3', '1', 'admin', TO_DATE('2019-04-23 23:03:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('3fbc03d6c994ae06d083751248037c0e', '78bda155fe380b1b3f175f1e88c284c6', '已完成', '3', '已完成', '3', '1', 'admin', TO_DATE('2019-05-09 16:33:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('41d7aaa40c9b61756ffb1f28da5ead8e', '0b5d19e1fce4b2e6647e6b4a17760c14', '通知公告', '1', NULL, '1', '1', 'admin', TO_DATE('2019-04-22 18:01:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('41fa1e9571505d643aea87aeb83d4d76', '4e4602b3e3686f0911384e188dc7efb4', '等于', '=', '等于', '4', '1', 'admin', TO_DATE('2019-04-01 16:45:24', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:00', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('4d7bcaf63f274e262c8e919470e47e5f', '20863a840c7622c3eab0ee69e55a8c7c', '同意', '同意', '同意', '1', '1', 'admin', TO_DATE('2019-05-15 11:04:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('4f05fb5376f4c61502c5105f52e4dd2b', '83bfb33147013cc81640d5fd9eda030c', '操作日志', '2', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:22:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('50223341bfb5ba30bf6319789d8d17fe', 'd6e1152968b02d69ff358c75b48a6ee1', '业务办理', 'business', NULL, '3', '1', 'admin', TO_DATE('2023-04-22 19:28:05', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-22 23:24:39', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('538fca35afe004972c5f3947c039e766', '2e02df51611a4b9632828ab7e5338f00', '显示', '1', '显示', '1', '1', 'admin', TO_DATE('2025-03-26 18:27:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-26 18:39:07', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('5584c21993bde231bbde2b966f2633ac', '4e4602b3e3686f0911384e188dc7efb4', '自定义SQL', 'USE_SQL_RULES', '自定义SQL表达式', '9', '1', 'admin', TO_DATE('2019-04-01 10:45:24', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:27', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('56b9f1c6364c775236e1aa16ff97afae', '20863a840c7622c3eab0ee69e55a8c7c', '不同意', '不同意', '不同意', '6', '1', 'admin', TO_DATE('2019-05-15 11:07:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('58b73b344305c99b9d8db0fc056bbc0a', '72cce0989df68887546746d8f09811aa', '主表', '2', NULL, '2', '1', 'admin', TO_DATE('2019-03-27 10:13:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('598380c65be4568b6ad507e563aba667', '76c1d6755018a918c9eeda575dbf3f98', '包', '8', NULL, '8', '1', 'admin', TO_DATE('2019-04-23 23:01:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('5b65a88f076b32e8e69d19bbaadb52d5', '2f0320997ade5dd147c90130f7218c3e', '全体用户', 'ALL', NULL, NULL, '1', 'admin', TO_DATE('2020-10-17 21:22:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-28 22:17:09', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('5d833f69296f691843ccdd0c91212b6b', '880a895c98afeca9d9ac39f29e67c13e', '修改', '3', NULL, '3', '1', 'admin', TO_DATE('2019-07-22 10:55:07', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-07-22 10:55:41', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('5d84a8634c8fdfe96275385075b105c9', '3d9a351be3436fbefb1307d4cfb49bf2', '女', '2', NULL, '2', '1', NULL, TO_DATE('2019-01-04 14:56:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2019-01-04 17:38:12', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('66c952ae2c3701a993e7db58f3baf55e', '4e4602b3e3686f0911384e188dc7efb4', '大于', '>', '大于', '1', '1', 'admin', TO_DATE('2019-04-01 10:45:46', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:48:29', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('69cacf64e244100289ddd4aa9fa3b915', 'a9d9942bd0eccb6e89de92d130ec4c4a', '未发送', '0', NULL, '1', '1', 'admin', TO_DATE('2019-04-12 18:19:23', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('6a7a9e1403a7943aba69e54ebeff9762', '4f69be5f507accea8d5df5f11346181a', '邮件', '2', NULL, '2', '1', 'admin', TO_DATE('2031-02-28 10:50:44', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-28 10:59:03', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('6c682d78ddf1715baf79a1d52d2aa8c2', '72cce0989df68887546746d8f09811aa', '单表', '1', NULL, '1', '1', 'admin', TO_DATE('2019-03-27 10:13:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('6d404fd2d82311fbc87722cd302a28bc', '4e4602b3e3686f0911384e188dc7efb4', '模糊', 'LIKE', '模糊', '7', '1', 'admin', TO_DATE('2019-04-01 16:46:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:20', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('6d4e26e78e1a09699182e08516c49fc4', '4d7fec1a7799a436d26d02325eff295e', '高', 'H', '高', '1', '1', 'admin', TO_DATE('2019-04-16 17:04:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('6e65c7d1cb1a433b5cccc2e072f6c536', '76c1d6755018a918c9eeda575dbf3f98', '双', '4', NULL, '4', '1', 'admin', TO_DATE('2019-04-23 23:01:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('7050c1522702bac3be40e3b7d2e1dfd8', 'c5a14c75172783d72cbee6ee7f5df5d1', '柱状图', 'bar', NULL, '1', '1', 'admin', TO_DATE('2019-04-12 17:05:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('71b924faa93805c5c1579f12e001c809', 'd6e1152968b02d69ff358c75b48a6ee1', 'OA办公', 'oa', NULL, '2', '1', 'admin', TO_DATE('2021-03-22 19:27:17', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-22 23:24:36', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('75b260d7db45a39fc7f21badeabdb0ed', 'c36169beb12de8a71c8683ee7c28a503', '不启用', '0', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:29:41', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-03-18 23:29:54', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('7688469db4a3eba61e6e35578dc7c2e5', 'c36169beb12de8a71c8683ee7c28a503', '启用', '1', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:29:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('78ea6cadac457967a4b1c4eb7aaa418c', 'fc6cd58fde2e8481db10d3a1e68ce70c', '正常', '1', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:30:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('7ccf7b80c70ee002eceb3116854b75cb', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '按钮权限', '2', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:25:40', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('81fb2bb0e838dc68b43f96cc309f8257', 'fc6cd58fde2e8481db10d3a1e68ce70c', '冻结', '2', NULL, NULL, '1', 'admin', TO_DATE('2019-03-18 23:30:37', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('83250269359855501ec4e9c0b7e21596', '4274efc2292239b6f000b153f50823ff', '可见/可访问(授权后可见/可访问)', '1', NULL, '1', '1', 'admin', TO_DATE('2023-06-10 17:54:51', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-06-05 19:43:11', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('84778d7e928bc843ad4756db1322301f', '4e4602b3e3686f0911384e188dc7efb4', '大于等于', '>=', '大于等于', '5', '1', 'admin', TO_DATE('2019-04-01 10:46:02', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2019-04-01 17:49:05', 'SYYYY-MM-DD HH24:MI:SS')); +INSERT INTO "JIMUREPORT"."JIMU_DICT_ITEM" VALUES ('848d4da35ebd93782029c57b103e5b36', 'c5a14c75172783d72cbee6ee7f5df5d1', '饼图', 'pie', NULL, '3', '1', 'admin', TO_DATE('2019-04-12 17:05:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT" ( + "ID" NVARCHAR2(32) NOT NULL, + "CODE" NVARCHAR2(50), + "NAME" NVARCHAR2(50), + "NOTE" NVARCHAR2(255), + "STATUS" NVARCHAR2(10), + "TYPE" NVARCHAR2(10), + "JSON_STR" NCLOB, + "API_URL" NVARCHAR2(255), + "THUMB" NCLOB, + "CREATE_BY" NVARCHAR2(50), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(50), + "UPDATE_TIME" DATE, + "DEL_FLAG" NUMBER(4,0), + "API_METHOD" NVARCHAR2(255), + "API_CODE" NVARCHAR2(255), + "TEMPLATE" NUMBER(4,0), + "VIEW_COUNT" NUMBER(20,0), + "CSS_STR" NCLOB, + "JS_STR" NCLOB, + "TENANT_ID" NVARCHAR2(10) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."CODE" IS '编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."NAME" IS '名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."NOTE" IS '说明'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."STATUS" IS '状态'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."TYPE" IS '类型'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."JSON_STR" IS 'json字符串'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."API_URL" IS '请求地址'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."THUMB" IS '缩略图'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."CREATE_BY" IS '创建人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."CREATE_TIME" IS '创建时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."UPDATE_BY" IS '修改人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."UPDATE_TIME" IS '修改时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."DEL_FLAG" IS '删除标识0-正常,1-已删除'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."API_METHOD" IS '请求方法0-get,1-post'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."API_CODE" IS '请求编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."TEMPLATE" IS '是否是模板 0-是,1-不是'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."VIEW_COUNT" IS '浏览次数'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."CSS_STR" IS 'css增强'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."JS_STR" IS 'js增强'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT"."TENANT_ID" IS '多租户标识'; +COMMENT ON TABLE "JIMUREPORT"."JIMU_REPORT" IS '在线excel设计器'; + +-- ---------------------------- +-- Records of JIMU_REPORT +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1298922907493339136', '20200827180435', '员工信息横向统计表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":3,"width":100,"height":25},"excel_config_id":"1298922907493339136","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"1":{"cells":{"0":{"text":"员工信息横向统计表","style":9,"merge":[0,11]}},"height":97},"2":{"cells":{"1":{"text":"部门","style":7},"2":{"text":"#{hex.customGroup(department)}","style":11,"direction":"right","rendered":""}},"isDrag":true,"height":40},"3":{"cells":{"1":{"text":"学历","style":7},"2":{"text":"#{hex.customGroup(education)}","style":11,"direction":"right"}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":"性别","style":7},"2":{"text":"#{hex.customGroup(sex)}","style":11,"direction":"right"}},"isDrag":true,"height":41},"5":{"cells":{"1":{"text":"年龄","style":7},"2":{"text":"#{hex.customGroup(age)}","style":11}},"isDrag":true,"height":39},"6":{"cells":{"1":{"text":"姓名","style":7},"2":{"text":"#{hex.customGroup(name)}","style":11,"direction":"right"}},"isDrag":true,"height":40},"7":{"cells":{"1":{"text":"薪水","style":7},"2":{"text":"#{hex.customGroup(salary)}","style":11,"direction":"right"}},"isDrag":true,"height":36},"8":{"cells":{"2":{"direction":"right"}},"isDrag":true},"9":{"cells":{"3":{"aggregate":"group","direction":"right"}},"isDrag":true},"11":{"cells":{},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":204,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":14}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"align":"center","font":{"bold":true,"size":14,"name":"宋体"}},{"align":"center","font":{"bold":false,"size":14,"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"},"align":"center"}],"validations":[],"cols":{"0":{"width":44},"1":{"width":79},"2":{"width":81},"len":50},"merges":["A2:L2"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210127135515_1611726986233.png', 'admin', TO_DATE('2020-08-27 18:04:35', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:53:48', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '2575', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1314846205892759552', '20201010163252', 'XXX有限公司员工登记表', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":33,"sci":12,"eri":33,"eci":12,"width":100,"height":25},"excel_config_id":"1314846205892759552","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,8]},"10":{}},"height":22},"1":{"cells":{"2":{"style":87,"text":" "},"3":{"style":87,"text":" "},"4":{"style":87,"text":" "},"5":{"style":87,"text":" "},"6":{"style":87,"text":" "},"7":{"style":87,"text":" "},"8":{"style":87,"text":" "},"9":{"style":87,"text":" "}},"height":24},"2":{"cells":{"1":{"text":"所在部门","style":93},"2":{"text":"${yuangongjiben.department}","style":23,"merge":[0,2]},"5":{"text":"职务","style":93},"6":{"text":"${yuangongjiben.post}","style":23},"7":{"text":"填写日期","style":93},"8":{"text":"${yuangongjiben.data}","style":23,"merge":[0,1]}},"isDrag":true,"height":36},"3":{"cells":{"1":{"text":"姓名","style":93},"2":{"text":"${yuangongjiben.name}","style":23},"3":{"text":"性别","style":93},"4":{"text":"${yuangongjiben.sex}","style":23},"5":{"text":"出生日期","style":93},"6":{"text":"${yuangongjiben.birth}","style":23},"7":{"text":"政治面貌","style":93},"8":{"text":"${yuangongjiben.political}","style":26,"merge":[0,1]},"9":{"style":7,"text":" "}},"isDrag":true,"height":33},"4":{"cells":{"1":{"text":"机关","style":93},"2":{"text":"${yuangongjiben.office}","style":23},"3":{"style":93,"text":"民族"},"4":{"text":"${yuangongjiben.nation}","style":23},"5":{"style":93,"text":"健康状况"},"6":{"text":"${yuangongjiben.health}","style":23},"7":{"style":93,"text":"户籍类型"},"8":{"text":"${yuangongjiben.register}","style":26},"9":{"style":35,"text":" ","merge":[3,0],"virtual":"AgnPgVOpFUlD88BW"}},"isDrag":true,"height":31},"5":{"cells":{"1":{"text":"最高学历","style":93},"2":{"text":"${yuangongjiben.education}","style":23},"3":{"text":"所学专业","style":93},"4":{"text":"${yuangongjiben.major}","style":23,"merge":[0,2]},"7":{"text":"毕业时间","style":93},"8":{"text":"${yuangongjiben.gdata}","style":23}},"isDrag":true,"height":35},"6":{"cells":{"1":{"text":"电子邮箱","style":93},"2":{"text":"${yuangongjiben.mailbox}","style":23},"3":{"text":"手机号","style":93},"4":{"text":"${yuangongjiben.telphone}","style":23,"merge":[0,2]},"7":{"text":"家庭电话","style":93},"8":{"text":"${yuangongjiben.homephone}","style":23}},"isDrag":true,"height":38},"7":{"cells":{"1":{"merge":[0,1],"text":"第一次参加工作时间","style":93},"3":{"text":"${yuangongjiben.pworktime}","style":133,"merge":[0,2]},"6":{"style":93,"text":"入职时间"},"7":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,1]}},"isDrag":true,"height":27},"8":{"cells":{"1":{"merge":[0,1],"text":"毕业院校","style":93},"3":{"text":"${yuangongjiben.school}","style":24,"merge":[0,2]},"6":{"style":93,"text":"身份证号"},"7":{"text":"${yuangongjiben.idcard}","style":24,"merge":[0,2]}},"isDrag":true,"height":34},"9":{"cells":{"1":{"merge":[0,1],"text":"入党(团)时间、地点","style":94},"3":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,2]},"6":{"text":"婚姻状况","style":93},"7":{"text":"${yuangongjiben.marital}","style":23},"8":{"text":"有无子女","style":93},"9":{"text":"${yuangongjiben.children}","style":23}},"isDrag":true,"height":33},"10":{"cells":{"1":{"merge":[0,1],"text":"户口所在街道名称","style":93},"3":{"text":"${yuangongjiben.hukoustreet}","style":24,"merge":[0,2]},"6":{"merge":[0,1],"text":"户口所在地邮编","style":93},"8":{"text":"${yuangongjiben.hukounum}","style":23,"merge":[0,1]}},"isDrag":true,"height":38},"11":{"cells":{"1":{"text":"户口所在地地址","style":96,"merge":[2,1]},"3":{"text":"${yuangongjiben.hukoudi}","style":26,"merge":[2,6]}},"isDrag":true},"13":{"cells":{"12":{"text":""}},"isDrag":true},"14":{"cells":{"1":{"merge":[0,1],"text":"现居住地址","style":98},"3":{"text":"${yuangongjiben.currentdi}","style":26,"merge":[0,2]},"6":{"style":98,"merge":[0,1],"text":"现居住地址邮编"},"8":{"text":"${yuangongjiben.currentnum}","style":26,"merge":[0,1]}},"isDrag":true,"height":33},"15":{"cells":{"1":{"merge":[0,1],"text":"是否参加社保","style":98},"3":{"text":"${yuangongjiben.socialsecurity}","style":27,"merge":[0,1]},"5":{"text":"有无公积金","style":98},"6":{"text":"${yuangongjiben.providentfund}","style":27,"merge":[0,1]},"8":{"text":"兴趣爱好","style":98},"9":{"text":"${yuangongjiben.hobby}","style":27}},"isDrag":true,"height":34},"16":{"cells":{"1":{"merge":[0,1],"text":"参加社保类型","style":98},"3":{"text":"${yuangongjiben.sbtype}","style":116,"merge":[0,6]}},"isDrag":true,"height":30},"17":{"cells":{"1":{"merge":[0,1],"text":"个人档案存放地","style":98},"3":{"text":"${yuangongjiben.archivesdi}","style":116,"merge":[0,6]}},"isDrag":true,"height":33},"18":{"cells":{"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"text":" ","style":7}}},"19":{"cells":{"1":{"merge":[0,4],"text":"学历、经历(从高中开始写)","style":99},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"20":{"cells":{"1":{"text":"由_年_月","style":36,"merge":[0,1]},"3":{"merge":[0,1],"text":"至_年_月","style":38},"5":{"merge":[0,1],"text":"就读学校","style":38},"7":{"merge":[0,1],"text":"专业","style":38},"9":{"text":"担任职务","style":38},"10":{"style":66,"text":" "}}},"21":{"cells":{"1":{"style":90,"text":"#{xueli.kdate}","merge":[0,1]},"3":{"style":90,"text":"#{xueli.jdate}","merge":[0,1]},"5":{"style":90,"text":"#{xueli.jstudent}","merge":[0,1]},"7":{"style":90,"text":"#{xueli.zhuanye}","merge":[0,1]},"9":{"style":90,"text":"#{xueli.zhiwu}"},"10":{"style":66,"text":" "}},"isDrag":true},"22":{"cells":{"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"23":{"cells":{"1":{"merge":[0,4],"text":"工作经历","style":124},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}},"height":27},"24":{"cells":{"1":{"text":"由_年_月","style":36,"merge":[0,1]},"3":{"merge":[0,1],"text":"至_年_月","style":38},"5":{"text":"工作单位及职称","style":38,"merge":[0,1]},"7":{"merge":[0,1],"text":"证明人","style":38},"9":{"text":"联系方式","style":38},"10":{"style":66,"text":" "}}},"25":{"cells":{"1":{"text":"#{uu.kdate}","style":90,"merge":[0,1]},"3":{"text":"#{uu.jdate}","style":90,"merge":[0,1]},"5":{"text":"#{uu.jstudent}","style":90,"merge":[0,1]},"7":{"text":"#{uu.zmname}","style":90,"merge":[0,1]},"9":{"text":"#{uu.zmphone}","style":90},"10":{"style":66,"text":" "}},"isDrag":true},"26":{"cells":{"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"27":{"cells":{"1":{"merge":[0,4],"text":"职称/资格、证书","style":125},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}},"height":46},"28":{"cells":{"1":{"text":"发证时间","style":36,"merge":[0,1]},"3":{"text":"职称名称","style":38,"merge":[0,1]},"5":{"text":"级别","style":38,"merge":[0,1]},"7":{"text":"发证单位","style":38,"merge":[0,1]},"9":{"text":"备注","style":38},"10":{"style":66,"text":" "}}},"29":{"cells":{"1":{"text":"#{zhengshu.fdate}","style":90,"merge":[0,1]},"3":{"text":"#{zhengshu.zcname}","style":90,"merge":[0,1]},"5":{"text":"#{zhengshu.jibie}","style":90,"merge":[0,1]},"7":{"text":"#{zhengshu.danwei}","style":90,"merge":[0,1]},"9":{"text":"#{zhengshu.beizhu}","style":90},"10":{"style":66,"text":" "}},"isDrag":true},"31":{"cells":{"1":{"merge":[0,8],"text":"家庭成员","style":135},"2":{"style":135,"text":" "},"3":{"style":135,"text":" "},"4":{"style":135,"text":" "},"5":{"style":135,"text":" "},"6":{"style":135,"text":" "},"7":{"style":135,"text":" "},"8":{"style":135,"text":" "},"9":{"style":135,"text":" "}},"height":46},"32":{"cells":{"1":{"style":34,"text":"姓名","merge":[0,1]},"3":{"style":34,"text":"关系","merge":[0,1]},"5":{"style":34,"text":"年龄"},"6":{"style":34,"text":"工作单位","merge":[0,1]},"8":{"style":34,"text":"政治面貌"},"9":{"style":34,"text":"联系电话"}}},"33":{"cells":{"1":{"style":41,"text":"${jtcy.name}","merge":[0,1]},"3":{"style":41,"text":"${jtcy.guanxi}","merge":[0,1]},"5":{"style":41,"text":"${jtcy.age}"},"6":{"style":41,"text":"${jtcy.danwei}","merge":[0,1]},"8":{"style":41,"text":"${jtcy.zzmm}"},"9":{"style":41,"text":"${jtcy.phone}"}}},"35":{"cells":{"1":{"merge":[0,8],"text":"所获奖励","style":135},"2":{"style":135,"text":" "},"3":{"style":135,"text":" "},"4":{"style":135,"text":" "},"5":{"style":135,"text":" "},"6":{"style":135,"text":" "},"7":{"style":135,"text":" "},"8":{"style":135,"text":" "},"9":{"style":135,"text":" "}},"height":50},"36":{"cells":{"1":{"style":34,"text":"时间","merge":[0,2]},"4":{"style":34,"text":"地点","merge":[0,2]},"7":{"style":34,"text":"所获奖励名称","merge":[0,2]}}},"37":{"cells":{"1":{"style":41,"text":"${jiangli.date}","merge":[0,2]},"4":{"style":41,"text":"${jiangli.didian}","merge":[0,2]},"7":{"style":41,"text":"${jiangli.mingcheng}","merge":[0,2]}}},"len":93},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":709,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"name":"仿宋"}},{"font":{"name":"仿宋"}},{"align":"center","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8}},{"align":"center","font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":10}},{"align":"center","font":{"name":"隶书","size":10}},{"font":{"name":"隶书","size":10}},{"align":"center","font":{"name":"华文中宋","size":10}},{"font":{"name":"华文中宋","size":10}},{"align":"center","font":{"name":"Microsoft YaHei","size":10}},{"font":{"name":"Microsoft YaHei","size":10}},{"textwrap":true},{"textwrap":true,"align":"center"},{"textwrap":true,"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":10}},{"font":{"bold":true,"size":10},"align":"center"},{"font":{"bold":true},"align":"center"},{"font":{"bold":true,"size":10},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center"},{"font":{"bold":true,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"}},{"border":{"top":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei"}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei","size":8}},{"align":"center","font":{"name":"Microsoft YaHei","size":9},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei","size":8}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"}},{"border":{"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true}},{"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","bold":true}},{"border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"top":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#ffffff"]}},{"border":{"top":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"left","font":{"name":"宋体"}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","bold":true},"align":"right"},{"font":{"name":"宋体","bold":true},"align":"right","valign":"bottom"},{"font":{"name":"宋体","bold":true},"align":"left","valign":"bottom"},{"font":{"name":"宋体","bold":true},"valign":"bottom"},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"datetime"},{"font":{"name":"宋体","size":10},"format":"datetime"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"normal"},{"font":{"name":"宋体","size":10},"format":"normal"},{"font":{"bold":true},"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}}],"validations":[],"cols":{"0":{"width":19},"1":{"width":71},"2":{"width":69},"3":{"width":89},"4":{"width":64},"5":{"width":47},"6":{"width":68},"7":{"width":100},"8":{"width":70},"9":{"width":102},"10":{"width":10},"11":{"width":85},"len":50},"merges":["B1:J1","C3:E3","I3:J3","I4:J4","J5:J8","E6:G6","E7:G7","B8:C8","D8:F8","H8:I8","B9:C9","D9:F9","H9:J9","B10:C10","D10:F10","B11:C11","D11:F11","G11:H11","I11:J11","B12:C14","D12:J14","B15:C15","D15:F15","G15:H15","I15:J15","B16:C16","D16:E16","G16:H16","B17:C17","D17:J17","B18:C18","D18:J18","B20:F20","B21:C21","D21:E21","F21:G21","H21:I21","B22:C22","D22:E22","F22:G22","H22:I22","B24:F24","B25:C25","D25:E25","F25:G25","H25:I25","B26:C26","D26:E26","F26:G26","H26:I26","B28:F28","B29:C29","D29:E29","F29:G29","H29:I29","B30:C30","D30:E30","F30:G30","H30:I30","B32:J32","B33:C33","D33:E33","G33:H33","B34:C34","D34:E34","G34:H34","B36:J36","B37:D37","E37:G37","H37:J37","B38:D38","E38:G38","H38:J38"],"imgList":[{"row":4,"col":9,"colspan":1,"rowspan":4,"width":"101","height":"128","src":"https://static.jeecg.com/designreport/images/QQ截图20210115102648_1610694177544.png","layer_id":"AgnPgVOpFUlD88BW","offsetX":0,"offsetY":0,"virtualCellRange":[[4,9]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1122_1607312336469.png', 'admin', TO_DATE('2020-10-10 16:32:53', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-05-11 14:50:17', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '738', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1316944968992034816', '20201016113231', '员工信息登记', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":false,"excel_config_id":"1316944968992034816","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"员工信息登记表","merge":[0,6],"style":28}},"height":46},"2":{"cells":{"0":{"text":"编号:","style":29},"1":{"text":"${employee.num}","style":30,"merge":[0,3]},"5":{"text":"填写日期:","style":29},"6":{"text":"${employee.create_time}","style":34,"rendered":""}},"isDrag":true,"height":44},"3":{"cells":{"0":{"text":"姓名:","style":29},"1":{"text":"${employee.name}","style":30},"2":{"text":"性别:","style":29},"3":{"text":"${employee.sex}","style":30},"4":{"text":"出生年月:","style":29},"5":{"text":"${employee.birthday}","style":36},"6":{"style":3,"text":" ","merge":[4,0],"virtual":"8mRFFslT5d0Hfyos"}},"isDrag":true,"height":42},"4":{"cells":{"0":{"text":"民族:","style":29},"1":{"text":"${employee.nation}","style":30},"2":{"text":"政治面貌:","style":29},"3":{"text":"${employee.political}","style":30},"4":{"text":"籍贯:","style":29},"5":{"text":"${employee.native_place}","style":30}},"isDrag":true,"height":38},"5":{"cells":{"0":{"text":"身高(cm):","style":29},"1":{"text":"${employee.height}","style":30},"2":{"text":"体重(kg):","style":29},"3":{"text":"${employee.weight}","style":30},"4":{"text":"健康状况:","style":29},"5":{"text":"${employee.health}","style":30}},"isDrag":true,"height":38},"6":{"cells":{"0":{"text":"身份证号:","style":29},"1":{"text":"${employee.id_card}","style":30,"merge":[0,2]},"4":{"text":"学历:","style":29},"5":{"text":"${employee.education}","style":30}},"isDrag":true,"height":40},"7":{"cells":{"0":{"text":"毕业学校:","style":29},"1":{"text":"${employee.school}","style":30,"merge":[0,2]},"4":{"text":"专业:","style":29},"5":{"text":"${employee.major}","style":30}},"isDrag":true,"height":44},"8":{"cells":{"0":{"text":"联系地址:","style":29},"1":{"text":"${employee.address}","style":30,"merge":[0,2]},"4":{"text":"邮编:","style":29},"5":{"text":"${employee.zip_code}","style":30,"merge":[0,1]}},"isDrag":true,"height":45},"9":{"cells":{"0":{"text":"Email:","style":29},"1":{"text":"${employee.email}","style":30,"merge":[0,2]},"4":{"text":"手机号:","style":29},"5":{"text":"${employee.phone}","style":30,"merge":[0,1]}},"isDrag":true,"height":40},"10":{"cells":{"0":{"text":"外语语种:","style":29},"1":{"text":"${employee.foreign_language}","style":30},"2":{"text":"外语水平:","style":29},"3":{"text":"${employee.foreign_language_level}","style":30},"4":{"text":"计算机水平:","style":29},"5":{"text":"${employee.computer_level}","style":30,"merge":[0,1]}},"isDrag":true,"height":41},"11":{"cells":{"0":{"text":"毕业时间:","style":29},"1":{"text":"${employee.graduation_time}","style":34,"rendered":""},"2":{"text":"到职时间:","style":29},"3":{"text":"${employee.arrival_time}","style":34},"4":{"text":"职称:","style":29},"5":{"text":"${employee.positional_titles}","style":30,"merge":[0,1]}},"isDrag":true,"height":42},"12":{"cells":{"0":{"text":"教育经历:","style":32},"1":{"text":" ","style":35,"merge":[0,5]}},"isDrag":true,"height":39},"13":{"cells":{"0":{"text":"${employee.education_experience}","style":33,"merge":[0,6]}},"isDrag":true,"height":70},"14":{"cells":{"0":{"text":"工作经历:","style":32},"1":{"merge":[0,5],"style":30,"text":" "}},"height":43},"15":{"cells":{"0":{"text":"${employee.work_experience}","style":30,"merge":[0,6]}},"isDrag":true,"height":61},"17":{"cells":{"1":{"text":" ","style":37}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1"],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":710,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"right"},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false,"name":"宋体"}},{"font":{"bold":false,"name":"宋体"}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"normal"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date"},{"format":"date2"},{"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"time"},{"font":{"name":"宋体"},"format":"normal"}],"validations":[],"cols":{"0":{"width":64},"1":{"width":118},"2":{"width":71},"3":{"width":115},"4":{"width":83},"5":{"width":123},"6":{"width":136},"7":{"width":1},"len":100},"merges":["A2:G2","B3:E3","G4:G8","B7:D7","B8:D8","B9:D9","F9:G9","B10:D10","F10:G10","F11:G11","F12:G12","B13:G13","A14:G14","B15:G15","A16:G16"],"imgList":[{"row":3,"col":6,"colspan":1,"rowspan":5,"width":"135","height":"201","src":"https://static.jeecg.com/designreport/images/QQ截图20210115102648_1610677626114.png","layer_id":"8mRFFslT5d0Hfyos","offsetX":0,"offsetY":0,"virtualCellRange":[[3,6]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1133_1607312428261.png', 'admin', TO_DATE('2020-10-16 11:32:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-09 00:18:18', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '13307', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1331429368098066432', '20201125104813', '制作业产能监控大屏', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":2,"col":5,"colspan":8,"rowspan":8,"width":"893","height":"206","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"计划生产\",\"实际完成量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":56,\"left\":34,\"bottom\":37,\"right\":53},\"series\":[{\"barWidth\":8,\"itemStyle\":{\"color\":\"#70BDD1\"},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"计划生产\",\"data\":[100,130,1400,108,200,130,160,180,200,300,110,120,130,140,150,100,100,100,100,100,200,300,110,120,130,140,105,120,150,100],\"typeData\":[{\"name\":\"实际完成量\",\"type\":\"line\"}]},{\"itemStyle\":{\"color\":\"#D69071\"},\"symbolSize\":8,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"实际完成量\",\"data\":[100,130,140,108,200,130,160,180,200,300,110,120,130,140,150,100,100,100,100,100,200,300,110,120,130,140,105,120,150,100],\"typeData\":[{\"name\":\"实际完成量\",\"type\":\"line\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"center\",\"show\":true,\"text\":\"日生产效率监控\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331474698436915202","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"rishengchan","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5"},"layer_id":"Or4klM9AZS51JMuK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,5],[2,6],[2,7],[2,8],[2,9],[2,10],[2,11],[2,12]]},{"row":2,"col":1,"colspan":4,"rowspan":9,"width":"459","height":"214","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"ARD\",\"RLD\",\"LCL\",\"ULC\",\"SQPS\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"计划值\",\"完成值\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":55,\"left\":42,\"bottom\":42,\"right\":42},\"series\":[{\"barWidth\":9,\"data\":[1000,1300,1400,1080,1000],\"name\":\"计划值\",\"itemStyle\":{\"color\":\"#216055\",\"barBorderRadius\":13},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":9,\"data\":[1300,1600,1800,1500,1200],\"name\":\"完成值\",\"itemStyle\":{\"color\":\"#287E75\",\"barBorderRadius\":13},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"center\",\"show\":true,\"text\":\"指标计划值和完成值\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331447376279285762","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"jihua","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"VbAARZSMlEAikJif","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,1],[2,2],[2,3],[2,4]]},{"row":11,"col":1,"colspan":3,"rowspan":6,"width":"297","height":"148","config":"{\"series\":[{\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":80}],\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(183,243,214,1)\"],[0.8,\"rgba(232,240,61,1)\"],[1,\"rgba(64,150,241,1)\"]]}},\"name\":\"\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":8},\"itemStyle\":{\"color\":\"#D0D2D3\"},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"type\":\"gauge\",\"radius\":\"79%\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"}},\"axisLine_lineStyle_color\":[[0.2,\"rgba(183,243,214,1)\"],[0.8,\"rgba(232,240,61,1)\"],[1,\"rgba(64,150,241,1)\"]]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"上海\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331491194517106690","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bing1","chartType":"gauge.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"lNI3TJORqfhUpaK2","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,1],[11,2],[11,3]]},{"row":11,"col":4,"colspan":3,"rowspan":6,"width":"354","height":"147","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"完成率\",\"value\":60}],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#D0D2D3\"},\"type\":\"gauge\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(128,211,243,1)\"],[0.8,\"rgba(64,246,66,1)\"],[1,\"rgba(237,56,247,1)\"]]}},\"name\":\"\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":8},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"axisLine_lineStyle_color\":[[0.2,\"rgba(128,211,243,1)\"],[0.8,\"rgba(64,246,66,1)\"],[1,\"rgba(237,56,247,1)\"]],\"radius\":\"79%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"北京\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331493951013695490","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bing2","chartType":"gauge.simple180","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"M3GodY7v2JCBfnGC","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,4],[11,5],[11,6]]},{"row":11,"col":7,"colspan":4,"rowspan":6,"width":"396","height":"151","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#D0D2D3\"},\"type\":\"gauge\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(45,140,240,1)\"],[0.8,\"rgba(237,203,102,1)\"],[1,\"#C23531\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":8},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"79%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"深圳\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartType":"gauge.simple180"},"layer_id":"xyRbp6UANWOKoRvq","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,7],[11,8],[11,9],[11,10]]},{"row":11,"col":11,"colspan":2,"rowspan":6,"width":"296","height":"148","config":"{\"series\":[{\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":50}],\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":8},\"itemStyle\":{\"color\":\"#D0D2D3\"},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"type\":\"gauge\",\"radius\":\"78%\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"上海\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartType":"gauge.simple"},"layer_id":"19iwE10hJoRRKvbh","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,11],[11,12]]},{"row":17,"col":10,"colspan":3,"rowspan":8,"width":"400","height":"220","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"制冷剂\",\"冷凝机\",\"电机\",\"压缩机\",\"分离机\",\"电动机\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":45,\"left\":34,\"bottom\":44,\"right\":26},\"series\":[{\"barWidth\":14,\"data\":[14,10,8,2,0,0],\"showBackground\":true,\"name\":\"\",\"backgroundStyle\":{\"color\":\"#C6C4C4\"},\"itemStyle\":{\"barBorderRadius\":6,\"color\":\"#EDCB66\"},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各机型已开工天数\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"center\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331486475245629441","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"kaigong","chartType":"bar.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"ZT3srpW2drL8WBl1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[17,10],[17,11],[17,12]]},{"row":17,"col":1,"colspan":10,"rowspan":8,"width":"959","height":"217","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":60,\"left\":35,\"bottom\":43,\"right\":35},\"series\":[{\"areaStyle\":{\"color\":\"#4D9F78\",\"opacity\":0.2},\"data\":[100,75,40,58,40,30,60,80,20,30,10,50,80,40,50,100,100,100,100,80,90,30,10,50,70,80,95,80,80,90],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#3B816C\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"日生产计划完成率\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331483873661464578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wanchenglv","chartType":"line.area","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"0Nsiok8oY1DR0gRU","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[17,1],[17,2],[17,3],[17,4],[17,5],[17,6],[17,7],[17,8],[17,9]]}],"area":{"sri":1,"sci":2,"eri":1,"eci":2,"width":100,"height":43},"excel_config_id":"1331429368098066432","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":" "},"1":{"text":"制作业产能监控大屏","merge":[0,11],"style":44}},"height":60},"1":{"cells":{"0":{"text":" "}},"height":43},"2":{"cells":{"1":{"text":" ","virtual":"VbAARZSMlEAikJif"},"2":{"text":" ","virtual":"VbAARZSMlEAikJif"},"3":{"text":" ","virtual":"VbAARZSMlEAikJif"},"4":{"text":" ","virtual":"VbAARZSMlEAikJif"},"5":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"6":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"7":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"8":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"9":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"10":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"11":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"12":{"text":" ","virtual":"Or4klM9AZS51JMuK"}},"height":24},"3":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"4":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"5":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"6":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"12":{"text":" "}},"height":25},"7":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":23},"8":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":20},"9":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"10":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"11":{"cells":{"0":{"text":" "},"1":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"2":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"3":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"4":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"5":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"6":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"7":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"8":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"9":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"10":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"11":{"text":" ","virtual":"19iwE10hJoRRKvbh"},"12":{"text":" ","virtual":"19iwE10hJoRRKvbh"}},"height":20},"12":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":25},"13":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":31},"14":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"15":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"16":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"17":{"cells":{"0":{"text":" "},"1":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"2":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"3":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"4":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"5":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"6":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"7":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"8":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"9":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"10":{"text":" ","virtual":"ZT3srpW2drL8WBl1"},"11":{"text":" ","virtual":"ZT3srpW2drL8WBl1"},"12":{"text":" ","virtual":"ZT3srpW2drL8WBl1"}},"height":37},"18":{"cells":{"0":{"text":" "},"1":{"style":34,"text":" ","virtual":"qBhmWa1xF5KaKC1K"},"2":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"3":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"4":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"5":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"6":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"7":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"8":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"9":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"10":{"style":32,"text":" ","virtual":"870QQK6Jl1k12wty"},"11":{"text":" ","style":32,"virtual":"870QQK6Jl1k12wty"},"12":{"text":" ","style":32,"virtual":"870QQK6Jl1k12wty"}},"height":33},"19":{"cells":{"0":{"text":" "},"1":{"text":" ","style":17,"virtual":"qBhmWa1xF5KaKC1K"},"10":{"text":" ","style":17,"virtual":"870QQK6Jl1k12wty"}}},"20":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"21":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"22":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"23":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"24":{"cells":{"0":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"25":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"26":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"27":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"28":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1442,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606963700202.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"name":"宋体"}},{"align":"center","font":{"size":16,"name":"黑体"}},{"align":"center","font":{"size":16,"name":"宋体","bold":true}},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"name":"宋体","bold":false}},{"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体"},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":12},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":12},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":10.5}},{"align":"center","font":{"name":"宋体","size":10.5},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5},"color":"#000100"},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"name":"宋体","size":10.5}},{"font":{"name":"宋体","size":10.5}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":"104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":"104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":"#104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":"#104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":""},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":""},{"align":"center","font":{"size":16,"name":"宋体","bold":true},"color":"#ffffff"},{"align":"center","font":{"size":16,"name":"宋体","bold":true},"color":"#ffffff","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"cols":{"0":{"width":80},"4":{"width":161},"12":{"width":201},"len":50},"merges":["B1:M1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201125133720_1606306665506.png', 'admin', TO_DATE('2020-11-25 10:48:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-30 16:46:14', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '13312', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1331503965770223616', '20201125155042', '房屋销售综合展示大屏', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":13,"colspan":4,"rowspan":6,"width":"323","height":"148","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":34,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"高层\",\"小高层\",\"写字楼\",\"厂房\",\"公寓\",\"别墅\",\"厂房\",\"四合院\",\"loft\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":50,\"left\":30,\"bottom\":44,\"right\":24},\"series\":[{\"areaStyle\":null,\"data\":[20,25,10,5,9,1,5,1,20],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#D04672\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"房形分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331922734933987329","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"fangyuan","chartType":"line.smooth","isTiming":true,"intervalTime":"5"},"layer_id":"nk6I2RCefm9scS1k","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15]]},{"row":2,"col":1,"colspan":3,"rowspan":14,"width":"337","height":"342","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"缤纷南郡\",\"中航华府\",\"3中家属楼\",\"幸福家园\",\"水晶国际\",\"绿城小区\",\"缤纷南郡二期\",\"国奥家园\",\"西西胡同\",\"融创学府\",\"蓝湾国际\",\"广发小区\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":71,\"bottom\":39,\"right\":29},\"series\":[{\"barWidth\":13,\"data\":[2,2,2,3,4,3,3,5,2,7,4,8],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#67994B\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各楼盘成交量排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331511745851731969","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"5ggWQtDUvSopC4iL","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,1],[2,2],[2,3]]},{"row":7,"col":12,"colspan":3,"rowspan":8,"width":"321","height":"196","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1室\",\"2室\",\"3室\",\"4室\",\"5室\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1室\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(53,165,180,1)\"}},{\"name\":\"2室\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(60,140,198,1)\"}},{\"name\":\"3室\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(93,144,81,1)\"}},{\"name\":\"4室\",\"value\":5,\"itemStyle\":{\"color\":\"rgba(191,146,68,1)\"}},{\"name\":\"5室\",\"value\":3,\"itemStyle\":{\"color\":\"rgba(188,69,117,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"160\",\"120\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"40%\",\"50%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同户型销售\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331919172472524801","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"huxingxiaoshou","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"MCJP8uqwe57YoCvF"},"layer_id":"MCJP8uqwe57YoCvF","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,12],[7,13],[7,14]]},{"row":7,"col":4,"colspan":8,"rowspan":8,"width":"606","height":"195","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#A98E8E\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"成交量\",\"成交价\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#FBF8F8\",\"fontSize\":\"10\"}},\"grid\":{\"top\":58,\"left\":30,\"bottom\":43,\"right\":32},\"series\":[{\"barWidth\":15,\"stack\":\"1\",\"data\":[10,7,5,5,7,9,3,6,5,8,6,6],\"name\":\"成交量\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]},{\"barWidth\":15,\"stack\":\"1\",\"data\":[5,5,12,5,5,5,5,10,5,5,5,5],\"name\":\"成交价\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"成交量和成交价趋势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331872643531526146","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao1","chartType":"bar.stack","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Nf6Xud4fZqEfvQw4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,4],[7,5],[7,6],[7,7],[7,8],[7,9],[7,10],[7,11]]},{"row":16,"col":12,"colspan":3,"rowspan":10,"width":"321","height":"238","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"50%\",\"50%\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#72ACD1\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#3F9AFB\",\"opacity\":1},\"lineStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#A6F65C\",\"opacity\":1},\"lineStyle\":{\"color\":\"#55FE4D\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"rgba(188,69,117,1)\",\"opacity\":1},\"lineStyle\":{\"color\":\"rgba(188,69,117,1)\"}}]}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同产权、证件成交量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331916030221602818","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"btchanquan","chartType":"radar.basic","isTiming":true,"intervalTime":"10","id":"IWoBtyiRxjkEbkfD"},"layer_id":"IWoBtyiRxjkEbkfD","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,12],[16,13],[16,14]]},{"row":16,"col":1,"colspan":3,"rowspan":8,"width":"337","height":"197","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":70,\"bottom\":40,\"right\":24},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售量成交排行榜\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"Cror94F1kmbP71ip","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,1],[16,2],[16,3]]},{"row":16,"col":4,"colspan":4,"rowspan":8,"width":"337","height":"197","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":56,\"bottom\":38,\"right\":30},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售员成交金额\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"pBOwp0Q0g4iuJCVm","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,4],[16,5],[16,6],[16,7]]},{"row":16,"col":8,"colspan":4,"rowspan":8,"width":"322","height":"200","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"简装\",\"中装\",\"精装\",\"豪装\",\"毛坯\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"简装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(52,158,172,1)\"}},{\"name\":\"中装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(56,131,185,1)\"}},{\"name\":\"精装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(103,153,75,1)\"}},{\"name\":\"豪装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(230,165,55,1)\"}},{\"name\":\"毛坯\",\"value\":10,\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"100\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"52%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同装修类型销售销量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331878107552010242","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuangxiu","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"rQgkcYfLy4x0EP6h"},"layer_id":"rQgkcYfLy4x0EP6h","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,8],[16,9],[16,10],[16,11]]}],"area":{"sri":17,"sci":13,"eri":17,"eci":13,"width":100,"height":25},"excel_config_id":"1331503965770223616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":""},"1":{"style":60,"merge":[0,13],"text":"房屋销售综合展示大屏"}},"height":113},"1":{"cells":{"4":{"style":53,"text":"成交量:","merge":[2,0],"virtual":"5ggWQtDUvSopC4iL"},"5":{"text":"#{qingkuang.cjl}","style":64,"merge":[2,0]},"7":{"style":53,"text":"成交金额:","merge":[2,0]},"8":{"text":"#{qingkuang.cjje}","style":68,"merge":[2,0]},"10":{"style":53,"text":"销售面积:","merge":[2,0],"height":75},"11":{"text":"#{qingkuang.xsmj}","style":64,"merge":[2,0]},"13":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"14":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"15":{"text":" ","virtual":"nk6I2RCefm9scS1k"}},"isDrag":true},"2":{"cells":{"1":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"2":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"3":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"3":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"4":{"cells":{"4":{"style":58,"text":"成交均价:","merge":[2,0]},"5":{"text":"#{qingkuang.cjjj}","style":65,"merge":[2,0]},"7":{"style":58,"text":"售房佣金:","merge":[2,0]},"8":{"text":"#{qingkuang.sfyj}","style":65,"merge":[2,0]},"10":{"text":"预定客户:","style":58,"merge":[2,0]},"11":{"text":"#{qingkuang.ydkh}","style":65,"merge":[2,0]},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}},"isDrag":true,"height":25},"5":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"6":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"7":{"cells":{"4":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"5":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"6":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"7":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"8":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"9":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"10":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"11":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"12":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"13":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"14":{"text":" ","virtual":"MCJP8uqwe57YoCvF"}}},"8":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"9":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"10":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"11":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"12":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"13":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"14":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"15":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"16":{"cells":{"1":{"text":" ","virtual":"Cror94F1kmbP71ip"},"2":{"text":" ","virtual":"Cror94F1kmbP71ip"},"3":{"text":" ","virtual":"Cror94F1kmbP71ip"},"4":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"5":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"6":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"7":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"8":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"9":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"10":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"11":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"12":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"13":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"14":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"}}},"17":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"18":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"19":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"20":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"21":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"22":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"23":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"24":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1546,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606961893275.png","repeat":"repeat","width":"","height":"940"},"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"font":{"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"name":"Microsoft YaHei","size":18}},{"font":{"name":"Microsoft YaHei","size":18}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16}},{"font":{"name":"Microsoft YaHei","size":16}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center"},{"font":{"name":"Microsoft YaHei","size":16},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right"},{"align":"right"},{"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":14}},{"align":"right","font":{"size":14}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":12}},{"align":"right","font":{"size":12}},{"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":12}},{"font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11}},{"align":"right","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11}},{"align":"center","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":11}},{"font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true}},{"align":"right","font":{"size":11,"bold":true}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center","color":"#ffffff"},{"color":"#ffffff"},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22}},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#000100"},{"color":"#000100","font":{"size":22}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff"},{},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff","border":{"right":["thin","#eee"]}},{"align":"right","font":{"size":16,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":15,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14},"color":"#ffffff","valign":"top"},{"font":{"bold":true,"name":"宋体","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":"#fffffff"},{"bgcolor":"#fffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"bgcolor":""}],"validations":[],"cols":{"0":{"width":117},"3":{"width":140},"4":{"width":136},"5":{"width":79},"6":{"width":1},"7":{"width":123},"8":{"width":102},"9":{"width":24},"11":{"width":100},"14":{"width":124},"len":50},"merges":["B1:O1","E2:E4","F2:F4","H2:H4","I2:I4","K2:K4","L2:L4","E5:E7","F5:F7","H5:H7","I5:I7","K5:K7","L5:L7"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201125161646_1606705892603.png', 'admin', TO_DATE('2020-11-25 15:50:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-06-15 11:12:24', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '8776', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1333962561053396992', '20201202103422', '房地产大屏', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":4,"rowspan":9,"width":"359","height":"223","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"萧山\",\"主城\",\"余杭\",\"江东\",\"阜阳\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":36,\"bottom\":65,\"right\":50},\"series\":[{\"barWidth\":15,\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"出让资金(亿元)\",\"data\":[90,100,80,20,30],\"typeData\":[{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"},{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"}]},{\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"itemStyle\":{\"color\":\"#D8807E\"},\"step\":false,\"smooth\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"出让面积(万平方米)\",\"data\":[70,90,40,10,20],\"typeData\":[{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"},{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"土地出让面积走势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333968597264900097","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"mianji","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"MqcEkZ87DgSKlNKU","offsetX":0,"offsetY":0,"backgroud":{"enabled":"","color":"#fff","image":"","repeat":"repeat"},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4]]},{"row":1,"col":13,"colspan":3,"rowspan":9,"width":"300","height":"222","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":49,\"bottom\":63,\"right\":61},\"series\":[{\"barWidth\":15,\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"出让资金(亿元)\",\"data\":[27000,11000,18000,17000,15000,22000],\"typeData\":[{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"},{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"}]},{\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"itemStyle\":{\"color\":\"#D8807E\"},\"step\":false,\"smooth\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"出让面积(万平方米)\",\"data\":[24312,25450,26161,26303,27156,27440],\"typeData\":[{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"},{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"土地出让面积成交走势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334008609356390402","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"churang1","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"rxyH40yMvbmwdgoU","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15],[1,16]]},{"row":1,"col":5,"colspan":8,"rowspan":17,"width":"654","height":"420","config":"{\"geo\":{\"map\":\"hangzhou\",\"zoom\":0.8,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"6\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#3BB7C4\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#2D5D81\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"西湖区\",\"value\":[120.147376,30.272934,120]},{\"name\":\"萧山区\",\"value\":[120.27069,30.162932,130]},{\"name\":\"余杭区\",\"value\":[120.301737,30.421187,56]},{\"name\":\"富阳区\",\"value\":[119.949869,30.049871,100]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#F6F469\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":8}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335901385547431937","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"ditu","chartType":"map.scatter","isTiming":true,"intervalTime":"5"},"layer_id":"L8v349B78nEYLOh4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10],[1,11],[1,12]]},{"row":10,"col":1,"colspan":4,"rowspan":8,"width":"355","height":"197","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1万以下\",\"1万-2万\",\"2万-3万\",\"3万-4万\",\"4万-5万\",\"5万-6万\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1万以下\",\"value\":7800,\"itemStyle\":{\"color\":\"rgba(239,223,133,1)\"}},{\"name\":\"1万-2万\",\"value\":35900,\"itemStyle\":{\"color\":\"rgba(24,141,240,1)\"}},{\"name\":\"2万-3万\",\"value\":46800,\"itemStyle\":{\"color\":\"rgba(136,232,137,1)\"}},{\"name\":\"3万-4万\",\"value\":25631,\"itemStyle\":{\"color\":\"rgba(0,206,209,1)\"}},{\"name\":\"4万-5万\",\"value\":17583,\"itemStyle\":{\"color\":\"rgba(217,96,172,1)\"}},{\"name\":\"5万-6万\",\"value\":1563,\"itemStyle\":{\"color\":\"rgba(109,172,234,1)\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"120\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"50%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"住宅成交量单价分布\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333974073679552514","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"danjia","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"ciJhTy5hoC2HlZ3v"},"layer_id":"ciJhTy5hoC2HlZ3v","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3],[10,4]]},{"row":10,"col":13,"colspan":3,"rowspan":8,"width":"300","height":"198","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"80平\",\"80-100平\",\"100-120平\",\"120-140平\",\"140-180平\",\"180-250平\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"80平\",\"value\":20839,\"itemStyle\":{\"color\":\"rgba(131,191,246,1)\"}},{\"name\":\"80-100平\",\"value\":35141,\"itemStyle\":{\"color\":\"rgba(136,232,137,1)\"}},{\"name\":\"100-120平\",\"value\":27135,\"itemStyle\":{\"color\":\"rgba(154,168,212,1)\"}},{\"name\":\"120-140平\",\"value\":17502,\"itemStyle\":{\"color\":\"rgba(24,141,240,1)\"}},{\"name\":\"140-180平\",\"value\":14510,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"180-250平\",\"value\":9350,\"itemStyle\":{\"color\":\"rgba(239,223,133,1)\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"110\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"住宅成交量单价分布\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334013423209422849","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuzhaichengjiao","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"ySncqf3fM8HfjJf0"},"layer_id":"ySncqf3fM8HfjJf0","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,13],[10,14],[10,15],[10,16]]},{"row":18,"col":13,"colspan":3,"rowspan":9,"width":"298","height":"222","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":38,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"余杭\",\"大江东\",\"之江\",\"江干\",\"上城\",\"滨江\",\"拱墅\",\"西湖\",\"临安\",\"阜阳\",\"下沙\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":57,\"left\":53,\"bottom\":51,\"right\":39},\"series\":[{\"areaStyle\":null,\"data\":[23000,55000,32000,38000,45000,42000,41000,18000,22000,21000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#EEF349\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各类型土地成交金额表\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333977108195581953","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"junjia","chartType":"line.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"tc7fqIIJW5HgcaGl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,13],[18,14],[18,15]]},{"row":18,"col":5,"colspan":4,"rowspan":7,"width":"349","height":"174","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#1E90FF\",\"width\":1,\"type\":\"solid\"},\"show\":true},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\",\"盈亏\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":36,\"bottom\":59,\"right\":32},\"series\":[{\"barWidth\":8,\"stack\":\"1\",\"data\":[420,150,410,250,180,100],\"name\":\"出让资金(亿元)\",\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":8,\"stack\":\"1\",\"data\":[410,139,330,190,250,13],\"name\":\"出让面积(万平方米)\",\"itemStyle\":{\"color\":\"#D8807E\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":8,\"stack\":\"1\",\"data\":[-410,-139,-330,-190,-250,-13],\"name\":\"盈亏\",\"itemStyle\":{\"color\":\"#88E889\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各区域土地出让面积、成交金额对比\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333980382663548929","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"churang","chartType":"bar.stack.horizontal","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"FlAtAueGAEeNYmrK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,5],[18,6],[18,7],[18,8]]},{"row":18,"col":9,"colspan":4,"rowspan":8,"width":"332","height":"199","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"供给\",\"需求\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":54,\"bottom\":60,\"right\":28},\"series\":[{\"barWidth\":0,\"data\":[1000,3500,5032,1966,7964,11532],\"name\":\"供给\",\"itemStyle\":{\"color\":\"#188DF0\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":0,\"data\":[12854,59873,83241,60075,42035,95812],\"name\":\"需求\",\"itemStyle\":{\"color\":\"#88E889\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"新住宅供需\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333983587241828354","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xinzhuzhai","chartType":"bar.multi"},"layer_id":"6mjMdjSCbjMXtpk5","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,9],[18,10],[18,11],[18,12]]},{"row":18,"col":1,"colspan":4,"rowspan":8,"width":"356","height":"198","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":28,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"余杭\",\"大江东\",\"之江\",\"江干\",\"上城\",\"滨江\",\"拱墅\",\"西湖\",\"临安\",\"阜阳\",\"下沙\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":51,\"bottom\":50,\"right\":30},\"series\":[{\"areaStyle\":null,\"data\":[23000,55000,32000,38000,45000,42000,41000,18000,22000,21000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#88E889\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各区域住宅成交均价\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333977108195581953","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"junjia","chartType":"line.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"m4YsRktrtZgDdIrS","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,1],[18,2],[18,3],[18,4]]}],"area":{"sri":0,"sci":1,"eri":0,"eci":15,"width":1346,"height":61},"excel_config_id":"1333962561053396992","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"杭州房地产市场监控","style":3,"merge":[0,14]}},"height":61},"1":{"cells":{"1":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"2":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"3":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"4":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"5":{"text":" ","virtual":"L8v349B78nEYLOh4"},"6":{"text":" ","virtual":"L8v349B78nEYLOh4"},"7":{"text":" ","virtual":"L8v349B78nEYLOh4"},"8":{"text":" ","virtual":"L8v349B78nEYLOh4"},"9":{"text":" ","virtual":"L8v349B78nEYLOh4"},"10":{"text":" ","virtual":"L8v349B78nEYLOh4"},"11":{"text":" ","virtual":"L8v349B78nEYLOh4"},"12":{"text":" ","virtual":"L8v349B78nEYLOh4"},"13":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"14":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"15":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"16":{"text":" ","virtual":"rxyH40yMvbmwdgoU"}}},"10":{"cells":{"1":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"2":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"3":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"4":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"13":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"14":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"15":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"16":{"text":" ","virtual":"ySncqf3fM8HfjJf0"}}},"18":{"cells":{"1":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"2":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"3":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"4":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"5":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"6":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"7":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"8":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"9":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"10":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"11":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"12":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"13":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"},"14":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"},"15":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1517,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606876512567.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","align":"center"},{"align":"center"},{"color":"#ffffff","align":"center","font":{"size":18}},{"align":"center","font":{"size":18}}],"validations":[],"cols":{"0":{"width":71},"4":{"width":60},"8":{"width":51},"12":{"width":35},"len":50},"merges":["B1:P1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201202142202_1606890135640.png', 'admin', TO_DATE('2020-12-02 10:34:22', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-14 18:55:20', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '8279', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334028738995818496', '20201202145702', '大数据可视化展示平台', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":6,"colspan":5,"rowspan":14,"width":"499","height":"348","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"2017\",\"2018\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":68,\"left\":35,\"bottom\":45,\"right\":31},\"series\":[{\"barWidth\":9,\"data\":[2,3,3,9,15,12,6,4,6,7,4,10],\"name\":\"2017\",\"itemStyle\":{\"color\":\"#49BCF7\",\"barBorderRadius\":8},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":9,\"data\":[1,4,5,11,12,9,5,6,6,3,3,9],\"name\":\"2018\",\"itemStyle\":{\"color\":\"#62C98D\",\"barBorderRadius\":8},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"柱形图标题\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334052375119273986","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuxingtu1","chartType":"bar.multi","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"aELaGxHbJDssfJ1j","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,6],[1,7],[1,8],[1,9],[1,10]]},{"row":1,"col":11,"colspan":4,"rowspan":7,"width":"402","height":"171","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"图例1\",\"图例2\",\"图例3\",\"图例4\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"图例1\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"图例2\",\"value\":15,\"itemStyle\":{\"color\":\"rgba(45,140,240,1)\"}},{\"name\":\"图例3\",\"value\":25,\"itemStyle\":{\"color\":\"rgba(76,185,207,1)\"}},{\"name\":\"图例4\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(83,182,102,1)\"}}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"170\",\"90\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"radius\":\"50%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"饼图1\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334037720053325825","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu1","chartType":"pie.rose","isTiming":true,"intervalTime":"5","id":"hBFP1li6wk4SZKZy"},"layer_id":"hBFP1li6wk4SZKZy","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,11],[1,12],[1,13],[1,14]]},{"row":4,"col":3,"colspan":2,"rowspan":6,"width":"201","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量结算率\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量结算率\",\"value\":80,\"itemStyle\":{\"color\":\"rgba(73,188,247,1)\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"110\",\"80\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"数据结算率1\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334060474135748610","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu4","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"7jVBJ8HTXwnRttsp"},"layer_id":"7jVBJ8HTXwnRttsp","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[4,3],[4,4]]},{"row":4,"col":1,"colspan":2,"rowspan":6,"width":"200","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量结算率\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量结算率\",\"value\":80,\"itemStyle\":{\"color\":\"rgba(73,188,247,1)\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"110\",\"80\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"数据结算率\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334060474135748610","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu4","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"mHCyVw72XWRJdiO9"},"layer_id":"mHCyVw72XWRJdiO9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[4,1],[4,2],[4,3]]},{"row":8,"col":11,"colspan":4,"rowspan":7,"width":"404","height":"164","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"1月\",\"value\":9800,\"itemStyle\":{\"color\":\"#62C98D\"}},{\"name\":\"2月\",\"value\":3100,\"itemStyle\":{\"color\":\"#2F89CF\"}},{\"name\":\"3月\",\"value\":7800,\"itemStyle\":{\"color\":\"#F2E83B\"}},{\"name\":\"4月\",\"value\":1500,\"itemStyle\":{\"color\":\"#F691F8\"}},{\"name\":\"5月\",\"value\":500,\"itemStyle\":{\"color\":\"#A3DEEB\"}}],\"bottom\":26,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"ascending\",\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":29,\"left\":\"9%\",\"gap\":2,\"name\":\"\",\"width\":\"79%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"formatter\":\"{b} : {c}%\",\"show\":true,\"trigger\":\"item\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"漏斗图\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"}}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335889985047478274","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"loudou","chartType":"funnel.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"8IhEqgKnyGamOhrE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,11],[8,12],[8,13],[8,14],[8,15]]},{"row":10,"col":1,"colspan":2,"rowspan":5,"width":"200","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"金额结算率1\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"金额结算率1\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"其他\",\"value\":70,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"105\",\"70\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"金额结算率\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334063192933933058","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu5","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"Py8YVZMoRcL4APDN"},"layer_id":"Py8YVZMoRcL4APDN","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3]]},{"row":10,"col":3,"colspan":2,"rowspan":5,"width":"200","height":"120","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"金额结算率2\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"金额结算率2\",\"value\":190,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"其他\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"105\",\"70\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"金额结算率2\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334063880162254850","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu6","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"fMnJPCVW1ofDhOYl"},"layer_id":"fMnJPCVW1ofDhOYl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,3],[10,4]]},{"row":15,"col":11,"colspan":4,"rowspan":14,"width":"404","height":"283","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\",\"boundaryGap\":true},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"2017\",\"2018\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":39,\"bottom\":48,\"right\":35},\"series\":[{\"data\":[2,6,3,8,5,8,10,13,8,5,6,9],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"name\":\"2017\",\"itemStyle\":{\"color\":\"#205ACF\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false,\"typeData\":[]},{\"data\":[5,2,6,4,5,12,5,17,9,2,6,3],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"name\":\"2018\",\"itemStyle\":{\"color\":\"#62C98D\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"多数据折线标题\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334043138246844418","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian1","chartType":"line.multi","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"aXbsAJNPWFEfutG9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,11],[15,12],[15,13],[15,14],[15,15]]},{"row":14,"col":6,"colspan":5,"rowspan":14,"width":"496","height":"279","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":37,\"bottom\":41,\"right\":38},\"series\":[{\"data\":[[10,35],[20,10],[15,30],[10,10],[15,35],[5,10],[10,35],[20,15],[10,3],[20,40],[16,12],[43,10]],\"symbolSize\":37,\"itemStyle\":{\"color\":\"#62C98D\",\"opacity\":0.6},\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"scatter\",\"name\":\"\"}],\"tooltip\":{\"formatter\":\"{c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"散点图\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335886666363158530","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"sandian","chartType":"scatter.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"QFBt4au5CSQVFVAq","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,6],[14,7],[14,8],[14,9],[14,10]]}],"area":{"sri":7,"sci":15,"eri":7,"eci":15,"width":100,"height":25},"excel_config_id":"1334028738995818496","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,13],"text":"大数据可视化展示平台","style":5}},"height":74},"1":{"cells":{"1":{"merge":[1,1],"text":"1922","style":49},"3":{"merge":[1,1],"text":"2047","style":49},"6":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"7":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"8":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"9":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"10":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"11":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"12":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"13":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"14":{"text":" ","virtual":"hBFP1li6wk4SZKZy"}}},"2":{"cells":{}},"3":{"cells":{"1":{"merge":[0,1],"text":"总金额","style":68},"3":{"merge":[0,1],"style":68,"text":"数量"}}},"4":{"cells":{"1":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"2":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"3":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"4":{"text":" ","virtual":"7jVBJ8HTXwnRttsp"}}},"8":{"cells":{"11":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"12":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"13":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"14":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"15":{"text":" ","virtual":"8IhEqgKnyGamOhrE"}}},"9":{"cells":{}},"10":{"cells":{"1":{"text":" ","virtual":"Py8YVZMoRcL4APDN"},"2":{"text":" ","virtual":"Py8YVZMoRcL4APDN"},"3":{"text":" ","virtual":"fMnJPCVW1ofDhOYl"},"4":{"text":" ","virtual":"fMnJPCVW1ofDhOYl"}}},"14":{"cells":{"6":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"7":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"8":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"9":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"10":{"text":" ","virtual":"QFBt4au5CSQVFVAq"}}},"15":{"cells":{"1":{"text":"标题","style":72,"merge":[0,3]},"11":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"12":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"13":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"14":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"15":{"text":" ","virtual":"aXbsAJNPWFEfutG9"}}},"16":{"cells":{"1":{"text":"订单号","style":66},"2":{"text":"订单金额","style":66},"3":{"text":"计划时间","style":66},"4":{"text":"当前状态","style":66}},"height":22},"17":{"cells":{"1":{"style":67,"text":"#{biaoge.yname}"},"2":{"style":67,"text":"#{biaoge.ysex}"},"3":{"style":67,"text":"#{biaoge.yage}"},"4":{"style":67,"text":"#{biaoge.danwei}"}},"height":22},"18":{"cells":{},"height":17},"19":{"cells":{},"height":19},"20":{"cells":{},"height":19},"21":{"cells":{},"height":19},"22":{"cells":{},"height":19},"23":{"cells":{},"height":17},"24":{"cells":{},"height":16},"25":{"cells":{},"height":18},"26":{"cells":{},"height":20},"len":102,"NaN":0},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1520,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606894559245.jpg","repeat":"repeat","width":"1700","height":"1080"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","align":"center"},{"align":"center"},{"color":"#ffffff","align":"center","font":{"size":22}},{"align":"center","font":{"size":22}},{"color":"#ffffff","align":"center","font":{"size":18}},{"align":"center","font":{"size":18}},{"font":{"size":18}},{"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","align":"center"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F"},{"align":"center","color":"#C7CD4F"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":24}},{"align":"center","color":"#C7CD4F","font":{"size":24}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":22}},{"align":"center","color":"#C7CD4F","font":{"size":22}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18}},{"align":"center","color":"#C7CD4F","font":{"size":18}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true}},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true}},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","align":"center"},{"color":"#eee","align":"center","bgcolor":"#020F4A"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"bottom"},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"bottom"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"top"},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"top"},{"color":"#eee","align":"center","bgcolor":"#020F4A","valign":"top"},{"color":"#C7CD4F"},{"color":"#C7CD4F","font":{"size":18}},{"bgcolor":"#020F4A","align":"center","color":"#e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#eeeeee"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":""},{"color":"#0a0a0a"},{"align":"center","color":"#C7CD4F","font":{"size":18},"valign":"bottom"},{"align":"center","color":"#C7CD4F","font":{"size":18},"valign":"bottom","bgcolor":"#020F4A"},{"font":{"size":18},"bgcolor":"#020F4A"},{"font":{"size":18},"bgcolor":"#020F4A","align":"center"},{"font":{"size":18},"bgcolor":"#020F4A","align":"center","valign":"bottom"},{"align":"center","color":"#e"},{"align":"center","color":"#e''e"},{"align":"center","color":"#e''e''e"},{"color":"#ffffff","font":{"size":18}},{"color":"#ffffff","font":{"size":14}},{"color":"#ffffff","font":{"size":12}},{"color":"#ffffff","font":{"size":12,"bold":true}},{"color":"#ffffff","font":{"size":12,"bold":false}},{"color":"#ffffff","font":{"size":12,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","color":"#ffffff"},{"color":"#ffffff","align":"center","bgcolor":"001259"},{"color":"#ffffff","align":"center","bgcolor":"#001259"},{"color":"#ffffff","align":"center","bgcolor":"020f4b"},{"color":"#ffffff","align":"center","bgcolor":"#020f4b"},{"bgcolor":"#020F4A","color":"#ffffff","align":"center"},{"color":"#eee","align":"center","bgcolor":"#020F4A","font":{"size":8}},{"bgcolor":"#020F4A","font":{"size":12}},{"color":"#ffffff","font":{"size":10,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","font":{"size":10}},{"color":"#ffffff","font":{"size":11,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","font":{"size":11}},{"bgcolor":""},{"bgcolor":"#020F4"},{"bgcolor":"#020F"},{"bgcolor":"#020"},{"bgcolor":"#02"},{"bgcolor":"#0"},{"bgcolor":"#"}],"validations":[],"cols":{"4":{"width":103},"5":{"width":13},"13":{"width":104},"len":50},"merges":["B1:O1","B2:C3","D2:E3","B4:C4","D4:E4","B16:E16"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201203163957_1606984816365.png', 'admin', TO_DATE('2020-12-02 14:57:03', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-14 18:59:05', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '7241', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334074491629867008', '20201202175858', '乡村振兴普惠金融服务平台', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":5,"colspan":6,"rowspan":12,"width":"568","height":"435","config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.8,\"label\":{\"color\":\"#19DEF4\",\"fontSize\":12,\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#0C514B\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#19DEF4\"},\"itemStyle\":{\"areaColor\":\"#0A2B34\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"济南市\",\"value\":[117.000923,36.675807,255]},{\"name\":\"青岛市\",\"value\":[120.355173,36.082982,300]},{\"name\":\"淄博市\",\"value\":[118.047648,36.814939,130]},{\"name\":\"枣庄市\",\"value\":[117.557964,34.856424,150]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FFFF01\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\"}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335909918854725633","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"ditu1","dataId1":"","source":"","target":"","chartType":"map.scatter","isTiming":true,"intervalTime":"5","id":"reOVgCVG6ZPWh5c1"},"layer_id":"reOVgCVG6ZPWh5c1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10]]},{"row":3,"col":11,"colspan":3,"rowspan":4,"width":"357","height":"147","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":60,\"bottom\":40,\"right\":24},\"series\":[{\"areaStyle\":{\"color\":\"#6CE6BC\",\"opacity\":0.4},\"data\":[1000879,3400879,2300879,2400879,3000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#9DE4D1\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"五年产业变化趋势\",\"textStyle\":{\"color\":\"#81E1B6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"line.area","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Kkx8cQxh41KDHQKJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,11],[3,12],[3,13]]},{"row":8,"col":11,"colspan":3,"rowspan":5,"width":"355","height":"216","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":64,\"bottom\":41,\"right\":23},\"series\":[{\"barWidth\":15,\"data\":[1000879,3400879,2300879,2400879,3000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#82F1B5\"},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"fontWeight\":\"lighter\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"农产品排名\",\"textStyle\":{\"color\":\"#7AEEBF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"bar.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"a7MjSGYTQuijDpR4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,11],[8,12],[8,13]]},{"row":13,"col":11,"colspan":4,"rowspan":12,"width":"359","height":"222","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"玉米\",\"value\":1000879,\"itemStyle\":{\"color\":\"rgba(20,235,167,1)\"}},{\"name\":\"大豆\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(36,96,221,1)\"}},{\"name\":\"花生\",\"value\":2300879,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"高粱\",\"value\":2400879,\"itemStyle\":{\"color\":\"rgba(253,223,80,1)\"}},{\"name\":\"小麦\",\"value\":3000,\"itemStyle\":{\"color\":\"rgba(111,131,168,1)\"}}],\"bottom\":60,\"isRadius\":false,\"roseType\":\"\",\"minAngle\":0,\"right\":\"10%\",\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"\",\"radius\":\"90%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"农业占比\",\"textStyle\":{\"color\":\"#14EBA7\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"pie.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"cvVQrHsdQLGGQu9k","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[13,11],[13,12],[13,13],[13,14]]}],"area":{"sri":21,"sci":2,"eri":21,"eci":2,"width":118,"height":21},"excel_config_id":"1334074491629867008","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"乡村振兴普惠金融服务平台","style":18,"merge":[0,8]}},"height":46},"1":{"cells":{"1":{"text":"Rural Revitalization-PRATT & WHITNEY FINANCIAL SERVICES PLATFORM","style":10,"merge":[0,3]},"5":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"6":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"7":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"8":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"9":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"10":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"}},"height":38},"2":{"cells":{"1":{"text":"潍坊非常牛的企业","merge":[1,3],"height":36,"style":21}},"height":20},"3":{"cells":{"11":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"},"12":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"},"13":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"}},"height":16},"4":{"cells":{"1":{"text":" ","virtual":"DCUR3L7NK42iNW5j"},"2":{"text":"123456","style":113},"3":{"text":" ","virtual":"ctdypeiqRp3lHeKm"},"4":{"text":"123456","style":119,"virtual":"ctdypeiqRp3lHeKm"}},"height":56},"5":{"cells":{"2":{"text":"农牧耕田(亩)","style":98},"4":{"text":"农牧耕田(亩)","style":57}},"height":19},"6":{"cells":{"1":{"text":" ","virtual":"iVedEJD0n8OuZ5uc"},"2":{"text":"123456","style":113,"virtual":"iVedEJD0n8OuZ5uc"},"3":{"text":" ","virtual":"Heri8Ya1cSRLbVQW"},"4":{"text":"123456","style":119}},"height":59},"7":{"cells":{"2":{"text":"农牧耕田(亩)","style":57},"4":{"text":"农牧耕田(亩)","style":57},"8":{"style":94,"text":" "}},"height":16},"8":{"cells":{"1":{"text":" ","virtual":"dMb6od8B98V5NOl6"},"2":{"text":"123456","style":119},"3":{"text":" ","virtual":"iFnQ80yADp2Bw9pN"},"4":{"text":"123456","style":119,"virtual":"iFnQ80yADp2Bw9pN"},"11":{"text":" ","virtual":"a7MjSGYTQuijDpR4"},"12":{"text":" ","virtual":"a7MjSGYTQuijDpR4"},"13":{"text":" ","virtual":"a7MjSGYTQuijDpR4"}},"height":61},"9":{"cells":{"2":{"text":"农牧耕田(亩)","style":100},"4":{"text":"农牧耕田(亩)","style":100}},"height":15},"10":{"cells":{"1":{"text":" ","virtual":"qxI7kusX3x5pFL1g"},"2":{"text":"123456","style":119},"3":{"text":" ","virtual":"MUQmkqufOch7iGOu"},"4":{"text":"123456","style":119}},"height":62},"11":{"cells":{"2":{"text":"农牧耕田(亩)","style":100},"4":{"text":"农牧耕田(亩)","style":57}},"height":15},"12":{"cells":{"1":{"text":"龙头企业","merge":[0,2],"height":63,"style":21},"4":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"5":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"6":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"7":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"8":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"9":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"10":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52}},"height":63},"13":{"cells":{"1":{"style":116,"text":"排名","merge":[1,0]},"2":{"style":116,"merge":[1,1],"text":"客户姓名"},"4":{"style":116,"merge":[1,1],"text":"放款时间(min)"},"6":{"style":116,"merge":[1,1],"text":"担保方式"},"8":{"style":116,"merge":[1,0],"text":"放款金额"},"9":{"style":116,"merge":[1,0],"text":"法人机构"},"10":{"style":116,"merge":[1,0],"text":"客户经理"},"11":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"12":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"13":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"14":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"}},"height":15},"14":{"cells":{},"height":22},"15":{"cells":{"1":{"style":118,"text":"#{table2.name}"},"2":{"style":118,"merge":[0,1],"text":"#{table2.name}"},"4":{"style":118,"merge":[0,1],"text":"#{table2.sj}"},"6":{"style":118,"merge":[0,1],"text":"#{table2.type}"},"8":{"style":118,"text":"#{table2.je}"},"9":{"style":118,"text":"#{table2.jg}"},"10":{"style":118,"text":"#{table2.jl}"}},"height":19},"16":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"17":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":22},"18":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"19":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"20":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"21":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"len":23},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1504,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/57_1610364468144.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":18}},{"font":{"size":18}},{"color":"#ffffff","font":{"size":16}},{"font":{"size":16}},{"color":"#ffffff","font":{"size":14}},{"font":{"size":14}},{"color":"#ffffff","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"color":"#ffffff","font":{"size":8}},{"color":"#ffffff","font":{"size":8},"valign":"top"},{"valign":"top"},{"color":"#ffffff","font":{"size":14},"valign":"middle"},{"valign":"middle"},{"color":"#ffffff","font":{"size":16},"valign":"middle"},{"valign":"middle","font":{"size":16}},{"color":"#ffffff","font":{"size":18},"valign":"middle"},{"valign":"middle","font":{"size":18}},{"color":"#ffffff","font":{"size":18},"valign":"bottom"},{"valign":"bottom","font":{"size":18}},{"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16}},{"color":"#14EBA7","font":{"size":16,"bold":true}},{"color":"#14EBA7","font":{"size":16,"bold":true},"bgcolor":"#0A2B34"},{"bgcolor":"#0A2B34"},{"color":"#ffffff","font":{"size":16},"valign":"bottom"},{"color":"#ffffff","font":{"size":22},"valign":"bottom"},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","font":{"size":9}},{"color":"#eee","font":{"size":8}},{"color":"#0a0a0a"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":"#e''e''e''e"},{"color":"#e''e''e''e''e"},{"color":"#e''e''e''e''e''e"},{"color":"#eeeeee"},{"bgcolor":"#"},{"bgcolor":"#e"},{"bgcolor":"#e''e"},{"bgcolor":"#e''e''e"},{"bgcolor":"#e''e''e''e"},{"bgcolor":"#e''e''e''e''e"},{"bgcolor":"#e''e''e''e''e''e"},{"bgcolor":"#eeeeee"},{"bgcolor":""},{"bgcolor":"","color":"#"},{"bgcolor":"","color":"#e"},{"bgcolor":"","color":"#e''e"},{"bgcolor":"","color":"#e''e''e"},{"bgcolor":"","color":"#eee"},{"color":"#ffffff","font":{"size":18},"bgcolor":"#0A2B34"},{"color":"#eeeeee","bgcolor":"#0A2B34"},{"color":"#eee","bgcolor":"#0A2B34"},{"color":"#eee","font":{"size":9},"bgcolor":"#0A2B34"},{"color":"#ffffff","font":{"size":18},"valign":"bottom","bgcolor":"#0A2B34"},{"color":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":16}},{"bgcolor":"#0A2B34","font":{"size":16},"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16,"bold":false},"bgcolor":"#0A2B34"},{"bgcolor":"#0A2B34","font":{"bold":false}},{"font":{"bold":false}},{"bgcolor":"#0A2B34","color":"#ffffff"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center"},{"color":"#ffffff","align":"center"},{"bgcolor":"#0A2B34","align":"center"},{"align":"center"},{"bgcolor":"客户姓名"},{"bgcolor":"#ffffff"},{"bgcolor":"","font":{"size":16},"color":"#14EBA7"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom"},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"bgcolor":"#0A2B34","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom","bgcolor":"1e2f37"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom","bgcolor":"#1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"#1e2f37"},{"color":"#ffff01"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"#0A2B34"},{"color":"#ffff01","font":{"size":18},"bgcolor":"#0A2B34"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":""},{"color":"#eee","font":{"size":9},"bgcolor":""},{"color":"#ffff01","font":{"size":18},"bgcolor":""},{"color":"#eeeeee","bgcolor":""},{"color":"#14EBA7","font":{"size":16,"bold":false},"bgcolor":""},{"bgcolor":"","font":{"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12,"bold":true}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":14}},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"","align":"center"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"valign":"top","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"valign":"middle","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"bgcolor":"","valign":"middle"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12,"bold":false}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":10,"bold":false}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","font":{"size":8}},{"color":"#ffff01","font":{"size":18}}],"validations":[],"cols":{"1":{"width":63},"2":{"width":118},"3":{"width":61},"4":{"width":129},"5":{"width":75},"13":{"width":158},"len":50},"merges":["B1:J1","B2:E2","B3:E4","B13:D13","B14:B15","C14:D15","E14:F15","G14:H15","I14:I15","J14:J15","K14:K15","C16:D16","E16:F16","G16:H16"],"imgList":[{"row":4,"col":1,"colspan":1,"rowspan":1,"width":"57","height":"55","src":"https://static.jeecg.com/designreport/images/2_1610712093259.jpg","layer_id":"DCUR3L7NK42iNW5j","offsetX":0,"offsetY":0,"virtualCellRange":[[4,1]]},{"row":4,"col":3,"colspan":1,"rowspan":1,"width":"61","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712173936.jpg","layer_id":"ctdypeiqRp3lHeKm","offsetX":0,"offsetY":0,"virtualCellRange":[[4,3],[4,4]]},{"row":6,"col":1,"colspan":1,"rowspan":1,"width":"60","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712383666.jpg","layer_id":"iVedEJD0n8OuZ5uc","offsetX":0,"offsetY":0,"virtualCellRange":[[6,1]]},{"row":6,"col":3,"colspan":1,"rowspan":1,"width":"56","height":"55","src":"https://static.jeecg.com/designreport/images/2_1610712391765.jpg","layer_id":"Heri8Ya1cSRLbVQW","offsetX":0,"offsetY":0,"virtualCellRange":[[6,3]]},{"row":8,"col":1,"colspan":1,"rowspan":1,"width":"60","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712154677.jpg","layer_id":"dMb6od8B98V5NOl6","offsetX":0,"offsetY":0,"virtualCellRange":[[8,1]]},{"row":8,"col":3,"colspan":1,"rowspan":1,"width":"61","height":"57","src":"https://static.jeecg.com/designreport/images/2_1610712396855.jpg","layer_id":"iFnQ80yADp2Bw9pN","offsetX":0,"offsetY":0,"virtualCellRange":[[8,3],[8,4]]},{"row":10,"col":1,"colspan":1,"rowspan":1,"width":"62","height":"58","src":"https://static.jeecg.com/designreport/images/2_1610712163535.jpg","layer_id":"qxI7kusX3x5pFL1g","offsetX":0,"offsetY":0,"virtualCellRange":[[10,1]]},{"row":10,"col":3,"colspan":1,"rowspan":1,"width":"59","height":"59","src":"https://static.jeecg.com/designreport/images/2_1610712404034.jpg","layer_id":"MUQmkqufOch7iGOu","offsetX":0,"offsetY":0,"virtualCellRange":[[10,3]]}]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201203163924_1606984776379.png', 'admin', TO_DATE('2020-12-02 17:58:59', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-06-15 11:31:00', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '5125', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334420681185566722', '202012031408346166', '学校经费一览表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":6,"sci":20,"eri":6,"eci":20,"width":59,"height":25},"excel_config_id":"1334420681185566722","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"学校经费一览表","merge":[0,22],"style":10}},"height":72},"1":{"cells":{"1":{"text":"学校类别","style":221,"merge":[4,0]},"2":{"merge":[4,0],"style":222,"text":"学校名称"},"3":{"text":"财政教育经费投入(万元)","merge":[0,8],"style":84},"12":{"text":"其他投入","merge":[0,7],"style":84},"20":{"style":84,"text":"补充资料","merge":[0,4]}},"height":28},"2":{"cells":{"3":{"text":"总计","style":117,"merge":[3,0]},"4":{"text":"教育事业费","style":117,"merge":[0,6]},"11":{"text":"基础拨款","style":117,"merge":[3,0]},"12":{"text":"村投入","style":117,"merge":[0,4]},"17":{"text":"社会捐款","style":117,"merge":[0,2]},"20":{"style":126,"merge":[0,4],"text":"信息化建设"}},"height":24},"3":{"cells":{"4":{"merge":[0,1],"text":"合计","style":121},"6":{"merge":[2,0],"text":"人员经费","style":121},"7":{"merge":[2,0],"text":"日常公用费用","style":123},"8":{"merge":[0,2],"text":"项目经费","style":121},"12":{"merge":[2,0],"text":"合计","style":121},"13":{"merge":[0,3],"text":"其中","style":121},"17":{"merge":[2,0],"text":"合计","style":121},"18":{"merge":[0,1],"text":"其中","style":121},"20":{"merge":[2,0],"text":"本年投入金额(万元)","style":230},"21":{"merge":[0,1],"text":"电脑数(台数)","style":121},"23":{"merge":[0,1],"text":"校园网数(个)","style":121}}},"4":{"cells":{"4":{"merge":[1,0],"text":"金额","style":126},"5":{"merge":[1,0],"text":"比上年增长(%)","style":127},"8":{"merge":[1,0],"text":"合计","style":121},"9":{"merge":[0,1],"text":"其中","style":121},"13":{"merge":[1,0],"text":"人员经费","style":131},"14":{"merge":[1,0],"text":"日常公用费用","style":131},"15":{"merge":[1,0],"text":"项目经费","style":131},"16":{"merge":[1,0],"text":"基建投入","style":131},"18":{"merge":[1,0],"text":"项目经费","style":131},"19":{"merge":[1,0],"text":"基础投入","style":131},"21":{"merge":[1,0],"text":"合计","style":121},"22":{"merge":[1,0],"text":"本年购置数","style":121},"23":{"style":121,"merge":[1,0],"text":"合计"},"24":{"merge":[1,0],"text":"本年建成数","style":121}}},"5":{"cells":{"9":{"text":"标准化建设","style":131},"10":{"text":"信息化建设","style":121}}},"6":{"cells":{"1":{"text":"#{laiyuan.group(class)}","style":233,"aggregate":"group"},"2":{"text":"#{laiyuan.school}","style":234},"3":{"style":240,"text":"=SUM(E7,I7)","decimalPlaces":"0"},"4":{"style":240,"text":"=SUM(G7,H7)","decimalPlaces":"0"},"5":{"text":"#{laiyuan.lv}","style":12},"6":{"text":"#{laiyuan.renyuan_jy}","style":239,"decimalPlaces":"0"},"7":{"text":"#{laiyuan.richang_jy}","style":239,"decimalPlaces":"0"},"8":{"style":239,"text":"=SUM(J7,K7)","decimalPlaces":"0"},"9":{"text":"#{laiyuan.biaozhun_jy}","style":239,"decimalPlaces":"0"},"10":{"text":"#{laiyuan.xinxi_jy}","style":239,"decimalPlaces":"0"},"11":{"text":"#{laiyuan.jichubokuan_jy}","style":239,"decimalPlaces":"0"},"12":{"text":"=SUM(N7,O7)","style":239,"decimalPlaces":"0"},"13":{"text":"#{laiyuan.renyuan_ct}","style":239,"decimalPlaces":"0"},"14":{"text":"#{laiyuan.richang_ct}","style":239,"decimalPlaces":"0"},"15":{"text":"#{laiyuan.xiangmu_ct}","style":239,"decimalPlaces":"0"},"16":{"text":"#{laiyuan.jichubokuan_ct}","style":239,"decimalPlaces":"0"},"17":{"text":"=SUM(S7,T7)","style":239,"decimalPlaces":"0"},"18":{"text":"#{laiyuan.xiangmu_sh}","style":239,"decimalPlaces":"0"},"19":{"text":"#{laiyuan.jichubokuan_sh}","style":239,"decimalPlaces":"0"},"20":{"style":239,"text":"=SUM(V7,X7)","decimalPlaces":"0"},"21":{"style":239,"text":"#{laiyuan.diannao}","decimalPlaces":"0"},"22":{"text":"#{laiyuan.diannao}","style":239,"decimalPlaces":"0"},"23":{"style":239,"text":"#{laiyuan.xiaoyuanwang}","decimalPlaces":"0"},"24":{"text":"#{laiyuan.xiaoyuanwang}","style":239,"decimalPlaces":"0"}},"isDrag":true},"7":{"cells":{"1":{"text":"总计","style":226,"rendered":"","merge":[0,1]},"3":{"style":228,"text":"=SUM(D7)"},"4":{"style":228,"text":"=SUM(E7)"},"5":{"style":228,"text":""},"6":{"style":228,"text":"=SUM(G7)"},"7":{"style":228,"text":"=SUM(H7)"},"8":{"style":228,"text":"=SUM(I7)"},"9":{"style":228,"text":"=SUM(J7)"},"10":{"style":228,"text":"=SUM(K7)"},"11":{"style":228,"text":"=SUM(L7)"},"12":{"style":228,"text":"=SUM(M7)"},"13":{"style":229,"text":"=SUM(N7)"},"14":{"style":229,"text":"=SUM(O7)"},"15":{"style":229,"text":"=SUM(P7)"},"16":{"style":229,"text":"=SUM(Q7)"},"17":{"style":229,"text":"=SUM(R7)"},"18":{"style":229,"text":"=SUM(S7)"},"19":{"style":229,"text":"=SUM(T7)"},"20":{"style":229,"text":"=SUM(U7)"},"21":{"style":229,"text":"=SUM(V7)"},"22":{"style":229,"text":"=SUM(W7)"},"23":{"style":232,"text":"=SUM(X7)"},"24":{"style":229,"text":"=SUM(Y7)"}}},"9":{"cells":{"4":{"lineStart":"leftbottom","text":""},"6":{"text":"","aggregate":"dynamic"}}},"19":{"cells":{"1":{"text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"laiyuan.class","freeze":"A1","dataRectWidth":1738,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"bgcolor":"#02a274","font":{"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff"},{"textwrap":true},{"textwrap":true,"font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#ffffff"},{"align":"center","bgcolor":"#02a274","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#000100"},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100"},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100","bgcolor":""},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center"},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"textwrap":true,"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"font":{"size":9},"border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":""},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10}},{"color":"#000100","bgcolor":"","font":{"size":10}},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":10},"align":"center"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100"},{"font":{"size":10},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"color":"#000100","bgcolor":"","align":"center"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"color":"#000100","bgcolor":"","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"font":{"size":10},"align":"center","bgcolor":"#"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"align":"center","bgcolor":"#"},{"bgcolor":"#","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"color":"#000100","bgcolor":"#fffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"textwrap":true,"bgcolor":"#fffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"color":"#000100","bgcolor":"#ffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"textwrap":true,"bgcolor":"#ffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"color":"#000100","bgcolor":"#fff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"textwrap":true,"bgcolor":"#fff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"color":"#000100","bgcolor":"#ff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"textwrap":true,"bgcolor":"#ff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"color":"#000100","bgcolor":"#f","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#f"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"textwrap":true,"bgcolor":"#f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"color":"#000100","bgcolor":"#","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"textwrap":true,"bgcolor":"#"},{"color":"#000100","bgcolor":"#ddefe8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"color":"#000100","font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":9},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8"},{"bgcolor":"#aedac8"},{"bgcolor":"#fffff"},{"bgcolor":"#ffff"},{"bgcolor":"#fff"},{"bgcolor":"#ff"},{"bgcolor":"#f"},{"align":"center","bgcolor":"#aedac8","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":""},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"aedac8"},{"align":"center","bgcolor":"aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"##aedac8"},{"bgcolor":"##aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":9}},{"bgcolor":"#aedac8","font":{"size":8}},{"bgcolor":"#aedac8","font":{"size":8},"align":"left"},{"bgcolor":"#aedac8","font":{"size":8},"align":"left","valign":"middle"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":10}},{"bgcolor":"#02a274","font":{"size":10},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#ddefe8","font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":10},"align":"center"},{"align":"center","bgcolor":"#aedac8","font":{"size":10}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":10}},{"bgcolor":"#aedac8","font":{"size":10},"align":"left","valign":"middle"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","strike":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","strike":false},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":132},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":61},"8":{"width":60},"9":{"width":75},"10":{"width":75},"11":{"width":64},"12":{"width":70},"13":{"width":63},"14":{"width":86},"15":{"width":64},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":82},"23":{"width":73},"24":{"width":86},"len":50},"merges":["B1:X1","B2:B6","C2:C6","D2:L2","M2:T2","U2:Y2","D3:D6","E3:K3","L3:L6","M3:Q3","R3:T3","U3:Y3","E4:F4","G4:G6","H4:H6","I4:K4","M4:M6","N4:Q4","R4:R6","S4:T4","U4:U6","V4:W4","X4:Y4","E5:E6","F5:F6","I5:I6","J5:K5","N5:N6","O5:O6","P5:P6","Q5:Q6","S5:S6","T5:T6","V5:V6","W5:W6","X5:X6","Y5:Y6","B8:C8"]}', NULL, 'https://static.jeecg.com/designreport/images/jingfei_1607069843358.png', 'admin', TO_DATE('2020-12-03 16:54:17', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:53:17', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '17623', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334457419857793024', '20201203192154', '超市各地区销售额', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":7,"sci":2,"eri":7,"eci":2,"width":85,"height":25},"excel_config_id":"1334457419857793024","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"各地区商品销售额一栏表","merge":[0,18],"style":13}},"height":82},"1":{"cells":{"1":{"text":"地区|类型|时间","lineStart":"lefttop","style":56,"merge":[1,1],"height":50},"3":{"text":"2020年","style":46,"merge":[0,12]},"16":{"text":"2019年","style":46,"merge":[0,9]}}},"2":{"cells":{"3":{"text":"12月","style":46},"4":{"text":"11月","style":46},"5":{"text":"10月","style":46},"6":{"text":"9月","style":46},"7":{"text":"8月","style":46},"8":{"text":"7月","style":46},"9":{"text":"6月","style":46},"10":{"text":"5月","style":46},"11":{"text":"4月","style":46},"12":{"text":"3月","style":46},"13":{"text":"2月","style":46},"14":{"text":"1月","style":46},"15":{"text":"本年小计","style":46},"16":{"text":"12月","style":46},"17":{"text":"11月","style":46},"18":{"text":"10月","style":46},"19":{"text":"9月","style":46},"20":{"text":"8月","style":46},"21":{"text":"7月","style":46},"22":{"text":"6月","style":46},"23":{"text":"5月","style":46},"24":{"text":"4月","style":46},"25":{"text":"本年小计","style":46}}},"3":{"cells":{"1":{"text":"#{xiaoshou.group(diqu)}","style":51,"aggregate":"group"},"2":{"text":"#{xiaoshou.class}","style":51},"3":{"text":"#{xiaoshou.sales_11}","style":21,"decimalPlaces":"0"},"4":{"text":"#{xiaoshou.sales_12}","style":21,"decimalPlaces":"0"},"5":{"text":"#{xiaoshou.sales_13}","style":21,"decimalPlaces":"0"},"6":{"text":"#{xiaoshou.sales_14}","style":21,"decimalPlaces":"0"},"7":{"text":"#{xiaoshou.sales_15}","style":21,"decimalPlaces":"0"},"8":{"text":"#{xiaoshou.sales_16}","style":21,"decimalPlaces":"0"},"9":{"text":"#{xiaoshou.sales_17}","style":21,"decimalPlaces":"0"},"10":{"text":"#{xiaoshou.sales_18}","style":21,"decimalPlaces":"0"},"11":{"text":"#{xiaoshou.sales_19}","style":21,"decimalPlaces":"0"},"12":{"text":"#{xiaoshou.sales_20}","style":21,"decimalPlaces":"0"},"13":{"text":"#{xiaoshou.sales_21}","style":21,"decimalPlaces":"0"},"14":{"text":"#{xiaoshou.sales_22}","style":21,"decimalPlaces":"0"},"15":{"style":48,"text":"=SUM(D4:O4)","decimalPlaces":"0"},"16":{"text":"#{xiaoshou.sales_31}","style":21,"decimalPlaces":"0"},"17":{"text":"#{xiaoshou.sales_32}","style":21,"decimalPlaces":"0"},"18":{"text":"#{xiaoshou.sales_33}","style":21,"decimalPlaces":"0"},"19":{"text":"#{xiaoshou.sales_34}","style":21,"decimalPlaces":"0"},"20":{"text":"#{xiaoshou.sales_35}","style":21,"decimalPlaces":"0"},"21":{"text":"#{xiaoshou.sales_36}","style":21,"decimalPlaces":"0"},"22":{"text":"#{xiaoshou.sales_37}","style":21,"decimalPlaces":"0"},"23":{"text":"#{xiaoshou.sales_38}","style":21,"decimalPlaces":"0"},"24":{"text":"#{xiaoshou.sales_39}","style":21,"decimalPlaces":"0"},"25":{"style":48,"text":"=SUM(Q4:Y4)","decimalPlaces":"0"}},"isDrag":true},"4":{"cells":{"1":{"text":"合计","style":52,"rendered":"","merge":[0,1]},"3":{"text":"=SUM(D4)","style":55},"4":{"text":"=SUM(E4)","style":55},"5":{"text":"=SUM(F4)","style":55},"6":{"text":"=SUM(G4)","style":55},"7":{"text":"=SUM(H4)","style":55},"8":{"text":"=SUM(I4)","style":55},"9":{"text":"=SUM(J4)","style":55},"10":{"text":"=SUM(K4)","style":55},"11":{"text":"=SUM(L4)","style":55},"12":{"text":"=SUM(M4)","style":55},"13":{"text":"=SUM(N4)","style":55},"14":{"text":"=SUM(O4)","style":55},"15":{"text":"=SUM(P4)","style":55},"16":{"text":"=SUM(Q4)","style":55},"17":{"text":"=SUM(R4)","style":55},"18":{"text":"=SUM(S4)","style":55},"19":{"text":"=SUM(T4)","style":55},"20":{"text":"=SUM(U4)","style":55},"21":{"text":"=SUM(V4)","style":55},"22":{"text":"=SUM(W4)","style":55},"23":{"text":"=SUM(X4)","style":55},"24":{"text":"=SUM(Y4)","style":55},"25":{"text":"=SUM(Z4)","style":55}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xiaoshou.diqu","freeze":"A1","dataRectWidth":2464,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#"},{"bgcolor":"#d7f2f9"},{"bgcolor":"#d7f2f9","align":"center"},{"align":"center"},{"align":"center","bgcolor":"#"},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]}},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"color":"#ffffff"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"color":"#ffffff"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#bdd7ee"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":10},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"align":"center","bgcolor":"#d7f2f9"},{"align":"center","bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee","format":"number"},{"bgcolor":"#bdd7ee","format":"number","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"isGroup":true,"cols":{"0":{"width":21},"1":{"width":63},"2":{"width":85},"3":{"width":95},"4":{"width":83},"5":{"width":81},"6":{"width":88},"7":{"width":89},"8":{"width":87},"9":{"width":95},"10":{"width":92},"11":{"width":95},"12":{"width":96},"13":{"width":98},"14":{"width":98},"15":{"width":78},"16":{"width":110},"17":{"width":111},"18":{"width":102},"19":{"width":102},"20":{"width":114},"21":{"width":111},"22":{"width":113},"23":{"width":107},"24":{"width":115},"25":{"width":135},"26":{"width":135},"27":{"width":135},"28":{"width":135},"29":{"width":135},"len":50},"merges":["B1:T1","B2:C3","D2:P2","Q2:Z2","B5:C5"]}', NULL, 'https://static.jeecg.com/designreport/images/chaoshi_1607069609875.png', 'admin', TO_DATE('2020-12-03 19:21:55', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-28 17:59:14', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '797', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334696790477377536', '20201204111149', '学校收入一览表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":11,"sci":4,"eri":11,"eci":4,"width":92,"height":25},"excel_config_id":"1334696790477377536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"学校收入一览表","style":25,"merge":[0,13]}},"height":71},"1":{"cells":{"1":{"text":"校园信息","merge":[1,2],"style":40},"4":{"text":"学生信息","merge":[1,2],"style":40},"7":{"merge":[1,5],"style":42,"text":"收款信息"},"13":{"merge":[0,11],"text":"确认收入信息","style":43}},"height":23},"2":{"cells":{"13":{"merge":[0,3],"text":"2020.09","style":46},"17":{"merge":[0,3],"text":"2020.10","style":46},"21":{"text":"合计","style":46,"merge":[0,3]}},"height":40},"3":{"cells":{"1":{"text":"所属城际","style":50},"2":{"text":"所属校园","style":50},"3":{"text":"NC帐套","style":50},"4":{"text":"学号","style":50},"5":{"text":"姓名","style":50},"6":{"text":"性质","style":50},"7":{"text":"缴费金额","style":50},"8":{"text":"缴费时间","style":50},"9":{"text":"缴费性质","style":50},"10":{"text":"缴费所属期间","style":50},"11":{"text":"缴费月份数","style":50},"12":{"text":"缴费方式","style":50},"13":{"text":"全部","style":50},"14":{"text":"学费","style":50},"15":{"text":"餐费","style":50},"16":{"text":"校车费","style":50},"17":{"text":"全部","style":50},"18":{"text":"学费","style":50},"19":{"text":"餐费","style":50},"20":{"text":"校车费","style":50},"21":{"text":"全部","style":50},"22":{"text":"学费","style":50},"23":{"text":"餐费","style":50},"24":{"text":"校车费","style":50}}},"4":{"cells":{"1":{"text":"#{shouru.group(city)}","style":45,"aggregate":"group"},"2":{"text":"#{shouru.group(school)}","style":45,"aggregate":"group"},"3":{"text":"#{shouru.ncnum}","style":35,"aggregate":"select"},"4":{"text":"#{shouru.num}","style":35},"5":{"text":"#{shouru.name}","style":35},"6":{"text":"#{shouru.class}","style":35},"7":{"text":"#{shouru.pay}","style":35},"8":{"text":"#{shouru.paytime}","style":35},"9":{"text":"#{shouru.payclass}","style":35},"10":{"text":"#{shouru.pay1}","style":35},"11":{"text":"#{shouru.paymoth}","style":35},"12":{"text":"#{shouru.pay2}","style":35},"13":{"style":33,"text":"=SUM(O5:Q5)"},"14":{"text":"#{shouru.tuition_09}","style":35},"15":{"text":"#{shouru.meals_09}","style":35},"16":{"text":"#{shouru.busfee_09}","style":35},"17":{"style":33,"text":"=SUM(S5:U5)"},"18":{"text":"#{shouru.tuition_10}","style":35},"19":{"text":"#{shouru.meals_10}","style":35},"20":{"text":"#{shouru.busfee_10}","style":35},"21":{"style":68,"text":"=SUM(W5,X5)"},"22":{"style":35,"text":"=SUM(O5,S5)"},"23":{"style":35,"text":"=SUM(P5,T5)"},"24":{"style":35,"text":"=SUM(Q5,U5)"}},"isDrag":true,"height":35},"5":{"cells":{"1":{"style":15,"text":"合计","rendered":"","merge":[0,1]},"3":{"style":66,"text":" "},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"style":66,"text":" "},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"style":66,"text":" "},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"style":66,"text":" "},"13":{"style":15,"text":"=SUM(N5)"},"14":{"style":66,"text":" "},"15":{"style":66,"text":" "},"16":{"style":66,"text":" "},"17":{"style":15,"text":"=SUM(R5)"},"18":{"text":" ","style":66},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"style":15,"text":"=SUM(V5)"},"22":{"style":15,"text":"=SUM(W5)"},"23":{"style":15,"text":"=SUM(X5)"},"24":{"style":15,"text":"=SUM(Y5)"}}},"16":{"cells":{"1":{}}},"17":{"cells":{"1":{}}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"shouru.city","freeze":"A1","dataRectWidth":1983,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"bgcolor":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#b2ddec"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10}},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","bgcolor":"#dff2f9"},{"bgcolor":""},{"bgcolor":"#309fc6"},{"align":"center","color":"#ffffff"},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#dff2f9"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"¥b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"align":"center","bgcolor":"","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#d7f2f9","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#bdd7ee","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":10}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10}},{"font":{"size":12}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":12}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":12}},{"font":{"size":10.5}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10.5}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10.5}},{"align":"left","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"left"},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"format":"rmb"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"isGroup":true,"cols":{"0":{"width":37},"1":{"width":79},"2":{"width":87},"3":{"width":79},"4":{"width":92},"5":{"width":90},"6":{"width":79},"7":{"width":83},"8":{"width":89},"9":{"width":79},"10":{"width":89},"11":{"width":84},"12":{"width":76},"13":{"width":67},"14":{"width":74},"15":{"width":69},"16":{"width":74},"17":{"width":68},"18":{"width":76},"19":{"width":79},"20":{"width":78},"21":{"width":74},"22":{"width":81},"len":50},"merges":["B1:O1","B2:D3","E2:G3","H2:M3","N2:Y2","N3:Q3","R3:U3","V3:Y3","B6:C6"]}', NULL, 'https://static.jeecg.com/designreport/images/xuexiao_1607069724407.png', 'admin', TO_DATE('2020-12-04 11:11:50', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-28 18:25:27', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '32887', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1334757703079301120', '20201204151358', '车间零件完工一览表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":8,"sci":11,"eri":8,"eci":11,"width":100,"height":25},"excel_config_id":"1334757703079301120","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"车间零件完工一览表","merge":[0,12],"style":23}},"height":81},"1":{"cells":{"1":{"text":"车间","style":22},"2":{"text":"成品名称","style":22},"3":{"text":"半成品名称","style":22},"4":{"text":"完工时间","style":22},"5":{"text":"状态","style":22},"6":{"text":"成品属性","style":22},"7":{"text":"工单号","style":22},"8":{"text":"工单数量","style":22},"9":{"text":"计划数量","style":22},"10":{"text":"完成数量","style":22},"11":{"text":"UPH","style":22},"12":{"text":"H/C","style":22},"13":{"text":"计划时间","style":22},"14":{"text":"良率","style":22},"15":{"text":"备注","style":22}},"height":55},"2":{"cells":{"1":{"text":"#{chejian.group(city)}","style":16,"aggregate":"group"},"2":{"text":"#{chejian.finish}","style":14},"3":{"text":"#{chejian.semifinish}","style":14},"4":{"text":"#{chejian.time}","style":14},"5":{"text":"#{chejian.state}","style":14},"6":{"text":"#{chejian.attribute}","style":14},"7":{"text":"#{chejian.num}","style":14},"8":{"text":"#{chejian.gnum}","style":14},"9":{"text":"#{chejian.jnum}","style":14},"10":{"text":"#{chejian.wnum}","style":14},"11":{"text":"#{chejian.uph}","style":24},"12":{"text":"#{chejian.hc}","style":14},"13":{"text":"#{chejian.jtime}","style":14},"14":{"text":"#{chejian.yield}","style":14},"15":{"text":"#{chejian.beizhu}","style":14}},"isDrag":true,"height":35},"3":{"cells":{"11":{"text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"chejian.city","freeze":"A1","dataRectWidth":1494,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"bgcolor":"#309fc6"},{"bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#b2ddec"},{"font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":45},"1":{"width":106},"2":{"width":121},"3":{"width":124},"4":{"width":87},"5":{"width":76},"6":{"width":82},"7":{"width":81},"8":{"width":69},"9":{"width":76},"10":{"width":81},"15":{"width":146},"len":50},"merges":["B1:N1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185352_1608116050060.png', 'admin', TO_DATE('2020-12-04 15:13:58', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:53:20', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '5340', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1337271712059887616', '20201211134332', '山东智慧旅游大屏', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":11,"colspan":3,"rowspan":13,"width":"293","height":"324","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"河北\",\"北京\",\"上海\",\"山东\",\"深圳\",\"黑龙江\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"河北\",\"value\":\"1500\",\"itemStyle\":{\"color\":\"rgba(99,198,213,1)\"}},{\"name\":\"北京\",\"value\":\"3700\",\"itemStyle\":{\"color\":\"rgba(249,190,165,1)\"}},{\"name\":\"上海\",\"value\":\"1000\",\"itemStyle\":{\"color\":\"rgba(254,231,105,1)\"}},{\"name\":\"山东\",\"value\":\"450\",\"itemStyle\":{\"color\":\"rgba(100,122,185,1)\"}},{\"name\":\"深圳\",\"value\":\"5000\",\"itemStyle\":{\"color\":\"rgba(116,166,198,1)\"}},{\"name\":\"黑龙江\",\"value\":\"3600\",\"itemStyle\":{\"color\":\"rgba(243,137,130,1)\"}}],\"bottom\":60,\"isRadius\":true,\"roseType\":\"\",\"minAngle\":\"10\",\"right\":\"10%\",\"label\":{\"show\":true,\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"value\",\"radius\":[\"40%\",\"49%\"]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"游客来源分析\",\"textStyle\":{\"color\":\"#FAF6F6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338678877395881985","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"laiyuan1","dataId1":"","source":"","target":"","chartType":"pie.simple","chartId":"pie.rose"},"layer_id":"i5HQTS1CQ2VH6nEQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,11],[1,12],[1,13]]},{"row":1,"col":1,"colspan":4,"rowspan":6,"width":"359","height":"149","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"杭州\",\"南京\",\"苏州\",\"武汉\",\"南昌\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":40,\"left\":44,\"bottom\":25,\"right\":10},\"series\":[{\"barWidth\":10,\"data\":[\"888\",\"765\",\"698\",\"436\",\"415\"],\"name\":\"数量\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(19,199,248,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#12C2F2\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"游客来源排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338457100451328002","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"laiyuan","dataId1":"","source":"","target":"","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal","isTiming":false,"intervalTime":"2"},"layer_id":"ndKvmqU3tX7y3naJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4]]},{"row":1,"col":9,"colspan":2,"rowspan":7,"width":"181","height":"172","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(99,198,213,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—飞机\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"1uidom5ErD4PeDUK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,9],[1,10]]},{"row":2,"col":5,"colspan":4,"rowspan":12,"width":"531","height":"299","config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.7,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8BD0F7\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#378DBD\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"data\":[{\"name\":\"宜兴市\",\"value\":[119.820538,31.364384,\"250\"]},{\"name\":\"江阴市\",\"value\":[120.275891,31.910984,\"500\"]}],\"name\":\"pm2.5\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#EDF663\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\",\"textStyle\":{\"fontSize\":\"8\"}},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#F0E426\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1338720793164517378","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ditu","dataId1":"","source":"","target":"","chartType":"map.scatter","chartId":""},"layer_id":"gqXehyaiANglaPQG","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,5],[2,6],[2,7],[2,8]]},{"row":7,"col":1,"colspan":4,"rowspan":7,"width":"359","height":"174","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":30,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"灵山\",\"梅园\",\"三国派\",\"张山洞\",\"惠山古镇\",\"东林书院\",\"档口古镇\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":41,\"left\":45,\"bottom\":49,\"right\":26},\"series\":[{\"barWidth\":13,\"data\":[\"888\",\"4702\",\"4484\",\"4356\",\"3752\",\"2500\",\"1800\"],\"name\":\"value\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#43F2E8\"},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":\"5px\",\"text\":\"游客分布排行\",\"textStyle\":{\"color\":\"#FBFBFB\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338667866760679426","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fenbu1","dataId1":"","source":"","target":"","chartType":"bar.simple","chartId":"bar.simple"},"layer_id":"aZ4FsMHs0xbfUpYQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,1],[7,2],[7,3],[7,4]]},{"row":8,"col":9,"colspan":2,"rowspan":6,"width":"186","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(254,231,105,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"48%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—火车\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"778X5NaIRavT5Nm1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,9],[8,10]]},{"row":14,"col":9,"colspan":2,"rowspan":5,"width":"186","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"11\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(243,137,130,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—轮船\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"DNX66I155dmhuer0","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,9],[14,10]]},{"row":14,"col":1,"colspan":4,"rowspan":11,"width":"359","height":"270","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"宾馆\",\"景区\",\"餐饮\",\"商城\",\"商业街\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"宾馆\",\"value\":\"4.5\",\"itemStyle\":{\"color\":\"rgba(44,222,250,1)\"}},{\"name\":\"景区\",\"value\":\"4.4\",\"itemStyle\":{\"color\":\"rgba(127,244,201,1)\"}},{\"name\":\"餐饮\",\"value\":\"3.2\",\"itemStyle\":{\"color\":\"rgba(252,209,1,1)\"}},{\"name\":\"商城\",\"value\":\"2.3\",\"itemStyle\":{\"color\":\"rgba(239,134,127,1)\"}},{\"name\":\"商业街\",\"value\":\"2\",\"itemStyle\":{\"color\":\"rgba(105,127,193,1)\"}},{\"name\":\"其他\",\"value\":\"1.8\",\"itemStyle\":{\"color\":\"rgba(115,164,196,1)\"}}],\"bottom\":27,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"fontSize\":\"12\",\"fontWeight\":\"normal\"}},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":59,\"left\":\"10%\",\"gap\":3,\"name\":\"value\",\"width\":\"72%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"trigger\":\"item\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"停留时长分布\",\"textStyle\":{\"color\":\"#FBF8F8\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338669749617299458","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"yanshi","dataId1":"","source":"","target":"","chartType":"funnel.simple","chartId":"bar.simple"},"layer_id":"7WtIijKkXSWV8mJp","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,1],[14,2],[14,3],[14,4]]},{"row":14,"col":5,"colspan":4,"rowspan":11,"width":"530","height":"274","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFEFE\",\"fontSize\":12}},\"data\":[\"10.1\",\"10.2\",\"10.3\",\"10.4\",\"10.5\",\"10.6\",\"10.7\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":43,\"bottom\":42,\"right\":27},\"series\":[{\"areaStyle\":null,\"data\":[\"3200\",\"3000\",\"3500\",\"3800\",\"2800\",\"3100\",\"3700\"],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"value\",\"itemStyle\":{\"color\":\"#01E4FE\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"游客趋势分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338724105821622274","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"qushi","dataId1":"","source":"","target":"","chartType":"line.simple","chartId":"line.simple"},"layer_id":"ZrPvcA8ReTCrfWyy","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,5],[14,6],[14,7],[14,8]]},{"row":14,"col":11,"colspan":3,"rowspan":11,"width":"295","height":"274","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1\",\"2\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"layout\":\"circular\",\"lineStyle\":{\"curveness\":0.3,\"color\":\"source\"},\"data\":[{\"name\":\"江苏\",\"value\":\"500\",\"category\":0},{\"name\":\"广东\",\"value\":\"300\",\"category\":1},{\"name\":\"浙江\",\"value\":\"100\",\"category\":2},{\"name\":\"湖北\",\"value\":\"1000\",\"category\":2},{\"name\":\"湖南\",\"value\":\"888\",\"category\":2}],\"center\":[\"150\",\"120\"],\"name\":\"value\",\"links\":[{\"source\":\"江苏\",\"target\":\"广东\"},{\"source\":\"广东\",\"target\":\"湖北\"},{\"source\":\"湖南\",\"target\":\"江苏\"},{\"source\":\"广东\",\"target\":\"浙江\"},{\"source\":\"浙江\",\"target\":\"广东\"},{\"source\":\"浙江\",\"target\":\"湖北\"},{\"source\":\"浙江\",\"target\":\"湖南\"},{\"source\":\"湖南\",\"target\":\"浙江\"},{\"source\":\"湖南\",\"target\":\"湖北\"},{\"source\":\"湖南\",\"target\":\"广东\"}],\"categories\":[{\"name\":\"1\",\"itemStyle\":{\"color\":\"\"}},{\"name\":\"2\",\"itemStyle\":{\"color\":\"\"}},{\"name\":\"1\",\"itemStyle\":{\"color\":\"\"}}],\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"type\":\"graph\",\"roam\":true}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"来源关系分布\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338687259901169665","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"xianlu","dataId1":"1338687435562815489","source":"from_name","target":"to_name","chartType":"graph.simple","isTiming":true,"intervalTime":"5","id":""},"layer_id":"ejghiJGsHBsY5lsY","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,11],[14,12],[14,13],[14,14]]},{"row":19,"col":9,"colspan":2,"rowspan":6,"width":"188","height":"146","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(116,166,198,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—其他\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"SyZNSbb9ooxZvyH1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,9],[19,10],[19,11]]}],"area":false,"excel_config_id":"1337271712059887616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"山东智慧旅游大屏","style":5,"merge":[0,12]}},"height":96},"1":{"cells":{"1":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"2":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"3":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"4":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"9":{"text":" ","virtual":"1uidom5ErD4PeDUK"},"10":{"text":" ","virtual":"1uidom5ErD4PeDUK"},"11":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"},"12":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"},"13":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"}}},"2":{"cells":{"5":{"text":" ","virtual":"gqXehyaiANglaPQG"},"6":{"text":" ","virtual":"gqXehyaiANglaPQG"},"7":{"text":" ","virtual":"gqXehyaiANglaPQG"},"8":{"text":" ","virtual":"gqXehyaiANglaPQG"}}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{"1":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"2":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"3":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"4":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"}}},"8":{"cells":{"9":{"text":" ","virtual":"778X5NaIRavT5Nm1"},"10":{"text":" ","virtual":"778X5NaIRavT5Nm1"}}},"12":{"cells":{}},"13":{"cells":{"11":{"text":" ","virtual":"e0TvMeaBiYnZTQ0X","merge":[0,2],"style":4}}},"14":{"cells":{"1":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"2":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"3":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"4":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"5":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"6":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"7":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"8":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"9":{"text":" ","virtual":"DNX66I155dmhuer0"},"10":{"text":" ","virtual":"DNX66I155dmhuer0"},"11":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"12":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"13":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"14":{"text":" ","virtual":"ejghiJGsHBsY5lsY"}}},"15":{"cells":{}},"16":{"cells":{}},"19":{"cells":{"9":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"},"10":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"},"11":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"}}},"20":{"cells":{}},"21":{"cells":{}},"27":{"cells":{"2":{"text":""}},"isDrag":true},"len":97},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"freeze":"A1","dataRectWidth":1537,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1607665431796.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"rgb(71,208,241)"},{"color":"rgb(71,208,241)","font":{"size":16}},{"color":"rgb(71,208,241)","font":{"size":16},"align":"center"},{"align":"center"},{"color":"#ffffff"},{"color":"rgb(71,208,241)","font":{"size":18},"align":"center"},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":60},"4":{"width":62},"7":{"width":182},"8":{"width":150},"10":{"width":88},"11":{"width":95},"len":50},"merges":["B1:N1","L14:N14"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201218200411_1608293066714.png', 'admin', TO_DATE('2020-12-11 13:43:33', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 19:58:18', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '5640', NULL, NULL, '1'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1338370016550195200', '20201214142804', '条形码报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":3,"sci":7,"eri":5,"eci":7,"width":105,"height":145},"excel_config_id":"1338370016550195200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"merge":[1,6],"text":"居民身份证申领登记表","style":39}},"height":73},"1":{"cells":{"8":{"text":"","rendered":"","config":""}},"height":28},"2":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"受理单位(盖章)珠海市公安局","merge":[0,3],"style":36},"5":{"text":" "},"6":{"text":"","rendered":"","config":"","display":"normal"},"7":{"text":" "},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":""}},"height":34},"3":{"cells":{"1":{"text":"姓名","style":24},"2":{"style":7,"rendered":"","text":"${tm.name}"},"3":{"text":"性别","style":16},"4":{"style":7,"text":"${tm.sex}"},"5":{"text":"民族","style":16},"6":{"style":7,"text":"${tm.nation}"},"7":{"text":"${tm.tp}","style":7,"rendered":"h45oR9LiU0yMyTha","display":"img","merge":[2,0],"height":145},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""}},"isDrag":true,"height":47},"4":{"cells":{"1":{"text":"出生日期","style":24},"2":{"style":32,"merge":[0,4],"text":"${tm.birth}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":"","display":"normal"},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":47},"5":{"cells":{"1":{"text":"常住户口所在地住址","style":21},"2":{"style":7,"merge":[0,4],"text":"${tm.zhuzhi}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","display":"normal"},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":51},"6":{"cells":{"1":{"text":"公民身份证","style":24},"2":{"style":7,"merge":[0,5],"text":"${tm.card}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""},"10":{"text":"","rendered":""}},"isDrag":true,"height":49},"7":{"cells":{"1":{"text":"有限期限","style":24},"2":{"style":34,"merge":[0,1],"text":"${tm.ydate}"},"4":{"text":"签发机关","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.qfjg}"},"9":{"text":"","rendered":""},"10":{"text":"","rendered":""}},"isDrag":true,"height":50},"8":{"cells":{"1":{"text":"申领原因","style":24},"2":{"style":7,"merge":[0,5],"text":"${tm.slyy}","rendered":"","config":""},"9":{"text":"","rendered":""},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":55},"9":{"cells":{"1":{"text":"受理时间","style":24},"2":{"style":32,"merge":[0,1],"text":"${tm.sdate}"},"4":{"text":"受理号","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.shao}","rendered":"","config":""}},"isDrag":true,"height":49},"10":{"cells":{"1":{"text":"承办人","style":24},"2":{"style":7,"merge":[0,1],"text":"${tm.cbr}"},"4":{"text":"受理单位领导","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.sld}"},"11":{"text":"","rendered":"","config":"","display":"normal"}},"isDrag":true,"height":42},"11":{"cells":{"1":{"text":"申请(监护)人签名","style":21},"2":{"style":7,"merge":[0,1],"text":"${tm.sr}"},"4":{"text":"申请(监护)人联系电话","style":21},"5":{"style":7,"merge":[0,2],"text":"${tm.jphone}"},"8":{"text":"","rendered":"","config":""},"11":{"text":"","rendered":"","config":""}},"isDrag":true,"height":59},"12":{"cells":{"1":{"text":"领证人签名","style":24},"2":{"style":7,"merge":[0,1],"text":"${tm.lzr}"},"4":{"text":"领证时间","style":24},"5":{"style":32,"merge":[0,2],"text":"${tm.ldate}"},"11":{"text":"","rendered":"","config":""}},"isDrag":true,"height":57},"13":{"cells":{"1":{"text":"是否通过邮政特快专递方式领取二代","merge":[0,1],"style":24},"3":{"style":7,"merge":[0,4],"text":"${tm.sk}"},"8":{"text":"","rendered":"","config":""}},"isDrag":true,"height":50},"14":{"cells":{"1":{"text":"投递地址","style":24},"2":{"style":7,"merge":[0,2],"text":"${tm.dizhi}"},"5":{"text":"收件人","style":24},"6":{"style":7,"text":" ","merge":[0,1]},"9":{"text":"","rendered":"","config":""}},"isDrag":true,"height":53},"15":{"cells":{"1":{"text":"邮政编码","style":24},"2":{"style":7,"merge":[0,1]},"4":{"text":"备注","style":24},"5":{"style":7,"merge":[0,2]}},"isDrag":true,"height":47},"17":{"cells":{"1":{"text":"","style":31,"rendered":"","config":""},"7":{"style":31,"text":"","rendered":"","config":"","display":"normal"},"8":{"text":"","rendered":"","config":""}},"height":24},"18":{"cells":{"2":{"text":"","rendered":"","config":"","display":"normal"},"5":{"height":0,"text":"","rendered":"","config":"","display":"normal"},"6":{"text":"${tm.shao}","rendered":"lBIO6LdCKqIdOqek","config":"","display":"barcode","merge":[0,1],"height":0},"8":{"text":"","rendered":"","config":""}},"height":80},"19":{"cells":{"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""}}},"22":{"cells":{"7":{"text":"","rendered":"","config":""}}},"23":{"cells":{"7":{"text":"","rendered":"","config":""}}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":692,"displayConfig":{"1":{"barcodeContent":"${tm.tp}","format":"CODE128","width":2,"height":"80","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":272,"containerHeight":80},"2":{"barcodeContent":"${tm.shao}","format":"CODE128","width":2,"height":80,"displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":211,"containerHeight":80}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"font":{"name":"宋体","size":9}},{"font":{"name":"宋体","size":9},"color":"#3f3f3f"},{"font":{"name":"宋体","size":9},"color":"#0c0c0c"},{"font":{"name":"宋体","size":9},"color":"#7f7f7f"},{"font":{"name":"宋体","size":9},"color":"#595959"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"right"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false},"align":"center"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"align":"center"},{"font":{"size":8},"align":"right"},{"font":{"size":10},"align":"right"},{"font":{"size":10},"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date2"},{"format":"date2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date"},{"format":"date"},{"font":{"name":"宋体","size":9},"color":"#595959","valign":"bottom"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"align":"center","font":{"bold":true,"size":16},"valign":"bottom"},{}],"validations":[],"cols":{"0":{"width":27},"1":{"width":90},"2":{"width":156},"3":{"width":51},"4":{"width":96},"5":{"width":61},"6":{"width":106},"7":{"width":105},"8":{"width":135},"len":50},"merges":["B1:H2","B3:E3","C5:G5","C6:G6","C7:H7","C8:D8","F8:H8","C9:H9","C10:D10","F10:H10","C11:D11","F11:H11","C12:D12","F12:H12","C13:D13","F13:H13","B14:C14","D14:H14","C15:E15","G15:H15","C16:D16","F16:H16","G19:H19","H4:H6"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1608118350039.png', 'admin', TO_DATE('2020-12-14 14:28:04', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 21:36:09', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '28018', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1338744112815411200', '20201215151426', '简单条件查询报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1302,"autofilter":{},"validations":[],"cols":{"0":{"width":40},"1":{"width":107},"2":{"width":143},"3":{"width":106},"4":{"width":80},"5":{"width":85},"6":{"width":118},"7":{"width":120},"8":{"width":164},"9":{"width":139},"len":50},"area":false,"excel_config_id":"1338744112815411200","zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":"职务","style":92},"2":{"text":"雇员ID","style":92},"3":{"text":"姓名","style":92},"4":{"text":"性别","style":92},"5":{"style":92,"text":"年龄"},"6":{"text":"雇佣日期","style":92},"7":{"text":"家庭电话","style":92},"8":{"text":"出生日期","style":92},"9":{"text":"户口所在地","style":92},"10":{"text":"联系地址","style":92},"11":{"text":"紧急联系人","style":92}},"height":43},"2":{"cells":{"1":{"style":21,"text":"#{pop.group(update_by)}","aggregate":"group"},"2":{"style":21,"text":"#{pop.id}"},"3":{"style":21,"text":"#{pop.name}"},"4":{"style":21,"text":"#{pop.sex}"},"5":{"style":21,"text":"#{pop.age}"},"6":{"style":24,"text":"#{pop.gtime}","rendered":""},"7":{"style":21,"text":"#{pop.jphone}"},"8":{"style":24,"text":"#{pop.birth}"},"9":{"style":21,"text":"#{pop.hukou}"},"10":{"style":21,"text":"#{pop.laddress}"},"11":{"style":21,"text":"#{pop.jperson}"}},"height":34},"3":{"cells":{}},"4":{"cells":{"4":{"text":""}}},"5":{"cells":{"1":{"style":95,"text":"备注:"},"2":{"style":96,"text":" "},"3":{"style":96,"text":" "},"4":{"style":96,"text":" "},"5":{"style":97,"text":" "},"6":{"style":96,"text":" "},"7":{"style":98,"text":" "}}},"6":{"cells":{"1":{"style":99,"text":"1、支持模糊查询,需要输入 “*+字符串”或 “字符串+* ”或“*+字符串+*”,如:张* / *丽 / *亚*;","merge":[0,6]}}},"7":{"cells":{"1":{"style":99,"text":"2、以上“出生日期”为时间类型;","merge":[0,6]}}},"8":{"cells":{"1":{"style":99,"text":"3、以上“雇佣日期”为日期类型","merge":[0,6]}}},"9":{"cells":{"1":{"text":"4、以上“姓名”为字符串类型,支持精准查询和模糊查询;","style":100,"merge":[0,6]}}},"10":{"cells":{"1":{"text":"5、以上\"年龄\"为数字类型,支持精准查询和范围查询;","style":101,"merge":[0,6]}}},"len":100,"":{"cells":{"NaN":{"text":"","rendered":""}}}},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"top":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"top":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"color":"#0c0c0c","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"color":"#0c0c0c","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"left":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"right":["thin","#262626"]}},{"color":"#0c0c0c","border":{"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"left":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"bgcolor":"#5b9cd6","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"date"},{"color":"#0c0c0c","border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000"]}},{"color":"#0c0c0c","border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}}],"isGroup":true,"merges":["B7:H7","B8:H8","B9:H9","B10:H10","B11:H11"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216112919_1608089379396.png', 'admin', TO_DATE('2020-12-15 15:14:27', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-09 16:06:06', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '36554', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1338769064067076098', '202012151514266124', '多选条件查询报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"1338769064067076098","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{}},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","freeze":"A1","dataRectWidth":1560,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":113},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"merges":[]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', 'admin', TO_DATE('2020-12-15 16:53:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:53:29', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '13527', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1339478701846433792', '20201217155313', '企业实时报表', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":5,"col":12,"colspan":0,"rowspan":0,"width":"244","height":"128","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"合肥\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":16,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[800],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额城市排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"0","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal"},"layer_id":"qQHpevWlqElpRQUl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[5,12],[5,13],[5,14]]},{"row":6,"col":1,"colspan":0,"rowspan":0,"width":"302","height":"337","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"江苏\",\"山东\",\"安徽\",\"江西\",\"河北\",\"吉林\",\"黑龙江\",\"重庆\",\"广东\",\"上海\",\"哈尔滨\",\"福建\",\"四川\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":20,\"left\":45,\"bottom\":16,\"right\":46},\"series\":[{\"barWidth\":13,\"data\":[100,800,1200,1700,2500,4000,5800,6500,7000,7500,8000,8800,9500],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(67,184,251,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额省份排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339491107951640577","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xiaoshoue","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"pie.doughnut"},"layer_id":"IFj1lg5S5aNG1wPx","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,1],[6,2],[6,3],[6,4]]},{"row":6,"col":10,"colspan":0,"rowspan":0,"width":"247","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售进度\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"Yb2TIGEAxnvN9ITx","offsetX":"0","offsetY":"0","backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,10],[6,11]]},{"row":6,"col":15,"colspan":0,"rowspan":0,"width":"230","height":"127","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":20,\"right\":48},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"phTmhkjHLebYlOEQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,15],[6,16],[6,17],[6,18]]},{"row":7,"col":5,"colspan":0,"rowspan":0,"width":"430","height":"293","config":"{\"geo\":{\"map\":\"china\",\"zoom\":0.5,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8284FB\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#4195EF\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"河北\",\"value\":[114.502461,38.045474,279]},{\"name\":\"海南\",\"value\":[110.33119,20.031971,273]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,229]},{\"name\":\"甘肃\",\"value\":[103.823557,36.058039,194]},{\"name\":\"宁夏\",\"value\":[106.278179,38.46637,193]},{\"name\":\"浙江\",\"value\":[120.153576,30.287459,177]},{\"name\":\"湖南\",\"value\":[112.982279,28.19409,119]},{\"name\":\"湖北\",\"value\":[114.298572,30.584355,79]},{\"name\":\"河南\",\"value\":[113.665412,34.757975,67]},{\"name\":\"北京\",\"value\":[116.405285,39.904989,58]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,59]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,63]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FF1205\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartType":"map.scatter"},"layer_id":"YTri6J59av4gj1CY","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,5],[7,6],[7,7],[7,8]]},{"row":14,"col":12,"colspan":0,"rowspan":0,"width":"244","height":"138","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"50%\",\"60%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"ARuuHLfjqV9l1tQD","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,12],[14,13],[14,14]]},{"row":14,"col":15,"colspan":0,"rowspan":0,"width":"230","height":"139","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":""},"layer_id":"bcrMtWqTd2AJIjLd","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,15],[14,16],[14,17],[14,18]]},{"row":14,"col":10,"colspan":0,"rowspan":0,"width":"244","height":"138","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":15,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#698AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"Y1kgYOWBHIVQdSN5","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,10],[14,11]]},{"row":20,"col":1,"colspan":0,"rowspan":0,"width":"743","height":"150","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FEFEFE\",\"fontSize\":\"10\"}},\"data\":[\"2020-01-09\",\"2020-01-12\",\"2020-01-14\",\"2020-01-16\",\"2020-01-18\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":53,\"left\":22,\"bottom\":37,\"right\":20},\"series\":[{\"areaStyle\":{\"color\":\"#43B8FB\",\"opacity\":0.7},\"data\":[2,6,7,5,6],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#43B8FB\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":14,\"text\":\"销售额增速\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339538388453195777","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","chartId":""},"layer_id":"uChrZaHYoV04MQpT","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[20,1],[20,2],[20,3],[20,4],[20,5],[20,6],[20,7],[20,8],[20,9]]}],"area":{"sri":2,"sci":1,"eri":2,"eci":18,"width":1574,"height":25},"excel_config_id":"1339478701846433792","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{}},"2":{"cells":{"1":{"merge":[0,17],"text":"企业实时销售数据","style":3}}},"3":{"cells":{},"height":35},"4":{"cells":{"1":{"text":" 销售额省份排名","style":32,"merge":[0,1],"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":32,"virtual":"IFj1lg5S5aNG1wPx","text":" "},"5":{"text":" 销售总额","style":69},"10":{"text":" 销售进度","style":43},"11":{"text":" ","style":43},"13":{"text":" 销售额城市排名","style":32,"merge":[0,1]},"14":{"style":32,"text":" "},"15":{"text":" 个人业绩排名","style":32,"merge":[0,1]},"16":{"style":32,"text":" "},"17":{"text":" ","style":32,"merge":[0,1]},"18":{"style":32,"text":" "}},"height":38},"5":{"cells":{"1":{"text":" Sales ranking points","virtual":"IFj1lg5S5aNG1wPx","style":62,"merge":[0,1]},"2":{"style":31,"text":" "},"5":{"text":"12436025","style":52,"merge":[1,0]},"6":{"merge":[1,0],"text":"元","style":22},"10":{"text":" Sales progress","style":33},"11":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx","style":33},"12":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"13":{"text":" Sales ranking","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"style":32,"virtual":"qQHpevWlqElpRQUl","text":" "},"15":{"text":" Personal ranking","style":62,"merge":[0,1]},"16":{"style":62,"text":" "},"17":{"text":" ","style":62,"merge":[0,1]},"18":{"style":62,"text":" "}},"height":24},"6":{"cells":{"1":{"text":" ","merge":[0,1],"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":31,"virtual":"IFj1lg5S5aNG1wPx","text":" "},"3":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"4":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"5":{"style":53,"text":" "},"6":{"style":22,"text":" "},"10":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx"},"11":{"text":" ","style":33,"virtual":"Yb2TIGEAxnvN9ITx"},"13":{"text":" ","virtual":"qQHpevWlqElpRQUl","style":31},"15":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"16":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"17":{"text":" ","style":31,"virtual":"phTmhkjHLebYlOEQ"},"18":{"text":" ","virtual":"phTmhkjHLebYlOEQ"}}},"7":{"cells":{"5":{"style":53,"virtual":"YTri6J59av4gj1CY","text":" "},"6":{"style":22,"virtual":"YTri6J59av4gj1CY","text":" "},"7":{"text":" ","virtual":"YTri6J59av4gj1CY"},"8":{"text":" ","virtual":"YTri6J59av4gj1CY"}}},"8":{"cells":{"5":{"style":18,"text":" ","virtual":"YTri6J59av4gj1CY"}}},"9":{"cells":{"5":{"style":21,"text":" "}}},"10":{"cells":{"5":{"text":" ","style":17}}},"12":{"cells":{"10":{"text":" 品类销售排名","style":43},"11":{"text":" ","style":43},"13":{"text":" 品类销售额占比","style":43,"merge":[0,1]},"14":{"style":54,"text":" "},"15":{"text":" 一季度销售季度","style":43,"merge":[0,1]},"16":{"style":54,"text":" "},"17":{"text":" ","style":43,"merge":[0,1]},"18":{"style":54,"text":" "}}},"13":{"cells":{"10":{"text":" Category Sales ranking","style":31},"11":{"text":" ","style":31},"13":{"text":" Type of Sales ","style":31},"15":{"text":" Quarterly sales progree","style":58,"merge":[0,1]},"16":{"style":58,"text":" "},"17":{"text":" ","style":58,"merge":[0,1]},"18":{"style":58,"text":" "}}},"14":{"cells":{"10":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"11":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"12":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"13":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"14":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"15":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"16":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"17":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"18":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"}}},"15":{"cells":{},"height":15},"16":{"cells":{"11":{"text":" ","style":43},"13":{"text":" ","style":43,"merge":[0,1]},"14":{"style":54,"text":" "},"17":{"text":" ","style":43,"merge":[0,1]},"18":{"style":54,"text":" "}}},"17":{"cells":{"11":{"text":" ","style":31},"13":{"text":" ","style":31},"17":{"text":" ","merge":[0,1],"style":58},"18":{"style":58,"text":" "}}},"18":{"cells":{}},"20":{"cells":{"1":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"2":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"3":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"4":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"5":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"6":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"7":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"8":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"9":{"text":" ","virtual":"uChrZaHYoV04MQpT"}},"height":39},"22":{"cells":{"10":{"text":"企业经营指标","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标","style":74},"17":{"text":"1201043元","style":73}}},"23":{"cells":{"10":{"text":"企业经营指标1","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标1","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标1","style":74},"17":{"text":"1201043元","style":73}}},"26":{"cells":{},"height":33},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1584,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg55_1608205385382.png","repeat":"no-repeat","width":"1525","height":"700"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":16}},{"color":"#ffffff","font":{"size":16},"align":"center"},{"color":"#ffffff","font":{"size":18},"align":"center"},{"font":{"size":18}},{"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":14}},{"color":"#67b1ee","font":{"size":12}},{"font":{"size":14}},{"font":{"size":18},"bgcolor":"#ffffff"},{"font":{"size":18},"bgcolor":"#ffffff","color":"#ffffff"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff"},{"color":"#67b1ee","font":{"size":12},"align":"right"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff","align":"right"},{"color":"#67b1ee","font":{"size":12},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"color":"#fe0000"},{"font":{"size":16},"color":"#fe0000","align":"center"},{"color":"#67b1ee","font":{"size":12},"align":"left"},{"align":"left"},{"align":"left","font":{"size":14}},{"align":"left","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"font":{"size":12},"color":"#ffffff"},{"font":{"size":12,"bold":true},"color":"#ffffff"},{"font":{"size":12,"bold":false},"color":"#ffffff"},{"font":{"size":11,"bold":false},"color":"#ffffff"},{"font":{"size":8}},{"font":{"size":9}},{"font":{"size":9},"color":"#67b1ee"},{"font":{"size":9},"color":"#67b1ee","valign":"top"},{"font":{"size":8},"color":"#67b1ee","valign":"top"},{"font":{"size":11,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"bottom"},{"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":11}},{"font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff","valign":"middle"},{"font":{"size":11},"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle","color":"#ffffff"},{"color":"#67b1ee","font":{"size":16}},{"color":"#ffff01","font":{"size":16}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"middle"},{"color":"#ffffff","font":{"size":14},"align":"left","valign":"middle"},{"color":"#ffff01","font":{"size":14},"align":"left","valign":"middle"},{"font":{"size":14},"color":"#ffff01"},{"color":"#ffff01","font":{"size":14},"align":"right","valign":"middle"},{"font":{"size":14},"color":"#ffff01","align":"right"},{"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"bgcolor":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee","valign":"top"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"top"},{"font":{"size":8},"valign":"top"},{"font":{"size":8,"bold":false},"color":"#67b1ee","valign":"top"},{"color":"#ffffff","font":{"size":11},"align":"center","valign":"middle"},{"align":"center"},{"color":"#ffffff","font":{"size":11},"align":"right","valign":"middle"},{"align":"right"},{"color":"#ffffff","font":{"size":14},"align":"right","valign":"middle"},{"align":"right","font":{"size":14}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":11}},{"color":"#67b1ee","font":{"size":11},"align":"center"},{"font":{"size":12}},{"font":{"size":12},"color":"#ffff01"},{"color":"#67b1ee","font":{"size":11},"align":"right"}],"validations":[],"cols":{"0":{"width":10},"3":{"width":102},"4":{"width":9},"5":{"width":105},"6":{"width":102},"8":{"width":124},"9":{"width":14},"10":{"width":136},"11":{"width":114},"12":{"width":15},"13":{"width":113},"14":{"width":129},"15":{"width":11},"len":50},"merges":["B3:S3","B5:C5","N5:O5","P5:Q5","R5:S5","B6:C6","F6:F7","G6:G7","P6:Q6","R6:S6","B7:C7","N13:O13","P13:Q13","R13:S13","P14:Q14","R14:S14","N17:O17","R17:S17","R18:S18"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201218200943_1608293404719.png', 'admin', TO_DATE('2020-12-17 15:53:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-14 18:46:43', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '5382', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1339859143477039104', '20201218170625', '全国连锁超市会员分析', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":5,"colspan":6,"rowspan":13,"width":"499","height":"344","config":"{\"geo\":{\"map\":100000,\"mapCode\":[100000],\"mapName\":\"中华人民共和国\",\"mapLevel\":\"0\",\"mapType\":\"0\",\"zoom\":0.5,\"label\":{\"color\":\"#ffffff\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"rgba(4,140,156,1)\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"rgba(255,255,255,1)\"},\"itemStyle\":{\"areaColor\":\"rgba(5,106,112,1)\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"北京\",\"value\":[116.405285,39.904989,\"6500\"]},{\"name\":\"河北\",\"value\":[114.502461,38.045474,\"3500\"]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,\"3000\"]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,\"2500\"]},{\"name\":\"福建\",\"value\":[119.306239,26.075302,\"6500\"]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,\"7500\"]}],\"name\":\"value\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"rgba(255,135,11,1)\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":6}],\"chartType\":\"map\",\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"全国省份分布\",\"textStyle\":{\"color\":\"#0B0B0B\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"c73e1f3325b926081641d918921d2bcd","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ditu","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"map.scatter","id":""},"layer_id":"7iI8sg3C12WgjU7y","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9]]},{"row":1,"col":10,"colspan":3,"rowspan":13,"width":"296","height":"344","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"顾客\",\"二星\",\"一星\",\"明星\",\"总监\",\"三星\",\"大使\",\"高级\",\"金鹰\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":59,\"left\":43,\"bottom\":48,\"right\":32},\"series\":[{\"barWidth\":10,\"data\":[394,515,334,150,54,50,17,7,2],\"name\":\"value\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#208ae9\"},\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同荣衔等级会员数量\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"0","apiUrl":"","dataId":"1339870475496497153","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"pp","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.simple","id":""},"layer_id":"31it5pmqMVZ5JAui","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,10],[1,11],[1,12]]},{"row":1,"col":1,"colspan":3,"rowspan":7,"width":"297","height":"170","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"center\":[\"140\",\"110\"],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"show\":true,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#65d459\"],[0.8,\"#208ae9\"],[1,\"#fee033\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":6},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"10\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"75%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"会员总数量占比\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"0","apiUrl":"","dataId":"","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","chartType":"gauge.simple180","id":"klT4JJb8kjnWwa0w"},"layer_id":"klT4JJb8kjnWwa0w","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3]]},{"row":1,"col":13,"colspan":3,"rowspan":13,"width":"299","height":"344","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"inverse\":false,\"data\":[\"本科\",\"专科\",\"高中\",\"初中\",\"未知\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"show\":true,\"name\":\"\",\"axisTick\":{\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"rotate\":0,\"margin\":10,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"max\":\"10000\",\"show\":true,\"name\":\"\"},\"grid\":{\"top\":44,\"left\":43,\"bottom\":40,\"right\":56},\"series\":[{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1610700663463.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[\"9487\",\"5400\",\"3200\",\"1900\",\"1500\"],\"symbolSize\":\"15\",\"double\":true,\"symbolBoundingData\":\"10000\",\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"right\"},\"type\":\"pictorialBar\",\"symbolClip\":true,\"secondOpacity\":0.2},{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1610700663463.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[\"9487\",\"5400\",\"3200\",\"1900\",\"1500\"],\"symbolSize\":\"15\",\"double\":true,\"symbolBoundingData\":\"10000\",\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"right\"},\"type\":\"pictorialBar\",\"symbolClip\":false,\"secondOpacity\":0.2,\"itemStyle\":{\"normal\":{\"opacity\":0.2}}}],\"title\":{\"show\":true,\"top\":10,\"text\":\"不同用户学历设置\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bold\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339886300563546113","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"xx","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pictorial.spirits","id":""},"layer_id":"S5ou2I1d2JRITCDV","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15]]},{"row":8,"col":1,"colspan":4,"rowspan":7,"width":"301","height":"175","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":20,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"08:00~10:00\",\"10:00~12:00\",\"12:00~14:00\",\"14:00~16:00\",\"16:00~18:00\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":60,\"left\":39,\"bottom\":46,\"right\":26},\"series\":[{\"areaStyle\":null,\"data\":[\"1500\",\"1800\",\"2500\",\"3000\",\"1500\"],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#208AE9\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"会员活跃度分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"0","apiUrl":"","dataId":"1339884367194923010","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"hh","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.simple","id":""},"layer_id":"8ywLFiJLhmN8js1h","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,1],[8,2],[8,3],[8,4]]},{"row":15,"col":8,"colspan":3,"rowspan":12,"width":"297","height":"298","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"全职\",\"兼职\",\"自由职业者\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"全职\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#49c3fc\"}},{\"name\":\"兼职\",\"value\":\"500\",\"itemStyle\":{\"color\":\"#fee033\"}},{\"name\":\"自由职业者\",\"value\":\"5800\",\"itemStyle\":{\"color\":\"#1560a3\"}}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"140\",180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"33%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同工作性质分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339878700639887362","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ww","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.rose","id":""},"layer_id":"lYwyxPbUxNBxMiXu","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,8],[15,9],[15,10]]},{"row":15,"col":11,"colspan":5,"rowspan":12,"width":"500","height":"300","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"广州\",\"北京\",\"河北\",\"天津\",\"山东\",\"福建\",\"上海\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"会员数量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":44,\"bottom\":35,\"right\":35},\"series\":[{\"barWidth\":12,\"data\":[\"5800\",\"6500\",\"3500\",\"3000\",\"2500\",\"6500\",\"7500\"],\"name\":\"会员数量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#49c3fc\"},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"分公司会员数量分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339888452912586753","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"gg","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","id":""},"layer_id":"FeUKrrCWspvnr0FE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,11],[15,12],[15,13],[15,14],[15,15],[15,16]]},{"row":15,"col":4,"colspan":4,"rowspan":12,"width":"302","height":"296","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"25岁以下\",\"26~30岁\",\"31~35岁\",\"36~40岁\",\"41~45岁\",\"45~50岁\",\"50岁以上\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"25岁以下\",\"value\":\"1500\",\"itemStyle\":{\"color\":\"#fee033\"}},{\"name\":\"26~30岁\",\"value\":\"800\",\"itemStyle\":{\"color\":\"#4fc3e0\"}},{\"name\":\"31~35岁\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#f49730\"}},{\"name\":\"36~40岁\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#b968aa\"}},{\"name\":\"41~45岁\",\"value\":\"1800\",\"itemStyle\":{\"color\":\"#63d58d\"}},{\"name\":\"45~50岁\",\"value\":\"1800\",\"itemStyle\":{\"color\":\"#ed495f\"}},{\"name\":\"50岁以上\",\"value\":\"2000\",\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"140\",\"170\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"33%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"会员年龄段分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339876173672390658","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"aa","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"WfW7emJbCHHYI3ii","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,4],[15,5],[15,6],[15,7]]},{"row":15,"col":1,"colspan":3,"rowspan":11,"width":"297","height":"275","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"男\",\"女\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"男\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#208ae9\"}},{\"name\":\"女\",\"value\":\"5000\",\"itemStyle\":{\"color\":\"#4DF125\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"140\",180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"25%\",\"33%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"会员性别分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339873097620168705","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"se","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","id":""},"layer_id":"hdKihNMC1L5tpQxT","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,1],[15,2],[15,3]]}],"area":{"sri":3,"sci":5,"eri":3,"eci":5,"width":100,"height":25},"excel_config_id":"1339859143477039104","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,14],"text":"全国连锁超市会员分析","style":5}},"height":67},"1":{"cells":{"1":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"2":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"3":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"5":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"6":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"7":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"8":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"9":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"10":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"11":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"12":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"13":{"text":" ","virtual":"S5ou2I1d2JRITCDV"},"14":{"text":" ","virtual":"S5ou2I1d2JRITCDV"},"15":{"text":" ","virtual":"S5ou2I1d2JRITCDV"}}},"2":{"cells":{}},"3":{"cells":{}},"4":{"cells":{}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{},"height":23},"8":{"cells":{"1":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"2":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"3":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"4":{"text":" ","virtual":"8ywLFiJLhmN8js1h"}}},"15":{"cells":{"1":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"2":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"3":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"4":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"5":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"6":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"7":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"8":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"9":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"10":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"11":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"12":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"13":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"14":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"15":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"16":{"text":" ","virtual":"FeUKrrCWspvnr0FE"}}},"17":{"cells":{"2":{"text":"","rendered":""}}},"19":{"cells":{"2":{"text":"","rendered":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1555,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/72488_1610364352719.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#ffffff"},{"bgcolor":"#00b04e"},{"bgcolor":"#f2f2f2"},{"font":{"size":18}},{"font":{"size":14}},{"font":{"size":14},"align":"center"},{"bgcolor":"#f2f2f2","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#fc","font":{"size":12}},{"bgcolor":"#fc"},{"bgcolor":"#fc''f","font":{"size":12}},{"bgcolor":"#fc''f"},{"bgcolor":"#fc''fa","font":{"size":12}},{"bgcolor":"#fc''fa"},{"bgcolor":"#fc''fa''f","font":{"size":12}},{"bgcolor":"#fc''fa''f"},{"bgcolor":"#fc''fa''fa","font":{"size":12}},{"bgcolor":"#fc''fa''fa"},{"bgcolor":"#fcfafa","font":{"size":12}},{"bgcolor":"#fcfafa"},{"bgcolor":"#ff","font":{"size":12}},{"bgcolor":"#ff"},{"bgcolor":"#fff","font":{"size":12}},{"bgcolor":"#fff"},{"bgcolor":"#ffff","font":{"size":12}},{"bgcolor":"#ffff"},{"bgcolor":"#ffffd","font":{"size":12}},{"bgcolor":"#ffffd"},{"bgcolor":"#ffffdf","font":{"size":12}},{"bgcolor":"#ffffdf"},{"bgcolor":"#ffffdfd","font":{"size":12}},{"bgcolor":"#ffffdfd"},{"bgcolor":"#ffffff","font":{"size":12}},{"bgcolor":"#fffff","font":{"size":12}},{"bgcolor":"#fffff"},{"bgcolor":"#fffd","font":{"size":12}},{"bgcolor":"#fffd"},{"bgcolor":"#fffdf","font":{"size":12}},{"bgcolor":"#fffdf"},{"bgcolor":"#fffdfd","font":{"size":12}},{"bgcolor":"#fffdfd"},{"bgcolor":"#fffdfd","font":{"size":11}},{"bgcolor":"#fffdfd","font":{"size":10}},{"bgcolor":"#fffdfd","font":{"size":10,"bold":true}},{"bgcolor":"#ffffff","font":{"size":10,"bold":true}}],"validations":[],"cols":{"0":{"width":51},"4":{"width":4},"len":100},"merges":["B1:P1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201218200441_1608293330801.png', 'admin', TO_DATE('2020-12-18 17:06:26', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-12 17:17:47', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '5019', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('859286752275275776', '20230906142543', '11', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":5,"sci":0,"eri":5,"eci":0,"width":100,"height":25},"excel_config_id":"859286752275275776","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"1"}}},"5":{"cells":{"0":{"text":"2"}}},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-06 14:25:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-06 14:30:07', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('861176131696533504', '20230911193335', 'd', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":12,"sci":1,"eri":12,"eci":1,"width":100,"height":25},"excel_config_id":"861176131696533504","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"4":{"cells":{"1":{"text":"d"}}},"8":{"cells":{"1":{"text":"d"}}},"12":{"cells":{"1":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":200,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-11 19:33:35', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 19:35:24', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '2', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('861176405613944832', '20230911193431', 'ddd', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"861176405613944832","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"0":{"text":"2"}}},"7":{"cells":{"0":{"text":"2"}}},"11":{"cells":{"0":{"text":"3"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-11 19:34:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 19:35:24', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('861176669725073408', '20230911193536', 'dd', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"861176669725073408","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"4":{"cells":{"2":{"text":"d"}}},"9":{"cells":{"2":{"text":"d"}}},"14":{"cells":{"2":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-11 19:35:37', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 19:37:12', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '1'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1347373863746539520', '20210108104603', '实习证明', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":16,"sci":5,"eri":16,"eci":5,"width":147,"height":25},"excel_config_id":"1347373863746539520","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":""},"1":{"text":""}}},"1":{"cells":{"0":{"text":""}}},"3":{"cells":{"2":{"text":"","rendered":""}}},"5":{"cells":{},"height":29},"6":{"cells":{"2":{"text":"","style":2}},"height":34},"7":{"cells":{"2":{"merge":[0,4],"text":"实习证明","style":2}},"height":41},"8":{"cells":{"1":{"text":"","style":3},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","style":3},"2":{"text":"","style":3},"3":{"text":""}},"isDrag":true,"height":33},"10":{"cells":{"2":{"text":"${tt.name}","style":11},"3":{"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。","style":19,"merge":[0,3],"height":34}},"height":34},"11":{"cells":{},"height":28},"12":{"cells":{"1":{"text":"","style":6},"2":{"style":13,"text":"${tt.pingjia}","merge":[3,4],"height":129}},"height":36},"13":{"cells":{},"height":29},"14":{"cells":{},"height":33},"15":{"cells":{},"height":31},"16":{"cells":{}},"17":{"cells":{"1":{"text":""},"2":{"text":"特此证明!","style":12}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"","style":3},"4":{"text":"证明人:","style":11},"5":{"text":"${tt.lingdao}","style":12}}},"23":{"cells":{"4":{"text":""},"5":{"text":"${tt.shijian}","style":15}}},"len":100},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":576,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/11_1611283832037.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true},{"font":{"size":16}},{"align":"left","valign":"top","textwrap":false},{"textwrap":false},{"textwrap":true},{"align":"right","font":{"size":12}},{"font":{"size":12}},{"align":"left","valign":"top","textwrap":true,"font":{"size":12}},{"textwrap":true,"font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":10}},{"textwrap":false,"font":{"size":12}}],"validations":[],"cols":{"0":{"width":69},"1":{"width":41},"4":{"width":119},"5":{"width":147},"6":{"width":31},"len":50},"merges":["C8:G8","D11:G11","C13:G16"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', 'admin', TO_DATE('2021-01-08 10:46:04', 'SYYYY-MM-DD HH24:MI:SS'), 'ohbaK6VQpkyqEV2FJss0ZtzWCT3w', TO_DATE('2021-08-04 18:06:29', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '722', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1350035590569136128', '20210115190242', '简单明细表', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"sri":2,"eci":7,"eri":5,"index":1,"db":"uiu"}],"area":{"sri":2,"sci":2,"eri":2,"eci":3,"width":177,"height":42},"excel_config_id":"1350035590569136128","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"8":{"text":"","rendered":"","config":""}}},"1":{"cells":{"1":{"text":"员工信息明细表","merge":[0,5],"style":32},"9":{"text":""}},"height":64},"2":{"cells":{"1":{"text":"姓名:","style":28,"loopBlock":1,"rendered":"","config":""},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.name}"},"3":{"text":"","loopBlock":1},"4":{"text":"所在部门:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.department}","rendered":"","config":""},"6":{"text":"","loopBlock":1},"7":{"merge":[2,0],"height":75,"rendered":"emtfhoFfcAJTOI4v","config":"11","style":9,"text":"#{uiu.tm}","display":"qrcode","loopBlock":1},"9":{"text":""},"10":{"text":""},"11":{"text":""}},"height":42},"3":{"cells":{"1":{"text":"年龄:","style":28,"loopBlock":1},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.age}"},"3":{"text":"","loopBlock":1},"4":{"text":"学历:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.education}"},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"9":{"text":""},"10":{"text":""},"15":{"text":""}},"height":35},"4":{"cells":{"1":{"text":"性别:","style":28,"loopBlock":1},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.sex}"},"3":{"text":"","loopBlock":1},"4":{"text":"薪水:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.salary}"},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"9":{"text":""},"10":{"text":""},"12":{"text":""}},"height":35},"5":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"","loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"8":{"text":"","rendered":"","config":""},"9":{"text":""}},"height":17},"6":{"cells":{"11":{"text":""}}},"7":{"cells":{"7":{"text":"","rendered":"","config":""},"10":{"text":""}}},"8":{"cells":{"6":{"text":"","rendered":"","config":""},"7":{"text":"","rendered":"","config":""},"8":{"text":"","rendered":"","config":""}}},"10":{"cells":{"7":{"text":"","rendered":"","config":""}}},"13":{"cells":{"8":{"text":"","rendered":"","config":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":688,"displayConfig":{"1":{"text":"#{uiu.tm}","width":112,"height":112,"colorDark":"#000000","colorLight":"#ffffff"},"11":{"text":"#{uiu.tm}","width":117,"height":117,"colorDark":"#000000","colorLight":"#ffffff"},"111":{"barcodeContent":"dsad","format":"CODE128","width":"6","height":39,"displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":100,"containerHeight":39}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"name":"宋体"}},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8},"color":"#000100"},{"font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":11}},{"font":{"name":"宋体","size":10},"color":"#000100"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#afabac"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":8}},{"font":{"size":8}},{"font":{"name":"宋体","size":8},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":9}},{"font":{"size":9}},{"font":{"name":"宋体","size":9},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"e6e6e6","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#e6e6e6","align":"center"},{"font":{"name":"宋体","size":9},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#e6e6e6","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":9,"name":"宋体"}},{"font":{"size":9,"name":"宋体"}},{"font":{"size":16,"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"format":"normal"}],"validations":[],"cols":{"0":{"width":30},"1":{"width":94},"2":{"width":96},"3":{"width":81},"4":{"width":93},"5":{"width":88},"6":{"width":90},"7":{"width":116},"8":{"width":22},"len":50},"merges":["B2:G2","C3:D3","F3:G3","H3:H5","C4:D4","F4:G4","C5:D5","F5:G5"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1610711434364.png', 'admin', TO_DATE('2021-01-15 19:02:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-05-11 15:10:09', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '36297', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1351426064915763200', '20210119150810', '循环表头交叉分组报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":2,"sci":1,"eri":3,"eci":2,"width":171,"height":56},"excel_config_id":"1351426064915763200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"merge":[0,5],"text":"各个城市销售表","style":2}},"height":57},"2":{"cells":{"1":{"text":"区域|售额额|时间","lineStart":"lefttop","rendered":"","style":43,"merge":[1,1],"height":56},"3":{"text":"#{tt.groupRight(moth)}","merge":[0,3],"aggregate":"group","direction":"right","style":56}},"height":22},"3":{"cells":{"3":{"text":"销售额","style":28},"4":{"text":"捐赠","style":28},"5":{"text":"比例","style":28},"6":{"style":28,"text":"小计"}},"height":34},"4":{"cells":{"1":{"style":34,"text":"#{tt.group(region)}","aggregate":"group","rendered":""},"2":{"text":"#{tt.group(province)}","aggregate":"group","style":33},"3":{"style":57,"text":"#{tt.dynamic(sales_1)}","aggregate":"dynamic","decimalPlaces":"0"},"4":{"style":57,"text":"#{tt.dynamic(gift_1)}","aggregate":"dynamic","decimalPlaces":"0"},"5":{"style":32,"text":"#{tt.dynamic(proportion_1)}","aggregate":"dynamic"},"6":{"style":57,"text":"#{tt.dynamic(sales_1+gift_1)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":37},"5":{"cells":{"1":{"style":47,"text":"合计","merge":[0,1],"height":0},"3":{"style":48,"text":"=SUM(D5)"},"4":{"style":48,"text":"=SUM(E5)"},"5":{"style":48,"text":" "},"6":{"style":48,"text":"=SUM(G5)"},"8":{"text":""}}},"6":{"cells":{"6":{"text":"","rendered":""},"8":{"text":"","rendered":""}}},"7":{"cells":{}},"8":{"cells":{"1":{"text":"","aggregate":"dynamic"},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","aggregate":"dynamic"},"2":{"text":""},"3":{"text":""},"4":{"text":"","rendered":"","display":"normal"},"5":{"text":"","rendered":""}}},"10":{"cells":{"1":{"text":"","aggregate":"dynamic"},"5":{"text":"","rendered":""}}},"11":{"cells":{"1":{"text":""},"2":{"text":""},"4":{"text":"","rendered":""}}},"12":{"cells":{"1":{"text":""},"5":{}}},"13":{"cells":{"1":{"text":""},"2":{"text":""}}},"14":{"cells":{"2":{"text":""}}},"16":{"cells":{"1":{"text":""}}},"17":{"cells":{"1":{"text":"","aggregate":"dynamic"}}},"len":96},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"tt.region","freeze":"A1","dataRectWidth":505,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":14}},{"font":{"size":14,"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274"},{"bgcolor":"#02a274"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274"},{"bgcolor":"#02a274","align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274","align":"center","color":"#ffffff"},{"align":"left","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274","color":"#ffffff"},{"align":"left"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9}},{"bgcolor":"#aedac8"},{"bgcolor":"#aedac8","align":"center"},{"font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"format":"number"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"format":"normal"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#fe0000"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ffffff","color":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"left","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#fe0000"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"format":"normal"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#000100"},{"bgcolor":"#00b04e"},{"align":"left","bgcolor":"#00b04e"},{"bgcolor":"#93d051"},{"align":"left","bgcolor":"#93d051"},{"bgcolor":"#00b04e","color":"#ffffff"},{"align":"left","bgcolor":"#00b04e","color":"#ffffff"},{"bgcolor":"区域、省份|销售额|时间","color":"#ffffff"},{"align":"left","bgcolor":"区域、省份|销售额|时间","color":"#ffffff"},{"bgcolor":"#02a274","color":"#ffffff"},{"align":"left","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#aedac8","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#aedac8","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#aedac8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#aedac8","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#fe0000"],"bottom":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#365624"],"bottom":["thin","#365624"],"left":["thin","#365624"],"right":["thin","#365624"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#d0cecf"],"bottom":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#00b04e"],"bottom":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#538136"],"bottom":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"top":["thin","#a5a5a5"],"bottom":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#a5a5a5"],"bottom":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":27},"1":{"width":100},"2":{"width":71},"3":{"width":76},"4":{"width":77},"5":{"width":70},"6":{"width":84},"8":{"width":72},"9":{"width":102},"len":50},"merges":["B2:G2","D3:G3","B6:C6","B3:C4"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210121141045_1611209468498.png', 'admin', TO_DATE('2021-01-19 15:08:10', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-05-11 15:07:21', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '16381', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1351736257377603584', '20210120114031', 'API查询条件报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1351736257377603584","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":"销售单","merge":[0,6],"style":8,"decimalPlaces":"4"},"2":{"style":8},"3":{"style":8},"4":{"style":8},"5":{"style":8},"6":{"style":8},"7":{"style":8},"8":{"style":5},"9":{"style":5},"10":{"style":5},"11":{"style":5},"12":{"style":5},"13":{"style":5},"14":{"style":5},"15":{"style":5},"16":{"style":5},"17":{"style":5},"18":{"style":5},"19":{"style":5},"20":{"style":5},"21":{"style":5},"22":{"style":5},"23":{"style":5},"24":{"style":5},"25":{"style":5}},"height":68},"2":{"cells":{"1":{"text":"商品编码","style":15},"2":{"text":"商品名称","style":15},"3":{"text":"销售时间","style":15},"4":{"text":"销售数据量","style":15},"5":{"text":"定价","style":15},"6":{"text":"优惠价","style":15},"7":{"text":"付款金额","style":15},"8":{"style":5},"9":{"style":5},"10":{"style":5},"11":{"style":5},"12":{"style":5},"13":{"style":5},"14":{"style":5},"15":{"style":5},"16":{"style":5},"17":{"style":5},"18":{"style":5},"19":{"style":5},"20":{"style":5},"21":{"style":5},"22":{"style":5},"23":{"style":5},"24":{"style":5},"25":{"style":5}},"height":42},"3":{"cells":{"1":{"style":18,"text":"#{xb.id}"},"2":{"style":18,"text":"#{xb.cname}"},"3":{"style":18,"text":"#{xb.riqi}"},"4":{"style":18,"text":"#{xb.dtotal}"},"5":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"4"},"6":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"1"},"7":{"style":18,"text":"#{xb.tp}"},"8":{"text":""}}},"6":{"cells":{"2":{"text":""}}},"7":{"cells":{"5":{"style":17,"text":" "}}},"8":{"cells":{"2":{"text":""}}},"len":98,"-1":{"cells":{"-1":{"text":"#{xb.username}"}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":692,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18}},{"font":{"size":18,"bold":true}},{"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"number"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"normal"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":73},"2":{"width":89},"3":{"width":101},"len":50},"merges":["B2:H2"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1611210989338.png', 'admin', TO_DATE('2021-01-20 11:40:32', 'SYYYY-MM-DD HH24:MI:SS'), '13779924391', TO_DATE('2021-08-04 21:50:31', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '10422', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1354358750907076608', '20210127172112', '多级循环表头报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":306,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":87},"2":{"width":80},"3":{"width":103},"len":50},"area":{"sri":1,"sci":3,"eri":1,"eci":3,"width":103,"height":40},"excel_config_id":"1354358750907076608","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"各地区商品销售额一栏表","merge":[0,2],"style":6}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":30,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group"},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计","merge":[0,1]},"3":{"style":25,"text":"=SUM(D4)"}},"height":37},"8":{"cells":{"1":{}}},"10":{"cells":{"1":{}}},"len":100},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"left"}],"isGroup":true,"merges":["B1:D1","B2:C3","B5:C5"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', 'admin', TO_DATE('2021-01-27 17:21:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-12-08 21:37:01', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '12811', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1356492523694067712', '20210202144134', '基本图形示例', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":5,"rowspan":8,"width":"478","height":"247","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"show\":true,\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":38,\"bottom\":33,\"right\":23},\"series\":[{\"barWidth\":8,\"data\":[320,332,301,334,390,330,320],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[120,132,101,134,90,230,210],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[220,182,191,234,290,330,310],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据对比柱形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.multi","chartType":"bar.multi"},"layer_id":"gcqy2xAR9FYjBqX1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5]]},{"row":1,"col":13,"colspan":5,"rowspan":8,"width":"448","height":"247","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"#DAD7D7\",\"width\":1,\"type\":\"solid\"},\"show\":true},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"利润\",\"支出\",\"收入\"],\"show\":true},\"grid\":{\"top\":54,\"left\":46,\"bottom\":35,\"right\":28},\"series\":[{\"barWidth\":8,\"stack\":\"利润\",\"data\":[200,170,240,244,200,220,210],\"name\":\"利润\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[320,302,341,374,390,450,420],\"name\":\"收入\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[-120,-132,-101,-134,-190,-230,-210],\"name\":\"支出\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"正负条形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.negative","chartType":"bar.stack.horizontal"},"layer_id":"FemTLGZLmjDHR8LK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15],[1,16],[1,17]]},{"row":1,"col":7,"colspan":5,"rowspan":8,"width":"465","height":"250","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"show\":true,\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\",\"百度\",\"谷歌\",\"必应\"],\"show\":false},\"grid\":{\"top\":47,\"left\":49,\"bottom\":32,\"right\":24},\"series\":[{\"barWidth\":8,\"stack\":\"\",\"data\":[320,332,301,334,390,330,320],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[120,132,101,134,90,230,210],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[220,182,191,234,290,330,310],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[620,732,701,734,1090,1130,1120],\"name\":\"百度\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[120,132,101,134,290,230,220],\"name\":\"谷歌\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#7898e1\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[60,72,71,74,190,130,110],\"name\":\"必应\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#9192ab\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"堆叠柱形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.stack","chartType":"bar.stack"},"layer_id":"kdIXBqCH0rCMm5rh","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,7],[1,8],[1,9],[1,10],[1,11]]},{"row":10,"col":1,"colspan":5,"rowspan":8,"width":"477","height":"248","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":38,\"bottom\":33,\"right\":23},\"series\":[{\"barWidth\":8,\"stack\":\"总量\",\"data\":[320,332,301,334,390],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[120,132,101,134,90],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[220,182,191,234,290],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"堆叠条形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.stack.horizontal","chartType":"bar.stack.horizontal"},"layer_id":"akGtaiMyOXmBSxQZ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3],[10,4],[10,5]]},{"row":10,"col":7,"colspan":5,"rowspan":8,"width":"467","height":"246","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":41,\"bottom\":32,\"right\":32},\"series\":[{\"barWidth\":8,\"data\":[320,332,301,334,390],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[120,132,101,134,90],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[220,182,191,234,290],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据条形柱状图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.multi.horizontal","chartType":"bar.multi.horizontal"},"layer_id":"TiPDjBARvQu8SCqB","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,7],[10,8],[10,9],[10,10],[10,11]]},{"row":10,"col":13,"colspan":5,"rowspan":8,"width":"445","height":"246","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"蒸发量\",\"降水量\",\"平均温度\"],\"show\":true},\"grid\":{\"top\":49,\"left\":40,\"bottom\":37,\"right\":39},\"series\":[{\"barWidth\":8,\"data\":[2,4.9,7,23.2,25.6,76.7,135.6,162.2,32.6,20,6.4,3.3],\"name\":\"蒸发量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[2.6,5.9,9,26.4,28.7,70.7,175.6,182.2,48.7,18.8,6,2.3],\"name\":\"降水量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"data\":[2,2.2,3.3,4.5,6.3,10.2,20.3,23.4,23,16.5,12,6.2],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"平均温度\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#7898e1\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"yAxisIndex\":1,\"smooth\":false,\"barWidth\":8,\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"chartType\":\"linebar\",\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"折柱图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"mixed.linebar","chartType":"mixed.linebar"},"layer_id":"KX7mEEaA2eEkyBfc","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,13],[10,14],[10,15],[10,16],[10,17]]},{"row":19,"col":1,"colspan":5,"rowspan":8,"width":"474","height":"242","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"show\":true,\"type\":\"category\",\"boundaryGap\":true},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"意向\",\"预购\",\"成交\"],\"show\":true},\"grid\":{\"top\":56,\"left\":36,\"bottom\":35,\"right\":26},\"series\":[{\"data\":[30,182,434,791,390],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"预购\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false},{\"data\":[10,12,21,54,260],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"成交\",\"itemStyle\":{\"color\":\"#eddd86\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false},{\"data\":[1320,1132,601,234,120],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"意向\",\"itemStyle\":{\"color\":\"#76da91\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据对比折线图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"line.multi","chartType":"line.multi"},"layer_id":"ylgQqtYMor7LeoTa","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,1],[19,2],[19,3],[19,4],[19,5]]},{"row":19,"col":7,"colspan":5,"rowspan":8,"width":"467","height":"243","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\"},\"grid\":{\"top\":47,\"left\":36,\"bottom\":37,\"right\":29},\"series\":[{\"data\":[[10,8.04],[8,6.95],[13,7.58],[9,8.81],[11,8.33],[14,9.96],[6,7.24],[4,4.26],[12,10.84],[7,4.82],[5,5.68]],\"symbolSize\":20,\"itemStyle\":{\"color\":\"#63b2ee\",\"opacity\":1},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true,\"opacity\":1},\"type\":\"scatter\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通散点图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"scatter.simple","chartType":"scatter.simple"},"layer_id":"cH80HlIGPrHUx317","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,7],[19,8],[19,9],[19,10],[19,11]]},{"row":19,"col":13,"colspan":5,"rowspan":8,"width":"444","height":"242","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\"},\"grid\":{\"top\":51,\"left\":38,\"bottom\":37,\"right\":30},\"legend\":{\"padding\":[25,20,25,10],\"top\":\"top\",\"orient\":\"horizontal\",\"data\":[\"1990\",\"2015\"],\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[[28604,77],[31163,77.4],[1516,68],[13670,74.7],[28599,75],[29476,77.1],[31476,75.4],[28666,78.1],[1777,57.7],[29550,79.1],[2076,67.9],[12087,72],[24021,75.4],[43296,76.8],[10088,70.8],[19349,69.6]],\"symbolSize\":20,\"name\":\"1990\",\"itemStyle\":{\"shadowOffsetY\":5,\"color\":{\"r\":0.8,\"colorStops\":[{\"offset\":0,\"color\":\"#E7727C\"},{\"offset\":1,\"color\":\"#D7291F\"}],\"type\":\"radial\"},\"shadowBlur\":10,\"shadowColor\":\"rgba(25, 100, 150, 0.5)\"},\"type\":\"scatter\"},{\"data\":[[44056,81.8],[43294,81.7],[13334,76.9],[21291,78.5],[38923,80.8],[37599,81.9],[44053,81.1],[42182,82.8],[5903,66.8],[36162,83.5],[1390,71.4],[34644,80.7],[34186,80.6],[64304,81.6],[24787,77.3]],\"symbolSize\":20,\"name\":\"2015\",\"itemStyle\":{\"shadowOffsetY\":5,\"color\":{\"r\":0.8,\"colorStops\":[{\"offset\":0,\"color\":\"#70D1E1\"},{\"offset\":1,\"color\":\"#0188FB\"}],\"type\":\"radial\"},\"shadowBlur\":10,\"shadowColor\":\"rgba(25, 100, 150, 0.5)\"},\"type\":\"scatter\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"气泡散点图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"scatter.bubble","chartType":"scatter.bubble"},"layer_id":"J7iq8ufH6uUq4gIo","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,13],[19,14],[19,15],[19,16],[19,17]]},{"row":28,"col":1,"colspan":5,"rowspan":8,"width":"475","height":"241","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"left\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"视频广告\",\"value\":1170,\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"联盟广告\",\"value\":417,\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"邮件营销\",\"value\":335,\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"直接访问\",\"value\":410,\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"搜索引擎\",\"value\":800,\"itemStyle\":{\"color\":\"#7898e1\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"250\",\"130\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":false},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"0","apiUrl":"","dataId":"","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"pie.simple","chartId":"w4ynV1PDcc6O7bN4","id":"w4ynV1PDcc6O7bN4"},"layer_id":"w4ynV1PDcc6O7bN4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,1],[28,2],[28,3],[28,4],[28,5]]},{"row":28,"col":7,"colspan":5,"rowspan":8,"width":"465","height":"242","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\",\"间接访问\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"视频广告\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"value\":1170},{\"name\":\"联盟广告\",\"itemStyle\":{\"color\":\"#eddd86\"},\"value\":417},{\"name\":\"邮件营销\",\"itemStyle\":{\"color\":\"#76da91\"},\"value\":335},{\"name\":\"直接访问\",\"itemStyle\":{\"color\":\"#f89588\"},\"value\":410},{\"name\":\"搜索引擎\",\"itemStyle\":{\"color\":\"#7898e1\"},\"value\":800}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"220\",\"130\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":[\"35%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"环形饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartId":"pie.doughnut","chartType":"pie.doughnut"},"layer_id":"ka9xVAa6UOnFp1Ai","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,7],[28,8],[28,9],[28,10],[28,11]]},{"row":28,"col":13,"colspan":5,"rowspan":8,"width":"445","height":"243","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"left\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\",\"间接访问\"],\"show\":true},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"视频广告\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"value\":1170},{\"name\":\"联盟广告\",\"itemStyle\":{\"color\":\"#eddd86\"},\"value\":417},{\"name\":\"邮件营销\",\"itemStyle\":{\"color\":\"#76da91\"},\"value\":335},{\"name\":\"直接访问\",\"itemStyle\":{\"color\":\"#f89588\"},\"value\":410},{\"name\":\"搜索引擎\",\"itemStyle\":{\"color\":\"#7898e1\"},\"value\":800}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"250\",\"130\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"南丁格尔玫瑰饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartId":"pie.rose","chartType":"pie.rose"},"layer_id":"5SxgQVmx5ICVWCgE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,13],[28,14],[28,15],[28,16],[28,17]]},{"row":37,"col":1,"colspan":0,"rowspan":0,"width":"484","height":"247","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"展现\",\"点击\",\"访问\",\"咨询\",\"订单\"],\"show\":true},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"访问\",\"value\":60,\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"咨询\",\"value\":40,\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"订单\",\"value\":20,\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"点击\",\"value\":80,\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"展现\",\"value\":100,\"itemStyle\":{\"color\":\"#7898e1\"}}],\"bottom\":50,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"},\"position\":\"inside\",\"show\":true},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":43,\"left\":\"29%\",\"gap\":2,\"name\":\"漏斗图\",\"width\":\"44%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true,\"trigger\":\"item\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"funnel.simple","chartType":"funnel.simple"},"layer_id":"g7FEjniWJyJs2vb9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,1],[37,2],[37,3],[37,4],[37,5],[37,6]]},{"row":37,"col":13,"colspan":5,"rowspan":8,"width":"447","height":"240","config":"{\"radar\":[{\"indicator\":[{\"max\":6500,\"name\":\"指标一\"},{\"max\":6500,\"name\":\"指标二\"},{\"max\":6500,\"name\":\"指标三\"},{\"max\":6500,\"name\":\"指标四\"},{\"max\":6500,\"name\":\"指标五\"}],\"startAngle\":90,\"shape\":\"circle\",\"splitArea_areaStyle_color\":[\"rgba(114, 172, 209, 0.2)\",\"rgba(114, 172, 209, 0.4)\",\"rgba(114, 172, 209, 0.6)\",\"rgba(114, 172, 209, 0.8)\",\"rgba(114, 172, 209, 1)\"],\"splitArea\":{\"areaStyle\":{\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.3)\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"130\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"splitNumber\":4,\"radius\":90}],\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"图一\",\"图二\"],\"show\":true},\"series\":[{\"data\":[{\"name\":\"图一\",\"value\":[1000,2000,3000,4000,2000],\"areaStyle\":{\"color\":\"#f89588\",\"opacity\":1},\"lineStyle\":{\"color\":\"#f89588\"}},{\"name\":\"图二\",\"value\":[5000,4000,3000,100,1500],\"areaStyle\":{\"color\":\"#7898e1\",\"opacity\":1},\"lineStyle\":{\"color\":\"#7898e1\"}}],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"type\":\"radar\",\"indicator\":[{\"max\":6500,\"name\":\"指标一\"},{\"max\":6500,\"name\":\"指标二\"},{\"max\":6500,\"name\":\"指标三\"},{\"max\":6500,\"name\":\"指标四\"},{\"max\":6500,\"name\":\"指标五\"}],\"startAngle\":90,\"shape\":\"circle\",\"splitArea_areaStyle_color\":[\"rgba(114, 172, 209, 0.2)\",\"rgba(114, 172, 209, 0.4)\",\"rgba(114, 172, 209, 0.6)\",\"rgba(114, 172, 209, 0.8)\",\"rgba(114, 172, 209, 1)\"],\"splitArea\":{\"areaStyle\":{\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.3)\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"130\"],\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"splitNumber\":4,\"radius\":90}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"圆形雷达图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[8,20,5,20]}}","url":"","extData":{"chartId":"radar.custom","chartType":"radar.basic"},"layer_id":"9JusWBnedR2xNUML","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,13],[37,14],[37,15],[37,16],[37,17]]},{"row":37,"col":7,"colspan":5,"rowspan":8,"width":"464","height":"240","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"120\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"8\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"show\":true},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#63b2ee\",\"opacity\":1},\"lineStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#eddd86\",\"opacity\":1},\"lineStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"#76da91\",\"opacity\":1},\"lineStyle\":{\"color\":\"#76da91\"}}]}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通雷达图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"a98ee8179bef12f8fa2e0f9f3237fb83","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"leida","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"radar.basic","id":"KqahhLGR0Fyc4mw6"},"layer_id":"KqahhLGR0Fyc4mw6","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,7],[37,8],[37,9],[37,10],[37,11]]},{"row":46,"col":1,"colspan":0,"rowspan":0,"width":"484","height":"250","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"inverse\":false,\"data\":[\"2017\",\"2018\",\"2019\",\"2020\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"show\":true,\"name\":\"\",\"axisTick\":{\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"rotate\":0,\"margin\":10,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"max\":2000,\"show\":true,\"name\":\"\"},\"grid\":{\"top\":41,\"left\":39,\"bottom\":36,\"right\":49},\"series\":[{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1612254697476.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[891,1220,660,1670],\"symbolSize\":\"20\",\"double\":false,\"symbolBoundingData\":2000,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"pictorialBar\",\"symbolClip\":true,\"secondOpacity\":0.2}],\"title\":{\"show\":true,\"top\":\"5\",\"text\":\"象形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"pictorial.spirits","chartType":"pictorial.spirits"},"layer_id":"XHPF7yW6rJ7BwG5P","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,1],[46,2],[46,3],[46,4],[46,5],[46,6]]},{"row":46,"col":13,"colspan":5,"rowspan":8,"width":"448","height":"243","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"center\":[\"230\",\"150\"],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"},\"show\":true},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#f89588\"],[0.8,\"#7898e1\"],[1,\"#76da91\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":6},\"detail\":{\"textStyle\":{\"color\":\"rgba(0,0,0,1)\",\"fontSize\":\"15\"},\"formatter\":\"{value}%\"},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"63%\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"180°仪表盘\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"gauge.simple180","chartType":"gauge.simple180"},"layer_id":"mUD2NA1WBYWvXXnB","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,13],[46,14],[46,15],[46,16],[46,17]]},{"row":46,"col":7,"colspan":5,"rowspan":8,"width":"464","height":"242","config":"{\"series\":[{\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":50}],\"center\":[\"230\",\"150\"],\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"},\"show\":true},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#f89588\"],[0.8,\"#7898e1\"],[1,\"#76da91\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":6},\"detail\":{\"textStyle\":{\"color\":\"rgba(0,0,0,1)\",\"fontSize\":\"15\"},\"formatter\":\"{value}%\"},\"radius\":\"64%\",\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"360°仪表盘\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"gauge.simple","chartType":"gauge.simple"},"layer_id":"WrR1NdgsomBE3vUj","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,7],[46,8],[46,9],[46,10],[46,11]]},{"row":57,"col":2,"colspan":6,"rowspan":11,"width":"470","height":"322","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"类目1\",\"类目2\",\"类目3\",\"类目4\",\"类目5\",\"类目6\"],\"show\":true},\"series\":[{\"layout\":\"circular\",\"lineStyle\":{\"curveness\":0.3,\"color\":\"source\"},\"data\":[{\"name\":\"测试0\",\"category\":0,\"value\":28,\"type\":\"类目1\"},{\"name\":\"测试1\",\"category\":1,\"value\":9,\"type\":\"类目2\"},{\"name\":\"测试2\",\"category\":2,\"value\":23,\"type\":\"类目3\"},{\"name\":\"测试3\",\"category\":3,\"value\":8,\"type\":\"类目4\"},{\"name\":\"测试4\",\"category\":4,\"value\":8,\"type\":\"类目5\"},{\"name\":\"测试5\",\"category\":5,\"value\":20,\"type\":\"类目6\"}],\"center\":[\"260\",150],\"name\":\"关系图\",\"links\":[{\"source\":\"测试1\",\"target\":\"测试0\"},{\"source\":\"测试2\",\"target\":\"测试0\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试4\",\"target\":\"测试1\"},{\"source\":\"测试5\",\"target\":\"测试2\"},{\"source\":\"测试5\",\"target\":\"测试3\"},{\"source\":\"测试3\",\"target\":\"测试2\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试2\",\"target\":\"测试1\"},{\"source\":\"测试2\",\"target\":\"测试5\"},{\"source\":\"测试4\",\"target\":\"测试5\"},{\"source\":\"测试4\",\"target\":\"测试0\"},{\"source\":\"测试4\",\"target\":\"测试1\"},{\"source\":\"测试4\",\"target\":\"测试2\"},{\"source\":\"测试5\",\"target\":\"测试0\"},{\"source\":\"测试5\",\"target\":\"测试4\"},{\"source\":\"测试4\",\"target\":\"测试3\"},{\"source\":\"测试3\",\"target\":\"测试0\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试0\",\"target\":\"测试4\"}],\"categories\":[{\"name\":\"类目1\",\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"类目2\",\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"类目3\",\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"类目4\",\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"类目5\",\"itemStyle\":{\"color\":\"#7898e1\"}},{\"name\":\"类目6\",\"itemStyle\":{\"color\":\"#9192ab\"}}],\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"type\":\"graph\",\"roam\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"关系图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"graph.simple","chartType":"graph.simple"},"layer_id":"8JIvD2O7X2PmV8DZ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[57,2],[57,3],[57,4],[57,5],[57,6],[57,7]]}],"area":{"sri":53,"sci":18,"eri":53,"eci":18,"width":100,"height":49},"excel_config_id":"1356492523694067712","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,16],"text":"常规图表","style":12}},"height":85},"1":{"cells":{"1":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"2":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"3":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"4":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"5":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"7":{"text":" ","virtual":"kdIXBqCH0rCMm5rh","merge":[7,4],"style":1},"8":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"9":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"10":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"11":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"13":{"text":" ","virtual":"FemTLGZLmjDHR8LK","merge":[7,4],"style":1},"14":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"15":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"16":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"17":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"18":{"text":" ","virtual":"FemTLGZLmjDHR8LK"}}},"2":{"cells":{"6":{"text":"","rendered":""}}},"3":{"cells":{}},"4":{"cells":{}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{},"height":53},"8":{"cells":{},"height":49},"9":{"cells":{},"height":18},"10":{"cells":{"1":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"2":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"3":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"4":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"5":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"7":{"text":" ","virtual":"TiPDjBARvQu8SCqB","merge":[7,4],"style":1},"8":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"9":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"10":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"11":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"13":{"text":" ","virtual":"KX7mEEaA2eEkyBfc","merge":[7,4],"style":1},"14":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"15":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"16":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"17":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"18":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"}}},"11":{"cells":{}},"12":{"cells":{}},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":51},"17":{"cells":{},"height":50},"18":{"cells":{},"height":17},"19":{"cells":{"1":{"style":1,"text":" ","virtual":"ylgQqtYMor7LeoTa","merge":[7,4]},"2":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"3":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"4":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"5":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"7":{"merge":[7,4],"style":1,"text":" ","virtual":"cH80HlIGPrHUx317"},"8":{"text":" ","virtual":"cH80HlIGPrHUx317"},"9":{"text":" ","virtual":"cH80HlIGPrHUx317"},"10":{"text":" ","virtual":"cH80HlIGPrHUx317"},"11":{"text":" ","virtual":"cH80HlIGPrHUx317"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"14":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"15":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"16":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"17":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"18":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"}}},"20":{"cells":{}},"21":{"cells":{}},"22":{"cells":{}},"23":{"cells":{}},"24":{"cells":{}},"25":{"cells":{},"height":50},"26":{"cells":{},"height":50},"27":{"cells":{},"height":18},"28":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"2":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"3":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"4":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"5":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"7":{"merge":[7,4],"style":1,"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"8":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"9":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"10":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"11":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"14":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"15":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"16":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"17":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"18":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"}}},"29":{"cells":{}},"30":{"cells":{}},"31":{"cells":{}},"32":{"cells":{}},"33":{"cells":{}},"34":{"cells":{},"height":49},"35":{"cells":{},"height":49},"36":{"cells":{},"height":19},"37":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"g7FEjniWJyJs2vb9"},"2":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"3":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"4":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"5":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"6":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"7":{"text":" ","virtual":"KqahhLGR0Fyc4mw6","merge":[7,4],"style":1},"8":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"9":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"10":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"11":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"9JusWBnedR2xNUML"},"14":{"text":" ","virtual":"9JusWBnedR2xNUML"},"15":{"text":" ","virtual":"9JusWBnedR2xNUML"},"16":{"text":" ","virtual":"9JusWBnedR2xNUML"},"17":{"text":" ","virtual":"9JusWBnedR2xNUML"},"18":{"text":" ","virtual":"9JusWBnedR2xNUML"}}},"38":{"cells":{}},"39":{"cells":{}},"40":{"cells":{}},"41":{"cells":{}},"42":{"cells":{}},"43":{"cells":{},"height":46},"44":{"cells":{},"height":48},"45":{"cells":{},"height":18},"46":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"2":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"3":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"4":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"5":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"6":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"7":{"text":" ","virtual":"WrR1NdgsomBE3vUj","merge":[7,4],"style":1},"8":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"9":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"10":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"11":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"14":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"15":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"16":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"17":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"18":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"}}},"47":{"cells":{}},"48":{"cells":{}},"49":{"cells":{}},"50":{"cells":{}},"51":{"cells":{}},"52":{"cells":{},"height":48},"53":{"cells":{},"height":49},"54":{"cells":{},"height":19},"55":{"cells":{}},"57":{"cells":{"2":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"3":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"4":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"5":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"6":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"7":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"}}},"60":{"cells":{},"height":50},"61":{"cells":{},"height":50},"len":106},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1566,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16,"bold":true},"align":"center"},{"font":{"bold":true}}],"validations":[],"cols":{"0":{"width":41},"5":{"width":81},"6":{"width":11},"10":{"width":111},"11":{"width":59},"12":{"width":12},"17":{"width":51},"len":50},"merges":["B1:R1","H2:L9","N2:R9","H11:L18","N11:R18","B20:F27","H20:L27","N20:R27","B29:F36","H29:L36","N29:R36","B38:F45","H38:L45","N38:R45","B47:F54","H47:L54","N47:R54"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210202165959_1612256419056.png', 'admin', TO_DATE('2021-02-02 14:41:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-04-14 19:17:57', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '51302', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('1369170965166166016', '20210309142400', '简单分组报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"1369170965166166016","printConfig":{"paper":"A4","width":210,"height":297,"definition":4,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"1":{"cells":{"1":{"height":0,"text":"纵向员工信息登记表","style":2,"merge":[0,5]}},"height":40},"2":{"cells":{"1":{"text":"部门","style":15},"2":{"text":"学历","style":15},"3":{"text":"性别","style":15},"4":{"text":"年龄","style":15},"5":{"text":"姓名","style":15},"6":{"text":"薪水","style":15}},"height":34},"3":{"cells":{"1":{"style":17,"text":"#{tt.group(department)}","aggregate":"group"},"2":{"style":17,"text":"#{tt.group(education)}","aggregate":"group"},"3":{"style":17,"text":"#{tt.sex}"},"4":{"style":17,"text":"#{tt.age}"},"5":{"style":17,"text":"#{tt.name}"},"6":{"style":17,"text":"#{tt.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"groupField":"tt.department","freeze":"A1","displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"6":{"width":117},"7":{"width":22},"len":100},"merges":["B2:G2"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', 'admin', TO_DATE('2021-03-09 14:24:00', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 21:36:40', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '42583', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('519c1c6f4d1f584ae8fa5b43b45acdc7', '56623333333', '销售单', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":2,"sci":7,"eri":2,"eci":7,"width":88,"height":32},"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6],"loopBlock":0},"2":{"style":41,"loopBlock":0},"3":{"style":41,"loopBlock":0},"4":{"style":41,"loopBlock":0},"5":{"style":41,"loopBlock":0},"6":{"style":41,"loopBlock":0},"7":{"style":41,"loopBlock":0}},"height":86},"1":{"cells":{"1":{"text":"商品编码","style":65,"rendered":"","loopBlock":1},"2":{"text":"商品名称","style":65,"loopBlock":1},"3":{"text":"销售时间","style":65,"loopBlock":1},"4":{"text":"销售数量","style":65,"loopBlock":1},"5":{"text":"定价","style":65,"loopBlock":1},"6":{"text":"优惠价","style":65,"loopBlock":1},"7":{"text":"付款金额","style":65,"loopBlock":1}},"height":33},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":66,"loopBlock":1},"2":{"text":"#{xiaoshou.cname}","style":66,"loopBlock":1},"3":{"text":"#{xiaoshou.ctime}","style":67,"loopBlock":1},"4":{"text":"#{xiaoshou.cnum}","style":66,"loopBlock":1},"5":{"text":"#{xiaoshou.cprice}","style":66,"loopBlock":1},"6":{"text":"#{xiaoshou.yprice}","style":66,"loopBlock":1},"7":{"text":"#{xiaoshou.ctotal}","style":68,"rendered":"","decimalPlaces":"0","loopBlock":1}},"isDrag":true,"height":32},"3":{"cells":{"1":{"style":44,"text":"","loopBlock":1},"2":{"style":44,"loopBlock":1},"3":{"style":44,"loopBlock":1},"4":{"style":44,"loopBlock":1},"5":{"style":44,"text":"","loopBlock":1},"6":{"text":"","style":45,"loopBlock":1},"7":{"style":46,"text":"=SUM(H3)","loopBlock":1}},"isDrag":true,"height":73},"4":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"","loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1}}},"5":{"cells":{},"isDrag":true},"6":{"cells":{"9":{"text":"","decimalPlaces":""}},"isDrag":true},"7":{"cells":{"2":{"text":"","aggregate":"group","direction":"right"}},"isDrag":true},"8":{"cells":{"7":{"text":"","decimalPlaces":""}}},"9":{"cells":{"10":{"text":"","decimalPlaces":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":704,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"},"format":"number"},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"},"format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"},"format":"number"}],"validations":[],"cols":{"0":{"width":17},"1":{"width":88},"2":{"width":148},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":50},"merges":["B1:H1"]}', NULL, 'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', 'jeecg', TO_DATE('2020-07-28 16:54:44', 'SYYYY-MM-DD HH24:MI:SS'), '17521063109', TO_DATE('2021-08-04 20:40:04', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '48774', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('537516331017523200', '202101201140313273', '主子报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"537516331017523200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"merge":[0,6],"height":0,"text":"订货商信息","style":8}},"height":57},"1":{"cells":{"1":{"text":"订单编号:","style":10},"2":{"merge":[0,2],"height":0,"style":42,"text":"${gg.dgoodscode}"}},"height":34},"2":{"cells":{"1":{"text":"订单地址:","style":10},"2":{"merge":[0,1],"height":0,"style":42,"text":"${gg.daddress}"},"4":{"text":"订单日期:","style":10},"5":{"merge":[0,1],"height":0,"style":42,"text":"${gg.darrivaldate}"}},"height":34},"3":{"cells":{"1":{"text":"订单姓名:","style":10},"2":{"merge":[0,1],"height":0,"style":42,"text":"${gg.dname}"},"4":{"text":"到货日期:","style":10},"5":{"merge":[0,1],"height":0,"style":42,"text":"${gg.dgoodsdate}"}},"height":31},"5":{"cells":{"1":{"text":"订单详情","merge":[0,6],"style":31,"decimalPlaces":"4"},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"height":51},"6":{"cells":{"1":{"text":"商品编码","style":15},"2":{"text":"商品名称","style":15},"3":{"text":"销售时间","style":15},"4":{"text":"销售数据量","style":15},"5":{"text":"定价","style":15},"6":{"text":"优惠价","style":15},"7":{"text":"付款金额","style":15}},"height":42},"7":{"cells":{"1":{"style":18,"text":"#{xb.id}"},"2":{"style":18,"text":"#{xb.cname}"},"3":{"style":18,"text":"#{xb.riqi}"},"4":{"style":18,"text":"#{xb.dtotal}"},"5":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"4"},"6":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"1"},"7":{"style":18,"text":"#{xb.tp}"},"8":{"text":""}}},"10":{"cells":{"1":{"style":39,"text":"备注:"},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"style":33,"text":" "},"5":{"style":33,"text":" "},"6":{"style":33,"text":" "},"7":{"style":34,"text":" "}}},"11":{"cells":{"1":{"style":41,"text":"1、查看信息,在浏览器输入“?did=1”或“?did=2”","merge":[0,6],"height":0}},"height":37},"12":{"cells":{"1":{"style":35,"text":" "},"2":{"text":" "},"7":{"style":36,"text":" "}}},"13":{"cells":{"1":{"style":37,"text":" "},"2":{"style":28,"text":" "},"3":{"style":28,"text":" "},"4":{"style":28,"text":" "},"5":{"style":28,"text":" "},"6":{"style":28,"text":" "},"7":{"style":38,"text":" "}}},"len":102,"-1":{"cells":{"-1":{"text":"#{xb.username}"}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18}},{"font":{"size":18,"bold":true}},{"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"number"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"normal"},{"font":{"size":18,"bold":false}},{"font":{"size":18,"bold":false,"name":"宋体"}},{"font":{"size":18,"bold":false,"name":"宋体"},"align":"center"},{"font":{"size":18,"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#262626"]}},{"border":{"bottom":["thin","#595959"]}},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"left","valign":"bottom"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center","valign":"middle"},{"border":{"top":["thin","#595959"],"left":["thin","#595959"]}},{"border":{"top":["thin","#595959"]}},{"border":{"top":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"left":["thin","#595959"]}},{"border":{"right":["thin","#595959"]}},{"border":{"bottom":["thin","#595959"],"left":["thin","#595959"]}},{"border":{"bottom":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"top":["thin","#595959"],"left":["thin","#595959"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"left":["thin","#595959"],"right":["thin","#595959"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#595959"]},"font":{"name":"宋体"}}],"validations":[],"cols":{"0":{"width":39},"1":{"width":73},"2":{"width":89},"3":{"width":101},"4":{"width":80},"len":50},"merges":["B6:H6","B1:H1","C2:E2","C3:D3","F3:G3","C4:D4","F4:G4","B12:H12"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1617266678584.png', 'admin', TO_DATE('2021-04-01 16:24:50', 'SYYYY-MM-DD HH24:MI:SS'), '18153988193', TO_DATE('2021-08-04 22:06:21', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '35173', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('537521675550674944', '20201215151426612466731464', '数据联动报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":0,"marginY":10,"layout":"portrait"},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":2571,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":99},"3":{"width":133},"4":{"width":96},"5":{"width":130},"6":{"width":119},"7":{"width":235},"8":{"width":124},"9":{"width":148},"10":{"width":132},"23":{"width":344},"len":50},"chartList":[{"row":1,"col":8,"colspan":0,"rowspan":0,"width":"504","height":"276","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"张三\",\"张三\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":60,\"left\":41,\"bottom\":43,\"right\":27},\"series\":[{\"barWidth\":23,\"data\":[25,25],\"name\":\"age\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#ffc001\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"12\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":\"5\",\"text\":\"员工基本信息\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bold\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"537522718405644288","axisX":"name","axisY":"age","series":"","yText":"age","xText":"name","dbCode":"hh","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","chartType":"bar.simple","id":"","chartId":"mfVOveSMUgcmPLZH"},"layer_id":"mfVOveSMUgcmPLZH","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,8],[1,9],[1,10],[1,11],[1,12]]}],"area":{"sri":2,"sci":1,"eri":2,"eci":1,"width":107,"height":61},"excel_config_id":"537521675550674944","zonedEditionList":[],"rows":{"0":{"cells":{}},"1":{"cells":{"1":{"text":"职务编号","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"家庭电话","style":51},"6":{"text":"出生日期","style":51},"7":{"text":"联系地址","style":51},"8":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"9":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"10":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"11":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"12":{"text":" ","virtual":"mfVOveSMUgcmPLZH"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group","linkIds":"845811279070580736","rendered":"","config":"","display":"link"},"2":{"text":"#{pop.id}","style":54,"aggregate":"select"},"3":{"text":"#{pop.name}","style":54,"aggregate":"select"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.jphone}","style":57},"6":{"text":"#{pop.birth}","style":56},"7":{"text":"#{pop.laddress}","style":57},"19":{"style":52,"rendered":"","config":"","text":" "},"20":{"style":52,"text":" ","rendered":"","config":"","display":"normal"},"21":{"style":52,"rendered":"","config":"","text":" "},"22":{"style":52,"rendered":"","config":"","text":" "}},"isDrag":true,"height":61},"14":{"cells":{}},"len":68},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{"1":{"barcodeContent":"#{pop.id}","format":"CODE128","width":"50","height":"100","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":105,"containerHeight":25},"11":{"text":"\n","width":227,"height":227,"colorDark":"#000000","colorLight":"#ffffff"}},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"bgcolor":"#ffff01"},{"bgcolor":"#ffc001"},{"bgcolor":"#ffffff"}],"isGroup":true,"merges":[]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210305194459_1614944811823.png', 'admin', TO_DATE('2021-04-01 16:46:04', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-07-31 09:58:56', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '34519', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('53c82a76f837d5661dceec7d93afafec', '5678', '阜阳检票数查询', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":false,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":" ","style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"}},"height":63},"1":{"cells":{},"height":20},"2":{"cells":{"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"7":{"text":" ","merge":[0,1],"style":70}},"isDrag":true},"3":{"cells":{"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%)"}}},"4":{"cells":{"4":{"text":"从","style":71},"5":{"text":"到","style":71}},"height":25},"5":{"cells":{"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"}},"height":33},"6":{"cells":{"1":{"text":" ","style":11}},"isDrag":true},"7":{"cells":{"2":{"style":11,"text":" "}}},"8":{"cells":{}},"9":{"cells":{}},"10":{"cells":{}},"11":{"cells":{}},"12":{"cells":{}},"13":{"cells":{}},"14":{"cells":{}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":19},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":8},"len":50},"merges":["D1:G1","H3:I3","B4:B5","C4:C5","D4:D5","E4:F4","G4:G5","H4:H5","I4:I5"]}', NULL, 'https://static.jeecg.com/designreport/images/25_1597233573577.png', 'admin', TO_DATE('2020-06-16 15:01:42', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-12-08 15:49:53', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '12183', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('542152544408129536', '20210414112811', '图表联动报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"chartList":[{"row":3,"col":5,"colspan":4,"rowspan":7,"width":"556","height":"318","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":30,\"left\":48,\"bottom\":42,\"right\":18},\"series\":[{\"areaStyle\":null,\"data\":[10000,80000,50000,70000,100000,70000,59000,30000,90000,80000,90000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"rgba(33,176,246,1)\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\"每月订单金额\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542187081431339008","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"yu","dataId1":"","source":"","target":"","isTiming":false,"intervalTime":"0","linkIds":"","chartType":"line.simple","chartId":"4gWTCuSf3N2pRy9U","id":"4gWTCuSf3N2pRy9U"},"layer_id":"4gWTCuSf3N2pRy9U","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,5],[3,6],[3,7],[3,8]]},{"row":3,"col":1,"colspan":4,"rowspan":7,"width":"398","height":"317","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"张三\",\"李四\",\"小米\",\"lili\",\"王伟\",\"菲菲\",\"洋洋\",\"王轩\",\"李中\",\"韩寒\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":30,\"left\":60,\"bottom\":42,\"right\":23},\"series\":[{\"barWidth\":10,\"data\":[3400879,2400879,2300879,1000879,900000,700000,590000,300000,90000,9000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(33,176,246,1)\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":\"5\",\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#0CF1F6\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542158608528658432","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xs","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","linkIds":"542188072931250176,542188072931250176,542959746706395136,542962603010641920,622954331851018240,622954663201034240,622954727952699392,674518270334029824,674518340370518016,674518410377646080,674518270334029824","chartType":"bar.simple","chartId":"4jSe35ZikaTf2dv8","id":"4jSe35ZikaTf2dv8"},"layer_id":"4jSe35ZikaTf2dv8","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,1],[3,2],[3,3],[3,4]]},{"row":12,"col":1,"colspan":6,"rowspan":8,"width":"647","height":"297","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":28,\"left\":60,\"bottom\":40,\"right\":26},\"series\":[{\"areaStyle\":null,\"data\":[10,15,30,50,60,80,90,70,80,50,90,80],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"rgba(33,176,246,1)\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\" 每月回款率\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542212079118274560","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"hk","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"line.simple","chartId":"qQlQ7dUI2ZjnSQoJ","id":"qQlQ7dUI2ZjnSQoJ"},"layer_id":"qQlQ7dUI2ZjnSQoJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[12,1],[12,2],[12,3],[12,4],[12,5],[12,6]]},{"row":12,"col":7,"colspan":2,"rowspan":8,"width":"341","height":"297","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"企业\",\"散客\",\"其他\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"企业\",\"value\":60,\"itemStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"散客\",\"value\":30,\"itemStyle\":{\"color\":\"#15F81D\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"#F1E41B\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"150\",\"130\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"12\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\" 客户资源占比\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542961954638352384","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhanbi","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"pie.doughnut","chartId":"j6KqrKiUx01j0GbR","id":"j6KqrKiUx01j0GbR"},"layer_id":"j6KqrKiUx01j0GbR","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[12,7],[12,8]]}],"area":{"sri":7,"sci":3,"eri":7,"eci":3,"width":100,"height":52},"excel_config_id":"542152544408129536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":17},"1":{"cells":{"1":{"merge":[0,7],"height":0,"text":"某公司员工销售情况统计","style":29}},"height":79},"2":{"cells":{"1":{"style":13,"text":" 销售前10名员工情况","merge":[0,3],"height":0},"5":{"style":34,"text":" 每月订单金额","merge":[0,3],"height":0}},"height":50},"3":{"cells":{"1":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"2":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"3":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"4":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"5":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"6":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"7":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"8":{"style":5,"text":" ","virtual":"4gWTCuSf3N2pRy9U"}},"height":42},"4":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"5":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":48},"6":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":48},"7":{"cells":{"1":{"style":4,"text":" "},"2":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":52},"8":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":53},"9":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":51},"10":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":33},"11":{"cells":{"1":{"style":24,"text":" 每月回款率","merge":[0,5],"height":0},"7":{"style":31,"merge":[0,1],"height":0,"text":" 客户资源占比"}},"height":38},"12":{"cells":{"1":{"style":36,"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"2":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"3":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"4":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"5":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"6":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"7":{"text":" ","virtual":"j6KqrKiUx01j0GbR"},"8":{"style":5,"text":" ","virtual":"j6KqrKiUx01j0GbR"}},"height":49},"13":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":50},"14":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":50},"15":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":49},"16":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"17":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"18":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"19":{"cells":{"1":{"style":6,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":8,"text":" "}}},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1042,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["medium","#000"],"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6","font":{"size":12}},{"bgcolor":"#5b9cd6","font":{"size":12}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff"},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff"},{"border":{"top":["medium","#000"]},"color":"#5b9cd6"},{"color":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#5b9cd6","bgcolor":"#5b9cd6"},{"color":"#5b9cd6","bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#ffffff","bgcolor":"#5b9cd6"},{"color":"#ffffff","bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#ffffff","bgcolor":"#5b9cd6","font":{"size":12}},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6"},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":12}},{"font":{"size":12}},{"font":{"size":14}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"bottom":["medium","#000"],"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"right":["medium","#000"]}},{"font":{"size":12},"color":"#ffffff"},{},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":48},"4":{"width":101},"6":{"width":147},"8":{"width":246},"len":50},"merges":["B2:I2","B3:E3","F3:I3","B12:G12","H12:I12"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210421101051_1618971070007.png', 'admin', TO_DATE('2021-04-14 11:28:11', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-05-11 15:20:27', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '12096', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('580749470334275584', '20210729233805', '表达式示例', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"580749470334275584","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"更多表达式请查看详细文档。","linkIds":"580872825561501696","rendered":"","config":"","display":"link","merge":[0,1],"height":43,"style":18}},"height":43},"1":{"cells":{"1":{"style":12,"text":"日期函数","merge":[0,3],"height":25},"6":{"style":12,"text":"字符串函数","merge":[0,3],"height":25}},"height":34},"2":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"3":{"cells":{"1":{"text":"date()","style":4},"2":{"text":"date(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=date(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=date(\"${jm_expression.create_time}\")","style":4},"6":{"text":"char()","style":4,"merge":[1,0],"height":50},"7":{"text":"char(22269)","style":4},"8":{"text":"=char(22269)","style":4},"9":{"style":4,"text":" "}}},"4":{"cells":{"1":{"text":"time()","style":4},"2":{"text":"time(\"12:11:10\")","style":4},"3":{"text":"=time(\"12:11:10\")","style":4},"4":{"text":"=time(\"${jm_expression.create_time}\")","style":4},"7":{"text":"char(101)","style":4},"8":{"text":"=char(101)","style":4},"9":{"style":4,"text":" "}}},"5":{"cells":{"1":{"text":"now()","merge":[3,0],"height":100,"style":4,"linkIds":"","rendered":"","config":"","display":""},"2":{"text":"now()","style":4},"3":{"text":"=now()","style":5},"4":{"text":"=now()","style":5},"6":{"style":4,"text":"cnmoney()","merge":[2,0],"height":75},"7":{"text":"cnmoney(341.234)","style":4},"8":{"style":4,"text":"=cnmoney(341.234)"},"9":{"style":4,"text":"=cnmoney(${jm_expression.num})"}}},"6":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":6},"4":{"text":"=now()","style":6},"7":{"text":"cnmoney(341.234,\"b\")","style":4},"8":{"text":"=cnmoney(341.234,\"b\")","style":4},"9":{"style":4,"text":"=cnmoney(${jm_expression.num},\"b\")"}}},"7":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":7},"4":{"text":"=now()","style":7},"7":{"text":"cnmoney(341.234,\"bw\")","style":4},"8":{"text":"=cnmoney(341.234,\"bw\")","style":4},"9":{"text":"=cnmoney(${jm_expression.num},\"bw\")","style":4}}},"8":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":8},"4":{"text":"=now()","style":8},"6":{"text":"concat()","style":4},"7":{"text":"concat(''hello '',''word'','' !'')","style":4},"8":{"text":"=concat(''hello '',''world'','' !'')","style":4},"9":{"text":"=concat(''${jm_expression.upper}'','' world'','' !'')","style":4}}},"9":{"cells":{"1":{"text":"year()","style":4},"2":{"text":"year(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=year(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=year(\"${jm_expression.create_time}\")","style":4},"6":{"text":"lower()","style":4},"7":{"text":"lower(''HELLOW'')","style":4},"8":{"text":"=lower(''HELLOW'')","style":4},"9":{"text":"=lower(\"${jm_expression.upper}\") ","style":4}}},"10":{"cells":{"1":{"text":"month()","style":4},"2":{"text":"month(\"2021-07-29 12:11:10\") ","style":4},"3":{"text":"=month(\"2021-07-29 12:11:10\") ","style":4},"4":{"text":"=month(\"${jm_expression.create_time}\") ","style":4},"6":{"text":"upper()","style":4},"7":{"text":"upper(''world'')","style":4},"8":{"text":"=upper(''world'')","style":4},"9":{"text":"=upper(''${jm_expression.lower}'')","style":4}}},"11":{"cells":{"1":{"text":"day()","style":4},"2":{"text":"day(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=day(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=day(\"${jm_expression.create_time}\")","style":4},"6":{"style":4,"text":" "},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":" "}}},"12":{"cells":{"1":{"style":12,"text":"数学函数","merge":[0,3],"height":25},"6":{"style":12,"text":"条件表达式","merge":[0,3],"height":25}},"height":46},"13":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"14":{"cells":{"1":{"text":"rand()","style":4,"merge":[1,0],"height":50},"2":{"text":"rand()","style":4},"3":{"text":"=rand()","style":4},"4":{"style":4,"text":" "},"6":{"style":4,"text":"case()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=case(1==1,''男'',''女'') "},"9":{"style":4,"text":"=case(''${jm_expression.sex}''==''1'',''男'',''女'')"}}},"15":{"cells":{"0":{},"2":{"text":"rand()*100","style":4},"3":{"text":"=rand()*100","style":4},"4":{"style":4,"text":" "},"6":{"text":"if()","style":4},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":"=(let sex=''${jm_expression.sex}'';\n if(sex== ''1''){\n return ''男'';\n}elsif(sex== ''2''){\n return ''女'';\n}else{\n return ''未知'';\n})"}}},"16":{"cells":{"1":{"style":4,"text":"round(rand(),2)"},"2":{"text":"round(rand(),2)","style":4},"3":{"style":4,"text":"=round(rand(),2)"},"4":{"style":4,"text":" "},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"17":{"cells":{"1":{"text":"round()","style":4},"2":{"text":"round(341.234,2)","style":4},"3":{"text":"=round(341.234,2)","style":4},"4":{"style":4,"text":"=round(${jm_expression.num},2)"},"6":{"style":12,"text":"行号表达式","merge":[0,3],"height":25}}},"18":{"cells":{"1":{"text":"abs()","style":4},"2":{"text":"abs(-341.234)","style":4},"3":{"text":"=abs(-341.234)","style":4},"4":{"text":"=abs(${jm_expression.num})","style":4},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"19":{"cells":{"1":{"text":"floor()","style":4},"2":{"text":"floor(341.234,2)","style":4},"3":{"text":"=floor(341.234,2)","style":4},"4":{"text":"=floor(${jm_expression.num},2)","style":4},"6":{"style":4,"text":"row()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=row(1) "},"9":{"style":4,"text":" "}}},"20":{"cells":{"1":{"text":"ceil()","style":4},"2":{"text":"ceil(341.234,2) ","style":4},"3":{"text":"=ceil(341.234,2) ","style":4},"4":{"text":"=ceil(${jm_expression.num},2) ","style":4},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"21":{"cells":{"1":{"text":"trunc()","style":4},"2":{"text":"trunc(341.234)","style":4},"3":{"text":"=trunc(341.234)","style":4},"4":{"text":"=trunc(${jm_expression.num})","style":4},"6":{"style":16,"text":" "},"7":{"style":16,"text":" "},"8":{"style":16,"text":" "},"9":{"style":16,"text":" "}}},"22":{"cells":{"1":{"style":15,"text":" "},"3":{"style":15,"text":" "},"4":{"style":15,"text":" "}}},"23":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"24":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"freeze":"A1","dataRectWidth":1228,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"format":"date"},{"format":"date2"},{"format":"time"},{"format":"datetime"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date2","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"time","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"datetime","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16}},{"font":{"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center","bgcolor":"#93d051"},{"font":{"size":16},"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"border":{"top":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#93d051"},{"bgcolor":"#01b0f1"},{"bgcolor":"#e3efd9"},{"bgcolor":"#ffffff"}],"validations":[],"cols":{"1":{"width":86},"2":{"width":186},"3":{"width":138},"4":{"width":117},"7":{"width":186},"9":{"width":115},"len":50},"merges":["B1:C1","B2:E2","G2:J2","G4:G5","B6:B9","G6:G8","B13:E13","G13:J13","B15:B16","G18:J18"]}', NULL, 'https://static.jeecg.com/designreport/images/20210801173350_1627814960913_1627963915931.png', 'admin', TO_DATE('2021-07-29 23:38:05', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 17:33:02', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '28276', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590432931076722688', '2020121515142661246570', '查询条件示例', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1694,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":147},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"area":false,"excel_config_id":"590432931076722688","zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"查询条件示例","style":64,"merge":[0,1],"height":44},"2":{},"3":{"style":68,"text":"说明:查询控件配置;默认值设置;CSS增强配置;参考文档:http://report.jeecg.com/2373403","merge":[0,2],"height":57}},"height":57},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":51,"text":"分类"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":57,"text":"#{pop.type}"}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"font":{"size":10}},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"isGroup":true,"merges":["B1:C1","D1:F1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', 'admin', TO_DATE('2021-08-25 16:56:31', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-09 15:57:21', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '3792', '.jm-query-form .ivu-btn-primary{ + background-color: red; + border-color: red; + }', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590442764001693696', '202101271721121257', '纵向分组小计示例3', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":718,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":95},"2":{"width":95},"3":{"width":105},"4":{"width":141},"5":{"width":246},"6":{"width":155},"len":50},"area":false,"excel_config_id":"590442764001693696","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"纵向分组小计示例3","merge":[0,2],"style":6},"5":{"text":"说明:本示例涉及纵向分组小计,横向动态列;地区设为小计分组依据;销量设为求和;年份倒序;月份默认正序","style":30}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":8,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right","sort":"desc"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right","sort":"default"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group","subtotal":"groupField","funcname":""},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0","subtotal":"","funcname":"SUM"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计","merge":[0,1]},"3":{"style":25,"text":"=sum(D4)"}},"height":37},"8":{"cells":{"1":{}}},"10":{"cells":{"1":{}}},"len":100},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"color":"#fe0000","textwrap":true}],"isGroup":true,"merges":["B1:D1","B2:C3","B5:C5"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', 'admin', TO_DATE('2021-08-25 17:35:35', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-12-08 18:34:42', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '8028', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590808622016319488', '20210826175031', '纵向分组小计示例1', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":55,"sci":6,"eri":55,"eci":6,"width":100,"height":25},"excel_config_id":"590808622016319488","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,1],"height":61,"text":"纵向分组小计示例1","style":18},"3":{"text":"说明:地区、省份设置为纵向分组并且地区设置为分组依据;销售额设为求和;参考文档:http://report.jeecg.com/2333594","style":20,"merge":[0,2],"height":61}},"height":85},"1":{"cells":{"1":{"text":"地区|销售额|日期","lineStart":"lefttop","style":16,"merge":[1,1],"height":66},"3":{"text":"#{jm.groupRight(year)}","direction":"right","style":16}},"height":35},"2":{"cells":{"3":{"text":"#{jm.groupRight(month)}","aggregate":"group","direction":"right","style":16}},"height":31},"3":{"cells":{"1":{"text":"#{jm.group(areaname)}","aggregate":"group","subtotal":"groupField","funcname":"","style":0},"2":{"text":"#{jm.group(dept)}","style":0,"aggregate":"group","funcname":""},"3":{"text":"#{jm.dynamic(settleamount)}","aggregate":"dynamic","style":0,"subtotal":"","funcname":"SUM"}}},"len":21},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"jm.areaname","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":454,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c45a10"},{"bgcolor":"#c45a10"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#7f7f7f"},{"bgcolor":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"font":{"size":14}},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"validations":[],"isGroup":true,"cols":{"0":{"width":154},"5":{"width":121},"len":50},"merges":["B1:C1","D1:F1","B2:C3"]}', NULL, 'https://static.jeecg.com/designreport/images/fz1_1630235763858.png', 'admin', TO_DATE('2021-08-26 17:50:31', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-07-31 16:45:31', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '2879', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590812531803901952', '202108261750310852', '纵向分组小计示例2', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":8,"sci":1,"eri":8,"eci":1,"width":80,"height":25},"excel_config_id":"590812531803901952","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"3":{"text":" ","style":27},"5":{"text":""},"7":{"merge":[0,2],"height":56,"style":27,"text":" "}},"height":59},"1":{"cells":{"1":{"text":"纵向分组小计示例2","merge":[0,2],"height":56,"style":27},"4":{"text":"说明:区域(areaname)、省份(dept)纵向分组;单价(price)、金额(amount)设置动态属性;小计设置compute行内计算compute(price*amount);参考文档:http://report.jeecg.com/2333594","merge":[0,4],"height":54,"style":29}},"height":54},"2":{"cells":{"1":{"text":"区域","style":21,"merge":[2,0],"height":81},"2":{"merge":[2,0],"height":81,"text":"省份","style":21},"3":{"merge":[0,2],"height":31,"style":21,"text":"#{jm.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":35},"3":{"cells":{"3":{"merge":[0,2],"height":25,"style":21,"text":"#{jm.groupRight(month)}月","aggregate":"group","direction":"right"}},"height":34},"4":{"cells":{"3":{"text":"单价","style":21},"4":{"text":"金额","style":21},"5":{"text":"小计","style":21}},"height":35},"5":{"cells":{"1":{"text":"#{jm.group(areaname)}","aggregate":"group","subtotal":"groupField","funcname":"","style":17},"2":{"text":"#{jm.group(dept)}","style":17,"aggregate":"group","funcname":""},"3":{"text":"#{jm.dynamic(price)}","style":26,"aggregate":"dynamic"},"4":{"style":26,"text":"#{jm.dynamic(amount)}","aggregate":"dynamic","subtotal":"","funcname":"SUM"},"5":{"text":"#{jm.compute(price*amount)}","aggregate":"dynamic","style":26,"subtotal":"","funcname":"SUM"}}},"9":{"cells":{},"height":37},"len":10},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"jm.areaname","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":656,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c45a10"},{"bgcolor":"#c45a10"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#7f7f7f"},{"bgcolor":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#0c0c0c"],"top":["thin","#0c0c0c"],"left":["thin","#0c0c0c"],"right":["thin","#0c0c0c"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#3f3f3f"],"top":["thin","#3f3f3f"],"left":["thin","#3f3f3f"],"right":["thin","#3f3f3f"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#e7e5e6"},{"bgcolor":"#e7e5e6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"number"},{"font":{"size":15}},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"validations":[],"isGroup":true,"cols":{"0":{"width":99},"1":{"width":80},"2":{"width":81},"3":{"width":65},"4":{"width":64},"5":{"width":67},"8":{"width":177},"len":100},"merges":["H1:J1","B2:D2","E2:I2","B3:B5","C3:C5","D3:F3","D4:F4"]}', NULL, 'https://static.jeecg.com/designreport/images/fz2_1630235875115.png', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-14 10:24:56', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '2819', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590831722099462144', '20210826192130', '分栏示例', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"sri":2,"eci":5,"eri":5,"index":1,"db":"jm","loopTime":3}],"area":{"sri":1,"sci":5,"eri":1,"eci":6,"width":154,"height":59},"excel_config_id":"590831722099462144","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":""},"4":{"style":14},"5":{"style":15,"text":"分栏示例","merge":[0,1],"height":59},"6":{"style":16},"8":{"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","merge":[0,2],"height":59}},"height":59},"2":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"职员信息","style":2,"merge":[0,1],"height":34,"loopBlock":1},"3":{"loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1}},"height":51},"3":{"cells":{"1":{"text":"姓名","style":4,"loopBlock":1},"2":{"text":"性别","style":4,"loopBlock":1},"3":{"text":"职务","style":4,"loopBlock":1},"4":{"text":"联系方式","style":4,"loopBlock":1},"5":{"text":"","loopBlock":1}},"height":31},"4":{"cells":{"1":{"text":"#{jm.name}","style":0,"loopBlock":1},"2":{"text":"#{jm.sex}","style":0,"loopBlock":1},"3":{"text":"#{jm.update_by}","style":0,"loopBlock":1},"4":{"text":"#{jm.jphone}","style":0,"loopBlock":1},"5":{"text":"","loopBlock":1}}},"5":{"cells":{"1":{"text":"","loopBlock":1},"2":{"loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1}},"height":34},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":14},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":11},"bgcolor":"#f2f2f2"},{"font":{"size":12}},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"color":"#000100"},{"color":"#000100"},{"textwrap":true,"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"5":{"width":54},"len":50},"merges":["I2:K2","C3:D3","F2:G2"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2021-08-26 19:21:30', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-29 19:12:38', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '2546', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('590835562513256448', '20210826193641', '分版示例', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":1,"sci":8,"eri":1,"eci":8,"width":100,"height":65},"excel_config_id":"590835562513256448","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[{"sci":4,"sri":3,"eci":6,"eri":4,"db":"flapi","index":1},{"sci":8,"sri":4,"eci":9,"eri":5,"db":"flapi","index":2}],"rows":{"0":{"cells":{"3":{"text":"","style":9,"merge":[0,1],"height":72}},"height":60},"1":{"cells":{"3":{"style":18,"text":"分版示例","merge":[0,1],"height":65},"5":{"merge":[0,2],"height":65,"text":"说明:当报表左侧已有表格,右侧仍需要展示表格时,需使用分版功能;参考文档:http://report.jeecg.com/2373086","style":20},"6":{"style":15},"7":{"style":15}},"height":65},"2":{"cells":{"1":{"text":"表1","style":7},"5":{"text":"表2","style":7}},"height":41},"3":{"cells":{"0":{"text":"姓名","style":2},"1":{"text":"性别","style":2},"2":{"text":"年龄","style":2},"4":{"text":"省份","style":2,"zonedEdition":1},"5":{"style":2,"zonedEdition":1,"text":"月份"},"6":{"style":2,"zonedEdition":1,"text":"金额"},"8":{"text":"表3","style":8}},"height":35},"4":{"cells":{"0":{"text":"#{jm.name}","style":0},"1":{"text":"#{jm.sex}","style":0},"2":{"text":"#{jm.age}","style":0},"4":{"text":"#{flapi.dept}","style":0,"zonedEdition":1},"5":{"style":0,"zonedEdition":1,"text":"#{flapi.month}月"},"6":{"style":0,"zonedEdition":1,"text":"#{flapi.amount}"},"8":{"text":"年份","style":2,"zonedEdition":2},"9":{"text":"金额","style":2,"zonedEdition":2}},"height":30},"5":{"cells":{"8":{"text":"#{flapi.year}年","style":0,"zonedEdition":2},"9":{"text":"#{flapi.settleamount}","style":0,"zonedEdition":2}}},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":930,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12},"bgcolor":"#f2f2f2"},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"font":{"size":15}},{"font":{"size":12}},{"font":{"size":12},"align":"center"},{"font":{"size":12},"align":"right"},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"textwrap":true},{"textwrap":true,"border":{"bottom":["thin","#fe0000"],"top":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100"},{"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"textwrap":true,"color":"#fe0000"}],"validations":[],"cols":{"3":{"width":69},"7":{"width":61},"len":50},"merges":["D1:E1","D2:E2","F2:H2"]}', NULL, 'https://static.jeecg.com/designreport/images/fb_1630235434383.png', 'admin', TO_DATE('2021-08-26 19:36:41', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-29 19:10:34', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '3494', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('592957394477469696', '20201215151426612465700180', '存储过程示例', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1689,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":142},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":100},"area":false,"excel_config_id":"592957394477469696","zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"存储过程示例","style":64,"merge":[0,1],"height":44},"2":{},"3":{"style":68,"merge":[0,2],"height":57,"text":" "}},"height":57},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":51,"text":"分类"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":57,"text":"#{pop.type}"}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"font":{"size":10}},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"isGroup":true,"merges":["B1:C1","D1:F1"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', 'admin', TO_DATE('2021-09-01 16:07:50', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-12 16:48:14', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '8592', '.jm-query-form .ivu-btn-primary{ + background-color: red; + border-color: red; + }', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('6059e405dd9c66a6d38e00841d2e40cc', '566777', '处方笺', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":10,"sci":5,"eri":10,"eci":6,"width":72,"height":25},"excel_config_id":"6059e405dd9c66a6d38e00841d2e40cc","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP:","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","rendered":"","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"merge":[0,1],"text":"中成药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"merge":[0,1],"text":"换药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80}},"height":17},"15":{"cells":{"0":{"text":" "},"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"merge":[0,1]},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"12":{"style":71,"text":" "},"13":{"style":80}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"20":{"cells":{},"height":28},"len":94,"-1":{"cells":{"0":{"text":"#{yaopin.key2}"},"-1":{"text":"#{yaopin.key1}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":694,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":35},"1":{"width":14},"2":{"width":56},"3":{"width":54},"4":{"width":156},"5":{"width":41},"6":{"width":31},"7":{"width":113},"8":{"width":58},"9":{"width":20},"10":{"width":23},"11":{"width":81},"12":{"width":12},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","F11:G11","I11:K11","F12:G12","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","D10:L10","G5:L5","C6:D6","E6:L6","J16:L16","C16:D16","D8:E8","H8:I8"]}', NULL, 'https://static.jeecg.com/designreport/images/处方_1607071731580.png', 'admin', TO_DATE('2020-07-10 17:12:16', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:52:46', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '13451', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('6d6bdcb5e820c301ea32789e3ae43c44', '1223', '供电公司抢修单', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":16,"sci":2,"eri":16,"eci":6,"width":555,"height":107},"printElWidth":718,"excel_config_id":"6d6bdcb5e820c301ea32789e3ae43c44","printElHeight":1047,"rows":{"0":{"cells":{},"height":11},"1":{"cells":{"1":{"text":"供电公司抢修竣工单","merge":[0,5],"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39}},"height":84},"2":{"cells":{"1":{"text":"填报单位:","style":26},"2":{"text":"#{qiangxiu.danwei}","style":27},"3":{"style":27},"4":{"text":"","style":27},"5":{"text":"填报日期:","style":26},"6":{"text":"#{qiangxiu.time}","style":27}}},"3":{"cells":{"1":{"text":"填报名称:","style":26},"2":{"text":"#{qiangxiu.ktime}","style":27},"3":{"style":27},"4":{"style":27},"5":{"text":"项目编号:","style":26},"6":{"text":"#{qiangxiu.wtime}","style":27}}},"4":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":10},"5":{"cells":{"1":{"text":"项目批准核算","style":29},"2":{"text":"#{qiangxiu.yusuan}","style":30,"merge":[0,4]}},"height":89},"6":{"cells":{"1":{"text":"开工日期","style":32},"2":{"style":33,"text":"#{qiangxiu.ktime}","merge":[0,1]},"3":{"style":28},"4":{"style":34,"text":"完工日期"},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.wtime}"},"6":{"style":28}},"height":31},"7":{"cells":{"1":{"text":"完工主要内容","style":32},"2":{"style":33,"text":"#{qiangxiu.neirong}","merge":[0,4]}},"height":71},"8":{"cells":{"1":{"text":"形成能力","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.nengli}"},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":49},"9":{"cells":{"1":{"text":"目标效益验收意见","style":32},"2":{"style":35,"text":"#{qiangxiu.yijian}","merge":[0,4]}},"height":100},"10":{"cells":{"1":{"style":37,"text":" ","merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":37,"text":"#{qiangxiu.time1}","merge":[0,1]},"6":{"style":28}}},"11":{"cells":{"1":{"text":"实施质量验收评价","style":32},"2":{"style":35,"text":"#{qiangxiu.pingjia}","merge":[0,4]}},"height":99},"12":{"cells":{"1":{"style":33,"merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.time1}"},"6":{"style":28}}},"13":{"cells":{"1":{"text":"验收总结","style":32},"2":{"style":35,"text":"#{qiangxiu.zongjie}","rendered":"","merge":[0,4]}},"height":80},"14":{"cells":{"1":{"text":"责任单位意见","style":32},"2":{"style":33,"text":"#{qiangxiu.zongjie}","merge":[0,4]}},"height":67},"15":{"cells":{"1":{"text":"责任单位审核人","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.dshenhe}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time3}","merge":[0,1]},"6":{"style":28}},"height":42},"16":{"cells":{"1":{"text":"生技部审批意见","style":32},"2":{"style":33,"text":"#{qiangxiu.zongjie}","merge":[0,4]}},"height":107},"17":{"cells":{"1":{"text":"生技部主任","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.zhuren}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time4}","merge":[0,1]},"6":{"style":28}},"height":41},"18":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":700,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"right","color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"right","color":"#7f7f7f","font":{"name":"宋体"}},{"color":"#7f7f7f","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"name":"宋体"}},{"bgcolor":"#ffffff","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"宋体"}},{"textwrap":true,"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":false,"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}}],"validations":[],"cols":{"0":{"width":18},"1":{"width":127},"3":{"width":123},"4":{"width":127},"5":{"width":76},"6":{"width":129},"len":50},"merges":["C7:D7","F7:G7","B2:G2","C9:G9","B11:E11","F11:G11","B13:E13","F13:G13","C16:D16","C18:D18","F16:G16","F18:G18","C12:G12","C10:G10","C8:G8","C6:G6","C14:G14","C15:G15","C17:G17"]}', NULL, 'https://static.jeecg.com/designreport/images/222_1607311944321.png', 'jeecg', TO_DATE('2020-07-20 19:37:54', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 15:14:45', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '492', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('753506001105539072', '20221118170243', '分版错误报表', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":3,"width":100,"height":25},"excel_config_id":"753506001105539072","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[{"sci":0,"sri":7,"eci":1,"eri":8,"db":"test02","index":1}],"rows":{"0":{"cells":{"0":{"text":"序号","style":0},"1":{"text":"图片","style":0},"2":{"text":"批次号","style":0},"3":{"text":"款式编码","style":0},"4":{"text":"款式名称","style":0},"5":{"text":"颜色","style":0},"6":{"text":"交期","style":0}},"height":25},"1":{"cells":{"0":{"style":0,"text":"=row()"},"1":{"style":0,"text":"#{test01.s_cover_img_url}","rendered":"","config":"","display":"img"},"2":{"style":0,"text":"#{test01.s_lot_no}"},"3":{"style":0,"text":"#{test01.s_item_code}"},"4":{"style":0,"text":"#{test01.s_full_name}"},"5":{"style":0,"text":"#{test01.modelcolor}"},"6":{"style":0,"text":"#{test01.d_delivery_date}"}}},"2":{"cells":{"1":{"text":"","rendered":"","config":""}}},"7":{"cells":{"0":{"text":"code"},"1":{"text":"name"}}},"8":{"cells":{"0":{"text":"#{test02.suit_item_code}"},"1":{"text":"#{test02.suit_full_name}"}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1035,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"cols":{"0":{"width":144},"1":{"width":391},"len":100},"merges":[]}', NULL, NULL, '15629196826', TO_DATE('2022-11-18 17:02:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-14 14:13:37', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '62', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('7905022412733a0c68dc7b4ef8947489', '8996445', '介绍信', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":3,"sci":1,"eri":3,"eci":11,"width":678,"height":216},"excel_config_id":"7905022412733a0c68dc7b4ef8947489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{},"12":{}},"height":11},"1":{"cells":{},"height":24},"2":{"cells":{},"isDrag":true,"height":43},"3":{"cells":{"0":{"text":" ","style":46},"1":{"merge":[0,10],"text":"介绍信","style":337}},"height":216},"4":{"cells":{"1":{"text":"${jieshaoxin.name}","style":338,"merge":[0,3]},"5":{"text":":","style":339}},"isDrag":true,"height":80},"5":{"cells":{"1":{"text":"兹介绍我局","style":340,"merge":[0,5]},"7":{"text":"${jieshaoxin.value}","style":341},"8":{"text":"同志","style":339},"9":{"text":"${jieshaoxin.percent}","style":339},"10":{"text":"人,前往你处","style":339,"merge":[0,1]}},"isDrag":true,"height":42},"6":{"cells":{"1":{"text":"${jieshaoxin.shiqing}","style":342,"merge":[0,5]},"15":{"text":""}},"isDrag":true,"height":48},"7":{"cells":{"1":{"style":343,"text":" "},"2":{"style":344,"merge":[0,5],"text":"请予接洽并给予帮助。"}},"height":56},"8":{"cells":{},"height":15},"9":{"cells":{},"height":11},"10":{"cells":{"8":{"text":" ","style":316,"merge":[0,3]}},"height":39},"11":{"cells":{"8":{"merge":[0,2],"text":"单位盖章","style":347},"11":{"merge":[0,1],"style":316,"text":" "}},"height":84},"12":{"cells":{"1":{"merge":[0,2],"text":" ","style":317},"4":{"merge":[0,2],"text":" ","style":346},"7":{"text":"(有效时间:至","style":317},"8":{"text":"${jieshaoxin.gdata}","style":316,"merge":[0,2]},"11":{"style":348,"text":"止)"}},"isDrag":true,"height":30},"13":{"cells":{"1":{"merge":[12,11]}}},"17":{"cells":{},"isDrag":true},"len":89},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":699,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":10,"name":"Lato"},"valign":"middle","color":"#000100"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100","align":"center"},{"align":"center","font":{"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"align":"right"},{"align":"right","font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"]}},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center"},{"valign":"top"},{"valign":"top","align":"center"},{"valign":"top","align":"center","font":{"size":12}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"font":{"size":14}},{"align":"right","font":{"size":14}},{"font":{"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"size":14,"bold":true}},{"align":"right","font":{"size":9}},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"font":{"size":9},"align":"left"},{"align":"left","font":{"bold":true,"size":14}},{"align":"center","font":{"bold":true,"size":14},"valign":"top"},{"align":"center","font":{"bold":true,"size":16},"valign":"top"},{"align":"center","font":{"bold":true,"size":18},"valign":"top"},{"align":"right","font":{"size":10}},{"font":{"size":10},"align":"center"},{"align":"left","font":{"size":10}},{"align":"right","font":{"size":12},"valign":"bottom"},{"valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"bold":true,"size":22},"valign":"top"},{"align":"right","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":14},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":14},"align":"center"},{"valign":"top","align":"center","font":{"size":14}},{"align":"left","font":{"size":14}}],"validations":[],"cols":{"0":{"width":21},"1":{"width":46},"2":{"width":24},"3":{"width":15},"4":{"width":37},"5":{"width":13},"6":{"width":83},"7":{"width":258},"8":{"width":42},"9":{"width":18},"10":{"width":77},"11":{"width":65},"12":{"width":20},"13":{"width":62},"16":{"width":55},"len":50},"merges":["B4:L4","B5:E5","B6:G6","K6:L6","B7:G7","C8:H8","I11:L11","I12:K12","L12:M12","B13:D13","E13:G13","I13:K13","B14:M26"]}', NULL, 'https://static.jeecg.com/designreport/images/介绍xin_1607072641405.png', 'admin', TO_DATE('2020-07-10 13:38:40', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-12-08 16:03:44', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '15815', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('7c02c224a2db56d0350069650033f702', '895666', '核查评估表', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":5,"sci":18,"eri":5,"eci":18,"width":53,"height":46},"printElWidth":718,"excel_config_id":"7c02c224a2db56d0350069650033f702","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"XX县(市、区)YY低保第三方核查评估汇总表","merge":[0,21],"style":386},"2":{"style":386},"3":{"style":386},"4":{"style":386},"5":{"style":386},"6":{"style":386},"7":{"style":386},"8":{"style":386},"9":{"style":386},"10":{"style":386},"11":{"style":386},"12":{"style":386},"13":{"style":386},"14":{"style":386},"15":{"style":386},"16":{"style":386},"17":{"style":386},"18":{"style":386},"19":{"style":386},"20":{"style":386},"21":{"style":386},"22":{"style":386}},"height":70},"1":{"cells":{"1":{"merge":[0,2],"style":403,"text":" 北京市林翠社区"},"2":{"style":398,"text":" "},"3":{"style":398,"text":" "},"4":{"merge":[0,2],"text":"镇(乡、街道办事处)","style":399},"5":{"style":399},"6":{"style":399},"7":{"style":399,"merge":[0,7]},"8":{"style":400},"9":{"style":400},"10":{"style":400},"11":{"style":400},"12":{"style":400},"13":{"style":400},"14":{"style":400},"15":{"merge":[0,7],"text":"单位:人、元、套、平方米","style":398},"16":{"style":401},"17":{"style":401},"18":{"style":401},"19":{"style":401},"20":{"style":401},"21":{"style":401},"22":{"style":401}}},"2":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":14},"3":{"cells":{"1":{"style":406,"text":"村(社区)名称","merge":[1,0]},"2":{"style":407,"text":"户主名称","merge":[1,0]},"3":{"style":407,"text":"保障编号","merge":[1,0]},"4":{"style":408,"text":"家庭人口","merge":[1,0]},"5":{"style":409,"text":"家庭住址","merge":[1,0]},"6":{"style":409,"text":"联系电话","merge":[1,0]},"7":{"style":408,"text":"身份证号码","merge":[1,0]},"8":{"style":409,"text":"原保障","merge":[0,2]},"9":{"style":377,"text":" "},"10":{"style":377,"text":" "},"11":{"text":"核减后月人均收入","style":408,"merge":[1,0]},"12":{"merge":[0,5],"text":"保障建议","style":410},"13":{"style":379,"text":" "},"14":{"style":379,"text":" "},"15":{"style":379,"text":" "},"16":{"style":379,"text":" "},"17":{"style":379,"text":" "},"18":{"text":"是否新增对象","style":411,"merge":[1,0]},"19":{"text":"建议取消原因","style":409,"merge":[0,3]},"20":{"style":377,"text":" "},"21":{"style":377,"text":" "},"22":{"style":377,"text":" "}}},"4":{"cells":{"1":{"style":381,"text":" "},"2":{"style":407,"text":" "},"3":{"style":382,"text":" "},"4":{"style":408,"text":" "},"5":{"style":377,"text":" "},"6":{"style":409,"text":" "},"7":{"style":383,"text":" "},"8":{"text":"户数","style":412},"9":{"style":411,"text":"人口"},"10":{"style":413,"text":"金额"},"11":{"style":383,"text":" "},"12":{"text":"保障类型","style":408},"13":{"style":413,"text":"人口"},"14":{"style":408,"text":"差额补助"},"15":{"style":408,"text":"全额补助"},"16":{"style":408,"text":"增发补助"},"17":{"style":408,"text":"合计补助"},"18":{"style":411,"text":" "},"19":{"style":408,"text":"收入超标"},"20":{"style":406,"text":"机动车超标"},"21":{"style":410,"text":"死亡"},"22":{"style":410,"text":"其他"}},"height":50},"5":{"cells":{"1":{"style":414,"aggregate":"select","rendered":"","text":"#{hecha.name}"},"2":{"style":414,"text":"#{hecha.hname}"},"3":{"style":414,"text":"#{hecha.num}"},"4":{"style":414,"text":"#{hecha.knum}"},"5":{"style":414,"text":"#{hecha.zhuzhi}"},"6":{"style":414,"text":"#{hecha.phone}"},"7":{"style":414,"text":"#{hecha.scard}"},"8":{"style":414,"text":"#{hecha.yhnum}"},"9":{"style":414,"text":"#{hecha.yren}"},"10":{"style":414,"text":"#{hecha.yjine}"},"11":{"style":414,"text":"#{hecha.yjine}"},"12":{"style":414,"text":"#{hecha.type}"},"13":{"style":414,"text":"#{hecha.rk}"},"14":{"style":414,"text":"#{hecha.cbz}"},"15":{"style":414,"text":"#{hecha.cbz}"},"16":{"style":414,"text":"#{hecha.cbz}"},"17":{"style":414,"text":"#{hecha.cbz}"},"18":{"style":414,"text":"#{hecha.sf1}","rendered":""},"19":{"style":414,"text":"#{hecha.sf2}"},"20":{"style":414,"text":"#{hecha.sf3}"},"21":{"style":414,"text":"#{hecha.sf4}"},"22":{"style":414,"text":"#{hecha.bz}"}},"isDrag":true,"height":46},"6":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"7":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114,"text":"","decimalPlaces":"2"},"6":{"style":114,"lineStart":"leftbottom"},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"8":{"cells":{"1":{"text":""},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114,"decimalPlaces":""},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"isDrag":true},"45":{"cells":{},"height":1},"len":102},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1378,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center"},{"textwrap":true,"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle"},{"textwrap":true,"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"middle"},{"textwrap":true,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom"},{"textwrap":true,"align":"center","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top"},{"textwrap":true,"align":"center","valign":"top"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom"},{"textwrap":true,"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"top"},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["thin","#000"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"Helvetica"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"align":"center","font":{"size":16,"bold":true,"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"size":16,"bold":true,"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"size":16,"bold":true,"name":"Courier New"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"font":{"name":"Courier New"}},{"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"align":"center","font":{"size":16,"bold":true,"name":"Verdana"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Verdana"}},{"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"font":{"name":"Verdana"}},{"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Lato"}},{"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"font":{"name":"Lato"}},{"textwrap":true,"align":"center","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":false,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"valign":"middle"},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"align":"center","border":{"right":["thin","#ffffff"]}},{"align":"center","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#ffffff"]}},{"border":{"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#000100"]}},{"align":"center","border":{"right":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"left":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"top":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]},"align":"right"},{"font":{"name":"Lato"},"align":"right"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"size":15,"bold":true,"name":"Lato"}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato","size":9}},{"font":{"name":"Lato","size":9}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"border":{"bottom":["thin","#d8d8d8"]},"align":"center","font":{"size":8}},{"border":{"bottom":["thin","#a5a5a5"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"align":"center","font":{"size":8}}],"validations":[],"cols":{"0":{"width":30},"1":{"width":68},"2":{"width":86},"3":{"width":93},"4":{"width":91},"5":{"width":156},"6":{"width":95},"7":{"width":85},"8":{"width":37},"9":{"width":30},"10":{"width":43},"11":{"width":66},"12":{"width":38},"13":{"width":41},"14":{"width":54},"15":{"width":49},"16":{"width":45},"17":{"width":49},"18":{"width":53},"19":{"width":40},"20":{"width":50},"21":{"width":40},"22":{"width":39},"23":{"width":14},"len":50},"merges":["M4:R4","B4:B5","C4:C5","D4:D5","E4:E5","F4:F5","G4:G5","H4:H5","I4:K4","L4:L5","S4:S5","T4:W4","E2:G2","B2:D2","B1:W1","P2:W2","H2:O2"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201207113312_1607312171402.png', 'jeecg', TO_DATE('2020-07-14 16:41:42', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 18:53:59', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '598', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850276523718049792', '20230812174413', 'aaa', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":11,"sci":4,"eri":11,"eci":4,"width":274,"height":25},"excel_config_id":"850276523718049792","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"1":{"text":"#{aaa.code}"},"2":{"text":"#{aaa.name}"},"3":{"text":"#{aaa.view_count}"},"4":{"text":""}}},"10":{"cells":{"1":{"text":"D4值=","style":1},"2":{"text":"=cnmoney(::D4)"}}},"26":{"cells":{}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":400,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"right"},{"align":"center"}],"validations":[],"cols":{"4":{"width":274},"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-08-12 17:44:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-14 10:36:50', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '52', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850286412532121600', '20230812182254', 'api测试', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"850286412532121600","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"1":{"text":"#{aaa.ctotal}"},"2":{"text":"#{aaa.cname}"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'jeecg', TO_DATE('2023-08-12 18:22:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2023-08-12 18:22:55', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '7', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850315907339223040', '20210309142400__0615', '简单分组报表副本0615', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":3,"sci":2,"eri":3,"eci":2,"width":100,"height":54},"excel_config_id":"850315907339223040","printConfig":{"paper":"A4","width":210,"height":297,"definition":4,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"height":0,"text":"纵向员工信息登记表","style":2,"merge":[0,5]}},"height":40},"2":{"cells":{"1":{"text":"部门","style":15},"2":{"text":"学历","style":15},"3":{"text":"姓名","style":15},"4":{"text":"性别","style":15},"5":{"text":"年龄","style":15},"6":{"text":"薪水","style":15}},"height":34},"3":{"cells":{"1":{"style":17,"text":"#{tt.group(department)}","aggregate":"group","textOrders":"人事部|研发部","sort":"desc"},"2":{"style":17,"text":"#{tt.group(education)}","aggregate":"group","sort":"default","textOrders":"本科|专科"},"3":{"style":17,"text":"#{tt.name}","sort":"default","textOrders":""},"4":{"style":17,"text":"#{tt.sex}"},"5":{"style":17,"text":"#{tt.age}"},"6":{"style":17,"text":"#{tt.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"1000","btnList":[1,2,3,4,5,6,7,8,9]},"groupField":"tt.department","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":687,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"6":{"width":117},"7":{"width":22},"len":100},"merges":["B2:G2"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', 'jeecg', TO_DATE('2023-08-12 20:18:41', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-13 18:57:03', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '86', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850318855100268544', '20210127172112__9627', '多级循环表头报表副本9627', NULL, NULL, 'datainfo', '{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":434,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":87},"2":{"width":132},"3":{"width":179},"len":100},"area":{"sri":5,"sci":0,"eri":5,"eci":99,"width":10034,"height":25},"excel_config_id":"850318855100268544","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"各地区商品销售额一栏表","merge":[0,2],"style":6}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":30,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right","sort":"default"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group"},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计"},"2":{"text":"=cnmoney(::D5)","style":34},"3":{"style":25,"text":"=SUM(D4)"}},"height":37},"7":{"cells":{"1":{}}},"9":{"cells":{"1":{}}},"len":99},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}}],"isGroup":true,"merges":["B1:D1","B2:C3"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', 'jeecg', TO_DATE('2023-08-12 20:30:23', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-21 09:33:43', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '81', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850709188564844544', '20210729233805__4750', '表达式示例副本4750', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":3,"sci":0,"eri":3,"eci":0,"width":100,"height":25},"excel_config_id":"850709188564844544","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"1000222.22"},"1":{"linkIds":"","rendered":"","config":"","display":"","style":18,"text":"=cnmoney(A1)"},"3":{"style":16,"text":""},"4":{"text":""}},"height":43},"1":{"cells":{"1":{"style":12,"text":"日期函数","merge":[0,3],"height":25},"6":{"style":12,"text":"字符串函数","merge":[0,3],"height":25}},"height":34},"2":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"3":{"cells":{"1":{"text":"date()","style":4},"2":{"text":"date(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=date(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=date(\"${jm_expression.create_time}\")","style":4},"6":{"text":"char()","style":4,"merge":[1,0],"height":50},"7":{"text":"char(22269)","style":4},"8":{"text":"=char(22269)","style":4},"9":{"style":4,"text":" "}}},"4":{"cells":{"1":{"text":"time()","style":4},"2":{"text":"time(\"12:11:10\")","style":4},"3":{"text":"=time(\"12:11:10\")","style":4},"4":{"text":"=time(\"${jm_expression.create_time}\")","style":4},"7":{"text":"char(101)","style":4},"8":{"text":"=char(101)","style":4},"9":{"style":4,"text":" "}}},"5":{"cells":{"1":{"text":"now()","merge":[3,0],"height":100,"style":4,"linkIds":"","rendered":"","config":"","display":""},"2":{"text":"now()","style":4},"3":{"text":"=now()","style":5},"4":{"text":"=now()","style":5},"6":{"style":4,"text":"cnmoney()","merge":[2,0],"height":75},"7":{"text":"cnmoney(341.234)","style":4},"8":{"style":4,"text":"=cnmoney(341.234)"},"9":{"style":4,"text":"=cnmoney(${jm_expression.num})"}}},"6":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":6},"4":{"text":"=now()","style":6},"7":{"text":"cnmoney(341.234,\"b\")","style":4},"8":{"text":"=cnmoney(341.234,\"b\")","style":4},"9":{"style":4,"text":"=cnmoney(${jm_expression.num},\"b\")"}}},"7":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":7},"4":{"text":"=now()","style":7},"7":{"text":"cnmoney(341.234,\"bw\")","style":4},"8":{"text":"=cnmoney(341.234,\"bw\")","style":4},"9":{"text":"=cnmoney(${jm_expression.num},\"bw\")","style":4}}},"8":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":8},"4":{"text":"=now()","style":8},"6":{"text":"concat()","style":4},"7":{"text":"concat(''hello '',''word'','' !'')","style":4},"8":{"text":"=concat(''hello '',''world'','' !'')","style":4},"9":{"text":"=concat(''${jm_expression.upper}'','' world'','' !'')","style":4}}},"9":{"cells":{"1":{"text":"year()","style":4},"2":{"text":"year(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=year(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=year(\"${jm_expression.create_time}\")","style":4},"6":{"text":"lower()","style":4},"7":{"text":"lower(''HELLOW'')","style":4},"8":{"text":"=lower(''HELLOW'')","style":4},"9":{"text":"=lower(\"${jm_expression.upper}\") ","style":4}}},"10":{"cells":{"1":{"text":"month()","style":4},"2":{"text":"month(\"2021-07-29 12:11:10\") ","style":4},"3":{"text":"=month(\"2021-07-29 12:11:10\") ","style":4},"4":{"text":"=month(\"${jm_expression.create_time}\") ","style":4},"6":{"text":"upper()","style":4},"7":{"text":"upper(''world'')","style":4},"8":{"text":"=upper(''world'')","style":4},"9":{"text":"=upper(''${jm_expression.lower}'')","style":4}}},"11":{"cells":{"1":{"text":"day()","style":4},"2":{"text":"day(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=day(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=day(\"${jm_expression.create_time}\")","style":4},"6":{"style":4,"text":" "},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":" "}}},"12":{"cells":{"1":{"style":12,"text":"数学函数","merge":[0,3],"height":25},"6":{"style":12,"text":"条件表达式","merge":[0,3],"height":25}},"height":46},"13":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"14":{"cells":{"1":{"text":"rand()","style":4,"merge":[1,0],"height":50},"2":{"text":"rand()","style":4},"3":{"text":"=rand()","style":4},"4":{"style":4,"text":" "},"6":{"style":4,"text":"case()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=case(1==1,''男'',''女'') "},"9":{"style":4,"text":"=case(''${jm_expression.sex}''==''1'',''男'',''女'')"}}},"15":{"cells":{"0":{},"2":{"text":"rand()*100","style":4},"3":{"text":"=rand()*100","style":4},"4":{"style":4,"text":" "},"6":{"text":"if()","style":4},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":"=(let sex=''${jm_expression.sex}'';\n if(sex== ''1''){\n return ''男'';\n}elsif(sex== ''2''){\n return ''女'';\n}else{\n return ''未知'';\n})"}}},"16":{"cells":{"1":{"style":4,"text":"round(rand(),2)"},"2":{"text":"round(rand(),2)","style":4},"3":{"style":4,"text":"=round(rand(),2)"},"4":{"style":4,"text":" "},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"17":{"cells":{"1":{"text":"round()","style":4},"2":{"text":"round(341.234,2)","style":4},"3":{"text":"=round(341.234,2)","style":4},"4":{"style":4,"text":"=round(${jm_expression.num},2)"},"6":{"style":12,"text":"行号表达式","merge":[0,3],"height":25}}},"18":{"cells":{"1":{"text":"abs()","style":4},"2":{"text":"abs(-341.234)","style":4},"3":{"text":"=abs(-341.234)","style":4},"4":{"text":"=abs(${jm_expression.num})","style":4},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"19":{"cells":{"1":{"text":"floor()","style":4},"2":{"text":"floor(341.234,2)","style":4},"3":{"text":"=floor(341.234,2)","style":4},"4":{"text":"=floor(${jm_expression.num},2)","style":4},"6":{"style":4,"text":"row()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=row(1) "},"9":{"style":4,"text":" "}}},"20":{"cells":{"1":{"text":"ceil()","style":4},"2":{"text":"ceil(341.234,2) ","style":4},"3":{"text":"=ceil(341.234,2) ","style":4},"4":{"text":"=ceil(${jm_expression.num},2) ","style":4},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"21":{"cells":{"1":{"text":"trunc()","style":4},"2":{"text":"trunc(341.234)","style":4},"3":{"text":"=trunc(341.234)","style":4},"4":{"text":"=trunc(${jm_expression.num})","style":4},"6":{"style":16,"text":" "},"7":{"style":16,"text":" "},"8":{"style":16,"text":" "},"9":{"style":16,"text":" "}}},"22":{"cells":{"1":{"style":15,"text":" "},"3":{"style":15,"text":" "},"4":{"style":15,"text":" "}}},"23":{"cells":{"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"24":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1228,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"format":"date"},{"format":"date2"},{"format":"time"},{"format":"datetime"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date2","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"time","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"datetime","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16}},{"font":{"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center","bgcolor":"#93d051"},{"font":{"size":16},"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"border":{"top":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#93d051"},{"bgcolor":"#01b0f1"},{"bgcolor":"#e3efd9"},{"bgcolor":"#ffffff"}],"validations":[],"cols":{"1":{"width":86},"2":{"width":186},"3":{"width":138},"4":{"width":117},"7":{"width":186},"9":{"width":115},"len":100},"merges":["B2:E2","G2:J2","G4:G5","B6:B9","G6:G8","B13:E13","G13:J13","B15:B16","G18:J18"]}', NULL, 'https://static.jeecg.com/designreport/images/20210801173350_1627814960913_1627963915931.png', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-13 22:25:49', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '22', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850710545531240448', '20230813222715', 'SSD', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"850710545531240448","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-08-13 22:27:15', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-25 15:13:07', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '21', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850943990899482624', '20210826193641__1135', '分版示例副本1135', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":1,"sci":8,"eri":1,"eci":8,"width":100,"height":65},"excel_config_id":"590835562513256448","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[{"sci":4,"sri":3,"eci":6,"eri":4,"db":"flapi","index":1},{"sci":8,"sri":4,"eci":9,"eri":5,"db":"flapi","index":2}],"rows":{"0":{"cells":{"3":{"text":"","style":9,"merge":[0,1],"height":72}},"height":60},"1":{"cells":{"3":{"style":18,"text":"分版示例","merge":[0,1],"height":65},"5":{"merge":[0,2],"height":65,"text":"说明:当报表左侧已有表格,右侧仍需要展示表格时,需使用分版功能;参考文档:http://report.jeecg.com/2373086","style":20},"6":{"style":15},"7":{"style":15}},"height":65},"2":{"cells":{"1":{"text":"表1","style":7},"5":{"text":"表2","style":7}},"height":41},"3":{"cells":{"0":{"text":"姓名","style":2},"1":{"text":"性别","style":2},"2":{"text":"年龄","style":2},"4":{"text":"省份","style":2,"zonedEdition":1},"5":{"style":2,"zonedEdition":1,"text":"月份"},"6":{"style":2,"zonedEdition":1,"text":"金额"},"8":{"text":"表3","style":8}},"height":35},"4":{"cells":{"0":{"text":"#{jm.name}","style":0},"1":{"text":"#{jm.sex}","style":0},"2":{"text":"#{jm.age}","style":0},"4":{"text":"#{flapi.dept}","style":0,"zonedEdition":1},"5":{"style":0,"zonedEdition":1,"text":"#{flapi.month}月"},"6":{"style":0,"zonedEdition":1,"text":"#{flapi.amount}"},"8":{"text":"年份","style":2,"zonedEdition":2},"9":{"text":"金额","style":2,"zonedEdition":2}},"height":30},"5":{"cells":{"8":{"text":"#{flapi.year}年","style":0,"zonedEdition":2},"9":{"text":"#{flapi.settleamount}","style":0,"zonedEdition":2}}},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":930,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12},"bgcolor":"#f2f2f2"},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"font":{"size":15}},{"font":{"size":12}},{"font":{"size":12},"align":"center"},{"font":{"size":12},"align":"right"},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"textwrap":true},{"textwrap":true,"border":{"bottom":["thin","#fe0000"],"top":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100"},{"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"textwrap":true,"color":"#fe0000"}],"validations":[],"cols":{"3":{"width":69},"7":{"width":61},"len":50},"merges":["D1:E1","D2:E2","F2:H2"]}', NULL, 'https://static.jeecg.com/designreport/images/fb_1630235434383.png', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:11:14', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '5', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('850944008423284736', '20210826192130__0651', '分栏示例副本0651', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"jm","loopTime":3}],"area":false,"excel_config_id":"850944008423284736","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{jm.name}"},"2":{"loopBlock":1,"style":0,"text":"#{jm.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{jm.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{jm.jphone}"},"5":{"loopBlock":1,"text":""}}},"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"5":{"width":54},"len":100},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2023-08-14 13:54:32', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:10:12', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '53', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('861177110013747200', '20230911193718', 'd', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":6,"sci":1,"eri":6,"eci":1,"width":100,"height":25},"excel_config_id":"861177110013747200","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"14":{"cells":{"3":{"text":"d"}}},"20":{"cells":{"3":{"text":"d"}}},"24":{"cells":{"2":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":400,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-11 19:37:19', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 19:37:36', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '1'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('861212723307970560', '20230911215849', '11', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":8,"sci":0,"eri":8,"eci":0,"width":100,"height":25},"excel_config_id":"861212723307970560","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"2":{"cells":{"0":{"text":"1"}}},"6":{"cells":{"0":{"text":"1"}}},"8":{"cells":{"0":{"text":"1"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-11 21:58:49', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-11 21:59:01', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('864668240323870720', '20201202175858__2053', '乡村振兴普惠金融服务平台副本2053', NULL, NULL, 'chartinfo', '{"loopBlockList":[],"chartList":[{"col":5,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":6,"offsetX":0,"layer_id":"reOVgCVG6ZPWh5c1","offsetY":0,"extData":{"dbCode":"ditu1","dataType":"api","xText":"","dataId1":"","source":"","isTiming":true,"target":"","dataId":"864668240575528960","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"map.scatter","id":"reOVgCVG6ZPWh5c1","apiStatus":"1","intervalTime":"5"},"rowspan":12,"width":"568","row":1,"config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.8,\"label\":{\"color\":\"#19DEF4\",\"fontSize\":12,\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#0C514B\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#19DEF4\"},\"itemStyle\":{\"areaColor\":\"#0A2B34\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"济南市\",\"value\":[117.000923,36.675807,255]},{\"name\":\"青岛市\",\"value\":[120.355173,36.082982,300]},{\"name\":\"淄博市\",\"value\":[118.047648,36.814939,130]},{\"name\":\"枣庄市\",\"value\":[117.557964,34.856424,150]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FFFF01\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\"}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"435","virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":3,"offsetX":0,"layer_id":"Kkx8cQxh41KDHQKJ","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"line.area","apiStatus":"1","intervalTime":"5"},"rowspan":4,"width":"357","row":3,"config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":60,\"bottom\":40,\"right\":24},\"series\":[{\"areaStyle\":{\"color\":\"#6CE6BC\",\"opacity\":0.4},\"data\":[1000879,3400879,2300879,2400879,3000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#9DE4D1\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"五年产业变化趋势\",\"textStyle\":{\"color\":\"#81E1B6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"147","virtualCellRange":[[3,11],[3,12],[3,13]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":3,"offsetX":0,"layer_id":"a7MjSGYTQuijDpR4","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"bar.simple","apiStatus":"1","intervalTime":"5"},"rowspan":5,"width":"355","row":8,"config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":64,\"bottom\":41,\"right\":23},\"series\":[{\"barWidth\":15,\"data\":[1000879,3400879,2300879,2400879,3000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#82F1B5\"},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"fontWeight\":\"lighter\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"农产品排名\",\"textStyle\":{\"color\":\"#7AEEBF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","height":"216","virtualCellRange":[[8,11],[8,12],[8,13]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":4,"offsetX":0,"layer_id":"cvVQrHsdQLGGQu9k","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"pie.simple","apiStatus":"1","intervalTime":"5"},"rowspan":12,"width":"359","row":13,"config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"玉米\",\"value\":1000879,\"itemStyle\":{\"color\":\"rgba(20,235,167,1)\"}},{\"name\":\"大豆\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(36,96,221,1)\"}},{\"name\":\"花生\",\"value\":2300879,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"高粱\",\"value\":2400879,\"itemStyle\":{\"color\":\"rgba(253,223,80,1)\"}},{\"name\":\"小麦\",\"value\":3000,\"itemStyle\":{\"color\":\"rgba(111,131,168,1)\"}}],\"bottom\":60,\"isRadius\":false,\"roseType\":\"\",\"minAngle\":0,\"right\":\"10%\",\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"\",\"radius\":\"90%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"农业占比\",\"textStyle\":{\"color\":\"#14EBA7\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"222","virtualCellRange":[[13,11],[13,12],[13,13],[13,14]]}],"area":{"sci":2,"width":118,"eci":2,"sri":21,"eri":21,"height":21},"excel_config_id":"1334074491629867008","printConfig":{"paper":"A4","isBackend":false,"width":210,"definition":1,"height":297},"zonedEditionList":[],"rows":{"11":{"cells":{"2":{"style":100,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"}},"height":15},"12":{"cells":{"1":{"merge":[0,2],"style":21,"text":"龙头企业","height":63},"4":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"5":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"6":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"7":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"8":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"9":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"10":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "}},"height":63},"13":{"cells":{"11":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"1":{"merge":[1,0],"style":116,"text":"排名"},"12":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"2":{"merge":[1,1],"style":116,"text":"客户姓名"},"13":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"14":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"4":{"merge":[1,1],"style":116,"text":"放款时间(min)"},"6":{"merge":[1,1],"style":116,"text":"担保方式"},"8":{"merge":[1,0],"style":116,"text":"放款金额"},"9":{"merge":[1,0],"style":116,"text":"法人机构"},"10":{"merge":[1,0],"style":116,"text":"客户经理"}},"height":15},"14":{"cells":{},"height":22},"15":{"cells":{"1":{"style":118,"text":"#{table2.name}"},"2":{"merge":[0,1],"style":118,"text":"#{table2.name}"},"4":{"merge":[0,1],"style":118,"text":"#{table2.sj}"},"6":{"merge":[0,1],"style":118,"text":"#{table2.type}"},"8":{"style":118,"text":"#{table2.je}"},"9":{"style":118,"text":"#{table2.jg}"},"10":{"style":118,"text":"#{table2.jl}"}},"height":19},"16":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"17":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":22},"18":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"19":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"0":{"cells":{"1":{"merge":[0,8],"style":18,"text":"乡村振兴普惠金融服务平台"}},"height":46},"1":{"cells":{"1":{"merge":[0,3],"style":10,"text":"Rural Revitalization-PRATT & WHITNEY FINANCIAL SERVICES PLATFORM"},"5":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"6":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"7":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"8":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"9":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"10":{"virtual":"reOVgCVG6ZPWh5c1","text":" "}},"height":38},"2":{"cells":{"1":{"merge":[1,3],"style":21,"text":"潍坊非常牛的企业","height":36}},"height":20},"3":{"cells":{"11":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "},"12":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "},"13":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "}},"height":16},"4":{"cells":{"1":{"virtual":"DCUR3L7NK42iNW5j","text":" "},"2":{"style":113,"text":"123456"},"3":{"virtual":"ctdypeiqRp3lHeKm","text":" "},"4":{"virtual":"ctdypeiqRp3lHeKm","style":119,"text":"123456"}},"height":56},"len":23,"5":{"cells":{"2":{"style":98,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"}},"height":19},"6":{"cells":{"1":{"virtual":"iVedEJD0n8OuZ5uc","text":" "},"2":{"virtual":"iVedEJD0n8OuZ5uc","style":113,"text":"123456"},"3":{"virtual":"Heri8Ya1cSRLbVQW","text":" "},"4":{"style":119,"text":"123456"}},"height":59},"7":{"cells":{"2":{"style":57,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"},"8":{"style":94,"text":" "}},"height":16},"8":{"cells":{"11":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"1":{"virtual":"dMb6od8B98V5NOl6","text":" "},"12":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"2":{"style":119,"text":"123456"},"13":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"3":{"virtual":"iFnQ80yADp2Bw9pN","text":" "},"4":{"virtual":"iFnQ80yADp2Bw9pN","style":119,"text":"123456"}},"height":61},"9":{"cells":{"2":{"style":100,"text":"农牧耕田(亩)"},"4":{"style":100,"text":"农牧耕田(亩)"}},"height":15},"20":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"10":{"cells":{"1":{"virtual":"qxI7kusX3x5pFL1g","text":" "},"2":{"style":119,"text":"123456"},"3":{"virtual":"MUQmkqufOch7iGOu","text":" "},"4":{"style":119,"text":"123456"}},"height":62},"21":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1504,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/57_1610364468144.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":18}},{"font":{"size":18}},{"color":"#ffffff","font":{"size":16}},{"font":{"size":16}},{"color":"#ffffff","font":{"size":14}},{"font":{"size":14}},{"color":"#ffffff","valign":"bottom","font":{"size":14}},{"valign":"bottom","font":{"size":14}},{"color":"#ffffff","font":{"size":8}},{"color":"#ffffff","valign":"top","font":{"size":8}},{"valign":"top"},{"color":"#ffffff","valign":"middle","font":{"size":14}},{"valign":"middle"},{"color":"#ffffff","valign":"middle","font":{"size":16}},{"valign":"middle","font":{"size":16}},{"color":"#ffffff","valign":"middle","font":{"size":18}},{"valign":"middle","font":{"size":18}},{"color":"#ffffff","valign":"bottom","font":{"size":18}},{"valign":"bottom","font":{"size":18}},{"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16}},{"color":"#14EBA7","font":{"size":16,"bold":true}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16,"bold":true}},{"bgcolor":"#0A2B34"},{"color":"#ffffff","valign":"bottom","font":{"size":16}},{"color":"#ffffff","valign":"bottom","font":{"size":22}},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","font":{"size":9}},{"color":"#eee","font":{"size":8}},{"color":"#0a0a0a"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":"#e''e''e''e"},{"color":"#e''e''e''e''e"},{"color":"#e''e''e''e''e''e"},{"color":"#eeeeee"},{"bgcolor":"#"},{"bgcolor":"#e"},{"bgcolor":"#e''e"},{"bgcolor":"#e''e''e"},{"bgcolor":"#e''e''e''e"},{"bgcolor":"#e''e''e''e''e"},{"bgcolor":"#e''e''e''e''e''e"},{"bgcolor":"#eeeeee"},{"bgcolor":""},{"bgcolor":"","color":"#"},{"bgcolor":"","color":"#e"},{"bgcolor":"","color":"#e''e"},{"bgcolor":"","color":"#e''e''e"},{"bgcolor":"","color":"#eee"},{"bgcolor":"#0A2B34","color":"#ffffff","font":{"size":18}},{"bgcolor":"#0A2B34","color":"#eeeeee"},{"bgcolor":"#0A2B34","color":"#eee"},{"bgcolor":"#0A2B34","color":"#eee","font":{"size":9}},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom","font":{"size":18}},{"color":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16,"bold":false}},{"bgcolor":"#0A2B34","font":{"bold":false}},{"font":{"bold":false}},{"bgcolor":"#0A2B34","color":"#ffffff"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center"},{"color":"#ffffff","align":"center"},{"bgcolor":"#0A2B34","align":"center"},{"align":"center"},{"bgcolor":"客户姓名"},{"bgcolor":"#ffffff"},{"bgcolor":"","color":"#14EBA7","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom","align":"center"},{"valign":"bottom"},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","valign":"bottom","align":"center"},{"valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"1e2f37","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#1e2f37","valign":"bottom"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"#1e2f37"},{"color":"#ffff01"},{"bgcolor":"#0A2B34","color":"#ffff01","valign":"bottom","font":{"size":18}},{"bgcolor":"#0A2B34","color":"#ffff01","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"bottom","font":{"size":18}},{"bgcolor":"","color":"#eee","font":{"size":9}},{"bgcolor":"","color":"#ffff01","font":{"size":18}},{"bgcolor":"","color":"#eeeeee"},{"bgcolor":"","color":"#14EBA7","font":{"size":16,"bold":false}},{"bgcolor":"","font":{"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":14}},{"bgcolor":"","color":"#ffff01","valign":"bottom","align":"center","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"bottom","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"top","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"middle","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"middle","font":{"size":18}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","font":{"size":8}},{"color":"#ffff01","font":{"size":18}}],"validations":[],"cols":{"1":{"width":63},"2":{"width":118},"13":{"width":158},"3":{"width":61},"4":{"width":129},"len":50,"5":{"width":75}},"merges":["B1:J1","B2:E2","B3:E4","B13:D13","B14:B15","C14:D15","E14:F15","G14:H15","I14:I15","J14:J15","K14:K15","C16:D16","E16:F16","G16:H16"],"imgList":[{"colspan":1,"offsetX":0,"col":1,"layer_id":"DCUR3L7NK42iNW5j","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712093259.jpg","rowspan":1,"width":"57","row":4,"height":"55","virtualCellRange":[[4,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"ctdypeiqRp3lHeKm","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712173936.jpg","rowspan":1,"width":"61","row":4,"height":"56","virtualCellRange":[[4,3],[4,4]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"iVedEJD0n8OuZ5uc","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712383666.jpg","rowspan":1,"width":"60","row":6,"height":"56","virtualCellRange":[[6,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"Heri8Ya1cSRLbVQW","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712391765.jpg","rowspan":1,"width":"56","row":6,"height":"55","virtualCellRange":[[6,3]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"dMb6od8B98V5NOl6","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712154677.jpg","rowspan":1,"width":"60","row":8,"height":"56","virtualCellRange":[[8,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"iFnQ80yADp2Bw9pN","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712396855.jpg","rowspan":1,"width":"61","row":8,"height":"57","virtualCellRange":[[8,3],[8,4]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"qxI7kusX3x5pFL1g","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712163535.jpg","rowspan":1,"width":"62","row":10,"height":"58","virtualCellRange":[[10,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"MUQmkqufOch7iGOu","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712404034.jpg","rowspan":1,"width":"59","row":10,"height":"59","virtualCellRange":[[10,3]]}]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201203163924_1606984776379.png', 'admin', TO_DATE('2023-09-21 02:49:43', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-21 02:49:44', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '0', '1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865473862653018112', '20230923161058', '分栏示例副本0651', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"fvkkwmqzmd","loopTime":3}],"area":false,"excel_config_id":"865473862653018112","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.name}"},"2":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2023-09-23 16:10:59', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:11:16', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865474009323634688', '20230923161133', '分栏示例副本0651', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"jvafirszjv","loopTime":3}],"area":false,"excel_config_id":"865474009323634688","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.name}"},"2":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2023-09-23 16:11:34', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:12:13', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865474119583498240', '20230923161200', '分栏示例副本0651', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"adezdurdfk","loopTime":3}],"area":false,"excel_config_id":"865474119583498240","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.name}"},"2":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2023-09-23 16:12:00', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:12:11', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865474395669364736', '20230923161305', '分栏示例副本0651', NULL, NULL, 'datainfo', '{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"fpndelhuns","loopTime":3}],"area":false,"excel_config_id":"865474395669364736","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.name}"},"2":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, 'https://static.jeecg.com/designreport/images/fl_1630235558373.png', 'admin', TO_DATE('2023-09-23 16:13:06', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:13:42', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865474415168684032', '20230923161310', '简单分组报表副本0615', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sci":2,"width":100,"eci":2,"sri":3,"eri":3,"height":54},"excel_config_id":"865474415168684032","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":4,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"merge":[0,5],"style":2,"text":"纵向员工信息登记表","height":0}},"height":40},"2":{"cells":{"1":{"style":15,"text":"部门"},"2":{"style":15,"text":"学历"},"3":{"style":15,"text":"姓名"},"4":{"style":15,"text":"性别"},"5":{"style":15,"text":"年龄"},"6":{"style":15,"text":"薪水"}},"height":34},"3":{"cells":{"1":{"textOrders":"人事部|研发部","style":17,"text":"#{uduqvrotru.group(department)}","sort":"desc","aggregate":"group"},"2":{"textOrders":"本科|专科","style":17,"text":"#{uduqvrotru.group(education)}","sort":"default","aggregate":"group"},"3":{"textOrders":"","style":17,"text":"#{uduqvrotru.name}","sort":"default"},"4":{"style":17,"text":"#{uduqvrotru.sex}"},"5":{"style":17,"text":"#{uduqvrotru.age}"},"6":{"style":17,"text":"#{uduqvrotru.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"1000","btnList":[1,2,3,4,5,6,7,8,9]},"groupField":"uduqvrotru.department","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":687,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center"},{"bgcolor":"#5b9cd6","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"],"bouduqvrotruom":["thin","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"],"bouduqvrotruom":["thin","#000"]}},{"border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"],"bouduqvrotruom":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"],"bouduqvrotruom":["thin","#bfbfbf"]}},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]}},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#bdd7ee","color":"#ffffff","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#bdd7ee","color":"#000100","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#9cc2e6","color":"#000100","align":"center"},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","color":"#000100","align":"center"},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]}},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"len":100,"6":{"width":117},"7":{"width":22}},"merges":["B2:G2"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:13:29', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('865474427181170688', '20230923161313', 'SSD', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":14,"sci":2,"eri":14,"eci":2,"width":100,"height":25},"excel_config_id":"865474427181170688","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"11":{"cells":{"2":{"text":"1"}}},"14":{"cells":{"2":{"text":"1"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-09-23 16:13:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-09-23 16:13:31', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '2', NULL, NULL, '2'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('871910333580627968', '20231011102713', 'SSD', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":false,"excel_config_id":"871910333580627968","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, 'admin', TO_DATE('2023-10-11 02:27:13', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-10-11 02:27:21', 'SYYYY-MM-DD HH24:MI:SS'), '1', NULL, NULL, '0', '0', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('94b04a1ed7c17f8e96baa6d89fb90758', '3698522', '员工请假单', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":0,"sci":8,"eri":100,"eci":13,"width":600,"height":2732},"excel_config_id":"94b04a1ed7c17f8e96baa6d89fb90758","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"员工请假单","style":100,"merge":[0,7]},"1":{"style":100,"text":" "},"2":{"style":100,"text":" "},"3":{"style":100,"text":" "},"4":{"style":100,"text":" "},"5":{"style":100,"text":" "},"6":{"style":100,"text":" "},"7":{"style":100,"text":" "}},"height":65},"2":{"cells":{"0":{"text":"单位:北极星","style":101,"merge":[0,2]},"1":{"style":101,"text":" "},"2":{"style":101,"text":" "},"3":{"style":102,"text":" "},"4":{"style":102,"text":" "},"5":{"style":102,"text":" "},"6":{"style":102,"text":" "},"7":{"style":102,"text":" "}},"height":38},"3":{"cells":{"0":{"text":"姓名","style":119},"1":{"style":119,"text":" "},"2":{"text":"工作岗位","style":120},"3":{"style":119,"text":" "},"4":{"text":"工作时间","style":119},"5":{"style":119,"text":" "},"6":{"text":"出生日期","style":119},"7":{"style":119,"text":" "}}},"4":{"cells":{"0":{"text":"请选择假类型","style":121,"merge":[4,0]},"1":{"text":"年休假","style":120},"2":{"style":120,"text":"病、事假"},"3":{"style":120,"text":"探亲假"},"4":{"style":119,"merge":[0,1],"text":"婚、丧假"},"6":{"style":119,"merge":[0,1],"text":"生育假"}},"height":29},"5":{"cells":{"0":{"style":0,"text":" "},"1":{"text":"1、公岭满1~9年(5天)","style":122},"2":{"style":119,"text":"1、病假"},"3":{"style":119,"text":"1、未婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"1、婚假(3天)"},"6":{"style":119,"merge":[0,1],"text":"1、流产"}},"height":25},"6":{"cells":{"0":{"style":0,"text":" "},"1":{"style":123,"text":"2、公岭满10~19年(10天)"},"2":{"style":119,"text":"2、事假"},"3":{"style":119,"text":"2、已婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"2、晚婚假(13天)"},"6":{"style":119,"merge":[0,1],"text":"2、产假"}}},"7":{"cells":{"0":{"style":0,"text":" "},"1":{"style":123,"text":"3、公岭满20年(15天)"},"2":{"style":119,"text":" "},"3":{"style":119,"text":"3、探配偶(30天)"},"4":{"style":119,"merge":[0,1],"text":"3、丧假(3天)"},"6":{"style":119,"merge":[0,1],"text":"3、哺乳假"}}},"8":{"cells":{"0":{"style":0,"text":" "},"1":{"style":119,"text":" "},"2":{"style":119,"text":" "},"3":{"style":119,"text":"探亲地点:","merge":[0,2]},"6":{"style":119,"merge":[0,1],"text":"4、陪护假"}}},"9":{"cells":{"0":{"style":124,"text":"请假时间"},"1":{"style":125,"merge":[0,6],"text":"2020年02-30 至2020年02-03-30"}},"height":46},"10":{"cells":{"0":{"style":126,"text":"审批人员及意见"},"1":{"merge":[0,6],"style":127,"text":"同意"}},"height":89},"11":{"cells":{"0":{"text":"备注","style":119},"1":{"style":119,"text":" "},"2":{"text":"请假人签名","style":119},"3":{"merge":[0,4],"style":119,"text":" "}},"height":90},"12":{"cells":{"0":{"merge":[0,7],"style":120,"text":"请假审批表一式两份,考勤员与人力资源部门各存一份"}},"height":25},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":789,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"textwrap":true},{"textwrap":false},{"textwrap":true,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","font":{"name":"Arial"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"},"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"align":"center","font":{"name":"Courier New","size":14}},{"align":"center","font":{"size":14}},{"align":"center","font":{"name":"Courier New","size":14,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"font":{"name":"Courier New"},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"middle"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"bottom"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":false},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"align":"center","font":{"name":"宋体","size":14,"bold":true}},{"font":{"name":"宋体"},"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"宋体"},"color":"#000100","textwrap":false},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false}],"validations":[],"cols":{"0":{"width":35},"1":{"width":195},"2":{"width":77},"3":{"width":168},"4":{"width":62},"6":{"width":70},"7":{"width":82},"len":44},"merges":["A2:H2","A3:C3","A5:A9","E5:F5","G5:H5","E6:F6","G6:H6","E7:F7","G7:H7","E8:F8","G8:H8","D9:F9","G9:H9","B10:H10","B11:H11","D12:H12","A13:H13"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201207135257_1607320433681.png', 'admin', TO_DATE('2020-07-10 18:29:39', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-07-04 12:01:27', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '644', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('a250846887abe01217aab173d3006489', '56663', '不动产打印', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":false,"excel_config_id":"a250846887abe01217aab173d3006489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":"${budong.name}","virtual":"TyDjQJrN7mqW5MdT","style":20},"1":{"text":"${budong.time}","virtual":"TyDjQJrN7mqW5MdT","style":20},"2":{"text":"${budong.didian}","virtual":"TyDjQJrN7mqW5MdT","style":21},"3":{"text":"${budong.bianhao}","virtual":"TyDjQJrN7mqW5MdT","style":46},"4":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"5":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"6":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"7":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"8":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"9":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"}},"isDrag":true,"height":47},"1":{"cells":{},"height":23},"2":{"cells":{"0":{"text":"","style":0},"1":{"text":" ${budong.yname}","style":21,"merge":[0,2]}},"isDrag":true,"height":34},"3":{"cells":{"1":{"text":" ${budong.chanquan}","style":0,"merge":[0,2],"rendered":""},"5":{"text":"${budong.beizhu}","merge":[5,3]},"10":{}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":" ${budong.zhuzhi}","style":39,"merge":[0,2]},"10":{}},"isDrag":true,"height":33},"5":{"cells":{"1":{"text":" ${budong.danyuan}","style":0,"merge":[0,2],"rendered":""},"10":{}},"isDrag":true,"height":53},"6":{"cells":{"1":{"text":" ${budong.type}","style":0,"merge":[0,2]},"10":{}},"isDrag":true,"height":47},"7":{"cells":{"1":{"text":" ${budong.xtype}","style":0,"merge":[0,2]}},"isDrag":true,"height":38},"8":{"cells":{"1":{"text":" ${budong.suoyou}","style":0,"merge":[0,2]}},"isDrag":true,"height":31},"9":{"cells":{"1":{"text":" ${budong.mianji}","style":0,"merge":[0,2]},"6":{"text":"","rendered":""}},"isDrag":true,"height":45},"10":{"cells":{"1":{"text":" ${budong.riqi}","style":0,"merge":[0,2]}},"isDrag":true,"height":26},"11":{"cells":{"1":{"text":"","style":0,"merge":[0,2]}},"height":29},"12":{"cells":{"1":{"text":"","style":0},"2":{"text":"${budong.chanquan}","style":0,"merge":[5,1]}},"isDrag":true},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":32},"17":{"cells":{},"isDrag":true,"height":29},"18":{"cells":{"2":{"style":0,"text":""}}},"len":100,"-1":{"cells":{"0":{"text":"#{budong.zhuzhi}"},"-1":{"text":"#{budong.suoyou}"}},"isDrag":true}},"dbexps":[],"dicts":[],"freeze":"A1","displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"italic":true}},{"font":{"italic":true,"bold":true}},{"font":{"italic":true,"bold":false}},{"font":{"italic":false,"bold":false}},{"font":{"italic":false,"bold":true}},{"align":"left"},{"align":"center"},{"align":"right"},{"align":"left","valign":"top"},{"align":"left","valign":"top","font":{"bold":true}},{"font":{"bold":false}},{"align":"left","valign":"bottom"},{"valign":"bottom"},{"align":"center","valign":"bottom"},{"textwrap":true},{"font":{"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"top"},{"valign":"top"},{"textwrap":true,"font":{"bold":true}},{"align":"center","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"bottom"},{"align":"center","valign":"bottom","font":{"bold":true,"size":8}},{"align":"left","valign":"middle","font":{"bold":true}},{"align":"left","valign":"middle"},{"font":{"italic":false,"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"middle"},{"valign":"middle"},{"font":{"italic":true,"bold":true},"valign":"middle"},{"valign":"middle","font":{"italic":true}},{"valign":"middle","font":{"italic":false}},{"font":{"italic":false,"bold":false},"valign":"middle"},{"align":"center","valign":"middle","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"middle"},{"align":"left","valign":"middle","font":{"bold":true,"size":8}},{"align":"right","valign":"middle","font":{"bold":true,"size":8}},{"font":{"italic":false,"bold":true},"valign":"middle","align":"center"},{"font":{"italic":false,"bold":true},"valign":"middle","align":"left"},{"align":"right","valign":"bottom"},{"align":"right","valign":"bottom","font":{"bold":true,"size":8}},{"align":"center","valign":"middle"},{"align":"center","font":{"bold":true}},{"align":"center","valign":"middle","font":{"bold":true}},{"font":{"bold":true},"valign":"middle"},{"align":"right","valign":"bottom","font":{"bold":true}}],"validations":[],"cols":{"0":{"width":107},"1":{"width":54},"2":{"width":135},"3":{"width":121},"4":{"width":133},"6":{"width":123},"8":{"width":25},"len":100},"merges":["B3:D3","B4:D4","F4:I9","B5:D5","B6:D6","B7:D7","B8:D8","B9:D9","B10:D10","B11:D11","B12:D12","C13:D18"],"imgList":[{"row":0,"col":0,"colspan":10,"rowspan":22,"width":"950","height":"683","src":"https://static.jeecg.com/designreport/images/38_1610456500965.jpg","isBackend":true,"commonBackend":true,"layer_id":"TyDjQJrN7mqW5MdT","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8],[0,9]]}]}', NULL, 'https://static.jeecg.com/designreport/images/24_1597233568822.png', 'jeecg', TO_DATE('2020-07-09 10:48:22', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-08-04 21:31:54', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '45932', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('a9f068972508920cd4aab831814f0c04', '23445', '逮捕证', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":3,"sci":1,"eri":3,"eci":13,"width":631,"height":60},"excel_config_id":"a9f068972508920cd4aab831814f0c04","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"style":63,"text":" "},"2":{"text":" ","merge":[0,9],"style":63},"12":{"style":63,"text":" "},"13":{"style":63,"text":" "},"14":{"style":63,"text":" "}},"isDrag":true,"height":55},"1":{"cells":{"1":{"style":424,"text":"兰州市经济侦查大队","rendered":"","merge":[0,13],"height":128},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{"style":81,"text":" "}},"height":128},"2":{"cells":{"1":{"style":430,"text":"逮捕令","merge":[0,13],"height":41},"15":{"style":81,"text":" "}},"height":41},"3":{"cells":{"1":{"style":431,"merge":[0,12],"text":"第123459663号"},"14":{"style":323,"text":" "}},"height":60},"4":{"cells":{"1":{"style":81,"text":" "},"2":{"text":" 根据《中华人民共和国刑事诉讼法》第七十八条之规定,","style":346,"merge":[0,11]},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{"style":323,"text":" "}},"height":43},"5":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"text":"经","merge":[0,1]},"4":{"text":"${pdaibu.pname}","style":342,"merge":[0,9]},"14":{"style":323,"text":" "}},"isDrag":true,"height":47},"6":{"cells":{"1":{"style":81,"text":" "},"2":{"style":344,"text":" ","merge":[0,2]},"5":{"merge":[0,3],"text":"批准,兹由我局对涉嫌","style":338},"9":{"text":"${pdaibu.shiqing}","style":347,"merge":[0,4],"rendered":""},"14":{"style":323,"text":" "}},"isDrag":true,"height":49},"7":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"text":"的"},"3":{"text":"${pdaibu.fname}","style":345,"merge":[0,1]},"5":{"text":"(性别","style":343},"6":{"text":"${pdaibu.fsex}","style":347,"merge":[0,1],"rendered":""},"8":{"style":346,"text":"出生日期"},"9":{"text":"${pdaibu.cdata}","style":345,"merge":[0,4]},"14":{"style":323,"text":" "}},"isDrag":true,"height":51},"8":{"cells":{"1":{"style":81,"text":" "},"2":{"text":"${pdaibu.zhuzhi}","style":345,"merge":[0,7]},"10":{"style":341,"text":"执行逮捕,送兰州","merge":[0,3]},"14":{"style":323,"text":" "}},"isDrag":true,"height":51},"9":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"merge":[0,6],"text":"市经济侦查大队羁押。"},"9":{"style":341,"text":" "},"10":{"style":341,"text":" "},"11":{"merge":[4,0],"height":304},"14":{"style":323,"text":" "}},"height":57},"10":{"cells":{"1":{"style":81,"text":" "},"4":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"5":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"6":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"14":{"style":323,"text":" "}},"height":61},"11":{"cells":{"1":{"style":81,"text":" "},"6":{"style":376,"merge":[0,2],"text":" "},"14":{"style":323,"text":" "}},"height":83},"12":{"cells":{"1":{"style":81,"text":" "},"2":{"merge":[0,6],"style":338,"text":" "},"14":{"style":323,"text":" "}},"height":14},"13":{"cells":{"1":{"style":81,"text":" "},"2":{"style":351,"text":" "},"8":{"style":380,"text":"公安局印"},"9":{"text":" ","virtual":"qU4IfccOePYNTSG8"},"14":{"style":323,"text":" "}},"height":89},"14":{"cells":{"0":{},"1":{"style":81,"text":" "},"14":{"style":323,"text":" "},"15":{"style":324,"text":" "}},"height":12},"15":{"cells":{"0":{"style":323,"text":" "},"1":{"style":63,"text":" "},"2":{"style":325,"text":" "},"3":{"style":63,"text":" "},"4":{"style":63,"text":" "},"5":{"style":63,"text":" "},"6":{"text":" ","style":432},"7":{"style":63,"text":" "},"8":{"style":63,"text":" "},"9":{"style":63,"text":" "},"10":{"merge":[0,3],"height":148,"text":"${pdaibu.gdata}","style":63},"14":{"style":63,"text":" "},"15":{"style":81,"text":" "}},"isDrag":true,"height":148},"len":88},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":716,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100","align":"right"},{"align":"right"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"top"},{"align":"left","valign":"top"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"bottom"},{"align":"left","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"border":{"right":["thin","#000"]}},{},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12},"align":"center","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right"},{"border":{"bottom":["thin","#000"]},"font":{"size":12}},{"align":"center","font":{"bold":false}},{"align":"center","font":{"bold":false,"size":12}},{"align":"center","font":{"bold":false,"size":12},"border":{"bottom":["thin","#000"]}},{"align":"center","valign":"top"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","font":{"bold":false,"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14},"align":"center","border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"left","font":{"name":"Lato","size":14},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right"},{"align":"left","valign":"top","font":{"size":14}},{"border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thick","#000"]}},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"border":{"right":["thick","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thick","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100","border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"]}},{"font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right","border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14},"border":{"bottom":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14}},{"font":{"size":14},"align":"center"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"]}},{"font":{"size":14},"align":"right"},{"border":{"bottom":["thick","#000"]},"font":{"size":12}},{"font":{"size":14},"border":{"bottom":["thick","#000"]},"align":"center"},{"border":{"bottom":["thick","#000"]},"font":{"size":12},"align":"center"},{"align":"left","valign":"middle","font":{"size":14}},{"border":{"top":["thick","#000"]},"font":{"size":24}},{"font":{"size":24}},{"border":{"top":["thick","#000"]},"font":{"size":22}},{"font":{"size":22}},{"border":{"top":["thick","#000"]},"font":{"size":18}},{"font":{"size":18}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true}},{"font":{"size":18,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true},"align":"center"},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":14,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"valign":"bottom"},{"valign":"bottom","align":"right"},{"valign":"bottom","align":"right","font":{"size":14}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thin","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thin","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["medium","#000"],"right":["medium","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"center","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"right"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"left":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"middle","border":{"left":["thin","#000"]}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":17},"2":{"width":27},"3":{"width":14},"4":{"width":87},"5":{"width":51},"6":{"width":55},"7":{"width":7},"8":{"width":91},"9":{"width":122},"10":{"width":10},"11":{"width":20},"12":{"width":40},"13":{"width":90},"14":{"width":32},"15":{"width":24},"len":50},"merges":["C1:L1","B2:O2","B3:O3","B4:N4","C5:N5","C6:D6","E6:N6","C7:E7","F7:I7","J7:N7","D8:E8","G8:H8","J8:N8","C9:J9","K9:N9","C10:I10","L10:L14","G12:I12","C13:I13","K16:N16"],"imgList":[{"row":13,"col":9,"colspan":1,"rowspan":1,"width":"120","height":"86","src":"https://jeecgdev.oss-cn-beijing.aliyuncs.com/designreport/images/609854585965_1619176193595.png","layer_id":"qU4IfccOePYNTSG8","offsetX":0,"offsetY":0,"virtualCellRange":[[13,9]]}]}', NULL, 'https://static.jeecg.com/designreport/images/逮捕令_1607070625878.png', 'admin', TO_DATE('2020-07-10 13:38:40', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2022-05-19 09:53:43', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '54003', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('b35e8d615b4e408e49dbf36805d3641c', '2020121515142661246673', '数据钻取报表', NULL, NULL, 'datainfo', '{"loopBlockList":[],"area":{"sri":2,"sci":1,"eri":2,"eci":1,"width":107,"height":50},"excel_config_id":"b35e8d615b4e408e49dbf36805d3641c","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":"部门","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51}},"height":37},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group","linkIds":"845814975569416192","rendered":"","config":"","display":"link"},"2":{"text":"#{pop.id}","style":54,"aggregate":"select"},"3":{"text":"#{pop.name}","style":54,"aggregate":"select"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"22":{},"23":{}},"isDrag":true,"height":50},"len":68},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1569,"displayConfig":{"1":{"barcodeContent":"#{pop.id}","format":"CODE128","width":"50","height":"100","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":105,"containerHeight":25},"11":{"text":"\n","width":227,"height":227,"colorDark":"#000000","colorLight":"#ffffff"}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":133},"3":{"width":133},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"23":{"width":85},"len":50},"merges":[]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20210305194459_1614944811823.png', 'admin', TO_DATE('2021-03-05 14:47:16', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-07-31 10:13:37', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '37778', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT" VALUES ('f6ee801e8bdc28ba9d63f95dc65ccd79', '4556633', '采购单', NULL, NULL, 'printinfo', '{"loopBlockList":[],"area":{"sri":13,"sci":6,"eri":13,"eci":6,"width":82,"height":25},"excel_config_id":"f6ee801e8bdc28ba9d63f95dc65ccd79","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"采购单","style":21,"merge":[0,6]}},"height":75},"1":{"cells":{"1":{"text":"产品名称","style":23},"2":{"text":"产品数量","style":23},"3":{"text":"单价","style":23},"4":{"text":"库存量","style":23},"5":{"text":"库存总值","style":23},"6":{"text":"订购量","style":23},"7":{"text":"二次订购量","style":23}},"height":34},"2":{"cells":{"1":{"style":24,"text":"#{caigou.cname}"},"2":{"style":24,"text":"#{caigou.cnum}"},"3":{"style":24,"text":"#{caigou.cprice}"},"4":{"style":24,"text":"#{caigou.ctotal}"},"5":{"style":24,"text":"#{caigou.tp}"},"6":{"style":24,"text":"#{caigou.dtotal}"},"7":{"style":24,"text":"#{caigou.ztotal}"}},"height":34},"5":{"cells":{"1":{"text":""}},"isDrag":true},"6":{"cells":{"1":{"text":""}},"isDrag":true},"7":{"cells":{"1":{"text":""},"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":43},"1":{"width":114},"2":{"width":109},"3":{"width":78},"4":{"width":77},"5":{"width":84},"6":{"width":82},"7":{"width":95},"8":{"width":45},"len":50},"merges":["B1:H1"]}', NULL, 'https://static.jeecg.com/designreport/images/caigou_1607310279439.png', 'jeecg', TO_DATE('2020-07-28 16:54:44', 'SYYYY-MM-DD HH24:MI:SS'), '13167420682', TO_DATE('2021-08-04 20:21:22', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, NULL, '1', '14965', NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_DATA_SOURCE +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(100), + "REPORT_ID" NVARCHAR2(100), + "CODE" NVARCHAR2(100), + "REMARK" NVARCHAR2(200), + "DB_TYPE" NVARCHAR2(10), + "DB_DRIVER" NVARCHAR2(100), + "DB_URL" NVARCHAR2(500), + "DB_USERNAME" NVARCHAR2(100), + "DB_PASSWORD" NVARCHAR2(100), + "CREATE_BY" NVARCHAR2(50), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(50), + "UPDATE_TIME" DATE, + "CONNECT_TIMES" NUMBER(11,0), + "TENANT_ID" NVARCHAR2(10), + "TYPE" NVARCHAR2(10) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."NAME" IS '数据源名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."REPORT_ID" IS '报表_id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."CODE" IS '编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."REMARK" IS '备注'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."DB_TYPE" IS '数据库类型'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."DB_DRIVER" IS '驱动类'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."DB_URL" IS '数据源地址'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."DB_USERNAME" IS '用户名'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."DB_PASSWORD" IS '密码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."CREATE_BY" IS '创建人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."CREATE_TIME" IS '创建日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."UPDATE_BY" IS '更新人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."UPDATE_TIME" IS '更新日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."CONNECT_TIMES" IS '连接失败次数'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."TENANT_ID" IS '多租户标识'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE"."TYPE" IS '类型(report:报表;drag:仪表盘)'; + +-- ---------------------------- +-- Records of JIMU_REPORT_DATA_SOURCE +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" VALUES ('59297214208654131@2', 'localcloud', '592957394477469696', NULL, NULL, 'MYSQL5.7', 'com.mysql.cj.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jimureport?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root', '@JimuReportSMy3f94QGFM=', 'admin', TO_DATE('2023-08-12 16:48:06', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-08-12 16:48:06', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, 'report'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" VALUES ('c2d3898bde3b92fca22a4ad44dbcf6fa', 'Local积木平台库', '850710545531240448', NULL, NULL, 'MYSQL5.5', 'com.mysql.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jimureport?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8&tinyInt1isBit=false', 'root', '@JmAES1lg7jczy9sNwe5mGiymOxA==', 'admin', TO_DATE('2023-10-11 10:21:14', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2023-10-11 10:21:14', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL, 'report'); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_DB +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_DB"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_DB" ( + "ID" NVARCHAR2(36) NOT NULL, + "JIMU_REPORT_ID" NVARCHAR2(32), + "CREATE_BY" NVARCHAR2(50), + "UPDATE_BY" NVARCHAR2(50), + "CREATE_TIME" DATE, + "UPDATE_TIME" DATE, + "DB_CODE" NVARCHAR2(32), + "DB_CH_NAME" NVARCHAR2(50), + "DB_TYPE" NVARCHAR2(32), + "DB_TABLE_NAME" NVARCHAR2(32), + "DB_DYN_SQL" NCLOB, + "DB_KEY" NVARCHAR2(32), + "TB_DB_KEY" NVARCHAR2(32), + "TB_DB_TABLE_NAME" NVARCHAR2(32), + "JAVA_TYPE" NVARCHAR2(32), + "JAVA_VALUE" NVARCHAR2(255), + "API_URL" NVARCHAR2(255), + "API_METHOD" NVARCHAR2(255), + "IS_LIST" NVARCHAR2(10), + "IS_PAGE" NVARCHAR2(10), + "DB_SOURCE" NVARCHAR2(255), + "DB_SOURCE_TYPE" NVARCHAR2(50), + "JSON_DATA" NCLOB, + "API_CONVERT" NVARCHAR2(255) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."ID" IS 'id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."JIMU_REPORT_ID" IS '主键字段'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."CREATE_BY" IS '创建人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."UPDATE_BY" IS '更新人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."CREATE_TIME" IS '创建日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."UPDATE_TIME" IS '更新日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_CODE" IS '数据集编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_CH_NAME" IS '数据集名字'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_TYPE" IS '数据源类型'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_TABLE_NAME" IS '数据库表名'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_DYN_SQL" IS '动态查询SQL'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_KEY" IS '数据源KEY'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."TB_DB_KEY" IS '填报数据源'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."TB_DB_TABLE_NAME" IS '填报数据表'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."JAVA_TYPE" IS 'java类数据集 类型(spring:springkey,class:java类名)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."JAVA_VALUE" IS 'java类数据源 数值(bean key/java类名)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."API_URL" IS '请求地址'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."API_METHOD" IS '请求方法0-get,1-post'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."IS_LIST" IS '是否是列表0否1是 默认0'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."IS_PAGE" IS '是否作为分页,0:不分页,1:分页'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_SOURCE" IS '数据源'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."DB_SOURCE_TYPE" IS '数据库类型 MYSQL ORACLE SQLSERVER'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."JSON_DATA" IS 'json数据,直接解析json内容'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB"."API_CONVERT" IS 'api转换器'; + +-- ---------------------------- +-- Records of JIMU_REPORT_DB +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331872643531526146', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 16:09:18', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 16:09:18', 'SYYYY-MM-DD HH24:MI:SS'), 'chengjiao1', 'chengjiao1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengjiao1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331878107552010242', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 16:31:01', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 16:31:01', 'SYYYY-MM-DD HH24:MI:SS'), 'zhuangxiu', 'zhuangxiu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhuangxiu', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331916030221602818', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 19:01:42', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 19:01:42', 'SYYYY-MM-DD HH24:MI:SS'), 'btchanquan', 'btchanquan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/btchanquan', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331919172472524801', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 19:14:11', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 19:14:11', 'SYYYY-MM-DD HH24:MI:SS'), 'huxingxiaoshou', 'huxingxiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/huxingxiaoshou', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331922734933987329', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 19:28:21', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 19:28:21', 'SYYYY-MM-DD HH24:MI:SS'), 'fangyuan', 'fangyuan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/fangyuan', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331926127597441025', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), 'qingkuang', 'qingkuang', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/qingkuang', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1333968597264900097', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 11:07:04', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'mianji', 'mianji', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/mianji', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1333974073679552514', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 11:19:38', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'danjia', 'danjia', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/danjia', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1333977108195581953', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 11:31:41', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'junjia', 'junjia', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/junjia', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1333980382663548929', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 11:47:12', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'churang', 'churang', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/churang', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1333983587241828354', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 11:57:26', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'xinzhuzhai', 'xinzhuzhai', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xinzhuzhai', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334008609356390402', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 13:36:52', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'churang1', 'churang1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/churang1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334013423209422849', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), 'zhuzhaichengjiao', 'zhuzhaichengjiao', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhuzhaichengjiao', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334037720053325825', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 15:32:32', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu1', 'bingtu1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334039611344691202', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 15:40:03', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu2', 'bingtu2', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu2', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334043138246844418', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 15:54:04', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'zhexian1', 'zhexian1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhexian1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334049545562103810', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 16:19:32', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'zhexian2', 'zhexian2', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhexian2', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334052375119273986', '1334028738995818496', 'admin', NULL, TO_DATE('2021-01-25 16:38:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-25 16:38:54', 'SYYYY-MM-DD HH24:MI:SS'), 'zhuxingtu1', 'zhuxingtu1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhuxingtu1', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334058269181747202', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 16:54:12', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu3', 'bingtu3', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu3', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334060474135748610', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 17:02:57', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu4', 'bingtu4', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu4', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334063192933933058', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 17:13:46', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu5', 'bingtu5', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu5', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334063880162254850', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 17:16:29', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'bingtu6', 'bingtu6', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bingtu6', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334068361943851009', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 17:37:33', 'SYYYY-MM-DD HH24:MI:SS'), 'biaoge', 'biaoge', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/biaoge', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334083843610648578', '1334074491629867008', 'admin', NULL, TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), 'wunian', 'wunian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/wunian', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334107015605133314', '1334074491629867008', 'admin', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), 'table2', 'table2', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/table2', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334440263732436994', '1334420681185566722', 'admin', NULL, TO_DATE('2021-01-20 11:39:52', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-20 11:39:52', 'SYYYY-MM-DD HH24:MI:SS'), 'laiyuan', 'laiyuan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/laiyuan', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334465135435063298', '1334457419857793024', 'admin', NULL, TO_DATE('2021-01-04 21:29:28', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-04 21:29:28', 'SYYYY-MM-DD HH24:MI:SS'), 'xiaoshou', 'xiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshou', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334708015269490689', '1334696790477377536', 'ajun007_cn', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), 'shouru', 'shouru', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/shouru', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1334763434197200897', '1334757703079301120', 'admin', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), 'chejian', 'chejian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chejian', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1335886666363158530', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-07 17:59:35', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-07 17:59:35', 'SYYYY-MM-DD HH24:MI:SS'), 'sandian', 'sandian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/sandian', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1335889985047478274', '1334028738995818496', 'admin', NULL, TO_DATE('2020-12-07 18:12:47', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-07 18:12:47', 'SYYYY-MM-DD HH24:MI:SS'), 'loudou', 'loudou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/loudou', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850943991000145920', '850943990899482624', 'admin', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850943991264387072', '850943990899482624', 'admin', 'admin', TO_DATE('2023-08-14 13:54:28', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), 'flapi', '分版api', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/subtotal', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850944008486199296', '850944008423284736', 'admin', 'admin', TO_DATE('2023-08-14 13:54:32', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('853414333878706176', '850318855100268544', 'admin', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), 'sss', '合计值', '3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', NULL, NULL, '{ + "data": [ + { + "ctotal": "125箱", + "cname": "牛奶0", + "cprice": "56", + "riqi": "2022年10月21日", + "id": "1", + "dtotal": "1256箱", + "tp": "7000", + "ztotal": "589箱", + "cnum": "每箱12瓶" + }, + { + "ctotal": "126箱", + "cname": "牛奶1", + "cprice": "56", + "riqi": "2022年10月21日", + "id": "1", + "dtotal": "1256箱", + "tp": "7000", + "ztotal": "589箱", + "cnum": "每箱12瓶" + } + ] +}', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('859286972912443392', '859286752275275776', 'admin', NULL, TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), 'sss', 'ss', '0', NULL, 'select * from jimu_dict', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', NULL, 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('864668240407756800', '864668240323870720', 'admin', NULL, TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), 'wunian', 'wunian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/wunian', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('864668240495837184', '864668240323870720', 'admin', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), 'table2', 'table2', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/table2', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('864668240575528960', '864668240323870720', 'admin', NULL, TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), 'ditu1', 'ditu1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/ditu1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('865473862745292800', '865473862653018112', 'admin', 'admin', TO_DATE('2023-09-23 16:10:59', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'fvkkwmqzmd', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('865474009378160640', '865474009323634688', 'admin', 'admin', TO_DATE('2023-09-23 16:11:34', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'jvafirszjv', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('865474119587692544', '865474119583498240', 'admin', 'admin', TO_DATE('2023-09-23 16:12:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'adezdurdfk', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('865474395707113472', '865474395669364736', 'admin', 'admin', TO_DATE('2023-09-23 16:13:06', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'fpndelhuns', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('865474415198044160', '865474415168684032', 'admin', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), 'uduqvrotru', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=1&pageSize=1000', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('87a440b35fd656844484774c66a7370c', '7c02c224a2db56d0350069650033f702', 'admin', NULL, TO_DATE('2021-02-02 18:13:04', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-02 18:13:04', 'SYYYY-MM-DD HH24:MI:SS'), 'hecha', 'hecha', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/hecha', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('9a8f0f16cf42380df58cda0171a56c0c', '1369170965166166016', 'admin', NULL, TO_DATE('2021-03-11 19:45:39', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-03-11 19:45:39', 'SYYYY-MM-DD HH24:MI:SS'), 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=''${pageNo}''&pageSize=''${pageSize}''', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('9b7d28336b01f9a6b1a613957c3d7cda', '1338769064067076098', 'admin', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('a900c843827dd08339a643aa0cf4305f', '1351736257377603584', 'admin', NULL, TO_DATE('2021-03-10 09:54:22', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-03-10 09:54:22', 'SYYYY-MM-DD HH24:MI:SS'), 'xb', 'xb', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://bootapi.jeecg.com/jmreport/test/getUserMsg?cname=''${cname}''&riqi=''${riqi}''', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('a98ee8179bef12f8fa2e0f9f3237fb83', '1356492523694067712', 'admin', NULL, TO_DATE('2021-02-02 16:19:03', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-02 16:19:03', 'SYYYY-MM-DD HH24:MI:SS'), 'leida', 'leida', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/btchanquan', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('b0f04c0f50a659f99c8aebe6efb93682', '1350035590569136128', 'admin', NULL, TO_DATE('2021-03-09 14:13:26', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-03-09 14:13:26', 'SYYYY-MM-DD HH24:MI:SS'), 'uiu', 'uiu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/ygtj?pageSize=''${pageSize}''&pageNo=''${pageNo}''', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('c73e1f3325b926081641d918921d2bcd', '1339859143477039104', 'admin', 'admin', TO_DATE('2023-08-12 17:17:13', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 17:17:13', 'SYYYY-MM-DD HH24:MI:SS'), 'ditu', 'ditu', '0', NULL, 'select * from huiyuan_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1335901385547431937', '1333962561053396992', 'admin', NULL, TO_DATE('2020-12-14 17:16:28', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-14 17:16:28', 'SYYYY-MM-DD HH24:MI:SS'), 'ditu', 'ditu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/ditu', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1335909918854725633', '1334074491629867008', 'admin', NULL, TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), 'ditu1', 'ditu1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/ditu1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1337360015912087554', '1337271712059887616', 'admin', 'admin', TO_DATE('2022-04-21 20:09:44', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-04-21 20:09:44', 'SYYYY-MM-DD HH24:MI:SS'), 'pp', 'pp', '0', NULL, 'select * from yanshi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338457100451328002', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:38', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'laiyuan', '游客来源', '0', NULL, 'select * from laiyuan_wxtl order by value desc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338667866760679426', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:42', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'fenbu1', '游客分布', '0', NULL, 'select * from fenbu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338669749617299458', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:46', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'yanshi', '停留时长', '0', NULL, 'select * from yanshi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338675446962720769', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:50', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'fangshi1', '出行方式1', '0', NULL, 'select * from fangshi1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338678877395881985', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'laiyuan1', '游客来源1', '0', NULL, 'select * from laiyuan1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338687259901169665', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:23:58', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'xianlu', 'xianlu', '0', NULL, 'select * from xianlu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338687435562815489', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:24:02', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'xianlu1', 'xianlu1', '0', NULL, 'select * from xianlu1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338720793164517378', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:24:06', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'ditu', 'ditu', '0', NULL, 'select * from ditu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1338724105821622274', '1337271712059887616', 'admin', 'admin', TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), 'qushi', 'qushi', '0', NULL, 'select * from qushi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339491107951640577', '1339478701846433792', 'admin', NULL, TO_DATE('2020-12-17 16:42:21', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), 'xiaoshoue', '销售额', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshoue', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339495346077728770', '1339478701846433792', 'admin', NULL, TO_DATE('2020-12-17 16:59:12', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), 'chengshi', '城市', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengshi', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339498906765000705', '1339478701846433792', 'admin', NULL, TO_DATE('2020-12-17 17:13:21', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), 'xsjd', '销售进度', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xsjd', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339538388453195777', '1339478701846433792', 'admin', NULL, TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), 'zhexian', 'zhexian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhexian', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339870475496497153', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:34', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:34', 'SYYYY-MM-DD HH24:MI:SS'), 'pp', '会员数量', '0', NULL, 'select * from huiyuan_wxtlshuliang', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339873097620168705', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:39', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:39', 'SYYYY-MM-DD HH24:MI:SS'), 'se', '会员性别', '0', NULL, 'select * from huiyuan_sex', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339876173672390658', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:44', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:44', 'SYYYY-MM-DD HH24:MI:SS'), 'aa', '会员年龄', '0', NULL, 'select * from huiyuan_age', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339878700639887362', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:48', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:48', 'SYYYY-MM-DD HH24:MI:SS'), 'ww', '工作性质', '0', NULL, 'select * from huiyuan_work', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339884367194923010', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:52', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:52', 'SYYYY-MM-DD HH24:MI:SS'), 'hh', '活跃度', '0', NULL, 'select * from huiyuan_huoyuedu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339886300563546113', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:22:56', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:22:56', 'SYYYY-MM-DD HH24:MI:SS'), 'xx', '会员学历', '0', NULL, 'select * from huiyuan_xueli', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1339888452912586753', '1339859143477039104', 'admin', 'admin', TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), 'gg', '分公司', '0', NULL, 'select * from huiyuan_fengongsi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('361b59d77f2332c66f013160d71cebfe', '1338744112815411200', 'admin', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('44a261c2dcaaaaea51c18378e46ba5b9', 'a9f068972508920cd4aab831814f0c04', 'admin', NULL, TO_DATE('2021-02-01 15:15:10', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-01 15:15:10', 'SYYYY-MM-DD HH24:MI:SS'), 'pdaibu', 'pdaibu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/daibu', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('523d56e4aec77509385b8b2da61ceeb2', '1354358750907076608', 'admin', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), 'xs', 'xs', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshou1', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('537516331080437760', '537516331017523200', 'admin', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), 'xb', 'xb', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://bootapi.jeecg.com/jmreport/test/getUserMsg?did=''${did}''', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('537518066347888640', '537516331017523200', 'admin', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), 'gg', 'gg', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://bootapi.jeecg.com/jmreport/test/getOrder?did=''${did}''', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('537521675609395200', '537521675550674944', 'admin', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('537522718405644288', '537521675550674944', 'admin', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), 'hh', 'hh', '0', NULL, 'select * from rep_demo_dxtj where update_by=''${update_by}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('542158608528658432', '542152544408129536', 'admin', NULL, TO_DATE('2021-04-14 11:51:35', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-04-14 11:51:35', 'SYYYY-MM-DD HH24:MI:SS'), 'xs', 'xs', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/salemessage', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('542187081431339008', '542152544408129536', 'admin', 'admin', TO_DATE('2021-11-24 11:40:49', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-11-24 11:40:49', 'SYYYY-MM-DD HH24:MI:SS'), 'yu', 'yu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/yuesale?type=${type}', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('542212079118274560', '542152544408129536', 'admin', 'admin', TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), 'hk', 'hk', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/returnmoney?type=''${type}''', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('542961954638352384', '542152544408129536', 'admin', 'admin', TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), 'zhanbi', 'zhanbi', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhanbi?type=''${type}''', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('580753827960279040', '580749470334275584', 'admin', 'admin', TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), 'jm_expression', '积木表达式', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://api.jeecg.com/mock/26/jmExpression', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590432931110277120', '590432931076722688', 'admin', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590442764031053824', '590442764001693696', 'admin', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), 'xs', 'xs', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/groupsub', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590808841680408576', '590808622016319488', 'admin', NULL, TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '纵向分组小计', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/subtotal', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590812531833262080', '590812531803901952', 'admin', NULL, TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '纵向分组小计', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/subtotal', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590832773221404672', '590831722099462144', 'admin', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('590836397553045504', '590835562513256448', 'admin', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), 'jm', '积木报表', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('591071513072193536', '590835562513256448', 'admin', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), 'flapi', '分版api', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/subtotal', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('592972587332882432', '592957394477469696', 'admin', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'CALL proc_jmdemo( ${pageNo}, ${pageSize} )', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '59297214208654131@2', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('753507922642030592', '753506001105539072', '15629196826', NULL, TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), 'test01', '未分版数据', '3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '1', '1', NULL, NULL, '{ + "data": [ + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "2366套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "98套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "1376套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "224套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "150套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "34套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "64套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "32套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23BV", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2022-11-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "10套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "170套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "38套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "72套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "36套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "122套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "28套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "52套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "26套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "M-025S23A", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "196套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "44套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "82套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "42套", + "s_cover_img_url": null + } + ] +}', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('753508139764371456', '753506001105539072', '15629196826', NULL, TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), 'test02', '分版表格数据数据', '3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '1', '0', NULL, NULL, '{ + "data": [ + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000120001", + "s_full_name": "床裙1件", + "s_size_name": "72X84+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000122001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000123001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000121001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000125001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000119001", + "s_full_name": "被子1件", + "s_size_name": "106X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000124001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000106001", + "s_full_name": "床裙1件", + "s_size_name": "54X75+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000108001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000109001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000107001", + "s_full_name": "枕套2件", + "s_size_name": "20X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000111001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000105001", + "s_full_name": "被子1件", + "s_size_name": "80X86cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000110001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000113001", + "s_full_name": "床裙1件", + "s_size_name": "78X80+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000115001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000116001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000114001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000118001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000112001", + "s_full_name": "被子1件", + "s_size_name": "106X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000117001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000099001", + "s_full_name": "床裙1件", + "s_size_name": "60X80+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000103001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000097001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000102001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000098001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000101001", + "s_full_name": "被子1件", + "s_size_name": "92X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000100001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + } + ] +}', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850276980138016768', '850276523718049792', 'admin', NULL, TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), 'aaa', 'aaa', '0', NULL, 'select * from jimu_report where create_by=''#{sysUserCode}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850286729285959680', '850286412532121600', 'jeecg', NULL, TO_DATE('2023-08-12 18:22:44', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 18:22:44', 'SYYYY-MM-DD HH24:MI:SS'), 'aaa', 'aaa', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '#{domainURL}/jimureport/test/getList ', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850315907695738880', '850315907339223040', 'admin', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=1&pageSize=1000', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850318855133822976', '850318855100268544', 'admin', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), 'xs', '数据', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshou1', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('850709188669702144', '850709188564844544', 'admin', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), 'jm_expression', '积木表达式', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'https://api.jeecg.com/mock/26/jmExpression', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1272834687525482497', '53c82a76f837d5661dceec7d93afafec', 'admin', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), 'jianpiao', 'jianpiao', '0', NULL, 'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1283730831482937345', '6059e405dd9c66a6d38e00841d2e40cc', 'admin', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), 'yaopin', 'yaopin', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/chufangjian ', '0', '1', '0', NULL, 'MYSQL', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1283957016150249473', '6059e405dd9c66a6d38e00841d2e40cc', NULL, NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, 'yonghu', 'yonghu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/yonghu', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1284070508744257537', 'a250846887abe01217aab173d3006489', NULL, NULL, TO_DATE('2020-07-17 15:33:53', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), 'budong', 'budong', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/budongchan', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1285164420728692737', '7905022412733a0c68dc7b4ef8947489', NULL, NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, 'jieshaoxin', 'jieshaoxin', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/jieshaoxin', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1285178919099637762', '6d6bdcb5e820c301ea32789e3ae43c44', NULL, NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, 'qiangxiu', 'qiangxiu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/qiangxiu', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1288038655293661186', 'f6ee801e8bdc28ba9d63f95dc65ccd79', 'admin', NULL, TO_DATE('2021-02-01 14:52:38', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-01 14:52:38', 'SYYYY-MM-DD HH24:MI:SS'), 'caigou', 'caigou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/caigou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1289140698221678593', '519c1c6f4d1f584ae8fa5b43b45acdc7', 'admin', NULL, TO_DATE('2021-03-03 17:48:38', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-03-03 17:48:38', 'SYYYY-MM-DD HH24:MI:SS'), 'xiaoshou', 'xiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1290104038414721025', '53c82a76f837d5661dceec7d93afafec', 'admin', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), 'gongsi', 'gongsi', '0', NULL, 'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1298923644105265153', '1298922907493339136', 'admin', NULL, TO_DATE('2020-08-31 13:57:53', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-08-31 13:57:53', 'SYYYY-MM-DD HH24:MI:SS'), 'hex', 'hex', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/ygtj1?pageNo=''${pageNo}''&pageSize=''${pageSize}''', '0', '1', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1316987047604514817', '1314846205892759552', 'admin', NULL, TO_DATE('2021-01-15 15:51:13', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-15 15:51:13', 'SYYYY-MM-DD HH24:MI:SS'), 'yuangongjiben', 'yuangongjiben', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/yuangongjiben', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1316997232402231298', '1316944968992034816', 'admin', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), 'employee', 'employee', '0', NULL, 'select * from rep_demo_employee where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1317006713165049858', '1314846205892759552', 'admin', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), 'xueli', 'xueli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xueli', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1317007979484147714', '1314846205892759552', 'admin', NULL, TO_DATE('2021-01-08 10:40:31', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-08 10:40:31', 'SYYYY-MM-DD HH24:MI:SS'), 'uu', 'uu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/gongzuojingli', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1317009166140829698', '1314846205892759552', 'admin', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-05 15:33:58', 'SYYYY-MM-DD HH24:MI:SS'), 'zhengshu', 'zhengshu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhengshu', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1317013474634756097', '1314846205892759552', 'admin', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-05 15:33:58', 'SYYYY-MM-DD HH24:MI:SS'), 'jtcy', 'jtcy', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jtcy', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1317015169494282241', '1314846205892759552', 'admin', NULL, TO_DATE('2020-10-16 16:11:00', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-05 15:33:58', 'SYYYY-MM-DD HH24:MI:SS'), 'jiangli', 'jiangli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jiangli', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331447376279285762', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 11:59:26', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 11:59:26', 'SYYYY-MM-DD HH24:MI:SS'), 'jihua', 'jihua', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jihua', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331474698436915202', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 14:07:27', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 14:07:27', 'SYYYY-MM-DD HH24:MI:SS'), 'rishengchan', 'rishengchan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/rishengchan1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331483873661464578', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 14:24:28', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 14:24:28', 'SYYYY-MM-DD HH24:MI:SS'), 'wanchenglv', 'wanchenglv', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/wanchenglv', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331486475245629441', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 14:34:48', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 14:34:48', 'SYYYY-MM-DD HH24:MI:SS'), 'kaigong', 'kaigong', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/kaigong', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331491194517106690', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 14:56:36', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 14:56:36', 'SYYYY-MM-DD HH24:MI:SS'), 'bing1', 'bing1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bing1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331493951013695490', '1331429368098066432', 'admin', NULL, TO_DATE('2020-11-25 15:04:31', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 15:04:31', 'SYYYY-MM-DD HH24:MI:SS'), 'bing2', 'bing2', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/bing2', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331511745851731969', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-25 16:15:13', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 16:15:13', 'SYYYY-MM-DD HH24:MI:SS'), 'chengjiao', 'chengjiao', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengjiao', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331514838211407873', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-25 16:27:30', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 16:27:30', 'SYYYY-MM-DD HH24:MI:SS'), 'cjpaihang', 'cjpaihang', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/cjpaihang', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('1331514935028527106', '1331503965770223616', 'admin', NULL, TO_DATE('2020-11-25 16:27:54', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-11-25 16:27:54', 'SYYYY-MM-DD HH24:MI:SS'), 'cjjine', 'cjjine', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/cjjine', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('cf2211ad6777007564fba0c47b417eb5', '1351426064915763200', '18204219775', NULL, TO_DATE('2021-02-22 17:01:25', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-02-22 17:01:25', 'SYYYY-MM-DD HH24:MI:SS'), 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/quyuxiaoshou1', '0', '1', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('d7d5ac3cc4e6ee4e42752176774e6ef0', '1338370016550195200', 'admin', NULL, TO_DATE('2021-03-09 14:10:39', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-03-09 14:10:39', 'SYYYY-MM-DD HH24:MI:SS'), 'tm', 'tiaoma1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/tiaoma1', '0', '0', '0', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('f2e0f5cbc64aa1e676ac1291203ff7c8', 'b35e8d615b4e408e49dbf36805d3641c', 'admin', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', 'c2d3898bde3b92fca22a4ad44dbcf6fa', 'mysql', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB" VALUES ('f7649b77cfc9e0a9dacdac370cd4036b', '1347373863746539520', 'admin', NULL, TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/shixi', '0', '0', '0', NULL, NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_DB_FIELD +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_DB_FIELD"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_DB_FIELD" ( + "ID" NVARCHAR2(36) NOT NULL, + "CREATE_BY" NVARCHAR2(50), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(50), + "UPDATE_TIME" DATE, + "JIMU_REPORT_DB_ID" NVARCHAR2(32), + "FIELD_NAME" NVARCHAR2(80), + "FIELD_TEXT" NVARCHAR2(50), + "WIDGET_TYPE" NVARCHAR2(50), + "WIDGET_WIDTH" NUMBER(11,0), + "ORDER_NUM" NUMBER(11,0), + "SEARCH_FLAG" NUMBER(11,0), + "SEARCH_MODE" NUMBER(11,0), + "DICT_CODE" NVARCHAR2(255), + "SEARCH_VALUE" NVARCHAR2(100), + "SEARCH_FORMAT" NVARCHAR2(50), + "EXT_JSON" NCLOB +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."ID" IS 'id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."CREATE_BY" IS '创建人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."CREATE_TIME" IS '创建日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."UPDATE_BY" IS '更新人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."UPDATE_TIME" IS '更新日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."JIMU_REPORT_DB_ID" IS '数据源ID'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."FIELD_NAME" IS '字段名'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."FIELD_TEXT" IS '字段文本'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."WIDGET_TYPE" IS '控件类型'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."WIDGET_WIDTH" IS '控件宽度'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."ORDER_NUM" IS '排序'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."SEARCH_FLAG" IS '查询标识0否1是 默认0'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."SEARCH_MODE" IS '查询模式1简单2范围'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."DICT_CODE" IS '字典编码支持从表中取数据'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."SEARCH_VALUE" IS '查询默认值'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."SEARCH_FORMAT" IS '查询时间格式化表达式'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_FIELD"."EXT_JSON" IS '参数配置'; + +-- ---------------------------- +-- Records of JIMU_REPORT_DB_FIELD +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155716239361', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'name', 'name', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155716239362', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'bianhao', 'bianhao', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155720433666', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'yname', 'yname', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155720433667', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'riqi', 'riqi', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155724627969', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'beizhu', 'beizhu', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155728822274', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'time', 'time', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155728822275', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'mianji', 'mianji', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420749664258', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'shiqing', 'shiqing', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420753858561', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'name', 'name', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420758052866', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'gdata', 'gdata', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420758052867', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'value', 'value', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420758052868', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'percent', 'percent', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285164420762247169', NULL, TO_DATE('2020-07-20 18:47:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285164420728692737', 'tdata', 'tdata', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919124803585', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'ktime', 'ktime', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919133192193', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'danwei', 'danwei', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919133192194', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'wtime', 'wtime', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919133192195', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'yusuan', 'yusuan', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919133192196', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'dshenhe', 'dshenhe', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919133192197', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'zhuren', 'zhuren', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919137386498', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'neirong', 'neirong', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919137386499', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'yijian', 'yijian', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919137386500', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'time1', 'time1', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919137386501', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'time2', 'time2', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919137386502', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'time3', 'time3', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919141580801', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'time4', 'time4', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919141580802', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'pingjia', 'pingjia', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919141580803', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'name', 'name', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919141580804', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'bianhao', 'bianhao', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919141580805', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'zongjie', 'zongjie', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919145775105', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'nengli', 'nengli', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285178919145775106', NULL, TO_DATE('2020-07-20 19:45:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1285178919099637762', 'time', 'time', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655394324482', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'ctotal', '库存量', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655402713090', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'cname', '产品名称', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655406907393', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'cprice', '单价', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655411101697', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'dtotal', '订购量', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655411101698', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'tp', '库存总值', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655415296002', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'ztotal', '二次订购量', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1288038655415296003', NULL, TO_DATE('2020-07-28 17:08:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1288038655293661186', 'cnum', '产品数量', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038439886849', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'id', 'id', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038448275458', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'gname', 'gname', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038448275459', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'gdata', 'gdata', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038448275460', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'tdata', 'tdata', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038452469761', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'didian', 'didian', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038452469762', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'zhaiyao', 'zhaiyao', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1290104038452469763', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1290104038414721025', 'num', 'num', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644113653761', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'education', 'education', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644117848065', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'sex', 'sex', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644117848066', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'name', 'name', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644117848067', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'department', 'department', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644117848068', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'salary', 'salary', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1298923644117848069', NULL, TO_DATE('2020-08-27 18:01:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1298923644105265153', 'age', 'age', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317007979534479361', NULL, TO_DATE('2020-10-16 15:42:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317007979484147714', 'zmphone', 'zmphone', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317007979534479362', NULL, TO_DATE('2020-10-16 15:42:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317007979484147714', 'jstudent', 'jstudent', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317007979534479363', NULL, TO_DATE('2020-10-16 15:42:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317007979484147714', 'kdate', 'kdate', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317007979534479364', NULL, TO_DATE('2020-10-16 15:42:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317007979484147714', 'jdate', 'jdate', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317007979534479365', NULL, TO_DATE('2020-10-16 15:42:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317007979484147714', 'zmname', 'zmname', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317009166149218305', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317009166140829698', 'zcname', 'zcname', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317009166149218306', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317009166140829698', 'danwei', 'danwei', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317009166149218307', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317009166140829698', 'fdate', 'fdate', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317009166149218308', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317009166140829698', 'jibie', 'jibie', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317009166149218309', NULL, TO_DATE('2020-10-16 15:47:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317009166140829698', 'beizhu', 'beizhu', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144706', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'danwei', 'danwei', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144707', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'phone', 'phone', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144708', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'name', 'name', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144709', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'zzmm', 'zzmm', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144710', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'guanxi', 'guanxi', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317013474643144711', NULL, TO_DATE('2020-10-16 16:04:16', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317013474634756097', 'age', 'age', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317015169502670849', NULL, TO_DATE('2020-10-16 16:11:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317015169494282241', 'date', 'date', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317015169502670850', NULL, TO_DATE('2020-10-16 16:11:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317015169494282241', 'mingcheng', 'mingcheng', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1317015169502670851', NULL, TO_DATE('2020-10-16 16:11:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317015169494282241', 'didian', 'didian', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331447376279285763', NULL, TO_DATE('2020-11-25 11:59:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331447376279285762', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331447376287674369', NULL, TO_DATE('2020-11-25 11:59:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331447376279285762', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331447376287674370', NULL, TO_DATE('2020-11-25 11:59:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331447376279285762', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331479590526300162', NULL, TO_DATE('2020-11-25 14:07:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331474698436915202', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331479590526300163', NULL, TO_DATE('2020-11-25 14:07:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331474698436915202', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331479590526300164', NULL, TO_DATE('2020-11-25 14:07:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331474698436915202', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331483873669853186', NULL, TO_DATE('2020-11-25 14:24:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331483873661464578', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331483873669853187', NULL, TO_DATE('2020-11-25 14:24:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331483873661464578', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331486475249823745', NULL, TO_DATE('2020-11-25 14:34:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331486475245629441', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331486475249823746', NULL, TO_DATE('2020-11-25 14:34:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331486475245629441', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331491961407844353', NULL, TO_DATE('2020-11-25 14:56:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331491194517106690', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331491961412038658', NULL, TO_DATE('2020-11-25 14:56:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331491194517106690', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331493951017889794', NULL, TO_DATE('2020-11-25 15:04:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331493951013695490', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331493951017889795', NULL, TO_DATE('2020-11-25 15:04:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331493951013695490', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331511745855926274', NULL, TO_DATE('2020-11-25 16:15:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331511745851731969', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331511745855926275', NULL, TO_DATE('2020-11-25 16:15:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331511745851731969', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331511745855926276', NULL, TO_DATE('2020-11-25 16:15:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331511745851731969', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514838215602178', NULL, TO_DATE('2020-11-25 16:27:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514838211407873', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514838215602179', NULL, TO_DATE('2020-11-25 16:27:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514838211407873', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514838215602180', NULL, TO_DATE('2020-11-25 16:27:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514838211407873', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514935032721409', NULL, TO_DATE('2020-11-25 16:27:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514935028527106', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514935032721410', NULL, TO_DATE('2020-11-25 16:27:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514935028527106', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331514935032721411', NULL, TO_DATE('2020-11-25 16:27:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331514935028527106', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331872643539914754', NULL, TO_DATE('2020-11-26 16:09:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331872643531526146', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331872643539914755', NULL, TO_DATE('2020-11-26 16:09:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331872643531526146', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331872643539914756', NULL, TO_DATE('2020-11-26 16:09:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331872643531526146', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331878107560398849', NULL, TO_DATE('2020-11-26 16:31:01', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331878107552010242', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331878107560398850', NULL, TO_DATE('2020-11-26 16:31:01', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331878107552010242', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331916030229991425', NULL, TO_DATE('2020-11-26 19:01:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331916030221602818', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331916030229991426', NULL, TO_DATE('2020-11-26 19:01:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331916030221602818', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331916030229991427', NULL, TO_DATE('2020-11-26 19:01:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331916030221602818', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331919172480913409', NULL, TO_DATE('2020-11-26 19:14:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331919172472524801', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331919172480913410', NULL, TO_DATE('2020-11-26 19:14:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331919172472524801', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331922734942375938', NULL, TO_DATE('2020-11-26 19:28:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331922734933987329', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331922734942375939', NULL, TO_DATE('2020-11-26 19:28:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331922734933987329', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829634', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'cjl', 'cjl', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829635', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'cjje', 'cjje', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829636', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'xsmj', 'xsmj', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829637', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'cjjj', 'cjjj', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829638', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'sfyj', 'sfyj', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1331926127605829639', NULL, TO_DATE('2020-11-26 19:41:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1331926127597441025', 'ydkh', 'ydkh', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333970913154048002', NULL, TO_DATE('2020-12-02 11:07:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333968597264900097', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333970913158242305', NULL, TO_DATE('2020-12-02 11:07:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333968597264900097', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333970913158242306', NULL, TO_DATE('2020-12-02 11:07:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333968597264900097', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333974073687941121', NULL, TO_DATE('2020-12-02 11:19:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333974073679552514', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333974073687941122', NULL, TO_DATE('2020-12-02 11:19:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333974073679552514', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333977108203970561', NULL, TO_DATE('2020-12-02 11:31:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333977108195581953', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333977108203970562', NULL, TO_DATE('2020-12-02 11:31:41', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333977108195581953', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333981011083534337', NULL, TO_DATE('2020-12-02 11:47:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333980382663548929', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333981011087728641', NULL, TO_DATE('2020-12-02 11:47:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333980382663548929', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333981011087728642', NULL, TO_DATE('2020-12-02 11:47:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333980382663548929', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333983587250216961', NULL, TO_DATE('2020-12-02 11:57:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333983587241828354', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333983587254411265', NULL, TO_DATE('2020-12-02 11:57:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333983587241828354', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1333983587254411266', NULL, TO_DATE('2020-12-02 11:57:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1333983587241828354', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334008609364779010', NULL, TO_DATE('2020-12-02 13:36:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334008609356390402', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334008609364779011', NULL, TO_DATE('2020-12-02 13:36:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334008609356390402', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334008609364779012', NULL, TO_DATE('2020-12-02 13:36:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334008609356390402', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334013423217811457', NULL, TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334013423209422849', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334013423217811458', NULL, TO_DATE('2020-12-02 13:56:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334013423209422849', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334037720057520130', NULL, TO_DATE('2020-12-02 15:32:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334037720053325825', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334037720061714433', NULL, TO_DATE('2020-12-02 15:32:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334037720053325825', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334039611348885506', NULL, TO_DATE('2020-12-02 15:40:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334039611344691202', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334039611353079810', NULL, TO_DATE('2020-12-02 15:40:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334039611344691202', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334043138255233026', NULL, TO_DATE('2020-12-02 15:54:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334043138246844418', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334043138255233027', NULL, TO_DATE('2020-12-02 15:54:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334043138246844418', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334043138255233028', NULL, TO_DATE('2020-12-02 15:54:04', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334043138246844418', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334049545566298114', NULL, TO_DATE('2020-12-02 16:19:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334049545562103810', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334049545570492418', NULL, TO_DATE('2020-12-02 16:19:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334049545562103810', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334052375127662594', NULL, TO_DATE('2020-12-02 16:30:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334052375119273986', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334052375127662595', NULL, TO_DATE('2020-12-02 16:30:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334052375119273986', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334052375127662596', NULL, TO_DATE('2020-12-02 16:30:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334052375119273986', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334058269185941505', NULL, TO_DATE('2020-12-02 16:54:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334058269181747202', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334058269190135810', NULL, TO_DATE('2020-12-02 16:54:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334058269181747202', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334060474139942914', NULL, TO_DATE('2020-12-02 17:02:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334060474135748610', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334060474144137218', NULL, TO_DATE('2020-12-02 17:02:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334060474135748610', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334063192938127362', NULL, TO_DATE('2020-12-02 17:13:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334063192933933058', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334063192942321665', NULL, TO_DATE('2020-12-02 17:13:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334063192933933058', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334063880170643458', NULL, TO_DATE('2020-12-02 17:16:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334063880162254850', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334063880170643459', NULL, TO_DATE('2020-12-02 17:16:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334063880162254850', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334068361952239617', NULL, TO_DATE('2020-12-02 17:34:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334068361943851009', 'yname', 'yname', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334068361952239618', NULL, TO_DATE('2020-12-02 17:34:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334068361943851009', 'ysex', 'ysex', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334068361952239619', NULL, TO_DATE('2020-12-02 17:34:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334068361943851009', 'yage', 'yage', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334068361952239620', NULL, TO_DATE('2020-12-02 17:34:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334068361943851009', 'danwei', 'danwei', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334083843619037185', NULL, TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334083843610648578', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334083843619037186', NULL, TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334083843610648578', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015609327618', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015613521921', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'sj', 'sj', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015613521922', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015613521923', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'je', 'je', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015613521924', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'jg', 'jg', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334107015613521925', NULL, TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334107015605133314', 'jl', 'jl', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825602', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'class', 'class', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825603', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'school', 'school', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825604', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'lv', 'lv', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825605', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'renyuan_jy', 'renyuan_jy', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825606', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'richang_jy', 'richang_jy', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825607', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'biaozhun_jy', 'biaozhun_jy', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825608', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'xinxi_jy', 'xinxi_jy', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825609', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'jichubokuan_jy', 'jichubokuan_jy', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825610', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'renyuan_ct', 'renyuan_ct', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825611', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'richang_ct', 'richang_ct', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825612', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'xiangmu_ct', 'xiangmu_ct', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825613', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'jichubokuan_ct', 'jichubokuan_ct', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825614', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'xiangmu_sh', 'xiangmu_sh', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825615', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'jichubokuan_sh', 'jichubokuan_sh', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825616', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'diannao', 'diannao', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334440263740825617', NULL, TO_DATE('2020-12-03 18:12:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334440263732436994', 'xiaoyuanwang', 'xiaoyuanwang', 'String', NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451905', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'diqu', 'diqu', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451906', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'class', 'class', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451907', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_11', 'sales_11', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451908', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_12', 'sales_12', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451909', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_13', 'sales_13', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451910', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_14', 'sales_14', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451911', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_15', 'sales_15', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451912', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_16', 'sales_16', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135443451913', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_17', 'sales_17', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646210', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_18', 'sales_18', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646211', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_19', 'sales_19', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646212', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_20', 'sales_20', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646213', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_21', 'sales_21', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646214', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_22', 'sales_22', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646215', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_31', 'sales_31', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646216', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_32', 'sales_32', 'String', NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646217', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_33', 'sales_33', 'String', NULL, '17', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646218', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_34', 'sales_34', 'String', NULL, '18', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646219', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_35', 'sales_35', 'String', NULL, '19', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646220', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_36', 'sales_36', 'String', NULL, '20', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646221', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_37', 'sales_37', 'String', NULL, '21', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646222', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_38', 'sales_38', 'String', NULL, '22', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646223', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_39', 'sales_39', 'String', NULL, '23', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646224', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_40', 'sales_40', 'String', NULL, '24', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646225', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_41', 'sales_41', 'String', NULL, '25', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334465135447646226', NULL, TO_DATE('2020-12-03 19:50:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334465135435063298', 'sales_42', 'sales_42', 'String', NULL, '26', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504126402561', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'city', 'city', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596866', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'finish', 'finish', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596867', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'semifinish', 'semifinish', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596868', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'time', 'time', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596869', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'state', 'state', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596870', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'attribute', 'attribute', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596871', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'num', 'num', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596872', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'gnum', 'gnum', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('00a5a516fd9ab1ec5ea5cb4c46645345', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'gdata', 'gdata', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0117b382e2b837b8ea73ca9998fb2b52', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'sex', 'sex', NULL, NULL, '4', '0', NULL, 'sex1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('01cb1f61f836aae43bca333dbaf293be', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317006713165049858', 'zhuanye', 'zhuanye', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('03f7a833df1da1b3cb4e4b6310c322ea', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'phone', 'phone', NULL, NULL, '19', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('04c56aa9c4331e28344edb1dbea32611', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'zip_code', 'zip_code', NULL, NULL, '17', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('04de3a3ed51b93a78f83eb00d1c15d7e', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'salary', 'salary', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0512e6b67dcd14a003139e586625cf4c', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'jphone', '手机号', 'string', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('05935b26017e51a1d7cdd8f6ef22239b', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'hukou', 'hukou', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('06c95d6691bd89f8270c9419d60be40f', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'sex', '性别', 'String', NULL, '10', '0', '1', 'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('071f7ae5fdc2d1f0d5abb4df160ef941', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'native_place', 'native_place', NULL, NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0767fe614b80b0f16a91118f7a5fe6ff', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'education', 'education', NULL, NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('07bfb86f430e4352a40d613f17d8180e', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'riqi', '日期', 'date', NULL, '4', '1', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0c82931edb766ad89ead9e98a998d43f', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317006713165049858', 'kdate', 'kdate', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0e45b3f9bbab3e42aa8d07ef858bcb6d', 'admin', TO_DATE('2023-08-12 17:17:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'c73e1f3325b926081641d918921d2bcd', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0e83f895e00d1ab8e1f24064693be295', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'foreign_language_level', 'foreign_language_level', NULL, NULL, '21', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('0fb03c8e2330e051564f3dd1de54512f', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317006713165049858', 'jstudent', 'jstudent', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('112e9074d229f8f90b79da89197fbd91', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'sdate', 'sdate', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('11b32385558d4e6a92d69a72264c1ade', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key3', 'key3', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907562864641', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'id', 'id', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907567058946', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'bnum', 'bnum', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253250', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'ftime', 'ftime', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253251', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'sfkong', 'sfkong', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253252', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'kaishi', 'kaishi', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253253', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'jieshu', 'jieshu', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253254', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'hezairen', 'hezairen', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907571253255', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'jpnum', 'jpnum', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1272834907575447554', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1272834687525482497', 'shihelv', 'shihelv', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016175415297', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yphone', 'yphone', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016183803906', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yzhenliao', 'yzhenliao', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016187998209', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'ysex', 'ysex', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016192192513', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'danwei', 'danwei', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016196386818', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'kdata', 'kdata', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016204775425', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yname', 'yname', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016208969729', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yprice', 'yprice', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016213164033', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'ytotal', 'ytotal', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016217358337', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yishe', 'yishe', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016221552641', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yizhu', 'yizhu', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016225746946', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yage', 'yage', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1283957016229941249', NULL, TO_DATE('2020-07-17 10:49:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283957016150249473', 'yjieguo', 'yjieguo', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155649130497', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'xtype', 'xtype', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155686879234', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'danyuan', 'danyuan', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155691073538', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'chanquan', 'chanquan', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155695267841', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'zhuzhi', 'zhuzhi', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155699462145', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'fujian', 'fujian', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155707850754', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'didian', 'didian', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155707850755', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'type', 'type', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1285150155712045058', NULL, TO_DATE('2020-07-20 17:50:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1284070508744257537', 'suoyou', 'suoyou', 'string', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596873', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'jnum', 'jnum', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596874', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'wnum', 'wnum', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596875', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'uph', 'uph', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596876', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'hc', 'hc', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596877', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'jtime', 'jtime', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596878', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'yield', 'yield', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1334764504130596879', NULL, TO_DATE('2020-12-04 15:40:31', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334763434197200897', 'beizhu', 'beizhu', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335886666392518658', NULL, TO_DATE('2020-12-07 17:59:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335886666363158530', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335886666413490177', NULL, TO_DATE('2020-12-07 17:59:36', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335886666363158530', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335889985055866881', NULL, TO_DATE('2020-12-07 18:12:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335889985047478274', 'value', 'value', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335889985060061186', NULL, TO_DATE('2020-12-07 18:12:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335889985047478274', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335909918863114242', NULL, TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335909918854725633', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1335909918863114243', NULL, TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335909918854725633', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1337360966253293570', 'admin', TO_DATE('2022-04-21 20:09:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1337360015912087554', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1337360966253293571', 'admin', TO_DATE('2022-04-21 20:09:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1337360015912087554', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1337360966253293572', 'admin', TO_DATE('2022-04-21 20:09:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1337360015912087554', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338412526932602882', NULL, TO_DATE('2020-12-14 17:16:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335901385547431937', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338412526936797186', NULL, TO_DATE('2020-12-14 17:16:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1335901385547431937', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338459533034401794', 'admin', TO_DATE('2021-07-31 13:23:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338457100451328002', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338459533038596098', 'admin', TO_DATE('2021-07-31 13:23:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338457100451328002', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338459533038596099', 'admin', TO_DATE('2021-07-31 13:23:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338457100451328002', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338459533038596100', 'admin', TO_DATE('2021-07-31 13:23:38', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338457100451328002', 'type', 'type', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338667866769068033', 'admin', TO_DATE('2021-07-31 13:23:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338667866760679426', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338667866769068034', 'admin', TO_DATE('2021-07-31 13:23:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338667866760679426', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338667866769068035', 'admin', TO_DATE('2021-07-31 13:23:42', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338667866760679426', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338670467426291713', 'admin', TO_DATE('2021-07-31 13:23:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338669749617299458', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338670467426291714', 'admin', TO_DATE('2021-07-31 13:23:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338669749617299458', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338670467426291715', 'admin', TO_DATE('2021-07-31 13:23:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338669749617299458', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338675446966915074', 'admin', TO_DATE('2021-07-31 13:23:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338675446962720769', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338675446971109377', 'admin', TO_DATE('2021-07-31 13:23:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338675446962720769', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338675446971109378', 'admin', TO_DATE('2021-07-31 13:23:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338675446962720769', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338678877404270594', 'admin', TO_DATE('2021-07-31 13:23:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338678877395881985', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338678877408464898', 'admin', TO_DATE('2021-07-31 13:23:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338678877395881985', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338678877408464899', 'admin', TO_DATE('2021-07-31 13:23:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338678877395881985', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338687435571204098', 'admin', TO_DATE('2021-07-31 13:24:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687435562815489', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338687435575398402', 'admin', TO_DATE('2021-07-31 13:24:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687435562815489', 'from_name', 'from_name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338687435575398403', 'admin', TO_DATE('2021-07-31 13:24:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687435562815489', 'to_name', 'to_name', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338689731134754817', 'admin', TO_DATE('2021-07-31 13:23:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687259901169665', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338689731138949122', 'admin', TO_DATE('2021-07-31 13:23:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687259901169665', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338689731138949123', 'admin', TO_DATE('2021-07-31 13:23:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687259901169665', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338689731138949124', 'admin', TO_DATE('2021-07-31 13:23:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338687259901169665', 'type', 'type', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338720793172905986', 'admin', TO_DATE('2021-07-31 13:24:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338720793164517378', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338720793172905987', 'admin', TO_DATE('2021-07-31 13:24:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338720793164517378', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338720793172905988', 'admin', TO_DATE('2021-07-31 13:24:06', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338720793164517378', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338724105830010882', 'admin', TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338724105821622274', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338724105830010883', 'admin', TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338724105821622274', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1338724105830010884', 'admin', TO_DATE('2021-07-31 13:24:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1338724105821622274', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339491107960029185', NULL, TO_DATE('2020-12-17 16:42:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339491107951640577', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339491107960029186', NULL, TO_DATE('2020-12-17 16:42:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339491107951640577', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339491107960029187', NULL, TO_DATE('2020-12-17 16:42:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339491107951640577', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339495346086117377', NULL, TO_DATE('2020-12-17 16:59:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339495346077728770', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339495346086117378', NULL, TO_DATE('2020-12-17 16:59:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339495346077728770', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339495346086117379', NULL, TO_DATE('2020-12-17 16:59:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339495346077728770', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531942313984', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'dept', 'dept', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531946508288', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'settleamount', 'settleamount', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773233987584', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'id', 'id', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773246570496', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'name', 'name', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773250764800', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'gtime', 'gtime', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773254959104', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'update_by', 'update_by', 'String', NULL, '3', NULL, NULL, 'zhiwu', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773259153408', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'jphone', 'jphone', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773263347712', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'birth', 'birth', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773271736320', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'hukou', 'hukou', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773275930624', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'laddress', 'laddress', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773280124928', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'jperson', 'jperson', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773351428096', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'sex', 'sex', 'String', NULL, '9', NULL, '4', 'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773355622400', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'age', 'age', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590832773359816704', 'admin', TO_DATE('2021-08-26 19:29:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590832773221404672', 'type', 'type', 'String', NULL, '11', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397565628416', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'id', 'id', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397574017024', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'name', 'name', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397649514496', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'gtime', 'gtime', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397653708800', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'update_by', 'update_by', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397657903104', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'jphone', 'jphone', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397666291712', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'birth', 'birth', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397670486016', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'hukou', 'hukou', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397674680320', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'laddress', 'laddress', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397683068928', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'jperson', 'jperson', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397687263232', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'sex', 'sex', 'String', NULL, '9', NULL, NULL, 'sex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397691457536', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'age', 'age', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590836397695651840', 'admin', TO_DATE('2021-08-29 15:22:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590836397553045504', 'type', 'type', 'String', NULL, '11', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513088970752', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'amount', 'amount', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513101553664', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'month', 'month', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513105747968', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'areaname', 'areaname', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513109942272', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'year', 'year', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513114136576', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'price', 'price', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513118330880', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'id', 'id', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513122525184', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'dept', 'dept', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('591071513130913792', 'admin', TO_DATE('2021-08-27 11:56:45', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '591071513072193536', 'settleamount', 'settleamount', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587349659648', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'hukou', 'hukou', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587358048256', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'gtime', 'gtime', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587362242560', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'jperson', 'jperson', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587370631168', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'sex', 'sex', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587374825472', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'name', 'name', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587379019776', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'jphone', 'jphone', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587383214080', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'birth', 'birth', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587391602688', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'id', 'id', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587395796992', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'update_by', 'update_by', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587399991296', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'type', 'type', 'String', NULL, '9', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587404185600', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'laddress', 'laddress', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('592972587412574208', 'admin', TO_DATE('2023-08-12 16:48:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '592972587332882432', 'age', 'age', 'String', NULL, '11', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5a63c437b12d384e6c6dc08e140f7dea', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'sf2', 'sf2', 'String', NULL, '16', '0', NULL, 'ttype', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5b0803a136cd1935d483fbcbc4606336', NULL, TO_DATE('2021-02-02 16:19:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a98ee8179bef12f8fa2e0f9f3237fb83', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5b2c9ca998e98da9422a6f5c7db8f806', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5cfe82f2f25d68b88f14a456dabddcbf', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'hname', 'hname', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5e2b8e6e4ede984bb082bf0fbf59c7ec', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'telphone', 'telphone', 'String', NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5e46d436dd0419ddaf0003d8bcdb6628', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key7', 'key7', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5f15dec8ee4cecbbfaf1556a6265717c', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'sex', 'sex', 'String', NULL, '10', '0', NULL, 'sex1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('61c72f42b180d0989c6d5a9501c3215c', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'tp', 'tp', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('628a6c34aaa8765b97b31eba6e398263', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'cbr', 'cbr', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('62edd3fed3269113cf64f029204a302a', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'zhuzhi', 'zhuzhi', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('65bf734fed925dea58e852f2d8bff01d', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'moth', 'moth', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6881e40e966d40fabcb1433fa88ac967', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '523d56e4aec77509385b8b2da61ceeb2', 'year', 'year', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('699bdcc746b0545a402e457326fc5417', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'major', 'major', NULL, NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('69ee0b9e3b3997a41ba3ecddb9379490', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'tp', 'tp', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6a4340ffded3c2a542c9c84b6887d5ec', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'computer_level', 'computer_level', NULL, NULL, '22', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6b7d1903d87063c82a38787be330bc03', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'arrival_time', 'arrival_time', NULL, NULL, '24', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6b9255490d4f55ad363695a2dc75ba23', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'meals_10', 'meals_10', 'String', NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6d76e0d74fca4ecc08b940a5e7d28fbe', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'update_by', 'update_by', 'String', NULL, '4', '0', NULL, 'zhiwu', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6e6b701650a51c5c8b121ceae60407ee', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6fa56346febc8e8fed68a48b1c5c3afd', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'age', 'age', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('6faff78bcb95a6f36876eb49ad016c24', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'pworktime', 'pworktime', 'String', NULL, '18', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7084d486a5a39842208d43f525431bc5', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'busfee_09', 'busfee_09', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('70b2102275592ec15e04f51ccce0eeb8', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'province', 'province', 'date', NULL, '2', '0', '2', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('718eed5b892a9ea5ac6b07d755224f67', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'tm', 'tm', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('72b324c5d495f0bc41943fd5889df534', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key5', 'key5', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7385227a4808fc98d10b743843d4d2dd', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'update_by', '职务', 'String', NULL, '4', '0', '3', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922658807808', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_lot_no', 's_lot_no', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922667196416', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_cust_po_no', 's_cust_po_no', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922675585024', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_item_code', 's_item_code', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922679779328', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_full_name', 's_full_name', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922683973632', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 'modelcolor', 'modelcolor', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922692362240', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_size_name', 's_size_name', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922696556544', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 'd_delivery_date', 'd_delivery_date', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922700750848', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 'string_agg', 'string_agg', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922704945152', '15629196826', TO_DATE('2022-11-18 16:58:18', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 'b_kit', 'b_kit', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922709139456', '15629196826', TO_DATE('2022-11-18 16:58:19', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 'i_qty', 'i_qty', 'String', NULL, '9', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753507922717528064', '15629196826', TO_DATE('2022-11-18 16:58:19', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753507922642030592', 's_cover_img_url', 's_cover_img_url', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139776954368', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 'suit_item_code', 'suit_item_code', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139785342976', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 'suit_full_name', 'suit_full_name', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139793731584', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 's_item_code', 's_item_code', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139797925888', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 's_full_name', 's_full_name', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139802120192', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 's_size_name', 's_size_name', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753508139810508800', '15629196826', TO_DATE('2022-11-18 16:59:10', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '753508139764371456', 'n_match_qty', 'n_match_qty', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('753fab383500780326eaa13d74a95608', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'sex', 'sex', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('768fb670937ab4aadde39842df36bfd3', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'cprice', 'cprice', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7815e386102c287fec235b63ec20cde1', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'currentdi', 'currentdi', 'String', NULL, '28', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('783a66d9b87959f01a0d4dc94e343a91', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'department', 'department', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7a198aa1b0794da0c9d1e550bd9811e7', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7c8c9313bad1cecce554fef8f0f5cfa6', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'tuition_09', 'tuition_09', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7d41c31044a2583ea2d44388a210e08b', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'education_experience', 'education_experience', NULL, NULL, '26', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7e9695bbe3ad7471095b90c420cf12b5', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'rk', 'rk', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7e97de03f85c61796b5f80b7d0534a86', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'sex', 'sex', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7f4d0bd12990b9921fa434694da7c07a', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key4', 'key4', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('7ff0f99b85ec60379c6663cf97bfef78', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'laddress', 'laddress', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('82c54001881024066a851ebd8b3206be', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'update_by', '职务', 'String', NULL, '4', '1', '3', 'zhiwu', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980213514240', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'id', 'id', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980234485760', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'code', 'code', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980242874368', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'name', 'name', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980255457280', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'note', 'note', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980268040192', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'status', 'status', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980276428800', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'type', 'type', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980284817408', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'json_str', 'json_str', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980297400320', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'api_url', 'api_url', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980305788928', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'thumb', 'thumb', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980318371840', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'create_by', 'create_by', 'String', NULL, '9', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980326760448', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'create_time', 'create_time', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980339343360', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'update_by', 'update_by', 'String', NULL, '11', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980347731968', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'update_time', 'update_time', 'String', NULL, '12', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980356120576', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'del_flag', 'del_flag', 'String', NULL, '13', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980368703488', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'api_method', 'api_method', 'String', NULL, '14', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980377092096', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'api_code', 'api_code', 'String', NULL, '15', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980389675008', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'template', 'template', 'String', NULL, '16', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980398063616', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'view_count', 'view_count', 'String', NULL, '17', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980406452224', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'css_str', 'css_str', 'String', NULL, '18', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980419035136', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'js_str', 'js_str', 'String', NULL, '19', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850276980477755392', 'admin', TO_DATE('2023-08-12 17:44:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850276980138016768', 'tenant_id', 'tenant_id', 'String', NULL, '20', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907733487616', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'department', 'department', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907758653440', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'education', 'education', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907779624960', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'sex', 'sex', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907804790784', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'age', 'age', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907829956608', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'name', 'name', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907846733824', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'salary', 'salary', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850315907859316736', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850315907695738880', 'tm', 'tm', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850318855150600192', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850318855133822976', 'diqu', 'diqu', 'String', NULL, '0', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850318855163183104', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850318855133822976', 'class', 'class', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850318855171571712', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850318855133822976', 'year', 'year', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850318855179960320', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850318855133822976', 'mouth', 'mouth', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850318855192543232', 'admin', TO_DATE('2023-08-21 09:31:20', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850318855133822976', 'sales', 'sales', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339498906773389314', NULL, TO_DATE('2020-12-17 17:13:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339498906765000705', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339498906773389315', NULL, TO_DATE('2020-12-17 17:13:21', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339498906765000705', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339538388457390081', NULL, TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339538388453195777', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339538388461584385', NULL, TO_DATE('2020-12-17 19:50:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339538388453195777', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339870475500691457', 'admin', TO_DATE('2021-07-31 13:22:34', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339870475496497153', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339870475500691458', 'admin', TO_DATE('2021-07-31 13:22:34', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339870475496497153', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339870475500691459', 'admin', TO_DATE('2021-07-31 13:22:34', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339870475496497153', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339873097628557314', 'admin', TO_DATE('2021-07-31 13:22:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339873097620168705', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339873097632751618', 'admin', TO_DATE('2021-07-31 13:22:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339873097620168705', 'name', 'name', 'String', NULL, '2', '0', NULL, 'sex1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339873097632751619', 'admin', TO_DATE('2021-07-31 13:22:39', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339873097620168705', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339876173676584962', 'admin', TO_DATE('2021-07-31 13:22:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339876173672390658', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339876173680779266', 'admin', TO_DATE('2021-07-31 13:22:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339876173672390658', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339876173680779267', 'admin', TO_DATE('2021-07-31 13:22:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339876173672390658', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339878700648275969', 'admin', TO_DATE('2021-07-31 13:22:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339878700639887362', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339878700648275970', 'admin', TO_DATE('2021-07-31 13:22:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339878700639887362', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339878700652470274', 'admin', TO_DATE('2021-07-31 13:22:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339878700639887362', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339884367199117313', 'admin', TO_DATE('2021-07-31 13:22:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339884367194923010', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339884367203311617', 'admin', TO_DATE('2021-07-31 13:22:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339884367194923010', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339884367203311618', 'admin', TO_DATE('2021-07-31 13:22:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339884367194923010', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339886300571934722', 'admin', TO_DATE('2021-07-31 13:22:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339886300563546113', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339886300571934723', 'admin', TO_DATE('2021-07-31 13:22:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339886300563546113', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339886300571934724', 'admin', TO_DATE('2021-07-31 13:22:56', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339886300563546113', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339889468164841473', 'admin', TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339888452912586753', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339889468164841474', 'admin', TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339888452912586753', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339889468164841475', 'admin', TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339888452912586753', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1339889468164841476', 'admin', TO_DATE('2021-07-31 13:23:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1339888452912586753', 'type', 'type', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('144892a55bf4c3fa9d9f46f56ccb9e10', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'hukounum', 'hukounum', 'String', NULL, '26', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('14826d1f16e7d78c1710f8ae75aafd57', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'nation', 'nation', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('16291541719d8549b7ff8cb42960f2f3', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'yhnum', 'yhnum', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('17a278c53299d1342c56a8eb1614a44e', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'ctime', 'ctime', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('183def2691ba0f148a21e64362053bfa', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'birthday', 'birthday', 'date', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1b222f7bb38567d287e55da25c51091c', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'sf4', 'sf4', 'String', NULL, '18', '0', NULL, 'ttype', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1b639657cf78d9a466c7baa31816b209', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'data', 'data', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1bc44903203bcd6097677db30ce05f5c', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'health', 'health', NULL, NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1beca0c0937ecebf275d53bf2e8809e1', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'update_by', 'update_by', NULL, NULL, '30', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1c16dc90542be1708ff0e581ba1cc1d7', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'name', 'name', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1cd9409359f38743b207721757123e39', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1d2006a2d1eb031c6d9b63f8d4b7b20c', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'fsex', 'fsex', 'String', NULL, '4', '0', NULL, 'sex1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1d21c72184f2e06ca1be3dc95fbcc259', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317006713165049858', 'zhiwu', 'zhiwu', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1df50d8a3eaaaa927c5978a8502e9a67', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'slyy', 'slyy', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1e3b9bb7c77ad03eb2d5283f6efc04ba', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'birth', '出生日期', 'date', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1e99007fe0ae8b2109e40eaaae0d7403', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'sales_1', 'sales_1', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('1f5cd376d9a38820fd7b8de7908c6c95', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'pay', 'pay', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('21f7de0326129dbbbc03d64aceb4d3f7', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'yprice', 'yprice', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('224c5103f1fcfcc38eff9d3817d82152', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'shao', 'shao', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('240eda14518770ac6fd2f9081755bc81', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'sbtype', 'sbtype', 'String', NULL, '33', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('25055116e88f653e771b5692e78234db', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'num', 'num', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('26c4b0748ae5d6725027b7a757c5240c', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'name', 'name', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('27ad88899a905fd4a58a722edec31736', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'gtime', '雇佣日期', 'date', NULL, '3', '1', '2', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('28b745230e734cdc6f87206e43c457d4', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('29fcb4292d4782888e9fd0496bd8ddc8', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2c6d9211663dd243194dbd0f74134117', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'pname', 'pname', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2cbbc3103eada223a2991ed24d6617a3', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'socialsecurity', 'socialsecurity', 'String', NULL, '30', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2d4c2abebb3858a2e317091d64aa8a74', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '523d56e4aec77509385b8b2da61ceeb2', 'sales', 'sales', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2dd5f62f633e4486285a88b4bb1ee6bf', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'qfjg', 'qfjg', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2e37e0559563861b61edf372266b8b51', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'hukou', 'hukou', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('2fa4e6ec87c360e3e5fce3dd3063874a', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'political', 'political', NULL, NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('31d294aea69eb3ff7c7158a3a3dfcc62', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'name', 'name', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('337e17558c2c5f42738e0437b5973a4a', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'lzr', 'lzr', 'String', NULL, '18', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('33c5d70c82c2b2ae00adb824ebbd301d', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'ydate', 'ydate', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('35bb7cf93182683f9b519c4bbf36edc3', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'jphone', 'jphone', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('36a57e6c9b5081f8d8ba2510c029e494', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'meals_09', 'meals_09', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3756e7be6fe2926a39d5452f9374e2d3', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'num', 'num', NULL, NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('38b46f86f1e85322607abead76272143', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'region', 'region', 'string', NULL, '1', '0', '1', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3b9c6ae6c423fd58362200d87d8b7b3e', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'jperson', 'jperson', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3c021df8fdccdd8d1804b780e6918d9b', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'age', 'age', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3c2a8313af79dbecba4c5687b65a66ab', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'cnum', 'cnum', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3c73ca198ffdcbf8f2fa7bfb8ce7c343', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'jphone', 'jphone', 'String', NULL, '17', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3cafa569c1df907d66efbe04bf4f362c', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'age', 'age', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3e1037e9d7a07c958e60ee722baafb82', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'positional_titles', 'positional_titles', NULL, NULL, '25', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('3e85f24fa309374ef17d787566cee3ca', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'tm', 'tm', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('409b747f789fb69c51d363da2ec258d4', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'paymoth', 'paymoth', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('417e85bfcbeeb08430541519a94ce2a0', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'proportion_1', 'proportion_1', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4378b42a2315de9c4ab07c0b0a777750', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'gtime', 'gtime', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('437a5bd87b3b4e80e7fe378d85bbe84d', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'homephone', 'homephone', 'String', NULL, '17', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('445dd05e72067704e38d72c117cad0f3', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'cbz', 'cbz', 'String', NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('446d3dccee869dab9c40502cac56366a', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'gdata', 'gdata', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('46897dde89033bbc1b8aeae7addaa0bd', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'department', 'department', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('471d4e45323a4f10c8b7fa944b27e208', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'currentnum', 'currentnum', 'String', NULL, '29', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('489a2a56df33f5d62f393cded3728779', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'phone', 'phone', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('48aa3663aeea9fbcfd140ff9fc826075', 'admin', TO_DATE('2023-08-12 17:17:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'c73e1f3325b926081641d918921d2bcd', 'value', 'value', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('49c12ae1c4a47390cfc87182496501bf', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'id', 'id', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4a83bf0d5fe08f2e1e755cd4f409777b', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'yjine', 'yjine', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4adbbf6380036dcc357d1667e6ff1726', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'create_time', 'create_time', NULL, NULL, '29', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4ba0dbf06ea26df7a2f7d3f74d63af8e', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'update_time', 'update_time', NULL, NULL, '31', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4c0cafd4a94a59d92a51510c68a52af2', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'cprice', 'cprice', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4d15738217f7902058e1f55c8873058c', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'education', 'education', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4d782de2bf10be3a79f04e8841053f00', NULL, TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'pingjia', 'pingjia', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4f9b9e6fe7ff0857d341ff2e83a1c711', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'cname', '名称', 'string', NULL, '2', '1', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('4fcf32bb24f1b5c9b045f047b330225b', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'register', 'register', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('501a57bcee9a111c44f33c595d34b0b1', NULL, TO_DATE('2021-01-19 15:08:43', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'cf2211ad6777007564fba0c47b417eb5', 'gift_1', 'gift_1', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('505c2a4bd2d235b5fc56fe65b5497fc5', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'card', 'card', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('50adb7c6df5db5910b4b5d5ae65136a4', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'sk', 'sk', 'String', NULL, '20', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331093020672', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'ctotal', 'ctotal', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331105603584', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'cname', '名称', 'string', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331206266880', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'cprice', 'cprice', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331214655488', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'riqi', '日期', 'date', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331223044096', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'id', 'id', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331231432704', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'dtotal', 'dtotal', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331239821312', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'tp', 'tp', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331244015616', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'ztotal', 'ztotal', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537516331252404224', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537516331080437760', 'cnum', 'cnum', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066373054464', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'dgoodscode', 'dgoodscode', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066381443072', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'daddress', 'daddress', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066389831680', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'darrivaldate', 'darrivaldate', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066394025984', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'dname', 'dname', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066398220288', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'dgoodsdate', 'dgoodsdate', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066410803200', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'dorderdate', 'dorderdate', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537518066414997504', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537518066347888640', 'did', 'did', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675617783808', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675626172416', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'name', '姓名', 'string', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675630366720', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'gtime', '雇佣时间', 'datetime', NULL, '3', '0', '2', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675634561024', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'update_by', '职务', 'String', NULL, '4', '0', '3', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675638755328', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'jphone', '手机号', 'string', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675647143936', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'birth', '出生日期', 'date', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675651338240', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'hukou', 'hukou', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675655532544', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'laddress', 'laddress', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675659726848', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'jperson', 'jperson', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675663921152', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'sex', '性别', 'String', NULL, '10', '0', '1', 'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537521675668115456', 'admin', TO_DATE('2021-07-31 13:26:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537521675609395200', 'age', '年龄', 'number', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718418227200', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718430810112', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718435004416', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'gtime', 'gtime', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718443393024', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'update_by', 'update_by', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718447587328', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'jphone', 'jphone', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718451781632', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'birth', 'birth', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718455975936', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'hukou', 'hukou', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718460170240', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'laddress', 'laddress', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718464364544', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'jperson', 'jperson', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718472753152', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'sex', 'sex', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('537522718476947456', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '537522718405644288', 'age', 'age', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542158608541241344', 'admin', TO_DATE('2021-04-14 11:51:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542158608528658432', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542158608549629952', 'admin', TO_DATE('2021-04-14 11:51:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542158608528658432', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542214589845426176', 'admin', TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542212079118274560', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542214589853814784', 'admin', TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542212079118274560', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542214589862203392', 'admin', TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542212079118274560', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542948598531575808', 'admin', TO_DATE('2021-11-24 11:40:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542187081431339008', 'name', 'name', 'String', NULL, '0', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542948598544158720', 'admin', TO_DATE('2021-11-24 11:40:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542187081431339008', 'value', 'value', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542961954705461248', 'admin', TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542961954638352384', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542961954713849856', 'admin', TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542961954638352384', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('542961954718044160', 'admin', TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '542961954638352384', 'typ', 'typ', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('547c5bc2df97cc74f0d76bf304e3fdd2', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'zhuzhi', 'zhuzhi', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('54f3e9719cd2e020fd5dc8a2726ae802', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'pay2', 'pay2', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('580753827981250560', 'admin', TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '580753827960279040', 'create_time', 'create_time', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('580861481554628608', 'admin', TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '580753827960279040', 'num', 'num', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('580864714171830272', 'admin', TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '580753827960279040', 'lower', 'lower', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('580864714176024576', 'admin', TO_DATE('2021-08-04 14:12:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '580753827960279040', 'upper', 'upper', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('580e31af70da3db9325e70e827fe1b9e', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'school', 'school', 'String', NULL, '20', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('5861e33aff0f038089df2c0bce8eca08', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'birth', 'birth', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931122860032', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'id', 'id', 'String', NULL, '0', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931131248640', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'name', '姓名', 'String', NULL, '1', '1', '5', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931135442944', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'gtime', '雇佣日期', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931139637248', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'update_by', '职务', 'String', NULL, '3', '1', '3', 'zhiwu', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931143831552', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'jphone', 'jphone', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931152220160', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'birth', '出生日期', 'date', NULL, '5', '1', '2', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931156414464', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'hukou', 'hukou', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931160608768', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'laddress', 'laddress', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931164803072', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'jperson', 'jperson', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931168997376', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'sex', '性别', 'String', NULL, '9', '1', '4', 'https://bootapi.jeecg.com/jmreport/test/getDictSex', '1', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590432931177385984', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'age', 'age', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590442764043636736', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590442764031053824', 'diqu', 'diqu', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590442764052025344', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590442764031053824', 'class', 'class', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590442764056219648', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590442764031053824', 'year', 'year', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590442764060413952', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590442764031053824', 'mouth', 'mouth', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590442764064608256', 'admin', TO_DATE('2021-08-25 17:35:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590442764031053824', 'sales', 'sales', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590786421489750016', 'admin', TO_DATE('2021-10-22 11:43:32', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590432931110277120', 'type', '下拉树', 'String', NULL, '11', '1', '6', 'http://api.jeecg.com/mock/26/queryTree', NULL, NULL, '{''loadTree'':''https://api.jeecg.com/mock/26/queryTree''}'); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841692991488', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'amount', 'amount', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841701380096', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'month', 'month', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841709768704', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'areaname', 'areaname', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841713963008', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'year', 'year', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841718157312', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'price', 'price', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841726545920', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'id', 'id', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841734934528', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'dept', 'dept', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590808841739128832', 'admin', TO_DATE('2021-08-26 17:50:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590808841680408576', 'settleamount', 'settleamount', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531841650688', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'amount', 'amount', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531850039296', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'month', 'month', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531854233600', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'areaname', 'areaname', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531925536768', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'year', 'year', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531929731072', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'price', 'price', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('590812531933925376', 'admin', TO_DATE('2021-08-26 18:04:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '590812531833262080', 'id', 'id', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850709188724228096', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850709188669702144', 'create_time', 'create_time', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850709188766171136', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850709188669702144', 'num', 'num', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850709188782948352', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850709188669702144', 'lower', 'lower', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850709188808114176', 'admin', TO_DATE('2023-08-13 22:21:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850709188669702144', 'upper', 'upper', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991046283264', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'id', 'id', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991084032000', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'name', 'name', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991100809216', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'gtime', 'gtime', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991117586432', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'update_by', 'update_by', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991130169344', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'jphone', 'jphone', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991146946560', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'birth', 'birth', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991159529472', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'hukou', 'hukou', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991176306688', 'admin', TO_DATE('2023-08-14 13:54:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'laddress', 'laddress', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991197278208', 'admin', TO_DATE('2023-08-14 13:54:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'jperson', 'jperson', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991214055424', 'admin', TO_DATE('2023-08-14 13:54:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'sex', 'sex', 'String', NULL, '9', NULL, NULL, 'sex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991226638336', 'admin', TO_DATE('2023-08-14 13:54:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'age', 'age', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('850943991243415552', 'admin', TO_DATE('2023-08-14 13:54:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '850943991000145920', 'type', 'type', 'String', NULL, '11', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414333962592256', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'ctotal', 'ctotal', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334004535296', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'cname', 'cname', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334025506816', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'cprice', 'cprice', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334046478336', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'riqi', 'riqi', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334059061248', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'id', 'id', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334071644160', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'dtotal', 'dtotal', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334084227072', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'tp', 'tp', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334092615680', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'ztotal', 'ztotal', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('853414334105198592', 'admin', TO_DATE('2023-08-21 09:30:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '853414333878706176', 'cnum', 'cnum', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286972987940864', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'id', 'id', 'String', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973008912384', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'dict_name', 'dict_name', 'String', NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973013106688', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'dict_code', 'dict_code', 'String', NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973021495296', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'description', 'description', 'String', NULL, '3', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973029883904', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'del_flag', 'del_flag', 'String', NULL, '4', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973034078208', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'create_by', 'create_by', 'String', NULL, '5', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973042466816', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'create_time', 'create_time', 'String', NULL, '6', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973046661120', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'update_by', 'update_by', 'String', NULL, '7', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973055049728', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'update_time', 'update_time', 'String', NULL, '8', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973059244032', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'type', 'type', 'String', NULL, '9', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('859286973067632640', 'admin', TO_DATE('2023-09-06 14:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '859286972912443392', 'tenant_id', 'tenant_id', 'String', NULL, '10', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240437116928', 'admin', TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240407756800', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240474865664', 'admin', TO_DATE('2020-12-02 18:35:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240407756800', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240508420096', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240521003008', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'sj', 'sj', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240537780224', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'type', 'type', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240546168832', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'je', 'je', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240550363136', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'jg', 'jg', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240558751744', 'admin', TO_DATE('2020-12-02 20:07:54', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240495837184', 'jl', 'jl', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240592306176', 'admin', TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240575528960', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('864668240600694784', 'admin', TO_DATE('2020-12-07 19:31:59', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '864668240575528960', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415273541632', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'department', 'department', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415361622016', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'education', 'education', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415382593536', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'sex', 'sex', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415407759360', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'age', 'age', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415428730880', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'name', 'name', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415445508096', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'salary', 'salary', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('865474415462285312', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '865474415198044160', 'tm', 'tm', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('87cc9e7fa983cf67d7cb82582a5c4201', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'tm', 'tm', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('89745ede255d0fb57ed840191e54194c', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'nation', 'nation', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('89a5844dc1b1c0976d455bdffc24948a', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'class', 'class', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('8aca97602f1a75f10b4ffaa63215b23e', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'laddress', 'laddress', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('8bc9239f84644cb23c2cf1e550c8ce78', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'tuition_10', 'tuition_10', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('8c70d367f8332f43aa69007383d1e64f', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key2', 'key2', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('8c74ca4632d6c61b3f3390a12a122430', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key1', 'key1', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('8e39d42a7fad183fe75ce1a56f148db1', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'bianma', 'bianma', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('905a5b9fb7b2c8bb1318ff9240161f1b', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'ncnum', 'ncnum', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('90807f97e2beaaf889fef949a63ece56', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'name', 'name', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('917a991f020768ccefeb0b0c045a9013', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'salary', 'salary', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('91f30a83a6a7f4894b52a83de83f84d6', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'nation', 'nation', NULL, NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('92355d34508384aaaf278973013569fd', 'admin', TO_DATE('2023-08-12 17:17:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'c73e1f3325b926081641d918921d2bcd', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9249dd5b8dca523a0013fc2620aaa6a2', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'age', '年龄', 'number', NULL, '11', '1', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9276e22e051ecc06c562693f197fda51', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'laddress', 'laddress', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('93be5d8f4c50973898c17eb8634fc86f', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'dtotal', 'dtotal', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9442a7c3033cb54c0b75acb9fbe03096', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'id', 'id', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('94b34fe50ea68945bbcf65a26766ec18', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'name', 'name', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('97bc5144419c68a4a21986ab2e1e539e', NULL, TO_DATE('2021-02-02 16:19:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a98ee8179bef12f8fa2e0f9f3237fb83', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9897c44836be95ebace00f8f849341c2', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'city', 'city', 'String', NULL, '0', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('98aae882509c852c28d75c93935e38ed', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'ldate', 'ldate', 'String', NULL, '19', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9b28d8d472973bc271e7fdd38c4b239d', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'create_by', 'create_by', NULL, NULL, '28', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9c3a5463968657e7cd57a2a9f60fbe27', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'entrytime', 'entrytime', 'String', NULL, '19', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9d3ed54d9834cdcb167bed97d2d2edad', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'type', 'type', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9d4829028207d460e21af80b7ded7bd8', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'num', 'num', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9dcf91b895dbc139ea3cc82b01991b3d', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'education', 'education', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9e991a697958560f04a03c8cec937fd9', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'fname', 'fname', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('9f570992770d214c22807e53a9e2fb59', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'health', 'health', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a0320956d840e2683eb496ddceae7e1d', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'hukou', 'hukou', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a060ad08ad31e19da9cf20ac1331dd9f', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'percent', 'percent', 'String', NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a1872c3736cc2f24ab2ebb30cc518897', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'height', 'height', NULL, NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a1996abd6f735b1191e179936668efbb', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9a8f0f16cf42380df58cda0171a56c0c', 'sex', 'sex', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a2e680c356e712b43343d589539da011', NULL, TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'name', 'name', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a34e6049660fba6c270a831f3a0a8ce0', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'foreign_language', 'foreign_language', NULL, NULL, '20', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a3e4c862492d135c94e8f5b538b58af0', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'jperson', 'jperson', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a3f22d3ca94671f46793beffd400da77', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'jphone', 'jphone', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a4fd6df1bd0a94973078d9246814cf75', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'sld', 'sld', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a5124f3d126c3c74dfdc7e34d5e31c49', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'paytime', 'paytime', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a6e61f78a600c6affcd7e3fc3fcc52ab', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'key6', 'key6', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('a8a47e5dce230a25e0fedce2a6e62f8f', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'hobby', 'hobby', 'String', NULL, '32', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('aaef28e907ba8e95b45e7f98e3d6a421', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'hukoustreet', 'hukoustreet', 'String', NULL, '25', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ac4e09af9ee975728d90a978d85dea80', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'birth', 'birth', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ad477754b01fc7b37b4cc6c7704d0177', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'school', 'school', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('afa17ee1e478db69bd6401fd4aca2c81', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'jperson', 'jperson', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('b0fae8440d6b8b8c92c30b758d463c4c', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '523d56e4aec77509385b8b2da61ceeb2', 'mouth', 'mouth', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('b4bad40d9367d8adf83e12e337a571e7', NULL, TO_DATE('2021-02-02 16:19:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a98ee8179bef12f8fa2e0f9f3237fb83', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('b56dd61580d5539a062363e4b7947cc3', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'education', 'education', 'String', NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('b56f9a69152594fbb535098c7dc04874', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'hysr', 'hysr', 'String', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('b93aa09ff2d6679e17ce790caa3eccc1', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'major', 'major', 'String', NULL, '13', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('be63228c3947a1cceb7d1663741f78a0', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'id', 'id', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('bf375f71bb75e58c362d02cb55b0d5c0', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'knum', 'knum', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c21eca66f1c3c47f4b44ed53864f4bb3', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'archivesdi', 'archivesdi', 'String', NULL, '34', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c357b23ae68c0ee6c9dab322507dce0b', NULL, TO_DATE('2021-01-11 14:38:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1317006713165049858', 'jdate', 'jdate', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c548a3787df033b795c0a88912e53ae4', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'sf3', 'sf3', 'String', NULL, '17', '0', NULL, 'ttype', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c7946e89cbb5c5daabfb233eb430a6a4', NULL, TO_DATE('2021-02-21 10:06:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'b0f04c0f50a659f99c8aebe6efb93682', 'department', 'department', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c853f446c62b9fb57fd70752ffe33267', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'weight', 'weight', NULL, NULL, '10', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c8b341d3b243b23b59408719bbbe132a', 'admin', TO_DATE('2021-07-31 13:25:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'sex', '性别', 'String', NULL, '10', '1', '1', 'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c8d1276d19bdd946e9fc18b83aacda15', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'cname', 'cname', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c92b5b9d8e339bfdc0e52da2a9526c17', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'age', '年龄', 'number', NULL, '11', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c94d0f59c747f92d98c750f17be0d2a9', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'hukoudi', 'hukoudi', 'String', NULL, '27', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('c9ed021cfd9f6587830b737bbce25cc9', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'name', '姓名', 'string', NULL, '2', '1', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ca7f7b55c0cbe3ff55a6a2d86a0aaacc', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'sf1', 'sf1', 'String', NULL, '15', '0', NULL, 'ttype', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('cc1c840fbc2176bdadab32bf73405d94', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '523d56e4aec77509385b8b2da61ceeb2', 'diqu', 'diqu', 'String', NULL, '0', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('cd99cbbd602360ca36ba27e7e0feb761', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'zhuzhi', 'zhuzhi', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ce5197dc7da064a550ff8878f911fb23', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'political', 'political', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('cf9a6957655f484e4dadd55ea8ce67ee', 'admin', TO_DATE('2022-12-08 21:31:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '523d56e4aec77509385b8b2da61ceeb2', 'class', 'class', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('cfdc06f08db2ebf73047bda538bd026b', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'party', 'party', 'String', NULL, '22', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d266ab44988a8dcf47f5eebc175a6414', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'mailbox', 'mailbox', 'String', NULL, '15', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d29e761bd66d4b6a179aa57914ee2b48', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'post', 'post', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d3fce831a42382fdca1dfad15e40fc2d', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'birth', 'birth', 'String', NULL, '6', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d44cb230acf10bc2a4c84e189bca36ac', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'school', 'school', NULL, NULL, '14', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d5703c01f4b316f0553219cda0e77c6f', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'idcard', 'idcard', 'String', NULL, '21', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d65c28b9b48115811cf05bb43546a478', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'busfee_10', 'busfee_10', 'String', NULL, '17', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d81062c033b221d0cb5d0cd3d7058951', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'cnum', 'cnum', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d8e2c744c491313c5d37cb084e2fafb3', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'graduation_time', 'graduation_time', NULL, NULL, '23', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d95a89b3d8f35d77fa812dbf5b466e37', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'cdata', 'cdata', 'String', NULL, '5', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('d980c472733fe25951d694c55ffdfb8f', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'pay1', 'pay1', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ddffbac726fe4c0e4f3dea040f5dea49', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'yren', 'yren', 'String', NULL, '9', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('dff48c8c2758461da061340db0c33799', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'bz', 'bz', 'String', NULL, '19', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('e250a4146cb73a6bb397da03f5365b5b', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'address', 'address', NULL, NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('e5ed9166ad04240f7c97e5b7ac7f541b', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'gtime', '雇佣时间', 'datetime', NULL, '3', '0', '2', NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('e5f31ee77c3d92d6f3c99f785774987a', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'office', 'office', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('e6b745b9a2045b25ca44dcaf0aa35bdd', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'ztotal', 'ztotal', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('e6ce800db7f82b560e9dd262f3b7c9f7', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'work_experience', 'work_experience', NULL, NULL, '27', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ed4eeb04c3bcc12dee28eb2689e00b35', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'children', 'children', 'String', NULL, '24', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ed71f103e495e04d1cb67c7a3e912015', NULL, TO_DATE('2021-02-04 09:44:09', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1283730831482937345', 'value', 'value', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ef2f72d5f1ae8433b0e7fc1eee7431b3', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'dizhi', 'dizhi', 'String', NULL, '21', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('ef88e447c771542205c1c45a65e7c665', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'sex', 'sex', 'String', NULL, '2', '0', NULL, 'sex1', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('efa59b2ee351dd7adea039d0a3830d7d', NULL, TO_DATE('2021-01-28 16:18:05', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '44a261c2dcaaaaea51c18378e46ba5b9', 'shiqing', 'shiqing', 'String', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f008a313946819da0de21183ab686383', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'name', 'name', NULL, NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f110f1f947e0f895b552f7edd133a60a', NULL, TO_DATE('2021-01-05 15:09:15', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1289140698221678593', 'ctotal', 'ctotal', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f1661d16815915f635fade1c25f59ad0', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'email', 'email', NULL, NULL, '18', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f1eca693795c9aa8824f2f4fb584f9f5', NULL, TO_DATE('2021-02-02 18:08:24', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '87a440b35fd656844484774c66a7370c', 'scard', 'scard', 'String', NULL, '7', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f290709d2b0e25c77d5a47de48088788', 'ajun007_cn', TO_DATE('2021-07-15 16:25:25', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1334708015269490689', 'payclass', 'payclass', 'String', NULL, '8', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f316a89771e1865b9a16caf362da623a', 'admin', TO_DATE('2021-07-31 13:25:30', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '361b59d77f2332c66f013160d71cebfe', 'birth', '出生日期', 'datetime', NULL, '6', '1', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f77f2f6ec2b716c47ad0fd12ef490a63', NULL, TO_DATE('2021-01-26 14:51:12', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'a900c843827dd08339a643aa0cf4305f', 'ctotal', 'ctotal', 'String', NULL, '1', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f7a2f0d0eb3123f66d8dded724890361', NULL, TO_DATE('2021-02-02 17:15:44', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'd7d5ac3cc4e6ee4e42752176774e6ef0', 'sr', 'sr', 'String', NULL, '16', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f85c230930e9535ae4a8d9aa992a542d', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'marital', 'marital', 'String', NULL, '23', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('f984ef26fe0a505b279a0e4a3b27201f', NULL, TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'shijian', 'shijian', 'String', NULL, '4', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('fac871f69237c6c25abe8c4332eabcbf', NULL, TO_DATE('2021-01-08 10:47:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'lingdao', 'lingdao', 'String', NULL, '3', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('fc8e0a31b222951304562b0b7b5cdb4a', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'del_flag', 'del_flag', NULL, NULL, '32', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('fd478a2cfbfb57924f9712731ff7167e', 'admin', TO_DATE('2021-07-31 13:27:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, 'f2e0f5cbc64aa1e676ac1291203ff7c8', 'name', '姓名', 'string', NULL, '2', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('fe199c4adf941a13b14bbbdc47f50f7e', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316997232402231298', 'id_card', 'id_card', NULL, NULL, '12', '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_FIELD" VALUES ('feeafe4f944ae939a39a3d76d0400191', NULL, TO_DATE('2021-01-15 15:42:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '1316987047604514817', 'providentfund', 'providentfund', 'String', NULL, '31', '0', NULL, NULL, NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_DB_PARAM +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ( + "ID" NVARCHAR2(36) NOT NULL, + "JIMU_REPORT_HEAD_ID" NVARCHAR2(36) NOT NULL, + "PARAM_NAME" NVARCHAR2(32) NOT NULL, + "PARAM_TXT" NVARCHAR2(32), + "PARAM_VALUE" NVARCHAR2(1000), + "ORDER_NUM" NUMBER(11,0), + "CREATE_BY" NVARCHAR2(50), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(50), + "UPDATE_TIME" DATE, + "SEARCH_FLAG" NUMBER(11,0), + "WIDGET_TYPE" NVARCHAR2(50), + "SEARCH_MODE" NUMBER(11,0), + "DICT_CODE" NVARCHAR2(255), + "SEARCH_FORMAT" NVARCHAR2(50), + "EXT_JSON" NCLOB +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."JIMU_REPORT_HEAD_ID" IS '动态报表ID'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."PARAM_NAME" IS '参数字段'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."PARAM_TXT" IS '参数文本'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."PARAM_VALUE" IS '参数默认值'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."ORDER_NUM" IS '排序'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."CREATE_BY" IS '创建人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."CREATE_TIME" IS '创建日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."UPDATE_BY" IS '更新人登录名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."UPDATE_TIME" IS '更新日期'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."SEARCH_FLAG" IS '查询标识0否1是 默认0'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."WIDGET_TYPE" IS '查询控件类型'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."SEARCH_MODE" IS '查询模式1简单2范围'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."DICT_CODE" IS '字典'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."SEARCH_FORMAT" IS '查询时间格式化表达式'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_DB_PARAM"."EXT_JSON" IS '参数配置'; + +-- ---------------------------- +-- Records of JIMU_REPORT_DB_PARAM +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('11b2c5f0cabc37ede820a8ee959f7601', '1316997232402231298', 'id', 'id', '112', '1', 'admin', TO_DATE('2023-08-12 17:16:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('1335820572323557378', '1289140698221678593', 'pageNo', 'pageNo', '1', '1', NULL, TO_DATE('2020-12-07 13:36:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('1335820572327751682', '1289140698221678593', 'pageSize', 'pageSize', '20', '2', NULL, TO_DATE('2020-12-07 13:36:57', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('137ac9fe9fdf7792a4091bfa9dc1edc4', 'b0f04c0f50a659f99c8aebe6efb93682', 'pageSize', 'pageSize', '20', '1', NULL, TO_DATE('2021-01-27 14:19:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('173c869cc45b683a9cfe25826110cead', '1272834687525482497', 'id', 'id', '1', '1', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('266cc33571153c92a92cbac84819aa34', '9a8f0f16cf42380df58cda0171a56c0c', 'pageNo', 'pageNo', '1', '1', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('3a9efc51a6b6723d5a0ddf109aacb2b5', '1288038655293661186', 'pageNo', 'pageNo', '1', '1', NULL, TO_DATE('2020-07-30 17:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('3b39ec63b790f0bd4deea3797ac84695', '1272834687525482497', 'bnum', 'bnum', NULL, '2', 'admin', TO_DATE('2022-12-08 15:49:50', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('537518394648645632', '537518066347888640', 'did', 'did', '1', '1', 'admin', TO_DATE('2021-04-01 16:33:02', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('537518583438462976', '537516331080437760', 'did', 'did', '1', '1', 'admin', TO_DATE('2021-04-01 16:36:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('537522718485336064', '537522718405644288', 'update_by', 'update_by', '1', '1', 'admin', TO_DATE('2021-07-31 13:26:51', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('542202807013691392', '542187081431339008', 'type', 'type', '张三', '1', 'admin', TO_DATE('2021-11-24 11:40:49', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('542212270735052800', '542212079118274560', 'type', 'type', '张三', '1', 'admin', TO_DATE('2021-04-16 16:53:48', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('542961954726432768', '542961954638352384', 'type', 'type', '张三', '1', 'admin', TO_DATE('2021-04-16 17:04:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('57165a6fe5f2b700d4ef19518de4defd', '1290104038414721025', 'id', 'id', '1', '1', 'admin', TO_DATE('2021-07-31 13:21:46', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('592972587416768512', '592972587332882432', 'pageNo', 'pageNo', '1', '1', 'admin', TO_DATE('2021-09-01 17:09:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('592972587429351424', '592972587332882432', 'pageSize', 'pageSize', '10', '2', 'admin', TO_DATE('2021-09-01 17:09:55', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('7569e95c1fa73d5438aceb19c1b85ef0', '1288038655293661186', 'pageSize', 'pageSize', '20', '2', NULL, TO_DATE('2020-07-30 17:26:29', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('7cbf49fdc9f006859b3b3e1d0af77744', 'a900c843827dd08339a643aa0cf4305f', 'riqi', 'riqi', NULL, '2', NULL, TO_DATE('2021-03-10 09:54:22', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('850315907880288256', '850315907695738880', 'pageNo', 'pageNo', '1', '1', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('850315907905454080', '850315907695738880', 'pageSize', 'pageSize', '1000', '2', 'admin', TO_DATE('2023-08-12 22:51:28', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('865474415500034048', '865474415198044160', 'pageNo', 'pageNo', '1', '1', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('865474415546171392', '865474415198044160', 'pageSize', 'pageSize', '1000', '2', 'admin', TO_DATE('2023-09-23 16:13:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('b6823e350f6b9804c4b664f1c444b1c3', 'a900c843827dd08339a643aa0cf4305f', 'cname', 'cname', NULL, '1', NULL, TO_DATE('2021-03-10 09:54:22', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('c6e76772e046f00b884aacc98464c2b3', '1298923644105265153', 'pageNo', 'pageNo', '1', '1', NULL, TO_DATE('2020-08-31 13:57:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('ee0d4f380139c3a8212b70e9ccd1f44a', '9a8f0f16cf42380df58cda0171a56c0c', 'pageSize', 'pageSize', '10', '2', NULL, TO_DATE('2021-03-09 14:20:07', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('f3ebfc726b842ca939489da4cd8eb70a', 'b0f04c0f50a659f99c8aebe6efb93682', 'pageNo', 'pageNo', '1', '2', NULL, TO_DATE('2021-01-27 14:19:52', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_DB_PARAM" VALUES ('fc6a4ddf24444382416779b70e69b3b0', '1298923644105265153', 'pageSize', 'pageSize', '10', '2', NULL, TO_DATE('2020-08-31 13:57:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_LINK +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_LINK"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_LINK" ( + "ID" NVARCHAR2(32) NOT NULL, + "REPORT_ID" NVARCHAR2(32), + "PARAMETER" NCLOB, + "EJECT_TYPE" NVARCHAR2(1), + "LINK_NAME" NVARCHAR2(255), + "API_METHOD" NVARCHAR2(1), + "LINK_TYPE" NVARCHAR2(1), + "API_URL" NVARCHAR2(1000), + "LINK_CHART_ID" NVARCHAR2(50), + "EXPRESSION" NVARCHAR2(255), + "REQUIREMENT" NVARCHAR2(255) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."ID" IS '主键id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."REPORT_ID" IS '积木设计器id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."PARAMETER" IS '参数'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."EJECT_TYPE" IS '弹出方式(0 当前页面 1 新窗口)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."LINK_NAME" IS '链接名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."API_METHOD" IS '请求方法0-get,1-post'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."LINK_TYPE" IS '链接方式(0 网络报表 1 网络连接 2 图表联动)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."API_URL" IS '外网api'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."LINK_CHART_ID" IS '联动图表的ID'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."EXPRESSION" IS '表达式'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_LINK"."REQUIREMENT" IS '条件'; +COMMENT ON TABLE "JIMUREPORT"."JIMU_REPORT_LINK" IS '超链接配置表'; + +-- ---------------------------- +-- Records of JIMU_REPORT_LINK +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_LINK" VALUES ('674518270334029824', '542152544408129536', '[{"paramName":"type","paramValue":"name","index":1}]', NULL, '每月订单金额', NULL, '2', NULL, '4gWTCuSf3N2pRy9U', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_LINK" VALUES ('674518340370518016', '542152544408129536', '[{"paramName":"type","paramValue":"name","index":1}]', NULL, '每月回款', NULL, '2', NULL, 'qQlQ7dUI2ZjnSQoJ', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_LINK" VALUES ('674518410377646080', '542152544408129536', '[{"paramName":"type","paramValue":"name","index":1}]', NULL, '客户资源占比', NULL, '2', NULL, 'j6KqrKiUx01j0GbR', NULL, NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_LINK" VALUES ('845811279070580736', '537521675550674944', '[{"paramName":"update_by","paramValue":"update_by","index":1,"dbCode":"pop","fieldName":"update_by"}]', NULL, '员工基本信息', NULL, '2', NULL, 'mfVOveSMUgcmPLZH', NULL, NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_MAP +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_MAP"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_MAP" ( + "ID" NVARCHAR2(64) NOT NULL, + "LABEL" NVARCHAR2(125), + "NAME" NVARCHAR2(125), + "DATA" NCLOB, + "CREATE_BY" NVARCHAR2(32), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(32), + "UPDATE_TIME" DATE, + "DEL_FLAG" NVARCHAR2(1), + "SYS_ORG_CODE" NVARCHAR2(64) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."LABEL" IS '地图名称'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."NAME" IS '地图编码'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."DATA" IS '地图数据'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."CREATE_BY" IS '创建人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."CREATE_TIME" IS '创建时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."UPDATE_BY" IS '修改人'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."UPDATE_TIME" IS '修改时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."DEL_FLAG" IS '0表示未删除,1表示删除'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_MAP"."SYS_ORG_CODE" IS '所属部门'; +COMMENT ON TABLE "JIMUREPORT"."JIMU_REPORT_MAP" IS '地图配置表'; + +-- ---------------------------- +-- Records of JIMU_REPORT_MAP +-- ---------------------------- +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1235103352843448322', '中国地图(大屏默认)', 'CHINA', '{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 110000, + "name": "北京市", + "center": [ + 116.405285, + 39.904989 + ], + "centroid": [ + 116.41989, + 40.189913 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 0, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.210024, + 40.082262 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102851, + 40.073563 + ], + [ + 116.999989, + 40.030053 + ], + [ + 116.927924, + 40.054788 + ], + [ + 116.783794, + 40.035093 + ], + [ + 116.757925, + 39.968176 + ], + [ + 116.786874, + 39.886963 + ], + [ + 116.926076, + 39.835524 + ], + [ + 116.949482, + 39.778529 + ], + [ + 116.902055, + 39.763813 + ], + [ + 116.90575, + 39.687883 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.607636, + 39.619705 + ], + [ + 116.524484, + 39.596657 + ], + [ + 116.440716, + 39.527466 + ], + [ + 116.433325, + 39.44296 + ], + [ + 116.332927, + 39.457744 + ], + [ + 116.245464, + 39.515466 + ], + [ + 116.204196, + 39.588819 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.10195, + 39.576368 + ], + [ + 115.957204, + 39.561147 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.586408, + 39.58928 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.567314, + 39.816224 + ], + [ + 115.514344, + 39.837821 + ], + [ + 115.522967, + 39.898898 + ], + [ + 115.426264, + 39.95029 + ], + [ + 115.454597, + 40.029595 + ], + [ + 115.599343, + 40.11979 + ], + [ + 115.73485, + 40.129398 + ], + [ + 115.773038, + 40.176044 + ], + [ + 115.85311, + 40.148609 + ], + [ + 115.89869, + 40.234536 + ], + [ + 115.968907, + 40.264219 + ], + [ + 115.9184, + 40.354103 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.779197, + 40.442501 + ], + [ + 115.755792, + 40.540333 + ], + [ + 115.907929, + 40.617133 + ], + [ + 116.005247, + 40.58397 + ], + [ + 116.088399, + 40.62667 + ], + [ + 116.22021, + 40.744181 + ], + [ + 116.247311, + 40.791762 + ], + [ + 116.464738, + 40.771827 + ], + [ + 116.334159, + 40.90446 + ], + [ + 116.473977, + 40.895867 + ], + [ + 116.455499, + 40.98084 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.599013, + 40.974516 + ], + [ + 116.615643, + 41.053072 + ], + [ + 116.688324, + 41.044499 + ], + [ + 116.677853, + 40.970902 + ], + [ + 116.730208, + 40.897676 + ], + [ + 116.858323, + 40.833423 + ], + [ + 116.964881, + 40.70972 + ], + [ + 117.110858, + 40.70836 + ], + [ + 117.286401, + 40.660719 + ], + [ + 117.386799, + 40.684317 + ], + [ + 117.49582, + 40.674334 + ], + [ + 117.389879, + 40.5617 + ], + [ + 117.344299, + 40.582152 + ], + [ + 117.213104, + 40.512136 + ], + [ + 117.225423, + 40.369148 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.389879, + 40.228141 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.344299, + 40.13443 + ], + [ + 117.210024, + 40.082262 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 120000, + "name": "天津市", + "center": [ + 117.190182, + 39.125596 + ], + "centroid": [ + 117.351154, + 39.28914 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 1, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.210024, + 40.082262 + ], + [ + 117.344299, + 40.13443 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.389879, + 40.228141 + ], + [ + 117.450857, + 40.252347 + ], + [ + 117.571581, + 40.21809 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.782232, + 39.968634 + ], + [ + 117.614697, + 39.972303 + ], + [ + 117.589443, + 39.997059 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.57774, + 39.727009 + ], + [ + 117.644262, + 39.702155 + ], + [ + 117.66274, + 39.636295 + ], + [ + 117.619008, + 39.603111 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.74774, + 39.58928 + ], + [ + 117.866, + 39.596657 + ], + [ + 117.933753, + 39.574062 + ], + [ + 117.870311, + 39.454972 + ], + [ + 117.846906, + 39.328274 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.982412, + 39.298647 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.037231, + 39.220353 + ], + [ + 117.871543, + 39.122479 + ], + [ + 117.837667, + 39.056999 + ], + [ + 117.855529, + 38.957502 + ], + [ + 117.898029, + 38.948661 + ], + [ + 117.847522, + 38.855535 + ], + [ + 117.778536, + 38.869046 + ], + [ + 117.64611, + 38.828972 + ], + [ + 117.646725, + 38.788875 + ], + [ + 117.740964, + 38.753888 + ], + [ + 117.729261, + 38.680127 + ], + [ + 117.639334, + 38.62686 + ], + [ + 117.47919, + 38.617043 + ], + [ + 117.39419, + 38.573553 + ], + [ + 117.252524, + 38.556711 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.097924, + 38.587118 + ], + [ + 117.042489, + 38.706279 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.877417, + 38.680594 + ], + [ + 116.858939, + 38.741289 + ], + [ + 116.766548, + 38.742222 + ], + [ + 116.737599, + 38.784677 + ], + [ + 116.708034, + 38.931907 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.892816, + 39.224061 + ], + [ + 116.870642, + 39.357426 + ], + [ + 116.796113, + 39.446656 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.90575, + 39.687883 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.983975, + 39.63906 + ], + [ + 117.126873, + 39.61694 + ], + [ + 117.177996, + 39.64551 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.205713, + 39.763813 + ], + [ + 117.156438, + 39.817603 + ], + [ + 117.229735, + 39.852981 + ], + [ + 117.152126, + 39.878239 + ], + [ + 117.150894, + 39.944785 + ], + [ + 117.198322, + 39.992933 + ], + [ + 117.210024, + 40.082262 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130000, + "name": "河北省", + "center": [ + 114.502461, + 38.045474 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 2, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.389879, + 40.228141 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.225423, + 40.369148 + ], + [ + 117.213104, + 40.512136 + ], + [ + 117.344299, + 40.582152 + ], + [ + 117.389879, + 40.5617 + ], + [ + 117.49582, + 40.674334 + ], + [ + 117.386799, + 40.684317 + ], + [ + 117.286401, + 40.660719 + ], + [ + 117.110858, + 40.70836 + ], + [ + 116.964881, + 40.70972 + ], + [ + 116.858323, + 40.833423 + ], + [ + 116.730208, + 40.897676 + ], + [ + 116.677853, + 40.970902 + ], + [ + 116.688324, + 41.044499 + ], + [ + 116.615643, + 41.053072 + ], + [ + 116.599013, + 40.974516 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.455499, + 40.98084 + ], + [ + 116.473977, + 40.895867 + ], + [ + 116.334159, + 40.90446 + ], + [ + 116.464738, + 40.771827 + ], + [ + 116.247311, + 40.791762 + ], + [ + 116.22021, + 40.744181 + ], + [ + 116.088399, + 40.62667 + ], + [ + 116.005247, + 40.58397 + ], + [ + 115.907929, + 40.617133 + ], + [ + 115.755792, + 40.540333 + ], + [ + 115.779197, + 40.442501 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.9184, + 40.354103 + ], + [ + 115.968907, + 40.264219 + ], + [ + 115.89869, + 40.234536 + ], + [ + 115.85311, + 40.148609 + ], + [ + 115.773038, + 40.176044 + ], + [ + 115.73485, + 40.129398 + ], + [ + 115.599343, + 40.11979 + ], + [ + 115.454597, + 40.029595 + ], + [ + 115.426264, + 39.95029 + ], + [ + 115.522967, + 39.898898 + ], + [ + 115.514344, + 39.837821 + ], + [ + 115.567314, + 39.816224 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.586408, + 39.58928 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.957204, + 39.561147 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.204196, + 39.588819 + ], + [ + 116.245464, + 39.515466 + ], + [ + 116.332927, + 39.457744 + ], + [ + 116.433325, + 39.44296 + ], + [ + 116.440716, + 39.527466 + ], + [ + 116.524484, + 39.596657 + ], + [ + 116.607636, + 39.619705 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.796113, + 39.446656 + ], + [ + 116.870642, + 39.357426 + ], + [ + 116.892816, + 39.224061 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.708034, + 38.931907 + ], + [ + 116.737599, + 38.784677 + ], + [ + 116.766548, + 38.742222 + ], + [ + 116.858939, + 38.741289 + ], + [ + 116.877417, + 38.680594 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 117.042489, + 38.706279 + ], + [ + 117.097924, + 38.587118 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.252524, + 38.556711 + ], + [ + 117.39419, + 38.573553 + ], + [ + 117.47919, + 38.617043 + ], + [ + 117.639334, + 38.62686 + ], + [ + 117.638102, + 38.545013 + ], + [ + 117.781, + 38.374004 + ], + [ + 117.937449, + 38.387606 + ], + [ + 117.895565, + 38.30173 + ], + [ + 117.808718, + 38.228445 + ], + [ + 117.771761, + 38.136734 + ], + [ + 117.70216, + 38.075529 + ], + [ + 117.5839, + 38.070819 + ], + [ + 117.513067, + 37.94353 + ], + [ + 117.438538, + 37.853823 + ], + [ + 117.34122, + 37.863271 + ], + [ + 117.267923, + 37.838704 + ], + [ + 117.093612, + 37.849571 + ], + [ + 117.023395, + 37.832561 + ], + [ + 116.788106, + 37.843429 + ], + [ + 116.724664, + 37.744139 + ], + [ + 116.433941, + 37.47349 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.337238, + 37.580255 + ], + [ + 116.291659, + 37.557966 + ], + [ + 116.27626, + 37.466841 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.226369, + 37.428365 + ], + [ + 116.2855, + 37.404604 + ], + [ + 116.236224, + 37.361816 + ], + [ + 116.169087, + 37.384164 + ], + [ + 116.051443, + 37.367998 + ], + [ + 115.984921, + 37.326616 + ], + [ + 115.969523, + 37.239497 + ], + [ + 115.909777, + 37.206622 + ], + [ + 115.868509, + 37.076414 + ], + [ + 115.776734, + 36.992829 + ], + [ + 115.79706, + 36.968931 + ], + [ + 115.71206, + 36.883313 + ], + [ + 115.683727, + 36.808139 + ], + [ + 115.479851, + 36.76022 + ], + [ + 115.365902, + 36.622043 + ], + [ + 115.283366, + 36.486505 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.366518, + 36.308793 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.312931, + 36.088137 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.064092, + 36.178985 + ], + [ + 114.996955, + 36.06831 + ], + [ + 114.914419, + 36.051865 + ], + [ + 114.912571, + 36.140339 + ], + [ + 114.591666, + 36.130192 + ], + [ + 114.345291, + 36.255738 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.060727, + 36.276482 + ], + [ + 114.055799, + 36.330005 + ], + [ + 113.982502, + 36.358921 + ], + [ + 113.911054, + 36.314578 + ], + [ + 113.881488, + 36.354102 + ], + [ + 113.819894, + 36.330969 + ], + [ + 113.731199, + 36.363257 + ], + [ + 113.708409, + 36.423461 + ], + [ + 113.554425, + 36.494682 + ], + [ + 113.588301, + 36.562955 + ], + [ + 113.476816, + 36.655171 + ], + [ + 113.499606, + 36.740564 + ], + [ + 113.680692, + 36.789933 + ], + [ + 113.696707, + 36.882356 + ], + [ + 113.773083, + 36.855072 + ], + [ + 113.76138, + 36.956022 + ], + [ + 113.791561, + 36.987572 + ], + [ + 113.758301, + 37.075459 + ], + [ + 113.773083, + 37.1518 + ], + [ + 113.832213, + 37.167536 + ], + [ + 113.90243, + 37.309962 + ], + [ + 114.014531, + 37.424564 + ], + [ + 114.036705, + 37.49438 + ], + [ + 114.123553, + 37.60159 + ], + [ + 114.12848, + 37.698231 + ], + [ + 113.993589, + 37.706752 + ], + [ + 114.044712, + 37.762116 + ], + [ + 113.976959, + 37.816965 + ], + [ + 113.951706, + 37.917573 + ], + [ + 113.872249, + 37.990228 + ], + [ + 113.876561, + 38.055273 + ], + [ + 113.810039, + 38.112729 + ], + [ + 113.825438, + 38.169199 + ], + [ + 113.720728, + 38.174843 + ], + [ + 113.711489, + 38.213873 + ], + [ + 113.570439, + 38.237375 + ], + [ + 113.525475, + 38.382916 + ], + [ + 113.583374, + 38.459793 + ], + [ + 113.561816, + 38.558115 + ], + [ + 113.612939, + 38.646022 + ], + [ + 113.70225, + 38.65163 + ], + [ + 113.720728, + 38.713283 + ], + [ + 113.839605, + 38.758554 + ], + [ + 113.855619, + 38.828972 + ], + [ + 113.776163, + 38.885814 + ], + [ + 113.76754, + 38.959828 + ], + [ + 113.898119, + 39.067684 + ], + [ + 114.050872, + 39.135939 + ], + [ + 114.10877, + 39.052352 + ], + [ + 114.345907, + 39.075116 + ], + [ + 114.388406, + 39.176767 + ], + [ + 114.47587, + 39.216181 + ], + [ + 114.416124, + 39.243063 + ], + [ + 114.480797, + 39.350023 + ], + [ + 114.470942, + 39.408759 + ], + [ + 114.568877, + 39.574062 + ], + [ + 114.408117, + 39.65196 + ], + [ + 114.395182, + 39.867218 + ], + [ + 114.225183, + 39.857114 + ], + [ + 114.17406, + 39.897521 + ], + [ + 114.047176, + 39.916339 + ], + [ + 114.021307, + 39.992017 + ], + [ + 113.910438, + 40.011725 + ], + [ + 113.956017, + 40.031428 + ], + [ + 113.989278, + 40.112469 + ], + [ + 114.044712, + 40.05662 + ], + [ + 114.101995, + 40.099655 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.235654, + 40.198442 + ], + [ + 114.255364, + 40.236363 + ], + [ + 114.46971, + 40.267872 + ], + [ + 114.530688, + 40.344983 + ], + [ + 114.446305, + 40.372795 + ], + [ + 114.31203, + 40.372795 + ], + [ + 114.267066, + 40.474369 + ], + [ + 114.283081, + 40.590785 + ], + [ + 114.209168, + 40.629848 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.044712, + 40.83116 + ], + [ + 114.073661, + 40.857412 + ], + [ + 113.973263, + 40.983099 + ], + [ + 113.819279, + 41.097726 + ], + [ + 113.920293, + 41.172081 + ], + [ + 113.996669, + 41.192345 + ], + [ + 113.927068, + 41.326829 + ], + [ + 113.94493, + 41.39105 + ], + [ + 113.871017, + 41.41349 + ], + [ + 113.930764, + 41.485693 + ], + [ + 114.100147, + 41.537218 + ], + [ + 114.230726, + 41.513477 + ], + [ + 114.203009, + 41.793334 + ], + [ + 114.34837, + 41.947049 + ], + [ + 114.510978, + 41.973299 + ], + [ + 114.466015, + 42.038656 + ], + [ + 114.510978, + 42.111047 + ], + [ + 114.765361, + 42.118593 + ], + [ + 114.828803, + 42.147434 + ], + [ + 114.9021, + 42.015544 + ], + [ + 114.922426, + 41.824999 + ], + [ + 114.866991, + 41.803147 + ], + [ + 114.899636, + 41.756299 + ], + [ + 114.895325, + 41.636567 + ], + [ + 114.862064, + 41.603915 + ], + [ + 115.0992, + 41.624045 + ], + [ + 115.252569, + 41.579303 + ], + [ + 115.376989, + 41.602126 + ], + [ + 115.319091, + 41.691546 + ], + [ + 115.654162, + 41.829011 + ], + [ + 115.811226, + 41.912328 + ], + [ + 115.916552, + 41.945269 + ], + [ + 116.016334, + 41.777273 + ], + [ + 116.09887, + 41.776381 + ], + [ + 116.122892, + 41.861995 + ], + [ + 116.194341, + 41.861995 + ], + [ + 116.233145, + 41.941263 + ], + [ + 116.310137, + 41.997316 + ], + [ + 116.409303, + 41.994203 + ], + [ + 116.386514, + 41.952389 + ], + [ + 116.510933, + 41.974189 + ], + [ + 116.560209, + 41.928356 + ], + [ + 116.727744, + 41.951054 + ], + [ + 116.879881, + 42.018211 + ], + [ + 116.890352, + 42.092846 + ], + [ + 116.789338, + 42.200202 + ], + [ + 116.907598, + 42.191337 + ], + [ + 116.886656, + 42.366641 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.995678, + 42.426734 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.412669, + 42.472649 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.43669, + 42.584205 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.687377, + 42.582884 + ], + [ + 117.779768, + 42.618558 + ], + [ + 117.874007, + 42.510151 + ], + [ + 118.019369, + 42.39537 + ], + [ + 118.060021, + 42.298083 + ], + [ + 117.977485, + 42.229892 + ], + [ + 118.109296, + 42.165176 + ], + [ + 118.097593, + 42.105277 + ], + [ + 118.155491, + 42.081301 + ], + [ + 118.119767, + 42.034656 + ], + [ + 118.194296, + 42.031545 + ], + [ + 118.212774, + 42.081301 + ], + [ + 118.297157, + 42.048876 + ], + [ + 118.237411, + 42.023101 + ], + [ + 118.313788, + 41.987977 + ], + [ + 118.268824, + 41.930136 + ], + [ + 118.340273, + 41.872688 + ], + [ + 118.29223, + 41.772811 + ], + [ + 118.165962, + 41.813405 + ], + [ + 118.130854, + 41.74246 + ], + [ + 118.214006, + 41.641933 + ], + [ + 118.230636, + 41.581989 + ], + [ + 118.307012, + 41.569008 + ], + [ + 118.271904, + 41.471349 + ], + [ + 118.348896, + 41.428296 + ], + [ + 118.35136, + 41.337163 + ], + [ + 118.519511, + 41.353783 + ], + [ + 118.677192, + 41.350639 + ], + [ + 118.741866, + 41.324133 + ], + [ + 118.843496, + 41.374439 + ], + [ + 118.890923, + 41.300764 + ], + [ + 118.96422, + 41.309303 + ], + [ + 119.197661, + 41.282781 + ], + [ + 119.239545, + 41.314696 + ], + [ + 119.2494, + 41.279634 + ], + [ + 119.126212, + 41.138744 + ], + [ + 119.037516, + 41.067509 + ], + [ + 118.96422, + 41.079236 + ], + [ + 118.951901, + 41.01832 + ], + [ + 119.013495, + 41.007485 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.90201, + 40.960963 + ], + [ + 118.849039, + 40.800821 + ], + [ + 118.911249, + 40.776811 + ], + [ + 119.054147, + 40.664804 + ], + [ + 119.184726, + 40.680233 + ], + [ + 119.162552, + 40.599872 + ], + [ + 119.30237, + 40.530329 + ], + [ + 119.571536, + 40.540333 + ], + [ + 119.598637, + 40.465266 + ], + [ + 119.586934, + 40.37553 + ], + [ + 119.642369, + 40.291151 + ], + [ + 119.625123, + 40.224029 + ], + [ + 119.745847, + 40.208038 + ], + [ + 119.736608, + 40.10469 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.854252, + 39.988349 + ], + [ + 119.791426, + 39.952124 + ], + [ + 119.540739, + 39.88834 + ], + [ + 119.536427, + 39.808871 + ], + [ + 119.466826, + 39.810709 + ], + [ + 119.357805, + 39.721946 + ], + [ + 119.269726, + 39.498385 + ], + [ + 119.314689, + 39.412457 + ], + [ + 119.190885, + 39.368528 + ], + [ + 119.096031, + 39.242136 + ], + [ + 118.948821, + 39.138259 + ], + [ + 118.955597, + 39.176303 + ], + [ + 118.76096, + 39.133618 + ], + [ + 118.637156, + 39.157284 + ], + [ + 118.533062, + 39.090907 + ], + [ + 118.604511, + 38.971458 + ], + [ + 118.491178, + 38.909097 + ], + [ + 118.377845, + 38.971923 + ], + [ + 118.366143, + 39.016101 + ], + [ + 118.225092, + 39.034694 + ], + [ + 118.120999, + 39.186043 + ], + [ + 118.037231, + 39.220353 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.021833, + 39.287071 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.846906, + 39.328274 + ], + [ + 117.870311, + 39.454972 + ], + [ + 117.933753, + 39.574062 + ], + [ + 117.866, + 39.596657 + ], + [ + 117.74774, + 39.58928 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.619008, + 39.603111 + ], + [ + 117.66274, + 39.636295 + ], + [ + 117.644262, + 39.702155 + ], + [ + 117.57774, + 39.727009 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.589443, + 39.997059 + ], + [ + 117.614697, + 39.972303 + ], + [ + 117.782232, + 39.968634 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.571581, + 40.21809 + ], + [ + 117.450857, + 40.252347 + ], + [ + 117.389879, + 40.228141 + ] + ] + ], + [ + [ + [ + 116.90575, + 39.687883 + ], + [ + 116.902055, + 39.763813 + ], + [ + 116.949482, + 39.778529 + ], + [ + 116.926076, + 39.835524 + ], + [ + 116.786874, + 39.886963 + ], + [ + 116.757925, + 39.968176 + ], + [ + 116.783794, + 40.035093 + ], + [ + 116.927924, + 40.054788 + ], + [ + 116.999989, + 40.030053 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.210024, + 40.082262 + ], + [ + 117.198322, + 39.992933 + ], + [ + 117.150894, + 39.944785 + ], + [ + 117.152126, + 39.878239 + ], + [ + 117.229735, + 39.852981 + ], + [ + 117.156438, + 39.817603 + ], + [ + 117.205713, + 39.763813 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.177996, + 39.64551 + ], + [ + 117.126873, + 39.61694 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.90575, + 39.687883 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 140000, + "name": "山西省", + "center": [ + 112.549248, + 37.857014 + ], + "centroid": [ + 112.305144, + 37.619053 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 3, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.731199, + 36.363257 + ], + [ + 113.716417, + 36.262492 + ], + [ + 113.651743, + 36.172224 + ], + [ + 113.694859, + 36.026707 + ], + [ + 113.637576, + 35.98847 + ], + [ + 113.656671, + 35.836792 + ], + [ + 113.604316, + 35.797008 + ], + [ + 113.578446, + 35.63378 + ], + [ + 113.485439, + 35.520879 + ], + [ + 113.31236, + 35.481424 + ], + [ + 113.298194, + 35.427325 + ], + [ + 113.189789, + 35.449261 + ], + [ + 113.126347, + 35.332197 + ], + [ + 112.997, + 35.362455 + ], + [ + 112.992072, + 35.296068 + ], + [ + 112.911384, + 35.24673 + ], + [ + 112.818377, + 35.258457 + ], + [ + 112.766022, + 35.203718 + ], + [ + 112.628052, + 35.263342 + ], + [ + 112.637291, + 35.225716 + ], + [ + 112.513487, + 35.218384 + ], + [ + 112.058924, + 35.279951 + ], + [ + 112.078634, + 35.219362 + ], + [ + 112.062004, + 35.055937 + ], + [ + 111.900012, + 35.079933 + ], + [ + 111.66965, + 34.988319 + ], + [ + 111.570484, + 34.843094 + ], + [ + 111.346282, + 34.831798 + ], + [ + 111.232949, + 34.789551 + ], + [ + 111.148566, + 34.80773 + ], + [ + 111.118385, + 34.756622 + ], + [ + 110.966248, + 34.70499 + ], + [ + 110.929907, + 34.731548 + ], + [ + 110.883712, + 34.642498 + ], + [ + 110.749437, + 34.652342 + ], + [ + 110.710017, + 34.605078 + ], + [ + 110.533242, + 34.583406 + ], + [ + 110.474728, + 34.617389 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.310272, + 34.608033 + ], + [ + 110.241287, + 34.682361 + ], + [ + 110.232664, + 34.803308 + ], + [ + 110.257301, + 34.93487 + ], + [ + 110.325671, + 35.014785 + ], + [ + 110.39404, + 35.271647 + ], + [ + 110.45009, + 35.327803 + ], + [ + 110.477808, + 35.413672 + ], + [ + 110.525851, + 35.44195 + ], + [ + 110.609619, + 35.632321 + ], + [ + 110.57759, + 35.701346 + ], + [ + 110.549257, + 35.877527 + ], + [ + 110.511684, + 35.879951 + ], + [ + 110.447011, + 36.164495 + ], + [ + 110.474112, + 36.248018 + ], + [ + 110.45933, + 36.330969 + ], + [ + 110.503677, + 36.487948 + ], + [ + 110.496902, + 36.582175 + ], + [ + 110.394656, + 36.676768 + ], + [ + 110.447011, + 36.737687 + ], + [ + 110.416214, + 36.790892 + ], + [ + 110.425453, + 36.960325 + ], + [ + 110.382953, + 37.021975 + ], + [ + 110.444547, + 37.007164 + ], + [ + 110.53509, + 37.137969 + ], + [ + 110.690307, + 37.287115 + ], + [ + 110.695234, + 37.34945 + ], + [ + 110.630561, + 37.373228 + ], + [ + 110.644111, + 37.435017 + ], + [ + 110.745125, + 37.450693 + ], + [ + 110.795017, + 37.566029 + ], + [ + 110.796248, + 37.66319 + ], + [ + 110.706321, + 37.705332 + ], + [ + 110.758676, + 37.744139 + ], + [ + 110.663821, + 37.803256 + ], + [ + 110.59422, + 37.921821 + ], + [ + 110.522771, + 37.954853 + ], + [ + 110.501213, + 38.031713 + ], + [ + 110.509221, + 38.192245 + ], + [ + 110.565887, + 38.215283 + ], + [ + 110.57759, + 38.297035 + ], + [ + 110.661358, + 38.308773 + ], + [ + 110.746973, + 38.366029 + ], + [ + 110.77777, + 38.44105 + ], + [ + 110.874473, + 38.453702 + ], + [ + 110.920052, + 38.581973 + ], + [ + 110.880016, + 38.618446 + ], + [ + 111.009363, + 38.847614 + ], + [ + 110.980414, + 38.970063 + ], + [ + 111.138711, + 39.064897 + ], + [ + 111.163348, + 39.152644 + ], + [ + 111.247732, + 39.302351 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.171971, + 39.42355 + ], + [ + 111.337043, + 39.420777 + ], + [ + 111.418963, + 39.500232 + ], + [ + 111.462079, + 39.626157 + ], + [ + 111.502115, + 39.663015 + ], + [ + 111.646245, + 39.644128 + ], + [ + 111.783599, + 39.588819 + ], + [ + 111.842729, + 39.620166 + ], + [ + 111.93204, + 39.61233 + ], + [ + 111.970229, + 39.79646 + ], + [ + 112.28559, + 40.197985 + ], + [ + 112.310227, + 40.256457 + ], + [ + 112.456205, + 40.300278 + ], + [ + 112.6299, + 40.235906 + ], + [ + 112.72845, + 40.168272 + ], + [ + 112.844863, + 40.203926 + ], + [ + 112.892906, + 40.326284 + ], + [ + 113.251382, + 40.413352 + ], + [ + 113.316056, + 40.319898 + ], + [ + 113.559968, + 40.348631 + ], + [ + 113.794641, + 40.518049 + ], + [ + 113.855619, + 40.457071 + ], + [ + 113.948626, + 40.514865 + ], + [ + 114.061959, + 40.528964 + ], + [ + 114.041633, + 40.608503 + ], + [ + 114.074277, + 40.723325 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.209168, + 40.629848 + ], + [ + 114.283081, + 40.590785 + ], + [ + 114.267066, + 40.474369 + ], + [ + 114.31203, + 40.372795 + ], + [ + 114.446305, + 40.372795 + ], + [ + 114.530688, + 40.344983 + ], + [ + 114.46971, + 40.267872 + ], + [ + 114.255364, + 40.236363 + ], + [ + 114.235654, + 40.198442 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.101995, + 40.099655 + ], + [ + 114.044712, + 40.05662 + ], + [ + 113.989278, + 40.112469 + ], + [ + 113.956017, + 40.031428 + ], + [ + 113.910438, + 40.011725 + ], + [ + 114.021307, + 39.992017 + ], + [ + 114.047176, + 39.916339 + ], + [ + 114.17406, + 39.897521 + ], + [ + 114.225183, + 39.857114 + ], + [ + 114.395182, + 39.867218 + ], + [ + 114.408117, + 39.65196 + ], + [ + 114.568877, + 39.574062 + ], + [ + 114.470942, + 39.408759 + ], + [ + 114.480797, + 39.350023 + ], + [ + 114.416124, + 39.243063 + ], + [ + 114.47587, + 39.216181 + ], + [ + 114.388406, + 39.176767 + ], + [ + 114.345907, + 39.075116 + ], + [ + 114.10877, + 39.052352 + ], + [ + 114.050872, + 39.135939 + ], + [ + 113.898119, + 39.067684 + ], + [ + 113.76754, + 38.959828 + ], + [ + 113.776163, + 38.885814 + ], + [ + 113.855619, + 38.828972 + ], + [ + 113.839605, + 38.758554 + ], + [ + 113.720728, + 38.713283 + ], + [ + 113.70225, + 38.65163 + ], + [ + 113.612939, + 38.646022 + ], + [ + 113.561816, + 38.558115 + ], + [ + 113.583374, + 38.459793 + ], + [ + 113.525475, + 38.382916 + ], + [ + 113.570439, + 38.237375 + ], + [ + 113.711489, + 38.213873 + ], + [ + 113.720728, + 38.174843 + ], + [ + 113.825438, + 38.169199 + ], + [ + 113.810039, + 38.112729 + ], + [ + 113.876561, + 38.055273 + ], + [ + 113.872249, + 37.990228 + ], + [ + 113.951706, + 37.917573 + ], + [ + 113.976959, + 37.816965 + ], + [ + 114.044712, + 37.762116 + ], + [ + 113.993589, + 37.706752 + ], + [ + 114.12848, + 37.698231 + ], + [ + 114.123553, + 37.60159 + ], + [ + 114.036705, + 37.49438 + ], + [ + 114.014531, + 37.424564 + ], + [ + 113.90243, + 37.309962 + ], + [ + 113.832213, + 37.167536 + ], + [ + 113.773083, + 37.1518 + ], + [ + 113.758301, + 37.075459 + ], + [ + 113.791561, + 36.987572 + ], + [ + 113.76138, + 36.956022 + ], + [ + 113.773083, + 36.855072 + ], + [ + 113.696707, + 36.882356 + ], + [ + 113.680692, + 36.789933 + ], + [ + 113.499606, + 36.740564 + ], + [ + 113.476816, + 36.655171 + ], + [ + 113.588301, + 36.562955 + ], + [ + 113.554425, + 36.494682 + ], + [ + 113.708409, + 36.423461 + ], + [ + 113.731199, + 36.363257 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150000, + "name": "内蒙古自治区", + "center": [ + 111.670801, + 40.818311 + ], + "centroid": [ + 114.059024, + 44.315561 + ], + "childrenNum": 12, + "level": "province", + "subFeatureIndex": 4, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 123.703873, + 43.370824 + ], + [ + 123.664453, + 43.264606 + ], + [ + 123.666916, + 43.179585 + ], + [ + 123.572678, + 43.0035 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.474743, + 43.04243 + ], + [ + 123.259165, + 42.992997 + ], + [ + 123.18402, + 42.926002 + ], + [ + 123.169853, + 42.859811 + ], + [ + 123.227752, + 42.831735 + ], + [ + 123.058368, + 42.768957 + ], + [ + 122.887137, + 42.770275 + ], + [ + 122.831087, + 42.722381 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.732536, + 42.786524 + ], + [ + 122.624747, + 42.773349 + ], + [ + 122.563769, + 42.826031 + ], + [ + 122.436886, + 42.843142 + ], + [ + 122.35127, + 42.830419 + ], + [ + 122.374676, + 42.774667 + ], + [ + 122.457212, + 42.774227 + ], + [ + 122.395002, + 42.683687 + ], + [ + 122.338951, + 42.670051 + ], + [ + 122.203445, + 42.731171 + ], + [ + 122.20406, + 42.683687 + ], + [ + 122.071634, + 42.711391 + ], + [ + 121.940438, + 42.688525 + ], + [ + 121.904714, + 42.569666 + ], + [ + 121.66573, + 42.437333 + ], + [ + 121.604752, + 42.494271 + ], + [ + 121.388557, + 42.475297 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.285079, + 42.387857 + ], + [ + 121.068884, + 42.252483 + ], + [ + 120.933378, + 42.279493 + ], + [ + 120.79048, + 42.218372 + ], + [ + 120.745516, + 42.223689 + ], + [ + 120.624792, + 42.154532 + ], + [ + 120.58414, + 42.167394 + ], + [ + 120.466496, + 42.105277 + ], + [ + 120.456641, + 42.016433 + ], + [ + 120.373489, + 41.994648 + ], + [ + 120.188707, + 41.848179 + ], + [ + 120.096316, + 41.696907 + ], + [ + 120.035954, + 41.708075 + ], + [ + 120.051968, + 41.775935 + ], + [ + 119.989759, + 41.898969 + ], + [ + 119.837622, + 42.135455 + ], + [ + 119.846861, + 42.21527 + ], + [ + 119.744615, + 42.211725 + ], + [ + 119.541971, + 42.292329 + ], + [ + 119.572152, + 42.359568 + ], + [ + 119.502551, + 42.387857 + ], + [ + 119.415703, + 42.309588 + ], + [ + 119.284508, + 42.265325 + ], + [ + 119.237697, + 42.201088 + ], + [ + 119.315921, + 42.119037 + ], + [ + 119.384906, + 42.089738 + ], + [ + 119.324544, + 41.969296 + ], + [ + 119.334399, + 41.869569 + ], + [ + 119.294363, + 41.775935 + ], + [ + 119.307914, + 41.657581 + ], + [ + 119.415703, + 41.590044 + ], + [ + 119.361501, + 41.56498 + ], + [ + 119.405848, + 41.508548 + ], + [ + 119.376283, + 41.422015 + ], + [ + 119.30545, + 41.402271 + ], + [ + 119.326392, + 41.329525 + ], + [ + 119.239545, + 41.314696 + ], + [ + 119.197661, + 41.282781 + ], + [ + 118.96422, + 41.309303 + ], + [ + 118.890923, + 41.300764 + ], + [ + 118.843496, + 41.374439 + ], + [ + 118.741866, + 41.324133 + ], + [ + 118.677192, + 41.350639 + ], + [ + 118.519511, + 41.353783 + ], + [ + 118.35136, + 41.337163 + ], + [ + 118.348896, + 41.428296 + ], + [ + 118.271904, + 41.471349 + ], + [ + 118.307012, + 41.569008 + ], + [ + 118.230636, + 41.581989 + ], + [ + 118.214006, + 41.641933 + ], + [ + 118.130854, + 41.74246 + ], + [ + 118.165962, + 41.813405 + ], + [ + 118.29223, + 41.772811 + ], + [ + 118.340273, + 41.872688 + ], + [ + 118.268824, + 41.930136 + ], + [ + 118.313788, + 41.987977 + ], + [ + 118.237411, + 42.023101 + ], + [ + 118.297157, + 42.048876 + ], + [ + 118.212774, + 42.081301 + ], + [ + 118.194296, + 42.031545 + ], + [ + 118.119767, + 42.034656 + ], + [ + 118.155491, + 42.081301 + ], + [ + 118.097593, + 42.105277 + ], + [ + 118.109296, + 42.165176 + ], + [ + 117.977485, + 42.229892 + ], + [ + 118.060021, + 42.298083 + ], + [ + 118.019369, + 42.39537 + ], + [ + 117.874007, + 42.510151 + ], + [ + 117.779768, + 42.618558 + ], + [ + 117.687377, + 42.582884 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.43669, + 42.584205 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.412669, + 42.472649 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.886656, + 42.366641 + ], + [ + 116.907598, + 42.191337 + ], + [ + 116.789338, + 42.200202 + ], + [ + 116.890352, + 42.092846 + ], + [ + 116.879881, + 42.018211 + ], + [ + 116.727744, + 41.951054 + ], + [ + 116.560209, + 41.928356 + ], + [ + 116.510933, + 41.974189 + ], + [ + 116.386514, + 41.952389 + ], + [ + 116.409303, + 41.994203 + ], + [ + 116.310137, + 41.997316 + ], + [ + 116.233145, + 41.941263 + ], + [ + 116.194341, + 41.861995 + ], + [ + 116.122892, + 41.861995 + ], + [ + 116.09887, + 41.776381 + ], + [ + 116.016334, + 41.777273 + ], + [ + 115.916552, + 41.945269 + ], + [ + 115.811226, + 41.912328 + ], + [ + 115.654162, + 41.829011 + ], + [ + 115.319091, + 41.691546 + ], + [ + 115.376989, + 41.602126 + ], + [ + 115.252569, + 41.579303 + ], + [ + 115.0992, + 41.624045 + ], + [ + 114.862064, + 41.603915 + ], + [ + 114.895325, + 41.636567 + ], + [ + 114.899636, + 41.756299 + ], + [ + 114.866991, + 41.803147 + ], + [ + 114.922426, + 41.824999 + ], + [ + 114.9021, + 42.015544 + ], + [ + 114.828803, + 42.147434 + ], + [ + 114.765361, + 42.118593 + ], + [ + 114.510978, + 42.111047 + ], + [ + 114.466015, + 42.038656 + ], + [ + 114.510978, + 41.973299 + ], + [ + 114.34837, + 41.947049 + ], + [ + 114.203009, + 41.793334 + ], + [ + 114.230726, + 41.513477 + ], + [ + 114.100147, + 41.537218 + ], + [ + 113.930764, + 41.485693 + ], + [ + 113.871017, + 41.41349 + ], + [ + 113.94493, + 41.39105 + ], + [ + 113.927068, + 41.326829 + ], + [ + 113.996669, + 41.192345 + ], + [ + 113.920293, + 41.172081 + ], + [ + 113.819279, + 41.097726 + ], + [ + 113.973263, + 40.983099 + ], + [ + 114.073661, + 40.857412 + ], + [ + 114.044712, + 40.83116 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.074277, + 40.723325 + ], + [ + 114.041633, + 40.608503 + ], + [ + 114.061959, + 40.528964 + ], + [ + 113.948626, + 40.514865 + ], + [ + 113.855619, + 40.457071 + ], + [ + 113.794641, + 40.518049 + ], + [ + 113.559968, + 40.348631 + ], + [ + 113.316056, + 40.319898 + ], + [ + 113.251382, + 40.413352 + ], + [ + 112.892906, + 40.326284 + ], + [ + 112.844863, + 40.203926 + ], + [ + 112.72845, + 40.168272 + ], + [ + 112.6299, + 40.235906 + ], + [ + 112.456205, + 40.300278 + ], + [ + 112.310227, + 40.256457 + ], + [ + 112.28559, + 40.197985 + ], + [ + 111.970229, + 39.79646 + ], + [ + 111.93204, + 39.61233 + ], + [ + 111.842729, + 39.620166 + ], + [ + 111.783599, + 39.588819 + ], + [ + 111.646245, + 39.644128 + ], + [ + 111.502115, + 39.663015 + ], + [ + 111.462079, + 39.626157 + ], + [ + 111.418963, + 39.500232 + ], + [ + 111.337043, + 39.420777 + ], + [ + 111.171971, + 39.42355 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.064182, + 39.400899 + ], + [ + 111.148566, + 39.531619 + ], + [ + 111.134399, + 39.586513 + ], + [ + 110.892335, + 39.509927 + ], + [ + 110.740198, + 39.351874 + ], + [ + 110.702626, + 39.27364 + ], + [ + 110.604075, + 39.277345 + ], + [ + 110.528315, + 39.380091 + ], + [ + 110.434692, + 39.381016 + ], + [ + 110.39096, + 39.31161 + ], + [ + 110.243751, + 39.42355 + ], + [ + 110.146432, + 39.455434 + ], + [ + 110.217881, + 39.28105 + ], + [ + 109.961035, + 39.191608 + ], + [ + 109.665384, + 38.981691 + ], + [ + 109.683862, + 38.935631 + ], + [ + 109.624116, + 38.854603 + ], + [ + 109.549587, + 38.805662 + ], + [ + 109.511399, + 38.833633 + ], + [ + 109.404226, + 38.720752 + ], + [ + 109.338936, + 38.70161 + ], + [ + 109.367269, + 38.627328 + ], + [ + 109.276726, + 38.623121 + ], + [ + 109.178792, + 38.520675 + ], + [ + 109.051908, + 38.432146 + ], + [ + 108.938575, + 38.207291 + ], + [ + 108.963829, + 38.155085 + ], + [ + 109.069155, + 38.091071 + ], + [ + 109.017416, + 37.969949 + ], + [ + 108.938575, + 37.920877 + ], + [ + 108.871438, + 38.027471 + ], + [ + 108.797525, + 38.047735 + ], + [ + 108.82709, + 37.989285 + ], + [ + 108.798141, + 37.93362 + ], + [ + 108.799989, + 37.783871 + ], + [ + 108.777815, + 37.683554 + ], + [ + 108.611512, + 37.65419 + ], + [ + 108.532671, + 37.690656 + ], + [ + 108.440896, + 37.654663 + ], + [ + 108.304158, + 37.638556 + ], + [ + 108.219158, + 37.661295 + ], + [ + 108.134159, + 37.621971 + ], + [ + 108.025137, + 37.649926 + ], + [ + 107.982022, + 37.787181 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.49235, + 37.944945 + ], + [ + 107.419669, + 37.940699 + ], + [ + 107.438147, + 37.992586 + ], + [ + 107.329742, + 38.087774 + ], + [ + 107.19054, + 38.154144 + ], + [ + 107.014997, + 38.120261 + ], + [ + 106.768621, + 38.174843 + ], + [ + 106.546883, + 38.269794 + ], + [ + 106.482825, + 38.319571 + ], + [ + 106.601702, + 38.392295 + ], + [ + 106.647897, + 38.470569 + ], + [ + 106.66268, + 38.601614 + ], + [ + 106.709491, + 38.718885 + ], + [ + 106.954019, + 38.941215 + ], + [ + 106.96757, + 39.054676 + ], + [ + 106.859164, + 39.107623 + ], + [ + 106.795723, + 39.214327 + ], + [ + 106.806809, + 39.318554 + ], + [ + 106.751375, + 39.381478 + ], + [ + 106.683622, + 39.357426 + ], + [ + 106.602318, + 39.375466 + ], + [ + 106.506231, + 39.269934 + ], + [ + 106.402753, + 39.291701 + ], + [ + 106.284493, + 39.270397 + ], + [ + 106.283877, + 39.14522 + ], + [ + 106.145907, + 39.153108 + ], + [ + 106.096631, + 39.08487 + ], + [ + 106.060907, + 38.968667 + ], + [ + 105.97098, + 38.909097 + ], + [ + 106.003625, + 38.874636 + ], + [ + 105.897683, + 38.788875 + ], + [ + 105.90569, + 38.731488 + ], + [ + 105.852719, + 38.641349 + ], + [ + 105.874277, + 38.593197 + ], + [ + 105.821307, + 38.366967 + ], + [ + 105.86627, + 38.296565 + ], + [ + 105.775111, + 38.186601 + ], + [ + 105.780655, + 38.084949 + ], + [ + 105.840401, + 38.003902 + ], + [ + 105.799749, + 37.940227 + ], + [ + 105.80406, + 37.861854 + ], + [ + 105.760944, + 37.799947 + ], + [ + 105.622974, + 37.778669 + ], + [ + 105.598952, + 37.699178 + ], + [ + 105.315004, + 37.702018 + ], + [ + 105.111128, + 37.633818 + ], + [ + 105.024281, + 37.579781 + ], + [ + 104.866601, + 37.566503 + ], + [ + 104.801311, + 37.538516 + ], + [ + 104.419429, + 37.511943 + ], + [ + 104.407726, + 37.464467 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.183524, + 37.406981 + ], + [ + 103.948235, + 37.564606 + ], + [ + 103.676606, + 37.783871 + ], + [ + 103.401897, + 37.861854 + ], + [ + 103.362477, + 38.037368 + ], + [ + 103.369868, + 38.089658 + ], + [ + 103.53494, + 38.156497 + ], + [ + 103.507838, + 38.281068 + ], + [ + 103.416063, + 38.404956 + ], + [ + 103.85954, + 38.64462 + ], + [ + 104.044322, + 38.895128 + ], + [ + 104.168125, + 38.940285 + ], + [ + 104.207546, + 39.083941 + ], + [ + 104.177364, + 39.15218 + ], + [ + 104.047401, + 39.297721 + ], + [ + 104.091133, + 39.418466 + ], + [ + 103.964865, + 39.455434 + ], + [ + 103.839214, + 39.460516 + ], + [ + 103.595302, + 39.386565 + ], + [ + 103.344615, + 39.331514 + ], + [ + 103.007696, + 39.09973 + ], + [ + 102.601792, + 39.172129 + ], + [ + 102.45335, + 39.25511 + ], + [ + 102.280887, + 39.190217 + ], + [ + 101.830636, + 39.093229 + ], + [ + 101.926106, + 39.000758 + ], + [ + 102.075164, + 38.891403 + ], + [ + 101.941505, + 38.808926 + ], + [ + 101.777049, + 38.660507 + ], + [ + 101.679115, + 38.690869 + ], + [ + 101.601506, + 38.6549 + ], + [ + 101.562702, + 38.712816 + ], + [ + 101.307087, + 38.802865 + ], + [ + 101.334189, + 38.848545 + ], + [ + 101.24303, + 38.86066 + ], + [ + 101.198682, + 38.943077 + ], + [ + 101.228863, + 39.02075 + ], + [ + 101.117378, + 38.97518 + ], + [ + 100.969553, + 38.9468 + ], + [ + 100.961545, + 39.005873 + ], + [ + 100.835278, + 39.025863 + ], + [ + 100.864227, + 39.106695 + ], + [ + 100.842669, + 39.199955 + ], + [ + 100.842053, + 39.405523 + ], + [ + 100.619699, + 39.38749 + ], + [ + 100.498975, + 39.400437 + ], + [ + 100.500823, + 39.4813 + ], + [ + 100.326512, + 39.509003 + ], + [ + 100.314193, + 39.606799 + ], + [ + 100.250135, + 39.68512 + ], + [ + 100.128179, + 39.702155 + ], + [ + 100.040716, + 39.756913 + ], + [ + 99.904593, + 39.785886 + ], + [ + 99.822058, + 39.85987 + ], + [ + 99.672384, + 39.887881 + ], + [ + 99.488218, + 39.875943 + ], + [ + 99.927383, + 40.063947 + ], + [ + 100.002528, + 40.197528 + ], + [ + 100.169447, + 40.277458 + ], + [ + 100.169447, + 40.541242 + ], + [ + 100.242744, + 40.618495 + ], + [ + 100.237201, + 40.716977 + ], + [ + 100.107853, + 40.875511 + ], + [ + 100.057346, + 40.908077 + ], + [ + 99.673, + 40.932943 + ], + [ + 99.565827, + 40.846551 + ], + [ + 99.174705, + 40.858317 + ], + [ + 99.172858, + 40.747354 + ], + [ + 99.102025, + 40.676603 + ], + [ + 99.041662, + 40.693844 + ], + [ + 98.984996, + 40.782701 + ], + [ + 98.790975, + 40.705185 + ], + [ + 98.801446, + 40.609411 + ], + [ + 98.689345, + 40.691576 + ], + [ + 98.668403, + 40.772734 + ], + [ + 98.569853, + 40.746901 + ], + [ + 98.627751, + 40.677965 + ], + [ + 98.344419, + 40.568518 + ], + [ + 98.333332, + 40.918929 + ], + [ + 98.25018, + 40.939271 + ], + [ + 97.971776, + 41.097726 + ], + [ + 97.629314, + 41.440407 + ], + [ + 97.613915, + 41.477176 + ], + [ + 97.84674, + 41.656687 + ], + [ + 97.307177, + 42.565259 + ], + [ + 97.172903, + 42.795305 + ], + [ + 98.195362, + 42.653331 + ], + [ + 98.546447, + 42.638368 + ], + [ + 99.503001, + 42.568344 + ], + [ + 99.969267, + 42.648051 + ], + [ + 100.272309, + 42.636167 + ], + [ + 100.32528, + 42.689845 + ], + [ + 100.826655, + 42.67533 + ], + [ + 101.23995, + 42.59698 + ], + [ + 101.581796, + 42.525145 + ], + [ + 101.803534, + 42.503534 + ], + [ + 102.070236, + 42.232107 + ], + [ + 102.449039, + 42.143885 + ], + [ + 102.540814, + 42.162072 + ], + [ + 102.712045, + 42.152757 + ], + [ + 103.021862, + 42.02799 + ], + [ + 103.418527, + 41.882489 + ], + [ + 103.868779, + 41.802701 + ], + [ + 104.080046, + 41.804931 + ], + [ + 104.530298, + 41.874916 + ], + [ + 104.524138, + 41.662051 + ], + [ + 104.68613, + 41.64551 + ], + [ + 104.923267, + 41.654005 + ], + [ + 105.009498, + 41.583331 + ], + [ + 105.230621, + 41.750942 + ], + [ + 105.291599, + 41.750049 + ], + [ + 105.74185, + 41.949274 + ], + [ + 106.01348, + 42.03199 + ], + [ + 106.619564, + 42.243625 + ], + [ + 106.785867, + 42.291444 + ], + [ + 107.051337, + 42.319322 + ], + [ + 107.269996, + 42.363547 + ], + [ + 107.303872, + 42.4126 + ], + [ + 107.46648, + 42.458967 + ], + [ + 107.57427, + 42.413042 + ], + [ + 107.939522, + 42.403764 + ], + [ + 108.022058, + 42.433359 + ], + [ + 108.238252, + 42.460291 + ], + [ + 108.298614, + 42.438216 + ], + [ + 108.532671, + 42.443073 + ], + [ + 108.845569, + 42.395811 + ], + [ + 109.026039, + 42.458525 + ], + [ + 109.291509, + 42.435567 + ], + [ + 109.544044, + 42.472208 + ], + [ + 109.683862, + 42.559089 + ], + [ + 109.906216, + 42.635727 + ], + [ + 110.108244, + 42.642769 + ], + [ + 110.139657, + 42.67489 + ], + [ + 110.437156, + 42.781254 + ], + [ + 110.469801, + 42.839194 + ], + [ + 110.631177, + 42.936078 + ], + [ + 110.736502, + 43.089639 + ], + [ + 110.769763, + 43.099251 + ], + [ + 111.02045, + 43.329926 + ], + [ + 111.183674, + 43.396045 + ], + [ + 111.354289, + 43.436029 + ], + [ + 111.456535, + 43.49422 + ], + [ + 111.564325, + 43.490314 + ], + [ + 111.79407, + 43.67192 + ], + [ + 111.951135, + 43.693122 + ], + [ + 111.959758, + 43.8232 + ], + [ + 111.870447, + 43.940071 + ], + [ + 111.773128, + 44.010686 + ], + [ + 111.662875, + 44.061012 + ], + [ + 111.559397, + 44.171408 + ], + [ + 111.507042, + 44.294019 + ], + [ + 111.415883, + 44.357368 + ], + [ + 111.478709, + 44.488982 + ], + [ + 111.569868, + 44.576418 + ], + [ + 111.560629, + 44.647124 + ], + [ + 111.624687, + 44.778509 + ], + [ + 111.764505, + 44.969314 + ], + [ + 111.889541, + 45.045459 + ], + [ + 112.002874, + 45.090675 + ], + [ + 112.113743, + 45.072931 + ], + [ + 112.438959, + 45.071663 + ], + [ + 112.540589, + 45.001054 + ], + [ + 112.599719, + 44.93078 + ], + [ + 112.850406, + 44.840484 + ], + [ + 112.937869, + 44.84006 + ], + [ + 113.11526, + 44.799741 + ], + [ + 113.503918, + 44.77766 + ], + [ + 113.631417, + 44.745372 + ], + [ + 113.907358, + 44.915105 + ], + [ + 114.065038, + 44.931204 + ], + [ + 114.19069, + 45.036581 + ], + [ + 114.347139, + 45.119392 + ], + [ + 114.519602, + 45.283812 + ], + [ + 114.551014, + 45.387699 + ], + [ + 114.745035, + 45.438521 + ], + [ + 114.974165, + 45.377193 + ], + [ + 115.153403, + 45.395682 + ], + [ + 115.36467, + 45.392321 + ], + [ + 115.699741, + 45.459509 + ], + [ + 115.936878, + 45.632987 + ], + [ + 116.035428, + 45.68526 + ], + [ + 116.17463, + 45.688604 + ], + [ + 116.286731, + 45.775056 + ], + [ + 116.288579, + 45.838869 + ], + [ + 116.243, + 45.875956 + ], + [ + 116.271949, + 45.966692 + ], + [ + 116.414231, + 46.13404 + ], + [ + 116.439484, + 46.137771 + ], + [ + 116.585462, + 46.292199 + ], + [ + 116.745606, + 46.327743 + ], + [ + 116.826294, + 46.380602 + ], + [ + 117.097308, + 46.35707 + ], + [ + 117.372017, + 46.360373 + ], + [ + 117.392343, + 46.463093 + ], + [ + 117.447777, + 46.528172 + ], + [ + 117.42006, + 46.582071 + ], + [ + 117.49582, + 46.600574 + ], + [ + 117.622704, + 46.596052 + ], + [ + 117.704008, + 46.516645 + ], + [ + 117.870927, + 46.549985 + ], + [ + 117.914659, + 46.607973 + ], + [ + 118.04647, + 46.631398 + ], + [ + 118.124078, + 46.678216 + ], + [ + 118.192448, + 46.682731 + ], + [ + 118.316252, + 46.739347 + ], + [ + 118.446831, + 46.704482 + ], + [ + 118.586033, + 46.692992 + ], + [ + 118.639004, + 46.721302 + ], + [ + 118.788061, + 46.687246 + ], + [ + 118.845343, + 46.771731 + ], + [ + 118.914329, + 46.775009 + ], + [ + 118.912481, + 46.733196 + ], + [ + 119.011647, + 46.745498 + ], + [ + 119.123132, + 46.642901 + ], + [ + 119.26295, + 46.649062 + ], + [ + 119.374435, + 46.60304 + ], + [ + 119.431718, + 46.638793 + ], + [ + 119.656535, + 46.625645 + ], + [ + 119.677477, + 46.584539 + ], + [ + 119.783419, + 46.626056 + ], + [ + 119.8136, + 46.668363 + ], + [ + 119.911534, + 46.669595 + ], + [ + 119.93494, + 46.712688 + ], + [ + 119.928781, + 46.903933 + ], + [ + 119.859795, + 46.917013 + ], + [ + 119.795122, + 47.01297 + ], + [ + 119.806825, + 47.054973 + ], + [ + 119.716282, + 47.195829 + ], + [ + 119.56784, + 47.24825 + ], + [ + 119.559833, + 47.303053 + ], + [ + 119.487152, + 47.329419 + ], + [ + 119.353493, + 47.43192 + ], + [ + 119.365812, + 47.477232 + ], + [ + 119.152081, + 47.540685 + ], + [ + 119.134219, + 47.664539 + ], + [ + 118.773278, + 47.771213 + ], + [ + 118.568171, + 47.992315 + ], + [ + 118.424041, + 48.014734 + ], + [ + 118.299621, + 48.005127 + ], + [ + 118.231252, + 48.043943 + ], + [ + 117.96147, + 48.011132 + ], + [ + 117.813645, + 48.016335 + ], + [ + 117.493357, + 47.758343 + ], + [ + 117.384335, + 47.641162 + ], + [ + 117.094844, + 47.823865 + ], + [ + 116.879265, + 47.893718 + ], + [ + 116.669846, + 47.890509 + ], + [ + 116.453035, + 47.837522 + ], + [ + 116.26579, + 47.876866 + ], + [ + 116.111189, + 47.811812 + ], + [ + 115.939342, + 47.683071 + ], + [ + 115.580249, + 47.921793 + ], + [ + 115.529126, + 48.155029 + ], + [ + 115.822929, + 48.2595 + ], + [ + 115.799523, + 48.514993 + ], + [ + 115.83032, + 48.560156 + ], + [ + 116.077928, + 48.822412 + ], + [ + 116.048363, + 48.873598 + ], + [ + 116.717889, + 49.847388 + ], + [ + 116.736367, + 49.847388 + ], + [ + 117.068974, + 49.695524 + ], + [ + 117.278394, + 49.636272 + ], + [ + 117.485349, + 49.633172 + ], + [ + 117.809333, + 49.521049 + ], + [ + 117.867848, + 49.592853 + ], + [ + 117.980565, + 49.621158 + ], + [ + 118.084658, + 49.618057 + ], + [ + 118.122231, + 49.669586 + ], + [ + 118.205998, + 49.684686 + ], + [ + 118.225708, + 49.734211 + ], + [ + 118.388316, + 49.786004 + ], + [ + 118.395092, + 49.819601 + ], + [ + 118.49549, + 49.843144 + ], + [ + 118.485635, + 49.86706 + ], + [ + 118.574946, + 49.931423 + ], + [ + 118.741866, + 49.946441 + ], + [ + 118.929111, + 49.989545 + ], + [ + 119.092335, + 49.986082 + ], + [ + 119.163168, + 50.027613 + ], + [ + 119.190269, + 50.087538 + ], + [ + 119.243856, + 50.078324 + ], + [ + 119.360269, + 50.196441 + ], + [ + 119.319001, + 50.220948 + ], + [ + 119.358421, + 50.358949 + ], + [ + 119.259871, + 50.345205 + ], + [ + 119.125596, + 50.389095 + ], + [ + 119.250631, + 50.448568 + ], + [ + 119.28266, + 50.604899 + ], + [ + 119.361501, + 50.632611 + ], + [ + 119.383674, + 50.682301 + ], + [ + 119.450196, + 50.695569 + ], + [ + 119.506862, + 50.764118 + ], + [ + 119.491464, + 50.879026 + ], + [ + 119.633746, + 51.010218 + ], + [ + 119.726137, + 51.050105 + ], + [ + 119.788346, + 51.16656 + ], + [ + 119.760629, + 51.21231 + ], + [ + 119.944795, + 51.366848 + ], + [ + 120.002693, + 51.459396 + ], + [ + 119.985447, + 51.505227 + ], + [ + 120.051968, + 51.553245 + ], + [ + 120.035338, + 51.586343 + ], + [ + 120.087077, + 51.678076 + ], + [ + 120.172693, + 51.679931 + ], + [ + 120.363634, + 51.789982 + ], + [ + 120.398742, + 51.832153 + ], + [ + 120.480046, + 51.855072 + ], + [ + 120.481278, + 51.885735 + ], + [ + 120.656821, + 51.92634 + ], + [ + 120.719031, + 52.014438 + ], + [ + 120.68577, + 52.036896 + ], + [ + 120.747364, + 52.076996 + ], + [ + 120.786784, + 52.157824 + ], + [ + 120.7449, + 52.206984 + ], + [ + 120.755371, + 52.258287 + ], + [ + 120.627256, + 52.324161 + ], + [ + 120.62356, + 52.361081 + ], + [ + 120.688234, + 52.427531 + ], + [ + 120.689466, + 52.516098 + ], + [ + 120.727654, + 52.529568 + ], + [ + 120.467728, + 52.644076 + ], + [ + 120.40367, + 52.617929 + ], + [ + 120.287873, + 52.623378 + ], + [ + 120.196714, + 52.579043 + ], + [ + 120.049505, + 52.598672 + ], + [ + 120.035338, + 52.646255 + ], + [ + 120.071063, + 52.706113 + ], + [ + 120.038418, + 52.780006 + ], + [ + 120.222584, + 52.842934 + ], + [ + 120.350699, + 52.906131 + ], + [ + 120.455409, + 53.011376 + ], + [ + 120.549647, + 53.076125 + ], + [ + 120.643886, + 53.106667 + ], + [ + 120.736277, + 53.204615 + ], + [ + 120.840371, + 53.24724 + ], + [ + 120.882871, + 53.294472 + ], + [ + 121.129246, + 53.277303 + ], + [ + 121.285695, + 53.291253 + ], + [ + 121.347289, + 53.327003 + ], + [ + 121.499426, + 53.337008 + ], + [ + 121.612143, + 53.260484 + ], + [ + 121.679896, + 53.240437 + ], + [ + 121.665114, + 53.170556 + ], + [ + 121.754425, + 53.146519 + ], + [ + 121.817867, + 53.061744 + ], + [ + 121.785838, + 53.018575 + ], + [ + 121.715621, + 52.998054 + ], + [ + 121.66265, + 52.912626 + ], + [ + 121.610295, + 52.892416 + ], + [ + 121.591201, + 52.824499 + ], + [ + 121.476636, + 52.772043 + ], + [ + 121.373158, + 52.683268 + ], + [ + 121.182217, + 52.599399 + ], + [ + 121.325731, + 52.572498 + ], + [ + 121.416274, + 52.499346 + ], + [ + 121.519136, + 52.456709 + ], + [ + 121.63986, + 52.444311 + ], + [ + 121.714389, + 52.317944 + ], + [ + 121.841272, + 52.282818 + ], + [ + 121.94783, + 52.298555 + ], + [ + 122.091344, + 52.427167 + ], + [ + 122.168952, + 52.513549 + ], + [ + 122.207756, + 52.469103 + ], + [ + 122.310618, + 52.475299 + ], + [ + 122.342031, + 52.41403 + ], + [ + 122.484313, + 52.341711 + ], + [ + 122.478153, + 52.29636 + ], + [ + 122.585943, + 52.266344 + ], + [ + 122.76087, + 52.26671 + ], + [ + 122.769493, + 52.179843 + ], + [ + 122.629059, + 52.136529 + ], + [ + 122.683877, + 51.974649 + ], + [ + 122.726377, + 51.978704 + ], + [ + 122.706051, + 51.890166 + ], + [ + 122.771957, + 51.779619 + ], + [ + 122.749167, + 51.746661 + ], + [ + 122.85634, + 51.606786 + ], + [ + 122.854492, + 51.477659 + ], + [ + 122.903768, + 51.415384 + ], + [ + 122.965977, + 51.387015 + ], + [ + 122.978296, + 51.331346 + ], + [ + 123.058984, + 51.321999 + ], + [ + 123.294273, + 51.25427 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.736517, + 50.974064 + ], + [ + 123.825829, + 50.813669 + ], + [ + 124.076516, + 50.564249 + ], + [ + 123.983509, + 50.510249 + ], + [ + 124.005067, + 50.434469 + ], + [ + 123.920067, + 50.37307 + ], + [ + 123.800575, + 50.455806 + ], + [ + 123.777785, + 50.344441 + ], + [ + 123.870792, + 50.270307 + ], + [ + 123.878799, + 50.208696 + ], + [ + 123.953944, + 50.186865 + ], + [ + 124.007531, + 50.219417 + ], + [ + 124.061733, + 50.199122 + ], + [ + 124.103001, + 50.238555 + ], + [ + 124.189233, + 50.216737 + ], + [ + 124.278544, + 50.231284 + ], + [ + 124.32474, + 50.178436 + ], + [ + 124.368471, + 50.258068 + ], + [ + 124.36416, + 50.360857 + ], + [ + 124.43992, + 50.388713 + ], + [ + 124.499666, + 50.397868 + ], + [ + 124.504594, + 50.342532 + ], + [ + 124.578507, + 50.294777 + ], + [ + 124.619774, + 50.229753 + ], + [ + 124.575427, + 50.179585 + ], + [ + 124.508289, + 50.162723 + ], + [ + 124.604992, + 50.070644 + ], + [ + 124.680752, + 50.031841 + ], + [ + 124.650571, + 49.99493 + ], + [ + 124.66597, + 49.868217 + ], + [ + 124.730644, + 49.817671 + ], + [ + 124.74173, + 49.761274 + ], + [ + 124.824266, + 49.849703 + ], + [ + 124.972708, + 49.834654 + ], + [ + 124.935135, + 49.866675 + ], + [ + 124.977635, + 49.900601 + ], + [ + 125.095896, + 49.795661 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.222779, + 49.799137 + ], + [ + 125.219699, + 49.669199 + ], + [ + 125.132236, + 49.671909 + ], + [ + 125.234482, + 49.592077 + ], + [ + 125.228323, + 49.486857 + ], + [ + 125.264047, + 49.461585 + ], + [ + 125.261583, + 49.318656 + ], + [ + 125.219699, + 49.188999 + ], + [ + 125.117453, + 49.126 + ], + [ + 124.906802, + 49.183915 + ], + [ + 124.807636, + 49.108769 + ], + [ + 124.808252, + 49.020563 + ], + [ + 124.709086, + 48.920406 + ], + [ + 124.697383, + 48.841711 + ], + [ + 124.653651, + 48.777089 + ], + [ + 124.579122, + 48.596574 + ], + [ + 124.520608, + 48.556196 + ], + [ + 124.555717, + 48.467805 + ], + [ + 124.507674, + 48.445584 + ], + [ + 124.51876, + 48.378068 + ], + [ + 124.579738, + 48.304095 + ], + [ + 124.578507, + 48.251931 + ], + [ + 124.463942, + 48.097518 + ], + [ + 124.467637, + 48.178972 + ], + [ + 124.418978, + 48.181765 + ], + [ + 124.404812, + 48.264679 + ], + [ + 124.317964, + 48.347856 + ], + [ + 124.314269, + 48.503894 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.07898, + 48.436058 + ], + [ + 123.873256, + 48.281006 + ], + [ + 123.746373, + 48.19772 + ], + [ + 123.537569, + 48.021938 + ], + [ + 123.300432, + 47.953861 + ], + [ + 123.228983, + 47.840735 + ], + [ + 123.166158, + 47.783677 + ], + [ + 122.855108, + 47.677432 + ], + [ + 122.763333, + 47.613338 + ], + [ + 122.59395, + 47.547551 + ], + [ + 122.543443, + 47.495427 + ], + [ + 122.507103, + 47.401555 + ], + [ + 122.418407, + 47.350503 + ], + [ + 122.556378, + 47.17265 + ], + [ + 122.679566, + 47.094092 + ], + [ + 122.845869, + 47.046819 + ], + [ + 122.778116, + 47.00277 + ], + [ + 122.796594, + 46.938261 + ], + [ + 122.895144, + 46.960317 + ], + [ + 122.906847, + 46.807372 + ], + [ + 123.026339, + 46.718841 + ], + [ + 123.163694, + 46.740167 + ], + [ + 123.221592, + 46.850355 + ], + [ + 123.309056, + 46.86222 + ], + [ + 123.374345, + 46.837668 + ], + [ + 123.404526, + 46.935401 + ], + [ + 123.52833, + 46.944797 + ], + [ + 123.483366, + 46.845854 + ], + [ + 123.562823, + 46.825797 + ], + [ + 123.576989, + 46.891259 + ], + [ + 123.625648, + 46.84749 + ], + [ + 123.631808, + 46.728685 + ], + [ + 123.603475, + 46.689299 + ], + [ + 123.366338, + 46.677805 + ], + [ + 123.276411, + 46.660972 + ], + [ + 123.228368, + 46.58824 + ], + [ + 123.18094, + 46.614138 + ], + [ + 123.04605, + 46.617426 + ], + [ + 123.002318, + 46.574257 + ], + [ + 123.011557, + 46.43506 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.102716, + 46.172172 + ], + [ + 123.112571, + 46.129894 + ], + [ + 123.04605, + 46.10003 + ], + [ + 122.792898, + 46.073056 + ], + [ + 122.828623, + 45.912185 + ], + [ + 122.752246, + 45.834701 + ], + [ + 122.792283, + 45.766291 + ], + [ + 122.741775, + 45.70532 + ], + [ + 122.671558, + 45.700723 + ], + [ + 122.640761, + 45.7713 + ], + [ + 122.555146, + 45.821359 + ], + [ + 122.504639, + 45.787157 + ], + [ + 122.496016, + 45.858041 + ], + [ + 122.446125, + 45.916764 + ], + [ + 122.362357, + 45.917597 + ], + [ + 122.372828, + 45.855957 + ], + [ + 122.258879, + 45.794666 + ], + [ + 122.200981, + 45.85679 + ], + [ + 122.091344, + 45.881787 + ], + [ + 122.040221, + 45.95879 + ], + [ + 121.84312, + 46.02447 + ], + [ + 121.762432, + 45.999538 + ], + [ + 121.809243, + 45.96087 + ], + [ + 121.817251, + 45.875539 + ], + [ + 121.754425, + 45.795084 + ], + [ + 121.644172, + 45.752516 + ], + [ + 121.713773, + 45.701977 + ], + [ + 121.811091, + 45.686932 + ], + [ + 121.867142, + 45.719942 + ], + [ + 121.949062, + 45.711169 + ], + [ + 122.003264, + 45.623363 + ], + [ + 121.966308, + 45.596157 + ], + [ + 122.02359, + 45.490137 + ], + [ + 122.163408, + 45.443979 + ], + [ + 122.147394, + 45.295598 + ], + [ + 122.239169, + 45.276234 + ], + [ + 122.22993, + 45.20672 + ], + [ + 122.143082, + 45.183108 + ], + [ + 122.109822, + 45.142186 + ], + [ + 122.119677, + 45.068705 + ], + [ + 122.074713, + 45.006553 + ], + [ + 122.079025, + 44.914258 + ], + [ + 122.04946, + 44.912987 + ], + [ + 122.114749, + 44.776386 + ], + [ + 122.161561, + 44.728371 + ], + [ + 122.103046, + 44.673935 + ], + [ + 122.13138, + 44.577697 + ], + [ + 122.196053, + 44.559794 + ], + [ + 122.228082, + 44.480017 + ], + [ + 122.28598, + 44.477883 + ], + [ + 122.291524, + 44.310291 + ], + [ + 122.271198, + 44.255463 + ], + [ + 122.319241, + 44.232745 + ], + [ + 122.483697, + 44.237032 + ], + [ + 122.676486, + 44.28631 + ], + [ + 122.76087, + 44.369772 + ], + [ + 122.85634, + 44.398422 + ], + [ + 123.025108, + 44.492823 + ], + [ + 123.125506, + 44.509466 + ], + [ + 123.128585, + 44.366778 + ], + [ + 123.196955, + 44.34496 + ], + [ + 123.323838, + 44.179991 + ], + [ + 123.386664, + 44.161966 + ], + [ + 123.32815, + 44.083795 + ], + [ + 123.332461, + 44.028326 + ], + [ + 123.400831, + 43.979264 + ], + [ + 123.52525, + 43.695718 + ], + [ + 123.5117, + 43.59267 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.304744, + 43.551055 + ], + [ + 123.315831, + 43.49205 + ], + [ + 123.382968, + 43.46904 + ], + [ + 123.419925, + 43.409955 + ], + [ + 123.486446, + 43.445587 + ], + [ + 123.608402, + 43.366474 + ], + [ + 123.703873, + 43.370824 + ] + ] + ], + [ + [ + [ + 124.076516, + 50.564249 + ], + [ + 123.825829, + 50.813669 + ], + [ + 123.736517, + 50.974064 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.661989, + 51.319008 + ], + [ + 123.711264, + 51.398216 + ], + [ + 123.842459, + 51.367595 + ], + [ + 123.926227, + 51.300681 + ], + [ + 124.071588, + 51.320878 + ], + [ + 124.128255, + 51.347419 + ], + [ + 124.239124, + 51.344429 + ], + [ + 124.271769, + 51.308162 + ], + [ + 124.406659, + 51.271867 + ], + [ + 124.43684, + 51.353772 + ], + [ + 124.490427, + 51.380294 + ], + [ + 124.58713, + 51.363486 + ], + [ + 124.62655, + 51.327608 + ], + [ + 124.693687, + 51.332842 + ], + [ + 124.783614, + 51.392243 + ], + [ + 124.864302, + 51.379547 + ], + [ + 124.942527, + 51.447465 + ], + [ + 124.928976, + 51.498523 + ], + [ + 125.047236, + 51.529801 + ], + [ + 125.098975, + 51.658408 + ], + [ + 125.130388, + 51.635389 + ], + [ + 125.35151, + 51.623876 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.756798, + 51.227675 + ], + [ + 125.840566, + 51.220555 + ], + [ + 125.878138, + 51.159431 + ], + [ + 126.059225, + 51.043711 + ], + [ + 126.033971, + 51.010971 + ], + [ + 126.073391, + 50.963514 + ], + [ + 125.890457, + 50.805729 + ], + [ + 125.758646, + 50.746706 + ], + [ + 125.825784, + 50.703906 + ], + [ + 125.787595, + 50.677373 + ], + [ + 125.829479, + 50.561589 + ], + [ + 125.740784, + 50.523184 + ], + [ + 125.632379, + 50.443996 + ], + [ + 125.590495, + 50.452378 + ], + [ + 125.519662, + 50.315795 + ], + [ + 125.466075, + 50.297452 + ], + [ + 125.448829, + 50.216354 + ], + [ + 125.334264, + 50.165023 + ], + [ + 125.258504, + 50.103659 + ], + [ + 125.294228, + 50.029151 + ], + [ + 125.231402, + 49.957606 + ], + [ + 125.239409, + 49.844687 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.095896, + 49.795661 + ], + [ + 124.977635, + 49.900601 + ], + [ + 124.935135, + 49.866675 + ], + [ + 124.972708, + 49.834654 + ], + [ + 124.824266, + 49.849703 + ], + [ + 124.74173, + 49.761274 + ], + [ + 124.730644, + 49.817671 + ], + [ + 124.66597, + 49.868217 + ], + [ + 124.650571, + 49.99493 + ], + [ + 124.680752, + 50.031841 + ], + [ + 124.604992, + 50.070644 + ], + [ + 124.508289, + 50.162723 + ], + [ + 124.575427, + 50.179585 + ], + [ + 124.619774, + 50.229753 + ], + [ + 124.578507, + 50.294777 + ], + [ + 124.504594, + 50.342532 + ], + [ + 124.499666, + 50.397868 + ], + [ + 124.43992, + 50.388713 + ], + [ + 124.43992, + 50.539919 + ], + [ + 124.322892, + 50.532693 + ], + [ + 124.289015, + 50.553226 + ], + [ + 124.076516, + 50.564249 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 210000, + "name": "辽宁省", + "center": [ + 123.429096, + 41.796767 + ], + "centroid": [ + 122.606135, + 41.300702 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 5, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.239545, + 41.314696 + ], + [ + 119.326392, + 41.329525 + ], + [ + 119.30545, + 41.402271 + ], + [ + 119.376283, + 41.422015 + ], + [ + 119.405848, + 41.508548 + ], + [ + 119.361501, + 41.56498 + ], + [ + 119.415703, + 41.590044 + ], + [ + 119.307914, + 41.657581 + ], + [ + 119.294363, + 41.775935 + ], + [ + 119.334399, + 41.869569 + ], + [ + 119.324544, + 41.969296 + ], + [ + 119.384906, + 42.089738 + ], + [ + 119.315921, + 42.119037 + ], + [ + 119.237697, + 42.201088 + ], + [ + 119.284508, + 42.265325 + ], + [ + 119.415703, + 42.309588 + ], + [ + 119.502551, + 42.387857 + ], + [ + 119.572152, + 42.359568 + ], + [ + 119.541971, + 42.292329 + ], + [ + 119.744615, + 42.211725 + ], + [ + 119.846861, + 42.21527 + ], + [ + 119.837622, + 42.135455 + ], + [ + 119.989759, + 41.898969 + ], + [ + 120.051968, + 41.775935 + ], + [ + 120.035954, + 41.708075 + ], + [ + 120.096316, + 41.696907 + ], + [ + 120.188707, + 41.848179 + ], + [ + 120.373489, + 41.994648 + ], + [ + 120.456641, + 42.016433 + ], + [ + 120.466496, + 42.105277 + ], + [ + 120.58414, + 42.167394 + ], + [ + 120.624792, + 42.154532 + ], + [ + 120.745516, + 42.223689 + ], + [ + 120.79048, + 42.218372 + ], + [ + 120.933378, + 42.279493 + ], + [ + 121.068884, + 42.252483 + ], + [ + 121.285079, + 42.387857 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.388557, + 42.475297 + ], + [ + 121.604752, + 42.494271 + ], + [ + 121.66573, + 42.437333 + ], + [ + 121.904714, + 42.569666 + ], + [ + 121.940438, + 42.688525 + ], + [ + 122.071634, + 42.711391 + ], + [ + 122.20406, + 42.683687 + ], + [ + 122.203445, + 42.731171 + ], + [ + 122.338951, + 42.670051 + ], + [ + 122.395002, + 42.683687 + ], + [ + 122.457212, + 42.774227 + ], + [ + 122.374676, + 42.774667 + ], + [ + 122.35127, + 42.830419 + ], + [ + 122.436886, + 42.843142 + ], + [ + 122.563769, + 42.826031 + ], + [ + 122.624747, + 42.773349 + ], + [ + 122.732536, + 42.786524 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.831087, + 42.722381 + ], + [ + 122.887137, + 42.770275 + ], + [ + 123.058368, + 42.768957 + ], + [ + 123.227752, + 42.831735 + ], + [ + 123.169853, + 42.859811 + ], + [ + 123.18402, + 42.926002 + ], + [ + 123.259165, + 42.992997 + ], + [ + 123.474743, + 43.04243 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.572678, + 43.0035 + ], + [ + 123.666916, + 43.179585 + ], + [ + 123.664453, + 43.264606 + ], + [ + 123.703873, + 43.370824 + ], + [ + 123.710032, + 43.417344 + ], + [ + 123.791952, + 43.491182 + ], + [ + 123.87264, + 43.451234 + ], + [ + 123.84985, + 43.415606 + ], + [ + 123.896046, + 43.361689 + ], + [ + 124.032784, + 43.280724 + ], + [ + 124.098074, + 43.29292 + ], + [ + 124.114704, + 43.247175 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.282856, + 43.230176 + ], + [ + 124.284088, + 43.166058 + ], + [ + 124.425754, + 43.076092 + ], + [ + 124.333363, + 42.997373 + ], + [ + 124.422674, + 42.975927 + ], + [ + 124.431913, + 42.930821 + ], + [ + 124.369087, + 42.882613 + ], + [ + 124.435609, + 42.88086 + ], + [ + 124.454703, + 42.823836 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.539086, + 42.867266 + ], + [ + 124.659195, + 42.972862 + ], + [ + 124.686912, + 43.051176 + ], + [ + 124.785462, + 43.117161 + ], + [ + 124.896331, + 43.129826 + ], + [ + 124.840897, + 43.032372 + ], + [ + 124.869846, + 42.988183 + ], + [ + 124.859375, + 42.822959 + ], + [ + 124.897563, + 42.787841 + ], + [ + 124.975171, + 42.802768 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.968396, + 42.72282 + ], + [ + 125.038613, + 42.615476 + ], + [ + 125.097127, + 42.62252 + ], + [ + 125.068794, + 42.499564 + ], + [ + 125.186439, + 42.428059 + ], + [ + 125.175352, + 42.308261 + ], + [ + 125.29854, + 42.290116 + ], + [ + 125.305931, + 42.146103 + ], + [ + 125.353358, + 42.178923 + ], + [ + 125.490097, + 42.136343 + ], + [ + 125.369989, + 42.003096 + ], + [ + 125.291764, + 41.958618 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.325025, + 41.670097 + ], + [ + 125.450677, + 41.674119 + ], + [ + 125.450061, + 41.598099 + ], + [ + 125.534444, + 41.478073 + ], + [ + 125.547995, + 41.401373 + ], + [ + 125.637306, + 41.34435 + ], + [ + 125.646545, + 41.264344 + ], + [ + 125.758646, + 41.232404 + ], + [ + 125.737088, + 41.179737 + ], + [ + 125.791291, + 41.167577 + ], + [ + 125.712451, + 41.095471 + ], + [ + 125.726617, + 41.055328 + ], + [ + 125.674879, + 40.974516 + ], + [ + 125.589263, + 40.931135 + ], + [ + 125.707523, + 40.866915 + ], + [ + 125.544915, + 40.72922 + ], + [ + 125.49564, + 40.728767 + ], + [ + 125.422343, + 40.635297 + ], + [ + 125.279445, + 40.655273 + ], + [ + 125.018287, + 40.53624 + ], + [ + 124.985642, + 40.475279 + ], + [ + 124.897563, + 40.47892 + ], + [ + 124.851368, + 40.427017 + ], + [ + 124.74481, + 40.375074 + ], + [ + 124.718325, + 40.319441 + ], + [ + 124.62039, + 40.290695 + ], + [ + 124.388797, + 40.113384 + ], + [ + 124.38079, + 40.108808 + ], + [ + 124.336442, + 40.049751 + ], + [ + 124.372167, + 40.021348 + ], + [ + 124.239124, + 39.927352 + ], + [ + 124.173218, + 39.841496 + ], + [ + 124.144885, + 39.745413 + ], + [ + 124.103001, + 39.823577 + ], + [ + 124.002603, + 39.800137 + ], + [ + 123.828908, + 39.831389 + ], + [ + 123.697097, + 39.807032 + ], + [ + 123.665684, + 39.831389 + ], + [ + 123.612714, + 39.77485 + ], + [ + 123.536337, + 39.788644 + ], + [ + 123.392823, + 39.723787 + ], + [ + 123.383584, + 39.766572 + ], + [ + 123.274563, + 39.753693 + ], + [ + 123.253005, + 39.689724 + ], + [ + 123.010941, + 39.655184 + ], + [ + 122.972753, + 39.594813 + ], + [ + 122.85634, + 39.606799 + ], + [ + 122.808913, + 39.559764 + ], + [ + 122.581631, + 39.464211 + ], + [ + 122.489856, + 39.403673 + ], + [ + 122.412864, + 39.411995 + ], + [ + 122.274893, + 39.322257 + ], + [ + 122.242865, + 39.267618 + ], + [ + 122.117213, + 39.213863 + ], + [ + 122.167104, + 39.158676 + ], + [ + 122.048228, + 39.101123 + ], + [ + 121.963228, + 39.030046 + ], + [ + 121.864062, + 39.037018 + ], + [ + 121.920728, + 38.969598 + ], + [ + 121.863446, + 38.942611 + ], + [ + 121.790149, + 39.022609 + ], + [ + 121.671273, + 39.010057 + ], + [ + 121.655874, + 38.9468 + ], + [ + 121.719316, + 38.92027 + ], + [ + 121.708845, + 38.872772 + ], + [ + 121.565331, + 38.875101 + ], + [ + 121.509897, + 38.817784 + ], + [ + 121.359608, + 38.822446 + ], + [ + 121.259825, + 38.786543 + ], + [ + 121.198848, + 38.721686 + ], + [ + 121.13479, + 38.72402 + ], + [ + 121.128014, + 38.958897 + ], + [ + 121.204391, + 38.941215 + ], + [ + 121.341129, + 38.980761 + ], + [ + 121.370695, + 39.060251 + ], + [ + 121.508049, + 39.034229 + ], + [ + 121.68236, + 39.117837 + ], + [ + 121.604136, + 39.166098 + ], + [ + 121.598592, + 39.279198 + ], + [ + 121.668193, + 39.276419 + ], + [ + 121.723628, + 39.367603 + ], + [ + 121.621382, + 39.32596 + ], + [ + 121.474788, + 39.296332 + ], + [ + 121.432904, + 39.357426 + ], + [ + 121.246891, + 39.421702 + ], + [ + 121.304173, + 39.481762 + ], + [ + 121.224717, + 39.51962 + ], + [ + 121.297398, + 39.605877 + ], + [ + 121.450151, + 39.625235 + ], + [ + 121.501274, + 39.706758 + ], + [ + 121.45939, + 39.747713 + ], + [ + 121.530223, + 39.851603 + ], + [ + 121.626925, + 39.882831 + ], + [ + 121.699606, + 39.937445 + ], + [ + 121.76428, + 39.933316 + ], + [ + 121.82341, + 40.036467 + ], + [ + 121.884388, + 40.053415 + ], + [ + 122.01004, + 40.149067 + ], + [ + 121.940438, + 40.2423 + ], + [ + 122.02667, + 40.245041 + ], + [ + 122.040221, + 40.322178 + ], + [ + 122.198517, + 40.382367 + ], + [ + 122.245944, + 40.519868 + ], + [ + 122.133843, + 40.614408 + ], + [ + 122.148626, + 40.671612 + ], + [ + 122.06609, + 40.648464 + ], + [ + 121.951525, + 40.680687 + ], + [ + 121.934279, + 40.798103 + ], + [ + 121.852359, + 40.821199 + ], + [ + 121.816019, + 40.894962 + ], + [ + 121.682976, + 40.829802 + ], + [ + 121.526527, + 40.851529 + ], + [ + 121.499426, + 40.880035 + ], + [ + 121.335586, + 40.900842 + ], + [ + 121.23642, + 40.851077 + ], + [ + 121.126167, + 40.869177 + ], + [ + 121.086747, + 40.798103 + ], + [ + 120.991276, + 40.744181 + ], + [ + 121.033776, + 40.70972 + ], + [ + 120.8299, + 40.671158 + ], + [ + 120.822509, + 40.593966 + ], + [ + 120.72827, + 40.539423 + ], + [ + 120.674683, + 40.471183 + ], + [ + 120.616169, + 40.457071 + ], + [ + 120.599539, + 40.355471 + ], + [ + 120.537329, + 40.325372 + ], + [ + 120.523778, + 40.256914 + ], + [ + 120.465264, + 40.178787 + ], + [ + 120.371641, + 40.174673 + ], + [ + 120.273091, + 40.127111 + ], + [ + 119.955882, + 40.046544 + ], + [ + 119.913998, + 39.988349 + ], + [ + 119.854252, + 39.988349 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.736608, + 40.10469 + ], + [ + 119.745847, + 40.208038 + ], + [ + 119.625123, + 40.224029 + ], + [ + 119.642369, + 40.291151 + ], + [ + 119.586934, + 40.37553 + ], + [ + 119.598637, + 40.465266 + ], + [ + 119.571536, + 40.540333 + ], + [ + 119.30237, + 40.530329 + ], + [ + 119.162552, + 40.599872 + ], + [ + 119.184726, + 40.680233 + ], + [ + 119.054147, + 40.664804 + ], + [ + 118.911249, + 40.776811 + ], + [ + 118.849039, + 40.800821 + ], + [ + 118.90201, + 40.960963 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.977154, + 40.959155 + ], + [ + 119.013495, + 41.007485 + ], + [ + 118.951901, + 41.01832 + ], + [ + 118.96422, + 41.079236 + ], + [ + 119.037516, + 41.067509 + ], + [ + 119.126212, + 41.138744 + ], + [ + 119.2494, + 41.279634 + ], + [ + 119.239545, + 41.314696 + ] + ] + ], + [ + [ + [ + 122.969057, + 39.513158 + ], + [ + 122.978912, + 39.561609 + ], + [ + 123.036194, + 39.533004 + ], + [ + 122.969057, + 39.513158 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 220000, + "name": "吉林省", + "center": [ + 125.3245, + 43.886841 + ], + "centroid": [ + 126.171246, + 43.703944 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 6, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 125.707523, + 40.866915 + ], + [ + 125.589263, + 40.931135 + ], + [ + 125.674879, + 40.974516 + ], + [ + 125.726617, + 41.055328 + ], + [ + 125.712451, + 41.095471 + ], + [ + 125.791291, + 41.167577 + ], + [ + 125.737088, + 41.179737 + ], + [ + 125.758646, + 41.232404 + ], + [ + 125.646545, + 41.264344 + ], + [ + 125.637306, + 41.34435 + ], + [ + 125.547995, + 41.401373 + ], + [ + 125.534444, + 41.478073 + ], + [ + 125.450061, + 41.598099 + ], + [ + 125.450677, + 41.674119 + ], + [ + 125.325025, + 41.670097 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.291764, + 41.958618 + ], + [ + 125.369989, + 42.003096 + ], + [ + 125.490097, + 42.136343 + ], + [ + 125.353358, + 42.178923 + ], + [ + 125.305931, + 42.146103 + ], + [ + 125.29854, + 42.290116 + ], + [ + 125.175352, + 42.308261 + ], + [ + 125.186439, + 42.428059 + ], + [ + 125.068794, + 42.499564 + ], + [ + 125.097127, + 42.62252 + ], + [ + 125.038613, + 42.615476 + ], + [ + 124.968396, + 42.72282 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.975171, + 42.802768 + ], + [ + 124.897563, + 42.787841 + ], + [ + 124.859375, + 42.822959 + ], + [ + 124.869846, + 42.988183 + ], + [ + 124.840897, + 43.032372 + ], + [ + 124.896331, + 43.129826 + ], + [ + 124.785462, + 43.117161 + ], + [ + 124.686912, + 43.051176 + ], + [ + 124.659195, + 42.972862 + ], + [ + 124.539086, + 42.867266 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.454703, + 42.823836 + ], + [ + 124.435609, + 42.88086 + ], + [ + 124.369087, + 42.882613 + ], + [ + 124.431913, + 42.930821 + ], + [ + 124.422674, + 42.975927 + ], + [ + 124.333363, + 42.997373 + ], + [ + 124.425754, + 43.076092 + ], + [ + 124.284088, + 43.166058 + ], + [ + 124.282856, + 43.230176 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.114704, + 43.247175 + ], + [ + 124.098074, + 43.29292 + ], + [ + 124.032784, + 43.280724 + ], + [ + 123.896046, + 43.361689 + ], + [ + 123.84985, + 43.415606 + ], + [ + 123.87264, + 43.451234 + ], + [ + 123.791952, + 43.491182 + ], + [ + 123.710032, + 43.417344 + ], + [ + 123.703873, + 43.370824 + ], + [ + 123.608402, + 43.366474 + ], + [ + 123.486446, + 43.445587 + ], + [ + 123.419925, + 43.409955 + ], + [ + 123.382968, + 43.46904 + ], + [ + 123.315831, + 43.49205 + ], + [ + 123.304744, + 43.551055 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.5117, + 43.59267 + ], + [ + 123.52525, + 43.695718 + ], + [ + 123.400831, + 43.979264 + ], + [ + 123.332461, + 44.028326 + ], + [ + 123.32815, + 44.083795 + ], + [ + 123.386664, + 44.161966 + ], + [ + 123.323838, + 44.179991 + ], + [ + 123.196955, + 44.34496 + ], + [ + 123.128585, + 44.366778 + ], + [ + 123.125506, + 44.509466 + ], + [ + 123.025108, + 44.492823 + ], + [ + 122.85634, + 44.398422 + ], + [ + 122.76087, + 44.369772 + ], + [ + 122.676486, + 44.28631 + ], + [ + 122.483697, + 44.237032 + ], + [ + 122.319241, + 44.232745 + ], + [ + 122.271198, + 44.255463 + ], + [ + 122.291524, + 44.310291 + ], + [ + 122.28598, + 44.477883 + ], + [ + 122.228082, + 44.480017 + ], + [ + 122.196053, + 44.559794 + ], + [ + 122.13138, + 44.577697 + ], + [ + 122.103046, + 44.673935 + ], + [ + 122.161561, + 44.728371 + ], + [ + 122.114749, + 44.776386 + ], + [ + 122.04946, + 44.912987 + ], + [ + 122.079025, + 44.914258 + ], + [ + 122.074713, + 45.006553 + ], + [ + 122.119677, + 45.068705 + ], + [ + 122.109822, + 45.142186 + ], + [ + 122.143082, + 45.183108 + ], + [ + 122.22993, + 45.20672 + ], + [ + 122.239169, + 45.276234 + ], + [ + 122.147394, + 45.295598 + ], + [ + 122.163408, + 45.443979 + ], + [ + 122.02359, + 45.490137 + ], + [ + 121.966308, + 45.596157 + ], + [ + 122.003264, + 45.623363 + ], + [ + 121.949062, + 45.711169 + ], + [ + 121.867142, + 45.719942 + ], + [ + 121.811091, + 45.686932 + ], + [ + 121.713773, + 45.701977 + ], + [ + 121.644172, + 45.752516 + ], + [ + 121.754425, + 45.795084 + ], + [ + 121.817251, + 45.875539 + ], + [ + 121.809243, + 45.96087 + ], + [ + 121.762432, + 45.999538 + ], + [ + 121.84312, + 46.02447 + ], + [ + 122.040221, + 45.95879 + ], + [ + 122.091344, + 45.881787 + ], + [ + 122.200981, + 45.85679 + ], + [ + 122.258879, + 45.794666 + ], + [ + 122.372828, + 45.855957 + ], + [ + 122.362357, + 45.917597 + ], + [ + 122.446125, + 45.916764 + ], + [ + 122.496016, + 45.858041 + ], + [ + 122.504639, + 45.787157 + ], + [ + 122.555146, + 45.821359 + ], + [ + 122.640761, + 45.7713 + ], + [ + 122.671558, + 45.700723 + ], + [ + 122.741775, + 45.70532 + ], + [ + 122.792283, + 45.766291 + ], + [ + 122.752246, + 45.834701 + ], + [ + 122.828623, + 45.912185 + ], + [ + 122.792898, + 46.073056 + ], + [ + 123.04605, + 46.10003 + ], + [ + 123.112571, + 46.129894 + ], + [ + 123.102716, + 46.172172 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.248078, + 46.273178 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.373113, + 46.223112 + ], + [ + 123.498765, + 46.259528 + ], + [ + 123.565902, + 46.22601 + ], + [ + 123.610866, + 46.252909 + ], + [ + 123.779633, + 46.264078 + ], + [ + 123.896046, + 46.303774 + ], + [ + 123.982893, + 46.22601 + ], + [ + 123.99398, + 46.101275 + ], + [ + 124.040176, + 46.019484 + ], + [ + 123.970574, + 45.971267 + ], + [ + 123.996444, + 45.907189 + ], + [ + 124.061118, + 45.886369 + ], + [ + 124.064813, + 45.797586 + ], + [ + 124.009379, + 45.78215 + ], + [ + 124.13811, + 45.68735 + ], + [ + 124.129487, + 45.637589 + ], + [ + 124.273001, + 45.584014 + ], + [ + 124.287783, + 45.539191 + ], + [ + 124.354305, + 45.546734 + ], + [ + 124.398652, + 45.44062 + ], + [ + 124.480572, + 45.456151 + ], + [ + 124.544014, + 45.412066 + ], + [ + 124.625318, + 45.437262 + ], + [ + 124.886476, + 45.442719 + ], + [ + 124.923433, + 45.541286 + ], + [ + 124.961005, + 45.49517 + ], + [ + 125.025678, + 45.493492 + ], + [ + 125.06941, + 45.384757 + ], + [ + 125.248649, + 45.417526 + ], + [ + 125.347815, + 45.395262 + ], + [ + 125.398322, + 45.416686 + ], + [ + 125.424807, + 45.485523 + ], + [ + 125.497488, + 45.469161 + ], + [ + 125.628067, + 45.522006 + ], + [ + 125.687813, + 45.51404 + ], + [ + 125.716146, + 45.421725 + ], + [ + 125.697052, + 45.349447 + ], + [ + 125.760494, + 45.291389 + ], + [ + 125.915095, + 45.196602 + ], + [ + 126.166398, + 45.133323 + ], + [ + 126.321615, + 45.178891 + ], + [ + 126.428172, + 45.2358 + ], + [ + 126.567375, + 45.252651 + ], + [ + 126.831613, + 45.146406 + ], + [ + 126.96404, + 45.132056 + ], + [ + 126.968351, + 45.074621 + ], + [ + 127.085995, + 44.944757 + ], + [ + 127.021938, + 44.899002 + ], + [ + 126.984366, + 44.823936 + ], + [ + 127.037336, + 44.72157 + ], + [ + 127.049039, + 44.567041 + ], + [ + 127.094003, + 44.615189 + ], + [ + 127.182082, + 44.644144 + ], + [ + 127.392733, + 44.632223 + ], + [ + 127.557189, + 44.575566 + ], + [ + 127.536247, + 44.522266 + ], + [ + 127.463566, + 44.484713 + ], + [ + 127.50853, + 44.437312 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.623095, + 44.277743 + ], + [ + 127.591066, + 44.227601 + ], + [ + 127.681609, + 44.167116 + ], + [ + 127.724109, + 44.196723 + ], + [ + 127.729036, + 44.098836 + ], + [ + 127.862079, + 44.063162 + ], + [ + 128.059796, + 44.110007 + ], + [ + 128.089977, + 44.132342 + ], + [ + 128.101679, + 44.290593 + ], + [ + 128.049941, + 44.349239 + ], + [ + 128.190375, + 44.367206 + ], + [ + 128.211317, + 44.431757 + ], + [ + 128.373309, + 44.51416 + ], + [ + 128.46262, + 44.433894 + ], + [ + 128.481714, + 44.375332 + ], + [ + 128.450301, + 44.203157 + ], + [ + 128.574721, + 44.047682 + ], + [ + 128.584576, + 43.990887 + ], + [ + 128.644938, + 43.936193 + ], + [ + 128.636315, + 43.891366 + ], + [ + 128.723778, + 43.894816 + ], + [ + 128.760734, + 43.857724 + ], + [ + 128.719467, + 43.816724 + ], + [ + 128.877763, + 43.540213 + ], + [ + 128.949212, + 43.55409 + ], + [ + 129.014501, + 43.523295 + ], + [ + 129.230696, + 43.59527 + ], + [ + 129.211602, + 43.784336 + ], + [ + 129.406855, + 43.819314 + ], + [ + 129.467833, + 43.874548 + ], + [ + 129.742542, + 43.875841 + ], + [ + 129.784426, + 43.964623 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.98091, + 44.014128 + ], + [ + 130.017251, + 43.962039 + ], + [ + 130.027106, + 43.851684 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.189098, + 43.940501 + ], + [ + 130.260547, + 43.948256 + ], + [ + 130.353554, + 44.050262 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.383119, + 43.906025 + ], + [ + 130.380039, + 43.783904 + ], + [ + 130.423771, + 43.742853 + ], + [ + 130.4133, + 43.652009 + ], + [ + 130.488444, + 43.655905 + ], + [ + 130.823515, + 43.502901 + ], + [ + 130.841378, + 43.454274 + ], + [ + 130.907283, + 43.434291 + ], + [ + 131.026775, + 43.508542 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.294093, + 43.469909 + ], + [ + 131.304564, + 43.502033 + ], + [ + 131.314419, + 43.392567 + ], + [ + 131.275615, + 43.369084 + ], + [ + 131.255289, + 43.265041 + ], + [ + 131.206014, + 43.23715 + ], + [ + 131.218332, + 43.146853 + ], + [ + 131.171521, + 43.069536 + ], + [ + 131.102536, + 43.021 + ], + [ + 131.151195, + 42.968485 + ], + [ + 131.114855, + 42.915048 + ], + [ + 131.034167, + 42.929069 + ], + [ + 131.045869, + 42.866828 + ], + [ + 130.949167, + 42.876913 + ], + [ + 130.890653, + 42.852793 + ], + [ + 130.801957, + 42.879544 + ], + [ + 130.784095, + 42.842265 + ], + [ + 130.666451, + 42.847968 + ], + [ + 130.40714, + 42.731611 + ], + [ + 130.464423, + 42.688525 + ], + [ + 130.586995, + 42.67621 + ], + [ + 130.633806, + 42.603586 + ], + [ + 130.570364, + 42.557327 + ], + [ + 130.558661, + 42.496035 + ], + [ + 130.482285, + 42.626483 + ], + [ + 130.388046, + 42.603145 + ], + [ + 130.242069, + 42.738643 + ], + [ + 130.265474, + 42.904092 + ], + [ + 130.10225, + 42.922935 + ], + [ + 130.144134, + 42.976365 + ], + [ + 129.994461, + 42.980304 + ], + [ + 129.98707, + 42.977678 + ], + [ + 129.939642, + 43.01225 + ], + [ + 129.899606, + 43.002187 + ], + [ + 129.85957, + 42.966295 + ], + [ + 129.858338, + 42.964544 + ], + [ + 129.839244, + 42.879983 + ], + [ + 129.835549, + 42.866828 + ], + [ + 129.821382, + 42.854109 + ], + [ + 129.816454, + 42.851039 + ], + [ + 129.7641, + 42.716227 + ], + [ + 129.764716, + 42.713149 + ], + [ + 129.776418, + 42.69908 + ], + [ + 129.794281, + 42.684127 + ], + [ + 129.741926, + 42.580681 + ], + [ + 129.748701, + 42.470884 + ], + [ + 129.704354, + 42.427176 + ], + [ + 129.612579, + 42.436892 + ], + [ + 129.601492, + 42.42276 + ], + [ + 129.546057, + 42.361336 + ], + [ + 129.452434, + 42.440866 + ], + [ + 129.344029, + 42.451462 + ], + [ + 129.239935, + 42.36841 + ], + [ + 129.231928, + 42.36001 + ], + [ + 129.260261, + 42.335689 + ], + [ + 129.183269, + 42.262225 + ], + [ + 129.215914, + 42.20818 + ], + [ + 129.120443, + 42.142111 + ], + [ + 128.954755, + 42.083966 + ], + [ + 128.930734, + 42.014211 + ], + [ + 128.737945, + 42.050209 + ], + [ + 128.70222, + 42.020434 + ], + [ + 128.60675, + 42.030212 + ], + [ + 128.569177, + 41.996426 + ], + [ + 128.466316, + 42.020878 + ], + [ + 128.090593, + 42.022656 + ], + [ + 128.033926, + 42.000428 + ], + [ + 128.106607, + 41.950164 + ], + [ + 128.112766, + 41.79378 + ], + [ + 128.171897, + 41.713882 + ], + [ + 128.278454, + 41.658922 + ], + [ + 128.317258, + 41.593177 + ], + [ + 128.242114, + 41.501827 + ], + [ + 128.203309, + 41.411246 + ], + [ + 128.113998, + 41.364561 + ], + [ + 127.932296, + 41.446686 + ], + [ + 127.850376, + 41.422912 + ], + [ + 127.636645, + 41.41349 + ], + [ + 127.547334, + 41.477176 + ], + [ + 127.40998, + 41.463278 + ], + [ + 127.294183, + 41.48659 + ], + [ + 127.283096, + 41.513925 + ], + [ + 127.115561, + 41.540353 + ], + [ + 127.179618, + 41.599888 + ], + [ + 127.039184, + 41.671884 + ], + [ + 127.051503, + 41.744693 + ], + [ + 126.943714, + 41.772365 + ], + [ + 126.931395, + 41.812959 + ], + [ + 126.808207, + 41.748264 + ], + [ + 126.798968, + 41.697354 + ], + [ + 126.726903, + 41.751389 + ], + [ + 126.688099, + 41.674119 + ], + [ + 126.608643, + 41.670543 + ], + [ + 126.569838, + 41.621809 + ], + [ + 126.497158, + 41.406758 + ], + [ + 126.539041, + 41.366806 + ], + [ + 126.435564, + 41.351088 + ], + [ + 126.322847, + 41.231054 + ], + [ + 126.293282, + 41.17073 + ], + [ + 126.157775, + 41.091413 + ], + [ + 126.031507, + 40.927067 + ], + [ + 125.959442, + 40.881845 + ], + [ + 125.875059, + 40.90853 + ], + [ + 125.817161, + 40.866915 + ], + [ + 125.785132, + 40.895867 + ], + [ + 125.707523, + 40.866915 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 230000, + "name": "黑龙江省", + "center": [ + 126.642464, + 45.756967 + ], + "centroid": [ + 127.693002, + 48.040469 + ], + "childrenNum": 13, + "level": "province", + "subFeatureIndex": 7, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 123.319527, + 46.253736 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.248078, + 46.273178 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.011557, + 46.43506 + ], + [ + 123.002318, + 46.574257 + ], + [ + 123.04605, + 46.617426 + ], + [ + 123.18094, + 46.614138 + ], + [ + 123.228368, + 46.58824 + ], + [ + 123.276411, + 46.660972 + ], + [ + 123.366338, + 46.677805 + ], + [ + 123.603475, + 46.689299 + ], + [ + 123.631808, + 46.728685 + ], + [ + 123.625648, + 46.84749 + ], + [ + 123.576989, + 46.891259 + ], + [ + 123.562823, + 46.825797 + ], + [ + 123.483366, + 46.845854 + ], + [ + 123.52833, + 46.944797 + ], + [ + 123.404526, + 46.935401 + ], + [ + 123.374345, + 46.837668 + ], + [ + 123.309056, + 46.86222 + ], + [ + 123.221592, + 46.850355 + ], + [ + 123.163694, + 46.740167 + ], + [ + 123.026339, + 46.718841 + ], + [ + 122.906847, + 46.807372 + ], + [ + 122.895144, + 46.960317 + ], + [ + 122.796594, + 46.938261 + ], + [ + 122.778116, + 47.00277 + ], + [ + 122.845869, + 47.046819 + ], + [ + 122.679566, + 47.094092 + ], + [ + 122.556378, + 47.17265 + ], + [ + 122.418407, + 47.350503 + ], + [ + 122.507103, + 47.401555 + ], + [ + 122.543443, + 47.495427 + ], + [ + 122.59395, + 47.547551 + ], + [ + 122.763333, + 47.613338 + ], + [ + 122.855108, + 47.677432 + ], + [ + 123.166158, + 47.783677 + ], + [ + 123.228983, + 47.840735 + ], + [ + 123.300432, + 47.953861 + ], + [ + 123.537569, + 48.021938 + ], + [ + 123.746373, + 48.19772 + ], + [ + 123.873256, + 48.281006 + ], + [ + 124.07898, + 48.436058 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.314269, + 48.503894 + ], + [ + 124.317964, + 48.347856 + ], + [ + 124.404812, + 48.264679 + ], + [ + 124.418978, + 48.181765 + ], + [ + 124.467637, + 48.178972 + ], + [ + 124.463942, + 48.097518 + ], + [ + 124.578507, + 48.251931 + ], + [ + 124.579738, + 48.304095 + ], + [ + 124.51876, + 48.378068 + ], + [ + 124.507674, + 48.445584 + ], + [ + 124.555717, + 48.467805 + ], + [ + 124.520608, + 48.556196 + ], + [ + 124.579122, + 48.596574 + ], + [ + 124.653651, + 48.777089 + ], + [ + 124.697383, + 48.841711 + ], + [ + 124.709086, + 48.920406 + ], + [ + 124.808252, + 49.020563 + ], + [ + 124.807636, + 49.108769 + ], + [ + 124.906802, + 49.183915 + ], + [ + 125.117453, + 49.126 + ], + [ + 125.219699, + 49.188999 + ], + [ + 125.261583, + 49.318656 + ], + [ + 125.264047, + 49.461585 + ], + [ + 125.228323, + 49.486857 + ], + [ + 125.234482, + 49.592077 + ], + [ + 125.132236, + 49.671909 + ], + [ + 125.219699, + 49.669199 + ], + [ + 125.222779, + 49.799137 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.239409, + 49.844687 + ], + [ + 125.231402, + 49.957606 + ], + [ + 125.294228, + 50.029151 + ], + [ + 125.258504, + 50.103659 + ], + [ + 125.334264, + 50.165023 + ], + [ + 125.448829, + 50.216354 + ], + [ + 125.466075, + 50.297452 + ], + [ + 125.519662, + 50.315795 + ], + [ + 125.590495, + 50.452378 + ], + [ + 125.632379, + 50.443996 + ], + [ + 125.740784, + 50.523184 + ], + [ + 125.829479, + 50.561589 + ], + [ + 125.787595, + 50.677373 + ], + [ + 125.825784, + 50.703906 + ], + [ + 125.758646, + 50.746706 + ], + [ + 125.890457, + 50.805729 + ], + [ + 126.073391, + 50.963514 + ], + [ + 126.033971, + 51.010971 + ], + [ + 126.059225, + 51.043711 + ], + [ + 125.878138, + 51.159431 + ], + [ + 125.840566, + 51.220555 + ], + [ + 125.756798, + 51.227675 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.35151, + 51.623876 + ], + [ + 125.130388, + 51.635389 + ], + [ + 125.098975, + 51.658408 + ], + [ + 125.047236, + 51.529801 + ], + [ + 124.928976, + 51.498523 + ], + [ + 124.942527, + 51.447465 + ], + [ + 124.864302, + 51.379547 + ], + [ + 124.783614, + 51.392243 + ], + [ + 124.693687, + 51.332842 + ], + [ + 124.62655, + 51.327608 + ], + [ + 124.58713, + 51.363486 + ], + [ + 124.490427, + 51.380294 + ], + [ + 124.43684, + 51.353772 + ], + [ + 124.406659, + 51.271867 + ], + [ + 124.271769, + 51.308162 + ], + [ + 124.239124, + 51.344429 + ], + [ + 124.128255, + 51.347419 + ], + [ + 124.071588, + 51.320878 + ], + [ + 123.926227, + 51.300681 + ], + [ + 123.842459, + 51.367595 + ], + [ + 123.711264, + 51.398216 + ], + [ + 123.661989, + 51.319008 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.294273, + 51.25427 + ], + [ + 123.058984, + 51.321999 + ], + [ + 122.978296, + 51.331346 + ], + [ + 122.965977, + 51.387015 + ], + [ + 122.903768, + 51.415384 + ], + [ + 122.854492, + 51.477659 + ], + [ + 122.85634, + 51.606786 + ], + [ + 122.749167, + 51.746661 + ], + [ + 122.771957, + 51.779619 + ], + [ + 122.706051, + 51.890166 + ], + [ + 122.726377, + 51.978704 + ], + [ + 122.683877, + 51.974649 + ], + [ + 122.629059, + 52.136529 + ], + [ + 122.769493, + 52.179843 + ], + [ + 122.76087, + 52.26671 + ], + [ + 122.585943, + 52.266344 + ], + [ + 122.478153, + 52.29636 + ], + [ + 122.484313, + 52.341711 + ], + [ + 122.342031, + 52.41403 + ], + [ + 122.310618, + 52.475299 + ], + [ + 122.207756, + 52.469103 + ], + [ + 122.168952, + 52.513549 + ], + [ + 122.091344, + 52.427167 + ], + [ + 121.94783, + 52.298555 + ], + [ + 121.841272, + 52.282818 + ], + [ + 121.714389, + 52.317944 + ], + [ + 121.63986, + 52.444311 + ], + [ + 121.519136, + 52.456709 + ], + [ + 121.416274, + 52.499346 + ], + [ + 121.325731, + 52.572498 + ], + [ + 121.182217, + 52.599399 + ], + [ + 121.373158, + 52.683268 + ], + [ + 121.476636, + 52.772043 + ], + [ + 121.591201, + 52.824499 + ], + [ + 121.610295, + 52.892416 + ], + [ + 121.66265, + 52.912626 + ], + [ + 121.715621, + 52.998054 + ], + [ + 121.785838, + 53.018575 + ], + [ + 121.817867, + 53.061744 + ], + [ + 121.754425, + 53.146519 + ], + [ + 121.665114, + 53.170556 + ], + [ + 121.679896, + 53.240437 + ], + [ + 121.612143, + 53.260484 + ], + [ + 121.499426, + 53.337008 + ], + [ + 121.596128, + 53.352368 + ], + [ + 121.697758, + 53.392705 + ], + [ + 121.754425, + 53.389494 + ], + [ + 121.875765, + 53.426587 + ], + [ + 122.111054, + 53.426944 + ], + [ + 122.161561, + 53.468635 + ], + [ + 122.227466, + 53.461868 + ], + [ + 122.350038, + 53.50566 + ], + [ + 122.435038, + 53.444766 + ], + [ + 122.608117, + 53.46543 + ], + [ + 122.894528, + 53.462936 + ], + [ + 123.052209, + 53.506727 + ], + [ + 123.137209, + 53.498186 + ], + [ + 123.274563, + 53.563269 + ], + [ + 123.454417, + 53.536608 + ], + [ + 123.510468, + 53.509218 + ], + [ + 123.517243, + 53.558293 + ], + [ + 123.569598, + 53.505304 + ], + [ + 123.58746, + 53.546919 + ], + [ + 123.668764, + 53.533763 + ], + [ + 123.698329, + 53.498542 + ], + [ + 123.865249, + 53.489644 + ], + [ + 124.058038, + 53.404121 + ], + [ + 124.125791, + 53.348082 + ], + [ + 124.239124, + 53.379501 + ], + [ + 124.327819, + 53.332006 + ], + [ + 124.375863, + 53.259053 + ], + [ + 124.435609, + 53.223962 + ], + [ + 124.563108, + 53.201389 + ], + [ + 124.683832, + 53.206406 + ], + [ + 124.734339, + 53.146519 + ], + [ + 124.832889, + 53.145083 + ], + [ + 124.87231, + 53.099123 + ], + [ + 124.887708, + 53.164458 + ], + [ + 124.970244, + 53.194221 + ], + [ + 125.195062, + 53.198522 + ], + [ + 125.315786, + 53.145083 + ], + [ + 125.503647, + 53.095171 + ], + [ + 125.530749, + 53.050956 + ], + [ + 125.613901, + 53.083313 + ], + [ + 125.684118, + 53.008136 + ], + [ + 125.742632, + 52.993733 + ], + [ + 125.737704, + 52.945087 + ], + [ + 125.665023, + 52.913348 + ], + [ + 125.678574, + 52.860999 + ], + [ + 125.772197, + 52.89783 + ], + [ + 125.855349, + 52.866418 + ], + [ + 125.985312, + 52.758648 + ], + [ + 126.058609, + 52.798098 + ], + [ + 126.115275, + 52.757924 + ], + [ + 126.045058, + 52.738366 + ], + [ + 126.061688, + 52.673473 + ], + [ + 125.995783, + 52.675287 + ], + [ + 125.968682, + 52.630279 + ], + [ + 126.030891, + 52.576135 + ], + [ + 126.066616, + 52.60376 + ], + [ + 126.213209, + 52.5252 + ], + [ + 126.205202, + 52.466187 + ], + [ + 126.266796, + 52.475664 + ], + [ + 126.353644, + 52.389207 + ], + [ + 126.327774, + 52.310628 + ], + [ + 126.4331, + 52.298555 + ], + [ + 126.300673, + 52.220915 + ], + [ + 126.34502, + 52.192315 + ], + [ + 126.499005, + 52.160394 + ], + [ + 126.563679, + 52.119266 + ], + [ + 126.514404, + 52.037264 + ], + [ + 126.450962, + 52.027693 + ], + [ + 126.462665, + 51.948473 + ], + [ + 126.510092, + 51.922281 + ], + [ + 126.622809, + 51.777397 + ], + [ + 126.734294, + 51.711454 + ], + [ + 126.741069, + 51.642073 + ], + [ + 126.69549, + 51.578536 + ], + [ + 126.837156, + 51.536128 + ], + [ + 126.784185, + 51.44821 + ], + [ + 126.908605, + 51.407174 + ], + [ + 126.930163, + 51.359376 + ], + [ + 126.837156, + 51.345177 + ], + [ + 126.841468, + 51.258763 + ], + [ + 126.92154, + 51.259512 + ], + [ + 126.887047, + 51.321999 + ], + [ + 126.978822, + 51.329477 + ], + [ + 126.976358, + 51.291702 + ], + [ + 126.899982, + 51.200689 + ], + [ + 126.922772, + 51.061764 + ], + [ + 127.143894, + 50.91035 + ], + [ + 127.236285, + 50.781524 + ], + [ + 127.295415, + 50.755035 + ], + [ + 127.294799, + 50.663721 + ], + [ + 127.370559, + 50.581349 + ], + [ + 127.293567, + 50.46571 + ], + [ + 127.3644, + 50.43828 + ], + [ + 127.332371, + 50.340623 + ], + [ + 127.371791, + 50.296688 + ], + [ + 127.603385, + 50.23932 + ], + [ + 127.58737, + 50.137802 + ], + [ + 127.501755, + 50.056817 + ], + [ + 127.495595, + 49.994545 + ], + [ + 127.543638, + 49.944131 + ], + [ + 127.531936, + 49.825777 + ], + [ + 127.563964, + 49.793343 + ], + [ + 127.660051, + 49.77905 + ], + [ + 127.677913, + 49.697846 + ], + [ + 127.815268, + 49.594017 + ], + [ + 127.897804, + 49.578889 + ], + [ + 128.001281, + 49.592465 + ], + [ + 128.070882, + 49.55677 + ], + [ + 128.185447, + 49.539301 + ], + [ + 128.287077, + 49.566473 + ], + [ + 128.343128, + 49.545125 + ], + [ + 128.389939, + 49.590138 + ], + [ + 128.537764, + 49.604487 + ], + [ + 128.715155, + 49.56492 + ], + [ + 128.744104, + 49.594792 + ], + [ + 128.813089, + 49.558323 + ], + [ + 128.754575, + 49.506676 + ], + [ + 128.792147, + 49.473251 + ], + [ + 128.871604, + 49.492298 + ], + [ + 129.013886, + 49.457307 + ], + [ + 129.055769, + 49.382188 + ], + [ + 129.143849, + 49.357253 + ], + [ + 129.215298, + 49.398935 + ], + [ + 129.320623, + 49.358422 + ], + [ + 129.379138, + 49.366995 + ], + [ + 129.390224, + 49.432799 + ], + [ + 129.448739, + 49.441359 + ], + [ + 129.546057, + 49.395041 + ], + [ + 129.562687, + 49.299541 + ], + [ + 129.604571, + 49.278858 + ], + [ + 129.714209, + 49.296029 + ], + [ + 129.761636, + 49.257384 + ], + [ + 129.753629, + 49.208547 + ], + [ + 129.847867, + 49.181177 + ], + [ + 129.866962, + 49.114252 + ], + [ + 129.913157, + 49.108377 + ], + [ + 129.937179, + 49.04057 + ], + [ + 130.020946, + 49.020955 + ], + [ + 130.059135, + 48.978954 + ], + [ + 130.211272, + 48.901137 + ], + [ + 130.245148, + 48.866514 + ], + [ + 130.471198, + 48.905464 + ], + [ + 130.501995, + 48.86612 + ], + [ + 130.680617, + 48.881074 + ], + [ + 130.689856, + 48.849586 + ], + [ + 130.622103, + 48.783792 + ], + [ + 130.538335, + 48.612004 + ], + [ + 130.605473, + 48.5942 + ], + [ + 130.620871, + 48.495964 + ], + [ + 130.767465, + 48.507858 + ], + [ + 130.740363, + 48.425339 + ], + [ + 130.845073, + 48.296533 + ], + [ + 130.769313, + 48.23121 + ], + [ + 130.765617, + 48.189344 + ], + [ + 130.673842, + 48.128278 + ], + [ + 130.699711, + 48.044344 + ], + [ + 130.891269, + 47.927006 + ], + [ + 130.961486, + 47.827882 + ], + [ + 130.966413, + 47.732996 + ], + [ + 131.029855, + 47.694752 + ], + [ + 131.115471, + 47.689919 + ], + [ + 131.273767, + 47.739032 + ], + [ + 131.456085, + 47.747079 + ], + [ + 131.543548, + 47.735813 + ], + [ + 131.59036, + 47.660912 + ], + [ + 131.695685, + 47.709248 + ], + [ + 131.825649, + 47.677432 + ], + [ + 131.970394, + 47.671388 + ], + [ + 132.000575, + 47.712066 + ], + [ + 132.086191, + 47.703208 + ], + [ + 132.272205, + 47.718507 + ], + [ + 132.371987, + 47.76518 + ], + [ + 132.469305, + 47.726154 + ], + [ + 132.570319, + 47.720922 + ], + [ + 132.599268, + 47.792521 + ], + [ + 132.687348, + 47.885293 + ], + [ + 132.661478, + 47.944643 + ], + [ + 132.723072, + 47.963076 + ], + [ + 132.819159, + 47.937028 + ], + [ + 132.883216, + 48.002325 + ], + [ + 132.992238, + 48.035142 + ], + [ + 133.041513, + 48.102313 + ], + [ + 133.15423, + 48.137063 + ], + [ + 133.302055, + 48.103112 + ], + [ + 133.407997, + 48.124684 + ], + [ + 133.536728, + 48.117494 + ], + [ + 133.59709, + 48.194928 + ], + [ + 133.693177, + 48.186951 + ], + [ + 133.740604, + 48.25472 + ], + [ + 134.0689, + 48.338311 + ], + [ + 134.131109, + 48.335527 + ], + [ + 134.20379, + 48.38244 + ], + [ + 134.350384, + 48.378466 + ], + [ + 134.501905, + 48.418986 + ], + [ + 134.696542, + 48.407072 + ], + [ + 134.820961, + 48.376081 + ], + [ + 134.927519, + 48.451537 + ], + [ + 135.09567, + 48.437646 + ], + [ + 135.082736, + 48.396346 + ], + [ + 134.864077, + 48.332345 + ], + [ + 134.679295, + 48.256314 + ], + [ + 134.67252, + 48.170593 + ], + [ + 134.632484, + 48.099516 + ], + [ + 134.551796, + 48.032742 + ], + [ + 134.607846, + 47.909362 + ], + [ + 134.660201, + 47.900538 + ], + [ + 134.678679, + 47.819446 + ], + [ + 134.772918, + 47.763572 + ], + [ + 134.779694, + 47.716091 + ], + [ + 134.684223, + 47.631889 + ], + [ + 134.685455, + 47.603253 + ], + [ + 134.576434, + 47.519273 + ], + [ + 134.568426, + 47.478445 + ], + [ + 134.493898, + 47.446894 + ], + [ + 134.339297, + 47.43961 + ], + [ + 134.177305, + 47.32658 + ], + [ + 134.156979, + 47.248656 + ], + [ + 134.230276, + 47.182411 + ], + [ + 134.222268, + 47.105496 + ], + [ + 134.142812, + 47.093277 + ], + [ + 134.042414, + 46.886761 + ], + [ + 134.011001, + 46.637971 + ], + [ + 133.919842, + 46.596052 + ], + [ + 133.852089, + 46.449903 + ], + [ + 133.950023, + 46.394634 + ], + [ + 133.876726, + 46.362438 + ], + [ + 133.922922, + 46.330635 + ], + [ + 133.904444, + 46.25084 + ], + [ + 133.83977, + 46.202825 + ], + [ + 133.706111, + 46.163056 + ], + [ + 133.745531, + 46.075547 + ], + [ + 133.676546, + 45.942982 + ], + [ + 133.616184, + 45.943398 + ], + [ + 133.576148, + 45.870957 + ], + [ + 133.51209, + 45.886785 + ], + [ + 133.470822, + 45.838035 + ], + [ + 133.484373, + 45.738737 + ], + [ + 133.445569, + 45.70532 + ], + [ + 133.491764, + 45.672301 + ], + [ + 133.371656, + 45.576895 + ], + [ + 133.21028, + 45.516975 + ], + [ + 133.141295, + 45.427605 + ], + [ + 133.095715, + 45.246753 + ], + [ + 133.138215, + 45.178469 + ], + [ + 133.103107, + 45.107147 + ], + [ + 132.945426, + 45.020512 + ], + [ + 132.867202, + 45.061944 + ], + [ + 132.394161, + 45.163706 + ], + [ + 132.025829, + 45.250545 + ], + [ + 131.93159, + 45.288442 + ], + [ + 131.917423, + 45.339354 + ], + [ + 131.82996, + 45.31159 + ], + [ + 131.79362, + 45.211778 + ], + [ + 131.721555, + 45.234536 + ], + [ + 131.650722, + 45.159909 + ], + [ + 131.695685, + 45.132056 + ], + [ + 131.632244, + 45.074621 + ], + [ + 131.484418, + 44.995553 + ], + [ + 131.464708, + 44.963388 + ], + [ + 131.355687, + 44.98963 + ], + [ + 131.274999, + 44.919766 + ], + [ + 131.16105, + 44.948145 + ], + [ + 131.090217, + 44.924426 + ], + [ + 131.07913, + 44.881623 + ], + [ + 130.967029, + 44.854059 + ], + [ + 131.016304, + 44.789551 + ], + [ + 131.064348, + 44.787003 + ], + [ + 131.111775, + 44.71009 + ], + [ + 131.310723, + 44.046392 + ], + [ + 131.263912, + 44.030047 + ], + [ + 131.267608, + 43.938778 + ], + [ + 131.211557, + 43.826221 + ], + [ + 131.244818, + 43.604369 + ], + [ + 131.20047, + 43.531971 + ], + [ + 131.304564, + 43.502033 + ], + [ + 131.294093, + 43.469909 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.026775, + 43.508542 + ], + [ + 130.907283, + 43.434291 + ], + [ + 130.841378, + 43.454274 + ], + [ + 130.823515, + 43.502901 + ], + [ + 130.488444, + 43.655905 + ], + [ + 130.4133, + 43.652009 + ], + [ + 130.423771, + 43.742853 + ], + [ + 130.380039, + 43.783904 + ], + [ + 130.383119, + 43.906025 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.353554, + 44.050262 + ], + [ + 130.260547, + 43.948256 + ], + [ + 130.189098, + 43.940501 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.027106, + 43.851684 + ], + [ + 130.017251, + 43.962039 + ], + [ + 129.98091, + 44.014128 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.784426, + 43.964623 + ], + [ + 129.742542, + 43.875841 + ], + [ + 129.467833, + 43.874548 + ], + [ + 129.406855, + 43.819314 + ], + [ + 129.211602, + 43.784336 + ], + [ + 129.230696, + 43.59527 + ], + [ + 129.014501, + 43.523295 + ], + [ + 128.949212, + 43.55409 + ], + [ + 128.877763, + 43.540213 + ], + [ + 128.719467, + 43.816724 + ], + [ + 128.760734, + 43.857724 + ], + [ + 128.723778, + 43.894816 + ], + [ + 128.636315, + 43.891366 + ], + [ + 128.644938, + 43.936193 + ], + [ + 128.584576, + 43.990887 + ], + [ + 128.574721, + 44.047682 + ], + [ + 128.450301, + 44.203157 + ], + [ + 128.481714, + 44.375332 + ], + [ + 128.46262, + 44.433894 + ], + [ + 128.373309, + 44.51416 + ], + [ + 128.211317, + 44.431757 + ], + [ + 128.190375, + 44.367206 + ], + [ + 128.049941, + 44.349239 + ], + [ + 128.101679, + 44.290593 + ], + [ + 128.089977, + 44.132342 + ], + [ + 128.059796, + 44.110007 + ], + [ + 127.862079, + 44.063162 + ], + [ + 127.729036, + 44.098836 + ], + [ + 127.724109, + 44.196723 + ], + [ + 127.681609, + 44.167116 + ], + [ + 127.591066, + 44.227601 + ], + [ + 127.623095, + 44.277743 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.50853, + 44.437312 + ], + [ + 127.463566, + 44.484713 + ], + [ + 127.536247, + 44.522266 + ], + [ + 127.557189, + 44.575566 + ], + [ + 127.392733, + 44.632223 + ], + [ + 127.182082, + 44.644144 + ], + [ + 127.094003, + 44.615189 + ], + [ + 127.049039, + 44.567041 + ], + [ + 127.037336, + 44.72157 + ], + [ + 126.984366, + 44.823936 + ], + [ + 127.021938, + 44.899002 + ], + [ + 127.085995, + 44.944757 + ], + [ + 126.968351, + 45.074621 + ], + [ + 126.96404, + 45.132056 + ], + [ + 126.831613, + 45.146406 + ], + [ + 126.567375, + 45.252651 + ], + [ + 126.428172, + 45.2358 + ], + [ + 126.321615, + 45.178891 + ], + [ + 126.166398, + 45.133323 + ], + [ + 125.915095, + 45.196602 + ], + [ + 125.760494, + 45.291389 + ], + [ + 125.697052, + 45.349447 + ], + [ + 125.716146, + 45.421725 + ], + [ + 125.687813, + 45.51404 + ], + [ + 125.628067, + 45.522006 + ], + [ + 125.497488, + 45.469161 + ], + [ + 125.424807, + 45.485523 + ], + [ + 125.398322, + 45.416686 + ], + [ + 125.347815, + 45.395262 + ], + [ + 125.248649, + 45.417526 + ], + [ + 125.06941, + 45.384757 + ], + [ + 125.025678, + 45.493492 + ], + [ + 124.961005, + 45.49517 + ], + [ + 124.923433, + 45.541286 + ], + [ + 124.886476, + 45.442719 + ], + [ + 124.625318, + 45.437262 + ], + [ + 124.544014, + 45.412066 + ], + [ + 124.480572, + 45.456151 + ], + [ + 124.398652, + 45.44062 + ], + [ + 124.354305, + 45.546734 + ], + [ + 124.287783, + 45.539191 + ], + [ + 124.273001, + 45.584014 + ], + [ + 124.129487, + 45.637589 + ], + [ + 124.13811, + 45.68735 + ], + [ + 124.009379, + 45.78215 + ], + [ + 124.064813, + 45.797586 + ], + [ + 124.061118, + 45.886369 + ], + [ + 123.996444, + 45.907189 + ], + [ + 123.970574, + 45.971267 + ], + [ + 124.040176, + 46.019484 + ], + [ + 123.99398, + 46.101275 + ], + [ + 123.982893, + 46.22601 + ], + [ + 123.896046, + 46.303774 + ], + [ + 123.779633, + 46.264078 + ], + [ + 123.610866, + 46.252909 + ], + [ + 123.565902, + 46.22601 + ], + [ + 123.498765, + 46.259528 + ], + [ + 123.373113, + 46.223112 + ], + [ + 123.319527, + 46.253736 + ] + ] + ], + [ + [ + [ + 124.43992, + 50.388713 + ], + [ + 124.36416, + 50.360857 + ], + [ + 124.368471, + 50.258068 + ], + [ + 124.32474, + 50.178436 + ], + [ + 124.278544, + 50.231284 + ], + [ + 124.189233, + 50.216737 + ], + [ + 124.103001, + 50.238555 + ], + [ + 124.061733, + 50.199122 + ], + [ + 124.007531, + 50.219417 + ], + [ + 123.953944, + 50.186865 + ], + [ + 123.878799, + 50.208696 + ], + [ + 123.870792, + 50.270307 + ], + [ + 123.777785, + 50.344441 + ], + [ + 123.800575, + 50.455806 + ], + [ + 123.920067, + 50.37307 + ], + [ + 124.005067, + 50.434469 + ], + [ + 123.983509, + 50.510249 + ], + [ + 124.076516, + 50.564249 + ], + [ + 124.289015, + 50.553226 + ], + [ + 124.322892, + 50.532693 + ], + [ + 124.43992, + 50.539919 + ], + [ + 124.43992, + 50.388713 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 310000, + "name": "上海市", + "center": [ + 121.472644, + 31.231706 + ], + "centroid": [ + 121.438732, + 31.072508 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 8, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.970004, + 30.789217 + ], + [ + 121.943518, + 30.77688 + ], + [ + 121.904714, + 30.814399 + ], + [ + 121.601056, + 30.805149 + ], + [ + 121.426129, + 30.730089 + ], + [ + 121.362071, + 30.679673 + ], + [ + 121.274608, + 30.677615 + ], + [ + 121.217942, + 30.785105 + ], + [ + 121.123087, + 30.778936 + ], + [ + 121.097218, + 30.85704 + ], + [ + 120.989428, + 30.833924 + ], + [ + 120.991892, + 31.00793 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.881023, + 31.134513 + ], + [ + 121.076892, + 31.158581 + ], + [ + 121.063341, + 31.268088 + ], + [ + 121.150188, + 31.275247 + ], + [ + 121.106457, + 31.364697 + ], + [ + 121.173594, + 31.448956 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.343593, + 31.512229 + ], + [ + 121.520984, + 31.394835 + ], + [ + 121.713773, + 31.308992 + ], + [ + 121.946598, + 31.065861 + ], + [ + 121.990945, + 30.968434 + ], + [ + 121.970004, + 30.789217 + ] + ] + ], + [ + [ + [ + 121.371926, + 31.553028 + ], + [ + 121.145261, + 31.753699 + ], + [ + 121.200079, + 31.835066 + ], + [ + 121.323267, + 31.86861 + ], + [ + 121.43352, + 31.768452 + ], + [ + 121.715005, + 31.673788 + ], + [ + 121.974931, + 31.617249 + ], + [ + 121.995873, + 31.493354 + ], + [ + 121.890547, + 31.428537 + ], + [ + 121.819098, + 31.438237 + ], + [ + 121.547469, + 31.531101 + ], + [ + 121.434136, + 31.59024 + ], + [ + 121.371926, + 31.553028 + ] + ] + ], + [ + [ + [ + 121.74149, + 31.345792 + ], + [ + 121.509897, + 31.482639 + ], + [ + 121.742106, + 31.407091 + ], + [ + 121.74149, + 31.345792 + ] + ] + ], + [ + [ + [ + 121.844352, + 31.294678 + ], + [ + 121.792613, + 31.377468 + ], + [ + 121.914569, + 31.343236 + ], + [ + 121.844352, + 31.294678 + ] + ] + ], + [ + [ + [ + 121.943518, + 31.215397 + ], + [ + 122.008808, + 31.221026 + ], + [ + 121.995873, + 31.160629 + ], + [ + 121.943518, + 31.215397 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 320000, + "name": "江苏省", + "center": [ + 118.767413, + 32.041544 + ], + "centroid": [ + 119.48196, + 32.985864 + ], + "childrenNum": 13, + "level": "province", + "subFeatureIndex": 9, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.974931, + 31.617249 + ], + [ + 121.715005, + 31.673788 + ], + [ + 121.43352, + 31.768452 + ], + [ + 121.323267, + 31.86861 + ], + [ + 121.200079, + 31.835066 + ], + [ + 121.145261, + 31.753699 + ], + [ + 121.371926, + 31.553028 + ], + [ + 121.343593, + 31.512229 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.173594, + 31.448956 + ], + [ + 121.106457, + 31.364697 + ], + [ + 121.150188, + 31.275247 + ], + [ + 121.063341, + 31.268088 + ], + [ + 121.076892, + 31.158581 + ], + [ + 120.881023, + 31.134513 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.698089, + 30.970999 + ], + [ + 120.713487, + 30.885286 + ], + [ + 120.589068, + 30.854472 + ], + [ + 120.504684, + 30.757858 + ], + [ + 120.423996, + 30.900689 + ], + [ + 120.35809, + 30.88734 + ], + [ + 120.371025, + 30.948424 + ], + [ + 120.226279, + 30.926356 + ], + [ + 120.13512, + 30.941752 + ], + [ + 120.001461, + 31.026902 + ], + [ + 119.919542, + 31.170868 + ], + [ + 119.678093, + 31.168308 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.460051, + 31.156533 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.379979, + 31.269622 + ], + [ + 119.267878, + 31.250698 + ], + [ + 119.199508, + 31.293655 + ], + [ + 119.075089, + 31.232282 + ], + [ + 118.781286, + 31.239956 + ], + [ + 118.728931, + 31.281384 + ], + [ + 118.745561, + 31.37287 + ], + [ + 118.853967, + 31.39841 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.873061, + 31.53569 + ], + [ + 118.858278, + 31.624382 + ], + [ + 118.804691, + 31.618268 + ], + [ + 118.77451, + 31.682444 + ], + [ + 118.736938, + 31.634061 + ], + [ + 118.643931, + 31.65138 + ], + [ + 118.697518, + 31.709935 + ], + [ + 118.638388, + 31.759295 + ], + [ + 118.552772, + 31.729275 + ], + [ + 118.481939, + 31.778117 + ], + [ + 118.504729, + 31.841674 + ], + [ + 118.363679, + 31.930581 + ], + [ + 118.400019, + 32.077724 + ], + [ + 118.499801, + 32.1203 + ], + [ + 118.522591, + 32.188178 + ], + [ + 118.642083, + 32.208937 + ], + [ + 118.69567, + 32.31721 + ], + [ + 118.69259, + 32.463224 + ], + [ + 118.592192, + 32.481396 + ], + [ + 118.563859, + 32.56363 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.978386, + 32.504106 + ], + [ + 119.041212, + 32.515207 + ], + [ + 119.084944, + 32.452622 + ], + [ + 119.22045, + 32.57674 + ], + [ + 119.184726, + 32.825465 + ], + [ + 119.104038, + 32.82647 + ], + [ + 118.995017, + 32.958604 + ], + [ + 118.849039, + 32.956596 + ], + [ + 118.811467, + 32.854622 + ], + [ + 118.74125, + 32.850601 + ], + [ + 118.756648, + 32.737433 + ], + [ + 118.707373, + 32.720319 + ], + [ + 118.375382, + 32.718809 + ], + [ + 118.250346, + 32.84859 + ], + [ + 118.2331, + 32.914414 + ], + [ + 118.293462, + 32.947056 + ], + [ + 118.244803, + 32.998256 + ], + [ + 118.221397, + 33.182228 + ], + [ + 118.038463, + 33.134642 + ], + [ + 117.939297, + 33.262813 + ], + [ + 117.971941, + 33.277821 + ], + [ + 118.050782, + 33.492148 + ], + [ + 118.108064, + 33.475181 + ], + [ + 118.112376, + 33.617302 + ], + [ + 118.16781, + 33.66313 + ], + [ + 118.116071, + 33.767645 + ], + [ + 117.901724, + 33.719883 + ], + [ + 117.805638, + 33.736304 + ], + [ + 117.752667, + 33.711422 + ], + [ + 117.758826, + 33.885445 + ], + [ + 117.715095, + 33.879485 + ], + [ + 117.629479, + 34.028872 + ], + [ + 117.575892, + 33.982744 + ], + [ + 117.514914, + 34.061097 + ], + [ + 117.410205, + 34.026888 + ], + [ + 117.352922, + 34.089842 + ], + [ + 117.192778, + 34.068532 + ], + [ + 117.025243, + 34.167106 + ], + [ + 117.04988, + 34.242321 + ], + [ + 116.971656, + 34.279409 + ], + [ + 116.969192, + 34.387613 + ], + [ + 116.828142, + 34.389094 + ], + [ + 116.774555, + 34.452764 + ], + [ + 116.574991, + 34.488773 + ], + [ + 116.595933, + 34.510469 + ], + [ + 116.491839, + 34.57109 + ], + [ + 116.429629, + 34.652834 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.408071, + 34.85095 + ], + [ + 116.445028, + 34.89562 + ], + [ + 116.677853, + 34.939285 + ], + [ + 116.821983, + 34.929475 + ], + [ + 116.966728, + 34.875497 + ], + [ + 117.000605, + 34.793482 + ], + [ + 117.088069, + 34.702039 + ], + [ + 117.07575, + 34.637575 + ], + [ + 117.137344, + 34.633144 + ], + [ + 117.175532, + 34.47003 + ], + [ + 117.242669, + 34.445856 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.402813, + 34.569612 + ], + [ + 117.465023, + 34.484827 + ], + [ + 117.592523, + 34.462631 + ], + [ + 117.684298, + 34.547439 + ], + [ + 117.801942, + 34.51885 + ], + [ + 117.793935, + 34.65185 + ], + [ + 117.902956, + 34.644467 + ], + [ + 117.951615, + 34.678424 + ], + [ + 118.084042, + 34.655788 + ], + [ + 118.079115, + 34.569612 + ], + [ + 118.185056, + 34.543989 + ], + [ + 118.132702, + 34.483348 + ], + [ + 118.177665, + 34.453257 + ], + [ + 118.179513, + 34.379218 + ], + [ + 118.290382, + 34.424637 + ], + [ + 118.404947, + 34.427598 + ], + [ + 118.440671, + 34.527724 + ], + [ + 118.424657, + 34.595228 + ], + [ + 118.460997, + 34.65628 + ], + [ + 118.601431, + 34.714336 + ], + [ + 118.690127, + 34.678424 + ], + [ + 118.783749, + 34.723188 + ], + [ + 118.719076, + 34.745315 + ], + [ + 118.772047, + 34.794464 + ], + [ + 118.860742, + 34.94419 + ], + [ + 118.865053, + 35.029974 + ], + [ + 118.928495, + 35.051039 + ], + [ + 119.114509, + 35.054958 + ], + [ + 119.137915, + 35.09609 + ], + [ + 119.286972, + 35.11518 + ], + [ + 119.306066, + 35.076506 + ], + [ + 119.238929, + 35.04908 + ], + [ + 119.202588, + 34.890222 + ], + [ + 119.238313, + 34.799378 + ], + [ + 119.378747, + 34.764487 + ], + [ + 119.459435, + 34.770876 + ], + [ + 119.50871, + 34.729089 + ], + [ + 119.465594, + 34.673012 + ], + [ + 119.582623, + 34.598676 + ], + [ + 119.781571, + 34.515892 + ], + [ + 119.811752, + 34.48532 + ], + [ + 119.962657, + 34.458684 + ], + [ + 120.311895, + 34.307091 + ], + [ + 120.367329, + 34.091328 + ], + [ + 120.583524, + 33.668608 + ], + [ + 120.651277, + 33.575937 + ], + [ + 120.741205, + 33.337826 + ], + [ + 120.821893, + 33.298327 + ], + [ + 120.90566, + 33.030366 + ], + [ + 120.929682, + 32.876232 + ], + [ + 120.974646, + 32.874724 + ], + [ + 120.966638, + 32.770141 + ], + [ + 120.900733, + 32.72334 + ], + [ + 120.916131, + 32.642261 + ], + [ + 121.153268, + 32.529333 + ], + [ + 121.352216, + 32.47433 + ], + [ + 121.425513, + 32.430909 + ], + [ + 121.472941, + 32.138034 + ], + [ + 121.524063, + 32.137528 + ], + [ + 121.759352, + 32.059471 + ], + [ + 121.856055, + 31.95546 + ], + [ + 121.970004, + 31.719096 + ], + [ + 121.974931, + 31.617249 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 330000, + "name": "浙江省", + "center": [ + 120.153576, + 30.287459 + ], + "centroid": [ + 120.109522, + 29.181876 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 10, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.461568, + 27.14259 + ], + [ + 120.401206, + 27.211253 + ], + [ + 120.430155, + 27.258601 + ], + [ + 120.34146, + 27.39946 + ], + [ + 120.26262, + 27.432921 + ], + [ + 120.13512, + 27.420175 + ], + [ + 120.052584, + 27.338886 + ], + [ + 120.007005, + 27.376084 + ], + [ + 119.843165, + 27.300611 + ], + [ + 119.770484, + 27.305928 + ], + [ + 119.685485, + 27.438762 + ], + [ + 119.70889, + 27.514141 + ], + [ + 119.630666, + 27.582574 + ], + [ + 119.644217, + 27.663684 + ], + [ + 119.501319, + 27.649905 + ], + [ + 119.474833, + 27.539079 + ], + [ + 119.376899, + 27.534835 + ], + [ + 119.267878, + 27.421237 + ], + [ + 119.194581, + 27.418582 + ], + [ + 118.983314, + 27.498751 + ], + [ + 118.903858, + 27.462125 + ], + [ + 118.869365, + 27.54014 + ], + [ + 118.913713, + 27.61651 + ], + [ + 118.818242, + 27.916697 + ], + [ + 118.730163, + 27.970611 + ], + [ + 118.719076, + 28.063576 + ], + [ + 118.802228, + 28.117416 + ], + [ + 118.771431, + 28.188634 + ], + [ + 118.802228, + 28.240303 + ], + [ + 118.700598, + 28.310912 + ], + [ + 118.674728, + 28.271398 + ], + [ + 118.587881, + 28.28299 + ], + [ + 118.444367, + 28.25348 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.486867, + 28.328821 + ], + [ + 118.432048, + 28.402003 + ], + [ + 118.472084, + 28.482497 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.421577, + 28.540331 + ], + [ + 118.421577, + 28.541908 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.431432, + 28.679528 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.306396, + 28.823782 + ], + [ + 118.270056, + 28.918619 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.037847, + 29.097054 + ], + [ + 118.027992, + 29.168132 + ], + [ + 118.077883, + 29.290836 + ], + [ + 118.136397, + 29.284052 + ], + [ + 118.20723, + 29.346135 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.316252, + 29.422774 + ], + [ + 118.310708, + 29.49623 + ], + [ + 118.496106, + 29.519662 + ], + [ + 118.500417, + 29.575877 + ], + [ + 118.573714, + 29.638302 + ], + [ + 118.644547, + 29.641942 + ], + [ + 118.744945, + 29.738621 + ], + [ + 118.755416, + 29.845586 + ], + [ + 118.894619, + 29.93792 + ], + [ + 118.902626, + 30.029133 + ], + [ + 118.847807, + 30.163208 + ], + [ + 118.929727, + 30.202515 + ], + [ + 118.880452, + 30.31518 + ], + [ + 118.954365, + 30.360106 + ], + [ + 119.06277, + 30.304849 + ], + [ + 119.201356, + 30.290901 + ], + [ + 119.246936, + 30.341002 + ], + [ + 119.36766, + 30.384885 + ], + [ + 119.326392, + 30.532906 + ], + [ + 119.237081, + 30.54682 + ], + [ + 119.238929, + 30.60915 + ], + [ + 119.312225, + 30.620993 + ], + [ + 119.386754, + 30.685333 + ], + [ + 119.416935, + 30.642101 + ], + [ + 119.482841, + 30.70437 + ], + [ + 119.479761, + 30.772253 + ], + [ + 119.575847, + 30.829814 + ], + [ + 119.585702, + 30.976642 + ], + [ + 119.633746, + 31.019724 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.678093, + 31.168308 + ], + [ + 119.919542, + 31.170868 + ], + [ + 120.001461, + 31.026902 + ], + [ + 120.13512, + 30.941752 + ], + [ + 120.226279, + 30.926356 + ], + [ + 120.371025, + 30.948424 + ], + [ + 120.35809, + 30.88734 + ], + [ + 120.423996, + 30.900689 + ], + [ + 120.504684, + 30.757858 + ], + [ + 120.589068, + 30.854472 + ], + [ + 120.713487, + 30.885286 + ], + [ + 120.698089, + 30.970999 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.991892, + 31.00793 + ], + [ + 120.989428, + 30.833924 + ], + [ + 121.097218, + 30.85704 + ], + [ + 121.123087, + 30.778936 + ], + [ + 121.217942, + 30.785105 + ], + [ + 121.274608, + 30.677615 + ], + [ + 121.058413, + 30.563823 + ], + [ + 121.225333, + 30.404496 + ], + [ + 121.328195, + 30.397271 + ], + [ + 121.497578, + 30.258864 + ], + [ + 121.632469, + 30.072119 + ], + [ + 121.721164, + 29.992865 + ], + [ + 121.78399, + 29.993383 + ], + [ + 121.919497, + 29.920808 + ], + [ + 121.968156, + 29.956584 + ], + [ + 122.00696, + 29.891764 + ], + [ + 122.140003, + 29.901619 + ], + [ + 122.10243, + 29.859597 + ], + [ + 121.997721, + 29.759919 + ], + [ + 121.937359, + 29.748491 + ], + [ + 121.833265, + 29.653382 + ], + [ + 121.966308, + 29.635702 + ], + [ + 122.000185, + 29.582642 + ], + [ + 121.968772, + 29.515497 + ], + [ + 121.993409, + 29.451954 + ], + [ + 121.937975, + 29.384201 + ], + [ + 121.986634, + 29.15507 + ], + [ + 121.966308, + 29.053128 + ], + [ + 121.884388, + 29.105419 + ], + [ + 121.780294, + 29.109601 + ], + [ + 121.767975, + 29.166565 + ], + [ + 121.660186, + 29.118487 + ], + [ + 121.774751, + 28.864138 + ], + [ + 121.668193, + 28.873046 + ], + [ + 121.704534, + 28.816443 + ], + [ + 121.689135, + 28.719415 + ], + [ + 121.540694, + 28.655379 + ], + [ + 121.634317, + 28.56293 + ], + [ + 121.687287, + 28.40095 + ], + [ + 121.627541, + 28.251899 + ], + [ + 121.499426, + 28.306171 + ], + [ + 121.373774, + 28.133246 + ], + [ + 121.288159, + 28.144854 + ], + [ + 121.261057, + 28.034533 + ], + [ + 121.140949, + 28.031364 + ], + [ + 121.108304, + 28.13905 + ], + [ + 121.059029, + 28.096305 + ], + [ + 120.991892, + 27.95 + ], + [ + 121.05595, + 27.900306 + ], + [ + 121.162507, + 27.90718 + ], + [ + 121.152652, + 27.810376 + ], + [ + 121.153268, + 27.809847 + ], + [ + 121.149572, + 27.801908 + ], + [ + 121.149572, + 27.801379 + ], + [ + 121.149572, + 27.80085 + ], + [ + 121.13479, + 27.787088 + ], + [ + 121.134174, + 27.787088 + ], + [ + 121.152036, + 27.815139 + ], + [ + 121.027616, + 27.832601 + ], + [ + 120.942001, + 27.896605 + ], + [ + 120.797871, + 27.779677 + ], + [ + 120.634647, + 27.577271 + ], + [ + 120.703016, + 27.478581 + ], + [ + 120.673451, + 27.369708 + ], + [ + 120.572437, + 27.313903 + ], + [ + 120.544104, + 27.154303 + ], + [ + 120.461568, + 27.14259 + ] + ] + ], + [ + [ + [ + 122.301379, + 29.942068 + ], + [ + 122.163408, + 29.988201 + ], + [ + 122.038989, + 29.989756 + ], + [ + 121.991561, + 30.075743 + ], + [ + 121.990945, + 30.076261 + ], + [ + 121.952757, + 30.183898 + ], + [ + 122.152938, + 30.113015 + ], + [ + 122.293988, + 30.100075 + ], + [ + 122.347574, + 30.014109 + ], + [ + 122.301379, + 29.942068 + ] + ] + ], + [ + [ + [ + 122.100583, + 30.304333 + ], + [ + 122.228082, + 30.329641 + ], + [ + 122.22993, + 30.232503 + ], + [ + 122.058083, + 30.291934 + ], + [ + 122.100583, + 30.304333 + ] + ] + ], + [ + [ + [ + 122.317393, + 30.249561 + ], + [ + 122.40732, + 30.272817 + ], + [ + 122.397465, + 30.225266 + ], + [ + 122.317393, + 30.249561 + ] + ] + ], + [ + [ + [ + 122.435038, + 29.906287 + ], + [ + 122.391922, + 29.831573 + ], + [ + 122.327248, + 29.922883 + ], + [ + 122.411632, + 29.951918 + ], + [ + 122.435038, + 29.906287 + ] + ] + ], + [ + [ + [ + 122.353734, + 30.464339 + ], + [ + 122.423335, + 30.408624 + ], + [ + 122.281669, + 30.418944 + ], + [ + 122.277973, + 30.471558 + ], + [ + 122.353734, + 30.464339 + ] + ] + ], + [ + [ + [ + 122.303843, + 29.832611 + ], + [ + 122.310002, + 29.766671 + ], + [ + 122.221307, + 29.832611 + ], + [ + 122.303843, + 29.832611 + ] + ] + ], + [ + [ + [ + 122.13138, + 29.673659 + ], + [ + 122.047612, + 29.719396 + ], + [ + 122.130148, + 29.79056 + ], + [ + 122.200981, + 29.711082 + ], + [ + 122.192358, + 29.655462 + ], + [ + 122.13138, + 29.673659 + ] + ] + ], + [ + [ + [ + 121.943518, + 30.77688 + ], + [ + 121.970004, + 30.789217 + ], + [ + 122.011271, + 30.669381 + ], + [ + 121.968156, + 30.68842 + ], + [ + 121.943518, + 30.77688 + ] + ] + ], + [ + [ + [ + 121.874533, + 29.964878 + ], + [ + 121.835113, + 29.992865 + ], + [ + 121.855439, + 30.085062 + ], + [ + 121.924424, + 30.052441 + ], + [ + 121.933047, + 29.994938 + ], + [ + 121.874533, + 29.964878 + ] + ] + ], + [ + [ + [ + 122.155401, + 29.97058 + ], + [ + 122.154169, + 29.971098 + ], + [ + 122.152322, + 29.971098 + ], + [ + 122.163408, + 29.988201 + ], + [ + 122.155401, + 29.97058 + ] + ] + ], + [ + [ + [ + 121.136638, + 27.948414 + ], + [ + 121.041783, + 27.943657 + ], + [ + 121.0695, + 27.984349 + ], + [ + 121.136638, + 27.948414 + ] + ] + ], + [ + [ + [ + 121.134174, + 27.786029 + ], + [ + 121.134174, + 27.787088 + ], + [ + 121.13479, + 27.787088 + ], + [ + 121.134174, + 27.786029 + ] + ] + ], + [ + [ + [ + 122.152322, + 29.971098 + ], + [ + 122.154169, + 29.971098 + ], + [ + 122.155401, + 29.97058 + ], + [ + 122.152322, + 29.971098 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 340000, + "name": "安徽省", + "center": [ + 117.283042, + 31.86119 + ], + "centroid": [ + 117.226894, + 31.849585 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 11, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.5088, + 32.468777 + ], + [ + 115.409018, + 32.549005 + ], + [ + 115.304924, + 32.553039 + ], + [ + 115.20083, + 32.591864 + ], + [ + 115.183584, + 32.665937 + ], + [ + 115.197135, + 32.85613 + ], + [ + 115.139237, + 32.897837 + ], + [ + 114.943368, + 32.935005 + ], + [ + 114.883006, + 32.990227 + ], + [ + 114.925506, + 33.016821 + ], + [ + 114.902716, + 33.129632 + ], + [ + 114.966158, + 33.147167 + ], + [ + 115.042534, + 33.08653 + ], + [ + 115.168186, + 33.088535 + ], + [ + 115.301229, + 33.141657 + ], + [ + 115.365286, + 33.335826 + ], + [ + 115.312931, + 33.376307 + ], + [ + 115.345576, + 33.503125 + ], + [ + 115.421953, + 33.556992 + ], + [ + 115.639995, + 33.584909 + ], + [ + 115.563003, + 33.771624 + ], + [ + 115.614126, + 33.775603 + ], + [ + 115.629524, + 33.871536 + ], + [ + 115.546988, + 33.875014 + ], + [ + 115.60735, + 34.030359 + ], + [ + 115.736082, + 34.076957 + ], + [ + 115.877132, + 34.003083 + ], + [ + 115.95782, + 34.007547 + ], + [ + 116.00032, + 33.964881 + ], + [ + 115.987385, + 33.900842 + ], + [ + 116.05945, + 33.861103 + ], + [ + 116.074232, + 33.781571 + ], + [ + 116.155536, + 33.709929 + ], + [ + 116.263326, + 33.729835 + ], + [ + 116.316297, + 33.771127 + ], + [ + 116.437021, + 33.801461 + ], + [ + 116.437637, + 33.846694 + ], + [ + 116.64336, + 33.896869 + ], + [ + 116.648288, + 33.973317 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.530643, + 34.107183 + ], + [ + 116.565752, + 34.173541 + ], + [ + 116.516477, + 34.296217 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.26271, + 34.375762 + ], + [ + 116.213435, + 34.382181 + ], + [ + 116.162312, + 34.459178 + ], + [ + 116.204196, + 34.508497 + ], + [ + 116.196804, + 34.576017 + ], + [ + 116.240536, + 34.552367 + ], + [ + 116.281188, + 34.60754 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.429629, + 34.652834 + ], + [ + 116.491839, + 34.57109 + ], + [ + 116.595933, + 34.510469 + ], + [ + 116.574991, + 34.488773 + ], + [ + 116.774555, + 34.452764 + ], + [ + 116.828142, + 34.389094 + ], + [ + 116.969192, + 34.387613 + ], + [ + 116.971656, + 34.279409 + ], + [ + 117.04988, + 34.242321 + ], + [ + 117.025243, + 34.167106 + ], + [ + 117.192778, + 34.068532 + ], + [ + 117.352922, + 34.089842 + ], + [ + 117.410205, + 34.026888 + ], + [ + 117.514914, + 34.061097 + ], + [ + 117.575892, + 33.982744 + ], + [ + 117.629479, + 34.028872 + ], + [ + 117.715095, + 33.879485 + ], + [ + 117.758826, + 33.885445 + ], + [ + 117.752667, + 33.711422 + ], + [ + 117.805638, + 33.736304 + ], + [ + 117.901724, + 33.719883 + ], + [ + 118.116071, + 33.767645 + ], + [ + 118.16781, + 33.66313 + ], + [ + 118.112376, + 33.617302 + ], + [ + 118.108064, + 33.475181 + ], + [ + 118.050782, + 33.492148 + ], + [ + 117.971941, + 33.277821 + ], + [ + 117.939297, + 33.262813 + ], + [ + 118.038463, + 33.134642 + ], + [ + 118.221397, + 33.182228 + ], + [ + 118.244803, + 32.998256 + ], + [ + 118.293462, + 32.947056 + ], + [ + 118.2331, + 32.914414 + ], + [ + 118.250346, + 32.84859 + ], + [ + 118.375382, + 32.718809 + ], + [ + 118.707373, + 32.720319 + ], + [ + 118.756648, + 32.737433 + ], + [ + 118.74125, + 32.850601 + ], + [ + 118.811467, + 32.854622 + ], + [ + 118.849039, + 32.956596 + ], + [ + 118.995017, + 32.958604 + ], + [ + 119.104038, + 32.82647 + ], + [ + 119.184726, + 32.825465 + ], + [ + 119.22045, + 32.57674 + ], + [ + 119.084944, + 32.452622 + ], + [ + 119.041212, + 32.515207 + ], + [ + 118.978386, + 32.504106 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.563859, + 32.56363 + ], + [ + 118.592192, + 32.481396 + ], + [ + 118.69259, + 32.463224 + ], + [ + 118.69567, + 32.31721 + ], + [ + 118.642083, + 32.208937 + ], + [ + 118.522591, + 32.188178 + ], + [ + 118.499801, + 32.1203 + ], + [ + 118.400019, + 32.077724 + ], + [ + 118.363679, + 31.930581 + ], + [ + 118.504729, + 31.841674 + ], + [ + 118.481939, + 31.778117 + ], + [ + 118.552772, + 31.729275 + ], + [ + 118.638388, + 31.759295 + ], + [ + 118.697518, + 31.709935 + ], + [ + 118.643931, + 31.65138 + ], + [ + 118.736938, + 31.634061 + ], + [ + 118.77451, + 31.682444 + ], + [ + 118.804691, + 31.618268 + ], + [ + 118.858278, + 31.624382 + ], + [ + 118.873061, + 31.53569 + ], + [ + 118.866285, + 31.527021 + ], + [ + 118.870597, + 31.526001 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.853967, + 31.39841 + ], + [ + 118.745561, + 31.37287 + ], + [ + 118.728931, + 31.281384 + ], + [ + 118.781286, + 31.239956 + ], + [ + 119.075089, + 31.232282 + ], + [ + 119.199508, + 31.293655 + ], + [ + 119.267878, + 31.250698 + ], + [ + 119.379979, + 31.269622 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.460051, + 31.156533 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.633746, + 31.019724 + ], + [ + 119.585702, + 30.976642 + ], + [ + 119.575847, + 30.829814 + ], + [ + 119.479761, + 30.772253 + ], + [ + 119.482841, + 30.70437 + ], + [ + 119.416935, + 30.642101 + ], + [ + 119.386754, + 30.685333 + ], + [ + 119.312225, + 30.620993 + ], + [ + 119.238929, + 30.60915 + ], + [ + 119.237081, + 30.54682 + ], + [ + 119.326392, + 30.532906 + ], + [ + 119.36766, + 30.384885 + ], + [ + 119.246936, + 30.341002 + ], + [ + 119.201356, + 30.290901 + ], + [ + 119.06277, + 30.304849 + ], + [ + 118.954365, + 30.360106 + ], + [ + 118.880452, + 30.31518 + ], + [ + 118.929727, + 30.202515 + ], + [ + 118.847807, + 30.163208 + ], + [ + 118.902626, + 30.029133 + ], + [ + 118.894619, + 29.93792 + ], + [ + 118.755416, + 29.845586 + ], + [ + 118.744945, + 29.738621 + ], + [ + 118.644547, + 29.641942 + ], + [ + 118.573714, + 29.638302 + ], + [ + 118.500417, + 29.575877 + ], + [ + 118.496106, + 29.519662 + ], + [ + 118.310708, + 29.49623 + ], + [ + 118.316252, + 29.422774 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.136397, + 29.419125 + ], + [ + 118.134549, + 29.508728 + ], + [ + 118.008282, + 29.578479 + ], + [ + 117.872775, + 29.547774 + ], + [ + 117.807486, + 29.573796 + ], + [ + 117.707703, + 29.548815 + ], + [ + 117.647957, + 29.614897 + ], + [ + 117.545711, + 29.594089 + ], + [ + 117.532161, + 29.651822 + ], + [ + 117.453936, + 29.688214 + ], + [ + 117.455168, + 29.749011 + ], + [ + 117.384335, + 29.84351 + ], + [ + 117.29256, + 29.822749 + ], + [ + 117.246365, + 29.915104 + ], + [ + 117.17738, + 29.921846 + ], + [ + 117.073286, + 29.832092 + ], + [ + 117.136728, + 29.7755 + ], + [ + 117.112706, + 29.712121 + ], + [ + 116.780715, + 29.570153 + ], + [ + 116.651983, + 29.637262 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.717273, + 29.690813 + ], + [ + 116.710498, + 29.69705 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.706186, + 29.69809 + ], + [ + 116.698795, + 29.707964 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.789954, + 29.795233 + ], + [ + 116.882961, + 29.89332 + ], + [ + 116.900207, + 29.949326 + ], + [ + 116.83307, + 29.957621 + ], + [ + 116.747454, + 30.057101 + ], + [ + 116.666766, + 30.076779 + ], + [ + 116.586078, + 30.046226 + ], + [ + 116.552201, + 29.909918 + ], + [ + 116.473361, + 29.89747 + ], + [ + 116.26271, + 29.782251 + ], + [ + 116.207891, + 29.82742 + ], + [ + 116.13521, + 29.819634 + ], + [ + 116.127203, + 29.899544 + ], + [ + 116.073616, + 29.970061 + ], + [ + 116.091479, + 30.036385 + ], + [ + 116.065609, + 30.204584 + ], + [ + 115.985537, + 30.290901 + ], + [ + 115.903001, + 30.313631 + ], + [ + 115.921479, + 30.416364 + ], + [ + 115.876516, + 30.582368 + ], + [ + 115.819234, + 30.59782 + ], + [ + 115.762567, + 30.685848 + ], + [ + 115.782893, + 30.751687 + ], + [ + 115.851262, + 30.756829 + ], + [ + 115.865429, + 30.864231 + ], + [ + 115.976298, + 30.931488 + ], + [ + 116.071769, + 30.956633 + ], + [ + 116.058834, + 31.012545 + ], + [ + 115.938726, + 31.047409 + ], + [ + 115.869125, + 31.147828 + ], + [ + 115.763799, + 31.118123 + ], + [ + 115.700973, + 31.201068 + ], + [ + 115.646155, + 31.209768 + ], + [ + 115.559307, + 31.160117 + ], + [ + 115.516191, + 31.263485 + ], + [ + 115.457677, + 31.281384 + ], + [ + 115.442279, + 31.346303 + ], + [ + 115.372062, + 31.349368 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.371446, + 31.495905 + ], + [ + 115.496481, + 31.674297 + ], + [ + 115.660937, + 31.760822 + ], + [ + 115.767495, + 31.787272 + ], + [ + 115.816154, + 31.762348 + ], + [ + 115.909777, + 31.791849 + ], + [ + 115.893146, + 31.833033 + ], + [ + 115.931334, + 31.994541 + ], + [ + 115.941805, + 32.166402 + ], + [ + 115.912856, + 32.227666 + ], + [ + 115.899306, + 32.391005 + ], + [ + 115.845719, + 32.501583 + ], + [ + 115.789052, + 32.468777 + ], + [ + 115.706517, + 32.494014 + ], + [ + 115.667712, + 32.409696 + ], + [ + 115.567314, + 32.421819 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.510648, + 32.467768 + ], + [ + 115.510648, + 32.468272 + ], + [ + 115.510648, + 32.468777 + ], + [ + 115.5088, + 32.468777 + ] + ] + ], + [ + [ + [ + 116.717273, + 29.690813 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.698795, + 29.707964 + ], + [ + 116.706186, + 29.69809 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.710498, + 29.69705 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.717273, + 29.690813 + ] + ] + ], + [ + [ + [ + 118.873061, + 31.53569 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.870597, + 31.526001 + ], + [ + 118.866285, + 31.527021 + ], + [ + 118.873061, + 31.53569 + ] + ] + ], + [ + [ + [ + 115.510648, + 32.468777 + ], + [ + 115.510648, + 32.468272 + ], + [ + 115.510648, + 32.467768 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.5088, + 32.468777 + ], + [ + 115.510648, + 32.468777 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 350000, + "name": "福建省", + "center": [ + 119.306239, + 26.075302 + ], + "centroid": [ + 118.005928, + 26.070282 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 12, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.461568, + 27.14259 + ], + [ + 120.393199, + 27.081343 + ], + [ + 120.287257, + 27.094128 + ], + [ + 120.29588, + 27.035519 + ], + [ + 120.231823, + 26.907006 + ], + [ + 120.117258, + 26.916609 + ], + [ + 120.047041, + 26.824809 + ], + [ + 120.1382, + 26.79704 + ], + [ + 120.165917, + 26.73133 + ], + [ + 120.110483, + 26.692848 + ], + [ + 120.1382, + 26.637775 + ], + [ + 119.967585, + 26.597657 + ], + [ + 119.896136, + 26.516306 + ], + [ + 119.827767, + 26.524872 + ], + [ + 119.851788, + 26.595516 + ], + [ + 119.949107, + 26.624404 + ], + [ + 120.052584, + 26.786892 + ], + [ + 119.942947, + 26.784756 + ], + [ + 119.86965, + 26.642588 + ], + [ + 119.83023, + 26.69071 + ], + [ + 119.711354, + 26.686433 + ], + [ + 119.665159, + 26.725986 + ], + [ + 119.577695, + 26.622264 + ], + [ + 119.788346, + 26.58321 + ], + [ + 119.876426, + 26.359867 + ], + [ + 119.962657, + 26.373269 + ], + [ + 119.8986, + 26.308388 + ], + [ + 119.841317, + 26.322333 + ], + [ + 119.668854, + 26.256887 + ], + [ + 119.604181, + 26.168853 + ], + [ + 119.668854, + 26.025924 + ], + [ + 119.723673, + 26.011406 + ], + [ + 119.688564, + 25.897892 + ], + [ + 119.632514, + 25.884436 + ], + [ + 119.635594, + 25.746011 + ], + [ + 119.601101, + 25.683479 + ], + [ + 119.472986, + 25.662448 + ], + [ + 119.586934, + 25.592317 + ], + [ + 119.634362, + 25.475161 + ], + [ + 119.716898, + 25.550758 + ], + [ + 119.716898, + 25.551838 + ], + [ + 119.683637, + 25.592856 + ], + [ + 119.785883, + 25.667841 + ], + [ + 119.790194, + 25.614439 + ], + [ + 119.883817, + 25.54644 + ], + [ + 119.812368, + 25.523225 + ], + [ + 119.864107, + 25.479482 + ], + [ + 119.764325, + 25.433562 + ], + [ + 119.773564, + 25.395732 + ], + [ + 119.646064, + 25.460576 + ], + [ + 119.649144, + 25.34275 + ], + [ + 119.549362, + 25.367082 + ], + [ + 119.48592, + 25.364919 + ], + [ + 119.490232, + 25.447069 + ], + [ + 119.438493, + 25.412487 + ], + [ + 119.452044, + 25.490824 + ], + [ + 119.36458, + 25.521065 + ], + [ + 119.354725, + 25.427077 + ], + [ + 119.288204, + 25.410865 + ], + [ + 119.256175, + 25.488664 + ], + [ + 119.14469, + 25.388165 + ], + [ + 119.299291, + 25.32869 + ], + [ + 119.380595, + 25.250247 + ], + [ + 119.293131, + 25.23347 + ], + [ + 119.26911, + 25.15984 + ], + [ + 119.131755, + 25.223187 + ], + [ + 119.165632, + 25.145217 + ], + [ + 119.119436, + 25.012447 + ], + [ + 119.107118, + 25.075327 + ], + [ + 119.035669, + 25.125717 + ], + [ + 119.081248, + 25.218856 + ], + [ + 118.989473, + 25.202075 + ], + [ + 118.996864, + 25.266481 + ], + [ + 118.911249, + 25.241589 + ], + [ + 118.981466, + 25.19612 + ], + [ + 118.975923, + 25.118133 + ], + [ + 118.868133, + 25.082372 + ], + [ + 118.928495, + 25.025459 + ], + [ + 119.02335, + 25.04877 + ], + [ + 118.989473, + 24.973944 + ], + [ + 119.032589, + 24.962011 + ], + [ + 119.032589, + 24.961468 + ], + [ + 118.918024, + 24.924034 + ], + [ + 118.96114, + 24.871933 + ], + [ + 118.86259, + 24.886589 + ], + [ + 118.650707, + 24.808949 + ], + [ + 118.786213, + 24.776358 + ], + [ + 118.703677, + 24.665485 + ], + [ + 118.675344, + 24.57628 + ], + [ + 118.558316, + 24.512602 + ], + [ + 118.557084, + 24.573016 + ], + [ + 118.444367, + 24.614907 + ], + [ + 118.355056, + 24.534376 + ], + [ + 118.242955, + 24.512602 + ], + [ + 118.134549, + 24.575736 + ], + [ + 118.12531, + 24.571927 + ], + [ + 118.048934, + 24.418385 + ], + [ + 118.088354, + 24.409123 + ], + [ + 118.158571, + 24.270111 + ], + [ + 118.001507, + 24.176805 + ], + [ + 117.762522, + 23.88718 + ], + [ + 117.671979, + 23.877879 + ], + [ + 117.612849, + 23.71364 + ], + [ + 117.500132, + 23.703232 + ], + [ + 117.463791, + 23.58539 + ], + [ + 117.387415, + 23.555228 + ], + [ + 117.192778, + 23.561809 + ], + [ + 117.192778, + 23.629799 + ], + [ + 117.053576, + 23.696657 + ], + [ + 117.012308, + 23.855446 + ], + [ + 116.980279, + 23.881709 + ], + [ + 116.981511, + 23.999282 + ], + [ + 116.939627, + 24.033713 + ], + [ + 116.9347, + 24.127123 + ], + [ + 116.998757, + 24.178988 + ], + [ + 116.933468, + 24.21992 + ], + [ + 116.903903, + 24.369888 + ], + [ + 116.860787, + 24.462507 + ], + [ + 116.789338, + 24.50988 + ], + [ + 116.761005, + 24.58281 + ], + [ + 116.815207, + 24.655154 + ], + [ + 116.778867, + 24.680165 + ], + [ + 116.597165, + 24.65461 + ], + [ + 116.525716, + 24.604572 + ], + [ + 116.486912, + 24.71876 + ], + [ + 116.44626, + 24.714412 + ], + [ + 116.376659, + 24.820353 + ], + [ + 116.245464, + 24.793197 + ], + [ + 116.18079, + 24.87519 + ], + [ + 116.068073, + 24.849675 + ], + [ + 116.014486, + 24.905584 + ], + [ + 115.89253, + 24.937056 + ], + [ + 115.873436, + 25.020038 + ], + [ + 115.928255, + 25.050396 + ], + [ + 115.880212, + 25.092126 + ], + [ + 115.855574, + 25.209654 + ], + [ + 115.929487, + 25.234553 + ], + [ + 116.008327, + 25.319496 + ], + [ + 116.005247, + 25.490284 + ], + [ + 116.063145, + 25.563173 + ], + [ + 116.067457, + 25.703967 + ], + [ + 116.18079, + 25.774571 + ], + [ + 116.131515, + 25.82413 + ], + [ + 116.176478, + 25.893048 + ], + [ + 116.258398, + 25.902736 + ], + [ + 116.36434, + 25.960312 + ], + [ + 116.383434, + 26.029687 + ], + [ + 116.489375, + 26.113529 + ], + [ + 116.471513, + 26.175296 + ], + [ + 116.396985, + 26.166168 + ], + [ + 116.412999, + 26.298197 + ], + [ + 116.519557, + 26.410251 + ], + [ + 116.601476, + 26.372733 + ], + [ + 116.610716, + 26.477216 + ], + [ + 116.539267, + 26.559129 + ], + [ + 116.566368, + 26.650075 + ], + [ + 116.516477, + 26.69071 + ], + [ + 116.557745, + 26.774073 + ], + [ + 116.548506, + 26.839758 + ], + [ + 116.679085, + 26.978479 + ], + [ + 116.910062, + 27.034453 + ], + [ + 117.05296, + 27.100519 + ], + [ + 117.043721, + 27.139928 + ], + [ + 117.171836, + 27.290509 + ], + [ + 117.100387, + 27.338886 + ], + [ + 117.133032, + 27.4223 + ], + [ + 117.084989, + 27.564011 + ], + [ + 117.01662, + 27.563481 + ], + [ + 117.040641, + 27.670043 + ], + [ + 117.096692, + 27.626582 + ], + [ + 117.118865, + 27.694416 + ], + [ + 117.204481, + 27.683819 + ], + [ + 117.296872, + 27.764854 + ], + [ + 117.27901, + 27.870161 + ], + [ + 117.341836, + 27.855879 + ], + [ + 117.52169, + 27.982236 + ], + [ + 117.608537, + 27.863814 + ], + [ + 117.740348, + 27.800321 + ], + [ + 117.78716, + 27.896076 + ], + [ + 117.856145, + 27.945772 + ], + [ + 117.999043, + 27.991218 + ], + [ + 118.096977, + 27.96744 + ], + [ + 118.155491, + 28.061992 + ], + [ + 118.356288, + 28.091555 + ], + [ + 118.37415, + 28.188106 + ], + [ + 118.314404, + 28.22238 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.444367, + 28.25348 + ], + [ + 118.587881, + 28.28299 + ], + [ + 118.674728, + 28.271398 + ], + [ + 118.700598, + 28.310912 + ], + [ + 118.802228, + 28.240303 + ], + [ + 118.771431, + 28.188634 + ], + [ + 118.802228, + 28.117416 + ], + [ + 118.719076, + 28.063576 + ], + [ + 118.730163, + 27.970611 + ], + [ + 118.818242, + 27.916697 + ], + [ + 118.913713, + 27.61651 + ], + [ + 118.869365, + 27.54014 + ], + [ + 118.903858, + 27.462125 + ], + [ + 118.983314, + 27.498751 + ], + [ + 119.194581, + 27.418582 + ], + [ + 119.267878, + 27.421237 + ], + [ + 119.376899, + 27.534835 + ], + [ + 119.474833, + 27.539079 + ], + [ + 119.501319, + 27.649905 + ], + [ + 119.644217, + 27.663684 + ], + [ + 119.630666, + 27.582574 + ], + [ + 119.70889, + 27.514141 + ], + [ + 119.685485, + 27.438762 + ], + [ + 119.770484, + 27.305928 + ], + [ + 119.843165, + 27.300611 + ], + [ + 120.007005, + 27.376084 + ], + [ + 120.052584, + 27.338886 + ], + [ + 120.13512, + 27.420175 + ], + [ + 120.26262, + 27.432921 + ], + [ + 120.34146, + 27.39946 + ], + [ + 120.430155, + 27.258601 + ], + [ + 120.401206, + 27.211253 + ], + [ + 120.461568, + 27.14259 + ] + ] + ], + [ + [ + [ + 118.412338, + 24.514235 + ], + [ + 118.477012, + 24.437452 + ], + [ + 118.335962, + 24.385148 + ], + [ + 118.316252, + 24.487557 + ], + [ + 118.374766, + 24.458695 + ], + [ + 118.412338, + 24.514235 + ] + ] + ], + [ + [ + [ + 119.532116, + 25.203158 + ], + [ + 119.549362, + 25.162007 + ], + [ + 119.444036, + 25.202075 + ], + [ + 119.473601, + 25.259988 + ], + [ + 119.532116, + 25.203158 + ] + ] + ], + [ + [ + [ + 118.079115, + 24.444533 + ], + [ + 118.093281, + 24.540907 + ], + [ + 118.142557, + 24.561588 + ], + [ + 118.20723, + 24.487012 + ], + [ + 118.143173, + 24.421109 + ], + [ + 118.079115, + 24.444533 + ] + ] + ], + [ + [ + [ + 119.737224, + 26.646332 + ], + [ + 119.668238, + 26.628683 + ], + [ + 119.673782, + 26.681087 + ], + [ + 119.737224, + 26.646332 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 360000, + "name": "江西省", + "center": [ + 115.892151, + 28.676493 + ], + "centroid": [ + 115.732937, + 27.636129 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 13, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.94185, + 29.047374 + ], + [ + 113.952321, + 29.092871 + ], + [ + 114.061959, + 29.204176 + ], + [ + 114.252284, + 29.234985 + ], + [ + 114.259059, + 29.344049 + ], + [ + 114.519602, + 29.325271 + ], + [ + 114.660652, + 29.393585 + ], + [ + 114.759818, + 29.363345 + ], + [ + 114.931049, + 29.422252 + ], + [ + 114.860216, + 29.475917 + ], + [ + 114.940904, + 29.494147 + ], + [ + 115.00065, + 29.572235 + ], + [ + 115.154019, + 29.51029 + ], + [ + 115.142316, + 29.651822 + ], + [ + 115.359127, + 29.646623 + ], + [ + 115.471844, + 29.742777 + ], + [ + 115.511264, + 29.839877 + ], + [ + 115.667712, + 29.850257 + ], + [ + 115.837096, + 29.748491 + ], + [ + 115.965827, + 29.724593 + ], + [ + 116.13521, + 29.819634 + ], + [ + 116.207891, + 29.82742 + ], + [ + 116.26271, + 29.782251 + ], + [ + 116.473361, + 29.89747 + ], + [ + 116.552201, + 29.909918 + ], + [ + 116.586078, + 30.046226 + ], + [ + 116.666766, + 30.076779 + ], + [ + 116.747454, + 30.057101 + ], + [ + 116.83307, + 29.957621 + ], + [ + 116.900207, + 29.949326 + ], + [ + 116.882961, + 29.89332 + ], + [ + 116.789954, + 29.795233 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.651983, + 29.637262 + ], + [ + 116.780715, + 29.570153 + ], + [ + 117.112706, + 29.712121 + ], + [ + 117.136728, + 29.7755 + ], + [ + 117.073286, + 29.832092 + ], + [ + 117.17738, + 29.921846 + ], + [ + 117.246365, + 29.915104 + ], + [ + 117.29256, + 29.822749 + ], + [ + 117.384335, + 29.84351 + ], + [ + 117.455168, + 29.749011 + ], + [ + 117.453936, + 29.688214 + ], + [ + 117.532161, + 29.651822 + ], + [ + 117.545711, + 29.594089 + ], + [ + 117.647957, + 29.614897 + ], + [ + 117.707703, + 29.548815 + ], + [ + 117.807486, + 29.573796 + ], + [ + 117.872775, + 29.547774 + ], + [ + 118.008282, + 29.578479 + ], + [ + 118.134549, + 29.508728 + ], + [ + 118.136397, + 29.419125 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.20723, + 29.346135 + ], + [ + 118.136397, + 29.284052 + ], + [ + 118.077883, + 29.290836 + ], + [ + 118.027992, + 29.168132 + ], + [ + 118.037847, + 29.097054 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.270056, + 28.918619 + ], + [ + 118.306396, + 28.823782 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.431432, + 28.679528 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.421577, + 28.541908 + ], + [ + 118.421577, + 28.540331 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.472084, + 28.482497 + ], + [ + 118.432048, + 28.402003 + ], + [ + 118.486867, + 28.328821 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.314404, + 28.22238 + ], + [ + 118.37415, + 28.188106 + ], + [ + 118.356288, + 28.091555 + ], + [ + 118.155491, + 28.061992 + ], + [ + 118.096977, + 27.96744 + ], + [ + 117.999043, + 27.991218 + ], + [ + 117.856145, + 27.945772 + ], + [ + 117.78716, + 27.896076 + ], + [ + 117.740348, + 27.800321 + ], + [ + 117.608537, + 27.863814 + ], + [ + 117.52169, + 27.982236 + ], + [ + 117.341836, + 27.855879 + ], + [ + 117.27901, + 27.870161 + ], + [ + 117.296872, + 27.764854 + ], + [ + 117.204481, + 27.683819 + ], + [ + 117.118865, + 27.694416 + ], + [ + 117.096692, + 27.626582 + ], + [ + 117.040641, + 27.670043 + ], + [ + 117.01662, + 27.563481 + ], + [ + 117.084989, + 27.564011 + ], + [ + 117.133032, + 27.4223 + ], + [ + 117.100387, + 27.338886 + ], + [ + 117.171836, + 27.290509 + ], + [ + 117.043721, + 27.139928 + ], + [ + 117.05296, + 27.100519 + ], + [ + 116.910062, + 27.034453 + ], + [ + 116.679085, + 26.978479 + ], + [ + 116.548506, + 26.839758 + ], + [ + 116.557745, + 26.774073 + ], + [ + 116.516477, + 26.69071 + ], + [ + 116.566368, + 26.650075 + ], + [ + 116.539267, + 26.559129 + ], + [ + 116.610716, + 26.477216 + ], + [ + 116.601476, + 26.372733 + ], + [ + 116.519557, + 26.410251 + ], + [ + 116.412999, + 26.298197 + ], + [ + 116.396985, + 26.166168 + ], + [ + 116.471513, + 26.175296 + ], + [ + 116.489375, + 26.113529 + ], + [ + 116.383434, + 26.029687 + ], + [ + 116.36434, + 25.960312 + ], + [ + 116.258398, + 25.902736 + ], + [ + 116.176478, + 25.893048 + ], + [ + 116.131515, + 25.82413 + ], + [ + 116.18079, + 25.774571 + ], + [ + 116.067457, + 25.703967 + ], + [ + 116.063145, + 25.563173 + ], + [ + 116.005247, + 25.490284 + ], + [ + 116.008327, + 25.319496 + ], + [ + 115.929487, + 25.234553 + ], + [ + 115.855574, + 25.209654 + ], + [ + 115.880212, + 25.092126 + ], + [ + 115.928255, + 25.050396 + ], + [ + 115.873436, + 25.020038 + ], + [ + 115.89253, + 24.937056 + ], + [ + 115.907313, + 24.880075 + ], + [ + 115.822313, + 24.90884 + ], + [ + 115.756408, + 24.749192 + ], + [ + 115.845103, + 24.563221 + ], + [ + 115.688038, + 24.545261 + ], + [ + 115.67264, + 24.604028 + ], + [ + 115.573474, + 24.617083 + ], + [ + 115.556227, + 24.682883 + ], + [ + 115.412714, + 24.792654 + ], + [ + 115.358511, + 24.735064 + ], + [ + 115.308004, + 24.758429 + ], + [ + 115.095505, + 24.674184 + ], + [ + 115.056701, + 24.703541 + ], + [ + 114.909491, + 24.661679 + ], + [ + 114.868839, + 24.562132 + ], + [ + 114.729637, + 24.608924 + ], + [ + 114.704999, + 24.526211 + ], + [ + 114.664963, + 24.583898 + ], + [ + 114.589819, + 24.537642 + ], + [ + 114.534384, + 24.558867 + ], + [ + 114.428443, + 24.486468 + ], + [ + 114.391486, + 24.562677 + ], + [ + 114.308334, + 24.574104 + ], + [ + 114.258443, + 24.641558 + ], + [ + 114.169132, + 24.689407 + ], + [ + 114.27261, + 24.700279 + ], + [ + 114.33482, + 24.747562 + ], + [ + 114.403189, + 24.877361 + ], + [ + 114.395798, + 24.951161 + ], + [ + 114.506051, + 24.999975 + ], + [ + 114.561485, + 25.077495 + ], + [ + 114.640326, + 25.073702 + ], + [ + 114.735796, + 25.121925 + ], + [ + 114.679746, + 25.194495 + ], + [ + 114.743188, + 25.274597 + ], + [ + 114.63663, + 25.324364 + ], + [ + 114.535616, + 25.41681 + ], + [ + 114.381015, + 25.31571 + ], + [ + 114.31511, + 25.338424 + ], + [ + 114.262755, + 25.29191 + ], + [ + 114.13156, + 25.30922 + ], + [ + 114.039785, + 25.250789 + ], + [ + 114.051488, + 25.348699 + ], + [ + 113.94493, + 25.441667 + ], + [ + 113.983118, + 25.599332 + ], + [ + 113.913517, + 25.701272 + ], + [ + 113.971416, + 25.835979 + ], + [ + 114.028082, + 25.893586 + ], + [ + 114.007756, + 26.007104 + ], + [ + 114.044096, + 26.076452 + ], + [ + 114.237501, + 26.152204 + ], + [ + 114.181451, + 26.214489 + ], + [ + 114.088444, + 26.168316 + ], + [ + 113.944314, + 26.16402 + ], + [ + 114.029314, + 26.266545 + ], + [ + 114.030546, + 26.376485 + ], + [ + 114.085364, + 26.4065 + ], + [ + 114.073046, + 26.480965 + ], + [ + 114.106306, + 26.576254 + ], + [ + 113.915365, + 26.613706 + ], + [ + 113.860546, + 26.663978 + ], + [ + 113.834677, + 26.803983 + ], + [ + 113.927068, + 26.949149 + ], + [ + 113.821126, + 27.037651 + ], + [ + 113.779242, + 27.137265 + ], + [ + 113.848844, + 27.225087 + ], + [ + 113.872865, + 27.385116 + ], + [ + 113.616635, + 27.345264 + ], + [ + 113.632033, + 27.405303 + ], + [ + 113.583374, + 27.524754 + ], + [ + 113.607395, + 27.625522 + ], + [ + 113.763228, + 27.799262 + ], + [ + 113.729967, + 27.887086 + ], + [ + 113.752141, + 27.933614 + ], + [ + 113.864242, + 28.004954 + ], + [ + 113.914133, + 27.991218 + ], + [ + 114.047176, + 28.05724 + ], + [ + 113.992357, + 28.161207 + ], + [ + 114.107538, + 28.182833 + ], + [ + 114.25598, + 28.323554 + ], + [ + 114.252284, + 28.395687 + ], + [ + 114.172212, + 28.432524 + ], + [ + 114.218407, + 28.484601 + ], + [ + 114.08598, + 28.558201 + ], + [ + 114.157429, + 28.761384 + ], + [ + 114.152502, + 28.83479 + ], + [ + 114.076741, + 28.834266 + ], + [ + 114.008988, + 28.955273 + ], + [ + 113.966488, + 28.945326 + ], + [ + 113.94185, + 29.047374 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370000, + "name": "山东省", + "center": [ + 117.000923, + 36.675807 + ], + "centroid": [ + 118.186283, + 36.374485 + ], + "childrenNum": 17, + "level": "province", + "subFeatureIndex": 14, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.362071, + 37.634292 + ], + [ + 121.4791, + 37.474914 + ], + [ + 121.565331, + 37.440242 + ], + [ + 121.635548, + 37.49438 + ], + [ + 121.66573, + 37.47349 + ], + [ + 121.923808, + 37.473015 + ], + [ + 122.08888, + 37.554171 + ], + [ + 122.166488, + 37.439292 + ], + [ + 122.234857, + 37.469216 + ], + [ + 122.284133, + 37.426464 + ], + [ + 122.41656, + 37.414585 + ], + [ + 122.487393, + 37.434541 + ], + [ + 122.553914, + 37.406981 + ], + [ + 122.670942, + 37.429315 + ], + [ + 122.573624, + 37.296159 + ], + [ + 122.629059, + 37.194708 + ], + [ + 122.581015, + 37.147508 + ], + [ + 122.505871, + 37.149892 + ], + [ + 122.467067, + 37.03726 + ], + [ + 122.575472, + 37.054452 + ], + [ + 122.532356, + 36.901497 + ], + [ + 122.344495, + 36.828257 + ], + [ + 122.174495, + 36.842623 + ], + [ + 122.141235, + 36.93833 + ], + [ + 122.051923, + 36.904846 + ], + [ + 122.008808, + 36.962238 + ], + [ + 121.767975, + 36.874698 + ], + [ + 121.762432, + 36.846454 + ], + [ + 121.627541, + 36.795683 + ], + [ + 121.647867, + 36.723301 + ], + [ + 121.492035, + 36.789933 + ], + [ + 121.454462, + 36.75255 + ], + [ + 121.209318, + 36.671489 + ], + [ + 121.028848, + 36.573046 + ], + [ + 120.847146, + 36.618682 + ], + [ + 120.983269, + 36.546133 + ], + [ + 120.890878, + 36.373375 + ], + [ + 120.828668, + 36.466779 + ], + [ + 120.759683, + 36.462448 + ], + [ + 120.694393, + 36.390234 + ], + [ + 120.7449, + 36.330969 + ], + [ + 120.66298, + 36.331933 + ], + [ + 120.712255, + 36.126809 + ], + [ + 120.478199, + 36.091522 + ], + [ + 120.343308, + 36.04219 + ], + [ + 120.290337, + 36.061539 + ], + [ + 120.362402, + 36.19637 + ], + [ + 120.181316, + 36.204095 + ], + [ + 120.108635, + 36.127292 + ], + [ + 120.241062, + 36.047995 + ], + [ + 120.213345, + 35.998152 + ], + [ + 120.292801, + 36.017512 + ], + [ + 120.262004, + 35.965712 + ], + [ + 120.062439, + 35.870739 + ], + [ + 120.011317, + 35.713006 + ], + [ + 119.926317, + 35.759631 + ], + [ + 119.923237, + 35.635238 + ], + [ + 119.718129, + 35.615785 + ], + [ + 119.665775, + 35.57005 + ], + [ + 119.543819, + 35.347815 + ], + [ + 119.411392, + 35.231581 + ], + [ + 119.373819, + 35.078464 + ], + [ + 119.306066, + 35.076506 + ], + [ + 119.286972, + 35.11518 + ], + [ + 119.137915, + 35.09609 + ], + [ + 119.114509, + 35.054958 + ], + [ + 118.928495, + 35.051039 + ], + [ + 118.865053, + 35.029974 + ], + [ + 118.860742, + 34.94419 + ], + [ + 118.772047, + 34.794464 + ], + [ + 118.719076, + 34.745315 + ], + [ + 118.783749, + 34.723188 + ], + [ + 118.690127, + 34.678424 + ], + [ + 118.601431, + 34.714336 + ], + [ + 118.460997, + 34.65628 + ], + [ + 118.424657, + 34.595228 + ], + [ + 118.440671, + 34.527724 + ], + [ + 118.404947, + 34.427598 + ], + [ + 118.290382, + 34.424637 + ], + [ + 118.179513, + 34.379218 + ], + [ + 118.177665, + 34.453257 + ], + [ + 118.132702, + 34.483348 + ], + [ + 118.185056, + 34.543989 + ], + [ + 118.079115, + 34.569612 + ], + [ + 118.084042, + 34.655788 + ], + [ + 117.951615, + 34.678424 + ], + [ + 117.902956, + 34.644467 + ], + [ + 117.793935, + 34.65185 + ], + [ + 117.801942, + 34.51885 + ], + [ + 117.684298, + 34.547439 + ], + [ + 117.592523, + 34.462631 + ], + [ + 117.465023, + 34.484827 + ], + [ + 117.402813, + 34.569612 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.242669, + 34.445856 + ], + [ + 117.175532, + 34.47003 + ], + [ + 117.137344, + 34.633144 + ], + [ + 117.07575, + 34.637575 + ], + [ + 117.088069, + 34.702039 + ], + [ + 117.000605, + 34.793482 + ], + [ + 116.966728, + 34.875497 + ], + [ + 116.821983, + 34.929475 + ], + [ + 116.677853, + 34.939285 + ], + [ + 116.445028, + 34.89562 + ], + [ + 116.408071, + 34.85095 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.281188, + 34.60754 + ], + [ + 116.240536, + 34.552367 + ], + [ + 116.196804, + 34.576017 + ], + [ + 116.134594, + 34.559758 + ], + [ + 116.101334, + 34.605571 + ], + [ + 115.83032, + 34.562714 + ], + [ + 115.697278, + 34.594243 + ], + [ + 115.667096, + 34.557294 + ], + [ + 115.515575, + 34.582421 + ], + [ + 115.461373, + 34.637083 + ], + [ + 115.42688, + 34.805273 + ], + [ + 115.317243, + 34.859297 + ], + [ + 115.256265, + 34.845549 + ], + [ + 115.251953, + 34.906416 + ], + [ + 115.189128, + 34.914757 + ], + [ + 115.12815, + 35.004493 + ], + [ + 115.028983, + 34.97165 + ], + [ + 114.923658, + 34.968709 + ], + [ + 114.824492, + 35.012335 + ], + [ + 114.883006, + 35.098537 + ], + [ + 114.841738, + 35.151389 + ], + [ + 114.932281, + 35.197362 + ], + [ + 114.929817, + 35.248196 + ], + [ + 115.02036, + 35.364406 + ], + [ + 115.093657, + 35.41611 + ], + [ + 115.237171, + 35.422937 + ], + [ + 115.357895, + 35.498475 + ], + [ + 115.383148, + 35.569076 + ], + [ + 115.48601, + 35.710091 + ], + [ + 115.693582, + 35.75429 + ], + [ + 115.773654, + 35.854252 + ], + [ + 115.875284, + 35.859102 + ], + [ + 115.911624, + 35.960385 + ], + [ + 116.048979, + 35.970071 + ], + [ + 116.099486, + 36.111826 + ], + [ + 115.989849, + 36.045576 + ], + [ + 115.646155, + 35.920663 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.498329, + 35.897401 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.363438, + 35.78002 + ], + [ + 115.335105, + 35.796522 + ], + [ + 115.362822, + 35.972008 + ], + [ + 115.447822, + 36.012672 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.366518, + 36.308793 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.283366, + 36.486505 + ], + [ + 115.365902, + 36.622043 + ], + [ + 115.479851, + 36.76022 + ], + [ + 115.683727, + 36.808139 + ], + [ + 115.71206, + 36.883313 + ], + [ + 115.79706, + 36.968931 + ], + [ + 115.776734, + 36.992829 + ], + [ + 115.868509, + 37.076414 + ], + [ + 115.909777, + 37.206622 + ], + [ + 115.969523, + 37.239497 + ], + [ + 115.984921, + 37.326616 + ], + [ + 116.051443, + 37.367998 + ], + [ + 116.169087, + 37.384164 + ], + [ + 116.236224, + 37.361816 + ], + [ + 116.2855, + 37.404604 + ], + [ + 116.226369, + 37.428365 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.27626, + 37.466841 + ], + [ + 116.291659, + 37.557966 + ], + [ + 116.337238, + 37.580255 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.433941, + 37.47349 + ], + [ + 116.724664, + 37.744139 + ], + [ + 116.788106, + 37.843429 + ], + [ + 117.023395, + 37.832561 + ], + [ + 117.093612, + 37.849571 + ], + [ + 117.267923, + 37.838704 + ], + [ + 117.34122, + 37.863271 + ], + [ + 117.438538, + 37.853823 + ], + [ + 117.513067, + 37.94353 + ], + [ + 117.5839, + 38.070819 + ], + [ + 117.70216, + 38.075529 + ], + [ + 117.771761, + 38.136734 + ], + [ + 117.808718, + 38.228445 + ], + [ + 117.895565, + 38.30173 + ], + [ + 117.997811, + 38.211992 + ], + [ + 118.045238, + 38.207761 + ], + [ + 118.143788, + 38.297035 + ], + [ + 118.07234, + 38.170139 + ], + [ + 118.331034, + 38.124968 + ], + [ + 118.504729, + 38.114141 + ], + [ + 118.552156, + 38.055744 + ], + [ + 118.607591, + 38.129204 + ], + [ + 118.726467, + 38.154144 + ], + [ + 118.853967, + 38.155085 + ], + [ + 118.974075, + 38.094367 + ], + [ + 119.004872, + 37.992114 + ], + [ + 119.110813, + 37.921349 + ], + [ + 119.12806, + 37.814601 + ], + [ + 119.217371, + 37.810347 + ], + [ + 119.259871, + 37.702492 + ], + [ + 119.080016, + 37.696337 + ], + [ + 118.99748, + 37.632396 + ], + [ + 118.939582, + 37.527129 + ], + [ + 118.983314, + 37.349926 + ], + [ + 119.054147, + 37.254738 + ], + [ + 119.12806, + 37.254738 + ], + [ + 119.298675, + 37.197567 + ], + [ + 119.329472, + 37.115548 + ], + [ + 119.489616, + 37.13463 + ], + [ + 119.566608, + 37.100755 + ], + [ + 119.744615, + 37.135107 + ], + [ + 119.89244, + 37.263786 + ], + [ + 119.843781, + 37.376557 + ], + [ + 120.144359, + 37.482036 + ], + [ + 120.246605, + 37.556543 + ], + [ + 120.215192, + 37.621023 + ], + [ + 120.272475, + 37.636661 + ], + [ + 120.227511, + 37.693497 + ], + [ + 120.367945, + 37.697758 + ], + [ + 120.466496, + 37.757858 + ], + [ + 120.595227, + 37.767318 + ], + [ + 120.733197, + 37.833506 + ], + [ + 120.938305, + 37.821219 + ], + [ + 121.037471, + 37.718585 + ], + [ + 121.136022, + 37.723318 + ], + [ + 121.153884, + 37.613914 + ], + [ + 121.217326, + 37.582626 + ], + [ + 121.354064, + 37.595901 + ], + [ + 121.362071, + 37.634292 + ] + ] + ], + [ + [ + [ + 115.498329, + 35.897401 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.498329, + 35.897401 + ] + ] + ], + [ + [ + [ + 121.487723, + 37.578833 + ], + [ + 121.487723, + 37.577884 + ], + [ + 121.487107, + 37.577884 + ], + [ + 121.485875, + 37.578359 + ], + [ + 121.485875, + 37.578833 + ], + [ + 121.487723, + 37.578833 + ] + ] + ], + [ + [ + [ + 121.487723, + 37.578833 + ], + [ + 121.488339, + 37.578833 + ], + [ + 121.488339, + 37.578833 + ], + [ + 121.487723, + 37.57741 + ], + [ + 121.487723, + 37.577884 + ], + [ + 121.487723, + 37.578833 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 410000, + "name": "河南省", + "center": [ + 113.665412, + 34.757975 + ], + "centroid": [ + 113.619918, + 33.902738 + ], + "childrenNum": 18, + "level": "province", + "subFeatureIndex": 15, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.196804, + 34.576017 + ], + [ + 116.204196, + 34.508497 + ], + [ + 116.162312, + 34.459178 + ], + [ + 116.213435, + 34.382181 + ], + [ + 116.26271, + 34.375762 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.516477, + 34.296217 + ], + [ + 116.565752, + 34.173541 + ], + [ + 116.530643, + 34.107183 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.648288, + 33.973317 + ], + [ + 116.64336, + 33.896869 + ], + [ + 116.437637, + 33.846694 + ], + [ + 116.437021, + 33.801461 + ], + [ + 116.316297, + 33.771127 + ], + [ + 116.263326, + 33.729835 + ], + [ + 116.155536, + 33.709929 + ], + [ + 116.074232, + 33.781571 + ], + [ + 116.05945, + 33.861103 + ], + [ + 115.987385, + 33.900842 + ], + [ + 116.00032, + 33.964881 + ], + [ + 115.95782, + 34.007547 + ], + [ + 115.877132, + 34.003083 + ], + [ + 115.736082, + 34.076957 + ], + [ + 115.60735, + 34.030359 + ], + [ + 115.546988, + 33.875014 + ], + [ + 115.629524, + 33.871536 + ], + [ + 115.614126, + 33.775603 + ], + [ + 115.563003, + 33.771624 + ], + [ + 115.639995, + 33.584909 + ], + [ + 115.421953, + 33.556992 + ], + [ + 115.345576, + 33.503125 + ], + [ + 115.312931, + 33.376307 + ], + [ + 115.365286, + 33.335826 + ], + [ + 115.301229, + 33.141657 + ], + [ + 115.168186, + 33.088535 + ], + [ + 115.042534, + 33.08653 + ], + [ + 114.966158, + 33.147167 + ], + [ + 114.902716, + 33.129632 + ], + [ + 114.925506, + 33.016821 + ], + [ + 114.883006, + 32.990227 + ], + [ + 114.943368, + 32.935005 + ], + [ + 115.139237, + 32.897837 + ], + [ + 115.197135, + 32.85613 + ], + [ + 115.183584, + 32.665937 + ], + [ + 115.20083, + 32.591864 + ], + [ + 115.304924, + 32.553039 + ], + [ + 115.409018, + 32.549005 + ], + [ + 115.5088, + 32.468777 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.567314, + 32.421819 + ], + [ + 115.667712, + 32.409696 + ], + [ + 115.706517, + 32.494014 + ], + [ + 115.789052, + 32.468777 + ], + [ + 115.845719, + 32.501583 + ], + [ + 115.899306, + 32.391005 + ], + [ + 115.912856, + 32.227666 + ], + [ + 115.941805, + 32.166402 + ], + [ + 115.931334, + 31.994541 + ], + [ + 115.893146, + 31.833033 + ], + [ + 115.909777, + 31.791849 + ], + [ + 115.816154, + 31.762348 + ], + [ + 115.767495, + 31.787272 + ], + [ + 115.660937, + 31.760822 + ], + [ + 115.496481, + 31.674297 + ], + [ + 115.371446, + 31.495905 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.301229, + 31.384109 + ], + [ + 115.22054, + 31.426494 + ], + [ + 115.235323, + 31.556597 + ], + [ + 115.12507, + 31.598904 + ], + [ + 115.088729, + 31.507638 + ], + [ + 115.024056, + 31.528551 + ], + [ + 114.830035, + 31.458654 + ], + [ + 114.778912, + 31.5209 + ], + [ + 114.696376, + 31.526001 + ], + [ + 114.641558, + 31.582085 + ], + [ + 114.560869, + 31.561185 + ], + [ + 114.549783, + 31.642721 + ], + [ + 114.586123, + 31.762348 + ], + [ + 114.448769, + 31.728257 + ], + [ + 114.292936, + 31.752173 + ], + [ + 114.195002, + 31.850315 + ], + [ + 114.135871, + 31.843707 + ], + [ + 114.088444, + 31.781677 + ], + [ + 113.988662, + 31.750138 + ], + [ + 113.954785, + 31.856413 + ], + [ + 113.838373, + 31.854889 + ], + [ + 113.791561, + 32.036142 + ], + [ + 113.728735, + 32.0833 + ], + [ + 113.783554, + 32.186153 + ], + [ + 113.749677, + 32.272196 + ], + [ + 113.761996, + 32.268149 + ], + [ + 113.757069, + 32.29243 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.752757, + 32.388478 + ], + [ + 113.664062, + 32.422324 + ], + [ + 113.624642, + 32.361191 + ], + [ + 113.425693, + 32.269161 + ], + [ + 113.211962, + 32.431919 + ], + [ + 113.118956, + 32.375846 + ], + [ + 113.025949, + 32.425354 + ], + [ + 112.992072, + 32.378373 + ], + [ + 112.860877, + 32.395552 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.544284, + 32.403635 + ], + [ + 112.451893, + 32.344511 + ], + [ + 112.390915, + 32.371298 + ], + [ + 112.328089, + 32.321761 + ], + [ + 112.228923, + 32.385447 + ], + [ + 112.014576, + 32.450098 + ], + [ + 111.948671, + 32.517225 + ], + [ + 111.890157, + 32.503097 + ], + [ + 111.640701, + 32.634703 + ], + [ + 111.577875, + 32.593376 + ], + [ + 111.380159, + 32.828984 + ], + [ + 111.293311, + 32.859145 + ], + [ + 111.242804, + 32.930486 + ], + [ + 111.273601, + 32.971656 + ], + [ + 111.238493, + 33.040899 + ], + [ + 111.151029, + 33.053438 + ], + [ + 111.179363, + 33.115601 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.032769, + 33.209265 + ], + [ + 110.984726, + 33.255308 + ], + [ + 111.025994, + 33.330327 + ], + [ + 110.996429, + 33.435745 + ], + [ + 111.02661, + 33.474183 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.00382, + 33.578429 + ], + [ + 110.877552, + 33.635238 + ], + [ + 110.782698, + 33.795494 + ], + [ + 110.587445, + 33.887929 + ], + [ + 110.669365, + 33.939072 + ], + [ + 110.590525, + 34.096778 + ], + [ + 110.642264, + 34.16067 + ], + [ + 110.43962, + 34.24331 + ], + [ + 110.426685, + 34.275454 + ], + [ + 110.503677, + 34.337234 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.360779, + 34.516878 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.474728, + 34.617389 + ], + [ + 110.533242, + 34.583406 + ], + [ + 110.710017, + 34.605078 + ], + [ + 110.749437, + 34.652342 + ], + [ + 110.883712, + 34.642498 + ], + [ + 110.929907, + 34.731548 + ], + [ + 110.966248, + 34.70499 + ], + [ + 111.118385, + 34.756622 + ], + [ + 111.148566, + 34.80773 + ], + [ + 111.232949, + 34.789551 + ], + [ + 111.346282, + 34.831798 + ], + [ + 111.570484, + 34.843094 + ], + [ + 111.66965, + 34.988319 + ], + [ + 111.900012, + 35.079933 + ], + [ + 112.062004, + 35.055937 + ], + [ + 112.078634, + 35.219362 + ], + [ + 112.058924, + 35.279951 + ], + [ + 112.513487, + 35.218384 + ], + [ + 112.637291, + 35.225716 + ], + [ + 112.628052, + 35.263342 + ], + [ + 112.766022, + 35.203718 + ], + [ + 112.818377, + 35.258457 + ], + [ + 112.911384, + 35.24673 + ], + [ + 112.992072, + 35.296068 + ], + [ + 112.997, + 35.362455 + ], + [ + 113.126347, + 35.332197 + ], + [ + 113.189789, + 35.449261 + ], + [ + 113.298194, + 35.427325 + ], + [ + 113.31236, + 35.481424 + ], + [ + 113.485439, + 35.520879 + ], + [ + 113.578446, + 35.63378 + ], + [ + 113.604316, + 35.797008 + ], + [ + 113.656671, + 35.836792 + ], + [ + 113.637576, + 35.98847 + ], + [ + 113.694859, + 36.026707 + ], + [ + 113.651743, + 36.172224 + ], + [ + 113.716417, + 36.262492 + ], + [ + 113.731199, + 36.363257 + ], + [ + 113.819894, + 36.330969 + ], + [ + 113.881488, + 36.354102 + ], + [ + 113.911054, + 36.314578 + ], + [ + 113.982502, + 36.358921 + ], + [ + 114.055799, + 36.330005 + ], + [ + 114.060727, + 36.276482 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.345291, + 36.255738 + ], + [ + 114.591666, + 36.130192 + ], + [ + 114.912571, + 36.140339 + ], + [ + 114.914419, + 36.051865 + ], + [ + 114.996955, + 36.06831 + ], + [ + 115.064092, + 36.178985 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.312931, + 36.088137 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.447822, + 36.012672 + ], + [ + 115.362822, + 35.972008 + ], + [ + 115.335105, + 35.796522 + ], + [ + 115.363438, + 35.78002 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.646155, + 35.920663 + ], + [ + 115.989849, + 36.045576 + ], + [ + 116.099486, + 36.111826 + ], + [ + 116.048979, + 35.970071 + ], + [ + 115.911624, + 35.960385 + ], + [ + 115.875284, + 35.859102 + ], + [ + 115.773654, + 35.854252 + ], + [ + 115.693582, + 35.75429 + ], + [ + 115.48601, + 35.710091 + ], + [ + 115.383148, + 35.569076 + ], + [ + 115.357895, + 35.498475 + ], + [ + 115.237171, + 35.422937 + ], + [ + 115.093657, + 35.41611 + ], + [ + 115.02036, + 35.364406 + ], + [ + 114.929817, + 35.248196 + ], + [ + 114.932281, + 35.197362 + ], + [ + 114.841738, + 35.151389 + ], + [ + 114.883006, + 35.098537 + ], + [ + 114.824492, + 35.012335 + ], + [ + 114.923658, + 34.968709 + ], + [ + 115.028983, + 34.97165 + ], + [ + 115.12815, + 35.004493 + ], + [ + 115.189128, + 34.914757 + ], + [ + 115.251953, + 34.906416 + ], + [ + 115.256265, + 34.845549 + ], + [ + 115.317243, + 34.859297 + ], + [ + 115.42688, + 34.805273 + ], + [ + 115.461373, + 34.637083 + ], + [ + 115.515575, + 34.582421 + ], + [ + 115.667096, + 34.557294 + ], + [ + 115.697278, + 34.594243 + ], + [ + 115.83032, + 34.562714 + ], + [ + 116.101334, + 34.605571 + ], + [ + 116.134594, + 34.559758 + ], + [ + 116.196804, + 34.576017 + ] + ] + ], + [ + [ + [ + 115.498329, + 35.897401 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.498329, + 35.897401 + ] + ] + ], + [ + [ + [ + 113.749677, + 32.272196 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.757069, + 32.29243 + ], + [ + 113.761996, + 32.268149 + ], + [ + 113.749677, + 32.272196 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 420000, + "name": "湖北省", + "center": [ + 114.298572, + 30.584355 + ], + "centroid": [ + 112.271042, + 30.98802 + ], + "childrenNum": 17, + "level": "province", + "subFeatureIndex": 16, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.232378, + 29.119533 + ], + [ + 109.110422, + 29.215143 + ], + [ + 109.11227, + 29.360737 + ], + [ + 108.919481, + 29.326314 + ], + [ + 108.927488, + 29.435281 + ], + [ + 108.880677, + 29.442576 + ], + [ + 108.91209, + 29.571714 + ], + [ + 108.844337, + 29.658582 + ], + [ + 108.785822, + 29.633622 + ], + [ + 108.690968, + 29.689773 + ], + [ + 108.666946, + 29.842472 + ], + [ + 108.602273, + 29.865824 + ], + [ + 108.504338, + 29.707964 + ], + [ + 108.437201, + 29.741218 + ], + [ + 108.424266, + 29.816 + ], + [ + 108.371295, + 29.841434 + ], + [ + 108.516041, + 29.885539 + ], + [ + 108.542526, + 29.998047 + ], + [ + 108.513577, + 30.057619 + ], + [ + 108.56778, + 30.157517 + ], + [ + 108.581947, + 30.255763 + ], + [ + 108.460606, + 30.35959 + ], + [ + 108.402092, + 30.376626 + ], + [ + 108.42673, + 30.492184 + ], + [ + 108.56778, + 30.468464 + ], + [ + 108.688504, + 30.587519 + ], + [ + 108.743939, + 30.494762 + ], + [ + 108.808612, + 30.491153 + ], + [ + 108.971836, + 30.627686 + ], + [ + 109.114734, + 30.64416 + ], + [ + 109.09256, + 30.578762 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.143683, + 30.521052 + ], + [ + 109.299516, + 30.630775 + ], + [ + 109.36111, + 30.550942 + ], + [ + 109.35495, + 30.487028 + ], + [ + 109.435638, + 30.59576 + ], + [ + 109.590855, + 30.693566 + ], + [ + 109.780564, + 30.848822 + ], + [ + 109.893897, + 30.899662 + ], + [ + 110.008462, + 30.883746 + ], + [ + 110.082375, + 30.799496 + ], + [ + 110.172918, + 30.978694 + ], + [ + 110.135961, + 30.986902 + ], + [ + 110.119947, + 31.088409 + ], + [ + 110.189548, + 31.129391 + ], + [ + 110.140273, + 31.390238 + ], + [ + 110.054042, + 31.410666 + ], + [ + 109.946252, + 31.506108 + ], + [ + 109.848934, + 31.552008 + ], + [ + 109.719586, + 31.555067 + ], + [ + 109.76455, + 31.602981 + ], + [ + 109.731289, + 31.700263 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.638282, + 31.811172 + ], + [ + 109.584696, + 31.900617 + ], + [ + 109.631507, + 31.962059 + ], + [ + 109.590855, + 32.012807 + ], + [ + 109.621652, + 32.106617 + ], + [ + 109.592703, + 32.219568 + ], + [ + 109.495385, + 32.300522 + ], + [ + 109.502776, + 32.389489 + ], + [ + 109.575457, + 32.506629 + ], + [ + 109.637051, + 32.540935 + ], + [ + 109.631507, + 32.599929 + ], + [ + 109.726978, + 32.608498 + ], + [ + 109.816905, + 32.577244 + ], + [ + 109.910528, + 32.592872 + ], + [ + 110.017701, + 32.546987 + ], + [ + 110.085454, + 32.613034 + ], + [ + 110.153824, + 32.593376 + ], + [ + 110.206179, + 32.633191 + ], + [ + 110.156903, + 32.683061 + ], + [ + 110.159367, + 32.767122 + ], + [ + 110.10886, + 32.82999 + ], + [ + 109.988752, + 32.886281 + ], + [ + 109.76455, + 32.909391 + ], + [ + 109.794731, + 33.066977 + ], + [ + 109.688174, + 33.116603 + ], + [ + 109.576073, + 33.110088 + ], + [ + 109.438718, + 33.152177 + ], + [ + 109.537268, + 33.2438 + ], + [ + 109.619804, + 33.27532 + ], + [ + 109.732521, + 33.231288 + ], + [ + 109.852013, + 33.247803 + ], + [ + 110.031252, + 33.191742 + ], + [ + 110.164911, + 33.209265 + ], + [ + 110.218497, + 33.163197 + ], + [ + 110.468569, + 33.181226 + ], + [ + 110.54125, + 33.255809 + ], + [ + 110.59422, + 33.168706 + ], + [ + 110.702626, + 33.097057 + ], + [ + 110.745741, + 33.147167 + ], + [ + 110.824582, + 33.158188 + ], + [ + 110.984726, + 33.255308 + ], + [ + 111.032769, + 33.209265 + ], + [ + 111.037081, + 33.187235 + ], + [ + 111.031537, + 33.17722 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.179363, + 33.115601 + ], + [ + 111.151029, + 33.053438 + ], + [ + 111.238493, + 33.040899 + ], + [ + 111.273601, + 32.971656 + ], + [ + 111.242804, + 32.930486 + ], + [ + 111.293311, + 32.859145 + ], + [ + 111.380159, + 32.828984 + ], + [ + 111.577875, + 32.593376 + ], + [ + 111.640701, + 32.634703 + ], + [ + 111.890157, + 32.503097 + ], + [ + 111.948671, + 32.517225 + ], + [ + 112.014576, + 32.450098 + ], + [ + 112.228923, + 32.385447 + ], + [ + 112.328089, + 32.321761 + ], + [ + 112.390915, + 32.371298 + ], + [ + 112.451893, + 32.344511 + ], + [ + 112.544284, + 32.403635 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.730914, + 32.363212 + ], + [ + 112.732146, + 32.362707 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.860877, + 32.395552 + ], + [ + 112.992072, + 32.378373 + ], + [ + 113.025949, + 32.425354 + ], + [ + 113.118956, + 32.375846 + ], + [ + 113.211962, + 32.431919 + ], + [ + 113.425693, + 32.269161 + ], + [ + 113.624642, + 32.361191 + ], + [ + 113.664062, + 32.422324 + ], + [ + 113.752757, + 32.388478 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.749677, + 32.272196 + ], + [ + 113.783554, + 32.186153 + ], + [ + 113.728735, + 32.0833 + ], + [ + 113.791561, + 32.036142 + ], + [ + 113.838373, + 31.854889 + ], + [ + 113.954785, + 31.856413 + ], + [ + 113.988662, + 31.750138 + ], + [ + 114.088444, + 31.781677 + ], + [ + 114.135871, + 31.843707 + ], + [ + 114.195002, + 31.850315 + ], + [ + 114.292936, + 31.752173 + ], + [ + 114.448769, + 31.728257 + ], + [ + 114.586123, + 31.762348 + ], + [ + 114.549783, + 31.642721 + ], + [ + 114.560869, + 31.561185 + ], + [ + 114.641558, + 31.582085 + ], + [ + 114.696376, + 31.526001 + ], + [ + 114.778912, + 31.5209 + ], + [ + 114.830035, + 31.458654 + ], + [ + 115.024056, + 31.528551 + ], + [ + 115.088729, + 31.507638 + ], + [ + 115.12507, + 31.598904 + ], + [ + 115.235323, + 31.556597 + ], + [ + 115.22054, + 31.426494 + ], + [ + 115.301229, + 31.384109 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.372062, + 31.349368 + ], + [ + 115.442279, + 31.346303 + ], + [ + 115.457677, + 31.281384 + ], + [ + 115.516191, + 31.263485 + ], + [ + 115.559307, + 31.160117 + ], + [ + 115.646155, + 31.209768 + ], + [ + 115.700973, + 31.201068 + ], + [ + 115.763799, + 31.118123 + ], + [ + 115.869125, + 31.147828 + ], + [ + 115.938726, + 31.047409 + ], + [ + 116.058834, + 31.012545 + ], + [ + 116.071769, + 30.956633 + ], + [ + 115.976298, + 30.931488 + ], + [ + 115.865429, + 30.864231 + ], + [ + 115.851262, + 30.756829 + ], + [ + 115.782893, + 30.751687 + ], + [ + 115.762567, + 30.685848 + ], + [ + 115.819234, + 30.59782 + ], + [ + 115.876516, + 30.582368 + ], + [ + 115.921479, + 30.416364 + ], + [ + 115.903001, + 30.313631 + ], + [ + 115.985537, + 30.290901 + ], + [ + 116.065609, + 30.204584 + ], + [ + 116.091479, + 30.036385 + ], + [ + 116.073616, + 29.970061 + ], + [ + 116.127203, + 29.899544 + ], + [ + 116.13521, + 29.819634 + ], + [ + 115.965827, + 29.724593 + ], + [ + 115.837096, + 29.748491 + ], + [ + 115.667712, + 29.850257 + ], + [ + 115.511264, + 29.839877 + ], + [ + 115.471844, + 29.742777 + ], + [ + 115.359127, + 29.646623 + ], + [ + 115.142316, + 29.651822 + ], + [ + 115.154019, + 29.51029 + ], + [ + 115.00065, + 29.572235 + ], + [ + 114.940904, + 29.494147 + ], + [ + 114.860216, + 29.475917 + ], + [ + 114.931049, + 29.422252 + ], + [ + 114.759818, + 29.363345 + ], + [ + 114.660652, + 29.393585 + ], + [ + 114.519602, + 29.325271 + ], + [ + 114.259059, + 29.344049 + ], + [ + 114.252284, + 29.234985 + ], + [ + 114.061959, + 29.204176 + ], + [ + 113.952321, + 29.092871 + ], + [ + 113.94185, + 29.047374 + ], + [ + 113.877793, + 29.035343 + ], + [ + 113.816199, + 29.105419 + ], + [ + 113.749677, + 29.060973 + ], + [ + 113.66283, + 29.1697 + ], + [ + 113.689931, + 29.230808 + ], + [ + 113.606779, + 29.253779 + ], + [ + 113.686236, + 29.392021 + ], + [ + 113.753373, + 29.43997 + ], + [ + 113.630801, + 29.523307 + ], + [ + 113.736743, + 29.576918 + ], + [ + 113.664678, + 29.683536 + ], + [ + 113.547033, + 29.675219 + ], + [ + 113.566127, + 29.846105 + ], + [ + 113.37765, + 29.703287 + ], + [ + 113.145441, + 29.449349 + ], + [ + 113.078304, + 29.438407 + ], + [ + 113.057362, + 29.522265 + ], + [ + 112.950188, + 29.472792 + ], + [ + 112.912, + 29.607095 + ], + [ + 113.004391, + 29.692892 + ], + [ + 113.020405, + 29.772384 + ], + [ + 112.937869, + 29.783809 + ], + [ + 112.939101, + 29.768229 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.861493, + 29.78329 + ], + [ + 112.79374, + 29.736023 + ], + [ + 112.788812, + 29.681457 + ], + [ + 112.687182, + 29.592528 + ], + [ + 112.439574, + 29.633622 + ], + [ + 112.369973, + 29.542048 + ], + [ + 112.281278, + 29.536842 + ], + [ + 112.303452, + 29.585244 + ], + [ + 112.111279, + 29.659622 + ], + [ + 112.07617, + 29.740179 + ], + [ + 111.95483, + 29.796791 + ], + [ + 111.962222, + 29.837282 + ], + [ + 111.862439, + 29.856484 + ], + [ + 111.807005, + 29.904213 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.39063, + 29.914585 + ], + [ + 111.244036, + 30.039492 + ], + [ + 110.929907, + 30.063316 + ], + [ + 110.924364, + 30.111463 + ], + [ + 110.746973, + 30.113015 + ], + [ + 110.712481, + 30.033277 + ], + [ + 110.650887, + 30.077814 + ], + [ + 110.497518, + 30.05503 + ], + [ + 110.557264, + 29.988201 + ], + [ + 110.498134, + 29.910955 + ], + [ + 110.60038, + 29.839877 + ], + [ + 110.642264, + 29.777578 + ], + [ + 110.507373, + 29.691853 + ], + [ + 110.360779, + 29.635702 + ], + [ + 110.219729, + 29.746413 + ], + [ + 110.113788, + 29.789521 + ], + [ + 110.02386, + 29.769788 + ], + [ + 109.869876, + 29.774462 + ], + [ + 109.775637, + 29.755244 + ], + [ + 109.714043, + 29.673139 + ], + [ + 109.717739, + 29.614897 + ], + [ + 109.516326, + 29.62582 + ], + [ + 109.458428, + 29.513414 + ], + [ + 109.343863, + 29.369602 + ], + [ + 109.352487, + 29.284574 + ], + [ + 109.258248, + 29.21932 + ], + [ + 109.274262, + 29.122146 + ], + [ + 109.232378, + 29.119533 + ] + ] + ], + [ + [ + [ + 113.020405, + 29.772384 + ], + [ + 112.926782, + 29.692372 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.939101, + 29.768229 + ], + [ + 112.937869, + 29.783809 + ], + [ + 113.020405, + 29.772384 + ] + ] + ], + [ + [ + [ + 111.032769, + 33.209265 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.031537, + 33.17722 + ], + [ + 111.037081, + 33.187235 + ], + [ + 111.032769, + 33.209265 + ] + ] + ], + [ + [ + [ + 109.106111, + 30.57052 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.106111, + 30.57052 + ] + ] + ], + [ + [ + [ + 112.732146, + 32.362707 + ], + [ + 112.730914, + 32.363212 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.732146, + 32.362707 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 430000, + "name": "湖南省", + "center": [ + 112.982279, + 28.19409 + ], + "centroid": [ + 111.754313, + 27.655081 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 17, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.965962, + 26.195699 + ], + [ + 110.017701, + 26.343246 + ], + [ + 109.932701, + 26.476145 + ], + [ + 109.856325, + 26.465433 + ], + [ + 109.892665, + 26.525408 + ], + [ + 109.82676, + 26.605681 + ], + [ + 109.946252, + 26.685899 + ], + [ + 109.838463, + 26.72759 + ], + [ + 109.821216, + 26.781017 + ], + [ + 109.652449, + 26.76232 + ], + [ + 109.660456, + 26.709419 + ], + [ + 109.590855, + 26.686433 + ], + [ + 109.529261, + 26.740414 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.52187, + 26.748964 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.500928, + 26.828546 + ], + [ + 109.486761, + 26.895267 + ], + [ + 109.555131, + 26.947015 + ], + [ + 109.520022, + 27.058433 + ], + [ + 109.454733, + 27.069622 + ], + [ + 109.472595, + 27.135136 + ], + [ + 109.415928, + 27.15377 + ], + [ + 109.267487, + 27.128746 + ], + [ + 109.164625, + 27.065893 + ], + [ + 109.07901, + 27.115965 + ], + [ + 108.87575, + 26.999273 + ], + [ + 108.791366, + 27.084539 + ], + [ + 108.878829, + 27.106378 + ], + [ + 108.907162, + 27.2054 + ], + [ + 109.040821, + 27.276151 + ], + [ + 109.142451, + 27.418051 + ], + [ + 109.202197, + 27.449913 + ], + [ + 109.300132, + 27.423893 + ], + [ + 109.303211, + 27.475396 + ], + [ + 109.461508, + 27.567724 + ], + [ + 109.470747, + 27.68011 + ], + [ + 109.332777, + 27.782853 + ], + [ + 109.345711, + 27.840537 + ], + [ + 109.30198, + 27.956342 + ], + [ + 109.378972, + 28.032948 + ], + [ + 109.298284, + 28.036117 + ], + [ + 109.340168, + 28.190216 + ], + [ + 109.388211, + 28.268236 + ], + [ + 109.27303, + 28.310386 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.321074, + 28.581322 + ], + [ + 109.304443, + 28.623871 + ], + [ + 109.201581, + 28.598133 + ], + [ + 109.2989, + 28.747221 + ], + [ + 109.241002, + 28.776594 + ], + [ + 109.235458, + 28.882476 + ], + [ + 109.319842, + 29.042667 + ], + [ + 109.232378, + 29.119533 + ], + [ + 109.274262, + 29.122146 + ], + [ + 109.258248, + 29.21932 + ], + [ + 109.352487, + 29.284574 + ], + [ + 109.343863, + 29.369602 + ], + [ + 109.458428, + 29.513414 + ], + [ + 109.516326, + 29.62582 + ], + [ + 109.717739, + 29.614897 + ], + [ + 109.714043, + 29.673139 + ], + [ + 109.775637, + 29.755244 + ], + [ + 109.869876, + 29.774462 + ], + [ + 110.02386, + 29.769788 + ], + [ + 110.113788, + 29.789521 + ], + [ + 110.219729, + 29.746413 + ], + [ + 110.360779, + 29.635702 + ], + [ + 110.507373, + 29.691853 + ], + [ + 110.642264, + 29.777578 + ], + [ + 110.60038, + 29.839877 + ], + [ + 110.498134, + 29.910955 + ], + [ + 110.557264, + 29.988201 + ], + [ + 110.497518, + 30.05503 + ], + [ + 110.650887, + 30.077814 + ], + [ + 110.712481, + 30.033277 + ], + [ + 110.746973, + 30.113015 + ], + [ + 110.924364, + 30.111463 + ], + [ + 110.929907, + 30.063316 + ], + [ + 111.244036, + 30.039492 + ], + [ + 111.39063, + 29.914585 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.807005, + 29.904213 + ], + [ + 111.862439, + 29.856484 + ], + [ + 111.962222, + 29.837282 + ], + [ + 111.95483, + 29.796791 + ], + [ + 112.07617, + 29.740179 + ], + [ + 112.111279, + 29.659622 + ], + [ + 112.303452, + 29.585244 + ], + [ + 112.281278, + 29.536842 + ], + [ + 112.369973, + 29.542048 + ], + [ + 112.439574, + 29.633622 + ], + [ + 112.687182, + 29.592528 + ], + [ + 112.788812, + 29.681457 + ], + [ + 112.79374, + 29.736023 + ], + [ + 112.861493, + 29.78329 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.926782, + 29.692372 + ], + [ + 113.020405, + 29.772384 + ], + [ + 113.004391, + 29.692892 + ], + [ + 112.912, + 29.607095 + ], + [ + 112.950188, + 29.472792 + ], + [ + 113.057362, + 29.522265 + ], + [ + 113.078304, + 29.438407 + ], + [ + 113.145441, + 29.449349 + ], + [ + 113.37765, + 29.703287 + ], + [ + 113.566127, + 29.846105 + ], + [ + 113.547033, + 29.675219 + ], + [ + 113.664678, + 29.683536 + ], + [ + 113.736743, + 29.576918 + ], + [ + 113.630801, + 29.523307 + ], + [ + 113.753373, + 29.43997 + ], + [ + 113.686236, + 29.392021 + ], + [ + 113.606779, + 29.253779 + ], + [ + 113.689931, + 29.230808 + ], + [ + 113.66283, + 29.1697 + ], + [ + 113.749677, + 29.060973 + ], + [ + 113.816199, + 29.105419 + ], + [ + 113.877793, + 29.035343 + ], + [ + 113.94185, + 29.047374 + ], + [ + 113.966488, + 28.945326 + ], + [ + 114.008988, + 28.955273 + ], + [ + 114.076741, + 28.834266 + ], + [ + 114.152502, + 28.83479 + ], + [ + 114.157429, + 28.761384 + ], + [ + 114.08598, + 28.558201 + ], + [ + 114.218407, + 28.484601 + ], + [ + 114.172212, + 28.432524 + ], + [ + 114.252284, + 28.395687 + ], + [ + 114.25598, + 28.323554 + ], + [ + 114.107538, + 28.182833 + ], + [ + 113.992357, + 28.161207 + ], + [ + 114.047176, + 28.05724 + ], + [ + 113.914133, + 27.991218 + ], + [ + 113.864242, + 28.004954 + ], + [ + 113.752141, + 27.933614 + ], + [ + 113.729967, + 27.887086 + ], + [ + 113.763228, + 27.799262 + ], + [ + 113.607395, + 27.625522 + ], + [ + 113.583374, + 27.524754 + ], + [ + 113.632033, + 27.405303 + ], + [ + 113.616635, + 27.345264 + ], + [ + 113.872865, + 27.385116 + ], + [ + 113.848844, + 27.225087 + ], + [ + 113.779242, + 27.137265 + ], + [ + 113.821126, + 27.037651 + ], + [ + 113.927068, + 26.949149 + ], + [ + 113.834677, + 26.803983 + ], + [ + 113.860546, + 26.663978 + ], + [ + 113.915365, + 26.613706 + ], + [ + 114.106306, + 26.576254 + ], + [ + 114.073046, + 26.480965 + ], + [ + 114.085364, + 26.4065 + ], + [ + 114.030546, + 26.376485 + ], + [ + 114.029314, + 26.266545 + ], + [ + 113.944314, + 26.16402 + ], + [ + 114.088444, + 26.168316 + ], + [ + 114.181451, + 26.214489 + ], + [ + 114.237501, + 26.152204 + ], + [ + 114.044096, + 26.076452 + ], + [ + 114.007756, + 26.007104 + ], + [ + 114.028082, + 25.893586 + ], + [ + 113.971416, + 25.835979 + ], + [ + 113.913517, + 25.701272 + ], + [ + 113.983118, + 25.599332 + ], + [ + 113.94493, + 25.441667 + ], + [ + 113.887032, + 25.436804 + ], + [ + 113.822974, + 25.331935 + ], + [ + 113.753373, + 25.362756 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.535946, + 25.368704 + ], + [ + 113.449715, + 25.359512 + ], + [ + 113.373338, + 25.402758 + ], + [ + 113.311129, + 25.490284 + ], + [ + 113.248919, + 25.514045 + ], + [ + 113.11834, + 25.445449 + ], + [ + 113.080151, + 25.3833 + ], + [ + 112.900297, + 25.311383 + ], + [ + 112.867036, + 25.249706 + ], + [ + 112.992688, + 25.247 + ], + [ + 113.034572, + 25.198285 + ], + [ + 112.96805, + 25.141426 + ], + [ + 113.018557, + 25.082914 + ], + [ + 112.979137, + 25.034133 + ], + [ + 113.011782, + 24.946279 + ], + [ + 112.871348, + 24.895816 + ], + [ + 112.780805, + 24.896901 + ], + [ + 112.712436, + 25.083456 + ], + [ + 112.660081, + 25.132759 + ], + [ + 112.414937, + 25.142509 + ], + [ + 112.369357, + 25.189081 + ], + [ + 112.3053, + 25.157132 + ], + [ + 112.187039, + 25.182584 + ], + [ + 112.155626, + 25.026544 + ], + [ + 112.119902, + 24.963638 + ], + [ + 112.175337, + 24.92729 + ], + [ + 112.171025, + 24.86379 + ], + [ + 112.097112, + 24.826327 + ], + [ + 112.024431, + 24.739955 + ], + [ + 111.951135, + 24.769839 + ], + [ + 111.68936, + 24.778531 + ], + [ + 111.570484, + 24.644821 + ], + [ + 111.431282, + 24.687776 + ], + [ + 111.479325, + 24.797543 + ], + [ + 111.470086, + 24.928917 + ], + [ + 111.43313, + 24.97991 + ], + [ + 111.435593, + 25.09321 + ], + [ + 111.321645, + 25.10513 + ], + [ + 111.274833, + 25.151175 + ], + [ + 111.200921, + 25.074786 + ], + [ + 111.101754, + 25.035218 + ], + [ + 111.100522, + 24.945736 + ], + [ + 110.991501, + 24.924034 + ], + [ + 110.951465, + 25.043891 + ], + [ + 110.998892, + 25.161465 + ], + [ + 111.112841, + 25.217232 + ], + [ + 111.103602, + 25.284877 + ], + [ + 111.301319, + 25.450851 + ], + [ + 111.343202, + 25.602569 + ], + [ + 111.30871, + 25.72014 + ], + [ + 111.442369, + 25.771877 + ], + [ + 111.43313, + 25.84621 + ], + [ + 111.49226, + 25.868824 + ], + [ + 111.346282, + 25.906504 + ], + [ + 111.252043, + 25.864517 + ], + [ + 111.189834, + 25.953318 + ], + [ + 111.267442, + 26.058716 + ], + [ + 111.279761, + 26.271911 + ], + [ + 111.204616, + 26.307852 + ], + [ + 111.092515, + 26.306779 + ], + [ + 110.94469, + 26.373805 + ], + [ + 110.939146, + 26.28425 + ], + [ + 110.76114, + 26.248838 + ], + [ + 110.612083, + 26.333594 + ], + [ + 110.555416, + 26.286396 + ], + [ + 110.516612, + 26.186035 + ], + [ + 110.373098, + 26.08935 + ], + [ + 110.325671, + 25.975373 + ], + [ + 110.257301, + 25.961388 + ], + [ + 110.201251, + 26.066241 + ], + [ + 110.165527, + 26.023773 + ], + [ + 110.065128, + 26.051191 + ], + [ + 110.099005, + 26.16939 + ], + [ + 109.965962, + 26.195699 + ] + ] + ], + [ + [ + [ + 109.48245, + 26.029687 + ], + [ + 109.449805, + 26.101709 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.439334, + 26.238641 + ], + [ + 109.466435, + 26.314288 + ], + [ + 109.340784, + 26.264399 + ], + [ + 109.285965, + 26.296052 + ], + [ + 109.326001, + 26.427398 + ], + [ + 109.407305, + 26.532902 + ], + [ + 109.35495, + 26.693383 + ], + [ + 109.454117, + 26.761252 + ], + [ + 109.52187, + 26.748964 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.529261, + 26.740414 + ], + [ + 109.590855, + 26.686433 + ], + [ + 109.660456, + 26.709419 + ], + [ + 109.652449, + 26.76232 + ], + [ + 109.821216, + 26.781017 + ], + [ + 109.838463, + 26.72759 + ], + [ + 109.946252, + 26.685899 + ], + [ + 109.82676, + 26.605681 + ], + [ + 109.892665, + 26.525408 + ], + [ + 109.856325, + 26.465433 + ], + [ + 109.932701, + 26.476145 + ], + [ + 110.017701, + 26.343246 + ], + [ + 109.965962, + 26.195699 + ], + [ + 109.906832, + 26.143611 + ], + [ + 109.864332, + 26.027537 + ], + [ + 109.783028, + 25.988282 + ], + [ + 109.806434, + 25.874746 + ], + [ + 109.685094, + 25.880129 + ], + [ + 109.730057, + 25.989895 + ], + [ + 109.635203, + 26.047428 + ], + [ + 109.513247, + 25.997962 + ], + [ + 109.48245, + 26.029687 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 440000, + "name": "广东省", + "center": [ + 113.280637, + 23.125178 + ], + "centroid": [ + 113.429877, + 23.334664 + ], + "childrenNum": 22, + "level": "province", + "subFeatureIndex": 18, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.785492, + 21.457116 + ], + [ + 109.742992, + 21.61629 + ], + [ + 109.898209, + 21.649661 + ], + [ + 109.940709, + 21.734723 + ], + [ + 109.94502, + 21.844172 + ], + [ + 110.051578, + 21.856945 + ], + [ + 110.119947, + 21.901918 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.388497, + 21.89026 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.414366, + 22.20858 + ], + [ + 110.488895, + 22.144863 + ], + [ + 110.560344, + 22.196393 + ], + [ + 110.629329, + 22.149296 + ], + [ + 110.646575, + 22.222982 + ], + [ + 110.725415, + 22.295522 + ], + [ + 110.785777, + 22.294415 + ], + [ + 110.711249, + 22.369684 + ], + [ + 110.778386, + 22.585304 + ], + [ + 111.055559, + 22.648268 + ], + [ + 111.056791, + 22.72776 + ], + [ + 111.202152, + 22.740452 + ], + [ + 111.358601, + 22.889362 + ], + [ + 111.363528, + 22.968713 + ], + [ + 111.433746, + 23.036456 + ], + [ + 111.377695, + 23.082149 + ], + [ + 111.388782, + 23.210337 + ], + [ + 111.353673, + 23.28895 + ], + [ + 111.399869, + 23.469638 + ], + [ + 111.479941, + 23.532738 + ], + [ + 111.487332, + 23.62651 + ], + [ + 111.615448, + 23.639117 + ], + [ + 111.667187, + 23.718023 + ], + [ + 111.621607, + 23.725692 + ], + [ + 111.664723, + 23.83465 + ], + [ + 111.8107, + 23.806735 + ], + [ + 111.812548, + 23.887727 + ], + [ + 111.940664, + 23.987803 + ], + [ + 111.878454, + 24.110195 + ], + [ + 111.877838, + 24.229196 + ], + [ + 111.939432, + 24.230287 + ], + [ + 112.029975, + 24.297925 + ], + [ + 112.057692, + 24.387327 + ], + [ + 111.985011, + 24.467953 + ], + [ + 112.007185, + 24.534376 + ], + [ + 111.937584, + 24.595323 + ], + [ + 111.961606, + 24.720934 + ], + [ + 112.024431, + 24.739955 + ], + [ + 112.097112, + 24.826327 + ], + [ + 112.171025, + 24.86379 + ], + [ + 112.175337, + 24.92729 + ], + [ + 112.119902, + 24.963638 + ], + [ + 112.155626, + 25.026544 + ], + [ + 112.187039, + 25.182584 + ], + [ + 112.3053, + 25.157132 + ], + [ + 112.369357, + 25.189081 + ], + [ + 112.414937, + 25.142509 + ], + [ + 112.660081, + 25.132759 + ], + [ + 112.712436, + 25.083456 + ], + [ + 112.780805, + 24.896901 + ], + [ + 112.871348, + 24.895816 + ], + [ + 113.011782, + 24.946279 + ], + [ + 112.979137, + 25.034133 + ], + [ + 113.018557, + 25.082914 + ], + [ + 112.96805, + 25.141426 + ], + [ + 113.034572, + 25.198285 + ], + [ + 112.992688, + 25.247 + ], + [ + 112.867036, + 25.249706 + ], + [ + 112.900297, + 25.311383 + ], + [ + 113.080151, + 25.3833 + ], + [ + 113.11834, + 25.445449 + ], + [ + 113.248919, + 25.514045 + ], + [ + 113.311129, + 25.490284 + ], + [ + 113.373338, + 25.402758 + ], + [ + 113.449715, + 25.359512 + ], + [ + 113.535946, + 25.368704 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.753373, + 25.362756 + ], + [ + 113.822974, + 25.331935 + ], + [ + 113.887032, + 25.436804 + ], + [ + 113.94493, + 25.441667 + ], + [ + 114.051488, + 25.348699 + ], + [ + 114.039785, + 25.250789 + ], + [ + 114.13156, + 25.30922 + ], + [ + 114.262755, + 25.29191 + ], + [ + 114.31511, + 25.338424 + ], + [ + 114.381015, + 25.31571 + ], + [ + 114.535616, + 25.41681 + ], + [ + 114.63663, + 25.324364 + ], + [ + 114.743188, + 25.274597 + ], + [ + 114.679746, + 25.194495 + ], + [ + 114.735796, + 25.121925 + ], + [ + 114.640326, + 25.073702 + ], + [ + 114.561485, + 25.077495 + ], + [ + 114.506051, + 24.999975 + ], + [ + 114.395798, + 24.951161 + ], + [ + 114.403189, + 24.877361 + ], + [ + 114.33482, + 24.747562 + ], + [ + 114.27261, + 24.700279 + ], + [ + 114.169132, + 24.689407 + ], + [ + 114.258443, + 24.641558 + ], + [ + 114.308334, + 24.574104 + ], + [ + 114.391486, + 24.562677 + ], + [ + 114.428443, + 24.486468 + ], + [ + 114.534384, + 24.558867 + ], + [ + 114.589819, + 24.537642 + ], + [ + 114.664963, + 24.583898 + ], + [ + 114.704999, + 24.526211 + ], + [ + 114.729637, + 24.608924 + ], + [ + 114.868839, + 24.562132 + ], + [ + 114.909491, + 24.661679 + ], + [ + 115.056701, + 24.703541 + ], + [ + 115.095505, + 24.674184 + ], + [ + 115.308004, + 24.758429 + ], + [ + 115.358511, + 24.735064 + ], + [ + 115.412714, + 24.792654 + ], + [ + 115.556227, + 24.682883 + ], + [ + 115.573474, + 24.617083 + ], + [ + 115.67264, + 24.604028 + ], + [ + 115.688038, + 24.545261 + ], + [ + 115.845103, + 24.563221 + ], + [ + 115.756408, + 24.749192 + ], + [ + 115.822313, + 24.90884 + ], + [ + 115.907313, + 24.880075 + ], + [ + 115.89253, + 24.937056 + ], + [ + 116.014486, + 24.905584 + ], + [ + 116.068073, + 24.849675 + ], + [ + 116.18079, + 24.87519 + ], + [ + 116.245464, + 24.793197 + ], + [ + 116.376659, + 24.820353 + ], + [ + 116.44626, + 24.714412 + ], + [ + 116.486912, + 24.71876 + ], + [ + 116.525716, + 24.604572 + ], + [ + 116.597165, + 24.65461 + ], + [ + 116.778867, + 24.680165 + ], + [ + 116.815207, + 24.655154 + ], + [ + 116.761005, + 24.58281 + ], + [ + 116.789338, + 24.50988 + ], + [ + 116.860787, + 24.462507 + ], + [ + 116.903903, + 24.369888 + ], + [ + 116.933468, + 24.21992 + ], + [ + 116.998757, + 24.178988 + ], + [ + 116.9347, + 24.127123 + ], + [ + 116.939627, + 24.033713 + ], + [ + 116.981511, + 23.999282 + ], + [ + 116.980279, + 23.881709 + ], + [ + 117.012308, + 23.855446 + ], + [ + 117.053576, + 23.696657 + ], + [ + 117.192778, + 23.629799 + ], + [ + 117.192778, + 23.561809 + ], + [ + 117.054192, + 23.542064 + ], + [ + 117.01046, + 23.502564 + ], + [ + 116.921765, + 23.53219 + ], + [ + 116.874953, + 23.447683 + ], + [ + 116.874338, + 23.447683 + ], + [ + 116.871258, + 23.416391 + ], + [ + 116.871874, + 23.415842 + ], + [ + 116.782563, + 23.313679 + ], + [ + 116.806584, + 23.200989 + ], + [ + 116.74499, + 23.215286 + ], + [ + 116.550969, + 23.109668 + ], + [ + 116.576839, + 23.014429 + ], + [ + 116.50539, + 22.930696 + ], + [ + 116.382818, + 22.919124 + ], + [ + 116.317528, + 22.952736 + ], + [ + 116.226985, + 22.914715 + ], + [ + 116.106877, + 22.817685 + ], + [ + 116.073616, + 22.8425 + ], + [ + 115.883291, + 22.785142 + ], + [ + 115.796444, + 22.739349 + ], + [ + 115.788437, + 22.809964 + ], + [ + 115.654162, + 22.865657 + ], + [ + 115.542677, + 22.76142 + ], + [ + 115.606119, + 22.754799 + ], + [ + 115.57409, + 22.650477 + ], + [ + 115.471844, + 22.697956 + ], + [ + 115.381301, + 22.684156 + ], + [ + 115.338185, + 22.776867 + ], + [ + 115.230396, + 22.776867 + ], + [ + 115.236555, + 22.825406 + ], + [ + 115.054853, + 22.777419 + ], + [ + 115.04007, + 22.712307 + ], + [ + 114.87623, + 22.589724 + ], + [ + 114.747499, + 22.581437 + ], + [ + 114.728405, + 22.651029 + ], + [ + 114.749963, + 22.764179 + ], + [ + 114.709927, + 22.7879 + ], + [ + 114.512826, + 22.655446 + ], + [ + 114.603369, + 22.63888 + ], + [ + 114.559022, + 22.583094 + ], + [ + 114.616304, + 22.54276 + ], + [ + 114.611377, + 22.481959 + ], + [ + 114.485109, + 22.446572 + ], + [ + 114.467863, + 22.533365 + ], + [ + 114.41058, + 22.599667 + ], + [ + 114.232574, + 22.539997 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.045944, + 22.502413 + ], + [ + 114.044096, + 22.502413 + ], + [ + 114.031778, + 22.504071 + ], + [ + 113.959097, + 22.505177 + ], + [ + 113.891959, + 22.442701 + ], + [ + 113.733663, + 22.73659 + ], + [ + 113.678228, + 22.726104 + ], + [ + 113.740438, + 22.53447 + ], + [ + 113.631417, + 22.475877 + ], + [ + 113.669605, + 22.416154 + ], + [ + 113.558736, + 22.213012 + ], + [ + 113.553809, + 22.107727 + ], + [ + 113.442324, + 22.009575 + ], + [ + 113.330223, + 21.961861 + ], + [ + 113.246455, + 21.880266 + ], + [ + 113.091854, + 22.065591 + ], + [ + 113.032724, + 22.072799 + ], + [ + 113.037652, + 21.935223 + ], + [ + 112.944645, + 21.84195 + ], + [ + 112.795587, + 21.923567 + ], + [ + 112.651458, + 21.761954 + ], + [ + 112.523342, + 21.760842 + ], + [ + 112.439574, + 21.803624 + ], + [ + 112.415553, + 21.734723 + ], + [ + 112.24001, + 21.701371 + ], + [ + 112.192583, + 21.78918 + ], + [ + 112.036134, + 21.761398 + ], + [ + 111.951135, + 21.671904 + ], + [ + 112.026895, + 21.633533 + ], + [ + 111.811316, + 21.558985 + ], + [ + 111.810084, + 21.604609 + ], + [ + 111.693672, + 21.590144 + ], + [ + 111.677658, + 21.52949 + ], + [ + 111.382623, + 21.495534 + ], + [ + 111.257587, + 21.413675 + ], + [ + 111.28284, + 21.485513 + ], + [ + 111.061102, + 21.44932 + ], + [ + 110.929291, + 21.375792 + ], + [ + 110.799328, + 21.374678 + ], + [ + 110.626249, + 21.215797 + ], + [ + 110.422373, + 21.190695 + ], + [ + 110.388497, + 21.125968 + ], + [ + 110.296722, + 21.093594 + ], + [ + 110.180925, + 20.981905 + ], + [ + 110.201251, + 20.867337 + ], + [ + 110.390344, + 20.820367 + ], + [ + 110.392192, + 20.682727 + ], + [ + 110.466105, + 20.680488 + ], + [ + 110.548025, + 20.477715 + ], + [ + 110.545561, + 20.42726 + ], + [ + 110.452554, + 20.311151 + ], + [ + 110.349076, + 20.258958 + ], + [ + 110.118099, + 20.219661 + ], + [ + 110.082375, + 20.258958 + ], + [ + 109.910528, + 20.224152 + ], + [ + 109.916071, + 20.316762 + ], + [ + 109.861252, + 20.376789 + ], + [ + 109.888354, + 20.475473 + ], + [ + 109.839695, + 20.489485 + ], + [ + 109.793499, + 20.61554 + ], + [ + 109.74484, + 20.62114 + ], + [ + 109.730057, + 20.719667 + ], + [ + 109.654913, + 20.903673 + ], + [ + 109.674623, + 21.136572 + ], + [ + 109.763934, + 21.226395 + ], + [ + 109.757775, + 21.346816 + ], + [ + 109.868644, + 21.365763 + ], + [ + 109.894513, + 21.44208 + ], + [ + 109.785492, + 21.457116 + ] + ] + ], + [ + [ + [ + 117.100387, + 23.401566 + ], + [ + 116.946402, + 23.421881 + ], + [ + 117.129336, + 23.483358 + ], + [ + 117.100387, + 23.401566 + ] + ] + ], + [ + [ + [ + 112.853486, + 21.74028 + ], + [ + 112.804826, + 21.686361 + ], + [ + 112.817145, + 21.590144 + ], + [ + 112.730914, + 21.613509 + ], + [ + 112.782037, + 21.665788 + ], + [ + 112.70566, + 21.679133 + ], + [ + 112.831312, + 21.77529 + ], + [ + 112.853486, + 21.74028 + ] + ] + ], + [ + [ + [ + 112.625588, + 21.616847 + ], + [ + 112.535045, + 21.628527 + ], + [ + 112.663776, + 21.714157 + ], + [ + 112.625588, + 21.616847 + ] + ] + ], + [ + [ + [ + 110.495054, + 21.075171 + ], + [ + 110.560344, + 21.061213 + ], + [ + 110.535706, + 20.923235 + ], + [ + 110.47288, + 20.983022 + ], + [ + 110.347845, + 20.984698 + ], + [ + 110.201251, + 20.938324 + ], + [ + 110.211106, + 20.986933 + ], + [ + 110.305961, + 21.088012 + ], + [ + 110.495054, + 21.075171 + ] + ] + ], + [ + [ + [ + 110.501829, + 21.142711 + ], + [ + 110.431612, + 21.181211 + ], + [ + 110.634256, + 21.21022 + ], + [ + 110.582517, + 21.094711 + ], + [ + 110.501829, + 21.142711 + ] + ] + ], + [ + [ + [ + 116.769628, + 20.771704 + ], + [ + 116.88604, + 20.77562 + ], + [ + 116.934084, + 20.67657 + ], + [ + 116.862635, + 20.588657 + ], + [ + 116.749302, + 20.600979 + ], + [ + 116.849084, + 20.62842 + ], + [ + 116.87249, + 20.738134 + ], + [ + 116.769628, + 20.771704 + ] + ] + ], + [ + [ + [ + 110.598532, + 20.857273 + ], + [ + 110.548641, + 20.908703 + ], + [ + 110.584365, + 20.948941 + ], + [ + 110.646575, + 20.917087 + ], + [ + 110.598532, + 20.857273 + ] + ] + ], + [ + [ + [ + 115.943037, + 21.097502 + ], + [ + 116.044051, + 21.11034 + ], + [ + 116.067457, + 21.040552 + ], + [ + 115.989233, + 21.035526 + ], + [ + 115.943037, + 21.097502 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 450000, + "name": "广西壮族自治区", + "center": [ + 108.320004, + 22.82402 + ], + "centroid": [ + 108.794237, + 23.833575 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 19, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 112.024431, + 24.739955 + ], + [ + 111.961606, + 24.720934 + ], + [ + 111.937584, + 24.595323 + ], + [ + 112.007185, + 24.534376 + ], + [ + 111.985011, + 24.467953 + ], + [ + 112.057692, + 24.387327 + ], + [ + 112.029975, + 24.297925 + ], + [ + 111.939432, + 24.230287 + ], + [ + 111.877838, + 24.229196 + ], + [ + 111.878454, + 24.110195 + ], + [ + 111.940664, + 23.987803 + ], + [ + 111.812548, + 23.887727 + ], + [ + 111.8107, + 23.806735 + ], + [ + 111.664723, + 23.83465 + ], + [ + 111.621607, + 23.725692 + ], + [ + 111.667187, + 23.718023 + ], + [ + 111.615448, + 23.639117 + ], + [ + 111.487332, + 23.62651 + ], + [ + 111.479941, + 23.532738 + ], + [ + 111.399869, + 23.469638 + ], + [ + 111.353673, + 23.28895 + ], + [ + 111.388782, + 23.210337 + ], + [ + 111.377695, + 23.082149 + ], + [ + 111.433746, + 23.036456 + ], + [ + 111.363528, + 22.968713 + ], + [ + 111.358601, + 22.889362 + ], + [ + 111.202152, + 22.740452 + ], + [ + 111.056791, + 22.72776 + ], + [ + 111.055559, + 22.648268 + ], + [ + 110.778386, + 22.585304 + ], + [ + 110.711249, + 22.369684 + ], + [ + 110.785777, + 22.294415 + ], + [ + 110.725415, + 22.295522 + ], + [ + 110.646575, + 22.222982 + ], + [ + 110.629329, + 22.149296 + ], + [ + 110.560344, + 22.196393 + ], + [ + 110.488895, + 22.144863 + ], + [ + 110.414366, + 22.20858 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.388497, + 21.89026 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.119947, + 21.901918 + ], + [ + 110.051578, + 21.856945 + ], + [ + 109.94502, + 21.844172 + ], + [ + 109.940709, + 21.734723 + ], + [ + 109.898209, + 21.649661 + ], + [ + 109.742992, + 21.61629 + ], + [ + 109.785492, + 21.457116 + ], + [ + 109.704188, + 21.462684 + ], + [ + 109.612413, + 21.55676 + ], + [ + 109.540964, + 21.466025 + ], + [ + 109.245929, + 21.425929 + ], + [ + 109.138756, + 21.389163 + ], + [ + 109.042669, + 21.464355 + ], + [ + 109.150459, + 21.523924 + ], + [ + 109.142451, + 21.56455 + ], + [ + 108.937959, + 21.589588 + ], + [ + 108.881293, + 21.627415 + ], + [ + 108.74517, + 21.599046 + ], + [ + 108.710062, + 21.646881 + ], + [ + 108.591802, + 21.677465 + ], + [ + 108.479085, + 21.546743 + ], + [ + 108.338651, + 21.541177 + ], + [ + 108.230245, + 21.49108 + ], + [ + 108.235173, + 21.60294 + ], + [ + 108.106441, + 21.508895 + ], + [ + 108.030681, + 21.546186 + ], + [ + 107.956768, + 21.535055 + ], + [ + 107.860066, + 21.651886 + ], + [ + 107.546553, + 21.58625 + ], + [ + 107.46956, + 21.659671 + ], + [ + 107.388256, + 21.594039 + ], + [ + 107.310648, + 21.733611 + ], + [ + 107.247206, + 21.703039 + ], + [ + 107.088294, + 21.805291 + ], + [ + 107.011917, + 21.826399 + ], + [ + 107.05996, + 21.915241 + ], + [ + 106.999598, + 21.947433 + ], + [ + 106.73844, + 22.007911 + ], + [ + 106.681158, + 21.995152 + ], + [ + 106.717498, + 22.074463 + ], + [ + 106.673151, + 22.182543 + ], + [ + 106.7021, + 22.206918 + ], + [ + 106.663296, + 22.330948 + ], + [ + 106.562282, + 22.34589 + ], + [ + 106.562282, + 22.462608 + ], + [ + 106.61402, + 22.601876 + ], + [ + 106.710723, + 22.57536 + ], + [ + 106.768621, + 22.739349 + ], + [ + 106.841302, + 22.799484 + ], + [ + 106.606013, + 22.925737 + ], + [ + 106.366413, + 22.857939 + ], + [ + 106.286957, + 22.86676 + ], + [ + 106.206885, + 22.978629 + ], + [ + 106.019639, + 22.990747 + ], + [ + 105.994385, + 22.93786 + ], + [ + 105.893987, + 22.936758 + ], + [ + 105.724604, + 23.062332 + ], + [ + 105.574931, + 23.066186 + ], + [ + 105.542902, + 23.18449 + ], + [ + 105.531815, + 23.248275 + ], + [ + 105.694423, + 23.363122 + ], + [ + 105.699966, + 23.401566 + ], + [ + 105.815763, + 23.506953 + ], + [ + 105.89214, + 23.525058 + ], + [ + 105.999929, + 23.447683 + ], + [ + 106.141595, + 23.569487 + ], + [ + 106.120653, + 23.605129 + ], + [ + 106.157609, + 23.724048 + ], + [ + 106.136667, + 23.795238 + ], + [ + 106.192102, + 23.824798 + ], + [ + 106.04982, + 24.089986 + ], + [ + 105.933407, + 24.123847 + ], + [ + 105.89214, + 24.040271 + ], + [ + 105.704278, + 24.066497 + ], + [ + 105.649459, + 24.033167 + ], + [ + 105.628518, + 24.126577 + ], + [ + 105.529967, + 24.129308 + ], + [ + 105.481924, + 24.018958 + ], + [ + 105.320548, + 24.116202 + ], + [ + 105.260186, + 24.061033 + ], + [ + 105.20044, + 24.105279 + ], + [ + 105.229389, + 24.165888 + ], + [ + 105.164715, + 24.288109 + ], + [ + 105.188121, + 24.346995 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.063085, + 24.429281 + ], + [ + 104.979933, + 24.412937 + ], + [ + 104.83642, + 24.446712 + ], + [ + 104.72863, + 24.446167 + ], + [ + 104.70892, + 24.321372 + ], + [ + 104.610986, + 24.376973 + ], + [ + 104.492109, + 24.656241 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.63316, + 24.65896 + ], + [ + 104.743413, + 24.621978 + ], + [ + 104.841963, + 24.676359 + ], + [ + 104.899245, + 24.752996 + ], + [ + 105.03352, + 24.787765 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.082179, + 24.915895 + ], + [ + 105.096346, + 24.928375 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.198592, + 24.995095 + ], + [ + 105.265729, + 24.930003 + ], + [ + 105.365511, + 24.943566 + ], + [ + 105.445584, + 24.918608 + ], + [ + 105.500402, + 24.807862 + ], + [ + 105.70551, + 24.768752 + ], + [ + 105.827466, + 24.702997 + ], + [ + 105.942031, + 24.724738 + ], + [ + 106.023335, + 24.632313 + ], + [ + 106.045508, + 24.681796 + ], + [ + 106.173008, + 24.760059 + ], + [ + 106.206269, + 24.851304 + ], + [ + 106.146522, + 24.948449 + ], + [ + 106.215508, + 24.982079 + ], + [ + 106.304819, + 24.973944 + ], + [ + 106.590615, + 25.087791 + ], + [ + 106.684238, + 25.178252 + ], + [ + 106.732281, + 25.162548 + ], + [ + 106.900432, + 25.194495 + ], + [ + 106.912751, + 25.243212 + ], + [ + 107.013765, + 25.275138 + ], + [ + 107.012533, + 25.353024 + ], + [ + 106.963874, + 25.437884 + ], + [ + 107.066736, + 25.509186 + ], + [ + 107.064272, + 25.559395 + ], + [ + 107.228728, + 25.604728 + ], + [ + 107.336517, + 25.461116 + ], + [ + 107.318039, + 25.401677 + ], + [ + 107.420901, + 25.393029 + ], + [ + 107.432604, + 25.289205 + ], + [ + 107.481263, + 25.300024 + ], + [ + 107.472024, + 25.213984 + ], + [ + 107.599523, + 25.250789 + ], + [ + 107.659885, + 25.316251 + ], + [ + 107.700537, + 25.193954 + ], + [ + 107.741805, + 25.239965 + ], + [ + 107.841587, + 25.115966 + ], + [ + 108.001732, + 25.196661 + ], + [ + 108.115065, + 25.210195 + ], + [ + 108.152021, + 25.324364 + ], + [ + 108.142782, + 25.390867 + ], + [ + 108.348506, + 25.536183 + ], + [ + 108.418723, + 25.443287 + ], + [ + 108.471693, + 25.458955 + ], + [ + 108.625062, + 25.308138 + ], + [ + 108.6072, + 25.491904 + ], + [ + 108.68912, + 25.623072 + ], + [ + 108.763649, + 25.637097 + ], + [ + 108.781511, + 25.554537 + ], + [ + 108.949046, + 25.557236 + ], + [ + 109.025423, + 25.512426 + ], + [ + 109.088249, + 25.550758 + ], + [ + 109.030966, + 25.629545 + ], + [ + 109.07901, + 25.720679 + ], + [ + 109.000785, + 25.73631 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.896076, + 25.71421 + ], + [ + 108.989698, + 25.778881 + ], + [ + 109.143683, + 25.795044 + ], + [ + 109.147995, + 25.7417 + ], + [ + 109.3414, + 25.732537 + ], + [ + 109.339552, + 25.834363 + ], + [ + 109.435022, + 25.933411 + ], + [ + 109.408537, + 25.967305 + ], + [ + 109.48245, + 26.029687 + ], + [ + 109.513247, + 25.997962 + ], + [ + 109.635203, + 26.047428 + ], + [ + 109.730057, + 25.989895 + ], + [ + 109.685094, + 25.880129 + ], + [ + 109.806434, + 25.874746 + ], + [ + 109.783028, + 25.988282 + ], + [ + 109.864332, + 26.027537 + ], + [ + 109.906832, + 26.143611 + ], + [ + 109.965962, + 26.195699 + ], + [ + 110.099005, + 26.16939 + ], + [ + 110.065128, + 26.051191 + ], + [ + 110.165527, + 26.023773 + ], + [ + 110.201251, + 26.066241 + ], + [ + 110.257301, + 25.961388 + ], + [ + 110.325671, + 25.975373 + ], + [ + 110.373098, + 26.08935 + ], + [ + 110.516612, + 26.186035 + ], + [ + 110.555416, + 26.286396 + ], + [ + 110.612083, + 26.333594 + ], + [ + 110.76114, + 26.248838 + ], + [ + 110.939146, + 26.28425 + ], + [ + 110.94469, + 26.373805 + ], + [ + 111.092515, + 26.306779 + ], + [ + 111.204616, + 26.307852 + ], + [ + 111.279761, + 26.271911 + ], + [ + 111.267442, + 26.058716 + ], + [ + 111.189834, + 25.953318 + ], + [ + 111.252043, + 25.864517 + ], + [ + 111.346282, + 25.906504 + ], + [ + 111.49226, + 25.868824 + ], + [ + 111.43313, + 25.84621 + ], + [ + 111.442369, + 25.771877 + ], + [ + 111.30871, + 25.72014 + ], + [ + 111.343202, + 25.602569 + ], + [ + 111.301319, + 25.450851 + ], + [ + 111.103602, + 25.284877 + ], + [ + 111.112841, + 25.217232 + ], + [ + 110.998892, + 25.161465 + ], + [ + 110.951465, + 25.043891 + ], + [ + 110.991501, + 24.924034 + ], + [ + 111.100522, + 24.945736 + ], + [ + 111.101754, + 25.035218 + ], + [ + 111.200921, + 25.074786 + ], + [ + 111.274833, + 25.151175 + ], + [ + 111.321645, + 25.10513 + ], + [ + 111.435593, + 25.09321 + ], + [ + 111.43313, + 24.97991 + ], + [ + 111.470086, + 24.928917 + ], + [ + 111.479325, + 24.797543 + ], + [ + 111.431282, + 24.687776 + ], + [ + 111.570484, + 24.644821 + ], + [ + 111.68936, + 24.778531 + ], + [ + 111.951135, + 24.769839 + ], + [ + 112.024431, + 24.739955 + ] + ] + ], + [ + [ + [ + 105.082179, + 24.915895 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.096346, + 24.928375 + ], + [ + 105.082179, + 24.915895 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 460000, + "name": "海南省", + "center": [ + 110.33119, + 20.031971 + ], + "centroid": [ + 109.754777, + 19.189617 + ], + "childrenNum": 19, + "level": "province", + "subFeatureIndex": 20, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.231147, + 19.863293 + ], + [ + 109.300748, + 19.917868 + ], + [ + 109.498464, + 19.873422 + ], + [ + 109.585312, + 19.98817 + ], + [ + 109.712195, + 20.017406 + ], + [ + 109.76147, + 19.981422 + ], + [ + 109.965346, + 19.993792 + ], + [ + 110.106396, + 20.026963 + ], + [ + 110.144585, + 20.074176 + ], + [ + 110.291178, + 20.056754 + ], + [ + 110.318279, + 20.109015 + ], + [ + 110.526467, + 20.0753 + ], + [ + 110.562191, + 20.109577 + ], + [ + 110.717408, + 20.148901 + ], + [ + 110.744509, + 20.074176 + ], + [ + 110.871393, + 20.011784 + ], + [ + 110.969327, + 20.010097 + ], + [ + 111.071573, + 19.629025 + ], + [ + 110.920668, + 19.552926 + ], + [ + 110.844292, + 19.450278 + ], + [ + 110.729727, + 19.378611 + ], + [ + 110.619474, + 19.152118 + ], + [ + 110.578206, + 18.78489 + ], + [ + 110.499366, + 18.751466 + ], + [ + 110.495054, + 18.65002 + ], + [ + 110.329366, + 18.64265 + ], + [ + 110.246215, + 18.609764 + ], + [ + 110.117483, + 18.507666 + ], + [ + 110.090382, + 18.399262 + ], + [ + 110.022629, + 18.360083 + ], + [ + 109.919767, + 18.375415 + ], + [ + 109.785492, + 18.339639 + ], + [ + 109.749767, + 18.193617 + ], + [ + 109.584696, + 18.143589 + ], + [ + 109.355566, + 18.215216 + ], + [ + 109.287813, + 18.264655 + ], + [ + 109.138756, + 18.268064 + ], + [ + 109.117814, + 18.322032 + ], + [ + 108.944735, + 18.31408 + ], + [ + 108.888068, + 18.412319 + ], + [ + 108.68912, + 18.447513 + ], + [ + 108.644772, + 18.486672 + ], + [ + 108.663866, + 18.673261 + ], + [ + 108.593033, + 18.809246 + ], + [ + 108.637997, + 18.920785 + ], + [ + 108.591186, + 19.14477 + ], + [ + 108.609048, + 19.276417 + ], + [ + 108.663866, + 19.374095 + ], + [ + 108.765496, + 19.401187 + ], + [ + 109.048829, + 19.620007 + ], + [ + 109.169553, + 19.736628 + ], + [ + 109.159082, + 19.790684 + ], + [ + 109.231147, + 19.863293 + ] + ] + ], + [ + [ + [ + 113.896887, + 7.607259 + ], + [ + 114.029314, + 7.670119 + ], + [ + 114.211632, + 7.786918 + ], + [ + 114.268298, + 7.870496 + ], + [ + 114.414892, + 7.952872 + ], + [ + 114.540543, + 7.945761 + ], + [ + 114.540543, + 7.862199 + ], + [ + 114.419819, + 7.765577 + ], + [ + 114.368696, + 7.63869 + ], + [ + 114.157429, + 7.56159 + ], + [ + 113.98743, + 7.536085 + ], + [ + 113.896887, + 7.607259 + ] + ] + ], + [ + [ + [ + 111.660411, + 16.258092 + ], + [ + 111.606825, + 16.17766 + ], + [ + 111.569252, + 16.195472 + ], + [ + 111.660411, + 16.258092 + ] + ] + ], + [ + [ + [ + 113.976959, + 8.872658 + ], + [ + 114.060111, + 8.816493 + ], + [ + 114.037321, + 8.781016 + ], + [ + 113.976959, + 8.872658 + ] + ] + ], + [ + [ + [ + 112.067547, + 16.319543 + ], + [ + 111.97454, + 16.323563 + ], + [ + 112.047221, + 16.360309 + ], + [ + 112.067547, + 16.319543 + ] + ] + ], + [ + [ + [ + 115.837712, + 9.709358 + ], + [ + 115.925791, + 9.7813 + ], + [ + 115.901153, + 9.671021 + ], + [ + 115.837712, + 9.709358 + ] + ] + ], + [ + [ + [ + 109.463972, + 7.344453 + ], + [ + 109.536037, + 7.448882 + ], + [ + 109.653065, + 7.559218 + ], + [ + 109.72205, + 7.575825 + ], + [ + 109.904984, + 7.551507 + ], + [ + 109.938861, + 7.504647 + ], + [ + 109.791651, + 7.524815 + ], + [ + 109.654297, + 7.479138 + ], + [ + 109.513247, + 7.320122 + ], + [ + 109.463972, + 7.344453 + ] + ] + ], + [ + [ + [ + 112.527654, + 16.058099 + ], + [ + 112.607726, + 16.066724 + ], + [ + 112.570154, + 16.010945 + ], + [ + 112.448814, + 16.005194 + ], + [ + 112.527654, + 16.058099 + ] + ] + ], + [ + [ + [ + 114.469095, + 10.83618 + ], + [ + 114.587355, + 10.90904 + ], + [ + 114.565181, + 10.836767 + ], + [ + 114.469095, + 10.83618 + ] + ] + ], + [ + [ + [ + 112.383524, + 16.266134 + ], + [ + 112.528886, + 16.318395 + ], + [ + 112.538741, + 16.289107 + ], + [ + 112.383524, + 16.266134 + ] + ] + ], + [ + [ + [ + 116.48876, + 10.395704 + ], + [ + 116.514629, + 10.349208 + ], + [ + 116.637817, + 10.3651 + ], + [ + 116.566368, + 10.304472 + ], + [ + 116.467202, + 10.309182 + ], + [ + 116.48876, + 10.395704 + ] + ] + ], + [ + [ + [ + 115.16757, + 8.386402 + ], + [ + 115.315395, + 8.356213 + ], + [ + 115.285214, + 8.314772 + ], + [ + 115.18112, + 8.345557 + ], + [ + 115.16757, + 8.386402 + ] + ] + ], + [ + [ + [ + 109.936397, + 7.848566 + ], + [ + 109.953027, + 7.888869 + ], + [ + 110.078063, + 7.949317 + ], + [ + 110.050346, + 7.846195 + ], + [ + 109.988136, + 7.812408 + ], + [ + 109.936397, + 7.848566 + ] + ] + ], + [ + [ + [ + 114.696992, + 11.004203 + ], + [ + 114.766593, + 11.110489 + ], + [ + 114.793079, + 11.076435 + ], + [ + 114.696992, + 11.004203 + ] + ] + ], + [ + [ + [ + 110.459946, + 8.116389 + ], + [ + 110.568351, + 8.172657 + ], + [ + 110.554184, + 8.09388 + ], + [ + 110.471032, + 8.071962 + ], + [ + 110.459946, + 8.116389 + ] + ] + ], + [ + [ + [ + 117.266691, + 10.691581 + ], + [ + 117.369553, + 10.742727 + ], + [ + 117.404661, + 10.671002 + ], + [ + 117.266691, + 10.691581 + ] + ] + ], + [ + [ + [ + 113.80696, + 19.223319 + ], + [ + 113.920293, + 19.223319 + ], + [ + 113.874097, + 19.151553 + ], + [ + 113.80696, + 19.223319 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 500000, + "name": "重庆市", + "center": [ + 106.504962, + 29.533155 + ], + "centroid": [ + 107.88398, + 30.067321 + ], + "childrenNum": 38, + "level": "province", + "subFeatureIndex": 21, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.09256, + 30.578762 + ], + [ + 109.114734, + 30.64416 + ], + [ + 108.971836, + 30.627686 + ], + [ + 108.808612, + 30.491153 + ], + [ + 108.743939, + 30.494762 + ], + [ + 108.688504, + 30.587519 + ], + [ + 108.56778, + 30.468464 + ], + [ + 108.42673, + 30.492184 + ], + [ + 108.402092, + 30.376626 + ], + [ + 108.460606, + 30.35959 + ], + [ + 108.581947, + 30.255763 + ], + [ + 108.56778, + 30.157517 + ], + [ + 108.513577, + 30.057619 + ], + [ + 108.542526, + 29.998047 + ], + [ + 108.516041, + 29.885539 + ], + [ + 108.371295, + 29.841434 + ], + [ + 108.424266, + 29.816 + ], + [ + 108.437201, + 29.741218 + ], + [ + 108.504338, + 29.707964 + ], + [ + 108.602273, + 29.865824 + ], + [ + 108.666946, + 29.842472 + ], + [ + 108.690968, + 29.689773 + ], + [ + 108.785822, + 29.633622 + ], + [ + 108.844337, + 29.658582 + ], + [ + 108.91209, + 29.571714 + ], + [ + 108.880677, + 29.442576 + ], + [ + 108.927488, + 29.435281 + ], + [ + 108.919481, + 29.326314 + ], + [ + 109.11227, + 29.360737 + ], + [ + 109.110422, + 29.215143 + ], + [ + 109.232378, + 29.119533 + ], + [ + 109.319842, + 29.042667 + ], + [ + 109.235458, + 28.882476 + ], + [ + 109.241002, + 28.776594 + ], + [ + 109.2989, + 28.747221 + ], + [ + 109.201581, + 28.598133 + ], + [ + 109.304443, + 28.623871 + ], + [ + 109.321074, + 28.581322 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.191726, + 28.470927 + ], + [ + 109.152306, + 28.349885 + ], + [ + 109.081473, + 28.249264 + ], + [ + 109.086401, + 28.184942 + ], + [ + 109.026655, + 28.220271 + ], + [ + 109.006329, + 28.163317 + ], + [ + 108.922561, + 28.217635 + ], + [ + 108.772888, + 28.21289 + ], + [ + 108.726692, + 28.282463 + ], + [ + 108.764881, + 28.306698 + ], + [ + 108.779663, + 28.425158 + ], + [ + 108.710678, + 28.500902 + ], + [ + 108.640461, + 28.457251 + ], + [ + 108.688504, + 28.422527 + ], + [ + 108.668178, + 28.334614 + ], + [ + 108.611512, + 28.324607 + ], + [ + 108.577019, + 28.534024 + ], + [ + 108.636149, + 28.621245 + ], + [ + 108.565316, + 28.662204 + ], + [ + 108.471077, + 28.627548 + ], + [ + 108.332491, + 28.679528 + ], + [ + 108.385462, + 28.772398 + ], + [ + 108.352817, + 28.815395 + ], + [ + 108.350353, + 28.933282 + ], + [ + 108.268433, + 29.089734 + ], + [ + 108.256115, + 29.040574 + ], + [ + 108.068253, + 29.086597 + ], + [ + 108.024521, + 29.038482 + ], + [ + 107.930899, + 29.035343 + ], + [ + 107.867457, + 28.960508 + ], + [ + 107.784921, + 29.04842 + ], + [ + 107.810791, + 29.138348 + ], + [ + 107.751044, + 29.199997 + ], + [ + 107.701769, + 29.142006 + ], + [ + 107.589052, + 29.149845 + ], + [ + 107.570574, + 29.218276 + ], + [ + 107.486806, + 29.174402 + ], + [ + 107.404271, + 29.187984 + ], + [ + 107.412894, + 29.095485 + ], + [ + 107.36485, + 29.010753 + ], + [ + 107.441227, + 28.943755 + ], + [ + 107.383945, + 28.848417 + ], + [ + 107.219489, + 28.772923 + ], + [ + 107.191156, + 28.888763 + ], + [ + 107.057497, + 28.895049 + ], + [ + 106.983584, + 28.851561 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.926302, + 28.809104 + ], + [ + 106.824056, + 28.756139 + ], + [ + 106.883186, + 28.69265 + ], + [ + 106.866556, + 28.624397 + ], + [ + 106.73844, + 28.554522 + ], + [ + 106.7446, + 28.465667 + ], + [ + 106.632499, + 28.503531 + ], + [ + 106.564745, + 28.485127 + ], + [ + 106.63681, + 28.623346 + ], + [ + 106.562897, + 28.753516 + ], + [ + 106.45326, + 28.816968 + ], + [ + 106.504999, + 28.662204 + ], + [ + 106.484057, + 28.530344 + ], + [ + 106.395978, + 28.570287 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.304203, + 28.650653 + ], + [ + 106.248152, + 28.829024 + ], + [ + 106.173008, + 28.92019 + ], + [ + 106.048588, + 28.906573 + ], + [ + 106.043661, + 28.954226 + ], + [ + 105.970364, + 28.966267 + ], + [ + 105.88906, + 28.909716 + ], + [ + 105.762176, + 28.991391 + ], + [ + 105.693807, + 29.267351 + ], + [ + 105.518264, + 29.264219 + ], + [ + 105.427721, + 29.316924 + ], + [ + 105.428337, + 29.417562 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.324859, + 29.448828 + ], + [ + 105.289751, + 29.552979 + ], + [ + 105.38399, + 29.67002 + ], + [ + 105.476996, + 29.674699 + ], + [ + 105.575547, + 29.745374 + ], + [ + 105.619894, + 29.846624 + ], + [ + 105.709206, + 29.840396 + ], + [ + 105.70243, + 29.924957 + ], + [ + 105.753553, + 30.018254 + ], + [ + 105.687648, + 30.038974 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.582938, + 30.127507 + ], + [ + 105.580474, + 30.129577 + ], + [ + 105.574315, + 30.130611 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.571235, + 30.17976 + ], + [ + 105.642684, + 30.186484 + ], + [ + 105.624822, + 30.275917 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.714749, + 30.322927 + ], + [ + 105.792357, + 30.427199 + ], + [ + 105.881053, + 30.387465 + ], + [ + 106.031958, + 30.373529 + ], + [ + 106.10587, + 30.310531 + ], + [ + 106.17116, + 30.306399 + ], + [ + 106.180399, + 30.23302 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.262935, + 30.211306 + ], + [ + 106.428623, + 30.254729 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.677462, + 30.157 + ], + [ + 106.726121, + 30.033277 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.913367, + 30.025506 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.981736, + 30.085062 + ], + [ + 107.053801, + 30.043636 + ], + [ + 107.054417, + 30.041046 + ], + [ + 107.055649, + 30.040528 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.221337, + 30.213891 + ], + [ + 107.359923, + 30.456087 + ], + [ + 107.516987, + 30.644675 + ], + [ + 107.424597, + 30.740889 + ], + [ + 107.514524, + 30.854986 + ], + [ + 107.645103, + 30.821079 + ], + [ + 107.739957, + 30.884259 + ], + [ + 107.763979, + 30.816968 + ], + [ + 107.85329, + 30.793842 + ], + [ + 107.994956, + 30.90839 + ], + [ + 107.943833, + 30.989466 + ], + [ + 108.053471, + 31.040745 + ], + [ + 108.009123, + 31.10839 + ], + [ + 108.083652, + 31.185713 + ], + [ + 108.095354, + 31.268088 + ], + [ + 108.185898, + 31.337104 + ], + [ + 108.153869, + 31.371338 + ], + [ + 108.216079, + 31.410666 + ], + [ + 108.191441, + 31.492333 + ], + [ + 108.34173, + 31.509679 + ], + [ + 108.391621, + 31.593298 + ], + [ + 108.517889, + 31.665131 + ], + [ + 108.535135, + 31.757769 + ], + [ + 108.343578, + 31.860987 + ], + [ + 108.259194, + 31.966628 + ], + [ + 108.373759, + 32.077217 + ], + [ + 108.447672, + 32.07164 + ], + [ + 108.369447, + 32.173493 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.67249, + 32.104083 + ], + [ + 108.734084, + 32.106617 + ], + [ + 108.902235, + 31.984899 + ], + [ + 108.988466, + 31.979317 + ], + [ + 109.164009, + 31.877247 + ], + [ + 109.195422, + 31.817782 + ], + [ + 109.273646, + 31.801003 + ], + [ + 109.281654, + 31.717061 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.731289, + 31.700263 + ], + [ + 109.76455, + 31.602981 + ], + [ + 109.719586, + 31.555067 + ], + [ + 109.848934, + 31.552008 + ], + [ + 109.946252, + 31.506108 + ], + [ + 110.054042, + 31.410666 + ], + [ + 110.140273, + 31.390238 + ], + [ + 110.189548, + 31.129391 + ], + [ + 110.119947, + 31.088409 + ], + [ + 110.135961, + 30.986902 + ], + [ + 110.172918, + 30.978694 + ], + [ + 110.082375, + 30.799496 + ], + [ + 110.008462, + 30.883746 + ], + [ + 109.893897, + 30.899662 + ], + [ + 109.780564, + 30.848822 + ], + [ + 109.590855, + 30.693566 + ], + [ + 109.435638, + 30.59576 + ], + [ + 109.35495, + 30.487028 + ], + [ + 109.36111, + 30.550942 + ], + [ + 109.299516, + 30.630775 + ], + [ + 109.143683, + 30.521052 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.106111, + 30.57052 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.108575, + 30.576702 + ], + [ + 109.102415, + 30.580308 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.09256, + 30.578762 + ] + ] + ], + [ + [ + [ + 105.574315, + 30.130611 + ], + [ + 105.580474, + 30.129577 + ], + [ + 105.582938, + 30.127507 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.574315, + 30.130611 + ] + ] + ], + [ + [ + [ + 109.09256, + 30.578762 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.106111, + 30.57052 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.09256, + 30.578762 + ] + ] + ], + [ + [ + [ + 109.102415, + 30.580308 + ], + [ + 109.108575, + 30.576702 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.102415, + 30.580308 + ] + ] + ], + [ + [ + [ + 107.053801, + 30.043636 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.055649, + 30.040528 + ], + [ + 107.054417, + 30.041046 + ], + [ + 107.053801, + 30.043636 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 510000, + "name": "四川省", + "center": [ + 104.065735, + 30.659462 + ], + "centroid": [ + 102.693438, + 30.674548 + ], + "childrenNum": 21, + "level": "province", + "subFeatureIndex": 22, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.720292, + 30.252662 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.624822, + 30.275917 + ], + [ + 105.642684, + 30.186484 + ], + [ + 105.571235, + 30.17976 + ], + [ + 105.56138, + 30.188035 + ], + [ + 105.558916, + 30.18545 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.574315, + 30.130611 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.687648, + 30.038974 + ], + [ + 105.753553, + 30.018254 + ], + [ + 105.70243, + 29.924957 + ], + [ + 105.709206, + 29.840396 + ], + [ + 105.619894, + 29.846624 + ], + [ + 105.575547, + 29.745374 + ], + [ + 105.476996, + 29.674699 + ], + [ + 105.38399, + 29.67002 + ], + [ + 105.289751, + 29.552979 + ], + [ + 105.324859, + 29.448828 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.428337, + 29.417562 + ], + [ + 105.427721, + 29.316924 + ], + [ + 105.518264, + 29.264219 + ], + [ + 105.693807, + 29.267351 + ], + [ + 105.762176, + 28.991391 + ], + [ + 105.88906, + 28.909716 + ], + [ + 105.970364, + 28.966267 + ], + [ + 106.043661, + 28.954226 + ], + [ + 106.048588, + 28.906573 + ], + [ + 106.173008, + 28.92019 + ], + [ + 106.248152, + 28.829024 + ], + [ + 106.304203, + 28.650653 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.330688, + 28.481971 + ], + [ + 106.2925, + 28.537177 + ], + [ + 106.103407, + 28.636476 + ], + [ + 105.966668, + 28.76086 + ], + [ + 105.891524, + 28.672179 + ], + [ + 105.884748, + 28.594981 + ], + [ + 105.749242, + 28.614943 + ], + [ + 105.683952, + 28.535601 + ], + [ + 105.62359, + 28.518253 + ], + [ + 105.639604, + 28.32408 + ], + [ + 105.730147, + 28.271925 + ], + [ + 105.826234, + 28.304064 + ], + [ + 105.88906, + 28.238722 + ], + [ + 105.860111, + 28.165955 + ], + [ + 105.975907, + 28.107917 + ], + [ + 106.126812, + 28.16701 + ], + [ + 106.206885, + 28.134302 + ], + [ + 106.328225, + 27.952643 + ], + [ + 106.304819, + 27.899249 + ], + [ + 106.343007, + 27.821489 + ], + [ + 106.193334, + 27.754265 + ], + [ + 106.120653, + 27.779677 + ], + [ + 106.023335, + 27.746851 + ], + [ + 105.78435, + 27.719312 + ], + [ + 105.62359, + 27.666333 + ], + [ + 105.605112, + 27.715605 + ], + [ + 105.508409, + 27.769089 + ], + [ + 105.353809, + 27.74897 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.273736, + 27.795028 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.244171, + 27.823077 + ], + [ + 105.233084, + 27.895547 + ], + [ + 105.284823, + 27.935729 + ], + [ + 105.270657, + 27.99703 + ], + [ + 105.186273, + 27.995445 + ], + [ + 105.186889, + 28.0546 + ], + [ + 105.05939, + 28.097889 + ], + [ + 104.872144, + 27.905594 + ], + [ + 104.743413, + 27.901892 + ], + [ + 104.573413, + 27.840537 + ], + [ + 104.40095, + 27.952114 + ], + [ + 104.354139, + 28.019744 + ], + [ + 104.44653, + 28.112666 + ], + [ + 104.44961, + 28.269817 + ], + [ + 104.384936, + 28.329874 + ], + [ + 104.314103, + 28.306698 + ], + [ + 104.254357, + 28.408844 + ], + [ + 104.261748, + 28.537177 + ], + [ + 104.318415, + 28.538229 + ], + [ + 104.425588, + 28.626497 + ], + [ + 104.314719, + 28.615468 + ], + [ + 104.12501, + 28.637526 + ], + [ + 103.940844, + 28.606013 + ], + [ + 103.844757, + 28.660104 + ], + [ + 103.838598, + 28.587101 + ], + [ + 103.781931, + 28.525613 + ], + [ + 103.877402, + 28.311966 + ], + [ + 103.721569, + 28.201817 + ], + [ + 103.639649, + 28.261912 + ], + [ + 103.573128, + 28.230815 + ], + [ + 103.471498, + 28.123221 + ], + [ + 103.430846, + 28.044039 + ], + [ + 103.488128, + 28.03242 + ], + [ + 103.515846, + 27.965326 + ], + [ + 103.487512, + 27.795028 + ], + [ + 103.29226, + 27.632943 + ], + [ + 103.295955, + 27.568785 + ], + [ + 103.222043, + 27.566133 + ], + [ + 103.111789, + 27.401054 + ], + [ + 102.989833, + 27.368114 + ], + [ + 102.941174, + 27.405303 + ], + [ + 102.882044, + 27.293168 + ], + [ + 102.913457, + 27.133538 + ], + [ + 102.870957, + 27.026992 + ], + [ + 102.898674, + 26.908073 + ], + [ + 102.991681, + 26.775675 + ], + [ + 103.018783, + 26.593911 + ], + [ + 103.056971, + 26.525943 + ], + [ + 102.989833, + 26.483108 + ], + [ + 102.998457, + 26.371661 + ], + [ + 102.739762, + 26.268691 + ], + [ + 102.674473, + 26.205363 + ], + [ + 102.60056, + 26.250448 + ], + [ + 102.638748, + 26.307852 + ], + [ + 102.567915, + 26.36362 + ], + [ + 102.392372, + 26.296588 + ], + [ + 102.349257, + 26.244545 + ], + [ + 102.245163, + 26.212341 + ], + [ + 102.107808, + 26.068391 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.005562, + 26.091499 + ], + [ + 101.917483, + 26.108156 + ], + [ + 101.86328, + 26.052266 + ], + [ + 101.799223, + 26.109231 + ], + [ + 101.807846, + 26.156501 + ], + [ + 101.690202, + 26.241861 + ], + [ + 101.630455, + 26.224687 + ], + [ + 101.586724, + 26.279422 + ], + [ + 101.660636, + 26.346999 + ], + [ + 101.636615, + 26.395245 + ], + [ + 101.506652, + 26.499708 + ], + [ + 101.458608, + 26.495424 + ], + [ + 101.400094, + 26.605146 + ], + [ + 101.451833, + 26.600867 + ], + [ + 101.453065, + 26.692848 + ], + [ + 101.512195, + 26.756443 + ], + [ + 101.389623, + 26.723314 + ], + [ + 101.357594, + 26.770868 + ], + [ + 101.399478, + 26.841893 + ], + [ + 101.267667, + 26.902737 + ], + [ + 101.264587, + 26.955549 + ], + [ + 101.136472, + 27.023794 + ], + [ + 101.170349, + 27.195821 + ], + [ + 101.057016, + 27.20061 + ], + [ + 101.021907, + 27.332508 + ], + [ + 100.936908, + 27.469026 + ], + [ + 100.848212, + 27.670573 + ], + [ + 100.782307, + 27.691767 + ], + [ + 100.707162, + 27.80085 + ], + [ + 100.681293, + 27.923041 + ], + [ + 100.633866, + 27.915111 + ], + [ + 100.54517, + 27.809318 + ], + [ + 100.442924, + 27.866459 + ], + [ + 100.327744, + 27.720372 + ], + [ + 100.295099, + 27.869633 + ], + [ + 100.210715, + 27.877037 + ], + [ + 100.196549, + 27.936257 + ], + [ + 100.086296, + 28.030836 + ], + [ + 100.033941, + 28.184942 + ], + [ + 100.157129, + 28.210254 + ], + [ + 100.176223, + 28.324607 + ], + [ + 100.054267, + 28.376737 + ], + [ + 100.073977, + 28.42621 + ], + [ + 99.990209, + 28.476712 + ], + [ + 99.987129, + 28.524561 + ], + [ + 99.793724, + 28.699473 + ], + [ + 99.733362, + 28.719415 + ], + [ + 99.717964, + 28.846321 + ], + [ + 99.625573, + 28.814871 + ], + [ + 99.615718, + 28.741975 + ], + [ + 99.532566, + 28.681628 + ], + [ + 99.463581, + 28.549266 + ], + [ + 99.403219, + 28.546638 + ], + [ + 99.437095, + 28.398318 + ], + [ + 99.374886, + 28.181778 + ], + [ + 99.306516, + 28.227652 + ], + [ + 99.280647, + 28.298269 + ], + [ + 99.174705, + 28.402003 + ], + [ + 99.183944, + 28.588677 + ], + [ + 99.126662, + 28.699473 + ], + [ + 99.103872, + 28.842128 + ], + [ + 99.132206, + 28.948467 + ], + [ + 99.113727, + 29.221409 + ], + [ + 99.075539, + 29.314316 + ], + [ + 99.052133, + 29.563908 + ], + [ + 98.993003, + 29.656502 + ], + [ + 99.0238, + 29.846105 + ], + [ + 99.068148, + 29.93118 + ], + [ + 99.044742, + 30.079885 + ], + [ + 98.989308, + 30.151826 + ], + [ + 98.907388, + 30.698196 + ], + [ + 98.957895, + 30.765056 + ], + [ + 98.901844, + 30.785105 + ], + [ + 98.774345, + 30.907877 + ], + [ + 98.806374, + 30.995621 + ], + [ + 98.736772, + 31.049459 + ], + [ + 98.709671, + 31.118635 + ], + [ + 98.602498, + 31.192367 + ], + [ + 98.64007, + 31.337615 + ], + [ + 98.691809, + 31.333016 + ], + [ + 98.773113, + 31.249163 + ], + [ + 98.88583, + 31.376446 + ], + [ + 98.837787, + 31.436705 + ], + [ + 98.713367, + 31.510189 + ], + [ + 98.553839, + 31.656473 + ], + [ + 98.543983, + 31.718588 + ], + [ + 98.414636, + 31.832525 + ], + [ + 98.434962, + 32.007734 + ], + [ + 98.301919, + 32.12334 + ], + [ + 98.218768, + 32.234752 + ], + [ + 98.218768, + 32.342489 + ], + [ + 97.937283, + 32.484425 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.543698, + 32.621602 + ], + [ + 97.42359, + 32.704713 + ], + [ + 97.386018, + 32.779196 + ], + [ + 97.373699, + 32.956094 + ], + [ + 97.523988, + 32.988721 + ], + [ + 97.542466, + 33.036385 + ], + [ + 97.487648, + 33.10658 + ], + [ + 97.487648, + 33.168205 + ], + [ + 97.576343, + 33.221779 + ], + [ + 97.621306, + 33.334327 + ], + [ + 97.676125, + 33.340825 + ], + [ + 97.753733, + 33.410277 + ], + [ + 97.625618, + 33.461705 + ], + [ + 97.552321, + 33.465698 + ], + [ + 97.52522, + 33.575937 + ], + [ + 97.415583, + 33.605343 + ], + [ + 97.435293, + 33.680558 + ], + [ + 97.388481, + 33.884452 + ], + [ + 97.458698, + 33.886935 + ], + [ + 97.660111, + 33.956444 + ], + [ + 97.70261, + 34.036805 + ], + [ + 97.665654, + 34.126997 + ], + [ + 97.834421, + 34.208186 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.937283, + 34.196804 + ], + [ + 98.051848, + 34.115604 + ], + [ + 98.21076, + 34.078444 + ], + [ + 98.401702, + 34.08786 + ], + [ + 98.440506, + 33.981255 + ], + [ + 98.406629, + 33.867065 + ], + [ + 98.462064, + 33.849178 + ], + [ + 98.539056, + 33.746752 + ], + [ + 98.6567, + 33.647193 + ], + [ + 98.61728, + 33.63723 + ], + [ + 98.648077, + 33.549014 + ], + [ + 98.742316, + 33.477677 + ], + [ + 98.734309, + 33.409278 + ], + [ + 98.779272, + 33.37181 + ], + [ + 98.759562, + 33.277321 + ], + [ + 98.858728, + 33.150674 + ], + [ + 99.002242, + 33.08252 + ], + [ + 99.179633, + 33.044912 + ], + [ + 99.235067, + 32.982197 + ], + [ + 99.268328, + 32.878744 + ], + [ + 99.385973, + 32.900349 + ], + [ + 99.558436, + 32.839039 + ], + [ + 99.607711, + 32.780705 + ], + [ + 99.763543, + 32.778693 + ], + [ + 99.788181, + 32.956596 + ], + [ + 99.854086, + 32.945048 + ], + [ + 99.877492, + 33.045915 + ], + [ + 99.956332, + 32.948061 + ], + [ + 100.038252, + 32.928979 + ], + [ + 100.123252, + 32.837028 + ], + [ + 100.139266, + 32.724346 + ], + [ + 100.088143, + 32.668959 + ], + [ + 100.208252, + 32.606482 + ], + [ + 100.258759, + 32.742466 + ], + [ + 100.339447, + 32.719313 + ], + [ + 100.399809, + 32.756556 + ], + [ + 100.516837, + 32.630168 + ], + [ + 100.54517, + 32.569681 + ], + [ + 100.645568, + 32.526306 + ], + [ + 100.690532, + 32.678025 + ], + [ + 100.93198, + 32.600433 + ], + [ + 101.075494, + 32.683061 + ], + [ + 101.157414, + 32.661404 + ], + [ + 101.22332, + 32.725856 + ], + [ + 101.237486, + 32.824962 + ], + [ + 101.124153, + 32.909893 + ], + [ + 101.129081, + 32.989725 + ], + [ + 101.183899, + 32.984204 + ], + [ + 101.169733, + 33.100566 + ], + [ + 101.11553, + 33.194746 + ], + [ + 101.183283, + 33.270317 + ], + [ + 101.297232, + 33.262313 + ], + [ + 101.393935, + 33.157687 + ], + [ + 101.405022, + 33.225783 + ], + [ + 101.486326, + 33.227285 + ], + [ + 101.625528, + 33.100566 + ], + [ + 101.739477, + 33.265815 + ], + [ + 101.64955, + 33.323328 + ], + [ + 101.695745, + 33.433748 + ], + [ + 101.769658, + 33.447728 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.844186, + 33.602353 + ], + [ + 101.907012, + 33.542032 + ], + [ + 101.9452, + 33.437742 + ], + [ + 101.885454, + 33.380804 + ], + [ + 101.878063, + 33.315829 + ], + [ + 101.769658, + 33.268816 + ], + [ + 101.841723, + 33.184731 + ], + [ + 101.865744, + 33.103072 + ], + [ + 101.935345, + 33.186734 + ], + [ + 102.08933, + 33.204759 + ], + [ + 102.112736, + 33.287324 + ], + [ + 102.217446, + 33.248303 + ], + [ + 102.186649, + 33.332327 + ], + [ + 102.264873, + 33.417269 + ], + [ + 102.396684, + 33.40678 + ], + [ + 102.462589, + 33.449724 + ], + [ + 102.440416, + 33.57494 + ], + [ + 102.33817, + 33.614313 + ], + [ + 102.342481, + 33.725357 + ], + [ + 102.299981, + 33.782566 + ], + [ + 102.239619, + 33.788036 + ], + [ + 102.234076, + 33.870046 + ], + [ + 102.136142, + 33.965377 + ], + [ + 102.237772, + 33.963392 + ], + [ + 102.315996, + 33.994154 + ], + [ + 102.391756, + 33.970836 + ], + [ + 102.437336, + 34.087364 + ], + [ + 102.471213, + 34.072993 + ], + [ + 102.655994, + 34.113623 + ], + [ + 102.599328, + 34.145321 + ], + [ + 102.798276, + 34.272982 + ], + [ + 102.911609, + 34.313022 + ], + [ + 102.978747, + 34.249246 + ], + [ + 102.973203, + 34.205217 + ], + [ + 103.124108, + 34.16166 + ], + [ + 103.178927, + 34.079931 + ], + [ + 103.119797, + 34.034822 + ], + [ + 103.124108, + 33.968354 + ], + [ + 103.181391, + 33.900842 + ], + [ + 103.153057, + 33.814884 + ], + [ + 103.279325, + 33.806433 + ], + [ + 103.349542, + 33.74327 + ], + [ + 103.525085, + 33.798975 + ], + [ + 103.520157, + 33.678566 + ], + [ + 103.626099, + 33.727347 + ], + [ + 103.778236, + 33.658648 + ], + [ + 103.871243, + 33.68255 + ], + [ + 104.046169, + 33.686533 + ], + [ + 104.168741, + 33.611821 + ], + [ + 104.155191, + 33.542531 + ], + [ + 104.22048, + 33.404782 + ], + [ + 104.292545, + 33.336326 + ], + [ + 104.432979, + 33.325828 + ], + [ + 104.303632, + 33.304328 + ], + [ + 104.378161, + 33.109086 + ], + [ + 104.337509, + 33.038392 + ], + [ + 104.426204, + 33.0108 + ], + [ + 104.378161, + 32.953081 + ], + [ + 104.288234, + 32.94304 + ], + [ + 104.294393, + 32.83552 + ], + [ + 104.363994, + 32.822448 + ], + [ + 104.458849, + 32.748504 + ], + [ + 104.582653, + 32.722333 + ], + [ + 104.643015, + 32.661908 + ], + [ + 104.739717, + 32.635711 + ], + [ + 104.845659, + 32.653848 + ], + [ + 104.881999, + 32.600938 + ], + [ + 105.026745, + 32.650322 + ], + [ + 105.111128, + 32.59388 + ], + [ + 105.347033, + 32.682558 + ], + [ + 105.455439, + 32.737433 + ], + [ + 105.391381, + 32.835017 + ], + [ + 105.414171, + 32.921948 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.563844, + 32.72485 + ], + [ + 105.596489, + 32.699175 + ], + [ + 105.719061, + 32.759575 + ], + [ + 105.822538, + 32.770141 + ], + [ + 105.825002, + 32.824962 + ], + [ + 106.025798, + 32.85814 + ], + [ + 106.093552, + 32.823956 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.076305, + 32.753537 + ], + [ + 106.17424, + 32.697664 + ], + [ + 106.347935, + 32.670974 + ], + [ + 106.421231, + 32.616562 + ], + [ + 106.585687, + 32.688097 + ], + [ + 106.663296, + 32.690615 + ], + [ + 106.733513, + 32.739446 + ], + [ + 106.82344, + 32.705217 + ], + [ + 107.066736, + 32.708741 + ], + [ + 107.108004, + 32.600938 + ], + [ + 107.080286, + 32.542448 + ], + [ + 107.127098, + 32.482406 + ], + [ + 107.263836, + 32.403129 + ], + [ + 107.313727, + 32.489976 + ], + [ + 107.382097, + 32.54043 + ], + [ + 107.436299, + 32.529837 + ], + [ + 107.456625, + 32.417778 + ], + [ + 107.533002, + 32.383426 + ], + [ + 107.680211, + 32.398078 + ], + [ + 107.707929, + 32.331873 + ], + [ + 107.75474, + 32.338445 + ], + [ + 107.812022, + 32.24791 + ], + [ + 107.979558, + 32.14614 + ], + [ + 108.070717, + 32.233234 + ], + [ + 108.179122, + 32.222099 + ], + [ + 108.251187, + 32.273208 + ], + [ + 108.312781, + 32.232222 + ], + [ + 108.46923, + 32.270173 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.369447, + 32.173493 + ], + [ + 108.447672, + 32.07164 + ], + [ + 108.373759, + 32.077217 + ], + [ + 108.259194, + 31.966628 + ], + [ + 108.343578, + 31.860987 + ], + [ + 108.535135, + 31.757769 + ], + [ + 108.517889, + 31.665131 + ], + [ + 108.391621, + 31.593298 + ], + [ + 108.34173, + 31.509679 + ], + [ + 108.191441, + 31.492333 + ], + [ + 108.216079, + 31.410666 + ], + [ + 108.153869, + 31.371338 + ], + [ + 108.185898, + 31.337104 + ], + [ + 108.095354, + 31.268088 + ], + [ + 108.083652, + 31.185713 + ], + [ + 108.009123, + 31.10839 + ], + [ + 108.053471, + 31.040745 + ], + [ + 107.943833, + 30.989466 + ], + [ + 107.994956, + 30.90839 + ], + [ + 107.85329, + 30.793842 + ], + [ + 107.763979, + 30.816968 + ], + [ + 107.739957, + 30.884259 + ], + [ + 107.645103, + 30.821079 + ], + [ + 107.514524, + 30.854986 + ], + [ + 107.424597, + 30.740889 + ], + [ + 107.516987, + 30.644675 + ], + [ + 107.359923, + 30.456087 + ], + [ + 107.221337, + 30.213891 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.053801, + 30.043636 + ], + [ + 106.981736, + 30.085062 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.978041, + 30.087651 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.978041, + 30.087651 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.913367, + 30.025506 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.726121, + 30.033277 + ], + [ + 106.677462, + 30.157 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.428623, + 30.254729 + ], + [ + 106.262935, + 30.211306 + ], + [ + 106.261703, + 30.205101 + ], + [ + 106.260471, + 30.204067 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.180399, + 30.23302 + ], + [ + 106.17116, + 30.306399 + ], + [ + 106.10587, + 30.310531 + ], + [ + 106.031958, + 30.373529 + ], + [ + 105.881053, + 30.387465 + ], + [ + 105.792357, + 30.427199 + ], + [ + 105.714749, + 30.322927 + ], + [ + 105.720292, + 30.252662 + ] + ] + ], + [ + [ + [ + 106.262935, + 30.211306 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.260471, + 30.204067 + ], + [ + 106.261703, + 30.205101 + ], + [ + 106.262935, + 30.211306 + ] + ] + ], + [ + [ + [ + 105.571235, + 30.17976 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.558916, + 30.18545 + ], + [ + 105.56138, + 30.188035 + ], + [ + 105.571235, + 30.17976 + ] + ] + ], + [ + [ + [ + 106.981736, + 30.085062 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.981736, + 30.085062 + ] + ] + ], + [ + [ + [ + 106.980504, + 30.085062 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.980504, + 30.085062 + ] + ] + ], + [ + [ + [ + 106.976193, + 30.083509 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.976193, + 30.083509 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 520000, + "name": "贵州省", + "center": [ + 106.713478, + 26.578343 + ], + "centroid": [ + 106.88108, + 26.826362 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 23, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.52187, + 26.748964 + ], + [ + 109.454117, + 26.761252 + ], + [ + 109.35495, + 26.693383 + ], + [ + 109.407305, + 26.532902 + ], + [ + 109.326001, + 26.427398 + ], + [ + 109.285965, + 26.296052 + ], + [ + 109.340784, + 26.264399 + ], + [ + 109.466435, + 26.314288 + ], + [ + 109.439334, + 26.238641 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.449805, + 26.101709 + ], + [ + 109.48245, + 26.029687 + ], + [ + 109.408537, + 25.967305 + ], + [ + 109.435022, + 25.933411 + ], + [ + 109.339552, + 25.834363 + ], + [ + 109.3414, + 25.732537 + ], + [ + 109.147995, + 25.7417 + ], + [ + 109.143683, + 25.795044 + ], + [ + 108.989698, + 25.778881 + ], + [ + 108.896076, + 25.71421 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.953974, + 25.686714 + ], + [ + 109.000785, + 25.73631 + ], + [ + 109.07901, + 25.720679 + ], + [ + 109.030966, + 25.629545 + ], + [ + 109.088249, + 25.550758 + ], + [ + 109.025423, + 25.512426 + ], + [ + 108.949046, + 25.557236 + ], + [ + 108.781511, + 25.554537 + ], + [ + 108.763649, + 25.637097 + ], + [ + 108.68912, + 25.623072 + ], + [ + 108.6072, + 25.491904 + ], + [ + 108.625062, + 25.308138 + ], + [ + 108.471693, + 25.458955 + ], + [ + 108.418723, + 25.443287 + ], + [ + 108.348506, + 25.536183 + ], + [ + 108.142782, + 25.390867 + ], + [ + 108.152021, + 25.324364 + ], + [ + 108.115065, + 25.210195 + ], + [ + 108.001732, + 25.196661 + ], + [ + 107.841587, + 25.115966 + ], + [ + 107.741805, + 25.239965 + ], + [ + 107.700537, + 25.193954 + ], + [ + 107.659885, + 25.316251 + ], + [ + 107.599523, + 25.250789 + ], + [ + 107.472024, + 25.213984 + ], + [ + 107.481263, + 25.300024 + ], + [ + 107.432604, + 25.289205 + ], + [ + 107.420901, + 25.393029 + ], + [ + 107.318039, + 25.401677 + ], + [ + 107.336517, + 25.461116 + ], + [ + 107.228728, + 25.604728 + ], + [ + 107.064272, + 25.559395 + ], + [ + 107.066736, + 25.509186 + ], + [ + 106.963874, + 25.437884 + ], + [ + 107.012533, + 25.353024 + ], + [ + 107.013765, + 25.275138 + ], + [ + 106.912751, + 25.243212 + ], + [ + 106.900432, + 25.194495 + ], + [ + 106.732281, + 25.162548 + ], + [ + 106.684238, + 25.178252 + ], + [ + 106.590615, + 25.087791 + ], + [ + 106.304819, + 24.973944 + ], + [ + 106.215508, + 24.982079 + ], + [ + 106.146522, + 24.948449 + ], + [ + 106.206269, + 24.851304 + ], + [ + 106.173008, + 24.760059 + ], + [ + 106.045508, + 24.681796 + ], + [ + 106.023335, + 24.632313 + ], + [ + 105.942031, + 24.724738 + ], + [ + 105.827466, + 24.702997 + ], + [ + 105.70551, + 24.768752 + ], + [ + 105.500402, + 24.807862 + ], + [ + 105.445584, + 24.918608 + ], + [ + 105.365511, + 24.943566 + ], + [ + 105.265729, + 24.930003 + ], + [ + 105.198592, + 24.995095 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.03352, + 24.787765 + ], + [ + 104.899245, + 24.752996 + ], + [ + 104.841963, + 24.676359 + ], + [ + 104.743413, + 24.621978 + ], + [ + 104.63316, + 24.65896 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.539537, + 24.813836 + ], + [ + 104.713232, + 24.996179 + ], + [ + 104.667652, + 25.05961 + ], + [ + 104.750804, + 25.215067 + ], + [ + 104.822869, + 25.17013 + ], + [ + 104.816094, + 25.262152 + ], + [ + 104.639935, + 25.298942 + ], + [ + 104.646094, + 25.356809 + ], + [ + 104.543232, + 25.400597 + ], + [ + 104.556783, + 25.524845 + ], + [ + 104.434827, + 25.47246 + ], + [ + 104.420661, + 25.585301 + ], + [ + 104.332581, + 25.598792 + ], + [ + 104.309791, + 25.648964 + ], + [ + 104.328886, + 25.760561 + ], + [ + 104.373233, + 25.731459 + ], + [ + 104.441602, + 25.869362 + ], + [ + 104.414501, + 25.909733 + ], + [ + 104.499501, + 26.070541 + ], + [ + 104.592508, + 26.317506 + ], + [ + 104.683667, + 26.377557 + ], + [ + 104.554935, + 26.590701 + ], + [ + 104.487798, + 26.579465 + ], + [ + 104.421276, + 26.712091 + ], + [ + 104.354139, + 26.621194 + ], + [ + 104.120082, + 26.636705 + ], + [ + 104.052329, + 26.507204 + ], + [ + 103.865699, + 26.512023 + ], + [ + 103.764685, + 26.584816 + ], + [ + 103.773308, + 26.716901 + ], + [ + 103.705555, + 26.794904 + ], + [ + 103.779468, + 26.874454 + ], + [ + 103.77454, + 26.951815 + ], + [ + 103.675374, + 27.051506 + ], + [ + 103.638418, + 27.013133 + ], + [ + 103.624251, + 27.112237 + ], + [ + 103.711714, + 27.14259 + ], + [ + 103.903271, + 27.347921 + ], + [ + 103.932221, + 27.444072 + ], + [ + 104.015372, + 27.429204 + ], + [ + 104.01722, + 27.383523 + ], + [ + 104.113307, + 27.338354 + ], + [ + 104.174285, + 27.262856 + ], + [ + 104.363378, + 27.467964 + ], + [ + 104.497653, + 27.411677 + ], + [ + 104.546312, + 27.330382 + ], + [ + 104.609754, + 27.306991 + ], + [ + 104.808702, + 27.35483 + ], + [ + 104.871528, + 27.291041 + ], + [ + 105.067397, + 27.418051 + ], + [ + 105.184425, + 27.393085 + ], + [ + 105.260186, + 27.514672 + ], + [ + 105.232469, + 27.546506 + ], + [ + 105.305149, + 27.612799 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.353809, + 27.74897 + ], + [ + 105.508409, + 27.769089 + ], + [ + 105.605112, + 27.715605 + ], + [ + 105.62359, + 27.666333 + ], + [ + 105.78435, + 27.719312 + ], + [ + 106.023335, + 27.746851 + ], + [ + 106.120653, + 27.779677 + ], + [ + 106.193334, + 27.754265 + ], + [ + 106.343007, + 27.821489 + ], + [ + 106.304819, + 27.899249 + ], + [ + 106.328225, + 27.952643 + ], + [ + 106.206885, + 28.134302 + ], + [ + 106.126812, + 28.16701 + ], + [ + 105.975907, + 28.107917 + ], + [ + 105.860111, + 28.165955 + ], + [ + 105.88906, + 28.238722 + ], + [ + 105.826234, + 28.304064 + ], + [ + 105.730147, + 28.271925 + ], + [ + 105.639604, + 28.32408 + ], + [ + 105.62359, + 28.518253 + ], + [ + 105.683952, + 28.535601 + ], + [ + 105.749242, + 28.614943 + ], + [ + 105.884748, + 28.594981 + ], + [ + 105.891524, + 28.672179 + ], + [ + 105.966668, + 28.76086 + ], + [ + 106.103407, + 28.636476 + ], + [ + 106.2925, + 28.537177 + ], + [ + 106.330688, + 28.481971 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.395978, + 28.570287 + ], + [ + 106.484057, + 28.530344 + ], + [ + 106.504999, + 28.662204 + ], + [ + 106.45326, + 28.816968 + ], + [ + 106.562897, + 28.753516 + ], + [ + 106.63681, + 28.623346 + ], + [ + 106.564745, + 28.485127 + ], + [ + 106.632499, + 28.503531 + ], + [ + 106.7446, + 28.465667 + ], + [ + 106.73844, + 28.554522 + ], + [ + 106.866556, + 28.624397 + ], + [ + 106.883186, + 28.69265 + ], + [ + 106.824056, + 28.756139 + ], + [ + 106.926302, + 28.809104 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.983584, + 28.851561 + ], + [ + 107.057497, + 28.895049 + ], + [ + 107.191156, + 28.888763 + ], + [ + 107.219489, + 28.772923 + ], + [ + 107.383945, + 28.848417 + ], + [ + 107.441227, + 28.943755 + ], + [ + 107.36485, + 29.010753 + ], + [ + 107.412894, + 29.095485 + ], + [ + 107.404271, + 29.187984 + ], + [ + 107.486806, + 29.174402 + ], + [ + 107.570574, + 29.218276 + ], + [ + 107.589052, + 29.149845 + ], + [ + 107.701769, + 29.142006 + ], + [ + 107.751044, + 29.199997 + ], + [ + 107.810791, + 29.138348 + ], + [ + 107.784921, + 29.04842 + ], + [ + 107.867457, + 28.960508 + ], + [ + 107.930899, + 29.035343 + ], + [ + 108.024521, + 29.038482 + ], + [ + 108.068253, + 29.086597 + ], + [ + 108.256115, + 29.040574 + ], + [ + 108.268433, + 29.089734 + ], + [ + 108.350353, + 28.933282 + ], + [ + 108.352817, + 28.815395 + ], + [ + 108.385462, + 28.772398 + ], + [ + 108.332491, + 28.679528 + ], + [ + 108.471077, + 28.627548 + ], + [ + 108.565316, + 28.662204 + ], + [ + 108.636149, + 28.621245 + ], + [ + 108.577019, + 28.534024 + ], + [ + 108.611512, + 28.324607 + ], + [ + 108.668178, + 28.334614 + ], + [ + 108.688504, + 28.422527 + ], + [ + 108.640461, + 28.457251 + ], + [ + 108.710678, + 28.500902 + ], + [ + 108.779663, + 28.425158 + ], + [ + 108.764881, + 28.306698 + ], + [ + 108.726692, + 28.282463 + ], + [ + 108.772888, + 28.21289 + ], + [ + 108.922561, + 28.217635 + ], + [ + 109.006329, + 28.163317 + ], + [ + 109.026655, + 28.220271 + ], + [ + 109.086401, + 28.184942 + ], + [ + 109.081473, + 28.249264 + ], + [ + 109.152306, + 28.349885 + ], + [ + 109.191726, + 28.470927 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.27303, + 28.310386 + ], + [ + 109.388211, + 28.268236 + ], + [ + 109.340168, + 28.190216 + ], + [ + 109.298284, + 28.036117 + ], + [ + 109.378972, + 28.032948 + ], + [ + 109.30198, + 27.956342 + ], + [ + 109.345711, + 27.840537 + ], + [ + 109.332777, + 27.782853 + ], + [ + 109.470747, + 27.68011 + ], + [ + 109.461508, + 27.567724 + ], + [ + 109.303211, + 27.475396 + ], + [ + 109.300132, + 27.423893 + ], + [ + 109.202197, + 27.449913 + ], + [ + 109.142451, + 27.418051 + ], + [ + 109.040821, + 27.276151 + ], + [ + 108.907162, + 27.2054 + ], + [ + 108.878829, + 27.106378 + ], + [ + 108.791366, + 27.084539 + ], + [ + 108.87575, + 26.999273 + ], + [ + 109.07901, + 27.115965 + ], + [ + 109.164625, + 27.065893 + ], + [ + 109.267487, + 27.128746 + ], + [ + 109.415928, + 27.15377 + ], + [ + 109.472595, + 27.135136 + ], + [ + 109.454733, + 27.069622 + ], + [ + 109.520022, + 27.058433 + ], + [ + 109.555131, + 26.947015 + ], + [ + 109.486761, + 26.895267 + ], + [ + 109.500928, + 26.828546 + ], + [ + 109.481218, + 26.838156 + ], + [ + 109.473211, + 26.828546 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.52187, + 26.748964 + ] + ] + ], + [ + [ + [ + 109.529261, + 26.740414 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.529261, + 26.740414 + ] + ] + ], + [ + [ + [ + 109.500928, + 26.828546 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.473211, + 26.828546 + ], + [ + 109.481218, + 26.838156 + ], + [ + 109.500928, + 26.828546 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 530000, + "name": "云南省", + "center": [ + 102.712251, + 25.040609 + ], + "centroid": [ + 101.485108, + 25.008649 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 24, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.542902, + 23.18449 + ], + [ + 105.445584, + 23.292797 + ], + [ + 105.372903, + 23.317525 + ], + [ + 105.325475, + 23.390034 + ], + [ + 105.238012, + 23.264217 + ], + [ + 105.093266, + 23.260919 + ], + [ + 104.886311, + 23.169088 + ], + [ + 104.804391, + 23.110218 + ], + [ + 104.860441, + 22.970917 + ], + [ + 104.737869, + 22.825957 + ], + [ + 104.579573, + 22.84636 + ], + [ + 104.375697, + 22.690228 + ], + [ + 104.272219, + 22.738245 + ], + [ + 104.274067, + 22.828163 + ], + [ + 104.117618, + 22.808861 + ], + [ + 104.045553, + 22.728312 + ], + [ + 104.009213, + 22.51789 + ], + [ + 103.964249, + 22.502966 + ], + [ + 103.825047, + 22.615685 + ], + [ + 103.642113, + 22.795071 + ], + [ + 103.566969, + 22.698508 + ], + [ + 103.53494, + 22.594143 + ], + [ + 103.436389, + 22.697404 + ], + [ + 103.441317, + 22.753144 + ], + [ + 103.323057, + 22.807758 + ], + [ + 103.283021, + 22.678635 + ], + [ + 103.195557, + 22.648268 + ], + [ + 103.183854, + 22.557679 + ], + [ + 103.081608, + 22.506835 + ], + [ + 103.079761, + 22.448784 + ], + [ + 102.930703, + 22.482512 + ], + [ + 102.880196, + 22.586961 + ], + [ + 102.688639, + 22.700164 + ], + [ + 102.603024, + 22.731623 + ], + [ + 102.570379, + 22.700164 + ], + [ + 102.510633, + 22.774661 + ], + [ + 102.384365, + 22.679739 + ], + [ + 102.420706, + 22.636119 + ], + [ + 102.322771, + 22.554364 + ], + [ + 102.25625, + 22.457631 + ], + [ + 102.270416, + 22.419472 + ], + [ + 102.046214, + 22.457631 + ], + [ + 101.907628, + 22.43717 + ], + [ + 101.862665, + 22.389048 + ], + [ + 101.76473, + 22.506282 + ], + [ + 101.672339, + 22.474772 + ], + [ + 101.625528, + 22.282789 + ], + [ + 101.547304, + 22.237936 + ], + [ + 101.596579, + 22.160933 + ], + [ + 101.573789, + 22.114933 + ], + [ + 101.626144, + 22.006247 + ], + [ + 101.606434, + 21.967965 + ], + [ + 101.701288, + 21.938553 + ], + [ + 101.777049, + 21.826954 + ], + [ + 101.747484, + 21.730276 + ], + [ + 101.780129, + 21.640763 + ], + [ + 101.754875, + 21.585137 + ], + [ + 101.745636, + 21.29721 + ], + [ + 101.833715, + 21.252606 + ], + [ + 101.76473, + 21.147733 + ], + [ + 101.672339, + 21.195158 + ], + [ + 101.605818, + 21.172285 + ], + [ + 101.604586, + 21.229741 + ], + [ + 101.532521, + 21.252606 + ], + [ + 101.387775, + 21.225837 + ], + [ + 101.290457, + 21.178422 + ], + [ + 101.222088, + 21.234203 + ], + [ + 101.244877, + 21.302227 + ], + [ + 101.142631, + 21.409218 + ], + [ + 101.194986, + 21.425372 + ], + [ + 101.209153, + 21.557316 + ], + [ + 101.117378, + 21.689141 + ], + [ + 101.123537, + 21.771956 + ], + [ + 101.015132, + 21.70693 + ], + [ + 100.870386, + 21.672461 + ], + [ + 100.730568, + 21.518914 + ], + [ + 100.558105, + 21.450434 + ], + [ + 100.48296, + 21.459343 + ], + [ + 100.437381, + 21.532829 + ], + [ + 100.351765, + 21.52949 + ], + [ + 100.247056, + 21.463798 + ], + [ + 100.199628, + 21.512791 + ], + [ + 100.126948, + 21.508338 + ], + [ + 100.107853, + 21.585137 + ], + [ + 100.169447, + 21.663564 + ], + [ + 100.095535, + 21.704151 + ], + [ + 99.991441, + 21.703595 + ], + [ + 99.944014, + 21.821955 + ], + [ + 99.999448, + 21.970184 + ], + [ + 99.972347, + 22.052837 + ], + [ + 99.871333, + 22.0667 + ], + [ + 99.870101, + 22.029544 + ], + [ + 99.486987, + 22.12879 + ], + [ + 99.400139, + 22.099966 + ], + [ + 99.220901, + 22.111053 + ], + [ + 99.156227, + 22.160933 + ], + [ + 99.235683, + 22.250673 + ], + [ + 99.282495, + 22.401219 + ], + [ + 99.381661, + 22.503519 + ], + [ + 99.385973, + 22.57094 + ], + [ + 99.31514, + 22.737693 + ], + [ + 99.385973, + 22.761972 + ], + [ + 99.457421, + 22.84636 + ], + [ + 99.456806, + 22.932901 + ], + [ + 99.563363, + 22.925737 + ], + [ + 99.517168, + 23.006719 + ], + [ + 99.528255, + 23.065635 + ], + [ + 99.3484, + 23.128927 + ], + [ + 99.255393, + 23.077746 + ], + [ + 99.106336, + 23.086552 + ], + [ + 98.889525, + 23.209238 + ], + [ + 98.936953, + 23.309833 + ], + [ + 98.872279, + 23.484456 + ], + [ + 98.826084, + 23.470187 + ], + [ + 98.808221, + 23.547549 + ], + [ + 98.877823, + 23.59197 + ], + [ + 98.786048, + 23.781551 + ], + [ + 98.669019, + 23.800713 + ], + [ + 98.701664, + 23.834103 + ], + [ + 98.701048, + 23.946251 + ], + [ + 98.899996, + 24.109102 + ], + [ + 98.875975, + 24.150056 + ], + [ + 98.716446, + 24.12767 + ], + [ + 98.611737, + 24.08507 + ], + [ + 98.550759, + 24.125485 + ], + [ + 98.360434, + 24.097087 + ], + [ + 98.225543, + 24.113471 + ], + [ + 98.110978, + 24.092171 + ], + [ + 97.902175, + 24.01404 + ], + [ + 97.894168, + 23.973589 + ], + [ + 97.769748, + 23.933126 + ], + [ + 97.711234, + 23.861465 + ], + [ + 97.5283, + 23.926563 + ], + [ + 97.634241, + 24.046828 + ], + [ + 97.730944, + 24.113471 + ], + [ + 97.729712, + 24.227013 + ], + [ + 97.767284, + 24.258656 + ], + [ + 97.658879, + 24.326279 + ], + [ + 97.716161, + 24.358987 + ], + [ + 97.669966, + 24.452703 + ], + [ + 97.531995, + 24.43146 + ], + [ + 97.570799, + 24.602396 + ], + [ + 97.570183, + 24.766579 + ], + [ + 97.701379, + 24.842617 + ], + [ + 97.764204, + 24.824155 + ], + [ + 97.785762, + 24.875733 + ], + [ + 97.716777, + 24.978283 + ], + [ + 97.839349, + 25.27081 + ], + [ + 97.914494, + 25.211278 + ], + [ + 98.014892, + 25.305433 + ], + [ + 98.06971, + 25.311924 + ], + [ + 98.15779, + 25.457334 + ], + [ + 98.131304, + 25.510266 + ], + [ + 98.189818, + 25.569111 + ], + [ + 98.170724, + 25.620374 + ], + [ + 98.247717, + 25.607965 + ], + [ + 98.314854, + 25.543201 + ], + [ + 98.402317, + 25.593936 + ], + [ + 98.457752, + 25.68294 + ], + [ + 98.476846, + 25.777265 + ], + [ + 98.553839, + 25.845672 + ], + [ + 98.640686, + 25.798815 + ], + [ + 98.704744, + 25.852133 + ], + [ + 98.686881, + 25.925877 + ], + [ + 98.614201, + 25.968919 + ], + [ + 98.575396, + 26.118364 + ], + [ + 98.634527, + 26.145759 + ], + [ + 98.662244, + 26.0872 + ], + [ + 98.735541, + 26.183351 + ], + [ + 98.672715, + 26.240251 + ], + [ + 98.733693, + 26.350753 + ], + [ + 98.753403, + 26.559129 + ], + [ + 98.781736, + 26.62066 + ], + [ + 98.746012, + 26.697125 + ], + [ + 98.757098, + 26.87819 + ], + [ + 98.732461, + 27.002472 + ], + [ + 98.765722, + 27.050973 + ], + [ + 98.712135, + 27.077081 + ], + [ + 98.696121, + 27.211253 + ], + [ + 98.734309, + 27.35111 + ], + [ + 98.706591, + 27.362269 + ], + [ + 98.674563, + 27.582044 + ], + [ + 98.583404, + 27.571437 + ], + [ + 98.444201, + 27.665274 + ], + [ + 98.429419, + 27.548628 + ], + [ + 98.317318, + 27.519448 + ], + [ + 98.278514, + 27.659974 + ], + [ + 98.234166, + 27.690707 + ], + [ + 98.222463, + 27.812493 + ], + [ + 98.169492, + 27.851118 + ], + [ + 98.205217, + 27.88973 + ], + [ + 98.133152, + 27.99069 + ], + [ + 98.160253, + 28.101056 + ], + [ + 98.139311, + 28.142216 + ], + [ + 98.168876, + 28.204454 + ], + [ + 98.266195, + 28.24083 + ], + [ + 98.208913, + 28.35831 + ], + [ + 98.301303, + 28.384633 + ], + [ + 98.37768, + 28.246101 + ], + [ + 98.389383, + 28.114777 + ], + [ + 98.428803, + 28.10475 + ], + [ + 98.559382, + 28.182833 + ], + [ + 98.626519, + 28.165427 + ], + [ + 98.712135, + 28.229233 + ], + [ + 98.752787, + 28.333561 + ], + [ + 98.677026, + 28.463563 + ], + [ + 98.627751, + 28.487756 + ], + [ + 98.638222, + 28.55242 + ], + [ + 98.594491, + 28.667979 + ], + [ + 98.683802, + 28.739877 + ], + [ + 98.652389, + 28.816968 + ], + [ + 98.657932, + 28.93014 + ], + [ + 98.765722, + 29.006044 + ], + [ + 98.815613, + 28.948991 + ], + [ + 98.828547, + 28.820113 + ], + [ + 98.912931, + 28.800715 + ], + [ + 98.972677, + 28.832693 + ], + [ + 98.917243, + 28.888239 + ], + [ + 98.925866, + 28.978306 + ], + [ + 99.009018, + 29.031158 + ], + [ + 98.967134, + 29.128418 + ], + [ + 98.976373, + 29.204698 + ], + [ + 99.113727, + 29.221409 + ], + [ + 99.132206, + 28.948467 + ], + [ + 99.103872, + 28.842128 + ], + [ + 99.126662, + 28.699473 + ], + [ + 99.183944, + 28.588677 + ], + [ + 99.174705, + 28.402003 + ], + [ + 99.280647, + 28.298269 + ], + [ + 99.306516, + 28.227652 + ], + [ + 99.374886, + 28.181778 + ], + [ + 99.437095, + 28.398318 + ], + [ + 99.403219, + 28.546638 + ], + [ + 99.463581, + 28.549266 + ], + [ + 99.532566, + 28.681628 + ], + [ + 99.615718, + 28.741975 + ], + [ + 99.625573, + 28.814871 + ], + [ + 99.717964, + 28.846321 + ], + [ + 99.733362, + 28.719415 + ], + [ + 99.793724, + 28.699473 + ], + [ + 99.987129, + 28.524561 + ], + [ + 99.990209, + 28.476712 + ], + [ + 100.073977, + 28.42621 + ], + [ + 100.054267, + 28.376737 + ], + [ + 100.176223, + 28.324607 + ], + [ + 100.157129, + 28.210254 + ], + [ + 100.033941, + 28.184942 + ], + [ + 100.086296, + 28.030836 + ], + [ + 100.196549, + 27.936257 + ], + [ + 100.210715, + 27.877037 + ], + [ + 100.295099, + 27.869633 + ], + [ + 100.327744, + 27.720372 + ], + [ + 100.442924, + 27.866459 + ], + [ + 100.54517, + 27.809318 + ], + [ + 100.633866, + 27.915111 + ], + [ + 100.681293, + 27.923041 + ], + [ + 100.707162, + 27.80085 + ], + [ + 100.782307, + 27.691767 + ], + [ + 100.848212, + 27.670573 + ], + [ + 100.936908, + 27.469026 + ], + [ + 101.021907, + 27.332508 + ], + [ + 101.057016, + 27.20061 + ], + [ + 101.170349, + 27.195821 + ], + [ + 101.136472, + 27.023794 + ], + [ + 101.264587, + 26.955549 + ], + [ + 101.267667, + 26.902737 + ], + [ + 101.399478, + 26.841893 + ], + [ + 101.357594, + 26.770868 + ], + [ + 101.389623, + 26.723314 + ], + [ + 101.512195, + 26.756443 + ], + [ + 101.453065, + 26.692848 + ], + [ + 101.451833, + 26.600867 + ], + [ + 101.400094, + 26.605146 + ], + [ + 101.458608, + 26.495424 + ], + [ + 101.506652, + 26.499708 + ], + [ + 101.636615, + 26.395245 + ], + [ + 101.660636, + 26.346999 + ], + [ + 101.586724, + 26.279422 + ], + [ + 101.630455, + 26.224687 + ], + [ + 101.690202, + 26.241861 + ], + [ + 101.807846, + 26.156501 + ], + [ + 101.799223, + 26.109231 + ], + [ + 101.86328, + 26.052266 + ], + [ + 101.917483, + 26.108156 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.107808, + 26.068391 + ], + [ + 102.245163, + 26.212341 + ], + [ + 102.349257, + 26.244545 + ], + [ + 102.392372, + 26.296588 + ], + [ + 102.567915, + 26.36362 + ], + [ + 102.638748, + 26.307852 + ], + [ + 102.60056, + 26.250448 + ], + [ + 102.674473, + 26.205363 + ], + [ + 102.739762, + 26.268691 + ], + [ + 102.998457, + 26.371661 + ], + [ + 102.989833, + 26.483108 + ], + [ + 103.056971, + 26.525943 + ], + [ + 103.018783, + 26.593911 + ], + [ + 102.991681, + 26.775675 + ], + [ + 102.898674, + 26.908073 + ], + [ + 102.870957, + 27.026992 + ], + [ + 102.913457, + 27.133538 + ], + [ + 102.882044, + 27.293168 + ], + [ + 102.941174, + 27.405303 + ], + [ + 102.989833, + 27.368114 + ], + [ + 103.111789, + 27.401054 + ], + [ + 103.222043, + 27.566133 + ], + [ + 103.295955, + 27.568785 + ], + [ + 103.29226, + 27.632943 + ], + [ + 103.487512, + 27.795028 + ], + [ + 103.515846, + 27.965326 + ], + [ + 103.488128, + 28.03242 + ], + [ + 103.430846, + 28.044039 + ], + [ + 103.471498, + 28.123221 + ], + [ + 103.573128, + 28.230815 + ], + [ + 103.639649, + 28.261912 + ], + [ + 103.721569, + 28.201817 + ], + [ + 103.877402, + 28.311966 + ], + [ + 103.781931, + 28.525613 + ], + [ + 103.838598, + 28.587101 + ], + [ + 103.844757, + 28.660104 + ], + [ + 103.940844, + 28.606013 + ], + [ + 104.12501, + 28.637526 + ], + [ + 104.314719, + 28.615468 + ], + [ + 104.425588, + 28.626497 + ], + [ + 104.318415, + 28.538229 + ], + [ + 104.261748, + 28.537177 + ], + [ + 104.254357, + 28.408844 + ], + [ + 104.314103, + 28.306698 + ], + [ + 104.384936, + 28.329874 + ], + [ + 104.44961, + 28.269817 + ], + [ + 104.44653, + 28.112666 + ], + [ + 104.354139, + 28.019744 + ], + [ + 104.40095, + 27.952114 + ], + [ + 104.573413, + 27.840537 + ], + [ + 104.743413, + 27.901892 + ], + [ + 104.872144, + 27.905594 + ], + [ + 105.05939, + 28.097889 + ], + [ + 105.186889, + 28.0546 + ], + [ + 105.186273, + 27.995445 + ], + [ + 105.270657, + 27.99703 + ], + [ + 105.284823, + 27.935729 + ], + [ + 105.233084, + 27.895547 + ], + [ + 105.244171, + 27.823077 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.273736, + 27.795028 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.305149, + 27.612799 + ], + [ + 105.232469, + 27.546506 + ], + [ + 105.260186, + 27.514672 + ], + [ + 105.184425, + 27.393085 + ], + [ + 105.067397, + 27.418051 + ], + [ + 104.871528, + 27.291041 + ], + [ + 104.808702, + 27.35483 + ], + [ + 104.609754, + 27.306991 + ], + [ + 104.546312, + 27.330382 + ], + [ + 104.497653, + 27.411677 + ], + [ + 104.363378, + 27.467964 + ], + [ + 104.174285, + 27.262856 + ], + [ + 104.113307, + 27.338354 + ], + [ + 104.01722, + 27.383523 + ], + [ + 104.015372, + 27.429204 + ], + [ + 103.932221, + 27.444072 + ], + [ + 103.903271, + 27.347921 + ], + [ + 103.711714, + 27.14259 + ], + [ + 103.624251, + 27.112237 + ], + [ + 103.638418, + 27.013133 + ], + [ + 103.675374, + 27.051506 + ], + [ + 103.77454, + 26.951815 + ], + [ + 103.779468, + 26.874454 + ], + [ + 103.705555, + 26.794904 + ], + [ + 103.773308, + 26.716901 + ], + [ + 103.764685, + 26.584816 + ], + [ + 103.865699, + 26.512023 + ], + [ + 104.052329, + 26.507204 + ], + [ + 104.120082, + 26.636705 + ], + [ + 104.354139, + 26.621194 + ], + [ + 104.421276, + 26.712091 + ], + [ + 104.487798, + 26.579465 + ], + [ + 104.554935, + 26.590701 + ], + [ + 104.683667, + 26.377557 + ], + [ + 104.592508, + 26.317506 + ], + [ + 104.499501, + 26.070541 + ], + [ + 104.414501, + 25.909733 + ], + [ + 104.441602, + 25.869362 + ], + [ + 104.373233, + 25.731459 + ], + [ + 104.328886, + 25.760561 + ], + [ + 104.309791, + 25.648964 + ], + [ + 104.332581, + 25.598792 + ], + [ + 104.420661, + 25.585301 + ], + [ + 104.434827, + 25.47246 + ], + [ + 104.556783, + 25.524845 + ], + [ + 104.543232, + 25.400597 + ], + [ + 104.646094, + 25.356809 + ], + [ + 104.639935, + 25.298942 + ], + [ + 104.816094, + 25.262152 + ], + [ + 104.822869, + 25.17013 + ], + [ + 104.750804, + 25.215067 + ], + [ + 104.667652, + 25.05961 + ], + [ + 104.713232, + 24.996179 + ], + [ + 104.539537, + 24.813836 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.492109, + 24.656241 + ], + [ + 104.610986, + 24.376973 + ], + [ + 104.70892, + 24.321372 + ], + [ + 104.72863, + 24.446167 + ], + [ + 104.83642, + 24.446712 + ], + [ + 104.979933, + 24.412937 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.188121, + 24.346995 + ], + [ + 105.164715, + 24.288109 + ], + [ + 105.229389, + 24.165888 + ], + [ + 105.20044, + 24.105279 + ], + [ + 105.260186, + 24.061033 + ], + [ + 105.320548, + 24.116202 + ], + [ + 105.481924, + 24.018958 + ], + [ + 105.529967, + 24.129308 + ], + [ + 105.628518, + 24.126577 + ], + [ + 105.649459, + 24.033167 + ], + [ + 105.704278, + 24.066497 + ], + [ + 105.89214, + 24.040271 + ], + [ + 105.933407, + 24.123847 + ], + [ + 106.04982, + 24.089986 + ], + [ + 106.192102, + 23.824798 + ], + [ + 106.136667, + 23.795238 + ], + [ + 106.157609, + 23.724048 + ], + [ + 106.120653, + 23.605129 + ], + [ + 106.141595, + 23.569487 + ], + [ + 105.999929, + 23.447683 + ], + [ + 105.89214, + 23.525058 + ], + [ + 105.815763, + 23.506953 + ], + [ + 105.699966, + 23.401566 + ], + [ + 105.694423, + 23.363122 + ], + [ + 105.531815, + 23.248275 + ], + [ + 105.542902, + 23.18449 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 540000, + "name": "西藏自治区", + "center": [ + 91.132212, + 29.660361 + ], + "centroid": [ + 88.388277, + 31.56375 + ], + "childrenNum": 7, + "level": "province", + "subFeatureIndex": 25, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 79.039649, + 34.33427 + ], + [ + 79.0107, + 34.399956 + ], + [ + 79.161605, + 34.441416 + ], + [ + 79.229358, + 34.413778 + ], + [ + 79.504683, + 34.454737 + ], + [ + 79.675914, + 34.451284 + ], + [ + 79.801566, + 34.478909 + ], + [ + 79.906892, + 34.683837 + ], + [ + 79.947544, + 34.820993 + ], + [ + 80.034391, + 34.902 + ], + [ + 80.031311, + 35.034384 + ], + [ + 80.118159, + 35.066222 + ], + [ + 80.23026, + 35.147476 + ], + [ + 80.257977, + 35.20323 + ], + [ + 80.362687, + 35.209096 + ], + [ + 80.268448, + 35.294114 + ], + [ + 80.321419, + 35.386848 + ], + [ + 80.412578, + 35.433663 + ], + [ + 80.516672, + 35.392214 + ], + [ + 80.65649, + 35.394165 + ], + [ + 80.689135, + 35.33903 + ], + [ + 80.844351, + 35.345375 + ], + [ + 81.026053, + 35.312181 + ], + [ + 81.031597, + 35.380506 + ], + [ + 81.09935, + 35.407333 + ], + [ + 81.219458, + 35.319016 + ], + [ + 81.362356, + 35.354647 + ], + [ + 81.494167, + 35.292161 + ], + [ + 81.513261, + 35.235002 + ], + [ + 81.675253, + 35.233536 + ], + [ + 81.736847, + 35.262365 + ], + [ + 81.927789, + 35.271158 + ], + [ + 82.05344, + 35.350255 + ], + [ + 82.033114, + 35.450236 + ], + [ + 82.328149, + 35.559342 + ], + [ + 82.336156, + 35.651284 + ], + [ + 82.424852, + 35.713006 + ], + [ + 82.628727, + 35.692114 + ], + [ + 82.731589, + 35.63767 + ], + [ + 82.788872, + 35.684824 + ], + [ + 82.960719, + 35.671702 + ], + [ + 82.998907, + 35.484348 + ], + [ + 83.067892, + 35.462908 + ], + [ + 83.127022, + 35.398554 + ], + [ + 83.242203, + 35.420011 + ], + [ + 83.451006, + 35.38197 + ], + [ + 83.622238, + 35.335614 + ], + [ + 83.677672, + 35.360991 + ], + [ + 83.885244, + 35.367334 + ], + [ + 84.005968, + 35.422449 + ], + [ + 84.095895, + 35.362943 + ], + [ + 84.1618, + 35.359039 + ], + [ + 84.335495, + 35.414647 + ], + [ + 84.45314, + 35.473141 + ], + [ + 84.448828, + 35.55058 + ], + [ + 84.729081, + 35.613353 + ], + [ + 85.053065, + 35.751862 + ], + [ + 85.159006, + 35.745549 + ], + [ + 85.271107, + 35.788757 + ], + [ + 85.372121, + 35.701346 + ], + [ + 85.613569, + 35.652257 + ], + [ + 85.65299, + 35.731465 + ], + [ + 85.811286, + 35.779049 + ], + [ + 85.949256, + 35.779049 + ], + [ + 86.060125, + 35.846008 + ], + [ + 86.132806, + 35.979271 + ], + [ + 86.199944, + 36.032513 + ], + [ + 86.187625, + 36.131158 + ], + [ + 86.392733, + 36.206992 + ], + [ + 86.515305, + 36.205543 + ], + [ + 86.701318, + 36.245122 + ], + [ + 86.746282, + 36.291916 + ], + [ + 86.862078, + 36.300114 + ], + [ + 86.887332, + 36.262492 + ], + [ + 86.996353, + 36.308793 + ], + [ + 87.149106, + 36.29722 + ], + [ + 87.193454, + 36.349283 + ], + [ + 87.306787, + 36.363739 + ], + [ + 87.361605, + 36.419128 + ], + [ + 87.460155, + 36.409498 + ], + [ + 87.470626, + 36.354102 + ], + [ + 87.570409, + 36.342536 + ], + [ + 87.731785, + 36.384936 + ], + [ + 87.949211, + 36.401312 + ], + [ + 87.983088, + 36.437903 + ], + [ + 88.134609, + 36.427313 + ], + [ + 88.241782, + 36.468704 + ], + [ + 88.365586, + 36.457636 + ], + [ + 88.470912, + 36.482175 + ], + [ + 88.573158, + 36.461005 + ], + [ + 88.623665, + 36.389271 + ], + [ + 88.783809, + 36.291916 + ], + [ + 88.802903, + 36.337717 + ], + [ + 88.926091, + 36.364221 + ], + [ + 88.964279, + 36.318917 + ], + [ + 89.10225, + 36.281305 + ], + [ + 89.127503, + 36.249465 + ], + [ + 89.232213, + 36.295774 + ], + [ + 89.287647, + 36.235954 + ], + [ + 89.375727, + 36.228231 + ], + [ + 89.490291, + 36.150969 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.638117, + 36.04993 + ], + [ + 89.476125, + 36.021868 + ], + [ + 89.418843, + 36.04606 + ], + [ + 89.429929, + 35.916302 + ], + [ + 89.549422, + 35.858132 + ], + [ + 89.801957, + 35.847948 + ], + [ + 89.747138, + 35.751862 + ], + [ + 89.765616, + 35.599732 + ], + [ + 89.700327, + 35.537435 + ], + [ + 89.744058, + 35.479963 + ], + [ + 89.68616, + 35.414647 + ], + [ + 89.497067, + 35.361479 + ], + [ + 89.532175, + 35.285323 + ], + [ + 89.449639, + 35.226693 + ], + [ + 89.513081, + 35.139158 + ], + [ + 89.593153, + 35.104412 + ], + [ + 89.560509, + 34.938794 + ], + [ + 89.654747, + 34.883351 + ], + [ + 89.707102, + 34.919663 + ], + [ + 89.821667, + 34.902981 + ], + [ + 89.867862, + 34.810677 + ], + [ + 89.799493, + 34.74384 + ], + [ + 89.732356, + 34.732039 + ], + [ + 89.72558, + 34.660709 + ], + [ + 89.798877, + 34.628714 + ], + [ + 89.823515, + 34.455231 + ], + [ + 89.801957, + 34.390575 + ], + [ + 89.872174, + 34.335752 + ], + [ + 89.825362, + 34.293746 + ], + [ + 89.818587, + 34.174037 + ], + [ + 89.655979, + 34.096778 + ], + [ + 89.635037, + 34.0492 + ], + [ + 89.691704, + 33.957933 + ], + [ + 89.795181, + 33.865575 + ], + [ + 89.837065, + 33.869052 + ], + [ + 89.933768, + 33.796986 + ], + [ + 89.907282, + 33.74128 + ], + [ + 90.008296, + 33.688026 + ], + [ + 89.984275, + 33.61232 + ], + [ + 90.01076, + 33.553501 + ], + [ + 90.080977, + 33.530561 + ], + [ + 90.092064, + 33.469691 + ], + [ + 90.246665, + 33.42426 + ], + [ + 90.332896, + 33.310829 + ], + [ + 90.405577, + 33.260311 + ], + [ + 90.486881, + 33.266815 + ], + [ + 90.70554, + 33.135645 + ], + [ + 90.805938, + 33.114599 + ], + [ + 91.001807, + 33.116102 + ], + [ + 91.001807, + 33.116102 + ], + [ + 91.134849, + 33.073495 + ], + [ + 91.262349, + 33.141156 + ], + [ + 91.436044, + 33.065974 + ], + [ + 91.49887, + 33.109086 + ], + [ + 91.58079, + 33.039395 + ], + [ + 91.785281, + 32.944044 + ], + [ + 91.896766, + 32.907884 + ], + [ + 91.955897, + 32.820437 + ], + [ + 92.145606, + 32.885779 + ], + [ + 92.227526, + 32.820939 + ], + [ + 92.198577, + 32.755046 + ], + [ + 92.255243, + 32.720823 + ], + [ + 92.355641, + 32.764606 + ], + [ + 92.63651, + 32.720319 + ], + [ + 92.686401, + 32.765109 + ], + [ + 92.877342, + 32.697161 + ], + [ + 93.019624, + 32.737433 + ], + [ + 93.069515, + 32.626137 + ], + [ + 93.239514, + 32.662411 + ], + [ + 93.385492, + 32.525297 + ], + [ + 93.4631, + 32.556065 + ], + [ + 93.516687, + 32.475844 + ], + [ + 93.618933, + 32.522775 + ], + [ + 93.654657, + 32.57321 + ], + [ + 93.820345, + 32.549509 + ], + [ + 93.861613, + 32.466253 + ], + [ + 93.958931, + 32.484929 + ], + [ + 94.136322, + 32.433939 + ], + [ + 94.196684, + 32.516216 + ], + [ + 94.371611, + 32.524793 + ], + [ + 94.395016, + 32.594385 + ], + [ + 94.53853, + 32.599425 + ], + [ + 94.614291, + 32.673492 + ], + [ + 94.772587, + 32.555057 + ], + [ + 94.80708, + 32.486444 + ], + [ + 94.889616, + 32.472311 + ], + [ + 94.912405, + 32.415758 + ], + [ + 94.985086, + 32.421819 + ], + [ + 95.081789, + 32.384942 + ], + [ + 95.218527, + 32.397067 + ], + [ + 95.261643, + 32.348049 + ], + [ + 95.096571, + 32.322267 + ], + [ + 95.10581, + 32.259042 + ], + [ + 95.241317, + 32.32075 + ], + [ + 95.26965, + 32.194761 + ], + [ + 95.312766, + 32.148673 + ], + [ + 95.406389, + 32.182102 + ], + [ + 95.454432, + 32.062006 + ], + [ + 95.360809, + 31.959013 + ], + [ + 95.439649, + 31.831508 + ], + [ + 95.546823, + 31.739961 + ], + [ + 95.618272, + 31.783712 + ], + [ + 95.779648, + 31.74912 + ], + [ + 95.825227, + 31.681935 + ], + [ + 95.89914, + 31.817273 + ], + [ + 95.982908, + 31.816765 + ], + [ + 96.041422, + 31.734364 + ], + [ + 96.135661, + 31.702299 + ], + [ + 96.160298, + 31.600943 + ], + [ + 96.204646, + 31.598904 + ], + [ + 96.252689, + 31.69619 + ], + [ + 96.176313, + 31.777608 + ], + [ + 96.253921, + 31.929566 + ], + [ + 96.389428, + 31.919917 + ], + [ + 96.468268, + 31.769978 + ], + [ + 96.576057, + 31.712989 + ], + [ + 96.616093, + 31.736908 + ], + [ + 96.775006, + 31.673788 + ], + [ + 96.840295, + 31.720623 + ], + [ + 96.760223, + 31.856922 + ], + [ + 96.81073, + 31.894521 + ], + [ + 96.722651, + 32.013314 + ], + [ + 96.894498, + 32.013822 + ], + [ + 97.008447, + 32.067076 + ], + [ + 97.130403, + 32.04375 + ], + [ + 97.308409, + 32.074682 + ], + [ + 97.264062, + 32.183621 + ], + [ + 97.299786, + 32.294959 + ], + [ + 97.371235, + 32.273208 + ], + [ + 97.424822, + 32.323278 + ], + [ + 97.387865, + 32.427374 + ], + [ + 97.341054, + 32.441009 + ], + [ + 97.388481, + 32.501583 + ], + [ + 97.334895, + 32.514198 + ], + [ + 97.448843, + 32.586823 + ], + [ + 97.472249, + 32.54497 + ], + [ + 97.670582, + 32.517225 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.937283, + 32.484425 + ], + [ + 98.218768, + 32.342489 + ], + [ + 98.218768, + 32.234752 + ], + [ + 98.301919, + 32.12334 + ], + [ + 98.434962, + 32.007734 + ], + [ + 98.414636, + 31.832525 + ], + [ + 98.543983, + 31.718588 + ], + [ + 98.553839, + 31.656473 + ], + [ + 98.713367, + 31.510189 + ], + [ + 98.837787, + 31.436705 + ], + [ + 98.88583, + 31.376446 + ], + [ + 98.773113, + 31.249163 + ], + [ + 98.691809, + 31.333016 + ], + [ + 98.64007, + 31.337615 + ], + [ + 98.602498, + 31.192367 + ], + [ + 98.709671, + 31.118635 + ], + [ + 98.736772, + 31.049459 + ], + [ + 98.806374, + 30.995621 + ], + [ + 98.774345, + 30.907877 + ], + [ + 98.901844, + 30.785105 + ], + [ + 98.957895, + 30.765056 + ], + [ + 98.907388, + 30.698196 + ], + [ + 98.989308, + 30.151826 + ], + [ + 99.044742, + 30.079885 + ], + [ + 99.068148, + 29.93118 + ], + [ + 99.0238, + 29.846105 + ], + [ + 98.993003, + 29.656502 + ], + [ + 99.052133, + 29.563908 + ], + [ + 99.075539, + 29.314316 + ], + [ + 99.113727, + 29.221409 + ], + [ + 98.976373, + 29.204698 + ], + [ + 98.967134, + 29.128418 + ], + [ + 99.009018, + 29.031158 + ], + [ + 98.925866, + 28.978306 + ], + [ + 98.917243, + 28.888239 + ], + [ + 98.972677, + 28.832693 + ], + [ + 98.912931, + 28.800715 + ], + [ + 98.828547, + 28.820113 + ], + [ + 98.815613, + 28.948991 + ], + [ + 98.765722, + 29.006044 + ], + [ + 98.657932, + 28.93014 + ], + [ + 98.652389, + 28.816968 + ], + [ + 98.683802, + 28.739877 + ], + [ + 98.594491, + 28.667979 + ], + [ + 98.638222, + 28.55242 + ], + [ + 98.627751, + 28.487756 + ], + [ + 98.677026, + 28.463563 + ], + [ + 98.752787, + 28.333561 + ], + [ + 98.712135, + 28.229233 + ], + [ + 98.626519, + 28.165427 + ], + [ + 98.559382, + 28.182833 + ], + [ + 98.428803, + 28.10475 + ], + [ + 98.389383, + 28.114777 + ], + [ + 98.37768, + 28.246101 + ], + [ + 98.301303, + 28.384633 + ], + [ + 98.208913, + 28.35831 + ], + [ + 98.266195, + 28.24083 + ], + [ + 98.168876, + 28.204454 + ], + [ + 98.139311, + 28.142216 + ], + [ + 98.090036, + 28.195489 + ], + [ + 98.03337, + 28.187052 + ], + [ + 98.020435, + 28.25348 + ], + [ + 97.907718, + 28.363575 + ], + [ + 97.801161, + 28.326714 + ], + [ + 97.738335, + 28.396213 + ], + [ + 97.737103, + 28.465667 + ], + [ + 97.68598, + 28.51983 + ], + [ + 97.569567, + 28.541382 + ], + [ + 97.506126, + 28.471453 + ], + [ + 97.485184, + 28.386212 + ], + [ + 97.518445, + 28.327767 + ], + [ + 97.460546, + 28.268236 + ], + [ + 97.42359, + 28.297742 + ], + [ + 97.350909, + 28.23714 + ], + [ + 97.321344, + 28.054071 + ], + [ + 97.413119, + 28.013406 + ], + [ + 97.386634, + 27.882855 + ], + [ + 97.303482, + 27.913525 + ], + [ + 97.062649, + 27.742615 + ], + [ + 97.049099, + 27.814081 + ], + [ + 96.972722, + 27.861169 + ], + [ + 96.849534, + 27.874393 + ], + [ + 96.784245, + 27.9315 + ], + [ + 96.690622, + 27.948943 + ], + [ + 96.572978, + 28.058296 + ], + [ + 96.499681, + 28.067271 + ], + [ + 96.46334, + 28.143271 + ], + [ + 96.398667, + 28.118471 + ], + [ + 96.297037, + 28.141161 + ], + [ + 96.275479, + 28.228179 + ], + [ + 95.989067, + 28.198126 + ], + [ + 95.874502, + 28.297742 + ], + [ + 95.674322, + 28.254007 + ], + [ + 95.371896, + 28.110028 + ], + [ + 95.28628, + 27.939957 + ], + [ + 95.015267, + 27.828897 + ], + [ + 94.88592, + 27.743145 + ], + [ + 94.524979, + 27.596362 + ], + [ + 94.277372, + 27.580983 + ], + [ + 93.970634, + 27.305396 + ], + [ + 93.849294, + 27.168676 + ], + [ + 93.841903, + 27.045645 + ], + [ + 93.56781, + 26.937948 + ], + [ + 93.232739, + 26.907006 + ], + [ + 93.111399, + 26.880325 + ], + [ + 92.909371, + 26.914475 + ], + [ + 92.802813, + 26.895267 + ], + [ + 92.682089, + 26.948082 + ], + [ + 92.57122, + 26.946482 + ], + [ + 92.404916, + 26.902737 + ], + [ + 92.109265, + 26.854705 + ], + [ + 92.124664, + 26.959815 + ], + [ + 92.043976, + 27.052572 + ], + [ + 92.032273, + 27.168144 + ], + [ + 92.125896, + 27.27296 + ], + [ + 92.010715, + 27.474866 + ], + [ + 91.839484, + 27.489728 + ], + [ + 91.753868, + 27.462656 + ], + [ + 91.585101, + 27.54014 + ], + [ + 91.570934, + 27.650965 + ], + [ + 91.642383, + 27.766442 + ], + [ + 91.611586, + 27.891316 + ], + [ + 91.486551, + 27.937314 + ], + [ + 91.464993, + 28.002841 + ], + [ + 91.309776, + 28.057768 + ], + [ + 91.251878, + 27.970611 + ], + [ + 91.162567, + 27.968497 + ], + [ + 91.113292, + 27.846357 + ], + [ + 90.96485, + 27.900306 + ], + [ + 90.96177, + 27.9537 + ], + [ + 90.896481, + 27.9463 + ], + [ + 90.802242, + 28.040342 + ], + [ + 90.701844, + 28.076246 + ], + [ + 90.591591, + 28.021329 + ], + [ + 90.513983, + 28.061992 + ], + [ + 90.384019, + 28.060936 + ], + [ + 90.296556, + 28.15435 + ], + [ + 90.231882, + 28.144854 + ], + [ + 90.124709, + 28.190743 + ], + [ + 90.03355, + 28.13694 + ], + [ + 89.976268, + 28.189161 + ], + [ + 89.906051, + 28.180723 + ], + [ + 89.789638, + 28.24083 + ], + [ + 89.720037, + 28.170175 + ], + [ + 89.605472, + 28.161735 + ], + [ + 89.461958, + 28.031892 + ], + [ + 89.375727, + 27.875979 + ], + [ + 89.238988, + 27.796616 + ], + [ + 89.184786, + 27.673752 + ], + [ + 89.131815, + 27.633474 + ], + [ + 89.163228, + 27.574619 + ], + [ + 89.095474, + 27.471681 + ], + [ + 89.182938, + 27.373959 + ], + [ + 89.077612, + 27.287319 + ], + [ + 89.057286, + 27.234663 + ], + [ + 88.975982, + 27.217106 + ], + [ + 88.911924, + 27.274024 + ], + [ + 88.920548, + 27.325598 + ], + [ + 88.809063, + 27.405834 + ], + [ + 88.770874, + 27.567724 + ], + [ + 88.852178, + 27.671103 + ], + [ + 88.888519, + 27.846886 + ], + [ + 88.842939, + 28.006539 + ], + [ + 88.764099, + 28.068327 + ], + [ + 88.67602, + 28.068327 + ], + [ + 88.645223, + 28.111083 + ], + [ + 88.565151, + 28.083109 + ], + [ + 88.554064, + 28.027667 + ], + [ + 88.478919, + 28.034005 + ], + [ + 88.401311, + 27.976952 + ], + [ + 88.254101, + 27.939429 + ], + [ + 88.156783, + 27.957928 + ], + [ + 88.111819, + 27.864872 + ], + [ + 87.826639, + 27.927799 + ], + [ + 87.727473, + 27.802967 + ], + [ + 87.590119, + 27.848473 + ], + [ + 87.45954, + 27.82096 + ], + [ + 87.420735, + 27.859053 + ], + [ + 87.364069, + 27.824135 + ], + [ + 87.280917, + 27.845299 + ], + [ + 87.227946, + 27.813022 + ], + [ + 87.118309, + 27.840537 + ], + [ + 87.035157, + 27.9463 + ], + [ + 86.935375, + 27.955285 + ], + [ + 86.864542, + 28.022385 + ], + [ + 86.756753, + 28.032948 + ], + [ + 86.700086, + 28.101583 + ], + [ + 86.647732, + 28.069383 + ], + [ + 86.568891, + 28.103167 + ], + [ + 86.514689, + 27.954757 + ], + [ + 86.450015, + 27.908766 + ], + [ + 86.231972, + 27.97431 + ], + [ + 86.19132, + 28.16701 + ], + [ + 86.082915, + 28.01816 + ], + [ + 86.125415, + 27.923041 + ], + [ + 86.053966, + 27.900306 + ], + [ + 85.949256, + 27.937314 + ], + [ + 85.980053, + 27.984349 + ], + [ + 85.901213, + 28.053543 + ], + [ + 85.854402, + 28.172284 + ], + [ + 85.753388, + 28.227652 + ], + [ + 85.720743, + 28.371999 + ], + [ + 85.682555, + 28.375684 + ], + [ + 85.650526, + 28.283517 + ], + [ + 85.526106, + 28.324607 + ], + [ + 85.415853, + 28.321447 + ], + [ + 85.272339, + 28.282463 + ], + [ + 85.209513, + 28.338827 + ], + [ + 85.113427, + 28.34462 + ], + [ + 85.108499, + 28.461459 + ], + [ + 85.189803, + 28.545062 + ], + [ + 85.195963, + 28.623871 + ], + [ + 85.126361, + 28.675854 + ], + [ + 85.05676, + 28.674279 + ], + [ + 84.981616, + 28.586576 + ], + [ + 84.857196, + 28.56766 + ], + [ + 84.698284, + 28.633325 + ], + [ + 84.650856, + 28.714692 + ], + [ + 84.483321, + 28.735155 + ], + [ + 84.408176, + 28.854182 + ], + [ + 84.234481, + 28.889287 + ], + [ + 84.248648, + 29.030635 + ], + [ + 84.194445, + 29.044759 + ], + [ + 84.20738, + 29.118487 + ], + [ + 84.116837, + 29.286661 + ], + [ + 84.002272, + 29.291358 + ], + [ + 83.917273, + 29.324749 + ], + [ + 83.727563, + 29.244383 + ], + [ + 83.656114, + 29.167088 + ], + [ + 83.548941, + 29.201042 + ], + [ + 83.266841, + 29.571194 + ], + [ + 83.12887, + 29.62374 + ], + [ + 83.088834, + 29.605014 + ], + [ + 82.9484, + 29.704846 + ], + [ + 82.830756, + 29.687694 + ], + [ + 82.703872, + 29.847662 + ], + [ + 82.6238, + 29.834687 + ], + [ + 82.560974, + 29.955547 + ], + [ + 82.498148, + 29.947771 + ], + [ + 82.412533, + 30.012037 + ], + [ + 82.246845, + 30.071601 + ], + [ + 82.17786, + 30.067976 + ], + [ + 82.207425, + 30.143548 + ], + [ + 82.114418, + 30.226816 + ], + [ + 82.104563, + 30.346682 + ], + [ + 81.99123, + 30.322927 + ], + [ + 81.872354, + 30.373012 + ], + [ + 81.759021, + 30.385401 + ], + [ + 81.63029, + 30.446802 + ], + [ + 81.566232, + 30.428747 + ], + [ + 81.555761, + 30.369399 + ], + [ + 81.406704, + 30.40398 + ], + [ + 81.427646, + 30.305366 + ], + [ + 81.393769, + 30.199413 + ], + [ + 81.335871, + 30.150791 + ], + [ + 81.269349, + 30.153378 + ], + [ + 81.293371, + 30.094899 + ], + [ + 81.225618, + 30.005301 + ], + [ + 81.131995, + 30.016181 + ], + [ + 81.034677, + 30.246977 + ], + [ + 80.81725, + 30.321378 + ], + [ + 80.719316, + 30.414816 + ], + [ + 80.633084, + 30.458665 + ], + [ + 80.549316, + 30.448866 + ], + [ + 80.322035, + 30.564338 + ], + [ + 80.214245, + 30.585974 + ], + [ + 80.124934, + 30.558671 + ], + [ + 80.04363, + 30.603485 + ], + [ + 79.970333, + 30.685848 + ], + [ + 79.961094, + 30.771225 + ], + [ + 79.890877, + 30.854986 + ], + [ + 79.835443, + 30.850876 + ], + [ + 79.75845, + 30.93662 + ], + [ + 79.668523, + 30.980233 + ], + [ + 79.59769, + 30.925843 + ], + [ + 79.505915, + 31.027415 + ], + [ + 79.427075, + 31.018186 + ], + [ + 79.421531, + 31.067399 + ], + [ + 79.316206, + 31.017673 + ], + [ + 79.33222, + 30.96946 + ], + [ + 79.227511, + 30.94945 + ], + [ + 79.181931, + 31.015622 + ], + [ + 79.0957, + 30.993057 + ], + [ + 79.010084, + 31.044333 + ], + [ + 78.997765, + 31.159093 + ], + [ + 78.865338, + 31.313082 + ], + [ + 78.841933, + 31.288542 + ], + [ + 78.755085, + 31.3555 + ], + [ + 78.792041, + 31.436195 + ], + [ + 78.729832, + 31.478047 + ], + [ + 78.740303, + 31.532631 + ], + [ + 78.845628, + 31.610115 + ], + [ + 78.763092, + 31.668696 + ], + [ + 78.706426, + 31.778626 + ], + [ + 78.654071, + 31.821849 + ], + [ + 78.739687, + 31.885376 + ], + [ + 78.762476, + 31.946829 + ], + [ + 78.599868, + 32.024982 + ], + [ + 78.519796, + 32.123847 + ], + [ + 78.469905, + 32.127901 + ], + [ + 78.430485, + 32.211975 + ], + [ + 78.511173, + 32.308108 + ], + [ + 78.458818, + 32.379889 + ], + [ + 78.472985, + 32.435454 + ], + [ + 78.395377, + 32.530342 + ], + [ + 78.518564, + 32.605978 + ], + [ + 78.628202, + 32.630168 + ], + [ + 78.741534, + 32.703706 + ], + [ + 78.781571, + 32.607994 + ], + [ + 78.760629, + 32.56363 + ], + [ + 78.81052, + 32.436464 + ], + [ + 78.970664, + 32.331873 + ], + [ + 79.005772, + 32.375341 + ], + [ + 79.103091, + 32.369782 + ], + [ + 79.135736, + 32.472311 + ], + [ + 79.252148, + 32.51672 + ], + [ + 79.308199, + 32.596905 + ], + [ + 79.27309, + 32.678025 + ], + [ + 79.301423, + 32.728877 + ], + [ + 79.224431, + 32.784729 + ], + [ + 79.255844, + 32.942537 + ], + [ + 79.162837, + 33.011804 + ], + [ + 79.139431, + 33.117606 + ], + [ + 79.162221, + 33.166202 + ], + [ + 79.072294, + 33.228286 + ], + [ + 79.022403, + 33.323328 + ], + [ + 78.84686, + 33.421264 + ], + [ + 78.74215, + 33.553501 + ], + [ + 78.755085, + 33.623281 + ], + [ + 78.692259, + 33.676575 + ], + [ + 78.779723, + 33.732323 + ], + [ + 78.758165, + 33.791019 + ], + [ + 78.744614, + 33.980759 + ], + [ + 78.656535, + 34.030359 + ], + [ + 78.661462, + 34.086868 + ], + [ + 78.750158, + 34.092815 + ], + [ + 78.793273, + 34.132445 + ], + [ + 78.9257, + 34.155719 + ], + [ + 78.981751, + 34.318458 + ], + [ + 79.039649, + 34.33427 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 610000, + "name": "陕西省", + "center": [ + 108.948024, + 34.263161 + ], + "centroid": [ + 108.887567, + 35.263665 + ], + "childrenNum": 10, + "level": "province", + "subFeatureIndex": 26, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 107.288474, + 37.00812 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.336517, + 37.165628 + ], + [ + 107.257677, + 37.337082 + ], + [ + 107.284162, + 37.482036 + ], + [ + 107.342061, + 37.515265 + ], + [ + 107.348836, + 37.608226 + ], + [ + 107.484959, + 37.706279 + ], + [ + 107.499125, + 37.7659 + ], + [ + 107.620465, + 37.775832 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.982022, + 37.787181 + ], + [ + 108.025137, + 37.649926 + ], + [ + 108.134159, + 37.621971 + ], + [ + 108.219158, + 37.661295 + ], + [ + 108.304158, + 37.638556 + ], + [ + 108.440896, + 37.654663 + ], + [ + 108.532671, + 37.690656 + ], + [ + 108.611512, + 37.65419 + ], + [ + 108.777815, + 37.683554 + ], + [ + 108.799989, + 37.783871 + ], + [ + 108.798141, + 37.93362 + ], + [ + 108.82709, + 37.989285 + ], + [ + 108.797525, + 38.047735 + ], + [ + 108.871438, + 38.027471 + ], + [ + 108.938575, + 37.920877 + ], + [ + 109.017416, + 37.969949 + ], + [ + 109.069155, + 38.091071 + ], + [ + 108.963829, + 38.155085 + ], + [ + 108.938575, + 38.207291 + ], + [ + 109.051908, + 38.432146 + ], + [ + 109.178792, + 38.520675 + ], + [ + 109.276726, + 38.623121 + ], + [ + 109.367269, + 38.627328 + ], + [ + 109.338936, + 38.70161 + ], + [ + 109.404226, + 38.720752 + ], + [ + 109.511399, + 38.833633 + ], + [ + 109.549587, + 38.805662 + ], + [ + 109.624116, + 38.854603 + ], + [ + 109.683862, + 38.935631 + ], + [ + 109.665384, + 38.981691 + ], + [ + 109.961035, + 39.191608 + ], + [ + 110.217881, + 39.28105 + ], + [ + 110.146432, + 39.455434 + ], + [ + 110.243751, + 39.42355 + ], + [ + 110.39096, + 39.31161 + ], + [ + 110.434692, + 39.381016 + ], + [ + 110.528315, + 39.380091 + ], + [ + 110.604075, + 39.277345 + ], + [ + 110.702626, + 39.27364 + ], + [ + 110.740198, + 39.351874 + ], + [ + 110.892335, + 39.509927 + ], + [ + 111.134399, + 39.586513 + ], + [ + 111.148566, + 39.531619 + ], + [ + 111.064182, + 39.400899 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.247732, + 39.302351 + ], + [ + 111.163348, + 39.152644 + ], + [ + 111.138711, + 39.064897 + ], + [ + 110.980414, + 38.970063 + ], + [ + 111.009363, + 38.847614 + ], + [ + 110.880016, + 38.618446 + ], + [ + 110.920052, + 38.581973 + ], + [ + 110.874473, + 38.453702 + ], + [ + 110.77777, + 38.44105 + ], + [ + 110.746973, + 38.366029 + ], + [ + 110.661358, + 38.308773 + ], + [ + 110.57759, + 38.297035 + ], + [ + 110.565887, + 38.215283 + ], + [ + 110.509221, + 38.192245 + ], + [ + 110.501213, + 38.031713 + ], + [ + 110.522771, + 37.954853 + ], + [ + 110.59422, + 37.921821 + ], + [ + 110.663821, + 37.803256 + ], + [ + 110.758676, + 37.744139 + ], + [ + 110.706321, + 37.705332 + ], + [ + 110.796248, + 37.66319 + ], + [ + 110.795017, + 37.566029 + ], + [ + 110.745125, + 37.450693 + ], + [ + 110.644111, + 37.435017 + ], + [ + 110.630561, + 37.373228 + ], + [ + 110.695234, + 37.34945 + ], + [ + 110.690307, + 37.287115 + ], + [ + 110.53509, + 37.137969 + ], + [ + 110.444547, + 37.007164 + ], + [ + 110.382953, + 37.021975 + ], + [ + 110.425453, + 36.960325 + ], + [ + 110.416214, + 36.790892 + ], + [ + 110.447011, + 36.737687 + ], + [ + 110.394656, + 36.676768 + ], + [ + 110.496902, + 36.582175 + ], + [ + 110.503677, + 36.487948 + ], + [ + 110.45933, + 36.330969 + ], + [ + 110.474112, + 36.248018 + ], + [ + 110.447011, + 36.164495 + ], + [ + 110.511684, + 35.879951 + ], + [ + 110.549257, + 35.877527 + ], + [ + 110.57759, + 35.701346 + ], + [ + 110.609619, + 35.632321 + ], + [ + 110.525851, + 35.44195 + ], + [ + 110.477808, + 35.413672 + ], + [ + 110.45009, + 35.327803 + ], + [ + 110.39404, + 35.271647 + ], + [ + 110.325671, + 35.014785 + ], + [ + 110.257301, + 34.93487 + ], + [ + 110.232664, + 34.803308 + ], + [ + 110.241287, + 34.682361 + ], + [ + 110.310272, + 34.608033 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.360779, + 34.516878 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.503677, + 34.337234 + ], + [ + 110.426685, + 34.275454 + ], + [ + 110.43962, + 34.24331 + ], + [ + 110.642264, + 34.16067 + ], + [ + 110.590525, + 34.096778 + ], + [ + 110.669365, + 33.939072 + ], + [ + 110.587445, + 33.887929 + ], + [ + 110.782698, + 33.795494 + ], + [ + 110.877552, + 33.635238 + ], + [ + 111.00382, + 33.578429 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.022914, + 33.475181 + ], + [ + 111.022914, + 33.474682 + ], + [ + 111.02661, + 33.474183 + ], + [ + 110.996429, + 33.435745 + ], + [ + 111.025994, + 33.330327 + ], + [ + 110.984726, + 33.255308 + ], + [ + 110.824582, + 33.158188 + ], + [ + 110.745741, + 33.147167 + ], + [ + 110.702626, + 33.097057 + ], + [ + 110.59422, + 33.168706 + ], + [ + 110.54125, + 33.255809 + ], + [ + 110.468569, + 33.181226 + ], + [ + 110.218497, + 33.163197 + ], + [ + 110.164911, + 33.209265 + ], + [ + 110.031252, + 33.191742 + ], + [ + 109.852013, + 33.247803 + ], + [ + 109.732521, + 33.231288 + ], + [ + 109.619804, + 33.27532 + ], + [ + 109.537268, + 33.2438 + ], + [ + 109.438718, + 33.152177 + ], + [ + 109.576073, + 33.110088 + ], + [ + 109.688174, + 33.116603 + ], + [ + 109.794731, + 33.066977 + ], + [ + 109.76455, + 32.909391 + ], + [ + 109.988752, + 32.886281 + ], + [ + 110.10886, + 32.82999 + ], + [ + 110.159367, + 32.767122 + ], + [ + 110.156903, + 32.683061 + ], + [ + 110.206179, + 32.633191 + ], + [ + 110.153824, + 32.593376 + ], + [ + 110.085454, + 32.613034 + ], + [ + 110.017701, + 32.546987 + ], + [ + 109.910528, + 32.592872 + ], + [ + 109.816905, + 32.577244 + ], + [ + 109.726978, + 32.608498 + ], + [ + 109.631507, + 32.599929 + ], + [ + 109.637051, + 32.540935 + ], + [ + 109.575457, + 32.506629 + ], + [ + 109.502776, + 32.389489 + ], + [ + 109.495385, + 32.300522 + ], + [ + 109.592703, + 32.219568 + ], + [ + 109.621652, + 32.106617 + ], + [ + 109.590855, + 32.012807 + ], + [ + 109.631507, + 31.962059 + ], + [ + 109.584696, + 31.900617 + ], + [ + 109.638282, + 31.811172 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.281654, + 31.717061 + ], + [ + 109.273646, + 31.801003 + ], + [ + 109.195422, + 31.817782 + ], + [ + 109.164009, + 31.877247 + ], + [ + 108.988466, + 31.979317 + ], + [ + 108.902235, + 31.984899 + ], + [ + 108.734084, + 32.106617 + ], + [ + 108.67249, + 32.104083 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.46923, + 32.270173 + ], + [ + 108.312781, + 32.232222 + ], + [ + 108.251187, + 32.273208 + ], + [ + 108.179122, + 32.222099 + ], + [ + 108.070717, + 32.233234 + ], + [ + 107.979558, + 32.14614 + ], + [ + 107.812022, + 32.24791 + ], + [ + 107.75474, + 32.338445 + ], + [ + 107.707929, + 32.331873 + ], + [ + 107.680211, + 32.398078 + ], + [ + 107.533002, + 32.383426 + ], + [ + 107.456625, + 32.417778 + ], + [ + 107.436299, + 32.529837 + ], + [ + 107.382097, + 32.54043 + ], + [ + 107.313727, + 32.489976 + ], + [ + 107.263836, + 32.403129 + ], + [ + 107.127098, + 32.482406 + ], + [ + 107.080286, + 32.542448 + ], + [ + 107.108004, + 32.600938 + ], + [ + 107.066736, + 32.708741 + ], + [ + 106.82344, + 32.705217 + ], + [ + 106.733513, + 32.739446 + ], + [ + 106.663296, + 32.690615 + ], + [ + 106.585687, + 32.688097 + ], + [ + 106.421231, + 32.616562 + ], + [ + 106.347935, + 32.670974 + ], + [ + 106.17424, + 32.697664 + ], + [ + 106.076305, + 32.753537 + ], + [ + 106.076305, + 32.758065 + ], + [ + 106.076921, + 32.764103 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.093552, + 32.823956 + ], + [ + 106.025798, + 32.85814 + ], + [ + 105.825002, + 32.824962 + ], + [ + 105.822538, + 32.770141 + ], + [ + 105.719061, + 32.759575 + ], + [ + 105.596489, + 32.699175 + ], + [ + 105.563844, + 32.72485 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.590329, + 32.876734 + ], + [ + 105.735691, + 32.905372 + ], + [ + 105.917393, + 32.993739 + ], + [ + 105.930944, + 33.177721 + ], + [ + 105.965436, + 33.204759 + ], + [ + 105.862574, + 33.234291 + ], + [ + 105.74801, + 33.298827 + ], + [ + 105.723372, + 33.390796 + ], + [ + 105.82993, + 33.382802 + ], + [ + 105.842248, + 33.490152 + ], + [ + 105.956197, + 33.612818 + ], + [ + 106.129276, + 33.604347 + ], + [ + 106.187174, + 33.54652 + ], + [ + 106.303587, + 33.604347 + ], + [ + 106.447101, + 33.613316 + ], + [ + 106.456956, + 33.533055 + ], + [ + 106.54134, + 33.513103 + ], + [ + 106.58076, + 33.575937 + ], + [ + 106.539492, + 33.691013 + ], + [ + 106.480362, + 33.715403 + ], + [ + 106.461883, + 33.789528 + ], + [ + 106.493296, + 33.846197 + ], + [ + 106.41076, + 33.906304 + ], + [ + 106.474202, + 33.970836 + ], + [ + 106.501919, + 34.104706 + ], + [ + 106.585071, + 34.149282 + ], + [ + 106.526557, + 34.291768 + ], + [ + 106.663912, + 34.24331 + ], + [ + 106.717498, + 34.369342 + ], + [ + 106.624491, + 34.410323 + ], + [ + 106.610325, + 34.454244 + ], + [ + 106.455108, + 34.531667 + ], + [ + 106.334384, + 34.517864 + ], + [ + 106.314058, + 34.578973 + ], + [ + 106.419384, + 34.643482 + ], + [ + 106.505615, + 34.74679 + ], + [ + 106.575216, + 34.769893 + ], + [ + 106.493296, + 34.941247 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.5746, + 35.089236 + ], + [ + 106.710723, + 35.100495 + ], + [ + 106.838222, + 35.079933 + ], + [ + 106.901664, + 35.094621 + ], + [ + 107.08275, + 35.024095 + ], + [ + 107.089526, + 34.976553 + ], + [ + 107.189308, + 34.893166 + ], + [ + 107.252134, + 34.880896 + ], + [ + 107.286626, + 34.931927 + ], + [ + 107.523763, + 34.909851 + ], + [ + 107.561951, + 34.966747 + ], + [ + 107.634016, + 34.950565 + ], + [ + 107.804631, + 34.95694 + ], + [ + 107.863761, + 34.996161 + ], + [ + 107.757204, + 35.076016 + ], + [ + 107.686371, + 35.217895 + ], + [ + 107.651878, + 35.239889 + ], + [ + 107.745501, + 35.311693 + ], + [ + 107.867457, + 35.256014 + ], + [ + 108.049159, + 35.254059 + ], + [ + 108.174811, + 35.305345 + ], + [ + 108.2401, + 35.256014 + ], + [ + 108.352817, + 35.285812 + ], + [ + 108.48894, + 35.275066 + ], + [ + 108.614591, + 35.32878 + ], + [ + 108.631222, + 35.418548 + ], + [ + 108.618287, + 35.556908 + ], + [ + 108.539447, + 35.605569 + ], + [ + 108.517273, + 35.715921 + ], + [ + 108.524664, + 35.839703 + ], + [ + 108.498179, + 35.876072 + ], + [ + 108.588722, + 35.950214 + ], + [ + 108.656475, + 35.952636 + ], + [ + 108.712526, + 36.13889 + ], + [ + 108.646004, + 36.25429 + ], + [ + 108.651548, + 36.384936 + ], + [ + 108.618903, + 36.434052 + ], + [ + 108.510498, + 36.474478 + ], + [ + 108.495099, + 36.422498 + ], + [ + 108.407636, + 36.458117 + ], + [ + 108.340498, + 36.55911 + ], + [ + 108.262274, + 36.549497 + ], + [ + 108.194521, + 36.625405 + ], + [ + 108.163724, + 36.563916 + ], + [ + 108.007891, + 36.61628 + ], + [ + 108.004811, + 36.683006 + ], + [ + 107.939522, + 36.655651 + ], + [ + 107.907493, + 36.751591 + ], + [ + 107.720863, + 36.802391 + ], + [ + 107.540393, + 36.828736 + ], + [ + 107.478183, + 36.908674 + ], + [ + 107.310032, + 36.912501 + ], + [ + 107.288474, + 37.00812 + ] + ] + ], + [ + [ + [ + 106.076305, + 32.753537 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.076921, + 32.764103 + ], + [ + 106.076305, + 32.758065 + ], + [ + 106.076305, + 32.753537 + ] + ] + ], + [ + [ + [ + 111.022914, + 33.474682 + ], + [ + 111.022914, + 33.475181 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.02661, + 33.474183 + ], + [ + 111.022914, + 33.474682 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 620000, + "name": "甘肃省", + "center": [ + 103.823557, + 36.058039 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 27, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.494528, + 35.005964 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.493296, + 34.941247 + ], + [ + 106.575216, + 34.769893 + ], + [ + 106.505615, + 34.74679 + ], + [ + 106.419384, + 34.643482 + ], + [ + 106.314058, + 34.578973 + ], + [ + 106.334384, + 34.517864 + ], + [ + 106.455108, + 34.531667 + ], + [ + 106.610325, + 34.454244 + ], + [ + 106.624491, + 34.410323 + ], + [ + 106.717498, + 34.369342 + ], + [ + 106.663912, + 34.24331 + ], + [ + 106.526557, + 34.291768 + ], + [ + 106.585071, + 34.149282 + ], + [ + 106.501919, + 34.104706 + ], + [ + 106.474202, + 33.970836 + ], + [ + 106.41076, + 33.906304 + ], + [ + 106.493296, + 33.846197 + ], + [ + 106.461883, + 33.789528 + ], + [ + 106.480362, + 33.715403 + ], + [ + 106.539492, + 33.691013 + ], + [ + 106.58076, + 33.575937 + ], + [ + 106.54134, + 33.513103 + ], + [ + 106.456956, + 33.533055 + ], + [ + 106.447101, + 33.613316 + ], + [ + 106.303587, + 33.604347 + ], + [ + 106.187174, + 33.54652 + ], + [ + 106.129276, + 33.604347 + ], + [ + 105.956197, + 33.612818 + ], + [ + 105.842248, + 33.490152 + ], + [ + 105.82993, + 33.382802 + ], + [ + 105.723372, + 33.390796 + ], + [ + 105.74801, + 33.298827 + ], + [ + 105.862574, + 33.234291 + ], + [ + 105.965436, + 33.204759 + ], + [ + 105.930944, + 33.177721 + ], + [ + 105.917393, + 32.993739 + ], + [ + 105.735691, + 32.905372 + ], + [ + 105.590329, + 32.876734 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.414171, + 32.921948 + ], + [ + 105.391381, + 32.835017 + ], + [ + 105.455439, + 32.737433 + ], + [ + 105.347033, + 32.682558 + ], + [ + 105.111128, + 32.59388 + ], + [ + 105.026745, + 32.650322 + ], + [ + 104.881999, + 32.600938 + ], + [ + 104.845659, + 32.653848 + ], + [ + 104.739717, + 32.635711 + ], + [ + 104.643015, + 32.661908 + ], + [ + 104.582653, + 32.722333 + ], + [ + 104.458849, + 32.748504 + ], + [ + 104.363994, + 32.822448 + ], + [ + 104.294393, + 32.83552 + ], + [ + 104.288234, + 32.94304 + ], + [ + 104.378161, + 32.953081 + ], + [ + 104.426204, + 33.0108 + ], + [ + 104.337509, + 33.038392 + ], + [ + 104.378161, + 33.109086 + ], + [ + 104.303632, + 33.304328 + ], + [ + 104.432979, + 33.325828 + ], + [ + 104.292545, + 33.336326 + ], + [ + 104.22048, + 33.404782 + ], + [ + 104.155191, + 33.542531 + ], + [ + 104.168741, + 33.611821 + ], + [ + 104.046169, + 33.686533 + ], + [ + 103.871243, + 33.68255 + ], + [ + 103.778236, + 33.658648 + ], + [ + 103.626099, + 33.727347 + ], + [ + 103.520157, + 33.678566 + ], + [ + 103.525085, + 33.798975 + ], + [ + 103.349542, + 33.74327 + ], + [ + 103.279325, + 33.806433 + ], + [ + 103.153057, + 33.814884 + ], + [ + 103.181391, + 33.900842 + ], + [ + 103.124108, + 33.968354 + ], + [ + 103.119797, + 34.034822 + ], + [ + 103.178927, + 34.079931 + ], + [ + 103.124108, + 34.16166 + ], + [ + 102.973203, + 34.205217 + ], + [ + 102.978747, + 34.249246 + ], + [ + 102.911609, + 34.313022 + ], + [ + 102.798276, + 34.272982 + ], + [ + 102.599328, + 34.145321 + ], + [ + 102.655994, + 34.113623 + ], + [ + 102.471213, + 34.072993 + ], + [ + 102.437336, + 34.087364 + ], + [ + 102.391756, + 33.970836 + ], + [ + 102.315996, + 33.994154 + ], + [ + 102.237772, + 33.963392 + ], + [ + 102.136142, + 33.965377 + ], + [ + 102.234076, + 33.870046 + ], + [ + 102.239619, + 33.788036 + ], + [ + 102.299981, + 33.782566 + ], + [ + 102.342481, + 33.725357 + ], + [ + 102.33817, + 33.614313 + ], + [ + 102.440416, + 33.57494 + ], + [ + 102.462589, + 33.449724 + ], + [ + 102.396684, + 33.40678 + ], + [ + 102.264873, + 33.417269 + ], + [ + 102.186649, + 33.332327 + ], + [ + 102.217446, + 33.248303 + ], + [ + 102.112736, + 33.287324 + ], + [ + 102.08933, + 33.204759 + ], + [ + 101.935345, + 33.186734 + ], + [ + 101.865744, + 33.103072 + ], + [ + 101.841723, + 33.184731 + ], + [ + 101.769658, + 33.268816 + ], + [ + 101.878063, + 33.315829 + ], + [ + 101.885454, + 33.380804 + ], + [ + 101.9452, + 33.437742 + ], + [ + 101.907012, + 33.542032 + ], + [ + 101.844186, + 33.602353 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.735781, + 33.49614 + ], + [ + 101.622448, + 33.502127 + ], + [ + 101.582412, + 33.675081 + ], + [ + 101.501724, + 33.70296 + ], + [ + 101.385312, + 33.644702 + ], + [ + 101.238718, + 33.685039 + ], + [ + 101.166653, + 33.660142 + ], + [ + 101.191907, + 33.786047 + ], + [ + 101.153718, + 33.844706 + ], + [ + 100.999118, + 33.889419 + ], + [ + 100.806329, + 34.155224 + ], + [ + 100.764445, + 34.178987 + ], + [ + 100.821727, + 34.317469 + ], + [ + 100.895024, + 34.375268 + ], + [ + 100.986799, + 34.374774 + ], + [ + 101.054552, + 34.322905 + ], + [ + 101.235022, + 34.325376 + ], + [ + 101.331109, + 34.245289 + ], + [ + 101.530057, + 34.21066 + ], + [ + 101.622448, + 34.178492 + ], + [ + 101.736397, + 34.079931 + ], + [ + 101.84665, + 34.150272 + ], + [ + 101.955055, + 34.10966 + ], + [ + 101.965526, + 34.167601 + ], + [ + 102.062229, + 34.227976 + ], + [ + 102.067772, + 34.293746 + ], + [ + 102.149692, + 34.271993 + ], + [ + 102.189728, + 34.355018 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.155852, + 34.507511 + ], + [ + 102.003715, + 34.538074 + ], + [ + 101.919947, + 34.621821 + ], + [ + 101.917483, + 34.875497 + ], + [ + 102.048062, + 34.910832 + ], + [ + 102.094874, + 34.986848 + ], + [ + 102.218677, + 35.058386 + ], + [ + 102.29567, + 35.071609 + ], + [ + 102.310452, + 35.128883 + ], + [ + 102.402227, + 35.191006 + ], + [ + 102.370814, + 35.262854 + ], + [ + 102.279655, + 35.304857 + ], + [ + 102.317228, + 35.433663 + ], + [ + 102.407155, + 35.408308 + ], + [ + 102.447807, + 35.437563 + ], + [ + 102.504473, + 35.583189 + ], + [ + 102.742226, + 35.495065 + ], + [ + 102.808747, + 35.560315 + ], + [ + 102.686175, + 35.772253 + ], + [ + 102.78411, + 35.862496 + ], + [ + 102.955957, + 35.861041 + ], + [ + 102.971971, + 35.995247 + ], + [ + 102.882044, + 36.082335 + ], + [ + 102.941174, + 36.105058 + ], + [ + 102.98737, + 36.193956 + ], + [ + 103.068058, + 36.203612 + ], + [ + 103.024326, + 36.257185 + ], + [ + 102.830305, + 36.358439 + ], + [ + 102.832153, + 36.357957 + ], + [ + 102.831537, + 36.360848 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.769943, + 36.472072 + ], + [ + 102.761936, + 36.568721 + ], + [ + 102.606719, + 36.682526 + ], + [ + 102.704654, + 36.792329 + ], + [ + 102.587009, + 36.869912 + ], + [ + 102.56114, + 36.919676 + ], + [ + 102.450271, + 36.968453 + ], + [ + 102.506321, + 37.019108 + ], + [ + 102.488459, + 37.079278 + ], + [ + 102.642444, + 37.099801 + ], + [ + 102.599944, + 37.174687 + ], + [ + 102.457662, + 37.24807 + ], + [ + 102.428097, + 37.308534 + ], + [ + 102.19712, + 37.420287 + ], + [ + 102.102881, + 37.48441 + ], + [ + 102.130598, + 37.544684 + ], + [ + 102.035743, + 37.627184 + ], + [ + 102.036359, + 37.684974 + ], + [ + 101.946432, + 37.728051 + ], + [ + 101.815853, + 37.65419 + ], + [ + 101.791832, + 37.695864 + ], + [ + 101.659405, + 37.733256 + ], + [ + 101.597195, + 37.828308 + ], + [ + 101.459224, + 37.866105 + ], + [ + 101.362522, + 37.791437 + ], + [ + 101.150639, + 37.876969 + ], + [ + 100.887633, + 38.050562 + ], + [ + 100.93814, + 38.160261 + ], + [ + 100.825423, + 38.158849 + ], + [ + 100.74843, + 38.239724 + ], + [ + 100.619083, + 38.265567 + ], + [ + 100.546402, + 38.246773 + ], + [ + 100.474953, + 38.289052 + ], + [ + 100.318505, + 38.329428 + ], + [ + 100.261222, + 38.366498 + ], + [ + 100.24028, + 38.441519 + ], + [ + 100.064122, + 38.518802 + ], + [ + 100.001296, + 38.466821 + ], + [ + 100.093071, + 38.4073 + ], + [ + 100.157744, + 38.309712 + ], + [ + 100.182998, + 38.221864 + ], + [ + 100.126332, + 38.231735 + ], + [ + 99.937238, + 38.34163 + ], + [ + 99.826985, + 38.370251 + ], + [ + 99.65945, + 38.449017 + ], + [ + 99.555972, + 38.520207 + ], + [ + 99.50916, + 38.608628 + ], + [ + 99.450646, + 38.60442 + ], + [ + 99.361951, + 38.718418 + ], + [ + 99.222133, + 38.788875 + ], + [ + 99.068764, + 38.896991 + ], + [ + 99.1088, + 38.946334 + ], + [ + 98.951735, + 38.987737 + ], + [ + 98.816845, + 39.085799 + ], + [ + 98.743548, + 39.086728 + ], + [ + 98.584635, + 38.930046 + ], + [ + 98.457752, + 38.952849 + ], + [ + 98.383839, + 39.029581 + ], + [ + 98.280977, + 39.027257 + ], + [ + 98.251412, + 38.891403 + ], + [ + 98.094964, + 38.786077 + ], + [ + 98.009348, + 38.859262 + ], + [ + 97.828878, + 38.930046 + ], + [ + 97.701379, + 38.963085 + ], + [ + 97.679205, + 39.010522 + ], + [ + 97.371235, + 39.14058 + ], + [ + 97.220946, + 39.192999 + ], + [ + 96.962867, + 39.198564 + ], + [ + 97.012142, + 39.141972 + ], + [ + 96.969643, + 39.097873 + ], + [ + 96.940693, + 38.907701 + ], + [ + 96.983809, + 38.869046 + ], + [ + 97.009063, + 38.702544 + ], + [ + 97.057722, + 38.672654 + ], + [ + 97.055874, + 38.5946 + ], + [ + 96.975802, + 38.559519 + ], + [ + 96.7941, + 38.60816 + ], + [ + 96.780549, + 38.504289 + ], + [ + 96.6666, + 38.483684 + ], + [ + 96.698013, + 38.422302 + ], + [ + 96.626564, + 38.356177 + ], + [ + 96.665369, + 38.230325 + ], + [ + 96.46334, + 38.27778 + ], + [ + 96.335841, + 38.246303 + ], + [ + 96.313051, + 38.162142 + ], + [ + 96.221892, + 38.148969 + ], + [ + 96.109175, + 38.187072 + ], + [ + 96.063596, + 38.172962 + ], + [ + 95.856024, + 38.284355 + ], + [ + 95.83693, + 38.343977 + ], + [ + 95.702039, + 38.400736 + ], + [ + 95.51849, + 38.295156 + ], + [ + 95.320157, + 38.32051 + ], + [ + 95.261027, + 38.301261 + ], + [ + 95.121825, + 38.417615 + ], + [ + 94.973999, + 38.430271 + ], + [ + 94.810775, + 38.385261 + ], + [ + 94.67958, + 38.387137 + ], + [ + 94.527443, + 38.36556 + ], + [ + 94.511429, + 38.445268 + ], + [ + 94.370379, + 38.762753 + ], + [ + 93.885018, + 38.720752 + ], + [ + 93.800019, + 38.750622 + ], + [ + 93.769838, + 38.821047 + ], + [ + 93.884403, + 38.826175 + ], + [ + 93.729186, + 38.92446 + ], + [ + 93.453245, + 38.915615 + ], + [ + 93.274007, + 38.89606 + ], + [ + 93.179152, + 38.923994 + ], + [ + 93.198246, + 39.045847 + ], + [ + 93.131725, + 39.108088 + ], + [ + 93.142196, + 39.160531 + ], + [ + 92.978356, + 39.143364 + ], + [ + 92.938936, + 39.169809 + ], + [ + 92.866871, + 39.138723 + ], + [ + 92.489916, + 39.09973 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.366728, + 39.059322 + ], + [ + 92.339011, + 39.236575 + ], + [ + 92.52564, + 39.368528 + ], + [ + 92.639589, + 39.514543 + ], + [ + 92.745531, + 39.868137 + ], + [ + 92.796654, + 40.15364 + ], + [ + 92.906907, + 40.310773 + ], + [ + 92.928465, + 40.572609 + ], + [ + 93.506216, + 40.648464 + ], + [ + 93.760599, + 40.664804 + ], + [ + 93.820961, + 40.793574 + ], + [ + 93.809874, + 40.879583 + ], + [ + 94.01067, + 41.114857 + ], + [ + 94.184365, + 41.268392 + ], + [ + 94.534219, + 41.50586 + ], + [ + 94.750413, + 41.538114 + ], + [ + 94.861898, + 41.668309 + ], + [ + 95.135991, + 41.772811 + ], + [ + 95.29552, + 41.569456 + ], + [ + 95.39407, + 41.693333 + ], + [ + 95.57146, + 41.796011 + ], + [ + 95.677402, + 41.830795 + ], + [ + 95.855408, + 41.849516 + ], + [ + 96.038342, + 41.924794 + ], + [ + 96.117183, + 41.985753 + ], + [ + 96.13874, + 42.054207 + ], + [ + 96.077147, + 42.149652 + ], + [ + 96.178161, + 42.217929 + ], + [ + 96.040806, + 42.3264 + ], + [ + 96.06606, + 42.414367 + ], + [ + 95.978596, + 42.436892 + ], + [ + 96.02356, + 42.54234 + ], + [ + 96.103632, + 42.604026 + ], + [ + 96.386348, + 42.727655 + ], + [ + 96.742361, + 42.757096 + ], + [ + 96.968411, + 42.756218 + ], + [ + 97.172903, + 42.795305 + ], + [ + 97.307177, + 42.565259 + ], + [ + 97.84674, + 41.656687 + ], + [ + 97.613915, + 41.477176 + ], + [ + 97.629314, + 41.440407 + ], + [ + 97.971776, + 41.097726 + ], + [ + 98.25018, + 40.939271 + ], + [ + 98.333332, + 40.918929 + ], + [ + 98.344419, + 40.568518 + ], + [ + 98.627751, + 40.677965 + ], + [ + 98.569853, + 40.746901 + ], + [ + 98.668403, + 40.772734 + ], + [ + 98.689345, + 40.691576 + ], + [ + 98.801446, + 40.609411 + ], + [ + 98.790975, + 40.705185 + ], + [ + 98.984996, + 40.782701 + ], + [ + 99.041662, + 40.693844 + ], + [ + 99.102025, + 40.676603 + ], + [ + 99.172858, + 40.747354 + ], + [ + 99.174705, + 40.858317 + ], + [ + 99.565827, + 40.846551 + ], + [ + 99.673, + 40.932943 + ], + [ + 100.057346, + 40.908077 + ], + [ + 100.107853, + 40.875511 + ], + [ + 100.237201, + 40.716977 + ], + [ + 100.242744, + 40.618495 + ], + [ + 100.169447, + 40.541242 + ], + [ + 100.169447, + 40.277458 + ], + [ + 100.002528, + 40.197528 + ], + [ + 99.927383, + 40.063947 + ], + [ + 99.488218, + 39.875943 + ], + [ + 99.672384, + 39.887881 + ], + [ + 99.822058, + 39.85987 + ], + [ + 99.904593, + 39.785886 + ], + [ + 100.040716, + 39.756913 + ], + [ + 100.128179, + 39.702155 + ], + [ + 100.250135, + 39.68512 + ], + [ + 100.314193, + 39.606799 + ], + [ + 100.326512, + 39.509003 + ], + [ + 100.500823, + 39.4813 + ], + [ + 100.498975, + 39.400437 + ], + [ + 100.619699, + 39.38749 + ], + [ + 100.842053, + 39.405523 + ], + [ + 100.842669, + 39.199955 + ], + [ + 100.864227, + 39.106695 + ], + [ + 100.835278, + 39.025863 + ], + [ + 100.961545, + 39.005873 + ], + [ + 100.969553, + 38.9468 + ], + [ + 101.117378, + 38.97518 + ], + [ + 101.228863, + 39.02075 + ], + [ + 101.198682, + 38.943077 + ], + [ + 101.24303, + 38.86066 + ], + [ + 101.334189, + 38.848545 + ], + [ + 101.307087, + 38.802865 + ], + [ + 101.562702, + 38.712816 + ], + [ + 101.601506, + 38.6549 + ], + [ + 101.679115, + 38.690869 + ], + [ + 101.777049, + 38.660507 + ], + [ + 101.941505, + 38.808926 + ], + [ + 102.075164, + 38.891403 + ], + [ + 101.926106, + 39.000758 + ], + [ + 101.830636, + 39.093229 + ], + [ + 102.280887, + 39.190217 + ], + [ + 102.45335, + 39.25511 + ], + [ + 102.601792, + 39.172129 + ], + [ + 103.007696, + 39.09973 + ], + [ + 103.344615, + 39.331514 + ], + [ + 103.595302, + 39.386565 + ], + [ + 103.839214, + 39.460516 + ], + [ + 103.964865, + 39.455434 + ], + [ + 104.091133, + 39.418466 + ], + [ + 104.047401, + 39.297721 + ], + [ + 104.177364, + 39.15218 + ], + [ + 104.207546, + 39.083941 + ], + [ + 104.168125, + 38.940285 + ], + [ + 104.044322, + 38.895128 + ], + [ + 103.85954, + 38.64462 + ], + [ + 103.416063, + 38.404956 + ], + [ + 103.507838, + 38.281068 + ], + [ + 103.53494, + 38.156497 + ], + [ + 103.369868, + 38.089658 + ], + [ + 103.362477, + 38.037368 + ], + [ + 103.401897, + 37.861854 + ], + [ + 103.676606, + 37.783871 + ], + [ + 103.948235, + 37.564606 + ], + [ + 104.183524, + 37.406981 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.437907, + 37.445943 + ], + [ + 104.679971, + 37.407931 + ], + [ + 104.713848, + 37.32947 + ], + [ + 104.632544, + 37.299015 + ], + [ + 104.600515, + 37.242831 + ], + [ + 104.638087, + 37.201857 + ], + [ + 104.775442, + 37.246641 + ], + [ + 104.85613, + 37.211864 + ], + [ + 104.95468, + 37.040125 + ], + [ + 105.165331, + 36.995218 + ], + [ + 105.190585, + 36.886185 + ], + [ + 105.244787, + 36.894798 + ], + [ + 105.334714, + 36.800953 + ], + [ + 105.319932, + 36.742961 + ], + [ + 105.218302, + 36.730494 + ], + [ + 105.22015, + 36.631167 + ], + [ + 105.281744, + 36.522575 + ], + [ + 105.319932, + 36.536038 + ], + [ + 105.398156, + 36.430683 + ], + [ + 105.401236, + 36.370002 + ], + [ + 105.473301, + 36.298185 + ], + [ + 105.460366, + 36.223887 + ], + [ + 105.513337, + 36.150003 + ], + [ + 105.343954, + 36.033965 + ], + [ + 105.333483, + 35.887707 + ], + [ + 105.392613, + 35.865405 + ], + [ + 105.481924, + 35.727094 + ], + [ + 105.570003, + 35.716407 + ], + [ + 105.671017, + 35.749434 + ], + [ + 105.754785, + 35.730494 + ], + [ + 105.690727, + 35.698431 + ], + [ + 105.847176, + 35.490681 + ], + [ + 105.868734, + 35.53987 + ], + [ + 106.015943, + 35.52234 + ], + [ + 106.070762, + 35.491655 + ], + [ + 106.057827, + 35.488245 + ], + [ + 105.897683, + 35.451698 + ], + [ + 105.894603, + 35.413672 + ], + [ + 106.054132, + 35.449261 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.064603, + 35.431225 + ], + [ + 106.073226, + 35.421474 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.107102, + 35.364894 + ], + [ + 106.174856, + 35.438538 + ], + [ + 106.319601, + 35.265296 + ], + [ + 106.472354, + 35.310716 + ], + [ + 106.503767, + 35.415135 + ], + [ + 106.440941, + 35.526723 + ], + [ + 106.476666, + 35.580756 + ], + [ + 106.434782, + 35.688712 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.501304, + 35.735836 + ], + [ + 106.503767, + 35.736322 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.737208, + 35.689198 + ], + [ + 106.86594, + 35.737779 + ], + [ + 106.92199, + 35.803316 + ], + [ + 106.849925, + 35.887707 + ], + [ + 106.950939, + 36.004444 + ], + [ + 106.957715, + 36.091522 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.505615, + 36.265869 + ], + [ + 106.488369, + 36.400348 + ], + [ + 106.521014, + 36.479289 + ], + [ + 106.401521, + 36.546133 + ], + [ + 106.471738, + 36.581214 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.589383, + 36.750153 + ], + [ + 106.631883, + 36.723301 + ], + [ + 106.658368, + 36.811972 + ], + [ + 106.595542, + 36.940243 + ], + [ + 106.666991, + 37.01672 + ], + [ + 106.605397, + 37.127475 + ], + [ + 106.750143, + 37.098847 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.891193, + 37.098369 + ], + [ + 107.030395, + 37.140831 + ], + [ + 107.095685, + 37.115548 + ], + [ + 107.180685, + 37.143692 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.310032, + 36.912501 + ], + [ + 107.478183, + 36.908674 + ], + [ + 107.540393, + 36.828736 + ], + [ + 107.720863, + 36.802391 + ], + [ + 107.907493, + 36.751591 + ], + [ + 107.939522, + 36.655651 + ], + [ + 108.004811, + 36.683006 + ], + [ + 108.007891, + 36.61628 + ], + [ + 108.163724, + 36.563916 + ], + [ + 108.194521, + 36.625405 + ], + [ + 108.262274, + 36.549497 + ], + [ + 108.340498, + 36.55911 + ], + [ + 108.407636, + 36.458117 + ], + [ + 108.495099, + 36.422498 + ], + [ + 108.510498, + 36.474478 + ], + [ + 108.618903, + 36.434052 + ], + [ + 108.651548, + 36.384936 + ], + [ + 108.646004, + 36.25429 + ], + [ + 108.712526, + 36.13889 + ], + [ + 108.656475, + 35.952636 + ], + [ + 108.588722, + 35.950214 + ], + [ + 108.498179, + 35.876072 + ], + [ + 108.524664, + 35.839703 + ], + [ + 108.517273, + 35.715921 + ], + [ + 108.539447, + 35.605569 + ], + [ + 108.618287, + 35.556908 + ], + [ + 108.631222, + 35.418548 + ], + [ + 108.614591, + 35.32878 + ], + [ + 108.48894, + 35.275066 + ], + [ + 108.352817, + 35.285812 + ], + [ + 108.2401, + 35.256014 + ], + [ + 108.174811, + 35.305345 + ], + [ + 108.049159, + 35.254059 + ], + [ + 107.867457, + 35.256014 + ], + [ + 107.745501, + 35.311693 + ], + [ + 107.651878, + 35.239889 + ], + [ + 107.686371, + 35.217895 + ], + [ + 107.757204, + 35.076016 + ], + [ + 107.863761, + 34.996161 + ], + [ + 107.804631, + 34.95694 + ], + [ + 107.634016, + 34.950565 + ], + [ + 107.561951, + 34.966747 + ], + [ + 107.523763, + 34.909851 + ], + [ + 107.286626, + 34.931927 + ], + [ + 107.252134, + 34.880896 + ], + [ + 107.189308, + 34.893166 + ], + [ + 107.089526, + 34.976553 + ], + [ + 107.08275, + 35.024095 + ], + [ + 106.901664, + 35.094621 + ], + [ + 106.838222, + 35.079933 + ], + [ + 106.710723, + 35.100495 + ], + [ + 106.5746, + 35.089236 + ], + [ + 106.494528, + 35.005964 + ] + ] + ], + [ + [ + [ + 106.070762, + 35.491655 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.054132, + 35.449261 + ], + [ + 106.057827, + 35.488245 + ], + [ + 106.070762, + 35.491655 + ] + ] + ], + [ + [ + [ + 106.073226, + 35.421474 + ], + [ + 106.064603, + 35.431225 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.06953, + 35.458034 + ], + [ + 106.071378, + 35.449261 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.073226, + 35.421474 + ] + ] + ], + [ + [ + [ + 102.831537, + 36.360848 + ], + [ + 102.832153, + 36.357957 + ], + [ + 102.830305, + 36.358439 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.831537, + 36.360848 + ] + ] + ], + [ + [ + [ + 106.503767, + 35.736322 + ], + [ + 106.501304, + 35.735836 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.503767, + 35.736322 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 630000, + "name": "青海省", + "center": [ + 101.778916, + 36.623178 + ], + "centroid": [ + 96.043531, + 35.726402 + ], + "childrenNum": 8, + "level": "province", + "subFeatureIndex": 28, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 91.001807, + 33.116102 + ], + [ + 91.001807, + 33.116102 + ], + [ + 90.805938, + 33.114599 + ], + [ + 90.70554, + 33.135645 + ], + [ + 90.486881, + 33.266815 + ], + [ + 90.405577, + 33.260311 + ], + [ + 90.332896, + 33.310829 + ], + [ + 90.246665, + 33.42426 + ], + [ + 90.092064, + 33.469691 + ], + [ + 90.080977, + 33.530561 + ], + [ + 90.01076, + 33.553501 + ], + [ + 89.984275, + 33.61232 + ], + [ + 90.008296, + 33.688026 + ], + [ + 89.907282, + 33.74128 + ], + [ + 89.933768, + 33.796986 + ], + [ + 89.837065, + 33.869052 + ], + [ + 89.795181, + 33.865575 + ], + [ + 89.691704, + 33.957933 + ], + [ + 89.635037, + 34.0492 + ], + [ + 89.655979, + 34.096778 + ], + [ + 89.818587, + 34.174037 + ], + [ + 89.825362, + 34.293746 + ], + [ + 89.872174, + 34.335752 + ], + [ + 89.801957, + 34.390575 + ], + [ + 89.823515, + 34.455231 + ], + [ + 89.798877, + 34.628714 + ], + [ + 89.72558, + 34.660709 + ], + [ + 89.732356, + 34.732039 + ], + [ + 89.799493, + 34.74384 + ], + [ + 89.867862, + 34.810677 + ], + [ + 89.821667, + 34.902981 + ], + [ + 89.707102, + 34.919663 + ], + [ + 89.654747, + 34.883351 + ], + [ + 89.560509, + 34.938794 + ], + [ + 89.593153, + 35.104412 + ], + [ + 89.513081, + 35.139158 + ], + [ + 89.449639, + 35.226693 + ], + [ + 89.532175, + 35.285323 + ], + [ + 89.497067, + 35.361479 + ], + [ + 89.68616, + 35.414647 + ], + [ + 89.744058, + 35.479963 + ], + [ + 89.700327, + 35.537435 + ], + [ + 89.765616, + 35.599732 + ], + [ + 89.747138, + 35.751862 + ], + [ + 89.801957, + 35.847948 + ], + [ + 89.549422, + 35.858132 + ], + [ + 89.429929, + 35.916302 + ], + [ + 89.418843, + 36.04606 + ], + [ + 89.476125, + 36.021868 + ], + [ + 89.638117, + 36.04993 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.941159, + 36.067343 + ], + [ + 89.937463, + 36.130675 + ], + [ + 89.999057, + 36.169809 + ], + [ + 90.028006, + 36.25815 + ], + [ + 90.145651, + 36.238849 + ], + [ + 90.128405, + 36.208923 + ], + [ + 90.234962, + 36.161597 + ], + [ + 90.430215, + 36.133091 + ], + [ + 90.526917, + 36.148553 + ], + [ + 90.66304, + 36.134058 + ], + [ + 90.776373, + 36.086203 + ], + [ + 90.841046, + 36.01848 + ], + [ + 90.922966, + 36.029126 + ], + [ + 90.979017, + 36.106992 + ], + [ + 91.09235, + 36.088621 + ], + [ + 91.124994, + 36.115693 + ], + [ + 91.07264, + 36.299149 + ], + [ + 91.026444, + 36.323738 + ], + [ + 91.05293, + 36.432608 + ], + [ + 91.035683, + 36.529788 + ], + [ + 90.7388, + 36.58746 + ], + [ + 90.720938, + 36.708912 + ], + [ + 90.735105, + 36.827778 + ], + [ + 90.853981, + 36.915371 + ], + [ + 90.983944, + 36.913458 + ], + [ + 91.181045, + 37.025318 + ], + [ + 91.303617, + 37.01242 + ], + [ + 91.280211, + 37.163721 + ], + [ + 91.1909, + 37.205669 + ], + [ + 91.192132, + 37.27807 + ], + [ + 91.134849, + 37.32614 + ], + [ + 91.099741, + 37.447843 + ], + [ + 91.057241, + 37.483936 + ], + [ + 90.958075, + 37.477763 + ], + [ + 90.863836, + 37.534246 + ], + [ + 90.882314, + 37.575513 + ], + [ + 90.776373, + 37.6504 + ], + [ + 90.519526, + 37.73089 + ], + [ + 90.516446, + 38.207291 + ], + [ + 90.530613, + 38.32004 + ], + [ + 90.361846, + 38.300322 + ], + [ + 90.352607, + 38.233615 + ], + [ + 90.280542, + 38.238315 + ], + [ + 90.137644, + 38.340692 + ], + [ + 90.111774, + 38.477595 + ], + [ + 90.315034, + 38.501948 + ], + [ + 90.424671, + 38.492114 + ], + [ + 90.463476, + 38.556711 + ], + [ + 90.610685, + 38.596003 + ], + [ + 90.619308, + 38.664245 + ], + [ + 90.831191, + 38.667982 + ], + [ + 91.307928, + 38.751089 + ], + [ + 91.446515, + 38.813588 + ], + [ + 91.87952, + 38.884417 + ], + [ + 91.966368, + 38.930976 + ], + [ + 92.173323, + 38.960758 + ], + [ + 92.263866, + 39.002153 + ], + [ + 92.38459, + 39.000758 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.489916, + 39.09973 + ], + [ + 92.866871, + 39.138723 + ], + [ + 92.938936, + 39.169809 + ], + [ + 92.978356, + 39.143364 + ], + [ + 93.142196, + 39.160531 + ], + [ + 93.131725, + 39.108088 + ], + [ + 93.198246, + 39.045847 + ], + [ + 93.179152, + 38.923994 + ], + [ + 93.274007, + 38.89606 + ], + [ + 93.453245, + 38.915615 + ], + [ + 93.729186, + 38.92446 + ], + [ + 93.884403, + 38.826175 + ], + [ + 93.769838, + 38.821047 + ], + [ + 93.800019, + 38.750622 + ], + [ + 93.885018, + 38.720752 + ], + [ + 94.370379, + 38.762753 + ], + [ + 94.511429, + 38.445268 + ], + [ + 94.527443, + 38.36556 + ], + [ + 94.67958, + 38.387137 + ], + [ + 94.810775, + 38.385261 + ], + [ + 94.973999, + 38.430271 + ], + [ + 95.121825, + 38.417615 + ], + [ + 95.261027, + 38.301261 + ], + [ + 95.320157, + 38.32051 + ], + [ + 95.51849, + 38.295156 + ], + [ + 95.702039, + 38.400736 + ], + [ + 95.83693, + 38.343977 + ], + [ + 95.856024, + 38.284355 + ], + [ + 96.063596, + 38.172962 + ], + [ + 96.109175, + 38.187072 + ], + [ + 96.221892, + 38.148969 + ], + [ + 96.313051, + 38.162142 + ], + [ + 96.335841, + 38.246303 + ], + [ + 96.46334, + 38.27778 + ], + [ + 96.665369, + 38.230325 + ], + [ + 96.626564, + 38.356177 + ], + [ + 96.698013, + 38.422302 + ], + [ + 96.6666, + 38.483684 + ], + [ + 96.780549, + 38.504289 + ], + [ + 96.7941, + 38.60816 + ], + [ + 96.975802, + 38.559519 + ], + [ + 97.055874, + 38.5946 + ], + [ + 97.057722, + 38.672654 + ], + [ + 97.009063, + 38.702544 + ], + [ + 96.983809, + 38.869046 + ], + [ + 96.940693, + 38.907701 + ], + [ + 96.969643, + 39.097873 + ], + [ + 97.012142, + 39.141972 + ], + [ + 96.962867, + 39.198564 + ], + [ + 97.220946, + 39.192999 + ], + [ + 97.371235, + 39.14058 + ], + [ + 97.679205, + 39.010522 + ], + [ + 97.701379, + 38.963085 + ], + [ + 97.828878, + 38.930046 + ], + [ + 98.009348, + 38.859262 + ], + [ + 98.094964, + 38.786077 + ], + [ + 98.251412, + 38.891403 + ], + [ + 98.280977, + 39.027257 + ], + [ + 98.383839, + 39.029581 + ], + [ + 98.457752, + 38.952849 + ], + [ + 98.584635, + 38.930046 + ], + [ + 98.743548, + 39.086728 + ], + [ + 98.816845, + 39.085799 + ], + [ + 98.951735, + 38.987737 + ], + [ + 99.1088, + 38.946334 + ], + [ + 99.068764, + 38.896991 + ], + [ + 99.222133, + 38.788875 + ], + [ + 99.361951, + 38.718418 + ], + [ + 99.450646, + 38.60442 + ], + [ + 99.50916, + 38.608628 + ], + [ + 99.555972, + 38.520207 + ], + [ + 99.65945, + 38.449017 + ], + [ + 99.826985, + 38.370251 + ], + [ + 99.937238, + 38.34163 + ], + [ + 100.126332, + 38.231735 + ], + [ + 100.182998, + 38.221864 + ], + [ + 100.157744, + 38.309712 + ], + [ + 100.093071, + 38.4073 + ], + [ + 100.001296, + 38.466821 + ], + [ + 100.064122, + 38.518802 + ], + [ + 100.24028, + 38.441519 + ], + [ + 100.261222, + 38.366498 + ], + [ + 100.318505, + 38.329428 + ], + [ + 100.474953, + 38.289052 + ], + [ + 100.546402, + 38.246773 + ], + [ + 100.619083, + 38.265567 + ], + [ + 100.74843, + 38.239724 + ], + [ + 100.825423, + 38.158849 + ], + [ + 100.93814, + 38.160261 + ], + [ + 100.887633, + 38.050562 + ], + [ + 101.150639, + 37.876969 + ], + [ + 101.362522, + 37.791437 + ], + [ + 101.459224, + 37.866105 + ], + [ + 101.597195, + 37.828308 + ], + [ + 101.659405, + 37.733256 + ], + [ + 101.791832, + 37.695864 + ], + [ + 101.815853, + 37.65419 + ], + [ + 101.946432, + 37.728051 + ], + [ + 102.036359, + 37.684974 + ], + [ + 102.035743, + 37.627184 + ], + [ + 102.130598, + 37.544684 + ], + [ + 102.102881, + 37.48441 + ], + [ + 102.19712, + 37.420287 + ], + [ + 102.428097, + 37.308534 + ], + [ + 102.457662, + 37.24807 + ], + [ + 102.599944, + 37.174687 + ], + [ + 102.642444, + 37.099801 + ], + [ + 102.488459, + 37.079278 + ], + [ + 102.506321, + 37.019108 + ], + [ + 102.450271, + 36.968453 + ], + [ + 102.56114, + 36.919676 + ], + [ + 102.587009, + 36.869912 + ], + [ + 102.704654, + 36.792329 + ], + [ + 102.606719, + 36.682526 + ], + [ + 102.761936, + 36.568721 + ], + [ + 102.769943, + 36.472072 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.830305, + 36.358439 + ], + [ + 103.024326, + 36.257185 + ], + [ + 103.068058, + 36.203612 + ], + [ + 102.98737, + 36.193956 + ], + [ + 102.941174, + 36.105058 + ], + [ + 102.882044, + 36.082335 + ], + [ + 102.971971, + 35.995247 + ], + [ + 102.955957, + 35.861041 + ], + [ + 102.78411, + 35.862496 + ], + [ + 102.686175, + 35.772253 + ], + [ + 102.808747, + 35.560315 + ], + [ + 102.742226, + 35.495065 + ], + [ + 102.504473, + 35.583189 + ], + [ + 102.447807, + 35.437563 + ], + [ + 102.407155, + 35.408308 + ], + [ + 102.317228, + 35.433663 + ], + [ + 102.279655, + 35.304857 + ], + [ + 102.370814, + 35.262854 + ], + [ + 102.402227, + 35.191006 + ], + [ + 102.310452, + 35.128883 + ], + [ + 102.29567, + 35.071609 + ], + [ + 102.218677, + 35.058386 + ], + [ + 102.094874, + 34.986848 + ], + [ + 102.048062, + 34.910832 + ], + [ + 101.917483, + 34.875497 + ], + [ + 101.919947, + 34.621821 + ], + [ + 102.003715, + 34.538074 + ], + [ + 102.155852, + 34.507511 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.189728, + 34.355018 + ], + [ + 102.149692, + 34.271993 + ], + [ + 102.067772, + 34.293746 + ], + [ + 102.062229, + 34.227976 + ], + [ + 101.965526, + 34.167601 + ], + [ + 101.955055, + 34.10966 + ], + [ + 101.84665, + 34.150272 + ], + [ + 101.736397, + 34.079931 + ], + [ + 101.622448, + 34.178492 + ], + [ + 101.530057, + 34.21066 + ], + [ + 101.331109, + 34.245289 + ], + [ + 101.235022, + 34.325376 + ], + [ + 101.054552, + 34.322905 + ], + [ + 100.986799, + 34.374774 + ], + [ + 100.895024, + 34.375268 + ], + [ + 100.821727, + 34.317469 + ], + [ + 100.764445, + 34.178987 + ], + [ + 100.806329, + 34.155224 + ], + [ + 100.999118, + 33.889419 + ], + [ + 101.153718, + 33.844706 + ], + [ + 101.191907, + 33.786047 + ], + [ + 101.166653, + 33.660142 + ], + [ + 101.238718, + 33.685039 + ], + [ + 101.385312, + 33.644702 + ], + [ + 101.501724, + 33.70296 + ], + [ + 101.582412, + 33.675081 + ], + [ + 101.622448, + 33.502127 + ], + [ + 101.735781, + 33.49614 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.769658, + 33.447728 + ], + [ + 101.695745, + 33.433748 + ], + [ + 101.64955, + 33.323328 + ], + [ + 101.739477, + 33.265815 + ], + [ + 101.625528, + 33.100566 + ], + [ + 101.486326, + 33.227285 + ], + [ + 101.405022, + 33.225783 + ], + [ + 101.393935, + 33.157687 + ], + [ + 101.297232, + 33.262313 + ], + [ + 101.183283, + 33.270317 + ], + [ + 101.11553, + 33.194746 + ], + [ + 101.169733, + 33.100566 + ], + [ + 101.183899, + 32.984204 + ], + [ + 101.129081, + 32.989725 + ], + [ + 101.124153, + 32.909893 + ], + [ + 101.237486, + 32.824962 + ], + [ + 101.22332, + 32.725856 + ], + [ + 101.157414, + 32.661404 + ], + [ + 101.075494, + 32.683061 + ], + [ + 100.93198, + 32.600433 + ], + [ + 100.690532, + 32.678025 + ], + [ + 100.645568, + 32.526306 + ], + [ + 100.54517, + 32.569681 + ], + [ + 100.516837, + 32.630168 + ], + [ + 100.399809, + 32.756556 + ], + [ + 100.339447, + 32.719313 + ], + [ + 100.258759, + 32.742466 + ], + [ + 100.208252, + 32.606482 + ], + [ + 100.088143, + 32.668959 + ], + [ + 100.139266, + 32.724346 + ], + [ + 100.123252, + 32.837028 + ], + [ + 100.038252, + 32.928979 + ], + [ + 99.956332, + 32.948061 + ], + [ + 99.877492, + 33.045915 + ], + [ + 99.854086, + 32.945048 + ], + [ + 99.788181, + 32.956596 + ], + [ + 99.763543, + 32.778693 + ], + [ + 99.607711, + 32.780705 + ], + [ + 99.558436, + 32.839039 + ], + [ + 99.385973, + 32.900349 + ], + [ + 99.268328, + 32.878744 + ], + [ + 99.235067, + 32.982197 + ], + [ + 99.179633, + 33.044912 + ], + [ + 99.002242, + 33.08252 + ], + [ + 98.858728, + 33.150674 + ], + [ + 98.759562, + 33.277321 + ], + [ + 98.779272, + 33.37181 + ], + [ + 98.734309, + 33.409278 + ], + [ + 98.742316, + 33.477677 + ], + [ + 98.648077, + 33.549014 + ], + [ + 98.61728, + 33.63723 + ], + [ + 98.6567, + 33.647193 + ], + [ + 98.539056, + 33.746752 + ], + [ + 98.462064, + 33.849178 + ], + [ + 98.406629, + 33.867065 + ], + [ + 98.440506, + 33.981255 + ], + [ + 98.401702, + 34.08786 + ], + [ + 98.21076, + 34.078444 + ], + [ + 98.051848, + 34.115604 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.834421, + 34.208186 + ], + [ + 97.665654, + 34.126997 + ], + [ + 97.70261, + 34.036805 + ], + [ + 97.660111, + 33.956444 + ], + [ + 97.458698, + 33.886935 + ], + [ + 97.388481, + 33.884452 + ], + [ + 97.435293, + 33.680558 + ], + [ + 97.415583, + 33.605343 + ], + [ + 97.52522, + 33.575937 + ], + [ + 97.552321, + 33.465698 + ], + [ + 97.625618, + 33.461705 + ], + [ + 97.753733, + 33.410277 + ], + [ + 97.676125, + 33.340825 + ], + [ + 97.621306, + 33.334327 + ], + [ + 97.576343, + 33.221779 + ], + [ + 97.487648, + 33.168205 + ], + [ + 97.487648, + 33.10658 + ], + [ + 97.542466, + 33.036385 + ], + [ + 97.523988, + 32.988721 + ], + [ + 97.373699, + 32.956094 + ], + [ + 97.386018, + 32.779196 + ], + [ + 97.42359, + 32.704713 + ], + [ + 97.543698, + 32.621602 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.670582, + 32.517225 + ], + [ + 97.472249, + 32.54497 + ], + [ + 97.448843, + 32.586823 + ], + [ + 97.334895, + 32.514198 + ], + [ + 97.388481, + 32.501583 + ], + [ + 97.341054, + 32.441009 + ], + [ + 97.387865, + 32.427374 + ], + [ + 97.424822, + 32.323278 + ], + [ + 97.371235, + 32.273208 + ], + [ + 97.299786, + 32.294959 + ], + [ + 97.264062, + 32.183621 + ], + [ + 97.308409, + 32.074682 + ], + [ + 97.130403, + 32.04375 + ], + [ + 97.008447, + 32.067076 + ], + [ + 96.894498, + 32.013822 + ], + [ + 96.722651, + 32.013314 + ], + [ + 96.81073, + 31.894521 + ], + [ + 96.760223, + 31.856922 + ], + [ + 96.840295, + 31.720623 + ], + [ + 96.775006, + 31.673788 + ], + [ + 96.616093, + 31.736908 + ], + [ + 96.576057, + 31.712989 + ], + [ + 96.468268, + 31.769978 + ], + [ + 96.389428, + 31.919917 + ], + [ + 96.253921, + 31.929566 + ], + [ + 96.176313, + 31.777608 + ], + [ + 96.252689, + 31.69619 + ], + [ + 96.204646, + 31.598904 + ], + [ + 96.160298, + 31.600943 + ], + [ + 96.135661, + 31.702299 + ], + [ + 96.041422, + 31.734364 + ], + [ + 95.982908, + 31.816765 + ], + [ + 95.89914, + 31.817273 + ], + [ + 95.825227, + 31.681935 + ], + [ + 95.779648, + 31.74912 + ], + [ + 95.618272, + 31.783712 + ], + [ + 95.546823, + 31.739961 + ], + [ + 95.439649, + 31.831508 + ], + [ + 95.360809, + 31.959013 + ], + [ + 95.454432, + 32.062006 + ], + [ + 95.406389, + 32.182102 + ], + [ + 95.312766, + 32.148673 + ], + [ + 95.26965, + 32.194761 + ], + [ + 95.241317, + 32.32075 + ], + [ + 95.10581, + 32.259042 + ], + [ + 95.096571, + 32.322267 + ], + [ + 95.261643, + 32.348049 + ], + [ + 95.218527, + 32.397067 + ], + [ + 95.081789, + 32.384942 + ], + [ + 94.985086, + 32.421819 + ], + [ + 94.912405, + 32.415758 + ], + [ + 94.889616, + 32.472311 + ], + [ + 94.80708, + 32.486444 + ], + [ + 94.772587, + 32.555057 + ], + [ + 94.614291, + 32.673492 + ], + [ + 94.53853, + 32.599425 + ], + [ + 94.395016, + 32.594385 + ], + [ + 94.371611, + 32.524793 + ], + [ + 94.196684, + 32.516216 + ], + [ + 94.136322, + 32.433939 + ], + [ + 93.958931, + 32.484929 + ], + [ + 93.861613, + 32.466253 + ], + [ + 93.820345, + 32.549509 + ], + [ + 93.654657, + 32.57321 + ], + [ + 93.618933, + 32.522775 + ], + [ + 93.516687, + 32.475844 + ], + [ + 93.4631, + 32.556065 + ], + [ + 93.385492, + 32.525297 + ], + [ + 93.239514, + 32.662411 + ], + [ + 93.069515, + 32.626137 + ], + [ + 93.019624, + 32.737433 + ], + [ + 92.877342, + 32.697161 + ], + [ + 92.686401, + 32.765109 + ], + [ + 92.63651, + 32.720319 + ], + [ + 92.355641, + 32.764606 + ], + [ + 92.255243, + 32.720823 + ], + [ + 92.198577, + 32.755046 + ], + [ + 92.227526, + 32.820939 + ], + [ + 92.145606, + 32.885779 + ], + [ + 91.955897, + 32.820437 + ], + [ + 91.896766, + 32.907884 + ], + [ + 91.785281, + 32.944044 + ], + [ + 91.58079, + 33.039395 + ], + [ + 91.49887, + 33.109086 + ], + [ + 91.436044, + 33.065974 + ], + [ + 91.262349, + 33.141156 + ], + [ + 91.134849, + 33.073495 + ], + [ + 91.001807, + 33.116102 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 640000, + "name": "宁夏回族自治区", + "center": [ + 106.278179, + 38.46637 + ], + "centroid": [ + 106.169867, + 37.291331 + ], + "childrenNum": 5, + "level": "province", + "subFeatureIndex": 29, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.06953, + 35.458034 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.070762, + 35.491655 + ], + [ + 106.015943, + 35.52234 + ], + [ + 105.868734, + 35.53987 + ], + [ + 105.847176, + 35.490681 + ], + [ + 105.690727, + 35.698431 + ], + [ + 105.754785, + 35.730494 + ], + [ + 105.671017, + 35.749434 + ], + [ + 105.570003, + 35.716407 + ], + [ + 105.481924, + 35.727094 + ], + [ + 105.392613, + 35.865405 + ], + [ + 105.333483, + 35.887707 + ], + [ + 105.343954, + 36.033965 + ], + [ + 105.513337, + 36.150003 + ], + [ + 105.460366, + 36.223887 + ], + [ + 105.473301, + 36.298185 + ], + [ + 105.401236, + 36.370002 + ], + [ + 105.398156, + 36.430683 + ], + [ + 105.319932, + 36.536038 + ], + [ + 105.281744, + 36.522575 + ], + [ + 105.22015, + 36.631167 + ], + [ + 105.218302, + 36.730494 + ], + [ + 105.319932, + 36.742961 + ], + [ + 105.334714, + 36.800953 + ], + [ + 105.244787, + 36.894798 + ], + [ + 105.190585, + 36.886185 + ], + [ + 105.165331, + 36.995218 + ], + [ + 104.95468, + 37.040125 + ], + [ + 104.85613, + 37.211864 + ], + [ + 104.775442, + 37.246641 + ], + [ + 104.638087, + 37.201857 + ], + [ + 104.600515, + 37.242831 + ], + [ + 104.632544, + 37.299015 + ], + [ + 104.713848, + 37.32947 + ], + [ + 104.679971, + 37.407931 + ], + [ + 104.437907, + 37.445943 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.407726, + 37.464467 + ], + [ + 104.419429, + 37.511943 + ], + [ + 104.801311, + 37.538516 + ], + [ + 104.866601, + 37.566503 + ], + [ + 105.024281, + 37.579781 + ], + [ + 105.111128, + 37.633818 + ], + [ + 105.315004, + 37.702018 + ], + [ + 105.598952, + 37.699178 + ], + [ + 105.622974, + 37.778669 + ], + [ + 105.760944, + 37.799947 + ], + [ + 105.80406, + 37.861854 + ], + [ + 105.799749, + 37.940227 + ], + [ + 105.840401, + 38.003902 + ], + [ + 105.780655, + 38.084949 + ], + [ + 105.775111, + 38.186601 + ], + [ + 105.86627, + 38.296565 + ], + [ + 105.821307, + 38.366967 + ], + [ + 105.874277, + 38.593197 + ], + [ + 105.852719, + 38.641349 + ], + [ + 105.90569, + 38.731488 + ], + [ + 105.897683, + 38.788875 + ], + [ + 106.003625, + 38.874636 + ], + [ + 105.97098, + 38.909097 + ], + [ + 106.060907, + 38.968667 + ], + [ + 106.096631, + 39.08487 + ], + [ + 106.145907, + 39.153108 + ], + [ + 106.283877, + 39.14522 + ], + [ + 106.284493, + 39.270397 + ], + [ + 106.402753, + 39.291701 + ], + [ + 106.506231, + 39.269934 + ], + [ + 106.602318, + 39.375466 + ], + [ + 106.683622, + 39.357426 + ], + [ + 106.751375, + 39.381478 + ], + [ + 106.806809, + 39.318554 + ], + [ + 106.795723, + 39.214327 + ], + [ + 106.859164, + 39.107623 + ], + [ + 106.96757, + 39.054676 + ], + [ + 106.954019, + 38.941215 + ], + [ + 106.709491, + 38.718885 + ], + [ + 106.66268, + 38.601614 + ], + [ + 106.647897, + 38.470569 + ], + [ + 106.601702, + 38.392295 + ], + [ + 106.482825, + 38.319571 + ], + [ + 106.546883, + 38.269794 + ], + [ + 106.768621, + 38.174843 + ], + [ + 107.014997, + 38.120261 + ], + [ + 107.19054, + 38.154144 + ], + [ + 107.329742, + 38.087774 + ], + [ + 107.438147, + 37.992586 + ], + [ + 107.419669, + 37.940699 + ], + [ + 107.49235, + 37.944945 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.620465, + 37.775832 + ], + [ + 107.499125, + 37.7659 + ], + [ + 107.484959, + 37.706279 + ], + [ + 107.348836, + 37.608226 + ], + [ + 107.342061, + 37.515265 + ], + [ + 107.284162, + 37.482036 + ], + [ + 107.257677, + 37.337082 + ], + [ + 107.336517, + 37.165628 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.180685, + 37.143692 + ], + [ + 107.095685, + 37.115548 + ], + [ + 107.030395, + 37.140831 + ], + [ + 106.891193, + 37.098369 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.750143, + 37.098847 + ], + [ + 106.605397, + 37.127475 + ], + [ + 106.666991, + 37.01672 + ], + [ + 106.595542, + 36.940243 + ], + [ + 106.658368, + 36.811972 + ], + [ + 106.631883, + 36.723301 + ], + [ + 106.589383, + 36.750153 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.471738, + 36.581214 + ], + [ + 106.401521, + 36.546133 + ], + [ + 106.521014, + 36.479289 + ], + [ + 106.488369, + 36.400348 + ], + [ + 106.505615, + 36.265869 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.957715, + 36.091522 + ], + [ + 106.950939, + 36.004444 + ], + [ + 106.849925, + 35.887707 + ], + [ + 106.92199, + 35.803316 + ], + [ + 106.86594, + 35.737779 + ], + [ + 106.737208, + 35.689198 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.434782, + 35.688712 + ], + [ + 106.476666, + 35.580756 + ], + [ + 106.440941, + 35.526723 + ], + [ + 106.503767, + 35.415135 + ], + [ + 106.472354, + 35.310716 + ], + [ + 106.319601, + 35.265296 + ], + [ + 106.174856, + 35.438538 + ], + [ + 106.107102, + 35.364894 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.071378, + 35.449261 + ], + [ + 106.073226, + 35.450236 + ], + [ + 106.073842, + 35.45511 + ], + [ + 106.06953, + 35.458034 + ] + ] + ], + [ + [ + [ + 106.057827, + 35.488245 + ], + [ + 106.054132, + 35.449261 + ], + [ + 105.894603, + 35.413672 + ], + [ + 105.897683, + 35.451698 + ], + [ + 106.057827, + 35.488245 + ] + ] + ], + [ + [ + [ + 106.071378, + 35.449261 + ], + [ + 106.06953, + 35.458034 + ], + [ + 106.073842, + 35.45511 + ], + [ + 106.073226, + 35.450236 + ], + [ + 106.071378, + 35.449261 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 650000, + "name": "新疆维吾尔自治区", + "center": [ + 87.617733, + 43.792818 + ], + "centroid": [ + 85.294712, + 41.371801 + ], + "childrenNum": 23, + "level": "province", + "subFeatureIndex": 30, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 79.039649, + 34.33427 + ], + [ + 78.958961, + 34.386132 + ], + [ + 78.878273, + 34.391563 + ], + [ + 78.742766, + 34.454737 + ], + [ + 78.708274, + 34.522301 + ], + [ + 78.634977, + 34.538074 + ], + [ + 78.58139, + 34.505539 + ], + [ + 78.542586, + 34.574539 + ], + [ + 78.436029, + 34.543496 + ], + [ + 78.427405, + 34.594243 + ], + [ + 78.280812, + 34.623298 + ], + [ + 78.267261, + 34.705482 + ], + [ + 78.213059, + 34.717778 + ], + [ + 78.237696, + 34.882369 + ], + [ + 78.182262, + 34.936832 + ], + [ + 78.201972, + 34.974592 + ], + [ + 78.123131, + 35.036833 + ], + [ + 78.124979, + 35.108327 + ], + [ + 78.062769, + 35.11469 + ], + [ + 78.01719, + 35.22816 + ], + [ + 78.013494, + 35.36587 + ], + [ + 78.136066, + 35.49263 + ], + [ + 78.009799, + 35.491655 + ], + [ + 77.914944, + 35.464857 + ], + [ + 77.816394, + 35.518445 + ], + [ + 77.690742, + 35.448287 + ], + [ + 77.518895, + 35.481912 + ], + [ + 77.396939, + 35.467781 + ], + [ + 77.307628, + 35.540356 + ], + [ + 77.195527, + 35.519419 + ], + [ + 77.072339, + 35.590974 + ], + [ + 76.967013, + 35.591947 + ], + [ + 76.83705, + 35.66198 + ], + [ + 76.76129, + 35.65566 + ], + [ + 76.69292, + 35.747492 + ], + [ + 76.593754, + 35.772253 + ], + [ + 76.566037, + 35.819328 + ], + [ + 76.59745, + 35.895947 + ], + [ + 76.54879, + 35.919209 + ], + [ + 76.365857, + 35.82418 + ], + [ + 76.298719, + 35.841643 + ], + [ + 76.147198, + 35.833397 + ], + [ + 76.16506, + 35.909033 + ], + [ + 76.104082, + 36.018964 + ], + [ + 75.961184, + 36.051381 + ], + [ + 75.942706, + 36.137923 + ], + [ + 76.016619, + 36.165461 + ], + [ + 76.011691, + 36.229197 + ], + [ + 76.060967, + 36.225335 + ], + [ + 75.989518, + 36.340127 + ], + [ + 76.035097, + 36.409017 + ], + [ + 75.945786, + 36.588421 + ], + [ + 75.871873, + 36.66621 + ], + [ + 75.724048, + 36.750632 + ], + [ + 75.537418, + 36.773161 + ], + [ + 75.536802, + 36.730015 + ], + [ + 75.458578, + 36.720903 + ], + [ + 75.425933, + 36.778912 + ], + [ + 75.413614, + 36.954588 + ], + [ + 75.244847, + 36.963194 + ], + [ + 75.130898, + 37.010987 + ], + [ + 75.032348, + 37.01672 + ], + [ + 74.893762, + 36.939764 + ], + [ + 74.84695, + 37.056839 + ], + [ + 74.739161, + 37.028185 + ], + [ + 74.70898, + 37.084529 + ], + [ + 74.56793, + 37.032961 + ], + [ + 74.498944, + 37.072595 + ], + [ + 74.465068, + 37.147031 + ], + [ + 74.511263, + 37.239973 + ], + [ + 74.665864, + 37.235686 + ], + [ + 74.727458, + 37.282831 + ], + [ + 74.816153, + 37.216629 + ], + [ + 74.911008, + 37.23378 + ], + [ + 74.927022, + 37.277594 + ], + [ + 75.125971, + 37.322334 + ], + [ + 75.153072, + 37.414109 + ], + [ + 75.069304, + 37.513367 + ], + [ + 75.035428, + 37.501026 + ], + [ + 74.940573, + 37.558914 + ], + [ + 74.891914, + 37.668399 + ], + [ + 75.006478, + 37.771102 + ], + [ + 74.917167, + 37.844847 + ], + [ + 74.911008, + 37.967118 + ], + [ + 74.821697, + 38.102842 + ], + [ + 74.789668, + 38.324734 + ], + [ + 74.868508, + 38.404018 + ], + [ + 74.862965, + 38.484152 + ], + [ + 74.792747, + 38.536121 + ], + [ + 74.717603, + 38.542205 + ], + [ + 74.639995, + 38.599744 + ], + [ + 74.506336, + 38.63761 + ], + [ + 74.229779, + 38.656302 + ], + [ + 74.147859, + 38.676858 + ], + [ + 74.068403, + 38.585714 + ], + [ + 74.090577, + 38.542205 + ], + [ + 73.926121, + 38.536121 + ], + [ + 73.89902, + 38.579166 + ], + [ + 73.799237, + 38.610966 + ], + [ + 73.757353, + 38.719818 + ], + [ + 73.769056, + 38.775815 + ], + [ + 73.699455, + 38.857865 + ], + [ + 73.767824, + 38.941215 + ], + [ + 73.826339, + 38.917012 + ], + [ + 73.820179, + 39.041665 + ], + [ + 73.743187, + 39.029581 + ], + [ + 73.719781, + 39.108088 + ], + [ + 73.639709, + 39.220353 + ], + [ + 73.542391, + 39.269471 + ], + [ + 73.554094, + 39.350023 + ], + [ + 73.502355, + 39.383791 + ], + [ + 73.592898, + 39.412457 + ], + [ + 73.61076, + 39.466059 + ], + [ + 73.745651, + 39.461902 + ], + [ + 73.868223, + 39.482686 + ], + [ + 73.953838, + 39.600345 + ], + [ + 73.905795, + 39.742193 + ], + [ + 73.841737, + 39.756453 + ], + [ + 73.845433, + 39.831389 + ], + [ + 73.907027, + 39.873647 + ], + [ + 73.910722, + 39.934693 + ], + [ + 73.980324, + 40.004851 + ], + [ + 73.943367, + 40.015849 + ], + [ + 74.023439, + 40.085008 + ], + [ + 74.26304, + 40.125281 + ], + [ + 74.356662, + 40.089128 + ], + [ + 74.442894, + 40.137175 + ], + [ + 74.577169, + 40.260567 + ], + [ + 74.673255, + 40.278828 + ], + [ + 74.697893, + 40.344527 + ], + [ + 74.908544, + 40.339055 + ], + [ + 74.795211, + 40.443412 + ], + [ + 74.819233, + 40.505767 + ], + [ + 74.891914, + 40.507587 + ], + [ + 74.973218, + 40.460258 + ], + [ + 75.102565, + 40.439769 + ], + [ + 75.13521, + 40.463445 + ], + [ + 75.242383, + 40.448876 + ], + [ + 75.355716, + 40.538059 + ], + [ + 75.432093, + 40.563518 + ], + [ + 75.550353, + 40.648917 + ], + [ + 75.636584, + 40.624399 + ], + [ + 75.646439, + 40.516684 + ], + [ + 75.733287, + 40.474369 + ], + [ + 75.669845, + 40.363678 + ], + [ + 75.709265, + 40.28111 + ], + [ + 75.831221, + 40.327196 + ], + [ + 75.921764, + 40.291151 + ], + [ + 75.986438, + 40.381911 + ], + [ + 76.176147, + 40.381455 + ], + [ + 76.279625, + 40.439314 + ], + [ + 76.333212, + 40.343615 + ], + [ + 76.442233, + 40.391482 + ], + [ + 76.539551, + 40.4639 + ], + [ + 76.556798, + 40.542606 + ], + [ + 76.657196, + 40.620312 + ], + [ + 76.676906, + 40.696113 + ], + [ + 76.646725, + 40.760045 + ], + [ + 76.731724, + 40.818935 + ], + [ + 76.761905, + 40.954185 + ], + [ + 76.85368, + 40.976323 + ], + [ + 76.885709, + 41.027348 + ], + [ + 77.002122, + 41.073373 + ], + [ + 77.091433, + 41.062546 + ], + [ + 77.169041, + 41.009291 + ], + [ + 77.296541, + 41.004776 + ], + [ + 77.363062, + 41.040888 + ], + [ + 77.476395, + 40.999357 + ], + [ + 77.591576, + 40.992132 + ], + [ + 77.829328, + 41.059388 + ], + [ + 77.814546, + 41.134238 + ], + [ + 77.905089, + 41.185141 + ], + [ + 77.972842, + 41.172982 + ], + [ + 78.129291, + 41.228354 + ], + [ + 78.162551, + 41.382521 + ], + [ + 78.324544, + 41.384316 + ], + [ + 78.458818, + 41.41349 + ], + [ + 78.580774, + 41.481659 + ], + [ + 78.650375, + 41.467314 + ], + [ + 78.739071, + 41.555578 + ], + [ + 78.825302, + 41.560503 + ], + [ + 78.959577, + 41.652663 + ], + [ + 79.021787, + 41.657134 + ], + [ + 79.138199, + 41.722814 + ], + [ + 79.21704, + 41.725493 + ], + [ + 79.326061, + 41.809391 + ], + [ + 79.361169, + 41.796457 + ], + [ + 79.462799, + 41.848625 + ], + [ + 79.550879, + 41.833915 + ], + [ + 79.640806, + 41.884717 + ], + [ + 79.776313, + 41.892734 + ], + [ + 79.852689, + 42.015544 + ], + [ + 79.918594, + 42.041322 + ], + [ + 80.14218, + 42.034656 + ], + [ + 80.193303, + 42.081301 + ], + [ + 80.139717, + 42.151427 + ], + [ + 80.168666, + 42.200202 + ], + [ + 80.28631, + 42.232993 + ], + [ + 80.283847, + 42.320649 + ], + [ + 80.229028, + 42.358241 + ], + [ + 80.206238, + 42.428943 + ], + [ + 80.265368, + 42.502211 + ], + [ + 80.164354, + 42.627363 + ], + [ + 80.228412, + 42.692923 + ], + [ + 80.261673, + 42.825592 + ], + [ + 80.417505, + 42.838755 + ], + [ + 80.500041, + 42.879544 + ], + [ + 80.602903, + 42.89445 + ], + [ + 80.487106, + 42.94878 + ], + [ + 80.378701, + 43.031497 + ], + [ + 80.593048, + 43.133319 + ], + [ + 80.79446, + 43.137248 + ], + [ + 80.777214, + 43.30816 + ], + [ + 80.69283, + 43.32035 + ], + [ + 80.761199, + 43.446456 + ], + [ + 80.75504, + 43.49422 + ], + [ + 80.522215, + 43.816724 + ], + [ + 80.511128, + 43.906887 + ], + [ + 80.453846, + 43.989596 + ], + [ + 80.449534, + 44.077778 + ], + [ + 80.3941, + 44.127189 + ], + [ + 80.413194, + 44.264461 + ], + [ + 80.350368, + 44.484713 + ], + [ + 80.411962, + 44.605392 + ], + [ + 80.313412, + 44.704987 + ], + [ + 80.200695, + 44.75642 + ], + [ + 80.169898, + 44.844727 + ], + [ + 79.999283, + 44.793797 + ], + [ + 79.969102, + 44.877383 + ], + [ + 79.887798, + 44.909173 + ], + [ + 80.144644, + 45.058985 + ], + [ + 80.24381, + 45.031507 + ], + [ + 80.328194, + 45.069973 + ], + [ + 80.404571, + 45.049264 + ], + [ + 80.493882, + 45.126991 + ], + [ + 80.599207, + 45.10588 + ], + [ + 80.731634, + 45.156111 + ], + [ + 80.897938, + 45.127413 + ], + [ + 80.93551, + 45.16033 + ], + [ + 81.024821, + 45.162862 + ], + [ + 81.111669, + 45.218522 + ], + [ + 81.170183, + 45.210935 + ], + [ + 81.44982, + 45.265707 + ], + [ + 81.575471, + 45.307803 + ], + [ + 81.634601, + 45.357856 + ], + [ + 81.78797, + 45.383497 + ], + [ + 81.921013, + 45.233272 + ], + [ + 82.052824, + 45.25602 + ], + [ + 82.109491, + 45.211357 + ], + [ + 82.294272, + 45.247596 + ], + [ + 82.487061, + 45.181 + ], + [ + 82.58746, + 45.224001 + ], + [ + 82.60101, + 45.346083 + ], + [ + 82.546808, + 45.425925 + ], + [ + 82.281954, + 45.538772 + ], + [ + 82.266555, + 45.620015 + ], + [ + 82.289961, + 45.7166 + ], + [ + 82.340468, + 45.772552 + ], + [ + 82.342932, + 45.935076 + ], + [ + 82.461808, + 45.979999 + ], + [ + 82.518474, + 46.153938 + ], + [ + 82.726662, + 46.494818 + ], + [ + 82.829524, + 46.772551 + ], + [ + 82.876335, + 46.82375 + ], + [ + 82.937929, + 47.014193 + ], + [ + 82.993364, + 47.06557 + ], + [ + 83.02724, + 47.215341 + ], + [ + 83.15474, + 47.236063 + ], + [ + 83.257602, + 47.173057 + ], + [ + 83.370318, + 47.178751 + ], + [ + 83.418978, + 47.118934 + ], + [ + 83.463325, + 47.131961 + ], + [ + 83.576042, + 47.059049 + ], + [ + 83.766367, + 47.026838 + ], + [ + 83.932671, + 46.970117 + ], + [ + 84.002888, + 46.990527 + ], + [ + 84.086656, + 46.965217 + ], + [ + 84.195061, + 47.003586 + ], + [ + 84.37122, + 46.993384 + ], + [ + 84.425422, + 47.00889 + ], + [ + 84.506726, + 46.972975 + ], + [ + 84.748175, + 47.009706 + ], + [ + 84.849189, + 46.95705 + ], + [ + 84.934188, + 46.863857 + ], + [ + 84.987159, + 46.918239 + ], + [ + 85.082014, + 46.939895 + ], + [ + 85.276651, + 47.068831 + ], + [ + 85.325926, + 47.044781 + ], + [ + 85.545816, + 47.057826 + ], + [ + 85.582772, + 47.14295 + ], + [ + 85.682555, + 47.222655 + ], + [ + 85.675163, + 47.318063 + ], + [ + 85.701649, + 47.384138 + ], + [ + 85.614801, + 47.497853 + ], + [ + 85.617881, + 47.550781 + ], + [ + 85.547048, + 48.00833 + ], + [ + 85.529186, + 48.02714 + ], + [ + 85.587084, + 48.191738 + ], + [ + 85.678243, + 48.266272 + ], + [ + 85.695489, + 48.335129 + ], + [ + 85.791576, + 48.418986 + ], + [ + 85.916612, + 48.438043 + ], + [ + 86.225813, + 48.432485 + ], + [ + 86.305269, + 48.491999 + ], + [ + 86.416138, + 48.481688 + ], + [ + 86.579978, + 48.538768 + ], + [ + 86.640956, + 48.629012 + ], + [ + 86.780774, + 48.73133 + ], + [ + 86.754289, + 48.78458 + ], + [ + 86.822042, + 48.849193 + ], + [ + 86.757985, + 48.894844 + ], + [ + 86.732731, + 48.995444 + ], + [ + 86.836209, + 49.051159 + ], + [ + 86.88918, + 49.132656 + ], + [ + 87.088128, + 49.13383 + ], + [ + 87.112766, + 49.155748 + ], + [ + 87.239033, + 49.114644 + ], + [ + 87.388707, + 49.098193 + ], + [ + 87.43675, + 49.075073 + ], + [ + 87.511894, + 49.101718 + ], + [ + 87.49896, + 49.141268 + ], + [ + 87.821096, + 49.173745 + ], + [ + 87.867291, + 49.108769 + ], + [ + 87.833415, + 49.050374 + ], + [ + 87.911639, + 48.980132 + ], + [ + 87.87653, + 48.949099 + ], + [ + 87.763198, + 48.926697 + ], + [ + 87.742256, + 48.881074 + ], + [ + 87.93874, + 48.757765 + ], + [ + 88.029283, + 48.75027 + ], + [ + 88.089645, + 48.695009 + ], + [ + 88.027436, + 48.62743 + ], + [ + 87.96153, + 48.599344 + ], + [ + 88.041602, + 48.548275 + ], + [ + 88.10874, + 48.545898 + ], + [ + 88.196819, + 48.493982 + ], + [ + 88.363123, + 48.460267 + ], + [ + 88.443811, + 48.391579 + ], + [ + 88.503557, + 48.413029 + ], + [ + 88.605803, + 48.337914 + ], + [ + 88.575006, + 48.277423 + ], + [ + 88.663085, + 48.172189 + ], + [ + 88.79736, + 48.133869 + ], + [ + 88.824461, + 48.106708 + ], + [ + 88.939026, + 48.115497 + ], + [ + 89.078228, + 47.98711 + ], + [ + 89.231597, + 47.980301 + ], + [ + 89.38127, + 48.046344 + ], + [ + 89.569132, + 48.037943 + ], + [ + 89.651052, + 47.913774 + ], + [ + 89.735435, + 47.897329 + ], + [ + 89.761921, + 47.835916 + ], + [ + 89.957789, + 47.842743 + ], + [ + 89.960253, + 47.885694 + ], + [ + 90.086521, + 47.865628 + ], + [ + 90.07605, + 47.777646 + ], + [ + 90.13518, + 47.723337 + ], + [ + 90.331665, + 47.68146 + ], + [ + 90.398186, + 47.547551 + ], + [ + 90.468403, + 47.497853 + ], + [ + 90.468403, + 47.404795 + ], + [ + 90.526301, + 47.378871 + ], + [ + 90.488113, + 47.317252 + ], + [ + 90.56141, + 47.207212 + ], + [ + 90.767134, + 46.992568 + ], + [ + 90.901408, + 46.960725 + ], + [ + 90.958075, + 46.8794 + ], + [ + 90.942676, + 46.825797 + ], + [ + 91.054161, + 46.71761 + ], + [ + 91.017821, + 46.582483 + ], + [ + 91.079415, + 46.558626 + ], + [ + 90.983328, + 46.374823 + ], + [ + 90.900177, + 46.31204 + ], + [ + 91.021517, + 46.121185 + ], + [ + 91.028292, + 46.023224 + ], + [ + 90.850285, + 45.888035 + ], + [ + 90.714779, + 45.728714 + ], + [ + 90.676591, + 45.582339 + ], + [ + 90.671047, + 45.48762 + ], + [ + 90.772677, + 45.432223 + ], + [ + 90.804706, + 45.294756 + ], + [ + 90.877387, + 45.280865 + ], + [ + 90.881698, + 45.191964 + ], + [ + 91.007966, + 45.218522 + ], + [ + 91.129922, + 45.215993 + ], + [ + 91.242023, + 45.137544 + ], + [ + 91.37753, + 45.110947 + ], + [ + 91.448978, + 45.156533 + ], + [ + 91.561695, + 45.075466 + ], + [ + 91.694738, + 45.065325 + ], + [ + 91.803144, + 45.082649 + ], + [ + 92.100026, + 45.081381 + ], + [ + 92.240461, + 45.015859 + ], + [ + 92.315605, + 45.02897 + ], + [ + 92.501003, + 45.001054 + ], + [ + 92.779407, + 45.050532 + ], + [ + 92.884117, + 45.046727 + ], + [ + 92.932776, + 45.017551 + ], + [ + 93.174225, + 45.015436 + ], + [ + 93.434767, + 44.955343 + ], + [ + 93.509296, + 44.968044 + ], + [ + 93.716251, + 44.89434 + ], + [ + 93.723642, + 44.86551 + ], + [ + 94.215162, + 44.667978 + ], + [ + 94.329727, + 44.582811 + ], + [ + 94.359292, + 44.51544 + ], + [ + 94.470777, + 44.509466 + ], + [ + 94.606283, + 44.448418 + ], + [ + 94.722696, + 44.340681 + ], + [ + 94.945666, + 44.292734 + ], + [ + 94.998637, + 44.25332 + ], + [ + 95.398381, + 44.294447 + ], + [ + 95.326932, + 44.028756 + ], + [ + 95.527113, + 44.007243 + ], + [ + 95.623199, + 43.855567 + ], + [ + 95.735916, + 43.597437 + ], + [ + 95.857872, + 43.417779 + ], + [ + 95.880046, + 43.280289 + ], + [ + 95.921314, + 43.22974 + ], + [ + 96.363558, + 42.900586 + ], + [ + 96.386348, + 42.727655 + ], + [ + 96.103632, + 42.604026 + ], + [ + 96.02356, + 42.54234 + ], + [ + 95.978596, + 42.436892 + ], + [ + 96.06606, + 42.414367 + ], + [ + 96.040806, + 42.3264 + ], + [ + 96.178161, + 42.217929 + ], + [ + 96.077147, + 42.149652 + ], + [ + 96.13874, + 42.054207 + ], + [ + 96.117183, + 41.985753 + ], + [ + 96.038342, + 41.924794 + ], + [ + 95.855408, + 41.849516 + ], + [ + 95.677402, + 41.830795 + ], + [ + 95.57146, + 41.796011 + ], + [ + 95.39407, + 41.693333 + ], + [ + 95.29552, + 41.569456 + ], + [ + 95.135991, + 41.772811 + ], + [ + 94.861898, + 41.668309 + ], + [ + 94.750413, + 41.538114 + ], + [ + 94.534219, + 41.50586 + ], + [ + 94.184365, + 41.268392 + ], + [ + 94.01067, + 41.114857 + ], + [ + 93.809874, + 40.879583 + ], + [ + 93.820961, + 40.793574 + ], + [ + 93.760599, + 40.664804 + ], + [ + 93.506216, + 40.648464 + ], + [ + 92.928465, + 40.572609 + ], + [ + 92.906907, + 40.310773 + ], + [ + 92.796654, + 40.15364 + ], + [ + 92.745531, + 39.868137 + ], + [ + 92.639589, + 39.514543 + ], + [ + 92.52564, + 39.368528 + ], + [ + 92.339011, + 39.236575 + ], + [ + 92.366728, + 39.059322 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.38459, + 39.000758 + ], + [ + 92.263866, + 39.002153 + ], + [ + 92.173323, + 38.960758 + ], + [ + 91.966368, + 38.930976 + ], + [ + 91.87952, + 38.884417 + ], + [ + 91.446515, + 38.813588 + ], + [ + 91.307928, + 38.751089 + ], + [ + 90.831191, + 38.667982 + ], + [ + 90.619308, + 38.664245 + ], + [ + 90.610685, + 38.596003 + ], + [ + 90.463476, + 38.556711 + ], + [ + 90.424671, + 38.492114 + ], + [ + 90.315034, + 38.501948 + ], + [ + 90.111774, + 38.477595 + ], + [ + 90.137644, + 38.340692 + ], + [ + 90.280542, + 38.238315 + ], + [ + 90.352607, + 38.233615 + ], + [ + 90.361846, + 38.300322 + ], + [ + 90.530613, + 38.32004 + ], + [ + 90.516446, + 38.207291 + ], + [ + 90.519526, + 37.73089 + ], + [ + 90.776373, + 37.6504 + ], + [ + 90.882314, + 37.575513 + ], + [ + 90.863836, + 37.534246 + ], + [ + 90.958075, + 37.477763 + ], + [ + 91.057241, + 37.483936 + ], + [ + 91.099741, + 37.447843 + ], + [ + 91.134849, + 37.32614 + ], + [ + 91.192132, + 37.27807 + ], + [ + 91.1909, + 37.205669 + ], + [ + 91.280211, + 37.163721 + ], + [ + 91.303617, + 37.01242 + ], + [ + 91.181045, + 37.025318 + ], + [ + 90.983944, + 36.913458 + ], + [ + 90.853981, + 36.915371 + ], + [ + 90.735105, + 36.827778 + ], + [ + 90.720938, + 36.708912 + ], + [ + 90.7388, + 36.58746 + ], + [ + 91.035683, + 36.529788 + ], + [ + 91.05293, + 36.432608 + ], + [ + 91.026444, + 36.323738 + ], + [ + 91.07264, + 36.299149 + ], + [ + 91.124994, + 36.115693 + ], + [ + 91.09235, + 36.088621 + ], + [ + 90.979017, + 36.106992 + ], + [ + 90.922966, + 36.029126 + ], + [ + 90.841046, + 36.01848 + ], + [ + 90.776373, + 36.086203 + ], + [ + 90.66304, + 36.134058 + ], + [ + 90.526917, + 36.148553 + ], + [ + 90.430215, + 36.133091 + ], + [ + 90.234962, + 36.161597 + ], + [ + 90.128405, + 36.208923 + ], + [ + 90.145651, + 36.238849 + ], + [ + 90.028006, + 36.25815 + ], + [ + 89.999057, + 36.169809 + ], + [ + 89.937463, + 36.130675 + ], + [ + 89.941159, + 36.067343 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.490291, + 36.150969 + ], + [ + 89.375727, + 36.228231 + ], + [ + 89.287647, + 36.235954 + ], + [ + 89.232213, + 36.295774 + ], + [ + 89.127503, + 36.249465 + ], + [ + 89.10225, + 36.281305 + ], + [ + 88.964279, + 36.318917 + ], + [ + 88.926091, + 36.364221 + ], + [ + 88.802903, + 36.337717 + ], + [ + 88.783809, + 36.291916 + ], + [ + 88.623665, + 36.389271 + ], + [ + 88.573158, + 36.461005 + ], + [ + 88.470912, + 36.482175 + ], + [ + 88.365586, + 36.457636 + ], + [ + 88.241782, + 36.468704 + ], + [ + 88.134609, + 36.427313 + ], + [ + 87.983088, + 36.437903 + ], + [ + 87.949211, + 36.401312 + ], + [ + 87.731785, + 36.384936 + ], + [ + 87.570409, + 36.342536 + ], + [ + 87.470626, + 36.354102 + ], + [ + 87.460155, + 36.409498 + ], + [ + 87.361605, + 36.419128 + ], + [ + 87.306787, + 36.363739 + ], + [ + 87.193454, + 36.349283 + ], + [ + 87.149106, + 36.29722 + ], + [ + 86.996353, + 36.308793 + ], + [ + 86.887332, + 36.262492 + ], + [ + 86.862078, + 36.300114 + ], + [ + 86.746282, + 36.291916 + ], + [ + 86.701318, + 36.245122 + ], + [ + 86.515305, + 36.205543 + ], + [ + 86.392733, + 36.206992 + ], + [ + 86.187625, + 36.131158 + ], + [ + 86.199944, + 36.032513 + ], + [ + 86.132806, + 35.979271 + ], + [ + 86.060125, + 35.846008 + ], + [ + 85.949256, + 35.779049 + ], + [ + 85.811286, + 35.779049 + ], + [ + 85.65299, + 35.731465 + ], + [ + 85.613569, + 35.652257 + ], + [ + 85.372121, + 35.701346 + ], + [ + 85.271107, + 35.788757 + ], + [ + 85.159006, + 35.745549 + ], + [ + 85.053065, + 35.751862 + ], + [ + 84.729081, + 35.613353 + ], + [ + 84.448828, + 35.55058 + ], + [ + 84.45314, + 35.473141 + ], + [ + 84.335495, + 35.414647 + ], + [ + 84.1618, + 35.359039 + ], + [ + 84.095895, + 35.362943 + ], + [ + 84.005968, + 35.422449 + ], + [ + 83.885244, + 35.367334 + ], + [ + 83.677672, + 35.360991 + ], + [ + 83.622238, + 35.335614 + ], + [ + 83.451006, + 35.38197 + ], + [ + 83.242203, + 35.420011 + ], + [ + 83.127022, + 35.398554 + ], + [ + 83.067892, + 35.462908 + ], + [ + 82.998907, + 35.484348 + ], + [ + 82.960719, + 35.671702 + ], + [ + 82.788872, + 35.684824 + ], + [ + 82.731589, + 35.63767 + ], + [ + 82.628727, + 35.692114 + ], + [ + 82.424852, + 35.713006 + ], + [ + 82.336156, + 35.651284 + ], + [ + 82.328149, + 35.559342 + ], + [ + 82.033114, + 35.450236 + ], + [ + 82.05344, + 35.350255 + ], + [ + 81.927789, + 35.271158 + ], + [ + 81.736847, + 35.262365 + ], + [ + 81.675253, + 35.233536 + ], + [ + 81.513261, + 35.235002 + ], + [ + 81.494167, + 35.292161 + ], + [ + 81.362356, + 35.354647 + ], + [ + 81.219458, + 35.319016 + ], + [ + 81.09935, + 35.407333 + ], + [ + 81.031597, + 35.380506 + ], + [ + 81.026053, + 35.312181 + ], + [ + 80.844351, + 35.345375 + ], + [ + 80.689135, + 35.33903 + ], + [ + 80.65649, + 35.394165 + ], + [ + 80.516672, + 35.392214 + ], + [ + 80.412578, + 35.433663 + ], + [ + 80.321419, + 35.386848 + ], + [ + 80.268448, + 35.294114 + ], + [ + 80.362687, + 35.209096 + ], + [ + 80.257977, + 35.20323 + ], + [ + 80.23026, + 35.147476 + ], + [ + 80.118159, + 35.066222 + ], + [ + 80.031311, + 35.034384 + ], + [ + 80.034391, + 34.902 + ], + [ + 79.947544, + 34.820993 + ], + [ + 79.906892, + 34.683837 + ], + [ + 79.801566, + 34.478909 + ], + [ + 79.675914, + 34.451284 + ], + [ + 79.504683, + 34.454737 + ], + [ + 79.229358, + 34.413778 + ], + [ + 79.161605, + 34.441416 + ], + [ + 79.0107, + 34.399956 + ], + [ + 79.039649, + 34.33427 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 710000, + "name": "台湾省", + "center": [ + 121.509062, + 25.044332 + ], + "centroid": [ + 120.971486, + 23.749452 + ], + "childrenNum": 0, + "level": "province", + "subFeatureIndex": 31, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.443706, + 22.441042 + ], + [ + 120.297112, + 22.531154 + ], + [ + 120.20041, + 22.721137 + ], + [ + 120.131425, + 23.002313 + ], + [ + 120.018708, + 23.073342 + ], + [ + 120.108019, + 23.34115 + ], + [ + 120.12157, + 23.504758 + ], + [ + 120.095084, + 23.587583 + ], + [ + 120.102476, + 23.70104 + ], + [ + 120.175156, + 23.807282 + ], + [ + 120.245989, + 23.84067 + ], + [ + 120.278018, + 23.927657 + ], + [ + 120.68885, + 24.600764 + ], + [ + 120.82374, + 24.68832 + ], + [ + 120.89211, + 24.767665 + ], + [ + 120.914899, + 24.864876 + ], + [ + 121.024537, + 25.040639 + ], + [ + 121.209318, + 25.127342 + ], + [ + 121.371926, + 25.15984 + ], + [ + 121.444607, + 25.27081 + ], + [ + 121.53515, + 25.307597 + ], + [ + 121.62323, + 25.294614 + ], + [ + 121.745186, + 25.162007 + ], + [ + 121.917033, + 25.137634 + ], + [ + 121.947214, + 25.031965 + ], + [ + 122.012503, + 25.001602 + ], + [ + 121.844968, + 24.836101 + ], + [ + 121.841272, + 24.733977 + ], + [ + 121.892395, + 24.618171 + ], + [ + 121.88562, + 24.529477 + ], + [ + 121.809243, + 24.338818 + ], + [ + 121.643556, + 24.097633 + ], + [ + 121.65957, + 24.006934 + ], + [ + 121.621382, + 23.920547 + ], + [ + 121.522832, + 23.538772 + ], + [ + 121.479716, + 23.32247 + ], + [ + 121.415042, + 23.196039 + ], + [ + 121.430441, + 23.137181 + ], + [ + 121.370695, + 23.084351 + ], + [ + 121.324499, + 22.945574 + ], + [ + 121.170514, + 22.723345 + ], + [ + 121.03316, + 22.650477 + ], + [ + 120.914899, + 22.302718 + ], + [ + 120.907508, + 22.033426 + ], + [ + 120.86624, + 21.98461 + ], + [ + 120.873016, + 21.897477 + ], + [ + 120.701784, + 21.926898 + ], + [ + 120.651277, + 22.033426 + ], + [ + 120.640806, + 22.241259 + ], + [ + 120.569973, + 22.361938 + ], + [ + 120.443706, + 22.441042 + ] + ] + ], + [ + [ + [ + 119.646064, + 23.55084 + ], + [ + 119.609108, + 23.503661 + ], + [ + 119.566608, + 23.584842 + ], + [ + 119.678093, + 23.600195 + ], + [ + 119.646064, + 23.55084 + ] + ] + ], + [ + [ + [ + 123.491374, + 25.747089 + ], + [ + 123.496917, + 25.739005 + ], + [ + 123.495069, + 25.737927 + ], + [ + 123.494453, + 25.737927 + ], + [ + 123.492606, + 25.737388 + ], + [ + 123.480903, + 25.737927 + ], + [ + 123.480287, + 25.737388 + ], + [ + 123.46612, + 25.732537 + ], + [ + 123.465504, + 25.732537 + ], + [ + 123.491374, + 25.747089 + ] + ] + ], + [ + [ + [ + 123.549272, + 25.724991 + ], + [ + 123.549272, + 25.724991 + ], + [ + 123.546192, + 25.729303 + ], + [ + 123.546192, + 25.728764 + ], + [ + 123.549272, + 25.724991 + ] + ] + ], + [ + [ + [ + 123.690322, + 25.923187 + ], + [ + 123.691554, + 25.921572 + ], + [ + 123.690938, + 25.917267 + ], + [ + 123.690938, + 25.916729 + ], + [ + 123.690322, + 25.923187 + ] + ] + ], + [ + [ + [ + 123.559743, + 25.718523 + ], + [ + 123.559743, + 25.717984 + ], + [ + 123.548656, + 25.720679 + ], + [ + 123.549272, + 25.720679 + ], + [ + 123.559743, + 25.718523 + ] + ] + ], + [ + [ + [ + 121.510513, + 22.087215 + ], + [ + 121.573339, + 22.086106 + ], + [ + 121.594281, + 21.995152 + ], + [ + 121.510513, + 22.087215 + ] + ] + ], + [ + [ + [ + 123.559743, + 25.718523 + ], + [ + 123.560359, + 25.718523 + ], + [ + 123.560359, + 25.717984 + ], + [ + 123.559743, + 25.717984 + ], + [ + 123.559743, + 25.718523 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 810000, + "name": "香港特别行政区", + "center": [ + 114.173355, + 22.320048 + ], + "centroid": [ + 114.134394, + 22.377371 + ], + "childrenNum": 18, + "level": "province", + "subFeatureIndex": 32, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.031778, + 22.504071 + ], + [ + 114.044096, + 22.502413 + ], + [ + 114.045944, + 22.502413 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.232574, + 22.539997 + ], + [ + 114.232574, + 22.528944 + ], + [ + 114.263371, + 22.541654 + ], + [ + 114.263987, + 22.541654 + ], + [ + 114.271994, + 22.535023 + ], + [ + 114.28924, + 22.522864 + ], + [ + 114.355762, + 22.434958 + ], + [ + 114.406269, + 22.433299 + ], + [ + 114.406269, + 22.432746 + ], + [ + 114.356994, + 22.340356 + ], + [ + 114.323733, + 22.384622 + ], + [ + 114.315726, + 22.299951 + ], + [ + 114.315726, + 22.298843 + ], + [ + 114.248588, + 22.274484 + ], + [ + 114.265835, + 22.200825 + ], + [ + 114.195002, + 22.232951 + ], + [ + 114.120473, + 22.272269 + ], + [ + 114.121089, + 22.320985 + ], + [ + 114.034857, + 22.301058 + ], + [ + 114.026234, + 22.229628 + ], + [ + 113.848844, + 22.191961 + ], + [ + 113.898119, + 22.308808 + ], + [ + 114.015763, + 22.332054 + ], + [ + 113.920293, + 22.368024 + ], + [ + 113.918445, + 22.418366 + ], + [ + 114.031778, + 22.504071 + ] + ] + ], + [ + [ + [ + 114.350834, + 22.260087 + ], + [ + 114.355146, + 22.268393 + ], + [ + 114.355762, + 22.268393 + ], + [ + 114.350834, + 22.260087 + ] + ] + ], + [ + [ + [ + 114.320037, + 22.381303 + ], + [ + 114.320037, + 22.381856 + ], + [ + 114.319421, + 22.382409 + ], + [ + 114.323733, + 22.384622 + ], + [ + 114.320037, + 22.381303 + ] + ] + ], + [ + [ + [ + 114.372392, + 22.322645 + ], + [ + 114.372392, + 22.323752 + ], + [ + 114.37424, + 22.323199 + ], + [ + 114.372392, + 22.322645 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 820000, + "name": "澳门特别行政区", + "center": [ + 113.54909, + 22.198951 + ], + "centroid": [ + 113.56642, + 22.159262 + ], + "childrenNum": 8, + "level": "province", + "subFeatureIndex": 33, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.558736, + 22.213012 + ], + [ + 113.6037, + 22.132116 + ], + [ + 113.553809, + 22.107727 + ], + [ + 113.558736, + 22.213012 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 100000, + "name": "", + "adchar": "JD" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 122.51865306, + 23.46078502 + ], + [ + 122.51742454, + 23.45790762 + ], + [ + 122.51536697, + 23.45555069 + ], + [ + 122.51268178, + 23.45394494 + ], + [ + 122.50963181, + 23.45324755 + ], + [ + 122.5065156, + 23.45352678 + ], + [ + 122.5036382, + 23.45475531 + ], + [ + 122.50128127, + 23.45681287 + ], + [ + 122.49967552, + 23.45949807 + ], + [ + 122.49897813, + 23.46254804 + ], + [ + 122.49925737, + 23.46566424 + ], + [ + 122.77921829, + 24.57855302 + ], + [ + 122.78044682, + 24.58143041 + ], + [ + 122.78250438, + 24.58378734 + ], + [ + 122.78518957, + 24.5853931 + ], + [ + 122.78823955, + 24.58609049 + ], + [ + 122.79135575, + 24.58581125 + ], + [ + 122.79423315, + 24.58458272 + ], + [ + 122.79659008, + 24.58252516 + ], + [ + 122.79819583, + 24.57983997 + ], + [ + 122.79889322, + 24.57678999 + ], + [ + 122.79861399, + 24.57367379 + ], + [ + 122.51865306, + 23.46078502 + ] + ] + ], + [ + [ + [ + 121.17202617, + 20.8054593 + ], + [ + 121.16966862, + 20.80340244 + ], + [ + 121.16679085, + 20.80217478 + ], + [ + 121.16367457, + 20.80189649 + ], + [ + 121.1606248, + 20.8025948 + ], + [ + 121.1579401, + 20.80420136 + ], + [ + 121.15588324, + 20.80655891 + ], + [ + 121.15465558, + 20.80943668 + ], + [ + 121.15437729, + 20.81255297 + ], + [ + 121.1550756, + 20.81560273 + ], + [ + 121.15668216, + 20.81828744 + ], + [ + 121.89404403, + 21.70026162 + ], + [ + 121.89640158, + 21.70231847 + ], + [ + 121.89927934, + 21.70354613 + ], + [ + 121.90239563, + 21.70382443 + ], + [ + 121.9054454, + 21.70312611 + ], + [ + 121.9081301, + 21.70151955 + ], + [ + 121.91018696, + 21.699162 + ], + [ + 121.91141462, + 21.69628423 + ], + [ + 121.91169291, + 21.69316794 + ], + [ + 121.9109946, + 21.69011818 + ], + [ + 121.90938804, + 21.68743347 + ], + [ + 121.17202617, + 20.8054593 + ] + ] + ], + [ + [ + [ + 119.47366172, + 18.00707291 + ], + [ + 119.47175735, + 18.00459056 + ], + [ + 119.46917909, + 18.0028182 + ], + [ + 119.46617933, + 18.0019293 + ], + [ + 119.4630517, + 18.00201089 + ], + [ + 119.46010237, + 18.00305497 + ], + [ + 119.45762002, + 18.00495935 + ], + [ + 119.45584765, + 18.00753761 + ], + [ + 119.45495876, + 18.01053737 + ], + [ + 119.45504035, + 18.01366499 + ], + [ + 119.45608443, + 18.01661433 + ], + [ + 120.00812005, + 19.0335793 + ], + [ + 120.01002443, + 19.03606165 + ], + [ + 120.01260269, + 19.03783401 + ], + [ + 120.01560245, + 19.03872291 + ], + [ + 120.01873007, + 19.03864132 + ], + [ + 120.02167941, + 19.03759723 + ], + [ + 120.02416175, + 19.03569286 + ], + [ + 120.02593412, + 19.0331146 + ], + [ + 120.02682302, + 19.03011484 + ], + [ + 120.02674143, + 19.02698721 + ], + [ + 120.02569734, + 19.02403788 + ], + [ + 119.47366172, + 18.00707291 + ] + ] + ], + [ + [ + [ + 119.0726757, + 15.04098494 + ], + [ + 119.0726746, + 15.04083704 + ], + [ + 119.07218171, + 15.00751424 + ], + [ + 119.07164663, + 15.00443165 + ], + [ + 119.07018516, + 15.00166528 + ], + [ + 119.06794036, + 14.99948592 + ], + [ + 119.06513198, + 14.99810691 + ], + [ + 119.06203491, + 14.99766324 + ], + [ + 119.05895232, + 14.99819832 + ], + [ + 119.05618595, + 14.99965979 + ], + [ + 119.05400659, + 15.00190458 + ], + [ + 119.05262758, + 15.00471297 + ], + [ + 119.0521839, + 15.00781004 + ], + [ + 119.0526757, + 15.04105889 + ], + [ + 119.0526757, + 16.04388528 + ], + [ + 119.05316513, + 16.04697545 + ], + [ + 119.05458553, + 16.04976313 + ], + [ + 119.05679784, + 16.05197545 + ], + [ + 119.05958553, + 16.05339584 + ], + [ + 119.0626757, + 16.05388528 + ], + [ + 119.06576587, + 16.05339584 + ], + [ + 119.06855355, + 16.05197545 + ], + [ + 119.07076587, + 16.04976313 + ], + [ + 119.07218626, + 16.04697545 + ], + [ + 119.0726757, + 16.04388528 + ], + [ + 119.0726757, + 15.04098494 + ] + ] + ], + [ + [ + [ + 118.68646749, + 11.18959191 + ], + [ + 118.85557939, + 11.6136711 + ], + [ + 118.9698053, + 11.99151854 + ], + [ + 118.97116801, + 11.99433487 + ], + [ + 118.97333431, + 11.99659227 + ], + [ + 118.97609216, + 11.99806975 + ], + [ + 118.9791716, + 11.99862269 + ], + [ + 118.98227119, + 11.99819697 + ], + [ + 118.98508753, + 11.99683427 + ], + [ + 118.98734492, + 11.99466796 + ], + [ + 118.9888224, + 11.99191011 + ], + [ + 118.98937534, + 11.98883067 + ], + [ + 118.98894963, + 11.98573108 + ], + [ + 118.87459939, + 11.60747236 + ], + [ + 118.87431591, + 11.606662 + ], + [ + 118.70476212, + 11.18147468 + ], + [ + 118.70409227, + 11.18010771 + ], + [ + 118.54242469, + 10.9053354 + ], + [ + 118.54043581, + 10.90292022 + ], + [ + 118.53779795, + 10.90123786 + ], + [ + 118.53476931, + 10.90045298 + ], + [ + 118.53164636, + 10.90064241 + ], + [ + 118.5287348, + 10.90178762 + ], + [ + 118.52631962, + 10.9037765 + ], + [ + 118.52463726, + 10.90641436 + ], + [ + 118.52385237, + 10.909443 + ], + [ + 118.52404181, + 10.91256595 + ], + [ + 118.52518702, + 10.91547751 + ], + [ + 118.68646749, + 11.18959191 + ] + ] + ], + [ + [ + [ + 115.54466883, + 7.14672265 + ], + [ + 115.54229721, + 7.14468204 + ], + [ + 115.53941108, + 7.14347417 + ], + [ + 115.53629295, + 7.14321728 + ], + [ + 115.53324806, + 7.14393652 + ], + [ + 115.53057445, + 7.14556148 + ], + [ + 115.52853383, + 7.1479331 + ], + [ + 115.52732596, + 7.15081924 + ], + [ + 115.52706908, + 7.15393736 + ], + [ + 115.52778832, + 7.15698226 + ], + [ + 115.52941328, + 7.15965587 + ], + [ + 116.23523025, + 7.99221221 + ], + [ + 116.23760187, + 7.99425282 + ], + [ + 116.240488, + 7.99546069 + ], + [ + 116.24360613, + 7.99571758 + ], + [ + 116.24665102, + 7.99499834 + ], + [ + 116.24932463, + 7.99337338 + ], + [ + 116.25136525, + 7.99100176 + ], + [ + 116.25257312, + 7.98811563 + ], + [ + 116.25283001, + 7.9849975 + ], + [ + 116.25211077, + 7.98195261 + ], + [ + 116.2504858, + 7.979279 + ], + [ + 115.54466883, + 7.14672265 + ] + ] + ], + [ + [ + [ + 112.30705249, + 3.53487257 + ], + [ + 112.51501594, + 3.59753306 + ], + [ + 112.84361424, + 3.7506962 + ], + [ + 112.84662187, + 3.75155809 + ], + [ + 112.84974864, + 3.7514484 + ], + [ + 112.85268847, + 3.75037785 + ], + [ + 112.8551536, + 3.74845124 + ], + [ + 112.85690272, + 3.74585715 + ], + [ + 112.85776462, + 3.74284952 + ], + [ + 112.85765492, + 3.73972276 + ], + [ + 112.85658437, + 3.73678292 + ], + [ + 112.85465776, + 3.7343178 + ], + [ + 112.85206367, + 3.73256867 + ], + [ + 112.52281386, + 3.57910186 + ], + [ + 112.52147408, + 3.5785908 + ], + [ + 112.31248917, + 3.51562254 + ], + [ + 112.31181658, + 3.51544515 + ], + [ + 111.79132585, + 3.39736822 + ], + [ + 111.78820398, + 3.39716187 + ], + [ + 111.78517113, + 3.39793033 + ], + [ + 111.78252419, + 3.39959839 + ], + [ + 111.78052226, + 3.40200275 + ], + [ + 111.77936129, + 3.40490807 + ], + [ + 111.77915495, + 3.40802995 + ], + [ + 111.77992341, + 3.41106279 + ], + [ + 111.78159146, + 3.41370973 + ], + [ + 111.78399583, + 3.41571167 + ], + [ + 111.78690114, + 3.41687263 + ], + [ + 112.30705249, + 3.53487257 + ] + ] + ], + [ + [ + [ + 108.26055972, + 6.08912451 + ], + [ + 108.26004031, + 6.09098419 + ], + [ + 108.23638164, + 6.22427602 + ], + [ + 108.23630689, + 6.22476797 + ], + [ + 108.19687578, + 6.53630242 + ], + [ + 108.19679674, + 6.53760583 + ], + [ + 108.1987683, + 6.95072469 + ], + [ + 108.19897125, + 6.95268198 + ], + [ + 108.22460147, + 7.07791743 + ], + [ + 108.22570055, + 7.08084671 + ], + [ + 108.22765103, + 7.083293 + ], + [ + 108.230262, + 7.08501682 + ], + [ + 108.23327786, + 7.08584944 + ], + [ + 108.23640341, + 7.08570936 + ], + [ + 108.2393327, + 7.08461028 + ], + [ + 108.24177899, + 7.0826598 + ], + [ + 108.24350281, + 7.08004883 + ], + [ + 108.24433543, + 7.07703297 + ], + [ + 108.24419535, + 7.07390742 + ], + [ + 108.21876335, + 6.94964057 + ], + [ + 108.21679964, + 6.53816468 + ], + [ + 108.25611734, + 6.22752625 + ], + [ + 108.279563, + 6.09543449 + ], + [ + 108.30878645, + 6.01987736 + ], + [ + 108.30944469, + 6.0168187 + ], + [ + 108.30912553, + 6.01370633 + ], + [ + 108.30786022, + 6.01084492 + ], + [ + 108.30577262, + 6.00851455 + ], + [ + 108.30306706, + 6.00694335 + ], + [ + 108.3000084, + 6.00628511 + ], + [ + 108.29689603, + 6.00660426 + ], + [ + 108.29403462, + 6.00786957 + ], + [ + 108.29170425, + 6.00995718 + ], + [ + 108.29013305, + 6.01266273 + ], + [ + 108.26055972, + 6.08912451 + ] + ] + ], + [ + [ + [ + 110.12822847, + 11.36894451 + ], + [ + 110.18898148, + 11.48996382 + ], + [ + 110.23982347, + 11.61066468 + ], + [ + 110.28485499, + 11.78705054 + ], + [ + 110.3083549, + 11.94803461 + ], + [ + 110.3142445, + 12.14195265 + ], + [ + 110.312278, + 12.23998238 + ], + [ + 110.31270536, + 12.24308175 + ], + [ + 110.31406956, + 12.24589736 + ], + [ + 110.31623706, + 12.2481536 + ], + [ + 110.3189957, + 12.24962962 + ], + [ + 110.32207543, + 12.25018094 + ], + [ + 110.32517479, + 12.24975358 + ], + [ + 110.3279904, + 12.24838938 + ], + [ + 110.33024665, + 12.24622187 + ], + [ + 110.33172267, + 12.24346324 + ], + [ + 110.33227398, + 12.24038351 + ], + [ + 110.33424553, + 12.14210167 + ], + [ + 110.33424294, + 12.14159753 + ], + [ + 110.32832827, + 11.94685414 + ], + [ + 110.32822801, + 11.94571326 + ], + [ + 110.30456934, + 11.78364161 + ], + [ + 110.30436343, + 11.7826124 + ], + [ + 110.25901765, + 11.60499559 + ], + [ + 110.25854422, + 11.60358735 + ], + [ + 110.20728377, + 11.48189306 + ], + [ + 110.20700505, + 11.48128846 + ], + [ + 110.14588682, + 11.35954163 + ], + [ + 110.14541497, + 11.35870461 + ], + [ + 110.07246741, + 11.24270688 + ], + [ + 110.07040803, + 11.24035153 + ], + [ + 110.0677216, + 11.23874785 + ], + [ + 110.06467109, + 11.23805281 + ], + [ + 110.0615551, + 11.23833444 + ], + [ + 110.05867865, + 11.23956519 + ], + [ + 110.05632331, + 11.24162456 + ], + [ + 110.05471962, + 11.24431099 + ], + [ + 110.05402458, + 11.2473615 + ], + [ + 110.05430621, + 11.25047749 + ], + [ + 110.05553696, + 11.25335394 + ], + [ + 110.12822847, + 11.36894451 + ] + ] + ], + [ + [ + [ + 109.82951587, + 15.22896754 + ], + [ + 109.77065019, + 15.44468789 + ], + [ + 109.67264555, + 15.66561455 + ], + [ + 109.57455994, + 15.82609887 + ], + [ + 109.51574449, + 15.91095759 + ], + [ + 109.29314007, + 16.19491896 + ], + [ + 109.29161878, + 16.19765288 + ], + [ + 109.29101677, + 16.20072311 + ], + [ + 109.29139298, + 16.2038291 + ], + [ + 109.29271057, + 16.20666681 + ], + [ + 109.29484059, + 16.20895848 + ], + [ + 109.29757451, + 16.21047978 + ], + [ + 109.30064474, + 16.21108179 + ], + [ + 109.30375073, + 16.21070558 + ], + [ + 109.30658844, + 16.20938798 + ], + [ + 109.30888011, + 16.20725797 + ], + [ + 109.53166592, + 15.92306523 + ], + [ + 109.53201478, + 15.92259221 + ], + [ + 109.59116145, + 15.8372556 + ], + [ + 109.59147511, + 15.83677407 + ], + [ + 109.6900529, + 15.67548445 + ], + [ + 109.69066131, + 15.67432448 + ], + [ + 109.7892391, + 15.45210582 + ], + [ + 109.78974541, + 15.45068337 + ], + [ + 109.84889209, + 15.23393326 + ], + [ + 109.84903675, + 15.23333003 + ], + [ + 109.8648092, + 15.15722425 + ], + [ + 109.86495704, + 15.15409906 + ], + [ + 109.86413191, + 15.15108113 + ], + [ + 109.86241457, + 15.1484659 + ], + [ + 109.85997314, + 15.14650935 + ], + [ + 109.85704658, + 15.145403 + ], + [ + 109.85392139, + 15.14525516 + ], + [ + 109.85090347, + 15.14608029 + ], + [ + 109.84828823, + 15.14779763 + ], + [ + 109.84633168, + 15.15023907 + ], + [ + 109.84522534, + 15.15316562 + ], + [ + 109.82951587, + 15.22896754 + ] + ] + ] + ] + } + } + ] +}', 'admin', TO_DATE('2020-05-19 16:42:27', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-02-01 17:41:14', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1235113459258056705', '内蒙古地图', '内蒙古地图', '{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 150100, + "name": "呼和浩特市", + "center": [ + 111.670801, + 40.818311 + ], + "centroid": [ + 111.502117, + 40.596287 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 111.438183, + 39.640433 + ], + [ + 111.440784, + 39.672526 + ], + [ + 111.365058, + 39.721166 + ], + [ + 111.371417, + 39.791775 + ], + [ + 111.417083, + 39.829778 + ], + [ + 111.41506, + 39.864772 + ], + [ + 111.445409, + 39.899045 + ], + [ + 111.426332, + 39.949983 + ], + [ + 111.420263, + 40.02211 + ], + [ + 111.360433, + 40.10187 + ], + [ + 111.314188, + 40.150557 + ], + [ + 111.248289, + 40.164561 + ], + [ + 111.190483, + 40.216525 + ], + [ + 111.115624, + 40.255866 + ], + [ + 111.05406, + 40.264605 + ], + [ + 111.032961, + 40.296931 + ], + [ + 111.033828, + 40.315271 + ], + [ + 111.114757, + 40.331161 + ], + [ + 111.106664, + 40.38073 + ], + [ + 111.083253, + 40.425729 + ], + [ + 111.028337, + 40.429914 + ], + [ + 111.019955, + 40.459198 + ], + [ + 110.966195, + 40.471221 + ], + [ + 110.959547, + 40.496133 + ], + [ + 110.9081, + 40.481675 + ], + [ + 110.889024, + 40.511633 + ], + [ + 110.843068, + 40.534962 + ], + [ + 110.880064, + 40.586468 + ], + [ + 110.831217, + 40.586816 + ], + [ + 110.802025, + 40.612207 + ], + [ + 110.788441, + 40.687625 + ], + [ + 110.797112, + 40.759662 + ], + [ + 110.783527, + 40.79383 + ], + [ + 110.733814, + 40.785853 + ], + [ + 110.713004, + 40.810301 + ], + [ + 110.735548, + 40.827461 + ], + [ + 110.744797, + 40.919079 + ], + [ + 110.712137, + 40.939326 + ], + [ + 110.644792, + 40.920118 + ], + [ + 110.62774, + 40.988272 + ], + [ + 110.660978, + 41.008497 + ], + [ + 110.675719, + 41.049965 + ], + [ + 110.648261, + 41.109874 + ], + [ + 110.656065, + 41.166109 + ], + [ + 110.62774, + 41.166109 + ], + [ + 110.612999, + 41.208856 + ], + [ + 110.556927, + 41.232458 + ], + [ + 110.550857, + 41.288415 + ], + [ + 110.576003, + 41.332974 + ], + [ + 110.634098, + 41.311816 + ], + [ + 110.647105, + 41.33263 + ], + [ + 110.742196, + 41.385408 + ], + [ + 110.762139, + 41.373893 + ], + [ + 110.828905, + 41.383002 + ], + [ + 110.820523, + 41.358938 + ], + [ + 110.875728, + 41.356875 + ], + [ + 110.89596, + 41.334006 + ], + [ + 110.947697, + 41.31801 + ], + [ + 110.967351, + 41.347935 + ], + [ + 111.010706, + 41.334866 + ], + [ + 111.032094, + 41.300461 + ], + [ + 111.093947, + 41.286694 + ], + [ + 111.102618, + 41.308203 + ], + [ + 111.162447, + 41.28394 + ], + [ + 111.235283, + 41.240553 + ], + [ + 111.279794, + 41.290308 + ], + [ + 111.355231, + 41.313193 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.525181, + 41.331426 + ], + [ + 111.582409, + 41.306655 + ], + [ + 111.702646, + 41.29461 + ], + [ + 111.730104, + 41.310956 + ], + [ + 111.804096, + 41.259668 + ], + [ + 111.840514, + 41.252091 + ], + [ + 111.877221, + 41.129027 + ], + [ + 111.921732, + 41.095895 + ], + [ + 112.027517, + 41.048583 + ], + [ + 112.010175, + 41.014719 + ], + [ + 112.037055, + 40.96389 + ], + [ + 112.09515, + 40.943305 + ], + [ + 112.125788, + 40.955933 + ], + [ + 112.150933, + 40.879088 + ], + [ + 112.176079, + 40.85276 + ], + [ + 112.17868, + 40.811514 + ], + [ + 112.15209, + 40.764519 + ], + [ + 112.098619, + 40.74526 + ], + [ + 112.130412, + 40.697697 + ], + [ + 112.115672, + 40.658788 + ], + [ + 112.045148, + 40.655139 + ], + [ + 112.087925, + 40.618813 + ], + [ + 112.098619, + 40.583859 + ], + [ + 112.059022, + 40.584381 + ], + [ + 112.052374, + 40.55985 + ], + [ + 112.113648, + 40.508672 + ], + [ + 112.13706, + 40.508324 + ], + [ + 112.183305, + 40.466168 + ], + [ + 112.22348, + 40.452575 + ], + [ + 112.2177, + 40.42817 + ], + [ + 112.264523, + 40.38736 + ], + [ + 112.236198, + 40.353856 + ], + [ + 112.272616, + 40.357172 + ], + [ + 112.289379, + 40.281032 + ], + [ + 112.31019, + 40.25639 + ], + [ + 112.285622, + 40.198158 + ], + [ + 112.233018, + 40.170336 + ], + [ + 112.223191, + 40.128845 + ], + [ + 112.183594, + 40.083998 + ], + [ + 112.174923, + 40.05122 + ], + [ + 112.076363, + 39.919425 + ], + [ + 112.042547, + 39.886216 + ], + [ + 112.035032, + 39.854398 + ], + [ + 111.970578, + 39.79635 + ], + [ + 111.956416, + 39.687686 + ], + [ + 111.925489, + 39.667414 + ], + [ + 111.92838, + 39.610266 + ], + [ + 111.878955, + 39.605855 + ], + [ + 111.842537, + 39.620147 + ], + [ + 111.787621, + 39.589618 + ], + [ + 111.722589, + 39.606031 + ], + [ + 111.646574, + 39.644313 + ], + [ + 111.616515, + 39.633378 + ], + [ + 111.502059, + 39.663182 + ], + [ + 111.438183, + 39.640433 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150200, + "name": "包头市", + "center": [ + 109.840405, + 40.658168 + ], + "centroid": [ + 110.265618, + 41.560878 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.437509, + 40.513722 + ], + [ + 109.445602, + 40.540184 + ], + [ + 109.407739, + 40.628027 + ], + [ + 109.41641, + 40.708463 + ], + [ + 109.47913, + 40.749945 + ], + [ + 109.528554, + 40.732592 + ], + [ + 109.545607, + 40.742831 + ], + [ + 109.635496, + 40.738666 + ], + [ + 109.795908, + 40.76157 + ], + [ + 109.79822, + 40.795911 + ], + [ + 109.841575, + 40.835606 + ], + [ + 109.869322, + 40.841324 + ], + [ + 109.867299, + 40.878049 + ], + [ + 109.886953, + 40.924271 + ], + [ + 109.835216, + 40.945727 + ], + [ + 109.8251, + 40.994496 + ], + [ + 109.79822, + 41.008151 + ], + [ + 109.759779, + 40.999509 + ], + [ + 109.735211, + 41.036318 + ], + [ + 109.698794, + 41.036663 + ], + [ + 109.688099, + 41.07725 + ], + [ + 109.657462, + 41.115914 + ], + [ + 109.724806, + 41.115224 + ], + [ + 109.709488, + 41.152486 + ], + [ + 109.667578, + 41.199723 + ], + [ + 109.620466, + 41.275506 + ], + [ + 109.641565, + 41.31801 + ], + [ + 109.696192, + 41.322998 + ], + [ + 109.698794, + 41.379393 + ], + [ + 109.63116, + 41.426637 + ], + [ + 109.66411, + 41.49907 + ], + [ + 109.478263, + 41.499584 + ], + [ + 109.428838, + 41.552055 + ], + [ + 109.423636, + 41.634448 + ], + [ + 109.395022, + 41.697926 + ], + [ + 109.341551, + 41.742546 + ], + [ + 109.367853, + 41.765784 + ], + [ + 109.317272, + 41.80865 + ], + [ + 109.292127, + 41.854557 + ], + [ + 109.259177, + 41.868374 + ], + [ + 109.263513, + 41.889521 + ], + [ + 109.337216, + 41.898727 + ], + [ + 109.375079, + 41.932985 + ], + [ + 109.48809, + 42.077312 + ], + [ + 109.515548, + 42.139333 + ], + [ + 109.539248, + 42.147315 + ], + [ + 109.508611, + 42.263702 + ], + [ + 109.472482, + 42.314363 + ], + [ + 109.477396, + 42.345181 + ], + [ + 109.445313, + 42.379198 + ], + [ + 109.433463, + 42.427737 + ], + [ + 109.379414, + 42.447345 + ], + [ + 109.486934, + 42.458668 + ], + [ + 109.544162, + 42.472354 + ], + [ + 109.684053, + 42.558961 + ], + [ + 109.906029, + 42.635844 + ], + [ + 110.108351, + 42.642752 + ], + [ + 110.139566, + 42.674755 + ], + [ + 110.337552, + 42.738039 + ], + [ + 110.438135, + 42.690414 + ], + [ + 110.521954, + 42.62607 + ], + [ + 110.577159, + 42.573637 + ], + [ + 110.639012, + 42.491779 + ], + [ + 110.704911, + 42.470833 + ], + [ + 110.730057, + 42.442613 + ], + [ + 110.72312, + 42.393916 + ], + [ + 110.750867, + 42.294883 + ], + [ + 110.783238, + 42.239967 + ], + [ + 110.784683, + 42.176347 + ], + [ + 110.842201, + 42.119969 + ], + [ + 110.985849, + 41.9352 + ], + [ + 111.039609, + 41.822818 + ], + [ + 111.078917, + 41.78611 + ], + [ + 111.120827, + 41.771421 + ], + [ + 111.150886, + 41.735026 + ], + [ + 111.241353, + 41.671242 + ], + [ + 111.371128, + 41.635646 + ], + [ + 111.441362, + 41.524282 + ], + [ + 111.446565, + 41.472646 + ], + [ + 111.434136, + 41.425264 + ], + [ + 111.387313, + 41.378705 + ], + [ + 111.424887, + 41.346903 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.355231, + 41.313193 + ], + [ + 111.279794, + 41.290308 + ], + [ + 111.235283, + 41.240553 + ], + [ + 111.162447, + 41.28394 + ], + [ + 111.102618, + 41.308203 + ], + [ + 111.093947, + 41.286694 + ], + [ + 111.032094, + 41.300461 + ], + [ + 111.010706, + 41.334866 + ], + [ + 110.967351, + 41.347935 + ], + [ + 110.947697, + 41.31801 + ], + [ + 110.89596, + 41.334006 + ], + [ + 110.875728, + 41.356875 + ], + [ + 110.820523, + 41.358938 + ], + [ + 110.828905, + 41.383002 + ], + [ + 110.762139, + 41.373893 + ], + [ + 110.742196, + 41.385408 + ], + [ + 110.647105, + 41.33263 + ], + [ + 110.634098, + 41.311816 + ], + [ + 110.576003, + 41.332974 + ], + [ + 110.550857, + 41.288415 + ], + [ + 110.556927, + 41.232458 + ], + [ + 110.612999, + 41.208856 + ], + [ + 110.62774, + 41.166109 + ], + [ + 110.656065, + 41.166109 + ], + [ + 110.648261, + 41.109874 + ], + [ + 110.675719, + 41.049965 + ], + [ + 110.660978, + 41.008497 + ], + [ + 110.62774, + 40.988272 + ], + [ + 110.644792, + 40.920118 + ], + [ + 110.712137, + 40.939326 + ], + [ + 110.744797, + 40.919079 + ], + [ + 110.735548, + 40.827461 + ], + [ + 110.713004, + 40.810301 + ], + [ + 110.733814, + 40.785853 + ], + [ + 110.783527, + 40.79383 + ], + [ + 110.797112, + 40.759662 + ], + [ + 110.788441, + 40.687625 + ], + [ + 110.802025, + 40.612207 + ], + [ + 110.831217, + 40.586816 + ], + [ + 110.880064, + 40.586468 + ], + [ + 110.843068, + 40.534962 + ], + [ + 110.889024, + 40.511633 + ], + [ + 110.9081, + 40.481675 + ], + [ + 110.959547, + 40.496133 + ], + [ + 110.966195, + 40.471221 + ], + [ + 111.019955, + 40.459198 + ], + [ + 111.028337, + 40.429914 + ], + [ + 111.083253, + 40.425729 + ], + [ + 111.106664, + 40.38073 + ], + [ + 111.114757, + 40.331161 + ], + [ + 111.033828, + 40.315271 + ], + [ + 111.032961, + 40.296931 + ], + [ + 110.999144, + 40.26111 + ], + [ + 110.945963, + 40.270373 + ], + [ + 110.914458, + 40.244678 + ], + [ + 110.837287, + 40.289943 + ], + [ + 110.816477, + 40.266178 + ], + [ + 110.782371, + 40.274042 + ], + [ + 110.768787, + 40.299726 + ], + [ + 110.702021, + 40.325399 + ], + [ + 110.636699, + 40.308634 + ], + [ + 110.570222, + 40.340589 + ], + [ + 110.510971, + 40.389279 + ], + [ + 110.488137, + 40.369563 + ], + [ + 110.472241, + 40.404978 + ], + [ + 110.45172, + 40.391896 + ], + [ + 110.369057, + 40.444383 + ], + [ + 110.357495, + 40.462509 + ], + [ + 110.319054, + 40.445777 + ], + [ + 110.296799, + 40.492823 + ], + [ + 110.249398, + 40.475054 + ], + [ + 110.247953, + 40.521209 + ], + [ + 110.18321, + 40.554282 + ], + [ + 110.164712, + 40.513722 + ], + [ + 110.035804, + 40.534266 + ], + [ + 109.996207, + 40.510588 + ], + [ + 109.910075, + 40.532003 + ], + [ + 109.866143, + 40.509891 + ], + [ + 109.802267, + 40.509717 + ], + [ + 109.708621, + 40.477494 + ], + [ + 109.667, + 40.500139 + ], + [ + 109.635496, + 40.546798 + ], + [ + 109.580291, + 40.553586 + ], + [ + 109.519883, + 40.514244 + ], + [ + 109.437509, + 40.513722 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150300, + "name": "乌海市", + "center": [ + 106.825563, + 39.673734 + ], + "centroid": [ + 106.872209, + 39.425058 + ], + "childrenNum": 3, + "level": "city", + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.967739, + 39.052388 + ], + [ + 106.933344, + 39.076396 + ], + [ + 106.881318, + 39.090263 + ], + [ + 106.853571, + 39.116569 + ], + [ + 106.825535, + 39.193828 + ], + [ + 106.796054, + 39.214239 + ], + [ + 106.806748, + 39.318684 + ], + [ + 106.781603, + 39.371822 + ], + [ + 106.750965, + 39.381559 + ], + [ + 106.73449, + 39.437303 + ], + [ + 106.635064, + 39.476209 + ], + [ + 106.611074, + 39.543005 + ], + [ + 106.637376, + 39.573731 + ], + [ + 106.755012, + 39.626851 + ], + [ + 106.795476, + 39.689449 + ], + [ + 106.757324, + 39.710595 + ], + [ + 106.766573, + 39.763787 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.768885, + 39.86653 + ], + [ + 106.778712, + 39.811131 + ], + [ + 106.86282, + 39.842793 + ], + [ + 106.871491, + 39.865475 + ], + [ + 106.933922, + 39.914506 + ], + [ + 106.963403, + 39.902383 + ], + [ + 106.965137, + 39.859673 + ], + [ + 106.9345, + 39.858794 + ], + [ + 106.875827, + 39.795822 + ], + [ + 106.899238, + 39.755687 + ], + [ + 106.91369, + 39.682046 + ], + [ + 106.875827, + 39.672526 + ], + [ + 106.911956, + 39.627027 + ], + [ + 106.931899, + 39.576732 + ], + [ + 106.935945, + 39.517213 + ], + [ + 106.965426, + 39.420142 + ], + [ + 106.952131, + 39.409171 + ], + [ + 106.943749, + 39.299367 + ], + [ + 107.034505, + 39.251318 + ], + [ + 107.060229, + 39.222401 + ], + [ + 107.136533, + 39.27969 + ], + [ + 107.139134, + 39.226127 + ], + [ + 107.11659, + 39.205365 + ], + [ + 107.103583, + 39.136113 + ], + [ + 107.087976, + 39.113903 + ], + [ + 107.077859, + 39.045273 + ], + [ + 107.06283, + 39.061458 + ], + [ + 107.033349, + 39.036734 + ], + [ + 106.967739, + 39.052388 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150400, + "name": "赤峰市", + "center": [ + 118.956806, + 42.275317 + ], + "centroid": [ + 118.878117, + 43.240534 + ], + "childrenNum": 12, + "level": "city", + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.886032, + 42.270651 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.883719, + 42.24268 + ], + [ + 120.829382, + 42.252514 + ], + [ + 120.820711, + 42.228096 + ], + [ + 120.745273, + 42.223517 + ], + [ + 120.722151, + 42.203669 + ], + [ + 120.624748, + 42.154447 + ], + [ + 120.584283, + 42.16718 + ], + [ + 120.466647, + 42.105357 + ], + [ + 120.493527, + 42.072552 + ], + [ + 120.450751, + 42.057248 + ], + [ + 120.456531, + 42.016251 + ], + [ + 120.374447, + 41.994466 + ], + [ + 120.28687, + 41.934859 + ], + [ + 120.260279, + 41.904183 + ], + [ + 120.300455, + 41.888157 + ], + [ + 120.251608, + 41.883894 + ], + [ + 120.128192, + 41.773471 + ], + [ + 120.138308, + 41.729215 + ], + [ + 120.09611, + 41.697071 + ], + [ + 120.036858, + 41.708016 + ], + [ + 120.024719, + 41.738615 + ], + [ + 120.050443, + 41.776033 + ], + [ + 120.041772, + 41.818721 + ], + [ + 120.023274, + 41.816502 + ], + [ + 119.985122, + 41.904694 + ], + [ + 119.954484, + 41.920375 + ], + [ + 119.954484, + 41.968246 + ], + [ + 119.924425, + 41.989189 + ], + [ + 119.869798, + 42.083432 + ], + [ + 119.84552, + 42.097199 + ], + [ + 119.839739, + 42.148674 + ], + [ + 119.854769, + 42.170236 + ], + [ + 119.846676, + 42.215205 + ], + [ + 119.744648, + 42.211643 + ], + [ + 119.67239, + 42.241663 + ], + [ + 119.616896, + 42.252683 + ], + [ + 119.608514, + 42.277091 + ], + [ + 119.541459, + 42.292172 + ], + [ + 119.572096, + 42.359399 + ], + [ + 119.50244, + 42.387995 + ], + [ + 119.488277, + 42.351444 + ], + [ + 119.41573, + 42.309621 + ], + [ + 119.346652, + 42.299965 + ], + [ + 119.28451, + 42.265227 + ], + [ + 119.237976, + 42.200954 + ], + [ + 119.276417, + 42.186021 + ], + [ + 119.314859, + 42.119799 + ], + [ + 119.352433, + 42.11827 + ], + [ + 119.385093, + 42.089551 + ], + [ + 119.374399, + 42.021016 + ], + [ + 119.324686, + 41.969268 + ], + [ + 119.340871, + 41.921568 + ], + [ + 119.334513, + 41.869398 + ], + [ + 119.312835, + 41.805747 + ], + [ + 119.290002, + 41.783378 + ], + [ + 119.317749, + 41.763222 + ], + [ + 119.299829, + 41.711435 + ], + [ + 119.307922, + 41.657554 + ], + [ + 119.342606, + 41.618012 + ], + [ + 119.416019, + 41.590096 + ], + [ + 119.414863, + 41.562339 + ], + [ + 119.361971, + 41.566451 + ], + [ + 119.404458, + 41.510734 + ], + [ + 119.403302, + 41.475221 + ], + [ + 119.377867, + 41.459774 + ], + [ + 119.376422, + 41.422172 + ], + [ + 119.309945, + 41.406026 + ], + [ + 119.326131, + 41.329362 + ], + [ + 119.252139, + 41.325578 + ], + [ + 119.197801, + 41.282907 + ], + [ + 119.155024, + 41.297708 + ], + [ + 119.093172, + 41.293578 + ], + [ + 118.974669, + 41.306483 + ], + [ + 118.89085, + 41.300805 + ], + [ + 118.844894, + 41.342432 + ], + [ + 118.839691, + 41.374237 + ], + [ + 118.770035, + 41.353093 + ], + [ + 118.741999, + 41.32403 + ], + [ + 118.676967, + 41.350514 + ], + [ + 118.629855, + 41.346387 + ], + [ + 118.519156, + 41.353781 + ], + [ + 118.412503, + 41.331942 + ], + [ + 118.380132, + 41.31216 + ], + [ + 118.349206, + 41.342776 + ], + [ + 118.361056, + 41.384892 + ], + [ + 118.32695, + 41.450848 + ], + [ + 118.272034, + 41.471273 + ], + [ + 118.315678, + 41.512449 + ], + [ + 118.301515, + 41.569707 + ], + [ + 118.230414, + 41.582215 + ], + [ + 118.209893, + 41.610649 + ], + [ + 118.206713, + 41.650708 + ], + [ + 118.169139, + 41.670729 + ], + [ + 118.130698, + 41.742375 + ], + [ + 118.140236, + 41.784061 + ], + [ + 118.16596, + 41.813259 + ], + [ + 118.235905, + 41.807625 + ], + [ + 118.246889, + 41.773984 + ], + [ + 118.292266, + 41.772788 + ], + [ + 118.340246, + 41.872468 + ], + [ + 118.268855, + 41.930088 + ], + [ + 118.30614, + 41.939971 + ], + [ + 118.313944, + 41.988167 + ], + [ + 118.23764, + 42.022887 + ], + [ + 118.296891, + 42.048405 + ], + [ + 118.272323, + 42.083262 + ], + [ + 118.226656, + 42.090231 + ], + [ + 118.220298, + 42.058609 + ], + [ + 118.189082, + 42.030544 + ], + [ + 118.125206, + 42.032926 + ], + [ + 118.155266, + 42.081222 + ], + [ + 118.088789, + 42.117081 + ], + [ + 118.106419, + 42.171934 + ], + [ + 118.033584, + 42.199088 + ], + [ + 117.96913, + 42.245562 + ], + [ + 118.047457, + 42.28065 + ], + [ + 118.059885, + 42.298271 + ], + [ + 118.016242, + 42.333329 + ], + [ + 118.024335, + 42.384781 + ], + [ + 117.997744, + 42.416747 + ], + [ + 117.874038, + 42.510185 + ], + [ + 117.855829, + 42.540063 + ], + [ + 117.797734, + 42.585274 + ], + [ + 117.779814, + 42.618655 + ], + [ + 117.707267, + 42.587972 + ], + [ + 117.667381, + 42.582407 + ], + [ + 117.600326, + 42.602978 + ], + [ + 117.539918, + 42.605507 + ], + [ + 117.520264, + 42.59185 + ], + [ + 117.473441, + 42.602472 + ], + [ + 117.435289, + 42.585442 + ], + [ + 117.433266, + 42.555755 + ], + [ + 117.39627, + 42.53635 + ], + [ + 117.413034, + 42.471171 + ], + [ + 117.332105, + 42.46154 + ], + [ + 117.286727, + 42.479787 + ], + [ + 117.176028, + 42.465596 + ], + [ + 117.095389, + 42.484178 + ], + [ + 117.078625, + 42.460189 + ], + [ + 117.016772, + 42.456471 + ], + [ + 116.993939, + 42.425708 + ], + [ + 116.893645, + 42.387826 + ], + [ + 116.907807, + 42.443965 + ], + [ + 116.875725, + 42.482996 + ], + [ + 116.885552, + 42.534662 + ], + [ + 116.82052, + 42.546981 + ], + [ + 116.801444, + 42.582913 + ], + [ + 116.699127, + 42.592019 + ], + [ + 116.669357, + 42.555755 + ], + [ + 116.638141, + 42.577179 + ], + [ + 116.63554, + 42.614609 + ], + [ + 116.58785, + 42.599775 + ], + [ + 116.619354, + 42.671387 + ], + [ + 116.67427, + 42.761586 + ], + [ + 116.666177, + 42.81655 + ], + [ + 116.673981, + 42.889758 + ], + [ + 116.664732, + 42.933038 + ], + [ + 116.580624, + 42.985336 + ], + [ + 116.500852, + 43.01532 + ], + [ + 116.503742, + 43.04914 + ], + [ + 116.436109, + 43.077922 + ], + [ + 116.419345, + 43.104015 + ], + [ + 116.356336, + 43.156835 + ], + [ + 116.37021, + 43.243323 + ], + [ + 116.413853, + 43.258003 + ], + [ + 116.436398, + 43.328188 + ], + [ + 116.518194, + 43.365664 + ], + [ + 116.59681, + 43.410605 + ], + [ + 116.621956, + 43.505039 + ], + [ + 116.681207, + 43.517165 + ], + [ + 116.734967, + 43.509026 + ], + [ + 116.790461, + 43.484436 + ], + [ + 116.830636, + 43.5067 + ], + [ + 116.804912, + 43.565147 + ], + [ + 116.812138, + 43.612593 + ], + [ + 116.837284, + 43.614086 + ], + [ + 116.858383, + 43.657351 + ], + [ + 116.971683, + 43.673422 + ], + [ + 117.053768, + 43.753384 + ], + [ + 117.001164, + 43.782495 + ], + [ + 116.986135, + 43.840343 + ], + [ + 117.013304, + 43.85075 + ], + [ + 117.000008, + 43.912328 + ], + [ + 117.031802, + 43.942845 + ], + [ + 117.022264, + 43.969721 + ], + [ + 116.970816, + 43.988674 + ], + [ + 116.961567, + 44.024752 + ], + [ + 117.011281, + 44.057681 + ], + [ + 117.120823, + 44.179195 + ], + [ + 117.166201, + 44.192662 + ], + [ + 117.206666, + 44.220081 + ], + [ + 117.452631, + 44.235017 + ], + [ + 117.522866, + 44.226811 + ], + [ + 117.550613, + 44.187736 + ], + [ + 117.634721, + 44.14847 + ], + [ + 117.624894, + 44.128745 + ], + [ + 117.686746, + 44.095033 + ], + [ + 117.643392, + 44.042207 + ], + [ + 117.700331, + 44.016353 + ], + [ + 117.790219, + 44.019482 + ], + [ + 117.827793, + 44.063113 + ], + [ + 117.859876, + 44.072987 + ], + [ + 117.904098, + 44.121182 + ], + [ + 117.962193, + 44.121182 + ], + [ + 118.06162, + 44.100461 + ], + [ + 118.116825, + 44.132362 + ], + [ + 118.128675, + 44.190692 + ], + [ + 118.148907, + 44.215157 + ], + [ + 118.172608, + 44.204321 + ], + [ + 118.19284, + 44.242565 + ], + [ + 118.237351, + 44.279144 + ], + [ + 118.214228, + 44.306195 + ], + [ + 118.250935, + 44.337493 + ], + [ + 118.34198, + 44.319961 + ], + [ + 118.414816, + 44.322419 + ], + [ + 118.428111, + 44.346174 + ], + [ + 118.466552, + 44.354036 + ], + [ + 118.476957, + 44.399383 + ], + [ + 118.544591, + 44.411165 + ], + [ + 118.54777, + 44.442243 + ], + [ + 118.596038, + 44.468728 + ], + [ + 118.635635, + 44.472814 + ], + [ + 118.659336, + 44.453361 + ], + [ + 118.75067, + 44.477554 + ], + [ + 118.789111, + 44.46317 + ], + [ + 118.816569, + 44.49128 + ], + [ + 118.904723, + 44.516436 + ], + [ + 118.981606, + 44.566064 + ], + [ + 119.001549, + 44.648248 + ], + [ + 118.96831, + 44.691087 + ], + [ + 118.926112, + 44.7046 + ], + [ + 118.97149, + 44.729827 + ], + [ + 119.001549, + 44.713879 + ], + [ + 119.074674, + 44.712739 + ], + [ + 119.148377, + 44.731617 + ], + [ + 119.125832, + 44.762199 + ], + [ + 119.173233, + 44.76041 + ], + [ + 119.14751, + 44.808692 + ], + [ + 119.067448, + 44.870895 + ], + [ + 119.082188, + 44.938381 + ], + [ + 119.107334, + 44.920543 + ], + [ + 119.146642, + 44.924922 + ], + [ + 119.224681, + 44.909676 + ], + [ + 119.230172, + 44.9353 + ], + [ + 119.18624, + 44.952971 + ], + [ + 119.15329, + 44.992993 + ], + [ + 119.171788, + 45.015989 + ], + [ + 119.208495, + 44.997366 + ], + [ + 119.231907, + 45.019065 + ], + [ + 119.196934, + 45.03234 + ], + [ + 119.156759, + 45.074409 + ], + [ + 119.159071, + 45.099959 + ], + [ + 119.215432, + 45.152802 + ], + [ + 119.28769, + 45.121943 + ], + [ + 119.293181, + 45.087347 + ], + [ + 119.342027, + 45.076026 + ], + [ + 119.373243, + 45.105456 + ], + [ + 119.360814, + 45.165884 + ], + [ + 119.311101, + 45.186551 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.33827, + 45.252214 + ], + [ + 119.492324, + 45.223829 + ], + [ + 119.507642, + 45.194622 + ], + [ + 119.634816, + 45.121619 + ], + [ + 119.668633, + 45.084436 + ], + [ + 119.708519, + 44.989429 + ], + [ + 119.751874, + 44.925895 + ], + [ + 119.848988, + 44.894751 + ], + [ + 119.864307, + 44.873329 + ], + [ + 119.927604, + 44.846379 + ], + [ + 119.9409, + 44.826401 + ], + [ + 120.076166, + 44.72641 + ], + [ + 120.082236, + 44.687668 + ], + [ + 120.116342, + 44.652484 + ], + [ + 120.180796, + 44.635373 + ], + [ + 120.156517, + 44.598853 + ], + [ + 120.206519, + 44.571938 + ], + [ + 120.2123, + 44.552355 + ], + [ + 120.28687, + 44.517253 + ], + [ + 120.325022, + 44.440444 + ], + [ + 120.312016, + 44.418363 + ], + [ + 120.339185, + 44.39071 + ], + [ + 120.378493, + 44.38629 + ], + [ + 120.38832, + 44.337656 + ], + [ + 120.454508, + 44.262416 + ], + [ + 120.496707, + 44.249292 + ], + [ + 120.560872, + 44.261432 + ], + [ + 120.574456, + 44.235017 + ], + [ + 120.645847, + 44.235017 + ], + [ + 120.653651, + 44.185765 + ], + [ + 120.688912, + 44.18248 + ], + [ + 120.706543, + 44.129238 + ], + [ + 120.746141, + 44.113783 + ], + [ + 120.708856, + 44.081543 + ], + [ + 120.693537, + 44.037268 + ], + [ + 120.774466, + 43.935588 + ], + [ + 120.795854, + 43.885756 + ], + [ + 120.787472, + 43.814401 + ], + [ + 120.836029, + 43.788613 + ], + [ + 120.876783, + 43.739485 + ], + [ + 120.940659, + 43.693961 + ], + [ + 120.964359, + 43.654037 + ], + [ + 120.93141, + 43.611101 + ], + [ + 120.864354, + 43.593188 + ], + [ + 120.807993, + 43.559504 + ], + [ + 120.758569, + 43.54307 + ], + [ + 120.753366, + 43.525967 + ], + [ + 120.694404, + 43.488424 + ], + [ + 120.654807, + 43.451024 + ], + [ + 120.60018, + 43.427241 + ], + [ + 120.464046, + 43.400787 + ], + [ + 120.426761, + 43.380149 + ], + [ + 120.504222, + 43.380315 + ], + [ + 120.607406, + 43.393798 + ], + [ + 120.644402, + 43.409607 + ], + [ + 120.705387, + 43.410439 + ], + [ + 120.772153, + 43.42824 + ], + [ + 120.762904, + 43.406112 + ], + [ + 120.721284, + 43.393964 + ], + [ + 120.666368, + 43.325022 + ], + [ + 120.627927, + 43.318523 + ], + [ + 120.631973, + 43.295856 + ], + [ + 120.589486, + 43.276849 + ], + [ + 120.574745, + 43.240486 + ], + [ + 120.535148, + 43.226803 + ], + [ + 120.507979, + 43.196254 + ], + [ + 120.47474, + 43.184899 + ], + [ + 120.451907, + 43.131434 + ], + [ + 120.386008, + 43.102008 + ], + [ + 120.3467, + 43.058512 + ], + [ + 120.387164, + 42.986342 + ], + [ + 120.430519, + 42.986174 + ], + [ + 120.403061, + 42.93723 + ], + [ + 120.420403, + 42.914757 + ], + [ + 120.396413, + 42.885563 + ], + [ + 120.42416, + 42.8671 + ], + [ + 120.462023, + 42.756541 + ], + [ + 120.484856, + 42.725926 + ], + [ + 120.512892, + 42.649154 + ], + [ + 120.564918, + 42.598089 + ], + [ + 120.568386, + 42.540569 + ], + [ + 120.653073, + 42.465089 + ], + [ + 120.666079, + 42.442275 + ], + [ + 120.768685, + 42.393916 + ], + [ + 120.766951, + 42.366168 + ], + [ + 120.84181, + 42.309282 + ], + [ + 120.861175, + 42.269465 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.886032, + 42.270651 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150500, + "name": "通辽市", + "center": [ + 122.263119, + 43.617429 + ], + "centroid": [ + 121.569877, + 43.834478 + ], + "childrenNum": 8, + "level": "city", + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.886032, + 42.270651 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.861175, + 42.269465 + ], + [ + 120.84181, + 42.309282 + ], + [ + 120.766951, + 42.366168 + ], + [ + 120.768685, + 42.393916 + ], + [ + 120.666079, + 42.442275 + ], + [ + 120.653073, + 42.465089 + ], + [ + 120.568386, + 42.540569 + ], + [ + 120.564918, + 42.598089 + ], + [ + 120.512892, + 42.649154 + ], + [ + 120.484856, + 42.725926 + ], + [ + 120.462023, + 42.756541 + ], + [ + 120.42416, + 42.8671 + ], + [ + 120.396413, + 42.885563 + ], + [ + 120.420403, + 42.914757 + ], + [ + 120.403061, + 42.93723 + ], + [ + 120.430519, + 42.986174 + ], + [ + 120.387164, + 42.986342 + ], + [ + 120.3467, + 43.058512 + ], + [ + 120.386008, + 43.102008 + ], + [ + 120.451907, + 43.131434 + ], + [ + 120.47474, + 43.184899 + ], + [ + 120.507979, + 43.196254 + ], + [ + 120.535148, + 43.226803 + ], + [ + 120.574745, + 43.240486 + ], + [ + 120.589486, + 43.276849 + ], + [ + 120.631973, + 43.295856 + ], + [ + 120.627927, + 43.318523 + ], + [ + 120.666368, + 43.325022 + ], + [ + 120.721284, + 43.393964 + ], + [ + 120.762904, + 43.406112 + ], + [ + 120.772153, + 43.42824 + ], + [ + 120.705387, + 43.410439 + ], + [ + 120.644402, + 43.409607 + ], + [ + 120.607406, + 43.393798 + ], + [ + 120.504222, + 43.380315 + ], + [ + 120.426761, + 43.380149 + ], + [ + 120.464046, + 43.400787 + ], + [ + 120.60018, + 43.427241 + ], + [ + 120.654807, + 43.451024 + ], + [ + 120.694404, + 43.488424 + ], + [ + 120.753366, + 43.525967 + ], + [ + 120.758569, + 43.54307 + ], + [ + 120.807993, + 43.559504 + ], + [ + 120.864354, + 43.593188 + ], + [ + 120.93141, + 43.611101 + ], + [ + 120.964359, + 43.654037 + ], + [ + 120.940659, + 43.693961 + ], + [ + 120.876783, + 43.739485 + ], + [ + 120.836029, + 43.788613 + ], + [ + 120.787472, + 43.814401 + ], + [ + 120.795854, + 43.885756 + ], + [ + 120.774466, + 43.935588 + ], + [ + 120.693537, + 44.037268 + ], + [ + 120.708856, + 44.081543 + ], + [ + 120.746141, + 44.113783 + ], + [ + 120.706543, + 44.129238 + ], + [ + 120.688912, + 44.18248 + ], + [ + 120.653651, + 44.185765 + ], + [ + 120.645847, + 44.235017 + ], + [ + 120.574456, + 44.235017 + ], + [ + 120.560872, + 44.261432 + ], + [ + 120.496707, + 44.249292 + ], + [ + 120.454508, + 44.262416 + ], + [ + 120.38832, + 44.337656 + ], + [ + 120.378493, + 44.38629 + ], + [ + 120.339185, + 44.39071 + ], + [ + 120.312016, + 44.418363 + ], + [ + 120.325022, + 44.440444 + ], + [ + 120.28687, + 44.517253 + ], + [ + 120.2123, + 44.552355 + ], + [ + 120.206519, + 44.571938 + ], + [ + 120.156517, + 44.598853 + ], + [ + 120.180796, + 44.635373 + ], + [ + 120.116342, + 44.652484 + ], + [ + 120.082236, + 44.687668 + ], + [ + 120.076166, + 44.72641 + ], + [ + 119.9409, + 44.826401 + ], + [ + 119.927604, + 44.846379 + ], + [ + 119.864307, + 44.873329 + ], + [ + 119.848988, + 44.894751 + ], + [ + 119.751874, + 44.925895 + ], + [ + 119.708519, + 44.989429 + ], + [ + 119.668633, + 45.084436 + ], + [ + 119.634816, + 45.121619 + ], + [ + 119.507642, + 45.194622 + ], + [ + 119.492324, + 45.223829 + ], + [ + 119.33827, + 45.252214 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.248381, + 45.304111 + ], + [ + 119.313413, + 45.385244 + ], + [ + 119.304742, + 45.468029 + ], + [ + 119.396943, + 45.511863 + ], + [ + 119.496081, + 45.550691 + ], + [ + 119.55909, + 45.615933 + ], + [ + 119.544927, + 45.635956 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.656493, + 45.623463 + ], + [ + 119.790893, + 45.564323 + ], + [ + 119.819507, + 45.572821 + ], + [ + 119.877602, + 45.549088 + ], + [ + 119.918355, + 45.561918 + ], + [ + 119.906794, + 45.505603 + ], + [ + 120.002464, + 45.482162 + ], + [ + 120.031656, + 45.499342 + ], + [ + 120.028765, + 45.526306 + ], + [ + 119.994082, + 45.552937 + ], + [ + 119.994082, + 45.580837 + ], + [ + 120.027031, + 45.594942 + ], + [ + 120.142644, + 45.584204 + ], + [ + 120.165766, + 45.594782 + ], + [ + 120.269239, + 45.552135 + ], + [ + 120.318375, + 45.556626 + ], + [ + 120.35855, + 45.516838 + ], + [ + 120.414044, + 45.503516 + ], + [ + 120.434854, + 45.464495 + ], + [ + 120.49584, + 45.464173 + ], + [ + 120.559716, + 45.416604 + ], + [ + 120.554224, + 45.357569 + ], + [ + 120.580526, + 45.352901 + ], + [ + 120.660298, + 45.297666 + ], + [ + 120.744406, + 45.260115 + ], + [ + 120.82678, + 45.253504 + ], + [ + 120.834873, + 45.216084 + ], + [ + 120.882274, + 45.217537 + ], + [ + 120.967827, + 45.184129 + ], + [ + 120.97303, + 45.157002 + ], + [ + 120.947884, + 45.120973 + ], + [ + 120.97303, + 45.11871 + ], + [ + 120.977076, + 45.072953 + ], + [ + 121.032859, + 44.9985 + ], + [ + 121.239806, + 44.934165 + ], + [ + 121.401663, + 44.85125 + ], + [ + 121.420161, + 44.817953 + ], + [ + 121.409178, + 44.790815 + ], + [ + 121.529993, + 44.720389 + ], + [ + 121.548491, + 44.667472 + ], + [ + 121.595603, + 44.659164 + ], + [ + 121.585198, + 44.639774 + ], + [ + 121.651097, + 44.563126 + ], + [ + 121.697631, + 44.534562 + ], + [ + 121.760062, + 44.47739 + ], + [ + 121.778271, + 44.446494 + ], + [ + 121.829429, + 44.411328 + ], + [ + 121.881166, + 44.402983 + ], + [ + 121.933769, + 44.351252 + ], + [ + 122.017877, + 44.304392 + ], + [ + 122.167596, + 44.25569 + ], + [ + 122.22598, + 44.263564 + ], + [ + 122.274537, + 44.25405 + ], + [ + 122.319337, + 44.232883 + ], + [ + 122.483218, + 44.236986 + ], + [ + 122.512988, + 44.250276 + ], + [ + 122.641896, + 44.283408 + ], + [ + 122.675423, + 44.285703 + ], + [ + 122.760687, + 44.369756 + ], + [ + 122.856068, + 44.398238 + ], + [ + 123.024862, + 44.492914 + ], + [ + 123.124867, + 44.509577 + ], + [ + 123.124, + 44.457939 + ], + [ + 123.142208, + 44.428178 + ], + [ + 123.114461, + 44.402493 + ], + [ + 123.127179, + 44.368774 + ], + [ + 123.196835, + 44.345028 + ], + [ + 123.277186, + 44.252573 + ], + [ + 123.287302, + 44.213351 + ], + [ + 123.32372, + 44.179852 + ], + [ + 123.38644, + 44.161945 + ], + [ + 123.3506, + 44.092566 + ], + [ + 123.328344, + 44.083847 + ], + [ + 123.332391, + 44.028376 + ], + [ + 123.400891, + 43.979281 + ], + [ + 123.375168, + 43.965599 + ], + [ + 123.428349, + 43.927341 + ], + [ + 123.443957, + 43.877337 + ], + [ + 123.468236, + 43.853062 + ], + [ + 123.463322, + 43.819524 + ], + [ + 123.49685, + 43.785637 + ], + [ + 123.482687, + 43.737831 + ], + [ + 123.517371, + 43.71383 + ], + [ + 123.537314, + 43.649728 + ], + [ + 123.511879, + 43.62619 + ], + [ + 123.510434, + 43.592193 + ], + [ + 123.421123, + 43.59833 + ], + [ + 123.46101, + 43.568632 + ], + [ + 123.452339, + 43.545726 + ], + [ + 123.352912, + 43.567636 + ], + [ + 123.304644, + 43.550707 + ], + [ + 123.32979, + 43.518992 + ], + [ + 123.315916, + 43.49208 + ], + [ + 123.375746, + 43.476625 + ], + [ + 123.419967, + 43.410106 + ], + [ + 123.441934, + 43.43772 + ], + [ + 123.486734, + 43.44537 + ], + [ + 123.519683, + 43.402452 + ], + [ + 123.545118, + 43.415097 + ], + [ + 123.608705, + 43.36633 + ], + [ + 123.703796, + 43.370659 + ], + [ + 123.712756, + 43.347179 + ], + [ + 123.696281, + 43.281351 + ], + [ + 123.664199, + 43.26234 + ], + [ + 123.676916, + 43.224132 + ], + [ + 123.646279, + 43.213283 + ], + [ + 123.667956, + 43.18089 + ], + [ + 123.636163, + 43.141462 + ], + [ + 123.626336, + 43.079427 + ], + [ + 123.572576, + 43.004601 + ], + [ + 123.537603, + 43.007114 + ], + [ + 123.471993, + 43.042779 + ], + [ + 123.321986, + 43.000749 + ], + [ + 123.258977, + 42.993043 + ], + [ + 123.184118, + 42.925995 + ], + [ + 123.188742, + 42.895799 + ], + [ + 123.169955, + 42.859713 + ], + [ + 123.227473, + 42.83234 + ], + [ + 123.115907, + 42.800419 + ], + [ + 123.058389, + 42.769153 + ], + [ + 122.980351, + 42.777559 + ], + [ + 122.945956, + 42.753682 + ], + [ + 122.928904, + 42.772179 + ], + [ + 122.887283, + 42.770162 + ], + [ + 122.850865, + 42.714315 + ], + [ + 122.732362, + 42.786469 + ], + [ + 122.625132, + 42.773188 + ], + [ + 122.58091, + 42.789662 + ], + [ + 122.563857, + 42.825957 + ], + [ + 122.436973, + 42.842921 + ], + [ + 122.358356, + 42.835868 + ], + [ + 122.349974, + 42.82159 + ], + [ + 122.374831, + 42.774869 + ], + [ + 122.46154, + 42.758055 + ], + [ + 122.399688, + 42.712128 + ], + [ + 122.398531, + 42.68671 + ], + [ + 122.341303, + 42.671219 + ], + [ + 122.259507, + 42.696643 + ], + [ + 122.203724, + 42.732151 + ], + [ + 122.19621, + 42.690919 + ], + [ + 122.133201, + 42.689404 + ], + [ + 122.060943, + 42.723402 + ], + [ + 122.018745, + 42.699168 + ], + [ + 121.940417, + 42.688562 + ], + [ + 121.916139, + 42.65724 + ], + [ + 121.921341, + 42.606181 + ], + [ + 121.869315, + 42.527911 + ], + [ + 121.828851, + 42.531962 + ], + [ + 121.747344, + 42.484516 + ], + [ + 121.711215, + 42.443627 + ], + [ + 121.666127, + 42.437204 + ], + [ + 121.637802, + 42.480462 + ], + [ + 121.605141, + 42.493974 + ], + [ + 121.607742, + 42.516094 + ], + [ + 121.570168, + 42.486881 + ], + [ + 121.506292, + 42.482489 + ], + [ + 121.478834, + 42.496339 + ], + [ + 121.433746, + 42.475395 + ], + [ + 121.385188, + 42.473029 + ], + [ + 121.304549, + 42.435683 + ], + [ + 121.284895, + 42.387826 + ], + [ + 121.218706, + 42.371922 + ], + [ + 121.121592, + 42.280989 + ], + [ + 121.087197, + 42.278447 + ], + [ + 121.069277, + 42.252683 + ], + [ + 121.028813, + 42.24251 + ], + [ + 120.936034, + 42.279803 + ], + [ + 120.886032, + 42.270651 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150600, + "name": "鄂尔多斯市", + "center": [ + 109.99029, + 39.817179 + ], + "centroid": [ + 108.63473, + 39.427784 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 110.74104, + 39.349509 + ], + [ + 110.739595, + 39.348977 + ], + [ + 110.732947, + 39.308406 + ], + [ + 110.702888, + 39.273839 + ], + [ + 110.626294, + 39.266747 + ], + [ + 110.566754, + 39.319924 + ], + [ + 110.559239, + 39.352165 + ], + [ + 110.524266, + 39.382799 + ], + [ + 110.482646, + 39.360666 + ], + [ + 110.430042, + 39.379258 + ], + [ + 110.429175, + 39.342069 + ], + [ + 110.391023, + 39.311773 + ], + [ + 110.340443, + 39.341715 + ], + [ + 110.243328, + 39.423681 + ], + [ + 110.152572, + 39.453929 + ], + [ + 110.132051, + 39.446855 + ], + [ + 110.136676, + 39.391827 + ], + [ + 110.158931, + 39.389526 + ], + [ + 110.203153, + 39.315317 + ], + [ + 110.210957, + 39.281463 + ], + [ + 110.110663, + 39.249721 + ], + [ + 110.010947, + 39.20856 + ], + [ + 109.962679, + 39.211932 + ], + [ + 109.902849, + 39.271889 + ], + [ + 109.869033, + 39.249721 + ], + [ + 109.960367, + 39.186727 + ], + [ + 109.89389, + 39.141265 + ], + [ + 109.922215, + 39.106972 + ], + [ + 109.860073, + 39.124387 + ], + [ + 109.757467, + 39.053455 + ], + [ + 109.725384, + 39.018407 + ], + [ + 109.665266, + 38.981739 + ], + [ + 109.683764, + 38.935611 + ], + [ + 109.624513, + 38.854502 + ], + [ + 109.549653, + 38.805791 + ], + [ + 109.517282, + 38.833808 + ], + [ + 109.450805, + 38.788833 + ], + [ + 109.40167, + 38.716314 + ], + [ + 109.338661, + 38.701479 + ], + [ + 109.328834, + 38.660534 + ], + [ + 109.367564, + 38.629766 + ], + [ + 109.331435, + 38.59791 + ], + [ + 109.276808, + 38.622966 + ], + [ + 109.196747, + 38.552607 + ], + [ + 109.175936, + 38.518746 + ], + [ + 109.052231, + 38.42855 + ], + [ + 109.051364, + 38.385295 + ], + [ + 109.00772, + 38.359078 + ], + [ + 108.961764, + 38.265087 + ], + [ + 108.975927, + 38.245122 + ], + [ + 108.938931, + 38.209497 + ], + [ + 108.967545, + 38.152784 + ], + [ + 109.068995, + 38.091161 + ], + [ + 109.050786, + 38.054919 + ], + [ + 109.069573, + 38.02299 + ], + [ + 109.038068, + 38.021546 + ], + [ + 109.017547, + 37.969924 + ], + [ + 108.982574, + 37.963784 + ], + [ + 108.974193, + 37.931815 + ], + [ + 108.935751, + 37.921698 + ], + [ + 108.893842, + 37.978229 + ], + [ + 108.882859, + 38.013787 + ], + [ + 108.830544, + 38.049869 + ], + [ + 108.797595, + 38.047885 + ], + [ + 108.826787, + 37.995198 + ], + [ + 108.798173, + 37.933622 + ], + [ + 108.793259, + 37.815925 + ], + [ + 108.784588, + 37.764701 + ], + [ + 108.792103, + 37.700214 + ], + [ + 108.777651, + 37.683539 + ], + [ + 108.611169, + 37.654169 + ], + [ + 108.532553, + 37.690608 + ], + [ + 108.422432, + 37.64891 + ], + [ + 108.301039, + 37.640749 + ], + [ + 108.246412, + 37.665774 + ], + [ + 108.19352, + 37.63821 + ], + [ + 108.133979, + 37.622066 + ], + [ + 108.013164, + 37.665592 + ], + [ + 108.024436, + 37.698764 + ], + [ + 107.993221, + 37.735363 + ], + [ + 107.981949, + 37.787331 + ], + [ + 107.884834, + 37.808325 + ], + [ + 107.842636, + 37.828951 + ], + [ + 107.741186, + 37.845412 + ], + [ + 107.68338, + 37.887722 + ], + [ + 107.650141, + 37.864581 + ], + [ + 107.560541, + 37.893687 + ], + [ + 107.492619, + 37.944821 + ], + [ + 107.450132, + 37.933261 + ], + [ + 107.41169, + 37.949156 + ], + [ + 107.440015, + 37.995017 + ], + [ + 107.39377, + 38.01505 + ], + [ + 107.331629, + 38.086474 + ], + [ + 107.242318, + 38.110626 + ], + [ + 107.190293, + 38.154045 + ], + [ + 107.138845, + 38.160709 + ], + [ + 107.125839, + 38.137113 + ], + [ + 107.068899, + 38.139095 + ], + [ + 107.014851, + 38.120357 + ], + [ + 106.945194, + 38.131708 + ], + [ + 106.755879, + 38.181236 + ], + [ + 106.728132, + 38.204098 + ], + [ + 106.627838, + 38.23253 + ], + [ + 106.555291, + 38.263828 + ], + [ + 106.482455, + 38.319556 + ], + [ + 106.504711, + 38.332852 + ], + [ + 106.511358, + 38.336804 + ], + [ + 106.601825, + 38.392476 + ], + [ + 106.648648, + 38.472676 + ], + [ + 106.662522, + 38.60149 + ], + [ + 106.702697, + 38.708271 + ], + [ + 106.755879, + 38.748474 + ], + [ + 106.837386, + 38.847545 + ], + [ + 106.954443, + 38.941134 + ], + [ + 106.971496, + 39.016983 + ], + [ + 106.967739, + 39.052388 + ], + [ + 107.033349, + 39.036734 + ], + [ + 107.06283, + 39.061458 + ], + [ + 107.077859, + 39.045273 + ], + [ + 107.087976, + 39.113903 + ], + [ + 107.103583, + 39.136113 + ], + [ + 107.11659, + 39.205365 + ], + [ + 107.139134, + 39.226127 + ], + [ + 107.136533, + 39.27969 + ], + [ + 107.060229, + 39.222401 + ], + [ + 107.034505, + 39.251318 + ], + [ + 106.943749, + 39.299367 + ], + [ + 106.952131, + 39.409171 + ], + [ + 106.965426, + 39.420142 + ], + [ + 106.935945, + 39.517213 + ], + [ + 106.931899, + 39.576732 + ], + [ + 106.911956, + 39.627027 + ], + [ + 106.875827, + 39.672526 + ], + [ + 106.91369, + 39.682046 + ], + [ + 106.899238, + 39.755687 + ], + [ + 106.875827, + 39.795822 + ], + [ + 106.9345, + 39.858794 + ], + [ + 106.965137, + 39.859673 + ], + [ + 106.963403, + 39.902383 + ], + [ + 106.933922, + 39.914506 + ], + [ + 106.871491, + 39.865475 + ], + [ + 106.86282, + 39.842793 + ], + [ + 106.778712, + 39.811131 + ], + [ + 106.768885, + 39.86653 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.696049, + 39.890258 + ], + [ + 106.723796, + 39.932422 + ], + [ + 106.704142, + 39.967364 + ], + [ + 106.720039, + 39.993163 + ], + [ + 106.718016, + 40.047363 + ], + [ + 106.759347, + 40.083647 + ], + [ + 106.801546, + 40.10187 + ], + [ + 106.866578, + 40.181012 + ], + [ + 106.922939, + 40.196934 + ], + [ + 106.948663, + 40.234887 + ], + [ + 106.99722, + 40.262333 + ], + [ + 107.013116, + 40.314572 + ], + [ + 107.055026, + 40.332733 + ], + [ + 107.044043, + 40.35403 + ], + [ + 107.114277, + 40.366945 + ], + [ + 107.15214, + 40.410907 + ], + [ + 107.147227, + 40.464251 + ], + [ + 107.18509, + 40.471744 + ], + [ + 107.203877, + 40.505712 + ], + [ + 107.1611, + 40.525388 + ], + [ + 107.169193, + 40.598295 + ], + [ + 107.230757, + 40.577423 + ], + [ + 107.250989, + 40.58299 + ], + [ + 107.286829, + 40.650969 + ], + [ + 107.392325, + 40.644887 + ], + [ + 107.455334, + 40.680677 + ], + [ + 107.485104, + 40.711067 + ], + [ + 107.526725, + 40.701344 + ], + [ + 107.584531, + 40.739707 + ], + [ + 107.612567, + 40.778049 + ], + [ + 107.603896, + 40.798685 + ], + [ + 107.653609, + 40.772845 + ], + [ + 107.679622, + 40.780824 + ], + [ + 107.681067, + 40.817235 + ], + [ + 107.738874, + 40.874758 + ], + [ + 107.747545, + 40.860728 + ], + [ + 107.821247, + 40.835779 + ], + [ + 107.856509, + 40.874585 + ], + [ + 107.899575, + 40.849295 + ], + [ + 107.972122, + 40.862287 + ], + [ + 108.000447, + 40.846003 + ], + [ + 108.088601, + 40.832314 + ], + [ + 108.125308, + 40.842711 + ], + [ + 108.182247, + 40.888092 + ], + [ + 108.211439, + 40.850681 + ], + [ + 108.211728, + 40.820875 + ], + [ + 108.288033, + 40.819661 + ], + [ + 108.338902, + 40.801633 + ], + [ + 108.421565, + 40.80666 + ], + [ + 108.468388, + 40.785159 + ], + [ + 108.483129, + 40.75463 + ], + [ + 108.580243, + 40.710893 + ], + [ + 108.591804, + 40.658962 + ], + [ + 108.656547, + 40.667128 + ], + [ + 108.720134, + 40.619161 + ], + [ + 108.762622, + 40.62681 + ], + [ + 108.778229, + 40.567158 + ], + [ + 108.831122, + 40.541577 + ], + [ + 108.870141, + 40.570464 + ], + [ + 108.92737, + 40.552194 + ], + [ + 108.925635, + 40.533048 + ], + [ + 108.997604, + 40.530088 + ], + [ + 108.998182, + 40.55724 + ], + [ + 109.053387, + 40.550801 + ], + [ + 109.088938, + 40.532699 + ], + [ + 109.157149, + 40.53357 + ], + [ + 109.322475, + 40.484636 + ], + [ + 109.419879, + 40.473312 + ], + [ + 109.437509, + 40.513722 + ], + [ + 109.519883, + 40.514244 + ], + [ + 109.580291, + 40.553586 + ], + [ + 109.635496, + 40.546798 + ], + [ + 109.667, + 40.500139 + ], + [ + 109.708621, + 40.477494 + ], + [ + 109.802267, + 40.509717 + ], + [ + 109.866143, + 40.509891 + ], + [ + 109.910075, + 40.532003 + ], + [ + 109.996207, + 40.510588 + ], + [ + 110.035804, + 40.534266 + ], + [ + 110.164712, + 40.513722 + ], + [ + 110.18321, + 40.554282 + ], + [ + 110.247953, + 40.521209 + ], + [ + 110.249398, + 40.475054 + ], + [ + 110.296799, + 40.492823 + ], + [ + 110.319054, + 40.445777 + ], + [ + 110.357495, + 40.462509 + ], + [ + 110.369057, + 40.444383 + ], + [ + 110.45172, + 40.391896 + ], + [ + 110.472241, + 40.404978 + ], + [ + 110.488137, + 40.369563 + ], + [ + 110.510971, + 40.389279 + ], + [ + 110.570222, + 40.340589 + ], + [ + 110.636699, + 40.308634 + ], + [ + 110.702021, + 40.325399 + ], + [ + 110.768787, + 40.299726 + ], + [ + 110.782371, + 40.274042 + ], + [ + 110.816477, + 40.266178 + ], + [ + 110.837287, + 40.289943 + ], + [ + 110.914458, + 40.244678 + ], + [ + 110.945963, + 40.270373 + ], + [ + 110.999144, + 40.26111 + ], + [ + 111.032961, + 40.296931 + ], + [ + 111.05406, + 40.264605 + ], + [ + 111.115624, + 40.255866 + ], + [ + 111.190483, + 40.216525 + ], + [ + 111.248289, + 40.164561 + ], + [ + 111.314188, + 40.150557 + ], + [ + 111.360433, + 40.10187 + ], + [ + 111.420263, + 40.02211 + ], + [ + 111.426332, + 39.949983 + ], + [ + 111.445409, + 39.899045 + ], + [ + 111.41506, + 39.864772 + ], + [ + 111.417083, + 39.829778 + ], + [ + 111.371417, + 39.791775 + ], + [ + 111.365058, + 39.721166 + ], + [ + 111.440784, + 39.672526 + ], + [ + 111.438183, + 39.640433 + ], + [ + 111.426622, + 39.50343 + ], + [ + 111.364191, + 39.467368 + ], + [ + 111.352341, + 39.426689 + ], + [ + 111.289332, + 39.417134 + ], + [ + 111.21216, + 39.425627 + ], + [ + 111.145394, + 39.409525 + ], + [ + 111.108109, + 39.356593 + ], + [ + 111.097993, + 39.401915 + ], + [ + 111.064466, + 39.400854 + ], + [ + 111.058396, + 39.447739 + ], + [ + 111.108976, + 39.474264 + ], + [ + 111.106375, + 39.498481 + ], + [ + 111.148863, + 39.53223 + ], + [ + 111.154932, + 39.568964 + ], + [ + 111.134411, + 39.586441 + ], + [ + 111.100883, + 39.559429 + ], + [ + 111.043655, + 39.554661 + ], + [ + 111.041054, + 39.567728 + ], + [ + 110.959258, + 39.51951 + ], + [ + 110.890758, + 39.508908 + ], + [ + 110.808095, + 39.411826 + ], + [ + 110.74104, + 39.349509 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150700, + "name": "呼伦贝尔市", + "center": [ + 119.758168, + 49.215333 + ], + "centroid": [ + 120.886666, + 49.619014 + ], + "childrenNum": 14, + "level": "city", + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.486254, + 47.336721 + ], + [ + 119.444633, + 47.371014 + ], + [ + 119.386827, + 47.397532 + ], + [ + 119.351565, + 47.432095 + ], + [ + 119.322084, + 47.427136 + ], + [ + 119.365728, + 47.477472 + ], + [ + 119.205316, + 47.520335 + ], + [ + 119.152134, + 47.540594 + ], + [ + 119.134214, + 47.664452 + ], + [ + 118.773214, + 47.771085 + ], + [ + 118.568002, + 47.99213 + ], + [ + 118.455858, + 47.996268 + ], + [ + 118.424354, + 48.014811 + ], + [ + 118.329841, + 48.006077 + ], + [ + 118.27637, + 48.009295 + ], + [ + 118.240241, + 48.040544 + ], + [ + 118.107576, + 48.031049 + ], + [ + 118.015375, + 48.012053 + ], + [ + 117.926353, + 48.015883 + ], + [ + 117.886756, + 48.025228 + ], + [ + 117.813342, + 48.01619 + ], + [ + 117.528935, + 47.782937 + ], + [ + 117.493674, + 47.758461 + ], + [ + 117.384131, + 47.641154 + ], + [ + 117.094811, + 47.824013 + ], + [ + 116.879193, + 47.893936 + ], + [ + 116.791328, + 47.897622 + ], + [ + 116.669935, + 47.890557 + ], + [ + 116.452872, + 47.837544 + ], + [ + 116.265869, + 47.876733 + ], + [ + 116.110949, + 47.811709 + ], + [ + 115.968167, + 47.689897 + ], + [ + 115.938975, + 47.683113 + ], + [ + 115.580577, + 47.921725 + ], + [ + 115.529418, + 48.15527 + ], + [ + 115.822785, + 48.259372 + ], + [ + 115.799373, + 48.515059 + ], + [ + 115.830299, + 48.560101 + ], + [ + 116.078288, + 48.822421 + ], + [ + 116.048518, + 48.873516 + ], + [ + 116.350845, + 49.317592 + ], + [ + 116.717914, + 49.847284 + ], + [ + 116.736701, + 49.847579 + ], + [ + 117.069087, + 49.695514 + ], + [ + 117.278056, + 49.636364 + ], + [ + 117.485003, + 49.6331 + ], + [ + 117.638189, + 49.574914 + ], + [ + 117.809585, + 49.521268 + ], + [ + 117.849471, + 49.551442 + ], + [ + 117.866524, + 49.59214 + ], + [ + 117.950921, + 49.596 + ], + [ + 117.980691, + 49.621231 + ], + [ + 118.082719, + 49.616631 + ], + [ + 118.118848, + 49.666467 + ], + [ + 118.154688, + 49.66024 + ], + [ + 118.185325, + 49.687809 + ], + [ + 118.205846, + 49.684697 + ], + [ + 118.220876, + 49.730022 + ], + [ + 118.282439, + 49.74364 + ], + [ + 118.315967, + 49.767168 + ], + [ + 118.388514, + 49.785952 + ], + [ + 118.402387, + 49.811381 + ], + [ + 118.385334, + 49.826898 + ], + [ + 118.469732, + 49.825716 + ], + [ + 118.496033, + 49.84625 + ], + [ + 118.485917, + 49.866923 + ], + [ + 118.523202, + 49.881093 + ], + [ + 118.572916, + 49.930952 + ], + [ + 118.617715, + 49.927856 + ], + [ + 118.651243, + 49.950852 + ], + [ + 118.741999, + 49.946578 + ], + [ + 118.763098, + 49.959694 + ], + [ + 118.96542, + 49.98886 + ], + [ + 119.050395, + 49.980613 + ], + [ + 119.091437, + 49.985768 + ], + [ + 119.123809, + 50.018156 + ], + [ + 119.188263, + 50.054493 + ], + [ + 119.189997, + 50.085365 + ], + [ + 119.234797, + 50.074783 + ], + [ + 119.290291, + 50.121651 + ], + [ + 119.309656, + 50.161285 + ], + [ + 119.34434, + 50.163192 + ], + [ + 119.359658, + 50.197074 + ], + [ + 119.318616, + 50.220381 + ], + [ + 119.340004, + 50.243823 + ], + [ + 119.347808, + 50.298135 + ], + [ + 119.386827, + 50.321685 + ], + [ + 119.358502, + 50.358961 + ], + [ + 119.277284, + 50.365974 + ], + [ + 119.237109, + 50.346539 + ], + [ + 119.23393, + 50.365098 + ], + [ + 119.195489, + 50.349316 + ], + [ + 119.155602, + 50.364659 + ], + [ + 119.176702, + 50.378683 + ], + [ + 119.126699, + 50.391243 + ], + [ + 119.164851, + 50.422482 + ], + [ + 119.206761, + 50.410368 + ], + [ + 119.239999, + 50.459095 + ], + [ + 119.264567, + 50.469447 + ], + [ + 119.238265, + 50.505587 + ], + [ + 119.262544, + 50.510831 + ], + [ + 119.26659, + 50.56091 + ], + [ + 119.299251, + 50.583893 + ], + [ + 119.282487, + 50.604831 + ], + [ + 119.361393, + 50.632732 + ], + [ + 119.394053, + 50.667296 + ], + [ + 119.387405, + 50.682827 + ], + [ + 119.433072, + 50.684568 + ], + [ + 119.496659, + 50.745478 + ], + [ + 119.515735, + 50.814125 + ], + [ + 119.498971, + 50.827726 + ], + [ + 119.491457, + 50.878913 + ], + [ + 119.569784, + 50.933797 + ], + [ + 119.598687, + 50.984723 + ], + [ + 119.629902, + 51.008508 + ], + [ + 119.683084, + 51.018883 + ], + [ + 119.725572, + 51.049562 + ], + [ + 119.722681, + 51.076192 + ], + [ + 119.764302, + 51.092594 + ], + [ + 119.785112, + 51.163603 + ], + [ + 119.760255, + 51.213272 + ], + [ + 119.786268, + 51.225466 + ], + [ + 119.82153, + 51.21442 + ], + [ + 119.797251, + 51.247121 + ], + [ + 119.827889, + 51.263749 + ], + [ + 119.810836, + 51.278508 + ], + [ + 119.879336, + 51.2967 + ], + [ + 119.883961, + 51.336927 + ], + [ + 119.922402, + 51.345225 + ], + [ + 119.945813, + 51.365965 + ], + [ + 119.912864, + 51.375259 + ], + [ + 119.922113, + 51.396557 + ], + [ + 119.971248, + 51.400415 + ], + [ + 119.982809, + 51.444976 + ], + [ + 120.002464, + 51.459392 + ], + [ + 119.987145, + 51.506604 + ], + [ + 120.017204, + 51.521143 + ], + [ + 120.052466, + 51.560887 + ], + [ + 120.035124, + 51.585799 + ], + [ + 120.06605, + 51.639135 + ], + [ + 120.102179, + 51.650221 + ], + [ + 120.094375, + 51.682043 + ], + [ + 120.172414, + 51.679913 + ], + [ + 120.226174, + 51.717674 + ], + [ + 120.293518, + 51.750724 + ], + [ + 120.311149, + 51.781767 + ], + [ + 120.363463, + 51.789985 + ], + [ + 120.406818, + 51.81647 + ], + [ + 120.400459, + 51.833457 + ], + [ + 120.459422, + 51.845062 + ], + [ + 120.496996, + 51.88735 + ], + [ + 120.533414, + 51.87915 + ], + [ + 120.547865, + 51.907137 + ], + [ + 120.660876, + 51.929458 + ], + [ + 120.661165, + 51.955578 + ], + [ + 120.701341, + 51.980555 + ], + [ + 120.71955, + 52.010171 + ], + [ + 120.686022, + 52.034976 + ], + [ + 120.698739, + 52.056107 + ], + [ + 120.769552, + 52.114093 + ], + [ + 120.763193, + 52.142777 + ], + [ + 120.785738, + 52.165542 + ], + [ + 120.747008, + 52.20402 + ], + [ + 120.758569, + 52.256346 + ], + [ + 120.717526, + 52.260833 + ], + [ + 120.696138, + 52.289842 + ], + [ + 120.628505, + 52.322753 + ], + [ + 120.624169, + 52.361514 + ], + [ + 120.649315, + 52.363752 + ], + [ + 120.648448, + 52.389619 + ], + [ + 120.690069, + 52.430416 + ], + [ + 120.683132, + 52.466571 + ], + [ + 120.706543, + 52.490147 + ], + [ + 120.692959, + 52.518309 + ], + [ + 120.73429, + 52.536842 + ], + [ + 120.629372, + 52.570265 + ], + [ + 120.596711, + 52.592811 + ], + [ + 120.561161, + 52.595594 + ], + [ + 120.4837, + 52.630084 + ], + [ + 120.437166, + 52.639675 + ], + [ + 120.396702, + 52.616319 + ], + [ + 120.286292, + 52.622993 + ], + [ + 120.185998, + 52.579312 + ], + [ + 120.080502, + 52.585436 + ], + [ + 120.049287, + 52.598515 + ], + [ + 120.035124, + 52.646346 + ], + [ + 120.070675, + 52.707587 + ], + [ + 120.031367, + 52.772762 + ], + [ + 120.099, + 52.787309 + ], + [ + 120.141198, + 52.812927 + ], + [ + 120.187732, + 52.807943 + ], + [ + 120.222416, + 52.842819 + ], + [ + 120.296986, + 52.869926 + ], + [ + 120.294963, + 52.890659 + ], + [ + 120.344676, + 52.900884 + ], + [ + 120.363174, + 52.941345 + ], + [ + 120.408263, + 52.956387 + ], + [ + 120.453063, + 53.010028 + ], + [ + 120.529078, + 53.045981 + ], + [ + 120.541507, + 53.070346 + ], + [ + 120.611163, + 53.100336 + ], + [ + 120.642089, + 53.105149 + ], + [ + 120.660009, + 53.137038 + ], + [ + 120.686889, + 53.142396 + ], + [ + 120.690936, + 53.172611 + ], + [ + 120.748164, + 53.210349 + ], + [ + 120.814063, + 53.239692 + ], + [ + 120.840076, + 53.241063 + ], + [ + 120.822734, + 53.270112 + ], + [ + 120.93112, + 53.286957 + ], + [ + 120.954821, + 53.298594 + ], + [ + 121.047022, + 53.288874 + ], + [ + 121.096735, + 53.307354 + ], + [ + 121.129396, + 53.277371 + ], + [ + 121.153674, + 53.285314 + ], + [ + 121.234603, + 53.280932 + ], + [ + 121.285473, + 53.291338 + ], + [ + 121.329405, + 53.322816 + ], + [ + 121.416115, + 53.319395 + ], + [ + 121.499356, + 53.337178 + ], + [ + 121.511495, + 53.31748 + ], + [ + 121.579706, + 53.289285 + ], + [ + 121.615257, + 53.259016 + ], + [ + 121.648207, + 53.260797 + ], + [ + 121.678844, + 53.241337 + ], + [ + 121.679133, + 53.199511 + ], + [ + 121.665259, + 53.170551 + ], + [ + 121.719597, + 53.146243 + ], + [ + 121.753125, + 53.147342 + ], + [ + 121.784629, + 53.104599 + ], + [ + 121.775669, + 53.089746 + ], + [ + 121.814978, + 53.069108 + ], + [ + 121.785496, + 53.018571 + ], + [ + 121.715551, + 52.998037 + ], + [ + 121.677399, + 52.948108 + ], + [ + 121.662369, + 52.912487 + ], + [ + 121.610344, + 52.892317 + ], + [ + 121.620171, + 52.851119 + ], + [ + 121.591268, + 52.824693 + ], + [ + 121.482014, + 52.774286 + ], + [ + 121.454845, + 52.735333 + ], + [ + 121.373049, + 52.683157 + ], + [ + 121.321023, + 52.678852 + ], + [ + 121.292698, + 52.651765 + ], + [ + 121.182289, + 52.596289 + ], + [ + 121.232002, + 52.577642 + ], + [ + 121.277091, + 52.587662 + ], + [ + 121.325648, + 52.572631 + ], + [ + 121.353106, + 52.535728 + ], + [ + 121.409756, + 52.523466 + ], + [ + 121.416404, + 52.49935 + ], + [ + 121.49502, + 52.484847 + ], + [ + 121.518721, + 52.456663 + ], + [ + 121.565255, + 52.460292 + ], + [ + 121.5904, + 52.443123 + ], + [ + 121.640114, + 52.444379 + ], + [ + 121.678844, + 52.419801 + ], + [ + 121.658612, + 52.390318 + ], + [ + 121.715551, + 52.343047 + ], + [ + 121.714106, + 52.318133 + ], + [ + 121.769311, + 52.308191 + ], + [ + 121.841279, + 52.282697 + ], + [ + 121.90082, + 52.280595 + ], + [ + 121.947643, + 52.298387 + ], + [ + 121.976835, + 52.343747 + ], + [ + 122.035508, + 52.377596 + ], + [ + 122.040422, + 52.413096 + ], + [ + 122.091291, + 52.427204 + ], + [ + 122.16933, + 52.51357 + ], + [ + 122.207771, + 52.469222 + ], + [ + 122.310377, + 52.475222 + ], + [ + 122.34217, + 52.414074 + ], + [ + 122.367027, + 52.413794 + ], + [ + 122.416451, + 52.37424 + ], + [ + 122.439863, + 52.393672 + ], + [ + 122.484085, + 52.341508 + ], + [ + 122.478304, + 52.296286 + ], + [ + 122.560678, + 52.282557 + ], + [ + 122.585824, + 52.26644 + ], + [ + 122.678892, + 52.276671 + ], + [ + 122.710685, + 52.256206 + ], + [ + 122.760976, + 52.26686 + ], + [ + 122.787278, + 52.252701 + ], + [ + 122.766179, + 52.232646 + ], + [ + 122.769358, + 52.179729 + ], + [ + 122.738143, + 52.153458 + ], + [ + 122.690742, + 52.140387 + ], + [ + 122.629178, + 52.136592 + ], + [ + 122.643919, + 52.111702 + ], + [ + 122.625132, + 52.067513 + ], + [ + 122.650567, + 52.059064 + ], + [ + 122.665018, + 51.99875 + ], + [ + 122.683805, + 51.974489 + ], + [ + 122.726293, + 51.978862 + ], + [ + 122.729472, + 51.919288 + ], + [ + 122.706061, + 51.890177 + ], + [ + 122.725715, + 51.87816 + ], + [ + 122.732651, + 51.832608 + ], + [ + 122.77196, + 51.7795 + ], + [ + 122.749993, + 51.747746 + ], + [ + 122.77485, + 51.703907 + ], + [ + 122.816181, + 51.655195 + ], + [ + 122.820806, + 51.633165 + ], + [ + 122.856357, + 51.606714 + ], + [ + 122.832656, + 51.581672 + ], + [ + 122.873988, + 51.561172 + ], + [ + 122.880057, + 51.511023 + ], + [ + 122.854623, + 51.477655 + ], + [ + 122.900289, + 51.445261 + ], + [ + 122.898555, + 51.422558 + ], + [ + 122.965899, + 51.386981 + ], + [ + 122.960119, + 51.361675 + ], + [ + 122.978039, + 51.331489 + ], + [ + 123.014457, + 51.310018 + ], + [ + 123.059257, + 51.3219 + ], + [ + 123.15377, + 51.300853 + ], + [ + 123.231519, + 51.268621 + ], + [ + 123.294239, + 51.254145 + ], + [ + 123.339617, + 51.27249 + ], + [ + 123.4402, + 51.270914 + ], + [ + 123.465345, + 51.28739 + ], + [ + 123.588472, + 51.142484 + ], + [ + 123.736456, + 50.974052 + ], + [ + 123.772007, + 50.906507 + ], + [ + 123.792817, + 50.891773 + ], + [ + 123.795419, + 50.83033 + ], + [ + 123.825767, + 50.813835 + ], + [ + 123.872301, + 50.765185 + ], + [ + 124.027511, + 50.619074 + ], + [ + 124.020574, + 50.598143 + ], + [ + 124.076646, + 50.564111 + ], + [ + 124.087051, + 50.539953 + ], + [ + 124.026355, + 50.538352 + ], + [ + 124.023464, + 50.51855 + ], + [ + 123.983578, + 50.510249 + ], + [ + 124.003521, + 50.478922 + ], + [ + 124.005255, + 50.434592 + ], + [ + 123.969994, + 50.399274 + ], + [ + 123.939934, + 50.397376 + ], + [ + 123.92028, + 50.372987 + ], + [ + 123.879527, + 50.402486 + ], + [ + 123.840508, + 50.411536 + ], + [ + 123.825767, + 50.449471 + ], + [ + 123.780389, + 50.437072 + ], + [ + 123.787326, + 50.373717 + ], + [ + 123.777788, + 50.344493 + ], + [ + 123.870278, + 50.273988 + ], + [ + 123.862763, + 50.226389 + ], + [ + 123.954097, + 50.186956 + ], + [ + 124.007568, + 50.219355 + ], + [ + 124.061905, + 50.19898 + ], + [ + 124.103526, + 50.222139 + ], + [ + 124.102659, + 50.238696 + ], + [ + 124.189368, + 50.216864 + ], + [ + 124.283014, + 50.230785 + ], + [ + 124.286483, + 50.189596 + ], + [ + 124.327525, + 50.178449 + ], + [ + 124.359607, + 50.199127 + ], + [ + 124.344289, + 50.219062 + ], + [ + 124.368567, + 50.258176 + ], + [ + 124.348624, + 50.292429 + ], + [ + 124.374059, + 50.310862 + ], + [ + 124.347757, + 50.316566 + ], + [ + 124.364232, + 50.360861 + ], + [ + 124.403829, + 50.362468 + ], + [ + 124.439958, + 50.388615 + ], + [ + 124.499499, + 50.398106 + ], + [ + 124.504701, + 50.342592 + ], + [ + 124.578693, + 50.294623 + ], + [ + 124.592278, + 50.243676 + ], + [ + 124.619735, + 50.229613 + ], + [ + 124.575514, + 50.179623 + ], + [ + 124.508169, + 50.162606 + ], + [ + 124.533315, + 50.149398 + ], + [ + 124.555282, + 50.106229 + ], + [ + 124.604995, + 50.07052 + ], + [ + 124.63939, + 50.069931 + ], + [ + 124.680721, + 50.031693 + ], + [ + 124.650373, + 49.99475 + ], + [ + 124.670894, + 49.95041 + ], + [ + 124.66598, + 49.868104 + ], + [ + 124.711069, + 49.82276 + ], + [ + 124.730723, + 49.817441 + ], + [ + 124.720318, + 49.775008 + ], + [ + 124.67494, + 49.774712 + ], + [ + 124.741418, + 49.76125 + ], + [ + 124.82408, + 49.849942 + ], + [ + 124.878707, + 49.834876 + ], + [ + 124.972642, + 49.83458 + ], + [ + 124.97033, + 49.853339 + ], + [ + 124.935357, + 49.866627 + ], + [ + 124.977267, + 49.900719 + ], + [ + 125.0449, + 49.826898 + ], + [ + 125.09577, + 49.795859 + ], + [ + 125.177855, + 49.829409 + ], + [ + 125.222943, + 49.798964 + ], + [ + 125.228146, + 49.774564 + ], + [ + 125.205313, + 49.733575 + ], + [ + 125.224967, + 49.726468 + ], + [ + 125.219764, + 49.669135 + ], + [ + 125.189994, + 49.649861 + ], + [ + 125.164559, + 49.669431 + ], + [ + 125.127274, + 49.655051 + ], + [ + 125.154154, + 49.61678 + ], + [ + 125.168317, + 49.629985 + ], + [ + 125.205313, + 49.59407 + ], + [ + 125.226412, + 49.596 + ], + [ + 125.235661, + 49.540891 + ], + [ + 125.212538, + 49.541337 + ], + [ + 125.228435, + 49.48691 + ], + [ + 125.263986, + 49.46146 + ], + [ + 125.257049, + 49.393976 + ], + [ + 125.258205, + 49.314008 + ], + [ + 125.214851, + 49.280252 + ], + [ + 125.233638, + 49.255442 + ], + [ + 125.219475, + 49.189023 + ], + [ + 125.185369, + 49.18528 + ], + [ + 125.160224, + 49.146342 + ], + [ + 125.117447, + 49.125962 + ], + [ + 125.039409, + 49.151885 + ], + [ + 125.039987, + 49.176297 + ], + [ + 124.982759, + 49.16252 + ], + [ + 124.906454, + 49.183933 + ], + [ + 124.860787, + 49.166564 + ], + [ + 124.847492, + 49.129709 + ], + [ + 124.80934, + 49.115918 + ], + [ + 124.828994, + 49.071974 + ], + [ + 124.808184, + 49.020481 + ], + [ + 124.765407, + 48.981263 + ], + [ + 124.744308, + 48.920496 + ], + [ + 124.711936, + 48.921248 + ], + [ + 124.714827, + 48.886771 + ], + [ + 124.697196, + 48.841871 + ], + [ + 124.65413, + 48.834333 + ], + [ + 124.653552, + 48.777161 + ], + [ + 124.613955, + 48.751193 + ], + [ + 124.624938, + 48.700276 + ], + [ + 124.601816, + 48.632356 + ], + [ + 124.578982, + 48.596468 + ], + [ + 124.518575, + 48.554188 + ], + [ + 124.548923, + 48.531291 + ], + [ + 124.534471, + 48.51779 + ], + [ + 124.553258, + 48.46527 + ], + [ + 124.508748, + 48.448257 + ], + [ + 124.526378, + 48.421664 + ], + [ + 124.52002, + 48.374521 + ], + [ + 124.5469, + 48.357631 + ], + [ + 124.541119, + 48.335253 + ], + [ + 124.57956, + 48.297479 + ], + [ + 124.55875, + 48.268215 + ], + [ + 124.578982, + 48.262116 + ], + [ + 124.547189, + 48.200936 + ], + [ + 124.512505, + 48.16459 + ], + [ + 124.531003, + 48.148699 + ], + [ + 124.488515, + 48.126383 + ], + [ + 124.463948, + 48.097633 + ], + [ + 124.416258, + 48.087995 + ], + [ + 124.430131, + 48.121032 + ], + [ + 124.472619, + 48.134485 + ], + [ + 124.476954, + 48.164131 + ], + [ + 124.410477, + 48.190401 + ], + [ + 124.428397, + 48.230086 + ], + [ + 124.404985, + 48.264251 + ], + [ + 124.365099, + 48.284678 + ], + [ + 124.35585, + 48.314846 + ], + [ + 124.318854, + 48.347128 + ], + [ + 124.33215, + 48.379238 + ], + [ + 124.306715, + 48.399619 + ], + [ + 124.330126, + 48.435646 + ], + [ + 124.302668, + 48.456764 + ], + [ + 124.31423, + 48.50383 + ], + [ + 124.259025, + 48.536447 + ], + [ + 124.24255, + 48.522189 + ], + [ + 124.083294, + 48.438533 + ], + [ + 123.979821, + 48.363718 + ], + [ + 123.866231, + 48.27477 + ], + [ + 123.746283, + 48.197577 + ], + [ + 123.705241, + 48.152061 + ], + [ + 123.61911, + 48.077896 + ], + [ + 123.537603, + 48.021858 + ], + [ + 123.300308, + 47.953642 + ], + [ + 123.254642, + 47.874736 + ], + [ + 123.221692, + 47.832624 + ], + [ + 123.165042, + 47.783091 + ], + [ + 123.031221, + 47.741829 + ], + [ + 122.980929, + 47.717179 + ], + [ + 122.857513, + 47.678333 + ], + [ + 122.765023, + 47.61445 + ], + [ + 122.593049, + 47.547088 + ], + [ + 122.543336, + 47.495426 + ], + [ + 122.506918, + 47.401408 + ], + [ + 122.418186, + 47.350534 + ], + [ + 122.308932, + 47.304271 + ], + [ + 122.256906, + 47.260299 + ], + [ + 122.209505, + 47.236199 + ], + [ + 122.146207, + 47.222201 + ], + [ + 122.084644, + 47.180652 + ], + [ + 122.042156, + 47.204154 + ], + [ + 121.840123, + 47.265739 + ], + [ + 121.760351, + 47.280968 + ], + [ + 121.674219, + 47.249883 + ], + [ + 121.639825, + 47.203064 + ], + [ + 121.648785, + 47.179406 + ], + [ + 121.588955, + 47.1724 + ], + [ + 121.551092, + 47.197773 + ], + [ + 121.488661, + 47.183765 + ], + [ + 121.437503, + 47.184232 + ], + [ + 121.368136, + 47.135175 + ], + [ + 121.329405, + 47.136577 + ], + [ + 121.246453, + 47.112577 + ], + [ + 121.172461, + 47.141251 + ], + [ + 121.098469, + 47.151999 + ], + [ + 121.018119, + 47.129253 + ], + [ + 120.976787, + 47.09652 + ], + [ + 120.945861, + 47.099014 + ], + [ + 120.876494, + 47.149819 + ], + [ + 120.823312, + 47.145613 + ], + [ + 120.773888, + 47.176915 + ], + [ + 120.739204, + 47.217379 + ], + [ + 120.623302, + 47.244285 + ], + [ + 120.624748, + 47.300698 + ], + [ + 120.708277, + 47.337342 + ], + [ + 120.733134, + 47.357672 + ], + [ + 120.732556, + 47.384972 + ], + [ + 120.703364, + 47.408539 + ], + [ + 120.725619, + 47.441545 + ], + [ + 120.643535, + 47.506877 + ], + [ + 120.593532, + 47.488617 + ], + [ + 120.582549, + 47.505329 + ], + [ + 120.604226, + 47.532244 + ], + [ + 120.581104, + 47.548479 + ], + [ + 120.525321, + 47.544769 + ], + [ + 120.52561, + 47.574599 + ], + [ + 120.385719, + 47.620317 + ], + [ + 120.344387, + 47.602405 + ], + [ + 120.265193, + 47.65643 + ], + [ + 120.230509, + 47.623713 + ], + [ + 120.200161, + 47.632975 + ], + [ + 120.188022, + 47.615222 + ], + [ + 120.11403, + 47.597926 + ], + [ + 120.023852, + 47.554044 + ], + [ + 119.958242, + 47.581552 + ], + [ + 119.904482, + 47.5678 + ], + [ + 119.853034, + 47.520954 + ], + [ + 119.814015, + 47.49914 + ], + [ + 119.814304, + 47.474995 + ], + [ + 119.764013, + 47.436123 + ], + [ + 119.657938, + 47.410554 + ], + [ + 119.616896, + 47.361706 + ], + [ + 119.486254, + 47.336721 + ] + ] + ], + [ + [ + [ + 125.177855, + 49.829409 + ], + [ + 125.09577, + 49.795859 + ], + [ + 125.0449, + 49.826898 + ], + [ + 124.977267, + 49.900719 + ], + [ + 124.935357, + 49.866627 + ], + [ + 124.97033, + 49.853339 + ], + [ + 124.972642, + 49.83458 + ], + [ + 124.878707, + 49.834876 + ], + [ + 124.82408, + 49.849942 + ], + [ + 124.741418, + 49.76125 + ], + [ + 124.67494, + 49.774712 + ], + [ + 124.720318, + 49.775008 + ], + [ + 124.730723, + 49.817441 + ], + [ + 124.711069, + 49.82276 + ], + [ + 124.66598, + 49.868104 + ], + [ + 124.670894, + 49.95041 + ], + [ + 124.650373, + 49.99475 + ], + [ + 124.680721, + 50.031693 + ], + [ + 124.63939, + 50.069931 + ], + [ + 124.604995, + 50.07052 + ], + [ + 124.555282, + 50.106229 + ], + [ + 124.533315, + 50.149398 + ], + [ + 124.508169, + 50.162606 + ], + [ + 124.575514, + 50.179623 + ], + [ + 124.619735, + 50.229613 + ], + [ + 124.592278, + 50.243676 + ], + [ + 124.578693, + 50.294623 + ], + [ + 124.504701, + 50.342592 + ], + [ + 124.499499, + 50.398106 + ], + [ + 124.439958, + 50.388615 + ], + [ + 124.416547, + 50.449617 + ], + [ + 124.444872, + 50.476298 + ], + [ + 124.43331, + 50.546649 + ], + [ + 124.393135, + 50.547522 + ], + [ + 124.315964, + 50.532674 + ], + [ + 124.266539, + 50.556254 + ], + [ + 124.183009, + 50.557709 + ], + [ + 124.110174, + 50.569785 + ], + [ + 124.076646, + 50.564111 + ], + [ + 124.020574, + 50.598143 + ], + [ + 124.027511, + 50.619074 + ], + [ + 123.872301, + 50.765185 + ], + [ + 123.825767, + 50.813835 + ], + [ + 123.795419, + 50.83033 + ], + [ + 123.792817, + 50.891773 + ], + [ + 123.772007, + 50.906507 + ], + [ + 123.736456, + 50.974052 + ], + [ + 123.588472, + 51.142484 + ], + [ + 123.465345, + 51.28739 + ], + [ + 123.582692, + 51.294695 + ], + [ + 123.582403, + 51.306868 + ], + [ + 123.661886, + 51.31918 + ], + [ + 123.660441, + 51.342793 + ], + [ + 123.711022, + 51.398272 + ], + [ + 123.794552, + 51.361246 + ], + [ + 123.842531, + 51.367538 + ], + [ + 123.88762, + 51.320898 + ], + [ + 123.926061, + 51.30071 + ], + [ + 123.994561, + 51.322758 + ], + [ + 124.071733, + 51.320754 + ], + [ + 124.090231, + 51.341362 + ], + [ + 124.128094, + 51.347514 + ], + [ + 124.192548, + 51.339359 + ], + [ + 124.239371, + 51.344653 + ], + [ + 124.271453, + 51.308299 + ], + [ + 124.311628, + 51.289539 + ], + [ + 124.339375, + 51.293406 + ], + [ + 124.406431, + 51.27206 + ], + [ + 124.430131, + 51.301283 + ], + [ + 124.426663, + 51.331918 + ], + [ + 124.443716, + 51.358099 + ], + [ + 124.49025, + 51.380406 + ], + [ + 124.55586, + 51.375402 + ], + [ + 124.587075, + 51.363677 + ], + [ + 124.624649, + 51.328627 + ], + [ + 124.693438, + 51.332777 + ], + [ + 124.751245, + 51.356955 + ], + [ + 124.783616, + 51.392269 + ], + [ + 124.864545, + 51.379691 + ], + [ + 124.885066, + 51.408131 + ], + [ + 124.942583, + 51.447403 + ], + [ + 124.917727, + 51.474231 + ], + [ + 124.92871, + 51.498477 + ], + [ + 124.983626, + 51.508315 + ], + [ + 125.004436, + 51.529266 + ], + [ + 125.047502, + 51.529693 + ], + [ + 125.072936, + 51.553482 + ], + [ + 125.05993, + 51.596756 + ], + [ + 125.098949, + 51.658321 + ], + [ + 125.12843, + 51.659031 + ], + [ + 125.130453, + 51.635439 + ], + [ + 125.17612, + 51.639277 + ], + [ + 125.289132, + 51.633875 + ], + [ + 125.316011, + 51.609986 + ], + [ + 125.351562, + 51.623923 + ], + [ + 125.379598, + 51.586795 + ], + [ + 125.424687, + 51.563023 + ], + [ + 125.524114, + 51.49149 + ], + [ + 125.625853, + 51.379262 + ], + [ + 125.669496, + 51.343222 + ], + [ + 125.695509, + 51.337785 + ], + [ + 125.711117, + 51.302715 + ], + [ + 125.76401, + 51.261455 + ], + [ + 125.75794, + 51.227331 + ], + [ + 125.817769, + 51.227044 + ], + [ + 125.851875, + 51.212555 + ], + [ + 125.868928, + 51.140328 + ], + [ + 125.908814, + 51.139179 + ], + [ + 125.946388, + 51.108128 + ], + [ + 125.990032, + 51.119199 + ], + [ + 125.976158, + 51.084538 + ], + [ + 126.009108, + 51.057193 + ], + [ + 126.057087, + 51.045242 + ], + [ + 126.033676, + 51.010525 + ], + [ + 126.072695, + 50.979243 + ], + [ + 126.044081, + 50.928022 + ], + [ + 126.021247, + 50.927878 + ], + [ + 125.995524, + 50.897118 + ], + [ + 125.996391, + 50.871542 + ], + [ + 125.958817, + 50.900296 + ], + [ + 125.945521, + 50.855495 + ], + [ + 125.906791, + 50.855206 + ], + [ + 125.920375, + 50.831343 + ], + [ + 125.878466, + 50.816585 + ], + [ + 125.889449, + 50.804862 + ], + [ + 125.838869, + 50.794439 + ], + [ + 125.840025, + 50.756202 + ], + [ + 125.805341, + 50.772717 + ], + [ + 125.758518, + 50.747217 + ], + [ + 125.794647, + 50.739971 + ], + [ + 125.782219, + 50.724024 + ], + [ + 125.825284, + 50.70488 + ], + [ + 125.787421, + 50.678037 + ], + [ + 125.792913, + 50.644208 + ], + [ + 125.829331, + 50.561637 + ], + [ + 125.752737, + 50.506898 + ], + [ + 125.740598, + 50.523356 + ], + [ + 125.654467, + 50.471197 + ], + [ + 125.632211, + 50.443928 + ], + [ + 125.59088, + 50.452242 + ], + [ + 125.561977, + 50.438239 + ], + [ + 125.574694, + 50.401318 + ], + [ + 125.536542, + 50.420001 + ], + [ + 125.513131, + 50.409347 + ], + [ + 125.537409, + 50.379852 + ], + [ + 125.522669, + 50.367143 + ], + [ + 125.530473, + 50.331043 + ], + [ + 125.466308, + 50.297403 + ], + [ + 125.466019, + 50.266961 + ], + [ + 125.442896, + 50.26169 + ], + [ + 125.464573, + 50.229906 + ], + [ + 125.388558, + 50.178449 + ], + [ + 125.33422, + 50.164953 + ], + [ + 125.375841, + 50.137362 + ], + [ + 125.313121, + 50.139417 + ], + [ + 125.27757, + 50.12635 + ], + [ + 125.257627, + 50.100794 + ], + [ + 125.289132, + 50.091243 + ], + [ + 125.278726, + 50.071843 + ], + [ + 125.337689, + 50.05964 + ], + [ + 125.316011, + 50.045669 + ], + [ + 125.285663, + 50.058757 + ], + [ + 125.256182, + 50.039049 + ], + [ + 125.286819, + 50.034489 + ], + [ + 125.296646, + 50.009472 + ], + [ + 125.242019, + 49.987829 + ], + [ + 125.231614, + 49.957631 + ], + [ + 125.189994, + 49.959841 + ], + [ + 125.225545, + 49.924612 + ], + [ + 125.212827, + 49.907209 + ], + [ + 125.24173, + 49.866775 + ], + [ + 125.2241, + 49.835762 + ], + [ + 125.177855, + 49.829409 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150800, + "name": "巴彦淖尔市", + "center": [ + 107.416959, + 40.757402 + ], + "centroid": [ + 107.572978, + 41.453196 + ], + "childrenNum": 7, + "level": "city", + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.866578, + 40.181012 + ], + [ + 106.740271, + 40.196234 + ], + [ + 106.705587, + 40.262158 + ], + [ + 106.765706, + 40.29466 + ], + [ + 106.820044, + 40.355252 + ], + [ + 106.672349, + 40.375845 + ], + [ + 106.604426, + 40.377764 + ], + [ + 106.528122, + 40.365375 + ], + [ + 106.476386, + 40.319113 + ], + [ + 106.426961, + 40.339542 + ], + [ + 106.32002, + 40.34024 + ], + [ + 106.219148, + 40.461289 + ], + [ + 106.197182, + 40.515637 + ], + [ + 106.268283, + 40.519294 + ], + [ + 106.282446, + 40.548539 + ], + [ + 106.34979, + 40.527999 + ], + [ + 106.37956, + 40.501009 + ], + [ + 106.482455, + 40.502925 + ], + [ + 106.467137, + 40.546276 + ], + [ + 106.321754, + 40.589425 + ], + [ + 106.273197, + 40.591165 + ], + [ + 106.235334, + 40.626636 + ], + [ + 106.237935, + 40.661221 + ], + [ + 106.161631, + 40.68502 + ], + [ + 106.115097, + 40.717838 + ], + [ + 105.944279, + 40.739534 + ], + [ + 105.835604, + 40.781864 + ], + [ + 105.781266, + 40.785333 + ], + [ + 105.697447, + 40.811168 + ], + [ + 105.636461, + 40.854492 + ], + [ + 105.559001, + 40.89017 + ], + [ + 105.503507, + 40.927559 + ], + [ + 105.395409, + 40.984987 + ], + [ + 105.403213, + 41.015756 + ], + [ + 105.379224, + 41.059464 + ], + [ + 105.31766, + 41.113153 + ], + [ + 105.334424, + 41.131442 + ], + [ + 105.317082, + 41.201446 + ], + [ + 105.245691, + 41.32403 + ], + [ + 105.222858, + 41.396748 + ], + [ + 105.201759, + 41.542456 + ], + [ + 105.226326, + 41.67877 + ], + [ + 105.226615, + 41.748186 + ], + [ + 105.291647, + 41.749894 + ], + [ + 105.385293, + 41.79721 + ], + [ + 105.589638, + 41.888498 + ], + [ + 105.741669, + 41.94934 + ], + [ + 106.013069, + 42.032075 + ], + [ + 106.344877, + 42.149523 + ], + [ + 106.613097, + 42.241832 + ], + [ + 106.785938, + 42.291494 + ], + [ + 107.051269, + 42.319275 + ], + [ + 107.271799, + 42.364138 + ], + [ + 107.304171, + 42.412689 + ], + [ + 107.466317, + 42.458837 + ], + [ + 107.501868, + 42.456809 + ], + [ + 107.574415, + 42.413027 + ], + [ + 107.732804, + 42.414887 + ], + [ + 107.939172, + 42.403726 + ], + [ + 108.022413, + 42.433316 + ], + [ + 108.089179, + 42.436359 + ], + [ + 108.23803, + 42.460358 + ], + [ + 108.298438, + 42.438387 + ], + [ + 108.532842, + 42.442951 + ], + [ + 108.704816, + 42.413365 + ], + [ + 108.798751, + 42.415225 + ], + [ + 108.845574, + 42.395776 + ], + [ + 108.983153, + 42.448866 + ], + [ + 109.02564, + 42.458499 + ], + [ + 109.291549, + 42.435852 + ], + [ + 109.379414, + 42.447345 + ], + [ + 109.433463, + 42.427737 + ], + [ + 109.445313, + 42.379198 + ], + [ + 109.477396, + 42.345181 + ], + [ + 109.472482, + 42.314363 + ], + [ + 109.508611, + 42.263702 + ], + [ + 109.539248, + 42.147315 + ], + [ + 109.515548, + 42.139333 + ], + [ + 109.48809, + 42.077312 + ], + [ + 109.375079, + 41.932985 + ], + [ + 109.337216, + 41.898727 + ], + [ + 109.263513, + 41.889521 + ], + [ + 109.259177, + 41.868374 + ], + [ + 109.292127, + 41.854557 + ], + [ + 109.317272, + 41.80865 + ], + [ + 109.367853, + 41.765784 + ], + [ + 109.341551, + 41.742546 + ], + [ + 109.395022, + 41.697926 + ], + [ + 109.423636, + 41.634448 + ], + [ + 109.428838, + 41.552055 + ], + [ + 109.478263, + 41.499584 + ], + [ + 109.66411, + 41.49907 + ], + [ + 109.63116, + 41.426637 + ], + [ + 109.698794, + 41.379393 + ], + [ + 109.696192, + 41.322998 + ], + [ + 109.641565, + 41.31801 + ], + [ + 109.620466, + 41.275506 + ], + [ + 109.667578, + 41.199723 + ], + [ + 109.709488, + 41.152486 + ], + [ + 109.724806, + 41.115224 + ], + [ + 109.657462, + 41.115914 + ], + [ + 109.688099, + 41.07725 + ], + [ + 109.698794, + 41.036663 + ], + [ + 109.735211, + 41.036318 + ], + [ + 109.759779, + 40.999509 + ], + [ + 109.79822, + 41.008151 + ], + [ + 109.8251, + 40.994496 + ], + [ + 109.835216, + 40.945727 + ], + [ + 109.886953, + 40.924271 + ], + [ + 109.867299, + 40.878049 + ], + [ + 109.869322, + 40.841324 + ], + [ + 109.841575, + 40.835606 + ], + [ + 109.79822, + 40.795911 + ], + [ + 109.795908, + 40.76157 + ], + [ + 109.635496, + 40.738666 + ], + [ + 109.545607, + 40.742831 + ], + [ + 109.528554, + 40.732592 + ], + [ + 109.47913, + 40.749945 + ], + [ + 109.41641, + 40.708463 + ], + [ + 109.407739, + 40.628027 + ], + [ + 109.445602, + 40.540184 + ], + [ + 109.437509, + 40.513722 + ], + [ + 109.419879, + 40.473312 + ], + [ + 109.322475, + 40.484636 + ], + [ + 109.157149, + 40.53357 + ], + [ + 109.088938, + 40.532699 + ], + [ + 109.053387, + 40.550801 + ], + [ + 108.998182, + 40.55724 + ], + [ + 108.997604, + 40.530088 + ], + [ + 108.925635, + 40.533048 + ], + [ + 108.92737, + 40.552194 + ], + [ + 108.870141, + 40.570464 + ], + [ + 108.831122, + 40.541577 + ], + [ + 108.778229, + 40.567158 + ], + [ + 108.762622, + 40.62681 + ], + [ + 108.720134, + 40.619161 + ], + [ + 108.656547, + 40.667128 + ], + [ + 108.591804, + 40.658962 + ], + [ + 108.580243, + 40.710893 + ], + [ + 108.483129, + 40.75463 + ], + [ + 108.468388, + 40.785159 + ], + [ + 108.421565, + 40.80666 + ], + [ + 108.338902, + 40.801633 + ], + [ + 108.288033, + 40.819661 + ], + [ + 108.211728, + 40.820875 + ], + [ + 108.211439, + 40.850681 + ], + [ + 108.182247, + 40.888092 + ], + [ + 108.125308, + 40.842711 + ], + [ + 108.088601, + 40.832314 + ], + [ + 108.000447, + 40.846003 + ], + [ + 107.972122, + 40.862287 + ], + [ + 107.899575, + 40.849295 + ], + [ + 107.856509, + 40.874585 + ], + [ + 107.821247, + 40.835779 + ], + [ + 107.747545, + 40.860728 + ], + [ + 107.738874, + 40.874758 + ], + [ + 107.681067, + 40.817235 + ], + [ + 107.679622, + 40.780824 + ], + [ + 107.653609, + 40.772845 + ], + [ + 107.603896, + 40.798685 + ], + [ + 107.612567, + 40.778049 + ], + [ + 107.584531, + 40.739707 + ], + [ + 107.526725, + 40.701344 + ], + [ + 107.485104, + 40.711067 + ], + [ + 107.455334, + 40.680677 + ], + [ + 107.392325, + 40.644887 + ], + [ + 107.286829, + 40.650969 + ], + [ + 107.250989, + 40.58299 + ], + [ + 107.230757, + 40.577423 + ], + [ + 107.169193, + 40.598295 + ], + [ + 107.1611, + 40.525388 + ], + [ + 107.203877, + 40.505712 + ], + [ + 107.18509, + 40.471744 + ], + [ + 107.147227, + 40.464251 + ], + [ + 107.15214, + 40.410907 + ], + [ + 107.114277, + 40.366945 + ], + [ + 107.044043, + 40.35403 + ], + [ + 107.055026, + 40.332733 + ], + [ + 107.013116, + 40.314572 + ], + [ + 106.99722, + 40.262333 + ], + [ + 106.948663, + 40.234887 + ], + [ + 106.922939, + 40.196934 + ], + [ + 106.866578, + 40.181012 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150900, + "name": "乌兰察布市", + "center": [ + 113.114543, + 41.034126 + ], + "centroid": [ + 112.442779, + 41.696758 + ], + "childrenNum": 11, + "level": "city", + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.807129, + 42.149523 + ], + [ + 114.755393, + 42.115891 + ], + [ + 114.67562, + 42.120478 + ], + [ + 114.624751, + 42.112153 + ], + [ + 114.565788, + 42.133728 + ], + [ + 114.510872, + 42.110964 + ], + [ + 114.502491, + 42.067111 + ], + [ + 114.466073, + 42.038029 + ], + [ + 114.509427, + 41.972503 + ], + [ + 114.421562, + 41.942185 + ], + [ + 114.352483, + 41.953939 + ], + [ + 114.346703, + 41.928043 + ], + [ + 114.200742, + 41.789867 + ], + [ + 114.206812, + 41.738445 + ], + [ + 114.237449, + 41.69861 + ], + [ + 114.215483, + 41.685099 + ], + [ + 114.259415, + 41.62332 + ], + [ + 114.228778, + 41.620923 + ], + [ + 114.221552, + 41.582215 + ], + [ + 114.23109, + 41.513649 + ], + [ + 114.101315, + 41.537827 + ], + [ + 114.032237, + 41.529597 + ], + [ + 113.92992, + 41.484487 + ], + [ + 113.92096, + 41.456513 + ], + [ + 113.871247, + 41.413412 + ], + [ + 113.948707, + 41.392109 + ], + [ + 113.926741, + 41.326266 + ], + [ + 113.899572, + 41.316289 + ], + [ + 113.951308, + 41.282907 + ], + [ + 113.97154, + 41.23952 + ], + [ + 113.992351, + 41.269825 + ], + [ + 114.01634, + 41.232113 + ], + [ + 113.996686, + 41.192484 + ], + [ + 113.961135, + 41.171281 + ], + [ + 113.920382, + 41.171971 + ], + [ + 113.877894, + 41.115569 + ], + [ + 113.820377, + 41.10159 + ], + [ + 113.868356, + 41.068962 + ], + [ + 113.975587, + 40.976514 + ], + [ + 113.991195, + 40.940191 + ], + [ + 114.057383, + 40.925137 + ], + [ + 114.041486, + 40.917349 + ], + [ + 114.055359, + 40.86783 + ], + [ + 114.073568, + 40.857264 + ], + [ + 114.044665, + 40.8311 + ], + [ + 114.134554, + 40.737798 + ], + [ + 114.093223, + 40.731898 + ], + [ + 114.06403, + 40.707074 + ], + [ + 114.070389, + 40.660352 + ], + [ + 114.041775, + 40.608729 + ], + [ + 114.076748, + 40.575857 + ], + [ + 114.062007, + 40.52887 + ], + [ + 114.011427, + 40.515812 + ], + [ + 113.948707, + 40.517379 + ], + [ + 113.890034, + 40.466517 + ], + [ + 113.851014, + 40.460592 + ], + [ + 113.794942, + 40.517901 + ], + [ + 113.763438, + 40.474009 + ], + [ + 113.680486, + 40.444034 + ], + [ + 113.55996, + 40.348619 + ], + [ + 113.387698, + 40.319113 + ], + [ + 113.316018, + 40.320161 + ], + [ + 113.251275, + 40.413349 + ], + [ + 113.11543, + 40.381079 + ], + [ + 113.039704, + 40.370086 + ], + [ + 112.892876, + 40.326447 + ], + [ + 112.848655, + 40.20708 + ], + [ + 112.750673, + 40.168061 + ], + [ + 112.728707, + 40.168236 + ], + [ + 112.629858, + 40.235761 + ], + [ + 112.509043, + 40.270373 + ], + [ + 112.45615, + 40.300075 + ], + [ + 112.418287, + 40.295358 + ], + [ + 112.345451, + 40.25639 + ], + [ + 112.31019, + 40.25639 + ], + [ + 112.289379, + 40.281032 + ], + [ + 112.272616, + 40.357172 + ], + [ + 112.236198, + 40.353856 + ], + [ + 112.264523, + 40.38736 + ], + [ + 112.2177, + 40.42817 + ], + [ + 112.22348, + 40.452575 + ], + [ + 112.183305, + 40.466168 + ], + [ + 112.13706, + 40.508324 + ], + [ + 112.113648, + 40.508672 + ], + [ + 112.052374, + 40.55985 + ], + [ + 112.059022, + 40.584381 + ], + [ + 112.098619, + 40.583859 + ], + [ + 112.087925, + 40.618813 + ], + [ + 112.045148, + 40.655139 + ], + [ + 112.115672, + 40.658788 + ], + [ + 112.130412, + 40.697697 + ], + [ + 112.098619, + 40.74526 + ], + [ + 112.15209, + 40.764519 + ], + [ + 112.17868, + 40.811514 + ], + [ + 112.176079, + 40.85276 + ], + [ + 112.150933, + 40.879088 + ], + [ + 112.125788, + 40.955933 + ], + [ + 112.09515, + 40.943305 + ], + [ + 112.037055, + 40.96389 + ], + [ + 112.010175, + 41.014719 + ], + [ + 112.027517, + 41.048583 + ], + [ + 111.921732, + 41.095895 + ], + [ + 111.877221, + 41.129027 + ], + [ + 111.840514, + 41.252091 + ], + [ + 111.804096, + 41.259668 + ], + [ + 111.730104, + 41.310956 + ], + [ + 111.702646, + 41.29461 + ], + [ + 111.582409, + 41.306655 + ], + [ + 111.525181, + 41.331426 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.424887, + 41.346903 + ], + [ + 111.387313, + 41.378705 + ], + [ + 111.434136, + 41.425264 + ], + [ + 111.446565, + 41.472646 + ], + [ + 111.441362, + 41.524282 + ], + [ + 111.371128, + 41.635646 + ], + [ + 111.241353, + 41.671242 + ], + [ + 111.150886, + 41.735026 + ], + [ + 111.120827, + 41.771421 + ], + [ + 111.078917, + 41.78611 + ], + [ + 111.039609, + 41.822818 + ], + [ + 110.985849, + 41.9352 + ], + [ + 110.842201, + 42.119969 + ], + [ + 110.784683, + 42.176347 + ], + [ + 110.783238, + 42.239967 + ], + [ + 110.750867, + 42.294883 + ], + [ + 110.72312, + 42.393916 + ], + [ + 110.730057, + 42.442613 + ], + [ + 110.704911, + 42.470833 + ], + [ + 110.639012, + 42.491779 + ], + [ + 110.577159, + 42.573637 + ], + [ + 110.521954, + 42.62607 + ], + [ + 110.438135, + 42.690414 + ], + [ + 110.337552, + 42.738039 + ], + [ + 110.437268, + 42.781426 + ], + [ + 110.46964, + 42.839059 + ], + [ + 110.631497, + 42.936057 + ], + [ + 110.689303, + 43.021516 + ], + [ + 110.68728, + 43.036418 + ], + [ + 110.736415, + 43.089631 + ], + [ + 110.769943, + 43.099332 + ], + [ + 110.820234, + 43.148982 + ], + [ + 111.020533, + 43.33002 + ], + [ + 111.069668, + 43.358004 + ], + [ + 111.150886, + 43.380315 + ], + [ + 111.21534, + 43.279351 + ], + [ + 111.380087, + 43.18206 + ], + [ + 111.506972, + 43.179387 + ], + [ + 111.618827, + 43.054161 + ], + [ + 111.658135, + 43.024028 + ], + [ + 111.75236, + 42.987514 + ], + [ + 111.855833, + 42.839899 + ], + [ + 111.858434, + 42.81823 + ], + [ + 111.934738, + 42.707415 + ], + [ + 112.026072, + 42.602978 + ], + [ + 112.028962, + 42.584599 + ], + [ + 112.180704, + 42.534662 + ], + [ + 112.178391, + 42.511029 + ], + [ + 112.254407, + 42.482827 + ], + [ + 112.398055, + 42.387318 + ], + [ + 112.612227, + 42.341287 + ], + [ + 112.654715, + 42.315887 + ], + [ + 112.636795, + 42.280311 + ], + [ + 112.689976, + 42.254379 + ], + [ + 112.737956, + 42.144258 + ], + [ + 112.790848, + 42.138144 + ], + [ + 112.856458, + 42.115721 + ], + [ + 112.938832, + 42.019655 + ], + [ + 112.965134, + 41.9977 + ], + [ + 113.041727, + 41.986125 + ], + [ + 113.086527, + 41.932644 + ], + [ + 113.127281, + 41.953939 + ], + [ + 113.17208, + 41.950022 + ], + [ + 113.148669, + 41.978293 + ], + [ + 113.22873, + 42.01489 + ], + [ + 113.313417, + 42.105357 + ], + [ + 113.372379, + 42.143579 + ], + [ + 113.572388, + 42.13186 + ], + [ + 113.632218, + 42.104677 + ], + [ + 113.709389, + 42.129822 + ], + [ + 113.743206, + 42.083432 + ], + [ + 113.782803, + 42.067111 + ], + [ + 113.895236, + 42.058099 + ], + [ + 113.914601, + 41.978122 + ], + [ + 113.988015, + 41.952917 + ], + [ + 114.019231, + 41.991572 + ], + [ + 114.058539, + 41.949681 + ], + [ + 114.069233, + 41.999062 + ], + [ + 114.105362, + 41.98306 + ], + [ + 114.065186, + 42.043302 + ], + [ + 114.093801, + 42.065241 + ], + [ + 114.100159, + 42.125745 + ], + [ + 114.131953, + 42.116911 + ], + [ + 114.213459, + 42.125235 + ], + [ + 114.257103, + 42.175668 + ], + [ + 114.320112, + 42.189416 + ], + [ + 114.375895, + 42.1519 + ], + [ + 114.377051, + 42.110114 + ], + [ + 114.44584, + 42.098729 + ], + [ + 114.479079, + 42.115551 + ], + [ + 114.465206, + 42.170745 + ], + [ + 114.437748, + 42.171424 + ], + [ + 114.404798, + 42.200276 + ], + [ + 114.519832, + 42.229962 + ], + [ + 114.575037, + 42.296577 + ], + [ + 114.689205, + 42.26421 + ], + [ + 114.669551, + 42.248953 + ], + [ + 114.68747, + 42.221142 + ], + [ + 114.675042, + 42.19807 + ], + [ + 114.758572, + 42.218598 + ], + [ + 114.809153, + 42.200106 + ], + [ + 114.790077, + 42.187718 + ], + [ + 114.807129, + 42.149523 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152200, + "name": "兴安盟", + "center": [ + 122.070317, + 46.076268 + ], + "centroid": [ + 121.340147, + 46.24332 + ], + "childrenNum": 6, + "level": "city", + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 122.418186, + 47.350534 + ], + [ + 122.462696, + 47.278482 + ], + [ + 122.509808, + 47.242886 + ], + [ + 122.556342, + 47.172556 + ], + [ + 122.596229, + 47.155115 + ], + [ + 122.612414, + 47.128474 + ], + [ + 122.679759, + 47.094181 + ], + [ + 122.702014, + 47.096676 + ], + [ + 122.821962, + 47.065638 + ], + [ + 122.852021, + 47.072346 + ], + [ + 122.845952, + 47.046757 + ], + [ + 122.778318, + 47.002883 + ], + [ + 122.77485, + 46.973979 + ], + [ + 122.802308, + 46.937396 + ], + [ + 122.848842, + 46.939586 + ], + [ + 122.895376, + 46.960224 + ], + [ + 122.893642, + 46.895155 + ], + [ + 122.907226, + 46.807907 + ], + [ + 122.996537, + 46.761641 + ], + [ + 123.026596, + 46.71879 + ], + [ + 123.077176, + 46.745007 + ], + [ + 123.104056, + 46.734647 + ], + [ + 123.171112, + 46.743908 + ], + [ + 123.18643, + 46.786739 + ], + [ + 123.230941, + 46.859928 + ], + [ + 123.295684, + 46.865253 + ], + [ + 123.34164, + 46.826872 + ], + [ + 123.374589, + 46.837684 + ], + [ + 123.406672, + 46.906423 + ], + [ + 123.404649, + 46.93552 + ], + [ + 123.360427, + 46.97101 + ], + [ + 123.304066, + 46.964914 + ], + [ + 123.301754, + 46.999759 + ], + [ + 123.336437, + 46.989136 + ], + [ + 123.427482, + 46.934425 + ], + [ + 123.527776, + 46.958036 + ], + [ + 123.522284, + 46.922225 + ], + [ + 123.483843, + 46.844734 + ], + [ + 123.514192, + 46.826089 + ], + [ + 123.562749, + 46.825932 + ], + [ + 123.576911, + 46.890616 + ], + [ + 123.605525, + 46.891242 + ], + [ + 123.599167, + 46.864939 + ], + [ + 123.625758, + 46.847711 + ], + [ + 123.580091, + 46.827969 + ], + [ + 123.629226, + 46.81355 + ], + [ + 123.631827, + 46.729466 + ], + [ + 123.604658, + 46.690046 + ], + [ + 123.482109, + 46.686904 + ], + [ + 123.366497, + 46.67779 + ], + [ + 123.277475, + 46.661602 + ], + [ + 123.279209, + 46.616941 + ], + [ + 123.22834, + 46.5883 + ], + [ + 123.181517, + 46.613637 + ], + [ + 123.098565, + 46.603094 + ], + [ + 123.077755, + 46.622132 + ], + [ + 123.045672, + 46.617255 + ], + [ + 123.052898, + 46.580115 + ], + [ + 123.007231, + 46.576966 + ], + [ + 123.011566, + 46.434928 + ], + [ + 123.094807, + 46.342192 + ], + [ + 123.140474, + 46.300274 + ], + [ + 123.178626, + 46.24803 + ], + [ + 123.128624, + 46.210478 + ], + [ + 123.127757, + 46.174646 + ], + [ + 123.1029, + 46.17195 + ], + [ + 123.112438, + 46.130061 + ], + [ + 123.069951, + 46.123552 + ], + [ + 123.045672, + 46.100052 + ], + [ + 122.793059, + 46.073205 + ], + [ + 122.82861, + 45.912329 + ], + [ + 122.800285, + 45.856685 + ], + [ + 122.752305, + 45.834827 + ], + [ + 122.792481, + 45.766165 + ], + [ + 122.751149, + 45.736119 + ], + [ + 122.7419, + 45.705097 + ], + [ + 122.671377, + 45.700619 + ], + [ + 122.640739, + 45.771118 + ], + [ + 122.603454, + 45.778147 + ], + [ + 122.554897, + 45.821421 + ], + [ + 122.504317, + 45.787731 + ], + [ + 122.495935, + 45.85828 + ], + [ + 122.445933, + 45.91695 + ], + [ + 122.362114, + 45.917428 + ], + [ + 122.373097, + 45.856047 + ], + [ + 122.337546, + 45.859875 + ], + [ + 122.320782, + 45.830518 + ], + [ + 122.262687, + 45.794918 + ], + [ + 122.200834, + 45.856845 + ], + [ + 122.09158, + 45.882043 + ], + [ + 122.083488, + 45.917269 + ], + [ + 122.040133, + 45.959001 + ], + [ + 121.923653, + 46.004838 + ], + [ + 121.863824, + 46.002611 + ], + [ + 121.843303, + 46.024403 + ], + [ + 121.761796, + 45.998952 + ], + [ + 121.809197, + 45.961548 + ], + [ + 121.821047, + 45.920615 + ], + [ + 121.81729, + 45.875665 + ], + [ + 121.784918, + 45.860194 + ], + [ + 121.754281, + 45.794918 + ], + [ + 121.690116, + 45.76281 + ], + [ + 121.656878, + 45.77016 + ], + [ + 121.644449, + 45.752423 + ], + [ + 121.714106, + 45.701738 + ], + [ + 121.81122, + 45.68702 + ], + [ + 121.812376, + 45.704777 + ], + [ + 121.867003, + 45.719811 + ], + [ + 121.934058, + 45.710535 + ], + [ + 121.970187, + 45.69278 + ], + [ + 122.003426, + 45.623302 + ], + [ + 121.9962, + 45.598949 + ], + [ + 121.96643, + 45.596064 + ], + [ + 121.99331, + 45.552937 + ], + [ + 122.002559, + 45.50785 + ], + [ + 122.023369, + 45.490191 + ], + [ + 122.163549, + 45.443768 + ], + [ + 122.179735, + 45.409369 + ], + [ + 122.146785, + 45.374465 + ], + [ + 122.147363, + 45.295572 + ], + [ + 122.238986, + 45.276234 + ], + [ + 122.230026, + 45.206887 + ], + [ + 122.192741, + 45.180739 + ], + [ + 122.143317, + 45.182999 + ], + [ + 122.109789, + 45.141979 + ], + [ + 122.119327, + 45.068586 + ], + [ + 122.098806, + 45.021493 + ], + [ + 122.074528, + 45.006597 + ], + [ + 122.086667, + 44.952971 + ], + [ + 122.079152, + 44.914218 + ], + [ + 122.049671, + 44.912758 + ], + [ + 122.114992, + 44.776671 + ], + [ + 122.169041, + 44.770167 + ], + [ + 122.142739, + 44.753742 + ], + [ + 122.110656, + 44.767891 + ], + [ + 122.102853, + 44.736336 + ], + [ + 122.152566, + 44.743819 + ], + [ + 122.161526, + 44.7282 + ], + [ + 122.117304, + 44.702158 + ], + [ + 122.103142, + 44.673988 + ], + [ + 122.131756, + 44.577485 + ], + [ + 122.195921, + 44.559863 + ], + [ + 122.223957, + 44.526235 + ], + [ + 122.228003, + 44.480168 + ], + [ + 122.286098, + 44.477717 + ], + [ + 122.29448, + 44.411001 + ], + [ + 122.29159, + 44.310292 + ], + [ + 122.274537, + 44.25405 + ], + [ + 122.22598, + 44.263564 + ], + [ + 122.167596, + 44.25569 + ], + [ + 122.017877, + 44.304392 + ], + [ + 121.933769, + 44.351252 + ], + [ + 121.881166, + 44.402983 + ], + [ + 121.829429, + 44.411328 + ], + [ + 121.778271, + 44.446494 + ], + [ + 121.760062, + 44.47739 + ], + [ + 121.697631, + 44.534562 + ], + [ + 121.651097, + 44.563126 + ], + [ + 121.585198, + 44.639774 + ], + [ + 121.595603, + 44.659164 + ], + [ + 121.548491, + 44.667472 + ], + [ + 121.529993, + 44.720389 + ], + [ + 121.409178, + 44.790815 + ], + [ + 121.420161, + 44.817953 + ], + [ + 121.401663, + 44.85125 + ], + [ + 121.239806, + 44.934165 + ], + [ + 121.032859, + 44.9985 + ], + [ + 120.977076, + 45.072953 + ], + [ + 120.97303, + 45.11871 + ], + [ + 120.947884, + 45.120973 + ], + [ + 120.97303, + 45.157002 + ], + [ + 120.967827, + 45.184129 + ], + [ + 120.882274, + 45.217537 + ], + [ + 120.834873, + 45.216084 + ], + [ + 120.82678, + 45.253504 + ], + [ + 120.744406, + 45.260115 + ], + [ + 120.660298, + 45.297666 + ], + [ + 120.580526, + 45.352901 + ], + [ + 120.554224, + 45.357569 + ], + [ + 120.559716, + 45.416604 + ], + [ + 120.49584, + 45.464173 + ], + [ + 120.434854, + 45.464495 + ], + [ + 120.414044, + 45.503516 + ], + [ + 120.35855, + 45.516838 + ], + [ + 120.318375, + 45.556626 + ], + [ + 120.269239, + 45.552135 + ], + [ + 120.165766, + 45.594782 + ], + [ + 120.142644, + 45.584204 + ], + [ + 120.027031, + 45.594942 + ], + [ + 119.994082, + 45.580837 + ], + [ + 119.994082, + 45.552937 + ], + [ + 120.028765, + 45.526306 + ], + [ + 120.031656, + 45.499342 + ], + [ + 120.002464, + 45.482162 + ], + [ + 119.906794, + 45.505603 + ], + [ + 119.918355, + 45.561918 + ], + [ + 119.877602, + 45.549088 + ], + [ + 119.819507, + 45.572821 + ], + [ + 119.790893, + 45.564323 + ], + [ + 119.656493, + 45.623463 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.596086, + 45.670057 + ], + [ + 119.681639, + 45.669417 + ], + [ + 119.708808, + 45.703178 + ], + [ + 119.700426, + 45.736439 + ], + [ + 119.751585, + 45.76297 + ], + [ + 119.807946, + 45.820463 + ], + [ + 119.829912, + 45.974603 + ], + [ + 119.807657, + 45.991314 + ], + [ + 119.833669, + 46.004838 + ], + [ + 119.855058, + 46.107992 + ], + [ + 119.879336, + 46.144344 + ], + [ + 119.850433, + 46.18321 + ], + [ + 119.889452, + 46.209686 + ], + [ + 119.835693, + 46.235357 + ], + [ + 119.837716, + 46.320683 + ], + [ + 119.874134, + 46.345512 + ], + [ + 119.838294, + 46.37586 + ], + [ + 119.900147, + 46.403507 + ], + [ + 119.961421, + 46.39561 + ], + [ + 119.984544, + 46.418667 + ], + [ + 119.909396, + 46.429088 + ], + [ + 119.948704, + 46.493617 + ], + [ + 119.907083, + 46.53775 + ], + [ + 119.952461, + 46.604196 + ], + [ + 119.906794, + 46.668518 + ], + [ + 119.935119, + 46.712822 + ], + [ + 119.91691, + 46.758346 + ], + [ + 119.936275, + 46.790189 + ], + [ + 119.920379, + 46.853193 + ], + [ + 119.928761, + 46.903762 + ], + [ + 119.859682, + 46.917062 + ], + [ + 119.844942, + 46.96507 + ], + [ + 119.794939, + 47.013035 + ], + [ + 119.8065, + 47.054872 + ], + [ + 119.762857, + 47.130968 + ], + [ + 119.716034, + 47.195595 + ], + [ + 119.62181, + 47.248484 + ], + [ + 119.557356, + 47.257656 + ], + [ + 119.561113, + 47.301164 + ], + [ + 119.486254, + 47.336721 + ], + [ + 119.616896, + 47.361706 + ], + [ + 119.657938, + 47.410554 + ], + [ + 119.764013, + 47.436123 + ], + [ + 119.814304, + 47.474995 + ], + [ + 119.814015, + 47.49914 + ], + [ + 119.853034, + 47.520954 + ], + [ + 119.904482, + 47.5678 + ], + [ + 119.958242, + 47.581552 + ], + [ + 120.023852, + 47.554044 + ], + [ + 120.11403, + 47.597926 + ], + [ + 120.188022, + 47.615222 + ], + [ + 120.200161, + 47.632975 + ], + [ + 120.230509, + 47.623713 + ], + [ + 120.265193, + 47.65643 + ], + [ + 120.344387, + 47.602405 + ], + [ + 120.385719, + 47.620317 + ], + [ + 120.52561, + 47.574599 + ], + [ + 120.525321, + 47.544769 + ], + [ + 120.581104, + 47.548479 + ], + [ + 120.604226, + 47.532244 + ], + [ + 120.582549, + 47.505329 + ], + [ + 120.593532, + 47.488617 + ], + [ + 120.643535, + 47.506877 + ], + [ + 120.725619, + 47.441545 + ], + [ + 120.703364, + 47.408539 + ], + [ + 120.732556, + 47.384972 + ], + [ + 120.733134, + 47.357672 + ], + [ + 120.708277, + 47.337342 + ], + [ + 120.624748, + 47.300698 + ], + [ + 120.623302, + 47.244285 + ], + [ + 120.739204, + 47.217379 + ], + [ + 120.773888, + 47.176915 + ], + [ + 120.823312, + 47.145613 + ], + [ + 120.876494, + 47.149819 + ], + [ + 120.945861, + 47.099014 + ], + [ + 120.976787, + 47.09652 + ], + [ + 121.018119, + 47.129253 + ], + [ + 121.098469, + 47.151999 + ], + [ + 121.172461, + 47.141251 + ], + [ + 121.246453, + 47.112577 + ], + [ + 121.329405, + 47.136577 + ], + [ + 121.368136, + 47.135175 + ], + [ + 121.437503, + 47.184232 + ], + [ + 121.488661, + 47.183765 + ], + [ + 121.551092, + 47.197773 + ], + [ + 121.588955, + 47.1724 + ], + [ + 121.648785, + 47.179406 + ], + [ + 121.639825, + 47.203064 + ], + [ + 121.674219, + 47.249883 + ], + [ + 121.760351, + 47.280968 + ], + [ + 121.840123, + 47.265739 + ], + [ + 122.042156, + 47.204154 + ], + [ + 122.084644, + 47.180652 + ], + [ + 122.146207, + 47.222201 + ], + [ + 122.209505, + 47.236199 + ], + [ + 122.256906, + 47.260299 + ], + [ + 122.308932, + 47.304271 + ], + [ + 122.418186, + 47.350534 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152500, + "name": "锡林郭勒盟", + "center": [ + 116.090996, + 43.944018 + ], + "centroid": [ + 115.515195, + 44.233018 + ], + "childrenNum": 12, + "level": "city", + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.893645, + 42.387826 + ], + [ + 116.884974, + 42.353306 + ], + [ + 116.918502, + 42.229962 + ], + [ + 116.903472, + 42.190773 + ], + [ + 116.789305, + 42.200276 + ], + [ + 116.825145, + 42.155636 + ], + [ + 116.85029, + 42.156315 + ], + [ + 116.890755, + 42.092611 + ], + [ + 116.879482, + 42.018463 + ], + [ + 116.832081, + 42.00536 + ], + [ + 116.814161, + 41.981868 + ], + [ + 116.766471, + 41.990381 + ], + [ + 116.727452, + 41.951044 + ], + [ + 116.652304, + 41.943889 + ], + [ + 116.640743, + 41.930429 + ], + [ + 116.566462, + 41.928725 + ], + [ + 116.533801, + 41.938948 + ], + [ + 116.514147, + 41.970119 + ], + [ + 116.482643, + 41.975909 + ], + [ + 116.427438, + 41.938948 + ], + [ + 116.386684, + 41.952406 + ], + [ + 116.414431, + 41.986976 + ], + [ + 116.373678, + 42.009955 + ], + [ + 116.327144, + 42.0057 + ], + [ + 116.298241, + 41.968076 + ], + [ + 116.233498, + 41.941504 + ], + [ + 116.19419, + 41.861893 + ], + [ + 116.123088, + 41.861722 + ], + [ + 116.106902, + 41.831522 + ], + [ + 116.128869, + 41.806089 + ], + [ + 116.098809, + 41.776546 + ], + [ + 116.016725, + 41.777058 + ], + [ + 115.995047, + 41.828621 + ], + [ + 115.946779, + 41.885599 + ], + [ + 115.916431, + 41.945081 + ], + [ + 115.853133, + 41.927703 + ], + [ + 115.837236, + 41.937756 + ], + [ + 115.724514, + 41.868033 + ], + [ + 115.688096, + 41.867692 + ], + [ + 115.653991, + 41.828962 + ], + [ + 115.574218, + 41.805406 + ], + [ + 115.51988, + 41.767834 + ], + [ + 115.429991, + 41.728702 + ], + [ + 115.347039, + 41.71229 + ], + [ + 115.319003, + 41.691427 + ], + [ + 115.362358, + 41.668163 + ], + [ + 115.345594, + 41.635646 + ], + [ + 115.377677, + 41.602428 + ], + [ + 115.310911, + 41.592665 + ], + [ + 115.290389, + 41.622977 + ], + [ + 115.264377, + 41.613046 + ], + [ + 115.257729, + 41.581187 + ], + [ + 115.204258, + 41.571421 + ], + [ + 115.195009, + 41.602086 + ], + [ + 115.087779, + 41.622806 + ], + [ + 115.055985, + 41.602257 + ], + [ + 115.025059, + 41.615272 + ], + [ + 114.8606, + 41.601058 + ], + [ + 114.895573, + 41.636502 + ], + [ + 114.902799, + 41.689375 + ], + [ + 114.896151, + 41.767663 + ], + [ + 114.867248, + 41.803016 + ], + [ + 114.922453, + 41.825207 + ], + [ + 114.939217, + 41.846197 + ], + [ + 114.921586, + 41.875879 + ], + [ + 114.916961, + 41.981017 + ], + [ + 114.901932, + 42.015571 + ], + [ + 114.860889, + 42.054868 + ], + [ + 114.856265, + 42.109944 + ], + [ + 114.807129, + 42.149523 + ], + [ + 114.790077, + 42.187718 + ], + [ + 114.809153, + 42.200106 + ], + [ + 114.758572, + 42.218598 + ], + [ + 114.675042, + 42.19807 + ], + [ + 114.68747, + 42.221142 + ], + [ + 114.669551, + 42.248953 + ], + [ + 114.689205, + 42.26421 + ], + [ + 114.575037, + 42.296577 + ], + [ + 114.519832, + 42.229962 + ], + [ + 114.404798, + 42.200276 + ], + [ + 114.437748, + 42.171424 + ], + [ + 114.465206, + 42.170745 + ], + [ + 114.479079, + 42.115551 + ], + [ + 114.44584, + 42.098729 + ], + [ + 114.377051, + 42.110114 + ], + [ + 114.375895, + 42.1519 + ], + [ + 114.320112, + 42.189416 + ], + [ + 114.257103, + 42.175668 + ], + [ + 114.213459, + 42.125235 + ], + [ + 114.131953, + 42.116911 + ], + [ + 114.100159, + 42.125745 + ], + [ + 114.093801, + 42.065241 + ], + [ + 114.065186, + 42.043302 + ], + [ + 114.105362, + 41.98306 + ], + [ + 114.069233, + 41.999062 + ], + [ + 114.058539, + 41.949681 + ], + [ + 114.019231, + 41.991572 + ], + [ + 113.988015, + 41.952917 + ], + [ + 113.914601, + 41.978122 + ], + [ + 113.895236, + 42.058099 + ], + [ + 113.782803, + 42.067111 + ], + [ + 113.743206, + 42.083432 + ], + [ + 113.709389, + 42.129822 + ], + [ + 113.632218, + 42.104677 + ], + [ + 113.572388, + 42.13186 + ], + [ + 113.372379, + 42.143579 + ], + [ + 113.313417, + 42.105357 + ], + [ + 113.22873, + 42.01489 + ], + [ + 113.148669, + 41.978293 + ], + [ + 113.17208, + 41.950022 + ], + [ + 113.127281, + 41.953939 + ], + [ + 113.086527, + 41.932644 + ], + [ + 113.041727, + 41.986125 + ], + [ + 112.965134, + 41.9977 + ], + [ + 112.938832, + 42.019655 + ], + [ + 112.856458, + 42.115721 + ], + [ + 112.790848, + 42.138144 + ], + [ + 112.737956, + 42.144258 + ], + [ + 112.689976, + 42.254379 + ], + [ + 112.636795, + 42.280311 + ], + [ + 112.654715, + 42.315887 + ], + [ + 112.612227, + 42.341287 + ], + [ + 112.398055, + 42.387318 + ], + [ + 112.254407, + 42.482827 + ], + [ + 112.178391, + 42.511029 + ], + [ + 112.180704, + 42.534662 + ], + [ + 112.028962, + 42.584599 + ], + [ + 112.026072, + 42.602978 + ], + [ + 111.934738, + 42.707415 + ], + [ + 111.858434, + 42.81823 + ], + [ + 111.855833, + 42.839899 + ], + [ + 111.75236, + 42.987514 + ], + [ + 111.658135, + 43.024028 + ], + [ + 111.618827, + 43.054161 + ], + [ + 111.506972, + 43.179387 + ], + [ + 111.380087, + 43.18206 + ], + [ + 111.21534, + 43.279351 + ], + [ + 111.150886, + 43.380315 + ], + [ + 111.183546, + 43.396128 + ], + [ + 111.354075, + 43.436057 + ], + [ + 111.40032, + 43.472802 + ], + [ + 111.456681, + 43.494406 + ], + [ + 111.564489, + 43.490252 + ], + [ + 111.643973, + 43.543734 + ], + [ + 111.794269, + 43.671931 + ], + [ + 111.891673, + 43.674085 + ], + [ + 111.950924, + 43.693133 + ], + [ + 111.970578, + 43.748421 + ], + [ + 111.959884, + 43.82316 + ], + [ + 111.870284, + 43.940206 + ], + [ + 111.77317, + 44.010587 + ], + [ + 111.702357, + 44.033974 + ], + [ + 111.663049, + 44.061138 + ], + [ + 111.559287, + 44.17131 + ], + [ + 111.541656, + 44.20662 + ], + [ + 111.534141, + 44.262088 + ], + [ + 111.506683, + 44.294229 + ], + [ + 111.428645, + 44.31947 + ], + [ + 111.415927, + 44.357148 + ], + [ + 111.4272, + 44.39431 + ], + [ + 111.478358, + 44.488829 + ], + [ + 111.514487, + 44.507453 + ], + [ + 111.530673, + 44.550233 + ], + [ + 111.569981, + 44.57618 + ], + [ + 111.560732, + 44.646944 + ], + [ + 111.624608, + 44.778297 + ], + [ + 111.692241, + 44.86018 + ], + [ + 111.764499, + 44.969339 + ], + [ + 111.903523, + 45.052245 + ], + [ + 112.002661, + 45.090743 + ], + [ + 112.071161, + 45.096079 + ], + [ + 112.113648, + 45.073115 + ], + [ + 112.39661, + 45.064542 + ], + [ + 112.438808, + 45.071498 + ], + [ + 112.540547, + 45.001091 + ], + [ + 112.599799, + 44.930598 + ], + [ + 112.712232, + 44.879335 + ], + [ + 112.850678, + 44.840695 + ], + [ + 112.937965, + 44.840208 + ], + [ + 113.03797, + 44.822502 + ], + [ + 113.129015, + 44.796991 + ], + [ + 113.504177, + 44.777484 + ], + [ + 113.540595, + 44.759434 + ], + [ + 113.631062, + 44.745446 + ], + [ + 113.71228, + 44.788214 + ], + [ + 113.798989, + 44.849464 + ], + [ + 113.861998, + 44.863265 + ], + [ + 113.907376, + 44.915191 + ], + [ + 114.065186, + 44.931246 + ], + [ + 114.116923, + 44.956861 + ], + [ + 114.190915, + 45.03671 + ], + [ + 114.313464, + 45.107396 + ], + [ + 114.347281, + 45.119357 + ], + [ + 114.409712, + 45.179609 + ], + [ + 114.459714, + 45.213342 + ], + [ + 114.519543, + 45.283809 + ], + [ + 114.539776, + 45.326015 + ], + [ + 114.551048, + 45.387657 + ], + [ + 114.744988, + 45.438304 + ], + [ + 114.920719, + 45.386049 + ], + [ + 114.974189, + 45.37704 + ], + [ + 115.16784, + 45.396343 + ], + [ + 115.36467, + 45.392322 + ], + [ + 115.530285, + 45.428982 + ], + [ + 115.699657, + 45.459515 + ], + [ + 115.863827, + 45.572982 + ], + [ + 115.936663, + 45.632913 + ], + [ + 116.026841, + 45.661093 + ], + [ + 116.035512, + 45.6851 + ], + [ + 116.115573, + 45.679659 + ], + [ + 116.174246, + 45.68862 + ], + [ + 116.217312, + 45.722369 + ], + [ + 116.223093, + 45.747309 + ], + [ + 116.260956, + 45.775911 + ], + [ + 116.286969, + 45.775112 + ], + [ + 116.288703, + 45.838976 + ], + [ + 116.243036, + 45.876143 + ], + [ + 116.27165, + 45.966802 + ], + [ + 116.414142, + 46.134029 + ], + [ + 116.439577, + 46.137679 + ], + [ + 116.536113, + 46.232664 + ], + [ + 116.573398, + 46.258958 + ], + [ + 116.585249, + 46.292361 + ], + [ + 116.673403, + 46.325112 + ], + [ + 116.745661, + 46.327801 + ], + [ + 116.813294, + 46.355946 + ], + [ + 116.82659, + 46.380443 + ], + [ + 117.097412, + 46.357211 + ], + [ + 117.247708, + 46.367011 + ], + [ + 117.371991, + 46.360214 + ], + [ + 117.375749, + 46.416457 + ], + [ + 117.392224, + 46.463176 + ], + [ + 117.447718, + 46.528138 + ], + [ + 117.419971, + 46.582004 + ], + [ + 117.495697, + 46.600577 + ], + [ + 117.595991, + 46.603567 + ], + [ + 117.630096, + 46.591606 + ], + [ + 117.641079, + 46.558228 + ], + [ + 117.703799, + 46.516791 + ], + [ + 117.769987, + 46.537592 + ], + [ + 117.813342, + 46.530817 + ], + [ + 117.870859, + 46.54988 + ], + [ + 117.868547, + 46.575706 + ], + [ + 117.914503, + 46.607973 + ], + [ + 117.982425, + 46.614895 + ], + [ + 117.993119, + 46.63157 + ], + [ + 118.04659, + 46.631412 + ], + [ + 118.124339, + 46.678262 + ], + [ + 118.19284, + 46.682819 + ], + [ + 118.238796, + 46.709524 + ], + [ + 118.316545, + 46.739513 + ], + [ + 118.410191, + 46.72821 + ], + [ + 118.446609, + 46.704498 + ], + [ + 118.585922, + 46.693031 + ], + [ + 118.638815, + 46.721459 + ], + [ + 118.676967, + 46.698058 + ], + [ + 118.787955, + 46.687061 + ], + [ + 118.788244, + 46.717533 + ], + [ + 118.845183, + 46.771838 + ], + [ + 118.91455, + 46.774976 + ], + [ + 118.912527, + 46.733391 + ], + [ + 118.950968, + 46.722087 + ], + [ + 119.011376, + 46.745634 + ], + [ + 119.040857, + 46.708896 + ], + [ + 119.123231, + 46.642893 + ], + [ + 119.152423, + 46.658301 + ], + [ + 119.262833, + 46.648868 + ], + [ + 119.313413, + 46.610805 + ], + [ + 119.357924, + 46.6193 + ], + [ + 119.37411, + 46.603252 + ], + [ + 119.431916, + 46.638647 + ], + [ + 119.491746, + 46.62921 + ], + [ + 119.558223, + 46.633772 + ], + [ + 119.598976, + 46.618199 + ], + [ + 119.656782, + 46.625593 + ], + [ + 119.677593, + 46.58468 + ], + [ + 119.739734, + 46.615367 + ], + [ + 119.783667, + 46.625907 + ], + [ + 119.813437, + 46.668361 + ], + [ + 119.804188, + 46.681719 + ], + [ + 119.906794, + 46.668518 + ], + [ + 119.952461, + 46.604196 + ], + [ + 119.907083, + 46.53775 + ], + [ + 119.948704, + 46.493617 + ], + [ + 119.909396, + 46.429088 + ], + [ + 119.984544, + 46.418667 + ], + [ + 119.961421, + 46.39561 + ], + [ + 119.900147, + 46.403507 + ], + [ + 119.838294, + 46.37586 + ], + [ + 119.874134, + 46.345512 + ], + [ + 119.837716, + 46.320683 + ], + [ + 119.835693, + 46.235357 + ], + [ + 119.889452, + 46.209686 + ], + [ + 119.850433, + 46.18321 + ], + [ + 119.879336, + 46.144344 + ], + [ + 119.855058, + 46.107992 + ], + [ + 119.833669, + 46.004838 + ], + [ + 119.807657, + 45.991314 + ], + [ + 119.829912, + 45.974603 + ], + [ + 119.807946, + 45.820463 + ], + [ + 119.751585, + 45.76297 + ], + [ + 119.700426, + 45.736439 + ], + [ + 119.708808, + 45.703178 + ], + [ + 119.681639, + 45.669417 + ], + [ + 119.596086, + 45.670057 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.544927, + 45.635956 + ], + [ + 119.55909, + 45.615933 + ], + [ + 119.496081, + 45.550691 + ], + [ + 119.396943, + 45.511863 + ], + [ + 119.304742, + 45.468029 + ], + [ + 119.313413, + 45.385244 + ], + [ + 119.248381, + 45.304111 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.311101, + 45.186551 + ], + [ + 119.360814, + 45.165884 + ], + [ + 119.373243, + 45.105456 + ], + [ + 119.342027, + 45.076026 + ], + [ + 119.293181, + 45.087347 + ], + [ + 119.28769, + 45.121943 + ], + [ + 119.215432, + 45.152802 + ], + [ + 119.159071, + 45.099959 + ], + [ + 119.156759, + 45.074409 + ], + [ + 119.196934, + 45.03234 + ], + [ + 119.231907, + 45.019065 + ], + [ + 119.208495, + 44.997366 + ], + [ + 119.171788, + 45.015989 + ], + [ + 119.15329, + 44.992993 + ], + [ + 119.18624, + 44.952971 + ], + [ + 119.230172, + 44.9353 + ], + [ + 119.224681, + 44.909676 + ], + [ + 119.146642, + 44.924922 + ], + [ + 119.107334, + 44.920543 + ], + [ + 119.082188, + 44.938381 + ], + [ + 119.067448, + 44.870895 + ], + [ + 119.14751, + 44.808692 + ], + [ + 119.173233, + 44.76041 + ], + [ + 119.125832, + 44.762199 + ], + [ + 119.148377, + 44.731617 + ], + [ + 119.074674, + 44.712739 + ], + [ + 119.001549, + 44.713879 + ], + [ + 118.97149, + 44.729827 + ], + [ + 118.926112, + 44.7046 + ], + [ + 118.96831, + 44.691087 + ], + [ + 119.001549, + 44.648248 + ], + [ + 118.981606, + 44.566064 + ], + [ + 118.904723, + 44.516436 + ], + [ + 118.816569, + 44.49128 + ], + [ + 118.789111, + 44.46317 + ], + [ + 118.75067, + 44.477554 + ], + [ + 118.659336, + 44.453361 + ], + [ + 118.635635, + 44.472814 + ], + [ + 118.596038, + 44.468728 + ], + [ + 118.54777, + 44.442243 + ], + [ + 118.544591, + 44.411165 + ], + [ + 118.476957, + 44.399383 + ], + [ + 118.466552, + 44.354036 + ], + [ + 118.428111, + 44.346174 + ], + [ + 118.414816, + 44.322419 + ], + [ + 118.34198, + 44.319961 + ], + [ + 118.250935, + 44.337493 + ], + [ + 118.214228, + 44.306195 + ], + [ + 118.237351, + 44.279144 + ], + [ + 118.19284, + 44.242565 + ], + [ + 118.172608, + 44.204321 + ], + [ + 118.148907, + 44.215157 + ], + [ + 118.128675, + 44.190692 + ], + [ + 118.116825, + 44.132362 + ], + [ + 118.06162, + 44.100461 + ], + [ + 117.962193, + 44.121182 + ], + [ + 117.904098, + 44.121182 + ], + [ + 117.859876, + 44.072987 + ], + [ + 117.827793, + 44.063113 + ], + [ + 117.790219, + 44.019482 + ], + [ + 117.700331, + 44.016353 + ], + [ + 117.643392, + 44.042207 + ], + [ + 117.686746, + 44.095033 + ], + [ + 117.624894, + 44.128745 + ], + [ + 117.634721, + 44.14847 + ], + [ + 117.550613, + 44.187736 + ], + [ + 117.522866, + 44.226811 + ], + [ + 117.452631, + 44.235017 + ], + [ + 117.206666, + 44.220081 + ], + [ + 117.166201, + 44.192662 + ], + [ + 117.120823, + 44.179195 + ], + [ + 117.011281, + 44.057681 + ], + [ + 116.961567, + 44.024752 + ], + [ + 116.970816, + 43.988674 + ], + [ + 117.022264, + 43.969721 + ], + [ + 117.031802, + 43.942845 + ], + [ + 117.000008, + 43.912328 + ], + [ + 117.013304, + 43.85075 + ], + [ + 116.986135, + 43.840343 + ], + [ + 117.001164, + 43.782495 + ], + [ + 117.053768, + 43.753384 + ], + [ + 116.971683, + 43.673422 + ], + [ + 116.858383, + 43.657351 + ], + [ + 116.837284, + 43.614086 + ], + [ + 116.812138, + 43.612593 + ], + [ + 116.804912, + 43.565147 + ], + [ + 116.830636, + 43.5067 + ], + [ + 116.790461, + 43.484436 + ], + [ + 116.734967, + 43.509026 + ], + [ + 116.681207, + 43.517165 + ], + [ + 116.621956, + 43.505039 + ], + [ + 116.59681, + 43.410605 + ], + [ + 116.518194, + 43.365664 + ], + [ + 116.436398, + 43.328188 + ], + [ + 116.413853, + 43.258003 + ], + [ + 116.37021, + 43.243323 + ], + [ + 116.356336, + 43.156835 + ], + [ + 116.419345, + 43.104015 + ], + [ + 116.436109, + 43.077922 + ], + [ + 116.503742, + 43.04914 + ], + [ + 116.500852, + 43.01532 + ], + [ + 116.580624, + 42.985336 + ], + [ + 116.664732, + 42.933038 + ], + [ + 116.673981, + 42.889758 + ], + [ + 116.666177, + 42.81655 + ], + [ + 116.67427, + 42.761586 + ], + [ + 116.619354, + 42.671387 + ], + [ + 116.58785, + 42.599775 + ], + [ + 116.63554, + 42.614609 + ], + [ + 116.638141, + 42.577179 + ], + [ + 116.669357, + 42.555755 + ], + [ + 116.699127, + 42.592019 + ], + [ + 116.801444, + 42.582913 + ], + [ + 116.82052, + 42.546981 + ], + [ + 116.885552, + 42.534662 + ], + [ + 116.875725, + 42.482996 + ], + [ + 116.907807, + 42.443965 + ], + [ + 116.893645, + 42.387826 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152900, + "name": "阿拉善盟", + "center": [ + 105.706422, + 38.844814 + ], + "centroid": [ + 102.422231, + 40.532548 + ], + "childrenNum": 3, + "level": "city", + "subFeatureIndex": 11, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.226615, + 41.748186 + ], + [ + 105.226326, + 41.67877 + ], + [ + 105.201759, + 41.542456 + ], + [ + 105.222858, + 41.396748 + ], + [ + 105.245691, + 41.32403 + ], + [ + 105.317082, + 41.201446 + ], + [ + 105.334424, + 41.131442 + ], + [ + 105.31766, + 41.113153 + ], + [ + 105.379224, + 41.059464 + ], + [ + 105.403213, + 41.015756 + ], + [ + 105.395409, + 40.984987 + ], + [ + 105.503507, + 40.927559 + ], + [ + 105.559001, + 40.89017 + ], + [ + 105.636461, + 40.854492 + ], + [ + 105.697447, + 40.811168 + ], + [ + 105.781266, + 40.785333 + ], + [ + 105.835604, + 40.781864 + ], + [ + 105.944279, + 40.739534 + ], + [ + 106.115097, + 40.717838 + ], + [ + 106.161631, + 40.68502 + ], + [ + 106.237935, + 40.661221 + ], + [ + 106.235334, + 40.626636 + ], + [ + 106.273197, + 40.591165 + ], + [ + 106.321754, + 40.589425 + ], + [ + 106.467137, + 40.546276 + ], + [ + 106.482455, + 40.502925 + ], + [ + 106.37956, + 40.501009 + ], + [ + 106.34979, + 40.527999 + ], + [ + 106.282446, + 40.548539 + ], + [ + 106.268283, + 40.519294 + ], + [ + 106.197182, + 40.515637 + ], + [ + 106.219148, + 40.461289 + ], + [ + 106.32002, + 40.34024 + ], + [ + 106.426961, + 40.339542 + ], + [ + 106.476386, + 40.319113 + ], + [ + 106.528122, + 40.365375 + ], + [ + 106.604426, + 40.377764 + ], + [ + 106.672349, + 40.375845 + ], + [ + 106.820044, + 40.355252 + ], + [ + 106.765706, + 40.29466 + ], + [ + 106.705587, + 40.262158 + ], + [ + 106.740271, + 40.196234 + ], + [ + 106.866578, + 40.181012 + ], + [ + 106.801546, + 40.10187 + ], + [ + 106.759347, + 40.083647 + ], + [ + 106.718016, + 40.047363 + ], + [ + 106.720039, + 39.993163 + ], + [ + 106.704142, + 39.967364 + ], + [ + 106.723796, + 39.932422 + ], + [ + 106.696049, + 39.890258 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.766573, + 39.763787 + ], + [ + 106.757324, + 39.710595 + ], + [ + 106.795476, + 39.689449 + ], + [ + 106.755012, + 39.626851 + ], + [ + 106.637376, + 39.573731 + ], + [ + 106.611074, + 39.543005 + ], + [ + 106.635064, + 39.476209 + ], + [ + 106.73449, + 39.437303 + ], + [ + 106.750965, + 39.381559 + ], + [ + 106.680731, + 39.355885 + ], + [ + 106.602692, + 39.375363 + ], + [ + 106.555869, + 39.322228 + ], + [ + 106.525232, + 39.308406 + ], + [ + 106.506445, + 39.270116 + ], + [ + 106.402972, + 39.291568 + ], + [ + 106.279845, + 39.262136 + ], + [ + 106.295452, + 39.167907 + ], + [ + 106.250941, + 39.131494 + ], + [ + 106.146023, + 39.153166 + ], + [ + 106.098333, + 39.087597 + ], + [ + 106.078101, + 39.026592 + ], + [ + 106.089373, + 39.015916 + ], + [ + 106.060759, + 38.968563 + ], + [ + 106.018849, + 38.951109 + ], + [ + 105.973183, + 38.911377 + ], + [ + 106.002953, + 38.875902 + ], + [ + 105.935898, + 38.810075 + ], + [ + 105.898613, + 38.789547 + ], + [ + 105.905838, + 38.731324 + ], + [ + 105.893121, + 38.691111 + ], + [ + 105.852946, + 38.641574 + ], + [ + 105.875201, + 38.591823 + ], + [ + 105.856703, + 38.572128 + ], + [ + 105.862773, + 38.526272 + ], + [ + 105.83676, + 38.475903 + ], + [ + 105.835604, + 38.390322 + ], + [ + 105.82173, + 38.368058 + ], + [ + 105.865952, + 38.29727 + ], + [ + 105.84254, + 38.241165 + ], + [ + 105.797163, + 38.217055 + ], + [ + 105.775196, + 38.186817 + ], + [ + 105.76797, + 38.121619 + ], + [ + 105.782133, + 38.082327 + ], + [ + 105.839939, + 38.007832 + ], + [ + 105.799764, + 37.940125 + ], + [ + 105.808724, + 37.87543 + ], + [ + 105.760745, + 37.799819 + ], + [ + 105.677504, + 37.771943 + ], + [ + 105.62201, + 37.777736 + ], + [ + 105.616229, + 37.722501 + ], + [ + 105.598887, + 37.699308 + ], + [ + 105.467378, + 37.694958 + ], + [ + 105.403791, + 37.709999 + ], + [ + 105.31477, + 37.702026 + ], + [ + 105.221991, + 37.677014 + ], + [ + 105.111003, + 37.633857 + ], + [ + 105.028051, + 37.581055 + ], + [ + 104.866482, + 37.566714 + ], + [ + 104.806075, + 37.539659 + ], + [ + 104.623696, + 37.522585 + ], + [ + 104.41964, + 37.511866 + ], + [ + 104.407501, + 37.464614 + ], + [ + 104.322526, + 37.448432 + ], + [ + 104.23784, + 37.411874 + ], + [ + 104.183502, + 37.40678 + ], + [ + 104.074537, + 37.475158 + ], + [ + 103.93349, + 37.574157 + ], + [ + 103.871348, + 37.605737 + ], + [ + 103.841, + 37.647459 + ], + [ + 103.683189, + 37.777918 + ], + [ + 103.636077, + 37.795476 + ], + [ + 103.401962, + 37.861869 + ], + [ + 103.385487, + 37.946989 + ], + [ + 103.368145, + 37.985631 + ], + [ + 103.368723, + 38.088997 + ], + [ + 103.534916, + 38.156747 + ], + [ + 103.507747, + 38.28091 + ], + [ + 103.466416, + 38.350996 + ], + [ + 103.416413, + 38.405041 + ], + [ + 103.859787, + 38.644436 + ], + [ + 104.011528, + 38.859139 + ], + [ + 104.044478, + 38.894979 + ], + [ + 104.167894, + 38.940421 + ], + [ + 104.196219, + 38.988149 + ], + [ + 104.191017, + 39.042249 + ], + [ + 104.207202, + 39.083685 + ], + [ + 104.177432, + 39.152101 + ], + [ + 104.047657, + 39.297772 + ], + [ + 104.073381, + 39.351811 + ], + [ + 104.090145, + 39.419788 + ], + [ + 103.955745, + 39.457112 + ], + [ + 103.838977, + 39.460295 + ], + [ + 103.595324, + 39.386693 + ], + [ + 103.428842, + 39.353582 + ], + [ + 103.346468, + 39.332504 + ], + [ + 103.188079, + 39.215481 + ], + [ + 103.133163, + 39.192763 + ], + [ + 103.013215, + 39.101107 + ], + [ + 102.947027, + 39.106794 + ], + [ + 102.583426, + 39.180691 + ], + [ + 102.453651, + 39.255219 + ], + [ + 102.352201, + 39.231272 + ], + [ + 102.286591, + 39.192585 + ], + [ + 102.059701, + 39.143575 + ], + [ + 102.008254, + 39.125809 + ], + [ + 101.897555, + 39.11106 + ], + [ + 101.8305, + 39.093463 + ], + [ + 101.926169, + 39.00061 + ], + [ + 101.955072, + 38.986012 + ], + [ + 102.045828, + 38.904604 + ], + [ + 102.07502, + 38.891592 + ], + [ + 101.941488, + 38.808826 + ], + [ + 101.873854, + 38.734004 + ], + [ + 101.777029, + 38.660534 + ], + [ + 101.679047, + 38.690932 + ], + [ + 101.601876, + 38.655169 + ], + [ + 101.557654, + 38.715063 + ], + [ + 101.412272, + 38.764192 + ], + [ + 101.331343, + 38.777228 + ], + [ + 101.306197, + 38.801865 + ], + [ + 101.341459, + 38.82221 + ], + [ + 101.335389, + 38.846831 + ], + [ + 101.242032, + 38.861279 + ], + [ + 101.237697, + 38.907278 + ], + [ + 101.198678, + 38.943271 + ], + [ + 101.228737, + 39.02072 + ], + [ + 101.117171, + 38.975151 + ], + [ + 100.969187, + 38.947012 + ], + [ + 100.969476, + 38.996694 + ], + [ + 100.901843, + 39.029973 + ], + [ + 100.875541, + 39.00239 + ], + [ + 100.835077, + 39.026059 + ], + [ + 100.829296, + 39.074973 + ], + [ + 100.864269, + 39.106972 + ], + [ + 100.84288, + 39.200218 + ], + [ + 100.842013, + 39.405809 + ], + [ + 100.707903, + 39.40457 + ], + [ + 100.617436, + 39.387401 + ], + [ + 100.499222, + 39.4005 + ], + [ + 100.500668, + 39.481336 + ], + [ + 100.44315, + 39.485578 + ], + [ + 100.326382, + 39.509085 + ], + [ + 100.300947, + 39.572318 + ], + [ + 100.314242, + 39.606914 + ], + [ + 100.250078, + 39.685042 + ], + [ + 100.127817, + 39.702137 + ], + [ + 100.040819, + 39.757096 + ], + [ + 99.904396, + 39.785791 + ], + [ + 99.822022, + 39.860025 + ], + [ + 99.672593, + 39.887974 + ], + [ + 99.487903, + 39.876022 + ], + [ + 99.441079, + 39.885865 + ], + [ + 99.459577, + 39.898166 + ], + [ + 99.524609, + 39.888149 + ], + [ + 99.713925, + 39.972103 + ], + [ + 99.75121, + 40.006849 + ], + [ + 99.841388, + 40.01334 + ], + [ + 99.928386, + 40.064894 + ], + [ + 99.955844, + 40.150907 + ], + [ + 100.0018, + 40.196934 + ], + [ + 100.169727, + 40.277537 + ], + [ + 100.169727, + 40.541403 + ], + [ + 100.242563, + 40.61864 + ], + [ + 100.23736, + 40.716796 + ], + [ + 100.108163, + 40.875624 + ], + [ + 100.057005, + 40.908002 + ], + [ + 99.985903, + 40.909733 + ], + [ + 99.673171, + 40.932924 + ], + [ + 99.565941, + 40.846696 + ], + [ + 99.174882, + 40.858303 + ], + [ + 99.173148, + 40.747343 + ], + [ + 99.125747, + 40.715234 + ], + [ + 99.102046, + 40.676335 + ], + [ + 99.041638, + 40.693703 + ], + [ + 98.984988, + 40.782905 + ], + [ + 98.791049, + 40.705337 + ], + [ + 98.807234, + 40.65931 + ], + [ + 98.800298, + 40.610294 + ], + [ + 98.715611, + 40.661742 + ], + [ + 98.687864, + 40.696829 + ], + [ + 98.668499, + 40.772845 + ], + [ + 98.56994, + 40.746822 + ], + [ + 98.628035, + 40.677898 + ], + [ + 98.344206, + 40.568376 + ], + [ + 98.333223, + 40.919079 + ], + [ + 98.250271, + 40.939153 + ], + [ + 98.18495, + 40.988099 + ], + [ + 98.142463, + 41.001756 + ], + [ + 97.971934, + 41.097966 + ], + [ + 97.629432, + 41.440547 + ], + [ + 97.614114, + 41.47728 + ], + [ + 97.847073, + 41.656527 + ], + [ + 97.500814, + 42.243867 + ], + [ + 97.371328, + 42.456978 + ], + [ + 97.172763, + 42.795209 + ], + [ + 97.282595, + 42.782098 + ], + [ + 97.831754, + 42.706069 + ], + [ + 98.195355, + 42.653366 + ], + [ + 98.546528, + 42.638203 + ], + [ + 98.962733, + 42.606855 + ], + [ + 99.507557, + 42.56807 + ], + [ + 99.969139, + 42.647806 + ], + [ + 100.272622, + 42.63635 + ], + [ + 100.325515, + 42.690077 + ], + [ + 100.576683, + 42.682838 + ], + [ + 100.862824, + 42.671219 + ], + [ + 101.155034, + 42.613935 + ], + [ + 101.581644, + 42.52521 + ], + [ + 101.80362, + 42.503769 + ], + [ + 101.981952, + 42.326556 + ], + [ + 102.070395, + 42.232166 + ], + [ + 102.093807, + 42.223686 + ], + [ + 102.449026, + 42.144088 + ], + [ + 102.540938, + 42.162257 + ], + [ + 102.712045, + 42.152749 + ], + [ + 103.021886, + 42.028162 + ], + [ + 103.207444, + 41.962796 + ], + [ + 103.418437, + 41.882359 + ], + [ + 103.868747, + 41.802503 + ], + [ + 104.095636, + 41.80865 + ], + [ + 104.53005, + 41.874855 + ], + [ + 104.52427, + 41.661832 + ], + [ + 104.689017, + 41.645232 + ], + [ + 104.923133, + 41.654131 + ], + [ + 105.009553, + 41.583243 + ], + [ + 105.226615, + 41.748186 + ] + ] + ] + ] + } + } + ] +}', 'admin', TO_DATE('2020-05-19 16:42:33', 'SYYYY-MM-DD HH24:MI:SS'), 'jeecg', TO_DATE('2020-05-19 16:42:33', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1262343644795432961', '河北省', '河北省', '{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 130100, + "name": "石家庄市", + "center": [ + 114.502461, + 38.045474 + ], + "centroid": [ + 114.44505, + 38.133023 + ], + "childrenNum": 22, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.839548, + 38.758413 + ], + [ + 113.864664, + 38.746006 + ], + [ + 113.883245, + 38.74667 + ], + [ + 113.932324, + 38.71362 + ], + [ + 113.929697, + 38.702467 + ], + [ + 113.964617, + 38.699811 + ], + [ + 113.991655, + 38.676769 + ], + [ + 114.028624, + 38.688524 + ], + [ + 114.052139, + 38.686399 + ], + [ + 114.086097, + 38.65837 + ], + [ + 114.125053, + 38.659632 + ], + [ + 114.129153, + 38.669596 + ], + [ + 114.182205, + 38.67657 + ], + [ + 114.212831, + 38.688192 + ], + [ + 114.311502, + 38.706517 + ], + [ + 114.341167, + 38.690184 + ], + [ + 114.366411, + 38.6862 + ], + [ + 114.413504, + 38.703928 + ], + [ + 114.437787, + 38.692773 + ], + [ + 114.452652, + 38.699413 + ], + [ + 114.498463, + 38.678297 + ], + [ + 114.522106, + 38.65372 + ], + [ + 114.53633, + 38.649268 + ], + [ + 114.536907, + 38.632324 + ], + [ + 114.552284, + 38.612983 + ], + [ + 114.527616, + 38.590644 + ], + [ + 114.56324, + 38.590644 + ], + [ + 114.58432, + 38.596429 + ], + [ + 114.595724, + 38.568897 + ], + [ + 114.635257, + 38.514801 + ], + [ + 114.651851, + 38.504682 + ], + [ + 114.6737, + 38.473452 + ], + [ + 114.702084, + 38.489102 + ], + [ + 114.729442, + 38.484574 + ], + [ + 114.765259, + 38.496626 + ], + [ + 114.81075, + 38.492365 + ], + [ + 114.830868, + 38.46033 + ], + [ + 114.819143, + 38.449871 + ], + [ + 114.837852, + 38.435745 + ], + [ + 114.840992, + 38.460797 + ], + [ + 114.858163, + 38.448605 + ], + [ + 114.853998, + 38.435879 + ], + [ + 114.882254, + 38.424149 + ], + [ + 114.910381, + 38.393751 + ], + [ + 114.923388, + 38.388217 + ], + [ + 114.932871, + 38.344194 + ], + [ + 114.942994, + 38.343193 + ], + [ + 114.922875, + 38.315631 + ], + [ + 114.906986, + 38.309624 + ], + [ + 114.902565, + 38.294936 + ], + [ + 114.883343, + 38.284854 + ], + [ + 114.886162, + 38.265286 + ], + [ + 114.915059, + 38.263348 + ], + [ + 114.927681, + 38.283385 + ], + [ + 114.970096, + 38.281114 + ], + [ + 114.990087, + 38.272165 + ], + [ + 114.989062, + 38.258138 + ], + [ + 115.031862, + 38.267089 + ], + [ + 115.056465, + 38.258472 + ], + [ + 115.066204, + 38.264684 + ], + [ + 115.056722, + 38.288326 + ], + [ + 115.073765, + 38.293134 + ], + [ + 115.085874, + 38.276773 + ], + [ + 115.108107, + 38.264551 + ], + [ + 115.152317, + 38.256802 + ], + [ + 115.168591, + 38.259608 + ], + [ + 115.19422, + 38.236759 + ], + [ + 115.210174, + 38.236491 + ], + [ + 115.225871, + 38.269894 + ], + [ + 115.252205, + 38.29093 + ], + [ + 115.265788, + 38.287658 + ], + [ + 115.263994, + 38.260543 + ], + [ + 115.273605, + 38.2403 + ], + [ + 115.302758, + 38.235289 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.323645, + 38.220586 + ], + [ + 115.35094, + 38.210493 + ], + [ + 115.342418, + 38.196254 + ], + [ + 115.346903, + 38.13967 + ], + [ + 115.364843, + 38.13793 + ], + [ + 115.383232, + 38.0886 + ], + [ + 115.420522, + 38.089671 + ], + [ + 115.439871, + 38.082038 + ], + [ + 115.468063, + 38.095161 + ], + [ + 115.482992, + 38.08398 + ], + [ + 115.466782, + 38.063554 + ], + [ + 115.45134, + 38.017323 + ], + [ + 115.438205, + 38.001102 + ], + [ + 115.464219, + 37.99299 + ], + [ + 115.444997, + 37.989168 + ], + [ + 115.456017, + 37.974551 + ], + [ + 115.457555, + 37.95074 + ], + [ + 115.448585, + 37.936584 + ], + [ + 115.412769, + 37.943293 + ], + [ + 115.408668, + 37.918936 + ], + [ + 115.385795, + 37.917191 + ], + [ + 115.365484, + 37.906318 + ], + [ + 115.360294, + 37.880068 + ], + [ + 115.389831, + 37.874629 + ], + [ + 115.388614, + 37.853003 + ], + [ + 115.363049, + 37.849845 + ], + [ + 115.360166, + 37.820215 + ], + [ + 115.349722, + 37.805765 + ], + [ + 115.352349, + 37.784052 + ], + [ + 115.371635, + 37.770335 + ], + [ + 115.344468, + 37.74814 + ], + [ + 115.360294, + 37.731994 + ], + [ + 115.386179, + 37.727082 + ], + [ + 115.394316, + 37.712143 + ], + [ + 115.380989, + 37.707432 + ], + [ + 115.333768, + 37.71322 + ], + [ + 115.317046, + 37.695383 + ], + [ + 115.325567, + 37.682458 + ], + [ + 115.316853, + 37.660102 + ], + [ + 115.301412, + 37.660169 + ], + [ + 115.297376, + 37.629587 + ], + [ + 115.258356, + 37.639625 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.253807, + 37.671415 + ], + [ + 115.261431, + 37.68818 + ], + [ + 115.243235, + 37.722641 + ], + [ + 115.227281, + 37.732599 + ], + [ + 115.172564, + 37.749351 + ], + [ + 115.152765, + 37.759507 + ], + [ + 115.160262, + 37.780287 + ], + [ + 115.150523, + 37.808521 + ], + [ + 115.131173, + 37.799783 + ], + [ + 115.122972, + 37.811479 + ], + [ + 115.097471, + 37.807849 + ], + [ + 115.097215, + 37.797498 + ], + [ + 115.072099, + 37.788893 + ], + [ + 115.066653, + 37.771007 + ], + [ + 115.070049, + 37.745651 + ], + [ + 115.041024, + 37.733541 + ], + [ + 115.012512, + 37.75157 + ], + [ + 115.001748, + 37.734685 + ], + [ + 114.987524, + 37.742691 + ], + [ + 114.960165, + 37.720084 + ], + [ + 114.931846, + 37.728899 + ], + [ + 114.904038, + 37.729302 + ], + [ + 114.895965, + 37.712547 + ], + [ + 114.881357, + 37.716113 + ], + [ + 114.871041, + 37.702114 + ], + [ + 114.847783, + 37.69673 + ], + [ + 114.841504, + 37.676129 + ], + [ + 114.808571, + 37.659832 + ], + [ + 114.797423, + 37.628239 + ], + [ + 114.764618, + 37.624399 + ], + [ + 114.725983, + 37.630665 + ], + [ + 114.707338, + 37.615774 + ], + [ + 114.698816, + 37.589353 + ], + [ + 114.680171, + 37.565283 + ], + [ + 114.64679, + 37.556247 + ], + [ + 114.585217, + 37.55301 + ], + [ + 114.519927, + 37.574656 + ], + [ + 114.483471, + 37.576814 + ], + [ + 114.433495, + 37.552537 + ], + [ + 114.412095, + 37.549907 + ], + [ + 114.37269, + 37.52967 + ], + [ + 114.370192, + 37.513612 + ], + [ + 114.358274, + 37.519212 + ], + [ + 114.334632, + 37.502949 + ], + [ + 114.310861, + 37.499979 + ], + [ + 114.303621, + 37.507808 + ], + [ + 114.27293, + 37.494445 + ], + [ + 114.255439, + 37.504096 + ], + [ + 114.215009, + 37.51125 + ], + [ + 114.184575, + 37.530817 + ], + [ + 114.166123, + 37.528186 + ], + [ + 114.156191, + 37.505244 + ], + [ + 114.133766, + 37.498899 + ], + [ + 114.126526, + 37.481957 + ], + [ + 114.113263, + 37.493837 + ], + [ + 114.096477, + 37.490935 + ], + [ + 114.06899, + 37.447384 + ], + [ + 114.022666, + 37.435496 + ], + [ + 114.028304, + 37.474598 + ], + [ + 114.036762, + 37.494175 + ], + [ + 114.059635, + 37.515906 + ], + [ + 114.118325, + 37.590634 + ], + [ + 114.115378, + 37.619884 + ], + [ + 114.131139, + 37.648315 + ], + [ + 114.139725, + 37.675927 + ], + [ + 114.128256, + 37.69821 + ], + [ + 114.088275, + 37.708845 + ], + [ + 114.068029, + 37.721564 + ], + [ + 113.993769, + 37.706893 + ], + [ + 114.000817, + 37.735358 + ], + [ + 114.041182, + 37.756817 + ], + [ + 114.043873, + 37.777463 + ], + [ + 114.018821, + 37.794876 + ], + [ + 114.006648, + 37.813495 + ], + [ + 113.982557, + 37.812823 + ], + [ + 113.970191, + 37.833923 + ], + [ + 113.971536, + 37.868786 + ], + [ + 113.956864, + 37.911419 + ], + [ + 113.929185, + 37.932022 + ], + [ + 113.922842, + 37.952082 + ], + [ + 113.90125, + 37.98481 + ], + [ + 113.872353, + 37.990375 + ], + [ + 113.878376, + 38.032402 + ], + [ + 113.876261, + 38.055047 + ], + [ + 113.856015, + 38.065898 + ], + [ + 113.854733, + 38.077082 + ], + [ + 113.824235, + 38.106676 + ], + [ + 113.810075, + 38.112566 + ], + [ + 113.822505, + 38.150442 + ], + [ + 113.83359, + 38.147431 + ], + [ + 113.828848, + 38.168971 + ], + [ + 113.796876, + 38.162884 + ], + [ + 113.756575, + 38.171713 + ], + [ + 113.731139, + 38.168369 + ], + [ + 113.720631, + 38.174656 + ], + [ + 113.738507, + 38.189501 + ], + [ + 113.715057, + 38.193713 + ], + [ + 113.711725, + 38.213702 + ], + [ + 113.679112, + 38.205413 + ], + [ + 113.657072, + 38.225599 + ], + [ + 113.636761, + 38.232682 + ], + [ + 113.598894, + 38.227136 + ], + [ + 113.570318, + 38.237427 + ], + [ + 113.566282, + 38.252393 + ], + [ + 113.544818, + 38.270495 + ], + [ + 113.546035, + 38.293067 + ], + [ + 113.557248, + 38.34346 + ], + [ + 113.53431, + 38.365208 + ], + [ + 113.525468, + 38.383016 + ], + [ + 113.538026, + 38.418017 + ], + [ + 113.573202, + 38.449205 + ], + [ + 113.583517, + 38.465992 + ], + [ + 113.561348, + 38.485773 + ], + [ + 113.555518, + 38.521058 + ], + [ + 113.562053, + 38.558321 + ], + [ + 113.602803, + 38.586854 + ], + [ + 113.604212, + 38.616107 + ], + [ + 113.612862, + 38.646013 + ], + [ + 113.632596, + 38.653122 + ], + [ + 113.667067, + 38.646943 + ], + [ + 113.702114, + 38.65166 + ], + [ + 113.713839, + 38.663684 + ], + [ + 113.709995, + 38.698284 + ], + [ + 113.729024, + 38.71196 + ], + [ + 113.745363, + 38.701538 + ], + [ + 113.775669, + 38.709836 + ], + [ + 113.78041, + 38.728355 + ], + [ + 113.802899, + 38.763321 + ], + [ + 113.839548, + 38.758413 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130200, + "name": "唐山市", + "center": [ + 118.175393, + 39.635113 + ], + "centroid": [ + 118.343434, + 39.717249 + ], + "childrenNum": 14, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.319039, + 39.429554 + ], + [ + 119.317052, + 39.410759 + ], + [ + 119.272779, + 39.363616 + ], + [ + 119.239269, + 39.352368 + ], + [ + 119.185577, + 39.342039 + ], + [ + 119.121505, + 39.281549 + ], + [ + 119.096068, + 39.241963 + ], + [ + 119.038276, + 39.21178 + ], + [ + 119.023988, + 39.186925 + ], + [ + 118.977984, + 39.163381 + ], + [ + 118.926278, + 39.123464 + ], + [ + 118.890013, + 39.118844 + ], + [ + 118.896549, + 39.139698 + ], + [ + 118.952035, + 39.175649 + ], + [ + 118.920447, + 39.171758 + ], + [ + 118.897253, + 39.151508 + ], + [ + 118.876366, + 39.14999 + ], + [ + 118.857913, + 39.162854 + ], + [ + 118.814409, + 39.138642 + ], + [ + 118.760716, + 39.133495 + ], + [ + 118.719646, + 39.136992 + ], + [ + 118.692992, + 39.148077 + ], + [ + 118.637314, + 39.157379 + ], + [ + 118.59272, + 39.142601 + ], + [ + 118.578752, + 39.130921 + ], + [ + 118.588619, + 39.107623 + ], + [ + 118.560107, + 39.09904 + ], + [ + 118.551394, + 39.088278 + ], + [ + 118.532877, + 39.091051 + ], + [ + 118.570487, + 38.999212 + ], + [ + 118.604445, + 38.971505 + ], + [ + 118.539732, + 38.909835 + ], + [ + 118.525252, + 38.90487 + ], + [ + 118.491038, + 38.909041 + ], + [ + 118.406463, + 38.960525 + ], + [ + 118.378015, + 38.97177 + ], + [ + 118.371031, + 38.984137 + ], + [ + 118.373594, + 39.012037 + ], + [ + 118.309907, + 39.011773 + ], + [ + 118.290813, + 39.022216 + ], + [ + 118.267107, + 39.021555 + ], + [ + 118.225011, + 39.034839 + ], + [ + 118.182596, + 39.094155 + ], + [ + 118.16299, + 39.136596 + ], + [ + 118.121151, + 39.186068 + ], + [ + 118.07771, + 39.202024 + ], + [ + 118.07047, + 39.214021 + ], + [ + 118.037153, + 39.220348 + ], + [ + 118.037089, + 39.230497 + ], + [ + 118.064768, + 39.231222 + ], + [ + 118.064768, + 39.256061 + ], + [ + 118.036512, + 39.265151 + ], + [ + 118.024787, + 39.292414 + ], + [ + 118.016842, + 39.284117 + ], + [ + 117.97763, + 39.300643 + ], + [ + 117.972248, + 39.314401 + ], + [ + 117.891774, + 39.32322 + ], + [ + 117.888314, + 39.332038 + ], + [ + 117.84955, + 39.327366 + ], + [ + 117.842054, + 39.336512 + ], + [ + 117.862877, + 39.362169 + ], + [ + 117.837056, + 39.350789 + ], + [ + 117.803354, + 39.362037 + ], + [ + 117.805277, + 39.373284 + ], + [ + 117.852369, + 39.38078 + ], + [ + 117.859353, + 39.403265 + ], + [ + 117.871847, + 39.411547 + ], + [ + 117.87031, + 39.45498 + ], + [ + 117.878062, + 39.467196 + ], + [ + 117.898181, + 39.472516 + ], + [ + 117.898565, + 39.509675 + ], + [ + 117.912277, + 39.516172 + ], + [ + 117.905293, + 39.53015 + ], + [ + 117.933997, + 39.574164 + ], + [ + 117.892607, + 39.591539 + ], + [ + 117.868259, + 39.596849 + ], + [ + 117.851408, + 39.589244 + ], + [ + 117.826548, + 39.590818 + ], + [ + 117.801945, + 39.601765 + ], + [ + 117.76773, + 39.599012 + ], + [ + 117.747868, + 39.589375 + ], + [ + 117.753122, + 39.576 + ], + [ + 117.737745, + 39.574033 + ], + [ + 117.744857, + 39.548585 + ], + [ + 117.71596, + 39.530084 + ], + [ + 117.710194, + 39.550422 + ], + [ + 117.689563, + 39.559539 + ], + [ + 117.688794, + 39.569246 + ], + [ + 117.708913, + 39.572918 + ], + [ + 117.68495, + 39.588916 + ], + [ + 117.660795, + 39.57541 + ], + [ + 117.636191, + 39.603731 + ], + [ + 117.621967, + 39.59167 + ], + [ + 117.619084, + 39.603207 + ], + [ + 117.641189, + 39.612645 + ], + [ + 117.641957, + 39.628438 + ], + [ + 117.662012, + 39.636365 + ], + [ + 117.668355, + 39.667085 + ], + [ + 117.657014, + 39.668657 + ], + [ + 117.643944, + 39.688692 + ], + [ + 117.644777, + 39.701849 + ], + [ + 117.602425, + 39.705384 + ], + [ + 117.577629, + 39.726913 + ], + [ + 117.596082, + 39.735222 + ], + [ + 117.59589, + 39.746147 + ], + [ + 117.559305, + 39.756088 + ], + [ + 117.546106, + 39.776164 + ], + [ + 117.561419, + 39.800024 + ], + [ + 117.537264, + 39.835178 + ], + [ + 117.548092, + 39.839882 + ], + [ + 117.521374, + 39.870641 + ], + [ + 117.518811, + 39.891271 + ], + [ + 117.507406, + 39.909023 + ], + [ + 117.525539, + 39.92964 + ], + [ + 117.514967, + 39.946665 + ], + [ + 117.532907, + 39.952469 + ], + [ + 117.547323, + 39.976855 + ], + [ + 117.537777, + 39.997452 + ], + [ + 117.589226, + 39.996866 + ], + [ + 117.634589, + 39.968901 + ], + [ + 117.674698, + 39.974834 + ], + [ + 117.70667, + 39.986046 + ], + [ + 117.72775, + 39.972422 + ], + [ + 117.756326, + 39.96512 + ], + [ + 117.763566, + 39.972748 + ], + [ + 117.781826, + 39.966293 + ], + [ + 117.797075, + 40.010225 + ], + [ + 117.782467, + 40.023516 + ], + [ + 117.744152, + 40.018434 + ], + [ + 117.747932, + 40.047421 + ], + [ + 117.758312, + 40.04436 + ], + [ + 117.776188, + 40.059272 + ], + [ + 117.758184, + 40.065978 + ], + [ + 117.751648, + 40.081993 + ], + [ + 117.721983, + 40.07991 + ], + [ + 117.708272, + 40.093643 + ], + [ + 117.67489, + 40.082123 + ], + [ + 117.668099, + 40.100931 + ], + [ + 117.644841, + 40.096181 + ], + [ + 117.65317, + 40.110757 + ], + [ + 117.650159, + 40.128191 + ], + [ + 117.635999, + 40.132094 + ], + [ + 117.630232, + 40.147833 + ], + [ + 117.601208, + 40.171239 + ], + [ + 117.576412, + 40.178584 + ], + [ + 117.575451, + 40.192817 + ], + [ + 117.609409, + 40.194897 + ], + [ + 117.619532, + 40.206398 + ], + [ + 117.64625, + 40.205163 + ], + [ + 117.677069, + 40.22095 + ], + [ + 117.694112, + 40.238161 + ], + [ + 117.714551, + 40.241668 + ], + [ + 117.75152, + 40.229718 + ], + [ + 117.807775, + 40.261926 + ], + [ + 117.844104, + 40.261406 + ], + [ + 117.867554, + 40.26965 + ], + [ + 117.897989, + 40.270429 + ], + [ + 117.909457, + 40.285876 + ], + [ + 118.000888, + 40.29256 + ], + [ + 118.031643, + 40.302358 + ], + [ + 118.061564, + 40.319095 + ], + [ + 118.079312, + 40.353528 + ], + [ + 118.121856, + 40.354695 + ], + [ + 118.133837, + 40.375113 + ], + [ + 118.165232, + 40.400449 + ], + [ + 118.153123, + 40.409519 + ], + [ + 118.156967, + 40.423768 + ], + [ + 118.173818, + 40.423056 + ], + [ + 118.239684, + 40.464686 + ], + [ + 118.262942, + 40.452063 + ], + [ + 118.277935, + 40.425711 + ], + [ + 118.306575, + 40.419558 + ], + [ + 118.356295, + 40.435295 + ], + [ + 118.360011, + 40.428819 + ], + [ + 118.387305, + 40.436719 + ], + [ + 118.402683, + 40.416838 + ], + [ + 118.430746, + 40.411851 + ], + [ + 118.45599, + 40.414053 + ], + [ + 118.503211, + 40.403365 + ], + [ + 118.523458, + 40.40628 + ], + [ + 118.548062, + 40.422667 + ], + [ + 118.571512, + 40.414636 + ], + [ + 118.550881, + 40.385482 + ], + [ + 118.558377, + 40.36928 + ], + [ + 118.539989, + 40.361048 + ], + [ + 118.532364, + 40.319419 + ], + [ + 118.533325, + 40.298854 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.571384, + 40.269845 + ], + [ + 118.628472, + 40.249915 + ], + [ + 118.665634, + 40.242577 + ], + [ + 118.708562, + 40.216078 + ], + [ + 118.746108, + 40.208087 + ], + [ + 118.743609, + 40.191777 + ], + [ + 118.775581, + 40.194182 + ], + [ + 118.794482, + 40.204838 + ], + [ + 118.849135, + 40.178974 + ], + [ + 118.867652, + 40.180599 + ], + [ + 118.888924, + 40.168768 + ], + [ + 118.906736, + 40.169679 + ], + [ + 118.92474, + 40.149653 + ], + [ + 118.918269, + 40.092211 + ], + [ + 118.900521, + 40.086549 + ], + [ + 118.866307, + 40.061942 + ], + [ + 118.865602, + 40.023777 + ], + [ + 118.88508, + 40.005403 + ], + [ + 118.884247, + 39.961794 + ], + [ + 118.875149, + 39.941121 + ], + [ + 118.859643, + 39.93362 + ], + [ + 118.853556, + 39.88409 + ], + [ + 118.835232, + 39.859018 + ], + [ + 118.838179, + 39.847981 + ], + [ + 118.816843, + 39.825836 + ], + [ + 118.825429, + 39.799436 + ], + [ + 118.797942, + 39.790415 + ], + [ + 118.800185, + 39.775706 + ], + [ + 118.774428, + 39.764198 + ], + [ + 118.787242, + 39.71592 + ], + [ + 118.804157, + 39.679985 + ], + [ + 118.822225, + 39.668984 + ], + [ + 118.824596, + 39.648681 + ], + [ + 118.850097, + 39.622737 + ], + [ + 118.844586, + 39.615004 + ], + [ + 118.861309, + 39.574754 + ], + [ + 118.882261, + 39.566557 + ], + [ + 118.895139, + 39.547011 + ], + [ + 118.938452, + 39.557572 + ], + [ + 118.945243, + 39.544781 + ], + [ + 118.983302, + 39.538942 + ], + [ + 118.966067, + 39.529494 + ], + [ + 118.961453, + 39.51591 + ], + [ + 119.008098, + 39.509347 + ], + [ + 119.015658, + 39.482103 + ], + [ + 119.004894, + 39.467459 + ], + [ + 119.048399, + 39.459052 + ], + [ + 119.064545, + 39.473763 + ], + [ + 119.185769, + 39.458986 + ], + [ + 119.212295, + 39.463453 + ], + [ + 119.257401, + 39.429752 + ], + [ + 119.280403, + 39.422852 + ], + [ + 119.319039, + 39.429554 + ] + ] + ], + [ + [ + [ + 117.784581, + 39.377032 + ], + [ + 117.744601, + 39.354604 + ], + [ + 117.692318, + 39.35171 + ], + [ + 117.670918, + 39.356446 + ], + [ + 117.669316, + 39.324141 + ], + [ + 117.650799, + 39.315191 + ], + [ + 117.637536, + 39.335986 + ], + [ + 117.595249, + 39.349144 + ], + [ + 117.536239, + 39.338026 + ], + [ + 117.520862, + 39.357236 + ], + [ + 117.535342, + 39.374007 + ], + [ + 117.557895, + 39.38558 + ], + [ + 117.571158, + 39.404646 + ], + [ + 117.590636, + 39.405435 + ], + [ + 117.6014, + 39.4195 + ], + [ + 117.61415, + 39.407078 + ], + [ + 117.643495, + 39.405829 + ], + [ + 117.669124, + 39.412008 + ], + [ + 117.673224, + 39.386698 + ], + [ + 117.702313, + 39.388934 + ], + [ + 117.69975, + 39.407604 + ], + [ + 117.737296, + 39.410562 + ], + [ + 117.782147, + 39.394785 + ], + [ + 117.784581, + 39.377032 + ] + ] + ], + [ + [ + [ + 118.630522, + 39.054726 + ], + [ + 118.620847, + 39.068268 + ], + [ + 118.638852, + 39.076061 + ], + [ + 118.653652, + 39.056973 + ], + [ + 118.640005, + 39.042306 + ], + [ + 118.630522, + 39.054726 + ] + ] + ], + [ + [ + [ + 118.869446, + 39.142733 + ], + [ + 118.871753, + 39.115082 + ], + [ + 118.857465, + 39.098842 + ], + [ + 118.820495, + 39.093693 + ], + [ + 118.820239, + 39.108745 + ], + [ + 118.842664, + 39.117788 + ], + [ + 118.869446, + 39.142733 + ] + ] + ], + [ + [ + [ + 118.83914, + 39.153817 + ], + [ + 118.841511, + 39.135475 + ], + [ + 118.825749, + 39.122672 + ], + [ + 118.815177, + 39.132373 + ], + [ + 118.83914, + 39.153817 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130300, + "name": "秦皇岛市", + "center": [ + 119.586579, + 39.942531 + ], + "centroid": [ + 119.193332, + 40.088346 + ], + "childrenNum": 7, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.319039, + 39.429554 + ], + [ + 119.280403, + 39.422852 + ], + [ + 119.257401, + 39.429752 + ], + [ + 119.212295, + 39.463453 + ], + [ + 119.185769, + 39.458986 + ], + [ + 119.064545, + 39.473763 + ], + [ + 119.048399, + 39.459052 + ], + [ + 119.004894, + 39.467459 + ], + [ + 119.015658, + 39.482103 + ], + [ + 119.008098, + 39.509347 + ], + [ + 118.961453, + 39.51591 + ], + [ + 118.966067, + 39.529494 + ], + [ + 118.983302, + 39.538942 + ], + [ + 118.945243, + 39.544781 + ], + [ + 118.938452, + 39.557572 + ], + [ + 118.895139, + 39.547011 + ], + [ + 118.882261, + 39.566557 + ], + [ + 118.861309, + 39.574754 + ], + [ + 118.844586, + 39.615004 + ], + [ + 118.850097, + 39.622737 + ], + [ + 118.824596, + 39.648681 + ], + [ + 118.822225, + 39.668984 + ], + [ + 118.804157, + 39.679985 + ], + [ + 118.787242, + 39.71592 + ], + [ + 118.774428, + 39.764198 + ], + [ + 118.800185, + 39.775706 + ], + [ + 118.797942, + 39.790415 + ], + [ + 118.825429, + 39.799436 + ], + [ + 118.816843, + 39.825836 + ], + [ + 118.838179, + 39.847981 + ], + [ + 118.835232, + 39.859018 + ], + [ + 118.853556, + 39.88409 + ], + [ + 118.859643, + 39.93362 + ], + [ + 118.875149, + 39.941121 + ], + [ + 118.884247, + 39.961794 + ], + [ + 118.88508, + 40.005403 + ], + [ + 118.865602, + 40.023777 + ], + [ + 118.866307, + 40.061942 + ], + [ + 118.900521, + 40.086549 + ], + [ + 118.918269, + 40.092211 + ], + [ + 118.92474, + 40.149653 + ], + [ + 118.906736, + 40.169679 + ], + [ + 118.888924, + 40.168768 + ], + [ + 118.867652, + 40.180599 + ], + [ + 118.849135, + 40.178974 + ], + [ + 118.794482, + 40.204838 + ], + [ + 118.775581, + 40.194182 + ], + [ + 118.743609, + 40.191777 + ], + [ + 118.746108, + 40.208087 + ], + [ + 118.708562, + 40.216078 + ], + [ + 118.665634, + 40.242577 + ], + [ + 118.628472, + 40.249915 + ], + [ + 118.571384, + 40.269845 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.580098, + 40.305861 + ], + [ + 118.596949, + 40.308456 + ], + [ + 118.608225, + 40.328305 + ], + [ + 118.640197, + 40.354566 + ], + [ + 118.643785, + 40.380946 + ], + [ + 118.618349, + 40.425193 + ], + [ + 118.624179, + 40.437626 + ], + [ + 118.657176, + 40.450574 + ], + [ + 118.702795, + 40.491411 + ], + [ + 118.723491, + 40.473746 + ], + [ + 118.772954, + 40.479765 + ], + [ + 118.792112, + 40.492382 + ], + [ + 118.794867, + 40.510753 + ], + [ + 118.821328, + 40.531964 + ], + [ + 118.864, + 40.527244 + ], + [ + 118.886938, + 40.542438 + ], + [ + 118.919038, + 40.53093 + ], + [ + 118.966003, + 40.536102 + ], + [ + 118.952676, + 40.558469 + ], + [ + 118.983366, + 40.56364 + ], + [ + 118.998359, + 40.578955 + ], + [ + 119.013095, + 40.577081 + ], + [ + 119.063392, + 40.606151 + ], + [ + 119.086394, + 40.588775 + ], + [ + 119.105487, + 40.603632 + ], + [ + 119.158474, + 40.614418 + ], + [ + 119.162575, + 40.600015 + ], + [ + 119.178209, + 40.609316 + ], + [ + 119.230812, + 40.603891 + ], + [ + 119.232862, + 40.589421 + ], + [ + 119.220624, + 40.569133 + ], + [ + 119.25612, + 40.543279 + ], + [ + 119.302188, + 40.530283 + ], + [ + 119.338068, + 40.531253 + ], + [ + 119.361839, + 40.537331 + ], + [ + 119.441864, + 40.539852 + ], + [ + 119.477809, + 40.533322 + ], + [ + 119.491007, + 40.536167 + ], + [ + 119.503886, + 40.553945 + ], + [ + 119.520288, + 40.547416 + ], + [ + 119.534256, + 40.554203 + ], + [ + 119.571033, + 40.540887 + ], + [ + 119.568855, + 40.520778 + ], + [ + 119.555464, + 40.516833 + ], + [ + 119.553542, + 40.501762 + ], + [ + 119.604927, + 40.454976 + ], + [ + 119.593458, + 40.435683 + ], + [ + 119.600442, + 40.406863 + ], + [ + 119.586667, + 40.375437 + ], + [ + 119.599801, + 40.356575 + ], + [ + 119.598136, + 40.334206 + ], + [ + 119.621458, + 40.30359 + ], + [ + 119.642153, + 40.291327 + ], + [ + 119.651892, + 40.272377 + ], + [ + 119.633503, + 40.249395 + ], + [ + 119.625174, + 40.224132 + ], + [ + 119.671562, + 40.23959 + ], + [ + 119.676239, + 40.224522 + ], + [ + 119.716797, + 40.196066 + ], + [ + 119.745949, + 40.207957 + ], + [ + 119.755496, + 40.153165 + ], + [ + 119.76248, + 40.144776 + ], + [ + 119.736723, + 40.104836 + ], + [ + 119.771578, + 40.082253 + ], + [ + 119.76043, + 40.065653 + ], + [ + 119.770873, + 40.048788 + ], + [ + 119.795285, + 40.040387 + ], + [ + 119.817069, + 40.052826 + ], + [ + 119.835009, + 40.050286 + ], + [ + 119.854231, + 40.03231 + ], + [ + 119.841032, + 40.011789 + ], + [ + 119.872363, + 39.960621 + ], + [ + 119.862432, + 39.951556 + ], + [ + 119.835522, + 39.964468 + ], + [ + 119.836739, + 39.985786 + ], + [ + 119.816877, + 39.978224 + ], + [ + 119.787212, + 39.950382 + ], + [ + 119.726279, + 39.941056 + ], + [ + 119.683543, + 39.921942 + ], + [ + 119.674317, + 39.933424 + ], + [ + 119.666436, + 39.92018 + ], + [ + 119.637027, + 39.923182 + ], + [ + 119.612936, + 39.898907 + ], + [ + 119.587948, + 39.909936 + ], + [ + 119.559564, + 39.901518 + ], + [ + 119.541048, + 39.888138 + ], + [ + 119.520352, + 39.838183 + ], + [ + 119.537652, + 39.831259 + ], + [ + 119.53778, + 39.810154 + ], + [ + 119.506641, + 39.816493 + ], + [ + 119.464738, + 39.809239 + ], + [ + 119.396886, + 39.761124 + ], + [ + 119.395925, + 39.74425 + ], + [ + 119.3735, + 39.739671 + ], + [ + 119.358122, + 39.721744 + ], + [ + 119.334928, + 39.656148 + ], + [ + 119.31276, + 39.605894 + ], + [ + 119.270024, + 39.498582 + ], + [ + 119.304238, + 39.459972 + ], + [ + 119.319039, + 39.429554 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130400, + "name": "邯郸市", + "center": [ + 114.490686, + 36.612273 + ], + "centroid": [ + 114.548854, + 36.553496 + ], + "childrenNum": 18, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.794954, + 36.994995 + ], + [ + 113.828784, + 37.012048 + ], + [ + 113.859475, + 37.015037 + ], + [ + 113.883886, + 37.010893 + ], + [ + 113.901185, + 36.99683 + ], + [ + 113.941743, + 36.983376 + ], + [ + 113.984415, + 36.941503 + ], + [ + 113.991078, + 36.914913 + ], + [ + 114.028176, + 36.881236 + ], + [ + 114.063672, + 36.879331 + ], + [ + 114.090005, + 36.861023 + ], + [ + 114.081548, + 36.845094 + ], + [ + 114.100449, + 36.839035 + ], + [ + 114.182653, + 36.843937 + ], + [ + 114.225902, + 36.843052 + ], + [ + 114.252684, + 36.856531 + ], + [ + 114.299969, + 36.845435 + ], + [ + 114.304518, + 36.857007 + ], + [ + 114.336105, + 36.846728 + ], + [ + 114.353533, + 36.852038 + ], + [ + 114.421193, + 36.839444 + ], + [ + 114.462327, + 36.847681 + ], + [ + 114.478921, + 36.833248 + ], + [ + 114.507754, + 36.827936 + ], + [ + 114.555231, + 36.845979 + ], + [ + 114.551707, + 36.884094 + ], + [ + 114.56702, + 36.891307 + ], + [ + 114.64884, + 36.89845 + ], + [ + 114.671073, + 36.917429 + ], + [ + 114.707145, + 36.918041 + ], + [ + 114.718166, + 36.938103 + ], + [ + 114.734568, + 36.942931 + ], + [ + 114.74341, + 36.932323 + ], + [ + 114.772691, + 36.928447 + ], + [ + 114.787492, + 36.91396 + ], + [ + 114.838172, + 36.950885 + ], + [ + 114.836314, + 36.958024 + ], + [ + 114.862712, + 36.969715 + ], + [ + 114.892441, + 36.969647 + ], + [ + 114.949593, + 36.948778 + ], + [ + 114.985602, + 36.950477 + ], + [ + 115.02161, + 36.961422 + ], + [ + 115.0589, + 36.957004 + ], + [ + 115.096702, + 36.964549 + ], + [ + 115.111631, + 36.958431 + ], + [ + 115.125022, + 36.936471 + ], + [ + 115.106505, + 36.923958 + ], + [ + 115.125086, + 36.90607 + ], + [ + 115.143219, + 36.899131 + ], + [ + 115.16622, + 36.901512 + ], + [ + 115.170449, + 36.881509 + ], + [ + 115.158916, + 36.852038 + ], + [ + 115.176856, + 36.854353 + ], + [ + 115.200563, + 36.868374 + ], + [ + 115.283344, + 36.862589 + ], + [ + 115.325567, + 36.869667 + ], + [ + 115.307499, + 36.837129 + ], + [ + 115.323004, + 36.815474 + ], + [ + 115.335691, + 36.775826 + ], + [ + 115.349786, + 36.786796 + ], + [ + 115.362921, + 36.771056 + ], + [ + 115.390664, + 36.76315 + ], + [ + 115.423661, + 36.766081 + ], + [ + 115.463386, + 36.752177 + ], + [ + 115.478314, + 36.754699 + ], + [ + 115.450507, + 36.713656 + ], + [ + 115.446663, + 36.694626 + ], + [ + 115.420586, + 36.686781 + ], + [ + 115.406426, + 36.663242 + ], + [ + 115.386756, + 36.656827 + ], + [ + 115.388229, + 36.647203 + ], + [ + 115.366061, + 36.621945 + ], + [ + 115.355104, + 36.627407 + ], + [ + 115.334281, + 36.58247 + ], + [ + 115.33127, + 36.550219 + ], + [ + 115.307435, + 36.527458 + ], + [ + 115.288341, + 36.528484 + ], + [ + 115.296479, + 36.508862 + ], + [ + 115.272836, + 36.497373 + ], + [ + 115.291417, + 36.460572 + ], + [ + 115.300259, + 36.465908 + ], + [ + 115.317046, + 36.454003 + ], + [ + 115.312048, + 36.433541 + ], + [ + 115.29744, + 36.413484 + ], + [ + 115.339983, + 36.398078 + ], + [ + 115.349594, + 36.363079 + ], + [ + 115.368688, + 36.342593 + ], + [ + 115.359782, + 36.318743 + ], + [ + 115.366637, + 36.30894 + ], + [ + 115.394637, + 36.322581 + ], + [ + 115.422956, + 36.32217 + ], + [ + 115.417062, + 36.29276 + ], + [ + 115.436347, + 36.27637 + ], + [ + 115.462681, + 36.276096 + ], + [ + 115.465372, + 36.250373 + ], + [ + 115.47652, + 36.246531 + ], + [ + 115.475944, + 36.193066 + ], + [ + 115.483568, + 36.148976 + ], + [ + 115.469985, + 36.152892 + ], + [ + 115.463898, + 36.171299 + ], + [ + 115.451276, + 36.16972 + ], + [ + 115.449674, + 36.150144 + ], + [ + 115.431286, + 36.149183 + ], + [ + 115.415716, + 36.137572 + ], + [ + 115.404632, + 36.15564 + ], + [ + 115.39265, + 36.12919 + ], + [ + 115.377914, + 36.128503 + ], + [ + 115.369264, + 36.102731 + ], + [ + 115.341393, + 36.087608 + ], + [ + 115.313073, + 36.088227 + ], + [ + 115.297247, + 36.109123 + ], + [ + 115.302181, + 36.127678 + ], + [ + 115.279307, + 36.137847 + ], + [ + 115.260406, + 36.171574 + ], + [ + 115.242146, + 36.191212 + ], + [ + 115.20178, + 36.212768 + ], + [ + 115.189222, + 36.195538 + ], + [ + 115.170705, + 36.191006 + ], + [ + 115.142834, + 36.209679 + ], + [ + 115.110414, + 36.199382 + ], + [ + 115.104583, + 36.172192 + ], + [ + 115.06268, + 36.178235 + ], + [ + 115.048456, + 36.162027 + ], + [ + 115.045893, + 36.112216 + ], + [ + 114.998416, + 36.069732 + ], + [ + 114.954591, + 36.067806 + ], + [ + 114.920184, + 36.048205 + ], + [ + 114.914674, + 36.051988 + ], + [ + 114.926463, + 36.089464 + ], + [ + 114.90705, + 36.117233 + ], + [ + 114.912432, + 36.140458 + ], + [ + 114.879435, + 36.147809 + ], + [ + 114.858675, + 36.144305 + ], + [ + 114.857458, + 36.127747 + ], + [ + 114.825166, + 36.123693 + ], + [ + 114.77865, + 36.133175 + ], + [ + 114.771345, + 36.124517 + ], + [ + 114.73444, + 36.155777 + ], + [ + 114.720665, + 36.140046 + ], + [ + 114.692409, + 36.146229 + ], + [ + 114.691128, + 36.138397 + ], + [ + 114.655183, + 36.140252 + ], + [ + 114.630387, + 36.124243 + ], + [ + 114.610845, + 36.128297 + ], + [ + 114.58259, + 36.121356 + ], + [ + 114.586883, + 36.140939 + ], + [ + 114.55805, + 36.150763 + ], + [ + 114.53287, + 36.171505 + ], + [ + 114.480267, + 36.177823 + ], + [ + 114.466171, + 36.197735 + ], + [ + 114.417541, + 36.205904 + ], + [ + 114.408442, + 36.224573 + ], + [ + 114.39236, + 36.221141 + ], + [ + 114.356096, + 36.230337 + ], + [ + 114.345139, + 36.255792 + ], + [ + 114.328353, + 36.248177 + ], + [ + 114.290102, + 36.247148 + ], + [ + 114.256464, + 36.264024 + ], + [ + 114.235577, + 36.252774 + ], + [ + 114.223723, + 36.270883 + ], + [ + 114.211037, + 36.273009 + ], + [ + 114.203028, + 36.24557 + ], + [ + 114.168878, + 36.243443 + ], + [ + 114.17663, + 36.263132 + ], + [ + 114.130627, + 36.279662 + ], + [ + 114.12108, + 36.272735 + ], + [ + 114.092632, + 36.27781 + ], + [ + 114.085328, + 36.270129 + ], + [ + 114.060532, + 36.276507 + ], + [ + 114.04272, + 36.297011 + ], + [ + 114.061557, + 36.317989 + ], + [ + 114.055727, + 36.329983 + ], + [ + 114.026254, + 36.325117 + ], + [ + 114.032276, + 36.347527 + ], + [ + 114.023691, + 36.354995 + ], + [ + 114.010684, + 36.342456 + ], + [ + 113.985824, + 36.357599 + ], + [ + 113.979802, + 36.344101 + ], + [ + 113.994474, + 36.344169 + ], + [ + 113.993833, + 36.314561 + ], + [ + 113.983005, + 36.317166 + ], + [ + 113.964232, + 36.352597 + ], + [ + 113.952763, + 36.358147 + ], + [ + 113.957248, + 36.33622 + ], + [ + 113.934439, + 36.336151 + ], + [ + 113.93162, + 36.319497 + ], + [ + 113.911181, + 36.314767 + ], + [ + 113.901121, + 36.336974 + ], + [ + 113.881515, + 36.353899 + ], + [ + 113.85358, + 36.35013 + ], + [ + 113.855951, + 36.329367 + ], + [ + 113.818212, + 36.331149 + ], + [ + 113.797581, + 36.347184 + ], + [ + 113.764392, + 36.355612 + ], + [ + 113.755166, + 36.365956 + ], + [ + 113.73242, + 36.357599 + ], + [ + 113.729601, + 36.381642 + ], + [ + 113.708329, + 36.423342 + ], + [ + 113.670206, + 36.425122 + ], + [ + 113.6292, + 36.454687 + ], + [ + 113.587233, + 36.460982 + ], + [ + 113.582108, + 36.482942 + ], + [ + 113.554428, + 36.494706 + ], + [ + 113.559939, + 36.52862 + ], + [ + 113.547317, + 36.534362 + ], + [ + 113.588707, + 36.548101 + ], + [ + 113.58813, + 36.562725 + ], + [ + 113.569678, + 36.585885 + ], + [ + 113.539756, + 36.594082 + ], + [ + 113.545266, + 36.616892 + ], + [ + 113.535463, + 36.62925 + ], + [ + 113.486833, + 36.635189 + ], + [ + 113.47703, + 36.655189 + ], + [ + 113.502018, + 36.681528 + ], + [ + 113.507015, + 36.704858 + ], + [ + 113.477542, + 36.697287 + ], + [ + 113.465369, + 36.70779 + ], + [ + 113.47767, + 36.726407 + ], + [ + 113.499391, + 36.740589 + ], + [ + 113.536232, + 36.732339 + ], + [ + 113.549303, + 36.752313 + ], + [ + 113.569165, + 36.758107 + ], + [ + 113.599984, + 36.752927 + ], + [ + 113.65579, + 36.785706 + ], + [ + 113.68097, + 36.790134 + ], + [ + 113.673923, + 36.807505 + ], + [ + 113.68411, + 36.824804 + ], + [ + 113.676293, + 36.855646 + ], + [ + 113.696924, + 36.882257 + ], + [ + 113.710508, + 36.88736 + ], + [ + 113.731587, + 36.87865 + ], + [ + 113.731908, + 36.859118 + ], + [ + 113.742095, + 36.851085 + ], + [ + 113.772337, + 36.871165 + ], + [ + 113.786945, + 36.870076 + ], + [ + 113.79284, + 36.894709 + ], + [ + 113.761701, + 36.956052 + ], + [ + 113.777463, + 36.96856 + ], + [ + 113.794954, + 36.994995 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130500, + "name": "邢台市", + "center": [ + 114.508851, + 37.0682 + ], + "centroid": [ + 114.822689, + 37.213818 + ], + "childrenNum": 19, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.022666, + 37.435496 + ], + [ + 114.06899, + 37.447384 + ], + [ + 114.096477, + 37.490935 + ], + [ + 114.113263, + 37.493837 + ], + [ + 114.126526, + 37.481957 + ], + [ + 114.133766, + 37.498899 + ], + [ + 114.156191, + 37.505244 + ], + [ + 114.166123, + 37.528186 + ], + [ + 114.184575, + 37.530817 + ], + [ + 114.215009, + 37.51125 + ], + [ + 114.255439, + 37.504096 + ], + [ + 114.27293, + 37.494445 + ], + [ + 114.303621, + 37.507808 + ], + [ + 114.310861, + 37.499979 + ], + [ + 114.334632, + 37.502949 + ], + [ + 114.358274, + 37.519212 + ], + [ + 114.370192, + 37.513612 + ], + [ + 114.37269, + 37.52967 + ], + [ + 114.412095, + 37.549907 + ], + [ + 114.433495, + 37.552537 + ], + [ + 114.483471, + 37.576814 + ], + [ + 114.519927, + 37.574656 + ], + [ + 114.585217, + 37.55301 + ], + [ + 114.64679, + 37.556247 + ], + [ + 114.680171, + 37.565283 + ], + [ + 114.698816, + 37.589353 + ], + [ + 114.707338, + 37.615774 + ], + [ + 114.725983, + 37.630665 + ], + [ + 114.764618, + 37.624399 + ], + [ + 114.797423, + 37.628239 + ], + [ + 114.808571, + 37.659832 + ], + [ + 114.841504, + 37.676129 + ], + [ + 114.847783, + 37.69673 + ], + [ + 114.871041, + 37.702114 + ], + [ + 114.881357, + 37.716113 + ], + [ + 114.895965, + 37.712547 + ], + [ + 114.904038, + 37.729302 + ], + [ + 114.931846, + 37.728899 + ], + [ + 114.960165, + 37.720084 + ], + [ + 114.987524, + 37.742691 + ], + [ + 115.001748, + 37.734685 + ], + [ + 115.012512, + 37.75157 + ], + [ + 115.041024, + 37.733541 + ], + [ + 115.070049, + 37.745651 + ], + [ + 115.066653, + 37.771007 + ], + [ + 115.072099, + 37.788893 + ], + [ + 115.097215, + 37.797498 + ], + [ + 115.097471, + 37.807849 + ], + [ + 115.122972, + 37.811479 + ], + [ + 115.131173, + 37.799783 + ], + [ + 115.150523, + 37.808521 + ], + [ + 115.160262, + 37.780287 + ], + [ + 115.152765, + 37.759507 + ], + [ + 115.172564, + 37.749351 + ], + [ + 115.227281, + 37.732599 + ], + [ + 115.243235, + 37.722641 + ], + [ + 115.261431, + 37.68818 + ], + [ + 115.253807, + 37.671415 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.227858, + 37.648921 + ], + [ + 115.202934, + 37.637133 + ], + [ + 115.191593, + 37.608833 + ], + [ + 115.172756, + 37.600543 + ], + [ + 115.200563, + 37.572498 + ], + [ + 115.188325, + 37.563125 + ], + [ + 115.201908, + 37.555977 + ], + [ + 115.237276, + 37.575465 + ], + [ + 115.282575, + 37.576005 + ], + [ + 115.307179, + 37.563935 + ], + [ + 115.360871, + 37.523935 + ], + [ + 115.359461, + 37.558675 + ], + [ + 115.372147, + 37.544106 + ], + [ + 115.405785, + 37.535944 + ], + [ + 115.410078, + 37.523261 + ], + [ + 115.430965, + 37.506796 + ], + [ + 115.455313, + 37.501802 + ], + [ + 115.421675, + 37.495727 + ], + [ + 115.426096, + 37.506256 + ], + [ + 115.402069, + 37.51017 + ], + [ + 115.397968, + 37.497347 + ], + [ + 115.417638, + 37.487762 + ], + [ + 115.410719, + 37.476421 + ], + [ + 115.431478, + 37.469602 + ], + [ + 115.404183, + 37.462039 + ], + [ + 115.360038, + 37.461431 + ], + [ + 115.345109, + 37.448195 + ], + [ + 115.391049, + 37.42793 + ], + [ + 115.428595, + 37.387926 + ], + [ + 115.468768, + 37.382788 + ], + [ + 115.506634, + 37.368997 + ], + [ + 115.520089, + 37.353648 + ], + [ + 115.52938, + 37.326864 + ], + [ + 115.577177, + 37.316107 + ], + [ + 115.599218, + 37.332884 + ], + [ + 115.590632, + 37.312453 + ], + [ + 115.599859, + 37.301965 + ], + [ + 115.623437, + 37.297905 + ], + [ + 115.63292, + 37.277058 + ], + [ + 115.67258, + 37.275839 + ], + [ + 115.675784, + 37.258914 + ], + [ + 115.698465, + 37.257153 + ], + [ + 115.756322, + 37.209876 + ], + [ + 115.76997, + 37.14155 + ], + [ + 115.786564, + 37.123916 + ], + [ + 115.827378, + 37.106006 + ], + [ + 115.853904, + 37.059245 + ], + [ + 115.812385, + 37.028961 + ], + [ + 115.80963, + 37.011436 + ], + [ + 115.776441, + 36.992073 + ], + [ + 115.784322, + 36.970735 + ], + [ + 115.796816, + 36.968763 + ], + [ + 115.772789, + 36.936811 + ], + [ + 115.757796, + 36.903008 + ], + [ + 115.740561, + 36.90641 + ], + [ + 115.71128, + 36.882393 + ], + [ + 115.688598, + 36.83958 + ], + [ + 115.684177, + 36.812954 + ], + [ + 115.66502, + 36.812477 + ], + [ + 115.637405, + 36.797492 + ], + [ + 115.572116, + 36.775349 + ], + [ + 115.538734, + 36.784139 + ], + [ + 115.523613, + 36.763832 + ], + [ + 115.502918, + 36.77017 + ], + [ + 115.478314, + 36.754699 + ], + [ + 115.463386, + 36.752177 + ], + [ + 115.423661, + 36.766081 + ], + [ + 115.390664, + 36.76315 + ], + [ + 115.362921, + 36.771056 + ], + [ + 115.349786, + 36.786796 + ], + [ + 115.335691, + 36.775826 + ], + [ + 115.323004, + 36.815474 + ], + [ + 115.307499, + 36.837129 + ], + [ + 115.325567, + 36.869667 + ], + [ + 115.283344, + 36.862589 + ], + [ + 115.200563, + 36.868374 + ], + [ + 115.176856, + 36.854353 + ], + [ + 115.158916, + 36.852038 + ], + [ + 115.170449, + 36.881509 + ], + [ + 115.16622, + 36.901512 + ], + [ + 115.143219, + 36.899131 + ], + [ + 115.125086, + 36.90607 + ], + [ + 115.106505, + 36.923958 + ], + [ + 115.125022, + 36.936471 + ], + [ + 115.111631, + 36.958431 + ], + [ + 115.096702, + 36.964549 + ], + [ + 115.0589, + 36.957004 + ], + [ + 115.02161, + 36.961422 + ], + [ + 114.985602, + 36.950477 + ], + [ + 114.949593, + 36.948778 + ], + [ + 114.892441, + 36.969647 + ], + [ + 114.862712, + 36.969715 + ], + [ + 114.836314, + 36.958024 + ], + [ + 114.838172, + 36.950885 + ], + [ + 114.787492, + 36.91396 + ], + [ + 114.772691, + 36.928447 + ], + [ + 114.74341, + 36.932323 + ], + [ + 114.734568, + 36.942931 + ], + [ + 114.718166, + 36.938103 + ], + [ + 114.707145, + 36.918041 + ], + [ + 114.671073, + 36.917429 + ], + [ + 114.64884, + 36.89845 + ], + [ + 114.56702, + 36.891307 + ], + [ + 114.551707, + 36.884094 + ], + [ + 114.555231, + 36.845979 + ], + [ + 114.507754, + 36.827936 + ], + [ + 114.478921, + 36.833248 + ], + [ + 114.462327, + 36.847681 + ], + [ + 114.421193, + 36.839444 + ], + [ + 114.353533, + 36.852038 + ], + [ + 114.336105, + 36.846728 + ], + [ + 114.304518, + 36.857007 + ], + [ + 114.299969, + 36.845435 + ], + [ + 114.252684, + 36.856531 + ], + [ + 114.225902, + 36.843052 + ], + [ + 114.182653, + 36.843937 + ], + [ + 114.100449, + 36.839035 + ], + [ + 114.081548, + 36.845094 + ], + [ + 114.090005, + 36.861023 + ], + [ + 114.063672, + 36.879331 + ], + [ + 114.028176, + 36.881236 + ], + [ + 113.991078, + 36.914913 + ], + [ + 113.984415, + 36.941503 + ], + [ + 113.941743, + 36.983376 + ], + [ + 113.901185, + 36.99683 + ], + [ + 113.883886, + 37.010893 + ], + [ + 113.859475, + 37.015037 + ], + [ + 113.828784, + 37.012048 + ], + [ + 113.794954, + 36.994995 + ], + [ + 113.771888, + 37.016803 + ], + [ + 113.790149, + 37.04295 + ], + [ + 113.788227, + 37.059788 + ], + [ + 113.768749, + 37.062504 + ], + [ + 113.758177, + 37.075672 + ], + [ + 113.77349, + 37.106956 + ], + [ + 113.767339, + 37.144601 + ], + [ + 113.77317, + 37.151857 + ], + [ + 113.831924, + 37.167518 + ], + [ + 113.836601, + 37.18948 + ], + [ + 113.853067, + 37.215093 + ], + [ + 113.886449, + 37.23914 + ], + [ + 113.886897, + 37.25993 + ], + [ + 113.899007, + 37.279495 + ], + [ + 113.902147, + 37.30995 + ], + [ + 113.921176, + 37.33072 + ], + [ + 113.959811, + 37.348982 + ], + [ + 113.973907, + 37.403133 + ], + [ + 114.022666, + 37.435496 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130600, + "name": "保定市", + "center": [ + 115.482331, + 38.867657 + ], + "centroid": [ + 115.177664, + 39.025148 + ], + "childrenNum": 24, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.244678, + 39.517354 + ], + [ + 116.222766, + 39.501995 + ], + [ + 116.220843, + 39.511644 + ], + [ + 116.182144, + 39.49635 + ], + [ + 116.179901, + 39.486568 + ], + [ + 116.151325, + 39.471005 + ], + [ + 116.132104, + 39.429423 + ], + [ + 116.133001, + 39.4055 + ], + [ + 116.116791, + 39.376243 + ], + [ + 116.13582, + 39.351842 + ], + [ + 116.198226, + 39.351315 + ], + [ + 116.208734, + 39.330195 + ], + [ + 116.201109, + 39.251911 + ], + [ + 116.186116, + 39.222457 + ], + [ + 116.206555, + 39.207429 + ], + [ + 116.207837, + 39.168526 + ], + [ + 116.221804, + 39.147813 + ], + [ + 116.262426, + 39.138114 + ], + [ + 116.278957, + 39.112045 + ], + [ + 116.305354, + 39.098116 + ], + [ + 116.317592, + 39.077911 + ], + [ + 116.318617, + 39.037416 + ], + [ + 116.307148, + 39.032196 + ], + [ + 116.293757, + 39.007344 + ], + [ + 116.299588, + 38.993658 + ], + [ + 116.3215, + 38.998088 + ], + [ + 116.33534, + 38.984004 + ], + [ + 116.316182, + 38.962708 + ], + [ + 116.298755, + 38.975076 + ], + [ + 116.291386, + 38.948683 + ], + [ + 116.253007, + 38.932074 + ], + [ + 116.243653, + 38.949345 + ], + [ + 116.228083, + 38.942199 + ], + [ + 116.230262, + 38.92453 + ], + [ + 116.209503, + 38.921618 + ], + [ + 116.15203, + 38.948352 + ], + [ + 116.121083, + 38.934391 + ], + [ + 116.125633, + 38.920823 + ], + [ + 116.112754, + 38.909703 + ], + [ + 116.085524, + 38.91063 + ], + [ + 116.045543, + 38.897786 + ], + [ + 116.04157, + 38.878451 + ], + [ + 116.048746, + 38.8607 + ], + [ + 116.035548, + 38.829492 + ], + [ + 116.04093, + 38.812259 + ], + [ + 116.023054, + 38.812524 + ], + [ + 115.999731, + 38.796812 + ], + [ + 115.995118, + 38.77798 + ], + [ + 115.95187, + 38.746736 + ], + [ + 115.944053, + 38.735456 + ], + [ + 115.966286, + 38.708973 + ], + [ + 115.955009, + 38.702932 + ], + [ + 115.959879, + 38.679891 + ], + [ + 115.973526, + 38.668467 + ], + [ + 115.973398, + 38.635514 + ], + [ + 115.951101, + 38.627938 + ], + [ + 115.96321, + 38.613182 + ], + [ + 115.960583, + 38.584394 + ], + [ + 115.934058, + 38.546678 + ], + [ + 115.940721, + 38.530508 + ], + [ + 115.890809, + 38.52585 + ], + [ + 115.878507, + 38.535566 + ], + [ + 115.869345, + 38.524652 + ], + [ + 115.875047, + 38.510141 + ], + [ + 115.816101, + 38.52545 + ], + [ + 115.79137, + 38.512005 + ], + [ + 115.770418, + 38.48817 + ], + [ + 115.745686, + 38.481311 + ], + [ + 115.718584, + 38.449205 + ], + [ + 115.715957, + 38.438411 + ], + [ + 115.731462, + 38.392618 + ], + [ + 115.705321, + 38.367543 + ], + [ + 115.699811, + 38.349932 + ], + [ + 115.650155, + 38.340791 + ], + [ + 115.644965, + 38.32611 + ], + [ + 115.590504, + 38.332784 + ], + [ + 115.57942, + 38.342859 + ], + [ + 115.575768, + 38.326377 + ], + [ + 115.550908, + 38.332917 + ], + [ + 115.547704, + 38.318168 + ], + [ + 115.516437, + 38.318168 + ], + [ + 115.516822, + 38.357337 + ], + [ + 115.494781, + 38.362006 + ], + [ + 115.495101, + 38.342993 + ], + [ + 115.478122, + 38.341658 + ], + [ + 115.462104, + 38.327311 + ], + [ + 115.420906, + 38.337922 + ], + [ + 115.402453, + 38.320103 + ], + [ + 115.381822, + 38.327578 + ], + [ + 115.383104, + 38.299076 + ], + [ + 115.393611, + 38.285588 + ], + [ + 115.369072, + 38.283451 + ], + [ + 115.356194, + 38.271764 + ], + [ + 115.34953, + 38.248117 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.302758, + 38.235289 + ], + [ + 115.273605, + 38.2403 + ], + [ + 115.263994, + 38.260543 + ], + [ + 115.265788, + 38.287658 + ], + [ + 115.252205, + 38.29093 + ], + [ + 115.225871, + 38.269894 + ], + [ + 115.210174, + 38.236491 + ], + [ + 115.19422, + 38.236759 + ], + [ + 115.168591, + 38.259608 + ], + [ + 115.152317, + 38.256802 + ], + [ + 115.108107, + 38.264551 + ], + [ + 115.085874, + 38.276773 + ], + [ + 115.073765, + 38.293134 + ], + [ + 115.056722, + 38.288326 + ], + [ + 115.066204, + 38.264684 + ], + [ + 115.056465, + 38.258472 + ], + [ + 115.031862, + 38.267089 + ], + [ + 114.989062, + 38.258138 + ], + [ + 114.990087, + 38.272165 + ], + [ + 114.970096, + 38.281114 + ], + [ + 114.927681, + 38.283385 + ], + [ + 114.915059, + 38.263348 + ], + [ + 114.886162, + 38.265286 + ], + [ + 114.883343, + 38.284854 + ], + [ + 114.902565, + 38.294936 + ], + [ + 114.906986, + 38.309624 + ], + [ + 114.922875, + 38.315631 + ], + [ + 114.942994, + 38.343193 + ], + [ + 114.932871, + 38.344194 + ], + [ + 114.923388, + 38.388217 + ], + [ + 114.910381, + 38.393751 + ], + [ + 114.882254, + 38.424149 + ], + [ + 114.853998, + 38.435879 + ], + [ + 114.858163, + 38.448605 + ], + [ + 114.840992, + 38.460797 + ], + [ + 114.837852, + 38.435745 + ], + [ + 114.819143, + 38.449871 + ], + [ + 114.830868, + 38.46033 + ], + [ + 114.81075, + 38.492365 + ], + [ + 114.765259, + 38.496626 + ], + [ + 114.729442, + 38.484574 + ], + [ + 114.702084, + 38.489102 + ], + [ + 114.6737, + 38.473452 + ], + [ + 114.651851, + 38.504682 + ], + [ + 114.635257, + 38.514801 + ], + [ + 114.595724, + 38.568897 + ], + [ + 114.58432, + 38.596429 + ], + [ + 114.56324, + 38.590644 + ], + [ + 114.527616, + 38.590644 + ], + [ + 114.552284, + 38.612983 + ], + [ + 114.536907, + 38.632324 + ], + [ + 114.53633, + 38.649268 + ], + [ + 114.522106, + 38.65372 + ], + [ + 114.498463, + 38.678297 + ], + [ + 114.452652, + 38.699413 + ], + [ + 114.437787, + 38.692773 + ], + [ + 114.413504, + 38.703928 + ], + [ + 114.366411, + 38.6862 + ], + [ + 114.341167, + 38.690184 + ], + [ + 114.311502, + 38.706517 + ], + [ + 114.212831, + 38.688192 + ], + [ + 114.182205, + 38.67657 + ], + [ + 114.129153, + 38.669596 + ], + [ + 114.125053, + 38.659632 + ], + [ + 114.086097, + 38.65837 + ], + [ + 114.052139, + 38.686399 + ], + [ + 114.028624, + 38.688524 + ], + [ + 113.991655, + 38.676769 + ], + [ + 113.964617, + 38.699811 + ], + [ + 113.929697, + 38.702467 + ], + [ + 113.932324, + 38.71362 + ], + [ + 113.883245, + 38.74667 + ], + [ + 113.864664, + 38.746006 + ], + [ + 113.839548, + 38.758413 + ], + [ + 113.836537, + 38.79595 + ], + [ + 113.853644, + 38.810138 + ], + [ + 113.855566, + 38.828962 + ], + [ + 113.83564, + 38.842547 + ], + [ + 113.801297, + 38.85487 + ], + [ + 113.776181, + 38.885669 + ], + [ + 113.775156, + 38.919103 + ], + [ + 113.767532, + 38.959665 + ], + [ + 113.776758, + 38.98698 + ], + [ + 113.806808, + 38.989691 + ], + [ + 113.830514, + 39.011773 + ], + [ + 113.884399, + 39.051688 + ], + [ + 113.898046, + 39.067607 + ], + [ + 113.930274, + 39.063446 + ], + [ + 113.942896, + 39.08742 + ], + [ + 113.961733, + 39.100823 + ], + [ + 113.995115, + 39.095475 + ], + [ + 114.006456, + 39.12287 + ], + [ + 114.050793, + 39.13587 + ], + [ + 114.065274, + 39.093494 + ], + [ + 114.078793, + 39.095343 + ], + [ + 114.096797, + 39.083722 + ], + [ + 114.108714, + 39.052282 + ], + [ + 114.126654, + 39.050895 + ], + [ + 114.157217, + 39.061134 + ], + [ + 114.180923, + 39.049111 + ], + [ + 114.197005, + 39.050432 + ], + [ + 114.22635, + 39.066485 + ], + [ + 114.300097, + 39.079231 + ], + [ + 114.320215, + 39.070712 + ], + [ + 114.349176, + 39.076788 + ], + [ + 114.369679, + 39.107557 + ], + [ + 114.360773, + 39.133957 + ], + [ + 114.388196, + 39.176968 + ], + [ + 114.417989, + 39.171626 + ], + [ + 114.443618, + 39.174132 + ], + [ + 114.453165, + 39.192662 + ], + [ + 114.469695, + 39.193321 + ], + [ + 114.475974, + 39.215867 + ], + [ + 114.467389, + 39.225884 + ], + [ + 114.436314, + 39.229641 + ], + [ + 114.415939, + 39.242885 + ], + [ + 114.437018, + 39.25942 + ], + [ + 114.425101, + 39.285105 + ], + [ + 114.438236, + 39.319139 + ], + [ + 114.46662, + 39.329669 + ], + [ + 114.47969, + 39.351118 + ], + [ + 114.469503, + 39.355196 + ], + [ + 114.470913, + 39.408787 + ], + [ + 114.496798, + 39.438556 + ], + [ + 114.502308, + 39.477112 + ], + [ + 114.532678, + 39.486174 + ], + [ + 114.536586, + 39.512891 + ], + [ + 114.557345, + 39.531987 + ], + [ + 114.563432, + 39.558162 + ], + [ + 114.58432, + 39.585835 + ], + [ + 114.604887, + 39.567869 + ], + [ + 114.633527, + 39.555866 + ], + [ + 114.654991, + 39.599209 + ], + [ + 114.680748, + 39.588064 + ], + [ + 114.712079, + 39.594358 + ], + [ + 114.716756, + 39.618674 + ], + [ + 114.760645, + 39.617036 + ], + [ + 114.783775, + 39.609499 + ], + [ + 114.821642, + 39.61022 + ], + [ + 114.838429, + 39.589179 + ], + [ + 114.891032, + 39.634728 + ], + [ + 114.936331, + 39.66368 + ], + [ + 114.961895, + 39.666103 + ], + [ + 114.987396, + 39.67802 + ], + [ + 115.011487, + 39.674746 + ], + [ + 115.03199, + 39.702373 + ], + [ + 115.050058, + 39.709245 + ], + [ + 115.095293, + 39.704795 + ], + [ + 115.138734, + 39.688627 + ], + [ + 115.168847, + 39.672651 + ], + [ + 115.179163, + 39.679592 + ], + [ + 115.177625, + 39.700475 + ], + [ + 115.215043, + 39.708067 + ], + [ + 115.250859, + 39.73882 + ], + [ + 115.283216, + 39.745165 + ], + [ + 115.312945, + 39.783551 + ], + [ + 115.342867, + 39.79205 + ], + [ + 115.330052, + 39.80656 + ], + [ + 115.345237, + 39.821851 + ], + [ + 115.343251, + 39.837857 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.365676, + 39.867507 + ], + [ + 115.364523, + 39.885331 + ], + [ + 115.399891, + 39.891336 + ], + [ + 115.40162, + 39.903802 + ], + [ + 115.426801, + 39.950056 + ], + [ + 115.438462, + 39.952534 + ], + [ + 115.480685, + 39.935838 + ], + [ + 115.487285, + 39.923834 + ], + [ + 115.523037, + 39.898907 + ], + [ + 115.51003, + 39.881479 + ], + [ + 115.526625, + 39.875538 + ], + [ + 115.514323, + 39.837726 + ], + [ + 115.569168, + 39.814206 + ], + [ + 115.55488, + 39.795579 + ], + [ + 115.505289, + 39.784597 + ], + [ + 115.483761, + 39.798717 + ], + [ + 115.457171, + 39.781982 + ], + [ + 115.434105, + 39.782309 + ], + [ + 115.439871, + 39.752099 + ], + [ + 115.466717, + 39.740456 + ], + [ + 115.482351, + 39.742483 + ], + [ + 115.499266, + 39.69622 + ], + [ + 115.491065, + 39.66846 + ], + [ + 115.478507, + 39.650319 + ], + [ + 115.506698, + 39.652153 + ], + [ + 115.52246, + 39.639969 + ], + [ + 115.523421, + 39.620378 + ], + [ + 115.513041, + 39.611727 + ], + [ + 115.515925, + 39.591211 + ], + [ + 115.545974, + 39.61874 + ], + [ + 115.587044, + 39.589965 + ], + [ + 115.61844, + 39.604059 + ], + [ + 115.633176, + 39.597701 + ], + [ + 115.664507, + 39.604649 + ], + [ + 115.667134, + 39.615594 + ], + [ + 115.685331, + 39.603666 + ], + [ + 115.697889, + 39.579344 + ], + [ + 115.692058, + 39.56577 + ], + [ + 115.71711, + 39.560392 + ], + [ + 115.738574, + 39.546289 + ], + [ + 115.752542, + 39.515385 + ], + [ + 115.82033, + 39.509741 + ], + [ + 115.819241, + 39.53074 + ], + [ + 115.846023, + 39.543272 + ], + [ + 115.855506, + 39.555014 + ], + [ + 115.882992, + 39.548126 + ], + [ + 115.89004, + 39.567869 + ], + [ + 115.907852, + 39.566885 + ], + [ + 115.915605, + 39.58295 + ], + [ + 115.910223, + 39.600847 + ], + [ + 115.923742, + 39.597308 + ], + [ + 115.937966, + 39.577442 + ], + [ + 115.959558, + 39.560851 + ], + [ + 115.978139, + 39.572852 + ], + [ + 115.978459, + 39.595669 + ], + [ + 115.991018, + 39.593768 + ], + [ + 115.995182, + 39.577049 + ], + [ + 116.026193, + 39.587409 + ], + [ + 116.036188, + 39.571672 + ], + [ + 116.121468, + 39.574951 + ], + [ + 116.149595, + 39.573049 + ], + [ + 116.151774, + 39.583409 + ], + [ + 116.19688, + 39.588982 + ], + [ + 116.221164, + 39.578951 + ], + [ + 116.246152, + 39.557178 + ], + [ + 116.244678, + 39.517354 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130700, + "name": "张家口市", + "center": [ + 114.884091, + 40.811901 + ], + "centroid": [ + 115.038685, + 40.874644 + ], + "childrenNum": 16, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.563432, + 39.558162 + ], + [ + 114.568942, + 39.573967 + ], + [ + 114.557025, + 39.581442 + ], + [ + 114.515378, + 39.564983 + ], + [ + 114.495836, + 39.608188 + ], + [ + 114.474757, + 39.613759 + ], + [ + 114.431636, + 39.614021 + ], + [ + 114.408122, + 39.651956 + ], + [ + 114.408827, + 39.782375 + ], + [ + 114.390695, + 39.818584 + ], + [ + 114.406712, + 39.83348 + ], + [ + 114.395436, + 39.867246 + ], + [ + 114.349432, + 39.862806 + ], + [ + 114.328929, + 39.865548 + ], + [ + 114.286065, + 39.858235 + ], + [ + 114.276967, + 39.874494 + ], + [ + 114.224877, + 39.851704 + ], + [ + 114.19944, + 39.87939 + ], + [ + 114.229426, + 39.899495 + ], + [ + 114.211998, + 39.918745 + ], + [ + 114.174132, + 39.897602 + ], + [ + 114.102884, + 39.912873 + ], + [ + 114.089941, + 39.910197 + ], + [ + 114.067772, + 39.922334 + ], + [ + 114.047397, + 39.916135 + ], + [ + 114.02824, + 39.959316 + ], + [ + 114.029457, + 39.985395 + ], + [ + 114.021256, + 39.991782 + ], + [ + 113.960452, + 40.000906 + ], + [ + 113.932004, + 40.009443 + ], + [ + 113.914641, + 40.005924 + ], + [ + 113.922457, + 40.026578 + ], + [ + 113.954878, + 40.030812 + ], + [ + 113.975573, + 40.051068 + ], + [ + 113.981019, + 40.073205 + ], + [ + 113.973843, + 40.097157 + ], + [ + 113.989476, + 40.112383 + ], + [ + 114.019462, + 40.102819 + ], + [ + 114.043809, + 40.056863 + ], + [ + 114.091159, + 40.075288 + ], + [ + 114.101218, + 40.10874 + ], + [ + 114.089108, + 40.121491 + ], + [ + 114.068029, + 40.179754 + ], + [ + 114.097758, + 40.193597 + ], + [ + 114.123387, + 40.188723 + ], + [ + 114.123963, + 40.178129 + ], + [ + 114.145107, + 40.177349 + ], + [ + 114.180026, + 40.191517 + ], + [ + 114.235833, + 40.198341 + ], + [ + 114.240126, + 40.221924 + ], + [ + 114.255247, + 40.236213 + ], + [ + 114.293113, + 40.230108 + ], + [ + 114.335144, + 40.245434 + ], + [ + 114.362567, + 40.250109 + ], + [ + 114.406392, + 40.246149 + ], + [ + 114.469951, + 40.268093 + ], + [ + 114.510957, + 40.303006 + ], + [ + 114.526463, + 40.32357 + ], + [ + 114.530627, + 40.3451 + ], + [ + 114.499296, + 40.354047 + ], + [ + 114.470784, + 40.349703 + ], + [ + 114.446565, + 40.372845 + ], + [ + 114.390374, + 40.351259 + ], + [ + 114.382237, + 40.362085 + ], + [ + 114.344435, + 40.36954 + ], + [ + 114.314449, + 40.369604 + ], + [ + 114.28709, + 40.423444 + ], + [ + 114.299648, + 40.440086 + ], + [ + 114.275429, + 40.458019 + ], + [ + 114.267228, + 40.474199 + ], + [ + 114.282605, + 40.495164 + ], + [ + 114.285617, + 40.525822 + ], + [ + 114.296381, + 40.535973 + ], + [ + 114.293433, + 40.551424 + ], + [ + 114.273379, + 40.553815 + ], + [ + 114.282926, + 40.590778 + ], + [ + 114.258258, + 40.610672 + ], + [ + 114.236153, + 40.606991 + ], + [ + 114.209307, + 40.629721 + ], + [ + 114.216163, + 40.63437 + ], + [ + 114.200081, + 40.662189 + ], + [ + 114.18323, + 40.671675 + ], + [ + 114.147285, + 40.73346 + ], + [ + 114.134727, + 40.737263 + ], + [ + 114.104165, + 40.768068 + ], + [ + 114.104421, + 40.797571 + ], + [ + 114.081163, + 40.790486 + ], + [ + 114.044771, + 40.831115 + ], + [ + 114.069694, + 40.846948 + ], + [ + 114.073539, + 40.857308 + ], + [ + 114.052844, + 40.870304 + ], + [ + 114.052203, + 40.893395 + ], + [ + 114.041375, + 40.917378 + ], + [ + 114.057457, + 40.925092 + ], + [ + 114.011773, + 40.935311 + ], + [ + 114.000753, + 40.947521 + ], + [ + 113.991142, + 40.940195 + ], + [ + 113.97647, + 40.961206 + ], + [ + 113.972946, + 40.982981 + ], + [ + 113.922585, + 41.024391 + ], + [ + 113.90567, + 41.034081 + ], + [ + 113.868445, + 41.068853 + ], + [ + 113.823402, + 41.093093 + ], + [ + 113.820327, + 41.101619 + ], + [ + 113.863383, + 41.106042 + ], + [ + 113.877927, + 41.115593 + ], + [ + 113.920407, + 41.172034 + ], + [ + 113.973651, + 41.174275 + ], + [ + 113.996781, + 41.192458 + ], + [ + 114.000625, + 41.224011 + ], + [ + 114.016259, + 41.232073 + ], + [ + 114.007032, + 41.250752 + ], + [ + 113.985824, + 41.270385 + ], + [ + 113.976854, + 41.266676 + ], + [ + 113.971536, + 41.239814 + ], + [ + 113.952956, + 41.254269 + ], + [ + 113.951226, + 41.282916 + ], + [ + 113.936297, + 41.294805 + ], + [ + 113.922585, + 41.291162 + ], + [ + 113.89952, + 41.316214 + ], + [ + 113.926622, + 41.326309 + ], + [ + 113.923354, + 41.33934 + ], + [ + 113.937514, + 41.356647 + ], + [ + 113.93399, + 41.376823 + ], + [ + 113.943985, + 41.390802 + ], + [ + 113.918229, + 41.40382 + ], + [ + 113.8712, + 41.413327 + ], + [ + 113.884911, + 41.438141 + ], + [ + 113.92124, + 41.457271 + ], + [ + 113.930659, + 41.485573 + ], + [ + 113.952827, + 41.483533 + ], + [ + 113.977559, + 41.506664 + ], + [ + 114.032148, + 41.529595 + ], + [ + 114.083982, + 41.528958 + ], + [ + 114.101218, + 41.537746 + ], + [ + 114.231027, + 41.513671 + ], + [ + 114.231604, + 41.547043 + ], + [ + 114.221673, + 41.582242 + ], + [ + 114.237242, + 41.59624 + ], + [ + 114.227632, + 41.620221 + ], + [ + 114.259347, + 41.6234 + ], + [ + 114.215394, + 41.685057 + ], + [ + 114.219302, + 41.700239 + ], + [ + 114.237563, + 41.698651 + ], + [ + 114.232501, + 41.717705 + ], + [ + 114.206744, + 41.738402 + ], + [ + 114.215266, + 41.756492 + ], + [ + 114.200401, + 41.778509 + ], + [ + 114.202964, + 41.793416 + ], + [ + 114.243457, + 41.832792 + ], + [ + 114.287026, + 41.868658 + ], + [ + 114.330403, + 41.916977 + ], + [ + 114.326751, + 41.9297 + ], + [ + 114.343217, + 41.926915 + ], + [ + 114.348087, + 41.947609 + ], + [ + 114.374036, + 41.956783 + ], + [ + 114.421705, + 41.942167 + ], + [ + 114.476295, + 41.953936 + ], + [ + 114.487443, + 41.96722 + ], + [ + 114.510701, + 41.973292 + ], + [ + 114.501411, + 41.99277 + ], + [ + 114.484752, + 41.999155 + ], + [ + 114.485969, + 42.015338 + ], + [ + 114.46835, + 42.025577 + ], + [ + 114.466107, + 42.037962 + ], + [ + 114.479883, + 42.064304 + ], + [ + 114.5025, + 42.067398 + ], + [ + 114.500706, + 42.085963 + ], + [ + 114.510957, + 42.110897 + ], + [ + 114.560293, + 42.132414 + ], + [ + 114.585537, + 42.131215 + ], + [ + 114.624813, + 42.112222 + ], + [ + 114.647751, + 42.109634 + ], + [ + 114.675494, + 42.120426 + ], + [ + 114.704647, + 42.121435 + ], + [ + 114.710221, + 42.115377 + ], + [ + 114.754879, + 42.115756 + ], + [ + 114.78935, + 42.130963 + ], + [ + 114.793963, + 42.149193 + ], + [ + 114.828369, + 42.147679 + ], + [ + 114.823051, + 42.140867 + ], + [ + 114.861302, + 42.101997 + ], + [ + 114.860854, + 42.05483 + ], + [ + 114.889622, + 42.030316 + ], + [ + 114.89148, + 42.012115 + ], + [ + 114.901796, + 42.015528 + ], + [ + 114.916853, + 41.981008 + ], + [ + 114.915507, + 41.958934 + ], + [ + 114.933255, + 41.943559 + ], + [ + 114.916148, + 41.936978 + ], + [ + 114.925438, + 41.899566 + ], + [ + 114.92153, + 41.875943 + ], + [ + 114.939214, + 41.846165 + ], + [ + 114.922363, + 41.825121 + ], + [ + 114.8663, + 41.804578 + ], + [ + 114.896157, + 41.76766 + ], + [ + 114.895068, + 41.736561 + ], + [ + 114.902885, + 41.689313 + ], + [ + 114.895581, + 41.636436 + ], + [ + 114.860726, + 41.600948 + ], + [ + 114.877449, + 41.590896 + ], + [ + 114.89808, + 41.607182 + ], + [ + 114.938317, + 41.613225 + ], + [ + 114.977849, + 41.611571 + ], + [ + 115.025006, + 41.61526 + ], + [ + 115.055953, + 41.602284 + ], + [ + 115.087796, + 41.613415 + ], + [ + 115.099137, + 41.623973 + ], + [ + 115.113489, + 41.615769 + ], + [ + 115.142386, + 41.616087 + ], + [ + 115.167246, + 41.605973 + ], + [ + 115.195053, + 41.602093 + ], + [ + 115.205753, + 41.591723 + ], + [ + 115.204215, + 41.571423 + ], + [ + 115.257587, + 41.581097 + ], + [ + 115.266429, + 41.592868 + ], + [ + 115.26425, + 41.611889 + ], + [ + 115.273477, + 41.622764 + ], + [ + 115.290328, + 41.622955 + ], + [ + 115.311535, + 41.592677 + ], + [ + 115.365099, + 41.595795 + ], + [ + 115.377594, + 41.602475 + ], + [ + 115.345494, + 41.635673 + ], + [ + 115.360935, + 41.661355 + ], + [ + 115.355489, + 41.672158 + ], + [ + 115.336844, + 41.675145 + ], + [ + 115.319032, + 41.691473 + ], + [ + 115.347031, + 41.712307 + ], + [ + 115.366317, + 41.712561 + ], + [ + 115.430068, + 41.728753 + ], + [ + 115.488758, + 41.760934 + ], + [ + 115.519769, + 41.767787 + ], + [ + 115.548345, + 41.783902 + ], + [ + 115.574102, + 41.805403 + ], + [ + 115.598641, + 41.808003 + ], + [ + 115.630806, + 41.824995 + ], + [ + 115.653871, + 41.829052 + ], + [ + 115.659382, + 41.848319 + ], + [ + 115.68815, + 41.867708 + ], + [ + 115.724415, + 41.868025 + ], + [ + 115.727874, + 41.888421 + ], + [ + 115.756707, + 41.886774 + ], + [ + 115.795855, + 41.911153 + ], + [ + 115.810976, + 41.912356 + ], + [ + 115.815461, + 41.928687 + ], + [ + 115.828852, + 41.936978 + ], + [ + 115.853071, + 41.927738 + ], + [ + 115.916374, + 41.945141 + ], + [ + 115.946936, + 41.885634 + ], + [ + 115.978588, + 41.840841 + ], + [ + 115.994926, + 41.828608 + ], + [ + 116.016646, + 41.77705 + ], + [ + 116.03401, + 41.782633 + ], + [ + 116.083986, + 41.781745 + ], + [ + 116.081039, + 41.776352 + ], + [ + 116.056307, + 41.733705 + ], + [ + 116.014404, + 41.715355 + ], + [ + 115.972885, + 41.680101 + ], + [ + 115.909967, + 41.642921 + ], + [ + 115.929252, + 41.596113 + ], + [ + 115.924767, + 41.568623 + ], + [ + 115.958789, + 41.550353 + ], + [ + 115.97391, + 41.529659 + ], + [ + 115.982112, + 41.485127 + ], + [ + 115.97673, + 41.470913 + ], + [ + 116.000052, + 41.454402 + ], + [ + 116.004473, + 41.432911 + ], + [ + 116.03023, + 41.416645 + ], + [ + 116.036124, + 41.397694 + ], + [ + 116.07713, + 41.384866 + ], + [ + 116.08751, + 41.376951 + ], + [ + 116.141586, + 41.373439 + ], + [ + 116.17484, + 41.356328 + ], + [ + 116.203352, + 41.326117 + ], + [ + 116.209503, + 41.307715 + ], + [ + 116.191627, + 41.288158 + ], + [ + 116.198995, + 41.259578 + ], + [ + 116.213603, + 41.233288 + ], + [ + 116.235195, + 41.211853 + ], + [ + 116.221356, + 41.185928 + ], + [ + 116.22347, + 41.174275 + ], + [ + 116.245895, + 41.16358 + ], + [ + 116.233273, + 41.130845 + ], + [ + 116.245447, + 41.114183 + ], + [ + 116.268769, + 41.102645 + ], + [ + 116.277419, + 41.083154 + ], + [ + 116.296128, + 41.062118 + ], + [ + 116.264733, + 41.038252 + ], + [ + 116.29837, + 40.986641 + ], + [ + 116.333546, + 40.984458 + ], + [ + 116.341747, + 40.964804 + ], + [ + 116.365069, + 40.943216 + ], + [ + 116.334571, + 40.921749 + ], + [ + 116.334443, + 40.904648 + ], + [ + 116.399988, + 40.84978 + ], + [ + 116.40646, + 40.833368 + ], + [ + 116.43683, + 40.820751 + ], + [ + 116.456564, + 40.798665 + ], + [ + 116.465854, + 40.774511 + ], + [ + 116.453937, + 40.765877 + ], + [ + 116.416519, + 40.769357 + ], + [ + 116.414276, + 40.777925 + ], + [ + 116.379806, + 40.77232 + ], + [ + 116.317015, + 40.772256 + ], + [ + 116.307917, + 40.752152 + ], + [ + 116.290938, + 40.763815 + ], + [ + 116.273446, + 40.762913 + ], + [ + 116.269602, + 40.777152 + ], + [ + 116.247946, + 40.791839 + ], + [ + 116.235003, + 40.783143 + ], + [ + 116.218857, + 40.742807 + ], + [ + 116.191947, + 40.724241 + ], + [ + 116.171316, + 40.695996 + ], + [ + 116.162025, + 40.662383 + ], + [ + 116.136909, + 40.667674 + ], + [ + 116.112562, + 40.648507 + ], + [ + 116.121724, + 40.62914 + ], + [ + 116.099363, + 40.630561 + ], + [ + 116.062714, + 40.610285 + ], + [ + 116.030037, + 40.597367 + ], + [ + 116.0285, + 40.607314 + ], + [ + 116.005113, + 40.584124 + ], + [ + 115.981407, + 40.579665 + ], + [ + 115.971988, + 40.602341 + ], + [ + 115.907788, + 40.617324 + ], + [ + 115.885427, + 40.595235 + ], + [ + 115.846151, + 40.593039 + ], + [ + 115.827378, + 40.587031 + ], + [ + 115.819818, + 40.559374 + ], + [ + 115.792203, + 40.561313 + ], + [ + 115.755041, + 40.540046 + ], + [ + 115.736012, + 40.503832 + ], + [ + 115.782207, + 40.492058 + ], + [ + 115.769841, + 40.468051 + ], + [ + 115.770418, + 40.444165 + ], + [ + 115.796431, + 40.426812 + ], + [ + 115.846856, + 40.375113 + ], + [ + 115.861849, + 40.373428 + ], + [ + 115.864476, + 40.359363 + ], + [ + 115.918296, + 40.353917 + ], + [ + 115.922653, + 40.325905 + ], + [ + 115.943156, + 40.311375 + ], + [ + 115.93976, + 40.304434 + ], + [ + 115.968913, + 40.264263 + ], + [ + 115.960007, + 40.256667 + ], + [ + 115.930085, + 40.254524 + ], + [ + 115.911953, + 40.23446 + ], + [ + 115.898498, + 40.234524 + ], + [ + 115.883121, + 40.216143 + ], + [ + 115.886324, + 40.206657 + ], + [ + 115.870306, + 40.186058 + ], + [ + 115.855506, + 40.188853 + ], + [ + 115.844421, + 40.168053 + ], + [ + 115.847817, + 40.147052 + ], + [ + 115.806555, + 40.15323 + ], + [ + 115.773045, + 40.176179 + ], + [ + 115.754336, + 40.163243 + ], + [ + 115.754849, + 40.145427 + ], + [ + 115.734858, + 40.129492 + ], + [ + 115.715893, + 40.133395 + ], + [ + 115.644581, + 40.12663 + ], + [ + 115.641762, + 40.115897 + ], + [ + 115.59909, + 40.119995 + ], + [ + 115.590697, + 40.096376 + ], + [ + 115.575576, + 40.100997 + ], + [ + 115.553727, + 40.091691 + ], + [ + 115.555457, + 40.082644 + ], + [ + 115.528034, + 40.07633 + ], + [ + 115.478571, + 40.036153 + ], + [ + 115.454544, + 40.029705 + ], + [ + 115.442178, + 40.010876 + ], + [ + 115.450123, + 39.99289 + ], + [ + 115.428531, + 39.984352 + ], + [ + 115.426801, + 39.950056 + ], + [ + 115.40162, + 39.903802 + ], + [ + 115.399891, + 39.891336 + ], + [ + 115.364523, + 39.885331 + ], + [ + 115.365676, + 39.867507 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.343251, + 39.837857 + ], + [ + 115.345237, + 39.821851 + ], + [ + 115.330052, + 39.80656 + ], + [ + 115.342867, + 39.79205 + ], + [ + 115.312945, + 39.783551 + ], + [ + 115.283216, + 39.745165 + ], + [ + 115.250859, + 39.73882 + ], + [ + 115.215043, + 39.708067 + ], + [ + 115.177625, + 39.700475 + ], + [ + 115.179163, + 39.679592 + ], + [ + 115.168847, + 39.672651 + ], + [ + 115.138734, + 39.688627 + ], + [ + 115.095293, + 39.704795 + ], + [ + 115.050058, + 39.709245 + ], + [ + 115.03199, + 39.702373 + ], + [ + 115.011487, + 39.674746 + ], + [ + 114.987396, + 39.67802 + ], + [ + 114.961895, + 39.666103 + ], + [ + 114.936331, + 39.66368 + ], + [ + 114.891032, + 39.634728 + ], + [ + 114.838429, + 39.589179 + ], + [ + 114.821642, + 39.61022 + ], + [ + 114.783775, + 39.609499 + ], + [ + 114.760645, + 39.617036 + ], + [ + 114.716756, + 39.618674 + ], + [ + 114.712079, + 39.594358 + ], + [ + 114.680748, + 39.588064 + ], + [ + 114.654991, + 39.599209 + ], + [ + 114.633527, + 39.555866 + ], + [ + 114.604887, + 39.567869 + ], + [ + 114.58432, + 39.585835 + ], + [ + 114.563432, + 39.558162 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130800, + "name": "承德市", + "center": [ + 117.939152, + 40.976204 + ], + "centroid": [ + 117.55153, + 41.356188 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.158474, + 40.614418 + ], + [ + 119.105487, + 40.603632 + ], + [ + 119.086394, + 40.588775 + ], + [ + 119.063392, + 40.606151 + ], + [ + 119.013095, + 40.577081 + ], + [ + 118.998359, + 40.578955 + ], + [ + 118.983366, + 40.56364 + ], + [ + 118.952676, + 40.558469 + ], + [ + 118.966003, + 40.536102 + ], + [ + 118.919038, + 40.53093 + ], + [ + 118.886938, + 40.542438 + ], + [ + 118.864, + 40.527244 + ], + [ + 118.821328, + 40.531964 + ], + [ + 118.794867, + 40.510753 + ], + [ + 118.792112, + 40.492382 + ], + [ + 118.772954, + 40.479765 + ], + [ + 118.723491, + 40.473746 + ], + [ + 118.702795, + 40.491411 + ], + [ + 118.657176, + 40.450574 + ], + [ + 118.624179, + 40.437626 + ], + [ + 118.618349, + 40.425193 + ], + [ + 118.643785, + 40.380946 + ], + [ + 118.640197, + 40.354566 + ], + [ + 118.608225, + 40.328305 + ], + [ + 118.596949, + 40.308456 + ], + [ + 118.580098, + 40.305861 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.533325, + 40.298854 + ], + [ + 118.532364, + 40.319419 + ], + [ + 118.539989, + 40.361048 + ], + [ + 118.558377, + 40.36928 + ], + [ + 118.550881, + 40.385482 + ], + [ + 118.571512, + 40.414636 + ], + [ + 118.548062, + 40.422667 + ], + [ + 118.523458, + 40.40628 + ], + [ + 118.503211, + 40.403365 + ], + [ + 118.45599, + 40.414053 + ], + [ + 118.430746, + 40.411851 + ], + [ + 118.402683, + 40.416838 + ], + [ + 118.387305, + 40.436719 + ], + [ + 118.360011, + 40.428819 + ], + [ + 118.356295, + 40.435295 + ], + [ + 118.306575, + 40.419558 + ], + [ + 118.277935, + 40.425711 + ], + [ + 118.262942, + 40.452063 + ], + [ + 118.239684, + 40.464686 + ], + [ + 118.173818, + 40.423056 + ], + [ + 118.156967, + 40.423768 + ], + [ + 118.153123, + 40.409519 + ], + [ + 118.165232, + 40.400449 + ], + [ + 118.133837, + 40.375113 + ], + [ + 118.121856, + 40.354695 + ], + [ + 118.079312, + 40.353528 + ], + [ + 118.061564, + 40.319095 + ], + [ + 118.031643, + 40.302358 + ], + [ + 118.000888, + 40.29256 + ], + [ + 117.909457, + 40.285876 + ], + [ + 117.897989, + 40.270429 + ], + [ + 117.867554, + 40.26965 + ], + [ + 117.844104, + 40.261406 + ], + [ + 117.807775, + 40.261926 + ], + [ + 117.75152, + 40.229718 + ], + [ + 117.714551, + 40.241668 + ], + [ + 117.694112, + 40.238161 + ], + [ + 117.677069, + 40.22095 + ], + [ + 117.64625, + 40.205163 + ], + [ + 117.619532, + 40.206398 + ], + [ + 117.609409, + 40.194897 + ], + [ + 117.575451, + 40.192817 + ], + [ + 117.56238, + 40.206073 + ], + [ + 117.571671, + 40.219261 + ], + [ + 117.54617, + 40.232901 + ], + [ + 117.514326, + 40.227705 + ], + [ + 117.484084, + 40.235304 + ], + [ + 117.450062, + 40.252512 + ], + [ + 117.419115, + 40.249785 + ], + [ + 117.415335, + 40.236862 + ], + [ + 117.386375, + 40.22712 + ], + [ + 117.350943, + 40.229978 + ], + [ + 117.339859, + 40.246213 + ], + [ + 117.331465, + 40.28977 + ], + [ + 117.296354, + 40.278088 + ], + [ + 117.293342, + 40.296713 + ], + [ + 117.274377, + 40.308521 + ], + [ + 117.275018, + 40.33239 + ], + [ + 117.260217, + 40.335762 + ], + [ + 117.242277, + 40.369993 + ], + [ + 117.226195, + 40.369021 + ], + [ + 117.228502, + 40.386389 + ], + [ + 117.240675, + 40.394424 + ], + [ + 117.234076, + 40.417162 + ], + [ + 117.263357, + 40.442352 + ], + [ + 117.236511, + 40.45653 + ], + [ + 117.237215, + 40.468763 + ], + [ + 117.208575, + 40.501115 + ], + [ + 117.219019, + 40.514375 + ], + [ + 117.247147, + 40.511788 + ], + [ + 117.264126, + 40.517285 + ], + [ + 117.247403, + 40.54024 + ], + [ + 117.269444, + 40.560473 + ], + [ + 117.311859, + 40.57805 + ], + [ + 117.342742, + 40.581604 + ], + [ + 117.365936, + 40.575982 + ], + [ + 117.387464, + 40.560861 + ], + [ + 117.402072, + 40.573139 + ], + [ + 117.430008, + 40.576112 + ], + [ + 117.412708, + 40.605118 + ], + [ + 117.431545, + 40.625589 + ], + [ + 117.448909, + 40.628366 + ], + [ + 117.46198, + 40.65309 + ], + [ + 117.477997, + 40.635338 + ], + [ + 117.501256, + 40.636759 + ], + [ + 117.514583, + 40.660511 + ], + [ + 117.492862, + 40.675417 + ], + [ + 117.442245, + 40.676643 + ], + [ + 117.409248, + 40.687288 + ], + [ + 117.359208, + 40.673869 + ], + [ + 117.342678, + 40.673611 + ], + [ + 117.32115, + 40.658317 + ], + [ + 117.290395, + 40.660189 + ], + [ + 117.261371, + 40.681159 + ], + [ + 117.241636, + 40.676643 + ], + [ + 117.20236, + 40.695609 + ], + [ + 117.117785, + 40.700059 + ], + [ + 117.110673, + 40.70825 + ], + [ + 117.0771, + 40.700059 + ], + [ + 117.058327, + 40.701543 + ], + [ + 117.031032, + 40.692126 + ], + [ + 116.979967, + 40.702833 + ], + [ + 116.926531, + 40.744869 + ], + [ + 116.923391, + 40.773738 + ], + [ + 116.894623, + 40.781597 + ], + [ + 116.896353, + 40.79712 + ], + [ + 116.880207, + 40.804332 + ], + [ + 116.87617, + 40.821202 + ], + [ + 116.847723, + 40.839354 + ], + [ + 116.813636, + 40.848428 + ], + [ + 116.805051, + 40.840706 + ], + [ + 116.79512, + 40.863614 + ], + [ + 116.759496, + 40.889858 + ], + [ + 116.730471, + 40.897768 + ], + [ + 116.713236, + 40.911978 + ], + [ + 116.722334, + 40.927406 + ], + [ + 116.689465, + 40.950669 + ], + [ + 116.67774, + 40.971227 + ], + [ + 116.683058, + 41.000511 + ], + [ + 116.698884, + 41.021246 + ], + [ + 116.688632, + 41.044669 + ], + [ + 116.665182, + 41.046658 + ], + [ + 116.64769, + 41.059296 + ], + [ + 116.630839, + 41.060771 + ], + [ + 116.614116, + 41.03607 + ], + [ + 116.622958, + 41.02086 + ], + [ + 116.614309, + 40.982916 + ], + [ + 116.597778, + 40.97476 + ], + [ + 116.569715, + 40.991265 + ], + [ + 116.536333, + 40.988889 + ], + [ + 116.516791, + 40.975274 + ], + [ + 116.455539, + 40.980476 + ], + [ + 116.447466, + 40.953818 + ], + [ + 116.473607, + 40.919757 + ], + [ + 116.474184, + 40.896032 + ], + [ + 116.458678, + 40.900597 + ], + [ + 116.41402, + 40.899762 + ], + [ + 116.398771, + 40.905934 + ], + [ + 116.37641, + 40.939681 + ], + [ + 116.365069, + 40.943216 + ], + [ + 116.341747, + 40.964804 + ], + [ + 116.333546, + 40.984458 + ], + [ + 116.29837, + 40.986641 + ], + [ + 116.264733, + 41.038252 + ], + [ + 116.296128, + 41.062118 + ], + [ + 116.277419, + 41.083154 + ], + [ + 116.268769, + 41.102645 + ], + [ + 116.245447, + 41.114183 + ], + [ + 116.233273, + 41.130845 + ], + [ + 116.245895, + 41.16358 + ], + [ + 116.22347, + 41.174275 + ], + [ + 116.221356, + 41.185928 + ], + [ + 116.235195, + 41.211853 + ], + [ + 116.213603, + 41.233288 + ], + [ + 116.198995, + 41.259578 + ], + [ + 116.191627, + 41.288158 + ], + [ + 116.209503, + 41.307715 + ], + [ + 116.203352, + 41.326117 + ], + [ + 116.17484, + 41.356328 + ], + [ + 116.141586, + 41.373439 + ], + [ + 116.08751, + 41.376951 + ], + [ + 116.07713, + 41.384866 + ], + [ + 116.036124, + 41.397694 + ], + [ + 116.03023, + 41.416645 + ], + [ + 116.004473, + 41.432911 + ], + [ + 116.000052, + 41.454402 + ], + [ + 115.97673, + 41.470913 + ], + [ + 115.982112, + 41.485127 + ], + [ + 115.97391, + 41.529659 + ], + [ + 115.958789, + 41.550353 + ], + [ + 115.924767, + 41.568623 + ], + [ + 115.929252, + 41.596113 + ], + [ + 115.909967, + 41.642921 + ], + [ + 115.972885, + 41.680101 + ], + [ + 116.014404, + 41.715355 + ], + [ + 116.056307, + 41.733705 + ], + [ + 116.081039, + 41.776352 + ], + [ + 116.098658, + 41.776479 + ], + [ + 116.129221, + 41.806607 + ], + [ + 116.105706, + 41.834757 + ], + [ + 116.106667, + 41.849587 + ], + [ + 116.134731, + 41.863844 + ], + [ + 116.171124, + 41.868912 + ], + [ + 116.193164, + 41.861816 + ], + [ + 116.212578, + 41.885128 + ], + [ + 116.211361, + 41.906848 + ], + [ + 116.230518, + 41.926282 + ], + [ + 116.233401, + 41.941408 + ], + [ + 116.28421, + 41.959376 + ], + [ + 116.29837, + 41.968106 + ], + [ + 116.306507, + 41.991379 + ], + [ + 116.327267, + 42.005667 + ], + [ + 116.373719, + 42.009965 + ], + [ + 116.409087, + 41.994034 + ], + [ + 116.41402, + 41.98221 + ], + [ + 116.393133, + 41.94299 + ], + [ + 116.432088, + 41.939383 + ], + [ + 116.453873, + 41.945964 + ], + [ + 116.482641, + 41.975886 + ], + [ + 116.496416, + 41.97968 + ], + [ + 116.514164, + 41.970067 + ], + [ + 116.533706, + 41.938876 + ], + [ + 116.566383, + 41.928751 + ], + [ + 116.597073, + 41.935586 + ], + [ + 116.634812, + 41.929953 + ], + [ + 116.669154, + 41.947735 + ], + [ + 116.72746, + 41.951089 + ], + [ + 116.744631, + 41.982146 + ], + [ + 116.766479, + 41.990304 + ], + [ + 116.796209, + 41.978099 + ], + [ + 116.821133, + 41.988723 + ], + [ + 116.831961, + 42.005351 + ], + [ + 116.868161, + 42.002885 + ], + [ + 116.87963, + 42.018372 + ], + [ + 116.881681, + 42.05224 + ], + [ + 116.890651, + 42.092655 + ], + [ + 116.877324, + 42.121057 + ], + [ + 116.865022, + 42.124085 + ], + [ + 116.850221, + 42.15632 + ], + [ + 116.825169, + 42.155563 + ], + [ + 116.789225, + 42.200261 + ], + [ + 116.858166, + 42.197236 + ], + [ + 116.903401, + 42.19087 + ], + [ + 116.917433, + 42.207698 + ], + [ + 116.918522, + 42.229875 + ], + [ + 116.897442, + 42.297618 + ], + [ + 116.886806, + 42.366608 + ], + [ + 116.911858, + 42.391431 + ], + [ + 116.914421, + 42.402677 + ], + [ + 116.965102, + 42.421583 + ], + [ + 117.006685, + 42.432948 + ], + [ + 117.016744, + 42.45649 + ], + [ + 117.046922, + 42.454105 + ], + [ + 117.079535, + 42.460632 + ], + [ + 117.094912, + 42.483661 + ], + [ + 117.135726, + 42.469167 + ], + [ + 117.175963, + 42.465527 + ], + [ + 117.222287, + 42.475442 + ], + [ + 117.252208, + 42.473685 + ], + [ + 117.275466, + 42.481905 + ], + [ + 117.321406, + 42.468791 + ], + [ + 117.330056, + 42.461887 + ], + [ + 117.390732, + 42.462076 + ], + [ + 117.412836, + 42.472493 + ], + [ + 117.416296, + 42.512326 + ], + [ + 117.408415, + 42.519976 + ], + [ + 117.387015, + 42.517405 + ], + [ + 117.39637, + 42.536339 + ], + [ + 117.433147, + 42.555769 + ], + [ + 117.44436, + 42.577447 + ], + [ + 117.435197, + 42.585403 + ], + [ + 117.455957, + 42.589411 + ], + [ + 117.473512, + 42.602437 + ], + [ + 117.524898, + 42.590727 + ], + [ + 117.539955, + 42.605443 + ], + [ + 117.600311, + 42.603001 + ], + [ + 117.610883, + 42.592355 + ], + [ + 117.6442, + 42.589787 + ], + [ + 117.66733, + 42.582459 + ], + [ + 117.707247, + 42.588033 + ], + [ + 117.779904, + 42.618591 + ], + [ + 117.801496, + 42.612706 + ], + [ + 117.792334, + 42.598367 + ], + [ + 117.797588, + 42.585277 + ], + [ + 117.829624, + 42.56498 + ], + [ + 117.849614, + 42.546619 + ], + [ + 117.87409, + 42.510194 + ], + [ + 117.940148, + 42.462766 + ], + [ + 117.954564, + 42.445003 + ], + [ + 117.99762, + 42.416684 + ], + [ + 118.019405, + 42.395201 + ], + [ + 118.021263, + 42.371636 + ], + [ + 118.009153, + 42.358248 + ], + [ + 118.016265, + 42.333286 + ], + [ + 118.059962, + 42.29831 + ], + [ + 118.047468, + 42.280563 + ], + [ + 118.023249, + 42.267155 + ], + [ + 117.971095, + 42.248014 + ], + [ + 117.977438, + 42.229875 + ], + [ + 118.020366, + 42.213432 + ], + [ + 118.033629, + 42.199127 + ], + [ + 118.089051, + 42.183874 + ], + [ + 118.10635, + 42.171958 + ], + [ + 118.104172, + 42.148878 + ], + [ + 118.088859, + 42.117144 + ], + [ + 118.097765, + 42.10509 + ], + [ + 118.136528, + 42.094486 + ], + [ + 118.155173, + 42.081164 + ], + [ + 118.136913, + 42.052871 + ], + [ + 118.115256, + 42.045859 + ], + [ + 118.116538, + 42.037204 + ], + [ + 118.141846, + 42.031327 + ], + [ + 118.189067, + 42.030569 + ], + [ + 118.204188, + 42.034866 + ], + [ + 118.220206, + 42.058619 + ], + [ + 118.212581, + 42.081101 + ], + [ + 118.226613, + 42.090256 + ], + [ + 118.252498, + 42.091014 + ], + [ + 118.272232, + 42.083311 + ], + [ + 118.297284, + 42.048765 + ], + [ + 118.283061, + 42.03158 + ], + [ + 118.237634, + 42.022859 + ], + [ + 118.256278, + 42.010724 + ], + [ + 118.294722, + 42.005224 + ], + [ + 118.314007, + 41.987774 + ], + [ + 118.306255, + 41.975127 + ], + [ + 118.306511, + 41.940269 + ], + [ + 118.268901, + 41.930143 + ], + [ + 118.270182, + 41.917357 + ], + [ + 118.286649, + 41.91109 + ], + [ + 118.324515, + 41.880187 + ], + [ + 118.340213, + 41.872459 + ], + [ + 118.331755, + 41.840651 + ], + [ + 118.319838, + 41.83146 + ], + [ + 118.292287, + 41.772863 + ], + [ + 118.270823, + 41.762203 + ], + [ + 118.246988, + 41.774005 + ], + [ + 118.236032, + 41.807559 + ], + [ + 118.219117, + 41.815358 + ], + [ + 118.165873, + 41.813265 + ], + [ + 118.140372, + 41.783965 + ], + [ + 118.130698, + 41.742275 + ], + [ + 118.155173, + 41.712624 + ], + [ + 118.153699, + 41.691156 + ], + [ + 118.169013, + 41.67076 + ], + [ + 118.206879, + 41.65074 + ], + [ + 118.215208, + 41.633002 + ], + [ + 118.20989, + 41.61774 + ], + [ + 118.215337, + 41.595668 + ], + [ + 118.230522, + 41.582178 + ], + [ + 118.270823, + 41.573524 + ], + [ + 118.279152, + 41.56544 + ], + [ + 118.301577, + 41.569641 + ], + [ + 118.313302, + 41.561494 + ], + [ + 118.302923, + 41.552709 + ], + [ + 118.315801, + 41.512525 + ], + [ + 118.295426, + 41.485127 + ], + [ + 118.269605, + 41.478881 + ], + [ + 118.272168, + 41.471296 + ], + [ + 118.327078, + 41.450831 + ], + [ + 118.34867, + 41.428318 + ], + [ + 118.343993, + 41.404139 + ], + [ + 118.361741, + 41.386717 + ], + [ + 118.348286, + 41.373886 + ], + [ + 118.349119, + 41.342789 + ], + [ + 118.380193, + 41.312124 + ], + [ + 118.399607, + 41.311102 + ], + [ + 118.412422, + 41.33193 + ], + [ + 118.47329, + 41.345663 + ], + [ + 118.500841, + 41.345791 + ], + [ + 118.528135, + 41.355051 + ], + [ + 118.539796, + 41.3509 + ], + [ + 118.57997, + 41.354029 + ], + [ + 118.629946, + 41.34643 + ], + [ + 118.676974, + 41.350453 + ], + [ + 118.695171, + 41.337999 + ], + [ + 118.741879, + 41.324073 + ], + [ + 118.763343, + 41.328928 + ], + [ + 118.770007, + 41.353071 + ], + [ + 118.846124, + 41.373823 + ], + [ + 118.844907, + 41.34247 + ], + [ + 118.868421, + 41.312636 + ], + [ + 118.890718, + 41.300749 + ], + [ + 118.934671, + 41.304584 + ], + [ + 118.949536, + 41.318003 + ], + [ + 118.974716, + 41.306565 + ], + [ + 119.006752, + 41.307076 + ], + [ + 119.035136, + 41.298768 + ], + [ + 119.093121, + 41.293655 + ], + [ + 119.154951, + 41.297682 + ], + [ + 119.200698, + 41.28234 + ], + [ + 119.212103, + 41.308099 + ], + [ + 119.239461, + 41.314489 + ], + [ + 119.248367, + 41.27665 + ], + [ + 119.231004, + 41.256444 + ], + [ + 119.20954, + 41.244483 + ], + [ + 119.209796, + 41.225803 + ], + [ + 119.169623, + 41.222923 + ], + [ + 119.166483, + 41.21294 + ], + [ + 119.188909, + 41.198156 + ], + [ + 119.184295, + 41.182727 + ], + [ + 119.158603, + 41.169664 + ], + [ + 119.126374, + 41.138662 + ], + [ + 119.081204, + 41.131422 + ], + [ + 119.080627, + 41.095978 + ], + [ + 119.073771, + 41.084244 + ], + [ + 119.050834, + 41.080333 + ], + [ + 119.037507, + 41.067378 + ], + [ + 119.008354, + 41.068596 + ], + [ + 118.964657, + 41.079307 + ], + [ + 118.93685, + 41.052624 + ], + [ + 118.936209, + 41.037482 + ], + [ + 118.951971, + 41.018421 + ], + [ + 119.013544, + 41.007637 + ], + [ + 119.0204, + 40.997878 + ], + [ + 119.005086, + 40.984265 + ], + [ + 119.000601, + 40.967052 + ], + [ + 118.946461, + 40.958122 + ], + [ + 118.917052, + 40.968594 + ], + [ + 118.903468, + 40.961784 + ], + [ + 118.891743, + 40.903362 + ], + [ + 118.873034, + 40.848042 + ], + [ + 118.855094, + 40.840577 + ], + [ + 118.846252, + 40.822103 + ], + [ + 118.849135, + 40.800919 + ], + [ + 118.861501, + 40.802658 + ], + [ + 118.878544, + 40.783207 + ], + [ + 118.910965, + 40.776766 + ], + [ + 118.895459, + 40.754021 + ], + [ + 118.91167, + 40.756083 + ], + [ + 118.949344, + 40.747834 + ], + [ + 118.960813, + 40.720566 + ], + [ + 118.987723, + 40.697931 + ], + [ + 119.010725, + 40.687868 + ], + [ + 119.027063, + 40.692448 + ], + [ + 119.048719, + 40.681482 + ], + [ + 119.05423, + 40.664964 + ], + [ + 119.081588, + 40.671869 + ], + [ + 119.095107, + 40.663351 + ], + [ + 119.115098, + 40.666513 + ], + [ + 119.153349, + 40.688707 + ], + [ + 119.176222, + 40.690191 + ], + [ + 119.185833, + 40.67574 + ], + [ + 119.173211, + 40.654316 + ], + [ + 119.146557, + 40.63579 + ], + [ + 119.158474, + 40.614418 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130900, + "name": "沧州市", + "center": [ + 116.857461, + 38.310582 + ], + "centroid": [ + 116.771346, + 38.27096 + ], + "childrenNum": 16, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.335916, + 37.581263 + ], + [ + 116.3281, + 37.605058 + ], + [ + 116.375192, + 37.617256 + ], + [ + 116.374936, + 37.63949 + ], + [ + 116.36539, + 37.648719 + ], + [ + 116.378909, + 37.659698 + ], + [ + 116.386533, + 37.696393 + ], + [ + 116.424784, + 37.735829 + ], + [ + 116.434331, + 37.734618 + ], + [ + 116.438367, + 37.758902 + ], + [ + 116.451182, + 37.7587 + ], + [ + 116.460664, + 37.778875 + ], + [ + 116.47303, + 37.777059 + ], + [ + 116.466623, + 37.805564 + ], + [ + 116.481424, + 37.830026 + ], + [ + 116.473415, + 37.865495 + ], + [ + 116.51346, + 37.863951 + ], + [ + 116.515382, + 37.892892 + ], + [ + 116.53377, + 37.907727 + ], + [ + 116.565166, + 37.980116 + ], + [ + 116.563243, + 38.01987 + ], + [ + 116.496352, + 38.013704 + ], + [ + 116.483474, + 38.02503 + ], + [ + 116.479309, + 38.011492 + ], + [ + 116.417224, + 38.009481 + ], + [ + 116.3709, + 38.018597 + ], + [ + 116.343925, + 38.017256 + ], + [ + 116.329189, + 38.008141 + ], + [ + 116.306764, + 37.979312 + ], + [ + 116.278252, + 37.962479 + ], + [ + 116.266975, + 37.981458 + ], + [ + 116.266206, + 37.961405 + ], + [ + 116.256595, + 37.965229 + ], + [ + 116.226354, + 37.95121 + ], + [ + 116.209118, + 37.966369 + ], + [ + 116.188039, + 37.968314 + ], + [ + 116.170163, + 37.959594 + ], + [ + 116.170867, + 37.933565 + ], + [ + 116.153952, + 37.914573 + ], + [ + 116.091034, + 37.910949 + ], + [ + 116.093981, + 37.922627 + ], + [ + 116.120571, + 37.948996 + ], + [ + 116.100645, + 37.948929 + ], + [ + 116.071876, + 37.980318 + ], + [ + 116.062394, + 38.005057 + ], + [ + 116.044774, + 38.023824 + ], + [ + 116.049515, + 38.038365 + ], + [ + 116.070595, + 38.041112 + ], + [ + 116.05227, + 38.052434 + ], + [ + 116.055474, + 38.071725 + ], + [ + 116.031511, + 38.082774 + ], + [ + 116.031831, + 38.100718 + ], + [ + 116.048554, + 38.11424 + ], + [ + 116.055218, + 38.131306 + ], + [ + 116.049771, + 38.146026 + ], + [ + 115.986725, + 38.125885 + ], + [ + 115.968913, + 38.138533 + ], + [ + 115.938671, + 38.144354 + ], + [ + 115.935403, + 38.167232 + ], + [ + 115.900804, + 38.158536 + ], + [ + 115.887542, + 38.171312 + ], + [ + 115.899523, + 38.20314 + ], + [ + 115.871267, + 38.217579 + ], + [ + 115.856467, + 38.240901 + ], + [ + 115.864476, + 38.255266 + ], + [ + 115.837181, + 38.272499 + ], + [ + 115.833016, + 38.298008 + ], + [ + 115.850188, + 38.309423 + ], + [ + 115.841538, + 38.346062 + ], + [ + 115.804633, + 38.345462 + ], + [ + 115.783297, + 38.358338 + ], + [ + 115.738767, + 38.369544 + ], + [ + 115.734025, + 38.359205 + ], + [ + 115.705321, + 38.367543 + ], + [ + 115.731462, + 38.392618 + ], + [ + 115.715957, + 38.438411 + ], + [ + 115.718584, + 38.449205 + ], + [ + 115.745686, + 38.481311 + ], + [ + 115.770418, + 38.48817 + ], + [ + 115.79137, + 38.512005 + ], + [ + 115.816101, + 38.52545 + ], + [ + 115.875047, + 38.510141 + ], + [ + 115.869345, + 38.524652 + ], + [ + 115.878507, + 38.535566 + ], + [ + 115.890809, + 38.52585 + ], + [ + 115.940721, + 38.530508 + ], + [ + 115.934058, + 38.546678 + ], + [ + 115.960583, + 38.584394 + ], + [ + 115.96321, + 38.613182 + ], + [ + 115.951101, + 38.627938 + ], + [ + 115.973398, + 38.635514 + ], + [ + 115.973526, + 38.668467 + ], + [ + 115.959879, + 38.679891 + ], + [ + 115.955009, + 38.702932 + ], + [ + 115.966286, + 38.708973 + ], + [ + 115.944053, + 38.735456 + ], + [ + 115.95187, + 38.746736 + ], + [ + 115.995118, + 38.77798 + ], + [ + 115.999731, + 38.796812 + ], + [ + 116.023054, + 38.812524 + ], + [ + 116.04093, + 38.812259 + ], + [ + 116.035548, + 38.829492 + ], + [ + 116.048746, + 38.8607 + ], + [ + 116.04157, + 38.878451 + ], + [ + 116.045543, + 38.897786 + ], + [ + 116.085524, + 38.91063 + ], + [ + 116.112754, + 38.909703 + ], + [ + 116.125633, + 38.920823 + ], + [ + 116.121083, + 38.934391 + ], + [ + 116.15203, + 38.948352 + ], + [ + 116.209503, + 38.921618 + ], + [ + 116.20002, + 38.915727 + ], + [ + 116.202198, + 38.887258 + ], + [ + 116.212194, + 38.870238 + ], + [ + 116.23212, + 38.871894 + ], + [ + 116.248907, + 38.85964 + ], + [ + 116.247497, + 38.848907 + ], + [ + 116.278764, + 38.836451 + ], + [ + 116.271973, + 38.816634 + ], + [ + 116.338287, + 38.80689 + ], + [ + 116.390313, + 38.789784 + ], + [ + 116.42299, + 38.770419 + ], + [ + 116.435804, + 38.733199 + ], + [ + 116.406331, + 38.703596 + ], + [ + 116.370836, + 38.692508 + ], + [ + 116.366863, + 38.67305 + ], + [ + 116.381984, + 38.619165 + ], + [ + 116.41921, + 38.599288 + ], + [ + 116.425425, + 38.587187 + ], + [ + 116.454834, + 38.580337 + ], + [ + 116.455475, + 38.557656 + ], + [ + 116.432152, + 38.552533 + ], + [ + 116.431127, + 38.539558 + ], + [ + 116.452655, + 38.534501 + ], + [ + 116.449772, + 38.518262 + ], + [ + 116.465726, + 38.494096 + ], + [ + 116.519482, + 38.48817 + ], + [ + 116.559399, + 38.496759 + ], + [ + 116.569715, + 38.470988 + ], + [ + 116.589897, + 38.483908 + ], + [ + 116.610593, + 38.479646 + ], + [ + 116.627315, + 38.501087 + ], + [ + 116.621228, + 38.514335 + ], + [ + 116.647114, + 38.50648 + ], + [ + 116.668257, + 38.530042 + ], + [ + 116.672678, + 38.546545 + ], + [ + 116.652431, + 38.551202 + ], + [ + 116.643333, + 38.564773 + ], + [ + 116.671653, + 38.566503 + ], + [ + 116.662234, + 38.581268 + ], + [ + 116.680303, + 38.592706 + ], + [ + 116.680559, + 38.605936 + ], + [ + 116.702792, + 38.619098 + ], + [ + 116.71503, + 38.609327 + ], + [ + 116.733739, + 38.614047 + ], + [ + 116.738224, + 38.631327 + ], + [ + 116.763212, + 38.633853 + ], + [ + 116.77404, + 38.652258 + ], + [ + 116.758855, + 38.732071 + ], + [ + 116.766351, + 38.741959 + ], + [ + 116.796529, + 38.74667 + ], + [ + 116.859127, + 38.741295 + ], + [ + 116.867457, + 38.745873 + ], + [ + 116.866496, + 38.717005 + ], + [ + 116.87726, + 38.680688 + ], + [ + 116.994447, + 38.695695 + ], + [ + 117.014502, + 38.690184 + ], + [ + 117.015719, + 38.700409 + ], + [ + 117.042309, + 38.706517 + ], + [ + 117.039041, + 38.688457 + ], + [ + 117.06813, + 38.680621 + ], + [ + 117.051727, + 38.643488 + ], + [ + 117.064285, + 38.635713 + ], + [ + 117.071526, + 38.607399 + ], + [ + 117.086326, + 38.606402 + ], + [ + 117.098179, + 38.586921 + ], + [ + 117.13611, + 38.598756 + ], + [ + 117.151103, + 38.617702 + ], + [ + 117.186086, + 38.616506 + ], + [ + 117.23036, + 38.641694 + ], + [ + 117.23068, + 38.624017 + ], + [ + 117.255988, + 38.613781 + ], + [ + 117.259512, + 38.603078 + ], + [ + 117.238369, + 38.581002 + ], + [ + 117.253169, + 38.556192 + ], + [ + 117.292189, + 38.562445 + ], + [ + 117.305644, + 38.556591 + ], + [ + 117.358055, + 38.57056 + ], + [ + 117.368883, + 38.582465 + ], + [ + 117.369075, + 38.564773 + ], + [ + 117.391949, + 38.572689 + ], + [ + 117.432442, + 38.601349 + ], + [ + 117.478895, + 38.617237 + ], + [ + 117.541429, + 38.60361 + ], + [ + 117.557831, + 38.613781 + ], + [ + 117.63901, + 38.626742 + ], + [ + 117.645033, + 38.593836 + ], + [ + 117.638562, + 38.570028 + ], + [ + 117.643367, + 38.54029 + ], + [ + 117.68527, + 38.539425 + ], + [ + 117.685975, + 38.532438 + ], + [ + 117.645161, + 38.527647 + ], + [ + 117.647852, + 38.508677 + ], + [ + 117.678799, + 38.477049 + ], + [ + 117.710899, + 38.467791 + ], + [ + 117.725123, + 38.457333 + ], + [ + 117.730505, + 38.424949 + ], + [ + 117.781186, + 38.373812 + ], + [ + 117.804764, + 38.367076 + ], + [ + 117.846411, + 38.36801 + ], + [ + 117.937457, + 38.38775 + ], + [ + 117.958024, + 38.376147 + ], + [ + 117.948349, + 38.346462 + ], + [ + 117.916698, + 38.32344 + ], + [ + 117.895682, + 38.301613 + ], + [ + 117.860891, + 38.274569 + ], + [ + 117.8475, + 38.25393 + ], + [ + 117.808544, + 38.228406 + ], + [ + 117.789195, + 38.180741 + ], + [ + 117.801625, + 38.173786 + ], + [ + 117.766962, + 38.15867 + ], + [ + 117.76882, + 38.131908 + ], + [ + 117.743191, + 38.123409 + ], + [ + 117.729223, + 38.093822 + ], + [ + 117.704492, + 38.076078 + ], + [ + 117.679504, + 38.07956 + ], + [ + 117.666048, + 38.072528 + ], + [ + 117.616713, + 38.069046 + ], + [ + 117.58378, + 38.070653 + ], + [ + 117.556486, + 38.05719 + ], + [ + 117.56033, + 38.040978 + ], + [ + 117.527974, + 37.996275 + ], + [ + 117.512789, + 37.943428 + ], + [ + 117.481137, + 37.914842 + ], + [ + 117.438593, + 37.853876 + ], + [ + 117.406301, + 37.843531 + ], + [ + 117.381954, + 37.854547 + ], + [ + 117.34428, + 37.862675 + ], + [ + 117.320124, + 37.861399 + ], + [ + 117.271366, + 37.839903 + ], + [ + 117.208832, + 37.843732 + ], + [ + 117.185317, + 37.849778 + ], + [ + 117.150142, + 37.839567 + ], + [ + 117.093759, + 37.849509 + ], + [ + 117.074345, + 37.848771 + ], + [ + 117.027188, + 37.832378 + ], + [ + 116.976635, + 37.841045 + ], + [ + 116.947675, + 37.840037 + ], + [ + 116.919355, + 37.845882 + ], + [ + 116.883795, + 37.844337 + ], + [ + 116.84375, + 37.834461 + ], + [ + 116.812739, + 37.843598 + ], + [ + 116.788136, + 37.843396 + ], + [ + 116.786149, + 37.82633 + ], + [ + 116.753665, + 37.792993 + ], + [ + 116.753793, + 37.770536 + ], + [ + 116.744182, + 37.757355 + ], + [ + 116.723167, + 37.766703 + ], + [ + 116.724512, + 37.744305 + ], + [ + 116.699332, + 37.730648 + ], + [ + 116.67979, + 37.728764 + ], + [ + 116.663964, + 37.687776 + ], + [ + 116.641027, + 37.682323 + ], + [ + 116.640834, + 37.666432 + ], + [ + 116.604506, + 37.62514 + ], + [ + 116.574648, + 37.609978 + ], + [ + 116.545816, + 37.582477 + ], + [ + 116.538512, + 37.568453 + ], + [ + 116.517048, + 37.557191 + ], + [ + 116.486421, + 37.524205 + ], + [ + 116.456115, + 37.513679 + ], + [ + 116.434139, + 37.473383 + ], + [ + 116.402167, + 37.509833 + ], + [ + 116.368913, + 37.526364 + ], + [ + 116.376858, + 37.546602 + ], + [ + 116.367696, + 37.566295 + ], + [ + 116.343541, + 37.566025 + ], + [ + 116.335916, + 37.581263 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 131000, + "name": "廊坊市", + "center": [ + 116.704441, + 39.523927 + ], + "centroid": [ + 116.540228, + 39.111214 + ], + "childrenNum": 10, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.209503, + 38.921618 + ], + [ + 116.230262, + 38.92453 + ], + [ + 116.228083, + 38.942199 + ], + [ + 116.243653, + 38.949345 + ], + [ + 116.253007, + 38.932074 + ], + [ + 116.291386, + 38.948683 + ], + [ + 116.298755, + 38.975076 + ], + [ + 116.316182, + 38.962708 + ], + [ + 116.33534, + 38.984004 + ], + [ + 116.3215, + 38.998088 + ], + [ + 116.299588, + 38.993658 + ], + [ + 116.293757, + 39.007344 + ], + [ + 116.307148, + 39.032196 + ], + [ + 116.318617, + 39.037416 + ], + [ + 116.317592, + 39.077911 + ], + [ + 116.305354, + 39.098116 + ], + [ + 116.278957, + 39.112045 + ], + [ + 116.262426, + 39.138114 + ], + [ + 116.221804, + 39.147813 + ], + [ + 116.207837, + 39.168526 + ], + [ + 116.206555, + 39.207429 + ], + [ + 116.186116, + 39.222457 + ], + [ + 116.201109, + 39.251911 + ], + [ + 116.208734, + 39.330195 + ], + [ + 116.198226, + 39.351315 + ], + [ + 116.13582, + 39.351842 + ], + [ + 116.116791, + 39.376243 + ], + [ + 116.133001, + 39.4055 + ], + [ + 116.132104, + 39.429423 + ], + [ + 116.151325, + 39.471005 + ], + [ + 116.179901, + 39.486568 + ], + [ + 116.182144, + 39.49635 + ], + [ + 116.220843, + 39.511644 + ], + [ + 116.222766, + 39.501995 + ], + [ + 116.244678, + 39.517354 + ], + [ + 116.257941, + 39.500551 + ], + [ + 116.279277, + 39.491295 + ], + [ + 116.306443, + 39.488997 + ], + [ + 116.320027, + 39.46851 + ], + [ + 116.350461, + 39.453009 + ], + [ + 116.408958, + 39.45025 + ], + [ + 116.434395, + 39.442761 + ], + [ + 116.454706, + 39.453338 + ], + [ + 116.444134, + 39.482169 + ], + [ + 116.412354, + 39.482103 + ], + [ + 116.418761, + 39.506393 + ], + [ + 116.402807, + 39.5144 + ], + [ + 116.402679, + 39.526869 + ], + [ + 116.424079, + 39.522735 + ], + [ + 116.424656, + 39.509741 + ], + [ + 116.443813, + 39.509872 + ], + [ + 116.440994, + 39.527328 + ], + [ + 116.464573, + 39.527657 + ], + [ + 116.478861, + 39.539204 + ], + [ + 116.470916, + 39.55462 + ], + [ + 116.508462, + 39.551078 + ], + [ + 116.519354, + 39.566491 + ], + [ + 116.524416, + 39.596521 + ], + [ + 116.541779, + 39.593505 + ], + [ + 116.566575, + 39.604387 + ], + [ + 116.565934, + 39.619788 + ], + [ + 116.607773, + 39.619723 + ], + [ + 116.620524, + 39.601699 + ], + [ + 116.646537, + 39.599143 + ], + [ + 116.662363, + 39.605239 + ], + [ + 116.705099, + 39.587999 + ], + [ + 116.727075, + 39.593047 + ], + [ + 116.7026, + 39.610417 + ], + [ + 116.700742, + 39.621033 + ], + [ + 116.748667, + 39.619919 + ], + [ + 116.790699, + 39.596062 + ], + [ + 116.789994, + 39.610548 + ], + [ + 116.812355, + 39.615922 + ], + [ + 116.797875, + 39.594358 + ], + [ + 116.81165, + 39.576983 + ], + [ + 116.787687, + 39.554555 + ], + [ + 116.806204, + 39.528838 + ], + [ + 116.819595, + 39.52851 + ], + [ + 116.826194, + 39.513088 + ], + [ + 116.813957, + 39.510266 + ], + [ + 116.820748, + 39.482431 + ], + [ + 116.785124, + 39.465883 + ], + [ + 116.807421, + 39.445586 + ], + [ + 116.815751, + 39.451761 + ], + [ + 116.832473, + 39.435468 + ], + [ + 116.855475, + 39.443352 + ], + [ + 116.875914, + 39.434548 + ], + [ + 116.834139, + 39.402674 + ], + [ + 116.837599, + 39.374073 + ], + [ + 116.818121, + 39.373547 + ], + [ + 116.829206, + 39.338881 + ], + [ + 116.849196, + 39.339473 + ], + [ + 116.870724, + 39.357499 + ], + [ + 116.875786, + 39.33921 + ], + [ + 116.889626, + 39.338157 + ], + [ + 116.884243, + 39.305383 + ], + [ + 116.867969, + 39.302552 + ], + [ + 116.878733, + 39.255336 + ], + [ + 116.892637, + 39.223973 + ], + [ + 116.874569, + 39.230036 + ], + [ + 116.875594, + 39.21646 + ], + [ + 116.855796, + 39.215669 + ], + [ + 116.863164, + 39.201365 + ], + [ + 116.870084, + 39.153685 + ], + [ + 116.909232, + 39.150782 + ], + [ + 116.924096, + 39.119372 + ], + [ + 116.91109, + 39.111055 + ], + [ + 116.881488, + 39.071702 + ], + [ + 116.869891, + 39.069919 + ], + [ + 116.860473, + 39.050564 + ], + [ + 116.80268, + 39.050895 + ], + [ + 116.787303, + 39.061927 + ], + [ + 116.773015, + 39.046865 + ], + [ + 116.756612, + 39.0503 + ], + [ + 116.754626, + 39.003245 + ], + [ + 116.728613, + 38.975341 + ], + [ + 116.716247, + 38.938957 + ], + [ + 116.70811, + 38.931876 + ], + [ + 116.708046, + 38.897058 + ], + [ + 116.722334, + 38.897058 + ], + [ + 116.723103, + 38.852551 + ], + [ + 116.74604, + 38.851491 + ], + [ + 116.75123, + 38.831282 + ], + [ + 116.73848, + 38.807022 + ], + [ + 116.737327, + 38.784479 + ], + [ + 116.751294, + 38.780168 + ], + [ + 116.746297, + 38.754233 + ], + [ + 116.766351, + 38.741959 + ], + [ + 116.758855, + 38.732071 + ], + [ + 116.77404, + 38.652258 + ], + [ + 116.763212, + 38.633853 + ], + [ + 116.738224, + 38.631327 + ], + [ + 116.733739, + 38.614047 + ], + [ + 116.71503, + 38.609327 + ], + [ + 116.702792, + 38.619098 + ], + [ + 116.680559, + 38.605936 + ], + [ + 116.680303, + 38.592706 + ], + [ + 116.662234, + 38.581268 + ], + [ + 116.671653, + 38.566503 + ], + [ + 116.643333, + 38.564773 + ], + [ + 116.652431, + 38.551202 + ], + [ + 116.672678, + 38.546545 + ], + [ + 116.668257, + 38.530042 + ], + [ + 116.647114, + 38.50648 + ], + [ + 116.621228, + 38.514335 + ], + [ + 116.627315, + 38.501087 + ], + [ + 116.610593, + 38.479646 + ], + [ + 116.589897, + 38.483908 + ], + [ + 116.569715, + 38.470988 + ], + [ + 116.559399, + 38.496759 + ], + [ + 116.519482, + 38.48817 + ], + [ + 116.465726, + 38.494096 + ], + [ + 116.449772, + 38.518262 + ], + [ + 116.452655, + 38.534501 + ], + [ + 116.431127, + 38.539558 + ], + [ + 116.432152, + 38.552533 + ], + [ + 116.455475, + 38.557656 + ], + [ + 116.454834, + 38.580337 + ], + [ + 116.425425, + 38.587187 + ], + [ + 116.41921, + 38.599288 + ], + [ + 116.381984, + 38.619165 + ], + [ + 116.366863, + 38.67305 + ], + [ + 116.370836, + 38.692508 + ], + [ + 116.406331, + 38.703596 + ], + [ + 116.435804, + 38.733199 + ], + [ + 116.42299, + 38.770419 + ], + [ + 116.390313, + 38.789784 + ], + [ + 116.338287, + 38.80689 + ], + [ + 116.271973, + 38.816634 + ], + [ + 116.278764, + 38.836451 + ], + [ + 116.247497, + 38.848907 + ], + [ + 116.248907, + 38.85964 + ], + [ + 116.23212, + 38.871894 + ], + [ + 116.212194, + 38.870238 + ], + [ + 116.202198, + 38.887258 + ], + [ + 116.20002, + 38.915727 + ], + [ + 116.209503, + 38.921618 + ] + ] + ], + [ + [ + [ + 117.209793, + 40.082253 + ], + [ + 117.222863, + 40.065523 + ], + [ + 117.1841, + 40.062593 + ], + [ + 117.187752, + 40.026187 + ], + [ + 117.198132, + 39.99276 + ], + [ + 117.178654, + 39.977311 + ], + [ + 117.175963, + 39.959121 + ], + [ + 117.151039, + 39.944839 + ], + [ + 117.156869, + 39.938055 + ], + [ + 117.137456, + 39.921616 + ], + [ + 117.158856, + 39.909218 + ], + [ + 117.149117, + 39.896297 + ], + [ + 117.166865, + 39.868944 + ], + [ + 117.227797, + 39.852749 + ], + [ + 117.247467, + 39.861043 + ], + [ + 117.259961, + 39.843409 + ], + [ + 117.252208, + 39.834591 + ], + [ + 117.192173, + 39.833088 + ], + [ + 117.195056, + 39.82551 + ], + [ + 117.156357, + 39.817473 + ], + [ + 117.15751, + 39.796756 + ], + [ + 117.178718, + 39.795318 + ], + [ + 117.18064, + 39.78244 + ], + [ + 117.205884, + 39.763871 + ], + [ + 117.161867, + 39.747389 + ], + [ + 117.153153, + 39.722726 + ], + [ + 117.169235, + 39.717622 + ], + [ + 117.170132, + 39.673371 + ], + [ + 117.159624, + 39.666823 + ], + [ + 117.177693, + 39.645602 + ], + [ + 117.157959, + 39.636627 + ], + [ + 117.152641, + 39.623523 + ], + [ + 117.127076, + 39.61697 + ], + [ + 117.057045, + 39.644554 + ], + [ + 117.015783, + 39.654052 + ], + [ + 117.004378, + 39.644489 + ], + [ + 116.974585, + 39.636824 + ], + [ + 116.963629, + 39.643441 + ], + [ + 116.944599, + 39.695173 + ], + [ + 116.950878, + 39.706824 + ], + [ + 116.91692, + 39.706365 + ], + [ + 116.912563, + 39.689216 + ], + [ + 116.893854, + 39.695893 + ], + [ + 116.88277, + 39.718472 + ], + [ + 116.916664, + 39.731362 + ], + [ + 116.901799, + 39.763609 + ], + [ + 116.920893, + 39.769167 + ], + [ + 116.924288, + 39.781263 + ], + [ + 116.949725, + 39.778583 + ], + [ + 116.952608, + 39.789827 + ], + [ + 116.928453, + 39.813095 + ], + [ + 116.92589, + 39.835374 + ], + [ + 116.902824, + 39.848242 + ], + [ + 116.907566, + 39.834133 + ], + [ + 116.885653, + 39.844585 + ], + [ + 116.866047, + 39.843866 + ], + [ + 116.827284, + 39.87704 + ], + [ + 116.804154, + 39.877954 + ], + [ + 116.784676, + 39.891401 + ], + [ + 116.780575, + 39.94973 + ], + [ + 116.757317, + 39.961468 + ], + [ + 116.775385, + 39.99276 + ], + [ + 116.770452, + 40.011658 + ], + [ + 116.781536, + 40.034851 + ], + [ + 116.819979, + 40.028337 + ], + [ + 116.822734, + 40.046444 + ], + [ + 116.857782, + 40.051914 + ], + [ + 116.867841, + 40.041885 + ], + [ + 116.928133, + 40.05491 + ], + [ + 116.960489, + 40.051133 + ], + [ + 116.972086, + 40.037 + ], + [ + 117.000662, + 40.0299 + ], + [ + 117.028533, + 40.033939 + ], + [ + 117.052048, + 40.059402 + ], + [ + 117.085173, + 40.068583 + ], + [ + 117.085621, + 40.075158 + ], + [ + 117.119515, + 40.072424 + ], + [ + 117.13925, + 40.064025 + ], + [ + 117.160073, + 40.076199 + ], + [ + 117.204347, + 40.06982 + ], + [ + 117.209793, + 40.082253 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 131100, + "name": "衡水市", + "center": [ + 115.665993, + 37.735097 + ], + "centroid": [ + 115.828776, + 37.764802 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.705321, + 38.367543 + ], + [ + 115.734025, + 38.359205 + ], + [ + 115.738767, + 38.369544 + ], + [ + 115.783297, + 38.358338 + ], + [ + 115.804633, + 38.345462 + ], + [ + 115.841538, + 38.346062 + ], + [ + 115.850188, + 38.309423 + ], + [ + 115.833016, + 38.298008 + ], + [ + 115.837181, + 38.272499 + ], + [ + 115.864476, + 38.255266 + ], + [ + 115.856467, + 38.240901 + ], + [ + 115.871267, + 38.217579 + ], + [ + 115.899523, + 38.20314 + ], + [ + 115.887542, + 38.171312 + ], + [ + 115.900804, + 38.158536 + ], + [ + 115.935403, + 38.167232 + ], + [ + 115.938671, + 38.144354 + ], + [ + 115.968913, + 38.138533 + ], + [ + 115.986725, + 38.125885 + ], + [ + 116.049771, + 38.146026 + ], + [ + 116.055218, + 38.131306 + ], + [ + 116.048554, + 38.11424 + ], + [ + 116.031831, + 38.100718 + ], + [ + 116.031511, + 38.082774 + ], + [ + 116.055474, + 38.071725 + ], + [ + 116.05227, + 38.052434 + ], + [ + 116.070595, + 38.041112 + ], + [ + 116.049515, + 38.038365 + ], + [ + 116.044774, + 38.023824 + ], + [ + 116.062394, + 38.005057 + ], + [ + 116.071876, + 37.980318 + ], + [ + 116.100645, + 37.948929 + ], + [ + 116.120571, + 37.948996 + ], + [ + 116.093981, + 37.922627 + ], + [ + 116.091034, + 37.910949 + ], + [ + 116.153952, + 37.914573 + ], + [ + 116.170867, + 37.933565 + ], + [ + 116.170163, + 37.959594 + ], + [ + 116.188039, + 37.968314 + ], + [ + 116.209118, + 37.966369 + ], + [ + 116.226354, + 37.95121 + ], + [ + 116.256595, + 37.965229 + ], + [ + 116.266206, + 37.961405 + ], + [ + 116.266975, + 37.981458 + ], + [ + 116.278252, + 37.962479 + ], + [ + 116.306764, + 37.979312 + ], + [ + 116.329189, + 38.008141 + ], + [ + 116.343925, + 38.017256 + ], + [ + 116.3709, + 38.018597 + ], + [ + 116.417224, + 38.009481 + ], + [ + 116.479309, + 38.011492 + ], + [ + 116.483474, + 38.02503 + ], + [ + 116.496352, + 38.013704 + ], + [ + 116.563243, + 38.01987 + ], + [ + 116.565166, + 37.980116 + ], + [ + 116.53377, + 37.907727 + ], + [ + 116.515382, + 37.892892 + ], + [ + 116.51346, + 37.863951 + ], + [ + 116.473415, + 37.865495 + ], + [ + 116.481424, + 37.830026 + ], + [ + 116.466623, + 37.805564 + ], + [ + 116.47303, + 37.777059 + ], + [ + 116.460664, + 37.778875 + ], + [ + 116.451182, + 37.7587 + ], + [ + 116.438367, + 37.758902 + ], + [ + 116.434331, + 37.734618 + ], + [ + 116.424784, + 37.735829 + ], + [ + 116.386533, + 37.696393 + ], + [ + 116.378909, + 37.659698 + ], + [ + 116.36539, + 37.648719 + ], + [ + 116.374936, + 37.63949 + ], + [ + 116.375192, + 37.617256 + ], + [ + 116.3281, + 37.605058 + ], + [ + 116.335916, + 37.581263 + ], + [ + 116.287863, + 37.5493 + ], + [ + 116.291386, + 37.5238 + ], + [ + 116.278444, + 37.524745 + ], + [ + 116.290233, + 37.484049 + ], + [ + 116.271781, + 37.478176 + ], + [ + 116.276458, + 37.466901 + ], + [ + 116.241346, + 37.491475 + ], + [ + 116.224431, + 37.479729 + ], + [ + 116.229878, + 37.459676 + ], + [ + 116.243076, + 37.448195 + ], + [ + 116.227379, + 37.424755 + ], + [ + 116.263067, + 37.42239 + ], + [ + 116.285236, + 37.40266 + ], + [ + 116.236028, + 37.361559 + ], + [ + 116.195471, + 37.365684 + ], + [ + 116.168817, + 37.38414 + ], + [ + 116.106539, + 37.368794 + ], + [ + 116.08751, + 37.373324 + ], + [ + 116.056179, + 37.369065 + ], + [ + 116.05195, + 37.357502 + ], + [ + 116.024527, + 37.359937 + ], + [ + 116.00947, + 37.343165 + ], + [ + 115.975897, + 37.334508 + ], + [ + 115.98461, + 37.316175 + ], + [ + 115.968272, + 37.287076 + ], + [ + 115.976217, + 37.276178 + ], + [ + 115.964171, + 37.250721 + ], + [ + 115.969425, + 37.239479 + ], + [ + 115.953215, + 37.223697 + ], + [ + 115.940721, + 37.227558 + ], + [ + 115.912017, + 37.207098 + ], + [ + 115.904841, + 37.189344 + ], + [ + 115.911825, + 37.176195 + ], + [ + 115.879981, + 37.151992 + ], + [ + 115.885427, + 37.128731 + ], + [ + 115.864988, + 37.070785 + ], + [ + 115.853904, + 37.059245 + ], + [ + 115.827378, + 37.106006 + ], + [ + 115.786564, + 37.123916 + ], + [ + 115.76997, + 37.14155 + ], + [ + 115.756322, + 37.209876 + ], + [ + 115.698465, + 37.257153 + ], + [ + 115.675784, + 37.258914 + ], + [ + 115.67258, + 37.275839 + ], + [ + 115.63292, + 37.277058 + ], + [ + 115.623437, + 37.297905 + ], + [ + 115.599859, + 37.301965 + ], + [ + 115.590632, + 37.312453 + ], + [ + 115.599218, + 37.332884 + ], + [ + 115.577177, + 37.316107 + ], + [ + 115.52938, + 37.326864 + ], + [ + 115.520089, + 37.353648 + ], + [ + 115.506634, + 37.368997 + ], + [ + 115.468768, + 37.382788 + ], + [ + 115.428595, + 37.387926 + ], + [ + 115.391049, + 37.42793 + ], + [ + 115.345109, + 37.448195 + ], + [ + 115.360038, + 37.461431 + ], + [ + 115.404183, + 37.462039 + ], + [ + 115.431478, + 37.469602 + ], + [ + 115.410719, + 37.476421 + ], + [ + 115.417638, + 37.487762 + ], + [ + 115.397968, + 37.497347 + ], + [ + 115.402069, + 37.51017 + ], + [ + 115.426096, + 37.506256 + ], + [ + 115.421675, + 37.495727 + ], + [ + 115.455313, + 37.501802 + ], + [ + 115.430965, + 37.506796 + ], + [ + 115.410078, + 37.523261 + ], + [ + 115.405785, + 37.535944 + ], + [ + 115.372147, + 37.544106 + ], + [ + 115.359461, + 37.558675 + ], + [ + 115.360871, + 37.523935 + ], + [ + 115.307179, + 37.563935 + ], + [ + 115.282575, + 37.576005 + ], + [ + 115.237276, + 37.575465 + ], + [ + 115.201908, + 37.555977 + ], + [ + 115.188325, + 37.563125 + ], + [ + 115.200563, + 37.572498 + ], + [ + 115.172756, + 37.600543 + ], + [ + 115.191593, + 37.608833 + ], + [ + 115.202934, + 37.637133 + ], + [ + 115.227858, + 37.648921 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.258356, + 37.639625 + ], + [ + 115.297376, + 37.629587 + ], + [ + 115.301412, + 37.660169 + ], + [ + 115.316853, + 37.660102 + ], + [ + 115.325567, + 37.682458 + ], + [ + 115.317046, + 37.695383 + ], + [ + 115.333768, + 37.71322 + ], + [ + 115.380989, + 37.707432 + ], + [ + 115.394316, + 37.712143 + ], + [ + 115.386179, + 37.727082 + ], + [ + 115.360294, + 37.731994 + ], + [ + 115.344468, + 37.74814 + ], + [ + 115.371635, + 37.770335 + ], + [ + 115.352349, + 37.784052 + ], + [ + 115.349722, + 37.805765 + ], + [ + 115.360166, + 37.820215 + ], + [ + 115.363049, + 37.849845 + ], + [ + 115.388614, + 37.853003 + ], + [ + 115.389831, + 37.874629 + ], + [ + 115.360294, + 37.880068 + ], + [ + 115.365484, + 37.906318 + ], + [ + 115.385795, + 37.917191 + ], + [ + 115.408668, + 37.918936 + ], + [ + 115.412769, + 37.943293 + ], + [ + 115.448585, + 37.936584 + ], + [ + 115.457555, + 37.95074 + ], + [ + 115.456017, + 37.974551 + ], + [ + 115.444997, + 37.989168 + ], + [ + 115.464219, + 37.99299 + ], + [ + 115.438205, + 38.001102 + ], + [ + 115.45134, + 38.017323 + ], + [ + 115.466782, + 38.063554 + ], + [ + 115.482992, + 38.08398 + ], + [ + 115.468063, + 38.095161 + ], + [ + 115.439871, + 38.082038 + ], + [ + 115.420522, + 38.089671 + ], + [ + 115.383232, + 38.0886 + ], + [ + 115.364843, + 38.13793 + ], + [ + 115.346903, + 38.13967 + ], + [ + 115.342418, + 38.196254 + ], + [ + 115.35094, + 38.210493 + ], + [ + 115.323645, + 38.220586 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.34953, + 38.248117 + ], + [ + 115.356194, + 38.271764 + ], + [ + 115.369072, + 38.283451 + ], + [ + 115.393611, + 38.285588 + ], + [ + 115.383104, + 38.299076 + ], + [ + 115.381822, + 38.327578 + ], + [ + 115.402453, + 38.320103 + ], + [ + 115.420906, + 38.337922 + ], + [ + 115.462104, + 38.327311 + ], + [ + 115.478122, + 38.341658 + ], + [ + 115.495101, + 38.342993 + ], + [ + 115.494781, + 38.362006 + ], + [ + 115.516822, + 38.357337 + ], + [ + 115.516437, + 38.318168 + ], + [ + 115.547704, + 38.318168 + ], + [ + 115.550908, + 38.332917 + ], + [ + 115.575768, + 38.326377 + ], + [ + 115.57942, + 38.342859 + ], + [ + 115.590504, + 38.332784 + ], + [ + 115.644965, + 38.32611 + ], + [ + 115.650155, + 38.340791 + ], + [ + 115.699811, + 38.349932 + ], + [ + 115.705321, + 38.367543 + ] + ] + ] + ] + } + } + ] +}', 'admin', TO_DATE('2020-05-19 16:42:35', 'SYYYY-MM-DD HH24:MI:SS'), 'jeecg', TO_DATE('2020-05-19 16:42:35', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1334703777051127809', '山东', 'shandong', '{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 370100, + "name": "济南市", + "center": [ + 117.000923, + 36.675807 + ], + "centroid": [ + 117.221244, + 36.639974 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.273417, + 37.532619 + ], + [ + 117.275549, + 37.526193 + ], + [ + 117.284393, + 37.522266 + ], + [ + 117.286525, + 37.510046 + ], + [ + 117.307215, + 37.507744 + ], + [ + 117.317718, + 37.499371 + ], + [ + 117.312585, + 37.487068 + ], + [ + 117.285894, + 37.479328 + ], + [ + 117.283998, + 37.471587 + ], + [ + 117.304609, + 37.466069 + ], + [ + 117.307768, + 37.46194 + ], + [ + 117.295449, + 37.4538 + ], + [ + 117.309189, + 37.447486 + ], + [ + 117.353332, + 37.450901 + ], + [ + 117.369758, + 37.436048 + ], + [ + 117.368257, + 37.419563 + ], + [ + 117.360202, + 37.405697 + ], + [ + 117.368652, + 37.396399 + ], + [ + 117.401029, + 37.379071 + ], + [ + 117.415401, + 37.364203 + ], + [ + 117.41319, + 37.342255 + ], + [ + 117.409163, + 37.329488 + ], + [ + 117.411611, + 37.308604 + ], + [ + 117.417612, + 37.296587 + ], + [ + 117.430168, + 37.285166 + ], + [ + 117.432379, + 37.272032 + ], + [ + 117.43688, + 37.27235 + ], + [ + 117.438302, + 37.25786 + ], + [ + 117.443908, + 37.250056 + ], + [ + 117.431037, + 37.254396 + ], + [ + 117.424403, + 37.243367 + ], + [ + 117.429141, + 37.239783 + ], + [ + 117.408768, + 37.239703 + ], + [ + 117.402371, + 37.224808 + ], + [ + 117.404977, + 37.21716 + ], + [ + 117.417928, + 37.20003 + ], + [ + 117.436091, + 37.184251 + ], + [ + 117.442724, + 37.170859 + ], + [ + 117.444066, + 37.156868 + ], + [ + 117.4507, + 37.153957 + ], + [ + 117.4507, + 37.143711 + ], + [ + 117.455596, + 37.11767 + ], + [ + 117.459781, + 37.109931 + ], + [ + 117.442092, + 37.093574 + ], + [ + 117.409241, + 37.089425 + ], + [ + 117.391158, + 37.083479 + ], + [ + 117.365256, + 37.069272 + ], + [ + 117.336433, + 37.073941 + ], + [ + 117.339434, + 37.056419 + ], + [ + 117.33667, + 37.046838 + ], + [ + 117.326088, + 37.036178 + ], + [ + 117.315349, + 37.030547 + ], + [ + 117.317323, + 37.020923 + ], + [ + 117.328457, + 37.011218 + ], + [ + 117.35349, + 37.003349 + ], + [ + 117.365335, + 36.99496 + ], + [ + 117.378286, + 36.956997 + ], + [ + 117.391632, + 36.952 + ], + [ + 117.40403, + 36.955038 + ], + [ + 117.415322, + 36.964311 + ], + [ + 117.432853, + 36.954878 + ], + [ + 117.444461, + 36.958116 + ], + [ + 117.458754, + 36.957676 + ], + [ + 117.477628, + 36.961154 + ], + [ + 117.476522, + 36.968348 + ], + [ + 117.494527, + 36.972344 + ], + [ + 117.509847, + 36.969267 + ], + [ + 117.519875, + 36.957117 + ], + [ + 117.536854, + 36.978498 + ], + [ + 117.549094, + 36.979817 + ], + [ + 117.555253, + 36.970785 + ], + [ + 117.54933, + 36.96507 + ], + [ + 117.56544, + 36.959954 + ], + [ + 117.56465, + 36.945084 + ], + [ + 117.553674, + 36.940727 + ], + [ + 117.551305, + 36.93385 + ], + [ + 117.539538, + 36.941486 + ], + [ + 117.534248, + 36.931611 + ], + [ + 117.56923, + 36.915736 + ], + [ + 117.58376, + 36.894176 + ], + [ + 117.585024, + 36.886815 + ], + [ + 117.579891, + 36.878093 + ], + [ + 117.577364, + 36.862847 + ], + [ + 117.580523, + 36.85136 + ], + [ + 117.608556, + 36.821815 + ], + [ + 117.648119, + 36.805436 + ], + [ + 117.677811, + 36.783245 + ], + [ + 117.687603, + 36.763853 + ], + [ + 117.695974, + 36.754115 + ], + [ + 117.724165, + 36.755998 + ], + [ + 117.747303, + 36.748584 + ], + [ + 117.736642, + 36.729423 + ], + [ + 117.739959, + 36.721004 + ], + [ + 117.71848, + 36.704724 + ], + [ + 117.718006, + 36.697826 + ], + [ + 117.715637, + 36.691208 + ], + [ + 117.701265, + 36.685191 + ], + [ + 117.695184, + 36.666978 + ], + [ + 117.698027, + 36.652974 + ], + [ + 117.709003, + 36.651569 + ], + [ + 117.712241, + 36.642258 + ], + [ + 117.70853, + 36.635154 + ], + [ + 117.715321, + 36.627527 + ], + [ + 117.714926, + 36.610545 + ], + [ + 117.706555, + 36.611549 + ], + [ + 117.705055, + 36.605807 + ], + [ + 117.690525, + 36.604883 + ], + [ + 117.697869, + 36.599422 + ], + [ + 117.715163, + 36.600546 + ], + [ + 117.706792, + 36.593559 + ], + [ + 117.715321, + 36.578537 + ], + [ + 117.706792, + 36.581469 + ], + [ + 117.696132, + 36.575042 + ], + [ + 117.694315, + 36.568896 + ], + [ + 117.720849, + 36.560057 + ], + [ + 117.72377, + 36.54732 + ], + [ + 117.739406, + 36.539925 + ], + [ + 117.742486, + 36.525737 + ], + [ + 117.750777, + 36.524652 + ], + [ + 117.76586, + 36.512994 + ], + [ + 117.765544, + 36.509496 + ], + [ + 117.751646, + 36.509979 + ], + [ + 117.735853, + 36.504993 + ], + [ + 117.743118, + 36.498439 + ], + [ + 117.755673, + 36.496228 + ], + [ + 117.757332, + 36.484485 + ], + [ + 117.748566, + 36.478694 + ], + [ + 117.765544, + 36.469845 + ], + [ + 117.757016, + 36.459144 + ], + [ + 117.763491, + 36.452868 + ], + [ + 117.755752, + 36.445303 + ], + [ + 117.779838, + 36.441239 + ], + [ + 117.786471, + 36.434277 + ], + [ + 117.7965, + 36.43963 + ], + [ + 117.799343, + 36.432265 + ], + [ + 117.817268, + 36.436129 + ], + [ + 117.822717, + 36.44305 + ], + [ + 117.833062, + 36.44301 + ], + [ + 117.826823, + 36.427114 + ], + [ + 117.829508, + 36.417776 + ], + [ + 117.855094, + 36.412945 + ], + [ + 117.859279, + 36.389433 + ], + [ + 117.867492, + 36.386373 + ], + [ + 117.879732, + 36.370626 + ], + [ + 117.882101, + 36.35673 + ], + [ + 117.890314, + 36.366035 + ], + [ + 117.89521, + 36.359227 + ], + [ + 117.893472, + 36.339446 + ], + [ + 117.902633, + 36.352057 + ], + [ + 117.915346, + 36.352903 + ], + [ + 117.933904, + 36.341219 + ], + [ + 117.933509, + 36.334369 + ], + [ + 117.919611, + 36.324738 + ], + [ + 117.918347, + 36.317725 + ], + [ + 117.924823, + 36.313171 + ], + [ + 117.922533, + 36.300514 + ], + [ + 117.93114, + 36.283742 + ], + [ + 117.926797, + 36.277532 + ], + [ + 117.932719, + 36.271846 + ], + [ + 117.943696, + 36.274064 + ], + [ + 117.972993, + 36.268378 + ], + [ + 117.975362, + 36.262328 + ], + [ + 117.96707, + 36.248251 + ], + [ + 117.96328, + 36.224971 + ], + [ + 117.967781, + 36.21464 + ], + [ + 117.959332, + 36.204308 + ], + [ + 117.943933, + 36.207981 + ], + [ + 117.928534, + 36.196558 + ], + [ + 117.921664, + 36.203662 + ], + [ + 117.914636, + 36.200837 + ], + [ + 117.915899, + 36.192562 + ], + [ + 117.903027, + 36.172092 + ], + [ + 117.912109, + 36.171648 + ], + [ + 117.917873, + 36.16337 + ], + [ + 117.90666, + 36.152708 + ], + [ + 117.914162, + 36.140631 + ], + [ + 117.91203, + 36.132753 + ], + [ + 117.923875, + 36.1174 + ], + [ + 117.921111, + 36.110005 + ], + [ + 117.931535, + 36.094203 + ], + [ + 117.939984, + 36.094324 + ], + [ + 117.946618, + 36.100387 + ], + [ + 117.954041, + 36.090201 + ], + [ + 117.953172, + 36.081833 + ], + [ + 117.946223, + 36.08151 + ], + [ + 117.94188, + 36.071807 + ], + [ + 117.948829, + 36.062589 + ], + [ + 117.935799, + 36.061214 + ], + [ + 117.932798, + 36.052196 + ], + [ + 117.946855, + 36.04253 + ], + [ + 117.949855, + 36.018259 + ], + [ + 117.94338, + 36.017288 + ], + [ + 117.950803, + 35.996489 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.935088, + 36.004421 + ], + [ + 117.926165, + 36.005068 + ], + [ + 117.922848, + 36.015467 + ], + [ + 117.914557, + 36.020039 + ], + [ + 117.895052, + 36.020363 + ], + [ + 117.877047, + 36.016357 + ], + [ + 117.866386, + 36.007415 + ], + [ + 117.854462, + 36.006889 + ], + [ + 117.841827, + 36.011947 + ], + [ + 117.828719, + 36.008022 + ], + [ + 117.825244, + 36.013363 + ], + [ + 117.801159, + 36.012959 + ], + [ + 117.794763, + 36.015143 + ], + [ + 117.782286, + 36.007294 + ], + [ + 117.781022, + 35.995437 + ], + [ + 117.762307, + 35.990621 + ], + [ + 117.756621, + 35.991916 + ], + [ + 117.756542, + 36.002236 + ], + [ + 117.750304, + 36.011947 + ], + [ + 117.757016, + 36.019392 + ], + [ + 117.741696, + 36.036058 + ], + [ + 117.725824, + 36.029667 + ], + [ + 117.720454, + 36.038243 + ], + [ + 117.701186, + 36.04528 + ], + [ + 117.689972, + 36.052358 + ], + [ + 117.656569, + 36.049729 + ], + [ + 117.630588, + 36.059879 + ], + [ + 117.601844, + 36.075648 + ], + [ + 117.575943, + 36.074516 + ], + [ + 117.561649, + 36.079327 + ], + [ + 117.552884, + 36.087978 + ], + [ + 117.547672, + 36.106166 + ], + [ + 117.534879, + 36.111419 + ], + [ + 117.505898, + 36.098245 + ], + [ + 117.491052, + 36.096587 + ], + [ + 117.484893, + 36.10075 + ], + [ + 117.473758, + 36.089797 + ], + [ + 117.451963, + 36.087412 + ], + [ + 117.447067, + 36.09206 + ], + [ + 117.456148, + 36.100467 + ], + [ + 117.454885, + 36.111177 + ], + [ + 117.463571, + 36.116875 + ], + [ + 117.44683, + 36.120834 + ], + [ + 117.459623, + 36.1498 + ], + [ + 117.469178, + 36.154687 + ], + [ + 117.476601, + 36.150123 + ], + [ + 117.487972, + 36.15921 + ], + [ + 117.475653, + 36.173102 + ], + [ + 117.461202, + 36.170194 + ], + [ + 117.446988, + 36.18691 + ], + [ + 117.440434, + 36.191189 + ], + [ + 117.452437, + 36.203138 + ], + [ + 117.447778, + 36.203541 + ], + [ + 117.447383, + 36.218313 + ], + [ + 117.427878, + 36.221662 + ], + [ + 117.412716, + 36.210927 + ], + [ + 117.396607, + 36.215972 + ], + [ + 117.385235, + 36.226989 + ], + [ + 117.393132, + 36.226747 + ], + [ + 117.392895, + 36.237439 + ], + [ + 117.417217, + 36.243652 + ], + [ + 117.413901, + 36.267934 + ], + [ + 117.394553, + 36.266522 + ], + [ + 117.397791, + 36.283782 + ], + [ + 117.387604, + 36.285556 + ], + [ + 117.38792, + 36.296361 + ], + [ + 117.379707, + 36.315146 + ], + [ + 117.38871, + 36.326148 + ], + [ + 117.387762, + 36.337915 + ], + [ + 117.362729, + 36.360234 + ], + [ + 117.351753, + 36.377997 + ], + [ + 117.35041, + 36.393379 + ], + [ + 117.344962, + 36.403968 + ], + [ + 117.339434, + 36.425786 + ], + [ + 117.339118, + 36.438181 + ], + [ + 117.346936, + 36.455724 + ], + [ + 117.346383, + 36.46373 + ], + [ + 117.335328, + 36.466345 + ], + [ + 117.30682, + 36.467029 + ], + [ + 117.30682, + 36.472097 + ], + [ + 117.288184, + 36.476039 + ], + [ + 117.288973, + 36.468718 + ], + [ + 117.275786, + 36.451218 + ], + [ + 117.263862, + 36.449206 + ], + [ + 117.249726, + 36.436732 + ], + [ + 117.242145, + 36.41528 + ], + [ + 117.218297, + 36.406182 + ], + [ + 117.208742, + 36.405297 + ], + [ + 117.200924, + 36.389755 + ], + [ + 117.191685, + 36.378762 + ], + [ + 117.180945, + 36.37256 + ], + [ + 117.18292, + 36.360798 + ], + [ + 117.179603, + 36.353144 + ], + [ + 117.161361, + 36.351895 + ], + [ + 117.142567, + 36.345731 + ], + [ + 117.137039, + 36.335135 + ], + [ + 117.111691, + 36.340413 + ], + [ + 117.107347, + 36.338882 + ], + [ + 117.088711, + 36.346013 + ], + [ + 117.07734, + 36.321957 + ], + [ + 117.077655, + 36.307205 + ], + [ + 117.074102, + 36.296724 + ], + [ + 117.066995, + 36.296885 + ], + [ + 117.051201, + 36.288741 + ], + [ + 117.0482, + 36.283701 + ], + [ + 117.030275, + 36.277532 + ], + [ + 117.027353, + 36.268983 + ], + [ + 117.003347, + 36.265353 + ], + [ + 117.002794, + 36.254503 + ], + [ + 116.987632, + 36.250711 + ], + [ + 116.975471, + 36.243208 + ], + [ + 116.956835, + 36.259787 + ], + [ + 116.950201, + 36.257327 + ], + [ + 116.932828, + 36.261925 + ], + [ + 116.928722, + 36.26991 + ], + [ + 116.891133, + 36.255471 + ], + [ + 116.873129, + 36.264062 + ], + [ + 116.867759, + 36.28108 + ], + [ + 116.855519, + 36.289709 + ], + [ + 116.855756, + 36.301642 + ], + [ + 116.830644, + 36.294587 + ], + [ + 116.808612, + 36.299022 + ], + [ + 116.786659, + 36.311357 + ], + [ + 116.772761, + 36.312002 + ], + [ + 116.762574, + 36.305391 + ], + [ + 116.732961, + 36.294144 + ], + [ + 116.710376, + 36.279185 + ], + [ + 116.701058, + 36.280153 + ], + [ + 116.686528, + 36.275435 + ], + [ + 116.675709, + 36.276645 + ], + [ + 116.649018, + 36.295797 + ], + [ + 116.615536, + 36.294587 + ], + [ + 116.610403, + 36.282451 + ], + [ + 116.595794, + 36.270999 + ], + [ + 116.587502, + 36.268862 + ], + [ + 116.581264, + 36.255471 + ], + [ + 116.574393, + 36.263457 + ], + [ + 116.558837, + 36.261037 + ], + [ + 116.552361, + 36.247767 + ], + [ + 116.53641, + 36.245588 + ], + [ + 116.525591, + 36.255229 + ], + [ + 116.512325, + 36.253414 + ], + [ + 116.506402, + 36.240344 + ], + [ + 116.485239, + 36.236067 + ], + [ + 116.487529, + 36.228441 + ], + [ + 116.472604, + 36.21464 + ], + [ + 116.481922, + 36.197002 + ], + [ + 116.502059, + 36.192764 + ], + [ + 116.51035, + 36.176857 + ], + [ + 116.525986, + 36.168297 + ], + [ + 116.52188, + 36.157151 + ], + [ + 116.510192, + 36.148346 + ], + [ + 116.507192, + 36.141277 + ], + [ + 116.519748, + 36.141196 + ], + [ + 116.528513, + 36.145276 + ], + [ + 116.525275, + 36.135298 + ], + [ + 116.543122, + 36.13958 + ], + [ + 116.5586, + 36.133804 + ], + [ + 116.562153, + 36.121643 + ], + [ + 116.569024, + 36.118774 + ], + [ + 116.566891, + 36.108752 + ], + [ + 116.554651, + 36.108187 + ], + [ + 116.546597, + 36.101195 + ], + [ + 116.543359, + 36.086604 + ], + [ + 116.532303, + 36.074274 + ], + [ + 116.504112, + 36.064732 + ], + [ + 116.471182, + 36.06457 + ], + [ + 116.452072, + 36.058019 + ], + [ + 116.449387, + 36.047302 + ], + [ + 116.434541, + 36.038607 + ], + [ + 116.436121, + 36.046534 + ], + [ + 116.429566, + 36.052439 + ], + [ + 116.433357, + 36.059839 + ], + [ + 116.427829, + 36.067441 + ], + [ + 116.409508, + 36.068007 + ], + [ + 116.401059, + 36.074031 + ], + [ + 116.398058, + 36.084582 + ], + [ + 116.386845, + 36.090807 + ], + [ + 116.360233, + 36.084744 + ], + [ + 116.352731, + 36.070797 + ], + [ + 116.338753, + 36.060082 + ], + [ + 116.324855, + 36.054178 + ], + [ + 116.310404, + 36.052196 + ], + [ + 116.304718, + 36.046251 + ], + [ + 116.301244, + 36.031123 + ], + [ + 116.294689, + 36.031407 + ], + [ + 116.271552, + 36.043824 + ], + [ + 116.267998, + 36.052964 + ], + [ + 116.267287, + 36.074233 + ], + [ + 116.273368, + 36.093758 + ], + [ + 116.27171, + 36.109843 + ], + [ + 116.261444, + 36.122693 + ], + [ + 116.246677, + 36.149436 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.234911, + 36.180935 + ], + [ + 116.255047, + 36.203703 + ], + [ + 116.280159, + 36.221945 + ], + [ + 116.28624, + 36.239174 + ], + [ + 116.307166, + 36.259464 + ], + [ + 116.310799, + 36.270515 + ], + [ + 116.322644, + 36.284669 + ], + [ + 116.331251, + 36.290677 + ], + [ + 116.374526, + 36.3039 + ], + [ + 116.406745, + 36.319015 + ], + [ + 116.430593, + 36.318007 + ], + [ + 116.441411, + 36.321755 + ], + [ + 116.449071, + 36.337149 + ], + [ + 116.484607, + 36.336948 + ], + [ + 116.503717, + 36.369982 + ], + [ + 116.519984, + 36.384158 + ], + [ + 116.528592, + 36.387259 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.591213, + 36.416286 + ], + [ + 116.612377, + 36.42333 + ], + [ + 116.6198, + 36.428522 + ], + [ + 116.620905, + 36.44144 + ], + [ + 116.611429, + 36.459104 + ], + [ + 116.613009, + 36.473425 + ], + [ + 116.595636, + 36.480383 + ], + [ + 116.593267, + 36.485973 + ], + [ + 116.602032, + 36.495223 + ], + [ + 116.624301, + 36.497233 + ], + [ + 116.627223, + 36.508853 + ], + [ + 116.610087, + 36.51609 + ], + [ + 116.60835, + 36.52011 + ], + [ + 116.622801, + 36.532651 + ], + [ + 116.629592, + 36.544587 + ], + [ + 116.646728, + 36.544105 + ], + [ + 116.658968, + 36.553026 + ], + [ + 116.662916, + 36.563111 + ], + [ + 116.661258, + 36.578376 + ], + [ + 116.682421, + 36.580586 + ], + [ + 116.694345, + 36.591149 + ], + [ + 116.693319, + 36.607895 + ], + [ + 116.71314, + 36.608858 + ], + [ + 116.742042, + 36.620381 + ], + [ + 116.759494, + 36.632746 + ], + [ + 116.763126, + 36.651971 + ], + [ + 116.777262, + 36.660718 + ], + [ + 116.780736, + 36.671552 + ], + [ + 116.780657, + 36.691048 + ], + [ + 116.799689, + 36.694417 + ], + [ + 116.802768, + 36.706729 + ], + [ + 116.830881, + 36.723851 + ], + [ + 116.842489, + 36.72786 + ], + [ + 116.861757, + 36.730345 + ], + [ + 116.873997, + 36.739846 + ], + [ + 116.88679, + 36.745538 + ], + [ + 116.883868, + 36.758243 + ], + [ + 116.87076, + 36.759164 + ], + [ + 116.865548, + 36.777877 + ], + [ + 116.868233, + 36.801872 + ], + [ + 116.872813, + 36.812004 + ], + [ + 116.887975, + 36.811404 + ], + [ + 116.882447, + 36.824058 + ], + [ + 116.887106, + 36.833427 + ], + [ + 116.892476, + 36.830023 + ], + [ + 116.919404, + 36.822776 + ], + [ + 116.933223, + 36.823697 + ], + [ + 116.935908, + 36.829743 + ], + [ + 116.934724, + 36.845116 + ], + [ + 116.9442, + 36.844916 + ], + [ + 116.948069, + 36.839231 + ], + [ + 116.962836, + 36.842674 + ], + [ + 116.96181, + 36.867529 + ], + [ + 116.963152, + 36.893896 + ], + [ + 116.957466, + 36.916495 + ], + [ + 116.934408, + 36.925973 + ], + [ + 116.922563, + 36.93453 + ], + [ + 116.935434, + 36.93457 + ], + [ + 116.931881, + 36.946204 + ], + [ + 116.933381, + 36.959595 + ], + [ + 116.907717, + 36.963272 + ], + [ + 116.897767, + 36.962712 + ], + [ + 116.899188, + 36.977499 + ], + [ + 116.886158, + 36.983573 + ], + [ + 116.885764, + 36.991444 + ], + [ + 116.875024, + 36.999274 + ], + [ + 116.891607, + 37.00271 + ], + [ + 116.907796, + 37.019046 + ], + [ + 116.943173, + 37.030907 + ], + [ + 116.948701, + 37.036537 + ], + [ + 116.944279, + 37.042327 + ], + [ + 116.928643, + 37.05103 + ], + [ + 116.925247, + 37.069831 + ], + [ + 116.91972, + 37.081364 + ], + [ + 116.919009, + 37.093056 + ], + [ + 116.931486, + 37.100477 + ], + [ + 116.982578, + 37.113601 + ], + [ + 117.004531, + 37.121219 + ], + [ + 117.024273, + 37.119664 + ], + [ + 117.044884, + 37.122615 + ], + [ + 117.047411, + 37.134739 + ], + [ + 117.059809, + 37.137251 + ], + [ + 117.054676, + 37.141717 + ], + [ + 117.050648, + 37.160894 + ], + [ + 117.061783, + 37.16496 + ], + [ + 117.06352, + 37.182656 + ], + [ + 117.05744, + 37.192141 + ], + [ + 117.045358, + 37.197161 + ], + [ + 117.037382, + 37.195169 + ], + [ + 117.037777, + 37.207361 + ], + [ + 117.022299, + 37.215089 + ], + [ + 117.03596, + 37.224091 + ], + [ + 117.036592, + 37.237393 + ], + [ + 117.042673, + 37.238867 + ], + [ + 117.041251, + 37.247667 + ], + [ + 117.032328, + 37.253241 + ], + [ + 117.030275, + 37.264229 + ], + [ + 117.038961, + 37.266538 + ], + [ + 117.024273, + 37.278918 + ], + [ + 117.002241, + 37.285962 + ], + [ + 116.993397, + 37.32201 + ], + [ + 116.986684, + 37.335335 + ], + [ + 116.987158, + 37.342692 + ], + [ + 117.006663, + 37.355138 + ], + [ + 117.009664, + 37.359671 + ], + [ + 116.99924, + 37.376964 + ], + [ + 117.008164, + 37.392464 + ], + [ + 117.019693, + 37.405419 + ], + [ + 117.018193, + 37.418967 + ], + [ + 117.029406, + 37.435174 + ], + [ + 117.085631, + 37.437517 + ], + [ + 117.096845, + 37.440099 + ], + [ + 117.104978, + 37.455309 + ], + [ + 117.098819, + 37.469721 + ], + [ + 117.109795, + 37.47901 + ], + [ + 117.124878, + 37.483853 + ], + [ + 117.135618, + 37.475239 + ], + [ + 117.163809, + 37.478971 + ], + [ + 117.176049, + 37.486116 + ], + [ + 117.199345, + 37.487148 + ], + [ + 117.22114, + 37.51318 + ], + [ + 117.230063, + 37.528891 + ], + [ + 117.238197, + 37.532897 + ], + [ + 117.260861, + 37.530081 + ], + [ + 117.273417, + 37.532619 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370200, + "name": "青岛市", + "center": [ + 120.355173, + 36.082982 + ], + "centroid": [ + 120.150851, + 36.451234 + ], + "childrenNum": 10, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.850108, + 36.612271 + ], + [ + 120.86598, + 36.605606 + ], + [ + 120.884854, + 36.60143 + ], + [ + 120.891961, + 36.58898 + ], + [ + 120.893382, + 36.57918 + ], + [ + 120.91265, + 36.568414 + ], + [ + 120.923785, + 36.572029 + ], + [ + 120.936341, + 36.56532 + ], + [ + 120.962163, + 36.562789 + ], + [ + 120.969349, + 36.559495 + ], + [ + 120.983326, + 36.545913 + ], + [ + 120.983958, + 36.540809 + ], + [ + 120.962716, + 36.519225 + ], + [ + 120.954345, + 36.507567 + ], + [ + 120.95861, + 36.498721 + ], + [ + 120.954977, + 36.489311 + ], + [ + 120.967691, + 36.47797 + ], + [ + 120.963585, + 36.464334 + ], + [ + 120.952371, + 36.459184 + ], + [ + 120.947238, + 36.449287 + ], + [ + 120.938315, + 36.44812 + ], + [ + 120.934524, + 36.454678 + ], + [ + 120.920152, + 36.455201 + ], + [ + 120.907833, + 36.445987 + ], + [ + 120.917388, + 36.435364 + ], + [ + 120.91881, + 36.425383 + ], + [ + 120.925522, + 36.419909 + ], + [ + 120.935077, + 36.421036 + ], + [ + 120.927812, + 36.410047 + ], + [ + 120.918968, + 36.419144 + ], + [ + 120.903332, + 36.406142 + ], + [ + 120.891645, + 36.389675 + ], + [ + 120.895909, + 36.376104 + ], + [ + 120.872061, + 36.367001 + ], + [ + 120.87443, + 36.373244 + ], + [ + 120.854925, + 36.381903 + ], + [ + 120.851134, + 36.406021 + ], + [ + 120.859505, + 36.412422 + ], + [ + 120.858952, + 36.424578 + ], + [ + 120.838342, + 36.436974 + ], + [ + 120.842369, + 36.441601 + ], + [ + 120.843001, + 36.457736 + ], + [ + 120.83921, + 36.464374 + ], + [ + 120.828471, + 36.466627 + ], + [ + 120.759453, + 36.462604 + ], + [ + 120.756768, + 36.458098 + ], + [ + 120.761664, + 36.443211 + ], + [ + 120.760084, + 36.434559 + ], + [ + 120.751003, + 36.431299 + ], + [ + 120.736868, + 36.432829 + ], + [ + 120.726997, + 36.422928 + ], + [ + 120.72597, + 36.413912 + ], + [ + 120.71144, + 36.408678 + ], + [ + 120.694383, + 36.390158 + ], + [ + 120.700385, + 36.37123 + ], + [ + 120.709703, + 36.368089 + ], + [ + 120.716494, + 36.360516 + ], + [ + 120.72676, + 36.359831 + ], + [ + 120.729603, + 36.349801 + ], + [ + 120.739632, + 36.3386 + ], + [ + 120.744449, + 36.328163 + ], + [ + 120.73821, + 36.32373 + ], + [ + 120.707966, + 36.328929 + ], + [ + 120.692093, + 36.325544 + ], + [ + 120.663033, + 36.33179 + ], + [ + 120.656005, + 36.322158 + ], + [ + 120.66635, + 36.309342 + ], + [ + 120.665718, + 36.29749 + ], + [ + 120.656005, + 36.28862 + ], + [ + 120.65482, + 36.27983 + ], + [ + 120.659716, + 36.27483 + ], + [ + 120.677326, + 36.281443 + ], + [ + 120.686249, + 36.279104 + ], + [ + 120.685855, + 36.260231 + ], + [ + 120.689724, + 36.251437 + ], + [ + 120.681038, + 36.238932 + ], + [ + 120.689171, + 36.230176 + ], + [ + 120.696752, + 36.204026 + ], + [ + 120.693041, + 36.190624 + ], + [ + 120.697147, + 36.168579 + ], + [ + 120.707255, + 36.165066 + ], + [ + 120.707018, + 36.159331 + ], + [ + 120.698332, + 36.158887 + ], + [ + 120.704333, + 36.152344 + ], + [ + 120.705439, + 36.139702 + ], + [ + 120.716257, + 36.142085 + ], + [ + 120.719811, + 36.13441 + ], + [ + 120.71223, + 36.126572 + ], + [ + 120.695647, + 36.123744 + ], + [ + 120.672667, + 36.129844 + ], + [ + 120.650951, + 36.117885 + ], + [ + 120.632235, + 36.113319 + ], + [ + 120.621259, + 36.119259 + ], + [ + 120.612099, + 36.117521 + ], + [ + 120.607834, + 36.107217 + ], + [ + 120.599859, + 36.101801 + ], + [ + 120.579248, + 36.103943 + ], + [ + 120.580827, + 36.111419 + ], + [ + 120.573325, + 36.114248 + ], + [ + 120.567087, + 36.105964 + ], + [ + 120.547187, + 36.10952 + ], + [ + 120.552241, + 36.097881 + ], + [ + 120.547345, + 36.092141 + ], + [ + 120.526261, + 36.093435 + ], + [ + 120.497832, + 36.08624 + ], + [ + 120.479827, + 36.091656 + ], + [ + 120.467587, + 36.087169 + ], + [ + 120.449662, + 36.07302 + ], + [ + 120.441923, + 36.063236 + ], + [ + 120.437185, + 36.0655 + ], + [ + 120.42226, + 36.054986 + ], + [ + 120.415311, + 36.057413 + ], + [ + 120.404413, + 36.051589 + ], + [ + 120.38783, + 36.051711 + ], + [ + 120.389172, + 36.059394 + ], + [ + 120.37022, + 36.053409 + ], + [ + 120.371089, + 36.044835 + ], + [ + 120.365166, + 36.041398 + ], + [ + 120.35798, + 36.04892 + ], + [ + 120.345661, + 36.043541 + ], + [ + 120.337922, + 36.044633 + ], + [ + 120.342897, + 36.05167 + ], + [ + 120.337527, + 36.054986 + ], + [ + 120.324577, + 36.051104 + ], + [ + 120.324814, + 36.059515 + ], + [ + 120.315969, + 36.059677 + ], + [ + 120.307993, + 36.050214 + ], + [ + 120.296069, + 36.052439 + ], + [ + 120.297649, + 36.045361 + ], + [ + 120.286119, + 36.047181 + ], + [ + 120.290147, + 36.060526 + ], + [ + 120.30136, + 36.071282 + ], + [ + 120.311231, + 36.087614 + ], + [ + 120.312653, + 36.100185 + ], + [ + 120.317549, + 36.108106 + ], + [ + 120.326235, + 36.111662 + ], + [ + 120.333658, + 36.134652 + ], + [ + 120.347004, + 36.155818 + ], + [ + 120.356953, + 36.166076 + ], + [ + 120.358217, + 36.174757 + ], + [ + 120.369509, + 36.177745 + ], + [ + 120.35877, + 36.200312 + ], + [ + 120.336896, + 36.213954 + ], + [ + 120.319997, + 36.232234 + ], + [ + 120.297412, + 36.225455 + ], + [ + 120.293305, + 36.219241 + ], + [ + 120.29828, + 36.203783 + ], + [ + 120.313205, + 36.196316 + ], + [ + 120.310283, + 36.185295 + ], + [ + 120.291489, + 36.185941 + ], + [ + 120.28075, + 36.17932 + ], + [ + 120.276564, + 36.185699 + ], + [ + 120.262982, + 36.182267 + ], + [ + 120.260929, + 36.198415 + ], + [ + 120.244819, + 36.199384 + ], + [ + 120.235027, + 36.189211 + ], + [ + 120.224445, + 36.19131 + ], + [ + 120.217338, + 36.211412 + ], + [ + 120.20723, + 36.211613 + ], + [ + 120.181566, + 36.203945 + ], + [ + 120.164351, + 36.188767 + ], + [ + 120.140345, + 36.173304 + ], + [ + 120.142556, + 36.143539 + ], + [ + 120.128105, + 36.129723 + ], + [ + 120.1086, + 36.12742 + ], + [ + 120.116023, + 36.114046 + ], + [ + 120.116891, + 36.102852 + ], + [ + 120.152111, + 36.095254 + ], + [ + 120.161903, + 36.082682 + ], + [ + 120.173906, + 36.077225 + ], + [ + 120.181645, + 36.066511 + ], + [ + 120.19499, + 36.064206 + ], + [ + 120.231868, + 36.063842 + ], + [ + 120.241345, + 36.060445 + ], + [ + 120.24095, + 36.047828 + ], + [ + 120.230605, + 36.044916 + ], + [ + 120.23479, + 36.030638 + ], + [ + 120.223656, + 36.022385 + ], + [ + 120.223577, + 36.016398 + ], + [ + 120.19886, + 35.99572 + ], + [ + 120.213232, + 35.998351 + ], + [ + 120.244977, + 36.020444 + ], + [ + 120.25698, + 36.024813 + ], + [ + 120.265509, + 36.014011 + ], + [ + 120.256427, + 36.005433 + ], + [ + 120.248768, + 35.992078 + ], + [ + 120.247662, + 35.982567 + ], + [ + 120.254927, + 35.980826 + ], + [ + 120.265588, + 36.001062 + ], + [ + 120.271273, + 35.99394 + ], + [ + 120.278775, + 35.996368 + ], + [ + 120.27459, + 36.004664 + ], + [ + 120.289673, + 36.017086 + ], + [ + 120.309494, + 36.014132 + ], + [ + 120.316522, + 36.002155 + ], + [ + 120.305072, + 35.97184 + ], + [ + 120.284619, + 35.965565 + ], + [ + 120.261718, + 35.965484 + ], + [ + 120.251531, + 35.95937 + ], + [ + 120.246477, + 35.947466 + ], + [ + 120.233132, + 35.941553 + ], + [ + 120.222076, + 35.924947 + ], + [ + 120.209284, + 35.917616 + ], + [ + 120.204388, + 35.910404 + ], + [ + 120.202098, + 35.89205 + ], + [ + 120.185198, + 35.88747 + ], + [ + 120.169405, + 35.888565 + ], + [ + 120.172169, + 35.904408 + ], + [ + 120.184172, + 35.915671 + ], + [ + 120.194438, + 35.93402 + ], + [ + 120.210784, + 35.938435 + ], + [ + 120.207862, + 35.947344 + ], + [ + 120.179276, + 35.936653 + ], + [ + 120.167983, + 35.918426 + ], + [ + 120.15677, + 35.909149 + ], + [ + 120.147768, + 35.907852 + ], + [ + 120.141924, + 35.919438 + ], + [ + 120.142714, + 35.909392 + ], + [ + 120.135843, + 35.905421 + ], + [ + 120.12542, + 35.906718 + ], + [ + 120.123998, + 35.895291 + ], + [ + 120.118392, + 35.888524 + ], + [ + 120.102203, + 35.881918 + ], + [ + 120.084041, + 35.880378 + ], + [ + 120.07875, + 35.885768 + ], + [ + 120.062798, + 35.87134 + ], + [ + 120.036423, + 35.824753 + ], + [ + 120.033264, + 35.806013 + ], + [ + 120.041319, + 35.799198 + ], + [ + 120.049453, + 35.782278 + ], + [ + 120.043135, + 35.776759 + ], + [ + 120.03745, + 35.763041 + ], + [ + 120.037529, + 35.753908 + ], + [ + 120.031369, + 35.752244 + ], + [ + 120.020235, + 35.722239 + ], + [ + 120.011074, + 35.713223 + ], + [ + 120.001519, + 35.720209 + ], + [ + 119.981224, + 35.715335 + ], + [ + 119.986041, + 35.729711 + ], + [ + 119.978461, + 35.739496 + ], + [ + 119.967879, + 35.74108 + ], + [ + 119.969932, + 35.749078 + ], + [ + 119.959982, + 35.759104 + ], + [ + 119.937081, + 35.763407 + ], + [ + 119.924841, + 35.758252 + ], + [ + 119.920735, + 35.737548 + ], + [ + 119.930369, + 35.728899 + ], + [ + 119.949321, + 35.729873 + ], + [ + 119.953349, + 35.72561 + ], + [ + 119.952954, + 35.713142 + ], + [ + 119.94482, + 35.705506 + ], + [ + 119.923894, + 35.696529 + ], + [ + 119.910864, + 35.674305 + ], + [ + 119.912285, + 35.660651 + ], + [ + 119.927921, + 35.65045 + ], + [ + 119.925157, + 35.63736 + ], + [ + 119.902493, + 35.63297 + ], + [ + 119.894597, + 35.628742 + ], + [ + 119.877619, + 35.610972 + ], + [ + 119.868379, + 35.608817 + ], + [ + 119.851717, + 35.622074 + ], + [ + 119.844768, + 35.623619 + ], + [ + 119.831422, + 35.618333 + ], + [ + 119.829606, + 35.643702 + ], + [ + 119.824315, + 35.646304 + ], + [ + 119.818472, + 35.63858 + ], + [ + 119.800625, + 35.626465 + ], + [ + 119.802204, + 35.620244 + ], + [ + 119.792649, + 35.615446 + ], + [ + 119.802994, + 35.609183 + ], + [ + 119.800467, + 35.59869 + ], + [ + 119.792649, + 35.59385 + ], + [ + 119.800862, + 35.581891 + ], + [ + 119.786174, + 35.576073 + ], + [ + 119.780172, + 35.58486 + ], + [ + 119.76967, + 35.577212 + ], + [ + 119.762483, + 35.578351 + ], + [ + 119.752849, + 35.588684 + ], + [ + 119.751349, + 35.617845 + ], + [ + 119.729949, + 35.618943 + ], + [ + 119.717946, + 35.615649 + ], + [ + 119.682173, + 35.590027 + ], + [ + 119.662115, + 35.589294 + ], + [ + 119.651455, + 35.588766 + ], + [ + 119.634713, + 35.598731 + ], + [ + 119.614972, + 35.606336 + ], + [ + 119.609286, + 35.59202 + ], + [ + 119.600599, + 35.590271 + ], + [ + 119.592308, + 35.600683 + ], + [ + 119.57762, + 35.586243 + ], + [ + 119.556535, + 35.592508 + ], + [ + 119.538215, + 35.589294 + ], + [ + 119.536872, + 35.606011 + ], + [ + 119.518157, + 35.615446 + ], + [ + 119.517762, + 35.625774 + ], + [ + 119.524474, + 35.632279 + ], + [ + 119.528265, + 35.674305 + ], + [ + 119.519105, + 35.68552 + ], + [ + 119.51484, + 35.697992 + ], + [ + 119.518473, + 35.700632 + ], + [ + 119.521079, + 35.716879 + ], + [ + 119.517762, + 35.723742 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.527317, + 35.723214 + ], + [ + 119.545085, + 35.726747 + ], + [ + 119.560563, + 35.721752 + ], + [ + 119.566485, + 35.714523 + ], + [ + 119.576988, + 35.71237 + ], + [ + 119.588833, + 35.715701 + ], + [ + 119.601231, + 35.709446 + ], + [ + 119.614182, + 35.716675 + ], + [ + 119.624685, + 35.712817 + ], + [ + 119.627843, + 35.722077 + ], + [ + 119.605495, + 35.747454 + ], + [ + 119.591992, + 35.753218 + ], + [ + 119.596256, + 35.773756 + ], + [ + 119.611576, + 35.776597 + ], + [ + 119.617972, + 35.789623 + ], + [ + 119.60897, + 35.799279 + ], + [ + 119.612445, + 35.812707 + ], + [ + 119.622631, + 35.816114 + ], + [ + 119.629344, + 35.833878 + ], + [ + 119.649796, + 35.845191 + ], + [ + 119.664326, + 35.841015 + ], + [ + 119.676014, + 35.842515 + ], + [ + 119.68699, + 35.861814 + ], + [ + 119.704047, + 35.863962 + ], + [ + 119.71834, + 35.853138 + ], + [ + 119.725211, + 35.856746 + ], + [ + 119.72221, + 35.865138 + ], + [ + 119.736898, + 35.86303 + ], + [ + 119.738003, + 35.873123 + ], + [ + 119.727738, + 35.902544 + ], + [ + 119.721262, + 35.906718 + ], + [ + 119.716208, + 35.927337 + ], + [ + 119.701362, + 35.923732 + ], + [ + 119.701757, + 35.944469 + ], + [ + 119.690149, + 35.963702 + ], + [ + 119.684858, + 35.982648 + ], + [ + 119.689122, + 36.000212 + ], + [ + 119.681068, + 36.012068 + ], + [ + 119.706495, + 36.028292 + ], + [ + 119.717314, + 36.044229 + ], + [ + 119.704126, + 36.055269 + ], + [ + 119.695677, + 36.053045 + ], + [ + 119.675698, + 36.064085 + ], + [ + 119.666695, + 36.062993 + ], + [ + 119.633608, + 36.067683 + ], + [ + 119.632187, + 36.091535 + ], + [ + 119.657061, + 36.100872 + ], + [ + 119.657614, + 36.108631 + ], + [ + 119.643716, + 36.127178 + ], + [ + 119.651218, + 36.130531 + ], + [ + 119.649954, + 36.137157 + ], + [ + 119.660852, + 36.154122 + ], + [ + 119.671039, + 36.177866 + ], + [ + 119.681305, + 36.18045 + ], + [ + 119.691728, + 36.176292 + ], + [ + 119.723473, + 36.175565 + ], + [ + 119.732792, + 36.172536 + ], + [ + 119.733818, + 36.163572 + ], + [ + 119.748111, + 36.158645 + ], + [ + 119.772354, + 36.167691 + ], + [ + 119.782778, + 36.165308 + ], + [ + 119.792333, + 36.171648 + ], + [ + 119.813023, + 36.167691 + ], + [ + 119.81326, + 36.175242 + ], + [ + 119.821315, + 36.171285 + ], + [ + 119.82242, + 36.177987 + ], + [ + 119.831738, + 36.180612 + ], + [ + 119.823131, + 36.19894 + ], + [ + 119.828816, + 36.210685 + ], + [ + 119.819498, + 36.211856 + ], + [ + 119.808048, + 36.232839 + ], + [ + 119.82092, + 36.244499 + ], + [ + 119.820446, + 36.257367 + ], + [ + 119.82929, + 36.258859 + ], + [ + 119.83387, + 36.278822 + ], + [ + 119.848795, + 36.292692 + ], + [ + 119.854402, + 36.302328 + ], + [ + 119.862773, + 36.302368 + ], + [ + 119.865379, + 36.308898 + ], + [ + 119.891991, + 36.318773 + ], + [ + 119.896966, + 36.334047 + ], + [ + 119.895939, + 36.34827 + ], + [ + 119.904784, + 36.369942 + ], + [ + 119.90431, + 36.38154 + ], + [ + 119.909837, + 36.384359 + ], + [ + 119.93029, + 36.385165 + ], + [ + 119.936371, + 36.380655 + ], + [ + 119.945452, + 36.384682 + ], + [ + 119.941425, + 36.39503 + ], + [ + 119.926421, + 36.403324 + ], + [ + 119.925236, + 36.419346 + ], + [ + 119.933923, + 36.42007 + ], + [ + 119.935976, + 36.427436 + ], + [ + 119.949795, + 36.446511 + ], + [ + 119.953981, + 36.444217 + ], + [ + 119.968432, + 36.450051 + ], + [ + 119.994175, + 36.450333 + ], + [ + 119.996623, + 36.446309 + ], + [ + 120.011864, + 36.454236 + ], + [ + 120.012812, + 36.467833 + ], + [ + 120.006889, + 36.468799 + ], + [ + 120.004125, + 36.477447 + ], + [ + 120.010758, + 36.484445 + ], + [ + 120.004204, + 36.489512 + ], + [ + 120.010364, + 36.509255 + ], + [ + 119.997571, + 36.504431 + ], + [ + 119.974749, + 36.515688 + ], + [ + 119.971985, + 36.522441 + ], + [ + 119.951375, + 36.519788 + ], + [ + 119.936292, + 36.511507 + ], + [ + 119.936687, + 36.496389 + ], + [ + 119.923025, + 36.495464 + ], + [ + 119.920261, + 36.522079 + ], + [ + 119.917576, + 36.525858 + ], + [ + 119.826763, + 36.54101 + ], + [ + 119.798019, + 36.551619 + ], + [ + 119.784516, + 36.554673 + ], + [ + 119.755929, + 36.565521 + ], + [ + 119.74748, + 36.571788 + ], + [ + 119.72758, + 36.562749 + ], + [ + 119.730107, + 36.581027 + ], + [ + 119.701125, + 36.602634 + ], + [ + 119.681857, + 36.606891 + ], + [ + 119.670328, + 36.616246 + ], + [ + 119.651297, + 36.623633 + ], + [ + 119.625079, + 36.638807 + ], + [ + 119.617025, + 36.652532 + ], + [ + 119.61355, + 36.66453 + ], + [ + 119.607154, + 36.667379 + ], + [ + 119.596651, + 36.689884 + ], + [ + 119.587412, + 36.696101 + ], + [ + 119.579831, + 36.711581 + ], + [ + 119.567433, + 36.713065 + ], + [ + 119.561036, + 36.720884 + ], + [ + 119.547059, + 36.725454 + ], + [ + 119.534977, + 36.743333 + ], + [ + 119.530555, + 36.765256 + ], + [ + 119.532766, + 36.78008 + ], + [ + 119.539162, + 36.787732 + ], + [ + 119.539162, + 36.799949 + ], + [ + 119.550613, + 36.80868 + ], + [ + 119.563721, + 36.802753 + ], + [ + 119.56767, + 36.805717 + ], + [ + 119.597757, + 36.857244 + ], + [ + 119.599652, + 36.878253 + ], + [ + 119.599968, + 36.920614 + ], + [ + 119.5837, + 36.950441 + ], + [ + 119.598072, + 36.989406 + ], + [ + 119.604548, + 36.996038 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.619078, + 37.017848 + ], + [ + 119.61971, + 37.012895 + ], + [ + 119.629344, + 37.01621 + ], + [ + 119.66251, + 37.008262 + ], + [ + 119.681699, + 36.998475 + ], + [ + 119.716998, + 37.007144 + ], + [ + 119.722289, + 36.993401 + ], + [ + 119.731133, + 36.988487 + ], + [ + 119.743057, + 36.992483 + ], + [ + 119.750559, + 36.990844 + ], + [ + 119.769906, + 36.996597 + ], + [ + 119.771881, + 37.006984 + ], + [ + 119.804968, + 37.013814 + ], + [ + 119.820209, + 36.999594 + ], + [ + 119.829606, + 37.002031 + ], + [ + 119.85148, + 37.002031 + ], + [ + 119.900045, + 36.997556 + ], + [ + 119.902257, + 36.9948 + ], + [ + 119.923341, + 36.993961 + ], + [ + 119.939608, + 37.004108 + ], + [ + 119.949716, + 37.006185 + ], + [ + 119.961561, + 37.013654 + ], + [ + 119.975618, + 37.011098 + ], + [ + 119.980198, + 37.018088 + ], + [ + 119.993543, + 37.012176 + ], + [ + 120.002309, + 37.013494 + ], + [ + 120.024104, + 36.999913 + ], + [ + 120.035238, + 36.998395 + ], + [ + 120.049374, + 37.020045 + ], + [ + 120.09249, + 37.017928 + ], + [ + 120.101571, + 37.014293 + ], + [ + 120.123051, + 37.01645 + ], + [ + 120.138134, + 37.022201 + ], + [ + 120.142319, + 37.015292 + ], + [ + 120.159929, + 37.013375 + ], + [ + 120.167273, + 37.017968 + ], + [ + 120.166404, + 37.025795 + ], + [ + 120.173037, + 37.034421 + ], + [ + 120.180697, + 37.032544 + ], + [ + 120.189621, + 37.038094 + ], + [ + 120.193411, + 37.034261 + ], + [ + 120.205335, + 37.038374 + ], + [ + 120.21647, + 37.056699 + ], + [ + 120.214101, + 37.07019 + ], + [ + 120.220497, + 37.08711 + ], + [ + 120.229894, + 37.089544 + ], + [ + 120.231237, + 37.106301 + ], + [ + 120.236606, + 37.125965 + ], + [ + 120.245688, + 37.118906 + ], + [ + 120.264087, + 37.114718 + ], + [ + 120.280828, + 37.13111 + ], + [ + 120.303413, + 37.130153 + ], + [ + 120.300176, + 37.119584 + ], + [ + 120.315337, + 37.113043 + ], + [ + 120.320628, + 37.10654 + ], + [ + 120.331684, + 37.111966 + ], + [ + 120.336896, + 37.104267 + ], + [ + 120.336343, + 37.092058 + ], + [ + 120.34574, + 37.087789 + ], + [ + 120.348583, + 37.077094 + ], + [ + 120.357822, + 37.084357 + ], + [ + 120.362244, + 37.100477 + ], + [ + 120.369667, + 37.104626 + ], + [ + 120.388225, + 37.104227 + ], + [ + 120.398096, + 37.096447 + ], + [ + 120.408914, + 37.09517 + ], + [ + 120.412942, + 37.103149 + ], + [ + 120.407098, + 37.112803 + ], + [ + 120.415153, + 37.110569 + ], + [ + 120.439475, + 37.116912 + ], + [ + 120.440265, + 37.122655 + ], + [ + 120.462928, + 37.115157 + ], + [ + 120.478643, + 37.124211 + ], + [ + 120.493015, + 37.126723 + ], + [ + 120.493805, + 37.1345 + ], + [ + 120.505729, + 37.143551 + ], + [ + 120.506834, + 37.148854 + ], + [ + 120.517258, + 37.148974 + ], + [ + 120.527129, + 37.143352 + ], + [ + 120.527998, + 37.136733 + ], + [ + 120.542528, + 37.128677 + ], + [ + 120.547661, + 37.113003 + ], + [ + 120.536368, + 37.081963 + ], + [ + 120.539843, + 37.060371 + ], + [ + 120.533289, + 37.053944 + ], + [ + 120.541738, + 37.044163 + ], + [ + 120.549793, + 37.041288 + ], + [ + 120.558953, + 37.047437 + ], + [ + 120.570877, + 37.046399 + ], + [ + 120.58446, + 37.058136 + ], + [ + 120.586513, + 37.048515 + ], + [ + 120.606176, + 37.047157 + ], + [ + 120.613915, + 37.023839 + ], + [ + 120.601754, + 37.012696 + ], + [ + 120.606413, + 37.001192 + ], + [ + 120.593857, + 36.991244 + ], + [ + 120.582328, + 37.001791 + ], + [ + 120.575931, + 36.999074 + ], + [ + 120.574036, + 36.987568 + ], + [ + 120.568508, + 36.983293 + ], + [ + 120.566534, + 36.96559 + ], + [ + 120.560296, + 36.960674 + ], + [ + 120.563218, + 36.95172 + ], + [ + 120.571114, + 36.948682 + ], + [ + 120.574984, + 36.927053 + ], + [ + 120.592909, + 36.912216 + ], + [ + 120.617389, + 36.911136 + ], + [ + 120.622838, + 36.907377 + ], + [ + 120.622838, + 36.890856 + ], + [ + 120.592909, + 36.882134 + ], + [ + 120.576642, + 36.879894 + ], + [ + 120.57988, + 36.858885 + ], + [ + 120.588408, + 36.859045 + ], + [ + 120.595989, + 36.852681 + ], + [ + 120.58754, + 36.843635 + ], + [ + 120.589751, + 36.838791 + ], + [ + 120.609809, + 36.832906 + ], + [ + 120.612336, + 36.829223 + ], + [ + 120.601517, + 36.804996 + ], + [ + 120.590382, + 36.801552 + ], + [ + 120.563454, + 36.802953 + ], + [ + 120.56377, + 36.795343 + ], + [ + 120.5554, + 36.778718 + ], + [ + 120.540791, + 36.7679 + ], + [ + 120.544502, + 36.76213 + ], + [ + 120.546397, + 36.744616 + ], + [ + 120.560375, + 36.742492 + ], + [ + 120.562586, + 36.736479 + ], + [ + 120.584065, + 36.735236 + ], + [ + 120.58525, + 36.728501 + ], + [ + 120.596542, + 36.708052 + ], + [ + 120.586118, + 36.698829 + ], + [ + 120.589751, + 36.694497 + ], + [ + 120.616521, + 36.689764 + ], + [ + 120.619206, + 36.681541 + ], + [ + 120.631446, + 36.673357 + ], + [ + 120.625128, + 36.671231 + ], + [ + 120.627339, + 36.659836 + ], + [ + 120.642027, + 36.666095 + ], + [ + 120.652135, + 36.663327 + ], + [ + 120.648977, + 36.655863 + ], + [ + 120.660585, + 36.647998 + ], + [ + 120.657426, + 36.626644 + ], + [ + 120.644712, + 36.626524 + ], + [ + 120.643449, + 36.613436 + ], + [ + 120.635947, + 36.597775 + ], + [ + 120.637763, + 36.574199 + ], + [ + 120.664059, + 36.583478 + ], + [ + 120.665402, + 36.587454 + ], + [ + 120.679695, + 36.589181 + ], + [ + 120.702991, + 36.598338 + ], + [ + 120.699121, + 36.60665 + ], + [ + 120.70836, + 36.612914 + ], + [ + 120.708281, + 36.621385 + ], + [ + 120.725733, + 36.624436 + ], + [ + 120.751556, + 36.615042 + ], + [ + 120.757557, + 36.606088 + ], + [ + 120.765533, + 36.607011 + ], + [ + 120.777062, + 36.600546 + ], + [ + 120.779747, + 36.591551 + ], + [ + 120.786223, + 36.589663 + ], + [ + 120.850108, + 36.612271 + ] + ] + ], + [ + [ + [ + 120.584381, + 36.096183 + ], + [ + 120.587461, + 36.099457 + ], + [ + 120.595042, + 36.090282 + ], + [ + 120.579485, + 36.091535 + ], + [ + 120.584381, + 36.096183 + ] + ] + ], + [ + [ + [ + 120.990039, + 36.413348 + ], + [ + 120.981431, + 36.417494 + ], + [ + 120.963663, + 36.41363 + ], + [ + 120.950318, + 36.414757 + ], + [ + 120.948502, + 36.421117 + ], + [ + 120.9639, + 36.424618 + ], + [ + 120.969823, + 36.431581 + ], + [ + 120.978115, + 36.428643 + ], + [ + 120.990039, + 36.413348 + ] + ] + ], + [ + [ + [ + 121.004253, + 36.488306 + ], + [ + 120.988538, + 36.485249 + ], + [ + 120.989881, + 36.492367 + ], + [ + 121.004253, + 36.488306 + ] + ] + ], + [ + [ + [ + 120.877352, + 35.89359 + ], + [ + 120.888802, + 35.897277 + ], + [ + 120.875377, + 35.888443 + ], + [ + 120.877352, + 35.89359 + ] + ] + ], + [ + [ + [ + 119.73524, + 35.595762 + ], + [ + 119.738872, + 35.599666 + ], + [ + 119.743689, + 35.591328 + ], + [ + 119.741873, + 35.583884 + ], + [ + 119.73524, + 35.595762 + ] + ] + ], + [ + [ + [ + 120.158823, + 35.76499 + ], + [ + 120.17209, + 35.785727 + ], + [ + 120.180539, + 35.788649 + ], + [ + 120.184725, + 35.766978 + ], + [ + 120.192858, + 35.757156 + ], + [ + 120.187962, + 35.748712 + ], + [ + 120.173037, + 35.741405 + ], + [ + 120.158665, + 35.744896 + ], + [ + 120.155428, + 35.751838 + ], + [ + 120.158823, + 35.76499 + ] + ] + ], + [ + [ + [ + 120.775088, + 36.237963 + ], + [ + 120.777457, + 36.222308 + ], + [ + 120.76806, + 36.230701 + ], + [ + 120.775088, + 36.237963 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370300, + "name": "淄博市", + "center": [ + 118.047648, + 36.814939 + ], + "centroid": [ + 118.058672, + 36.610968 + ], + "childrenNum": 8, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.718006, + 36.697826 + ], + [ + 117.725666, + 36.695219 + ], + [ + 117.754173, + 36.696944 + ], + [ + 117.777942, + 36.695219 + ], + [ + 117.78197, + 36.70304 + ], + [ + 117.793025, + 36.707451 + ], + [ + 117.795157, + 36.719761 + ], + [ + 117.810161, + 36.734394 + ], + [ + 117.820743, + 36.756359 + ], + [ + 117.826429, + 36.763011 + ], + [ + 117.834404, + 36.751871 + ], + [ + 117.832983, + 36.744816 + ], + [ + 117.852488, + 36.750708 + ], + [ + 117.850672, + 36.764735 + ], + [ + 117.840327, + 36.777516 + ], + [ + 117.825639, + 36.775834 + ], + [ + 117.824297, + 36.787933 + ], + [ + 117.815531, + 36.788573 + ], + [ + 117.814662, + 36.797306 + ], + [ + 117.820901, + 36.801511 + ], + [ + 117.822085, + 36.825139 + ], + [ + 117.831877, + 36.836629 + ], + [ + 117.828008, + 36.855883 + ], + [ + 117.832825, + 36.859966 + ], + [ + 117.856594, + 36.859926 + ], + [ + 117.865597, + 36.866529 + ], + [ + 117.875152, + 36.861246 + ], + [ + 117.891103, + 36.864408 + ], + [ + 117.891814, + 36.871811 + ], + [ + 117.917005, + 36.86973 + ], + [ + 117.9189, + 36.880094 + ], + [ + 117.929719, + 36.890216 + ], + [ + 117.940616, + 36.891616 + ], + [ + 117.9403, + 36.901177 + ], + [ + 117.950645, + 36.902137 + ], + [ + 117.960674, + 36.910376 + ], + [ + 117.96178, + 36.922494 + ], + [ + 117.949145, + 36.918375 + ], + [ + 117.94338, + 36.930012 + ], + [ + 117.935404, + 36.915736 + ], + [ + 117.936115, + 36.93489 + ], + [ + 117.931772, + 36.941886 + ], + [ + 117.913372, + 36.953679 + ], + [ + 117.910292, + 36.962592 + ], + [ + 117.911951, + 36.975141 + ], + [ + 117.906581, + 36.981695 + ], + [ + 117.870493, + 36.985451 + ], + [ + 117.866623, + 36.993282 + ], + [ + 117.866386, + 37.007024 + ], + [ + 117.870493, + 37.013375 + ], + [ + 117.865992, + 37.023719 + ], + [ + 117.841827, + 37.026354 + ], + [ + 117.840327, + 37.035539 + ], + [ + 117.847355, + 37.065959 + ], + [ + 117.800369, + 37.070789 + ], + [ + 117.771783, + 37.069032 + ], + [ + 117.761991, + 37.065839 + ], + [ + 117.739801, + 37.064921 + ], + [ + 117.726692, + 37.068753 + ], + [ + 117.703002, + 37.068673 + ], + [ + 117.673942, + 37.073143 + ], + [ + 117.644645, + 37.083878 + ], + [ + 117.619375, + 37.090103 + ], + [ + 117.608477, + 37.090622 + ], + [ + 117.590946, + 37.084996 + ], + [ + 117.575074, + 37.089185 + ], + [ + 117.567888, + 37.11029 + ], + [ + 117.576969, + 37.114758 + ], + [ + 117.574442, + 37.12106 + ], + [ + 117.557464, + 37.124211 + ], + [ + 117.551305, + 37.146781 + ], + [ + 117.574284, + 37.151366 + ], + [ + 117.586366, + 37.160216 + ], + [ + 117.592052, + 37.169624 + ], + [ + 117.598212, + 37.203058 + ], + [ + 117.615348, + 37.212699 + ], + [ + 117.627193, + 37.228074 + ], + [ + 117.63043, + 37.247269 + ], + [ + 117.644329, + 37.265862 + ], + [ + 117.659491, + 37.274101 + ], + [ + 117.675995, + 37.270121 + ], + [ + 117.693447, + 37.257661 + ], + [ + 117.729851, + 37.249101 + ], + [ + 117.760333, + 37.244959 + ], + [ + 117.773678, + 37.244959 + ], + [ + 117.782128, + 37.248702 + ], + [ + 117.818848, + 37.276012 + ], + [ + 117.83859, + 37.282659 + ], + [ + 117.850909, + 37.28246 + ], + [ + 117.8776, + 37.273027 + ], + [ + 117.888497, + 37.262319 + ], + [ + 117.909266, + 37.265065 + ], + [ + 117.941327, + 37.280549 + ], + [ + 117.948829, + 37.26829 + ], + [ + 117.947013, + 37.262159 + ], + [ + 117.963833, + 37.271753 + ], + [ + 117.990603, + 37.262358 + ], + [ + 117.990761, + 37.248981 + ], + [ + 117.996446, + 37.246273 + ], + [ + 117.981048, + 37.238429 + ], + [ + 117.973862, + 37.216483 + ], + [ + 117.98089, + 37.218674 + ], + [ + 117.984364, + 37.210349 + ], + [ + 117.994393, + 37.212699 + ], + [ + 118.010898, + 37.20756 + ], + [ + 118.019584, + 37.210309 + ], + [ + 118.022348, + 37.2221 + ], + [ + 118.036799, + 37.220905 + ], + [ + 118.046275, + 37.216324 + ], + [ + 118.048012, + 37.205568 + ], + [ + 118.064122, + 37.21007 + ], + [ + 118.074072, + 37.204094 + ], + [ + 118.077941, + 37.188953 + ], + [ + 118.082995, + 37.185605 + ], + [ + 118.071545, + 37.177675 + ], + [ + 118.074467, + 37.170341 + ], + [ + 118.062385, + 37.162528 + ], + [ + 118.059858, + 37.151087 + ], + [ + 118.065069, + 37.139564 + ], + [ + 118.079679, + 37.120781 + ], + [ + 118.068623, + 37.115875 + ], + [ + 118.057252, + 37.106141 + ], + [ + 118.045485, + 37.105982 + ], + [ + 118.045959, + 37.098202 + ], + [ + 118.056857, + 37.093654 + ], + [ + 118.063016, + 37.082841 + ], + [ + 118.086075, + 37.091899 + ], + [ + 118.111187, + 37.094652 + ], + [ + 118.115925, + 37.100636 + ], + [ + 118.130455, + 37.091101 + ], + [ + 118.136062, + 37.077773 + ], + [ + 118.13622, + 37.06536 + ], + [ + 118.156909, + 37.065281 + ], + [ + 118.15762, + 37.057776 + ], + [ + 118.150829, + 37.054743 + ], + [ + 118.15146, + 37.047038 + ], + [ + 118.139615, + 37.044363 + ], + [ + 118.139299, + 37.033103 + ], + [ + 118.134008, + 37.025955 + ], + [ + 118.139299, + 37.014693 + ], + [ + 118.138983, + 37.005985 + ], + [ + 118.153198, + 37.000512 + ], + [ + 118.15146, + 36.988527 + ], + [ + 118.161331, + 36.988567 + ], + [ + 118.160936, + 36.981934 + ], + [ + 118.192918, + 36.977739 + ], + [ + 118.195209, + 36.967348 + ], + [ + 118.209739, + 36.963152 + ], + [ + 118.222531, + 36.967109 + ], + [ + 118.231376, + 36.974822 + ], + [ + 118.235087, + 36.98557 + ], + [ + 118.247327, + 36.98613 + ], + [ + 118.250802, + 37.002949 + ], + [ + 118.262568, + 37.00271 + ], + [ + 118.271412, + 37.006744 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.291628, + 36.995878 + ], + [ + 118.294629, + 36.969666 + ], + [ + 118.312476, + 36.970905 + ], + [ + 118.322347, + 36.974502 + ], + [ + 118.324637, + 36.964751 + ], + [ + 118.3443, + 36.960714 + ], + [ + 118.352276, + 36.974582 + ], + [ + 118.384652, + 36.974382 + ], + [ + 118.387574, + 36.971305 + ], + [ + 118.386548, + 36.950481 + ], + [ + 118.401788, + 36.949802 + ], + [ + 118.40321, + 36.943125 + ], + [ + 118.439061, + 36.942206 + ], + [ + 118.467411, + 36.945484 + ], + [ + 118.494339, + 36.941846 + ], + [ + 118.492365, + 36.931611 + ], + [ + 118.496708, + 36.924733 + ], + [ + 118.48968, + 36.914096 + ], + [ + 118.481862, + 36.914136 + ], + [ + 118.474913, + 36.905297 + ], + [ + 118.483046, + 36.900777 + ], + [ + 118.482809, + 36.879214 + ], + [ + 118.476966, + 36.876893 + ], + [ + 118.465042, + 36.861366 + ], + [ + 118.479967, + 36.860166 + ], + [ + 118.480993, + 36.852641 + ], + [ + 118.460462, + 36.846597 + ], + [ + 118.461488, + 36.854322 + ], + [ + 118.453828, + 36.857564 + ], + [ + 118.450038, + 36.83747 + ], + [ + 118.435508, + 36.838391 + ], + [ + 118.44072, + 36.828142 + ], + [ + 118.438666, + 36.809682 + ], + [ + 118.424531, + 36.802673 + ], + [ + 118.419872, + 36.796304 + ], + [ + 118.388522, + 36.791217 + ], + [ + 118.350222, + 36.768301 + ], + [ + 118.321636, + 36.770905 + ], + [ + 118.318161, + 36.77972 + ], + [ + 118.307501, + 36.776234 + ], + [ + 118.297788, + 36.777677 + ], + [ + 118.298183, + 36.753914 + ], + [ + 118.279546, + 36.753033 + ], + [ + 118.27157, + 36.744015 + ], + [ + 118.276151, + 36.731749 + ], + [ + 118.284363, + 36.72337 + ], + [ + 118.277019, + 36.719801 + ], + [ + 118.264147, + 36.72373 + ], + [ + 118.254276, + 36.731789 + ], + [ + 118.234219, + 36.726457 + ], + [ + 118.227743, + 36.717957 + ], + [ + 118.237614, + 36.712704 + ], + [ + 118.227585, + 36.697625 + ], + [ + 118.238246, + 36.697305 + ], + [ + 118.245037, + 36.690647 + ], + [ + 118.228059, + 36.694016 + ], + [ + 118.21653, + 36.6811 + ], + [ + 118.215819, + 36.668262 + ], + [ + 118.226796, + 36.668382 + ], + [ + 118.230191, + 36.660357 + ], + [ + 118.221189, + 36.664169 + ], + [ + 118.215898, + 36.648921 + ], + [ + 118.199631, + 36.639047 + ], + [ + 118.20658, + 36.637482 + ], + [ + 118.214793, + 36.621144 + ], + [ + 118.200657, + 36.612071 + ], + [ + 118.189523, + 36.599141 + ], + [ + 118.180363, + 36.593599 + ], + [ + 118.176967, + 36.582996 + ], + [ + 118.180678, + 36.577412 + ], + [ + 118.180915, + 36.5607 + ], + [ + 118.183916, + 36.561142 + ], + [ + 118.191892, + 36.546074 + ], + [ + 118.214556, + 36.539322 + ], + [ + 118.221663, + 36.531887 + ], + [ + 118.210844, + 36.526099 + ], + [ + 118.213766, + 36.513075 + ], + [ + 118.210528, + 36.503466 + ], + [ + 118.218346, + 36.497354 + ], + [ + 118.212818, + 36.490075 + ], + [ + 118.216135, + 36.478573 + ], + [ + 118.229638, + 36.467793 + ], + [ + 118.233508, + 36.456609 + ], + [ + 118.22719, + 36.451379 + ], + [ + 118.232797, + 36.432869 + ], + [ + 118.228533, + 36.430736 + ], + [ + 118.224427, + 36.414234 + ], + [ + 118.227427, + 36.408034 + ], + [ + 118.250407, + 36.411214 + ], + [ + 118.251592, + 36.401995 + ], + [ + 118.235403, + 36.389634 + ], + [ + 118.239825, + 36.376748 + ], + [ + 118.256093, + 36.363175 + ], + [ + 118.262726, + 36.352218 + ], + [ + 118.261857, + 36.345852 + ], + [ + 118.269912, + 36.339849 + ], + [ + 118.300157, + 36.338116 + ], + [ + 118.291075, + 36.326189 + ], + [ + 118.304105, + 36.321393 + ], + [ + 118.30908, + 36.307125 + ], + [ + 118.315477, + 36.304464 + ], + [ + 118.310107, + 36.295716 + ], + [ + 118.317609, + 36.288903 + ], + [ + 118.31366, + 36.277371 + ], + [ + 118.315003, + 36.266361 + ], + [ + 118.306948, + 36.252123 + ], + [ + 118.31524, + 36.24938 + ], + [ + 118.350775, + 36.263538 + ], + [ + 118.368385, + 36.248412 + ], + [ + 118.379756, + 36.245265 + ], + [ + 118.386548, + 36.239053 + ], + [ + 118.382046, + 36.207335 + ], + [ + 118.374387, + 36.203097 + ], + [ + 118.387653, + 36.174555 + ], + [ + 118.402262, + 36.162926 + ], + [ + 118.405263, + 36.141641 + ], + [ + 118.402183, + 36.131622 + ], + [ + 118.412844, + 36.127218 + ], + [ + 118.428953, + 36.132672 + ], + [ + 118.440956, + 36.132511 + ], + [ + 118.447116, + 36.140913 + ], + [ + 118.457303, + 36.13247 + ], + [ + 118.462594, + 36.14059 + ], + [ + 118.487863, + 36.131784 + ], + [ + 118.492601, + 36.127057 + ], + [ + 118.479493, + 36.118814 + ], + [ + 118.484468, + 36.104064 + ], + [ + 118.478545, + 36.098245 + ], + [ + 118.482099, + 36.092546 + ], + [ + 118.48044, + 36.074071 + ], + [ + 118.496866, + 36.067683 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.516608, + 36.068573 + ], + [ + 118.513449, + 36.064085 + ], + [ + 118.522214, + 36.05349 + ], + [ + 118.522609, + 36.043622 + ], + [ + 118.516845, + 36.026107 + ], + [ + 118.507447, + 36.029789 + ], + [ + 118.503341, + 36.024246 + ], + [ + 118.489206, + 36.025784 + ], + [ + 118.476097, + 36.031407 + ], + [ + 118.469859, + 36.022992 + ], + [ + 118.476571, + 36.012797 + ], + [ + 118.487074, + 36.005797 + ], + [ + 118.49268, + 35.995437 + ], + [ + 118.486521, + 35.988759 + ], + [ + 118.499393, + 35.976212 + ], + [ + 118.505157, + 35.965808 + ], + [ + 118.502157, + 35.962488 + ], + [ + 118.470964, + 35.960868 + ], + [ + 118.459356, + 35.952689 + ], + [ + 118.430612, + 35.969694 + ], + [ + 118.415213, + 35.990783 + ], + [ + 118.387021, + 35.987586 + ], + [ + 118.382283, + 35.975078 + ], + [ + 118.360725, + 35.970908 + ], + [ + 118.352828, + 35.956698 + ], + [ + 118.344774, + 35.955888 + ], + [ + 118.320136, + 35.946575 + ], + [ + 118.314134, + 35.950827 + ], + [ + 118.303552, + 35.948923 + ], + [ + 118.293523, + 35.937503 + ], + [ + 118.281362, + 35.935964 + ], + [ + 118.26928, + 35.928512 + ], + [ + 118.257593, + 35.925717 + ], + [ + 118.257119, + 35.930699 + ], + [ + 118.245906, + 35.932157 + ], + [ + 118.236904, + 35.939245 + ], + [ + 118.236351, + 35.947749 + ], + [ + 118.22569, + 35.948235 + ], + [ + 118.209897, + 35.955767 + ], + [ + 118.207054, + 35.964391 + ], + [ + 118.193787, + 35.974026 + ], + [ + 118.206106, + 35.97864 + ], + [ + 118.197578, + 36.004947 + ], + [ + 118.178388, + 36.017005 + ], + [ + 118.135588, + 36.02364 + ], + [ + 118.132666, + 36.030436 + ], + [ + 118.10937, + 36.030031 + ], + [ + 118.096104, + 36.024246 + ], + [ + 118.093261, + 36.014618 + ], + [ + 118.084338, + 36.012149 + ], + [ + 118.078415, + 36.017652 + ], + [ + 118.075888, + 36.009034 + ], + [ + 118.066807, + 36.009155 + ], + [ + 118.058989, + 35.992968 + ], + [ + 118.042248, + 35.986371 + ], + [ + 118.032693, + 35.974268 + ], + [ + 118.03293, + 35.964998 + ], + [ + 118.02298, + 35.958965 + ], + [ + 118.021084, + 35.949004 + ], + [ + 117.988471, + 35.947709 + ], + [ + 117.984443, + 35.956293 + ], + [ + 117.992577, + 35.971273 + ], + [ + 117.971414, + 35.969937 + ], + [ + 117.953962, + 35.957913 + ], + [ + 117.947013, + 35.960382 + ], + [ + 117.946065, + 35.970949 + ], + [ + 117.937221, + 35.98119 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.950803, + 35.996489 + ], + [ + 117.94338, + 36.017288 + ], + [ + 117.949855, + 36.018259 + ], + [ + 117.946855, + 36.04253 + ], + [ + 117.932798, + 36.052196 + ], + [ + 117.935799, + 36.061214 + ], + [ + 117.948829, + 36.062589 + ], + [ + 117.94188, + 36.071807 + ], + [ + 117.946223, + 36.08151 + ], + [ + 117.953172, + 36.081833 + ], + [ + 117.954041, + 36.090201 + ], + [ + 117.946618, + 36.100387 + ], + [ + 117.939984, + 36.094324 + ], + [ + 117.931535, + 36.094203 + ], + [ + 117.921111, + 36.110005 + ], + [ + 117.923875, + 36.1174 + ], + [ + 117.91203, + 36.132753 + ], + [ + 117.914162, + 36.140631 + ], + [ + 117.90666, + 36.152708 + ], + [ + 117.917873, + 36.16337 + ], + [ + 117.912109, + 36.171648 + ], + [ + 117.903027, + 36.172092 + ], + [ + 117.915899, + 36.192562 + ], + [ + 117.914636, + 36.200837 + ], + [ + 117.921664, + 36.203662 + ], + [ + 117.928534, + 36.196558 + ], + [ + 117.943933, + 36.207981 + ], + [ + 117.959332, + 36.204308 + ], + [ + 117.967781, + 36.21464 + ], + [ + 117.96328, + 36.224971 + ], + [ + 117.96707, + 36.248251 + ], + [ + 117.975362, + 36.262328 + ], + [ + 117.972993, + 36.268378 + ], + [ + 117.943696, + 36.274064 + ], + [ + 117.932719, + 36.271846 + ], + [ + 117.926797, + 36.277532 + ], + [ + 117.93114, + 36.283742 + ], + [ + 117.922533, + 36.300514 + ], + [ + 117.924823, + 36.313171 + ], + [ + 117.918347, + 36.317725 + ], + [ + 117.919611, + 36.324738 + ], + [ + 117.933509, + 36.334369 + ], + [ + 117.933904, + 36.341219 + ], + [ + 117.915346, + 36.352903 + ], + [ + 117.902633, + 36.352057 + ], + [ + 117.893472, + 36.339446 + ], + [ + 117.89521, + 36.359227 + ], + [ + 117.890314, + 36.366035 + ], + [ + 117.882101, + 36.35673 + ], + [ + 117.879732, + 36.370626 + ], + [ + 117.867492, + 36.386373 + ], + [ + 117.859279, + 36.389433 + ], + [ + 117.855094, + 36.412945 + ], + [ + 117.829508, + 36.417776 + ], + [ + 117.826823, + 36.427114 + ], + [ + 117.833062, + 36.44301 + ], + [ + 117.822717, + 36.44305 + ], + [ + 117.817268, + 36.436129 + ], + [ + 117.799343, + 36.432265 + ], + [ + 117.7965, + 36.43963 + ], + [ + 117.786471, + 36.434277 + ], + [ + 117.779838, + 36.441239 + ], + [ + 117.755752, + 36.445303 + ], + [ + 117.763491, + 36.452868 + ], + [ + 117.757016, + 36.459144 + ], + [ + 117.765544, + 36.469845 + ], + [ + 117.748566, + 36.478694 + ], + [ + 117.757332, + 36.484485 + ], + [ + 117.755673, + 36.496228 + ], + [ + 117.743118, + 36.498439 + ], + [ + 117.735853, + 36.504993 + ], + [ + 117.751646, + 36.509979 + ], + [ + 117.765544, + 36.509496 + ], + [ + 117.76586, + 36.512994 + ], + [ + 117.750777, + 36.524652 + ], + [ + 117.742486, + 36.525737 + ], + [ + 117.739406, + 36.539925 + ], + [ + 117.72377, + 36.54732 + ], + [ + 117.720849, + 36.560057 + ], + [ + 117.694315, + 36.568896 + ], + [ + 117.696132, + 36.575042 + ], + [ + 117.706792, + 36.581469 + ], + [ + 117.715321, + 36.578537 + ], + [ + 117.706792, + 36.593559 + ], + [ + 117.715163, + 36.600546 + ], + [ + 117.697869, + 36.599422 + ], + [ + 117.690525, + 36.604883 + ], + [ + 117.705055, + 36.605807 + ], + [ + 117.706555, + 36.611549 + ], + [ + 117.714926, + 36.610545 + ], + [ + 117.715321, + 36.627527 + ], + [ + 117.70853, + 36.635154 + ], + [ + 117.712241, + 36.642258 + ], + [ + 117.709003, + 36.651569 + ], + [ + 117.698027, + 36.652974 + ], + [ + 117.695184, + 36.666978 + ], + [ + 117.701265, + 36.685191 + ], + [ + 117.715637, + 36.691208 + ], + [ + 117.718006, + 36.697826 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370400, + "name": "枣庄市", + "center": [ + 117.557964, + 34.856424 + ], + "centroid": [ + 117.39817, + 34.916234 + ], + "childrenNum": 6, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.392342, + 34.574909 + ], + [ + 117.393922, + 34.587676 + ], + [ + 117.398976, + 34.588335 + ], + [ + 117.397949, + 34.604393 + ], + [ + 117.407978, + 34.610651 + ], + [ + 117.4109, + 34.623454 + ], + [ + 117.402687, + 34.628434 + ], + [ + 117.384051, + 34.628228 + ], + [ + 117.376707, + 34.622301 + ], + [ + 117.374022, + 34.636172 + ], + [ + 117.366915, + 34.650246 + ], + [ + 117.354201, + 34.653538 + ], + [ + 117.35657, + 34.661643 + ], + [ + 117.346067, + 34.670982 + ], + [ + 117.329247, + 34.677359 + ], + [ + 117.335485, + 34.692454 + ], + [ + 117.324272, + 34.697307 + ], + [ + 117.326167, + 34.703434 + ], + [ + 117.310611, + 34.717333 + ], + [ + 117.304609, + 34.714866 + ], + [ + 117.278787, + 34.715647 + ], + [ + 117.271443, + 34.726501 + ], + [ + 117.253675, + 34.721444 + ], + [ + 117.242067, + 34.729995 + ], + [ + 117.236697, + 34.746355 + ], + [ + 117.22422, + 34.745533 + ], + [ + 117.212927, + 34.761027 + ], + [ + 117.191369, + 34.780914 + ], + [ + 117.180551, + 34.784201 + ], + [ + 117.176523, + 34.779065 + ], + [ + 117.162467, + 34.782105 + ], + [ + 117.172733, + 34.799194 + ], + [ + 117.180314, + 34.800221 + ], + [ + 117.194686, + 34.816239 + ], + [ + 117.17755, + 34.828722 + ], + [ + 117.156623, + 34.834306 + ], + [ + 117.140593, + 34.846499 + ], + [ + 117.139013, + 34.854052 + ], + [ + 117.125826, + 34.863451 + ], + [ + 117.12093, + 34.903581 + ], + [ + 117.110111, + 34.90514 + ], + [ + 117.111059, + 34.917774 + ], + [ + 117.103399, + 34.937459 + ], + [ + 117.082551, + 34.934917 + ], + [ + 117.073707, + 34.925485 + ], + [ + 117.06123, + 34.930406 + ], + [ + 117.05815, + 34.926961 + ], + [ + 117.041093, + 34.925157 + ], + [ + 117.043462, + 34.932825 + ], + [ + 117.038487, + 34.937869 + ], + [ + 117.017719, + 34.942503 + ], + [ + 116.989448, + 34.93873 + ], + [ + 116.980367, + 34.941027 + ], + [ + 116.9671, + 34.951072 + ], + [ + 116.955334, + 34.967142 + ], + [ + 116.943015, + 34.975627 + ], + [ + 116.954466, + 34.993331 + ], + [ + 116.956993, + 35.01054 + ], + [ + 116.951702, + 35.020618 + ], + [ + 116.937172, + 35.0275 + ], + [ + 116.907875, + 35.046995 + ], + [ + 116.900767, + 35.05977 + ], + [ + 116.881183, + 35.058133 + ], + [ + 116.880473, + 35.062595 + ], + [ + 116.900373, + 35.068737 + ], + [ + 116.888212, + 35.085193 + ], + [ + 116.888922, + 35.093829 + ], + [ + 116.863179, + 35.091496 + ], + [ + 116.848649, + 35.103774 + ], + [ + 116.832065, + 35.123783 + ], + [ + 116.825748, + 35.147631 + ], + [ + 116.81793, + 35.150699 + ], + [ + 116.813192, + 35.159573 + ], + [ + 116.81564, + 35.170777 + ], + [ + 116.811218, + 35.17736 + ], + [ + 116.832776, + 35.184392 + ], + [ + 116.85394, + 35.16861 + ], + [ + 116.86618, + 35.172617 + ], + [ + 116.876603, + 35.188031 + ], + [ + 116.898398, + 35.195757 + ], + [ + 116.904716, + 35.182471 + ], + [ + 116.913718, + 35.178791 + ], + [ + 116.925721, + 35.182266 + ], + [ + 116.938277, + 35.172168 + ], + [ + 116.962047, + 35.177319 + ], + [ + 116.969706, + 35.187377 + ], + [ + 116.995687, + 35.1978 + ], + [ + 117.014639, + 35.214844 + ], + [ + 117.028774, + 35.221219 + ], + [ + 117.053333, + 35.224202 + ], + [ + 117.065336, + 35.22792 + ], + [ + 117.092896, + 35.220361 + ], + [ + 117.104899, + 35.221464 + ], + [ + 117.123536, + 35.23078 + ], + [ + 117.152675, + 35.232047 + ], + [ + 117.176681, + 35.243159 + ], + [ + 117.199108, + 35.24749 + ], + [ + 117.204873, + 35.258518 + ], + [ + 117.220824, + 35.26489 + ], + [ + 117.269231, + 35.261296 + ], + [ + 117.262203, + 35.287472 + ], + [ + 117.284472, + 35.294331 + ], + [ + 117.290079, + 35.299394 + ], + [ + 117.305794, + 35.295229 + ], + [ + 117.311163, + 35.28588 + ], + [ + 117.314085, + 35.302129 + ], + [ + 117.308557, + 35.312579 + ], + [ + 117.318034, + 35.320252 + ], + [ + 117.347568, + 35.315109 + ], + [ + 117.359571, + 35.318375 + ], + [ + 117.399528, + 35.306374 + ], + [ + 117.403635, + 35.301394 + ], + [ + 117.406004, + 35.283348 + ], + [ + 117.419191, + 35.273997 + ], + [ + 117.426456, + 35.261786 + ], + [ + 117.439486, + 35.258927 + ], + [ + 117.449752, + 35.246795 + ], + [ + 117.448331, + 35.231842 + ], + [ + 117.468073, + 35.228369 + ], + [ + 117.480628, + 35.222771 + ], + [ + 117.494843, + 35.205893 + ], + [ + 117.507162, + 35.198986 + ], + [ + 117.526825, + 35.200621 + ], + [ + 117.528009, + 35.184351 + ], + [ + 117.548462, + 35.161741 + ], + [ + 117.556043, + 35.161291 + ], + [ + 117.570336, + 35.168365 + ], + [ + 117.58376, + 35.164317 + ], + [ + 117.586208, + 35.152989 + ], + [ + 117.591025, + 35.152539 + ], + [ + 117.600344, + 35.135524 + ], + [ + 117.604371, + 35.13401 + ], + [ + 117.623007, + 35.113063 + ], + [ + 117.650725, + 35.092724 + ], + [ + 117.656885, + 35.077497 + ], + [ + 117.676469, + 35.065543 + ], + [ + 117.69321, + 35.06018 + ], + [ + 117.707345, + 35.052318 + ], + [ + 117.704423, + 35.031227 + ], + [ + 117.736247, + 35.031514 + ], + [ + 117.744618, + 35.022748 + ], + [ + 117.737985, + 35.013203 + ], + [ + 117.728035, + 35.008041 + ], + [ + 117.726534, + 34.979561 + ], + [ + 117.719506, + 34.968331 + ], + [ + 117.724323, + 34.958329 + ], + [ + 117.714689, + 34.947833 + ], + [ + 117.712004, + 34.934999 + ], + [ + 117.704265, + 34.933605 + ], + [ + 117.698501, + 34.919989 + ], + [ + 117.70466, + 34.906699 + ], + [ + 117.715163, + 34.896238 + ], + [ + 117.729298, + 34.876994 + ], + [ + 117.742407, + 34.874163 + ], + [ + 117.75291, + 34.857623 + ], + [ + 117.763175, + 34.848839 + ], + [ + 117.795315, + 34.835907 + ], + [ + 117.803686, + 34.830734 + ], + [ + 117.798632, + 34.810653 + ], + [ + 117.77739, + 34.801248 + ], + [ + 117.784023, + 34.79484 + ], + [ + 117.784576, + 34.780667 + ], + [ + 117.79958, + 34.768875 + ], + [ + 117.830614, + 34.760246 + ], + [ + 117.830061, + 34.740888 + ], + [ + 117.823665, + 34.72868 + ], + [ + 117.825244, + 34.713139 + ], + [ + 117.831719, + 34.707793 + ], + [ + 117.825639, + 34.684392 + ], + [ + 117.819243, + 34.681842 + ], + [ + 117.805818, + 34.646254 + ], + [ + 117.793657, + 34.651768 + ], + [ + 117.796026, + 34.637736 + ], + [ + 117.793657, + 34.625594 + ], + [ + 117.798553, + 34.621848 + ], + [ + 117.791446, + 34.585082 + ], + [ + 117.794605, + 34.559751 + ], + [ + 117.793499, + 34.548463 + ], + [ + 117.799185, + 34.535155 + ], + [ + 117.801712, + 34.518753 + ], + [ + 117.790498, + 34.518918 + ], + [ + 117.773994, + 34.529056 + ], + [ + 117.748645, + 34.533383 + ], + [ + 117.700712, + 34.54525 + ], + [ + 117.684523, + 34.547351 + ], + [ + 117.681996, + 34.529551 + ], + [ + 117.673389, + 34.515827 + ], + [ + 117.659096, + 34.501071 + ], + [ + 117.647014, + 34.492908 + ], + [ + 117.642039, + 34.496825 + ], + [ + 117.629246, + 34.488538 + ], + [ + 117.609662, + 34.490476 + ], + [ + 117.603187, + 34.476828 + ], + [ + 117.592289, + 34.462518 + ], + [ + 117.569783, + 34.463054 + ], + [ + 117.561334, + 34.471962 + ], + [ + 117.54783, + 34.475179 + ], + [ + 117.538275, + 34.46722 + ], + [ + 117.513005, + 34.472581 + ], + [ + 117.493263, + 34.472663 + ], + [ + 117.487341, + 34.466354 + ], + [ + 117.48663, + 34.482065 + ], + [ + 117.48205, + 34.48594 + ], + [ + 117.465467, + 34.48458 + ], + [ + 117.45141, + 34.506264 + ], + [ + 117.438223, + 34.516445 + ], + [ + 117.439486, + 34.520031 + ], + [ + 117.426772, + 34.525224 + ], + [ + 117.424482, + 34.537009 + ], + [ + 117.403793, + 34.546898 + ], + [ + 117.402529, + 34.569431 + ], + [ + 117.392342, + 34.574909 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370500, + "name": "东营市", + "center": [ + 118.66471, + 37.434564 + ], + "centroid": [ + 118.625299, + 37.636119 + ], + "childrenNum": 5, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.039928, + 37.304466 + ], + [ + 118.856959, + 37.293842 + ], + [ + 118.821897, + 37.288788 + ], + [ + 118.777991, + 37.280112 + ], + [ + 118.728399, + 37.252764 + ], + [ + 118.709684, + 37.241256 + ], + [ + 118.680624, + 37.229269 + ], + [ + 118.672332, + 37.215129 + ], + [ + 118.668779, + 37.198436 + ], + [ + 118.660408, + 37.187877 + ], + [ + 118.649274, + 37.189112 + ], + [ + 118.645483, + 37.178153 + ], + [ + 118.633638, + 37.171178 + ], + [ + 118.634191, + 37.163366 + ], + [ + 118.64572, + 37.159579 + ], + [ + 118.649195, + 37.164243 + ], + [ + 118.653617, + 37.149692 + ], + [ + 118.673754, + 37.144309 + ], + [ + 118.667041, + 37.11392 + ], + [ + 118.668384, + 37.091539 + ], + [ + 118.665146, + 37.081763 + ], + [ + 118.655512, + 37.082681 + ], + [ + 118.654091, + 37.076935 + ], + [ + 118.632138, + 37.070429 + ], + [ + 118.631901, + 37.066757 + ], + [ + 118.610895, + 37.063005 + ], + [ + 118.591469, + 37.068474 + ], + [ + 118.580414, + 37.063325 + ], + [ + 118.561303, + 37.063325 + ], + [ + 118.557592, + 37.051469 + ], + [ + 118.56004, + 37.041408 + ], + [ + 118.545431, + 37.038494 + ], + [ + 118.545826, + 37.023519 + ], + [ + 118.57149, + 37.022081 + ], + [ + 118.588389, + 37.017409 + ], + [ + 118.583572, + 37.008422 + ], + [ + 118.590206, + 37.001351 + ], + [ + 118.571174, + 37.004148 + ], + [ + 118.566199, + 36.999034 + ], + [ + 118.580493, + 36.994999 + ], + [ + 118.564146, + 36.99416 + ], + [ + 118.553959, + 37.000233 + ], + [ + 118.552301, + 36.979657 + ], + [ + 118.559803, + 36.977059 + ], + [ + 118.557434, + 36.96539 + ], + [ + 118.560751, + 36.946564 + ], + [ + 118.55467, + 36.938368 + ], + [ + 118.537771, + 36.936769 + ], + [ + 118.52711, + 36.939687 + ], + [ + 118.524583, + 36.945284 + ], + [ + 118.503183, + 36.944285 + ], + [ + 118.503736, + 36.95156 + ], + [ + 118.47665, + 36.957077 + ], + [ + 118.467411, + 36.945484 + ], + [ + 118.439061, + 36.942206 + ], + [ + 118.40321, + 36.943125 + ], + [ + 118.401788, + 36.949802 + ], + [ + 118.386548, + 36.950481 + ], + [ + 118.387574, + 36.971305 + ], + [ + 118.384652, + 36.974382 + ], + [ + 118.352276, + 36.974582 + ], + [ + 118.3443, + 36.960714 + ], + [ + 118.324637, + 36.964751 + ], + [ + 118.322347, + 36.974502 + ], + [ + 118.312476, + 36.970905 + ], + [ + 118.294629, + 36.969666 + ], + [ + 118.291628, + 36.995878 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.28997, + 37.00946 + ], + [ + 118.308212, + 37.019885 + ], + [ + 118.310186, + 37.028231 + ], + [ + 118.3259, + 37.035459 + ], + [ + 118.324558, + 37.046279 + ], + [ + 118.337588, + 37.053904 + ], + [ + 118.338535, + 37.072265 + ], + [ + 118.332928, + 37.081923 + ], + [ + 118.338851, + 37.093894 + ], + [ + 118.338298, + 37.10311 + ], + [ + 118.349354, + 37.101753 + ], + [ + 118.338219, + 37.123134 + ], + [ + 118.346116, + 37.123931 + ], + [ + 118.340667, + 37.131748 + ], + [ + 118.347616, + 37.139803 + ], + [ + 118.356224, + 37.139325 + ], + [ + 118.361594, + 37.148495 + ], + [ + 118.366569, + 37.146781 + ], + [ + 118.377545, + 37.154157 + ], + [ + 118.380467, + 37.175164 + ], + [ + 118.387574, + 37.177834 + ], + [ + 118.383389, + 37.190587 + ], + [ + 118.376598, + 37.196962 + ], + [ + 118.375966, + 37.206126 + ], + [ + 118.3642, + 37.210189 + ], + [ + 118.346669, + 37.233252 + ], + [ + 118.350459, + 37.243765 + ], + [ + 118.36033, + 37.244561 + ], + [ + 118.368385, + 37.258576 + ], + [ + 118.375729, + 37.258497 + ], + [ + 118.372096, + 37.273703 + ], + [ + 118.36262, + 37.273783 + ], + [ + 118.368069, + 37.279594 + ], + [ + 118.358277, + 37.280669 + ], + [ + 118.355197, + 37.286997 + ], + [ + 118.342168, + 37.287076 + ], + [ + 118.342168, + 37.295075 + ], + [ + 118.325584, + 37.296866 + ], + [ + 118.326058, + 37.306535 + ], + [ + 118.319741, + 37.305978 + ], + [ + 118.31524, + 37.31477 + ], + [ + 118.315398, + 37.352514 + ], + [ + 118.287285, + 37.352434 + ], + [ + 118.291865, + 37.358518 + ], + [ + 118.286495, + 37.362772 + ], + [ + 118.273624, + 37.360029 + ], + [ + 118.262015, + 37.364283 + ], + [ + 118.258541, + 37.37911 + ], + [ + 118.245827, + 37.376646 + ], + [ + 118.245353, + 37.367781 + ], + [ + 118.222768, + 37.367861 + ], + [ + 118.217951, + 37.371478 + ], + [ + 118.216925, + 37.385191 + ], + [ + 118.202, + 37.382409 + ], + [ + 118.161015, + 37.362573 + ], + [ + 118.156198, + 37.364322 + ], + [ + 118.154935, + 37.377401 + ], + [ + 118.141668, + 37.376487 + ], + [ + 118.135509, + 37.384834 + ], + [ + 118.144037, + 37.392822 + ], + [ + 118.16141, + 37.389961 + ], + [ + 118.160147, + 37.399618 + ], + [ + 118.165596, + 37.4082 + ], + [ + 118.163937, + 37.416742 + ], + [ + 118.14996, + 37.438351 + ], + [ + 118.136141, + 37.441688 + ], + [ + 118.114898, + 37.439742 + ], + [ + 118.118531, + 37.456182 + ], + [ + 118.125322, + 37.45912 + ], + [ + 118.112766, + 37.463528 + ], + [ + 118.120426, + 37.480757 + ], + [ + 118.128481, + 37.483694 + ], + [ + 118.127849, + 37.491831 + ], + [ + 118.135035, + 37.496752 + ], + [ + 118.134245, + 37.507387 + ], + [ + 118.139378, + 37.507427 + ], + [ + 118.136772, + 37.516791 + ], + [ + 118.142537, + 37.518933 + ], + [ + 118.150987, + 37.530517 + ], + [ + 118.156988, + 37.530358 + ], + [ + 118.159831, + 37.539164 + ], + [ + 118.173255, + 37.546858 + ], + [ + 118.176098, + 37.557129 + ], + [ + 118.173176, + 37.563593 + ], + [ + 118.141431, + 37.556297 + ], + [ + 118.134166, + 37.558478 + ], + [ + 118.13922, + 37.571364 + ], + [ + 118.131324, + 37.571285 + ], + [ + 118.127612, + 37.578103 + ], + [ + 118.134877, + 37.590035 + ], + [ + 118.148696, + 37.594078 + ], + [ + 118.146722, + 37.599943 + ], + [ + 118.154935, + 37.605491 + ], + [ + 118.157462, + 37.62035 + ], + [ + 118.154935, + 37.628036 + ], + [ + 118.163542, + 37.63069 + ], + [ + 118.165596, + 37.644633 + ], + [ + 118.172545, + 37.644079 + ], + [ + 118.177125, + 37.657623 + ], + [ + 118.195445, + 37.661742 + ], + [ + 118.200657, + 37.667404 + ], + [ + 118.207449, + 37.661583 + ], + [ + 118.22569, + 37.663682 + ], + [ + 118.239431, + 37.65596 + ], + [ + 118.246459, + 37.658376 + ], + [ + 118.260989, + 37.654614 + ], + [ + 118.2846, + 37.662058 + ], + [ + 118.293129, + 37.670096 + ], + [ + 118.294076, + 37.678529 + ], + [ + 118.305132, + 37.683122 + ], + [ + 118.3045, + 37.690722 + ], + [ + 118.316187, + 37.714151 + ], + [ + 118.319425, + 37.712924 + ], + [ + 118.31753, + 37.728395 + ], + [ + 118.337509, + 37.729502 + ], + [ + 118.341931, + 37.74667 + ], + [ + 118.353697, + 37.750151 + ], + [ + 118.353065, + 37.75814 + ], + [ + 118.340667, + 37.763913 + ], + [ + 118.340588, + 37.774391 + ], + [ + 118.348406, + 37.790719 + ], + [ + 118.36191, + 37.792063 + ], + [ + 118.352355, + 37.814274 + ], + [ + 118.356382, + 37.820834 + ], + [ + 118.344932, + 37.824627 + ], + [ + 118.346116, + 37.832371 + ], + [ + 118.334271, + 37.832134 + ], + [ + 118.340193, + 37.838059 + ], + [ + 118.328111, + 37.865272 + ], + [ + 118.313265, + 37.861521 + ], + [ + 118.301657, + 37.870208 + ], + [ + 118.286337, + 37.8569 + ], + [ + 118.269754, + 37.853109 + ], + [ + 118.258304, + 37.844182 + ], + [ + 118.258146, + 37.854886 + ], + [ + 118.247643, + 37.871788 + ], + [ + 118.248749, + 37.858164 + ], + [ + 118.239115, + 37.868708 + ], + [ + 118.236588, + 37.884501 + ], + [ + 118.243142, + 37.895673 + ], + [ + 118.235403, + 37.905343 + ], + [ + 118.232718, + 37.922509 + ], + [ + 118.225611, + 37.923417 + ], + [ + 118.226954, + 37.939672 + ], + [ + 118.224742, + 37.950559 + ], + [ + 118.215503, + 37.949376 + ], + [ + 118.213529, + 37.95541 + ], + [ + 118.223479, + 37.959788 + ], + [ + 118.220873, + 37.98258 + ], + [ + 118.22956, + 37.986444 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.40779, + 38.026212 + ], + [ + 118.419951, + 38.025503 + ], + [ + 118.419319, + 38.053119 + ], + [ + 118.410001, + 38.053277 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.230665, + 38.056743 + ], + [ + 118.226638, + 38.079583 + ], + [ + 118.235324, + 38.082969 + ], + [ + 118.245511, + 38.103322 + ], + [ + 118.241247, + 38.112138 + ], + [ + 118.227664, + 38.119262 + ], + [ + 118.236272, + 38.125754 + ], + [ + 118.245432, + 38.144286 + ], + [ + 118.274334, + 38.138542 + ], + [ + 118.330717, + 38.125046 + ], + [ + 118.360172, + 38.120954 + ], + [ + 118.38023, + 38.119931 + ], + [ + 118.39097, + 38.123315 + ], + [ + 118.404078, + 38.120914 + ], + [ + 118.420425, + 38.107337 + ], + [ + 118.43148, + 38.106274 + ], + [ + 118.449722, + 38.124259 + ], + [ + 118.461409, + 38.126659 + ], + [ + 118.483204, + 38.123236 + ], + [ + 118.504526, + 38.113909 + ], + [ + 118.513212, + 38.10466 + ], + [ + 118.517081, + 38.088363 + ], + [ + 118.526321, + 38.071314 + ], + [ + 118.534533, + 38.063517 + ], + [ + 118.552459, + 38.055679 + ], + [ + 118.565568, + 38.060209 + ], + [ + 118.597629, + 38.078993 + ], + [ + 118.603946, + 38.101354 + ], + [ + 118.607816, + 38.12906 + ], + [ + 118.62582, + 38.138306 + ], + [ + 118.726425, + 38.154238 + ], + [ + 118.777754, + 38.156952 + ], + [ + 118.811474, + 38.15762 + ], + [ + 118.853721, + 38.154985 + ], + [ + 118.877491, + 38.149596 + ], + [ + 118.908051, + 38.139368 + ], + [ + 118.931426, + 38.127486 + ], + [ + 118.958512, + 38.110131 + ], + [ + 118.974068, + 38.09415 + ], + [ + 118.985282, + 38.062099 + ], + [ + 118.996495, + 38.013996 + ], + [ + 119.00455, + 37.992278 + ], + [ + 119.045297, + 37.967597 + ], + [ + 119.110604, + 37.921365 + ], + [ + 119.120554, + 37.897054 + ], + [ + 119.122844, + 37.866536 + ], + [ + 119.128293, + 37.855992 + ], + [ + 119.126555, + 37.845723 + ], + [ + 119.119764, + 37.839442 + ], + [ + 119.121501, + 37.827511 + ], + [ + 119.128293, + 37.814393 + ], + [ + 119.15451, + 37.80645 + ], + [ + 119.180254, + 37.809098 + ], + [ + 119.204734, + 37.815618 + ], + [ + 119.217605, + 37.810244 + ], + [ + 119.219974, + 37.793723 + ], + [ + 119.21421, + 37.769647 + ], + [ + 119.215394, + 37.76332 + ], + [ + 119.225344, + 37.752998 + ], + [ + 119.275252, + 37.739353 + ], + [ + 119.278963, + 37.729819 + ], + [ + 119.275726, + 37.717435 + ], + [ + 119.26009, + 37.702398 + ], + [ + 119.247218, + 37.698519 + ], + [ + 119.22487, + 37.697332 + ], + [ + 119.196916, + 37.699073 + ], + [ + 119.138006, + 37.705128 + ], + [ + 119.107129, + 37.703941 + ], + [ + 119.080122, + 37.696382 + ], + [ + 119.047509, + 37.679044 + ], + [ + 119.020186, + 37.657227 + ], + [ + 118.997206, + 37.632592 + ], + [ + 118.972331, + 37.594474 + ], + [ + 118.9518, + 37.556019 + ], + [ + 118.939638, + 37.527066 + ], + [ + 118.942955, + 37.497466 + ], + [ + 118.958275, + 37.454912 + ], + [ + 118.973121, + 37.404346 + ], + [ + 118.977385, + 37.382052 + ], + [ + 118.982597, + 37.378077 + ], + [ + 119.003444, + 37.383403 + ], + [ + 119.012842, + 37.376089 + ], + [ + 119.009841, + 37.370763 + ], + [ + 118.985598, + 37.365754 + ], + [ + 118.981412, + 37.35983 + ], + [ + 118.98694, + 37.339511 + ], + [ + 119.001233, + 37.318748 + ], + [ + 119.010315, + 37.313218 + ], + [ + 119.039928, + 37.304466 + ] + ] + ], + [ + [ + [ + 118.410001, + 38.053277 + ], + [ + 118.40779, + 38.026212 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.410001, + 38.053277 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370600, + "name": "烟台市", + "center": [ + 121.391382, + 37.539297 + ], + "centroid": [ + 120.805129, + 37.241857 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.576514, + 37.127561 + ], + [ + 119.629423, + 37.142116 + ], + [ + 119.678541, + 37.157984 + ], + [ + 119.68628, + 37.15611 + ], + [ + 119.687069, + 37.14395 + ], + [ + 119.698598, + 37.127002 + ], + [ + 119.744795, + 37.135257 + ], + [ + 119.754034, + 37.147459 + ], + [ + 119.771091, + 37.160456 + ], + [ + 119.780488, + 37.175204 + ], + [ + 119.790517, + 37.185008 + ], + [ + 119.80789, + 37.196404 + ], + [ + 119.822104, + 37.220068 + ], + [ + 119.83008, + 37.225724 + ], + [ + 119.865063, + 37.233969 + ], + [ + 119.877066, + 37.24046 + ], + [ + 119.885989, + 37.252286 + ], + [ + 119.858982, + 37.253719 + ], + [ + 119.860956, + 37.262557 + ], + [ + 119.892149, + 37.263911 + ], + [ + 119.895781, + 37.275495 + ], + [ + 119.887332, + 37.283972 + ], + [ + 119.889227, + 37.298457 + ], + [ + 119.883383, + 37.310871 + ], + [ + 119.874697, + 37.313099 + ], + [ + 119.869406, + 37.321016 + ], + [ + 119.85306, + 37.326226 + ], + [ + 119.848085, + 37.337323 + ], + [ + 119.838214, + 37.34309 + ], + [ + 119.842715, + 37.361341 + ], + [ + 119.839714, + 37.37112 + ], + [ + 119.843978, + 37.376725 + ], + [ + 119.927131, + 37.386702 + ], + [ + 119.937397, + 37.393339 + ], + [ + 119.949874, + 37.42004 + ], + [ + 119.986357, + 37.425681 + ], + [ + 120.012654, + 37.442919 + ], + [ + 120.06493, + 37.449114 + ], + [ + 120.086252, + 37.465275 + ], + [ + 120.108758, + 37.470515 + ], + [ + 120.144372, + 37.481908 + ], + [ + 120.194517, + 37.512982 + ], + [ + 120.199492, + 37.524646 + ], + [ + 120.222313, + 37.532857 + ], + [ + 120.235975, + 37.548128 + ], + [ + 120.246793, + 37.556614 + ], + [ + 120.208178, + 37.588648 + ], + [ + 120.217575, + 37.603787 + ], + [ + 120.210152, + 37.616745 + ], + [ + 120.215048, + 37.621143 + ], + [ + 120.24861, + 37.623876 + ], + [ + 120.265667, + 37.628868 + ], + [ + 120.2723, + 37.63683 + ], + [ + 120.273563, + 37.650891 + ], + [ + 120.269299, + 37.658495 + ], + [ + 120.244661, + 37.657703 + ], + [ + 120.232895, + 37.662138 + ], + [ + 120.220339, + 37.672036 + ], + [ + 120.216154, + 37.686605 + ], + [ + 120.227209, + 37.693611 + ], + [ + 120.341555, + 37.693215 + ], + [ + 120.368246, + 37.698005 + ], + [ + 120.386408, + 37.707701 + ], + [ + 120.437817, + 37.74141 + ], + [ + 120.447924, + 37.754659 + ], + [ + 120.47201, + 37.757626 + ], + [ + 120.482354, + 37.755015 + ], + [ + 120.518443, + 37.750586 + ], + [ + 120.528235, + 37.757151 + ], + [ + 120.579959, + 37.760868 + ], + [ + 120.595357, + 37.767551 + ], + [ + 120.621654, + 37.790877 + ], + [ + 120.63421, + 37.796371 + ], + [ + 120.657031, + 37.793051 + ], + [ + 120.733393, + 37.833556 + ], + [ + 120.743185, + 37.833082 + ], + [ + 120.754241, + 37.837506 + ], + [ + 120.762611, + 37.829961 + ], + [ + 120.778563, + 37.831146 + ], + [ + 120.797278, + 37.827709 + ], + [ + 120.811887, + 37.822098 + ], + [ + 120.832972, + 37.821624 + ], + [ + 120.865112, + 37.832963 + ], + [ + 120.890381, + 37.832963 + ], + [ + 120.900489, + 37.823679 + ], + [ + 120.915019, + 37.824034 + ], + [ + 120.921653, + 37.819885 + ], + [ + 120.935788, + 37.822375 + ], + [ + 120.94637, + 37.813405 + ], + [ + 120.947712, + 37.798624 + ], + [ + 120.941158, + 37.793367 + ], + [ + 120.943448, + 37.78554 + ], + [ + 120.952924, + 37.776882 + ], + [ + 120.975588, + 37.762371 + ], + [ + 120.995724, + 37.759049 + ], + [ + 121.016098, + 37.741766 + ], + [ + 121.019573, + 37.731085 + ], + [ + 121.037735, + 37.718583 + ], + [ + 121.055108, + 37.715734 + ], + [ + 121.064584, + 37.717119 + ], + [ + 121.068375, + 37.72519 + ], + [ + 121.075482, + 37.717791 + ], + [ + 121.096329, + 37.722698 + ], + [ + 121.139841, + 37.723054 + ], + [ + 121.148527, + 37.719651 + ], + [ + 121.159583, + 37.70687 + ], + [ + 121.160057, + 37.699034 + ], + [ + 121.146079, + 37.678846 + ], + [ + 121.142684, + 37.661267 + ], + [ + 121.156582, + 37.657386 + ], + [ + 121.161715, + 37.646336 + ], + [ + 121.150107, + 37.628987 + ], + [ + 121.149554, + 37.619875 + ], + [ + 121.16977, + 37.600617 + ], + [ + 121.182483, + 37.594276 + ], + [ + 121.215887, + 37.583098 + ], + [ + 121.251264, + 37.581116 + ], + [ + 121.304963, + 37.582979 + ], + [ + 121.354791, + 37.596178 + ], + [ + 121.361583, + 37.600855 + ], + [ + 121.358266, + 37.616467 + ], + [ + 121.344289, + 37.627759 + ], + [ + 121.349264, + 37.635206 + ], + [ + 121.361898, + 37.634216 + ], + [ + 121.374849, + 37.628749 + ], + [ + 121.386142, + 37.627798 + ], + [ + 121.411174, + 37.609494 + ], + [ + 121.43676, + 37.600815 + ], + [ + 121.439603, + 37.596218 + ], + [ + 121.427047, + 37.590788 + ], + [ + 121.411016, + 37.591263 + ], + [ + 121.389774, + 37.59705 + ], + [ + 121.385905, + 37.591303 + ], + [ + 121.395934, + 37.589876 + ], + [ + 121.401066, + 37.557804 + ], + [ + 121.412438, + 37.547652 + ], + [ + 121.436444, + 37.541227 + ], + [ + 121.459819, + 37.522623 + ], + [ + 121.45666, + 37.502665 + ], + [ + 121.46045, + 37.493855 + ], + [ + 121.479245, + 37.474961 + ], + [ + 121.514938, + 37.46186 + ], + [ + 121.532074, + 37.462456 + ], + [ + 121.537207, + 37.451219 + ], + [ + 121.56532, + 37.440377 + ], + [ + 121.571558, + 37.441449 + ], + [ + 121.576059, + 37.460391 + ], + [ + 121.586562, + 37.467299 + ], + [ + 121.599118, + 37.46992 + ], + [ + 121.618939, + 37.481948 + ], + [ + 121.633469, + 37.49318 + ], + [ + 121.653843, + 37.493061 + ], + [ + 121.660239, + 37.487187 + ], + [ + 121.665767, + 37.473453 + ], + [ + 121.747893, + 37.467458 + ], + [ + 121.773084, + 37.466505 + ], + [ + 121.838943, + 37.471468 + ], + [ + 121.887587, + 37.470039 + ], + [ + 121.923992, + 37.473096 + ], + [ + 121.92944, + 37.460868 + ], + [ + 121.929519, + 37.454713 + ], + [ + 121.920438, + 37.429931 + ], + [ + 121.91878, + 37.420755 + ], + [ + 121.908435, + 37.400969 + ], + [ + 121.90038, + 37.391232 + ], + [ + 121.882454, + 37.381694 + ], + [ + 121.870293, + 37.368894 + ], + [ + 121.865239, + 37.336727 + ], + [ + 121.859396, + 37.329249 + ], + [ + 121.834047, + 37.318311 + ], + [ + 121.822281, + 37.303988 + ], + [ + 121.815253, + 37.300447 + ], + [ + 121.794879, + 37.30375 + ], + [ + 121.790615, + 37.299532 + ], + [ + 121.792431, + 37.288469 + ], + [ + 121.784692, + 37.268409 + ], + [ + 121.778296, + 37.260487 + ], + [ + 121.7749, + 37.248225 + ], + [ + 121.757211, + 37.247667 + ], + [ + 121.74813, + 37.241575 + ], + [ + 121.748525, + 37.223255 + ], + [ + 121.755632, + 37.220506 + ], + [ + 121.754527, + 37.212022 + ], + [ + 121.761634, + 37.217997 + ], + [ + 121.769057, + 37.196364 + ], + [ + 121.759738, + 37.19222 + ], + [ + 121.760686, + 37.178831 + ], + [ + 121.749315, + 37.176439 + ], + [ + 121.753895, + 37.172493 + ], + [ + 121.761002, + 37.177954 + ], + [ + 121.767872, + 37.170979 + ], + [ + 121.747656, + 37.135776 + ], + [ + 121.737706, + 37.136175 + ], + [ + 121.733995, + 37.125607 + ], + [ + 121.699328, + 37.125926 + ], + [ + 121.694037, + 37.141239 + ], + [ + 121.683455, + 37.141917 + ], + [ + 121.688983, + 37.133503 + ], + [ + 121.682271, + 37.13127 + ], + [ + 121.683692, + 37.123014 + ], + [ + 121.678007, + 37.121658 + ], + [ + 121.669162, + 37.110649 + ], + [ + 121.666714, + 37.12082 + ], + [ + 121.654316, + 37.121897 + ], + [ + 121.639865, + 37.131908 + ], + [ + 121.638839, + 37.139524 + ], + [ + 121.628889, + 37.137969 + ], + [ + 121.625414, + 37.131908 + ], + [ + 121.612147, + 37.125846 + ], + [ + 121.600539, + 37.141079 + ], + [ + 121.590747, + 37.144269 + ], + [ + 121.585377, + 37.132306 + ], + [ + 121.590352, + 37.128518 + ], + [ + 121.589168, + 37.116712 + ], + [ + 121.580323, + 37.10674 + ], + [ + 121.574954, + 37.110091 + ], + [ + 121.547868, + 37.104945 + ], + [ + 121.49946, + 37.104426 + ], + [ + 121.465425, + 37.12086 + ], + [ + 121.447578, + 37.123333 + ], + [ + 121.441656, + 37.12106 + ], + [ + 121.427363, + 37.100796 + ], + [ + 121.391432, + 37.098282 + ], + [ + 121.382746, + 37.112125 + ], + [ + 121.376823, + 37.115915 + ], + [ + 121.369795, + 37.110889 + ], + [ + 121.351475, + 37.126962 + ], + [ + 121.363715, + 37.129236 + ], + [ + 121.358187, + 37.140282 + ], + [ + 121.348316, + 37.135975 + ], + [ + 121.34113, + 37.127002 + ], + [ + 121.326916, + 37.12768 + ], + [ + 121.317992, + 37.132825 + ], + [ + 121.314044, + 37.141079 + ], + [ + 121.306542, + 37.141996 + ], + [ + 121.287827, + 37.136055 + ], + [ + 121.26153, + 37.117989 + ], + [ + 121.246368, + 37.102631 + ], + [ + 121.243131, + 37.092138 + ], + [ + 121.204279, + 37.07897 + ], + [ + 121.191407, + 37.072026 + ], + [ + 121.192512, + 37.052108 + ], + [ + 121.188011, + 37.041169 + ], + [ + 121.188564, + 37.029948 + ], + [ + 121.19496, + 37.027273 + ], + [ + 121.194565, + 37.019485 + ], + [ + 121.181299, + 37.016131 + ], + [ + 121.177587, + 37.003748 + ], + [ + 121.182404, + 36.99456 + ], + [ + 121.19038, + 36.996558 + ], + [ + 121.209096, + 36.985371 + ], + [ + 121.222915, + 36.986649 + ], + [ + 121.22639, + 36.971065 + ], + [ + 121.233734, + 36.956917 + ], + [ + 121.248501, + 36.953679 + ], + [ + 121.252607, + 36.938088 + ], + [ + 121.263189, + 36.926093 + ], + [ + 121.272191, + 36.927532 + ], + [ + 121.282615, + 36.918535 + ], + [ + 121.304173, + 36.918335 + ], + [ + 121.308358, + 36.905177 + ], + [ + 121.312938, + 36.904097 + ], + [ + 121.347605, + 36.920574 + ], + [ + 121.360951, + 36.921494 + ], + [ + 121.366557, + 36.903617 + ], + [ + 121.36482, + 36.897417 + ], + [ + 121.385431, + 36.877333 + ], + [ + 121.363873, + 36.871651 + ], + [ + 121.357397, + 36.864048 + ], + [ + 121.357239, + 36.852401 + ], + [ + 121.36174, + 36.841273 + ], + [ + 121.373428, + 36.840593 + ], + [ + 121.376665, + 36.830384 + ], + [ + 121.396802, + 36.803834 + ], + [ + 121.395855, + 36.794342 + ], + [ + 121.409121, + 36.790176 + ], + [ + 121.417334, + 36.792739 + ], + [ + 121.450184, + 36.790056 + ], + [ + 121.462424, + 36.784888 + ], + [ + 121.478218, + 36.770825 + ], + [ + 121.460687, + 36.76245 + ], + [ + 121.454291, + 36.752351 + ], + [ + 121.412596, + 36.748103 + ], + [ + 121.394038, + 36.737962 + ], + [ + 121.390406, + 36.728742 + ], + [ + 121.404304, + 36.726457 + ], + [ + 121.410385, + 36.714709 + ], + [ + 121.405489, + 36.704443 + ], + [ + 121.394354, + 36.699029 + ], + [ + 121.374691, + 36.699791 + ], + [ + 121.365531, + 36.711461 + ], + [ + 121.357792, + 36.713105 + ], + [ + 121.318308, + 36.702117 + ], + [ + 121.298724, + 36.702318 + ], + [ + 121.285536, + 36.699871 + ], + [ + 121.274876, + 36.692652 + ], + [ + 121.251896, + 36.671351 + ], + [ + 121.239261, + 36.668342 + ], + [ + 121.220941, + 36.671271 + ], + [ + 121.194881, + 36.653295 + ], + [ + 121.176877, + 36.65482 + ], + [ + 121.161399, + 36.651288 + ], + [ + 121.146079, + 36.640372 + ], + [ + 121.113939, + 36.621907 + ], + [ + 121.07793, + 36.607614 + ], + [ + 121.055582, + 36.592675 + ], + [ + 121.045237, + 36.579581 + ], + [ + 121.02897, + 36.573194 + ], + [ + 121.016019, + 36.574721 + ], + [ + 120.955609, + 36.576087 + ], + [ + 120.928681, + 36.589783 + ], + [ + 120.924495, + 36.596892 + ], + [ + 120.925917, + 36.613837 + ], + [ + 120.90578, + 36.623473 + ], + [ + 120.89504, + 36.622188 + ], + [ + 120.882011, + 36.627086 + ], + [ + 120.847107, + 36.618615 + ], + [ + 120.850108, + 36.612271 + ], + [ + 120.786223, + 36.589663 + ], + [ + 120.779747, + 36.591551 + ], + [ + 120.777062, + 36.600546 + ], + [ + 120.765533, + 36.607011 + ], + [ + 120.757557, + 36.606088 + ], + [ + 120.751556, + 36.615042 + ], + [ + 120.725733, + 36.624436 + ], + [ + 120.708281, + 36.621385 + ], + [ + 120.70836, + 36.612914 + ], + [ + 120.699121, + 36.60665 + ], + [ + 120.702991, + 36.598338 + ], + [ + 120.679695, + 36.589181 + ], + [ + 120.665402, + 36.587454 + ], + [ + 120.664059, + 36.583478 + ], + [ + 120.637763, + 36.574199 + ], + [ + 120.635947, + 36.597775 + ], + [ + 120.643449, + 36.613436 + ], + [ + 120.644712, + 36.626524 + ], + [ + 120.657426, + 36.626644 + ], + [ + 120.660585, + 36.647998 + ], + [ + 120.648977, + 36.655863 + ], + [ + 120.652135, + 36.663327 + ], + [ + 120.642027, + 36.666095 + ], + [ + 120.627339, + 36.659836 + ], + [ + 120.625128, + 36.671231 + ], + [ + 120.631446, + 36.673357 + ], + [ + 120.619206, + 36.681541 + ], + [ + 120.616521, + 36.689764 + ], + [ + 120.589751, + 36.694497 + ], + [ + 120.586118, + 36.698829 + ], + [ + 120.596542, + 36.708052 + ], + [ + 120.58525, + 36.728501 + ], + [ + 120.584065, + 36.735236 + ], + [ + 120.562586, + 36.736479 + ], + [ + 120.560375, + 36.742492 + ], + [ + 120.546397, + 36.744616 + ], + [ + 120.544502, + 36.76213 + ], + [ + 120.540791, + 36.7679 + ], + [ + 120.5554, + 36.778718 + ], + [ + 120.56377, + 36.795343 + ], + [ + 120.563454, + 36.802953 + ], + [ + 120.590382, + 36.801552 + ], + [ + 120.601517, + 36.804996 + ], + [ + 120.612336, + 36.829223 + ], + [ + 120.609809, + 36.832906 + ], + [ + 120.589751, + 36.838791 + ], + [ + 120.58754, + 36.843635 + ], + [ + 120.595989, + 36.852681 + ], + [ + 120.588408, + 36.859045 + ], + [ + 120.57988, + 36.858885 + ], + [ + 120.576642, + 36.879894 + ], + [ + 120.592909, + 36.882134 + ], + [ + 120.622838, + 36.890856 + ], + [ + 120.622838, + 36.907377 + ], + [ + 120.617389, + 36.911136 + ], + [ + 120.592909, + 36.912216 + ], + [ + 120.574984, + 36.927053 + ], + [ + 120.571114, + 36.948682 + ], + [ + 120.563218, + 36.95172 + ], + [ + 120.560296, + 36.960674 + ], + [ + 120.566534, + 36.96559 + ], + [ + 120.568508, + 36.983293 + ], + [ + 120.574036, + 36.987568 + ], + [ + 120.575931, + 36.999074 + ], + [ + 120.582328, + 37.001791 + ], + [ + 120.593857, + 36.991244 + ], + [ + 120.606413, + 37.001192 + ], + [ + 120.601754, + 37.012696 + ], + [ + 120.613915, + 37.023839 + ], + [ + 120.606176, + 37.047157 + ], + [ + 120.586513, + 37.048515 + ], + [ + 120.58446, + 37.058136 + ], + [ + 120.570877, + 37.046399 + ], + [ + 120.558953, + 37.047437 + ], + [ + 120.549793, + 37.041288 + ], + [ + 120.541738, + 37.044163 + ], + [ + 120.533289, + 37.053944 + ], + [ + 120.539843, + 37.060371 + ], + [ + 120.536368, + 37.081963 + ], + [ + 120.547661, + 37.113003 + ], + [ + 120.542528, + 37.128677 + ], + [ + 120.527998, + 37.136733 + ], + [ + 120.527129, + 37.143352 + ], + [ + 120.517258, + 37.148974 + ], + [ + 120.506834, + 37.148854 + ], + [ + 120.505729, + 37.143551 + ], + [ + 120.493805, + 37.1345 + ], + [ + 120.493015, + 37.126723 + ], + [ + 120.478643, + 37.124211 + ], + [ + 120.462928, + 37.115157 + ], + [ + 120.440265, + 37.122655 + ], + [ + 120.439475, + 37.116912 + ], + [ + 120.415153, + 37.110569 + ], + [ + 120.407098, + 37.112803 + ], + [ + 120.412942, + 37.103149 + ], + [ + 120.408914, + 37.09517 + ], + [ + 120.398096, + 37.096447 + ], + [ + 120.388225, + 37.104227 + ], + [ + 120.369667, + 37.104626 + ], + [ + 120.362244, + 37.100477 + ], + [ + 120.357822, + 37.084357 + ], + [ + 120.348583, + 37.077094 + ], + [ + 120.34574, + 37.087789 + ], + [ + 120.336343, + 37.092058 + ], + [ + 120.336896, + 37.104267 + ], + [ + 120.331684, + 37.111966 + ], + [ + 120.320628, + 37.10654 + ], + [ + 120.315337, + 37.113043 + ], + [ + 120.300176, + 37.119584 + ], + [ + 120.303413, + 37.130153 + ], + [ + 120.280828, + 37.13111 + ], + [ + 120.264087, + 37.114718 + ], + [ + 120.245688, + 37.118906 + ], + [ + 120.236606, + 37.125965 + ], + [ + 120.231237, + 37.106301 + ], + [ + 120.229894, + 37.089544 + ], + [ + 120.220497, + 37.08711 + ], + [ + 120.214101, + 37.07019 + ], + [ + 120.21647, + 37.056699 + ], + [ + 120.205335, + 37.038374 + ], + [ + 120.193411, + 37.034261 + ], + [ + 120.189621, + 37.038094 + ], + [ + 120.180697, + 37.032544 + ], + [ + 120.173037, + 37.034421 + ], + [ + 120.166404, + 37.025795 + ], + [ + 120.167273, + 37.017968 + ], + [ + 120.159929, + 37.013375 + ], + [ + 120.142319, + 37.015292 + ], + [ + 120.138134, + 37.022201 + ], + [ + 120.123051, + 37.01645 + ], + [ + 120.101571, + 37.014293 + ], + [ + 120.09249, + 37.017928 + ], + [ + 120.049374, + 37.020045 + ], + [ + 120.035238, + 36.998395 + ], + [ + 120.024104, + 36.999913 + ], + [ + 120.002309, + 37.013494 + ], + [ + 119.993543, + 37.012176 + ], + [ + 119.980198, + 37.018088 + ], + [ + 119.975618, + 37.011098 + ], + [ + 119.961561, + 37.013654 + ], + [ + 119.949716, + 37.006185 + ], + [ + 119.939608, + 37.004108 + ], + [ + 119.923341, + 36.993961 + ], + [ + 119.902257, + 36.9948 + ], + [ + 119.900045, + 36.997556 + ], + [ + 119.85148, + 37.002031 + ], + [ + 119.829606, + 37.002031 + ], + [ + 119.820209, + 36.999594 + ], + [ + 119.804968, + 37.013814 + ], + [ + 119.771881, + 37.006984 + ], + [ + 119.769906, + 36.996597 + ], + [ + 119.750559, + 36.990844 + ], + [ + 119.743057, + 36.992483 + ], + [ + 119.731133, + 36.988487 + ], + [ + 119.722289, + 36.993401 + ], + [ + 119.716998, + 37.007144 + ], + [ + 119.681699, + 36.998475 + ], + [ + 119.66251, + 37.008262 + ], + [ + 119.629344, + 37.01621 + ], + [ + 119.61971, + 37.012895 + ], + [ + 119.619078, + 37.017848 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.613155, + 37.034101 + ], + [ + 119.606048, + 37.04037 + ], + [ + 119.563406, + 37.058495 + ], + [ + 119.559615, + 37.071786 + ], + [ + 119.576198, + 37.087509 + ], + [ + 119.568696, + 37.100157 + ], + [ + 119.576514, + 37.127561 + ] + ] + ], + [ + [ + [ + 121.508621, + 37.55253 + ], + [ + 121.50712, + 37.556892 + ], + [ + 121.520308, + 37.565139 + ], + [ + 121.526625, + 37.562522 + ], + [ + 121.508621, + 37.55253 + ] + ] + ], + [ + [ + [ + 120.728339, + 37.92393 + ], + [ + 120.725733, + 37.928586 + ], + [ + 120.721548, + 37.931308 + ], + [ + 120.722101, + 37.94551 + ], + [ + 120.732446, + 37.948192 + ], + [ + 120.737736, + 37.955174 + ], + [ + 120.746423, + 37.951466 + ], + [ + 120.758031, + 37.929454 + ], + [ + 120.765375, + 37.922904 + ], + [ + 120.759058, + 37.911776 + ], + [ + 120.764901, + 37.896186 + ], + [ + 120.760558, + 37.890581 + ], + [ + 120.753056, + 37.894883 + ], + [ + 120.740974, + 37.908777 + ], + [ + 120.727708, + 37.909448 + ], + [ + 120.721627, + 37.917182 + ], + [ + 120.728339, + 37.92393 + ] + ] + ], + [ + [ + [ + 120.692409, + 37.983842 + ], + [ + 120.685539, + 37.991332 + ], + [ + 120.697147, + 37.995117 + ], + [ + 120.71602, + 37.987311 + ], + [ + 120.724707, + 37.987429 + ], + [ + 120.730787, + 37.974142 + ], + [ + 120.736631, + 37.971146 + ], + [ + 120.732525, + 37.961484 + ], + [ + 120.706465, + 37.966808 + ], + [ + 120.696278, + 37.974024 + ], + [ + 120.692409, + 37.983842 + ] + ] + ], + [ + [ + [ + 120.653004, + 37.980017 + ], + [ + 120.658611, + 37.975483 + ], + [ + 120.653952, + 37.963969 + ], + [ + 120.64416, + 37.964757 + ], + [ + 120.653004, + 37.980017 + ] + ] + ], + [ + [ + [ + 120.452584, + 37.768856 + ], + [ + 120.443976, + 37.770991 + ], + [ + 120.435526, + 37.786608 + ], + [ + 120.453136, + 37.788387 + ], + [ + 120.463323, + 37.786054 + ], + [ + 120.452584, + 37.768856 + ] + ] + ], + [ + [ + [ + 120.682775, + 37.92831 + ], + [ + 120.673536, + 37.929178 + ], + [ + 120.679379, + 37.937147 + ], + [ + 120.678511, + 37.944642 + ], + [ + 120.692804, + 37.94693 + ], + [ + 120.687829, + 37.931308 + ], + [ + 120.682775, + 37.92831 + ] + ] + ], + [ + [ + [ + 120.750687, + 38.150304 + ], + [ + 120.73821, + 38.161711 + ], + [ + 120.738052, + 38.174688 + ], + [ + 120.742554, + 38.198986 + ], + [ + 120.747607, + 38.202759 + ], + [ + 120.753688, + 38.195291 + ], + [ + 120.760321, + 38.176615 + ], + [ + 120.777694, + 38.172565 + ], + [ + 120.787328, + 38.158682 + ], + [ + 120.771456, + 38.156558 + ], + [ + 120.760479, + 38.15939 + ], + [ + 120.750687, + 38.150304 + ] + ] + ], + [ + [ + [ + 120.91881, + 38.34511 + ], + [ + 120.90657, + 38.349778 + ], + [ + 120.895277, + 38.363232 + ], + [ + 120.900015, + 38.3719 + ], + [ + 120.91494, + 38.373429 + ], + [ + 120.913993, + 38.364566 + ], + [ + 120.921021, + 38.362997 + ], + [ + 120.914151, + 38.354682 + ], + [ + 120.91881, + 38.34511 + ] + ] + ], + [ + [ + [ + 120.841342, + 38.335655 + ], + [ + 120.842843, + 38.355898 + ], + [ + 120.85682, + 38.343188 + ], + [ + 120.841342, + 38.335655 + ] + ] + ], + [ + [ + [ + 120.62655, + 37.945786 + ], + [ + 120.604913, + 37.956712 + ], + [ + 120.598279, + 37.970633 + ], + [ + 120.60207, + 37.97848 + ], + [ + 120.614152, + 37.984512 + ], + [ + 120.632472, + 37.978913 + ], + [ + 120.630972, + 37.952018 + ], + [ + 120.62655, + 37.945786 + ] + ] + ], + [ + [ + [ + 120.903332, + 38.381742 + ], + [ + 120.898515, + 38.386487 + ], + [ + 120.91573, + 38.401933 + ], + [ + 120.931997, + 38.391231 + ], + [ + 120.931918, + 38.382291 + ], + [ + 120.922126, + 38.385271 + ], + [ + 120.903332, + 38.381742 + ] + ] + ], + [ + [ + [ + 120.802253, + 38.284041 + ], + [ + 120.797041, + 38.288282 + ], + [ + 120.808492, + 38.311913 + ], + [ + 120.816546, + 38.318075 + ], + [ + 120.835262, + 38.320077 + ], + [ + 120.849871, + 38.310343 + ], + [ + 120.84308, + 38.30057 + ], + [ + 120.82389, + 38.297939 + ], + [ + 120.81552, + 38.288714 + ], + [ + 120.802253, + 38.284041 + ] + ] + ], + [ + [ + [ + 120.943843, + 38.019907 + ], + [ + 120.932708, + 38.026882 + ], + [ + 120.931287, + 38.035353 + ], + [ + 120.94787, + 38.032398 + ], + [ + 120.951108, + 38.02436 + ], + [ + 120.943843, + 38.019907 + ] + ] + ], + [ + [ + [ + 119.821394, + 37.309121 + ], + [ + 119.818867, + 37.31656 + ], + [ + 119.825895, + 37.315168 + ], + [ + 119.821394, + 37.309121 + ] + ] + ], + [ + [ + [ + 121.388668, + 36.266442 + ], + [ + 121.391432, + 36.271926 + ], + [ + 121.396644, + 36.264183 + ], + [ + 121.388668, + 36.266442 + ] + ] + ], + [ + [ + [ + 120.645818, + 38.132011 + ], + [ + 120.637763, + 38.139171 + ], + [ + 120.640922, + 38.148141 + ], + [ + 120.647318, + 38.149557 + ], + [ + 120.653715, + 38.141532 + ], + [ + 120.645818, + 38.132011 + ] + ] + ], + [ + [ + [ + 120.878141, + 38.026961 + ], + [ + 120.87672, + 38.018213 + ], + [ + 120.872693, + 38.027552 + ], + [ + 120.878141, + 38.026961 + ] + ] + ], + [ + [ + [ + 120.645423, + 38.05501 + ], + [ + 120.641238, + 38.061233 + ], + [ + 120.644791, + 38.06966 + ], + [ + 120.652056, + 38.069109 + ], + [ + 120.652767, + 38.058988 + ], + [ + 120.645423, + 38.05501 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370700, + "name": "潍坊市", + "center": [ + 119.107078, + 36.70925 + ], + "centroid": [ + 119.077723, + 36.554349 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 118.467411, + 36.945484 + ], + [ + 118.47665, + 36.957077 + ], + [ + 118.503736, + 36.95156 + ], + [ + 118.503183, + 36.944285 + ], + [ + 118.524583, + 36.945284 + ], + [ + 118.52711, + 36.939687 + ], + [ + 118.537771, + 36.936769 + ], + [ + 118.55467, + 36.938368 + ], + [ + 118.560751, + 36.946564 + ], + [ + 118.557434, + 36.96539 + ], + [ + 118.559803, + 36.977059 + ], + [ + 118.552301, + 36.979657 + ], + [ + 118.553959, + 37.000233 + ], + [ + 118.564146, + 36.99416 + ], + [ + 118.580493, + 36.994999 + ], + [ + 118.566199, + 36.999034 + ], + [ + 118.571174, + 37.004148 + ], + [ + 118.590206, + 37.001351 + ], + [ + 118.583572, + 37.008422 + ], + [ + 118.588389, + 37.017409 + ], + [ + 118.57149, + 37.022081 + ], + [ + 118.545826, + 37.023519 + ], + [ + 118.545431, + 37.038494 + ], + [ + 118.56004, + 37.041408 + ], + [ + 118.557592, + 37.051469 + ], + [ + 118.561303, + 37.063325 + ], + [ + 118.580414, + 37.063325 + ], + [ + 118.591469, + 37.068474 + ], + [ + 118.610895, + 37.063005 + ], + [ + 118.631901, + 37.066757 + ], + [ + 118.632138, + 37.070429 + ], + [ + 118.654091, + 37.076935 + ], + [ + 118.655512, + 37.082681 + ], + [ + 118.665146, + 37.081763 + ], + [ + 118.668384, + 37.091539 + ], + [ + 118.667041, + 37.11392 + ], + [ + 118.673754, + 37.144309 + ], + [ + 118.653617, + 37.149692 + ], + [ + 118.649195, + 37.164243 + ], + [ + 118.64572, + 37.159579 + ], + [ + 118.634191, + 37.163366 + ], + [ + 118.633638, + 37.171178 + ], + [ + 118.645483, + 37.178153 + ], + [ + 118.649274, + 37.189112 + ], + [ + 118.660408, + 37.187877 + ], + [ + 118.668779, + 37.198436 + ], + [ + 118.672332, + 37.215129 + ], + [ + 118.680624, + 37.229269 + ], + [ + 118.709684, + 37.241256 + ], + [ + 118.728399, + 37.252764 + ], + [ + 118.777991, + 37.280112 + ], + [ + 118.821897, + 37.288788 + ], + [ + 118.856959, + 37.293842 + ], + [ + 119.039928, + 37.304466 + ], + [ + 119.045376, + 37.298935 + ], + [ + 119.052089, + 37.276848 + ], + [ + 119.054142, + 37.254953 + ], + [ + 119.066935, + 37.241814 + ], + [ + 119.084465, + 37.239424 + ], + [ + 119.091336, + 37.257581 + ], + [ + 119.108393, + 37.260328 + ], + [ + 119.128214, + 37.254874 + ], + [ + 119.134294, + 37.263314 + ], + [ + 119.135479, + 37.282102 + ], + [ + 119.139032, + 37.288191 + ], + [ + 119.157748, + 37.288191 + ], + [ + 119.16983, + 37.278599 + ], + [ + 119.166513, + 37.27438 + ], + [ + 119.15759, + 37.281226 + ], + [ + 119.142586, + 37.279475 + ], + [ + 119.141559, + 37.262557 + ], + [ + 119.128451, + 37.235721 + ], + [ + 119.136979, + 37.231181 + ], + [ + 119.20426, + 37.280112 + ], + [ + 119.212788, + 37.273305 + ], + [ + 119.190993, + 37.259452 + ], + [ + 119.191941, + 37.254117 + ], + [ + 119.202365, + 37.253759 + ], + [ + 119.204418, + 37.246313 + ], + [ + 119.194231, + 37.221741 + ], + [ + 119.191941, + 37.197639 + ], + [ + 119.205365, + 37.194292 + ], + [ + 119.204102, + 37.21007 + ], + [ + 119.206945, + 37.223175 + ], + [ + 119.222106, + 37.225007 + ], + [ + 119.232767, + 37.221821 + ], + [ + 119.244533, + 37.211424 + ], + [ + 119.261432, + 37.207998 + ], + [ + 119.282201, + 37.21242 + ], + [ + 119.296336, + 37.20505 + ], + [ + 119.298389, + 37.19736 + ], + [ + 119.291519, + 37.177635 + ], + [ + 119.291756, + 37.164801 + ], + [ + 119.297126, + 37.158781 + ], + [ + 119.299337, + 37.142594 + ], + [ + 119.30826, + 37.136733 + ], + [ + 119.320421, + 37.120501 + ], + [ + 119.329582, + 37.115715 + ], + [ + 119.342296, + 37.11735 + ], + [ + 119.351298, + 37.122894 + ], + [ + 119.36567, + 37.126045 + ], + [ + 119.425528, + 37.125447 + ], + [ + 119.445585, + 37.130831 + ], + [ + 119.489729, + 37.13446 + ], + [ + 119.489965, + 37.142355 + ], + [ + 119.479068, + 37.153399 + ], + [ + 119.481832, + 37.155791 + ], + [ + 119.493282, + 37.143591 + ], + [ + 119.493282, + 37.133383 + ], + [ + 119.503153, + 37.128279 + ], + [ + 119.51942, + 37.130312 + ], + [ + 119.576514, + 37.127561 + ], + [ + 119.568696, + 37.100157 + ], + [ + 119.576198, + 37.087509 + ], + [ + 119.559615, + 37.071786 + ], + [ + 119.563406, + 37.058495 + ], + [ + 119.606048, + 37.04037 + ], + [ + 119.613155, + 37.034101 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.604548, + 36.996038 + ], + [ + 119.598072, + 36.989406 + ], + [ + 119.5837, + 36.950441 + ], + [ + 119.599968, + 36.920614 + ], + [ + 119.599652, + 36.878253 + ], + [ + 119.597757, + 36.857244 + ], + [ + 119.56767, + 36.805717 + ], + [ + 119.563721, + 36.802753 + ], + [ + 119.550613, + 36.80868 + ], + [ + 119.539162, + 36.799949 + ], + [ + 119.539162, + 36.787732 + ], + [ + 119.532766, + 36.78008 + ], + [ + 119.530555, + 36.765256 + ], + [ + 119.534977, + 36.743333 + ], + [ + 119.547059, + 36.725454 + ], + [ + 119.561036, + 36.720884 + ], + [ + 119.567433, + 36.713065 + ], + [ + 119.579831, + 36.711581 + ], + [ + 119.587412, + 36.696101 + ], + [ + 119.596651, + 36.689884 + ], + [ + 119.607154, + 36.667379 + ], + [ + 119.61355, + 36.66453 + ], + [ + 119.617025, + 36.652532 + ], + [ + 119.625079, + 36.638807 + ], + [ + 119.651297, + 36.623633 + ], + [ + 119.670328, + 36.616246 + ], + [ + 119.681857, + 36.606891 + ], + [ + 119.701125, + 36.602634 + ], + [ + 119.730107, + 36.581027 + ], + [ + 119.72758, + 36.562749 + ], + [ + 119.74748, + 36.571788 + ], + [ + 119.755929, + 36.565521 + ], + [ + 119.784516, + 36.554673 + ], + [ + 119.798019, + 36.551619 + ], + [ + 119.826763, + 36.54101 + ], + [ + 119.917576, + 36.525858 + ], + [ + 119.920261, + 36.522079 + ], + [ + 119.923025, + 36.495464 + ], + [ + 119.936687, + 36.496389 + ], + [ + 119.936292, + 36.511507 + ], + [ + 119.951375, + 36.519788 + ], + [ + 119.971985, + 36.522441 + ], + [ + 119.974749, + 36.515688 + ], + [ + 119.997571, + 36.504431 + ], + [ + 120.010364, + 36.509255 + ], + [ + 120.004204, + 36.489512 + ], + [ + 120.010758, + 36.484445 + ], + [ + 120.004125, + 36.477447 + ], + [ + 120.006889, + 36.468799 + ], + [ + 120.012812, + 36.467833 + ], + [ + 120.011864, + 36.454236 + ], + [ + 119.996623, + 36.446309 + ], + [ + 119.994175, + 36.450333 + ], + [ + 119.968432, + 36.450051 + ], + [ + 119.953981, + 36.444217 + ], + [ + 119.949795, + 36.446511 + ], + [ + 119.935976, + 36.427436 + ], + [ + 119.933923, + 36.42007 + ], + [ + 119.925236, + 36.419346 + ], + [ + 119.926421, + 36.403324 + ], + [ + 119.941425, + 36.39503 + ], + [ + 119.945452, + 36.384682 + ], + [ + 119.936371, + 36.380655 + ], + [ + 119.93029, + 36.385165 + ], + [ + 119.909837, + 36.384359 + ], + [ + 119.90431, + 36.38154 + ], + [ + 119.904784, + 36.369942 + ], + [ + 119.895939, + 36.34827 + ], + [ + 119.896966, + 36.334047 + ], + [ + 119.891991, + 36.318773 + ], + [ + 119.865379, + 36.308898 + ], + [ + 119.862773, + 36.302368 + ], + [ + 119.854402, + 36.302328 + ], + [ + 119.848795, + 36.292692 + ], + [ + 119.83387, + 36.278822 + ], + [ + 119.82929, + 36.258859 + ], + [ + 119.820446, + 36.257367 + ], + [ + 119.82092, + 36.244499 + ], + [ + 119.808048, + 36.232839 + ], + [ + 119.819498, + 36.211856 + ], + [ + 119.828816, + 36.210685 + ], + [ + 119.823131, + 36.19894 + ], + [ + 119.831738, + 36.180612 + ], + [ + 119.82242, + 36.177987 + ], + [ + 119.821315, + 36.171285 + ], + [ + 119.81326, + 36.175242 + ], + [ + 119.813023, + 36.167691 + ], + [ + 119.792333, + 36.171648 + ], + [ + 119.782778, + 36.165308 + ], + [ + 119.772354, + 36.167691 + ], + [ + 119.748111, + 36.158645 + ], + [ + 119.733818, + 36.163572 + ], + [ + 119.732792, + 36.172536 + ], + [ + 119.723473, + 36.175565 + ], + [ + 119.691728, + 36.176292 + ], + [ + 119.681305, + 36.18045 + ], + [ + 119.671039, + 36.177866 + ], + [ + 119.660852, + 36.154122 + ], + [ + 119.649954, + 36.137157 + ], + [ + 119.651218, + 36.130531 + ], + [ + 119.643716, + 36.127178 + ], + [ + 119.657614, + 36.108631 + ], + [ + 119.657061, + 36.100872 + ], + [ + 119.632187, + 36.091535 + ], + [ + 119.633608, + 36.067683 + ], + [ + 119.666695, + 36.062993 + ], + [ + 119.675698, + 36.064085 + ], + [ + 119.695677, + 36.053045 + ], + [ + 119.704126, + 36.055269 + ], + [ + 119.717314, + 36.044229 + ], + [ + 119.706495, + 36.028292 + ], + [ + 119.681068, + 36.012068 + ], + [ + 119.689122, + 36.000212 + ], + [ + 119.684858, + 35.982648 + ], + [ + 119.690149, + 35.963702 + ], + [ + 119.701757, + 35.944469 + ], + [ + 119.701362, + 35.923732 + ], + [ + 119.716208, + 35.927337 + ], + [ + 119.721262, + 35.906718 + ], + [ + 119.727738, + 35.902544 + ], + [ + 119.738003, + 35.873123 + ], + [ + 119.736898, + 35.86303 + ], + [ + 119.72221, + 35.865138 + ], + [ + 119.725211, + 35.856746 + ], + [ + 119.71834, + 35.853138 + ], + [ + 119.704047, + 35.863962 + ], + [ + 119.68699, + 35.861814 + ], + [ + 119.676014, + 35.842515 + ], + [ + 119.664326, + 35.841015 + ], + [ + 119.649796, + 35.845191 + ], + [ + 119.629344, + 35.833878 + ], + [ + 119.622631, + 35.816114 + ], + [ + 119.612445, + 35.812707 + ], + [ + 119.60897, + 35.799279 + ], + [ + 119.617972, + 35.789623 + ], + [ + 119.611576, + 35.776597 + ], + [ + 119.596256, + 35.773756 + ], + [ + 119.591992, + 35.753218 + ], + [ + 119.605495, + 35.747454 + ], + [ + 119.627843, + 35.722077 + ], + [ + 119.624685, + 35.712817 + ], + [ + 119.614182, + 35.716675 + ], + [ + 119.601231, + 35.709446 + ], + [ + 119.588833, + 35.715701 + ], + [ + 119.576988, + 35.71237 + ], + [ + 119.566485, + 35.714523 + ], + [ + 119.560563, + 35.721752 + ], + [ + 119.545085, + 35.726747 + ], + [ + 119.527317, + 35.723214 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.504101, + 35.752325 + ], + [ + 119.48807, + 35.754599 + ], + [ + 119.48657, + 35.771646 + ], + [ + 119.496599, + 35.779235 + ], + [ + 119.493282, + 35.789866 + ], + [ + 119.482385, + 35.799725 + ], + [ + 119.464696, + 35.80861 + ], + [ + 119.455693, + 35.809056 + ], + [ + 119.444322, + 35.804026 + ], + [ + 119.427739, + 35.802078 + ], + [ + 119.397731, + 35.786823 + ], + [ + 119.390466, + 35.778707 + ], + [ + 119.375857, + 35.770712 + ], + [ + 119.368829, + 35.770834 + ], + [ + 119.374041, + 35.816154 + ], + [ + 119.372382, + 35.830025 + ], + [ + 119.358247, + 35.84511 + ], + [ + 119.371435, + 35.860476 + ], + [ + 119.360695, + 35.884066 + ], + [ + 119.345533, + 35.893792 + ], + [ + 119.315999, + 35.887552 + ], + [ + 119.298153, + 35.893022 + ], + [ + 119.294441, + 35.911336 + ], + [ + 119.281964, + 35.910202 + ], + [ + 119.240427, + 35.884269 + ], + [ + 119.217053, + 35.879527 + ], + [ + 119.190598, + 35.879446 + ], + [ + 119.169119, + 35.894846 + ], + [ + 119.161854, + 35.894481 + ], + [ + 119.158221, + 35.882486 + ], + [ + 119.135637, + 35.892982 + ], + [ + 119.144718, + 35.904449 + ], + [ + 119.151746, + 35.905502 + ], + [ + 119.169672, + 35.91721 + ], + [ + 119.183412, + 35.91875 + ], + [ + 119.179385, + 35.926163 + ], + [ + 119.182623, + 35.962285 + ], + [ + 119.178595, + 35.97107 + ], + [ + 119.155063, + 35.965767 + ], + [ + 119.153246, + 35.971192 + ], + [ + 119.134373, + 35.968601 + ], + [ + 119.121817, + 35.962731 + ], + [ + 119.088888, + 35.963176 + ], + [ + 119.07878, + 35.959289 + ], + [ + 119.066619, + 35.963986 + ], + [ + 119.060538, + 35.978195 + ], + [ + 119.05201, + 35.9803 + ], + [ + 119.021054, + 35.977426 + ], + [ + 119.015606, + 35.995923 + ], + [ + 119.024924, + 36.003571 + ], + [ + 119.023739, + 36.011219 + ], + [ + 119.014105, + 36.013404 + ], + [ + 119.017659, + 36.024044 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.035584, + 36.02275 + ], + [ + 119.047903, + 36.024813 + ], + [ + 119.052089, + 36.037838 + ], + [ + 119.040322, + 36.042934 + ], + [ + 119.042534, + 36.055512 + ], + [ + 119.049641, + 36.066632 + ], + [ + 119.063539, + 36.075042 + ], + [ + 119.066935, + 36.081631 + ], + [ + 119.048851, + 36.092707 + ], + [ + 119.038506, + 36.090444 + ], + [ + 119.020344, + 36.104307 + ], + [ + 119.013868, + 36.09881 + ], + [ + 119.000523, + 36.099497 + ], + [ + 118.988756, + 36.092343 + ], + [ + 118.970278, + 36.09873 + ], + [ + 118.970041, + 36.104671 + ], + [ + 118.958512, + 36.104145 + ], + [ + 118.954642, + 36.1115 + ], + [ + 118.943271, + 36.119582 + ], + [ + 118.936322, + 36.11344 + ], + [ + 118.916185, + 36.111702 + ], + [ + 118.920765, + 36.105721 + ], + [ + 118.908288, + 36.091292 + ], + [ + 118.886493, + 36.088584 + ], + [ + 118.880886, + 36.08438 + ], + [ + 118.875911, + 36.091535 + ], + [ + 118.860513, + 36.101316 + ], + [ + 118.865961, + 36.113682 + ], + [ + 118.860197, + 36.114733 + ], + [ + 118.858302, + 36.129966 + ], + [ + 118.863908, + 36.139298 + ], + [ + 118.858302, + 36.143256 + ], + [ + 118.859802, + 36.16232 + ], + [ + 118.85459, + 36.170194 + ], + [ + 118.846614, + 36.172092 + ], + [ + 118.844561, + 36.18473 + ], + [ + 118.848746, + 36.188606 + ], + [ + 118.847009, + 36.199263 + ], + [ + 118.835796, + 36.203138 + ], + [ + 118.809026, + 36.198738 + ], + [ + 118.802076, + 36.202855 + ], + [ + 118.78573, + 36.197487 + ], + [ + 118.766383, + 36.206649 + ], + [ + 118.745535, + 36.191754 + ], + [ + 118.751142, + 36.183115 + ], + [ + 118.741824, + 36.165551 + ], + [ + 118.733532, + 36.166802 + ], + [ + 118.73298, + 36.1519 + ], + [ + 118.736454, + 36.146528 + ], + [ + 118.72603, + 36.141035 + ], + [ + 118.714659, + 36.154485 + ], + [ + 118.703761, + 36.150446 + ], + [ + 118.701235, + 36.144509 + ], + [ + 118.679913, + 36.152062 + ], + [ + 118.683388, + 36.158564 + ], + [ + 118.675491, + 36.170194 + ], + [ + 118.666015, + 36.168983 + ], + [ + 118.653143, + 36.176695 + ], + [ + 118.644299, + 36.177018 + ], + [ + 118.640824, + 36.171042 + ], + [ + 118.622109, + 36.17718 + ], + [ + 118.606236, + 36.164218 + ], + [ + 118.581914, + 36.151456 + ], + [ + 118.572201, + 36.156424 + ], + [ + 118.563988, + 36.147094 + ], + [ + 118.565015, + 36.130087 + ], + [ + 118.556881, + 36.130935 + ], + [ + 118.541719, + 36.124996 + ], + [ + 118.535797, + 36.118531 + ], + [ + 118.515502, + 36.109884 + ], + [ + 118.509974, + 36.114612 + ], + [ + 118.504762, + 36.105802 + ], + [ + 118.526716, + 36.104671 + ], + [ + 118.529479, + 36.093879 + ], + [ + 118.522925, + 36.084784 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.496866, + 36.067683 + ], + [ + 118.48044, + 36.074071 + ], + [ + 118.482099, + 36.092546 + ], + [ + 118.478545, + 36.098245 + ], + [ + 118.484468, + 36.104064 + ], + [ + 118.479493, + 36.118814 + ], + [ + 118.492601, + 36.127057 + ], + [ + 118.487863, + 36.131784 + ], + [ + 118.462594, + 36.14059 + ], + [ + 118.457303, + 36.13247 + ], + [ + 118.447116, + 36.140913 + ], + [ + 118.440956, + 36.132511 + ], + [ + 118.428953, + 36.132672 + ], + [ + 118.412844, + 36.127218 + ], + [ + 118.402183, + 36.131622 + ], + [ + 118.405263, + 36.141641 + ], + [ + 118.402262, + 36.162926 + ], + [ + 118.387653, + 36.174555 + ], + [ + 118.374387, + 36.203097 + ], + [ + 118.382046, + 36.207335 + ], + [ + 118.386548, + 36.239053 + ], + [ + 118.379756, + 36.245265 + ], + [ + 118.368385, + 36.248412 + ], + [ + 118.350775, + 36.263538 + ], + [ + 118.31524, + 36.24938 + ], + [ + 118.306948, + 36.252123 + ], + [ + 118.315003, + 36.266361 + ], + [ + 118.31366, + 36.277371 + ], + [ + 118.317609, + 36.288903 + ], + [ + 118.310107, + 36.295716 + ], + [ + 118.315477, + 36.304464 + ], + [ + 118.30908, + 36.307125 + ], + [ + 118.304105, + 36.321393 + ], + [ + 118.291075, + 36.326189 + ], + [ + 118.300157, + 36.338116 + ], + [ + 118.269912, + 36.339849 + ], + [ + 118.261857, + 36.345852 + ], + [ + 118.262726, + 36.352218 + ], + [ + 118.256093, + 36.363175 + ], + [ + 118.239825, + 36.376748 + ], + [ + 118.235403, + 36.389634 + ], + [ + 118.251592, + 36.401995 + ], + [ + 118.250407, + 36.411214 + ], + [ + 118.227427, + 36.408034 + ], + [ + 118.224427, + 36.414234 + ], + [ + 118.228533, + 36.430736 + ], + [ + 118.232797, + 36.432869 + ], + [ + 118.22719, + 36.451379 + ], + [ + 118.233508, + 36.456609 + ], + [ + 118.229638, + 36.467793 + ], + [ + 118.216135, + 36.478573 + ], + [ + 118.212818, + 36.490075 + ], + [ + 118.218346, + 36.497354 + ], + [ + 118.210528, + 36.503466 + ], + [ + 118.213766, + 36.513075 + ], + [ + 118.210844, + 36.526099 + ], + [ + 118.221663, + 36.531887 + ], + [ + 118.214556, + 36.539322 + ], + [ + 118.191892, + 36.546074 + ], + [ + 118.183916, + 36.561142 + ], + [ + 118.180915, + 36.5607 + ], + [ + 118.180678, + 36.577412 + ], + [ + 118.176967, + 36.582996 + ], + [ + 118.180363, + 36.593599 + ], + [ + 118.189523, + 36.599141 + ], + [ + 118.200657, + 36.612071 + ], + [ + 118.214793, + 36.621144 + ], + [ + 118.20658, + 36.637482 + ], + [ + 118.199631, + 36.639047 + ], + [ + 118.215898, + 36.648921 + ], + [ + 118.221189, + 36.664169 + ], + [ + 118.230191, + 36.660357 + ], + [ + 118.226796, + 36.668382 + ], + [ + 118.215819, + 36.668262 + ], + [ + 118.21653, + 36.6811 + ], + [ + 118.228059, + 36.694016 + ], + [ + 118.245037, + 36.690647 + ], + [ + 118.238246, + 36.697305 + ], + [ + 118.227585, + 36.697625 + ], + [ + 118.237614, + 36.712704 + ], + [ + 118.227743, + 36.717957 + ], + [ + 118.234219, + 36.726457 + ], + [ + 118.254276, + 36.731789 + ], + [ + 118.264147, + 36.72373 + ], + [ + 118.277019, + 36.719801 + ], + [ + 118.284363, + 36.72337 + ], + [ + 118.276151, + 36.731749 + ], + [ + 118.27157, + 36.744015 + ], + [ + 118.279546, + 36.753033 + ], + [ + 118.298183, + 36.753914 + ], + [ + 118.297788, + 36.777677 + ], + [ + 118.307501, + 36.776234 + ], + [ + 118.318161, + 36.77972 + ], + [ + 118.321636, + 36.770905 + ], + [ + 118.350222, + 36.768301 + ], + [ + 118.388522, + 36.791217 + ], + [ + 118.419872, + 36.796304 + ], + [ + 118.424531, + 36.802673 + ], + [ + 118.438666, + 36.809682 + ], + [ + 118.44072, + 36.828142 + ], + [ + 118.435508, + 36.838391 + ], + [ + 118.450038, + 36.83747 + ], + [ + 118.453828, + 36.857564 + ], + [ + 118.461488, + 36.854322 + ], + [ + 118.460462, + 36.846597 + ], + [ + 118.480993, + 36.852641 + ], + [ + 118.479967, + 36.860166 + ], + [ + 118.465042, + 36.861366 + ], + [ + 118.476966, + 36.876893 + ], + [ + 118.482809, + 36.879214 + ], + [ + 118.483046, + 36.900777 + ], + [ + 118.474913, + 36.905297 + ], + [ + 118.481862, + 36.914136 + ], + [ + 118.48968, + 36.914096 + ], + [ + 118.496708, + 36.924733 + ], + [ + 118.492365, + 36.931611 + ], + [ + 118.494339, + 36.941846 + ], + [ + 118.467411, + 36.945484 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370800, + "name": "济宁市", + "center": [ + 116.587245, + 35.415393 + ], + "centroid": [ + 116.74105, + 35.371092 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.392342, + 34.574909 + ], + [ + 117.363045, + 34.589241 + ], + [ + 117.357991, + 34.582693 + ], + [ + 117.344014, + 34.582075 + ], + [ + 117.325378, + 34.570996 + ], + [ + 117.333037, + 34.56177 + ], + [ + 117.32135, + 34.565436 + ], + [ + 117.294264, + 34.554025 + ], + [ + 117.30303, + 34.548999 + ], + [ + 117.302477, + 34.541253 + ], + [ + 117.285341, + 34.533012 + ], + [ + 117.268047, + 34.532806 + ], + [ + 117.27547, + 34.520113 + ], + [ + 117.269705, + 34.511664 + ], + [ + 117.274364, + 34.503544 + ], + [ + 117.259282, + 34.49736 + ], + [ + 117.267494, + 34.480003 + ], + [ + 117.263625, + 34.472622 + ], + [ + 117.256044, + 34.476292 + ], + [ + 117.252332, + 34.486518 + ], + [ + 117.242698, + 34.478519 + ], + [ + 117.255096, + 34.472539 + ], + [ + 117.255886, + 34.462023 + ], + [ + 117.24791, + 34.451052 + ], + [ + 117.234644, + 34.454476 + ], + [ + 117.222325, + 34.450599 + ], + [ + 117.222088, + 34.445731 + ], + [ + 117.200214, + 34.441606 + ], + [ + 117.199503, + 34.43451 + ], + [ + 117.166099, + 34.434675 + ], + [ + 117.159861, + 34.453115 + ], + [ + 117.156623, + 34.48091 + ], + [ + 117.145963, + 34.503956 + ], + [ + 117.139803, + 34.522875 + ], + [ + 117.140593, + 34.538699 + ], + [ + 117.151253, + 34.559257 + ], + [ + 117.147621, + 34.570255 + ], + [ + 117.133486, + 34.58607 + ], + [ + 117.123694, + 34.604682 + ], + [ + 117.115244, + 34.628146 + ], + [ + 117.103952, + 34.64897 + ], + [ + 117.095897, + 34.64753 + ], + [ + 117.081525, + 34.638188 + ], + [ + 117.072996, + 34.639094 + ], + [ + 117.062336, + 34.657735 + ], + [ + 117.061704, + 34.675713 + ], + [ + 117.072049, + 34.694181 + ], + [ + 117.07734, + 34.696484 + ], + [ + 117.069048, + 34.708287 + ], + [ + 117.070469, + 34.713714 + ], + [ + 117.061151, + 34.723993 + ], + [ + 117.043225, + 34.736531 + ], + [ + 117.021904, + 34.759219 + ], + [ + 116.995687, + 34.758274 + ], + [ + 116.989685, + 34.765136 + ], + [ + 116.978472, + 34.763616 + ], + [ + 116.976814, + 34.771259 + ], + [ + 116.96789, + 34.772984 + ], + [ + 116.965837, + 34.785063 + ], + [ + 116.951623, + 34.794553 + ], + [ + 116.951149, + 34.810571 + ], + [ + 116.971681, + 34.811885 + ], + [ + 116.979183, + 34.814966 + ], + [ + 116.966074, + 34.844487 + ], + [ + 116.92888, + 34.842886 + ], + [ + 116.930144, + 34.859675 + ], + [ + 116.936303, + 34.865093 + ], + [ + 116.951465, + 34.864313 + ], + [ + 116.976892, + 34.868541 + ], + [ + 116.966943, + 34.875599 + ], + [ + 116.945226, + 34.876789 + ], + [ + 116.945305, + 34.873794 + ], + [ + 116.922168, + 34.871413 + ], + [ + 116.922326, + 34.894515 + ], + [ + 116.89903, + 34.904689 + ], + [ + 116.876129, + 34.912524 + ], + [ + 116.858125, + 34.928355 + ], + [ + 116.822115, + 34.929299 + ], + [ + 116.815877, + 34.965298 + ], + [ + 116.80877, + 34.968823 + ], + [ + 116.812166, + 34.927945 + ], + [ + 116.803874, + 34.928314 + ], + [ + 116.803716, + 34.970339 + ], + [ + 116.789107, + 34.975094 + ], + [ + 116.789107, + 34.959804 + ], + [ + 116.781605, + 34.961895 + ], + [ + 116.785474, + 34.9473 + ], + [ + 116.796925, + 34.944143 + ], + [ + 116.797635, + 34.938771 + ], + [ + 116.786975, + 34.940453 + ], + [ + 116.78121, + 34.916585 + ], + [ + 116.756572, + 34.917487 + ], + [ + 116.74599, + 34.915764 + ], + [ + 116.74528, + 34.920973 + ], + [ + 116.720405, + 34.926141 + ], + [ + 116.706191, + 34.933974 + ], + [ + 116.696951, + 34.932743 + ], + [ + 116.677999, + 34.939182 + ], + [ + 116.675709, + 34.933154 + ], + [ + 116.658415, + 34.933441 + ], + [ + 116.657862, + 34.929012 + ], + [ + 116.640016, + 34.932579 + ], + [ + 116.631803, + 34.94074 + ], + [ + 116.622485, + 34.940043 + ], + [ + 116.613877, + 34.922778 + ], + [ + 116.5601, + 34.909324 + ], + [ + 116.546123, + 34.909406 + ], + [ + 116.523064, + 34.903951 + ], + [ + 116.502769, + 34.906125 + ], + [ + 116.500558, + 34.90112 + ], + [ + 116.480737, + 34.897387 + ], + [ + 116.455784, + 34.900628 + ], + [ + 116.445044, + 34.895418 + ], + [ + 116.445281, + 34.888648 + ], + [ + 116.436042, + 34.883026 + ], + [ + 116.409745, + 34.852944 + ], + [ + 116.373815, + 34.86538 + ], + [ + 116.339543, + 34.867022 + ], + [ + 116.325803, + 34.874943 + ], + [ + 116.299032, + 34.877733 + ], + [ + 116.286713, + 34.88159 + ], + [ + 116.266261, + 34.89751 + ], + [ + 116.226935, + 34.911786 + ], + [ + 116.213826, + 34.913098 + ], + [ + 116.201586, + 34.919702 + ], + [ + 116.192505, + 34.939182 + ], + [ + 116.162181, + 34.94361 + ], + [ + 116.155153, + 34.947259 + ], + [ + 116.162023, + 34.957632 + ], + [ + 116.171499, + 34.964683 + ], + [ + 116.170789, + 34.974684 + ], + [ + 116.139754, + 34.995421 + ], + [ + 116.115748, + 35.025574 + ], + [ + 116.114564, + 35.039828 + ], + [ + 116.119381, + 35.053383 + ], + [ + 116.141413, + 35.055062 + ], + [ + 116.140228, + 35.06018 + ], + [ + 116.15389, + 35.088467 + ], + [ + 116.141018, + 35.09076 + ], + [ + 116.154284, + 35.113513 + ], + [ + 116.181765, + 35.11204 + ], + [ + 116.204903, + 35.145668 + ], + [ + 116.214537, + 35.155606 + ], + [ + 116.223618, + 35.173231 + ], + [ + 116.221881, + 35.181817 + ], + [ + 116.213115, + 35.196697 + ], + [ + 116.228356, + 35.194367 + ], + [ + 116.234516, + 35.200008 + ], + [ + 116.234437, + 35.208264 + ], + [ + 116.248256, + 35.195634 + ], + [ + 116.269104, + 35.191178 + ], + [ + 116.284265, + 35.22506 + ], + [ + 116.285608, + 35.242669 + ], + [ + 116.269656, + 35.269872 + ], + [ + 116.265866, + 35.271547 + ], + [ + 116.237201, + 35.261745 + ], + [ + 116.223539, + 35.260438 + ], + [ + 116.215642, + 35.29131 + ], + [ + 116.199612, + 35.304986 + ], + [ + 116.193452, + 35.337555 + ], + [ + 116.201744, + 35.345185 + ], + [ + 116.215169, + 35.350734 + ], + [ + 116.22117, + 35.358608 + ], + [ + 116.223855, + 35.371702 + ], + [ + 116.215879, + 35.393438 + ], + [ + 116.212642, + 35.409054 + ], + [ + 116.215958, + 35.419857 + ], + [ + 116.215484, + 35.435957 + ], + [ + 116.204429, + 35.436079 + ], + [ + 116.20206, + 35.458247 + ], + [ + 116.206798, + 35.465703 + ], + [ + 116.19669, + 35.46334 + ], + [ + 116.188319, + 35.467781 + ], + [ + 116.188319, + 35.477313 + ], + [ + 116.177817, + 35.466151 + ], + [ + 116.178685, + 35.450342 + ], + [ + 116.167946, + 35.452217 + ], + [ + 116.15689, + 35.446838 + ], + [ + 116.160918, + 35.471569 + ], + [ + 116.15002, + 35.469573 + ], + [ + 116.129567, + 35.475235 + ], + [ + 116.128778, + 35.489614 + ], + [ + 116.121276, + 35.497881 + ], + [ + 116.12554, + 35.516042 + ], + [ + 116.123408, + 35.540589 + ], + [ + 116.115274, + 35.566471 + ], + [ + 116.114327, + 35.577456 + ], + [ + 116.125145, + 35.587871 + ], + [ + 116.125145, + 35.59385 + ], + [ + 116.116222, + 35.606621 + ], + [ + 116.115906, + 35.618414 + ], + [ + 116.134384, + 35.638539 + ], + [ + 116.127514, + 35.649433 + ], + [ + 116.121829, + 35.67459 + ], + [ + 116.103034, + 35.687348 + ], + [ + 116.089847, + 35.699373 + ], + [ + 116.079897, + 35.712452 + ], + [ + 116.071052, + 35.719072 + ], + [ + 116.041518, + 35.733893 + ], + [ + 116.026909, + 35.749687 + ], + [ + 116.017591, + 35.756263 + ], + [ + 115.970289, + 35.782156 + ], + [ + 115.945493, + 35.791976 + ], + [ + 115.922119, + 35.799157 + ], + [ + 115.925988, + 35.804756 + ], + [ + 115.911932, + 35.811733 + ], + [ + 115.898192, + 35.805202 + ], + [ + 115.883583, + 35.808163 + ], + [ + 115.877107, + 35.820657 + ], + [ + 115.875212, + 35.835095 + ], + [ + 115.876002, + 35.867124 + ], + [ + 115.876081, + 35.875069 + ], + [ + 115.882872, + 35.879892 + ], + [ + 115.883267, + 35.895413 + ], + [ + 115.88911, + 35.897561 + ], + [ + 115.884767, + 35.909108 + ], + [ + 115.872369, + 35.909351 + ], + [ + 115.875133, + 35.920168 + ], + [ + 115.907826, + 35.926851 + ], + [ + 115.909958, + 35.935762 + ], + [ + 115.906325, + 35.9454 + ], + [ + 115.911853, + 35.960261 + ], + [ + 115.957654, + 35.967994 + ], + [ + 115.985135, + 35.974107 + ], + [ + 116.00006, + 35.974349 + ], + [ + 116.036069, + 35.96771 + ], + [ + 116.048704, + 35.970301 + ], + [ + 116.0506, + 35.981919 + ], + [ + 116.061892, + 35.97358 + ], + [ + 116.065367, + 35.964714 + ], + [ + 116.060392, + 35.956374 + ], + [ + 116.048704, + 35.948114 + ], + [ + 116.05897, + 35.936167 + ], + [ + 116.07279, + 35.940055 + ], + [ + 116.074606, + 35.927459 + ], + [ + 116.086767, + 35.923246 + ], + [ + 116.081634, + 35.914172 + ], + [ + 116.09261, + 35.904935 + ], + [ + 116.126172, + 35.891037 + ], + [ + 116.142834, + 35.895656 + ], + [ + 116.154284, + 35.886012 + ], + [ + 116.161155, + 35.900397 + ], + [ + 116.166998, + 35.90457 + ], + [ + 116.185398, + 35.900478 + ], + [ + 116.190057, + 35.892536 + ], + [ + 116.20814, + 35.886863 + ], + [ + 116.214774, + 35.889659 + ], + [ + 116.218485, + 35.879811 + ], + [ + 116.221091, + 35.892779 + ], + [ + 116.233963, + 35.888403 + ], + [ + 116.230804, + 35.860963 + ], + [ + 116.233963, + 35.851273 + ], + [ + 116.245808, + 35.834162 + ], + [ + 116.250072, + 35.823536 + ], + [ + 116.274868, + 35.803377 + ], + [ + 116.277395, + 35.806581 + ], + [ + 116.304007, + 35.799401 + ], + [ + 116.297295, + 35.795546 + ], + [ + 116.301875, + 35.777084 + ], + [ + 116.309377, + 35.77404 + ], + [ + 116.32983, + 35.787594 + ], + [ + 116.336621, + 35.796723 + ], + [ + 116.355652, + 35.800537 + ], + [ + 116.362838, + 35.795952 + ], + [ + 116.377921, + 35.796642 + ], + [ + 116.385581, + 35.801754 + ], + [ + 116.400822, + 35.794613 + ], + [ + 116.421196, + 35.799279 + ], + [ + 116.428698, + 35.796398 + ], + [ + 116.436989, + 35.807271 + ], + [ + 116.459811, + 35.81583 + ], + [ + 116.459732, + 35.828241 + ], + [ + 116.468024, + 35.836149 + ], + [ + 116.475841, + 35.83327 + ], + [ + 116.486976, + 35.84138 + ], + [ + 116.507508, + 35.84361 + ], + [ + 116.515325, + 35.841866 + ], + [ + 116.520616, + 35.853057 + ], + [ + 116.525275, + 35.847462 + ], + [ + 116.53641, + 35.847178 + ], + [ + 116.549834, + 35.857517 + ], + [ + 116.55702, + 35.890753 + ], + [ + 116.566023, + 35.899222 + ], + [ + 116.595715, + 35.905056 + ], + [ + 116.599663, + 35.916157 + ], + [ + 116.618536, + 35.935195 + ], + [ + 116.62817, + 35.938556 + ], + [ + 116.665996, + 35.940176 + ], + [ + 116.676973, + 35.925596 + ], + [ + 116.672392, + 35.92118 + ], + [ + 116.666944, + 35.898209 + ], + [ + 116.647518, + 35.884674 + ], + [ + 116.62438, + 35.878068 + ], + [ + 116.614904, + 35.865746 + ], + [ + 116.617036, + 35.855206 + ], + [ + 116.641042, + 35.836879 + ], + [ + 116.656441, + 35.828525 + ], + [ + 116.676736, + 35.822198 + ], + [ + 116.686607, + 35.814005 + ], + [ + 116.687317, + 35.798062 + ], + [ + 116.670497, + 35.761499 + ], + [ + 116.662679, + 35.758252 + ], + [ + 116.636699, + 35.764137 + ], + [ + 116.619563, + 35.756628 + ], + [ + 116.614588, + 35.74924 + ], + [ + 116.612061, + 35.71237 + ], + [ + 116.615615, + 35.705222 + ], + [ + 116.627539, + 35.705791 + ], + [ + 116.648939, + 35.713426 + ], + [ + 116.664969, + 35.716716 + ], + [ + 116.68866, + 35.724838 + ], + [ + 116.698847, + 35.72098 + ], + [ + 116.705322, + 35.70839 + ], + [ + 116.733829, + 35.703435 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.762732, + 35.708309 + ], + [ + 116.770076, + 35.703557 + ], + [ + 116.77742, + 35.690882 + ], + [ + 116.795345, + 35.682188 + ], + [ + 116.8049, + 35.686292 + ], + [ + 116.811376, + 35.706034 + ], + [ + 116.8218, + 35.705222 + ], + [ + 116.8233, + 35.696935 + ], + [ + 116.836882, + 35.697382 + ], + [ + 116.861994, + 35.679059 + ], + [ + 116.879367, + 35.685479 + ], + [ + 116.88071, + 35.696732 + ], + [ + 116.897135, + 35.701851 + ], + [ + 116.909849, + 35.699982 + ], + [ + 116.91814, + 35.706278 + ], + [ + 116.930538, + 35.709406 + ], + [ + 116.931012, + 35.713629 + ], + [ + 116.949649, + 35.715741 + ], + [ + 116.954939, + 35.719072 + ], + [ + 116.952412, + 35.737507 + ], + [ + 116.946253, + 35.744368 + ], + [ + 116.952412, + 35.7561 + ], + [ + 116.974366, + 35.760444 + ], + [ + 116.993397, + 35.794045 + ], + [ + 116.991423, + 35.805973 + ], + [ + 117.009506, + 35.807636 + ], + [ + 117.0268, + 35.799401 + ], + [ + 117.049622, + 35.801307 + ], + [ + 117.070864, + 35.790394 + ], + [ + 117.083815, + 35.80431 + ], + [ + 117.097318, + 35.802687 + ], + [ + 117.103241, + 35.790272 + ], + [ + 117.131275, + 35.786498 + ], + [ + 117.137908, + 35.783374 + ], + [ + 117.135855, + 35.774811 + ], + [ + 117.128353, + 35.769901 + ], + [ + 117.135381, + 35.767303 + ], + [ + 117.143436, + 35.771727 + ], + [ + 117.163651, + 35.775014 + ], + [ + 117.175023, + 35.780209 + ], + [ + 117.200214, + 35.775095 + ], + [ + 117.21806, + 35.778464 + ], + [ + 117.226984, + 35.773959 + ], + [ + 117.260308, + 35.771037 + ], + [ + 117.297581, + 35.788487 + ], + [ + 117.306504, + 35.798833 + ], + [ + 117.318428, + 35.793802 + ], + [ + 117.341013, + 35.793558 + ], + [ + 117.343382, + 35.784267 + ], + [ + 117.350331, + 35.782725 + ], + [ + 117.364467, + 35.770225 + ], + [ + 117.379155, + 35.775785 + ], + [ + 117.391, + 35.767141 + ], + [ + 117.415559, + 35.775177 + ], + [ + 117.431195, + 35.760971 + ], + [ + 117.440197, + 35.744571 + ], + [ + 117.452832, + 35.742298 + ], + [ + 117.478733, + 35.732675 + ], + [ + 117.488683, + 35.721102 + ], + [ + 117.49121, + 35.707903 + ], + [ + 117.511031, + 35.712411 + ], + [ + 117.530931, + 35.707131 + ], + [ + 117.520586, + 35.697626 + ], + [ + 117.529431, + 35.682879 + ], + [ + 117.576022, + 35.650206 + ], + [ + 117.596948, + 35.630449 + ], + [ + 117.588893, + 35.619878 + ], + [ + 117.585577, + 35.593972 + ], + [ + 117.592763, + 35.589701 + ], + [ + 117.590394, + 35.573551 + ], + [ + 117.593473, + 35.567448 + ], + [ + 117.582418, + 35.554141 + ], + [ + 117.528641, + 35.547182 + ], + [ + 117.515058, + 35.551008 + ], + [ + 117.499502, + 35.550845 + ], + [ + 117.496264, + 35.543031 + ], + [ + 117.50424, + 35.531675 + ], + [ + 117.516401, + 35.527319 + ], + [ + 117.520033, + 35.51991 + ], + [ + 117.513795, + 35.514576 + ], + [ + 117.501634, + 35.512947 + ], + [ + 117.498396, + 35.503093 + ], + [ + 117.481734, + 35.507898 + ], + [ + 117.472416, + 35.514372 + ], + [ + 117.467441, + 35.512255 + ], + [ + 117.462703, + 35.497922 + ], + [ + 117.452279, + 35.490306 + ], + [ + 117.442171, + 35.469247 + ], + [ + 117.42851, + 35.458614 + ], + [ + 117.453779, + 35.442396 + ], + [ + 117.455833, + 35.424953 + ], + [ + 117.467441, + 35.418186 + ], + [ + 117.474785, + 35.400941 + ], + [ + 117.463334, + 35.39038 + ], + [ + 117.463887, + 35.375617 + ], + [ + 117.439644, + 35.359668 + ], + [ + 117.439012, + 35.348939 + ], + [ + 117.446988, + 35.330292 + ], + [ + 117.453937, + 35.325027 + ], + [ + 117.478891, + 35.314375 + ], + [ + 117.463098, + 35.287472 + ], + [ + 117.439565, + 35.282368 + ], + [ + 117.419191, + 35.273997 + ], + [ + 117.406004, + 35.283348 + ], + [ + 117.403635, + 35.301394 + ], + [ + 117.399528, + 35.306374 + ], + [ + 117.359571, + 35.318375 + ], + [ + 117.347568, + 35.315109 + ], + [ + 117.318034, + 35.320252 + ], + [ + 117.308557, + 35.312579 + ], + [ + 117.314085, + 35.302129 + ], + [ + 117.311163, + 35.28588 + ], + [ + 117.305794, + 35.295229 + ], + [ + 117.290079, + 35.299394 + ], + [ + 117.284472, + 35.294331 + ], + [ + 117.262203, + 35.287472 + ], + [ + 117.269231, + 35.261296 + ], + [ + 117.220824, + 35.26489 + ], + [ + 117.204873, + 35.258518 + ], + [ + 117.199108, + 35.24749 + ], + [ + 117.176681, + 35.243159 + ], + [ + 117.152675, + 35.232047 + ], + [ + 117.123536, + 35.23078 + ], + [ + 117.104899, + 35.221464 + ], + [ + 117.092896, + 35.220361 + ], + [ + 117.065336, + 35.22792 + ], + [ + 117.053333, + 35.224202 + ], + [ + 117.028774, + 35.221219 + ], + [ + 117.014639, + 35.214844 + ], + [ + 116.995687, + 35.1978 + ], + [ + 116.969706, + 35.187377 + ], + [ + 116.962047, + 35.177319 + ], + [ + 116.938277, + 35.172168 + ], + [ + 116.925721, + 35.182266 + ], + [ + 116.913718, + 35.178791 + ], + [ + 116.904716, + 35.182471 + ], + [ + 116.898398, + 35.195757 + ], + [ + 116.876603, + 35.188031 + ], + [ + 116.86618, + 35.172617 + ], + [ + 116.85394, + 35.16861 + ], + [ + 116.832776, + 35.184392 + ], + [ + 116.811218, + 35.17736 + ], + [ + 116.81564, + 35.170777 + ], + [ + 116.813192, + 35.159573 + ], + [ + 116.81793, + 35.150699 + ], + [ + 116.825748, + 35.147631 + ], + [ + 116.832065, + 35.123783 + ], + [ + 116.848649, + 35.103774 + ], + [ + 116.863179, + 35.091496 + ], + [ + 116.888922, + 35.093829 + ], + [ + 116.888212, + 35.085193 + ], + [ + 116.900373, + 35.068737 + ], + [ + 116.880473, + 35.062595 + ], + [ + 116.881183, + 35.058133 + ], + [ + 116.900767, + 35.05977 + ], + [ + 116.907875, + 35.046995 + ], + [ + 116.937172, + 35.0275 + ], + [ + 116.951702, + 35.020618 + ], + [ + 116.956993, + 35.01054 + ], + [ + 116.954466, + 34.993331 + ], + [ + 116.943015, + 34.975627 + ], + [ + 116.955334, + 34.967142 + ], + [ + 116.9671, + 34.951072 + ], + [ + 116.980367, + 34.941027 + ], + [ + 116.989448, + 34.93873 + ], + [ + 117.017719, + 34.942503 + ], + [ + 117.038487, + 34.937869 + ], + [ + 117.043462, + 34.932825 + ], + [ + 117.041093, + 34.925157 + ], + [ + 117.05815, + 34.926961 + ], + [ + 117.06123, + 34.930406 + ], + [ + 117.073707, + 34.925485 + ], + [ + 117.082551, + 34.934917 + ], + [ + 117.103399, + 34.937459 + ], + [ + 117.111059, + 34.917774 + ], + [ + 117.110111, + 34.90514 + ], + [ + 117.12093, + 34.903581 + ], + [ + 117.125826, + 34.863451 + ], + [ + 117.139013, + 34.854052 + ], + [ + 117.140593, + 34.846499 + ], + [ + 117.156623, + 34.834306 + ], + [ + 117.17755, + 34.828722 + ], + [ + 117.194686, + 34.816239 + ], + [ + 117.180314, + 34.800221 + ], + [ + 117.172733, + 34.799194 + ], + [ + 117.162467, + 34.782105 + ], + [ + 117.176523, + 34.779065 + ], + [ + 117.180551, + 34.784201 + ], + [ + 117.191369, + 34.780914 + ], + [ + 117.212927, + 34.761027 + ], + [ + 117.22422, + 34.745533 + ], + [ + 117.236697, + 34.746355 + ], + [ + 117.242067, + 34.729995 + ], + [ + 117.253675, + 34.721444 + ], + [ + 117.271443, + 34.726501 + ], + [ + 117.278787, + 34.715647 + ], + [ + 117.304609, + 34.714866 + ], + [ + 117.310611, + 34.717333 + ], + [ + 117.326167, + 34.703434 + ], + [ + 117.324272, + 34.697307 + ], + [ + 117.335485, + 34.692454 + ], + [ + 117.329247, + 34.677359 + ], + [ + 117.346067, + 34.670982 + ], + [ + 117.35657, + 34.661643 + ], + [ + 117.354201, + 34.653538 + ], + [ + 117.366915, + 34.650246 + ], + [ + 117.374022, + 34.636172 + ], + [ + 117.376707, + 34.622301 + ], + [ + 117.384051, + 34.628228 + ], + [ + 117.402687, + 34.628434 + ], + [ + 117.4109, + 34.623454 + ], + [ + 117.407978, + 34.610651 + ], + [ + 117.397949, + 34.604393 + ], + [ + 117.398976, + 34.588335 + ], + [ + 117.393922, + 34.587676 + ], + [ + 117.392342, + 34.574909 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370900, + "name": "泰安市", + "center": [ + 117.129063, + 36.194968 + ], + "centroid": [ + 117.030947, + 36.002333 + ], + "childrenNum": 6, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.596948, + 35.630449 + ], + [ + 117.576022, + 35.650206 + ], + [ + 117.529431, + 35.682879 + ], + [ + 117.520586, + 35.697626 + ], + [ + 117.530931, + 35.707131 + ], + [ + 117.511031, + 35.712411 + ], + [ + 117.49121, + 35.707903 + ], + [ + 117.488683, + 35.721102 + ], + [ + 117.478733, + 35.732675 + ], + [ + 117.452832, + 35.742298 + ], + [ + 117.440197, + 35.744571 + ], + [ + 117.431195, + 35.760971 + ], + [ + 117.415559, + 35.775177 + ], + [ + 117.391, + 35.767141 + ], + [ + 117.379155, + 35.775785 + ], + [ + 117.364467, + 35.770225 + ], + [ + 117.350331, + 35.782725 + ], + [ + 117.343382, + 35.784267 + ], + [ + 117.341013, + 35.793558 + ], + [ + 117.318428, + 35.793802 + ], + [ + 117.306504, + 35.798833 + ], + [ + 117.297581, + 35.788487 + ], + [ + 117.260308, + 35.771037 + ], + [ + 117.226984, + 35.773959 + ], + [ + 117.21806, + 35.778464 + ], + [ + 117.200214, + 35.775095 + ], + [ + 117.175023, + 35.780209 + ], + [ + 117.163651, + 35.775014 + ], + [ + 117.143436, + 35.771727 + ], + [ + 117.135381, + 35.767303 + ], + [ + 117.128353, + 35.769901 + ], + [ + 117.135855, + 35.774811 + ], + [ + 117.137908, + 35.783374 + ], + [ + 117.131275, + 35.786498 + ], + [ + 117.103241, + 35.790272 + ], + [ + 117.097318, + 35.802687 + ], + [ + 117.083815, + 35.80431 + ], + [ + 117.070864, + 35.790394 + ], + [ + 117.049622, + 35.801307 + ], + [ + 117.0268, + 35.799401 + ], + [ + 117.009506, + 35.807636 + ], + [ + 116.991423, + 35.805973 + ], + [ + 116.993397, + 35.794045 + ], + [ + 116.974366, + 35.760444 + ], + [ + 116.952412, + 35.7561 + ], + [ + 116.946253, + 35.744368 + ], + [ + 116.952412, + 35.737507 + ], + [ + 116.954939, + 35.719072 + ], + [ + 116.949649, + 35.715741 + ], + [ + 116.931012, + 35.713629 + ], + [ + 116.930538, + 35.709406 + ], + [ + 116.91814, + 35.706278 + ], + [ + 116.909849, + 35.699982 + ], + [ + 116.897135, + 35.701851 + ], + [ + 116.88071, + 35.696732 + ], + [ + 116.879367, + 35.685479 + ], + [ + 116.861994, + 35.679059 + ], + [ + 116.836882, + 35.697382 + ], + [ + 116.8233, + 35.696935 + ], + [ + 116.8218, + 35.705222 + ], + [ + 116.811376, + 35.706034 + ], + [ + 116.8049, + 35.686292 + ], + [ + 116.795345, + 35.682188 + ], + [ + 116.77742, + 35.690882 + ], + [ + 116.770076, + 35.703557 + ], + [ + 116.762732, + 35.708309 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.733829, + 35.703435 + ], + [ + 116.705322, + 35.70839 + ], + [ + 116.698847, + 35.72098 + ], + [ + 116.68866, + 35.724838 + ], + [ + 116.664969, + 35.716716 + ], + [ + 116.648939, + 35.713426 + ], + [ + 116.627539, + 35.705791 + ], + [ + 116.615615, + 35.705222 + ], + [ + 116.612061, + 35.71237 + ], + [ + 116.614588, + 35.74924 + ], + [ + 116.619563, + 35.756628 + ], + [ + 116.636699, + 35.764137 + ], + [ + 116.662679, + 35.758252 + ], + [ + 116.670497, + 35.761499 + ], + [ + 116.687317, + 35.798062 + ], + [ + 116.686607, + 35.814005 + ], + [ + 116.676736, + 35.822198 + ], + [ + 116.656441, + 35.828525 + ], + [ + 116.641042, + 35.836879 + ], + [ + 116.617036, + 35.855206 + ], + [ + 116.614904, + 35.865746 + ], + [ + 116.62438, + 35.878068 + ], + [ + 116.647518, + 35.884674 + ], + [ + 116.666944, + 35.898209 + ], + [ + 116.672392, + 35.92118 + ], + [ + 116.676973, + 35.925596 + ], + [ + 116.665996, + 35.940176 + ], + [ + 116.62817, + 35.938556 + ], + [ + 116.618536, + 35.935195 + ], + [ + 116.599663, + 35.916157 + ], + [ + 116.595715, + 35.905056 + ], + [ + 116.566023, + 35.899222 + ], + [ + 116.55702, + 35.890753 + ], + [ + 116.549834, + 35.857517 + ], + [ + 116.53641, + 35.847178 + ], + [ + 116.525275, + 35.847462 + ], + [ + 116.520616, + 35.853057 + ], + [ + 116.515325, + 35.841866 + ], + [ + 116.507508, + 35.84361 + ], + [ + 116.486976, + 35.84138 + ], + [ + 116.475841, + 35.83327 + ], + [ + 116.468024, + 35.836149 + ], + [ + 116.459732, + 35.828241 + ], + [ + 116.459811, + 35.81583 + ], + [ + 116.436989, + 35.807271 + ], + [ + 116.428698, + 35.796398 + ], + [ + 116.421196, + 35.799279 + ], + [ + 116.400822, + 35.794613 + ], + [ + 116.385581, + 35.801754 + ], + [ + 116.377921, + 35.796642 + ], + [ + 116.362838, + 35.795952 + ], + [ + 116.355652, + 35.800537 + ], + [ + 116.336621, + 35.796723 + ], + [ + 116.32983, + 35.787594 + ], + [ + 116.309377, + 35.77404 + ], + [ + 116.301875, + 35.777084 + ], + [ + 116.297295, + 35.795546 + ], + [ + 116.304007, + 35.799401 + ], + [ + 116.277395, + 35.806581 + ], + [ + 116.274868, + 35.803377 + ], + [ + 116.250072, + 35.823536 + ], + [ + 116.245808, + 35.834162 + ], + [ + 116.233963, + 35.851273 + ], + [ + 116.230804, + 35.860963 + ], + [ + 116.233963, + 35.888403 + ], + [ + 116.221091, + 35.892779 + ], + [ + 116.218485, + 35.879811 + ], + [ + 116.214774, + 35.889659 + ], + [ + 116.20814, + 35.886863 + ], + [ + 116.190057, + 35.892536 + ], + [ + 116.185398, + 35.900478 + ], + [ + 116.166998, + 35.90457 + ], + [ + 116.161155, + 35.900397 + ], + [ + 116.154284, + 35.886012 + ], + [ + 116.142834, + 35.895656 + ], + [ + 116.126172, + 35.891037 + ], + [ + 116.09261, + 35.904935 + ], + [ + 116.081634, + 35.914172 + ], + [ + 116.086767, + 35.923246 + ], + [ + 116.074606, + 35.927459 + ], + [ + 116.07279, + 35.940055 + ], + [ + 116.05897, + 35.936167 + ], + [ + 116.048704, + 35.948114 + ], + [ + 116.060392, + 35.956374 + ], + [ + 116.065367, + 35.964714 + ], + [ + 116.061892, + 35.97358 + ], + [ + 116.0506, + 35.981919 + ], + [ + 116.052574, + 35.99912 + ], + [ + 116.06284, + 36.028899 + ], + [ + 116.073658, + 36.026148 + ], + [ + 116.079502, + 36.042611 + ], + [ + 116.076106, + 36.056887 + ], + [ + 116.087162, + 36.071403 + ], + [ + 116.091742, + 36.089474 + ], + [ + 116.096875, + 36.092182 + ], + [ + 116.099323, + 36.112066 + ], + [ + 116.114011, + 36.122047 + ], + [ + 116.123882, + 36.136429 + ], + [ + 116.164313, + 36.146084 + ], + [ + 116.164392, + 36.168862 + ], + [ + 116.169446, + 36.171325 + ], + [ + 116.213036, + 36.169831 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.246677, + 36.149436 + ], + [ + 116.261444, + 36.122693 + ], + [ + 116.27171, + 36.109843 + ], + [ + 116.273368, + 36.093758 + ], + [ + 116.267287, + 36.074233 + ], + [ + 116.267998, + 36.052964 + ], + [ + 116.271552, + 36.043824 + ], + [ + 116.294689, + 36.031407 + ], + [ + 116.301244, + 36.031123 + ], + [ + 116.304718, + 36.046251 + ], + [ + 116.310404, + 36.052196 + ], + [ + 116.324855, + 36.054178 + ], + [ + 116.338753, + 36.060082 + ], + [ + 116.352731, + 36.070797 + ], + [ + 116.360233, + 36.084744 + ], + [ + 116.386845, + 36.090807 + ], + [ + 116.398058, + 36.084582 + ], + [ + 116.401059, + 36.074031 + ], + [ + 116.409508, + 36.068007 + ], + [ + 116.427829, + 36.067441 + ], + [ + 116.433357, + 36.059839 + ], + [ + 116.429566, + 36.052439 + ], + [ + 116.436121, + 36.046534 + ], + [ + 116.434541, + 36.038607 + ], + [ + 116.449387, + 36.047302 + ], + [ + 116.452072, + 36.058019 + ], + [ + 116.471182, + 36.06457 + ], + [ + 116.504112, + 36.064732 + ], + [ + 116.532303, + 36.074274 + ], + [ + 116.543359, + 36.086604 + ], + [ + 116.546597, + 36.101195 + ], + [ + 116.554651, + 36.108187 + ], + [ + 116.566891, + 36.108752 + ], + [ + 116.569024, + 36.118774 + ], + [ + 116.562153, + 36.121643 + ], + [ + 116.5586, + 36.133804 + ], + [ + 116.543122, + 36.13958 + ], + [ + 116.525275, + 36.135298 + ], + [ + 116.528513, + 36.145276 + ], + [ + 116.519748, + 36.141196 + ], + [ + 116.507192, + 36.141277 + ], + [ + 116.510192, + 36.148346 + ], + [ + 116.52188, + 36.157151 + ], + [ + 116.525986, + 36.168297 + ], + [ + 116.51035, + 36.176857 + ], + [ + 116.502059, + 36.192764 + ], + [ + 116.481922, + 36.197002 + ], + [ + 116.472604, + 36.21464 + ], + [ + 116.487529, + 36.228441 + ], + [ + 116.485239, + 36.236067 + ], + [ + 116.506402, + 36.240344 + ], + [ + 116.512325, + 36.253414 + ], + [ + 116.525591, + 36.255229 + ], + [ + 116.53641, + 36.245588 + ], + [ + 116.552361, + 36.247767 + ], + [ + 116.558837, + 36.261037 + ], + [ + 116.574393, + 36.263457 + ], + [ + 116.581264, + 36.255471 + ], + [ + 116.587502, + 36.268862 + ], + [ + 116.595794, + 36.270999 + ], + [ + 116.610403, + 36.282451 + ], + [ + 116.615536, + 36.294587 + ], + [ + 116.649018, + 36.295797 + ], + [ + 116.675709, + 36.276645 + ], + [ + 116.686528, + 36.275435 + ], + [ + 116.701058, + 36.280153 + ], + [ + 116.710376, + 36.279185 + ], + [ + 116.732961, + 36.294144 + ], + [ + 116.762574, + 36.305391 + ], + [ + 116.772761, + 36.312002 + ], + [ + 116.786659, + 36.311357 + ], + [ + 116.808612, + 36.299022 + ], + [ + 116.830644, + 36.294587 + ], + [ + 116.855756, + 36.301642 + ], + [ + 116.855519, + 36.289709 + ], + [ + 116.867759, + 36.28108 + ], + [ + 116.873129, + 36.264062 + ], + [ + 116.891133, + 36.255471 + ], + [ + 116.928722, + 36.26991 + ], + [ + 116.932828, + 36.261925 + ], + [ + 116.950201, + 36.257327 + ], + [ + 116.956835, + 36.259787 + ], + [ + 116.975471, + 36.243208 + ], + [ + 116.987632, + 36.250711 + ], + [ + 117.002794, + 36.254503 + ], + [ + 117.003347, + 36.265353 + ], + [ + 117.027353, + 36.268983 + ], + [ + 117.030275, + 36.277532 + ], + [ + 117.0482, + 36.283701 + ], + [ + 117.051201, + 36.288741 + ], + [ + 117.066995, + 36.296885 + ], + [ + 117.074102, + 36.296724 + ], + [ + 117.077655, + 36.307205 + ], + [ + 117.07734, + 36.321957 + ], + [ + 117.088711, + 36.346013 + ], + [ + 117.107347, + 36.338882 + ], + [ + 117.111691, + 36.340413 + ], + [ + 117.137039, + 36.335135 + ], + [ + 117.142567, + 36.345731 + ], + [ + 117.161361, + 36.351895 + ], + [ + 117.179603, + 36.353144 + ], + [ + 117.18292, + 36.360798 + ], + [ + 117.180945, + 36.37256 + ], + [ + 117.191685, + 36.378762 + ], + [ + 117.200924, + 36.389755 + ], + [ + 117.208742, + 36.405297 + ], + [ + 117.218297, + 36.406182 + ], + [ + 117.242145, + 36.41528 + ], + [ + 117.249726, + 36.436732 + ], + [ + 117.263862, + 36.449206 + ], + [ + 117.275786, + 36.451218 + ], + [ + 117.288973, + 36.468718 + ], + [ + 117.288184, + 36.476039 + ], + [ + 117.30682, + 36.472097 + ], + [ + 117.30682, + 36.467029 + ], + [ + 117.335328, + 36.466345 + ], + [ + 117.346383, + 36.46373 + ], + [ + 117.346936, + 36.455724 + ], + [ + 117.339118, + 36.438181 + ], + [ + 117.339434, + 36.425786 + ], + [ + 117.344962, + 36.403968 + ], + [ + 117.35041, + 36.393379 + ], + [ + 117.351753, + 36.377997 + ], + [ + 117.362729, + 36.360234 + ], + [ + 117.387762, + 36.337915 + ], + [ + 117.38871, + 36.326148 + ], + [ + 117.379707, + 36.315146 + ], + [ + 117.38792, + 36.296361 + ], + [ + 117.387604, + 36.285556 + ], + [ + 117.397791, + 36.283782 + ], + [ + 117.394553, + 36.266522 + ], + [ + 117.413901, + 36.267934 + ], + [ + 117.417217, + 36.243652 + ], + [ + 117.392895, + 36.237439 + ], + [ + 117.393132, + 36.226747 + ], + [ + 117.385235, + 36.226989 + ], + [ + 117.396607, + 36.215972 + ], + [ + 117.412716, + 36.210927 + ], + [ + 117.427878, + 36.221662 + ], + [ + 117.447383, + 36.218313 + ], + [ + 117.447778, + 36.203541 + ], + [ + 117.452437, + 36.203138 + ], + [ + 117.440434, + 36.191189 + ], + [ + 117.446988, + 36.18691 + ], + [ + 117.461202, + 36.170194 + ], + [ + 117.475653, + 36.173102 + ], + [ + 117.487972, + 36.15921 + ], + [ + 117.476601, + 36.150123 + ], + [ + 117.469178, + 36.154687 + ], + [ + 117.459623, + 36.1498 + ], + [ + 117.44683, + 36.120834 + ], + [ + 117.463571, + 36.116875 + ], + [ + 117.454885, + 36.111177 + ], + [ + 117.456148, + 36.100467 + ], + [ + 117.447067, + 36.09206 + ], + [ + 117.451963, + 36.087412 + ], + [ + 117.473758, + 36.089797 + ], + [ + 117.484893, + 36.10075 + ], + [ + 117.491052, + 36.096587 + ], + [ + 117.505898, + 36.098245 + ], + [ + 117.534879, + 36.111419 + ], + [ + 117.547672, + 36.106166 + ], + [ + 117.552884, + 36.087978 + ], + [ + 117.561649, + 36.079327 + ], + [ + 117.575943, + 36.074516 + ], + [ + 117.601844, + 36.075648 + ], + [ + 117.630588, + 36.059879 + ], + [ + 117.656569, + 36.049729 + ], + [ + 117.689972, + 36.052358 + ], + [ + 117.701186, + 36.04528 + ], + [ + 117.720454, + 36.038243 + ], + [ + 117.725824, + 36.029667 + ], + [ + 117.741696, + 36.036058 + ], + [ + 117.757016, + 36.019392 + ], + [ + 117.750304, + 36.011947 + ], + [ + 117.756542, + 36.002236 + ], + [ + 117.756621, + 35.991916 + ], + [ + 117.762307, + 35.990621 + ], + [ + 117.781022, + 35.995437 + ], + [ + 117.782286, + 36.007294 + ], + [ + 117.794763, + 36.015143 + ], + [ + 117.801159, + 36.012959 + ], + [ + 117.825244, + 36.013363 + ], + [ + 117.828719, + 36.008022 + ], + [ + 117.841827, + 36.011947 + ], + [ + 117.854462, + 36.006889 + ], + [ + 117.866386, + 36.007415 + ], + [ + 117.877047, + 36.016357 + ], + [ + 117.895052, + 36.020363 + ], + [ + 117.914557, + 36.020039 + ], + [ + 117.922848, + 36.015467 + ], + [ + 117.926165, + 36.005068 + ], + [ + 117.935088, + 36.004421 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.937221, + 35.98119 + ], + [ + 117.946065, + 35.970949 + ], + [ + 117.947013, + 35.960382 + ], + [ + 117.953962, + 35.957913 + ], + [ + 117.971414, + 35.969937 + ], + [ + 117.992577, + 35.971273 + ], + [ + 117.984443, + 35.956293 + ], + [ + 117.988471, + 35.947709 + ], + [ + 117.997394, + 35.934587 + ], + [ + 117.99921, + 35.925393 + ], + [ + 117.988234, + 35.908703 + ], + [ + 117.981364, + 35.906191 + ], + [ + 117.97931, + 35.889699 + ], + [ + 117.968097, + 35.884066 + ], + [ + 117.960516, + 35.87057 + ], + [ + 117.937615, + 35.874826 + ], + [ + 117.924586, + 35.880946 + ], + [ + 117.906265, + 35.884634 + ], + [ + 117.883364, + 35.882648 + ], + [ + 117.86686, + 35.86984 + ], + [ + 117.85541, + 35.850219 + ], + [ + 117.842143, + 35.84507 + ], + [ + 117.827376, + 35.827754 + ], + [ + 117.828403, + 35.821792 + ], + [ + 117.840959, + 35.812058 + ], + [ + 117.846092, + 35.796398 + ], + [ + 117.831167, + 35.786661 + ], + [ + 117.828482, + 35.773837 + ], + [ + 117.833694, + 35.760484 + ], + [ + 117.837405, + 35.741445 + ], + [ + 117.823033, + 35.739496 + ], + [ + 117.811504, + 35.732919 + ], + [ + 117.781733, + 35.734096 + ], + [ + 117.769019, + 35.726625 + ], + [ + 117.754173, + 35.709609 + ], + [ + 117.732615, + 35.71237 + ], + [ + 117.707424, + 35.726016 + ], + [ + 117.679154, + 35.713305 + ], + [ + 117.663913, + 35.70969 + ], + [ + 117.634616, + 35.709324 + ], + [ + 117.62585, + 35.703841 + ], + [ + 117.605319, + 35.674834 + ], + [ + 117.599001, + 35.649149 + ], + [ + 117.596948, + 35.630449 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371000, + "name": "威海市", + "center": [ + 122.116394, + 37.509691 + ], + "centroid": [ + 122.000809, + 37.118689 + ], + "childrenNum": 4, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.923992, + 37.473096 + ], + [ + 121.966002, + 37.489648 + ], + [ + 121.979111, + 37.488378 + ], + [ + 121.996958, + 37.493974 + ], + [ + 121.999485, + 37.506236 + ], + [ + 122.013225, + 37.510006 + ], + [ + 122.017253, + 37.530914 + ], + [ + 122.036284, + 37.529446 + ], + [ + 122.045207, + 37.531628 + ], + [ + 122.053736, + 37.543448 + ], + [ + 122.069924, + 37.537062 + ], + [ + 122.075215, + 37.540473 + ], + [ + 122.074583, + 37.551816 + ], + [ + 122.066529, + 37.562364 + ], + [ + 122.069529, + 37.568747 + ], + [ + 122.088797, + 37.554116 + ], + [ + 122.107434, + 37.550309 + ], + [ + 122.123148, + 37.552926 + ], + [ + 122.119437, + 37.564227 + ], + [ + 122.125833, + 37.56732 + ], + [ + 122.133572, + 37.556455 + ], + [ + 122.150471, + 37.557129 + ], + [ + 122.144154, + 37.550388 + ], + [ + 122.150708, + 37.544281 + ], + [ + 122.171398, + 37.541147 + ], + [ + 122.171714, + 37.534285 + ], + [ + 122.163106, + 37.518973 + ], + [ + 122.15442, + 37.518219 + ], + [ + 122.14755, + 37.51199 + ], + [ + 122.136336, + 37.512307 + ], + [ + 122.131993, + 37.499371 + ], + [ + 122.149524, + 37.493418 + ], + [ + 122.153946, + 37.488616 + ], + [ + 122.148892, + 37.481948 + ], + [ + 122.156947, + 37.459438 + ], + [ + 122.165712, + 37.450027 + ], + [ + 122.167213, + 37.438073 + ], + [ + 122.183717, + 37.431282 + ], + [ + 122.185849, + 37.441688 + ], + [ + 122.194456, + 37.456222 + ], + [ + 122.212461, + 37.455666 + ], + [ + 122.220595, + 37.463289 + ], + [ + 122.233151, + 37.46051 + ], + [ + 122.235046, + 37.469205 + ], + [ + 122.24089, + 37.465354 + ], + [ + 122.252656, + 37.467855 + ], + [ + 122.260316, + 37.46047 + ], + [ + 122.27682, + 37.456778 + ], + [ + 122.286138, + 37.447287 + ], + [ + 122.280373, + 37.442641 + ], + [ + 122.280216, + 37.433863 + ], + [ + 122.285664, + 37.425403 + ], + [ + 122.31046, + 37.423059 + ], + [ + 122.312355, + 37.416663 + ], + [ + 122.336993, + 37.414438 + ], + [ + 122.387375, + 37.42 + ], + [ + 122.393376, + 37.415114 + ], + [ + 122.416751, + 37.414676 + ], + [ + 122.437046, + 37.420358 + ], + [ + 122.464684, + 37.42441 + ], + [ + 122.480952, + 37.433665 + ], + [ + 122.489559, + 37.431917 + ], + [ + 122.487348, + 37.420278 + ], + [ + 122.495245, + 37.413683 + ], + [ + 122.513408, + 37.410703 + ], + [ + 122.553602, + 37.406929 + ], + [ + 122.580293, + 37.410187 + ], + [ + 122.595929, + 37.421152 + ], + [ + 122.606511, + 37.424131 + ], + [ + 122.626648, + 37.424688 + ], + [ + 122.643862, + 37.428064 + ], + [ + 122.649548, + 37.419881 + ], + [ + 122.656655, + 37.428461 + ], + [ + 122.665816, + 37.424251 + ], + [ + 122.659735, + 37.421589 + ], + [ + 122.666526, + 37.414438 + ], + [ + 122.675923, + 37.413326 + ], + [ + 122.669527, + 37.42858 + ], + [ + 122.684847, + 37.4287 + ], + [ + 122.688558, + 37.422423 + ], + [ + 122.704273, + 37.414955 + ], + [ + 122.706958, + 37.404108 + ], + [ + 122.715802, + 37.396121 + ], + [ + 122.697877, + 37.384118 + ], + [ + 122.69456, + 37.376328 + ], + [ + 122.680662, + 37.37438 + ], + [ + 122.675134, + 37.383761 + ], + [ + 122.655629, + 37.388292 + ], + [ + 122.641809, + 37.385867 + ], + [ + 122.626884, + 37.36957 + ], + [ + 122.611486, + 37.366907 + ], + [ + 122.594823, + 37.347981 + ], + [ + 122.59356, + 37.336289 + ], + [ + 122.611486, + 37.339431 + ], + [ + 122.610459, + 37.331119 + ], + [ + 122.594192, + 37.319822 + ], + [ + 122.573897, + 37.296349 + ], + [ + 122.581083, + 37.286957 + ], + [ + 122.57137, + 37.279037 + ], + [ + 122.577056, + 37.271395 + ], + [ + 122.567185, + 37.261164 + ], + [ + 122.584716, + 37.258736 + ], + [ + 122.592454, + 37.261284 + ], + [ + 122.590638, + 37.248065 + ], + [ + 122.60043, + 37.242212 + ], + [ + 122.60043, + 37.22895 + ], + [ + 122.604063, + 37.221462 + ], + [ + 122.623963, + 37.212739 + ], + [ + 122.628859, + 37.203456 + ], + [ + 122.624042, + 37.191144 + ], + [ + 122.606274, + 37.193057 + ], + [ + 122.596877, + 37.181262 + ], + [ + 122.57903, + 37.183493 + ], + [ + 122.573344, + 37.17624 + ], + [ + 122.587243, + 37.163684 + ], + [ + 122.586374, + 37.153519 + ], + [ + 122.581083, + 37.147738 + ], + [ + 122.559762, + 37.147419 + ], + [ + 122.533544, + 37.153359 + ], + [ + 122.501562, + 37.148695 + ], + [ + 122.493113, + 37.142036 + ], + [ + 122.484505, + 37.128877 + ], + [ + 122.481189, + 37.117829 + ], + [ + 122.477951, + 37.091539 + ], + [ + 122.481031, + 37.071786 + ], + [ + 122.480083, + 37.06105 + ], + [ + 122.45963, + 37.04584 + ], + [ + 122.461447, + 37.039532 + ], + [ + 122.487901, + 37.034301 + ], + [ + 122.498641, + 37.034301 + ], + [ + 122.524226, + 37.04033 + ], + [ + 122.548706, + 37.05091 + ], + [ + 122.575634, + 37.054423 + ], + [ + 122.585268, + 37.042965 + ], + [ + 122.583373, + 37.037296 + ], + [ + 122.555971, + 37.02324 + ], + [ + 122.544837, + 37.004587 + ], + [ + 122.545232, + 36.990205 + ], + [ + 122.556919, + 36.978898 + ], + [ + 122.557551, + 36.968707 + ], + [ + 122.545863, + 36.956317 + ], + [ + 122.546574, + 36.923494 + ], + [ + 122.542468, + 36.913536 + ], + [ + 122.532123, + 36.901457 + ], + [ + 122.516408, + 36.890256 + ], + [ + 122.497061, + 36.886095 + ], + [ + 122.484663, + 36.891536 + ], + [ + 122.485453, + 36.903777 + ], + [ + 122.492639, + 36.912176 + ], + [ + 122.483005, + 36.914056 + ], + [ + 122.434124, + 36.914256 + ], + [ + 122.428833, + 36.908856 + ], + [ + 122.446601, + 36.898217 + ], + [ + 122.454498, + 36.878813 + ], + [ + 122.464448, + 36.879294 + ], + [ + 122.457025, + 36.86913 + ], + [ + 122.445732, + 36.873052 + ], + [ + 122.416119, + 36.859485 + ], + [ + 122.403326, + 36.860686 + ], + [ + 122.392587, + 36.866209 + ], + [ + 122.3839, + 36.865368 + ], + [ + 122.386506, + 36.860046 + ], + [ + 122.378373, + 36.844275 + ], + [ + 122.350655, + 36.835228 + ], + [ + 122.342758, + 36.828502 + ], + [ + 122.335414, + 36.83767 + ], + [ + 122.32657, + 36.830424 + ], + [ + 122.298141, + 36.83707 + ], + [ + 122.280452, + 36.835829 + ], + [ + 122.263869, + 36.841633 + ], + [ + 122.250603, + 36.839912 + ], + [ + 122.245865, + 36.835428 + ], + [ + 122.220437, + 36.848919 + ], + [ + 122.196115, + 36.842874 + ], + [ + 122.174714, + 36.842474 + ], + [ + 122.17203, + 36.852441 + ], + [ + 122.181427, + 36.856323 + ], + [ + 122.188534, + 36.866209 + ], + [ + 122.175662, + 36.894537 + ], + [ + 122.164291, + 36.892536 + ], + [ + 122.155999, + 36.883055 + ], + [ + 122.119674, + 36.892096 + ], + [ + 122.117463, + 36.895737 + ], + [ + 122.127176, + 36.918535 + ], + [ + 122.14139, + 36.938288 + ], + [ + 122.136731, + 36.944325 + ], + [ + 122.12765, + 36.945484 + ], + [ + 122.112409, + 36.939607 + ], + [ + 122.106486, + 36.941686 + ], + [ + 122.0993, + 36.93289 + ], + [ + 122.100801, + 36.921934 + ], + [ + 122.09322, + 36.914136 + ], + [ + 122.073636, + 36.914376 + ], + [ + 122.051998, + 36.904977 + ], + [ + 122.05342, + 36.895697 + ], + [ + 122.046234, + 36.891176 + ], + [ + 122.042522, + 36.872011 + ], + [ + 122.037784, + 36.875492 + ], + [ + 122.03731, + 36.895817 + ], + [ + 122.025307, + 36.908856 + ], + [ + 122.022464, + 36.942006 + ], + [ + 122.013936, + 36.959994 + ], + [ + 121.994668, + 36.953719 + ], + [ + 121.98306, + 36.958436 + ], + [ + 121.977611, + 36.947163 + ], + [ + 121.964818, + 36.938128 + ], + [ + 121.927545, + 36.932371 + ], + [ + 121.897616, + 36.921694 + ], + [ + 121.870846, + 36.915736 + ], + [ + 121.862791, + 36.909256 + ], + [ + 121.829388, + 36.898057 + ], + [ + 121.816121, + 36.891856 + ], + [ + 121.790457, + 36.884255 + ], + [ + 121.767714, + 36.874852 + ], + [ + 121.76195, + 36.866049 + ], + [ + 121.763766, + 36.85084 + ], + [ + 121.757606, + 36.841753 + ], + [ + 121.73818, + 36.835068 + ], + [ + 121.726256, + 36.82626 + ], + [ + 121.718517, + 36.829223 + ], + [ + 121.70683, + 36.822296 + ], + [ + 121.670742, + 36.817651 + ], + [ + 121.64176, + 36.805757 + ], + [ + 121.628494, + 36.797306 + ], + [ + 121.628968, + 36.783245 + ], + [ + 121.634416, + 36.766858 + ], + [ + 121.653527, + 36.72798 + ], + [ + 121.651473, + 36.723851 + ], + [ + 121.620834, + 36.737241 + ], + [ + 121.606067, + 36.738122 + ], + [ + 121.599671, + 36.745578 + ], + [ + 121.60125, + 36.763412 + ], + [ + 121.586009, + 36.756399 + ], + [ + 121.570531, + 36.766257 + ], + [ + 121.556317, + 36.764294 + ], + [ + 121.574638, + 36.745538 + ], + [ + 121.574322, + 36.737 + ], + [ + 121.565477, + 36.728822 + ], + [ + 121.542024, + 36.734595 + ], + [ + 121.531995, + 36.731027 + ], + [ + 121.532153, + 36.736198 + ], + [ + 121.546051, + 36.741971 + ], + [ + 121.547394, + 36.74642 + ], + [ + 121.53239, + 36.753273 + ], + [ + 121.520466, + 36.749386 + ], + [ + 121.517702, + 36.761088 + ], + [ + 121.507594, + 36.760928 + ], + [ + 121.505857, + 36.770665 + ], + [ + 121.482245, + 36.77355 + ], + [ + 121.481061, + 36.780401 + ], + [ + 121.496302, + 36.792379 + ], + [ + 121.528205, + 36.805637 + ], + [ + 121.546051, + 36.806558 + ], + [ + 121.554027, + 36.81709 + ], + [ + 121.569979, + 36.827501 + ], + [ + 121.565083, + 36.830504 + ], + [ + 121.539339, + 36.823417 + ], + [ + 121.530179, + 36.818772 + ], + [ + 121.522914, + 36.80824 + ], + [ + 121.506962, + 36.803834 + ], + [ + 121.480271, + 36.784487 + ], + [ + 121.478218, + 36.770825 + ], + [ + 121.462424, + 36.784888 + ], + [ + 121.450184, + 36.790056 + ], + [ + 121.417334, + 36.792739 + ], + [ + 121.409121, + 36.790176 + ], + [ + 121.395855, + 36.794342 + ], + [ + 121.396802, + 36.803834 + ], + [ + 121.376665, + 36.830384 + ], + [ + 121.373428, + 36.840593 + ], + [ + 121.36174, + 36.841273 + ], + [ + 121.357239, + 36.852401 + ], + [ + 121.357397, + 36.864048 + ], + [ + 121.363873, + 36.871651 + ], + [ + 121.385431, + 36.877333 + ], + [ + 121.36482, + 36.897417 + ], + [ + 121.366557, + 36.903617 + ], + [ + 121.360951, + 36.921494 + ], + [ + 121.347605, + 36.920574 + ], + [ + 121.312938, + 36.904097 + ], + [ + 121.308358, + 36.905177 + ], + [ + 121.304173, + 36.918335 + ], + [ + 121.282615, + 36.918535 + ], + [ + 121.272191, + 36.927532 + ], + [ + 121.263189, + 36.926093 + ], + [ + 121.252607, + 36.938088 + ], + [ + 121.248501, + 36.953679 + ], + [ + 121.233734, + 36.956917 + ], + [ + 121.22639, + 36.971065 + ], + [ + 121.222915, + 36.986649 + ], + [ + 121.209096, + 36.985371 + ], + [ + 121.19038, + 36.996558 + ], + [ + 121.182404, + 36.99456 + ], + [ + 121.177587, + 37.003748 + ], + [ + 121.181299, + 37.016131 + ], + [ + 121.194565, + 37.019485 + ], + [ + 121.19496, + 37.027273 + ], + [ + 121.188564, + 37.029948 + ], + [ + 121.188011, + 37.041169 + ], + [ + 121.192512, + 37.052108 + ], + [ + 121.191407, + 37.072026 + ], + [ + 121.204279, + 37.07897 + ], + [ + 121.243131, + 37.092138 + ], + [ + 121.246368, + 37.102631 + ], + [ + 121.26153, + 37.117989 + ], + [ + 121.287827, + 37.136055 + ], + [ + 121.306542, + 37.141996 + ], + [ + 121.314044, + 37.141079 + ], + [ + 121.317992, + 37.132825 + ], + [ + 121.326916, + 37.12768 + ], + [ + 121.34113, + 37.127002 + ], + [ + 121.348316, + 37.135975 + ], + [ + 121.358187, + 37.140282 + ], + [ + 121.363715, + 37.129236 + ], + [ + 121.351475, + 37.126962 + ], + [ + 121.369795, + 37.110889 + ], + [ + 121.376823, + 37.115915 + ], + [ + 121.382746, + 37.112125 + ], + [ + 121.391432, + 37.098282 + ], + [ + 121.427363, + 37.100796 + ], + [ + 121.441656, + 37.12106 + ], + [ + 121.447578, + 37.123333 + ], + [ + 121.465425, + 37.12086 + ], + [ + 121.49946, + 37.104426 + ], + [ + 121.547868, + 37.104945 + ], + [ + 121.574954, + 37.110091 + ], + [ + 121.580323, + 37.10674 + ], + [ + 121.589168, + 37.116712 + ], + [ + 121.590352, + 37.128518 + ], + [ + 121.585377, + 37.132306 + ], + [ + 121.590747, + 37.144269 + ], + [ + 121.600539, + 37.141079 + ], + [ + 121.612147, + 37.125846 + ], + [ + 121.625414, + 37.131908 + ], + [ + 121.628889, + 37.137969 + ], + [ + 121.638839, + 37.139524 + ], + [ + 121.639865, + 37.131908 + ], + [ + 121.654316, + 37.121897 + ], + [ + 121.666714, + 37.12082 + ], + [ + 121.669162, + 37.110649 + ], + [ + 121.678007, + 37.121658 + ], + [ + 121.683692, + 37.123014 + ], + [ + 121.682271, + 37.13127 + ], + [ + 121.688983, + 37.133503 + ], + [ + 121.683455, + 37.141917 + ], + [ + 121.694037, + 37.141239 + ], + [ + 121.699328, + 37.125926 + ], + [ + 121.733995, + 37.125607 + ], + [ + 121.737706, + 37.136175 + ], + [ + 121.747656, + 37.135776 + ], + [ + 121.767872, + 37.170979 + ], + [ + 121.761002, + 37.177954 + ], + [ + 121.753895, + 37.172493 + ], + [ + 121.749315, + 37.176439 + ], + [ + 121.760686, + 37.178831 + ], + [ + 121.759738, + 37.19222 + ], + [ + 121.769057, + 37.196364 + ], + [ + 121.761634, + 37.217997 + ], + [ + 121.754527, + 37.212022 + ], + [ + 121.755632, + 37.220506 + ], + [ + 121.748525, + 37.223255 + ], + [ + 121.74813, + 37.241575 + ], + [ + 121.757211, + 37.247667 + ], + [ + 121.7749, + 37.248225 + ], + [ + 121.778296, + 37.260487 + ], + [ + 121.784692, + 37.268409 + ], + [ + 121.792431, + 37.288469 + ], + [ + 121.790615, + 37.299532 + ], + [ + 121.794879, + 37.30375 + ], + [ + 121.815253, + 37.300447 + ], + [ + 121.822281, + 37.303988 + ], + [ + 121.834047, + 37.318311 + ], + [ + 121.859396, + 37.329249 + ], + [ + 121.865239, + 37.336727 + ], + [ + 121.870293, + 37.368894 + ], + [ + 121.882454, + 37.381694 + ], + [ + 121.90038, + 37.391232 + ], + [ + 121.908435, + 37.400969 + ], + [ + 121.91878, + 37.420755 + ], + [ + 121.920438, + 37.429931 + ], + [ + 121.933941, + 37.452529 + ], + [ + 121.929519, + 37.454713 + ], + [ + 121.92944, + 37.460868 + ], + [ + 121.923992, + 37.473096 + ] + ] + ], + [ + [ + [ + 122.183559, + 37.49957 + ], + [ + 122.171951, + 37.501792 + ], + [ + 122.184901, + 37.5156 + ], + [ + 122.188218, + 37.510165 + ], + [ + 122.199747, + 37.510323 + ], + [ + 122.202748, + 37.501951 + ], + [ + 122.216173, + 37.497824 + ], + [ + 122.183559, + 37.49957 + ] + ] + ], + [ + [ + [ + 122.257631, + 36.755638 + ], + [ + 122.267028, + 36.754195 + ], + [ + 122.260316, + 36.748704 + ], + [ + 122.257631, + 36.755638 + ] + ] + ], + [ + [ + [ + 121.484614, + 36.732871 + ], + [ + 121.492274, + 36.740207 + ], + [ + 121.499776, + 36.73712 + ], + [ + 121.484614, + 36.732871 + ] + ] + ], + [ + [ + [ + 121.620834, + 36.713827 + ], + [ + 121.623124, + 36.728702 + ], + [ + 121.631179, + 36.725855 + ], + [ + 121.620834, + 36.713827 + ] + ] + ], + [ + [ + [ + 122.482215, + 37.447089 + ], + [ + 122.483479, + 37.454991 + ], + [ + 122.490586, + 37.449829 + ], + [ + 122.482215, + 37.447089 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371100, + "name": "日照市", + "center": [ + 119.461208, + 35.428588 + ], + "centroid": [ + 119.146499, + 35.578656 + ], + "childrenNum": 4, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.662115, + 35.589294 + ], + [ + 119.665748, + 35.570255 + ], + [ + 119.649875, + 35.537658 + ], + [ + 119.639215, + 35.509446 + ], + [ + 119.628712, + 35.500854 + ], + [ + 119.618999, + 35.459469 + ], + [ + 119.612997, + 35.449813 + ], + [ + 119.600205, + 35.443537 + ], + [ + 119.592545, + 35.43339 + ], + [ + 119.579673, + 35.406527 + ], + [ + 119.578804, + 35.385568 + ], + [ + 119.588991, + 35.376106 + ], + [ + 119.586938, + 35.36387 + ], + [ + 119.57912, + 35.357629 + ], + [ + 119.543743, + 35.34796 + ], + [ + 119.539794, + 35.329802 + ], + [ + 119.552745, + 35.330006 + ], + [ + 119.552113, + 35.324456 + ], + [ + 119.53861, + 35.320456 + ], + [ + 119.538452, + 35.29674 + ], + [ + 119.528502, + 35.303721 + ], + [ + 119.520447, + 35.303803 + ], + [ + 119.516025, + 35.318089 + ], + [ + 119.502442, + 35.321721 + ], + [ + 119.476541, + 35.308334 + ], + [ + 119.451113, + 35.28539 + ], + [ + 119.42458, + 35.255332 + ], + [ + 119.411313, + 35.231638 + ], + [ + 119.397652, + 35.166893 + ], + [ + 119.416604, + 35.167465 + ], + [ + 119.416999, + 35.158183 + ], + [ + 119.396073, + 35.157815 + ], + [ + 119.393546, + 35.143582 + ], + [ + 119.397731, + 35.137692 + ], + [ + 119.418973, + 35.128283 + ], + [ + 119.428292, + 35.121205 + ], + [ + 119.432398, + 35.111385 + ], + [ + 119.426633, + 35.108234 + ], + [ + 119.412893, + 35.11073 + ], + [ + 119.403259, + 35.106802 + ], + [ + 119.396467, + 35.091701 + ], + [ + 119.386518, + 35.088918 + ], + [ + 119.374041, + 35.078685 + ], + [ + 119.360379, + 35.075655 + ], + [ + 119.350508, + 35.083883 + ], + [ + 119.305812, + 35.076679 + ], + [ + 119.301785, + 35.093174 + ], + [ + 119.286702, + 35.11515 + ], + [ + 119.267276, + 35.117154 + ], + [ + 119.25551, + 35.122637 + ], + [ + 119.240743, + 35.122923 + ], + [ + 119.220685, + 35.10717 + ], + [ + 119.203233, + 35.110894 + ], + [ + 119.196679, + 35.129919 + ], + [ + 119.189967, + 35.138101 + ], + [ + 119.174252, + 35.139042 + ], + [ + 119.164223, + 35.143173 + ], + [ + 119.163433, + 35.154134 + ], + [ + 119.173146, + 35.1617 + ], + [ + 119.164855, + 35.166525 + ], + [ + 119.157274, + 35.18243 + ], + [ + 119.149219, + 35.189298 + ], + [ + 119.1354, + 35.191669 + ], + [ + 119.139032, + 35.202338 + ], + [ + 119.161301, + 35.204136 + ], + [ + 119.170225, + 35.21231 + ], + [ + 119.174568, + 35.230331 + ], + [ + 119.182149, + 35.241852 + ], + [ + 119.181991, + 35.25231 + ], + [ + 119.187519, + 35.258192 + ], + [ + 119.179543, + 35.287595 + ], + [ + 119.164065, + 35.289554 + ], + [ + 119.155931, + 35.293882 + ], + [ + 119.157669, + 35.301721 + ], + [ + 119.143218, + 35.314048 + ], + [ + 119.141322, + 35.320823 + ], + [ + 119.148193, + 35.326741 + ], + [ + 119.146455, + 35.334862 + ], + [ + 119.133741, + 35.335596 + ], + [ + 119.105708, + 35.330659 + ], + [ + 119.096153, + 35.326864 + ], + [ + 119.087229, + 35.340575 + ], + [ + 119.085571, + 35.354243 + ], + [ + 119.078385, + 35.357506 + ], + [ + 119.075542, + 35.366113 + ], + [ + 119.06575, + 35.364563 + ], + [ + 119.04893, + 35.371498 + ], + [ + 119.044587, + 35.377004 + ], + [ + 119.024371, + 35.386873 + ], + [ + 118.999654, + 35.388953 + ], + [ + 118.984413, + 35.382224 + ], + [ + 118.98852, + 35.36697 + ], + [ + 118.986861, + 35.353141 + ], + [ + 118.973042, + 35.340167 + ], + [ + 118.961828, + 35.334168 + ], + [ + 118.947219, + 35.336943 + ], + [ + 118.930478, + 35.331271 + ], + [ + 118.923213, + 35.339187 + ], + [ + 118.92195, + 35.348408 + ], + [ + 118.904814, + 35.355507 + ], + [ + 118.889573, + 35.357261 + ], + [ + 118.871015, + 35.367215 + ], + [ + 118.874174, + 35.388464 + ], + [ + 118.865725, + 35.391685 + ], + [ + 118.859644, + 35.381694 + ], + [ + 118.84314, + 35.370804 + ], + [ + 118.816764, + 35.373292 + ], + [ + 118.797575, + 35.369417 + ], + [ + 118.784151, + 35.371049 + ], + [ + 118.776412, + 35.37627 + ], + [ + 118.768989, + 35.368031 + ], + [ + 118.739455, + 35.359505 + ], + [ + 118.723898, + 35.368479 + ], + [ + 118.712527, + 35.363544 + ], + [ + 118.709605, + 35.369825 + ], + [ + 118.696891, + 35.379818 + ], + [ + 118.682914, + 35.368642 + ], + [ + 118.652274, + 35.373578 + ], + [ + 118.632059, + 35.368438 + ], + [ + 118.625425, + 35.370315 + ], + [ + 118.624952, + 35.387036 + ], + [ + 118.606157, + 35.390747 + ], + [ + 118.601419, + 35.414517 + ], + [ + 118.619029, + 35.423118 + ], + [ + 118.635691, + 35.421039 + ], + [ + 118.642246, + 35.425156 + ], + [ + 118.632611, + 35.430903 + ], + [ + 118.6289, + 35.449324 + ], + [ + 118.64801, + 35.453276 + ], + [ + 118.651011, + 35.458614 + ], + [ + 118.662066, + 35.461547 + ], + [ + 118.667831, + 35.456821 + ], + [ + 118.693575, + 35.459103 + ], + [ + 118.698234, + 35.455436 + ], + [ + 118.709131, + 35.457677 + ], + [ + 118.723898, + 35.468758 + ], + [ + 118.734322, + 35.48607 + ], + [ + 118.725004, + 35.496578 + ], + [ + 118.698865, + 35.513558 + ], + [ + 118.696575, + 35.528622 + ], + [ + 118.725083, + 35.553205 + ], + [ + 118.724056, + 35.562972 + ], + [ + 118.734875, + 35.569767 + ], + [ + 118.74056, + 35.581484 + ], + [ + 118.735822, + 35.593443 + ], + [ + 118.739692, + 35.62496 + ], + [ + 118.751458, + 35.640409 + ], + [ + 118.76662, + 35.653539 + ], + [ + 118.791416, + 35.68296 + ], + [ + 118.794101, + 35.697504 + ], + [ + 118.806499, + 35.718056 + ], + [ + 118.804209, + 35.728655 + ], + [ + 118.798918, + 35.730117 + ], + [ + 118.757223, + 35.725935 + ], + [ + 118.743482, + 35.729346 + ], + [ + 118.722161, + 35.73101 + ], + [ + 118.707078, + 35.738075 + ], + [ + 118.703288, + 35.745221 + ], + [ + 118.706525, + 35.765152 + ], + [ + 118.702182, + 35.772295 + ], + [ + 118.700603, + 35.791367 + ], + [ + 118.716712, + 35.80723 + ], + [ + 118.724609, + 35.820454 + ], + [ + 118.722082, + 35.834932 + ], + [ + 118.732822, + 35.848111 + ], + [ + 118.7498, + 35.849489 + ], + [ + 118.75438, + 35.853544 + ], + [ + 118.756038, + 35.877379 + ], + [ + 118.765198, + 35.898331 + ], + [ + 118.777281, + 35.896791 + ], + [ + 118.775148, + 35.917251 + ], + [ + 118.805709, + 35.923854 + ], + [ + 118.80413, + 35.939731 + ], + [ + 118.813922, + 35.948761 + ], + [ + 118.837217, + 35.948883 + ], + [ + 118.883571, + 35.957305 + ], + [ + 118.893047, + 35.963257 + ], + [ + 118.897312, + 35.97605 + ], + [ + 118.87986, + 35.992321 + ], + [ + 118.896048, + 36.006404 + ], + [ + 118.956853, + 36.008427 + ], + [ + 118.981886, + 36.017409 + ], + [ + 118.999022, + 36.038404 + ], + [ + 119.012526, + 36.03533 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.017659, + 36.024044 + ], + [ + 119.014105, + 36.013404 + ], + [ + 119.023739, + 36.011219 + ], + [ + 119.024924, + 36.003571 + ], + [ + 119.015606, + 35.995923 + ], + [ + 119.021054, + 35.977426 + ], + [ + 119.05201, + 35.9803 + ], + [ + 119.060538, + 35.978195 + ], + [ + 119.066619, + 35.963986 + ], + [ + 119.07878, + 35.959289 + ], + [ + 119.088888, + 35.963176 + ], + [ + 119.121817, + 35.962731 + ], + [ + 119.134373, + 35.968601 + ], + [ + 119.153246, + 35.971192 + ], + [ + 119.155063, + 35.965767 + ], + [ + 119.178595, + 35.97107 + ], + [ + 119.182623, + 35.962285 + ], + [ + 119.179385, + 35.926163 + ], + [ + 119.183412, + 35.91875 + ], + [ + 119.169672, + 35.91721 + ], + [ + 119.151746, + 35.905502 + ], + [ + 119.144718, + 35.904449 + ], + [ + 119.135637, + 35.892982 + ], + [ + 119.158221, + 35.882486 + ], + [ + 119.161854, + 35.894481 + ], + [ + 119.169119, + 35.894846 + ], + [ + 119.190598, + 35.879446 + ], + [ + 119.217053, + 35.879527 + ], + [ + 119.240427, + 35.884269 + ], + [ + 119.281964, + 35.910202 + ], + [ + 119.294441, + 35.911336 + ], + [ + 119.298153, + 35.893022 + ], + [ + 119.315999, + 35.887552 + ], + [ + 119.345533, + 35.893792 + ], + [ + 119.360695, + 35.884066 + ], + [ + 119.371435, + 35.860476 + ], + [ + 119.358247, + 35.84511 + ], + [ + 119.372382, + 35.830025 + ], + [ + 119.374041, + 35.816154 + ], + [ + 119.368829, + 35.770834 + ], + [ + 119.375857, + 35.770712 + ], + [ + 119.390466, + 35.778707 + ], + [ + 119.397731, + 35.786823 + ], + [ + 119.427739, + 35.802078 + ], + [ + 119.444322, + 35.804026 + ], + [ + 119.455693, + 35.809056 + ], + [ + 119.464696, + 35.80861 + ], + [ + 119.482385, + 35.799725 + ], + [ + 119.493282, + 35.789866 + ], + [ + 119.496599, + 35.779235 + ], + [ + 119.48657, + 35.771646 + ], + [ + 119.48807, + 35.754599 + ], + [ + 119.504101, + 35.752325 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.517762, + 35.723742 + ], + [ + 119.521079, + 35.716879 + ], + [ + 119.518473, + 35.700632 + ], + [ + 119.51484, + 35.697992 + ], + [ + 119.519105, + 35.68552 + ], + [ + 119.528265, + 35.674305 + ], + [ + 119.524474, + 35.632279 + ], + [ + 119.517762, + 35.625774 + ], + [ + 119.518157, + 35.615446 + ], + [ + 119.536872, + 35.606011 + ], + [ + 119.538215, + 35.589294 + ], + [ + 119.556535, + 35.592508 + ], + [ + 119.57762, + 35.586243 + ], + [ + 119.592308, + 35.600683 + ], + [ + 119.600599, + 35.590271 + ], + [ + 119.609286, + 35.59202 + ], + [ + 119.614972, + 35.606336 + ], + [ + 119.634713, + 35.598731 + ], + [ + 119.651455, + 35.588766 + ], + [ + 119.662115, + 35.589294 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371300, + "name": "临沂市", + "center": [ + 118.326443, + 35.065282 + ], + "centroid": [ + 118.286436, + 35.311894 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 11, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.419191, + 35.273997 + ], + [ + 117.439565, + 35.282368 + ], + [ + 117.463098, + 35.287472 + ], + [ + 117.478891, + 35.314375 + ], + [ + 117.453937, + 35.325027 + ], + [ + 117.446988, + 35.330292 + ], + [ + 117.439012, + 35.348939 + ], + [ + 117.439644, + 35.359668 + ], + [ + 117.463887, + 35.375617 + ], + [ + 117.463334, + 35.39038 + ], + [ + 117.474785, + 35.400941 + ], + [ + 117.467441, + 35.418186 + ], + [ + 117.455833, + 35.424953 + ], + [ + 117.453779, + 35.442396 + ], + [ + 117.42851, + 35.458614 + ], + [ + 117.442171, + 35.469247 + ], + [ + 117.452279, + 35.490306 + ], + [ + 117.462703, + 35.497922 + ], + [ + 117.467441, + 35.512255 + ], + [ + 117.472416, + 35.514372 + ], + [ + 117.481734, + 35.507898 + ], + [ + 117.498396, + 35.503093 + ], + [ + 117.501634, + 35.512947 + ], + [ + 117.513795, + 35.514576 + ], + [ + 117.520033, + 35.51991 + ], + [ + 117.516401, + 35.527319 + ], + [ + 117.50424, + 35.531675 + ], + [ + 117.496264, + 35.543031 + ], + [ + 117.499502, + 35.550845 + ], + [ + 117.515058, + 35.551008 + ], + [ + 117.528641, + 35.547182 + ], + [ + 117.582418, + 35.554141 + ], + [ + 117.593473, + 35.567448 + ], + [ + 117.590394, + 35.573551 + ], + [ + 117.592763, + 35.589701 + ], + [ + 117.585577, + 35.593972 + ], + [ + 117.588893, + 35.619878 + ], + [ + 117.596948, + 35.630449 + ], + [ + 117.599001, + 35.649149 + ], + [ + 117.605319, + 35.674834 + ], + [ + 117.62585, + 35.703841 + ], + [ + 117.634616, + 35.709324 + ], + [ + 117.663913, + 35.70969 + ], + [ + 117.679154, + 35.713305 + ], + [ + 117.707424, + 35.726016 + ], + [ + 117.732615, + 35.71237 + ], + [ + 117.754173, + 35.709609 + ], + [ + 117.769019, + 35.726625 + ], + [ + 117.781733, + 35.734096 + ], + [ + 117.811504, + 35.732919 + ], + [ + 117.823033, + 35.739496 + ], + [ + 117.837405, + 35.741445 + ], + [ + 117.833694, + 35.760484 + ], + [ + 117.828482, + 35.773837 + ], + [ + 117.831167, + 35.786661 + ], + [ + 117.846092, + 35.796398 + ], + [ + 117.840959, + 35.812058 + ], + [ + 117.828403, + 35.821792 + ], + [ + 117.827376, + 35.827754 + ], + [ + 117.842143, + 35.84507 + ], + [ + 117.85541, + 35.850219 + ], + [ + 117.86686, + 35.86984 + ], + [ + 117.883364, + 35.882648 + ], + [ + 117.906265, + 35.884634 + ], + [ + 117.924586, + 35.880946 + ], + [ + 117.937615, + 35.874826 + ], + [ + 117.960516, + 35.87057 + ], + [ + 117.968097, + 35.884066 + ], + [ + 117.97931, + 35.889699 + ], + [ + 117.981364, + 35.906191 + ], + [ + 117.988234, + 35.908703 + ], + [ + 117.99921, + 35.925393 + ], + [ + 117.997394, + 35.934587 + ], + [ + 117.988471, + 35.947709 + ], + [ + 118.021084, + 35.949004 + ], + [ + 118.02298, + 35.958965 + ], + [ + 118.03293, + 35.964998 + ], + [ + 118.032693, + 35.974268 + ], + [ + 118.042248, + 35.986371 + ], + [ + 118.058989, + 35.992968 + ], + [ + 118.066807, + 36.009155 + ], + [ + 118.075888, + 36.009034 + ], + [ + 118.078415, + 36.017652 + ], + [ + 118.084338, + 36.012149 + ], + [ + 118.093261, + 36.014618 + ], + [ + 118.096104, + 36.024246 + ], + [ + 118.10937, + 36.030031 + ], + [ + 118.132666, + 36.030436 + ], + [ + 118.135588, + 36.02364 + ], + [ + 118.178388, + 36.017005 + ], + [ + 118.197578, + 36.004947 + ], + [ + 118.206106, + 35.97864 + ], + [ + 118.193787, + 35.974026 + ], + [ + 118.207054, + 35.964391 + ], + [ + 118.209897, + 35.955767 + ], + [ + 118.22569, + 35.948235 + ], + [ + 118.236351, + 35.947749 + ], + [ + 118.236904, + 35.939245 + ], + [ + 118.245906, + 35.932157 + ], + [ + 118.257119, + 35.930699 + ], + [ + 118.257593, + 35.925717 + ], + [ + 118.26928, + 35.928512 + ], + [ + 118.281362, + 35.935964 + ], + [ + 118.293523, + 35.937503 + ], + [ + 118.303552, + 35.948923 + ], + [ + 118.314134, + 35.950827 + ], + [ + 118.320136, + 35.946575 + ], + [ + 118.344774, + 35.955888 + ], + [ + 118.352828, + 35.956698 + ], + [ + 118.360725, + 35.970908 + ], + [ + 118.382283, + 35.975078 + ], + [ + 118.387021, + 35.987586 + ], + [ + 118.415213, + 35.990783 + ], + [ + 118.430612, + 35.969694 + ], + [ + 118.459356, + 35.952689 + ], + [ + 118.470964, + 35.960868 + ], + [ + 118.502157, + 35.962488 + ], + [ + 118.505157, + 35.965808 + ], + [ + 118.499393, + 35.976212 + ], + [ + 118.486521, + 35.988759 + ], + [ + 118.49268, + 35.995437 + ], + [ + 118.487074, + 36.005797 + ], + [ + 118.476571, + 36.012797 + ], + [ + 118.469859, + 36.022992 + ], + [ + 118.476097, + 36.031407 + ], + [ + 118.489206, + 36.025784 + ], + [ + 118.503341, + 36.024246 + ], + [ + 118.507447, + 36.029789 + ], + [ + 118.516845, + 36.026107 + ], + [ + 118.522609, + 36.043622 + ], + [ + 118.522214, + 36.05349 + ], + [ + 118.513449, + 36.064085 + ], + [ + 118.516608, + 36.068573 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.522925, + 36.084784 + ], + [ + 118.529479, + 36.093879 + ], + [ + 118.526716, + 36.104671 + ], + [ + 118.504762, + 36.105802 + ], + [ + 118.509974, + 36.114612 + ], + [ + 118.515502, + 36.109884 + ], + [ + 118.535797, + 36.118531 + ], + [ + 118.541719, + 36.124996 + ], + [ + 118.556881, + 36.130935 + ], + [ + 118.565015, + 36.130087 + ], + [ + 118.563988, + 36.147094 + ], + [ + 118.572201, + 36.156424 + ], + [ + 118.581914, + 36.151456 + ], + [ + 118.606236, + 36.164218 + ], + [ + 118.622109, + 36.17718 + ], + [ + 118.640824, + 36.171042 + ], + [ + 118.644299, + 36.177018 + ], + [ + 118.653143, + 36.176695 + ], + [ + 118.666015, + 36.168983 + ], + [ + 118.675491, + 36.170194 + ], + [ + 118.683388, + 36.158564 + ], + [ + 118.679913, + 36.152062 + ], + [ + 118.701235, + 36.144509 + ], + [ + 118.703761, + 36.150446 + ], + [ + 118.714659, + 36.154485 + ], + [ + 118.72603, + 36.141035 + ], + [ + 118.736454, + 36.146528 + ], + [ + 118.73298, + 36.1519 + ], + [ + 118.733532, + 36.166802 + ], + [ + 118.741824, + 36.165551 + ], + [ + 118.751142, + 36.183115 + ], + [ + 118.745535, + 36.191754 + ], + [ + 118.766383, + 36.206649 + ], + [ + 118.78573, + 36.197487 + ], + [ + 118.802076, + 36.202855 + ], + [ + 118.809026, + 36.198738 + ], + [ + 118.835796, + 36.203138 + ], + [ + 118.847009, + 36.199263 + ], + [ + 118.848746, + 36.188606 + ], + [ + 118.844561, + 36.18473 + ], + [ + 118.846614, + 36.172092 + ], + [ + 118.85459, + 36.170194 + ], + [ + 118.859802, + 36.16232 + ], + [ + 118.858302, + 36.143256 + ], + [ + 118.863908, + 36.139298 + ], + [ + 118.858302, + 36.129966 + ], + [ + 118.860197, + 36.114733 + ], + [ + 118.865961, + 36.113682 + ], + [ + 118.860513, + 36.101316 + ], + [ + 118.875911, + 36.091535 + ], + [ + 118.880886, + 36.08438 + ], + [ + 118.886493, + 36.088584 + ], + [ + 118.908288, + 36.091292 + ], + [ + 118.920765, + 36.105721 + ], + [ + 118.916185, + 36.111702 + ], + [ + 118.936322, + 36.11344 + ], + [ + 118.943271, + 36.119582 + ], + [ + 118.954642, + 36.1115 + ], + [ + 118.958512, + 36.104145 + ], + [ + 118.970041, + 36.104671 + ], + [ + 118.970278, + 36.09873 + ], + [ + 118.988756, + 36.092343 + ], + [ + 119.000523, + 36.099497 + ], + [ + 119.013868, + 36.09881 + ], + [ + 119.020344, + 36.104307 + ], + [ + 119.038506, + 36.090444 + ], + [ + 119.048851, + 36.092707 + ], + [ + 119.066935, + 36.081631 + ], + [ + 119.063539, + 36.075042 + ], + [ + 119.049641, + 36.066632 + ], + [ + 119.042534, + 36.055512 + ], + [ + 119.040322, + 36.042934 + ], + [ + 119.052089, + 36.037838 + ], + [ + 119.047903, + 36.024813 + ], + [ + 119.035584, + 36.02275 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.012526, + 36.03533 + ], + [ + 118.999022, + 36.038404 + ], + [ + 118.981886, + 36.017409 + ], + [ + 118.956853, + 36.008427 + ], + [ + 118.896048, + 36.006404 + ], + [ + 118.87986, + 35.992321 + ], + [ + 118.897312, + 35.97605 + ], + [ + 118.893047, + 35.963257 + ], + [ + 118.883571, + 35.957305 + ], + [ + 118.837217, + 35.948883 + ], + [ + 118.813922, + 35.948761 + ], + [ + 118.80413, + 35.939731 + ], + [ + 118.805709, + 35.923854 + ], + [ + 118.775148, + 35.917251 + ], + [ + 118.777281, + 35.896791 + ], + [ + 118.765198, + 35.898331 + ], + [ + 118.756038, + 35.877379 + ], + [ + 118.75438, + 35.853544 + ], + [ + 118.7498, + 35.849489 + ], + [ + 118.732822, + 35.848111 + ], + [ + 118.722082, + 35.834932 + ], + [ + 118.724609, + 35.820454 + ], + [ + 118.716712, + 35.80723 + ], + [ + 118.700603, + 35.791367 + ], + [ + 118.702182, + 35.772295 + ], + [ + 118.706525, + 35.765152 + ], + [ + 118.703288, + 35.745221 + ], + [ + 118.707078, + 35.738075 + ], + [ + 118.722161, + 35.73101 + ], + [ + 118.743482, + 35.729346 + ], + [ + 118.757223, + 35.725935 + ], + [ + 118.798918, + 35.730117 + ], + [ + 118.804209, + 35.728655 + ], + [ + 118.806499, + 35.718056 + ], + [ + 118.794101, + 35.697504 + ], + [ + 118.791416, + 35.68296 + ], + [ + 118.76662, + 35.653539 + ], + [ + 118.751458, + 35.640409 + ], + [ + 118.739692, + 35.62496 + ], + [ + 118.735822, + 35.593443 + ], + [ + 118.74056, + 35.581484 + ], + [ + 118.734875, + 35.569767 + ], + [ + 118.724056, + 35.562972 + ], + [ + 118.725083, + 35.553205 + ], + [ + 118.696575, + 35.528622 + ], + [ + 118.698865, + 35.513558 + ], + [ + 118.725004, + 35.496578 + ], + [ + 118.734322, + 35.48607 + ], + [ + 118.723898, + 35.468758 + ], + [ + 118.709131, + 35.457677 + ], + [ + 118.698234, + 35.455436 + ], + [ + 118.693575, + 35.459103 + ], + [ + 118.667831, + 35.456821 + ], + [ + 118.662066, + 35.461547 + ], + [ + 118.651011, + 35.458614 + ], + [ + 118.64801, + 35.453276 + ], + [ + 118.6289, + 35.449324 + ], + [ + 118.632611, + 35.430903 + ], + [ + 118.642246, + 35.425156 + ], + [ + 118.635691, + 35.421039 + ], + [ + 118.619029, + 35.423118 + ], + [ + 118.601419, + 35.414517 + ], + [ + 118.606157, + 35.390747 + ], + [ + 118.624952, + 35.387036 + ], + [ + 118.625425, + 35.370315 + ], + [ + 118.632059, + 35.368438 + ], + [ + 118.652274, + 35.373578 + ], + [ + 118.682914, + 35.368642 + ], + [ + 118.696891, + 35.379818 + ], + [ + 118.709605, + 35.369825 + ], + [ + 118.712527, + 35.363544 + ], + [ + 118.723898, + 35.368479 + ], + [ + 118.739455, + 35.359505 + ], + [ + 118.768989, + 35.368031 + ], + [ + 118.776412, + 35.37627 + ], + [ + 118.784151, + 35.371049 + ], + [ + 118.797575, + 35.369417 + ], + [ + 118.816764, + 35.373292 + ], + [ + 118.84314, + 35.370804 + ], + [ + 118.859644, + 35.381694 + ], + [ + 118.865725, + 35.391685 + ], + [ + 118.874174, + 35.388464 + ], + [ + 118.871015, + 35.367215 + ], + [ + 118.889573, + 35.357261 + ], + [ + 118.904814, + 35.355507 + ], + [ + 118.92195, + 35.348408 + ], + [ + 118.923213, + 35.339187 + ], + [ + 118.930478, + 35.331271 + ], + [ + 118.947219, + 35.336943 + ], + [ + 118.961828, + 35.334168 + ], + [ + 118.973042, + 35.340167 + ], + [ + 118.986861, + 35.353141 + ], + [ + 118.98852, + 35.36697 + ], + [ + 118.984413, + 35.382224 + ], + [ + 118.999654, + 35.388953 + ], + [ + 119.024371, + 35.386873 + ], + [ + 119.044587, + 35.377004 + ], + [ + 119.04893, + 35.371498 + ], + [ + 119.06575, + 35.364563 + ], + [ + 119.075542, + 35.366113 + ], + [ + 119.078385, + 35.357506 + ], + [ + 119.085571, + 35.354243 + ], + [ + 119.087229, + 35.340575 + ], + [ + 119.096153, + 35.326864 + ], + [ + 119.105708, + 35.330659 + ], + [ + 119.133741, + 35.335596 + ], + [ + 119.146455, + 35.334862 + ], + [ + 119.148193, + 35.326741 + ], + [ + 119.141322, + 35.320823 + ], + [ + 119.143218, + 35.314048 + ], + [ + 119.157669, + 35.301721 + ], + [ + 119.155931, + 35.293882 + ], + [ + 119.164065, + 35.289554 + ], + [ + 119.179543, + 35.287595 + ], + [ + 119.187519, + 35.258192 + ], + [ + 119.181991, + 35.25231 + ], + [ + 119.182149, + 35.241852 + ], + [ + 119.174568, + 35.230331 + ], + [ + 119.170225, + 35.21231 + ], + [ + 119.161301, + 35.204136 + ], + [ + 119.139032, + 35.202338 + ], + [ + 119.1354, + 35.191669 + ], + [ + 119.149219, + 35.189298 + ], + [ + 119.157274, + 35.18243 + ], + [ + 119.164855, + 35.166525 + ], + [ + 119.173146, + 35.1617 + ], + [ + 119.163433, + 35.154134 + ], + [ + 119.164223, + 35.143173 + ], + [ + 119.174252, + 35.139042 + ], + [ + 119.189967, + 35.138101 + ], + [ + 119.196679, + 35.129919 + ], + [ + 119.203233, + 35.110894 + ], + [ + 119.171409, + 35.10717 + ], + [ + 119.159011, + 35.100991 + ], + [ + 119.138085, + 35.096285 + ], + [ + 119.129477, + 35.076187 + ], + [ + 119.120475, + 35.070088 + ], + [ + 119.120396, + 35.05801 + ], + [ + 119.114631, + 35.05498 + ], + [ + 119.073647, + 35.056659 + ], + [ + 119.061407, + 35.051581 + ], + [ + 119.037401, + 35.051335 + ], + [ + 119.00534, + 35.05412 + ], + [ + 118.992152, + 35.048182 + ], + [ + 118.965619, + 35.046462 + ], + [ + 118.945166, + 35.040811 + ], + [ + 118.928504, + 35.050885 + ], + [ + 118.911131, + 35.047773 + ], + [ + 118.903787, + 35.041343 + ], + [ + 118.885782, + 35.034258 + ], + [ + 118.86533, + 35.029834 + ], + [ + 118.862487, + 35.025697 + ], + [ + 118.865093, + 34.993208 + ], + [ + 118.859249, + 34.962633 + ], + [ + 118.86075, + 34.943979 + ], + [ + 118.829715, + 34.911129 + ], + [ + 118.805235, + 34.873055 + ], + [ + 118.802471, + 34.845637 + ], + [ + 118.768989, + 34.846129 + ], + [ + 118.768278, + 34.838822 + ], + [ + 118.78194, + 34.82749 + ], + [ + 118.776649, + 34.818785 + ], + [ + 118.779018, + 34.809627 + ], + [ + 118.773569, + 34.795333 + ], + [ + 118.756512, + 34.789541 + ], + [ + 118.73756, + 34.792088 + ], + [ + 118.728399, + 34.786871 + ], + [ + 118.740166, + 34.781243 + ], + [ + 118.738507, + 34.766862 + ], + [ + 118.727215, + 34.768752 + ], + [ + 118.716475, + 34.763821 + ], + [ + 118.719239, + 34.745533 + ], + [ + 118.730374, + 34.745451 + ], + [ + 118.740087, + 34.736901 + ], + [ + 118.759197, + 34.740847 + ], + [ + 118.768515, + 34.738093 + ], + [ + 118.78344, + 34.722061 + ], + [ + 118.758723, + 34.703434 + ], + [ + 118.739376, + 34.69377 + ], + [ + 118.720108, + 34.694222 + ], + [ + 118.704077, + 34.688752 + ], + [ + 118.690258, + 34.678593 + ], + [ + 118.681335, + 34.678346 + ], + [ + 118.664357, + 34.693441 + ], + [ + 118.650537, + 34.695086 + ], + [ + 118.633717, + 34.687025 + ], + [ + 118.604894, + 34.696484 + ], + [ + 118.60134, + 34.714167 + ], + [ + 118.570464, + 34.712522 + ], + [ + 118.558934, + 34.706847 + ], + [ + 118.546063, + 34.70619 + ], + [ + 118.53935, + 34.711494 + ], + [ + 118.525215, + 34.712563 + ], + [ + 118.522688, + 34.692289 + ], + [ + 118.508158, + 34.687066 + ], + [ + 118.500814, + 34.675178 + ], + [ + 118.484231, + 34.6709 + ], + [ + 118.468437, + 34.674315 + ], + [ + 118.460856, + 34.65757 + ], + [ + 118.466463, + 34.643127 + ], + [ + 118.474913, + 34.637201 + ], + [ + 118.473807, + 34.623412 + ], + [ + 118.46362, + 34.625265 + ], + [ + 118.452881, + 34.617691 + ], + [ + 118.439219, + 34.626294 + ], + [ + 118.42382, + 34.591094 + ], + [ + 118.428322, + 34.563253 + ], + [ + 118.440956, + 34.52477 + ], + [ + 118.439535, + 34.507996 + ], + [ + 118.430928, + 34.489074 + ], + [ + 118.421372, + 34.483219 + ], + [ + 118.41624, + 34.473859 + ], + [ + 118.411344, + 34.446391 + ], + [ + 118.405342, + 34.437027 + ], + [ + 118.404947, + 34.427744 + ], + [ + 118.395155, + 34.427084 + ], + [ + 118.379993, + 34.415531 + ], + [ + 118.353223, + 34.41747 + ], + [ + 118.352197, + 34.422834 + ], + [ + 118.320925, + 34.421349 + ], + [ + 118.290681, + 34.424567 + ], + [ + 118.28918, + 34.412271 + ], + [ + 118.279862, + 34.412188 + ], + [ + 118.277414, + 34.404677 + ], + [ + 118.242431, + 34.405709 + ], + [ + 118.230981, + 34.398693 + ], + [ + 118.220241, + 34.405957 + ], + [ + 118.217714, + 34.379127 + ], + [ + 118.204369, + 34.377352 + ], + [ + 118.189602, + 34.380654 + ], + [ + 118.183363, + 34.390355 + ], + [ + 118.179336, + 34.379416 + ], + [ + 118.170413, + 34.381356 + ], + [ + 118.177125, + 34.408722 + ], + [ + 118.178862, + 34.425186 + ], + [ + 118.177757, + 34.453238 + ], + [ + 118.139931, + 34.475344 + ], + [ + 118.132824, + 34.483425 + ], + [ + 118.141826, + 34.497154 + ], + [ + 118.164964, + 34.504904 + ], + [ + 118.16757, + 34.519701 + ], + [ + 118.184706, + 34.544179 + ], + [ + 118.163542, + 34.551471 + ], + [ + 118.153671, + 34.549164 + ], + [ + 118.140721, + 34.554025 + ], + [ + 118.137167, + 34.563253 + ], + [ + 118.126428, + 34.55522 + ], + [ + 118.100447, + 34.564736 + ], + [ + 118.078968, + 34.569761 + ], + [ + 118.082363, + 34.579893 + ], + [ + 118.102816, + 34.593441 + ], + [ + 118.11474, + 34.614397 + ], + [ + 118.113003, + 34.621437 + ], + [ + 118.100526, + 34.626582 + ], + [ + 118.094603, + 34.636583 + ], + [ + 118.102658, + 34.647736 + ], + [ + 118.084022, + 34.655924 + ], + [ + 118.077783, + 34.653702 + ], + [ + 118.05741, + 34.655019 + ], + [ + 118.053935, + 34.650945 + ], + [ + 118.02069, + 34.660409 + ], + [ + 118.018242, + 34.647036 + ], + [ + 118.007818, + 34.64753 + ], + [ + 118.007423, + 34.65613 + ], + [ + 117.99084, + 34.661726 + ], + [ + 117.991708, + 34.670077 + ], + [ + 117.96328, + 34.678552 + ], + [ + 117.951672, + 34.678469 + ], + [ + 117.939669, + 34.664852 + ], + [ + 117.90974, + 34.67016 + ], + [ + 117.903106, + 34.644567 + ], + [ + 117.880995, + 34.645184 + ], + [ + 117.877916, + 34.650205 + ], + [ + 117.863465, + 34.645184 + ], + [ + 117.849408, + 34.647201 + ], + [ + 117.847513, + 34.652386 + ], + [ + 117.834483, + 34.647324 + ], + [ + 117.831798, + 34.653455 + ], + [ + 117.820111, + 34.646172 + ], + [ + 117.805818, + 34.646254 + ], + [ + 117.819243, + 34.681842 + ], + [ + 117.825639, + 34.684392 + ], + [ + 117.831719, + 34.707793 + ], + [ + 117.825244, + 34.713139 + ], + [ + 117.823665, + 34.72868 + ], + [ + 117.830061, + 34.740888 + ], + [ + 117.830614, + 34.760246 + ], + [ + 117.79958, + 34.768875 + ], + [ + 117.784576, + 34.780667 + ], + [ + 117.784023, + 34.79484 + ], + [ + 117.77739, + 34.801248 + ], + [ + 117.798632, + 34.810653 + ], + [ + 117.803686, + 34.830734 + ], + [ + 117.795315, + 34.835907 + ], + [ + 117.763175, + 34.848839 + ], + [ + 117.75291, + 34.857623 + ], + [ + 117.742407, + 34.874163 + ], + [ + 117.729298, + 34.876994 + ], + [ + 117.715163, + 34.896238 + ], + [ + 117.70466, + 34.906699 + ], + [ + 117.698501, + 34.919989 + ], + [ + 117.704265, + 34.933605 + ], + [ + 117.712004, + 34.934999 + ], + [ + 117.714689, + 34.947833 + ], + [ + 117.724323, + 34.958329 + ], + [ + 117.719506, + 34.968331 + ], + [ + 117.726534, + 34.979561 + ], + [ + 117.728035, + 35.008041 + ], + [ + 117.737985, + 35.013203 + ], + [ + 117.744618, + 35.022748 + ], + [ + 117.736247, + 35.031514 + ], + [ + 117.704423, + 35.031227 + ], + [ + 117.707345, + 35.052318 + ], + [ + 117.69321, + 35.06018 + ], + [ + 117.676469, + 35.065543 + ], + [ + 117.656885, + 35.077497 + ], + [ + 117.650725, + 35.092724 + ], + [ + 117.623007, + 35.113063 + ], + [ + 117.604371, + 35.13401 + ], + [ + 117.600344, + 35.135524 + ], + [ + 117.591025, + 35.152539 + ], + [ + 117.586208, + 35.152989 + ], + [ + 117.58376, + 35.164317 + ], + [ + 117.570336, + 35.168365 + ], + [ + 117.556043, + 35.161291 + ], + [ + 117.548462, + 35.161741 + ], + [ + 117.528009, + 35.184351 + ], + [ + 117.526825, + 35.200621 + ], + [ + 117.507162, + 35.198986 + ], + [ + 117.494843, + 35.205893 + ], + [ + 117.480628, + 35.222771 + ], + [ + 117.468073, + 35.228369 + ], + [ + 117.448331, + 35.231842 + ], + [ + 117.449752, + 35.246795 + ], + [ + 117.439486, + 35.258927 + ], + [ + 117.426456, + 35.261786 + ], + [ + 117.419191, + 35.273997 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371400, + "name": "德州市", + "center": [ + 116.307428, + 37.453968 + ], + "centroid": [ + 116.653994, + 37.251363 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 12, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.768684, + 36.921014 + ], + [ + 115.761972, + 36.924413 + ], + [ + 115.762683, + 36.939327 + ], + [ + 115.772791, + 36.936849 + ], + [ + 115.788189, + 36.9526 + ], + [ + 115.796876, + 36.968747 + ], + [ + 115.791743, + 36.975261 + ], + [ + 115.784478, + 36.970625 + ], + [ + 115.786373, + 36.983093 + ], + [ + 115.776265, + 36.990884 + ], + [ + 115.790874, + 37.005985 + ], + [ + 115.808089, + 37.010259 + ], + [ + 115.813222, + 37.019126 + ], + [ + 115.812354, + 37.02895 + ], + [ + 115.825778, + 37.032384 + ], + [ + 115.831938, + 37.045281 + ], + [ + 115.85626, + 37.06073 + ], + [ + 115.855154, + 37.071108 + ], + [ + 115.865025, + 37.070828 + ], + [ + 115.868263, + 37.084038 + ], + [ + 115.879476, + 37.105583 + ], + [ + 115.885399, + 37.128757 + ], + [ + 115.879397, + 37.138647 + ], + [ + 115.87995, + 37.152004 + ], + [ + 115.892269, + 37.157625 + ], + [ + 115.912485, + 37.178751 + ], + [ + 115.904825, + 37.189391 + ], + [ + 115.9098, + 37.206803 + ], + [ + 115.920145, + 37.214173 + ], + [ + 115.920934, + 37.223534 + ], + [ + 115.926778, + 37.219511 + ], + [ + 115.941387, + 37.227716 + ], + [ + 115.953232, + 37.223693 + ], + [ + 115.969421, + 37.239464 + ], + [ + 115.971079, + 37.245636 + ], + [ + 115.963972, + 37.250096 + ], + [ + 115.972895, + 37.257103 + ], + [ + 115.966973, + 37.265742 + ], + [ + 115.975185, + 37.268967 + ], + [ + 115.976212, + 37.276171 + ], + [ + 115.96871, + 37.28632 + ], + [ + 115.970763, + 37.295553 + ], + [ + 115.981503, + 37.30737 + ], + [ + 115.984346, + 37.319265 + ], + [ + 115.975659, + 37.317515 + ], + [ + 115.972974, + 37.324039 + ], + [ + 115.984503, + 37.326067 + ], + [ + 115.975738, + 37.337283 + ], + [ + 115.986951, + 37.341738 + ], + [ + 116.009457, + 37.343169 + ], + [ + 116.000376, + 37.350804 + ], + [ + 116.013643, + 37.349571 + ], + [ + 116.024461, + 37.359949 + ], + [ + 116.031252, + 37.356411 + ], + [ + 116.051942, + 37.357484 + ], + [ + 116.056206, + 37.369053 + ], + [ + 116.072474, + 37.368099 + ], + [ + 116.087557, + 37.373307 + ], + [ + 116.106588, + 37.368815 + ], + [ + 116.116459, + 37.374301 + ], + [ + 116.126646, + 37.373466 + ], + [ + 116.168814, + 37.384118 + ], + [ + 116.18524, + 37.369928 + ], + [ + 116.195506, + 37.365674 + ], + [ + 116.234437, + 37.361221 + ], + [ + 116.251652, + 37.376566 + ], + [ + 116.261602, + 37.389802 + ], + [ + 116.270446, + 37.389126 + ], + [ + 116.273052, + 37.398425 + ], + [ + 116.282923, + 37.401326 + ], + [ + 116.270446, + 37.413802 + ], + [ + 116.275026, + 37.418252 + ], + [ + 116.263023, + 37.422423 + ], + [ + 116.270999, + 37.426714 + ], + [ + 116.250072, + 37.425919 + ], + [ + 116.247151, + 37.422066 + ], + [ + 116.231515, + 37.424529 + ], + [ + 116.22733, + 37.434261 + ], + [ + 116.243123, + 37.448201 + ], + [ + 116.243597, + 37.455904 + ], + [ + 116.229936, + 37.459676 + ], + [ + 116.224803, + 37.479963 + ], + [ + 116.235068, + 37.479725 + ], + [ + 116.241307, + 37.491434 + ], + [ + 116.258285, + 37.482662 + ], + [ + 116.256469, + 37.478812 + ], + [ + 116.276448, + 37.466902 + ], + [ + 116.271473, + 37.478931 + ], + [ + 116.290899, + 37.484766 + ], + [ + 116.286082, + 37.491117 + ], + [ + 116.292952, + 37.497387 + ], + [ + 116.284344, + 37.500721 + ], + [ + 116.297532, + 37.508816 + ], + [ + 116.280317, + 37.510879 + ], + [ + 116.283555, + 37.517584 + ], + [ + 116.278422, + 37.524765 + ], + [ + 116.291373, + 37.523813 + ], + [ + 116.286082, + 37.532619 + ], + [ + 116.291373, + 37.545589 + ], + [ + 116.287898, + 37.549317 + ], + [ + 116.299348, + 37.55935 + ], + [ + 116.299664, + 37.56958 + ], + [ + 116.304481, + 37.564505 + ], + [ + 116.334805, + 37.574773 + ], + [ + 116.319406, + 37.580046 + ], + [ + 116.33591, + 37.581235 + ], + [ + 116.344913, + 37.570492 + ], + [ + 116.343491, + 37.566011 + ], + [ + 116.367655, + 37.566289 + ], + [ + 116.375473, + 37.560341 + ], + [ + 116.376895, + 37.546581 + ], + [ + 116.367892, + 37.533809 + ], + [ + 116.368919, + 37.526392 + ], + [ + 116.382738, + 37.523615 + ], + [ + 116.388661, + 37.516315 + ], + [ + 116.402164, + 37.509847 + ], + [ + 116.414089, + 37.490997 + ], + [ + 116.434146, + 37.473334 + ], + [ + 116.438648, + 37.477224 + ], + [ + 116.446702, + 37.500562 + ], + [ + 116.46218, + 37.517426 + ], + [ + 116.482633, + 37.52179 + ], + [ + 116.49969, + 37.537855 + ], + [ + 116.507113, + 37.541822 + ], + [ + 116.51959, + 37.559905 + ], + [ + 116.538463, + 37.56843 + ], + [ + 116.545807, + 37.582504 + ], + [ + 116.563496, + 37.596495 + ], + [ + 116.556547, + 37.596852 + ], + [ + 116.580316, + 37.613258 + ], + [ + 116.60448, + 37.625105 + ], + [ + 116.630776, + 37.652713 + ], + [ + 116.640884, + 37.666454 + ], + [ + 116.636462, + 37.675877 + ], + [ + 116.641042, + 37.68233 + ], + [ + 116.646412, + 37.676233 + ], + [ + 116.653677, + 37.67754 + ], + [ + 116.664022, + 37.687793 + ], + [ + 116.675235, + 37.720838 + ], + [ + 116.679736, + 37.72879 + ], + [ + 116.69932, + 37.73065 + ], + [ + 116.698768, + 37.738759 + ], + [ + 116.709586, + 37.735199 + ], + [ + 116.724511, + 37.744297 + ], + [ + 116.718826, + 37.762331 + ], + [ + 116.723169, + 37.766721 + ], + [ + 116.73912, + 37.756914 + ], + [ + 116.744174, + 37.757349 + ], + [ + 116.753808, + 37.770517 + ], + [ + 116.75365, + 37.793011 + ], + [ + 116.74599, + 37.795778 + ], + [ + 116.758941, + 37.801865 + ], + [ + 116.766838, + 37.81135 + ], + [ + 116.786185, + 37.826326 + ], + [ + 116.788159, + 37.843432 + ], + [ + 116.794556, + 37.846987 + ], + [ + 116.811771, + 37.847935 + ], + [ + 116.812718, + 37.84359 + ], + [ + 116.828038, + 37.840627 + ], + [ + 116.843753, + 37.834465 + ], + [ + 116.879604, + 37.843748 + ], + [ + 116.919325, + 37.84592 + ], + [ + 116.950359, + 37.839719 + ], + [ + 116.976656, + 37.841062 + ], + [ + 117.008874, + 37.833872 + ], + [ + 117.027195, + 37.832371 + ], + [ + 117.040541, + 37.839324 + ], + [ + 117.074339, + 37.848725 + ], + [ + 117.093765, + 37.849515 + ], + [ + 117.150148, + 37.8396 + ], + [ + 117.163651, + 37.839798 + ], + [ + 117.185368, + 37.849791 + ], + [ + 117.208821, + 37.843748 + ], + [ + 117.259755, + 37.838257 + ], + [ + 117.271364, + 37.839916 + ], + [ + 117.284472, + 37.84675 + ], + [ + 117.302951, + 37.852358 + ], + [ + 117.320166, + 37.861402 + ], + [ + 117.344251, + 37.862666 + ], + [ + 117.364704, + 37.854136 + ], + [ + 117.381919, + 37.854531 + ], + [ + 117.40632, + 37.843511 + ], + [ + 117.423614, + 37.847263 + ], + [ + 117.438539, + 37.853859 + ], + [ + 117.466809, + 37.890739 + ], + [ + 117.481181, + 37.914854 + ], + [ + 117.49271, + 37.927481 + ], + [ + 117.512847, + 37.943459 + ], + [ + 117.520902, + 37.966729 + ], + [ + 117.524377, + 37.989479 + ], + [ + 117.541039, + 38.011237 + ], + [ + 117.54933, + 38.010252 + ], + [ + 117.563545, + 37.998585 + ], + [ + 117.570652, + 37.957264 + ], + [ + 117.567809, + 37.946772 + ], + [ + 117.529036, + 37.932295 + ], + [ + 117.539302, + 37.913552 + ], + [ + 117.542776, + 37.890146 + ], + [ + 117.547198, + 37.883198 + ], + [ + 117.568835, + 37.882409 + ], + [ + 117.580602, + 37.875302 + ], + [ + 117.581076, + 37.858993 + ], + [ + 117.595685, + 37.853504 + ], + [ + 117.606582, + 37.845209 + ], + [ + 117.605003, + 37.838968 + ], + [ + 117.59529, + 37.834741 + ], + [ + 117.588025, + 37.82273 + ], + [ + 117.56623, + 37.812733 + ], + [ + 117.568599, + 37.804987 + ], + [ + 117.559912, + 37.800008 + ], + [ + 117.546567, + 37.776368 + ], + [ + 117.547356, + 37.767512 + ], + [ + 117.526509, + 37.762964 + ], + [ + 117.522165, + 37.755371 + ], + [ + 117.531563, + 37.748213 + ], + [ + 117.544119, + 37.747699 + ], + [ + 117.547198, + 37.737494 + ], + [ + 117.542618, + 37.726258 + ], + [ + 117.556201, + 37.716683 + ], + [ + 117.539775, + 37.713993 + ], + [ + 117.543092, + 37.703625 + ], + [ + 117.531247, + 37.688901 + ], + [ + 117.506451, + 37.686803 + ], + [ + 117.50345, + 37.680548 + ], + [ + 117.488604, + 37.677025 + ], + [ + 117.477075, + 37.654416 + ], + [ + 117.465625, + 37.655564 + ], + [ + 117.451963, + 37.669978 + ], + [ + 117.444224, + 37.671918 + ], + [ + 117.428825, + 37.665741 + ], + [ + 117.415401, + 37.669582 + ], + [ + 117.407188, + 37.678846 + ], + [ + 117.392974, + 37.660039 + ], + [ + 117.373074, + 37.648594 + ], + [ + 117.363835, + 37.649624 + ], + [ + 117.357596, + 37.658495 + ], + [ + 117.358149, + 37.672947 + ], + [ + 117.363598, + 37.679559 + ], + [ + 117.36573, + 37.698361 + ], + [ + 117.352543, + 37.707345 + ], + [ + 117.344567, + 37.693136 + ], + [ + 117.347489, + 37.683319 + ], + [ + 117.329405, + 37.673343 + ], + [ + 117.318428, + 37.662019 + ], + [ + 117.312506, + 37.64194 + ], + [ + 117.304925, + 37.640514 + ], + [ + 117.312585, + 37.633701 + ], + [ + 117.317797, + 37.615081 + ], + [ + 117.314875, + 37.600458 + ], + [ + 117.308321, + 37.589956 + ], + [ + 117.288973, + 37.577112 + ], + [ + 117.280682, + 37.56621 + ], + [ + 117.277681, + 37.545391 + ], + [ + 117.273417, + 37.532619 + ], + [ + 117.260861, + 37.530081 + ], + [ + 117.238197, + 37.532897 + ], + [ + 117.230063, + 37.528891 + ], + [ + 117.22114, + 37.51318 + ], + [ + 117.199345, + 37.487148 + ], + [ + 117.176049, + 37.486116 + ], + [ + 117.163809, + 37.478971 + ], + [ + 117.135618, + 37.475239 + ], + [ + 117.124878, + 37.483853 + ], + [ + 117.109795, + 37.47901 + ], + [ + 117.098819, + 37.469721 + ], + [ + 117.104978, + 37.455309 + ], + [ + 117.096845, + 37.440099 + ], + [ + 117.085631, + 37.437517 + ], + [ + 117.029406, + 37.435174 + ], + [ + 117.018193, + 37.418967 + ], + [ + 117.019693, + 37.405419 + ], + [ + 117.008164, + 37.392464 + ], + [ + 116.99924, + 37.376964 + ], + [ + 117.009664, + 37.359671 + ], + [ + 117.006663, + 37.355138 + ], + [ + 116.987158, + 37.342692 + ], + [ + 116.986684, + 37.335335 + ], + [ + 116.993397, + 37.32201 + ], + [ + 117.002241, + 37.285962 + ], + [ + 117.024273, + 37.278918 + ], + [ + 117.038961, + 37.266538 + ], + [ + 117.030275, + 37.264229 + ], + [ + 117.032328, + 37.253241 + ], + [ + 117.041251, + 37.247667 + ], + [ + 117.042673, + 37.238867 + ], + [ + 117.036592, + 37.237393 + ], + [ + 117.03596, + 37.224091 + ], + [ + 117.022299, + 37.215089 + ], + [ + 117.037777, + 37.207361 + ], + [ + 117.037382, + 37.195169 + ], + [ + 117.045358, + 37.197161 + ], + [ + 117.05744, + 37.192141 + ], + [ + 117.06352, + 37.182656 + ], + [ + 117.061783, + 37.16496 + ], + [ + 117.050648, + 37.160894 + ], + [ + 117.054676, + 37.141717 + ], + [ + 117.059809, + 37.137251 + ], + [ + 117.047411, + 37.134739 + ], + [ + 117.044884, + 37.122615 + ], + [ + 117.024273, + 37.119664 + ], + [ + 117.004531, + 37.121219 + ], + [ + 116.982578, + 37.113601 + ], + [ + 116.931486, + 37.100477 + ], + [ + 116.919009, + 37.093056 + ], + [ + 116.91972, + 37.081364 + ], + [ + 116.925247, + 37.069831 + ], + [ + 116.928643, + 37.05103 + ], + [ + 116.944279, + 37.042327 + ], + [ + 116.948701, + 37.036537 + ], + [ + 116.943173, + 37.030907 + ], + [ + 116.907796, + 37.019046 + ], + [ + 116.891607, + 37.00271 + ], + [ + 116.875024, + 36.999274 + ], + [ + 116.885764, + 36.991444 + ], + [ + 116.886158, + 36.983573 + ], + [ + 116.899188, + 36.977499 + ], + [ + 116.897767, + 36.962712 + ], + [ + 116.907717, + 36.963272 + ], + [ + 116.933381, + 36.959595 + ], + [ + 116.931881, + 36.946204 + ], + [ + 116.935434, + 36.93457 + ], + [ + 116.922563, + 36.93453 + ], + [ + 116.934408, + 36.925973 + ], + [ + 116.957466, + 36.916495 + ], + [ + 116.963152, + 36.893896 + ], + [ + 116.96181, + 36.867529 + ], + [ + 116.962836, + 36.842674 + ], + [ + 116.948069, + 36.839231 + ], + [ + 116.9442, + 36.844916 + ], + [ + 116.934724, + 36.845116 + ], + [ + 116.935908, + 36.829743 + ], + [ + 116.933223, + 36.823697 + ], + [ + 116.919404, + 36.822776 + ], + [ + 116.892476, + 36.830023 + ], + [ + 116.887106, + 36.833427 + ], + [ + 116.882447, + 36.824058 + ], + [ + 116.887975, + 36.811404 + ], + [ + 116.872813, + 36.812004 + ], + [ + 116.868233, + 36.801872 + ], + [ + 116.865548, + 36.777877 + ], + [ + 116.87076, + 36.759164 + ], + [ + 116.883868, + 36.758243 + ], + [ + 116.88679, + 36.745538 + ], + [ + 116.873997, + 36.739846 + ], + [ + 116.861757, + 36.730345 + ], + [ + 116.842489, + 36.72786 + ], + [ + 116.830881, + 36.723851 + ], + [ + 116.802768, + 36.706729 + ], + [ + 116.799689, + 36.694417 + ], + [ + 116.780657, + 36.691048 + ], + [ + 116.780736, + 36.671552 + ], + [ + 116.777262, + 36.660718 + ], + [ + 116.763126, + 36.651971 + ], + [ + 116.759494, + 36.632746 + ], + [ + 116.742042, + 36.620381 + ], + [ + 116.71314, + 36.608858 + ], + [ + 116.693319, + 36.607895 + ], + [ + 116.694345, + 36.591149 + ], + [ + 116.682421, + 36.580586 + ], + [ + 116.661258, + 36.578376 + ], + [ + 116.662916, + 36.563111 + ], + [ + 116.658968, + 36.553026 + ], + [ + 116.646728, + 36.544105 + ], + [ + 116.629592, + 36.544587 + ], + [ + 116.622801, + 36.532651 + ], + [ + 116.60835, + 36.52011 + ], + [ + 116.610087, + 36.51609 + ], + [ + 116.627223, + 36.508853 + ], + [ + 116.624301, + 36.497233 + ], + [ + 116.602032, + 36.495223 + ], + [ + 116.593267, + 36.485973 + ], + [ + 116.595636, + 36.480383 + ], + [ + 116.613009, + 36.473425 + ], + [ + 116.611429, + 36.459104 + ], + [ + 116.620905, + 36.44144 + ], + [ + 116.6198, + 36.428522 + ], + [ + 116.612377, + 36.42333 + ], + [ + 116.591213, + 36.416286 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.549518, + 36.417333 + ], + [ + 116.535857, + 36.41842 + ], + [ + 116.539647, + 36.427597 + ], + [ + 116.527092, + 36.424337 + ], + [ + 116.511851, + 36.430012 + ], + [ + 116.512798, + 36.441239 + ], + [ + 116.507271, + 36.447999 + ], + [ + 116.489345, + 36.454477 + ], + [ + 116.481685, + 36.448361 + ], + [ + 116.461548, + 36.449971 + ], + [ + 116.455705, + 36.46192 + ], + [ + 116.459258, + 36.47978 + ], + [ + 116.445676, + 36.488587 + ], + [ + 116.443544, + 36.498319 + ], + [ + 116.431304, + 36.500611 + ], + [ + 116.412983, + 36.519145 + ], + [ + 116.400901, + 36.524813 + ], + [ + 116.399322, + 36.540126 + ], + [ + 116.403507, + 36.564878 + ], + [ + 116.410298, + 36.593237 + ], + [ + 116.411325, + 36.615242 + ], + [ + 116.406034, + 36.631983 + ], + [ + 116.41322, + 36.643181 + ], + [ + 116.411246, + 36.676647 + ], + [ + 116.40706, + 36.689042 + ], + [ + 116.407139, + 36.704804 + ], + [ + 116.397584, + 36.715431 + ], + [ + 116.393399, + 36.731708 + ], + [ + 116.401849, + 36.74634 + ], + [ + 116.405639, + 36.761208 + ], + [ + 116.396242, + 36.792459 + ], + [ + 116.376026, + 36.797025 + ], + [ + 116.391978, + 36.802913 + ], + [ + 116.397663, + 36.809441 + ], + [ + 116.409193, + 36.807038 + ], + [ + 116.408008, + 36.815729 + ], + [ + 116.399874, + 36.823857 + ], + [ + 116.409587, + 36.83759 + ], + [ + 116.407218, + 36.846717 + ], + [ + 116.415352, + 36.855923 + ], + [ + 116.412746, + 36.861086 + ], + [ + 116.429645, + 36.865208 + ], + [ + 116.434146, + 36.876453 + ], + [ + 116.419537, + 36.877213 + ], + [ + 116.415905, + 36.881374 + ], + [ + 116.422143, + 36.890536 + ], + [ + 116.417958, + 36.894297 + ], + [ + 116.421591, + 36.905257 + ], + [ + 116.433988, + 36.908417 + ], + [ + 116.447966, + 36.899977 + ], + [ + 116.452467, + 36.906417 + ], + [ + 116.449308, + 36.915496 + ], + [ + 116.439911, + 36.916495 + ], + [ + 116.444728, + 36.923694 + ], + [ + 116.443149, + 36.932211 + ], + [ + 116.461548, + 36.940687 + ], + [ + 116.470551, + 36.940007 + ], + [ + 116.471103, + 36.947043 + ], + [ + 116.458074, + 36.955358 + ], + [ + 116.442675, + 36.954319 + ], + [ + 116.434383, + 36.968228 + ], + [ + 116.405876, + 36.969067 + ], + [ + 116.379343, + 36.966309 + ], + [ + 116.370261, + 36.963272 + ], + [ + 116.366471, + 36.971864 + ], + [ + 116.341359, + 36.980256 + ], + [ + 116.340175, + 36.971944 + ], + [ + 116.324065, + 36.972024 + ], + [ + 116.317037, + 36.981854 + ], + [ + 116.304955, + 36.990245 + ], + [ + 116.30535, + 36.994999 + ], + [ + 116.290741, + 36.995759 + ], + [ + 116.26784, + 37.010499 + ], + [ + 116.254731, + 37.008262 + ], + [ + 116.247624, + 37.019685 + ], + [ + 116.250388, + 37.025476 + ], + [ + 116.232857, + 37.032225 + ], + [ + 116.225592, + 37.025396 + ], + [ + 116.222276, + 37.010339 + ], + [ + 116.235779, + 37.010139 + ], + [ + 116.229225, + 36.996438 + ], + [ + 116.211694, + 36.990085 + ], + [ + 116.212089, + 36.982454 + ], + [ + 116.219196, + 36.979617 + ], + [ + 116.210588, + 36.970146 + ], + [ + 116.211536, + 36.963112 + ], + [ + 116.191478, + 36.963312 + ], + [ + 116.18366, + 36.959595 + ], + [ + 116.172842, + 36.947723 + ], + [ + 116.173237, + 36.929692 + ], + [ + 116.164392, + 36.916975 + ], + [ + 116.146388, + 36.910776 + ], + [ + 116.123724, + 36.890656 + ], + [ + 116.114958, + 36.897697 + ], + [ + 116.097349, + 36.891336 + ], + [ + 116.098217, + 36.883895 + ], + [ + 116.082424, + 36.883855 + ], + [ + 116.075948, + 36.889496 + ], + [ + 116.061892, + 36.888576 + ], + [ + 116.050126, + 36.894497 + ], + [ + 116.005667, + 36.884375 + ], + [ + 115.947704, + 36.888576 + ], + [ + 115.920461, + 36.892976 + ], + [ + 115.894796, + 36.905657 + ], + [ + 115.885241, + 36.907017 + ], + [ + 115.881687, + 36.917575 + ], + [ + 115.875844, + 36.916255 + ], + [ + 115.868421, + 36.901457 + ], + [ + 115.853733, + 36.904777 + ], + [ + 115.85855, + 36.908337 + ], + [ + 115.85397, + 36.916215 + ], + [ + 115.848995, + 36.912656 + ], + [ + 115.832964, + 36.918575 + ], + [ + 115.83178, + 36.910856 + ], + [ + 115.823251, + 36.913496 + ], + [ + 115.81875, + 36.908577 + ], + [ + 115.813064, + 36.913416 + ], + [ + 115.791348, + 36.914336 + ], + [ + 115.779819, + 36.904977 + ], + [ + 115.780293, + 36.912216 + ], + [ + 115.768684, + 36.921014 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371500, + "name": "聊城市", + "center": [ + 115.980367, + 36.456013 + ], + "centroid": [ + 115.887733, + 36.460089 + ], + "childrenNum": 8, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 13, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.768684, + 36.921014 + ], + [ + 115.780293, + 36.912216 + ], + [ + 115.779819, + 36.904977 + ], + [ + 115.791348, + 36.914336 + ], + [ + 115.813064, + 36.913416 + ], + [ + 115.81875, + 36.908577 + ], + [ + 115.823251, + 36.913496 + ], + [ + 115.83178, + 36.910856 + ], + [ + 115.832964, + 36.918575 + ], + [ + 115.848995, + 36.912656 + ], + [ + 115.85397, + 36.916215 + ], + [ + 115.85855, + 36.908337 + ], + [ + 115.853733, + 36.904777 + ], + [ + 115.868421, + 36.901457 + ], + [ + 115.875844, + 36.916255 + ], + [ + 115.881687, + 36.917575 + ], + [ + 115.885241, + 36.907017 + ], + [ + 115.894796, + 36.905657 + ], + [ + 115.920461, + 36.892976 + ], + [ + 115.947704, + 36.888576 + ], + [ + 116.005667, + 36.884375 + ], + [ + 116.050126, + 36.894497 + ], + [ + 116.061892, + 36.888576 + ], + [ + 116.075948, + 36.889496 + ], + [ + 116.082424, + 36.883855 + ], + [ + 116.098217, + 36.883895 + ], + [ + 116.097349, + 36.891336 + ], + [ + 116.114958, + 36.897697 + ], + [ + 116.123724, + 36.890656 + ], + [ + 116.146388, + 36.910776 + ], + [ + 116.164392, + 36.916975 + ], + [ + 116.173237, + 36.929692 + ], + [ + 116.172842, + 36.947723 + ], + [ + 116.18366, + 36.959595 + ], + [ + 116.191478, + 36.963312 + ], + [ + 116.211536, + 36.963112 + ], + [ + 116.210588, + 36.970146 + ], + [ + 116.219196, + 36.979617 + ], + [ + 116.212089, + 36.982454 + ], + [ + 116.211694, + 36.990085 + ], + [ + 116.229225, + 36.996438 + ], + [ + 116.235779, + 37.010139 + ], + [ + 116.222276, + 37.010339 + ], + [ + 116.225592, + 37.025396 + ], + [ + 116.232857, + 37.032225 + ], + [ + 116.250388, + 37.025476 + ], + [ + 116.247624, + 37.019685 + ], + [ + 116.254731, + 37.008262 + ], + [ + 116.26784, + 37.010499 + ], + [ + 116.290741, + 36.995759 + ], + [ + 116.30535, + 36.994999 + ], + [ + 116.304955, + 36.990245 + ], + [ + 116.317037, + 36.981854 + ], + [ + 116.324065, + 36.972024 + ], + [ + 116.340175, + 36.971944 + ], + [ + 116.341359, + 36.980256 + ], + [ + 116.366471, + 36.971864 + ], + [ + 116.370261, + 36.963272 + ], + [ + 116.379343, + 36.966309 + ], + [ + 116.405876, + 36.969067 + ], + [ + 116.434383, + 36.968228 + ], + [ + 116.442675, + 36.954319 + ], + [ + 116.458074, + 36.955358 + ], + [ + 116.471103, + 36.947043 + ], + [ + 116.470551, + 36.940007 + ], + [ + 116.461548, + 36.940687 + ], + [ + 116.443149, + 36.932211 + ], + [ + 116.444728, + 36.923694 + ], + [ + 116.439911, + 36.916495 + ], + [ + 116.449308, + 36.915496 + ], + [ + 116.452467, + 36.906417 + ], + [ + 116.447966, + 36.899977 + ], + [ + 116.433988, + 36.908417 + ], + [ + 116.421591, + 36.905257 + ], + [ + 116.417958, + 36.894297 + ], + [ + 116.422143, + 36.890536 + ], + [ + 116.415905, + 36.881374 + ], + [ + 116.419537, + 36.877213 + ], + [ + 116.434146, + 36.876453 + ], + [ + 116.429645, + 36.865208 + ], + [ + 116.412746, + 36.861086 + ], + [ + 116.415352, + 36.855923 + ], + [ + 116.407218, + 36.846717 + ], + [ + 116.409587, + 36.83759 + ], + [ + 116.399874, + 36.823857 + ], + [ + 116.408008, + 36.815729 + ], + [ + 116.409193, + 36.807038 + ], + [ + 116.397663, + 36.809441 + ], + [ + 116.391978, + 36.802913 + ], + [ + 116.376026, + 36.797025 + ], + [ + 116.396242, + 36.792459 + ], + [ + 116.405639, + 36.761208 + ], + [ + 116.401849, + 36.74634 + ], + [ + 116.393399, + 36.731708 + ], + [ + 116.397584, + 36.715431 + ], + [ + 116.407139, + 36.704804 + ], + [ + 116.40706, + 36.689042 + ], + [ + 116.411246, + 36.676647 + ], + [ + 116.41322, + 36.643181 + ], + [ + 116.406034, + 36.631983 + ], + [ + 116.411325, + 36.615242 + ], + [ + 116.410298, + 36.593237 + ], + [ + 116.403507, + 36.564878 + ], + [ + 116.399322, + 36.540126 + ], + [ + 116.400901, + 36.524813 + ], + [ + 116.412983, + 36.519145 + ], + [ + 116.431304, + 36.500611 + ], + [ + 116.443544, + 36.498319 + ], + [ + 116.445676, + 36.488587 + ], + [ + 116.459258, + 36.47978 + ], + [ + 116.455705, + 36.46192 + ], + [ + 116.461548, + 36.449971 + ], + [ + 116.481685, + 36.448361 + ], + [ + 116.489345, + 36.454477 + ], + [ + 116.507271, + 36.447999 + ], + [ + 116.512798, + 36.441239 + ], + [ + 116.511851, + 36.430012 + ], + [ + 116.527092, + 36.424337 + ], + [ + 116.539647, + 36.427597 + ], + [ + 116.535857, + 36.41842 + ], + [ + 116.549518, + 36.417333 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.528592, + 36.387259 + ], + [ + 116.519984, + 36.384158 + ], + [ + 116.503717, + 36.369982 + ], + [ + 116.484607, + 36.336948 + ], + [ + 116.449071, + 36.337149 + ], + [ + 116.441411, + 36.321755 + ], + [ + 116.430593, + 36.318007 + ], + [ + 116.406745, + 36.319015 + ], + [ + 116.374526, + 36.3039 + ], + [ + 116.331251, + 36.290677 + ], + [ + 116.322644, + 36.284669 + ], + [ + 116.310799, + 36.270515 + ], + [ + 116.307166, + 36.259464 + ], + [ + 116.28624, + 36.239174 + ], + [ + 116.280159, + 36.221945 + ], + [ + 116.255047, + 36.203703 + ], + [ + 116.234911, + 36.180935 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.213036, + 36.169831 + ], + [ + 116.169446, + 36.171325 + ], + [ + 116.164392, + 36.168862 + ], + [ + 116.164313, + 36.146084 + ], + [ + 116.123882, + 36.136429 + ], + [ + 116.114011, + 36.122047 + ], + [ + 116.099323, + 36.112066 + ], + [ + 116.057391, + 36.104913 + ], + [ + 116.028804, + 36.072292 + ], + [ + 116.016406, + 36.061375 + ], + [ + 115.989794, + 36.045442 + ], + [ + 115.964051, + 36.0416 + ], + [ + 115.935859, + 36.031447 + ], + [ + 115.919276, + 36.019675 + ], + [ + 115.895981, + 36.026188 + ], + [ + 115.869447, + 36.015346 + ], + [ + 115.859655, + 36.003693 + ], + [ + 115.846231, + 36.004987 + ], + [ + 115.837465, + 36.011016 + ], + [ + 115.81725, + 36.012756 + ], + [ + 115.797508, + 36.00697 + ], + [ + 115.779819, + 35.993778 + ], + [ + 115.786689, + 35.991228 + ], + [ + 115.774528, + 35.981878 + ], + [ + 115.774686, + 35.974511 + ], + [ + 115.764341, + 35.970989 + ], + [ + 115.73307, + 35.96682 + ], + [ + 115.717908, + 35.971394 + ], + [ + 115.698719, + 35.96605 + ], + [ + 115.686953, + 35.9552 + ], + [ + 115.68411, + 35.944388 + ], + [ + 115.675423, + 35.938435 + ], + [ + 115.651812, + 35.928917 + ], + [ + 115.642415, + 35.920046 + ], + [ + 115.607353, + 35.925839 + ], + [ + 115.583742, + 35.921707 + ], + [ + 115.548206, + 35.898006 + ], + [ + 115.513302, + 35.890348 + ], + [ + 115.504932, + 35.8991 + ], + [ + 115.510775, + 35.908014 + ], + [ + 115.505406, + 35.914415 + ], + [ + 115.490717, + 35.908379 + ], + [ + 115.495377, + 35.896021 + ], + [ + 115.488033, + 35.880784 + ], + [ + 115.460078, + 35.867732 + ], + [ + 115.433861, + 35.839069 + ], + [ + 115.432834, + 35.833878 + ], + [ + 115.417909, + 35.824996 + ], + [ + 115.407564, + 35.80865 + ], + [ + 115.370923, + 35.788852 + ], + [ + 115.3635, + 35.779925 + ], + [ + 115.334993, + 35.796723 + ], + [ + 115.335704, + 35.814329 + ], + [ + 115.344074, + 35.838744 + ], + [ + 115.349602, + 35.860963 + ], + [ + 115.338152, + 35.864692 + ], + [ + 115.3436, + 35.87215 + ], + [ + 115.354893, + 35.869273 + ], + [ + 115.36429, + 35.894035 + ], + [ + 115.367449, + 35.92033 + ], + [ + 115.364132, + 35.929484 + ], + [ + 115.354182, + 35.937503 + ], + [ + 115.356472, + 35.954633 + ], + [ + 115.363105, + 35.972002 + ], + [ + 115.386322, + 35.974471 + ], + [ + 115.395956, + 35.991673 + ], + [ + 115.419646, + 36.004745 + ], + [ + 115.4431, + 36.008872 + ], + [ + 115.447522, + 36.011826 + ], + [ + 115.448865, + 36.047383 + ], + [ + 115.441599, + 36.055755 + ], + [ + 115.459604, + 36.063357 + ], + [ + 115.455103, + 36.071282 + ], + [ + 115.459762, + 36.080378 + ], + [ + 115.466395, + 36.079691 + ], + [ + 115.468843, + 36.092222 + ], + [ + 115.473976, + 36.098123 + ], + [ + 115.484242, + 36.125845 + ], + [ + 115.48519, + 36.139702 + ], + [ + 115.480689, + 36.171729 + ], + [ + 115.47595, + 36.193046 + ], + [ + 115.479109, + 36.209555 + ], + [ + 115.47595, + 36.218878 + ], + [ + 115.476503, + 36.246516 + ], + [ + 115.465369, + 36.250389 + ], + [ + 115.467817, + 36.267894 + ], + [ + 115.462684, + 36.27612 + ], + [ + 115.446101, + 36.273782 + ], + [ + 115.436388, + 36.276362 + ], + [ + 115.428491, + 36.286201 + ], + [ + 115.41704, + 36.292773 + ], + [ + 115.422963, + 36.30261 + ], + [ + 115.41941, + 36.310914 + ], + [ + 115.422963, + 36.322199 + ], + [ + 115.414987, + 36.326551 + ], + [ + 115.394614, + 36.322602 + ], + [ + 115.366659, + 36.308938 + ], + [ + 115.359789, + 36.318733 + ], + [ + 115.370449, + 36.332757 + ], + [ + 115.368712, + 36.342629 + ], + [ + 115.349602, + 36.363094 + ], + [ + 115.348575, + 36.384641 + ], + [ + 115.339968, + 36.39809 + ], + [ + 115.324885, + 36.405095 + ], + [ + 115.313514, + 36.406625 + ], + [ + 115.297404, + 36.413469 + ], + [ + 115.312092, + 36.433593 + ], + [ + 115.316909, + 36.432587 + ], + [ + 115.317067, + 36.454035 + ], + [ + 115.300247, + 36.465902 + ], + [ + 115.291403, + 36.460592 + ], + [ + 115.288876, + 36.470006 + ], + [ + 115.293693, + 36.476079 + ], + [ + 115.28469, + 36.476441 + ], + [ + 115.283506, + 36.486416 + ], + [ + 115.276083, + 36.486938 + ], + [ + 115.272845, + 36.497394 + ], + [ + 115.289744, + 36.497796 + ], + [ + 115.296536, + 36.508853 + ], + [ + 115.292587, + 36.514401 + ], + [ + 115.295193, + 36.523205 + ], + [ + 115.288323, + 36.528511 + ], + [ + 115.295035, + 36.533254 + ], + [ + 115.300484, + 36.525938 + ], + [ + 115.307433, + 36.527426 + ], + [ + 115.331281, + 36.550213 + ], + [ + 115.334282, + 36.582473 + ], + [ + 115.337836, + 36.58898 + ], + [ + 115.35055, + 36.590065 + ], + [ + 115.351576, + 36.595004 + ], + [ + 115.340363, + 36.595245 + ], + [ + 115.341468, + 36.603478 + ], + [ + 115.350707, + 36.60665 + ], + [ + 115.345022, + 36.612392 + ], + [ + 115.35513, + 36.627407 + ], + [ + 115.366027, + 36.621947 + ], + [ + 115.378504, + 36.632866 + ], + [ + 115.38798, + 36.646432 + ], + [ + 115.386322, + 36.656305 + ], + [ + 115.406459, + 36.663246 + ], + [ + 115.412144, + 36.676486 + ], + [ + 115.420594, + 36.686756 + ], + [ + 115.446653, + 36.694617 + ], + [ + 115.451391, + 36.702197 + ], + [ + 115.450523, + 36.713626 + ], + [ + 115.459762, + 36.717395 + ], + [ + 115.460947, + 36.731869 + ], + [ + 115.475477, + 36.744215 + ], + [ + 115.478398, + 36.758804 + ], + [ + 115.491428, + 36.761609 + ], + [ + 115.506511, + 36.770465 + ], + [ + 115.523568, + 36.763853 + ], + [ + 115.52878, + 36.77395 + ], + [ + 115.536835, + 36.772628 + ], + [ + 115.53873, + 36.784127 + ], + [ + 115.54947, + 36.782885 + ], + [ + 115.552628, + 36.775874 + ], + [ + 115.561315, + 36.775753 + ], + [ + 115.560525, + 36.783806 + ], + [ + 115.572133, + 36.775353 + ], + [ + 115.584689, + 36.781042 + ], + [ + 115.63744, + 36.797506 + ], + [ + 115.650469, + 36.807519 + ], + [ + 115.666184, + 36.812485 + ], + [ + 115.671554, + 36.809281 + ], + [ + 115.684189, + 36.812966 + ], + [ + 115.692243, + 36.829343 + ], + [ + 115.688532, + 36.840312 + ], + [ + 115.700772, + 36.860726 + ], + [ + 115.699982, + 36.866929 + ], + [ + 115.711275, + 36.882374 + ], + [ + 115.726121, + 36.893616 + ], + [ + 115.735202, + 36.897017 + ], + [ + 115.740572, + 36.906417 + ], + [ + 115.757787, + 36.903017 + ], + [ + 115.765131, + 36.909096 + ], + [ + 115.768684, + 36.921014 + ] + ] + ], + [ + [ + [ + 115.495377, + 35.896021 + ], + [ + 115.504932, + 35.8991 + ], + [ + 115.513302, + 35.890348 + ], + [ + 115.503431, + 35.888686 + ], + [ + 115.488033, + 35.880784 + ], + [ + 115.495377, + 35.896021 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371600, + "name": "滨州市", + "center": [ + 118.016974, + 37.383542 + ], + "centroid": [ + 117.847396, + 37.542717 + ], + "childrenNum": 7, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 14, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.273417, + 37.532619 + ], + [ + 117.277681, + 37.545391 + ], + [ + 117.280682, + 37.56621 + ], + [ + 117.288973, + 37.577112 + ], + [ + 117.308321, + 37.589956 + ], + [ + 117.314875, + 37.600458 + ], + [ + 117.317797, + 37.615081 + ], + [ + 117.312585, + 37.633701 + ], + [ + 117.304925, + 37.640514 + ], + [ + 117.312506, + 37.64194 + ], + [ + 117.318428, + 37.662019 + ], + [ + 117.329405, + 37.673343 + ], + [ + 117.347489, + 37.683319 + ], + [ + 117.344567, + 37.693136 + ], + [ + 117.352543, + 37.707345 + ], + [ + 117.36573, + 37.698361 + ], + [ + 117.363598, + 37.679559 + ], + [ + 117.358149, + 37.672947 + ], + [ + 117.357596, + 37.658495 + ], + [ + 117.363835, + 37.649624 + ], + [ + 117.373074, + 37.648594 + ], + [ + 117.392974, + 37.660039 + ], + [ + 117.407188, + 37.678846 + ], + [ + 117.415401, + 37.669582 + ], + [ + 117.428825, + 37.665741 + ], + [ + 117.444224, + 37.671918 + ], + [ + 117.451963, + 37.669978 + ], + [ + 117.465625, + 37.655564 + ], + [ + 117.477075, + 37.654416 + ], + [ + 117.488604, + 37.677025 + ], + [ + 117.50345, + 37.680548 + ], + [ + 117.506451, + 37.686803 + ], + [ + 117.531247, + 37.688901 + ], + [ + 117.543092, + 37.703625 + ], + [ + 117.539775, + 37.713993 + ], + [ + 117.556201, + 37.716683 + ], + [ + 117.542618, + 37.726258 + ], + [ + 117.547198, + 37.737494 + ], + [ + 117.544119, + 37.747699 + ], + [ + 117.531563, + 37.748213 + ], + [ + 117.522165, + 37.755371 + ], + [ + 117.526509, + 37.762964 + ], + [ + 117.547356, + 37.767512 + ], + [ + 117.546567, + 37.776368 + ], + [ + 117.559912, + 37.800008 + ], + [ + 117.568599, + 37.804987 + ], + [ + 117.56623, + 37.812733 + ], + [ + 117.588025, + 37.82273 + ], + [ + 117.59529, + 37.834741 + ], + [ + 117.605003, + 37.838968 + ], + [ + 117.606582, + 37.845209 + ], + [ + 117.595685, + 37.853504 + ], + [ + 117.581076, + 37.858993 + ], + [ + 117.580602, + 37.875302 + ], + [ + 117.568835, + 37.882409 + ], + [ + 117.547198, + 37.883198 + ], + [ + 117.542776, + 37.890146 + ], + [ + 117.539302, + 37.913552 + ], + [ + 117.529036, + 37.932295 + ], + [ + 117.567809, + 37.946772 + ], + [ + 117.570652, + 37.957264 + ], + [ + 117.563545, + 37.998585 + ], + [ + 117.54933, + 38.010252 + ], + [ + 117.541039, + 38.011237 + ], + [ + 117.545935, + 38.026842 + ], + [ + 117.560386, + 38.040987 + ], + [ + 117.556517, + 38.057215 + ], + [ + 117.564887, + 38.063674 + ], + [ + 117.57618, + 38.065132 + ], + [ + 117.58376, + 38.070645 + ], + [ + 117.605082, + 38.073008 + ], + [ + 117.616769, + 38.06903 + ], + [ + 117.644961, + 38.072377 + ], + [ + 117.666045, + 38.072535 + ], + [ + 117.679469, + 38.079544 + ], + [ + 117.704502, + 38.07604 + ], + [ + 117.729219, + 38.093796 + ], + [ + 117.730641, + 38.108321 + ], + [ + 117.743197, + 38.123393 + ], + [ + 117.768782, + 38.131893 + ], + [ + 117.772099, + 38.138817 + ], + [ + 117.766966, + 38.158682 + ], + [ + 117.771704, + 38.166076 + ], + [ + 117.79421, + 38.167846 + ], + [ + 117.801317, + 38.175239 + ], + [ + 117.789235, + 38.180744 + ], + [ + 117.796105, + 38.1936 + ], + [ + 117.797842, + 38.207712 + ], + [ + 117.805897, + 38.217734 + ], + [ + 117.808582, + 38.228383 + ], + [ + 117.823586, + 38.235652 + ], + [ + 117.847513, + 38.25392 + ], + [ + 117.860859, + 38.274578 + ], + [ + 117.895683, + 38.301629 + ], + [ + 117.893393, + 38.287968 + ], + [ + 117.89671, + 38.279605 + ], + [ + 117.935404, + 38.255098 + ], + [ + 117.997631, + 38.211918 + ], + [ + 118.018794, + 38.202641 + ], + [ + 118.033009, + 38.205904 + ], + [ + 118.04517, + 38.214001 + ], + [ + 118.112134, + 38.210227 + ], + [ + 118.177915, + 38.186406 + ], + [ + 118.216846, + 38.146921 + ], + [ + 118.245432, + 38.144286 + ], + [ + 118.236272, + 38.125754 + ], + [ + 118.227664, + 38.119262 + ], + [ + 118.241247, + 38.112138 + ], + [ + 118.245511, + 38.103322 + ], + [ + 118.235324, + 38.082969 + ], + [ + 118.226638, + 38.079583 + ], + [ + 118.230665, + 38.056743 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.22956, + 37.986444 + ], + [ + 118.220873, + 37.98258 + ], + [ + 118.223479, + 37.959788 + ], + [ + 118.213529, + 37.95541 + ], + [ + 118.215503, + 37.949376 + ], + [ + 118.224742, + 37.950559 + ], + [ + 118.226954, + 37.939672 + ], + [ + 118.225611, + 37.923417 + ], + [ + 118.232718, + 37.922509 + ], + [ + 118.235403, + 37.905343 + ], + [ + 118.243142, + 37.895673 + ], + [ + 118.236588, + 37.884501 + ], + [ + 118.239115, + 37.868708 + ], + [ + 118.248749, + 37.858164 + ], + [ + 118.247643, + 37.871788 + ], + [ + 118.258146, + 37.854886 + ], + [ + 118.258304, + 37.844182 + ], + [ + 118.269754, + 37.853109 + ], + [ + 118.286337, + 37.8569 + ], + [ + 118.301657, + 37.870208 + ], + [ + 118.313265, + 37.861521 + ], + [ + 118.328111, + 37.865272 + ], + [ + 118.340193, + 37.838059 + ], + [ + 118.334271, + 37.832134 + ], + [ + 118.346116, + 37.832371 + ], + [ + 118.344932, + 37.824627 + ], + [ + 118.356382, + 37.820834 + ], + [ + 118.352355, + 37.814274 + ], + [ + 118.36191, + 37.792063 + ], + [ + 118.348406, + 37.790719 + ], + [ + 118.340588, + 37.774391 + ], + [ + 118.340667, + 37.763913 + ], + [ + 118.353065, + 37.75814 + ], + [ + 118.353697, + 37.750151 + ], + [ + 118.341931, + 37.74667 + ], + [ + 118.337509, + 37.729502 + ], + [ + 118.31753, + 37.728395 + ], + [ + 118.319425, + 37.712924 + ], + [ + 118.316187, + 37.714151 + ], + [ + 118.3045, + 37.690722 + ], + [ + 118.305132, + 37.683122 + ], + [ + 118.294076, + 37.678529 + ], + [ + 118.293129, + 37.670096 + ], + [ + 118.2846, + 37.662058 + ], + [ + 118.260989, + 37.654614 + ], + [ + 118.246459, + 37.658376 + ], + [ + 118.239431, + 37.65596 + ], + [ + 118.22569, + 37.663682 + ], + [ + 118.207449, + 37.661583 + ], + [ + 118.200657, + 37.667404 + ], + [ + 118.195445, + 37.661742 + ], + [ + 118.177125, + 37.657623 + ], + [ + 118.172545, + 37.644079 + ], + [ + 118.165596, + 37.644633 + ], + [ + 118.163542, + 37.63069 + ], + [ + 118.154935, + 37.628036 + ], + [ + 118.157462, + 37.62035 + ], + [ + 118.154935, + 37.605491 + ], + [ + 118.146722, + 37.599943 + ], + [ + 118.148696, + 37.594078 + ], + [ + 118.134877, + 37.590035 + ], + [ + 118.127612, + 37.578103 + ], + [ + 118.131324, + 37.571285 + ], + [ + 118.13922, + 37.571364 + ], + [ + 118.134166, + 37.558478 + ], + [ + 118.141431, + 37.556297 + ], + [ + 118.173176, + 37.563593 + ], + [ + 118.176098, + 37.557129 + ], + [ + 118.173255, + 37.546858 + ], + [ + 118.159831, + 37.539164 + ], + [ + 118.156988, + 37.530358 + ], + [ + 118.150987, + 37.530517 + ], + [ + 118.142537, + 37.518933 + ], + [ + 118.136772, + 37.516791 + ], + [ + 118.139378, + 37.507427 + ], + [ + 118.134245, + 37.507387 + ], + [ + 118.135035, + 37.496752 + ], + [ + 118.127849, + 37.491831 + ], + [ + 118.128481, + 37.483694 + ], + [ + 118.120426, + 37.480757 + ], + [ + 118.112766, + 37.463528 + ], + [ + 118.125322, + 37.45912 + ], + [ + 118.118531, + 37.456182 + ], + [ + 118.114898, + 37.439742 + ], + [ + 118.136141, + 37.441688 + ], + [ + 118.14996, + 37.438351 + ], + [ + 118.163937, + 37.416742 + ], + [ + 118.165596, + 37.4082 + ], + [ + 118.160147, + 37.399618 + ], + [ + 118.16141, + 37.389961 + ], + [ + 118.144037, + 37.392822 + ], + [ + 118.135509, + 37.384834 + ], + [ + 118.141668, + 37.376487 + ], + [ + 118.154935, + 37.377401 + ], + [ + 118.156198, + 37.364322 + ], + [ + 118.161015, + 37.362573 + ], + [ + 118.202, + 37.382409 + ], + [ + 118.216925, + 37.385191 + ], + [ + 118.217951, + 37.371478 + ], + [ + 118.222768, + 37.367861 + ], + [ + 118.245353, + 37.367781 + ], + [ + 118.245827, + 37.376646 + ], + [ + 118.258541, + 37.37911 + ], + [ + 118.262015, + 37.364283 + ], + [ + 118.273624, + 37.360029 + ], + [ + 118.286495, + 37.362772 + ], + [ + 118.291865, + 37.358518 + ], + [ + 118.287285, + 37.352434 + ], + [ + 118.315398, + 37.352514 + ], + [ + 118.31524, + 37.31477 + ], + [ + 118.319741, + 37.305978 + ], + [ + 118.326058, + 37.306535 + ], + [ + 118.325584, + 37.296866 + ], + [ + 118.342168, + 37.295075 + ], + [ + 118.342168, + 37.287076 + ], + [ + 118.355197, + 37.286997 + ], + [ + 118.358277, + 37.280669 + ], + [ + 118.368069, + 37.279594 + ], + [ + 118.36262, + 37.273783 + ], + [ + 118.372096, + 37.273703 + ], + [ + 118.375729, + 37.258497 + ], + [ + 118.368385, + 37.258576 + ], + [ + 118.36033, + 37.244561 + ], + [ + 118.350459, + 37.243765 + ], + [ + 118.346669, + 37.233252 + ], + [ + 118.3642, + 37.210189 + ], + [ + 118.375966, + 37.206126 + ], + [ + 118.376598, + 37.196962 + ], + [ + 118.383389, + 37.190587 + ], + [ + 118.387574, + 37.177834 + ], + [ + 118.380467, + 37.175164 + ], + [ + 118.377545, + 37.154157 + ], + [ + 118.366569, + 37.146781 + ], + [ + 118.361594, + 37.148495 + ], + [ + 118.356224, + 37.139325 + ], + [ + 118.347616, + 37.139803 + ], + [ + 118.340667, + 37.131748 + ], + [ + 118.346116, + 37.123931 + ], + [ + 118.338219, + 37.123134 + ], + [ + 118.349354, + 37.101753 + ], + [ + 118.338298, + 37.10311 + ], + [ + 118.338851, + 37.093894 + ], + [ + 118.332928, + 37.081923 + ], + [ + 118.338535, + 37.072265 + ], + [ + 118.337588, + 37.053904 + ], + [ + 118.324558, + 37.046279 + ], + [ + 118.3259, + 37.035459 + ], + [ + 118.310186, + 37.028231 + ], + [ + 118.308212, + 37.019885 + ], + [ + 118.28997, + 37.00946 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.271412, + 37.006744 + ], + [ + 118.262568, + 37.00271 + ], + [ + 118.250802, + 37.002949 + ], + [ + 118.247327, + 36.98613 + ], + [ + 118.235087, + 36.98557 + ], + [ + 118.231376, + 36.974822 + ], + [ + 118.222531, + 36.967109 + ], + [ + 118.209739, + 36.963152 + ], + [ + 118.195209, + 36.967348 + ], + [ + 118.192918, + 36.977739 + ], + [ + 118.160936, + 36.981934 + ], + [ + 118.161331, + 36.988567 + ], + [ + 118.15146, + 36.988527 + ], + [ + 118.153198, + 37.000512 + ], + [ + 118.138983, + 37.005985 + ], + [ + 118.139299, + 37.014693 + ], + [ + 118.134008, + 37.025955 + ], + [ + 118.139299, + 37.033103 + ], + [ + 118.139615, + 37.044363 + ], + [ + 118.15146, + 37.047038 + ], + [ + 118.150829, + 37.054743 + ], + [ + 118.15762, + 37.057776 + ], + [ + 118.156909, + 37.065281 + ], + [ + 118.13622, + 37.06536 + ], + [ + 118.136062, + 37.077773 + ], + [ + 118.130455, + 37.091101 + ], + [ + 118.115925, + 37.100636 + ], + [ + 118.111187, + 37.094652 + ], + [ + 118.086075, + 37.091899 + ], + [ + 118.063016, + 37.082841 + ], + [ + 118.056857, + 37.093654 + ], + [ + 118.045959, + 37.098202 + ], + [ + 118.045485, + 37.105982 + ], + [ + 118.057252, + 37.106141 + ], + [ + 118.068623, + 37.115875 + ], + [ + 118.079679, + 37.120781 + ], + [ + 118.065069, + 37.139564 + ], + [ + 118.059858, + 37.151087 + ], + [ + 118.062385, + 37.162528 + ], + [ + 118.074467, + 37.170341 + ], + [ + 118.071545, + 37.177675 + ], + [ + 118.082995, + 37.185605 + ], + [ + 118.077941, + 37.188953 + ], + [ + 118.074072, + 37.204094 + ], + [ + 118.064122, + 37.21007 + ], + [ + 118.048012, + 37.205568 + ], + [ + 118.046275, + 37.216324 + ], + [ + 118.036799, + 37.220905 + ], + [ + 118.022348, + 37.2221 + ], + [ + 118.019584, + 37.210309 + ], + [ + 118.010898, + 37.20756 + ], + [ + 117.994393, + 37.212699 + ], + [ + 117.984364, + 37.210349 + ], + [ + 117.98089, + 37.218674 + ], + [ + 117.973862, + 37.216483 + ], + [ + 117.981048, + 37.238429 + ], + [ + 117.996446, + 37.246273 + ], + [ + 117.990761, + 37.248981 + ], + [ + 117.990603, + 37.262358 + ], + [ + 117.963833, + 37.271753 + ], + [ + 117.947013, + 37.262159 + ], + [ + 117.948829, + 37.26829 + ], + [ + 117.941327, + 37.280549 + ], + [ + 117.909266, + 37.265065 + ], + [ + 117.888497, + 37.262319 + ], + [ + 117.8776, + 37.273027 + ], + [ + 117.850909, + 37.28246 + ], + [ + 117.83859, + 37.282659 + ], + [ + 117.818848, + 37.276012 + ], + [ + 117.782128, + 37.248702 + ], + [ + 117.773678, + 37.244959 + ], + [ + 117.760333, + 37.244959 + ], + [ + 117.729851, + 37.249101 + ], + [ + 117.693447, + 37.257661 + ], + [ + 117.675995, + 37.270121 + ], + [ + 117.659491, + 37.274101 + ], + [ + 117.644329, + 37.265862 + ], + [ + 117.63043, + 37.247269 + ], + [ + 117.627193, + 37.228074 + ], + [ + 117.615348, + 37.212699 + ], + [ + 117.598212, + 37.203058 + ], + [ + 117.592052, + 37.169624 + ], + [ + 117.586366, + 37.160216 + ], + [ + 117.574284, + 37.151366 + ], + [ + 117.551305, + 37.146781 + ], + [ + 117.557464, + 37.124211 + ], + [ + 117.574442, + 37.12106 + ], + [ + 117.576969, + 37.114758 + ], + [ + 117.567888, + 37.11029 + ], + [ + 117.575074, + 37.089185 + ], + [ + 117.590946, + 37.084996 + ], + [ + 117.608477, + 37.090622 + ], + [ + 117.619375, + 37.090103 + ], + [ + 117.644645, + 37.083878 + ], + [ + 117.673942, + 37.073143 + ], + [ + 117.703002, + 37.068673 + ], + [ + 117.726692, + 37.068753 + ], + [ + 117.739801, + 37.064921 + ], + [ + 117.761991, + 37.065839 + ], + [ + 117.771783, + 37.069032 + ], + [ + 117.800369, + 37.070789 + ], + [ + 117.847355, + 37.065959 + ], + [ + 117.840327, + 37.035539 + ], + [ + 117.841827, + 37.026354 + ], + [ + 117.865992, + 37.023719 + ], + [ + 117.870493, + 37.013375 + ], + [ + 117.866386, + 37.007024 + ], + [ + 117.866623, + 36.993282 + ], + [ + 117.870493, + 36.985451 + ], + [ + 117.906581, + 36.981695 + ], + [ + 117.911951, + 36.975141 + ], + [ + 117.910292, + 36.962592 + ], + [ + 117.913372, + 36.953679 + ], + [ + 117.931772, + 36.941886 + ], + [ + 117.936115, + 36.93489 + ], + [ + 117.935404, + 36.915736 + ], + [ + 117.94338, + 36.930012 + ], + [ + 117.949145, + 36.918375 + ], + [ + 117.96178, + 36.922494 + ], + [ + 117.960674, + 36.910376 + ], + [ + 117.950645, + 36.902137 + ], + [ + 117.9403, + 36.901177 + ], + [ + 117.940616, + 36.891616 + ], + [ + 117.929719, + 36.890216 + ], + [ + 117.9189, + 36.880094 + ], + [ + 117.917005, + 36.86973 + ], + [ + 117.891814, + 36.871811 + ], + [ + 117.891103, + 36.864408 + ], + [ + 117.875152, + 36.861246 + ], + [ + 117.865597, + 36.866529 + ], + [ + 117.856594, + 36.859926 + ], + [ + 117.832825, + 36.859966 + ], + [ + 117.828008, + 36.855883 + ], + [ + 117.831877, + 36.836629 + ], + [ + 117.822085, + 36.825139 + ], + [ + 117.820901, + 36.801511 + ], + [ + 117.814662, + 36.797306 + ], + [ + 117.815531, + 36.788573 + ], + [ + 117.824297, + 36.787933 + ], + [ + 117.825639, + 36.775834 + ], + [ + 117.840327, + 36.777516 + ], + [ + 117.850672, + 36.764735 + ], + [ + 117.852488, + 36.750708 + ], + [ + 117.832983, + 36.744816 + ], + [ + 117.834404, + 36.751871 + ], + [ + 117.826429, + 36.763011 + ], + [ + 117.820743, + 36.756359 + ], + [ + 117.810161, + 36.734394 + ], + [ + 117.795157, + 36.719761 + ], + [ + 117.793025, + 36.707451 + ], + [ + 117.78197, + 36.70304 + ], + [ + 117.777942, + 36.695219 + ], + [ + 117.754173, + 36.696944 + ], + [ + 117.725666, + 36.695219 + ], + [ + 117.718006, + 36.697826 + ], + [ + 117.71848, + 36.704724 + ], + [ + 117.739959, + 36.721004 + ], + [ + 117.736642, + 36.729423 + ], + [ + 117.747303, + 36.748584 + ], + [ + 117.724165, + 36.755998 + ], + [ + 117.695974, + 36.754115 + ], + [ + 117.687603, + 36.763853 + ], + [ + 117.677811, + 36.783245 + ], + [ + 117.648119, + 36.805436 + ], + [ + 117.608556, + 36.821815 + ], + [ + 117.580523, + 36.85136 + ], + [ + 117.577364, + 36.862847 + ], + [ + 117.579891, + 36.878093 + ], + [ + 117.585024, + 36.886815 + ], + [ + 117.58376, + 36.894176 + ], + [ + 117.56923, + 36.915736 + ], + [ + 117.534248, + 36.931611 + ], + [ + 117.539538, + 36.941486 + ], + [ + 117.551305, + 36.93385 + ], + [ + 117.553674, + 36.940727 + ], + [ + 117.56465, + 36.945084 + ], + [ + 117.56544, + 36.959954 + ], + [ + 117.54933, + 36.96507 + ], + [ + 117.555253, + 36.970785 + ], + [ + 117.549094, + 36.979817 + ], + [ + 117.536854, + 36.978498 + ], + [ + 117.519875, + 36.957117 + ], + [ + 117.509847, + 36.969267 + ], + [ + 117.494527, + 36.972344 + ], + [ + 117.476522, + 36.968348 + ], + [ + 117.477628, + 36.961154 + ], + [ + 117.458754, + 36.957676 + ], + [ + 117.444461, + 36.958116 + ], + [ + 117.432853, + 36.954878 + ], + [ + 117.415322, + 36.964311 + ], + [ + 117.40403, + 36.955038 + ], + [ + 117.391632, + 36.952 + ], + [ + 117.378286, + 36.956997 + ], + [ + 117.365335, + 36.99496 + ], + [ + 117.35349, + 37.003349 + ], + [ + 117.328457, + 37.011218 + ], + [ + 117.317323, + 37.020923 + ], + [ + 117.315349, + 37.030547 + ], + [ + 117.326088, + 37.036178 + ], + [ + 117.33667, + 37.046838 + ], + [ + 117.339434, + 37.056419 + ], + [ + 117.336433, + 37.073941 + ], + [ + 117.365256, + 37.069272 + ], + [ + 117.391158, + 37.083479 + ], + [ + 117.409241, + 37.089425 + ], + [ + 117.442092, + 37.093574 + ], + [ + 117.459781, + 37.109931 + ], + [ + 117.455596, + 37.11767 + ], + [ + 117.4507, + 37.143711 + ], + [ + 117.4507, + 37.153957 + ], + [ + 117.444066, + 37.156868 + ], + [ + 117.442724, + 37.170859 + ], + [ + 117.436091, + 37.184251 + ], + [ + 117.417928, + 37.20003 + ], + [ + 117.404977, + 37.21716 + ], + [ + 117.402371, + 37.224808 + ], + [ + 117.408768, + 37.239703 + ], + [ + 117.429141, + 37.239783 + ], + [ + 117.424403, + 37.243367 + ], + [ + 117.431037, + 37.254396 + ], + [ + 117.443908, + 37.250056 + ], + [ + 117.438302, + 37.25786 + ], + [ + 117.43688, + 37.27235 + ], + [ + 117.432379, + 37.272032 + ], + [ + 117.430168, + 37.285166 + ], + [ + 117.417612, + 37.296587 + ], + [ + 117.411611, + 37.308604 + ], + [ + 117.409163, + 37.329488 + ], + [ + 117.41319, + 37.342255 + ], + [ + 117.415401, + 37.364203 + ], + [ + 117.401029, + 37.379071 + ], + [ + 117.368652, + 37.396399 + ], + [ + 117.360202, + 37.405697 + ], + [ + 117.368257, + 37.419563 + ], + [ + 117.369758, + 37.436048 + ], + [ + 117.353332, + 37.450901 + ], + [ + 117.309189, + 37.447486 + ], + [ + 117.295449, + 37.4538 + ], + [ + 117.307768, + 37.46194 + ], + [ + 117.304609, + 37.466069 + ], + [ + 117.283998, + 37.471587 + ], + [ + 117.285894, + 37.479328 + ], + [ + 117.312585, + 37.487068 + ], + [ + 117.317718, + 37.499371 + ], + [ + 117.307215, + 37.507744 + ], + [ + 117.286525, + 37.510046 + ], + [ + 117.284393, + 37.522266 + ], + [ + 117.275549, + 37.526193 + ], + [ + 117.273417, + 37.532619 + ] + ] + ], + [ + [ + [ + 118.40779, + 38.026212 + ], + [ + 118.410001, + 38.053277 + ], + [ + 118.419319, + 38.053119 + ], + [ + 118.419951, + 38.025503 + ], + [ + 118.40779, + 38.026212 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371700, + "name": "菏泽市", + "center": [ + 115.469381, + 35.246531 + ], + "centroid": [ + 115.698013, + 35.152536 + ], + "childrenNum": 9, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 15, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.409745, + 34.852944 + ], + [ + 116.40635, + 34.82014 + ], + [ + 116.403191, + 34.756301 + ], + [ + 116.371525, + 34.750136 + ], + [ + 116.365681, + 34.742779 + ], + [ + 116.36197, + 34.723705 + ], + [ + 116.382896, + 34.716264 + ], + [ + 116.39182, + 34.710343 + ], + [ + 116.392688, + 34.703887 + ], + [ + 116.385502, + 34.694716 + ], + [ + 116.385186, + 34.686696 + ], + [ + 116.378079, + 34.684146 + ], + [ + 116.378237, + 34.66802 + ], + [ + 116.364418, + 34.651851 + ], + [ + 116.37421, + 34.639958 + ], + [ + 116.356521, + 34.629504 + ], + [ + 116.331014, + 34.624977 + ], + [ + 116.325171, + 34.620572 + ], + [ + 116.323591, + 34.607687 + ], + [ + 116.318064, + 34.601017 + ], + [ + 116.301086, + 34.607769 + ], + [ + 116.286082, + 34.608799 + ], + [ + 116.278659, + 34.602129 + ], + [ + 116.277079, + 34.586029 + ], + [ + 116.256627, + 34.580634 + ], + [ + 116.249204, + 34.571614 + ], + [ + 116.240754, + 34.552377 + ], + [ + 116.23341, + 34.555137 + ], + [ + 116.216906, + 34.575115 + ], + [ + 116.199059, + 34.577463 + ], + [ + 116.190136, + 34.570502 + ], + [ + 116.156653, + 34.553737 + ], + [ + 116.146861, + 34.553201 + ], + [ + 116.134542, + 34.55971 + ], + [ + 116.124829, + 34.572314 + ], + [ + 116.11788, + 34.589776 + ], + [ + 116.101297, + 34.605793 + ], + [ + 116.082661, + 34.608305 + ], + [ + 116.055101, + 34.595417 + ], + [ + 116.03757, + 34.593029 + ], + [ + 116.023908, + 34.601964 + ], + [ + 116.010168, + 34.615838 + ], + [ + 116.001561, + 34.619049 + ], + [ + 115.991374, + 34.615344 + ], + [ + 115.98474, + 34.607234 + ], + [ + 115.98403, + 34.589282 + ], + [ + 115.969973, + 34.582611 + ], + [ + 115.946204, + 34.581622 + ], + [ + 115.858313, + 34.569967 + ], + [ + 115.849705, + 34.565601 + ], + [ + 115.838097, + 34.567784 + ], + [ + 115.838808, + 34.560575 + ], + [ + 115.827436, + 34.558268 + ], + [ + 115.802404, + 34.572479 + ], + [ + 115.795928, + 34.578492 + ], + [ + 115.762051, + 34.587717 + ], + [ + 115.718224, + 34.591094 + ], + [ + 115.711433, + 34.59867 + ], + [ + 115.699114, + 34.598876 + ], + [ + 115.697297, + 34.569019 + ], + [ + 115.684426, + 34.555591 + ], + [ + 115.669422, + 34.55695 + ], + [ + 115.643599, + 34.567701 + ], + [ + 115.639493, + 34.571532 + ], + [ + 115.621883, + 34.574744 + ], + [ + 115.610354, + 34.572067 + ], + [ + 115.593771, + 34.573179 + ], + [ + 115.576792, + 34.570667 + ], + [ + 115.561157, + 34.572232 + ], + [ + 115.55476, + 34.56906 + ], + [ + 115.52112, + 34.578739 + ], + [ + 115.494982, + 34.604723 + ], + [ + 115.486295, + 34.616867 + ], + [ + 115.479583, + 34.632673 + ], + [ + 115.46142, + 34.637283 + ], + [ + 115.458183, + 34.656171 + ], + [ + 115.444758, + 34.674479 + ], + [ + 115.447048, + 34.698623 + ], + [ + 115.444916, + 34.710302 + ], + [ + 115.433861, + 34.725103 + ], + [ + 115.445548, + 34.752561 + ], + [ + 115.436546, + 34.776805 + ], + [ + 115.43465, + 34.790322 + ], + [ + 115.426754, + 34.805396 + ], + [ + 115.413882, + 34.80782 + ], + [ + 115.416172, + 34.813323 + ], + [ + 115.408512, + 34.82593 + ], + [ + 115.393982, + 34.831801 + ], + [ + 115.379215, + 34.828763 + ], + [ + 115.356946, + 34.837303 + ], + [ + 115.345969, + 34.846212 + ], + [ + 115.329623, + 34.851466 + ], + [ + 115.317146, + 34.859183 + ], + [ + 115.302379, + 34.858813 + ], + [ + 115.289586, + 34.851589 + ], + [ + 115.274661, + 34.85475 + ], + [ + 115.256104, + 34.845308 + ], + [ + 115.243469, + 34.850152 + ], + [ + 115.239363, + 34.874655 + ], + [ + 115.240784, + 34.883847 + ], + [ + 115.249234, + 34.894515 + ], + [ + 115.252156, + 34.906576 + ], + [ + 115.239363, + 34.911868 + ], + [ + 115.204933, + 34.914247 + ], + [ + 115.202722, + 34.925608 + ], + [ + 115.211724, + 34.943364 + ], + [ + 115.222148, + 34.945578 + ], + [ + 115.219147, + 34.960624 + ], + [ + 115.208249, + 34.958329 + ], + [ + 115.201616, + 34.95099 + ], + [ + 115.175004, + 34.962469 + ], + [ + 115.15692, + 34.958001 + ], + [ + 115.157236, + 34.966978 + ], + [ + 115.146576, + 34.980135 + ], + [ + 115.131177, + 34.983578 + ], + [ + 115.132993, + 34.999683 + ], + [ + 115.128097, + 35.004354 + ], + [ + 115.106144, + 35.000789 + ], + [ + 115.074952, + 35.000379 + ], + [ + 115.051656, + 34.985996 + ], + [ + 115.0376, + 34.981611 + ], + [ + 115.028835, + 34.971815 + ], + [ + 115.016042, + 34.977348 + ], + [ + 115.008066, + 34.988496 + ], + [ + 114.970319, + 34.990504 + ], + [ + 114.946787, + 34.988701 + ], + [ + 114.934784, + 34.980709 + ], + [ + 114.923807, + 34.968741 + ], + [ + 114.913936, + 34.977881 + ], + [ + 114.907935, + 34.989356 + ], + [ + 114.889693, + 34.993987 + ], + [ + 114.880296, + 35.003493 + ], + [ + 114.884402, + 35.021929 + ], + [ + 114.869951, + 35.024468 + ], + [ + 114.859291, + 35.002674 + ], + [ + 114.827072, + 35.01013 + ], + [ + 114.846972, + 35.023444 + ], + [ + 114.855263, + 35.036183 + ], + [ + 114.85092, + 35.041917 + ], + [ + 114.834021, + 35.042162 + ], + [ + 114.819254, + 35.051786 + ], + [ + 114.83181, + 35.074182 + ], + [ + 114.861186, + 35.082983 + ], + [ + 114.876269, + 35.091128 + ], + [ + 114.882902, + 35.098781 + ], + [ + 114.883613, + 35.109667 + ], + [ + 114.872557, + 35.125992 + ], + [ + 114.860633, + 35.137405 + ], + [ + 114.841681, + 35.151189 + ], + [ + 114.841049, + 35.159246 + ], + [ + 114.850288, + 35.172617 + ], + [ + 114.86166, + 35.182389 + ], + [ + 114.876584, + 35.189012 + ], + [ + 114.909356, + 35.19449 + ], + [ + 114.928308, + 35.194776 + ], + [ + 114.932494, + 35.198659 + ], + [ + 114.92973, + 35.248225 + ], + [ + 114.954605, + 35.255455 + ], + [ + 114.957684, + 35.261132 + ], + [ + 114.975531, + 35.261541 + ], + [ + 114.975768, + 35.270281 + ], + [ + 114.963607, + 35.273752 + ], + [ + 114.987613, + 35.30221 + ], + [ + 115.004749, + 35.317273 + ], + [ + 115.014541, + 35.318089 + ], + [ + 115.0177, + 35.340575 + ], + [ + 115.02536, + 35.346328 + ], + [ + 115.035152, + 35.368316 + ], + [ + 115.043286, + 35.376963 + ], + [ + 115.057737, + 35.378472 + ], + [ + 115.075426, + 35.375168 + ], + [ + 115.088613, + 35.39299 + ], + [ + 115.084823, + 35.410074 + ], + [ + 115.091614, + 35.416066 + ], + [ + 115.105907, + 35.403958 + ], + [ + 115.114831, + 35.404121 + ], + [ + 115.117989, + 35.41839 + ], + [ + 115.117831, + 35.400125 + ], + [ + 115.126597, + 35.408728 + ], + [ + 115.126439, + 35.418023 + ], + [ + 115.136863, + 35.421529 + ], + [ + 115.16766, + 35.426094 + ], + [ + 115.189534, + 35.425116 + ], + [ + 115.197905, + 35.420673 + ], + [ + 115.209829, + 35.423118 + ], + [ + 115.23731, + 35.423118 + ], + [ + 115.257446, + 35.43559 + ], + [ + 115.272608, + 35.448305 + ], + [ + 115.270792, + 35.456821 + ], + [ + 115.286665, + 35.464481 + ], + [ + 115.307117, + 35.480001 + ], + [ + 115.357973, + 35.498451 + ], + [ + 115.357973, + 35.506555 + ], + [ + 115.350313, + 35.529476 + ], + [ + 115.35355, + 35.540548 + ], + [ + 115.360499, + 35.543275 + ], + [ + 115.345969, + 35.546979 + ], + [ + 115.345101, + 35.553612 + ], + [ + 115.357973, + 35.554711 + ], + [ + 115.359236, + 35.565454 + ], + [ + 115.369502, + 35.559757 + ], + [ + 115.370765, + 35.571028 + ], + [ + 115.383242, + 35.568912 + ], + [ + 115.383716, + 35.57766 + ], + [ + 115.389718, + 35.577334 + ], + [ + 115.394456, + 35.586894 + ], + [ + 115.411908, + 35.603571 + ], + [ + 115.416251, + 35.623985 + ], + [ + 115.439388, + 35.643458 + ], + [ + 115.452418, + 35.660732 + ], + [ + 115.461499, + 35.680847 + ], + [ + 115.485979, + 35.710137 + ], + [ + 115.511486, + 35.727153 + ], + [ + 115.524121, + 35.726341 + ], + [ + 115.533202, + 35.734137 + ], + [ + 115.552786, + 35.73032 + ], + [ + 115.562499, + 35.738644 + ], + [ + 115.583031, + 35.730564 + ], + [ + 115.588875, + 35.738522 + ], + [ + 115.619514, + 35.739212 + ], + [ + 115.643046, + 35.743841 + ], + [ + 115.665079, + 35.751067 + ], + [ + 115.693586, + 35.754071 + ], + [ + 115.698245, + 35.768399 + ], + [ + 115.696271, + 35.788892 + ], + [ + 115.704404, + 35.788933 + ], + [ + 115.706379, + 35.805608 + ], + [ + 115.717434, + 35.802727 + ], + [ + 115.720277, + 35.817087 + ], + [ + 115.727937, + 35.815627 + ], + [ + 115.734886, + 35.832945 + ], + [ + 115.753128, + 35.832945 + ], + [ + 115.752891, + 35.838379 + ], + [ + 115.763709, + 35.838379 + ], + [ + 115.773343, + 35.854192 + ], + [ + 115.816776, + 35.844259 + ], + [ + 115.821356, + 35.852652 + ], + [ + 115.841335, + 35.850016 + ], + [ + 115.840861, + 35.857192 + ], + [ + 115.859971, + 35.857882 + ], + [ + 115.865499, + 35.868624 + ], + [ + 115.872606, + 35.872799 + ], + [ + 115.871422, + 35.858327 + ], + [ + 115.876002, + 35.867124 + ], + [ + 115.875212, + 35.835095 + ], + [ + 115.877107, + 35.820657 + ], + [ + 115.883583, + 35.808163 + ], + [ + 115.898192, + 35.805202 + ], + [ + 115.911932, + 35.811733 + ], + [ + 115.925988, + 35.804756 + ], + [ + 115.922119, + 35.799157 + ], + [ + 115.945493, + 35.791976 + ], + [ + 115.970289, + 35.782156 + ], + [ + 116.017591, + 35.756263 + ], + [ + 116.026909, + 35.749687 + ], + [ + 116.041518, + 35.733893 + ], + [ + 116.071052, + 35.719072 + ], + [ + 116.079897, + 35.712452 + ], + [ + 116.089847, + 35.699373 + ], + [ + 116.103034, + 35.687348 + ], + [ + 116.121829, + 35.67459 + ], + [ + 116.127514, + 35.649433 + ], + [ + 116.134384, + 35.638539 + ], + [ + 116.115906, + 35.618414 + ], + [ + 116.116222, + 35.606621 + ], + [ + 116.125145, + 35.59385 + ], + [ + 116.125145, + 35.587871 + ], + [ + 116.114327, + 35.577456 + ], + [ + 116.115274, + 35.566471 + ], + [ + 116.123408, + 35.540589 + ], + [ + 116.12554, + 35.516042 + ], + [ + 116.121276, + 35.497881 + ], + [ + 116.128778, + 35.489614 + ], + [ + 116.129567, + 35.475235 + ], + [ + 116.15002, + 35.469573 + ], + [ + 116.160918, + 35.471569 + ], + [ + 116.15689, + 35.446838 + ], + [ + 116.167946, + 35.452217 + ], + [ + 116.178685, + 35.450342 + ], + [ + 116.177817, + 35.466151 + ], + [ + 116.188319, + 35.477313 + ], + [ + 116.188319, + 35.467781 + ], + [ + 116.19669, + 35.46334 + ], + [ + 116.206798, + 35.465703 + ], + [ + 116.20206, + 35.458247 + ], + [ + 116.204429, + 35.436079 + ], + [ + 116.215484, + 35.435957 + ], + [ + 116.215958, + 35.419857 + ], + [ + 116.212642, + 35.409054 + ], + [ + 116.215879, + 35.393438 + ], + [ + 116.223855, + 35.371702 + ], + [ + 116.22117, + 35.358608 + ], + [ + 116.215169, + 35.350734 + ], + [ + 116.201744, + 35.345185 + ], + [ + 116.193452, + 35.337555 + ], + [ + 116.199612, + 35.304986 + ], + [ + 116.215642, + 35.29131 + ], + [ + 116.223539, + 35.260438 + ], + [ + 116.237201, + 35.261745 + ], + [ + 116.265866, + 35.271547 + ], + [ + 116.269656, + 35.269872 + ], + [ + 116.285608, + 35.242669 + ], + [ + 116.284265, + 35.22506 + ], + [ + 116.269104, + 35.191178 + ], + [ + 116.248256, + 35.195634 + ], + [ + 116.234437, + 35.208264 + ], + [ + 116.234516, + 35.200008 + ], + [ + 116.228356, + 35.194367 + ], + [ + 116.213115, + 35.196697 + ], + [ + 116.221881, + 35.181817 + ], + [ + 116.223618, + 35.173231 + ], + [ + 116.214537, + 35.155606 + ], + [ + 116.204903, + 35.145668 + ], + [ + 116.181765, + 35.11204 + ], + [ + 116.154284, + 35.113513 + ], + [ + 116.141018, + 35.09076 + ], + [ + 116.15389, + 35.088467 + ], + [ + 116.140228, + 35.06018 + ], + [ + 116.141413, + 35.055062 + ], + [ + 116.119381, + 35.053383 + ], + [ + 116.114564, + 35.039828 + ], + [ + 116.115748, + 35.025574 + ], + [ + 116.139754, + 34.995421 + ], + [ + 116.170789, + 34.974684 + ], + [ + 116.171499, + 34.964683 + ], + [ + 116.162023, + 34.957632 + ], + [ + 116.155153, + 34.947259 + ], + [ + 116.162181, + 34.94361 + ], + [ + 116.192505, + 34.939182 + ], + [ + 116.201586, + 34.919702 + ], + [ + 116.213826, + 34.913098 + ], + [ + 116.226935, + 34.911786 + ], + [ + 116.266261, + 34.89751 + ], + [ + 116.286713, + 34.88159 + ], + [ + 116.299032, + 34.877733 + ], + [ + 116.325803, + 34.874943 + ], + [ + 116.339543, + 34.867022 + ], + [ + 116.373815, + 34.86538 + ], + [ + 116.409745, + 34.852944 + ] + ] + ] + ] + } + } + ] +}', 'admin', TO_DATE('2020-12-07 19:27:59', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', TO_DATE('2021-02-01 17:41:17', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1335896227857940481', '杭州', 'hangzhou', '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":330102,"name":"上城区","center":[120.171465,30.250236],"centroid":[120.173932,30.226977],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":0,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.188063,30.257783],[120.187445,30.250124],[120.186613,30.246239],[120.19132,30.245676],[120.197999,30.242341],[120.19983,30.240158],[120.213307,30.230548],[120.196573,30.216571],[120.182858,30.207933],[120.177628,30.205626],[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.164079,30.25836],[120.171804,30.258003],[120.188063,30.257783]]]]}},{"type":"Feature","properties":{"adcode":330103,"name":"下城区","center":[120.172763,30.276271],"centroid":[120.180095,30.303745],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":1,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.205939,30.332202],[120.203157,30.329733],[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.156472,30.260295],[120.158469,30.259142],[120.154666,30.272688],[120.161892,30.273305],[120.160822,30.279096],[120.159681,30.280524],[120.154547,30.282637],[120.153073,30.284983],[120.154024,30.289895],[120.165553,30.293463],[120.166266,30.294807],[120.164816,30.30009],[120.157162,30.308197],[120.156972,30.309213],[120.169522,30.325399],[120.174348,30.331146],[120.17827,30.336604],[120.187041,30.347561],[120.195789,30.348892],[120.199853,30.35099]]]]}},{"type":"Feature","properties":{"adcode":330104,"name":"江干区","center":[120.202633,30.266603],"centroid":[120.296023,30.310268],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":2,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.203157,30.329733],[120.205939,30.332202],[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.210407,30.357736],[120.211739,30.359971],[120.213093,30.36503],[120.211881,30.369198],[120.208957,30.374243],[120.208815,30.376478],[120.210502,30.37911],[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.295767,30.314851],[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],[120.347206,30.36928],[120.350629,30.372173],[120.355953,30.374065],[120.362847,30.374682],[120.371143,30.377286],[120.379486,30.380714],[120.383194,30.381235],[120.398312,30.384799],[120.400095,30.384264],[120.400903,30.377026],[120.399596,30.37327],[120.396197,30.370624],[120.388543,30.370117],[120.380817,30.356378],[120.38241,30.355761],[120.378084,30.344929],[120.384169,30.340005],[120.383955,30.339155],[120.395198,30.332215],[120.40309,30.325248],[120.406584,30.324878],[120.413739,30.318307],[120.408866,30.305413],[120.403423,30.293188],[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.298952,30.287878],[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.213307,30.230548],[120.19983,30.240158],[120.197999,30.242341],[120.19132,30.245676],[120.186613,30.246239],[120.187445,30.250124],[120.188063,30.257783]]]]}},{"type":"Feature","properties":{"adcode":330105,"name":"拱墅区","center":[120.150053,30.314697],"centroid":[120.152502,30.339314],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":3,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.129208,30.38203],[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.210502,30.37911],[120.208815,30.376478],[120.208957,30.374243],[120.211881,30.369198],[120.213093,30.36503],[120.211739,30.359971],[120.210407,30.357736],[120.204251,30.352662],[120.199853,30.35099],[120.195789,30.348892],[120.187041,30.347561],[120.17827,30.336604],[120.174348,30.331146],[120.169522,30.325399],[120.156972,30.309213],[120.157162,30.308197],[120.164816,30.30009],[120.166266,30.294807],[120.165553,30.293463],[120.154024,30.289895],[120.153073,30.284983],[120.154547,30.282637],[120.159681,30.280524],[120.160822,30.279096],[120.161892,30.273305],[120.154666,30.272688],[120.154024,30.27535],[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.104677,30.292461],[120.102205,30.298292],[120.102823,30.304672],[120.102038,30.312697],[120.095597,30.325481],[120.092007,30.326071],[120.088489,30.330529],[120.085779,30.331187]]]]}},{"type":"Feature","properties":{"adcode":330106,"name":"西湖区","center":[120.147376,30.272934],"centroid":[120.083604,30.200677],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":4,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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.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],[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.079742,30.341816],[120.081881,30.33563],[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.102205,30.298292],[120.104677,30.292461],[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.154024,30.27535],[120.154666,30.272688],[120.158469,30.259142],[120.156472,30.260295],[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]]]]}},{"type":"Feature","properties":{"adcode":330108,"name":"滨江区","center":[120.21062,30.206615],"centroid":[120.185259,30.180456],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":5,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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.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.177628,30.205626],[120.182858,30.207933],[120.196573,30.216571],[120.213307,30.230548],[120.221057,30.23766]]]]}},{"type":"Feature","properties":{"adcode":330109,"name":"萧山区","center":[120.27069,30.162932],"centroid":[120.388786,30.16844],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":6,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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],[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.298952,30.287878],[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.403423,30.293188],[120.408866,30.305413],[120.413739,30.318307],[120.418945,30.326441],[120.419159,30.331077],[120.421108,30.334643],[120.433492,30.36141],[120.438436,30.37268],[120.443262,30.376903],[120.450227,30.380042],[120.460234,30.382688],[120.47616,30.385457],[120.497791,30.388924],[120.510152,30.389144],[120.567866,30.387869],[120.589188,30.388527],[120.619543,30.389007],[120.6339,30.389459],[120.642719,30.388582],[120.659002,30.385594],[120.662686,30.384661],[120.684935,30.379973],[120.69354,30.377835],[120.698199,30.375038],[120.702478,30.369431],[120.70388,30.365853],[120.704546,30.344462],[120.704142,30.330803],[120.705045,30.315605],[120.706043,30.30946],[120.710845,30.297538],[120.71403,30.293353],[120.71926,30.28818],[120.721946,30.286314],[120.705663,30.271412],[120.700529,30.267761],[120.693944,30.262052],[120.679088,30.244249],[120.669033,30.233129],[120.646831,30.21955],[120.642695,30.217257],[120.641911,30.214758],[120.624606,30.187868],[120.612768,30.166288],[120.609179,30.152851],[120.608181,30.15182],[120.601953,30.150735],[120.593491,30.146764],[120.590852,30.146283],[120.585932,30.147272],[120.583864,30.150405],[120.568342,30.151312],[120.563421,30.147946],[120.559808,30.148179],[120.558144,30.151463],[120.550918,30.15564],[120.540411,30.156547],[120.533779,30.157454],[120.529382,30.157522],[120.524889,30.155695],[120.518495,30.155393],[120.51058,30.157536],[120.506158,30.159776],[120.50245,30.165917],[120.4981,30.169187],[120.494891,30.170148],[120.484076,30.172209],[120.483719,30.170423],[120.480867,30.170134],[120.479203,30.168664],[120.47509,30.169818],[120.466153,30.169557],[120.463728,30.162207],[120.465012,30.155489],[120.464394,30.154115],[120.461042,30.153991],[120.459545,30.151546],[120.451177,30.150982],[120.45006,30.145665],[120.447636,30.143576],[120.446923,30.135454],[120.438484,30.133792],[120.429594,30.132445],[120.424008,30.133187],[120.422891,30.13588],[120.424127,30.1408],[120.426076,30.144277],[120.422201,30.146846],[120.423152,30.151065],[120.42194,30.151037],[120.421678,30.148193],[120.419396,30.152851],[120.417923,30.148509],[120.414476,30.148042],[120.414214,30.149114],[120.410887,30.149526],[120.41072,30.146118],[120.411362,30.132623],[120.40927,30.12938],[120.404944,30.129476],[120.405562,30.1361],[120.404231,30.137296],[120.399001,30.136348],[120.397433,30.137832],[120.397813,30.143191],[120.392631,30.146091],[120.390492,30.149347],[120.387806,30.156176],[120.384763,30.157303],[120.381958,30.155352],[120.379201,30.154981],[120.373163,30.155503],[120.36646,30.153881],[120.361872,30.152068],[120.358758,30.147836],[120.355074,30.151133],[120.352031,30.150694],[120.352055,30.146736],[120.353957,30.144222],[120.35341,30.142188],[120.339623,30.142119],[120.339124,30.138464],[120.334299,30.134616],[120.331351,30.129298],[120.327999,30.125202],[120.326217,30.1249],[120.323198,30.126755],[120.318016,30.125999],[120.316542,30.132376],[120.314688,30.136471],[120.31224,30.13742],[120.303397,30.133008],[120.298904,30.129545],[120.29831,30.126549],[120.303754,30.126686],[120.300307,30.118357],[120.295624,30.115457],[120.293651,30.111911],[120.286853,30.10677],[120.28885,30.101161],[120.294483,30.098274],[120.299285,30.097366],[120.304681,30.09969],[120.309482,30.106013],[120.313333,30.107072],[120.31823,30.102893],[120.325408,30.097793],[120.33128,30.09705],[120.333704,30.095483],[120.335677,30.090877],[120.335796,30.081363],[120.333776,30.074845],[120.337579,30.071998],[120.338601,30.070211],[120.337508,30.059333],[120.33437,30.056912],[120.332088,30.053487],[120.327096,30.05108],[120.324957,30.048632],[120.325551,30.044946],[120.33185,30.037903],[120.335582,30.036885],[120.340479,30.0376],[120.343617,30.034918],[120.346279,30.023609],[120.344805,30.021381],[120.345827,30.019716],[120.351271,30.017886],[120.353291,30.016317],[120.356904,30.011694],[120.357284,30.004718],[120.358164,30.00286],[120.362847,29.997741],[120.36085,29.99214],[120.36047,29.988589],[120.362657,29.985506],[120.362276,29.982726],[120.364297,29.978528],[120.362276,29.97433],[120.357213,29.973449],[120.346469,29.973779],[120.342095,29.963758],[120.342333,29.960412],[120.340526,29.956048],[120.333681,29.95189],[120.331517,29.949302],[120.326074,29.946231],[120.325194,29.938548],[120.321676,29.937033],[120.315258,29.928867],[120.313547,29.9276],[120.307058,29.929336],[120.299309,29.932544],[120.297122,29.932654],[120.291345,29.935684],[120.288968,29.932131],[120.287233,29.926815],[120.284167,29.922161],[120.282123,29.921059],[120.277844,29.920742],[120.274373,29.91953],[120.265269,29.924516],[120.264746,29.930961],[120.262298,29.934748],[120.260753,29.938865],[120.258899,29.941206],[120.255215,29.943643],[120.25279,29.941577],[120.250722,29.936703],[120.24573,29.935808],[120.241689,29.939044],[120.239788,29.939567],[120.232038,29.939732],[120.226524,29.940545],[120.224004,29.942073],[120.221009,29.942238],[120.214567,29.939484],[120.207246,29.93377],[120.20185,29.931856],[120.200424,29.92946],[120.204798,29.924061],[120.203157,29.921541],[120.197643,29.917354],[120.190155,29.906914],[120.187184,29.904724],[120.185092,29.904503],[120.180623,29.907368],[120.175822,29.90909],[120.176273,29.91358],[120.172993,29.916238],[120.166313,29.917271],[120.160276,29.909145],[120.159729,29.906211],[120.155046,29.906101],[120.151742,29.908084],[120.150031,29.905054],[120.14946,29.899324],[120.149888,29.895191],[120.148723,29.891637],[120.150268,29.887587],[120.148486,29.881277],[120.144754,29.874112],[120.141188,29.870199],[120.136719,29.866327],[120.133748,29.86284],[120.1313,29.858816],[120.122101,29.852876],[120.118369,29.852229],[120.11226,29.847171],[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.104463,29.981377],[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.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]]]]}},{"type":"Feature","properties":{"adcode":330110,"name":"余杭区","center":[120.301737,30.421187],"centroid":[119.990852,30.381676],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":7,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.129208,30.38203],[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],[120.081881,30.33563],[120.079742,30.341816],[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],[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.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.686033,30.417541],[119.693521,30.424488],[119.696397,30.42668],[119.707284,30.430023],[119.709209,30.434065],[119.707617,30.437422],[119.704764,30.440326],[119.704146,30.443203],[119.699749,30.448587],[119.694923,30.452738],[119.69528,30.4596],[119.694282,30.462942],[119.695375,30.464476],[119.699368,30.465339],[119.701722,30.467996],[119.702577,30.473255],[119.704408,30.476446],[119.708235,30.485156],[119.708877,30.487963],[119.704717,30.494563],[119.708568,30.498287],[119.709186,30.508829],[119.706785,30.515852],[119.706381,30.521423],[119.704883,30.525981],[119.700272,30.531142],[119.694995,30.542351],[119.692404,30.556145],[119.693735,30.558868],[119.701341,30.558307],[119.707118,30.561057],[119.711729,30.566516],[119.716911,30.564806],[119.721617,30.560934],[119.729058,30.551766],[119.743248,30.550165],[119.74843,30.550206],[119.752091,30.551232],[119.768944,30.551355],[119.770846,30.549658],[119.772034,30.546429],[119.770727,30.544048],[119.768588,30.537259],[119.767684,30.524722],[119.766876,30.520835],[119.761813,30.51885],[119.761837,30.517125],[119.766401,30.514072],[119.784062,30.511019],[119.790433,30.506899],[119.794188,30.505625],[119.798277,30.505927],[119.806905,30.507802],[119.815891,30.510663],[119.818363,30.510102],[119.823711,30.507145],[119.829582,30.502969],[119.832459,30.49878],[119.836024,30.496589],[119.841325,30.496384],[119.846032,30.498424],[119.847149,30.50197],[119.848765,30.503188],[119.851118,30.502025],[119.854113,30.493974],[119.860175,30.48621],[119.864763,30.482526],[119.867116,30.477775],[119.869612,30.47698],[119.874128,30.478281],[119.877812,30.477925],[119.880808,30.476213],[119.88038,30.474214],[119.874366,30.471174],[119.872821,30.467065],[119.872607,30.46249],[119.873676,30.460915],[119.877622,30.460038],[119.882115,30.460367],[119.888034,30.458313],[119.891005,30.456135],[119.894571,30.455327],[119.897613,30.456011],[119.90106,30.458874],[119.903033,30.459408],[119.907407,30.456696],[119.909308,30.456326],[119.91487,30.458984],[119.918816,30.4616],[119.92155,30.462531],[119.924925,30.462189],[119.929299,30.459367],[119.931415,30.456463],[119.93151,30.449299],[119.93498,30.446779],[119.939188,30.44619],[119.944179,30.447149],[119.95074,30.444231],[119.952333,30.441861],[119.952737,30.438751],[119.955874,30.433668],[119.959606,30.432339],[119.965026,30.431572],[119.970612,30.432914],[119.973369,30.437751],[119.982973,30.445286],[119.987109,30.446135],[119.990793,30.445272],[120.0037,30.444285],[120.005459,30.443505],[120.008407,30.438669],[120.011901,30.436011],[120.013827,30.4356],[120.027732,30.434832],[120.031108,30.435161],[120.041543,30.43338],[120.044134,30.431969],[120.046107,30.427434],[120.049815,30.427338],[120.057089,30.429242],[120.061938,30.429325],[120.064743,30.430092],[120.062342,30.435572],[120.065907,30.437353],[120.067952,30.441135],[120.068118,30.445943],[120.065075,30.449546],[120.062413,30.451587],[120.059252,30.459011],[120.06025,30.464956],[120.059489,30.473433],[120.060416,30.476145],[120.063839,30.479418],[120.06586,30.483581],[120.066454,30.489496],[120.068284,30.496603],[120.076081,30.495357],[120.08074,30.497151],[120.090034,30.495987],[120.093766,30.496589],[120.099233,30.495795],[120.099804,30.494125],[120.097047,30.489852],[120.096761,30.486758],[120.099542,30.483293],[120.107315,30.481226],[120.111237,30.476186],[120.115136,30.475871],[120.122623,30.479117],[120.129707,30.479897],[120.146013,30.482705],[120.147796,30.48087],[120.146655,30.474666],[120.147083,30.471283],[120.149817,30.467503],[120.160371,30.469914],[120.162463,30.473146],[120.165624,30.474159],[120.169784,30.473981],[120.172945,30.475022],[120.175061,30.47683],[120.173159,30.483266],[120.174419,30.484129],[120.178246,30.481499],[120.180219,30.481787],[120.180005,30.483964],[120.177699,30.486018],[120.177747,30.488606],[120.173801,30.49203],[120.177058,30.493782],[120.179149,30.491947],[120.1859,30.494631],[120.182287,30.496233],[120.182216,30.499629],[120.185092,30.502627],[120.194553,30.503668],[120.197001,30.505092],[120.195812,30.509459],[120.196573,30.512032],[120.200234,30.514921],[120.201755,30.514428],[120.2033,30.507816],[120.205416,30.505858],[120.208268,30.507939],[120.212523,30.509774],[120.220724,30.510253],[120.224598,30.50976],[120.233869,30.506392],[120.239288,30.505242],[120.251934,30.506543],[120.261228,30.505242],[120.2671,30.505817],[120.27744,30.504831],[120.282123,30.508692],[120.285831,30.507802],[120.286853,30.510992],[120.289277,30.513032],[120.296527,30.514798],[120.299808,30.517809],[120.299903,30.519822],[120.311598,30.520739],[120.314593,30.521861],[120.317707,30.521601],[120.319894,30.518494],[120.322295,30.509979],[120.322651,30.506488],[120.326145,30.500437],[120.325765,30.496945],[120.327667,30.491071],[120.327904,30.484197],[120.325789,30.480774],[120.326026,30.478596],[120.328332,30.473584],[120.329188,30.468421],[120.331327,30.468407],[120.335059,30.471352],[120.341382,30.472269],[120.340645,30.466038],[120.337246,30.464312],[120.336866,30.458121],[120.337864,30.451916],[120.339813,30.450149],[120.340978,30.441614],[120.339433,30.440011],[120.340336,30.433887],[120.335939,30.431243],[120.330757,30.427269],[120.332682,30.424666],[120.332967,30.417308],[120.324838,30.411963],[120.32151,30.407715],[120.322057,30.404741],[120.320512,30.40433],[120.31533,30.400657],[120.310481,30.400205],[120.306273,30.39745],[120.306677,30.395092],[120.308936,30.393338],[120.31571,30.394325],[120.318824,30.388801],[120.318372,30.38547],[120.319276,30.379329],[120.324386,30.378493],[120.332635,30.375271],[120.339409,30.373325],[120.342927,30.371611],[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.295767,30.314851],[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]]]]}},{"type":"Feature","properties":{"adcode":330111,"name":"富阳区","center":[119.949869,30.049871],"centroid":[119.839625,29.995216],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":8,"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.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.104463,29.981377],[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.102015,29.832905],[120.101111,29.830258],[120.102728,29.823972],[120.09871,29.819023],[120.095834,29.816596],[120.091888,29.816679],[120.085328,29.820967],[120.080384,29.826522],[120.077198,29.828149],[120.074275,29.827336],[120.065646,29.822042],[120.061961,29.821628],[120.054355,29.823559],[120.049553,29.823917],[120.038453,29.822828],[120.036076,29.816596],[120.03106,29.810254],[120.030038,29.806283],[120.032296,29.803898],[120.034649,29.799568],[120.036218,29.79346],[120.036622,29.78884],[120.035481,29.787213],[120.030062,29.782758],[120.029776,29.779324],[120.030038,29.770552],[120.02835,29.768938],[120.025522,29.769311],[120.021718,29.767049],[120.020292,29.764855],[120.015229,29.764235],[120.011497,29.761503],[120.011212,29.757324],[120.008977,29.75713],[120.003439,29.75513],[120.000087,29.754909],[119.991958,29.753157],[119.987845,29.754909],[119.986871,29.75673],[119.981214,29.757972],[119.979859,29.759641],[119.978718,29.76589],[119.977078,29.766469],[119.973132,29.765793],[119.968639,29.762897],[119.967165,29.759986],[119.962316,29.75571],[119.960272,29.755144],[119.94765,29.756179],[119.94456,29.755503],[119.93933,29.752675],[119.937024,29.750564],[119.933079,29.749046],[119.927184,29.744438],[119.924949,29.745252],[119.924331,29.748867],[119.923166,29.750357],[119.916416,29.752344],[119.913539,29.755861],[119.907692,29.754523],[119.904364,29.754606],[119.896448,29.761159],[119.892574,29.763117],[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],[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.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]]]]}},{"type":"Feature","properties":{"adcode":330112,"name":"临安区","center":[119.715101,30.231153],"centroid":[119.343878,30.201776],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":9,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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],[118.89883,30.018766],[118.902586,30.029057],[118.901516,30.031314],[118.895597,30.032455],[118.892269,30.039017],[118.890582,30.041273],[118.891342,30.043034],[118.897333,30.049623],[118.897356,30.051864],[118.89391,30.054932],[118.88811,30.062372],[118.885067,30.064036],[118.878815,30.064655],[118.875464,30.07204],[118.87506,30.079039],[118.873729,30.081748],[118.872992,30.087028],[118.872611,30.095401],[118.868856,30.101463],[118.869117,30.107402],[118.871637,30.11301],[118.873895,30.115058],[118.878055,30.116735],[118.883855,30.116392],[118.88723,30.11745],[118.888609,30.122357],[118.888656,30.128432],[118.893387,30.133091],[118.895978,30.138794],[118.896952,30.1444],[118.896786,30.148083],[118.895098,30.148495],[118.890938,30.147451],[118.881026,30.146805],[118.874988,30.148193],[118.870543,30.151161],[118.865718,30.151491],[118.862081,30.148894],[118.8564,30.14822],[118.852145,30.149924],[118.846987,30.153881],[118.845703,30.156135],[118.846797,30.161053],[118.84808,30.163046],[118.852858,30.166549],[118.858349,30.168087],[118.864411,30.168994],[118.870282,30.171055],[118.873681,30.172923],[118.884259,30.176811],[118.891628,30.18041],[118.9028,30.183226],[118.904796,30.18655],[118.91081,30.187484],[118.912165,30.1885],[118.915707,30.194392],[118.920651,30.199021],[118.929232,30.201918],[118.92909,30.20667],[118.926142,30.212643],[118.923385,30.214511],[118.919368,30.215225],[118.911452,30.215321],[118.905201,30.216571],[118.90318,30.21793],[118.899876,30.223422],[118.896168,30.234557],[118.893529,30.23976],[118.892531,30.243247],[118.889726,30.24499],[118.882429,30.247475],[118.881549,30.251153],[118.882357,30.252348],[118.888965,30.253775],[118.889441,30.255724],[118.886541,30.260734],[118.885043,30.268379],[118.879861,30.278355],[118.878079,30.282719],[118.877199,30.288071],[118.877508,30.290815],[118.880574,30.294519],[118.881811,30.298512],[118.881549,30.304603],[118.879196,30.312189],[118.879885,30.314878],[118.889607,30.317018],[118.894124,30.319089],[118.899781,30.322587],[118.90841,30.330871],[118.911143,30.332229],[118.917894,30.332449],[118.9226,30.334753],[118.928282,30.339978],[118.933559,30.342131],[118.93634,30.345066],[118.937362,30.348713],[118.936435,30.350811],[118.94977,30.358778],[118.954191,30.360341],[118.955404,30.359189],[118.956592,30.352059],[118.959373,30.347287],[118.964056,30.350578],[118.969048,30.351332],[118.972708,30.347534],[118.975751,30.347164],[118.985735,30.34955],[118.988112,30.348672],[118.988539,30.346547],[118.987755,30.340705],[118.98804,30.333477],[118.989157,30.33238],[118.996312,30.330501],[119.004442,30.328938],[119.007152,30.327717],[119.010598,30.323561],[119.01376,30.321531],[119.018538,30.32042],[119.02158,30.315509],[119.024742,30.313657],[119.028783,30.312587],[119.037197,30.312066],[119.046872,30.313191],[119.048322,30.31267],[119.050414,30.309268],[119.050842,30.30673],[119.052672,30.305221],[119.05676,30.303876],[119.059874,30.303849],[119.062988,30.30496],[119.067077,30.308197],[119.069858,30.312135],[119.0734,30.31588],[119.08267,30.321627],[119.090253,30.324014],[119.0932,30.322957],[119.094959,30.320653],[119.102328,30.31758],[119.105466,30.314631],[119.111028,30.311298],[119.119467,30.310104],[119.125671,30.305371],[119.128499,30.304727],[119.151271,30.304603],[119.154599,30.302833],[119.156739,30.299541],[119.160875,30.298114],[119.163584,30.299664],[119.166294,30.298827],[119.170525,30.295342],[119.173996,30.294711],[119.179629,30.295384],[119.18821,30.291652],[119.19092,30.291954],[119.201046,30.291021],[119.203709,30.296262],[119.204065,30.299349],[119.205682,30.301558],[119.210602,30.299431],[119.212908,30.299239],[119.218019,30.301338],[119.222606,30.299623],[119.224032,30.296564],[119.223747,30.291281],[119.225482,30.288798],[119.229191,30.289662],[119.233731,30.293394],[119.238152,30.301365],[119.243072,30.313287],[119.245925,30.321613],[119.244095,30.324452],[119.239982,30.327031],[119.241575,30.33153],[119.247137,30.340814],[119.248849,30.341541],[119.252747,30.340334],[119.257121,30.337756],[119.261209,30.337249],[119.26506,30.338058],[119.270599,30.342062],[119.272334,30.34257],[119.275757,30.34091],[119.278158,30.341582],[119.289448,30.349646],[119.297507,30.35764],[119.300668,30.363686],[119.31077,30.366387],[119.326554,30.371762],[119.329074,30.371515],[119.336347,30.366264],[119.342647,30.363152],[119.343788,30.360684],[119.344881,30.354143],[119.349445,30.349152],[119.356077,30.349426],[119.368247,30.35295],[119.375616,30.354815],[119.381083,30.35812],[119.386146,30.363906],[119.391875,30.366305],[119.395845,30.36625],[119.399981,30.3678],[119.403047,30.373325],[119.407136,30.373325],[119.418141,30.376108],[119.421113,30.379727],[119.426556,30.383949],[119.430502,30.384058],[119.432784,30.386485],[119.434186,30.390254],[119.435708,30.391501],[119.441032,30.392461],[119.445739,30.399191],[119.448425,30.405235],[119.450231,30.410826],[119.451848,30.412169],[119.455865,30.411991],[119.467013,30.40814],[119.477329,30.40729],[119.483819,30.408318],[119.490403,30.408208],[119.498889,30.406865],[119.506092,30.404673],[119.513151,30.401671],[119.516907,30.402535],[119.522232,30.404673],[119.528626,30.408524],[119.533451,30.409414],[119.535733,30.411662],[119.536446,30.414403],[119.53483,30.420788],[119.535305,30.424049],[119.544386,30.431065],[119.54662,30.434805],[119.551731,30.439765],[119.565922,30.443381],[119.569107,30.44097],[119.571864,30.436915],[119.572839,30.431325],[119.579708,30.424748],[119.5818,30.423625],[119.591665,30.421638],[119.597893,30.422446],[119.602789,30.425886],[119.606569,30.427146],[119.613011,30.426023],[119.618026,30.427324],[119.623018,30.429763],[119.627653,30.433024],[119.633881,30.440217],[119.63709,30.441833],[119.642296,30.440217],[119.645101,30.437764],[119.645671,30.429845],[119.637161,30.428708],[119.632193,30.42716],[119.631052,30.423282],[119.634071,30.414992],[119.635878,30.406249],[119.635973,30.403617],[119.632383,30.399766],[119.640014,30.39793],[119.644411,30.395764],[119.649783,30.395449],[119.658151,30.397464],[119.661859,30.397409],[119.667397,30.399108],[119.677856,30.40618],[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.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.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]]]]}},{"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.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.890221,29.758496],[119.888794,29.755972],[119.88908,29.753102],[119.890981,29.750426],[119.894476,29.748757],[119.900466,29.744645],[119.898612,29.740617],[119.901393,29.728612],[119.905648,29.72766],[119.911376,29.722582],[119.91247,29.720402],[119.911376,29.715944],[119.91178,29.71364],[119.915584,29.707967],[119.914252,29.705524],[119.919529,29.699562],[119.922525,29.697753],[119.928657,29.698858],[119.931676,29.696691],[119.933768,29.698582],[119.930084,29.701936],[119.930226,29.704503],[119.933578,29.706739],[119.937761,29.70747],[119.941517,29.705234],[119.94494,29.704903],[119.948149,29.703068],[119.951287,29.699299],[119.957942,29.698416],[119.960129,29.696967],[119.967403,29.694896],[119.973441,29.689941],[119.973797,29.678648],[119.973155,29.673098],[119.970778,29.670765],[119.966832,29.670958],[119.959083,29.672822],[119.948862,29.668017],[119.945653,29.667368],[119.940733,29.667506],[119.936169,29.666526],[119.924806,29.669895],[119.92281,29.668487],[119.921265,29.664027],[119.918246,29.664386],[119.914514,29.66625],[119.911709,29.666498],[119.908595,29.663074],[119.902344,29.661403],[119.895712,29.660644],[119.887178,29.662039],[119.883494,29.663433],[119.879286,29.667934],[119.875816,29.668984],[119.873058,29.668666],[119.869992,29.66995],[119.863384,29.669481],[119.859533,29.671345],[119.856538,29.671027],[119.852521,29.668887],[119.842157,29.675556],[119.837664,29.676453],[119.835454,29.678124],[119.836904,29.68076],[119.835359,29.682251],[119.824472,29.671856],[119.821738,29.671193],[119.817602,29.673057],[119.814132,29.671359],[119.810709,29.667493],[119.809972,29.665201],[119.805313,29.664952],[119.802484,29.663254],[119.79918,29.660078],[119.798253,29.656929],[119.796351,29.655687],[119.793214,29.656101],[119.79117,29.654969],[119.788151,29.645205],[119.781067,29.638618],[119.777525,29.628645],[119.776527,29.62685],[119.776218,29.620233],[119.779831,29.613285],[119.780069,29.609458],[119.779308,29.604001],[119.774364,29.599179],[119.76728,29.597659],[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.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.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]]]]}},{"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.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],[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.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.893054,29.3288],[118.890629,29.324049],[118.886327,29.322372],[118.87834,29.326556],[118.873206,29.324492],[118.869545,29.322317],[118.863222,29.317495],[118.860679,29.314974],[118.857161,29.309182],[118.855734,29.303335],[118.849412,29.298346],[118.842684,29.297487],[118.838786,29.293191],[118.835078,29.290488],[118.828755,29.287453],[118.828636,29.285042],[118.826544,29.280288],[118.824476,29.279484],[118.819699,29.280343],[118.816894,29.281716],[118.812377,29.280801],[118.809525,29.278278],[118.80073,29.272942],[118.793622,29.267952],[118.786373,29.266732],[118.78478,29.259108],[118.781832,29.258068],[118.778267,29.252564],[118.77501,29.251011],[118.768188,29.251912],[118.766382,29.251164],[118.763886,29.248294],[118.762412,29.240322],[118.766691,29.235621],[118.767261,29.234137],[118.766239,29.229256],[118.767,29.223058],[118.765431,29.220589],[118.759298,29.218065],[118.757349,29.215985],[118.753023,29.213863],[118.743752,29.213655],[118.734173,29.207427],[118.73258,29.205416],[118.731701,29.201519],[118.72949,29.199674],[118.723333,29.198911],[118.718651,29.192807],[118.715442,29.189867],[118.708834,29.188757],[118.70137,29.192169],[118.693882,29.196955],[118.688748,29.20095],[118.684612,29.202531],[118.676577,29.200659],[118.670159,29.200506],[118.655374,29.196886],[118.651904,29.196414],[118.638307,29.192169],[118.628894,29.19235],[118.62685,29.195665],[118.628205,29.199063],[118.631984,29.202004],[118.633672,29.205624],[118.632317,29.214168],[118.631841,29.219618],[118.628109,29.220229],[118.624377,29.218883],[118.620123,29.219272],[118.618863,29.220714],[118.616486,29.226316],[118.613847,29.229464],[118.613063,29.231919],[118.607786,29.238228],[118.607596,29.239711],[118.614632,29.246325],[118.615464,29.250762],[118.611423,29.25768],[118.610091,29.262324],[118.606669,29.267134],[118.606669,29.268492],[118.609854,29.273108],[118.609497,29.277003],[118.610614,29.27947],[118.615511,29.278971],[118.619196,29.276809],[118.621145,29.278084],[118.623997,29.272346],[118.630582,29.265207],[118.634908,29.261852],[118.636928,29.263627],[118.636382,29.267078],[118.634147,29.27297],[118.629916,29.279886],[118.62452,29.284238],[118.619124,29.292928],[118.614394,29.296586],[118.617223,29.303127],[118.6138,29.307311],[118.604814,29.314614],[118.603483,29.316442],[118.60384,29.323564],[118.60094,29.327789],[118.596043,29.330823],[118.594593,29.330698],[118.589031,29.327872],[118.587533,29.328496],[118.587129,29.332056],[118.584253,29.333663],[118.579856,29.332153],[118.575149,29.336558],[118.571679,29.338317],[118.562266,29.338539],[118.551498,29.335713],[118.54237,29.33696],[118.541039,29.342528],[118.528559,29.345257],[118.523401,29.345368],[118.519099,29.344384],[118.518885,29.346448],[118.523995,29.355229],[118.524352,29.36142],[118.517482,29.363484],[118.509994,29.361642],[118.50574,29.359274],[118.502887,29.360991],[118.498989,29.361891],[118.494163,29.362057],[118.491596,29.365215],[118.488839,29.367237],[118.479164,29.366544],[118.473341,29.362764],[118.470132,29.360091],[118.464664,29.360312],[118.45625,29.365893],[118.448738,29.375241],[118.445957,29.37639],[118.441251,29.375919],[118.437685,29.377705],[118.430102,29.382455],[118.423637,29.387356],[118.422733,29.390471],[118.425847,29.395179],[118.4258,29.397643],[118.422139,29.400232],[118.418122,29.40163],[118.415293,29.403762],[118.409684,29.404495],[118.407021,29.405575],[118.405405,29.408136],[118.410825,29.413479],[118.413297,29.41813],[118.413154,29.420552],[118.40859,29.42339],[118.40203,29.425175],[118.395231,29.423473],[118.390263,29.423971],[118.386698,29.427652],[118.384154,29.433258],[118.378093,29.43388],[118.375169,29.435195],[118.372935,29.437824],[118.366374,29.450154],[118.363426,29.451067],[118.357341,29.451565],[118.35254,29.452797],[118.350686,29.454775],[118.350186,29.458746],[118.345741,29.465138],[118.345028,29.468251],[118.344957,29.475707],[118.347619,29.473978],[118.353609,29.47503],[118.35872,29.477063],[118.360479,29.479097],[118.362951,29.484159],[118.365708,29.48629],[118.371104,29.492154],[118.373505,29.496483],[118.379804,29.502555],[118.381444,29.504933],[118.383013,29.510133],[118.393044,29.507298],[118.402814,29.507464],[118.407473,29.508059],[118.41256,29.509677],[118.414984,29.509746],[118.420238,29.508031],[118.425491,29.504754],[118.430578,29.50373],[118.436544,29.505749],[118.439872,29.510036],[118.443105,29.50893],[118.448976,29.513397],[118.45045,29.512733],[118.45827,29.506358],[118.459815,29.50557],[118.464213,29.505888],[118.470393,29.507464],[118.479022,29.510935],[118.481969,29.512996],[118.489433,29.51684],[118.495162,29.518361],[118.496065,29.520642],[118.495162,29.525703],[118.4949,29.5314],[118.495875,29.533321],[118.497563,29.540331],[118.497848,29.544008],[118.494948,29.550602],[118.4949,29.553712],[118.498371,29.56137],[118.49868,29.567672],[118.499678,29.573615],[118.50177,29.576379],[118.50574,29.57725],[118.515462,29.583316],[118.521547,29.585956],[118.532172,29.588954],[118.535239,29.590612],[118.540896,29.599331],[118.542037,29.603821],[118.54855,29.611212],[118.549905,29.613395],[118.553447,29.612373],[118.555087,29.613409],[118.559746,29.620689],[118.567519,29.627292],[118.568065,29.633438],[118.569302,29.635496],[118.573865,29.638383],[118.584015,29.640523],[118.595544,29.644059],[118.602057,29.643672],[118.614228,29.650425],[118.620004,29.654112],[118.633482,29.648782],[118.636928,29.644832],[118.640945,29.641932],[118.642918,29.641656],[118.647316,29.643382],[118.653401,29.648685],[118.656872,29.654444],[118.659629,29.65646],[118.666712,29.663309],[118.672275,29.667009],[118.673915,29.669094],[118.674153,29.674009],[118.67508,29.675625],[118.681498,29.67978],[118.682353,29.68105],[118.682924,29.688326],[118.685467,29.69052],[118.691648,29.69393],[118.692884,29.699148],[118.700823,29.706463],[118.718698,29.709182],[118.72407,29.715958],[118.724641,29.72261],[118.726947,29.725825],[118.733626,29.730089],[118.737406,29.735029],[118.739711,29.736809],[118.744703,29.738768],[118.745559,29.740327],[118.74651,29.746287],[118.748673,29.750426],[118.749029,29.761145],[118.745535,29.76738],[118.747365,29.772428],[118.746628,29.775352],[118.744299,29.779641],[118.738356,29.784799],[118.736526,29.788454],[118.738618,29.807952],[118.739925,29.813288],[118.742278,29.816321],[118.74601,29.818168],[118.754972,29.816982],[118.759441,29.817162],[118.765906,29.82309],[118.765669,29.824524],[118.76013,29.828921],[118.753855,29.829541],[118.750955,29.831609],[118.75471,29.839232],[118.754164,29.843697],[118.755614,29.84542],[118.766952,29.848949],[118.770066,29.846826],[118.774178,29.845324],[118.778742,29.841906],[118.781975,29.842595],[118.786634,29.845227],[118.788916,29.851016],[118.798091,29.858816],[118.802608,29.860663],[118.807718,29.867649],[118.812972,29.87086],[118.81649,29.873946],[118.819057,29.874815],[118.823383,29.87881],[118.830134,29.882489],[118.84133,29.891306],[118.843968,29.89515],[118.845537,29.899103],[118.844848,29.905288],[118.844895,29.915261],[118.843112,29.920591],[118.8419,29.928151],[118.840141,29.929859],[118.838715,29.9345],[118.838976,29.938273],[118.841163,29.939925],[118.848294,29.941261],[118.857921,29.938011],[118.863911,29.936978],[118.867239,29.939484],[118.868951,29.943904],[118.87197,29.946892],[118.876248,29.945736],[118.880337,29.942982],[118.883688,29.939429],[118.887634,29.939223],[118.893553,29.937598],[118.89467,29.938066],[118.894005,29.943106],[118.892365,29.9482],[118.893006,29.957081],[118.891533,29.959889],[118.893173,29.969291],[118.896453,29.975761],[118.898093,29.977495],[118.899472,29.981446],[118.897214,29.987116],[118.893197,29.990956],[118.892079,29.994796],[118.893981,29.997411],[118.895098,30.001195],[118.894028,30.006713],[118.889845,30.010593],[118.890344,30.012024],[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.766829,29.589341],[119.765236,29.587572],[119.765616,29.584712],[119.768421,29.582459],[119.769182,29.579544],[119.766187,29.570906],[119.761647,29.566525],[119.764832,29.563111],[119.765521,29.560015],[119.76419,29.557334],[119.758842,29.556034],[119.756417,29.553726],[119.750665,29.550726],[119.747266,29.550588],[119.741109,29.551901],[119.730412,29.548197],[119.724803,29.545128],[119.72264,29.542764],[119.724755,29.538188],[119.731862,29.532962],[119.734311,29.528385],[119.744033,29.520781],[119.745602,29.518389],[119.744936,29.516425],[119.740348,29.513341],[119.735404,29.510935],[119.726894,29.511557],[119.727536,29.509442],[119.72554,29.506925],[119.718836,29.505293],[119.717862,29.502652],[119.718337,29.496691],[119.719549,29.491158],[119.718741,29.48853],[119.716673,29.486331],[119.712632,29.484132],[119.706785,29.472374],[119.708449,29.467725],[119.707118,29.464225],[119.709518,29.458885],[119.71344,29.456187],[119.715817,29.449005],[119.71344,29.445006],[119.710659,29.442266],[119.709518,29.439111],[119.710636,29.436122],[119.709637,29.434185],[119.70726,29.433216],[119.700509,29.433008],[119.697372,29.434116],[119.693663,29.438765],[119.691168,29.438779],[119.689836,29.433327],[119.690312,29.42685],[119.688909,29.421756],[119.683442,29.418628],[119.678973,29.41777],[119.676311,29.41921],[119.673387,29.425023],[119.67006,29.425424],[119.664402,29.424068],[119.6601,29.426891],[119.655488,29.425922],[119.649094,29.428344],[119.646741,29.43323],[119.644459,29.434102],[119.642486,29.432953],[119.638659,29.428275],[119.633596,29.423348],[119.626631,29.42022],[119.62492,29.41777],[119.625633,29.415293],[119.625538,29.410476],[119.617361,29.399733],[119.612155,29.394763],[119.607068,29.393877],[119.605547,29.392742],[119.606236,29.388076],[119.613866,29.383244],[119.617598,29.38035],[119.618573,29.378467],[119.619643,29.372956],[119.619381,29.371059],[119.616291,29.368261],[119.614057,29.368275],[119.608518,29.370242],[119.604596,29.369632],[119.597988,29.372928],[119.592925,29.377705],[119.589454,29.378702],[119.582085,29.379132],[119.578425,29.378121],[119.574598,29.372762],[119.565898,29.371183],[119.560573,29.372083],[119.55677,29.371585],[119.551469,29.36732],[119.545408,29.367361],[119.540915,29.369799],[119.538847,29.371931],[119.536042,29.37315],[119.529838,29.370546],[119.523872,29.36599],[119.525773,29.36347],[119.526605,29.360021],[119.52506,29.35516],[119.522707,29.350022],[119.512082,29.336724],[119.510418,29.333469],[119.501979,29.335879],[119.50003,29.335713],[119.492329,29.331059],[119.485364,29.332541],[119.480206,29.33297],[119.477543,29.335048],[119.47771,29.341586],[119.476022,29.345216],[119.471482,29.349025],[119.469652,29.349662],[119.464565,29.349177],[119.461427,29.350908],[119.459834,29.356656],[119.454819,29.365284],[119.457576,29.370366],[119.453369,29.378827],[119.451824,29.385598],[119.453607,29.389253],[119.451348,29.397283],[119.448876,29.400688],[119.443148,29.404565],[119.440676,29.408745],[119.441674,29.413036],[119.438798,29.415749],[119.439416,29.421424],[119.438964,29.423597],[119.437134,29.424123],[119.427768,29.422158],[119.428553,29.419057],[119.432332,29.415154],[119.426746,29.405548],[119.421255,29.404758],[119.415883,29.403],[119.410725,29.402557],[119.409204,29.400716],[119.405614,29.399927],[119.404758,29.400688],[119.404901,29.405326],[119.403974,29.407223],[119.399933,29.411237],[119.393515,29.411251],[119.391709,29.416884],[119.389783,29.425826],[119.388547,29.429715],[119.382129,29.43186],[119.378112,29.429798],[119.375283,29.424538],[119.372455,29.421037],[119.370814,29.417715],[119.368319,29.415708],[119.362162,29.416746],[119.360237,29.416289],[119.355578,29.410794],[119.353201,29.409866],[119.346378,29.408731],[119.343906,29.409008],[119.338392,29.411707],[119.334897,29.40815],[119.334042,29.405354],[119.331094,29.400356],[119.32779,29.396923],[119.328646,29.39342],[119.333875,29.390734],[119.336038,29.385847],[119.339105,29.384296],[119.340151,29.382358],[119.339295,29.379145],[119.340198,29.377304],[119.336466,29.372499],[119.335016,29.366987],[119.336704,29.363373],[119.332806,29.353748],[119.334303,29.348983],[119.340008,29.348581],[119.34557,29.342265],[119.348447,29.336253],[119.348233,29.333441],[119.344287,29.324395],[119.347092,29.322719],[119.348779,29.319504],[119.347282,29.317163],[119.340531,29.315389],[119.324201,29.30799],[119.323131,29.305011],[119.328646,29.299274],[119.329026,29.294383],[119.328337,29.292789],[119.32577,29.292248],[119.324177,29.295408],[119.322632,29.29617],[119.322608,29.290488],[119.323345,29.288146],[119.322727,29.284931],[119.318306,29.2799],[119.312672,29.278639],[119.305066,29.279332],[119.298648,29.279276],[119.292562,29.281799],[119.288117,29.280995],[119.286026,29.279332],[119.286216,29.275257],[119.288094,29.268839],[119.287167,29.267453],[119.282317,29.264944],[119.282056,29.26127],[119.278657,29.260646],[119.275781,29.258636],[119.273475,29.25377],[119.270646,29.251649],[119.260924,29.247809],[119.257644,29.247989],[119.249205,29.250193],[119.244237,29.250997],[119.238746,29.250152],[119.237772,29.25072],[119.239293,29.258913],[119.236298,29.26346],[119.234016,29.270682],[119.231544,29.273274],[119.228786,29.27437],[119.227099,29.276837],[119.229,29.282575],[119.228739,29.284183],[119.225031,29.285153],[119.219397,29.2827],[119.214833,29.283753],[119.208178,29.284404],[119.205111,29.288257],[119.200286,29.290391],[119.198836,29.286026],[119.200737,29.280524],[119.200999,29.275811],[119.204255,29.274771],[119.203328,29.272318],[119.200405,29.272152],[119.19779,29.26992],[119.192299,29.263571],[119.191515,29.261741],[119.192228,29.258456],[119.195484,29.256446],[119.198622,29.257985],[119.200904,29.257472],[119.204303,29.252356],[119.210293,29.248724],[119.214786,29.246935],[119.212195,29.246076],[119.211268,29.244426],[119.211648,29.235413],[119.210269,29.230657],[119.213645,29.225207],[119.211838,29.222905],[119.209033,29.222059],[119.204469,29.223557],[119.203233,29.228383],[119.201736,29.229367],[119.196102,29.227883],[119.194153,29.22927],[119.190825,29.22848],[119.189518,29.227093],[119.189779,29.223709],[119.193963,29.220145],[119.194938,29.216304],[119.189518,29.205194],[119.181032,29.206304],[119.177704,29.207233],[119.175826,29.211893],[119.168053,29.219022],[119.165652,29.219202],[119.160257,29.220991],[119.156453,29.223806],[119.15372,29.227024],[119.151771,29.227897],[119.145709,29.222974],[119.141525,29.223377],[119.138126,29.220242],[119.131542,29.221116],[119.130163,29.2226],[119.129117,29.227079],[119.132588,29.235441],[119.126455,29.237119],[119.123508,29.236716],[119.106393,29.227509],[119.10045,29.228313],[119.094222,29.228258],[119.091893,29.230546],[119.08519,29.230601],[119.082908,29.228826],[119.081981,29.22658],[119.07775,29.224222],[119.075658,29.223987],[119.068384,29.226455],[119.062941,29.226275],[119.055144,29.222239],[119.050033,29.221546],[119.045588,29.221823],[119.037126,29.217205],[119.030589,29.215069],[119.01307,29.212379],[119.003253,29.207691],[119.001851,29.208551],[118.998903,29.216345],[118.995742,29.21708],[118.993127,29.219244],[118.991867,29.221837],[118.987137,29.226053],[118.985711,29.229728],[118.98583,29.235344],[118.984831,29.239476],[118.988254,29.243552],[118.982597,29.249736],[118.981408,29.254325],[118.979245,29.258955],[118.977344,29.258775],[118.970189,29.264944],[118.966837,29.269352],[118.963295,29.267674],[118.959492,29.271403],[118.958565,29.273801],[118.954881,29.277918],[118.952337,29.278763],[118.949651,29.281743],[118.949176,29.283919],[118.951268,29.286275],[118.961893,29.290211],[118.963533,29.291999],[118.962083,29.29617],[118.952622,29.298554],[118.948035,29.301117],[118.944113,29.306286],[118.927069,29.310374],[118.923456,29.31478],[118.916753,29.31816],[118.911262,29.324409],[118.908362,29.325143],[118.905414,29.327374],[118.903917,29.330186],[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.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]]]]}}]}', 'admin', TO_DATE('2020-12-07 18:37:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2020-12-07 18:37:35', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1335907956524433409', '上海', 'shanghai', '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":310101,"name":"黄浦区","center":[121.490317,31.222771],"centroid":[121.483572,31.215946],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":0,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.475987,31.187885],[121.474944,31.189886],[121.470356,31.191431],[121.469605,31.196404],[121.46745,31.203065],[121.466449,31.204395],[121.462264,31.203173],[121.461555,31.210194],[121.460707,31.213488],[121.457689,31.220196],[121.456758,31.223898],[121.467464,31.223862],[121.467658,31.225634],[121.466129,31.234917],[121.462973,31.241396],[121.469563,31.239216],[121.474847,31.24142],[121.47892,31.240294],[121.482994,31.241923],[121.485969,31.244091],[121.487805,31.244186],[121.494826,31.24221],[121.493491,31.240163],[121.493491,31.23615],[121.495744,31.232977],[121.502014,31.228018],[121.506741,31.223119],[121.509397,31.218459],[121.509911,31.214506],[121.508368,31.210158],[121.501319,31.199747],[121.498066,31.195601],[121.494631,31.192857],[121.490752,31.191467],[121.475987,31.187885]]]]}},{"type":"Feature","properties":{"adcode":310104,"name":"徐汇区","center":[121.43752,31.179973],"centroid":[121.439404,31.162992],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":1,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.412572,31.19112],[121.419719,31.190796],[121.422027,31.192294],[121.421638,31.19535],[121.423793,31.197314],[121.433025,31.20128],[121.437933,31.203976],[121.435235,31.21114],[121.43746,31.211535],[121.439462,31.214482],[121.44697,31.215812],[121.452184,31.217429],[121.457689,31.220196],[121.460707,31.213488],[121.461555,31.210194],[121.462264,31.203173],[121.466449,31.204395],[121.46745,31.203065],[121.469605,31.196404],[121.470356,31.191431],[121.474944,31.189886],[121.475987,31.187885],[121.468729,31.184122],[121.466254,31.18109],[121.464905,31.178022],[121.464905,31.17541],[121.468159,31.167092],[121.469369,31.162298],[121.468354,31.158091],[121.46574,31.155118],[121.460387,31.150276],[121.457453,31.146451],[121.457453,31.142232],[121.462431,31.134463],[121.468729,31.127868],[121.469674,31.124859],[121.469299,31.118731],[121.465211,31.1121],[121.463237,31.108586],[121.462862,31.101954],[121.455423,31.100755],[121.452629,31.101234],[121.451878,31.103849],[121.446275,31.105744],[121.447623,31.107423],[121.452364,31.108586],[121.450154,31.112819],[121.450807,31.115398],[121.446706,31.114282],[121.445788,31.114954],[121.441547,31.112568],[121.438002,31.1121],[121.435736,31.113539],[121.438836,31.119103],[121.43853,31.121729],[121.436445,31.129043],[121.421526,31.127137],[121.418398,31.131669],[121.41381,31.13728],[121.411293,31.14174],[121.404953,31.156689],[121.400977,31.155214],[121.401449,31.153776],[121.396931,31.152685],[121.395874,31.15585],[121.401867,31.157528],[121.404578,31.157588],[121.402645,31.162226],[121.394567,31.159601],[121.391508,31.168686],[121.394053,31.169489],[121.39269,31.173085],[121.395415,31.174595],[121.394442,31.177879],[121.398071,31.178226],[121.398349,31.179904],[121.400101,31.178813],[121.41146,31.182037],[121.415158,31.183391],[121.415256,31.187357],[121.41356,31.18683],[121.412572,31.19112]]]]}},{"type":"Feature","properties":{"adcode":310105,"name":"长宁区","center":[121.4222,31.218123],"centroid":[121.380949,31.20737],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":2,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.439462,31.214482],[121.43746,31.211535],[121.435235,31.21114],[121.437933,31.203976],[121.433025,31.20128],[121.423793,31.197314],[121.421638,31.19535],[121.422027,31.192294],[121.419719,31.190796],[121.412572,31.19112],[121.391425,31.191911],[121.38001,31.190065],[121.365954,31.185572],[121.360253,31.185296],[121.358321,31.186015],[121.356958,31.182768],[121.353301,31.181629],[121.351424,31.183499],[121.341414,31.179436],[121.338341,31.180108],[121.331806,31.189622],[121.338049,31.192618],[121.33734,31.195817],[121.338925,31.196644],[121.338438,31.20666],[121.338508,31.212182],[121.339996,31.212278],[121.33937,31.216615],[121.342457,31.217789],[121.343096,31.223071],[121.345627,31.223526],[121.340997,31.224269],[121.341581,31.226293],[121.345362,31.227886],[121.345376,31.23039],[121.343513,31.234306],[121.338355,31.237528],[121.340872,31.239947],[121.345585,31.239887],[121.344612,31.243552],[121.346822,31.241037],[121.347281,31.243192],[121.348922,31.243863],[121.350131,31.241839],[121.348741,31.239372],[121.352856,31.238342],[121.354177,31.237121],[121.359071,31.229827],[121.362102,31.22597],[121.366065,31.226006],[121.366691,31.224065],[121.371404,31.222508],[121.373197,31.220089],[121.37691,31.220687],[121.388658,31.218639],[121.399712,31.218711],[121.400462,31.220807],[121.403799,31.22058],[121.408707,31.222364],[121.414157,31.223359],[121.415965,31.224473],[121.414853,31.228054],[121.415617,31.228581],[121.419941,31.225191],[121.423334,31.228114],[121.427519,31.229288],[121.427713,31.224221],[121.429034,31.223095],[121.434304,31.225886],[121.435416,31.225071],[121.436167,31.220675],[121.439462,31.214482]]]]}},{"type":"Feature","properties":{"adcode":310106,"name":"静安区","center":[121.448224,31.229003],"centroid":[121.450659,31.270821],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":3,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.482994,31.241923],[121.47892,31.240294],[121.474847,31.24142],[121.469563,31.239216],[121.462973,31.241396],[121.466129,31.234917],[121.467658,31.225634],[121.467464,31.223862],[121.456758,31.223898],[121.457689,31.220196],[121.452184,31.217429],[121.44697,31.215812],[121.439462,31.214482],[121.436167,31.220675],[121.435416,31.225071],[121.434304,31.225886],[121.429034,31.223095],[121.427713,31.224221],[121.427519,31.229288],[121.427908,31.231144],[121.431009,31.235108],[121.435166,31.235252],[121.445774,31.241348],[121.449987,31.2433],[121.448318,31.245216],[121.450404,31.247743],[121.451461,31.251994],[121.44932,31.252928],[121.451044,31.256269],[121.442952,31.267117],[121.437098,31.269439],[121.432413,31.271942],[121.429841,31.274923],[121.425252,31.270661],[121.424571,31.27193],[121.424432,31.280238],[121.422833,31.28426],[121.423806,31.291011],[121.419691,31.291071],[121.418648,31.292256],[121.420039,31.296912],[121.42364,31.297259],[121.426935,31.298528],[121.426434,31.303207],[121.431287,31.303638],[121.432441,31.305912],[121.431676,31.309478],[121.432163,31.31168],[121.434623,31.312303],[121.432468,31.318669],[121.433595,31.32087],[121.436459,31.32087],[121.436765,31.319662],[121.44672,31.319817],[121.447887,31.317101],[121.4547,31.319243],[121.457133,31.321002],[121.465378,31.321397],[121.468145,31.32032],[121.468312,31.316036],[121.467672,31.306307],[121.463529,31.306008],[121.46453,31.297989],[121.462445,31.292747],[121.460081,31.289778],[121.461805,31.284691],[121.461457,31.278921],[121.462834,31.275389],[121.464627,31.274396],[121.469605,31.267799],[121.474124,31.263453],[121.480491,31.258568],[121.480589,31.255239],[121.479629,31.253383],[121.481673,31.250689],[121.479588,31.249815],[121.481228,31.247959],[121.482994,31.241923]]]]}},{"type":"Feature","properties":{"adcode":310107,"name":"普陀区","center":[121.392499,31.241701],"centroid":[121.392058,31.257885],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":4,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.354177,31.237121],[121.356054,31.237803],[121.356068,31.240151],[121.360086,31.240498],[121.36067,31.238642],[121.363117,31.240091],[121.366718,31.246342],[121.368387,31.247384],[121.372349,31.243755],[121.3731,31.245683],[121.375686,31.244486],[121.377216,31.247719],[121.380886,31.257766],[121.377508,31.259478],[121.375158,31.25949],[121.374574,31.257059],[121.365884,31.257682],[121.366023,31.259358],[121.361783,31.259945],[121.358918,31.263609],[121.35985,31.266997],[121.362227,31.26756],[121.366996,31.266662],[121.367441,31.269631],[121.361268,31.27084],[121.358918,31.268793],[121.35732,31.271415],[121.344723,31.273917],[121.343541,31.271439],[121.338272,31.272839],[121.338883,31.275006],[121.336228,31.275461],[121.336061,31.280046],[121.335004,31.279711],[121.332738,31.286067],[121.328998,31.284595],[121.327316,31.285182],[121.326384,31.288928],[121.33353,31.291107],[121.332891,31.292998],[121.336506,31.294901],[121.338675,31.293225],[121.341011,31.293716],[121.340927,31.297439],[121.34685,31.297654],[121.346892,31.296349],[121.349659,31.297582],[121.348894,31.299246],[121.352954,31.301663],[121.354803,31.299808],[121.360309,31.302717],[121.363534,31.302741],[121.360295,31.294674],[121.358585,31.293465],[121.363785,31.292028],[121.363785,31.291334],[121.369666,31.28912],[121.370153,31.290329],[121.374838,31.289096],[121.376242,31.290592],[121.38154,31.289431],[121.381623,31.292711],[121.384765,31.294446],[121.388394,31.29526],[121.394762,31.294674],[121.393483,31.291274],[121.39789,31.29052],[121.399559,31.288904],[121.398446,31.287145],[121.400379,31.286115],[121.404453,31.286223],[121.400087,31.278071],[121.404564,31.276227],[121.406496,31.276862],[121.40544,31.273067],[121.41096,31.273175],[121.410598,31.270373],[121.41527,31.26914],[121.41577,31.265896],[121.419496,31.265237],[121.425252,31.270661],[121.429841,31.274923],[121.432413,31.271942],[121.437098,31.269439],[121.442952,31.267117],[121.451044,31.256269],[121.44932,31.252928],[121.451461,31.251994],[121.450404,31.247743],[121.448318,31.245216],[121.449987,31.2433],[121.445774,31.241348],[121.435166,31.235252],[121.431009,31.235108],[121.427908,31.231144],[121.427519,31.229288],[121.423334,31.228114],[121.419941,31.225191],[121.415617,31.228581],[121.414853,31.228054],[121.415965,31.224473],[121.414157,31.223359],[121.408707,31.222364],[121.403799,31.22058],[121.400462,31.220807],[121.399712,31.218711],[121.388658,31.218639],[121.37691,31.220687],[121.373197,31.220089],[121.371404,31.222508],[121.366691,31.224065],[121.366065,31.226006],[121.362102,31.22597],[121.359071,31.229827],[121.354177,31.237121]]]]}},{"type":"Feature","properties":{"adcode":310109,"name":"虹口区","center":[121.491832,31.26097],"centroid":[121.485443,31.276649],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":5,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.485413,31.311573],[121.485664,31.303483],[121.490168,31.292603],[121.493644,31.293884],[121.500652,31.295488],[121.502709,31.289658],[121.498149,31.286259],[121.496049,31.282991],[121.496564,31.276407],[121.499915,31.275904],[121.506505,31.270589],[121.50631,31.266746],[121.508479,31.262639],[121.514569,31.256317],[121.517642,31.251862],[121.516001,31.251599],[121.516488,31.246953],[121.50688,31.246474],[121.500012,31.244989],[121.494826,31.24221],[121.487805,31.244186],[121.485969,31.244091],[121.482994,31.241923],[121.481228,31.247959],[121.479588,31.249815],[121.481673,31.250689],[121.479629,31.253383],[121.480589,31.255239],[121.480491,31.258568],[121.474124,31.263453],[121.469605,31.267799],[121.464627,31.274396],[121.462834,31.275389],[121.461457,31.278921],[121.461805,31.284691],[121.460081,31.289778],[121.462445,31.292747],[121.46453,31.297989],[121.463529,31.306008],[121.467672,31.306307],[121.468312,31.316036],[121.472956,31.315797],[121.479171,31.314696],[121.485372,31.314636],[121.485413,31.311573]]]]}},{"type":"Feature","properties":{"adcode":310110,"name":"杨浦区","center":[121.522797,31.270755],"centroid":[121.529302,31.29835],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":6,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.516488,31.246953],[121.516001,31.251599],[121.517642,31.251862],[121.514569,31.256317],[121.508479,31.262639],[121.50631,31.266746],[121.506505,31.270589],[121.499915,31.275904],[121.496564,31.276407],[121.496049,31.282991],[121.498149,31.286259],[121.502709,31.289658],[121.500652,31.295488],[121.493644,31.293884],[121.490168,31.292603],[121.485664,31.303483],[121.485413,31.311573],[121.496717,31.311489],[121.496216,31.323347],[121.498928,31.325322],[121.497593,31.328109],[121.493575,31.330299],[121.50556,31.345732],[121.517628,31.340779],[121.520256,31.344033],[121.522883,31.342885],[121.525483,31.346797],[121.549398,31.337789],[121.555779,31.333948],[121.558574,31.331256],[121.560493,31.32781],[121.561883,31.321158],[121.561758,31.303339],[121.562523,31.29976],[121.565456,31.294135],[121.569141,31.285254],[121.56953,31.279567],[121.568515,31.275701],[121.563537,31.268805],[121.559074,31.264219],[121.541542,31.251826],[121.536384,31.249623],[121.527555,31.247252],[121.516488,31.246953]]]]}},{"type":"Feature","properties":{"adcode":310112,"name":"闵行区","center":[121.375972,31.111658],"centroid":[121.418901,31.087213],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":7,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.35871,30.97786],[121.351258,30.975986],[121.34375,30.976599],[121.334406,30.980694],[121.329554,30.981318],[121.327371,30.980658],[121.3258,30.9833],[121.326898,30.989964],[121.326773,30.994479],[121.327482,30.995896],[121.330347,30.996905],[121.33823,31.006197],[121.339829,31.010267],[121.34425,31.013941],[121.34279,31.014817],[121.339898,31.013857],[121.333072,31.01334],[121.333725,31.015657],[121.333892,31.026917],[121.333308,31.030686],[121.334017,31.031922],[121.33367,31.040695],[121.335102,31.04564],[121.335338,31.060435],[121.341456,31.062763],[121.343444,31.059139],[121.35344,31.061287],[121.358195,31.064047],[121.357278,31.066758],[121.363743,31.068354],[121.364424,31.069878],[121.362116,31.072601],[121.364341,31.073705],[121.365481,31.077892],[121.368804,31.079127],[121.370625,31.078372],[121.372016,31.079871],[121.368289,31.088976],[121.362756,31.099771],[121.359085,31.098931],[121.35839,31.100791],[121.351341,31.099255],[121.348532,31.106655],[121.351675,31.107735],[121.352217,31.106487],[121.357014,31.110529],[121.356026,31.112532],[121.353774,31.111512],[121.35066,31.115554],[121.353065,31.117604],[121.349589,31.117748],[121.346753,31.121657],[121.347545,31.121969],[121.34489,31.12577],[121.346002,31.126202],[121.344014,31.129451],[121.344681,31.130338],[121.342095,31.134655],[121.33677,31.138971],[121.338814,31.14017],[121.336728,31.14355],[121.335477,31.143862],[121.333711,31.148765],[121.331292,31.149772],[121.331528,31.15205],[121.328775,31.156665],[121.327218,31.156856],[121.323854,31.162933],[121.318584,31.170256],[121.318042,31.173624],[121.316304,31.176836],[121.310784,31.18423],[121.30856,31.188388],[121.300565,31.197027],[121.297506,31.201412],[121.294837,31.203077],[121.292431,31.202514],[121.292126,31.200621],[121.287329,31.196332],[121.284034,31.194391],[121.277388,31.193576],[121.271701,31.198309],[121.266724,31.203257],[121.264777,31.203317],[121.263053,31.205701],[121.26468,31.206731],[121.263846,31.208912],[121.259397,31.212769],[121.261218,31.215081],[121.259675,31.218148],[121.25745,31.220208],[121.258215,31.222772],[121.256588,31.226329],[121.258006,31.226868],[121.257158,31.230701],[121.254155,31.23312],[121.252792,31.236965],[121.251082,31.238198],[121.249692,31.236534],[121.247912,31.240917],[121.241391,31.240222],[121.239932,31.241061],[121.241683,31.247348],[121.24591,31.248821],[121.247314,31.253287],[121.254183,31.258688],[121.254405,31.259634],[121.260217,31.258328],[121.263985,31.259155],[121.264444,31.256496],[121.271284,31.252258],[121.275302,31.253527],[121.280363,31.251886],[121.284228,31.251838],[121.28142,31.248174],[121.283742,31.245192],[121.287301,31.243276],[121.288538,31.238198],[121.29264,31.232761],[121.296922,31.231048],[121.302998,31.230605],[121.315386,31.227204],[121.322853,31.229623],[121.32612,31.229575],[121.333878,31.232006],[121.334935,31.235887],[121.338355,31.237528],[121.343513,31.234306],[121.345376,31.23039],[121.345362,31.227886],[121.341581,31.226293],[121.340997,31.224269],[121.345627,31.223526],[121.343096,31.223071],[121.342457,31.217789],[121.33937,31.216615],[121.339996,31.212278],[121.338508,31.212182],[121.338438,31.20666],[121.338925,31.196644],[121.33734,31.195817],[121.338049,31.192618],[121.331806,31.189622],[121.338341,31.180108],[121.341414,31.179436],[121.351424,31.183499],[121.353301,31.181629],[121.356958,31.182768],[121.358321,31.186015],[121.360253,31.185296],[121.365954,31.185572],[121.38001,31.190065],[121.391425,31.191911],[121.412572,31.19112],[121.41356,31.18683],[121.415256,31.187357],[121.415158,31.183391],[121.41146,31.182037],[121.400101,31.178813],[121.398349,31.179904],[121.398071,31.178226],[121.394442,31.177879],[121.395415,31.174595],[121.39269,31.173085],[121.394053,31.169489],[121.391508,31.168686],[121.394567,31.159601],[121.402645,31.162226],[121.404578,31.157588],[121.401867,31.157528],[121.395874,31.15585],[121.396931,31.152685],[121.401449,31.153776],[121.400977,31.155214],[121.404953,31.156689],[121.411293,31.14174],[121.41381,31.13728],[121.418398,31.131669],[121.421526,31.127137],[121.436445,31.129043],[121.43853,31.121729],[121.438836,31.119103],[121.435736,31.113539],[121.438002,31.1121],[121.441547,31.112568],[121.445788,31.114954],[121.446706,31.114282],[121.450807,31.115398],[121.450154,31.112819],[121.452364,31.108586],[121.447623,31.107423],[121.446275,31.105744],[121.451878,31.103849],[121.452629,31.101234],[121.455423,31.100755],[121.462862,31.101954],[121.463237,31.108586],[121.465211,31.1121],[121.470286,31.110937],[121.473984,31.112915],[121.474137,31.114354],[121.477321,31.110853],[121.481353,31.110697],[121.477446,31.117328],[121.481256,31.118024],[121.48191,31.120086],[121.485705,31.121933],[121.485969,31.124523],[121.490266,31.124283],[121.49281,31.118719],[121.498538,31.121501],[121.501583,31.114666],[121.505295,31.115494],[121.503863,31.118324],[121.50549,31.120002],[121.511343,31.12119],[121.513749,31.118012],[121.514513,31.115278],[121.521424,31.116309],[121.522869,31.115242],[121.525289,31.116741],[121.53142,31.11842],[121.532254,31.117208],[121.535341,31.117976],[121.537885,31.113983],[121.539526,31.115626],[121.542251,31.116153],[121.544225,31.111464],[121.547687,31.109653],[121.550426,31.11162],[121.549217,31.113419],[121.552317,31.113899],[121.553332,31.112688],[121.555279,31.114882],[121.556697,31.113083],[121.559867,31.111896],[121.557851,31.109797],[121.561396,31.106224],[121.561132,31.105264],[121.563649,31.101858],[121.562064,31.101258],[121.563315,31.098955],[121.566819,31.096569],[121.567264,31.09363],[121.564358,31.091891],[121.561855,31.091867],[121.561563,31.09357],[121.559088,31.091951],[121.551608,31.090128],[121.551539,31.088148],[121.548549,31.086889],[121.550565,31.082834],[121.553555,31.080303],[121.556405,31.081059],[121.557031,31.082702],[121.561563,31.08365],[121.563579,31.082486],[121.569766,31.081611],[121.571643,31.080063],[121.572658,31.081323],[121.575272,31.080063],[121.567639,31.0762],[121.56262,31.075121],[121.562675,31.074305],[121.557531,31.073357],[121.559033,31.072169],[121.555599,31.071689],[121.55279,31.069506],[121.556753,31.06737],[121.551789,31.065643],[121.551094,31.063795],[121.548549,31.063639],[121.547201,31.061647],[121.548383,31.056896],[121.543308,31.055696],[121.54328,31.054016],[121.540791,31.052528],[121.542307,31.049072],[121.541472,31.046396],[121.54588,31.047044],[121.547799,31.048544],[121.54955,31.047908],[121.550538,31.049396],[121.552693,31.0493],[121.554737,31.050824],[121.556127,31.047632],[121.557031,31.04798],[121.559811,31.044812],[121.562119,31.043635],[121.559464,31.041391],[121.559505,31.030278],[121.558254,31.029533],[121.558407,31.024528],[121.555765,31.022908],[121.552804,31.023268],[121.552262,31.020915],[121.554139,31.01861],[121.556516,31.01873],[121.556474,31.020255],[121.558699,31.020255],[121.56027,31.024132],[121.564302,31.021191],[121.569057,31.024396],[121.56839,31.025284],[121.572325,31.026677],[121.574758,31.020951],[121.574674,31.018634],[121.571018,31.016426],[121.569822,31.012452],[121.565859,31.011912],[121.568181,31.010063],[121.569725,31.010603],[121.571463,31.005633],[121.570253,31.004565],[121.570712,31.002295],[121.567959,31.000879],[121.570475,30.998345],[121.561494,30.995644],[121.555918,30.995152],[121.556224,30.993374],[121.553304,30.993026],[121.55279,30.98886],[121.549537,30.988307],[121.54613,30.99305],[121.543294,30.994203],[121.538233,30.993146],[121.537774,30.994683],[121.534507,30.995848],[121.531962,30.994815],[121.528612,30.99592],[121.522897,30.99981],[121.520325,30.999354],[121.520089,31.00256],[121.522105,31.002199],[121.520853,31.004445],[121.517002,31.007626],[121.510412,31.004553],[121.507881,31.004745],[121.503057,31.002716],[121.49883,30.999426],[121.498872,30.998213],[121.495924,30.998297],[121.491948,31.010039],[121.492879,31.012752],[121.489153,31.014949],[121.485872,31.014073],[121.476362,31.01334],[121.47144,31.011948],[121.465587,31.008755],[121.459942,31.007398],[121.448305,31.007458],[121.440811,31.005789],[121.436834,31.00406],[121.433636,31.001779],[121.431426,30.999174],[121.423973,30.994515],[121.413184,30.991069],[121.409333,30.990229],[121.394261,30.988247],[121.375227,30.982832],[121.35871,30.97786]]]]}},{"type":"Feature","properties":{"adcode":310113,"name":"宝山区","center":[121.489934,31.398896],"centroid":[121.404861,31.392111],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":8,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.425252,31.270661],[121.419496,31.265237],[121.41577,31.265896],[121.41527,31.26914],[121.410598,31.270373],[121.41096,31.273175],[121.40544,31.273067],[121.406496,31.276862],[121.404564,31.276227],[121.400087,31.278071],[121.404453,31.286223],[121.400379,31.286115],[121.398446,31.287145],[121.399559,31.288904],[121.39789,31.29052],[121.393483,31.291274],[121.394762,31.294674],[121.388394,31.29526],[121.384765,31.294446],[121.381623,31.292711],[121.38154,31.289431],[121.376242,31.290592],[121.374838,31.289096],[121.370153,31.290329],[121.369666,31.28912],[121.363785,31.291334],[121.363785,31.292028],[121.358585,31.293465],[121.360295,31.294674],[121.363534,31.302741],[121.360309,31.302717],[121.354803,31.299808],[121.352954,31.301663],[121.348894,31.299246],[121.349659,31.297582],[121.346892,31.296349],[121.34685,31.297654],[121.340927,31.297439],[121.341011,31.293716],[121.338675,31.293225],[121.336506,31.294901],[121.33588,31.297044],[121.334198,31.296122],[121.331306,31.301436],[121.335686,31.303339],[121.338981,31.310101],[121.340357,31.311525],[121.343458,31.317185],[121.347698,31.316706],[121.347782,31.319542],[121.3492,31.321313],[121.345585,31.320835],[121.344848,31.323335],[121.347517,31.324077],[121.345932,31.32513],[121.342318,31.331005],[121.341692,31.33329],[121.342846,31.336066],[121.34628,31.336329],[121.344347,31.341928],[121.342401,31.341306],[121.338925,31.344775],[121.337521,31.344536],[121.336464,31.346821],[121.332502,31.347084],[121.332251,31.351307],[121.334643,31.3509],[121.337743,31.3534],[121.337118,31.356019],[121.341428,31.357802],[121.340329,31.360517],[121.338911,31.360995],[121.337576,31.364189],[121.335018,31.366963],[121.335991,31.370097],[121.333336,31.371281],[121.334003,31.37262],[121.331389,31.37433],[121.328734,31.377344],[121.331306,31.378456],[121.330527,31.381135],[121.326607,31.381063],[121.323061,31.388489],[121.320419,31.389123],[121.323339,31.393331],[121.323145,31.395866],[121.321476,31.397576],[121.317444,31.39742],[121.314747,31.398365],[121.315637,31.402729],[121.317375,31.403661],[121.314316,31.4072],[121.32847,31.411958],[121.330444,31.410308],[121.333141,31.410739],[121.332488,31.413117],[121.334101,31.413655],[121.33239,31.416943],[121.336561,31.419058],[121.336422,31.424999],[121.335143,31.429158],[121.336645,31.429493],[121.336603,31.432254],[121.333656,31.440118],[121.331236,31.439652],[121.328261,31.441098],[121.326106,31.448041],[121.327399,31.448829],[121.324132,31.455007],[121.319794,31.454876],[121.318654,31.456895],[121.320531,31.457289],[121.317778,31.460109],[121.317277,31.466262],[121.320058,31.466728],[121.320572,31.469058],[121.317958,31.468472],[121.31426,31.472474],[121.318807,31.475055],[121.315956,31.481219],[121.313342,31.480598],[121.310214,31.487311],[121.308629,31.488649],[121.31027,31.489735],[121.309171,31.492495],[121.306544,31.493307],[121.304667,31.495779],[121.300857,31.496747],[121.299926,31.499756],[121.302595,31.502599],[121.305876,31.503435],[121.305529,31.505333],[121.310353,31.505919],[121.311938,31.502909],[121.315345,31.501273],[121.316652,31.505775],[121.320169,31.505883],[121.321879,31.503399],[121.32003,31.502993],[121.319905,31.49972],[121.323701,31.499649],[121.323131,31.502288],[121.327218,31.504247],[121.329512,31.504247],[121.335838,31.508295],[121.343499,31.512057],[121.357751,31.508259],[121.362255,31.50679],[121.376298,31.501106],[121.405426,31.487215],[121.406288,31.485388],[121.403966,31.481494],[121.404328,31.479212],[121.409694,31.476321],[121.41869,31.470682],[121.434276,31.458496],[121.446024,31.450717],[121.463696,31.438277],[121.481339,31.427294],[121.49427,31.417851],[121.505991,31.407021],[121.507228,31.409722],[121.501319,31.411982],[121.502362,31.413404],[121.510801,31.409973],[121.517239,31.406303],[121.516585,31.405287],[121.509425,31.408288],[121.507353,31.405933],[121.521229,31.39479],[121.512372,31.385858],[121.507284,31.379102],[121.503835,31.373744],[121.50346,31.369403],[121.503835,31.36493],[121.508424,31.357251],[121.514903,31.352],[121.525483,31.346797],[121.522883,31.342885],[121.520256,31.344033],[121.517628,31.340779],[121.50556,31.345732],[121.493575,31.330299],[121.497593,31.328109],[121.498928,31.325322],[121.496216,31.323347],[121.496717,31.311489],[121.485413,31.311573],[121.485372,31.314636],[121.479171,31.314696],[121.472956,31.315797],[121.468312,31.316036],[121.468145,31.32032],[121.465378,31.321397],[121.457133,31.321002],[121.4547,31.319243],[121.447887,31.317101],[121.44672,31.319817],[121.436765,31.319662],[121.436459,31.32087],[121.433595,31.32087],[121.432468,31.318669],[121.434623,31.312303],[121.432163,31.31168],[121.431676,31.309478],[121.432441,31.305912],[121.431287,31.303638],[121.426434,31.303207],[121.426935,31.298528],[121.42364,31.297259],[121.420039,31.296912],[121.418648,31.292256],[121.419691,31.291071],[121.423806,31.291011],[121.422833,31.28426],[121.424432,31.280238],[121.424571,31.27193],[121.425252,31.270661]]]]}},{"type":"Feature","properties":{"adcode":310114,"name":"嘉定区","center":[121.250333,31.383524],"centroid":[121.244394,31.358136],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":9,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.336506,31.294901],[121.332891,31.292998],[121.33353,31.291107],[121.326384,31.288928],[121.327316,31.285182],[121.328998,31.284595],[121.332738,31.286067],[121.335004,31.279711],[121.336061,31.280046],[121.336228,31.275461],[121.338883,31.275006],[121.338272,31.272839],[121.343541,31.271439],[121.344723,31.273917],[121.35732,31.271415],[121.358918,31.268793],[121.361268,31.27084],[121.367441,31.269631],[121.366996,31.266662],[121.362227,31.26756],[121.35985,31.266997],[121.358918,31.263609],[121.361783,31.259945],[121.366023,31.259358],[121.365884,31.257682],[121.374574,31.257059],[121.375158,31.25949],[121.377508,31.259478],[121.380886,31.257766],[121.377216,31.247719],[121.375686,31.244486],[121.3731,31.245683],[121.372349,31.243755],[121.368387,31.247384],[121.366718,31.246342],[121.363117,31.240091],[121.36067,31.238642],[121.360086,31.240498],[121.356068,31.240151],[121.356054,31.237803],[121.354177,31.237121],[121.352856,31.238342],[121.348741,31.239372],[121.350131,31.241839],[121.348922,31.243863],[121.347281,31.243192],[121.346822,31.241037],[121.344612,31.243552],[121.345585,31.239887],[121.340872,31.239947],[121.338355,31.237528],[121.334935,31.235887],[121.333878,31.232006],[121.32612,31.229575],[121.322853,31.229623],[121.315386,31.227204],[121.302998,31.230605],[121.296922,31.231048],[121.29264,31.232761],[121.288538,31.238198],[121.287301,31.243276],[121.283742,31.245192],[121.28142,31.248174],[121.284228,31.251838],[121.280363,31.251886],[121.275302,31.253527],[121.271284,31.252258],[121.264444,31.256496],[121.263985,31.259155],[121.260217,31.258328],[121.254405,31.259634],[121.254183,31.258688],[121.246758,31.258448],[121.246577,31.259801],[121.242253,31.25937],[121.237693,31.262088],[121.235177,31.262699],[121.229087,31.262711],[121.229198,31.261717],[121.223539,31.260532],[121.223859,31.259035],[121.220216,31.257406],[121.221273,31.256293],[121.214182,31.254353],[121.212625,31.259837],[121.209761,31.260831],[121.209816,31.258017],[121.208482,31.25749],[121.206368,31.260065],[121.202865,31.257131],[121.203143,31.255814],[121.199848,31.255239],[121.19608,31.253395],[121.19626,31.251228],[121.193368,31.251455],[121.193021,31.253623],[121.188377,31.25476],[121.186444,31.252329],[121.183928,31.252246],[121.181537,31.254413],[121.17934,31.253419],[121.178798,31.255862],[121.176768,31.254605],[121.174251,31.256856],[121.171415,31.254928],[121.16894,31.256197],[121.170386,31.259119],[121.168036,31.259622],[121.167661,31.263944],[121.162614,31.269176],[121.161057,31.26762],[121.157845,31.270541],[121.155537,31.266147],[121.151783,31.267632],[121.153924,31.272061],[121.153743,31.276646],[121.155481,31.278442],[121.155537,31.280765],[121.159402,31.281579],[121.161293,31.283985],[121.159305,31.28766],[121.156399,31.287408],[121.154967,31.290209],[121.153145,31.28997],[121.151282,31.291933],[121.152714,31.294075],[121.148933,31.298875],[121.150782,31.299018],[121.146903,31.305936],[121.143774,31.309706],[121.13895,31.305625],[121.139645,31.302992],[121.133778,31.30207],[121.129954,31.302597],[121.129134,31.307528],[121.129773,31.308306],[121.127966,31.311884],[121.128633,31.314265],[121.127076,31.316934],[121.127257,31.319315],[121.131637,31.32324],[121.131539,31.325441],[121.133305,31.325585],[121.132582,31.331962],[121.13115,31.332106],[121.130121,31.334702],[121.130816,31.341509],[121.130441,31.344213],[121.123948,31.342753],[121.117969,31.343447],[121.11733,31.34712],[121.120194,31.347562],[121.117246,31.351689],[121.111838,31.350517],[121.111157,31.351534],[121.10832,31.350649],[121.108418,31.354034],[121.107361,31.354763],[121.108251,31.360457],[121.106749,31.364535],[121.106958,31.366593],[121.10889,31.366509],[121.10928,31.364703],[121.112853,31.365133],[121.113173,31.36688],[121.120208,31.368674],[121.119082,31.370563],[121.11523,31.371137],[121.113757,31.37445],[121.118206,31.375837],[121.12328,31.37848],[121.124268,31.376722],[121.131247,31.379664],[121.131762,31.378815],[121.138408,31.381147],[121.137518,31.382785],[121.141049,31.384531],[121.141425,31.38355],[121.148432,31.385404],[121.148988,31.38691],[121.147097,31.3899],[121.14383,31.392327],[121.149475,31.394503],[121.147653,31.397325],[121.152742,31.398174],[121.149586,31.399381],[121.15049,31.402215],[121.153896,31.403685],[121.153104,31.405837],[121.157887,31.407893],[121.15886,31.410117],[121.154508,31.411575],[121.155523,31.413835],[121.153493,31.413679],[121.148905,31.415867],[121.149266,31.41913],[121.146208,31.419704],[121.146249,31.421078],[121.151157,31.421796],[121.155273,31.42574],[121.161362,31.425776],[121.162002,31.427951],[121.16431,31.427222],[121.16253,31.429565],[121.162711,31.432218],[121.158484,31.432254],[121.152492,31.433604],[121.14782,31.436186],[121.146569,31.439006],[121.147348,31.44393],[121.160917,31.449678],[121.163045,31.448865],[121.166048,31.450168],[121.16773,31.448315],[121.16983,31.450024],[121.174974,31.449295],[121.180814,31.451458],[121.186055,31.454362],[121.185457,31.457468],[121.186055,31.460814],[121.195051,31.467827],[121.202906,31.469356],[121.203421,31.472331],[121.206368,31.474995],[121.214377,31.479128],[121.21503,31.477528],[121.21364,31.475939],[121.219062,31.475222],[121.220731,31.47607],[121.225361,31.476022],[121.226209,31.477683],[121.230352,31.477432],[121.230839,31.481111],[121.22867,31.482127],[121.232994,31.487896],[121.235413,31.488099],[121.234746,31.492686],[121.237234,31.491957],[121.240877,31.493701],[121.241141,31.490906],[121.243797,31.487311],[121.244409,31.481183],[121.248176,31.481876],[121.245813,31.479881],[121.247064,31.477062],[121.249692,31.477623],[121.251221,31.479606],[121.253362,31.479809],[121.253627,31.483082],[121.255643,31.483632],[121.254794,31.477635],[121.261454,31.478854],[121.261732,31.480777],[121.265153,31.48313],[121.267433,31.483357],[121.267322,31.486224],[121.268879,31.487466],[121.272049,31.484337],[121.27622,31.485376],[121.276442,31.486654],[121.280321,31.488672],[121.279696,31.490404],[121.283686,31.489795],[121.285355,31.490679],[121.289387,31.489031],[121.29061,31.491694],[121.293488,31.489807],[121.298605,31.491515],[121.298563,31.493713],[121.300496,31.494537],[121.300857,31.496747],[121.304667,31.495779],[121.306544,31.493307],[121.309171,31.492495],[121.31027,31.489735],[121.308629,31.488649],[121.310214,31.487311],[121.313342,31.480598],[121.315956,31.481219],[121.318807,31.475055],[121.31426,31.472474],[121.317958,31.468472],[121.320572,31.469058],[121.320058,31.466728],[121.317277,31.466262],[121.317778,31.460109],[121.320531,31.457289],[121.318654,31.456895],[121.319794,31.454876],[121.324132,31.455007],[121.327399,31.448829],[121.326106,31.448041],[121.328261,31.441098],[121.331236,31.439652],[121.333656,31.440118],[121.336603,31.432254],[121.336645,31.429493],[121.335143,31.429158],[121.336422,31.424999],[121.336561,31.419058],[121.33239,31.416943],[121.334101,31.413655],[121.332488,31.413117],[121.333141,31.410739],[121.330444,31.410308],[121.32847,31.411958],[121.314316,31.4072],[121.317375,31.403661],[121.315637,31.402729],[121.314747,31.398365],[121.317444,31.39742],[121.321476,31.397576],[121.323145,31.395866],[121.323339,31.393331],[121.320419,31.389123],[121.323061,31.388489],[121.326607,31.381063],[121.330527,31.381135],[121.331306,31.378456],[121.328734,31.377344],[121.331389,31.37433],[121.334003,31.37262],[121.333336,31.371281],[121.335991,31.370097],[121.335018,31.366963],[121.337576,31.364189],[121.338911,31.360995],[121.340329,31.360517],[121.341428,31.357802],[121.337118,31.356019],[121.337743,31.3534],[121.334643,31.3509],[121.332251,31.351307],[121.332502,31.347084],[121.336464,31.346821],[121.337521,31.344536],[121.338925,31.344775],[121.342401,31.341306],[121.344347,31.341928],[121.34628,31.336329],[121.342846,31.336066],[121.341692,31.33329],[121.342318,31.331005],[121.345932,31.32513],[121.347517,31.324077],[121.344848,31.323335],[121.345585,31.320835],[121.3492,31.321313],[121.347782,31.319542],[121.347698,31.316706],[121.343458,31.317185],[121.340357,31.311525],[121.338981,31.310101],[121.335686,31.303339],[121.331306,31.301436],[121.334198,31.296122],[121.33588,31.297044],[121.336506,31.294901]]]]}},{"type":"Feature","properties":{"adcode":310115,"name":"浦东新区","center":[121.567706,31.245944],"centroid":[121.742177,31.083823],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":10,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.570475,30.998345],[121.567959,31.000879],[121.570712,31.002295],[121.570253,31.004565],[121.571463,31.005633],[121.569725,31.010603],[121.568181,31.010063],[121.565859,31.011912],[121.569822,31.012452],[121.571018,31.016426],[121.574674,31.018634],[121.574758,31.020951],[121.572325,31.026677],[121.56839,31.025284],[121.569057,31.024396],[121.564302,31.021191],[121.56027,31.024132],[121.558699,31.020255],[121.556474,31.020255],[121.556516,31.01873],[121.554139,31.01861],[121.552262,31.020915],[121.552804,31.023268],[121.555765,31.022908],[121.558407,31.024528],[121.558254,31.029533],[121.559505,31.030278],[121.559464,31.041391],[121.562119,31.043635],[121.559811,31.044812],[121.557031,31.04798],[121.556127,31.047632],[121.554737,31.050824],[121.552693,31.0493],[121.550538,31.049396],[121.54955,31.047908],[121.547799,31.048544],[121.54588,31.047044],[121.541472,31.046396],[121.542307,31.049072],[121.540791,31.052528],[121.54328,31.054016],[121.543308,31.055696],[121.548383,31.056896],[121.547201,31.061647],[121.548549,31.063639],[121.551094,31.063795],[121.551789,31.065643],[121.556753,31.06737],[121.55279,31.069506],[121.555599,31.071689],[121.559033,31.072169],[121.557531,31.073357],[121.562675,31.074305],[121.56262,31.075121],[121.567639,31.0762],[121.575272,31.080063],[121.572658,31.081323],[121.571643,31.080063],[121.569766,31.081611],[121.563579,31.082486],[121.561563,31.08365],[121.557031,31.082702],[121.556405,31.081059],[121.553555,31.080303],[121.550565,31.082834],[121.548549,31.086889],[121.551539,31.088148],[121.551608,31.090128],[121.559088,31.091951],[121.561563,31.09357],[121.561855,31.091867],[121.564358,31.091891],[121.567264,31.09363],[121.566819,31.096569],[121.563315,31.098955],[121.562064,31.101258],[121.563649,31.101858],[121.561132,31.105264],[121.561396,31.106224],[121.557851,31.109797],[121.559867,31.111896],[121.556697,31.113083],[121.555279,31.114882],[121.553332,31.112688],[121.552317,31.113899],[121.549217,31.113419],[121.550426,31.11162],[121.547687,31.109653],[121.544225,31.111464],[121.542251,31.116153],[121.539526,31.115626],[121.537885,31.113983],[121.535341,31.117976],[121.532254,31.117208],[121.53142,31.11842],[121.525289,31.116741],[121.522869,31.115242],[121.521424,31.116309],[121.514513,31.115278],[121.513749,31.118012],[121.511343,31.12119],[121.50549,31.120002],[121.503863,31.118324],[121.505295,31.115494],[121.501583,31.114666],[121.498538,31.121501],[121.49281,31.118719],[121.490266,31.124283],[121.485969,31.124523],[121.485705,31.121933],[121.48191,31.120086],[121.481256,31.118024],[121.477446,31.117328],[121.481353,31.110697],[121.477321,31.110853],[121.474137,31.114354],[121.473984,31.112915],[121.470286,31.110937],[121.465211,31.1121],[121.469299,31.118731],[121.469674,31.124859],[121.468729,31.127868],[121.462431,31.134463],[121.457453,31.142232],[121.457453,31.146451],[121.460387,31.150276],[121.46574,31.155118],[121.468354,31.158091],[121.469369,31.162298],[121.468159,31.167092],[121.464905,31.17541],[121.464905,31.178022],[121.466254,31.18109],[121.468729,31.184122],[121.475987,31.187885],[121.490752,31.191467],[121.494631,31.192857],[121.498066,31.195601],[121.501319,31.199747],[121.508368,31.210158],[121.509911,31.214506],[121.509397,31.218459],[121.506741,31.223119],[121.502014,31.228018],[121.495744,31.232977],[121.493491,31.23615],[121.493491,31.240163],[121.494826,31.24221],[121.500012,31.244989],[121.50688,31.246474],[121.516488,31.246953],[121.527555,31.247252],[121.536384,31.249623],[121.541542,31.251826],[121.559074,31.264219],[121.563537,31.268805],[121.568515,31.275701],[121.56953,31.279567],[121.569141,31.285254],[121.565456,31.294135],[121.562523,31.29976],[121.561758,31.303339],[121.561883,31.321158],[121.560493,31.32781],[121.558574,31.331256],[121.555779,31.333948],[121.549398,31.337789],[121.525483,31.346797],[121.514903,31.352],[121.508424,31.357251],[121.503835,31.36493],[121.50346,31.369403],[121.503835,31.373744],[121.507284,31.379102],[121.512372,31.385858],[121.521229,31.39479],[121.538011,31.388489],[121.559811,31.38361],[121.593708,31.376411],[121.603038,31.372656],[121.610559,31.368195],[121.689448,31.322462],[121.712431,31.309407],[121.722511,31.303518],[121.729101,31.298288],[121.743742,31.283207],[121.809812,31.196907],[121.853358,31.155346],[121.884029,31.130638],[121.889465,31.121705],[121.94679,31.065883],[121.962682,31.047284],[121.977558,31.016101],[121.990934,30.968432],[121.996231,30.935458],[121.998497,30.899961],[121.996982,30.874898],[121.993951,30.863055],[121.985372,30.850694],[121.970732,30.839077],[121.954715,30.825811],[121.954326,30.821409],[121.955466,30.817138],[121.969703,30.789202],[121.943689,30.777096],[121.9246,30.8066],[121.915284,30.812892],[121.904467,30.814155],[121.793767,30.816862],[121.769338,30.85043],[121.768143,30.863272],[121.771605,30.875427],[121.772481,30.875703],[121.773134,30.880596],[121.776679,30.881005],[121.776012,30.886426],[121.778807,30.894588],[121.778987,30.899468],[121.778334,30.903807],[121.77896,30.910116],[121.780239,30.911811],[121.781115,30.917567],[121.777653,30.926723],[121.777806,30.931025],[121.77337,30.931553],[121.773023,30.933932],[121.769769,30.935278],[121.76799,30.93833],[121.766432,30.936539],[121.763846,30.936852],[121.764277,30.938522],[121.761469,30.938414],[121.761677,30.940132],[121.764542,30.941766],[121.760927,30.944613],[121.761024,30.947604],[121.759286,30.949154],[121.751987,30.952721],[121.749234,30.953046],[121.747857,30.951893],[121.743742,30.956589],[121.739988,30.956721],[121.73686,30.958703],[121.737916,30.960637],[121.733954,30.964469],[121.73191,30.967784],[121.712792,30.980934],[121.705507,30.984981],[121.699459,30.987419],[121.69298,30.98934],[121.688086,30.990145],[121.683595,30.989808],[121.674558,30.991802],[121.673348,30.989832],[121.669525,30.991609],[121.663115,30.992714],[121.654536,30.993254],[121.646695,30.99335],[121.62057,30.992678],[121.61772,30.995692],[121.614717,31.001251],[121.604066,31.001131],[121.595585,31.002043],[121.594682,31.000699],[121.584309,31.000819],[121.582933,30.999498],[121.576746,30.999474],[121.570475,30.998345]]],[[[121.943244,31.215465],[121.946595,31.224365],[121.951044,31.228821],[121.957259,31.230414],[121.969188,31.230282],[121.980659,31.22809],[121.989655,31.224521],[122.008563,31.220987],[122.011038,31.217405],[122.012609,31.210002],[122.012011,31.192043],[122.010593,31.188004],[121.999554,31.165079],[121.99573,31.1608],[121.975862,31.158834],[121.970773,31.157552],[121.965685,31.15754],[121.959637,31.159278],[121.952629,31.1672],[121.948027,31.176405],[121.944843,31.186878],[121.942619,31.198465],[121.941826,31.207678],[121.943244,31.215465]]],[[[121.882625,31.240857],[121.88991,31.242594],[121.897363,31.242115],[121.915451,31.236558],[121.923557,31.233863],[121.926727,31.229731],[121.927519,31.224017],[121.925448,31.205438],[121.922445,31.196859],[121.918788,31.194319],[121.913852,31.19384],[121.908777,31.195266],[121.901645,31.20146],[121.889271,31.214997],[121.885155,31.22052],[121.882541,31.225611],[121.880873,31.23633],[121.882625,31.240857]]]]}},{"type":"Feature","properties":{"adcode":310116,"name":"金山区","center":[121.330736,30.724697],"centroid":[121.255144,30.818932],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":11,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.99673,30.950307],[121.002055,30.95104],[121.002653,30.947015],[121.00763,30.947628],[121.010175,30.950727],[121.015361,30.948169],[121.013345,30.946811],[121.011079,30.947184],[121.011607,30.943604],[121.013831,30.944168],[121.015291,30.940288],[121.017697,30.939219],[121.016932,30.941333],[121.019462,30.941165],[121.028041,30.94394],[121.02989,30.944457],[121.029612,30.941874],[121.031851,30.939771],[121.031503,30.936083],[121.028694,30.92754],[121.028319,30.922602],[121.025872,30.91675],[121.024885,30.911618],[121.025288,30.909059],[121.034659,30.90615],[121.034395,30.902737],[121.038788,30.902148],[121.040332,30.904504],[121.040874,30.900706],[121.04232,30.899408],[121.045184,30.901896],[121.053026,30.903374],[121.056529,30.90335],[121.067944,30.904504],[121.068973,30.902124],[121.072491,30.903182],[121.072421,30.904924],[121.080833,30.905946],[121.081806,30.904251],[121.083725,30.905285],[121.091664,30.90341],[121.094347,30.904804],[121.09425,30.902545],[121.097128,30.903206],[121.098782,30.906607],[121.096196,30.910332],[121.093805,30.909708],[121.089092,30.911979],[121.089022,30.915296],[121.091358,30.916185],[121.100395,30.926459],[121.104358,30.922758],[121.105122,30.920138],[121.110962,30.921749],[121.114591,30.921676],[121.121445,30.919958],[121.119346,30.911991],[121.117802,30.910705],[121.113506,30.903602],[121.110851,30.90103],[121.111087,30.899228],[121.113451,30.897425],[121.118164,30.901487],[121.122224,30.901114],[121.123545,30.902857],[121.130163,30.902593],[121.131706,30.899732],[121.134417,30.901812],[121.141258,30.901331],[121.14098,30.904984],[121.139673,30.907388],[121.14009,30.910332],[121.13742,30.913349],[121.139061,30.91961],[121.143246,30.918108],[121.142162,30.915596],[121.149836,30.912616],[121.152895,30.9102],[121.156649,30.909972],[121.156288,30.912616],[121.156746,30.918961],[121.158206,30.920295],[121.164616,30.919934],[121.16691,30.916978],[121.171262,30.914683],[121.174654,30.915115],[121.186472,30.915404],[121.187765,30.916593],[121.194828,30.917314],[121.207522,30.919886],[121.211026,30.92128],[121.218145,30.927684],[121.222997,30.930748],[121.227335,30.926783],[121.234495,30.928562],[121.234773,30.925978],[121.238166,30.924861],[121.240655,30.925149],[121.242935,30.91991],[121.244589,30.920307],[121.245507,30.917074],[121.243686,30.917855],[121.246619,30.9099],[121.255226,30.909551],[121.255893,30.907977],[121.258952,30.907208],[121.262122,30.908097],[121.262525,30.906835],[121.266932,30.906258],[121.266168,30.901715],[121.269046,30.901679],[121.270422,30.900165],[121.27298,30.900405],[121.274663,30.896078],[121.279098,30.897112],[121.27964,30.894456],[121.282073,30.894804],[121.28231,30.896571],[121.285257,30.896631],[121.285799,30.895429],[121.288413,30.896066],[121.288719,30.899961],[121.290151,30.900021],[121.291013,30.902677],[121.290068,30.909804],[121.288705,30.909912],[121.288844,30.916894],[121.294948,30.918504],[121.294809,30.914947],[121.296269,30.914959],[121.29848,30.909744],[121.301775,30.908458],[121.303443,30.909287],[121.303721,30.912099],[121.306502,30.912123],[121.306808,30.910212],[121.313829,30.910717],[121.314608,30.909143],[121.320127,30.91109],[121.321518,30.908986],[121.325939,30.908962],[121.327635,30.91014],[121.331097,30.907508],[121.334657,30.907737],[121.336631,30.906739],[121.340162,30.908554],[121.343819,30.909119],[121.347573,30.913145],[121.350604,30.911402],[121.351814,30.913217],[121.35668,30.908614],[121.358418,30.900598],[121.360476,30.897785],[121.361185,30.892977],[121.36327,30.886955],[121.367233,30.886667],[121.370166,30.883914],[121.371751,30.883698],[121.377535,30.879983],[121.382207,30.878961],[121.381498,30.876605],[121.382791,30.874489],[121.38286,30.869043],[121.381873,30.867324],[121.381929,30.863765],[121.384001,30.863488],[121.383472,30.859232],[121.384376,30.856238],[121.383722,30.851765],[121.384918,30.848073],[121.385446,30.843178],[121.379065,30.843238],[121.379259,30.840112],[121.383764,30.833906],[121.387588,30.832799],[121.387588,30.829864],[121.391717,30.829913],[121.392051,30.82782],[121.396986,30.827988],[121.397376,30.833292],[121.399712,30.834182],[121.404202,30.833797],[121.403632,30.829877],[121.400685,30.830105],[121.400991,30.827399],[121.404786,30.823081],[121.41235,30.821505],[121.414171,30.821757],[121.41552,30.819941],[121.415131,30.815803],[121.419288,30.81602],[121.420525,30.819797],[121.425989,30.81869],[121.437029,30.818101],[121.441645,30.806829],[121.445427,30.804868],[121.44672,30.805577],[121.451711,30.798323],[121.465072,30.776483],[121.478767,30.756347],[121.426365,30.730283],[121.406997,30.718086],[121.361894,30.67952],[121.35433,30.676991],[121.346642,30.675593],[121.326718,30.67593],[121.291041,30.678328],[121.274649,30.6774],[121.271604,30.69689],[121.270422,30.69807],[121.270672,30.701563],[121.268656,30.702129],[121.268031,30.706103],[121.266668,30.706296],[121.265862,30.709488],[121.268448,30.712149],[121.267057,30.715039],[121.270339,30.716894],[121.270102,30.72047],[121.272035,30.723252],[121.270339,30.725864],[121.271451,30.726948],[121.269755,30.730729],[121.271451,30.73227],[121.26817,30.734931],[121.266835,30.733498],[121.261343,30.738217],[121.256393,30.743948],[121.244756,30.749185],[121.243102,30.750533],[121.23729,30.752651],[121.232298,30.755817],[121.230686,30.763737],[121.229115,30.767974],[121.226918,30.770826],[121.226209,30.775087],[121.224624,30.776976],[121.2234,30.775977],[121.217992,30.784954],[121.213723,30.785929],[121.205534,30.785905],[121.200098,30.783294],[121.199166,30.780755],[121.20032,30.773618],[121.196956,30.773354],[121.191839,30.778853],[121.190963,30.781092],[121.189517,30.778974],[121.186361,30.779034],[121.185791,30.776651],[121.183441,30.775038],[121.179965,30.774376],[121.174668,30.772018],[121.170984,30.774677],[121.170789,30.777084],[121.168968,30.775953],[121.163434,30.775279],[121.160737,30.773221],[121.160681,30.776579],[121.155815,30.777205],[121.152687,30.778974],[121.144122,30.779479],[121.140618,30.776928],[121.1387,30.77842],[121.13603,30.777337],[121.131817,30.777313],[121.127521,30.778673],[121.12342,30.77895],[121.117219,30.786073],[121.120041,30.788552],[121.125255,30.788179],[121.126576,30.788998],[121.126047,30.79304],[121.128202,30.810221],[121.130218,30.815574],[121.132373,30.819279],[121.13742,30.825029],[121.13742,30.829985],[121.136239,30.827868],[121.134264,30.828505],[121.132916,30.831608],[121.134612,30.833028],[121.131609,30.83601],[121.129982,30.834892],[121.127688,30.83565],[121.120639,30.836335],[121.117747,30.835301],[121.119832,30.83773],[121.12025,30.843299],[121.123545,30.847267],[121.121153,30.850165],[121.120055,30.849119],[121.114744,30.851476],[121.113159,30.854049],[121.110906,30.851416],[121.104789,30.849335],[121.102272,30.850261],[121.097684,30.854927],[121.097712,30.857103],[121.080471,30.848746],[121.066999,30.84877],[121.06052,30.845187],[121.061674,30.843383],[121.060228,30.842793],[121.062049,30.83779],[121.056335,30.835602],[121.046755,30.831091],[121.048896,30.825186],[121.045101,30.825907],[121.043516,30.828157],[121.039956,30.827218],[121.04175,30.825378],[121.040276,30.82438],[121.039192,30.820867],[121.03769,30.820266],[121.03908,30.818582],[121.043752,30.820013],[121.044976,30.815526],[121.037912,30.81389],[121.036647,30.818449],[121.030057,30.828553],[121.014874,30.833954],[121.014402,30.835818],[121.010898,30.834615],[121.006935,30.830779],[121.003446,30.826304],[121.00054,30.829431],[120.994603,30.821493],[120.990918,30.822708],[120.992754,30.825691],[120.989153,30.828698],[120.992462,30.831572],[120.989125,30.832318],[120.989987,30.834724],[120.992865,30.838392],[120.995659,30.838572],[120.997759,30.84408],[120.9999,30.843335],[121.000985,30.845632],[121.003974,30.846101],[121.006463,30.850454],[121.008006,30.850574],[121.010133,30.853135],[121.013359,30.851692],[121.015013,30.853604],[121.010981,30.856033],[121.015403,30.86053],[121.016265,30.862851],[121.013971,30.86439],[121.01778,30.86938],[121.014819,30.871027],[121.01778,30.873359],[121.020463,30.87188],[121.019796,30.873996],[121.021896,30.875162],[121.019421,30.876665],[121.021465,30.878793],[121.0186,30.880716],[121.017474,30.882724],[121.011092,30.882219],[121.008298,30.882964],[121.00852,30.888121],[121.005017,30.888794],[120.993824,30.88966],[120.992907,30.893915],[120.99046,30.89579],[120.992656,30.899732],[120.992809,30.90216],[120.995715,30.903723],[120.998635,30.903386],[120.998704,30.905946],[121.00257,30.904852],[121.004516,30.906955],[121.004572,30.909299],[120.998982,30.909527],[120.999622,30.91395],[121.000025,30.934701],[121.000818,30.937729],[120.997481,30.941141],[120.995673,30.944336],[120.996813,30.944625],[120.99673,30.950307]]],[[[121.426671,30.682183],[121.428589,30.681749],[121.426796,30.680315],[121.426671,30.682183]]],[[[121.422458,30.691482],[121.426615,30.691277],[121.428909,30.689109],[121.425364,30.687374],[121.419482,30.689856],[121.419469,30.691626],[121.422458,30.691482]]],[[[121.406775,30.704995],[121.409291,30.704514],[121.406622,30.703093],[121.406775,30.704995]]]]}},{"type":"Feature","properties":{"adcode":310117,"name":"松江区","center":[121.223543,31.03047],"centroid":[121.220231,31.015194],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":12,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.323854,31.162933],[121.327218,31.156856],[121.328775,31.156665],[121.331528,31.15205],[121.331292,31.149772],[121.333711,31.148765],[121.335477,31.143862],[121.336728,31.14355],[121.338814,31.14017],[121.33677,31.138971],[121.342095,31.134655],[121.344681,31.130338],[121.344014,31.129451],[121.346002,31.126202],[121.34489,31.12577],[121.347545,31.121969],[121.346753,31.121657],[121.349589,31.117748],[121.353065,31.117604],[121.35066,31.115554],[121.353774,31.111512],[121.356026,31.112532],[121.357014,31.110529],[121.352217,31.106487],[121.351675,31.107735],[121.348532,31.106655],[121.351341,31.099255],[121.35839,31.100791],[121.359085,31.098931],[121.362756,31.099771],[121.368289,31.088976],[121.372016,31.079871],[121.370625,31.078372],[121.368804,31.079127],[121.365481,31.077892],[121.364341,31.073705],[121.362116,31.072601],[121.364424,31.069878],[121.363743,31.068354],[121.357278,31.066758],[121.358195,31.064047],[121.35344,31.061287],[121.343444,31.059139],[121.341456,31.062763],[121.335338,31.060435],[121.335102,31.04564],[121.33367,31.040695],[121.334017,31.031922],[121.333308,31.030686],[121.333892,31.026917],[121.333725,31.015657],[121.333072,31.01334],[121.339898,31.013857],[121.34279,31.014817],[121.34425,31.013941],[121.339829,31.010267],[121.33823,31.006197],[121.330347,30.996905],[121.327482,30.995896],[121.326773,30.994479],[121.326898,30.989964],[121.3258,30.9833],[121.327371,30.980658],[121.329554,30.981318],[121.334406,30.980694],[121.34375,30.976599],[121.351258,30.975986],[121.35871,30.97786],[121.359961,30.976251],[121.361435,30.970438],[121.36099,30.965574],[121.362853,30.959544],[121.363117,30.956109],[121.362255,30.9517],[121.362478,30.948901],[121.365467,30.947232],[121.363868,30.945165],[121.361129,30.944048],[121.362408,30.939122],[121.362658,30.934761],[121.359336,30.935086],[121.357361,30.933632],[121.354706,30.933512],[121.355679,30.932058],[121.35116,30.930628],[121.352203,30.928213],[121.352161,30.923803],[121.355373,30.921388],[121.356054,30.919742],[121.355081,30.916341],[121.351814,30.913217],[121.350604,30.911402],[121.347573,30.913145],[121.343819,30.909119],[121.340162,30.908554],[121.336631,30.906739],[121.334657,30.907737],[121.331097,30.907508],[121.327635,30.91014],[121.325939,30.908962],[121.321518,30.908986],[121.320127,30.91109],[121.314608,30.909143],[121.313829,30.910717],[121.306808,30.910212],[121.306502,30.912123],[121.303721,30.912099],[121.303443,30.909287],[121.301775,30.908458],[121.29848,30.909744],[121.296269,30.914959],[121.294809,30.914947],[121.294948,30.918504],[121.288844,30.916894],[121.288705,30.909912],[121.290068,30.909804],[121.291013,30.902677],[121.290151,30.900021],[121.288719,30.899961],[121.288413,30.896066],[121.285799,30.895429],[121.285257,30.896631],[121.28231,30.896571],[121.282073,30.894804],[121.27964,30.894456],[121.279098,30.897112],[121.274663,30.896078],[121.27298,30.900405],[121.270422,30.900165],[121.269046,30.901679],[121.266168,30.901715],[121.266932,30.906258],[121.262525,30.906835],[121.262122,30.908097],[121.258952,30.907208],[121.255893,30.907977],[121.255226,30.909551],[121.246619,30.9099],[121.243686,30.917855],[121.245507,30.917074],[121.244589,30.920307],[121.242935,30.91991],[121.240655,30.925149],[121.238166,30.924861],[121.234773,30.925978],[121.234495,30.928562],[121.227335,30.926783],[121.222997,30.930748],[121.218145,30.927684],[121.211026,30.92128],[121.207522,30.919886],[121.194828,30.917314],[121.187765,30.916593],[121.186472,30.915404],[121.174654,30.915115],[121.171262,30.914683],[121.16691,30.916978],[121.164616,30.919934],[121.158206,30.920295],[121.156746,30.918961],[121.156288,30.912616],[121.156649,30.909972],[121.152895,30.9102],[121.149836,30.912616],[121.142162,30.915596],[121.143246,30.918108],[121.139061,30.91961],[121.13742,30.913349],[121.14009,30.910332],[121.139673,30.907388],[121.14098,30.904984],[121.141258,30.901331],[121.134417,30.901812],[121.131706,30.899732],[121.130163,30.902593],[121.123545,30.902857],[121.122224,30.901114],[121.118164,30.901487],[121.113451,30.897425],[121.111087,30.899228],[121.110851,30.90103],[121.113506,30.903602],[121.117802,30.910705],[121.119346,30.911991],[121.121445,30.919958],[121.114591,30.921676],[121.110962,30.921749],[121.105122,30.920138],[121.104358,30.922758],[121.100395,30.926459],[121.091358,30.916185],[121.089022,30.915296],[121.089092,30.911979],[121.093805,30.909708],[121.096196,30.910332],[121.098782,30.906607],[121.097128,30.903206],[121.09425,30.902545],[121.094347,30.904804],[121.091664,30.90341],[121.083725,30.905285],[121.081806,30.904251],[121.080833,30.905946],[121.072421,30.904924],[121.072491,30.903182],[121.068973,30.902124],[121.067944,30.904504],[121.056529,30.90335],[121.053026,30.903374],[121.045184,30.901896],[121.04232,30.899408],[121.040874,30.900706],[121.040332,30.904504],[121.038788,30.902148],[121.034395,30.902737],[121.034659,30.90615],[121.025288,30.909059],[121.024885,30.911618],[121.025872,30.91675],[121.028319,30.922602],[121.028694,30.92754],[121.031503,30.936083],[121.031851,30.939771],[121.029612,30.941874],[121.02989,30.944457],[121.028041,30.94394],[121.027902,30.945826],[121.033213,30.947111],[121.034659,30.952974],[121.036258,30.957094],[121.040401,30.956493],[121.043516,30.957514],[121.042626,30.960433],[121.045949,30.963448],[121.043112,30.969429],[121.0467,30.970246],[121.047409,30.969033],[121.051024,30.969369],[121.053262,30.964445],[121.05735,30.965346],[121.056891,30.96191],[121.059505,30.959184],[121.060339,30.956517],[121.065344,30.95516],[121.07231,30.955088],[121.076495,30.955809],[121.076634,30.957574],[121.079109,30.958283],[121.078539,30.960025],[121.080736,30.960181],[121.081236,30.962283],[121.088174,30.962151],[121.088035,30.964168],[121.093555,30.964673],[121.097489,30.965634],[121.095779,30.968408],[121.095557,30.974245],[121.099172,30.973068],[121.099686,30.980994],[121.099227,30.981979],[121.100145,30.994935],[121.104107,30.99508],[121.104205,31.007998],[121.10205,31.011756],[121.093026,31.020207],[121.085532,31.0255],[121.089509,31.027901],[121.091177,31.025933],[121.096405,31.026437],[121.096975,31.031454],[121.099936,31.031202],[121.100284,31.03341],[121.097767,31.038871],[121.095863,31.040479],[121.09311,31.040719],[121.09621,31.044812],[121.090259,31.048136],[121.089926,31.05194],[121.087159,31.052948],[121.085866,31.050224],[121.082404,31.054208],[121.080972,31.056896],[121.08442,31.058779],[121.086519,31.061167],[121.085935,31.062847],[121.088202,31.064671],[121.092929,31.064539],[121.094542,31.061899],[121.093012,31.058443],[121.094639,31.056332],[121.098337,31.05662],[121.101146,31.053644],[121.101813,31.05728],[121.10839,31.057939],[121.10864,31.05662],[121.118206,31.056068],[121.117997,31.058407],[121.120708,31.057268],[121.12588,31.057376],[121.127757,31.059751],[121.126395,31.059811],[121.126228,31.06665],[121.122238,31.067178],[121.121543,31.07019],[121.118386,31.075948],[121.117121,31.075624],[121.112603,31.077628],[121.107264,31.082115],[121.102912,31.080219],[121.100687,31.080939],[121.099408,31.085941],[121.10084,31.088688],[121.097601,31.093534],[121.099519,31.094158],[121.099853,31.096593],[121.097976,31.099339],[121.100618,31.098428],[121.103843,31.100539],[121.103551,31.102638],[121.108751,31.107159],[121.112589,31.111932],[121.114368,31.109797],[121.11612,31.110973],[121.117733,31.108874],[121.120959,31.107747],[121.125505,31.103369],[121.127688,31.103309],[121.130691,31.100527],[121.131942,31.10205],[121.133319,31.099075],[121.135766,31.09808],[121.141605,31.09868],[121.141897,31.096893],[121.144483,31.097456],[121.14586,31.093954],[121.149461,31.095297],[121.151157,31.091651],[121.152867,31.092035],[121.153465,31.09014],[121.155161,31.090475],[121.155384,31.093162],[121.156733,31.09315],[121.156788,31.098943],[121.154341,31.098884],[121.154397,31.101846],[121.159569,31.100539],[121.165492,31.101438],[121.1652,31.104269],[121.166799,31.104293],[121.166451,31.10831],[121.170567,31.107819],[121.170497,31.109054],[121.174487,31.108538],[121.172986,31.114091],[121.17521,31.115242],[121.174321,31.117868],[121.17642,31.119007],[121.178839,31.117149],[121.183817,31.118695],[121.183858,31.124295],[121.181815,31.124295],[121.181842,31.126957],[121.180341,31.127425],[121.179868,31.131873],[121.181662,31.131777],[121.181968,31.143478],[121.194717,31.138179],[121.199653,31.139582],[121.201627,31.140937],[121.200348,31.137832],[121.206174,31.138299],[121.208287,31.135686],[121.22055,31.138383],[121.227988,31.139091],[121.226765,31.134139],[121.223581,31.126442],[121.221732,31.119931],[121.221301,31.115074],[121.224095,31.115146],[121.233884,31.117316],[121.235816,31.118959],[121.236831,31.125698],[121.239848,31.126238],[121.244534,31.125398],[121.245326,31.129295],[121.239348,31.129955],[121.245479,31.130758],[121.246995,31.134163],[121.25378,31.13264],[121.258048,31.132353],[121.257965,31.127077],[121.261607,31.127173],[121.26062,31.132269],[121.263623,31.135422],[121.26557,31.134787],[121.265737,31.136393],[121.280989,31.133252],[121.287482,31.139954],[121.284173,31.142627],[121.281781,31.142016],[121.279293,31.145708],[121.277012,31.144174],[121.276415,31.145852],[121.278723,31.14825],[121.277763,31.152265],[121.28028,31.150539],[121.283825,31.150839],[121.28313,31.152158],[121.285438,31.153452],[121.287134,31.152313],[121.295435,31.15392],[121.301441,31.15549],[121.316221,31.160189],[121.318056,31.157564],[121.320934,31.158487],[121.322491,31.162394],[121.323854,31.162933]]]]}},{"type":"Feature","properties":{"adcode":310118,"name":"青浦区","center":[121.113021,31.151209],"centroid":[121.085182,31.124658],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":13,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.323854,31.162933],[121.322491,31.162394],[121.320934,31.158487],[121.318056,31.157564],[121.316221,31.160189],[121.301441,31.15549],[121.295435,31.15392],[121.287134,31.152313],[121.285438,31.153452],[121.28313,31.152158],[121.283825,31.150839],[121.28028,31.150539],[121.277763,31.152265],[121.278723,31.14825],[121.276415,31.145852],[121.277012,31.144174],[121.279293,31.145708],[121.281781,31.142016],[121.284173,31.142627],[121.287482,31.139954],[121.280989,31.133252],[121.265737,31.136393],[121.26557,31.134787],[121.263623,31.135422],[121.26062,31.132269],[121.261607,31.127173],[121.257965,31.127077],[121.258048,31.132353],[121.25378,31.13264],[121.246995,31.134163],[121.245479,31.130758],[121.239348,31.129955],[121.245326,31.129295],[121.244534,31.125398],[121.239848,31.126238],[121.236831,31.125698],[121.235816,31.118959],[121.233884,31.117316],[121.224095,31.115146],[121.221301,31.115074],[121.221732,31.119931],[121.223581,31.126442],[121.226765,31.134139],[121.227988,31.139091],[121.22055,31.138383],[121.208287,31.135686],[121.206174,31.138299],[121.200348,31.137832],[121.201627,31.140937],[121.199653,31.139582],[121.194717,31.138179],[121.181968,31.143478],[121.181662,31.131777],[121.179868,31.131873],[121.180341,31.127425],[121.181842,31.126957],[121.181815,31.124295],[121.183858,31.124295],[121.183817,31.118695],[121.178839,31.117149],[121.17642,31.119007],[121.174321,31.117868],[121.17521,31.115242],[121.172986,31.114091],[121.174487,31.108538],[121.170497,31.109054],[121.170567,31.107819],[121.166451,31.10831],[121.166799,31.104293],[121.1652,31.104269],[121.165492,31.101438],[121.159569,31.100539],[121.154397,31.101846],[121.154341,31.098884],[121.156788,31.098943],[121.156733,31.09315],[121.155384,31.093162],[121.155161,31.090475],[121.153465,31.09014],[121.152867,31.092035],[121.151157,31.091651],[121.149461,31.095297],[121.14586,31.093954],[121.144483,31.097456],[121.141897,31.096893],[121.141605,31.09868],[121.135766,31.09808],[121.133319,31.099075],[121.131942,31.10205],[121.130691,31.100527],[121.127688,31.103309],[121.125505,31.103369],[121.120959,31.107747],[121.117733,31.108874],[121.11612,31.110973],[121.114368,31.109797],[121.112589,31.111932],[121.108751,31.107159],[121.103551,31.102638],[121.103843,31.100539],[121.100618,31.098428],[121.097976,31.099339],[121.099853,31.096593],[121.099519,31.094158],[121.097601,31.093534],[121.10084,31.088688],[121.099408,31.085941],[121.100687,31.080939],[121.102912,31.080219],[121.107264,31.082115],[121.112603,31.077628],[121.117121,31.075624],[121.118386,31.075948],[121.121543,31.07019],[121.122238,31.067178],[121.126228,31.06665],[121.126395,31.059811],[121.127757,31.059751],[121.12588,31.057376],[121.120708,31.057268],[121.117997,31.058407],[121.118206,31.056068],[121.10864,31.05662],[121.10839,31.057939],[121.101813,31.05728],[121.101146,31.053644],[121.098337,31.05662],[121.094639,31.056332],[121.093012,31.058443],[121.094542,31.061899],[121.092929,31.064539],[121.088202,31.064671],[121.085935,31.062847],[121.086519,31.061167],[121.08442,31.058779],[121.080972,31.056896],[121.082404,31.054208],[121.085866,31.050224],[121.087159,31.052948],[121.089926,31.05194],[121.090259,31.048136],[121.09621,31.044812],[121.09311,31.040719],[121.095863,31.040479],[121.097767,31.038871],[121.100284,31.03341],[121.099936,31.031202],[121.096975,31.031454],[121.096405,31.026437],[121.091177,31.025933],[121.089509,31.027901],[121.085532,31.0255],[121.093026,31.020207],[121.10205,31.011756],[121.104205,31.007998],[121.104107,30.99508],[121.100145,30.994935],[121.099227,30.981979],[121.099686,30.980994],[121.099172,30.973068],[121.095557,30.974245],[121.095779,30.968408],[121.097489,30.965634],[121.093555,30.964673],[121.088035,30.964168],[121.088174,30.962151],[121.081236,30.962283],[121.080736,30.960181],[121.078539,30.960025],[121.079109,30.958283],[121.076634,30.957574],[121.076495,30.955809],[121.07231,30.955088],[121.065344,30.95516],[121.060339,30.956517],[121.059505,30.959184],[121.056891,30.96191],[121.05735,30.965346],[121.053262,30.964445],[121.051024,30.969369],[121.047409,30.969033],[121.0467,30.970246],[121.043112,30.969429],[121.045949,30.963448],[121.042626,30.960433],[121.043516,30.957514],[121.040401,30.956493],[121.036258,30.957094],[121.034659,30.952974],[121.033213,30.947111],[121.027902,30.945826],[121.028041,30.94394],[121.019462,30.941165],[121.016932,30.941333],[121.017697,30.939219],[121.015291,30.940288],[121.013831,30.944168],[121.011607,30.943604],[121.011079,30.947184],[121.013345,30.946811],[121.015361,30.948169],[121.010175,30.950727],[121.00763,30.947628],[121.002653,30.947015],[121.002055,30.95104],[120.99673,30.950307],[120.995368,30.950367],[120.994797,30.954824],[120.992531,30.955028],[120.991683,30.958211],[120.994756,30.958703],[120.992601,30.962835],[120.993699,30.964024],[120.991433,30.968372],[120.993143,30.972119],[120.99737,30.972444],[121.000512,30.973933],[121.000567,30.977007],[121.002361,30.97762],[121.000832,30.980466],[120.999344,30.980106],[120.997133,30.989232],[120.994603,30.991922],[120.994839,30.99526],[120.990515,30.994551],[120.989834,30.996664],[120.992045,30.997109],[120.992086,31.003424],[120.991057,31.00747],[120.991933,31.008154],[120.989987,31.010495],[120.989514,31.014397],[120.983855,31.014445],[120.982993,31.016089],[120.970202,31.016149],[120.963209,31.016594],[120.964849,31.019751],[120.964293,31.020771],[120.960483,31.021659],[120.958301,31.028573],[120.952197,31.030254],[120.951085,31.029077],[120.949124,31.029953],[120.948735,31.025068],[120.951168,31.024012],[120.949972,31.017638],[120.936305,31.01711],[120.935749,31.015381],[120.940087,31.010027],[120.938085,31.009007],[120.933789,31.010027],[120.931383,31.01178],[120.92699,31.012068],[120.926155,31.010423],[120.918105,31.012788],[120.911014,31.010555],[120.909944,31.012644],[120.910055,31.016942],[120.901365,31.017494],[120.900559,31.020423],[120.901338,31.0255],[120.901977,31.037647],[120.899739,31.039603],[120.897027,31.04558],[120.897208,31.04822],[120.895442,31.050332],[120.894567,31.053896],[120.894622,31.058659],[120.895915,31.063075],[120.898863,31.070514],[120.899614,31.07836],[120.904619,31.078528],[120.90473,31.080495],[120.901671,31.084094],[120.902116,31.085653],[120.899294,31.086937],[120.896694,31.086649],[120.895415,31.090703],[120.892175,31.094194],[120.892842,31.096533],[120.891216,31.09718],[120.891021,31.094302],[120.887476,31.094074],[120.878077,31.095753],[120.878967,31.09838],[120.876005,31.097864],[120.876631,31.099939],[120.873169,31.100323],[120.872543,31.098884],[120.869818,31.098943],[120.869582,31.097216],[120.865744,31.097624],[120.863993,31.100299],[120.859766,31.100287],[120.856804,31.102829],[120.857917,31.108526],[120.860225,31.10933],[120.862241,31.112508],[120.865967,31.11475],[120.870597,31.119715],[120.871014,31.123804],[120.872349,31.127161],[120.876422,31.131489],[120.881289,31.134727],[120.89921,31.136057],[120.905397,31.134211],[120.916923,31.136189],[120.93034,31.141404],[120.952642,31.138251],[120.983911,31.131705],[120.991252,31.13318],[121.007269,31.13342],[121.018489,31.134103],[121.022813,31.138311],[121.022271,31.140457],[121.025677,31.140769],[121.02672,31.143766],[121.028375,31.143874],[121.028778,31.141249],[121.033088,31.142208],[121.036119,31.140325],[121.036258,31.137376],[121.038649,31.136909],[121.041819,31.138899],[121.044781,31.145528],[121.041541,31.146931],[121.041472,31.14982],[121.045254,31.151582],[121.04542,31.154028],[121.049133,31.154615],[121.050273,31.150719],[121.055834,31.150659],[121.057378,31.152781],[121.062564,31.153129],[121.064135,31.150839],[121.066067,31.150947],[121.06572,31.148597],[121.069126,31.148705],[121.067777,31.152289],[121.072046,31.153512],[121.073839,31.157072],[121.077023,31.158451],[121.07605,31.160536],[121.076787,31.162622],[121.0737,31.161711],[121.07313,31.163257],[121.077371,31.16454],[121.075466,31.170316],[121.072379,31.169609],[121.072532,31.172701],[121.075424,31.173444],[121.074229,31.176225],[121.071406,31.179472],[121.071225,31.181462],[121.075591,31.182852],[121.074993,31.184386],[121.069474,31.182888],[121.068751,31.184889],[121.071684,31.185955],[121.07035,31.188735],[121.070614,31.1913],[121.07256,31.191527],[121.072185,31.193169],[121.070113,31.193612],[121.069599,31.195314],[121.06679,31.194966],[121.066609,31.197183],[121.069209,31.196524],[121.067805,31.201005],[121.065608,31.211871],[121.062633,31.224664],[121.0628,31.226964],[121.064719,31.227275],[121.064649,31.230785],[121.06718,31.230917],[121.067388,31.232929],[121.06458,31.232965],[121.062605,31.234689],[121.061243,31.237827],[121.063898,31.238438],[121.063565,31.242222],[121.064343,31.246138],[121.061646,31.24524],[121.057669,31.246749],[121.060979,31.246486],[121.061952,31.257945],[121.063245,31.267907],[121.068695,31.268098],[121.072741,31.26914],[121.080416,31.270158],[121.082154,31.271535],[121.084545,31.275713],[121.081361,31.277257],[121.084698,31.2876],[121.087326,31.290664],[121.086909,31.291717],[121.090134,31.291909],[121.093096,31.28821],[121.095404,31.287001],[121.09881,31.276251],[121.105442,31.273654],[121.103829,31.27533],[121.106666,31.276706],[121.111115,31.281746],[121.114994,31.285265],[121.117719,31.285684],[121.131053,31.280106],[121.131678,31.281363],[121.138032,31.278753],[121.137601,31.277592],[121.140535,31.276491],[121.142885,31.277664],[121.142996,31.275473],[121.150392,31.275437],[121.153743,31.276646],[121.153924,31.272061],[121.151783,31.267632],[121.155537,31.266147],[121.157845,31.270541],[121.161057,31.26762],[121.162614,31.269176],[121.167661,31.263944],[121.168036,31.259622],[121.170386,31.259119],[121.16894,31.256197],[121.171415,31.254928],[121.174251,31.256856],[121.176768,31.254605],[121.178798,31.255862],[121.17934,31.253419],[121.181537,31.254413],[121.183928,31.252246],[121.186444,31.252329],[121.188377,31.25476],[121.193021,31.253623],[121.193368,31.251455],[121.19626,31.251228],[121.19608,31.253395],[121.199848,31.255239],[121.203143,31.255814],[121.202865,31.257131],[121.206368,31.260065],[121.208482,31.25749],[121.209816,31.258017],[121.209761,31.260831],[121.212625,31.259837],[121.214182,31.254353],[121.221273,31.256293],[121.220216,31.257406],[121.223859,31.259035],[121.223539,31.260532],[121.229198,31.261717],[121.229087,31.262711],[121.235177,31.262699],[121.237693,31.262088],[121.242253,31.25937],[121.246577,31.259801],[121.246758,31.258448],[121.254183,31.258688],[121.247314,31.253287],[121.24591,31.248821],[121.241683,31.247348],[121.239932,31.241061],[121.241391,31.240222],[121.247912,31.240917],[121.249692,31.236534],[121.251082,31.238198],[121.252792,31.236965],[121.254155,31.23312],[121.257158,31.230701],[121.258006,31.226868],[121.256588,31.226329],[121.258215,31.222772],[121.25745,31.220208],[121.259675,31.218148],[121.261218,31.215081],[121.259397,31.212769],[121.263846,31.208912],[121.26468,31.206731],[121.263053,31.205701],[121.264777,31.203317],[121.266724,31.203257],[121.271701,31.198309],[121.277388,31.193576],[121.284034,31.194391],[121.287329,31.196332],[121.292126,31.200621],[121.292431,31.202514],[121.294837,31.203077],[121.297506,31.201412],[121.300565,31.197027],[121.30856,31.188388],[121.310784,31.18423],[121.316304,31.176836],[121.318042,31.173624],[121.318584,31.170256],[121.323854,31.162933]]]]}},{"type":"Feature","properties":{"adcode":310120,"name":"奉贤区","center":[121.458472,30.912345],"centroid":[121.56251,30.897998],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":14,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.570475,30.998345],[121.576746,30.999474],[121.582933,30.999498],[121.584309,31.000819],[121.594682,31.000699],[121.595585,31.002043],[121.604066,31.001131],[121.614717,31.001251],[121.61772,30.995692],[121.62057,30.992678],[121.646695,30.99335],[121.654536,30.993254],[121.663115,30.992714],[121.669525,30.991609],[121.673348,30.989832],[121.674558,30.991802],[121.683595,30.989808],[121.688086,30.990145],[121.69298,30.98934],[121.699459,30.987419],[121.705507,30.984981],[121.712792,30.980934],[121.73191,30.967784],[121.733954,30.964469],[121.737916,30.960637],[121.73686,30.958703],[121.739988,30.956721],[121.743742,30.956589],[121.747857,30.951893],[121.749234,30.953046],[121.751987,30.952721],[121.759286,30.949154],[121.761024,30.947604],[121.760927,30.944613],[121.764542,30.941766],[121.761677,30.940132],[121.761469,30.938414],[121.764277,30.938522],[121.763846,30.936852],[121.766432,30.936539],[121.76799,30.93833],[121.769769,30.935278],[121.773023,30.933932],[121.77337,30.931553],[121.777806,30.931025],[121.777653,30.926723],[121.781115,30.917567],[121.780239,30.911811],[121.77896,30.910116],[121.778334,30.903807],[121.778987,30.899468],[121.778807,30.894588],[121.776012,30.886426],[121.776679,30.881005],[121.773134,30.880596],[121.772481,30.875703],[121.771605,30.875427],[121.768143,30.863272],[121.769338,30.85043],[121.793767,30.816862],[121.77914,30.817222],[121.727071,30.817716],[121.68119,30.818401],[121.648419,30.8162],[121.601327,30.805084],[121.552832,30.789395],[121.517197,30.775387],[121.478767,30.756347],[121.465072,30.776483],[121.451711,30.798323],[121.44672,30.805577],[121.445427,30.804868],[121.441645,30.806829],[121.437029,30.818101],[121.425989,30.81869],[121.420525,30.819797],[121.419288,30.81602],[121.415131,30.815803],[121.41552,30.819941],[121.414171,30.821757],[121.41235,30.821505],[121.404786,30.823081],[121.400991,30.827399],[121.400685,30.830105],[121.403632,30.829877],[121.404202,30.833797],[121.399712,30.834182],[121.397376,30.833292],[121.396986,30.827988],[121.392051,30.82782],[121.391717,30.829913],[121.387588,30.829864],[121.387588,30.832799],[121.383764,30.833906],[121.379259,30.840112],[121.379065,30.843238],[121.385446,30.843178],[121.384918,30.848073],[121.383722,30.851765],[121.384376,30.856238],[121.383472,30.859232],[121.384001,30.863488],[121.381929,30.863765],[121.381873,30.867324],[121.38286,30.869043],[121.382791,30.874489],[121.381498,30.876605],[121.382207,30.878961],[121.377535,30.879983],[121.371751,30.883698],[121.370166,30.883914],[121.367233,30.886667],[121.36327,30.886955],[121.361185,30.892977],[121.360476,30.897785],[121.358418,30.900598],[121.35668,30.908614],[121.351814,30.913217],[121.355081,30.916341],[121.356054,30.919742],[121.355373,30.921388],[121.352161,30.923803],[121.352203,30.928213],[121.35116,30.930628],[121.355679,30.932058],[121.354706,30.933512],[121.357361,30.933632],[121.359336,30.935086],[121.362658,30.934761],[121.362408,30.939122],[121.361129,30.944048],[121.363868,30.945165],[121.365467,30.947232],[121.362478,30.948901],[121.362255,30.9517],[121.363117,30.956109],[121.362853,30.959544],[121.36099,30.965574],[121.361435,30.970438],[121.359961,30.976251],[121.35871,30.97786],[121.375227,30.982832],[121.394261,30.988247],[121.409333,30.990229],[121.413184,30.991069],[121.423973,30.994515],[121.431426,30.999174],[121.433636,31.001779],[121.436834,31.00406],[121.440811,31.005789],[121.448305,31.007458],[121.459942,31.007398],[121.465587,31.008755],[121.47144,31.011948],[121.476362,31.01334],[121.485872,31.014073],[121.489153,31.014949],[121.492879,31.012752],[121.491948,31.010039],[121.495924,30.998297],[121.498872,30.998213],[121.49883,30.999426],[121.503057,31.002716],[121.507881,31.004745],[121.510412,31.004553],[121.517002,31.007626],[121.520853,31.004445],[121.522105,31.002199],[121.520089,31.00256],[121.520325,30.999354],[121.522897,30.99981],[121.528612,30.99592],[121.531962,30.994815],[121.534507,30.995848],[121.537774,30.994683],[121.538233,30.993146],[121.543294,30.994203],[121.54613,30.99305],[121.549537,30.988307],[121.55279,30.98886],[121.553304,30.993026],[121.556224,30.993374],[121.555918,30.995152],[121.561494,30.995644],[121.570475,30.998345]]]]}},{"type":"Feature","properties":{"adcode":310151,"name":"崇明区","center":[121.397516,31.626946],"centroid":[121.568484,31.635916],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":15,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.975181,31.617034],[121.98825,31.529597],[121.993867,31.51189],[121.995716,31.493104],[121.991698,31.476763],[121.981813,31.4641],[121.967284,31.456656],[121.934304,31.442364],[121.918051,31.434692],[121.901144,31.430126],[121.89055,31.428788],[121.882096,31.428656],[121.87299,31.429338],[121.857807,31.430043],[121.845377,31.431895],[121.834212,31.433975],[121.819183,31.438206],[121.763443,31.458233],[121.72988,31.471973],[121.682858,31.491061],[121.670609,31.494214],[121.638645,31.49972],[121.625784,31.501775],[121.617678,31.503673],[121.608794,31.50691],[121.547673,31.531125],[121.471176,31.57443],[121.43422,31.590336],[121.414797,31.591076],[121.403521,31.590002],[121.395457,31.585444],[121.37221,31.55321],[121.345585,31.571685],[121.289109,31.616283],[121.179868,31.720774],[121.145332,31.753927],[121.142064,31.755308],[121.118498,31.759084],[121.149225,31.787294],[121.181509,31.820411],[121.200334,31.835144],[121.225305,31.847043],[121.242073,31.853397],[121.252111,31.857727],[121.265584,31.864128],[121.281336,31.869041],[121.291166,31.870992],[121.3019,31.872716],[121.310367,31.872502],[121.315859,31.871479],[121.323061,31.868529],[121.369291,31.843283],[121.376381,31.838571],[121.385043,31.833525],[121.395388,31.821291],[121.399142,31.817483],[121.405468,31.809841],[121.411488,31.806341],[121.416312,31.79764],[121.410904,31.79558],[121.420915,31.779602],[121.425781,31.774267],[121.431481,31.769266],[121.445385,31.7643],[121.449751,31.761668],[121.455576,31.759346],[121.464141,31.757142],[121.476807,31.756142],[121.487749,31.753415],[121.498566,31.75326],[121.51304,31.743695],[121.514986,31.742873],[121.526693,31.740217],[121.528361,31.738347],[121.539429,31.735499],[121.540124,31.733307],[121.549509,31.726969],[121.551386,31.727386],[121.565025,31.716711],[121.578539,31.710527],[121.592262,31.706487],[121.593249,31.705379],[121.599659,31.703115],[121.60091,31.707],[121.602746,31.70694],[121.611755,31.704283],[121.627341,31.697776],[121.633278,31.696167],[121.642649,31.697454],[121.715267,31.673842],[121.817806,31.652025],[121.887616,31.63638],[121.975181,31.617034]]],[[[121.778862,31.310196],[121.770951,31.31168],[121.76425,31.315306],[121.76076,31.320344],[121.751166,31.337801],[121.744659,31.343675],[121.740766,31.346486],[121.727933,31.354799],[121.686682,31.376591],[121.641036,31.401115],[121.601425,31.421855],[121.590371,31.427545],[121.572255,31.436066],[121.558463,31.448793],[121.549773,31.457062],[121.54328,31.462403],[121.537413,31.466704],[121.529515,31.471172],[121.516849,31.477313],[121.510134,31.482581],[121.509105,31.485352],[121.509355,31.489795],[121.513457,31.493355],[121.516933,31.494298],[121.521132,31.493976],[121.549926,31.489747],[121.562356,31.486367],[121.567347,31.4835],[121.572811,31.469452],[121.575828,31.463813],[121.58303,31.456262],[121.585561,31.454672],[121.599812,31.450681],[121.606319,31.449403],[121.621752,31.444145],[121.673835,31.427748],[121.688294,31.425883],[121.697193,31.423995],[121.708316,31.419728],[121.723707,31.412364],[121.729296,31.410356],[121.737485,31.408814],[121.742185,31.407212],[121.753725,31.400362],[121.760857,31.395185],[121.76938,31.390749],[121.774135,31.386982],[121.780572,31.380154],[121.787886,31.37164],[121.790875,31.367059],[121.792377,31.363304],[121.793002,31.355074],[121.796005,31.345624],[121.796478,31.33542],[121.795866,31.329976],[121.794073,31.319542],[121.790986,31.314313],[121.7879,31.312003],[121.782004,31.310328],[121.778862,31.310196]]],[[[122.242018,31.419082],[122.245369,31.421318],[122.247149,31.419333],[122.243562,31.417839],[122.242018,31.419082]]],[[[121.801775,31.356976],[121.800566,31.363997],[121.797674,31.369642],[121.792808,31.377571],[121.793864,31.380477],[121.796756,31.381075],[121.803458,31.381219],[121.817445,31.380585],[121.824744,31.378588],[121.828401,31.376447],[121.831752,31.375526],[121.845586,31.374582],[121.852885,31.371376],[121.858516,31.369379],[121.870376,31.366007],[121.913074,31.350445],[121.951726,31.337274],[122.001556,31.329246],[122.04107,31.323814],[122.078012,31.323527],[122.116678,31.321229],[122.121975,31.315438],[122.122684,31.307205],[122.105207,31.262136],[122.097769,31.255658],[122.087285,31.257538],[122.072005,31.266829],[122.016447,31.282285],[121.975779,31.279998],[121.932261,31.283147],[121.900755,31.291167],[121.88959,31.292028],[121.865968,31.294937],[121.860782,31.294949],[121.856681,31.292818],[121.852885,31.292364],[121.840566,31.29544],[121.833601,31.299653],[121.832043,31.301711],[121.822617,31.307372],[121.81319,31.316228],[121.806642,31.324173],[121.80375,31.328445],[121.803152,31.332106],[121.802693,31.342789],[121.801775,31.356976]]],[[[121.627049,31.444993],[121.616872,31.446643],[121.613855,31.447885],[121.594153,31.458568],[121.58627,31.464076],[121.577886,31.472486],[121.57612,31.474768],[121.575814,31.478197],[121.577149,31.479343],[121.586896,31.479535],[121.595293,31.478292],[121.602134,31.476835],[121.608571,31.474446],[121.61366,31.471339],[121.625172,31.462212],[121.631609,31.456823],[121.635044,31.452988],[121.636295,31.449881],[121.634001,31.445937],[121.631512,31.445101],[121.627049,31.444993]]]]}}]}', 'admin', TO_DATE('2020-12-07 19:24:11', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2020-12-07 19:24:11', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1336859680042913794', '北京', 'beijing', '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":110101,"name":"东城区","center":[116.418757,39.917544],"centroid":[116.416739,39.912912],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":0,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.387658,39.96093],[116.389498,39.96314],[116.40788,39.962182],[116.407504,39.973995],[116.411101,39.97146],[116.411415,39.964928],[116.414196,39.962182],[116.424861,39.962279],[116.429002,39.957274],[116.429483,39.950155],[116.436698,39.949245],[116.435422,39.952121],[116.442239,39.9497],[116.440566,39.945295],[116.446338,39.946205],[116.443703,39.936663],[116.443682,39.928664],[116.434314,39.92868],[116.434983,39.913964],[116.436488,39.902042],[116.448722,39.903246],[116.446819,39.900042],[116.447154,39.894186],[116.450876,39.894088],[116.450939,39.890249],[116.444059,39.890038],[116.445648,39.879283],[116.44364,39.87284],[116.442574,39.87188],[116.423209,39.872824],[116.413652,39.871148],[116.41589,39.863645],[116.41246,39.858942],[116.406856,39.859967],[116.3955,39.858682],[116.394956,39.862734],[116.387888,39.867372],[116.380632,39.866054],[116.38059,39.871148],[116.399097,39.872205],[116.397612,39.898675],[116.396086,39.89944],[116.395563,39.907995],[116.392259,39.907881],[116.392175,39.92242],[116.399474,39.923574],[116.396692,39.928306],[116.396169,39.94006],[116.394266,39.940629],[116.393723,39.957371],[116.38678,39.957014],[116.387658,39.96093]]]]}},{"type":"Feature","properties":{"adcode":110102,"name":"西城区","center":[116.366794,39.915309],"centroid":[116.365684,39.912236],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":1,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.380903,39.972712],[116.394099,39.972858],[116.394162,39.969397],[116.390084,39.968406],[116.387658,39.96093],[116.38678,39.957014],[116.393723,39.957371],[116.394266,39.940629],[116.396169,39.94006],[116.396692,39.928306],[116.399474,39.923574],[116.392175,39.92242],[116.392259,39.907881],[116.395563,39.907995],[116.396086,39.89944],[116.397612,39.898675],[116.399097,39.872205],[116.38059,39.871148],[116.35058,39.86869],[116.349472,39.873588],[116.344286,39.873653],[116.341567,39.876159],[116.335273,39.875183],[116.326636,39.876859],[116.321345,39.875004],[116.325799,39.896789],[116.337301,39.89739],[116.335356,39.898448],[116.334645,39.922664],[116.333056,39.938565],[116.327953,39.942369],[116.332889,39.944092],[116.341442,39.941979],[116.35171,39.94375],[116.351814,39.950854],[116.355265,39.951796],[116.35698,39.944466],[116.371974,39.948594],[116.370384,39.967902],[116.380401,39.968178],[116.380903,39.972712]]]]}},{"type":"Feature","properties":{"adcode":110105,"name":"朝阳区","center":[116.486409,39.921489],"centroid":[116.513687,39.951064],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":2,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.595548,40.01751],[116.60132,40.013873],[116.61989,40.011794],[116.628129,40.007653],[116.625766,40.003122],[116.63273,39.999825],[116.637582,40.002359],[116.642684,39.996755],[116.643751,39.989608],[116.640321,39.990177],[116.639129,39.986879],[116.63365,39.986197],[116.634026,39.981696],[116.639819,39.982606],[116.641827,39.969575],[116.643081,39.952983],[116.645277,39.945977],[116.632228,39.950545],[116.630492,39.946156],[116.633441,39.940906],[116.629677,39.938727],[116.6293,39.931314],[116.624156,39.929981],[116.630576,39.921672],[116.620956,39.923103],[116.623006,39.913818],[116.620245,39.90767],[116.623361,39.904271],[116.621019,39.898854],[116.61531,39.895503],[116.615603,39.889794],[116.627585,39.890477],[116.628987,39.881594],[116.624323,39.881155],[116.62493,39.87725],[116.619994,39.868951],[116.626958,39.860683],[116.613449,39.850185],[116.604185,39.850071],[116.604666,39.846132],[116.608367,39.846539],[116.601905,39.840727],[116.60224,39.831675],[116.598977,39.831659],[116.599228,39.825585],[116.59147,39.826367],[116.591595,39.823875],[116.583732,39.824917],[116.587015,39.828223],[116.577479,39.827539],[116.577145,39.830682],[116.569386,39.833498],[116.558596,39.834687],[116.543664,39.835078],[116.542681,39.830209],[116.533187,39.832733],[116.538143,39.828207],[116.534944,39.82482],[116.525868,39.826904],[116.525366,39.829754],[116.516164,39.829835],[116.510602,39.827637],[116.510142,39.821449],[116.502801,39.819006],[116.505813,39.817866],[116.498201,39.8157],[116.495357,39.818795],[116.485632,39.816889],[116.485256,39.81272],[116.474256,39.809772],[116.468463,39.814511],[116.462775,39.815945],[116.452737,39.823012],[116.443912,39.82096],[116.44592,39.826692],[116.436677,39.827425],[116.43699,39.830649],[116.430068,39.830112],[116.425217,39.831903],[116.432055,39.832929],[116.436739,39.841329],[116.440587,39.839653],[116.442323,39.843674],[116.446694,39.84426],[116.445983,39.848329],[116.450479,39.848704],[116.451148,39.852008],[116.460308,39.848622],[116.467794,39.856012],[116.463319,39.856224],[116.456062,39.86122],[116.454222,39.859381],[116.448178,39.863645],[116.446359,39.860862],[116.442971,39.866087],[116.44364,39.87284],[116.445648,39.879283],[116.444059,39.890038],[116.450939,39.890249],[116.450876,39.894088],[116.447154,39.894186],[116.446819,39.900042],[116.448722,39.903246],[116.436488,39.902042],[116.434983,39.913964],[116.434314,39.92868],[116.443682,39.928664],[116.443703,39.936663],[116.446338,39.946205],[116.440566,39.945295],[116.442239,39.9497],[116.435422,39.952121],[116.436698,39.949245],[116.429483,39.950155],[116.429002,39.957274],[116.424861,39.962279],[116.414196,39.962182],[116.411415,39.964928],[116.411101,39.97146],[116.407504,39.973995],[116.40788,39.962182],[116.389498,39.96314],[116.387658,39.96093],[116.390084,39.968406],[116.394162,39.969397],[116.394099,39.972858],[116.380903,39.972712],[116.381196,39.977976],[116.376554,39.992971],[116.350873,40.0267],[116.378708,40.031181],[116.395103,40.032854],[116.390251,40.036587],[116.390649,40.041279],[116.39297,40.041733],[116.395333,40.036766],[116.405266,40.038974],[116.408884,40.043291],[116.406124,40.049768],[116.409595,40.055626],[116.415618,40.056],[116.433268,40.06228],[116.442867,40.061323],[116.451629,40.058759],[116.45142,40.06129],[116.459408,40.059992],[116.462127,40.06731],[116.458635,40.070377],[116.458823,40.075796],[116.462608,40.076786],[116.461855,40.080825],[116.466247,40.08235],[116.466832,40.090185],[116.471015,40.08939],[116.473545,40.085562],[116.482935,40.083745],[116.486657,40.081036],[116.49933,40.080387],[116.506775,40.074352],[116.513948,40.070426],[116.525993,40.071334],[116.534379,40.066791],[116.543183,40.059408],[116.547784,40.062718],[116.551757,40.059765],[116.552761,40.05488],[116.54655,40.048956],[116.550753,40.045499],[116.564242,40.039655],[116.570474,40.032431],[116.578797,40.033097],[116.577814,40.027512],[116.595548,40.01751]]],[[[116.603683,40.052949],[116.598517,40.052543],[116.601633,40.047658],[116.599417,40.047171],[116.599814,40.041408],[116.590006,40.043616],[116.591198,40.051796],[116.587957,40.05053],[116.590131,40.056162],[116.586597,40.074336],[116.58139,40.073817],[116.581411,40.067846],[116.578149,40.076461],[116.574322,40.096138],[116.574071,40.107815],[116.578316,40.102739],[116.580365,40.088352],[116.595903,40.090218],[116.598705,40.09351],[116.598392,40.103874],[116.602909,40.093883],[116.603473,40.086811],[116.608409,40.054912],[116.603683,40.052949]]]]}},{"type":"Feature","properties":{"adcode":110106,"name":"丰台区","center":[116.286968,39.863642],"centroid":[116.250298,39.83569],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":3,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.167033,39.888752],[116.179099,39.882684],[116.19035,39.881529],[116.199426,39.883286],[116.20457,39.879885],[116.208126,39.874125],[116.212099,39.874679],[116.210907,39.878079],[116.219105,39.876713],[116.219523,39.881334],[116.222952,39.883986],[116.22772,39.883839],[116.227783,39.889078],[116.234642,39.88955],[116.233534,39.89212],[116.252899,39.896382],[116.259089,39.896658],[116.266199,39.896252],[116.294975,39.896496],[116.294995,39.886735],[116.29922,39.889566],[116.30656,39.890883],[116.30449,39.892478],[116.313189,39.896772],[116.325799,39.896789],[116.321345,39.875004],[116.326636,39.876859],[116.335273,39.875183],[116.341567,39.876159],[116.344286,39.873653],[116.349472,39.873588],[116.35058,39.86869],[116.38059,39.871148],[116.380632,39.866054],[116.387888,39.867372],[116.394956,39.862734],[116.3955,39.858682],[116.406856,39.859967],[116.41246,39.858942],[116.41589,39.863645],[116.413652,39.871148],[116.423209,39.872824],[116.442574,39.87188],[116.44364,39.87284],[116.442971,39.866087],[116.446359,39.860862],[116.448178,39.863645],[116.454222,39.859381],[116.456062,39.86122],[116.463319,39.856224],[116.467794,39.856012],[116.460308,39.848622],[116.451148,39.852008],[116.450479,39.848704],[116.445983,39.848329],[116.446694,39.84426],[116.442323,39.843674],[116.440587,39.839653],[116.436739,39.841329],[116.432055,39.832929],[116.425217,39.831903],[116.420072,39.826611],[116.415785,39.829428],[116.414426,39.824282],[116.418441,39.822915],[116.419759,39.815375],[116.41016,39.817052],[116.410013,39.811336],[116.415262,39.812525],[116.417772,39.81013],[116.422456,39.81044],[116.425719,39.805358],[116.429399,39.803583],[116.429274,39.794102],[116.421034,39.794134],[116.42024,39.787439],[116.396023,39.786738],[116.397905,39.781068],[116.398888,39.765864],[116.391903,39.765277],[116.390649,39.780465],[116.385609,39.778852],[116.379209,39.77939],[116.378478,39.785646],[116.367582,39.784962],[116.365742,39.794151],[116.368189,39.794819],[116.367039,39.79982],[116.356833,39.800471],[116.355704,39.805668],[116.341755,39.807589],[116.340124,39.802149],[116.328225,39.801416],[116.326824,39.798386],[116.322872,39.798386],[116.321784,39.783626],[116.317978,39.783447],[116.31068,39.772057],[116.307062,39.770085],[116.301541,39.774941],[116.295205,39.790958],[116.291148,39.793271],[116.296083,39.795568],[116.289182,39.795894],[116.287237,39.799103],[116.27423,39.796936],[116.262184,39.792782],[116.259298,39.797621],[116.251519,39.793059],[116.250933,39.801432],[116.25361,39.807231],[116.251644,39.81329],[116.244304,39.818567],[116.243007,39.825145],[116.23962,39.826872],[116.228306,39.827197],[116.227219,39.825048],[116.214127,39.824706],[116.214462,39.818974],[116.216762,39.816905],[116.207415,39.810814],[116.208063,39.806352],[116.201852,39.799657],[116.201852,39.788269],[116.200388,39.778151],[116.194449,39.778493],[116.194407,39.780579],[116.188008,39.781785],[116.183365,39.780204],[116.182989,39.783707],[116.16971,39.784278],[116.166113,39.775039],[116.159923,39.767494],[116.150554,39.766565],[116.143444,39.764381],[116.133427,39.766336],[116.12847,39.762409],[116.121465,39.761626],[116.117491,39.77336],[116.121486,39.779047],[116.124351,39.77675],[116.127467,39.779047],[116.132569,39.778624],[116.131503,39.783121],[116.125062,39.785353],[116.120754,39.784848],[116.119792,39.789654],[116.106366,39.788612],[116.107014,39.78532],[116.101368,39.78576],[116.094613,39.781557],[116.091581,39.784082],[116.091916,39.787927],[116.0856,39.795324],[116.087127,39.803289],[116.084826,39.811596],[116.086186,39.816401],[116.089594,39.816352],[116.088214,39.82692],[116.089741,39.829721],[116.085747,39.832163],[116.084366,39.828581],[116.078615,39.831593],[116.07619,39.837015],[116.068975,39.840792],[116.061488,39.841899],[116.05465,39.845953],[116.056553,39.85095],[116.070982,39.853717],[116.070188,39.860423],[116.067344,39.865761],[116.07046,39.868446],[116.078323,39.870318],[116.087169,39.866152],[116.095826,39.869032],[116.104149,39.868837],[116.105425,39.872547],[116.112242,39.873247],[116.119729,39.877477],[116.125898,39.877949],[116.13167,39.881268],[116.147605,39.885287],[116.150972,39.884051],[116.156137,39.889029],[116.163352,39.886881],[116.167033,39.888752]]]]}},{"type":"Feature","properties":{"adcode":110107,"name":"石景山区","center":[116.195445,39.914601],"centroid":[116.176243,39.9332],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":4,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.259089,39.896658],[116.252899,39.896382],[116.233534,39.89212],[116.234642,39.88955],[116.227783,39.889078],[116.22772,39.883839],[116.222952,39.883986],[116.219523,39.881334],[116.219105,39.876713],[116.210907,39.878079],[116.212099,39.874679],[116.208126,39.874125],[116.20457,39.879885],[116.199426,39.883286],[116.19035,39.881529],[116.179099,39.882684],[116.167033,39.888752],[116.161094,39.896805],[116.153503,39.900985],[116.152792,39.906629],[116.146852,39.910077],[116.139282,39.922095],[116.13029,39.924518],[116.127341,39.926615],[116.127822,39.930338],[116.124769,39.934907],[116.119875,39.932761],[116.11195,39.942921],[116.114522,39.949196],[116.120545,39.951],[116.115254,39.957745],[116.120712,39.96119],[116.122971,39.967561],[116.116592,39.971932],[116.113455,39.981518],[116.118934,39.986115],[116.144678,39.989186],[116.151579,39.993442],[116.156117,39.989137],[116.158124,39.984133],[116.166845,39.987561],[116.169229,39.979357],[116.171487,39.977001],[116.178012,39.982216],[116.178911,39.988292],[116.186586,39.983906],[116.18531,39.977976],[116.185812,39.970274],[116.190685,39.968259],[116.190747,39.965367],[116.20112,39.961109],[116.212831,39.948952],[116.215466,39.94375],[116.216281,39.936386],[116.213186,39.933232],[116.216198,39.931233],[116.213061,39.928891],[116.215696,39.927103],[116.207707,39.9259],[116.206787,39.916663],[116.230899,39.919525],[116.232426,39.91694],[116.237696,39.918452],[116.250975,39.919834],[116.252983,39.915558],[116.252983,39.896951],[116.259089,39.896658]]]]}},{"type":"Feature","properties":{"adcode":110108,"name":"海淀区","center":[116.310316,39.956074],"centroid":[116.233161,40.026971],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":5,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.259089,39.896658],[116.252983,39.896951],[116.252983,39.915558],[116.250975,39.919834],[116.237696,39.918452],[116.232426,39.91694],[116.230899,39.919525],[116.206787,39.916663],[116.207707,39.9259],[116.215696,39.927103],[116.213061,39.928891],[116.216198,39.931233],[116.213186,39.933232],[116.216281,39.936386],[116.215466,39.94375],[116.212831,39.948952],[116.20112,39.961109],[116.190747,39.965367],[116.190685,39.968259],[116.185812,39.970274],[116.18531,39.977976],[116.186586,39.983906],[116.178911,39.988292],[116.178012,39.982216],[116.171487,39.977001],[116.169229,39.979357],[116.166845,39.987561],[116.158124,39.984133],[116.156117,39.989137],[116.151579,39.993442],[116.154527,39.997275],[116.161658,39.999987],[116.172115,40.000637],[116.175335,40.006403],[116.164774,40.014328],[116.163938,40.016796],[116.157309,40.021034],[116.149278,40.022154],[116.140098,40.02873],[116.129558,40.0311],[116.123598,40.029655],[116.114522,40.033],[116.105488,40.032204],[116.098398,40.033811],[116.095073,40.031782],[116.084241,40.030905],[116.078176,40.032756],[116.075123,40.039915],[116.068055,40.051926],[116.071129,40.062037],[116.064981,40.067456],[116.064019,40.073022],[116.054587,40.07823],[116.051325,40.084345],[116.048878,40.085303],[116.051848,40.091661],[116.055905,40.09643],[116.061969,40.09956],[116.062931,40.10282],[116.069456,40.104912],[116.072676,40.109258],[116.073847,40.115436],[116.077883,40.115047],[116.08445,40.120252],[116.089783,40.119327],[116.096056,40.121257],[116.102246,40.115987],[116.105864,40.118014],[116.113309,40.115598],[116.127676,40.116393],[116.132214,40.115079],[116.132925,40.121354],[116.152708,40.121776],[116.169563,40.124564],[116.167409,40.128455],[116.17178,40.127936],[116.168622,40.135442],[116.167681,40.141844],[116.174122,40.143595],[116.180417,40.14729],[116.183094,40.153335],[116.182696,40.158099],[116.192065,40.155669],[116.194282,40.160076],[116.202166,40.160984],[116.203211,40.153773],[116.205658,40.150175],[116.206285,40.143092],[116.212224,40.140548],[116.215445,40.143174],[116.233785,40.136577],[116.247043,40.136204],[116.245036,40.118825],[116.241836,40.118403],[116.243363,40.113279],[116.240498,40.108009],[116.245956,40.10535],[116.252732,40.106517],[116.255868,40.104474],[116.25957,40.106907],[116.258022,40.11195],[116.263334,40.110588],[116.263899,40.10402],[116.258273,40.101522],[116.265237,40.094694],[116.27333,40.09557],[116.2731,40.092699],[116.279897,40.079754],[116.290353,40.083145],[116.302942,40.060803],[116.305995,40.063043],[116.309446,40.060609],[116.318292,40.061663],[116.325946,40.054799],[116.338828,40.058921],[116.340271,40.055091],[116.343366,40.055448],[116.342676,40.059635],[116.346963,40.06043],[116.34667,40.063659],[116.357293,40.066012],[116.363023,40.065931],[116.363149,40.068965],[116.372538,40.06843],[116.373354,40.065623],[116.381928,40.066402],[116.382848,40.061582],[116.379272,40.059002],[116.372267,40.05785],[116.372999,40.054344],[116.367394,40.053436],[116.36959,40.04696],[116.376114,40.045466],[116.376888,40.042756],[116.38519,40.042853],[116.390649,40.041279],[116.390251,40.036587],[116.395103,40.032854],[116.378708,40.031181],[116.350873,40.0267],[116.376554,39.992971],[116.381196,39.977976],[116.380903,39.972712],[116.380401,39.968178],[116.370384,39.967902],[116.371974,39.948594],[116.35698,39.944466],[116.355265,39.951796],[116.351814,39.950854],[116.35171,39.94375],[116.341442,39.941979],[116.332889,39.944092],[116.327953,39.942369],[116.333056,39.938565],[116.334645,39.922664],[116.335356,39.898448],[116.337301,39.89739],[116.325799,39.896789],[116.313189,39.896772],[116.30449,39.892478],[116.30656,39.890883],[116.29922,39.889566],[116.294995,39.886735],[116.294975,39.896496],[116.266199,39.896252],[116.259089,39.896658]]]]}},{"type":"Feature","properties":{"adcode":110109,"name":"门头沟区","center":[116.105381,39.937183],"centroid":[115.791703,39.994114],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":6,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[115.853348,40.149332],[115.856547,40.147468],[115.865184,40.148635],[115.870768,40.144276],[115.874155,40.14387],[115.8816,40.139073],[115.900442,40.138716],[115.904457,40.136123],[115.906549,40.138181],[115.921438,40.134485],[115.933588,40.124824],[115.947913,40.107409],[115.943229,40.103339],[115.952681,40.10102],[115.956717,40.096041],[115.957449,40.100679],[115.962552,40.10235],[115.962092,40.094419],[115.960461,40.092456],[115.966588,40.084556],[115.968575,40.075488],[115.977232,40.079041],[115.979993,40.081669],[115.986434,40.083469],[115.99735,40.082074],[116.005129,40.079803],[116.007785,40.080614],[116.020856,40.074579],[116.030914,40.082188],[116.033926,40.079657],[116.037899,40.084524],[116.043775,40.083502],[116.048878,40.085303],[116.051325,40.084345],[116.054587,40.07823],[116.064019,40.073022],[116.064981,40.067456],[116.071129,40.062037],[116.068055,40.051926],[116.075123,40.039915],[116.078176,40.032756],[116.084241,40.030905],[116.095073,40.031782],[116.098398,40.033811],[116.105488,40.032204],[116.114522,40.033],[116.123598,40.029655],[116.129558,40.0311],[116.140098,40.02873],[116.149278,40.022154],[116.157309,40.021034],[116.163938,40.016796],[116.164774,40.014328],[116.175335,40.006403],[116.172115,40.000637],[116.161658,39.999987],[116.154527,39.997275],[116.151579,39.993442],[116.144678,39.989186],[116.118934,39.986115],[116.113455,39.981518],[116.116592,39.971932],[116.122971,39.967561],[116.120712,39.96119],[116.115254,39.957745],[116.120545,39.951],[116.114522,39.949196],[116.11195,39.942921],[116.119875,39.932761],[116.124769,39.934907],[116.127822,39.930338],[116.127341,39.926615],[116.13029,39.924518],[116.139282,39.922095],[116.146852,39.910077],[116.152792,39.906629],[116.153503,39.900985],[116.161094,39.896805],[116.167033,39.888752],[116.163352,39.886881],[116.156137,39.889029],[116.150972,39.884051],[116.147605,39.885287],[116.13167,39.881268],[116.125898,39.877949],[116.119729,39.877477],[116.112242,39.873247],[116.105425,39.872547],[116.104149,39.868837],[116.095826,39.869032],[116.087169,39.866152],[116.078323,39.870318],[116.07046,39.868446],[116.067344,39.865761],[116.070188,39.860423],[116.070982,39.853717],[116.056553,39.85095],[116.05465,39.845953],[116.045825,39.84732],[116.04181,39.844878],[116.033089,39.845904],[116.030308,39.843462],[116.021023,39.840662],[116.018367,39.841525],[116.016694,39.849225],[116.00789,39.849469],[115.991285,39.840222],[115.98428,39.849111],[115.98817,39.859837],[115.986789,39.864703],[115.992875,39.867356],[115.997245,39.875167],[115.990177,39.876338],[115.97627,39.870497],[115.976563,39.868251],[115.968742,39.867714],[115.967822,39.872059],[115.961318,39.867877],[115.954145,39.866786],[115.949837,39.871278],[115.92744,39.876192],[115.921856,39.884164],[115.935805,39.898236],[115.944965,39.901847],[115.945697,39.910972],[115.941159,39.917509],[115.935868,39.917753],[115.927858,39.914257],[115.903935,39.914029],[115.890112,39.917281],[115.87884,39.915964],[115.87311,39.912484],[115.868321,39.905572],[115.860897,39.901359],[115.845255,39.897049],[115.838772,39.900644],[115.835112,39.899586],[115.826914,39.910581],[115.8188,39.913948],[115.811084,39.913785],[115.806839,39.919656],[115.797344,39.92216],[115.792848,39.920859],[115.774257,39.920599],[115.769385,39.925233],[115.76148,39.920989],[115.749622,39.917655],[115.74889,39.9152],[115.731261,39.907865],[115.721621,39.906824],[115.719592,39.904612],[115.709178,39.905117],[115.691779,39.8997],[115.68929,39.896187],[115.682556,39.893047],[115.678144,39.886556],[115.671055,39.88597],[115.667541,39.883888],[115.654869,39.882505],[115.648867,39.875411],[115.644705,39.875964],[115.640021,39.871554],[115.630987,39.871977],[115.623103,39.866949],[115.621973,39.863271],[115.616369,39.857542],[115.613086,39.843755],[115.607586,39.84089],[115.604533,39.834443],[115.599325,39.829151],[115.596649,39.821498],[115.59117,39.818534],[115.587322,39.813762],[115.577367,39.812541],[115.569274,39.813274],[115.563461,39.816417],[115.548027,39.822703],[115.546396,39.825992],[115.534957,39.830714],[115.530482,39.829916],[115.526509,39.835241],[115.514505,39.83835],[115.510992,39.84509],[115.515948,39.847678],[115.522368,39.858779],[115.521929,39.868186],[115.527345,39.869862],[115.529185,39.875948],[115.526299,39.875655],[115.516659,39.880406],[115.51003,39.88148],[115.509026,39.884164],[115.523016,39.898919],[115.52013,39.902547],[115.50386,39.915818],[115.494994,39.917948],[115.487277,39.923835],[115.48069,39.93585],[115.472387,39.93876],[115.464462,39.940142],[115.456787,39.944271],[115.452312,39.948188],[115.447042,39.948806],[115.444595,39.951358],[115.438468,39.95256],[115.43577,39.950919],[115.42615,39.95035],[115.423745,39.955697],[115.426924,39.965302],[115.423411,39.969819],[115.427635,39.979471],[115.428513,39.984328],[115.436815,39.991427],[115.443905,39.994644],[115.450346,39.993247],[115.449196,40.001985],[115.442817,40.007345],[115.442169,40.010885],[115.452082,40.02079],[115.454528,40.029704],[115.460656,40.032172],[115.468414,40.031896],[115.478557,40.036165],[115.488992,40.043746],[115.488323,40.046132],[115.500954,40.052478],[115.510427,40.062913],[115.509695,40.065477],[115.514944,40.066937],[115.527324,40.076072],[115.537885,40.077775],[115.544263,40.07591],[115.552168,40.079252],[115.555472,40.082626],[115.553736,40.091661],[115.563419,40.097922],[115.567769,40.096543],[115.576196,40.100825],[115.578538,40.096365],[115.584038,40.094889],[115.590709,40.096397],[115.592403,40.110182],[115.594432,40.108982],[115.59485,40.116279],[115.599116,40.120008],[115.606979,40.120057],[115.616223,40.117138],[115.621388,40.118711],[115.625048,40.116295],[115.631468,40.117852],[115.635943,40.115793],[115.643722,40.117511],[115.641882,40.120819],[115.64458,40.126639],[115.654806,40.131276],[115.657734,40.128098],[115.678667,40.130935],[115.681197,40.13267],[115.68699,40.13053],[115.693096,40.131924],[115.697216,40.12672],[115.702172,40.128196],[115.712064,40.126899],[115.711039,40.128941],[115.704765,40.129655],[115.699746,40.132394],[115.708697,40.134291],[115.715891,40.133383],[115.724841,40.128812],[115.734126,40.129379],[115.741111,40.132216],[115.749246,40.137711],[115.75485,40.145459],[115.749539,40.152995],[115.754328,40.163252],[115.762212,40.16262],[115.768213,40.165553],[115.773023,40.176197],[115.787014,40.178708],[115.78693,40.170414],[115.789837,40.168939],[115.802091,40.156754],[115.806567,40.153254],[115.822272,40.152606],[115.829047,40.149981],[115.83576,40.145426],[115.834234,40.15024],[115.846384,40.147096],[115.853348,40.149332]]]]}},{"type":"Feature","properties":{"adcode":110111,"name":"房山区","center":[116.139157,39.735535],"centroid":[115.853935,39.719211],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":7,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.05465,39.845953],[116.061488,39.841899],[116.068975,39.840792],[116.07619,39.837015],[116.078615,39.831593],[116.084366,39.828581],[116.085747,39.832163],[116.089741,39.829721],[116.088214,39.82692],[116.089594,39.816352],[116.086186,39.816401],[116.084826,39.811596],[116.087127,39.803289],[116.0856,39.795324],[116.091916,39.787927],[116.091581,39.784082],[116.094613,39.781557],[116.101368,39.78576],[116.107014,39.78532],[116.106366,39.788612],[116.119792,39.789654],[116.120754,39.784848],[116.125062,39.785353],[116.131503,39.783121],[116.132569,39.778624],[116.127467,39.779047],[116.124351,39.77675],[116.121486,39.779047],[116.117491,39.77336],[116.121465,39.761626],[116.12847,39.762409],[116.133427,39.766336],[116.143444,39.764381],[116.150554,39.766565],[116.159923,39.767494],[116.166113,39.775039],[116.16971,39.784278],[116.182989,39.783707],[116.183365,39.780204],[116.188008,39.781785],[116.194407,39.780579],[116.194449,39.778493],[116.200388,39.778151],[116.201852,39.788269],[116.201852,39.799657],[116.208063,39.806352],[116.207415,39.810814],[116.216762,39.816905],[116.214462,39.818974],[116.214127,39.824706],[116.227219,39.825048],[116.228306,39.827197],[116.23962,39.826872],[116.243007,39.825145],[116.244304,39.818567],[116.251644,39.81329],[116.25361,39.807231],[116.250933,39.801432],[116.251519,39.793059],[116.251602,39.782518],[116.253777,39.77952],[116.252481,39.771747],[116.254426,39.76324],[116.252481,39.758676],[116.251895,39.749092],[116.243948,39.741658],[116.248026,39.732641],[116.248466,39.728027],[116.245768,39.72408],[116.245036,39.718421],[116.236629,39.71286],[116.231945,39.706025],[116.23435,39.703823],[116.230941,39.692355],[116.221238,39.678453],[116.22565,39.67359],[116.221342,39.667486],[116.223162,39.664728],[116.216992,39.651572],[116.215487,39.64305],[116.218875,39.628011],[116.219502,39.618931],[116.21808,39.608102],[116.223141,39.597222],[116.222597,39.593938],[116.226089,39.591993],[116.225085,39.584085],[116.221175,39.578921],[116.208105,39.577728],[116.206243,39.583219],[116.201726,39.586373],[116.196394,39.586095],[116.196854,39.588987],[116.19058,39.587386],[116.190768,39.589396],[116.184432,39.590915],[116.177071,39.590016],[116.176924,39.585899],[116.165527,39.583562],[116.151788,39.583415],[116.149613,39.573087],[116.13878,39.571044],[116.138425,39.568887],[116.130373,39.567743],[116.130311,39.569459],[116.121528,39.570554],[116.121465,39.574917],[116.116634,39.574002],[116.11379,39.570668],[116.106282,39.570979],[116.105801,39.576568],[116.101368,39.580049],[116.102016,39.576143],[116.098817,39.575146],[116.039237,39.571943],[116.032964,39.572302],[116.032859,39.574607],[116.024766,39.575604],[116.02623,39.587402],[116.020667,39.585981],[116.014038,39.588072],[116.013703,39.583039],[116.010588,39.583023],[116.007618,39.577205],[115.995196,39.577075],[115.996953,39.583203],[115.990721,39.586471],[115.990993,39.593791],[115.978445,39.595686],[115.977086,39.590931],[115.978153,39.572842],[115.974576,39.570832],[115.968909,39.570995],[115.967592,39.564604],[115.963409,39.565503],[115.957554,39.560927],[115.954982,39.566092],[115.950423,39.56637],[115.949147,39.573299],[115.943083,39.574672],[115.943187,39.577385],[115.937938,39.577467],[115.938105,39.581699],[115.934969,39.581814],[115.934174,39.588072],[115.929991,39.589935],[115.930221,39.593382],[115.924178,39.59384],[115.923759,39.597287],[115.912488,39.599149],[115.910187,39.600832],[115.9068,39.590016],[115.909665,39.588284],[115.908744,39.58402],[115.915604,39.582958],[115.911777,39.574182],[115.91276,39.572842],[115.907866,39.566876],[115.896009,39.569916],[115.890028,39.567873],[115.893416,39.561875],[115.89306,39.556219],[115.888752,39.555614],[115.887686,39.55066],[115.883587,39.551102],[115.88296,39.54811],[115.873298,39.548829],[115.872315,39.546099],[115.866355,39.546361],[115.866041,39.549843],[115.862026,39.548551],[115.855481,39.554993],[115.851361,39.550448],[115.847555,39.550284],[115.846028,39.543287],[115.84216,39.54157],[115.828692,39.541309],[115.828399,39.535455],[115.824321,39.534212],[115.822753,39.530533],[115.819219,39.530762],[115.819804,39.524923],[115.824112,39.522405],[115.824447,39.518774],[115.819762,39.518528],[115.822146,39.514145],[115.829487,39.512885],[115.828692,39.507045],[115.821456,39.509499],[115.792681,39.510742],[115.785006,39.51035],[115.777917,39.513834],[115.776537,39.512722],[115.767419,39.515862],[115.770828,39.510971],[115.768736,39.508878],[115.765328,39.514848],[115.759451,39.513916],[115.752508,39.515453],[115.743934,39.526771],[115.741487,39.536289],[115.73879,39.539314],[115.739124,39.545363],[115.726765,39.548143],[115.726953,39.543908],[115.7216,39.543499],[115.72022,39.554747],[115.717104,39.560403],[115.710161,39.563019],[115.698722,39.563248],[115.692072,39.565781],[115.694393,39.56941],[115.698596,39.570586],[115.697906,39.579248],[115.693431,39.580327],[115.694226,39.587778],[115.689269,39.592941],[115.68929,39.599035],[115.685317,39.603675],[115.673271,39.608526],[115.667479,39.615256],[115.667583,39.609637],[115.665304,39.605325],[115.657273,39.600081],[115.650268,39.600996],[115.643576,39.598937],[115.641589,39.603332],[115.634688,39.603871],[115.632555,39.597695],[115.625947,39.599394],[115.618439,39.604067],[115.6125,39.601126],[115.605285,39.600032],[115.599785,39.600865],[115.598719,39.597761],[115.592445,39.59665],[115.586109,39.589412],[115.571867,39.591569],[115.573875,39.596552],[115.567267,39.599623],[115.564569,39.605619],[115.55451,39.609408],[115.551875,39.614064],[115.545978,39.618751],[115.539119,39.616285],[115.533263,39.611434],[115.533891,39.608608],[115.530586,39.602874],[115.524229,39.598937],[115.518311,39.597156],[115.518834,39.593072],[115.515948,39.591193],[115.512121,39.605129],[115.514358,39.613508],[115.523414,39.620384],[115.521699,39.622311],[115.520423,39.633416],[115.522452,39.639964],[115.515864,39.641237],[115.511493,39.644388],[115.506705,39.652127],[115.496771,39.652551],[115.494659,39.649237],[115.478515,39.650331],[115.477971,39.654216],[115.482593,39.66303],[115.491334,39.668694],[115.486733,39.673362],[115.489724,39.678012],[115.488783,39.681619],[115.494408,39.686481],[115.496395,39.685665],[115.499783,39.691278],[115.49926,39.696189],[115.492631,39.701719],[115.490247,39.701409],[115.493404,39.707494],[115.491229,39.714719],[115.488866,39.733163],[115.492108,39.73887],[115.482321,39.742473],[115.470568,39.742391],[115.46672,39.740451],[115.457728,39.744918],[115.439158,39.752678],[115.434411,39.763859],[115.435414,39.769938],[115.430918,39.772073],[115.427029,39.769775],[115.425209,39.77336],[115.431169,39.775756],[115.434076,39.782274],[115.443382,39.785646],[115.452751,39.781964],[115.45777,39.782143],[115.475859,39.791821],[115.483241,39.798679],[115.49238,39.796057],[115.497336,39.791088],[115.508712,39.784082],[115.513815,39.788693],[115.536275,39.792131],[115.539432,39.794754],[115.554866,39.795601],[115.56229,39.803713],[115.566577,39.804609],[115.566367,39.809788],[115.569274,39.813274],[115.577367,39.812541],[115.587322,39.813762],[115.59117,39.818534],[115.596649,39.821498],[115.599325,39.829151],[115.604533,39.834443],[115.607586,39.84089],[115.613086,39.843755],[115.616369,39.857542],[115.621973,39.863271],[115.623103,39.866949],[115.630987,39.871977],[115.640021,39.871554],[115.644705,39.875964],[115.648867,39.875411],[115.654869,39.882505],[115.667541,39.883888],[115.671055,39.88597],[115.678144,39.886556],[115.682556,39.893047],[115.68929,39.896187],[115.691779,39.8997],[115.709178,39.905117],[115.719592,39.904612],[115.721621,39.906824],[115.731261,39.907865],[115.74889,39.9152],[115.749622,39.917655],[115.76148,39.920989],[115.769385,39.925233],[115.774257,39.920599],[115.792848,39.920859],[115.797344,39.92216],[115.806839,39.919656],[115.811084,39.913785],[115.8188,39.913948],[115.826914,39.910581],[115.835112,39.899586],[115.838772,39.900644],[115.845255,39.897049],[115.860897,39.901359],[115.868321,39.905572],[115.87311,39.912484],[115.87884,39.915964],[115.890112,39.917281],[115.903935,39.914029],[115.927858,39.914257],[115.935868,39.917753],[115.941159,39.917509],[115.945697,39.910972],[115.944965,39.901847],[115.935805,39.898236],[115.921856,39.884164],[115.92744,39.876192],[115.949837,39.871278],[115.954145,39.866786],[115.961318,39.867877],[115.967822,39.872059],[115.968742,39.867714],[115.976563,39.868251],[115.97627,39.870497],[115.990177,39.876338],[115.997245,39.875167],[115.992875,39.867356],[115.986789,39.864703],[115.98817,39.859837],[115.98428,39.849111],[115.991285,39.840222],[116.00789,39.849469],[116.016694,39.849225],[116.018367,39.841525],[116.021023,39.840662],[116.030308,39.843462],[116.033089,39.845904],[116.04181,39.844878],[116.045825,39.84732],[116.05465,39.845953]]]]}},{"type":"Feature","properties":{"adcode":110112,"name":"通州区","center":[116.658603,39.902486],"centroid":[116.73624,39.803923],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":8,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.534944,39.82482],[116.538143,39.828207],[116.533187,39.832733],[116.542681,39.830209],[116.543664,39.835078],[116.558596,39.834687],[116.569386,39.833498],[116.577145,39.830682],[116.577479,39.827539],[116.587015,39.828223],[116.583732,39.824917],[116.591595,39.823875],[116.59147,39.826367],[116.599228,39.825585],[116.598977,39.831659],[116.60224,39.831675],[116.601905,39.840727],[116.608367,39.846539],[116.604666,39.846132],[116.604185,39.850071],[116.613449,39.850185],[116.626958,39.860683],[116.619994,39.868951],[116.62493,39.87725],[116.624323,39.881155],[116.628987,39.881594],[116.627585,39.890477],[116.615603,39.889794],[116.61531,39.895503],[116.621019,39.898854],[116.623361,39.904271],[116.620245,39.90767],[116.623006,39.913818],[116.620956,39.923103],[116.630576,39.921672],[116.624156,39.929981],[116.6293,39.931314],[116.629677,39.938727],[116.633441,39.940906],[116.630492,39.946156],[116.632228,39.950545],[116.645277,39.945977],[116.643081,39.952983],[116.641827,39.969575],[116.639819,39.982606],[116.634026,39.981696],[116.63365,39.986197],[116.639129,39.986879],[116.640321,39.990177],[116.643751,39.989608],[116.642684,39.996755],[116.637582,40.002359],[116.63273,39.999825],[116.625766,40.003122],[116.628129,40.007653],[116.61989,40.011794],[116.60132,40.013873],[116.595548,40.01751],[116.600839,40.018858],[116.602762,40.028503],[116.610061,40.031214],[116.614055,40.03175],[116.614139,40.028178],[116.619388,40.026733],[116.620099,40.022512],[116.624239,40.023664],[116.627063,40.021505],[116.633504,40.023664],[116.636159,40.019703],[116.651195,40.025759],[116.651676,40.021911],[116.655629,40.018566],[116.660125,40.021651],[116.664705,40.019037],[116.668615,40.013938],[116.678465,40.015058],[116.683777,40.014458],[116.686286,40.00827],[116.688378,40.00918],[116.685575,40.016569],[116.697244,40.016098],[116.703936,40.020141],[116.708621,40.026587],[116.716337,40.023762],[116.717383,40.019605],[116.719725,40.022512],[116.724221,40.021278],[116.724828,40.024265],[116.732043,40.022219],[116.732335,40.025109],[116.737145,40.02761],[116.747058,40.025385],[116.747037,40.021976],[116.751763,40.019962],[116.75329,40.015919],[116.764791,40.016049],[116.771755,40.014474],[116.770459,40.011632],[116.775749,40.002943],[116.775373,39.992759],[116.766757,39.982281],[116.766443,39.976351],[116.759605,39.969933],[116.757326,39.961483],[116.762826,39.956006],[116.78058,39.949716],[116.782567,39.947554],[116.78332,39.936045],[116.782358,39.928273],[116.78217,39.910419],[116.78424,39.902221],[116.7847,39.89142],[116.787084,39.886833],[116.794738,39.881252],[116.804148,39.877933],[116.804253,39.88488],[116.808247,39.884913],[116.80831,39.889631],[116.812304,39.889712],[116.81312,39.881301],[116.817009,39.878649],[116.823681,39.879137],[116.827277,39.877071],[116.836897,39.864736],[116.839407,39.865777],[116.847249,39.858616],[116.85254,39.859056],[116.85829,39.84846],[116.865505,39.846913],[116.866049,39.843902],[116.871507,39.842062],[116.878638,39.842257],[116.878304,39.84522],[116.885665,39.844585],[116.897501,39.832587],[116.903357,39.830682],[116.907581,39.834117],[116.902896,39.841346],[116.902813,39.848248],[116.910383,39.850608],[116.917431,39.846913],[116.9259,39.835403],[116.92887,39.820912],[116.92818,39.814153],[116.92979,39.811368],[116.942881,39.801677],[116.934809,39.801139],[116.938301,39.793124],[116.950828,39.791528],[116.953797,39.78607],[116.948004,39.785369],[116.94974,39.778542],[116.945788,39.777369],[116.939284,39.781361],[116.933784,39.781801],[116.921718,39.780628],[116.91649,39.775935],[116.920902,39.769107],[116.910613,39.762278],[116.908292,39.766711],[116.901809,39.763615],[116.901558,39.755204],[116.907163,39.75597],[116.913185,39.745962],[116.914461,39.741755],[116.910718,39.740989],[116.912934,39.73569],[116.916364,39.73587],[116.916678,39.731353],[116.911533,39.731516],[116.90229,39.729413],[116.89976,39.726168],[116.887589,39.725515],[116.8828,39.71847],[116.887108,39.714311],[116.886376,39.707004],[116.893841,39.695879],[116.89336,39.693187],[116.887819,39.690952],[116.88991,39.687656],[116.902896,39.690576],[116.909024,39.682859],[116.905197,39.681651],[116.906661,39.677425],[116.891144,39.67408],[116.883239,39.675352],[116.87318,39.671387],[116.863979,39.670391],[116.860486,39.667258],[116.849946,39.667552],[116.85141,39.652845],[116.839135,39.647523],[116.840766,39.644241],[116.833572,39.644127],[116.834555,39.641841],[116.826901,39.638217],[116.82893,39.635163],[116.826357,39.633122],[116.838445,39.62223],[116.834116,39.621495],[116.835391,39.617004],[116.82504,39.613884],[116.823994,39.617183],[116.81954,39.618996],[116.809711,39.614521],[116.802078,39.6123],[116.790012,39.610535],[116.792835,39.602155],[116.789384,39.602596],[116.790702,39.596045],[116.785474,39.596209],[116.785055,39.593497],[116.778196,39.593382],[116.774892,39.599166],[116.774202,39.605439],[116.762616,39.613819],[116.748689,39.619943],[116.744004,39.616824],[116.737877,39.61537],[116.730516,39.619143],[116.730202,39.622932],[116.725518,39.624075],[116.721398,39.629415],[116.723489,39.639033],[116.716003,39.640356],[116.710419,39.639686],[116.70609,39.642903],[116.702891,39.649923],[116.702138,39.657644],[116.704857,39.667192],[116.703769,39.674145],[116.693543,39.674944],[116.692706,39.676789],[116.685554,39.676886],[116.680786,39.674896],[116.675203,39.676234],[116.668574,39.674602],[116.666022,39.679693],[116.669577,39.683642],[116.666566,39.687101],[116.65818,39.68857],[116.658097,39.686155],[116.651321,39.687868],[116.651509,39.694459],[116.647097,39.694786],[116.64626,39.700447],[116.647912,39.703579],[116.653098,39.703823],[116.652994,39.708619],[116.644587,39.709647],[116.638502,39.717166],[116.637623,39.723934],[116.631203,39.722971],[116.628129,39.727749],[116.621646,39.728076],[116.621876,39.725825],[116.616251,39.725581],[116.609141,39.719367],[116.604561,39.718731],[116.604017,39.714752],[116.598371,39.711963],[116.590194,39.711522],[116.590152,39.713349],[116.581202,39.712517],[116.579884,39.710234],[116.573464,39.709125],[116.573276,39.714507],[116.544961,39.715045],[116.535676,39.711881],[116.530552,39.713268],[116.53256,39.71529],[116.527332,39.716578],[116.52936,39.719808],[116.534609,39.718079],[116.536972,39.72152],[116.53783,39.728043],[116.531849,39.730016],[116.532413,39.73962],[116.537997,39.738071],[116.53624,39.740663],[116.527562,39.743304],[116.536408,39.753917],[116.540716,39.760502],[116.548119,39.765554],[116.561565,39.771111],[116.576957,39.771943],[116.594377,39.776685],[116.574677,39.798386],[116.565078,39.793988],[116.562423,39.796936],[116.555145,39.793548],[116.546634,39.803501],[116.538373,39.81513],[116.533375,39.819658],[116.539586,39.821563],[116.534944,39.82482]]]]}},{"type":"Feature","properties":{"adcode":110113,"name":"顺义区","center":[116.653525,40.128936],"centroid":[116.726467,40.152366],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":9,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.771755,40.014474],[116.764791,40.016049],[116.75329,40.015919],[116.751763,40.019962],[116.747037,40.021976],[116.747058,40.025385],[116.737145,40.02761],[116.732335,40.025109],[116.732043,40.022219],[116.724828,40.024265],[116.724221,40.021278],[116.719725,40.022512],[116.717383,40.019605],[116.716337,40.023762],[116.708621,40.026587],[116.703936,40.020141],[116.697244,40.016098],[116.685575,40.016569],[116.688378,40.00918],[116.686286,40.00827],[116.683777,40.014458],[116.678465,40.015058],[116.668615,40.013938],[116.664705,40.019037],[116.660125,40.021651],[116.655629,40.018566],[116.651676,40.021911],[116.651195,40.025759],[116.636159,40.019703],[116.633504,40.023664],[116.627063,40.021505],[116.624239,40.023664],[116.620099,40.022512],[116.619388,40.026733],[116.614139,40.028178],[116.614055,40.03175],[116.610061,40.031214],[116.603683,40.052949],[116.608409,40.054912],[116.603473,40.086811],[116.602909,40.093883],[116.598392,40.103874],[116.598705,40.09351],[116.595903,40.090218],[116.580365,40.088352],[116.578316,40.102739],[116.574071,40.107815],[116.574322,40.096138],[116.578149,40.076461],[116.551757,40.059765],[116.547784,40.062718],[116.543183,40.059408],[116.534379,40.066791],[116.525993,40.071334],[116.513948,40.070426],[116.506775,40.074352],[116.49933,40.080387],[116.486657,40.081036],[116.482935,40.083745],[116.473545,40.085562],[116.471015,40.08939],[116.466832,40.090185],[116.466498,40.094954],[116.473357,40.097516],[116.480885,40.096965],[116.489292,40.101668],[116.492199,40.111561],[116.487222,40.124678],[116.484754,40.140078],[116.482307,40.140629],[116.480781,40.14742],[116.490777,40.148992],[116.492303,40.156981],[116.484629,40.160465],[116.477916,40.159979],[116.476912,40.163576],[116.480802,40.171937],[116.483332,40.171742],[116.485151,40.176764],[116.490129,40.181316],[116.487975,40.184686],[116.488016,40.191796],[116.484503,40.196493],[116.472249,40.205092],[116.473712,40.221203],[116.477979,40.225201],[116.483771,40.225185],[116.481094,40.238248],[116.482098,40.245385],[116.493705,40.251179],[116.501024,40.251599],[116.503011,40.25969],[116.505959,40.261356],[116.509201,40.258056],[116.523965,40.257522],[116.526181,40.261324],[116.535717,40.261373],[116.540088,40.267165],[116.53693,40.277178],[116.540904,40.274946],[116.546236,40.276224],[116.552176,40.27383],[116.566187,40.27802],[116.565371,40.273377],[116.570516,40.273102],[116.570202,40.268863],[116.58254,40.268362],[116.585238,40.266226],[116.588396,40.269462],[116.590842,40.264139],[116.599647,40.265385],[116.600755,40.258978],[116.604624,40.256146],[116.603787,40.251324],[116.61324,40.251761],[116.622044,40.250467],[116.6238,40.252667],[116.623654,40.26058],[116.63526,40.261454],[116.637038,40.25846],[116.641492,40.259463],[116.643081,40.25715],[116.648519,40.260143],[116.666901,40.262085],[116.669494,40.253153],[116.673321,40.246777],[116.668783,40.238539],[116.670247,40.234865],[116.676311,40.238604],[116.678131,40.234379],[116.684007,40.234282],[116.69072,40.240886],[116.697265,40.243216],[116.696554,40.248072],[116.704585,40.251551],[116.704668,40.257101],[116.710837,40.256227],[116.738421,40.284392],[116.738965,40.284101],[116.741098,40.283001],[116.738337,40.278764],[116.74298,40.279087],[116.752788,40.275512],[116.762658,40.269058],[116.768597,40.270109],[116.771651,40.266501],[116.773512,40.269527],[116.782964,40.273248],[116.784073,40.279443],[116.787795,40.281449],[116.788025,40.289439],[116.794487,40.287417],[116.800572,40.289196],[116.809607,40.28601],[116.811823,40.282387],[116.825123,40.285347],[116.82458,40.290991],[116.827215,40.298333],[116.830101,40.299206],[116.828992,40.304413],[116.838382,40.310185],[116.848984,40.311204],[116.854547,40.303152],[116.857182,40.2929],[116.859462,40.290878],[116.871319,40.290943],[116.871737,40.281481],[116.876338,40.274348],[116.874247,40.268281],[116.879893,40.264139],[116.881273,40.259221],[116.886104,40.255256],[116.886585,40.251907],[116.892252,40.245709],[116.894343,40.240028],[116.901746,40.23684],[116.893946,40.233457],[116.900701,40.228763],[116.906598,40.228682],[116.908606,40.222401],[116.913917,40.220118],[116.915507,40.222271],[116.922031,40.220134],[116.92544,40.225768],[116.931065,40.230624],[116.935206,40.229847],[116.940978,40.223922],[116.938029,40.210549],[116.929685,40.211585],[116.930898,40.207084],[116.939556,40.192347],[116.945913,40.193141],[116.94997,40.186354],[116.945809,40.186224],[116.945349,40.1813],[116.951371,40.174788],[116.962037,40.175549],[116.961242,40.171937],[116.968749,40.163495],[116.972054,40.156301],[116.977763,40.151374],[116.970025,40.140321],[116.967829,40.129849],[116.96578,40.127823],[116.971594,40.124224],[116.969189,40.118776],[116.971301,40.114009],[116.976069,40.111188],[116.973329,40.103712],[116.967976,40.101214],[116.975462,40.095051],[116.979938,40.093867],[116.981862,40.089828],[116.981192,40.08149],[116.986274,40.078359],[116.982844,40.070685],[116.980816,40.071188],[116.978599,40.064893],[116.973476,40.066304],[116.970652,40.063805],[116.962288,40.063529],[116.961932,40.051358],[116.945265,40.041425],[116.945014,40.048631],[116.937632,40.046911],[116.938824,40.050887],[116.931693,40.052024],[116.928096,40.054929],[116.924164,40.047463],[116.917974,40.044704],[116.914252,40.052592],[116.906431,40.051423],[116.90137,40.047723],[116.890265,40.04597],[116.88075,40.046164],[116.873619,40.041522],[116.867826,40.041863],[116.857809,40.051894],[116.850197,40.054977],[116.849486,40.051926],[116.831502,40.051196],[116.831732,40.048485],[116.822739,40.046473],[116.823158,40.039834],[116.820816,40.038779],[116.82,40.028357],[116.815295,40.030905],[116.803375,40.032155],[116.800259,40.028844],[116.789531,40.032318],[116.790221,40.034477],[116.781542,40.034818],[116.77782,40.032448],[116.777485,40.027204],[116.771755,40.014474]]],[[[116.578149,40.076461],[116.581411,40.067846],[116.58139,40.073817],[116.586597,40.074336],[116.590131,40.056162],[116.587957,40.05053],[116.591198,40.051796],[116.590006,40.043616],[116.599814,40.041408],[116.599417,40.047171],[116.601633,40.047658],[116.598517,40.052543],[116.603683,40.052949],[116.610061,40.031214],[116.602762,40.028503],[116.600839,40.018858],[116.595548,40.01751],[116.577814,40.027512],[116.578797,40.033097],[116.570474,40.032431],[116.564242,40.039655],[116.550753,40.045499],[116.54655,40.048956],[116.552761,40.05488],[116.551757,40.059765],[116.578149,40.076461]]]]}},{"type":"Feature","properties":{"adcode":110114,"name":"昌平区","center":[116.235906,40.218085],"centroid":[116.210635,40.215461],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":10,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.466832,40.090185],[116.466247,40.08235],[116.461855,40.080825],[116.462608,40.076786],[116.458823,40.075796],[116.458635,40.070377],[116.462127,40.06731],[116.459408,40.059992],[116.45142,40.06129],[116.451629,40.058759],[116.442867,40.061323],[116.433268,40.06228],[116.415618,40.056],[116.409595,40.055626],[116.406124,40.049768],[116.408884,40.043291],[116.405266,40.038974],[116.395333,40.036766],[116.39297,40.041733],[116.390649,40.041279],[116.38519,40.042853],[116.376888,40.042756],[116.376114,40.045466],[116.36959,40.04696],[116.367394,40.053436],[116.372999,40.054344],[116.372267,40.05785],[116.379272,40.059002],[116.382848,40.061582],[116.381928,40.066402],[116.373354,40.065623],[116.372538,40.06843],[116.363149,40.068965],[116.363023,40.065931],[116.357293,40.066012],[116.34667,40.063659],[116.346963,40.06043],[116.342676,40.059635],[116.343366,40.055448],[116.340271,40.055091],[116.338828,40.058921],[116.325946,40.054799],[116.318292,40.061663],[116.309446,40.060609],[116.305995,40.063043],[116.302942,40.060803],[116.290353,40.083145],[116.279897,40.079754],[116.2731,40.092699],[116.27333,40.09557],[116.265237,40.094694],[116.258273,40.101522],[116.263899,40.10402],[116.263334,40.110588],[116.258022,40.11195],[116.25957,40.106907],[116.255868,40.104474],[116.252732,40.106517],[116.245956,40.10535],[116.240498,40.108009],[116.243363,40.113279],[116.241836,40.118403],[116.245036,40.118825],[116.247043,40.136204],[116.233785,40.136577],[116.215445,40.143174],[116.212224,40.140548],[116.206285,40.143092],[116.205658,40.150175],[116.203211,40.153773],[116.202166,40.160984],[116.194282,40.160076],[116.192065,40.155669],[116.182696,40.158099],[116.183094,40.153335],[116.180417,40.14729],[116.174122,40.143595],[116.167681,40.141844],[116.168622,40.135442],[116.17178,40.127936],[116.167409,40.128455],[116.169563,40.124564],[116.152708,40.121776],[116.132925,40.121354],[116.132214,40.115079],[116.127676,40.116393],[116.113309,40.115598],[116.105864,40.118014],[116.102246,40.115987],[116.096056,40.121257],[116.089783,40.119327],[116.08445,40.120252],[116.077883,40.115047],[116.073847,40.115436],[116.072676,40.109258],[116.069456,40.104912],[116.062931,40.10282],[116.061969,40.09956],[116.055905,40.09643],[116.051848,40.091661],[116.048878,40.085303],[116.043775,40.083502],[116.037899,40.084524],[116.033926,40.079657],[116.030914,40.082188],[116.020856,40.074579],[116.007785,40.080614],[116.005129,40.079803],[115.99735,40.082074],[115.986434,40.083469],[115.979993,40.081669],[115.977232,40.079041],[115.968575,40.075488],[115.966588,40.084556],[115.960461,40.092456],[115.962092,40.094419],[115.962552,40.10235],[115.957449,40.100679],[115.956717,40.096041],[115.952681,40.10102],[115.943229,40.103339],[115.947913,40.107409],[115.933588,40.124824],[115.921438,40.134485],[115.906549,40.138181],[115.904457,40.136123],[115.900442,40.138716],[115.8816,40.139073],[115.874155,40.14387],[115.870768,40.144276],[115.865184,40.148635],[115.856547,40.147468],[115.853348,40.149332],[115.853557,40.154162],[115.84676,40.163171],[115.844418,40.168016],[115.846865,40.169458],[115.854205,40.179939],[115.848099,40.183843],[115.855502,40.188865],[115.863072,40.186095],[115.870308,40.186079],[115.873695,40.192687],[115.87633,40.193918],[115.877313,40.200849],[115.886326,40.206663],[115.883169,40.209594],[115.885072,40.212039],[115.883106,40.216119],[115.891366,40.225379],[115.891994,40.228147],[115.898476,40.234509],[115.898079,40.236419],[115.906695,40.23412],[115.911965,40.234477],[115.916628,40.242391],[115.916984,40.247068],[115.935826,40.25558],[115.942706,40.253557],[115.950276,40.256163],[115.960001,40.256648],[115.965605,40.259415],[115.968888,40.264269],[115.967006,40.265612],[115.976396,40.270983],[115.981812,40.276903],[115.978822,40.281627],[115.981227,40.28525],[115.978675,40.289633],[115.982732,40.297977],[115.990323,40.299498],[115.987919,40.303799],[115.975538,40.308698],[115.976417,40.311511],[115.973259,40.318997],[115.979658,40.320532],[115.982711,40.324202],[115.993398,40.328986],[115.999065,40.325463],[116.007597,40.33314],[116.01684,40.33466],[116.026481,40.324283],[116.026167,40.320484],[116.031144,40.312352],[116.040095,40.312724],[116.042479,40.316846],[116.051116,40.315812],[116.056971,40.322181],[116.053353,40.326853],[116.061802,40.336809],[116.06841,40.336971],[116.073429,40.339831],[116.077716,40.339346],[116.083342,40.33571],[116.086353,40.330813],[116.098649,40.330005],[116.102978,40.331524],[116.110381,40.330813],[116.116634,40.323668],[116.116237,40.321955],[116.122385,40.312805],[116.132737,40.31198],[116.141959,40.316879],[116.138383,40.324671],[116.13809,40.330974],[116.143904,40.336082],[116.137651,40.336534],[116.137567,40.340769],[116.140809,40.343047],[116.138404,40.345229],[116.144782,40.348541],[116.147543,40.340655],[116.144719,40.336631],[116.152603,40.337714],[116.155677,40.344906],[116.1507,40.349252],[116.145514,40.351046],[116.148651,40.35696],[116.148233,40.361807],[116.159295,40.366265],[116.168789,40.366718],[116.170713,40.369351],[116.177154,40.370934],[116.180354,40.367687],[116.192985,40.372775],[116.209129,40.376232],[116.211451,40.381756],[116.222221,40.382111],[116.226989,40.38111],[116.23184,40.374988],[116.23665,40.377427],[116.241962,40.377508],[116.24353,40.379818],[116.247796,40.374471],[116.252104,40.376297],[116.25338,40.381239],[116.258336,40.383193],[116.261264,40.380561],[116.270863,40.382693],[116.282845,40.375263],[116.290729,40.383177],[116.289872,40.391672],[116.293762,40.392415],[116.295581,40.384437],[116.302691,40.387473],[116.313106,40.389459],[116.32078,40.386859],[116.32398,40.387295],[116.337364,40.379769],[116.34506,40.373163],[116.355369,40.37137],[116.360033,40.366815],[116.357356,40.364084],[116.352797,40.364391],[116.348866,40.356427],[116.355641,40.356814],[116.363923,40.359028],[116.369673,40.356362],[116.367101,40.350351],[116.364508,40.349107],[116.369903,40.342401],[116.368231,40.334805],[116.365909,40.331702],[116.376135,40.334352],[116.375069,40.337375],[116.384563,40.339055],[116.391422,40.338393],[116.396358,40.334853],[116.408633,40.334886],[116.408989,40.333205],[116.417061,40.329843],[116.424359,40.331265],[116.427914,40.329213],[116.43423,40.329116],[116.438245,40.333221],[116.443745,40.322682],[116.449182,40.32113],[116.455184,40.316345],[116.44822,40.305982],[116.443766,40.302457],[116.448011,40.300484],[116.45096,40.293045],[116.449412,40.286722],[116.45533,40.284845],[116.460308,40.28711],[116.469634,40.283001],[116.472081,40.280122],[116.478794,40.280025],[116.484001,40.2759],[116.484273,40.267634],[116.493245,40.262489],[116.501839,40.262974],[116.505959,40.261356],[116.503011,40.25969],[116.501024,40.251599],[116.493705,40.251179],[116.482098,40.245385],[116.481094,40.238248],[116.483771,40.225185],[116.477979,40.225201],[116.473712,40.221203],[116.472249,40.205092],[116.484503,40.196493],[116.488016,40.191796],[116.487975,40.184686],[116.490129,40.181316],[116.485151,40.176764],[116.483332,40.171742],[116.480802,40.171937],[116.476912,40.163576],[116.477916,40.159979],[116.484629,40.160465],[116.492303,40.156981],[116.490777,40.148992],[116.480781,40.14742],[116.482307,40.140629],[116.484754,40.140078],[116.487222,40.124678],[116.492199,40.111561],[116.489292,40.101668],[116.480885,40.096965],[116.473357,40.097516],[116.466498,40.094954],[116.466832,40.090185]]]]}},{"type":"Feature","properties":{"adcode":110115,"name":"大兴区","center":[116.338033,39.728908],"centroid":[116.421058,39.649884],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":11,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.534944,39.82482],[116.539586,39.821563],[116.533375,39.819658],[116.538373,39.81513],[116.546634,39.803501],[116.555145,39.793548],[116.562423,39.796936],[116.565078,39.793988],[116.574677,39.798386],[116.594377,39.776685],[116.576957,39.771943],[116.561565,39.771111],[116.548119,39.765554],[116.540716,39.760502],[116.536408,39.753917],[116.527562,39.743304],[116.53624,39.740663],[116.537997,39.738071],[116.532413,39.73962],[116.531849,39.730016],[116.53783,39.728043],[116.536972,39.72152],[116.534609,39.718079],[116.52936,39.719808],[116.527332,39.716578],[116.53256,39.71529],[116.530552,39.713268],[116.535676,39.711881],[116.544961,39.715045],[116.573276,39.714507],[116.573464,39.709125],[116.579884,39.710234],[116.581202,39.712517],[116.590152,39.713349],[116.590194,39.711522],[116.598371,39.711963],[116.604017,39.714752],[116.604561,39.718731],[116.609141,39.719367],[116.616251,39.725581],[116.621876,39.725825],[116.621646,39.728076],[116.628129,39.727749],[116.631203,39.722971],[116.637623,39.723934],[116.638502,39.717166],[116.644587,39.709647],[116.652994,39.708619],[116.653098,39.703823],[116.647912,39.703579],[116.64626,39.700447],[116.647097,39.694786],[116.651509,39.694459],[116.651321,39.687868],[116.658097,39.686155],[116.65818,39.68857],[116.666566,39.687101],[116.669577,39.683642],[116.666022,39.679693],[116.668574,39.674602],[116.675203,39.676234],[116.680786,39.674896],[116.685554,39.676886],[116.692706,39.676789],[116.693543,39.674944],[116.703769,39.674145],[116.704857,39.667192],[116.702138,39.657644],[116.702891,39.649923],[116.70609,39.642903],[116.710419,39.639686],[116.716003,39.640356],[116.723489,39.639033],[116.721398,39.629415],[116.725518,39.624075],[116.721858,39.621756],[116.716149,39.62156],[116.70929,39.618114],[116.705338,39.621462],[116.700737,39.62107],[116.702577,39.610421],[116.718282,39.603021],[116.718324,39.601077],[116.724953,39.598006],[116.727065,39.593055],[116.705108,39.587974],[116.700695,39.590964],[116.699127,39.595457],[116.696408,39.595392],[116.694087,39.601355],[116.6889,39.598496],[116.669975,39.603381],[116.670037,39.604916],[116.662384,39.60521],[116.6568,39.602776],[116.657678,39.60075],[116.646532,39.599117],[116.645549,39.60209],[116.635595,39.604818],[116.635407,39.599934],[116.628338,39.599558],[116.620517,39.601665],[116.620182,39.606893],[116.616857,39.607301],[116.616648,39.614096],[116.613177,39.613802],[116.611755,39.618882],[116.607781,39.619698],[116.607886,39.624696],[116.602177,39.624533],[116.600128,39.619649],[116.593561,39.618588],[116.591993,39.621299],[116.579194,39.623487],[116.579382,39.619666],[116.565936,39.61978],[116.565978,39.616138],[116.569637,39.61176],[116.566103,39.61114],[116.566605,39.604361],[116.562276,39.601714],[116.557132,39.601502],[116.549436,39.596143],[116.544187,39.596519],[116.544124,39.603609],[116.540883,39.60142],[116.541803,39.59348],[116.530866,39.596715],[116.530615,39.598774],[116.524446,39.596535],[116.525052,39.593807],[116.521267,39.590229],[116.52317,39.586242],[116.519699,39.581863],[116.520389,39.577156],[116.52614,39.577271],[116.527248,39.57294],[116.520389,39.57191],[116.519385,39.566484],[116.511564,39.565503],[116.510581,39.560502],[116.50805,39.560256],[116.508448,39.551053],[116.489773,39.550268],[116.48948,39.553472],[116.473378,39.553096],[116.470952,39.5546],[116.475134,39.545756],[116.47802,39.543205],[116.478188,39.535487],[116.468819,39.534359],[116.464595,39.531628],[116.464553,39.527638],[116.453846,39.528652],[116.45372,39.526477],[116.440985,39.527311],[116.436802,39.526346],[116.439876,39.523353],[116.440378,39.516271],[116.442741,39.516189],[116.443829,39.509875],[116.433017,39.507438],[116.431699,39.51053],[116.424631,39.509728],[116.423125,39.516337],[116.424046,39.522732],[116.421473,39.525103],[116.411247,39.524678],[116.402652,39.526886],[116.40282,39.51439],[116.407253,39.512116],[116.40857,39.508011],[116.418734,39.506391],[116.422895,39.496608],[116.418504,39.496575],[116.415827,39.48823],[116.411582,39.485105],[116.412376,39.482077],[116.423544,39.485154],[116.427329,39.487788],[116.429964,39.481325],[116.425342,39.481259],[116.428333,39.476219],[116.433644,39.478183],[116.436258,39.482912],[116.444142,39.482192],[116.444059,39.47887],[116.448764,39.476284],[116.448638,39.465122],[116.453992,39.45751],[116.454682,39.453302],[116.450667,39.452648],[116.450353,39.448522],[116.437241,39.445951],[116.434397,39.442758],[116.425635,39.446885],[116.408947,39.450257],[116.399787,39.450044],[116.391903,39.452893],[116.388557,39.450732],[116.373563,39.452058],[116.367791,39.451633],[116.362187,39.454874],[116.351124,39.455529],[116.350162,39.45291],[116.334499,39.457019],[116.325611,39.462961],[116.325088,39.466153],[116.320048,39.468543],[116.319944,39.473436],[116.314779,39.476104],[116.312708,39.480556],[116.306957,39.485023],[116.305284,39.489179],[116.283201,39.493941],[116.279269,39.491306],[116.275631,39.495201],[116.269315,39.495495],[116.257939,39.500518],[116.25706,39.505491],[116.253861,39.510055],[116.245831,39.514897],[116.246709,39.520098],[116.24353,39.524236],[116.246479,39.525299],[116.248256,39.530271],[116.245601,39.53014],[116.246521,39.539788],[116.242505,39.552966],[116.246186,39.557167],[116.243007,39.55836],[116.240644,39.564098],[116.234684,39.563934],[116.236462,39.568396],[116.229373,39.565471],[116.225817,39.568151],[116.221175,39.578921],[116.225085,39.584085],[116.226089,39.591993],[116.222597,39.593938],[116.223141,39.597222],[116.21808,39.608102],[116.219502,39.618931],[116.218875,39.628011],[116.215487,39.64305],[116.216992,39.651572],[116.223162,39.664728],[116.221342,39.667486],[116.22565,39.67359],[116.221238,39.678453],[116.230941,39.692355],[116.23435,39.703823],[116.231945,39.706025],[116.236629,39.71286],[116.245036,39.718421],[116.245768,39.72408],[116.248466,39.728027],[116.248026,39.732641],[116.243948,39.741658],[116.251895,39.749092],[116.252481,39.758676],[116.254426,39.76324],[116.252481,39.771747],[116.253777,39.77952],[116.251602,39.782518],[116.251519,39.793059],[116.259298,39.797621],[116.262184,39.792782],[116.27423,39.796936],[116.287237,39.799103],[116.289182,39.795894],[116.296083,39.795568],[116.291148,39.793271],[116.295205,39.790958],[116.301541,39.774941],[116.307062,39.770085],[116.31068,39.772057],[116.317978,39.783447],[116.321784,39.783626],[116.322872,39.798386],[116.326824,39.798386],[116.328225,39.801416],[116.340124,39.802149],[116.341755,39.807589],[116.355704,39.805668],[116.356833,39.800471],[116.367039,39.79982],[116.368189,39.794819],[116.365742,39.794151],[116.367582,39.784962],[116.378478,39.785646],[116.379209,39.77939],[116.385609,39.778852],[116.390649,39.780465],[116.391903,39.765277],[116.398888,39.765864],[116.397905,39.781068],[116.396023,39.786738],[116.42024,39.787439],[116.421034,39.794134],[116.429274,39.794102],[116.429399,39.803583],[116.425719,39.805358],[116.422456,39.81044],[116.417772,39.81013],[116.415262,39.812525],[116.410013,39.811336],[116.41016,39.817052],[116.419759,39.815375],[116.418441,39.822915],[116.414426,39.824282],[116.415785,39.829428],[116.420072,39.826611],[116.425217,39.831903],[116.430068,39.830112],[116.43699,39.830649],[116.436677,39.827425],[116.44592,39.826692],[116.443912,39.82096],[116.452737,39.823012],[116.462775,39.815945],[116.468463,39.814511],[116.474256,39.809772],[116.485256,39.81272],[116.485632,39.816889],[116.495357,39.818795],[116.498201,39.8157],[116.505813,39.817866],[116.502801,39.819006],[116.510142,39.821449],[116.510602,39.827637],[116.516164,39.829835],[116.525366,39.829754],[116.525868,39.826904],[116.534944,39.82482]]]]}},{"type":"Feature","properties":{"adcode":110116,"name":"怀柔区","center":[116.637122,40.324272],"centroid":[116.586079,40.63069],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":12,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.289872,40.391672],[116.286003,40.396032],[116.289746,40.402539],[116.287864,40.404719],[116.291608,40.408448],[116.288513,40.413437],[116.289433,40.418021],[116.291942,40.416617],[116.296648,40.420701],[116.294452,40.429304],[116.290667,40.435856],[116.289788,40.440907],[116.294368,40.449975],[116.293824,40.452831],[116.300955,40.458429],[116.306853,40.466092],[116.301646,40.468108],[116.294786,40.47535],[116.291691,40.485317],[116.29717,40.486768],[116.303779,40.485817],[116.31022,40.491702],[116.31321,40.491799],[116.323227,40.500151],[116.330567,40.500748],[116.336653,40.498636],[116.34232,40.500457],[116.348636,40.499071],[116.357042,40.501941],[116.365909,40.499635],[116.369632,40.500312],[116.377537,40.49683],[116.378603,40.491525],[116.376825,40.485736],[116.387344,40.482043],[116.38609,40.475802],[116.393702,40.47256],[116.4065,40.481995],[116.413673,40.481527],[116.416664,40.483011],[116.420971,40.480301],[116.433142,40.478189],[116.443201,40.481801],[116.455937,40.480914],[116.457903,40.488445],[116.465577,40.48701],[116.468212,40.48493],[116.483541,40.484994],[116.487347,40.481737],[116.492157,40.481027],[116.508322,40.483172],[116.511543,40.486929],[116.519092,40.491799],[116.519155,40.496604],[116.51194,40.501135],[116.506398,40.508212],[116.500459,40.510904],[116.497762,40.518093],[116.492073,40.518093],[116.488581,40.515853],[116.476306,40.514192],[116.470345,40.518963],[116.46587,40.518802],[116.460956,40.524363],[116.467125,40.530068],[116.470617,40.535418],[116.479651,40.541396],[116.484587,40.552867],[116.496277,40.555106],[116.499999,40.560921],[116.505144,40.562581],[116.509577,40.57276],[116.513153,40.572792],[116.517796,40.579749],[116.525136,40.583002],[116.531577,40.59131],[116.530929,40.595883],[116.535948,40.59944],[116.532915,40.606459],[116.535634,40.615698],[116.538938,40.619673],[116.539294,40.625612],[116.545003,40.627076],[116.551674,40.625209],[116.561231,40.628557],[116.568989,40.625483],[116.574092,40.631678],[116.573903,40.63628],[116.563886,40.636908],[116.55389,40.642877],[116.551151,40.642828],[116.550335,40.647606],[116.545023,40.650116],[116.544103,40.653767],[116.540046,40.656679],[116.529507,40.654588],[116.527039,40.6584],[116.518381,40.660925],[116.520096,40.66411],[116.517273,40.665734],[116.513488,40.672344],[116.505938,40.673067],[116.501568,40.671186],[116.492826,40.673984],[116.487138,40.674338],[116.483374,40.679403],[116.488811,40.69196],[116.496653,40.696879],[116.502676,40.697361],[116.501066,40.70228],[116.501923,40.706796],[116.506064,40.710879],[116.503115,40.715893],[116.504119,40.720135],[116.506858,40.720039],[116.510748,40.72645],[116.509493,40.73548],[116.513697,40.741456],[116.506461,40.743432],[116.501819,40.746581],[116.502906,40.756635],[116.50025,40.760811],[116.495482,40.759735],[116.491404,40.7633],[116.485193,40.765179],[116.4803,40.771586],[116.471517,40.771233],[116.465452,40.772742],[116.465849,40.774525],[116.460663,40.78244],[116.461416,40.78854],[116.457233,40.7983],[116.452152,40.798059],[116.450981,40.801927],[116.440002,40.809133],[116.439897,40.815038],[116.436823,40.820735],[116.422477,40.822772],[116.414991,40.829318],[116.406458,40.833361],[116.406145,40.837933],[116.399306,40.850492],[116.391778,40.854838],[116.389707,40.861814],[116.38174,40.863465],[116.374881,40.871531],[116.366599,40.876645],[116.365972,40.880188],[116.360514,40.884885],[116.353864,40.887786],[116.344683,40.894694],[116.342236,40.899887],[116.334436,40.90463],[116.33544,40.910495],[116.334122,40.920829],[116.338828,40.925732],[116.339894,40.929416],[116.35012,40.936048],[116.358925,40.93608],[116.364801,40.942999],[116.370343,40.943655],[116.379941,40.935775],[116.379732,40.933228],[116.384019,40.928535],[116.384877,40.922848],[116.39274,40.913123],[116.396316,40.911264],[116.398533,40.906024],[116.404764,40.905736],[116.413715,40.899758],[116.418922,40.902339],[116.430905,40.903364],[116.436614,40.89939],[116.448492,40.899919],[116.45073,40.901345],[116.458676,40.900592],[116.464344,40.896329],[116.474047,40.896008],[116.477581,40.901746],[116.473608,40.91974],[116.468422,40.925091],[116.467209,40.931322],[116.461541,40.932684],[116.462315,40.935231],[116.455372,40.945433],[116.454829,40.949533],[116.447446,40.95384],[116.453302,40.964584],[116.451713,40.968667],[116.455519,40.980481],[116.464135,40.984498],[116.474193,40.978608],[116.47894,40.979104],[116.485612,40.982465],[116.493726,40.977919],[116.496737,40.978432],[116.504516,40.975919],[116.51629,40.975198],[116.519573,40.981569],[116.524718,40.981073],[116.533417,40.985698],[116.535634,40.988675],[116.541991,40.99026],[116.547826,40.988003],[116.558617,40.988627],[116.561231,40.993461],[116.569177,40.991636],[116.574928,40.986307],[116.589692,40.976703],[116.597764,40.97475],[116.614515,40.983314],[116.617067,40.998725],[116.614892,41.003574],[116.619179,41.01423],[116.621897,41.015749],[116.62288,41.020693],[116.621228,41.028978],[116.617589,41.034704],[116.614118,41.036096],[116.613491,41.040782],[116.617736,41.048649],[116.61646,41.053382],[116.624093,41.054437],[116.630848,41.0608],[116.637937,41.060497],[116.641158,41.058322],[116.647431,41.059393],[116.653914,41.05626],[116.657009,41.051303],[116.665207,41.046682],[116.673279,41.046378],[116.67698,41.042732],[116.682878,41.041789],[116.688629,41.044651],[116.692246,41.040813],[116.691347,41.037503],[116.69509,41.033265],[116.695739,41.025396],[116.698855,41.021253],[116.693836,41.013686],[116.690866,41.012982],[116.69095,41.007254],[116.683066,41.000486],[116.682543,40.986259],[116.685304,40.982641],[116.681267,40.980737],[116.677921,40.975983],[116.677921,40.970972],[116.687248,40.962551],[116.689298,40.951118],[116.696178,40.94452],[116.702368,40.940628],[116.702786,40.936512],[116.70722,40.934029],[116.712197,40.934846],[116.713891,40.929416],[116.722318,40.92743],[116.717111,40.921695],[116.713347,40.910431],[116.716881,40.910175],[116.723678,40.906313],[116.726145,40.901185],[116.730432,40.897771],[116.739759,40.896665],[116.750257,40.891665],[116.759501,40.889854],[116.758539,40.881983],[116.762135,40.880765],[116.769392,40.882961],[116.772362,40.87852],[116.776795,40.878376],[116.797226,40.860034],[116.796996,40.854886],[116.802413,40.851198],[116.802496,40.842392],[116.805947,40.840836],[116.813622,40.848423],[116.820732,40.848263],[116.823471,40.842681],[116.828009,40.841109],[116.831815,40.842585],[116.837775,40.841542],[116.839741,40.839024],[116.84819,40.839313],[116.848587,40.837147],[116.855425,40.835447],[116.860633,40.830457],[116.861448,40.825356],[116.870378,40.821601],[116.876171,40.8212],[116.876735,40.818456],[116.882172,40.814172],[116.880207,40.804367],[116.886961,40.801076],[116.878575,40.797545],[116.873326,40.798781],[116.871277,40.794785],[116.862577,40.792858],[116.867471,40.784559],[116.858039,40.78305],[116.856806,40.77955],[116.851264,40.778924],[116.850448,40.775006],[116.834785,40.770221],[116.840076,40.760682],[116.831795,40.751303],[116.826211,40.749343],[116.818662,40.75042],[116.810527,40.749118],[116.802977,40.745986],[116.793629,40.748267],[116.783759,40.757631],[116.780727,40.751512],[116.782818,40.747817],[116.786352,40.736026],[116.790472,40.728973],[116.789091,40.712454],[116.786687,40.7103],[116.787105,40.704482],[116.783989,40.700496],[116.769246,40.70281],[116.762867,40.706427],[116.756155,40.705687],[116.754963,40.702891],[116.748668,40.700544],[116.747518,40.697072],[116.74252,40.69593],[116.735807,40.69167],[116.725581,40.689114],[116.725413,40.68466],[116.714915,40.680014],[116.713221,40.669867],[116.714309,40.666104],[116.709855,40.662598],[116.712636,40.653896],[116.711151,40.648218],[116.712197,40.641268],[116.70149,40.632917],[116.70195,40.628444],[116.705128,40.626947],[116.704689,40.620076],[116.701322,40.621379],[116.697955,40.618402],[116.702598,40.612785],[116.70655,40.610998],[116.707993,40.606507],[116.705609,40.60303],[116.711235,40.600213],[116.708495,40.595206],[116.711611,40.59189],[116.708955,40.590054],[116.714351,40.58028],[116.71456,40.570682],[116.710503,40.568685],[116.709855,40.565512],[116.699336,40.563563],[116.686349,40.564497],[116.679636,40.562001],[116.682397,40.556766],[116.66872,40.557507],[116.665771,40.552432],[116.67698,40.554462],[116.68225,40.548904],[116.690699,40.549468],[116.702138,40.545456],[116.701469,40.539913],[116.706948,40.532582],[116.712573,40.529955],[116.717216,40.524798],[116.712239,40.522058],[116.711402,40.516465],[116.701071,40.510549],[116.699106,40.50444],[116.698353,40.493266],[116.693376,40.490783],[116.694149,40.485462],[116.704334,40.479043],[116.69348,40.481704],[116.693397,40.476108],[116.695571,40.466721],[116.698667,40.468043],[116.706174,40.459929],[116.716902,40.457074],[116.719223,40.460397],[116.723594,40.458542],[116.7196,40.455735],[116.719265,40.448636],[116.725811,40.443085],[116.72098,40.440988],[116.716421,40.441714],[116.723552,40.435065],[116.722339,40.423832],[116.72556,40.418053],[116.73244,40.420604],[116.733235,40.418312],[116.741139,40.414631],[116.728801,40.40982],[116.724389,40.409191],[116.723427,40.405316],[116.718512,40.402055],[116.713242,40.40157],[116.713849,40.395806],[116.711716,40.386908],[116.716254,40.384114],[116.707115,40.377007],[116.706509,40.373809],[116.714079,40.368608],[116.719872,40.369044],[116.718094,40.361338],[116.726773,40.361193],[116.725769,40.355619],[116.729031,40.355619],[116.727484,40.346522],[116.723887,40.344033],[116.722967,40.339152],[116.731185,40.339023],[116.73129,40.335031],[116.744046,40.339136],[116.744653,40.333706],[116.751491,40.335742],[116.758559,40.333884],[116.759689,40.326853],[116.762846,40.326707],[116.768639,40.317816],[116.773324,40.315973],[116.762888,40.310428],[116.756845,40.302586],[116.754461,40.303686],[116.738965,40.284101],[116.738421,40.284392],[116.710837,40.256227],[116.704668,40.257101],[116.704585,40.251551],[116.696554,40.248072],[116.697265,40.243216],[116.69072,40.240886],[116.684007,40.234282],[116.678131,40.234379],[116.676311,40.238604],[116.670247,40.234865],[116.668783,40.238539],[116.673321,40.246777],[116.669494,40.253153],[116.666901,40.262085],[116.648519,40.260143],[116.643081,40.25715],[116.641492,40.259463],[116.637038,40.25846],[116.63526,40.261454],[116.623654,40.26058],[116.6238,40.252667],[116.622044,40.250467],[116.61324,40.251761],[116.603787,40.251324],[116.604624,40.256146],[116.600755,40.258978],[116.599647,40.265385],[116.590842,40.264139],[116.588396,40.269462],[116.585238,40.266226],[116.58254,40.268362],[116.570202,40.268863],[116.570516,40.273102],[116.565371,40.273377],[116.566187,40.27802],[116.552176,40.27383],[116.546236,40.276224],[116.540904,40.274946],[116.53693,40.277178],[116.540088,40.267165],[116.535717,40.261373],[116.526181,40.261324],[116.523965,40.257522],[116.509201,40.258056],[116.505959,40.261356],[116.501839,40.262974],[116.493245,40.262489],[116.484273,40.267634],[116.484001,40.2759],[116.478794,40.280025],[116.472081,40.280122],[116.469634,40.283001],[116.460308,40.28711],[116.45533,40.284845],[116.449412,40.286722],[116.45096,40.293045],[116.448011,40.300484],[116.443766,40.302457],[116.44822,40.305982],[116.455184,40.316345],[116.449182,40.32113],[116.443745,40.322682],[116.438245,40.333221],[116.43423,40.329116],[116.427914,40.329213],[116.424359,40.331265],[116.417061,40.329843],[116.408989,40.333205],[116.408633,40.334886],[116.396358,40.334853],[116.391422,40.338393],[116.384563,40.339055],[116.375069,40.337375],[116.376135,40.334352],[116.365909,40.331702],[116.368231,40.334805],[116.369903,40.342401],[116.364508,40.349107],[116.367101,40.350351],[116.369673,40.356362],[116.363923,40.359028],[116.355641,40.356814],[116.348866,40.356427],[116.352797,40.364391],[116.357356,40.364084],[116.360033,40.366815],[116.355369,40.37137],[116.34506,40.373163],[116.337364,40.379769],[116.32398,40.387295],[116.32078,40.386859],[116.313106,40.389459],[116.302691,40.387473],[116.295581,40.384437],[116.293762,40.392415],[116.289872,40.391672]]]]}},{"type":"Feature","properties":{"adcode":110117,"name":"平谷区","center":[117.112335,40.144783],"centroid":[117.145392,40.208997],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":13,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.961932,40.051358],[116.962288,40.063529],[116.970652,40.063805],[116.973476,40.066304],[116.978599,40.064893],[116.980816,40.071188],[116.982844,40.070685],[116.986274,40.078359],[116.981192,40.08149],[116.981862,40.089828],[116.979938,40.093867],[116.975462,40.095051],[116.967976,40.101214],[116.973329,40.103712],[116.976069,40.111188],[116.971301,40.114009],[116.969189,40.118776],[116.971594,40.124224],[116.96578,40.127823],[116.967829,40.129849],[116.970025,40.140321],[116.977763,40.151374],[116.972054,40.156301],[116.968749,40.163495],[116.961242,40.171937],[116.962037,40.175549],[116.951371,40.174788],[116.945349,40.1813],[116.945809,40.186224],[116.94997,40.186354],[116.945913,40.193141],[116.939556,40.192347],[116.930898,40.207084],[116.929685,40.211585],[116.938029,40.210549],[116.940978,40.223922],[116.935206,40.229847],[116.936837,40.232259],[116.945641,40.233441],[116.946896,40.236095],[116.953567,40.236079],[116.956286,40.232615],[116.959924,40.23268],[116.974082,40.24456],[116.975881,40.249463],[116.969293,40.253962],[116.961786,40.252635],[116.954341,40.25715],[116.950953,40.261081],[116.960468,40.2704],[116.961995,40.273442],[116.970527,40.276531],[116.971343,40.281724],[116.983765,40.287886],[116.991042,40.287724],[116.990833,40.290603],[116.99834,40.29083],[117.004091,40.293918],[117.002,40.299675],[117.011306,40.307113],[117.007563,40.314599],[117.006998,40.319255],[117.01024,40.320726],[117.012686,40.32674],[117.020842,40.336179],[117.026133,40.338458],[117.032762,40.33752],[117.039266,40.340057],[117.048279,40.341528],[117.052817,40.337649],[117.060931,40.337795],[117.066933,40.342983],[117.072286,40.342999],[117.072705,40.345584],[117.085231,40.350432],[117.0946,40.358285],[117.100915,40.360546],[117.117457,40.353744],[117.125362,40.35641],[117.128122,40.358866],[117.142385,40.362824],[117.147466,40.369965],[117.155329,40.371402],[117.157609,40.374859],[117.16796,40.371467],[117.170491,40.374342],[117.179943,40.375021],[117.185799,40.377767],[117.199747,40.375861],[117.204536,40.373082],[117.211124,40.373825],[117.218527,40.377718],[117.223901,40.375538],[117.22618,40.369044],[117.237055,40.370627],[117.242283,40.369981],[117.247762,40.364101],[117.250188,40.358381],[117.254182,40.357105],[117.25437,40.351191],[117.257089,40.341463],[117.261125,40.338781],[117.259828,40.336195],[117.267127,40.335694],[117.274969,40.331944],[117.271288,40.325285],[117.271853,40.319853],[117.274697,40.314405],[117.274342,40.308552],[117.285739,40.302214],[117.293309,40.296748],[117.294647,40.290894],[117.292368,40.286236],[117.29632,40.2781],[117.304309,40.278181],[117.316835,40.281999],[117.316794,40.285104],[117.32336,40.284441],[117.331244,40.289665],[117.334005,40.285654],[117.337999,40.265903],[117.337622,40.263266],[117.342202,40.256502],[117.339881,40.246194],[117.343457,40.242909],[117.345464,40.234946],[117.348246,40.234574],[117.351613,40.229459],[117.355691,40.229556],[117.36027,40.23255],[117.373989,40.232777],[117.386829,40.227111],[117.390029,40.227969],[117.39373,40.221656],[117.377586,40.218612],[117.378443,40.21029],[117.385679,40.207894],[117.393145,40.203376],[117.379552,40.201319],[117.381455,40.194906],[117.384382,40.195278],[117.38409,40.187828],[117.388356,40.188249],[117.397704,40.192914],[117.4077,40.187504],[117.404751,40.183244],[117.401217,40.183617],[117.391618,40.177607],[117.393186,40.174901],[117.380597,40.17691],[117.381225,40.172455],[117.377021,40.176327],[117.372023,40.176538],[117.368844,40.17299],[117.364014,40.176683],[117.359413,40.173346],[117.353746,40.17367],[117.351111,40.171661],[117.357343,40.164273],[117.360626,40.156965],[117.351717,40.150564],[117.355272,40.148587],[117.350525,40.144827],[117.356883,40.145037],[117.35636,40.140904],[117.351404,40.139932],[117.349082,40.136528],[117.330617,40.133691],[117.33093,40.13575],[117.323276,40.14071],[117.318571,40.138522],[117.313761,40.139964],[117.307613,40.136982],[117.302991,40.125926],[117.297073,40.121273],[117.297094,40.118857],[117.285425,40.121322],[117.275659,40.113636],[117.276663,40.109307],[117.274362,40.105804],[117.269908,40.107198],[117.266834,40.112177],[117.260393,40.114155],[117.255541,40.113279],[117.249268,40.116474],[117.245357,40.113215],[117.238226,40.111755],[117.236009,40.108382],[117.229025,40.103533],[117.228606,40.100257],[117.224403,40.098619],[117.224487,40.094662],[117.211249,40.096608],[117.21104,40.090785],[117.213989,40.086243],[117.204285,40.079657],[117.203616,40.076704],[117.208175,40.076834],[117.205247,40.07028],[117.197572,40.067748],[117.198576,40.070101],[117.191842,40.072973],[117.189207,40.082853],[117.18538,40.083875],[117.181533,40.080095],[117.186426,40.076202],[117.183603,40.072081],[117.175593,40.071642],[117.172227,40.074157],[117.158466,40.077435],[117.160139,40.075553],[117.15625,40.069338],[117.139227,40.064049],[117.128896,40.06546],[117.119507,40.072421],[117.107775,40.071805],[117.103927,40.075585],[117.085608,40.075131],[117.085064,40.068592],[117.080986,40.065087],[117.081049,40.068819],[117.069652,40.06757],[117.070634,40.064179],[117.064382,40.062783],[117.061182,40.060105],[117.052022,40.059375],[117.053382,40.052884],[117.051437,40.051163],[117.038639,40.049378],[117.033159,40.04235],[117.027032,40.038828],[117.028517,40.033957],[117.023916,40.033746],[117.024836,40.03011],[117.020884,40.032448],[117.018061,40.030467],[117.011369,40.031246],[117.000683,40.029915],[117.00016,40.032253],[116.991837,40.036896],[116.985626,40.038828],[116.972095,40.036977],[116.969293,40.048583],[116.964902,40.047836],[116.961932,40.051358]]]]}},{"type":"Feature","properties":{"adcode":110118,"name":"密云区","center":[116.843352,40.377362],"centroid":[116.994846,40.526834],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":14,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.886961,40.801076],[116.889073,40.798348],[116.896686,40.796438],[116.89495,40.790675],[116.895013,40.781733],[116.898589,40.77674],[116.904569,40.777286],[116.923391,40.773722],[116.923181,40.766897],[116.927908,40.757824],[116.923516,40.750596],[116.926548,40.744894],[116.940706,40.739786],[116.942714,40.729857],[116.946645,40.726916],[116.960134,40.721083],[116.96647,40.71525],[116.965111,40.709593],[116.969628,40.706362],[116.977533,40.705559],[116.979938,40.702826],[116.988177,40.703164],[116.990456,40.701203],[117.002481,40.697345],[117.005513,40.694853],[117.013418,40.694082],[117.018291,40.696011],[117.027848,40.694355],[117.031047,40.692136],[117.035585,40.694467],[117.036108,40.697265],[117.044494,40.700367],[117.054887,40.699804],[117.058338,40.70154],[117.076804,40.700029],[117.081153,40.702617],[117.086047,40.702055],[117.095144,40.705559],[117.110661,40.708243],[117.117792,40.700078],[117.128792,40.700913],[117.132493,40.698663],[117.142531,40.6972],[117.147571,40.698968],[117.159491,40.696332],[117.16474,40.699628],[117.169236,40.699097],[117.176639,40.693567],[117.180947,40.694082],[117.182453,40.697072],[117.193996,40.696268],[117.197802,40.694291],[117.202361,40.695577],[117.208405,40.694435],[117.210622,40.691976],[117.217335,40.69196],[117.218715,40.689484],[117.233207,40.683583],[117.234336,40.680577],[117.241635,40.676669],[117.256775,40.679467],[117.261397,40.681155],[117.267754,40.676669],[117.273401,40.670076],[117.278629,40.667551],[117.278608,40.664463],[117.290423,40.660185],[117.321164,40.658287],[117.331851,40.661504],[117.337622,40.664447],[117.336681,40.666956],[117.342411,40.673437],[117.359748,40.673919],[117.37058,40.679708],[117.378192,40.678808],[117.386996,40.684178],[117.397223,40.683776],[117.409226,40.687281],[117.414852,40.685947],[117.419348,40.68696],[117.426437,40.685304],[117.432711,40.681622],[117.437332,40.683599],[117.442226,40.676605],[117.453958,40.677618],[117.465188,40.673534],[117.471503,40.674338],[117.482399,40.679033],[117.484741,40.677087],[117.493357,40.67527],[117.502934,40.669674],[117.514583,40.660523],[117.513913,40.656196],[117.50283,40.653076],[117.505026,40.646142],[117.501972,40.644518],[117.500425,40.6362],[117.489948,40.636023],[117.486163,40.633496],[117.477986,40.635331],[117.475539,40.644421],[117.473093,40.644453],[117.467885,40.649521],[117.464309,40.648652],[117.462009,40.653076],[117.449106,40.651596],[117.456467,40.649167],[117.451448,40.646577],[117.45402,40.642844],[117.448876,40.62838],[117.442289,40.627977],[117.438002,40.625692],[117.431561,40.625596],[117.42857,40.631887],[117.428884,40.637632],[117.421188,40.635427],[117.42054,40.629232],[117.424701,40.621862],[117.422987,40.618305],[117.41918,40.617114],[117.412739,40.605123],[117.414747,40.600728],[117.421753,40.593178],[117.420623,40.590875],[117.423217,40.58144],[117.429804,40.579298],[117.429992,40.576126],[117.42123,40.569104],[117.413471,40.569893],[117.40358,40.574257],[117.400589,40.569345],[117.39465,40.567912],[117.389297,40.561244],[117.378422,40.56337],[117.375453,40.567799],[117.369221,40.57036],[117.365917,40.575965],[117.353014,40.578831],[117.350023,40.582197],[117.342767,40.581585],[117.334611,40.576464],[117.328442,40.575948],[117.325451,40.578155],[117.311837,40.578026],[117.299562,40.566801],[117.285592,40.565061],[117.279256,40.560342],[117.273191,40.561501],[117.268507,40.559842],[117.25964,40.552867],[117.24954,40.548179],[117.250606,40.542024],[117.247427,40.540236],[117.252007,40.53632],[117.255123,40.527973],[117.26146,40.51906],[117.264115,40.517271],[117.263133,40.513145],[117.255562,40.514934],[117.246821,40.511968],[117.239543,40.516723],[117.230405,40.511162],[117.219969,40.514321],[117.215013,40.513273],[117.212504,40.507906],[117.214449,40.506922],[117.208572,40.501102],[117.208426,40.498071],[117.212065,40.494685],[117.21792,40.494589],[117.22846,40.481301],[117.225783,40.47585],[117.230907,40.470463],[117.237243,40.468785],[117.233207,40.463204],[117.236532,40.456558],[117.243308,40.455428],[117.252154,40.450459],[117.252635,40.446038],[117.263342,40.442375],[117.257654,40.435372],[117.246737,40.426883],[117.243872,40.422848],[117.234085,40.417149],[117.237515,40.407786],[117.236616,40.400844],[117.240484,40.39763],[117.240694,40.394417],[117.23695,40.394078],[117.235382,40.389556],[117.229045,40.386843],[117.226661,40.378558],[117.223901,40.375538],[117.218527,40.377718],[117.211124,40.373825],[117.204536,40.373082],[117.199747,40.375861],[117.185799,40.377767],[117.179943,40.375021],[117.170491,40.374342],[117.16796,40.371467],[117.157609,40.374859],[117.155329,40.371402],[117.147466,40.369965],[117.142385,40.362824],[117.128122,40.358866],[117.125362,40.35641],[117.117457,40.353744],[117.100915,40.360546],[117.0946,40.358285],[117.085231,40.350432],[117.072705,40.345584],[117.072286,40.342999],[117.066933,40.342983],[117.060931,40.337795],[117.052817,40.337649],[117.048279,40.341528],[117.039266,40.340057],[117.032762,40.33752],[117.026133,40.338458],[117.020842,40.336179],[117.012686,40.32674],[117.01024,40.320726],[117.006998,40.319255],[117.007563,40.314599],[117.011306,40.307113],[117.002,40.299675],[117.004091,40.293918],[116.99834,40.29083],[116.990833,40.290603],[116.991042,40.287724],[116.983765,40.287886],[116.971343,40.281724],[116.970527,40.276531],[116.961995,40.273442],[116.960468,40.2704],[116.950953,40.261081],[116.954341,40.25715],[116.961786,40.252635],[116.969293,40.253962],[116.975881,40.249463],[116.974082,40.24456],[116.959924,40.23268],[116.956286,40.232615],[116.953567,40.236079],[116.946896,40.236095],[116.945641,40.233441],[116.936837,40.232259],[116.935206,40.229847],[116.931065,40.230624],[116.92544,40.225768],[116.922031,40.220134],[116.915507,40.222271],[116.913917,40.220118],[116.908606,40.222401],[116.906598,40.228682],[116.900701,40.228763],[116.893946,40.233457],[116.901746,40.23684],[116.894343,40.240028],[116.892252,40.245709],[116.886585,40.251907],[116.886104,40.255256],[116.881273,40.259221],[116.879893,40.264139],[116.874247,40.268281],[116.876338,40.274348],[116.871737,40.281481],[116.871319,40.290943],[116.859462,40.290878],[116.857182,40.2929],[116.854547,40.303152],[116.848984,40.311204],[116.838382,40.310185],[116.828992,40.304413],[116.830101,40.299206],[116.827215,40.298333],[116.82458,40.290991],[116.825123,40.285347],[116.811823,40.282387],[116.809607,40.28601],[116.800572,40.289196],[116.794487,40.287417],[116.788025,40.289439],[116.787795,40.281449],[116.784073,40.279443],[116.782964,40.273248],[116.773512,40.269527],[116.771651,40.266501],[116.768597,40.270109],[116.762658,40.269058],[116.752788,40.275512],[116.74298,40.279087],[116.738337,40.278764],[116.741098,40.283001],[116.738965,40.284101],[116.754461,40.303686],[116.756845,40.302586],[116.762888,40.310428],[116.773324,40.315973],[116.768639,40.317816],[116.762846,40.326707],[116.759689,40.326853],[116.758559,40.333884],[116.751491,40.335742],[116.744653,40.333706],[116.744046,40.339136],[116.73129,40.335031],[116.731185,40.339023],[116.722967,40.339152],[116.723887,40.344033],[116.727484,40.346522],[116.729031,40.355619],[116.725769,40.355619],[116.726773,40.361193],[116.718094,40.361338],[116.719872,40.369044],[116.714079,40.368608],[116.706509,40.373809],[116.707115,40.377007],[116.716254,40.384114],[116.711716,40.386908],[116.713849,40.395806],[116.713242,40.40157],[116.718512,40.402055],[116.723427,40.405316],[116.724389,40.409191],[116.728801,40.40982],[116.741139,40.414631],[116.733235,40.418312],[116.73244,40.420604],[116.72556,40.418053],[116.722339,40.423832],[116.723552,40.435065],[116.716421,40.441714],[116.72098,40.440988],[116.725811,40.443085],[116.719265,40.448636],[116.7196,40.455735],[116.723594,40.458542],[116.719223,40.460397],[116.716902,40.457074],[116.706174,40.459929],[116.698667,40.468043],[116.695571,40.466721],[116.693397,40.476108],[116.69348,40.481704],[116.704334,40.479043],[116.694149,40.485462],[116.693376,40.490783],[116.698353,40.493266],[116.699106,40.50444],[116.701071,40.510549],[116.711402,40.516465],[116.712239,40.522058],[116.717216,40.524798],[116.712573,40.529955],[116.706948,40.532582],[116.701469,40.539913],[116.702138,40.545456],[116.690699,40.549468],[116.68225,40.548904],[116.67698,40.554462],[116.665771,40.552432],[116.66872,40.557507],[116.682397,40.556766],[116.679636,40.562001],[116.686349,40.564497],[116.699336,40.563563],[116.709855,40.565512],[116.710503,40.568685],[116.71456,40.570682],[116.714351,40.58028],[116.708955,40.590054],[116.711611,40.59189],[116.708495,40.595206],[116.711235,40.600213],[116.705609,40.60303],[116.707993,40.606507],[116.70655,40.610998],[116.702598,40.612785],[116.697955,40.618402],[116.701322,40.621379],[116.704689,40.620076],[116.705128,40.626947],[116.70195,40.628444],[116.70149,40.632917],[116.712197,40.641268],[116.711151,40.648218],[116.712636,40.653896],[116.709855,40.662598],[116.714309,40.666104],[116.713221,40.669867],[116.714915,40.680014],[116.725413,40.68466],[116.725581,40.689114],[116.735807,40.69167],[116.74252,40.69593],[116.747518,40.697072],[116.748668,40.700544],[116.754963,40.702891],[116.756155,40.705687],[116.762867,40.706427],[116.769246,40.70281],[116.783989,40.700496],[116.787105,40.704482],[116.786687,40.7103],[116.789091,40.712454],[116.790472,40.728973],[116.786352,40.736026],[116.782818,40.747817],[116.780727,40.751512],[116.783759,40.757631],[116.793629,40.748267],[116.802977,40.745986],[116.810527,40.749118],[116.818662,40.75042],[116.826211,40.749343],[116.831795,40.751303],[116.840076,40.760682],[116.834785,40.770221],[116.850448,40.775006],[116.851264,40.778924],[116.856806,40.77955],[116.858039,40.78305],[116.867471,40.784559],[116.862577,40.792858],[116.871277,40.794785],[116.873326,40.798781],[116.878575,40.797545],[116.886961,40.801076]]]]}},{"type":"Feature","properties":{"adcode":110119,"name":"延庆区","center":[115.985006,40.465325],"centroid":[116.16401,40.540016],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":15,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[115.967006,40.265612],[115.961611,40.269219],[115.960231,40.274914],[115.955212,40.276984],[115.951698,40.282015],[115.950088,40.289228],[115.946115,40.289034],[115.945885,40.296199],[115.939757,40.304397],[115.943814,40.310945],[115.937185,40.313047],[115.935721,40.316717],[115.929239,40.32105],[115.926792,40.319611],[115.922672,40.325899],[115.92721,40.329601],[115.922881,40.332898],[115.921417,40.338668],[115.924094,40.341059],[115.920581,40.346473],[115.918301,40.35389],[115.909539,40.357622],[115.892997,40.355554],[115.890927,40.357897],[115.88526,40.357024],[115.883169,40.359545],[115.878066,40.359367],[115.876226,40.362146],[115.872754,40.359593],[115.864452,40.359335],[115.861901,40.363422],[115.861859,40.373422],[115.855962,40.37712],[115.846865,40.375085],[115.840633,40.381094],[115.837454,40.381255],[115.836555,40.38568],[115.796445,40.426834],[115.796884,40.432531],[115.78992,40.432483],[115.786679,40.437066],[115.77043,40.444166],[115.773546,40.44812],[115.77248,40.452831],[115.77547,40.45204],[115.7734,40.457397],[115.779527,40.464075],[115.772856,40.462301],[115.770367,40.46493],[115.771559,40.47285],[115.776683,40.477511],[115.776202,40.482704],[115.782204,40.492073],[115.774529,40.493911],[115.768088,40.498345],[115.744039,40.498249],[115.743077,40.494959],[115.73605,40.503988],[115.743098,40.513854],[115.743788,40.518464],[115.748702,40.526087],[115.755624,40.531019],[115.752968,40.536288],[115.75506,40.540042],[115.759577,40.538914],[115.763885,40.540574],[115.770179,40.548002],[115.773902,40.548582],[115.776327,40.552158],[115.784713,40.558376],[115.7922,40.561292],[115.79908,40.5577],[115.804915,40.55865],[115.815036,40.55741],[115.819804,40.559343],[115.82154,40.563305],[115.820662,40.568234],[115.827374,40.587027],[115.846175,40.593049],[115.854895,40.590151],[115.86623,40.593371],[115.867777,40.595786],[115.885406,40.595223],[115.888146,40.597026],[115.894733,40.606878],[115.897849,40.608101],[115.907803,40.617291],[115.920372,40.616632],[115.928297,40.612753],[115.935031,40.613316],[115.944672,40.611095],[115.948331,40.608809],[115.955107,40.609534],[115.967404,40.605896],[115.965877,40.601002],[115.971983,40.60237],[115.97512,40.590779],[115.982147,40.579008],[115.995238,40.579862],[115.996116,40.58392],[116.005109,40.584097],[116.025268,40.60654],[116.028509,40.607328],[116.030036,40.597364],[116.032357,40.599875],[116.04457,40.602032],[116.050907,40.606121],[116.058289,40.607006],[116.062722,40.610322],[116.069811,40.610258],[116.073492,40.612125],[116.076691,40.619883],[116.08583,40.623825],[116.088507,40.626626],[116.098879,40.630584],[116.1044,40.626996],[116.118349,40.627961],[116.122071,40.629989],[116.120419,40.633287],[116.112744,40.640946],[116.111531,40.646287],[116.113225,40.648845],[116.125229,40.654089],[116.13694,40.667648],[116.142858,40.666972],[116.151432,40.663338],[116.162683,40.662437],[116.167597,40.672633],[116.168413,40.67892],[116.171487,40.68167],[116.173683,40.689034],[116.171341,40.695979],[116.176213,40.700544],[116.177907,40.707889],[116.181128,40.712438],[116.184913,40.713675],[116.192274,40.724779],[116.197753,40.7269],[116.2057,40.733038],[116.204717,40.739946],[116.210551,40.741713],[116.213249,40.740139],[116.220359,40.744669],[116.220485,40.749183],[116.223308,40.753793],[116.23366,40.759896],[116.229979,40.762417],[116.231757,40.77149],[116.235625,40.775135],[116.235019,40.78313],[116.245224,40.78838],[116.247943,40.791831],[116.257834,40.787898],[116.261013,40.782938],[116.269587,40.777158],[116.26988,40.770703],[116.274167,40.766335],[116.273456,40.762883],[116.277366,40.76163],[116.281402,40.763926],[116.290918,40.763814],[116.29786,40.756812],[116.304762,40.755656],[116.30794,40.752122],[116.311119,40.75511],[116.30794,40.763734],[116.313168,40.770205],[116.31756,40.77218],[116.330149,40.77377],[116.33314,40.772694],[116.342947,40.773096],[116.353111,40.770221],[116.361204,40.772646],[116.367687,40.77088],[116.37097,40.772453],[116.379837,40.772325],[116.392635,40.778394],[116.403217,40.778635],[116.407838,40.780417],[116.4143,40.777912],[116.416496,40.76937],[116.424861,40.767443],[116.431846,40.768246],[116.437722,40.766865],[116.444414,40.76921],[116.45395,40.76587],[116.465452,40.772742],[116.471517,40.771233],[116.4803,40.771586],[116.485193,40.765179],[116.491404,40.7633],[116.495482,40.759735],[116.50025,40.760811],[116.502906,40.756635],[116.501819,40.746581],[116.506461,40.743432],[116.513697,40.741456],[116.509493,40.73548],[116.510748,40.72645],[116.506858,40.720039],[116.504119,40.720135],[116.503115,40.715893],[116.506064,40.710879],[116.501923,40.706796],[116.501066,40.70228],[116.502676,40.697361],[116.496653,40.696879],[116.488811,40.69196],[116.483374,40.679403],[116.487138,40.674338],[116.492826,40.673984],[116.501568,40.671186],[116.505938,40.673067],[116.513488,40.672344],[116.517273,40.665734],[116.520096,40.66411],[116.518381,40.660925],[116.527039,40.6584],[116.529507,40.654588],[116.540046,40.656679],[116.544103,40.653767],[116.545023,40.650116],[116.550335,40.647606],[116.551151,40.642828],[116.55389,40.642877],[116.563886,40.636908],[116.573903,40.63628],[116.574092,40.631678],[116.568989,40.625483],[116.561231,40.628557],[116.551674,40.625209],[116.545003,40.627076],[116.539294,40.625612],[116.538938,40.619673],[116.535634,40.615698],[116.532915,40.606459],[116.535948,40.59944],[116.530929,40.595883],[116.531577,40.59131],[116.525136,40.583002],[116.517796,40.579749],[116.513153,40.572792],[116.509577,40.57276],[116.505144,40.562581],[116.499999,40.560921],[116.496277,40.555106],[116.484587,40.552867],[116.479651,40.541396],[116.470617,40.535418],[116.467125,40.530068],[116.460956,40.524363],[116.46587,40.518802],[116.470345,40.518963],[116.476306,40.514192],[116.488581,40.515853],[116.492073,40.518093],[116.497762,40.518093],[116.500459,40.510904],[116.506398,40.508212],[116.51194,40.501135],[116.519155,40.496604],[116.519092,40.491799],[116.511543,40.486929],[116.508322,40.483172],[116.492157,40.481027],[116.487347,40.481737],[116.483541,40.484994],[116.468212,40.48493],[116.465577,40.48701],[116.457903,40.488445],[116.455937,40.480914],[116.443201,40.481801],[116.433142,40.478189],[116.420971,40.480301],[116.416664,40.483011],[116.413673,40.481527],[116.4065,40.481995],[116.393702,40.47256],[116.38609,40.475802],[116.387344,40.482043],[116.376825,40.485736],[116.378603,40.491525],[116.377537,40.49683],[116.369632,40.500312],[116.365909,40.499635],[116.357042,40.501941],[116.348636,40.499071],[116.34232,40.500457],[116.336653,40.498636],[116.330567,40.500748],[116.323227,40.500151],[116.31321,40.491799],[116.31022,40.491702],[116.303779,40.485817],[116.29717,40.486768],[116.291691,40.485317],[116.294786,40.47535],[116.301646,40.468108],[116.306853,40.466092],[116.300955,40.458429],[116.293824,40.452831],[116.294368,40.449975],[116.289788,40.440907],[116.290667,40.435856],[116.294452,40.429304],[116.296648,40.420701],[116.291942,40.416617],[116.289433,40.418021],[116.288513,40.413437],[116.291608,40.408448],[116.287864,40.404719],[116.289746,40.402539],[116.286003,40.396032],[116.289872,40.391672],[116.290729,40.383177],[116.282845,40.375263],[116.270863,40.382693],[116.261264,40.380561],[116.258336,40.383193],[116.25338,40.381239],[116.252104,40.376297],[116.247796,40.374471],[116.24353,40.379818],[116.241962,40.377508],[116.23665,40.377427],[116.23184,40.374988],[116.226989,40.38111],[116.222221,40.382111],[116.211451,40.381756],[116.209129,40.376232],[116.192985,40.372775],[116.180354,40.367687],[116.177154,40.370934],[116.170713,40.369351],[116.168789,40.366718],[116.159295,40.366265],[116.148233,40.361807],[116.148651,40.35696],[116.145514,40.351046],[116.1507,40.349252],[116.155677,40.344906],[116.152603,40.337714],[116.144719,40.336631],[116.147543,40.340655],[116.144782,40.348541],[116.138404,40.345229],[116.140809,40.343047],[116.137567,40.340769],[116.137651,40.336534],[116.143904,40.336082],[116.13809,40.330974],[116.138383,40.324671],[116.141959,40.316879],[116.132737,40.31198],[116.122385,40.312805],[116.116237,40.321955],[116.116634,40.323668],[116.110381,40.330813],[116.102978,40.331524],[116.098649,40.330005],[116.086353,40.330813],[116.083342,40.33571],[116.077716,40.339346],[116.073429,40.339831],[116.06841,40.336971],[116.061802,40.336809],[116.053353,40.326853],[116.056971,40.322181],[116.051116,40.315812],[116.042479,40.316846],[116.040095,40.312724],[116.031144,40.312352],[116.026167,40.320484],[116.026481,40.324283],[116.01684,40.33466],[116.007597,40.33314],[115.999065,40.325463],[115.993398,40.328986],[115.982711,40.324202],[115.979658,40.320532],[115.973259,40.318997],[115.976417,40.311511],[115.975538,40.308698],[115.987919,40.303799],[115.990323,40.299498],[115.982732,40.297977],[115.978675,40.289633],[115.981227,40.28525],[115.978822,40.281627],[115.981812,40.276903],[115.976396,40.270983],[115.967006,40.265612]]]]}}]}', 'admin', TO_DATE('2020-12-10 10:26:00', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2020-12-10 10:26:00', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('1338695077400154114', '无锡市', 'wuxi', '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":320205,"name":"锡山区","center":[120.357298,31.585559],"centroid":[120.482864,31.624824],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":0,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.581713,31.727632],[120.582451,31.721169],[120.58458,31.71792],[120.58509,31.714432],[120.589848,31.714115],[120.590836,31.712997],[120.596788,31.710822],[120.599079,31.710716],[120.600806,31.708849],[120.600231,31.706876],[120.595734,31.705608],[120.592802,31.700817],[120.587024,31.696166],[120.584917,31.69281],[120.578118,31.6937],[120.578367,31.689947],[120.575587,31.691824],[120.576836,31.689463],[120.572405,31.689692],[120.570059,31.688908],[120.568049,31.685199],[120.566235,31.685393],[120.566094,31.683112],[120.562858,31.680513],[120.564161,31.67891],[120.566626,31.678672],[120.566377,31.676143],[120.568766,31.668593],[120.568625,31.665174],[120.566789,31.659931],[120.558589,31.658504],[120.561066,31.655693],[120.571731,31.655781],[120.583429,31.651957],[120.586643,31.651816],[120.592128,31.650282],[120.595854,31.643761],[120.589587,31.636525],[120.595571,31.631395],[120.592107,31.62504],[120.6006,31.617115],[120.596266,31.613298],[120.591488,31.611499],[120.584482,31.613439],[120.577086,31.614162],[120.570026,31.609445],[120.567126,31.609172],[120.568343,31.606183],[120.566464,31.601933],[120.557058,31.600302],[120.553104,31.60561],[120.546251,31.604693],[120.54309,31.601739],[120.545078,31.585717],[120.547782,31.583283],[120.546848,31.579685],[120.548,31.576599],[120.550215,31.575011],[120.553072,31.575082],[120.563629,31.579597],[120.568256,31.576299],[120.573035,31.577472],[120.567419,31.583998],[120.570428,31.585665],[120.573838,31.585947],[120.584254,31.585144],[120.587045,31.583389],[120.594572,31.576008],[120.595962,31.571492],[120.597548,31.563862],[120.599264,31.54846],[120.60502,31.546078],[120.602805,31.541182],[120.602913,31.53827],[120.605118,31.535685],[120.60426,31.530867],[120.605759,31.525247],[120.602349,31.51899],[120.600035,31.51861],[120.598569,31.516166],[120.595636,31.517145],[120.593986,31.525502],[120.592758,31.52755],[120.589826,31.526967],[120.585775,31.524532],[120.576923,31.517498],[120.568549,31.512371],[120.559849,31.508964],[120.555201,31.507579],[120.551616,31.500632],[120.548499,31.497402],[120.548043,31.495089],[120.549086,31.489175],[120.553007,31.486738],[120.555244,31.480294],[120.555233,31.477866],[120.553441,31.477027],[120.551236,31.48213],[120.552062,31.483825],[120.547793,31.486244],[120.546197,31.487912],[120.542971,31.487612],[120.534999,31.487921],[120.533055,31.490675],[120.531024,31.495327],[120.528613,31.497887],[120.5253,31.499229],[120.525267,31.502583],[120.522389,31.504631],[120.519804,31.500888],[120.518295,31.501718],[120.519598,31.504604],[120.521118,31.504507],[120.521129,31.507402],[120.519196,31.508929],[120.518251,31.512759],[120.521542,31.512609],[120.523519,31.514524],[120.521455,31.515672],[120.52265,31.517869],[120.522606,31.521452],[120.528786,31.526588],[120.523888,31.529244],[120.518914,31.527453],[120.516959,31.529817],[120.513016,31.531547],[120.508096,31.534926],[120.506782,31.537476],[120.504544,31.538791],[120.505967,31.542099],[120.502774,31.544552],[120.504523,31.549493],[120.503295,31.552686],[120.498647,31.554697],[120.490707,31.557414],[120.486971,31.555941],[120.481334,31.554883],[120.481693,31.55954],[120.477033,31.558905],[120.47623,31.560511],[120.472819,31.561066],[120.473112,31.563986],[120.46614,31.564674],[120.466715,31.566791],[120.46085,31.565838],[120.457831,31.564171],[120.455116,31.568061],[120.45176,31.5665],[120.451477,31.568255],[120.448545,31.569631],[120.448968,31.571095],[120.444178,31.576475],[120.439237,31.574676],[120.434099,31.576466],[120.429288,31.577286],[120.422543,31.580823],[120.419404,31.581026],[120.415733,31.583425],[120.414267,31.580691],[120.399615,31.580197],[120.394522,31.57674],[120.394804,31.573635],[120.39374,31.573538],[120.39677,31.569516],[120.392588,31.567408],[120.388646,31.570919],[120.387321,31.573441],[120.385051,31.573776],[120.380435,31.575875],[120.37811,31.576025],[120.372028,31.573679],[120.369367,31.573397],[120.366913,31.57009],[120.362753,31.569031],[120.351881,31.568035],[120.348905,31.565847],[120.346135,31.569516],[120.348394,31.570857],[120.349557,31.574455],[120.345886,31.575858],[120.347135,31.581326],[120.34581,31.590876],[120.342334,31.598274],[120.340792,31.599958],[120.341096,31.60308],[120.349231,31.602762],[120.352848,31.603847],[120.352587,31.607479],[120.350013,31.610838],[120.340042,31.610486],[120.321741,31.613562],[120.31794,31.613792],[120.314432,31.612989],[120.314606,31.619072],[120.315779,31.632012],[120.317723,31.634551],[120.323903,31.636146],[120.329985,31.638737],[120.334123,31.637821],[120.334905,31.636199],[120.340683,31.635485],[120.343257,31.63664],[120.346668,31.636128],[120.345266,31.646017],[120.345288,31.65245],[120.357811,31.652714],[120.360461,31.655323],[120.362644,31.655349],[120.366326,31.653419],[120.368075,31.653499],[120.368716,31.655781],[120.374765,31.660962],[120.378751,31.665685],[120.382629,31.667377],[120.391176,31.674478],[120.390981,31.676689],[120.389373,31.677932],[120.383204,31.679491],[120.379349,31.682037],[120.378056,31.684407],[120.376981,31.690978],[120.3776,31.693383],[120.382857,31.694202],[120.384909,31.695171],[120.390307,31.699513],[120.394174,31.699231],[120.398106,31.697408],[120.399398,31.699998],[120.402982,31.699522],[120.411041,31.703538],[120.415375,31.704604],[120.41986,31.704498],[120.427376,31.70249],[120.430309,31.704604],[120.432948,31.705309],[120.44685,31.706084],[120.451173,31.707255],[120.452824,31.711456],[120.456701,31.710725],[120.458309,31.7132],[120.461339,31.714503],[120.46261,31.716132],[120.471907,31.712513],[120.485125,31.713728],[120.487297,31.715445],[120.491272,31.713719],[120.492163,31.711905],[120.491022,31.70965],[120.496312,31.710417],[120.498288,31.713402],[120.504827,31.713825],[120.507336,31.724119],[120.50853,31.724762],[120.518284,31.734896],[120.528504,31.725818],[120.535129,31.721653],[120.541755,31.723397],[120.546968,31.725977],[120.551953,31.726734],[120.562412,31.723062],[120.56806,31.722957],[120.576,31.726153],[120.580257,31.726329],[120.581713,31.727632]]]]}},{"type":"Feature","properties":{"adcode":320206,"name":"惠山区","center":[120.303543,31.681019],"centroid":[120.210639,31.65177],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":1,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.074955,31.554424],[120.071827,31.554371],[120.069188,31.552492],[120.063899,31.555571],[120.058208,31.559523],[120.056155,31.563404],[120.05937,31.56904],[120.059457,31.57263],[120.055775,31.576669],[120.057067,31.5804],[120.061814,31.583072],[120.064692,31.586961],[120.068526,31.590127],[120.070622,31.590956],[120.07489,31.595364],[120.075585,31.607118],[120.084242,31.611808],[120.093962,31.618085],[120.10238,31.625877],[120.104476,31.628769],[120.116423,31.62995],[120.119486,31.630893],[120.121115,31.638147],[120.124482,31.648238],[120.125883,31.657843],[120.126024,31.673844],[120.126709,31.678725],[120.128533,31.684636],[120.143272,31.676073],[120.151037,31.682398],[120.151027,31.684829],[120.149365,31.686221],[120.143,31.688327],[120.143858,31.689965],[120.14527,31.697065],[120.147703,31.69821],[120.15359,31.699143],[120.153166,31.70212],[120.156837,31.703829],[120.155979,31.712601],[120.158912,31.713948],[120.159477,31.717206],[120.16141,31.718069],[120.158075,31.722393],[120.158108,31.725924],[120.155176,31.727086],[120.155979,31.729569],[120.157684,31.730696],[120.156131,31.737942],[120.154752,31.741429],[120.155968,31.742045],[120.156077,31.751509],[120.155241,31.752283],[120.155621,31.756843],[120.159998,31.759079],[120.169023,31.760962],[120.17239,31.75804],[120.178657,31.758401],[120.183121,31.753296],[120.183947,31.749915],[120.197056,31.752706],[120.201161,31.753269],[120.203779,31.740381],[120.202921,31.735372],[120.203942,31.728891],[120.206451,31.726065],[120.215357,31.724321],[120.220494,31.723969],[120.224991,31.724779],[120.228857,31.727306],[120.237361,31.728363],[120.248646,31.726928],[120.254446,31.724365],[120.256933,31.72013],[120.261104,31.721002],[120.264384,31.722692],[120.273714,31.724603],[120.276157,31.723168],[120.282435,31.70338],[120.283662,31.7019],[120.292558,31.69909],[120.298423,31.698932],[120.311336,31.700253],[120.319395,31.700746],[120.333862,31.698192],[120.336013,31.694396],[120.346624,31.691145],[120.349209,31.689128],[120.360135,31.687481],[120.366619,31.689137],[120.371322,31.691612],[120.3776,31.693383],[120.376981,31.690978],[120.378056,31.684407],[120.379349,31.682037],[120.383204,31.679491],[120.389373,31.677932],[120.390981,31.676689],[120.391176,31.674478],[120.382629,31.667377],[120.378751,31.665685],[120.374765,31.660962],[120.368716,31.655781],[120.368075,31.653499],[120.366326,31.653419],[120.362644,31.655349],[120.360461,31.655323],[120.357811,31.652714],[120.345288,31.65245],[120.345266,31.646017],[120.346668,31.636128],[120.343257,31.63664],[120.340683,31.635485],[120.334905,31.636199],[120.334123,31.637821],[120.329985,31.638737],[120.323903,31.636146],[120.317723,31.634551],[120.315779,31.632012],[120.314606,31.619072],[120.312553,31.618825],[120.305287,31.62288],[120.300258,31.624881],[120.290168,31.626538],[120.282935,31.626521],[120.283108,31.6292],[120.269728,31.630778],[120.266491,31.625578],[120.265481,31.621567],[120.262331,31.619583],[120.253012,31.626741],[120.248233,31.626627],[120.243878,31.625384],[120.246289,31.6208],[120.24516,31.618102],[120.241565,31.615969],[120.244106,31.608846],[120.246105,31.600523],[120.242531,31.59249],[120.240576,31.592331],[120.234787,31.594359],[120.228358,31.594553],[120.222156,31.592666],[120.215476,31.592578],[120.214043,31.590832],[120.220983,31.579562],[120.220266,31.576528],[120.217084,31.57681],[120.213684,31.574605],[120.197914,31.568634],[120.196947,31.566738],[120.199054,31.564974],[120.197371,31.561551],[120.194482,31.561269],[120.186336,31.565935],[120.184435,31.564991],[120.183697,31.560458],[120.181611,31.556991],[120.179157,31.555474],[120.176735,31.556585],[120.175323,31.561631],[120.173346,31.564118],[120.168144,31.5647],[120.165189,31.566844],[120.163061,31.573662],[120.16255,31.576987],[120.161551,31.59413],[120.153927,31.589501],[120.14956,31.587384],[120.135995,31.582146],[120.134018,31.582225],[120.132063,31.579227],[120.128913,31.577533],[120.122408,31.577128],[120.119301,31.575381],[120.118661,31.572859],[120.113762,31.572083],[120.111514,31.570733],[120.112882,31.568864],[120.102054,31.563545],[120.091562,31.559258],[120.085143,31.557194],[120.074955,31.554424]]]]}},{"type":"Feature","properties":{"adcode":320211,"name":"滨湖区","center":[120.266053,31.550228],"centroid":[120.196866,31.446924],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":2,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.100153,31.335332],[120.100436,31.33939],[120.096145,31.352493],[120.093658,31.353138],[120.057252,31.356126],[120.044859,31.358805],[120.041905,31.361024],[120.040157,31.364498],[120.039711,31.378127],[120.044566,31.406228],[120.054786,31.434286],[120.060966,31.440424],[120.078757,31.450007],[120.087793,31.453416],[120.089987,31.45474],[120.091356,31.453186],[120.110069,31.461531],[120.105682,31.470493],[120.108733,31.480991],[120.111188,31.48514],[120.117607,31.493235],[120.123581,31.499202],[120.127501,31.501471],[120.129739,31.504701],[120.12319,31.511338],[120.12206,31.508479],[120.121984,31.505354],[120.118834,31.505504],[120.118378,31.51193],[120.120257,31.514983],[120.11626,31.516228],[120.117542,31.518037],[120.115771,31.519105],[120.111025,31.514039],[120.10743,31.511983],[120.102738,31.513545],[120.100501,31.516828],[120.103412,31.518557],[120.103955,31.521011],[120.10238,31.523146],[120.102358,31.527391],[120.103857,31.52815],[120.101587,31.529959],[120.102054,31.533523],[120.100729,31.533797],[120.10112,31.536841],[120.103151,31.538782],[120.101717,31.542002],[120.09948,31.542338],[120.096786,31.541138],[120.094169,31.541932],[120.095038,31.544173],[120.096732,31.543573],[120.099056,31.546299],[120.096949,31.547252],[120.097329,31.548743],[120.085339,31.550904],[120.082319,31.550286],[120.080191,31.55146],[120.081537,31.553418],[120.079561,31.555033],[120.074955,31.554424],[120.085143,31.557194],[120.091562,31.559258],[120.102054,31.563545],[120.112882,31.568864],[120.111514,31.570733],[120.113762,31.572083],[120.118661,31.572859],[120.119301,31.575381],[120.122408,31.577128],[120.128913,31.577533],[120.132063,31.579227],[120.134018,31.582225],[120.135995,31.582146],[120.14956,31.587384],[120.153927,31.589501],[120.161551,31.59413],[120.16255,31.576987],[120.163061,31.573662],[120.165189,31.566844],[120.168144,31.5647],[120.173346,31.564118],[120.175323,31.561631],[120.176735,31.556585],[120.179157,31.555474],[120.181611,31.556991],[120.183697,31.560458],[120.184435,31.564991],[120.186336,31.565935],[120.194482,31.561269],[120.197371,31.561551],[120.199054,31.564974],[120.196947,31.566738],[120.197914,31.568634],[120.213684,31.574605],[120.217084,31.57681],[120.220266,31.576528],[120.220983,31.579562],[120.214043,31.590832],[120.215476,31.592578],[120.222156,31.592666],[120.228358,31.594553],[120.234787,31.594359],[120.240576,31.592331],[120.242531,31.59249],[120.244454,31.587657],[120.250102,31.583045],[120.255489,31.580603],[120.25904,31.580259],[120.263189,31.578495],[120.269065,31.578856],[120.268011,31.580338],[120.271009,31.581229],[120.271954,31.579915],[120.27707,31.580497],[120.280643,31.577904],[120.279524,31.574755],[120.27985,31.570195],[120.283,31.565512],[120.289907,31.558191],[120.288267,31.554936],[120.285368,31.551451],[120.285096,31.549828],[120.287637,31.537626],[120.287855,31.535306],[120.291971,31.535262],[120.293046,31.532332],[120.297076,31.531432],[120.29675,31.528291],[120.295316,31.525847],[120.298227,31.523596],[120.303842,31.525114],[120.307937,31.524946],[120.310294,31.526605],[120.311532,31.521699],[120.310087,31.520269],[120.308241,31.520737],[120.307329,31.517401],[120.31126,31.514013],[120.313639,31.513227],[120.322121,31.513836],[120.323533,31.513077],[120.325695,31.516898],[120.330495,31.518805],[120.331679,31.522511],[120.334612,31.52657],[120.338055,31.529138],[120.347135,31.527338],[120.357453,31.518399],[120.362579,31.513439],[120.356269,31.509379],[120.351718,31.507879],[120.354031,31.500765],[120.354792,31.500879],[120.360429,31.491408],[120.359755,31.489907],[120.354998,31.488539],[120.357083,31.47384],[120.361221,31.471853],[120.359169,31.46795],[120.353293,31.461496],[120.355823,31.416459],[120.335546,31.407359],[120.308143,31.393266],[120.253121,31.366098],[120.209611,31.345668],[120.173715,31.30881],[120.110232,31.264001],[120.100153,31.335332]]]]}},{"type":"Feature","properties":{"adcode":320213,"name":"梁溪区","center":[120.296595,31.575706],"centroid":[120.299797,31.580629],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":3,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.345886,31.575858],[120.342844,31.576228],[120.340346,31.575038],[120.336784,31.575187],[120.336762,31.573706],[120.334253,31.573812],[120.334156,31.576493],[120.332005,31.577992],[120.330593,31.576819],[120.332516,31.573873],[120.329844,31.574014],[120.330202,31.572427],[120.333015,31.571527],[120.333167,31.569746],[120.331332,31.568343],[120.326346,31.569349],[120.326879,31.570866],[120.329518,31.569657],[120.32967,31.574041],[120.327052,31.5742],[120.32702,31.575778],[120.323631,31.575461],[120.325673,31.573679],[120.323805,31.572321],[120.319189,31.578953],[120.321046,31.579553],[120.319015,31.581326],[120.317506,31.579624],[120.319091,31.577551],[120.316843,31.576475],[120.316571,31.578415],[120.315094,31.575919],[120.317017,31.574438],[120.313954,31.573891],[120.317332,31.572912],[120.317614,31.574755],[120.319656,31.573723],[120.31958,31.569993],[120.323718,31.569869],[120.320405,31.568687],[120.322491,31.567946],[120.323077,31.562248],[120.32122,31.559558],[120.323642,31.559911],[120.324391,31.556762],[120.334514,31.55677],[120.343073,31.545408],[120.33799,31.543652],[120.335502,31.538967],[120.346505,31.528573],[120.347135,31.527338],[120.338055,31.529138],[120.334612,31.52657],[120.331679,31.522511],[120.330495,31.518805],[120.325695,31.516898],[120.323533,31.513077],[120.322121,31.513836],[120.313639,31.513227],[120.31126,31.514013],[120.307329,31.517401],[120.308241,31.520737],[120.310087,31.520269],[120.311532,31.521699],[120.310294,31.526605],[120.307937,31.524946],[120.303842,31.525114],[120.298227,31.523596],[120.295316,31.525847],[120.29675,31.528291],[120.297076,31.531432],[120.293046,31.532332],[120.291971,31.535262],[120.287855,31.535306],[120.287637,31.537626],[120.285096,31.549828],[120.285368,31.551451],[120.288267,31.554936],[120.289907,31.558191],[120.283,31.565512],[120.27985,31.570195],[120.279524,31.574755],[120.280643,31.577904],[120.27707,31.580497],[120.271954,31.579915],[120.271009,31.581229],[120.268011,31.580338],[120.269065,31.578856],[120.263189,31.578495],[120.25904,31.580259],[120.255489,31.580603],[120.250102,31.583045],[120.244454,31.587657],[120.242531,31.59249],[120.246105,31.600523],[120.244106,31.608846],[120.241565,31.615969],[120.24516,31.618102],[120.246289,31.6208],[120.243878,31.625384],[120.248233,31.626627],[120.253012,31.626741],[120.262331,31.619583],[120.265481,31.621567],[120.266491,31.625578],[120.269728,31.630778],[120.283108,31.6292],[120.282935,31.626521],[120.290168,31.626538],[120.300258,31.624881],[120.305287,31.62288],[120.312553,31.618825],[120.314606,31.619072],[120.314432,31.612989],[120.31794,31.613792],[120.321741,31.613562],[120.340042,31.610486],[120.350013,31.610838],[120.352587,31.607479],[120.352848,31.603847],[120.349231,31.602762],[120.341096,31.60308],[120.340792,31.599958],[120.342334,31.598274],[120.34581,31.590876],[120.347135,31.581326],[120.345886,31.575858]]]]}},{"type":"Feature","properties":{"adcode":320214,"name":"新吴区","center":[120.352782,31.550966],"centroid":[120.429487,31.506686],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":4,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.347135,31.527338],[120.346505,31.528573],[120.335502,31.538967],[120.33799,31.543652],[120.343073,31.545408],[120.334514,31.55677],[120.324391,31.556762],[120.323642,31.559911],[120.32122,31.559558],[120.323077,31.562248],[120.322491,31.567946],[120.320405,31.568687],[120.323718,31.569869],[120.31958,31.569993],[120.319656,31.573723],[120.317614,31.574755],[120.317332,31.572912],[120.313954,31.573891],[120.317017,31.574438],[120.315094,31.575919],[120.316571,31.578415],[120.316843,31.576475],[120.319091,31.577551],[120.317506,31.579624],[120.319015,31.581326],[120.321046,31.579553],[120.319189,31.578953],[120.323805,31.572321],[120.325673,31.573679],[120.323631,31.575461],[120.32702,31.575778],[120.327052,31.5742],[120.32967,31.574041],[120.329518,31.569657],[120.326879,31.570866],[120.326346,31.569349],[120.331332,31.568343],[120.333167,31.569746],[120.333015,31.571527],[120.330202,31.572427],[120.329844,31.574014],[120.332516,31.573873],[120.330593,31.576819],[120.332005,31.577992],[120.334156,31.576493],[120.334253,31.573812],[120.336762,31.573706],[120.336784,31.575187],[120.340346,31.575038],[120.342844,31.576228],[120.345886,31.575858],[120.349557,31.574455],[120.348394,31.570857],[120.346135,31.569516],[120.348905,31.565847],[120.351881,31.568035],[120.362753,31.569031],[120.366913,31.57009],[120.369367,31.573397],[120.372028,31.573679],[120.37811,31.576025],[120.380435,31.575875],[120.385051,31.573776],[120.387321,31.573441],[120.388646,31.570919],[120.392588,31.567408],[120.39677,31.569516],[120.39374,31.573538],[120.394804,31.573635],[120.394522,31.57674],[120.399615,31.580197],[120.414267,31.580691],[120.415733,31.583425],[120.419404,31.581026],[120.422543,31.580823],[120.429288,31.577286],[120.434099,31.576466],[120.439237,31.574676],[120.444178,31.576475],[120.448968,31.571095],[120.448545,31.569631],[120.451477,31.568255],[120.45176,31.5665],[120.455116,31.568061],[120.457831,31.564171],[120.46085,31.565838],[120.466715,31.566791],[120.46614,31.564674],[120.473112,31.563986],[120.472819,31.561066],[120.47623,31.560511],[120.477033,31.558905],[120.481693,31.55954],[120.481334,31.554883],[120.486971,31.555941],[120.490707,31.557414],[120.498647,31.554697],[120.503295,31.552686],[120.504523,31.549493],[120.502774,31.544552],[120.505967,31.542099],[120.504544,31.538791],[120.506782,31.537476],[120.508096,31.534926],[120.513016,31.531547],[120.516959,31.529817],[120.518914,31.527453],[120.523888,31.529244],[120.528786,31.526588],[120.522606,31.521452],[120.52265,31.517869],[120.521455,31.515672],[120.523519,31.514524],[120.521542,31.512609],[120.518251,31.512759],[120.519196,31.508929],[120.521129,31.507402],[120.521118,31.504507],[120.519598,31.504604],[120.518295,31.501718],[120.519804,31.500888],[120.522389,31.504631],[120.525267,31.502583],[120.5253,31.499229],[120.528613,31.497887],[120.531024,31.495327],[120.533055,31.490675],[120.534999,31.487921],[120.542971,31.487612],[120.546197,31.487912],[120.547793,31.486244],[120.552062,31.483825],[120.551236,31.48213],[120.553441,31.477027],[120.54636,31.473133],[120.543568,31.470264],[120.537312,31.468365],[120.53615,31.467094],[120.5311,31.466608],[120.526017,31.46833],[120.523845,31.468357],[120.516003,31.464427],[120.515981,31.460233],[120.517361,31.457831],[120.513852,31.456189],[120.512364,31.45708],[120.50853,31.45565],[120.505044,31.457964],[120.501406,31.457557],[120.495421,31.451093],[120.495758,31.447931],[120.487026,31.44862],[120.484799,31.447481],[120.485418,31.449901],[120.480552,31.449132],[120.474437,31.446571],[120.460177,31.445485],[120.438172,31.44877],[120.431721,31.448647],[120.437477,31.443047],[120.435001,31.442606],[120.430537,31.446395],[120.426584,31.445441],[120.422641,31.448991],[120.418818,31.448382],[120.355823,31.416459],[120.353293,31.461496],[120.359169,31.46795],[120.361221,31.471853],[120.357083,31.47384],[120.354998,31.488539],[120.359755,31.489907],[120.360429,31.491408],[120.354792,31.500879],[120.354031,31.500765],[120.351718,31.507879],[120.356269,31.509379],[120.362579,31.513439],[120.357453,31.518399],[120.347135,31.527338]]]]}},{"type":"Feature","properties":{"adcode":320281,"name":"江阴市","center":[120.275891,31.910984],"centroid":[120.303787,31.832204],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":5,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.581713,31.727632],[120.580257,31.726329],[120.576,31.726153],[120.56806,31.722957],[120.562412,31.723062],[120.551953,31.726734],[120.546968,31.725977],[120.541755,31.723397],[120.535129,31.721653],[120.528504,31.725818],[120.518284,31.734896],[120.50853,31.724762],[120.507336,31.724119],[120.504827,31.713825],[120.498288,31.713402],[120.496312,31.710417],[120.491022,31.70965],[120.492163,31.711905],[120.491272,31.713719],[120.487297,31.715445],[120.485125,31.713728],[120.471907,31.712513],[120.46261,31.716132],[120.461339,31.714503],[120.458309,31.7132],[120.456701,31.710725],[120.452824,31.711456],[120.451173,31.707255],[120.44685,31.706084],[120.432948,31.705309],[120.430309,31.704604],[120.427376,31.70249],[120.41986,31.704498],[120.415375,31.704604],[120.411041,31.703538],[120.402982,31.699522],[120.399398,31.699998],[120.398106,31.697408],[120.394174,31.699231],[120.390307,31.699513],[120.384909,31.695171],[120.382857,31.694202],[120.3776,31.693383],[120.371322,31.691612],[120.366619,31.689137],[120.360135,31.687481],[120.349209,31.689128],[120.346624,31.691145],[120.336013,31.694396],[120.333862,31.698192],[120.319395,31.700746],[120.311336,31.700253],[120.298423,31.698932],[120.292558,31.69909],[120.283662,31.7019],[120.282435,31.70338],[120.276157,31.723168],[120.273714,31.724603],[120.264384,31.722692],[120.261104,31.721002],[120.256933,31.72013],[120.254446,31.724365],[120.248646,31.726928],[120.237361,31.728363],[120.228857,31.727306],[120.224991,31.724779],[120.220494,31.723969],[120.215357,31.724321],[120.206451,31.726065],[120.203942,31.728891],[120.202921,31.735372],[120.203779,31.740381],[120.201161,31.753269],[120.200043,31.757767],[120.196556,31.764774],[120.192527,31.767352],[120.186108,31.783633],[120.185098,31.787681],[120.181242,31.79399],[120.174248,31.801029],[120.176192,31.807267],[120.179244,31.812853],[120.177886,31.814137],[120.172217,31.814947],[120.17049,31.817251],[120.172043,31.823004],[120.165494,31.825564],[120.163919,31.830287],[120.164093,31.832697],[120.167079,31.835485],[120.16999,31.836065],[120.173194,31.838774],[120.172521,31.840867],[120.1768,31.844499],[120.180493,31.849002],[120.184251,31.856124],[120.185185,31.860415],[120.182719,31.864855],[120.175888,31.870209],[120.168795,31.870165],[120.158119,31.867835],[120.151657,31.864187],[120.146161,31.862481],[120.144228,31.858929],[120.122809,31.859342],[120.117401,31.855007],[120.114088,31.855342],[120.098665,31.855553],[120.085469,31.853055],[120.080299,31.84748],[120.060489,31.834517],[120.056405,31.833348],[120.056698,31.831976],[120.051887,31.829152],[120.047966,31.825713],[120.044979,31.821755],[120.032011,31.826074],[120.030251,31.831272],[120.028763,31.832116],[120.025277,31.831677],[120.02279,31.828669],[120.022225,31.826654],[120.019292,31.822802],[120.014557,31.824948],[120.011331,31.823849],[120.009811,31.826989],[120.006292,31.825317],[120.003359,31.828246],[120.003685,31.838598],[120.000709,31.837859],[120.001187,31.840559],[120.000459,31.845616],[119.997342,31.845941],[119.99681,31.848984],[119.992911,31.84945],[119.990152,31.852809],[119.990217,31.854867],[119.995029,31.855939],[120.003272,31.859158],[120.005097,31.862543],[120.007997,31.8638],[120.007997,31.866886],[120.010506,31.867809],[120.013199,31.871686],[120.010223,31.873814],[120.01069,31.875546],[120.014774,31.881787],[120.009018,31.882868],[120.008518,31.885496],[120.006324,31.889127],[120.002555,31.8891],[120.000188,31.892537],[119.997831,31.894348],[120.001915,31.901484],[120.000894,31.905571],[120.005477,31.911889],[120.014991,31.914754],[120.022409,31.919692],[120.014405,31.927073],[120.011342,31.929331],[120.007399,31.935929],[120.008192,31.94033],[120.007649,31.947999],[120.008779,31.951293],[120.010832,31.953805],[120.01485,31.955149],[120.022399,31.967752],[120.064909,31.955465],[120.134811,31.939381],[120.175247,31.933829],[120.205875,31.931519],[120.236601,31.932907],[120.262994,31.941841],[120.294165,31.954886],[120.353054,31.980635],[120.370703,31.99082],[120.368878,31.961086],[120.371594,31.954956],[120.373527,31.946435],[120.375341,31.941727],[120.385996,31.935621],[120.390307,31.932195],[120.391252,31.928602],[120.390481,31.925852],[120.381065,31.918884],[120.379349,31.914148],[120.379761,31.912188],[120.38265,31.910949],[120.385214,31.911722],[120.385138,31.909534],[120.38857,31.909218],[120.390905,31.907926],[120.392067,31.905307],[120.396411,31.908181],[120.39791,31.90616],[120.40131,31.90536],[120.402385,31.907381],[120.40774,31.905518],[120.424998,31.898399],[120.436847,31.895604],[120.449544,31.891948],[120.466498,31.889979],[120.466574,31.887791],[120.468822,31.879616],[120.471299,31.879203],[120.484593,31.87442],[120.490881,31.871335],[120.492261,31.86547],[120.496073,31.860881],[120.502057,31.85215],[120.503274,31.841711],[120.508292,31.84369],[120.514428,31.841527],[120.517393,31.837947],[120.521977,31.834183],[120.528808,31.831351],[120.531306,31.827851],[120.529319,31.821324],[120.530839,31.81704],[120.529959,31.814674],[120.523693,31.810531],[120.522541,31.80629],[120.523942,31.801293],[120.526516,31.795548],[120.531154,31.793207],[120.531556,31.787796],[120.544394,31.787136],[120.544502,31.789468],[120.546229,31.791922],[120.548923,31.792054],[120.555483,31.794069],[120.555852,31.786872],[120.558383,31.78571],[120.57071,31.793779],[120.580735,31.784795],[120.584243,31.782146],[120.58874,31.771603],[120.589402,31.766182],[120.588533,31.762556],[120.594833,31.760434],[120.597668,31.75503],[120.600024,31.744625],[120.598754,31.742802],[120.594822,31.741138],[120.593323,31.738171],[120.589435,31.73494],[120.585601,31.735407],[120.584352,31.734465],[120.581713,31.727632]]]]}},{"type":"Feature","properties":{"adcode":320282,"name":"宜兴市","center":[119.820538,31.364384],"centroid":[119.787423,31.352315],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":6,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.100153,31.335332],[120.110232,31.264001],[119.920011,31.170918],[119.913103,31.169572],[119.900211,31.169182],[119.891305,31.16431],[119.885245,31.162875],[119.883463,31.161538],[119.878359,31.16082],[119.875242,31.162353],[119.86664,31.168314],[119.859406,31.168828],[119.856267,31.170121],[119.851304,31.167827],[119.8476,31.167579],[119.842148,31.168757],[119.837575,31.173673],[119.831808,31.172451],[119.82817,31.17447],[119.826464,31.173204],[119.823782,31.168226],[119.823445,31.165825],[119.82792,31.163363],[119.829744,31.161387],[119.829375,31.158269],[119.823304,31.154132],[119.813583,31.149614],[119.809858,31.148524],[119.806599,31.149392],[119.800995,31.156338],[119.798019,31.157436],[119.794066,31.156205],[119.791274,31.156612],[119.789233,31.159686],[119.789352,31.162158],[119.793392,31.168057],[119.792513,31.171459],[119.790492,31.173204],[119.786626,31.173762],[119.784606,31.176011],[119.779327,31.178784],[119.773039,31.178049],[119.765653,31.173779],[119.762286,31.173363],[119.755357,31.170777],[119.753163,31.171406],[119.747754,31.169661],[119.74467,31.169882],[119.74051,31.173416],[119.738609,31.173585],[119.732864,31.171494],[119.723708,31.169758],[119.715888,31.169572],[119.713107,31.167614],[119.710316,31.158862],[119.707937,31.154025],[119.703875,31.151899],[119.698727,31.153069],[119.693297,31.156958],[119.68275,31.160501],[119.679275,31.167118],[119.678048,31.16819],[119.672606,31.167995],[119.663733,31.165958],[119.66294,31.164798],[119.662516,31.159855],[119.660072,31.15896],[119.656401,31.155283],[119.649374,31.154105],[119.645768,31.150464],[119.641554,31.148116],[119.637775,31.140488],[119.638122,31.135526],[119.63078,31.131255],[119.621972,31.130032],[119.616052,31.130094],[119.613728,31.129181],[119.609775,31.123811],[119.602802,31.112139],[119.599782,31.10917],[119.592115,31.110056],[119.581992,31.108647],[119.576507,31.110269],[119.574096,31.113991],[119.571326,31.129013],[119.564039,31.135871],[119.560259,31.140718],[119.554188,31.143996],[119.545835,31.14785],[119.541382,31.152333],[119.534518,31.158109],[119.532596,31.159093],[119.536625,31.167889],[119.543022,31.17548],[119.546378,31.176038],[119.548963,31.177942],[119.552374,31.177969],[119.553579,31.179156],[119.553188,31.183168],[119.554296,31.191678],[119.552765,31.201083],[119.552971,31.208635],[119.552558,31.212389],[119.550745,31.21617],[119.553851,31.221048],[119.551233,31.224952],[119.544152,31.226864],[119.536115,31.233494],[119.534475,31.236761],[119.530793,31.237283],[119.529066,31.23931],[119.522593,31.242169],[119.528588,31.247506],[119.527122,31.25232],[119.531553,31.2564],[119.532183,31.258586],[119.530478,31.268965],[119.535669,31.272505],[119.535528,31.275964],[119.530956,31.277663],[119.530912,31.279946],[119.533041,31.285404],[119.531401,31.287864],[119.535094,31.290907],[119.533671,31.294269],[119.527187,31.29794],[119.523679,31.301142],[119.522929,31.310924],[119.51966,31.313418],[119.520029,31.318247],[119.52672,31.327152],[119.53051,31.330875],[119.530728,31.339293],[119.528523,31.344969],[119.527589,31.360334],[119.528164,31.36524],[119.530434,31.370826],[119.534833,31.378039],[119.535702,31.381733],[119.540687,31.390155],[119.541741,31.394715],[119.541111,31.398585],[119.539666,31.400732],[119.537364,31.40143],[119.535974,31.406078],[119.536484,31.408216],[119.546639,31.413243],[119.553351,31.411724],[119.553797,31.415399],[119.556034,31.415143],[119.553905,31.417263],[119.553004,31.421981],[119.554383,31.422051],[119.554818,31.426141],[119.554557,31.433888],[119.556914,31.433897],[119.567514,31.432369],[119.576703,31.430726],[119.578256,31.432228],[119.578343,31.434551],[119.582524,31.437501],[119.582589,31.444823],[119.583317,31.446059],[119.587868,31.445803],[119.589595,31.447658],[119.590029,31.45225],[119.588433,31.454873],[119.589519,31.458352],[119.59143,31.460878],[119.591745,31.463059],[119.588357,31.464577],[119.588335,31.466688],[119.58411,31.465822],[119.565146,31.464339],[119.563572,31.468507],[119.565179,31.471385],[119.571891,31.471103],[119.57301,31.472039],[119.57515,31.480797],[119.573118,31.482624],[119.571652,31.488566],[119.567981,31.490419],[119.566406,31.492812],[119.567025,31.494798],[119.567015,31.504719],[119.568883,31.506775],[119.574259,31.505805],[119.579266,31.503148],[119.583621,31.504542],[119.584783,31.507314],[119.58613,31.514171],[119.58852,31.520111],[119.59307,31.529279],[119.593603,31.532209],[119.595883,31.535306],[119.601227,31.539029],[119.605278,31.549219],[119.607863,31.55318],[119.613315,31.557899],[119.61779,31.559364],[119.627934,31.55992],[119.63078,31.563677],[119.637655,31.568211],[119.640653,31.569084],[119.644443,31.572956],[119.646789,31.577683],[119.642684,31.582357],[119.642488,31.588672],[119.640055,31.590797],[119.641131,31.592851],[119.641239,31.596176],[119.639382,31.600258],[119.644128,31.604711],[119.64982,31.60516],[119.657944,31.609304],[119.661148,31.610186],[119.666774,31.6106],[119.67303,31.609322],[119.674985,31.604226],[119.677885,31.603318],[119.684955,31.604023],[119.690342,31.595241],[119.694122,31.587966],[119.694567,31.584192],[119.698021,31.581414],[119.699791,31.576554],[119.707318,31.577472],[119.709968,31.575999],[119.710044,31.568555],[119.712694,31.560325],[119.712901,31.558305],[119.715247,31.555985],[119.721199,31.556867],[119.725619,31.561031],[119.727759,31.562125],[119.733265,31.563157],[119.737251,31.561481],[119.746114,31.560272],[119.74795,31.558773],[119.755976,31.557026],[119.763905,31.554442],[119.768553,31.553789],[119.778904,31.554689],[119.792176,31.553383],[119.804101,31.54989],[119.807403,31.548504],[119.820697,31.537247],[119.832351,31.529191],[119.84192,31.528467],[119.847796,31.5298],[119.852955,31.534282],[119.856202,31.538835],[119.860069,31.543052],[119.861882,31.546264],[119.864,31.546017],[119.87762,31.546925],[119.890121,31.546546],[119.897594,31.546749],[119.90247,31.547746],[119.911062,31.548257],[119.921369,31.549863],[119.935629,31.552712],[119.94157,31.547684],[119.942483,31.546325],[119.948359,31.543379],[119.958796,31.540264],[119.966171,31.537194],[119.971721,31.535967],[119.973795,31.528361],[119.973567,31.515857],[119.981539,31.511471],[119.989924,31.50373],[119.996115,31.497499],[119.996919,31.501338],[119.997157,31.508117],[120.005553,31.503316],[120.009083,31.504454],[120.015795,31.505443],[120.018489,31.50464],[120.022084,31.501736],[120.030979,31.500209],[120.036203,31.497878],[120.037626,31.494754],[120.045489,31.490252],[120.043361,31.486094],[120.046195,31.479782],[120.044251,31.46969],[120.037604,31.425894],[120.03453,31.418597],[120.027851,31.409047],[120.021074,31.383006],[120.020943,31.374203],[120.023702,31.364948],[120.032076,31.353377],[120.041764,31.34588],[120.060662,31.339143],[120.068743,31.336879],[120.089585,31.332449],[120.100153,31.335332]]]]}}]}', 'admin', TO_DATE('2020-12-15 11:59:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, TO_DATE('2020-12-15 11:59:13', 'SYYYY-MM-DD HH24:MI:SS'), '0', NULL); +INSERT INTO "JIMUREPORT"."JIMU_REPORT_MAP" VALUES ('570159017392984064', NULL, '100000', '{ +"type": "FeatureCollection", +"name": "100000_full", +"features": [ +{ "type": "Feature", "properties": { "adcode": "110000", "name": "北京市", "center": [ 116.405285, 39.904989 ], "centroid": [ 116.41995, 40.18994 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 0, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.348611, 40.581141 ], [ 117.348611, 40.581141 ], [ 117.269771, 40.560684 ], [ 117.247597, 40.539766 ], [ 117.262995, 40.512927 ], [ 117.208793, 40.501552 ], [ 117.263611, 40.442367 ], [ 117.234046, 40.417312 ], [ 117.226039, 40.368997 ], [ 117.243285, 40.369453 ], [ 117.271618, 40.325211 ], [ 117.271618, 40.325211 ], [ 117.295024, 40.2782 ], [ 117.331365, 40.289613 ], [ 117.351075, 40.229786 ], [ 117.389879, 40.227958 ], [ 117.383719, 40.188195 ], [ 117.367089, 40.172649 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.172649 ], [ 117.349227, 40.136513 ], [ 117.307343, 40.136971 ], [ 117.274082, 40.105852 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.224191, 40.094865 ], [ 117.224191, 40.094865 ], [ 117.210024, 40.082045 ], [ 117.204481, 40.069681 ], [ 117.159517, 40.077008 ], [ 117.140423, 40.064185 ], [ 117.105315, 40.074261 ], [ 117.105315, 40.074261 ], [ 117.051728, 40.059605 ], [ 117.025243, 40.030283 ], [ 116.945171, 40.04128 ], [ 116.927924, 40.055024 ], [ 116.867562, 40.041739 ], [ 116.831222, 40.051359 ], [ 116.820135, 40.02845 ], [ 116.781331, 40.034866 ], [ 116.757925, 39.967934 ], [ 116.782563, 39.947749 ], [ 116.78441, 39.891294 ], [ 116.812128, 39.889916 ], [ 116.865714, 39.843982 ], [ 116.907598, 39.832494 ], [ 116.918069, 39.84628 ], [ 116.949482, 39.778703 ], [ 116.902055, 39.763523 ], [ 116.916837, 39.731314 ], [ 116.887272, 39.72533 ], [ 116.889736, 39.687576 ], [ 116.90575, 39.688037 ], [ 116.906366, 39.677444 ], [ 116.8497, 39.66777 ], [ 116.812128, 39.615695 ], [ 116.79057, 39.595868 ], [ 116.748686, 39.619844 ], [ 116.709266, 39.618 ], [ 116.726512, 39.595407 ], [ 116.726512, 39.595407 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.664918, 39.605552 ], [ 116.620571, 39.601863 ], [ 116.592237, 39.621227 ], [ 116.592237, 39.621227 ], [ 116.524484, 39.596329 ], [ 116.50847, 39.551122 ], [ 116.473361, 39.552968 ], [ 116.478289, 39.535431 ], [ 116.437637, 39.526661 ], [ 116.443796, 39.510041 ], [ 116.401912, 39.528046 ], [ 116.411767, 39.482794 ], [ 116.444412, 39.482332 ], [ 116.454883, 39.453226 ], [ 116.434557, 39.442597 ], [ 116.361876, 39.455074 ], [ 116.361876, 39.455074 ], [ 116.337854, 39.455536 ], [ 116.307057, 39.488337 ], [ 116.257782, 39.500344 ], [ 116.240536, 39.564041 ], [ 116.198652, 39.589412 ], [ 116.151841, 39.583416 ], [ 116.130283, 39.567732 ], [ 116.09887, 39.575113 ], [ 116.036044, 39.571884 ], [ 116.026189, 39.587567 ], [ 115.995392, 39.576958 ], [ 115.978146, 39.595868 ], [ 115.957204, 39.560812 ], [ 115.910393, 39.600479 ], [ 115.910393, 39.600479 ], [ 115.91532, 39.582955 ], [ 115.91532, 39.582955 ], [ 115.867893, 39.546507 ], [ 115.867893, 39.546507 ], [ 115.828473, 39.541431 ], [ 115.821081, 39.522968 ], [ 115.821081, 39.522968 ], [ 115.806299, 39.510041 ], [ 115.806299, 39.510041 ], [ 115.752712, 39.515581 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.724995, 39.5442 ], [ 115.724995, 39.5442 ], [ 115.722531, 39.543738 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.720683, 39.551122 ], [ 115.720683, 39.551122 ], [ 115.718835, 39.553891 ], [ 115.718835, 39.553891 ], [ 115.716988, 39.56035 ], [ 115.716988, 39.56035 ], [ 115.699125, 39.570039 ], [ 115.699125, 39.570039 ], [ 115.698509, 39.577881 ], [ 115.698509, 39.577881 ], [ 115.667712, 39.615234 ], [ 115.633836, 39.599557 ], [ 115.633836, 39.599557 ], [ 115.587024, 39.589873 ], [ 115.545756, 39.618922 ], [ 115.518039, 39.597252 ], [ 115.522351, 39.640124 ], [ 115.478619, 39.650723 ], [ 115.478619, 39.650723 ], [ 115.491554, 39.670074 ], [ 115.486626, 39.741899 ], [ 115.439815, 39.752022 ], [ 115.443511, 39.785601 ], [ 115.483547, 39.798477 ], [ 115.483547, 39.798477 ], [ 115.50572, 39.784222 ], [ 115.552532, 39.794799 ], [ 115.567314, 39.816407 ], [ 115.514344, 39.837549 ], [ 115.526046, 39.87568 ], [ 115.515575, 39.892212 ], [ 115.515575, 39.892212 ], [ 115.522967, 39.899099 ], [ 115.481083, 39.935819 ], [ 115.426264, 39.950502 ], [ 115.428728, 39.984443 ], [ 115.450286, 39.992697 ], [ 115.454597, 40.029825 ], [ 115.485394, 40.040364 ], [ 115.527278, 40.076092 ], [ 115.59072, 40.096239 ], [ 115.599959, 40.119583 ], [ 115.75456, 40.145663 ], [ 115.75456, 40.145663 ], [ 115.773654, 40.176307 ], [ 115.806299, 40.15344 ], [ 115.847567, 40.147036 ], [ 115.855574, 40.188652 ], [ 115.870356, 40.185909 ], [ 115.89869, 40.234354 ], [ 115.968907, 40.264045 ], [ 115.95166, 40.281852 ], [ 115.917784, 40.354405 ], [ 115.864197, 40.359422 ], [ 115.771806, 40.443734 ], [ 115.781045, 40.49336 ], [ 115.736082, 40.503372 ], [ 115.755176, 40.540221 ], [ 115.784741, 40.55841 ], [ 115.819849, 40.55932 ], [ 115.827857, 40.587504 ], [ 115.885139, 40.595229 ], [ 115.907929, 40.617493 ], [ 115.971986, 40.6025 ], [ 115.982457, 40.578868 ], [ 116.005247, 40.583868 ], [ 116.09887, 40.630665 ], [ 116.133979, 40.666536 ], [ 116.162928, 40.662451 ], [ 116.171551, 40.695582 ], [ 116.204812, 40.740035 ], [ 116.22021, 40.744115 ], [ 116.247311, 40.791707 ], [ 116.273181, 40.762703 ], [ 116.311369, 40.754996 ], [ 116.316912, 40.772221 ], [ 116.453651, 40.765876 ], [ 116.46597, 40.774487 ], [ 116.438253, 40.81934 ], [ 116.334159, 40.90443 ], [ 116.339702, 40.929303 ], [ 116.370499, 40.94377 ], [ 116.398216, 40.90624 ], [ 116.477057, 40.899907 ], [ 116.447492, 40.953715 ], [ 116.455499, 40.980828 ], [ 116.519557, 40.98128 ], [ 116.519557, 40.98128 ], [ 116.5676, 40.992574 ], [ 116.598397, 40.974503 ], [ 116.623034, 41.021026 ], [ 116.615643, 41.053076 ], [ 116.647672, 41.059394 ], [ 116.688324, 41.044501 ], [ 116.698795, 41.021477 ], [ 116.677853, 40.970888 ], [ 116.722201, 40.927495 ], [ 116.713577, 40.909858 ], [ 116.759773, 40.889954 ], [ 116.81336, 40.848319 ], [ 116.848468, 40.839264 ], [ 116.924229, 40.773581 ], [ 116.926692, 40.745022 ], [ 116.964881, 40.709647 ], [ 117.012308, 40.693767 ], [ 117.11209, 40.707379 ], [ 117.117018, 40.70012 ], [ 117.208177, 40.694675 ], [ 117.278394, 40.664267 ], [ 117.319662, 40.657911 ], [ 117.342451, 40.673799 ], [ 117.408973, 40.686961 ], [ 117.493973, 40.675161 ], [ 117.514914, 40.660181 ], [ 117.501364, 40.636569 ], [ 117.467487, 40.649738 ], [ 117.467487, 40.649738 ], [ 117.412669, 40.605226 ], [ 117.429915, 40.576141 ], [ 117.389879, 40.561593 ], [ 117.348611, 40.581141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "120000", "name": "天津市", "center": [ 117.190182, 39.125596 ], "centroid": [ 117.347019, 39.28803 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 1, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.765602, 39.400527 ], [ 117.699696, 39.407463 ], [ 117.673211, 39.386652 ], [ 117.668899, 39.412087 ], [ 117.614081, 39.407001 ], [ 117.601146, 39.419485 ], [ 117.570965, 39.404689 ], [ 117.521074, 39.357043 ], [ 117.536472, 39.338068 ], [ 117.594987, 39.349176 ], [ 117.669515, 39.322792 ], [ 117.670747, 39.35658 ], [ 117.74466, 39.354729 ], [ 117.784696, 39.376938 ], [ 117.805022, 39.373237 ], [ 117.810565, 39.354729 ], [ 117.850601, 39.363984 ], [ 117.850601, 39.363984 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.88879, 39.332051 ], [ 117.919587, 39.318162 ], [ 117.919587, 39.318162 ], [ 117.965782, 39.314921 ], [ 117.965782, 39.314921 ], [ 117.973173, 39.312143 ], [ 117.973173, 39.312143 ], [ 117.979333, 39.300566 ], [ 117.979333, 39.300566 ], [ 117.982412, 39.298714 ], [ 117.982412, 39.298714 ], [ 118.024296, 39.289451 ], [ 118.024296, 39.289451 ], [ 118.036615, 39.264898 ], [ 118.064948, 39.256094 ], [ 118.064948, 39.231065 ], [ 118.037231, 39.220402 ], [ 117.977485, 39.206028 ], [ 117.96455, 39.172631 ], [ 117.871543, 39.122506 ], [ 117.837667, 39.057011 ], [ 117.855529, 38.957492 ], [ 117.898029, 38.948649 ], [ 117.875855, 38.920252 ], [ 117.847522, 38.855502 ], [ 117.778536, 38.869016 ], [ 117.752051, 38.847579 ], [ 117.64611, 38.828933 ], [ 117.646725, 38.788827 ], [ 117.671363, 38.772032 ], [ 117.740964, 38.753833 ], [ 117.740964, 38.700141 ], [ 117.729261, 38.680055 ], [ 117.65658, 38.66043 ], [ 117.639334, 38.626776 ], [ 117.55803, 38.613683 ], [ 117.47919, 38.616489 ], [ 117.432379, 38.601524 ], [ 117.368937, 38.564566 ], [ 117.25314, 38.556143 ], [ 117.238358, 38.580943 ], [ 117.258684, 38.608072 ], [ 117.258684, 38.608072 ], [ 117.213104, 38.639866 ], [ 117.213104, 38.639866 ], [ 117.183539, 38.61836 ], [ 117.183539, 38.61836 ], [ 117.150894, 38.617892 ], [ 117.109626, 38.584685 ], [ 117.070822, 38.608072 ], [ 117.055424, 38.639398 ], [ 117.068358, 38.680522 ], [ 117.038793, 38.688464 ], [ 116.95133, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.95133, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.877417, 38.680522 ], [ 116.858939, 38.741231 ], [ 116.794265, 38.744498 ], [ 116.794265, 38.744498 ], [ 116.746222, 38.754299 ], [ 116.737599, 38.784629 ], [ 116.75115, 38.831264 ], [ 116.723432, 38.852706 ], [ 116.722201, 38.896968 ], [ 116.708034, 38.931892 ], [ 116.72836, 38.975174 ], [ 116.754845, 39.003084 ], [ 116.754229, 39.034701 ], [ 116.754229, 39.034701 ], [ 116.783179, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.871874, 39.054688 ], [ 116.912526, 39.110898 ], [ 116.91191, 39.111362 ], [ 116.91191, 39.111362 ], [ 116.912526, 39.110898 ], [ 116.909446, 39.150822 ], [ 116.870026, 39.153607 ], [ 116.855859, 39.215766 ], [ 116.881729, 39.225966 ], [ 116.881729, 39.225966 ], [ 116.87249, 39.291304 ], [ 116.889736, 39.338068 ], [ 116.870642, 39.357506 ], [ 116.829374, 39.338994 ], [ 116.818287, 39.3737 ], [ 116.840461, 39.378326 ], [ 116.839845, 39.413474 ], [ 116.876185, 39.43474 ], [ 116.832454, 39.435664 ], [ 116.785026, 39.465702 ], [ 116.820751, 39.482332 ], [ 116.819519, 39.528507 ], [ 116.78749, 39.554352 ], [ 116.808432, 39.576497 ], [ 116.812128, 39.615695 ], [ 116.8497, 39.66777 ], [ 116.906366, 39.677444 ], [ 116.90575, 39.688037 ], [ 116.932236, 39.706456 ], [ 116.932236, 39.706456 ], [ 116.944555, 39.695405 ], [ 116.944555, 39.695405 ], [ 116.948866, 39.680668 ], [ 116.948866, 39.680668 ], [ 116.964265, 39.64335 ], [ 116.983359, 39.638742 ], [ 116.983359, 39.638742 ], [ 117.016004, 39.653949 ], [ 117.10901, 39.625375 ], [ 117.10901, 39.625375 ], [ 117.152742, 39.623532 ], [ 117.177996, 39.645194 ], [ 117.165061, 39.718886 ], [ 117.165061, 39.718886 ], [ 117.161981, 39.748801 ], [ 117.205713, 39.763984 ], [ 117.15767, 39.796638 ], [ 117.156438, 39.817326 ], [ 117.192162, 39.832953 ], [ 117.251908, 39.834332 ], [ 117.247597, 39.860981 ], [ 117.227887, 39.852712 ], [ 117.162597, 39.876598 ], [ 117.162597, 39.876598 ], [ 117.150894, 39.944996 ], [ 117.198322, 39.992697 ], [ 117.192162, 40.066475 ], [ 117.210024, 40.082045 ], [ 117.224191, 40.094865 ], [ 117.224191, 40.094865 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.274082, 40.105852 ], [ 117.307343, 40.136971 ], [ 117.349227, 40.136513 ], [ 117.367089, 40.172649 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.172649 ], [ 117.383719, 40.188195 ], [ 117.389879, 40.227958 ], [ 117.415748, 40.248973 ], [ 117.450241, 40.252627 ], [ 117.505059, 40.227044 ], [ 117.548791, 40.232527 ], [ 117.571581, 40.219276 ], [ 117.576508, 40.178593 ], [ 117.609769, 40.160301 ], [ 117.609769, 40.160301 ], [ 117.613465, 40.158014 ], [ 117.613465, 40.158014 ], [ 117.651653, 40.122786 ], [ 117.651653, 40.122786 ], [ 117.654117, 40.114548 ], [ 117.654117, 40.114548 ], [ 117.655965, 40.109514 ], [ 117.655965, 40.109514 ], [ 117.675059, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.752667, 40.081588 ], [ 117.776073, 40.059605 ], [ 117.74774, 40.047236 ], [ 117.744044, 40.018368 ], [ 117.768681, 40.022034 ], [ 117.768681, 40.022034 ], [ 117.793319, 40.005534 ], [ 117.793319, 40.005534 ], [ 117.795167, 39.996823 ], [ 117.795167, 39.996823 ], [ 117.781616, 39.966558 ], [ 117.781616, 39.966558 ], [ 117.756363, 39.965181 ], [ 117.691073, 39.984902 ], [ 117.671363, 39.973896 ], [ 117.614697, 39.97252 ], [ 117.594987, 39.994531 ], [ 117.594987, 39.994531 ], [ 117.546327, 39.999116 ], [ 117.534625, 39.954631 ], [ 117.514914, 39.946832 ], [ 117.513067, 39.910576 ], [ 117.513067, 39.910576 ], [ 117.512451, 39.90874 ], [ 117.512451, 39.90874 ], [ 117.508139, 39.901854 ], [ 117.508139, 39.901854 ], [ 117.529081, 39.859144 ], [ 117.529081, 39.859144 ], [ 117.561726, 39.799856 ], [ 117.546327, 39.775943 ], [ 117.56111, 39.754782 ], [ 117.595603, 39.74604 ], [ 117.57774, 39.726711 ], [ 117.627015, 39.703693 ], [ 117.668899, 39.666849 ], [ 117.66274, 39.636437 ], [ 117.637486, 39.603246 ], [ 117.654117, 39.575113 ], [ 117.684914, 39.58895 ], [ 117.707088, 39.576036 ], [ 117.715711, 39.529892 ], [ 117.745276, 39.547892 ], [ 117.753899, 39.579726 ], [ 117.753899, 39.579726 ], [ 117.766834, 39.598635 ], [ 117.829659, 39.589873 ], [ 117.868464, 39.59679 ], [ 117.933753, 39.574191 ], [ 117.904804, 39.533585 ], [ 117.912195, 39.517428 ], [ 117.912195, 39.517428 ], [ 117.899877, 39.474479 ], [ 117.870311, 39.455074 ], [ 117.871543, 39.411625 ], [ 117.846906, 39.407926 ], [ 117.765602, 39.400527 ] ] ], [ [ [ 117.805022, 39.373237 ], [ 117.784696, 39.376938 ], [ 117.765602, 39.400527 ], [ 117.846906, 39.407926 ], [ 117.852449, 39.380639 ], [ 117.805022, 39.373237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "130000", "name": "河北省", "center": [ 114.502461, 38.045474 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 2, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.467487, 40.649738 ], [ 117.467487, 40.649738 ], [ 117.501364, 40.636569 ], [ 117.514914, 40.660181 ], [ 117.493973, 40.675161 ], [ 117.408973, 40.686961 ], [ 117.342451, 40.673799 ], [ 117.319662, 40.657911 ], [ 117.278394, 40.664267 ], [ 117.208177, 40.694675 ], [ 117.117018, 40.70012 ], [ 117.11209, 40.707379 ], [ 117.012308, 40.693767 ], [ 116.964881, 40.709647 ], [ 116.926692, 40.745022 ], [ 116.924229, 40.773581 ], [ 116.848468, 40.839264 ], [ 116.81336, 40.848319 ], [ 116.759773, 40.889954 ], [ 116.713577, 40.909858 ], [ 116.722201, 40.927495 ], [ 116.677853, 40.970888 ], [ 116.698795, 41.021477 ], [ 116.688324, 41.044501 ], [ 116.647672, 41.059394 ], [ 116.615643, 41.053076 ], [ 116.623034, 41.021026 ], [ 116.598397, 40.974503 ], [ 116.5676, 40.992574 ], [ 116.519557, 40.98128 ], [ 116.519557, 40.98128 ], [ 116.455499, 40.980828 ], [ 116.447492, 40.953715 ], [ 116.477057, 40.899907 ], [ 116.398216, 40.90624 ], [ 116.370499, 40.94377 ], [ 116.339702, 40.929303 ], [ 116.334159, 40.90443 ], [ 116.438253, 40.81934 ], [ 116.46597, 40.774487 ], [ 116.453651, 40.765876 ], [ 116.316912, 40.772221 ], [ 116.311369, 40.754996 ], [ 116.273181, 40.762703 ], [ 116.247311, 40.791707 ], [ 116.22021, 40.744115 ], [ 116.204812, 40.740035 ], [ 116.171551, 40.695582 ], [ 116.162928, 40.662451 ], [ 116.133979, 40.666536 ], [ 116.09887, 40.630665 ], [ 116.005247, 40.583868 ], [ 115.982457, 40.578868 ], [ 115.971986, 40.6025 ], [ 115.907929, 40.617493 ], [ 115.885139, 40.595229 ], [ 115.827857, 40.587504 ], [ 115.819849, 40.55932 ], [ 115.784741, 40.55841 ], [ 115.755176, 40.540221 ], [ 115.736082, 40.503372 ], [ 115.781045, 40.49336 ], [ 115.771806, 40.443734 ], [ 115.864197, 40.359422 ], [ 115.917784, 40.354405 ], [ 115.95166, 40.281852 ], [ 115.968907, 40.264045 ], [ 115.89869, 40.234354 ], [ 115.870356, 40.185909 ], [ 115.855574, 40.188652 ], [ 115.847567, 40.147036 ], [ 115.806299, 40.15344 ], [ 115.773654, 40.176307 ], [ 115.75456, 40.145663 ], [ 115.75456, 40.145663 ], [ 115.599959, 40.119583 ], [ 115.59072, 40.096239 ], [ 115.527278, 40.076092 ], [ 115.485394, 40.040364 ], [ 115.454597, 40.029825 ], [ 115.450286, 39.992697 ], [ 115.428728, 39.984443 ], [ 115.426264, 39.950502 ], [ 115.481083, 39.935819 ], [ 115.522967, 39.899099 ], [ 115.515575, 39.892212 ], [ 115.515575, 39.892212 ], [ 115.526046, 39.87568 ], [ 115.514344, 39.837549 ], [ 115.567314, 39.816407 ], [ 115.552532, 39.794799 ], [ 115.50572, 39.784222 ], [ 115.483547, 39.798477 ], [ 115.483547, 39.798477 ], [ 115.443511, 39.785601 ], [ 115.439815, 39.752022 ], [ 115.486626, 39.741899 ], [ 115.491554, 39.670074 ], [ 115.478619, 39.650723 ], [ 115.478619, 39.650723 ], [ 115.522351, 39.640124 ], [ 115.518039, 39.597252 ], [ 115.545756, 39.618922 ], [ 115.587024, 39.589873 ], [ 115.633836, 39.599557 ], [ 115.633836, 39.599557 ], [ 115.667712, 39.615234 ], [ 115.698509, 39.577881 ], [ 115.698509, 39.577881 ], [ 115.699125, 39.570039 ], [ 115.699125, 39.570039 ], [ 115.716988, 39.56035 ], [ 115.716988, 39.56035 ], [ 115.718835, 39.553891 ], [ 115.718835, 39.553891 ], [ 115.720683, 39.551122 ], [ 115.720683, 39.551122 ], [ 115.722531, 39.5442 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.722531, 39.543738 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.543738 ], [ 115.724995, 39.5442 ], [ 115.724995, 39.5442 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.752712, 39.515581 ], [ 115.806299, 39.510041 ], [ 115.806299, 39.510041 ], [ 115.821081, 39.522968 ], [ 115.821081, 39.522968 ], [ 115.828473, 39.541431 ], [ 115.867893, 39.546507 ], [ 115.867893, 39.546507 ], [ 115.91532, 39.582955 ], [ 115.91532, 39.582955 ], [ 115.910393, 39.600479 ], [ 115.910393, 39.600479 ], [ 115.957204, 39.560812 ], [ 115.978146, 39.595868 ], [ 115.995392, 39.576958 ], [ 116.026189, 39.587567 ], [ 116.036044, 39.571884 ], [ 116.09887, 39.575113 ], [ 116.130283, 39.567732 ], [ 116.151841, 39.583416 ], [ 116.198652, 39.589412 ], [ 116.240536, 39.564041 ], [ 116.257782, 39.500344 ], [ 116.307057, 39.488337 ], [ 116.337854, 39.455536 ], [ 116.361876, 39.455074 ], [ 116.361876, 39.455074 ], [ 116.434557, 39.442597 ], [ 116.454883, 39.453226 ], [ 116.444412, 39.482332 ], [ 116.411767, 39.482794 ], [ 116.401912, 39.528046 ], [ 116.443796, 39.510041 ], [ 116.437637, 39.526661 ], [ 116.478289, 39.535431 ], [ 116.473361, 39.552968 ], [ 116.50847, 39.551122 ], [ 116.524484, 39.596329 ], [ 116.592237, 39.621227 ], [ 116.592237, 39.621227 ], [ 116.620571, 39.601863 ], [ 116.664918, 39.605552 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.726512, 39.595407 ], [ 116.726512, 39.595407 ], [ 116.709266, 39.618 ], [ 116.748686, 39.619844 ], [ 116.79057, 39.595868 ], [ 116.812128, 39.615695 ], [ 116.808432, 39.576497 ], [ 116.78749, 39.554352 ], [ 116.819519, 39.528507 ], [ 116.820751, 39.482332 ], [ 116.785026, 39.465702 ], [ 116.832454, 39.435664 ], [ 116.876185, 39.43474 ], [ 116.839845, 39.413474 ], [ 116.840461, 39.378326 ], [ 116.818287, 39.3737 ], [ 116.829374, 39.338994 ], [ 116.870642, 39.357506 ], [ 116.889736, 39.338068 ], [ 116.87249, 39.291304 ], [ 116.881729, 39.225966 ], [ 116.881729, 39.225966 ], [ 116.855859, 39.215766 ], [ 116.870026, 39.153607 ], [ 116.909446, 39.150822 ], [ 116.912526, 39.110898 ], [ 116.91191, 39.111362 ], [ 116.91191, 39.111362 ], [ 116.912526, 39.110898 ], [ 116.871874, 39.054688 ], [ 116.812744, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.754229, 39.034701 ], [ 116.754229, 39.034701 ], [ 116.754845, 39.003084 ], [ 116.72836, 38.975174 ], [ 116.708034, 38.931892 ], [ 116.722201, 38.896968 ], [ 116.723432, 38.852706 ], [ 116.75115, 38.831264 ], [ 116.737599, 38.784629 ], [ 116.746222, 38.754299 ], [ 116.794265, 38.744498 ], [ 116.794265, 38.744498 ], [ 116.858939, 38.741231 ], [ 116.877417, 38.680522 ], [ 116.948866, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.95133, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.95133, 38.689398 ], [ 117.038793, 38.688464 ], [ 117.068358, 38.680522 ], [ 117.055424, 38.639398 ], [ 117.070822, 38.608072 ], [ 117.109626, 38.584685 ], [ 117.150894, 38.617892 ], [ 117.183539, 38.61836 ], [ 117.183539, 38.61836 ], [ 117.213104, 38.639866 ], [ 117.213104, 38.639866 ], [ 117.258684, 38.608072 ], [ 117.258684, 38.608072 ], [ 117.238358, 38.580943 ], [ 117.25314, 38.556143 ], [ 117.368937, 38.564566 ], [ 117.432379, 38.601524 ], [ 117.47919, 38.616489 ], [ 117.55803, 38.613683 ], [ 117.639334, 38.626776 ], [ 117.638102, 38.54491 ], [ 117.68553, 38.539293 ], [ 117.644878, 38.52759 ], [ 117.678754, 38.477008 ], [ 117.72495, 38.457328 ], [ 117.730493, 38.424985 ], [ 117.781, 38.373862 ], [ 117.84629, 38.368232 ], [ 117.937449, 38.387936 ], [ 117.957775, 38.376208 ], [ 117.948536, 38.346644 ], [ 117.895565, 38.301572 ], [ 117.848754, 38.255062 ], [ 117.808718, 38.22827 ], [ 117.789007, 38.180772 ], [ 117.766834, 38.158658 ], [ 117.771145, 38.134655 ], [ 117.746508, 38.12524 ], [ 117.704624, 38.076262 ], [ 117.586979, 38.071551 ], [ 117.557414, 38.046105 ], [ 117.557414, 38.046105 ], [ 117.524154, 37.989527 ], [ 117.513067, 37.94329 ], [ 117.481038, 37.914967 ], [ 117.438538, 37.854035 ], [ 117.400966, 37.844584 ], [ 117.320278, 37.861596 ], [ 117.271618, 37.839858 ], [ 117.185387, 37.849783 ], [ 117.150278, 37.839385 ], [ 117.074518, 37.848837 ], [ 117.027091, 37.832296 ], [ 116.919301, 37.846002 ], [ 116.837997, 37.835132 ], [ 116.804736, 37.848837 ], [ 116.753613, 37.793054 ], [ 116.753613, 37.77035 ], [ 116.724664, 37.744327 ], [ 116.679085, 37.728708 ], [ 116.66307, 37.686096 ], [ 116.604556, 37.624975 ], [ 116.575607, 37.610754 ], [ 116.4826, 37.521573 ], [ 116.448108, 37.503059 ], [ 116.433941, 37.473142 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.36742, 37.566177 ], [ 116.336007, 37.581355 ], [ 116.295355, 37.554316 ], [ 116.278724, 37.524895 ], [ 116.290427, 37.484065 ], [ 116.27626, 37.466967 ], [ 116.240536, 37.489764 ], [ 116.240536, 37.489764 ], [ 116.224522, 37.479791 ], [ 116.243, 37.447965 ], [ 116.226369, 37.428007 ], [ 116.2855, 37.404241 ], [ 116.236224, 37.361442 ], [ 116.193109, 37.365723 ], [ 116.169087, 37.384271 ], [ 116.106261, 37.368577 ], [ 116.085935, 37.373809 ], [ 116.024341, 37.360015 ], [ 115.975682, 37.337179 ], [ 115.969523, 37.239572 ], [ 115.909777, 37.20669 ], [ 115.91224, 37.177132 ], [ 115.879596, 37.150901 ], [ 115.888219, 37.112254 ], [ 115.85619, 37.060694 ], [ 115.776734, 36.992848 ], [ 115.79706, 36.968945 ], [ 115.75764, 36.902453 ], [ 115.71206, 36.883308 ], [ 115.688654, 36.838777 ], [ 115.686807, 36.810034 ], [ 115.524815, 36.763543 ], [ 115.479851, 36.760187 ], [ 115.451518, 36.702151 ], [ 115.420105, 36.686795 ], [ 115.365902, 36.621979 ], [ 115.355431, 36.627262 ], [ 115.33141, 36.550378 ], [ 115.272895, 36.497476 ], [ 115.291374, 36.460423 ], [ 115.317243, 36.454166 ], [ 115.297533, 36.413239 ], [ 115.340033, 36.398307 ], [ 115.368982, 36.342409 ], [ 115.366518, 36.30914 ], [ 115.423185, 36.32216 ], [ 115.417025, 36.292742 ], [ 115.462605, 36.276339 ], [ 115.466916, 36.258969 ], [ 115.466916, 36.258969 ], [ 115.474923, 36.248352 ], [ 115.483547, 36.148865 ], [ 115.465068, 36.170125 ], [ 115.450902, 36.152248 ], [ 115.376989, 36.128083 ], [ 115.365902, 36.099074 ], [ 115.312931, 36.088436 ], [ 115.30246, 36.127599 ], [ 115.279055, 36.13775 ], [ 115.242098, 36.19138 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.209248 ], [ 115.201446, 36.210214 ], [ 115.201446, 36.210214 ], [ 115.1842, 36.193312 ], [ 115.12507, 36.209731 ], [ 115.104744, 36.172058 ], [ 115.06286, 36.178338 ], [ 115.048693, 36.161912 ], [ 115.04623, 36.112613 ], [ 114.998186, 36.069572 ], [ 114.914419, 36.052155 ], [ 114.926737, 36.089403 ], [ 114.912571, 36.140649 ], [ 114.858368, 36.144516 ], [ 114.857752, 36.127599 ], [ 114.771521, 36.124699 ], [ 114.734564, 36.15563 ], [ 114.720398, 36.140166 ], [ 114.640326, 36.137266 ], [ 114.588587, 36.118414 ], [ 114.586739, 36.141133 ], [ 114.533152, 36.171575 ], [ 114.480181, 36.177855 ], [ 114.466015, 36.197658 ], [ 114.417356, 36.205868 ], [ 114.408117, 36.224699 ], [ 114.356378, 36.230492 ], [ 114.345291, 36.255591 ], [ 114.299095, 36.245938 ], [ 114.257827, 36.263794 ], [ 114.241197, 36.251247 ], [ 114.2104, 36.272962 ], [ 114.203009, 36.245456 ], [ 114.170364, 36.245938 ], [ 114.170364, 36.245938 ], [ 114.175907, 36.264759 ], [ 114.129096, 36.280199 ], [ 114.080437, 36.269585 ], [ 114.04348, 36.303353 ], [ 114.056415, 36.329392 ], [ 114.002828, 36.334214 ], [ 113.981887, 36.31782 ], [ 113.962792, 36.353977 ], [ 113.911054, 36.314927 ], [ 113.882104, 36.353977 ], [ 113.84946, 36.347711 ], [ 113.856851, 36.329392 ], [ 113.813119, 36.332285 ], [ 113.755221, 36.366026 ], [ 113.731199, 36.363135 ], [ 113.708409, 36.423352 ], [ 113.670221, 36.425278 ], [ 113.635729, 36.451277 ], [ 113.587069, 36.460904 ], [ 113.554425, 36.494589 ], [ 113.559968, 36.528741 ], [ 113.588917, 36.547974 ], [ 113.569823, 36.585947 ], [ 113.539642, 36.594116 ], [ 113.54457, 36.62342 ], [ 113.486671, 36.635427 ], [ 113.476816, 36.655114 ], [ 113.506997, 36.705029 ], [ 113.465113, 36.707908 ], [ 113.499606, 36.740527 ], [ 113.535946, 36.732373 ], [ 113.549497, 36.752515 ], [ 113.600004, 36.752995 ], [ 113.680692, 36.789907 ], [ 113.676381, 36.855539 ], [ 113.696707, 36.882351 ], [ 113.731815, 36.878521 ], [ 113.731815, 36.858891 ], [ 113.773083, 36.85506 ], [ 113.792793, 36.894796 ], [ 113.76138, 36.956034 ], [ 113.791561, 36.98759 ], [ 113.771851, 37.016745 ], [ 113.788482, 37.059739 ], [ 113.758301, 37.075497 ], [ 113.773699, 37.107004 ], [ 113.773083, 37.151855 ], [ 113.832213, 37.167594 ], [ 113.853155, 37.215269 ], [ 113.886416, 37.239095 ], [ 113.90243, 37.310052 ], [ 113.962792, 37.355734 ], [ 113.973879, 37.40329 ], [ 114.014531, 37.42468 ], [ 114.036705, 37.494037 ], [ 114.118625, 37.59084 ], [ 114.115545, 37.619761 ], [ 114.139567, 37.675676 ], [ 114.12848, 37.698409 ], [ 114.068118, 37.721608 ], [ 113.993589, 37.706932 ], [ 113.996669, 37.730128 ], [ 114.044712, 37.761834 ], [ 114.006524, 37.813386 ], [ 113.976959, 37.816696 ], [ 113.959097, 37.906468 ], [ 113.936307, 37.922993 ], [ 113.901198, 37.984811 ], [ 113.872249, 37.990471 ], [ 113.876561, 38.055059 ], [ 113.811271, 38.117707 ], [ 113.831597, 38.16854 ], [ 113.797105, 38.162894 ], [ 113.720728, 38.174656 ], [ 113.711489, 38.213695 ], [ 113.678844, 38.20523 ], [ 113.64312, 38.232031 ], [ 113.598772, 38.22733 ], [ 113.570439, 38.237202 ], [ 113.54457, 38.270569 ], [ 113.557504, 38.343359 ], [ 113.525475, 38.383245 ], [ 113.537794, 38.417952 ], [ 113.583374, 38.459671 ], [ 113.5612, 38.485909 ], [ 113.561816, 38.558483 ], [ 113.603084, 38.587024 ], [ 113.612939, 38.645942 ], [ 113.70225, 38.651551 ], [ 113.720728, 38.713218 ], [ 113.775547, 38.709949 ], [ 113.802648, 38.763166 ], [ 113.839605, 38.7585 ], [ 113.836525, 38.795824 ], [ 113.855619, 38.828933 ], [ 113.795257, 38.860628 ], [ 113.776163, 38.885788 ], [ 113.76754, 38.959819 ], [ 113.776779, 38.986804 ], [ 113.80696, 38.989595 ], [ 113.898119, 39.067699 ], [ 113.930148, 39.063517 ], [ 113.961561, 39.100681 ], [ 113.994821, 39.095572 ], [ 114.006524, 39.122971 ], [ 114.050872, 39.135969 ], [ 114.064422, 39.094179 ], [ 114.082901, 39.09325 ], [ 114.082901, 39.09325 ], [ 114.10877, 39.052364 ], [ 114.157429, 39.061194 ], [ 114.180835, 39.049111 ], [ 114.252284, 39.073739 ], [ 114.345907, 39.075133 ], [ 114.369928, 39.107648 ], [ 114.360689, 39.134112 ], [ 114.388406, 39.176807 ], [ 114.443841, 39.174023 ], [ 114.47587, 39.21623 ], [ 114.416124, 39.242654 ], [ 114.437066, 39.259337 ], [ 114.430906, 39.307513 ], [ 114.466631, 39.329736 ], [ 114.469095, 39.400989 ], [ 114.496812, 39.438437 ], [ 114.501739, 39.476789 ], [ 114.532536, 39.486027 ], [ 114.568877, 39.573729 ], [ 114.51529, 39.564964 ], [ 114.49558, 39.608318 ], [ 114.431522, 39.613851 ], [ 114.408117, 39.652106 ], [ 114.409964, 39.761683 ], [ 114.41674, 39.775943 ], [ 114.390254, 39.819165 ], [ 114.406885, 39.833413 ], [ 114.395182, 39.867412 ], [ 114.285545, 39.858225 ], [ 114.286776, 39.871087 ], [ 114.215943, 39.8619 ], [ 114.204241, 39.885324 ], [ 114.229494, 39.899558 ], [ 114.212248, 39.918839 ], [ 114.17406, 39.897722 ], [ 114.067502, 39.922511 ], [ 114.047176, 39.916085 ], [ 114.028082, 39.959218 ], [ 114.029314, 39.985819 ], [ 113.910438, 40.015618 ], [ 113.959097, 40.033491 ], [ 113.989278, 40.11226 ], [ 114.018227, 40.103563 ], [ 114.045944, 40.056856 ], [ 114.086596, 40.071513 ], [ 114.101995, 40.099901 ], [ 114.073046, 40.168533 ], [ 114.073046, 40.168533 ], [ 114.097683, 40.193681 ], [ 114.135871, 40.175392 ], [ 114.180219, 40.191395 ], [ 114.235654, 40.198252 ], [ 114.255364, 40.236182 ], [ 114.292936, 40.230242 ], [ 114.362537, 40.249886 ], [ 114.406269, 40.246232 ], [ 114.46971, 40.268155 ], [ 114.510978, 40.302851 ], [ 114.530688, 40.345283 ], [ 114.481413, 40.34802 ], [ 114.438914, 40.371733 ], [ 114.390254, 40.351213 ], [ 114.381015, 40.36307 ], [ 114.31203, 40.372645 ], [ 114.286161, 40.425057 ], [ 114.299711, 40.44009 ], [ 114.267066, 40.474242 ], [ 114.282465, 40.494725 ], [ 114.293552, 40.55159 ], [ 114.273842, 40.552954 ], [ 114.283081, 40.590685 ], [ 114.236269, 40.607043 ], [ 114.183299, 40.67153 ], [ 114.162357, 40.71373 ], [ 114.134639, 40.737314 ], [ 114.103227, 40.770861 ], [ 114.104458, 40.797597 ], [ 114.080437, 40.790348 ], [ 114.044712, 40.830661 ], [ 114.073661, 40.857372 ], [ 114.055183, 40.867782 ], [ 114.041633, 40.917546 ], [ 114.057647, 40.925234 ], [ 113.994821, 40.938798 ], [ 113.973263, 40.983087 ], [ 113.868554, 41.06887 ], [ 113.819279, 41.09774 ], [ 113.877793, 41.115777 ], [ 113.920293, 41.172112 ], [ 113.960945, 41.171211 ], [ 113.996669, 41.19238 ], [ 114.016379, 41.231999 ], [ 113.992357, 41.269794 ], [ 113.971416, 41.239649 ], [ 113.95109, 41.282837 ], [ 113.914749, 41.294529 ], [ 113.899351, 41.316108 ], [ 113.92522, 41.325546 ], [ 113.94493, 41.392477 ], [ 113.871017, 41.413126 ], [ 113.877793, 41.431076 ], [ 113.919677, 41.454404 ], [ 113.933227, 41.487139 ], [ 113.953553, 41.483553 ], [ 113.976959, 41.505966 ], [ 114.032394, 41.529715 ], [ 114.101379, 41.537779 ], [ 114.230726, 41.513584 ], [ 114.221487, 41.582111 ], [ 114.226414, 41.616572 ], [ 114.259059, 41.623282 ], [ 114.215328, 41.68499 ], [ 114.237501, 41.698843 ], [ 114.206704, 41.7386 ], [ 114.215328, 41.75646 ], [ 114.200545, 41.789934 ], [ 114.282465, 41.863517 ], [ 114.343443, 41.926774 ], [ 114.352066, 41.953484 ], [ 114.419203, 41.942356 ], [ 114.478334, 41.951704 ], [ 114.511594, 41.981962 ], [ 114.467863, 42.025989 ], [ 114.480181, 42.064654 ], [ 114.502355, 42.06732 ], [ 114.510978, 42.110844 ], [ 114.560254, 42.132595 ], [ 114.647717, 42.109512 ], [ 114.675434, 42.12061 ], [ 114.75489, 42.115727 ], [ 114.789383, 42.130819 ], [ 114.79431, 42.149457 ], [ 114.825723, 42.139695 ], [ 114.86268, 42.097967 ], [ 114.860832, 42.054879 ], [ 114.9021, 42.015763 ], [ 114.915035, 41.960605 ], [ 114.923658, 41.871093 ], [ 114.939056, 41.846132 ], [ 114.922426, 41.825175 ], [ 114.868839, 41.813579 ], [ 114.89594, 41.76762 ], [ 114.902716, 41.695715 ], [ 114.895325, 41.636255 ], [ 114.860832, 41.60091 ], [ 115.016049, 41.615229 ], [ 115.056085, 41.602253 ], [ 115.0992, 41.62373 ], [ 115.195287, 41.602253 ], [ 115.20391, 41.571367 ], [ 115.256881, 41.580768 ], [ 115.26612, 41.616124 ], [ 115.290142, 41.622835 ], [ 115.310468, 41.592854 ], [ 115.377605, 41.603148 ], [ 115.345576, 41.635807 ], [ 115.360975, 41.661297 ], [ 115.319091, 41.691693 ], [ 115.346808, 41.712247 ], [ 115.42996, 41.728775 ], [ 115.488474, 41.760924 ], [ 115.519887, 41.76762 ], [ 115.57409, 41.80555 ], [ 115.654162, 41.829189 ], [ 115.688038, 41.867528 ], [ 115.726227, 41.870202 ], [ 115.811226, 41.912525 ], [ 115.834632, 41.93835 ], [ 115.85311, 41.927665 ], [ 115.916552, 41.945027 ], [ 115.954124, 41.874213 ], [ 115.994776, 41.828743 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.034196, 41.782795 ], [ 116.09887, 41.776547 ], [ 116.129051, 41.805996 ], [ 116.106877, 41.831419 ], [ 116.122892, 41.861734 ], [ 116.194341, 41.861734 ], [ 116.212819, 41.885352 ], [ 116.223906, 41.932562 ], [ 116.298434, 41.96817 ], [ 116.310137, 41.997086 ], [ 116.373579, 42.009983 ], [ 116.414231, 41.982407 ], [ 116.393289, 41.942802 ], [ 116.453651, 41.945917 ], [ 116.4826, 41.975734 ], [ 116.510933, 41.974399 ], [ 116.553433, 41.928555 ], [ 116.597165, 41.935679 ], [ 116.639049, 41.929891 ], [ 116.66923, 41.947698 ], [ 116.727744, 41.951259 ], [ 116.748686, 41.984186 ], [ 116.796113, 41.977958 ], [ 116.879881, 42.018431 ], [ 116.890352, 42.092639 ], [ 116.850316, 42.156556 ], [ 116.825062, 42.155669 ], [ 116.789338, 42.200462 ], [ 116.903287, 42.190708 ], [ 116.918685, 42.229716 ], [ 116.897743, 42.297479 ], [ 116.886656, 42.366496 ], [ 116.910678, 42.394789 ], [ 116.910678, 42.394789 ], [ 116.910062, 42.395231 ], [ 116.910062, 42.395231 ], [ 116.921765, 42.403628 ], [ 116.921765, 42.403628 ], [ 116.936547, 42.410256 ], [ 116.936547, 42.410256 ], [ 116.944555, 42.415116 ], [ 116.944555, 42.415116 ], [ 116.97104, 42.427486 ], [ 116.97104, 42.427486 ], [ 116.974736, 42.426603 ], [ 116.974736, 42.426603 ], [ 116.99075, 42.425719 ], [ 116.99075, 42.425719 ], [ 117.005533, 42.43367 ], [ 117.005533, 42.43367 ], [ 117.009228, 42.44957 ], [ 117.009228, 42.44957 ], [ 117.01662, 42.456193 ], [ 117.01662, 42.456193 ], [ 117.080061, 42.463699 ], [ 117.080061, 42.463699 ], [ 117.09546, 42.484004 ], [ 117.135496, 42.468996 ], [ 117.188467, 42.468114 ], [ 117.188467, 42.468114 ], [ 117.275314, 42.481797 ], [ 117.275314, 42.481797 ], [ 117.332596, 42.46105 ], [ 117.332596, 42.46105 ], [ 117.390495, 42.461933 ], [ 117.413284, 42.471645 ], [ 117.410205, 42.519743 ], [ 117.387415, 42.517537 ], [ 117.387415, 42.517537 ], [ 117.434226, 42.557224 ], [ 117.435458, 42.585431 ], [ 117.475494, 42.602613 ], [ 117.530313, 42.590278 ], [ 117.537088, 42.603054 ], [ 117.60053, 42.603054 ], [ 117.667051, 42.582347 ], [ 117.708935, 42.588515 ], [ 117.779768, 42.61847 ], [ 117.801326, 42.612744 ], [ 117.797631, 42.585431 ], [ 117.856761, 42.539148 ], [ 117.874007, 42.510038 ], [ 117.997811, 42.416884 ], [ 118.024296, 42.385064 ], [ 118.008898, 42.346595 ], [ 118.060021, 42.298364 ], [ 118.047702, 42.280656 ], [ 117.974405, 42.25054 ], [ 117.977485, 42.229716 ], [ 118.033535, 42.199132 ], [ 118.106216, 42.172082 ], [ 118.089586, 42.12283 ], [ 118.097593, 42.105072 ], [ 118.155491, 42.081091 ], [ 118.116687, 42.037102 ], [ 118.194296, 42.031324 ], [ 118.220165, 42.058434 ], [ 118.212774, 42.081091 ], [ 118.239259, 42.092639 ], [ 118.27252, 42.083312 ], [ 118.296541, 42.057545 ], [ 118.286686, 42.033991 ], [ 118.239875, 42.024655 ], [ 118.291614, 42.007759 ], [ 118.313788, 41.98819 ], [ 118.306396, 41.940131 ], [ 118.268824, 41.930336 ], [ 118.340273, 41.87243 ], [ 118.335346, 41.845241 ], [ 118.29223, 41.772976 ], [ 118.247266, 41.773869 ], [ 118.236179, 41.80778 ], [ 118.178281, 41.814917 ], [ 118.140093, 41.784134 ], [ 118.132702, 41.733241 ], [ 118.155491, 41.712694 ], [ 118.159187, 41.67605 ], [ 118.206614, 41.650566 ], [ 118.215237, 41.59554 ], [ 118.302701, 41.55256 ], [ 118.315636, 41.512688 ], [ 118.271904, 41.471446 ], [ 118.327338, 41.450816 ], [ 118.348896, 41.428384 ], [ 118.361215, 41.384844 ], [ 118.348896, 41.342622 ], [ 118.380309, 41.312062 ], [ 118.412338, 41.331838 ], [ 118.528135, 41.355202 ], [ 118.629765, 41.346666 ], [ 118.677192, 41.35026 ], [ 118.741866, 41.324198 ], [ 118.770199, 41.352956 ], [ 118.843496, 41.374516 ], [ 118.844727, 41.342622 ], [ 118.890923, 41.300823 ], [ 118.949437, 41.317906 ], [ 118.980234, 41.305769 ], [ 119.092951, 41.293629 ], [ 119.168712, 41.294978 ], [ 119.197661, 41.282837 ], [ 119.211827, 41.308016 ], [ 119.239545, 41.31431 ], [ 119.2494, 41.279689 ], [ 119.209364, 41.244599 ], [ 119.204436, 41.222546 ], [ 119.169943, 41.222996 ], [ 119.189038, 41.198234 ], [ 119.126212, 41.138767 ], [ 119.081248, 41.131555 ], [ 119.080632, 41.095936 ], [ 119.037516, 41.067516 ], [ 118.964836, 41.079246 ], [ 118.937118, 41.052625 ], [ 118.951901, 41.018317 ], [ 119.013495, 41.007479 ], [ 119.00056, 40.967273 ], [ 118.977154, 40.959138 ], [ 118.977154, 40.959138 ], [ 118.916792, 40.969984 ], [ 118.90201, 40.960946 ], [ 118.873061, 40.847866 ], [ 118.845959, 40.822057 ], [ 118.878604, 40.783098 ], [ 118.907553, 40.775394 ], [ 118.895234, 40.75409 ], [ 118.950053, 40.747743 ], [ 118.96114, 40.72008 ], [ 119.011031, 40.687414 ], [ 119.028277, 40.692406 ], [ 119.054763, 40.664721 ], [ 119.115125, 40.666536 ], [ 119.165632, 40.69286 ], [ 119.184726, 40.680153 ], [ 119.14469, 40.632482 ], [ 119.162552, 40.600228 ], [ 119.177951, 40.609315 ], [ 119.230921, 40.603863 ], [ 119.22045, 40.569322 ], [ 119.256175, 40.543404 ], [ 119.30237, 40.530215 ], [ 119.429254, 40.540221 ], [ 119.477913, 40.533399 ], [ 119.503783, 40.553864 ], [ 119.559217, 40.547952 ], [ 119.572152, 40.523846 ], [ 119.553674, 40.502007 ], [ 119.604797, 40.455119 ], [ 119.586934, 40.375381 ], [ 119.598021, 40.334335 ], [ 119.651608, 40.271808 ], [ 119.639289, 40.231613 ], [ 119.639289, 40.231613 ], [ 119.671934, 40.23938 ], [ 119.716898, 40.195966 ], [ 119.745847, 40.207851 ], [ 119.760629, 40.136056 ], [ 119.736608, 40.104936 ], [ 119.772332, 40.08113 ], [ 119.783419, 40.046778 ], [ 119.783419, 40.046778 ], [ 119.787115, 40.041739 ], [ 119.787115, 40.041739 ], [ 119.81668, 40.050443 ], [ 119.81668, 40.050443 ], [ 119.854252, 40.033033 ], [ 119.845629, 40.000949 ], [ 119.845629, 40.000949 ], [ 119.854252, 39.98857 ], [ 119.872114, 39.960594 ], [ 119.842549, 39.956007 ], [ 119.820375, 39.979399 ], [ 119.787115, 39.950502 ], [ 119.726137, 39.940867 ], [ 119.681789, 39.922511 ], [ 119.642369, 39.925264 ], [ 119.620195, 39.904609 ], [ 119.588166, 39.910576 ], [ 119.540739, 39.888079 ], [ 119.520413, 39.840306 ], [ 119.536427, 39.809052 ], [ 119.474217, 39.813189 ], [ 119.366428, 39.734996 ], [ 119.269726, 39.498497 ], [ 119.316537, 39.437051 ], [ 119.317153, 39.4107 ], [ 119.272805, 39.363521 ], [ 119.185342, 39.342234 ], [ 119.121284, 39.281576 ], [ 119.096031, 39.24219 ], [ 119.038132, 39.211593 ], [ 119.023966, 39.187012 ], [ 118.97777, 39.163352 ], [ 118.926031, 39.123435 ], [ 118.890307, 39.118792 ], [ 118.896466, 39.139683 ], [ 118.951285, 39.178662 ], [ 118.920488, 39.171703 ], [ 118.897082, 39.151286 ], [ 118.857662, 39.162888 ], [ 118.814546, 39.138754 ], [ 118.76096, 39.133648 ], [ 118.637156, 39.157319 ], [ 118.578642, 39.130863 ], [ 118.588497, 39.107648 ], [ 118.533062, 39.090928 ], [ 118.570634, 38.999363 ], [ 118.604511, 38.971452 ], [ 118.539837, 38.910008 ], [ 118.491178, 38.909077 ], [ 118.377845, 38.971917 ], [ 118.366143, 39.016104 ], [ 118.319331, 39.009594 ], [ 118.225092, 39.034701 ], [ 118.1906, 39.080708 ], [ 118.162883, 39.136433 ], [ 118.12531, 39.182838 ], [ 118.065564, 39.218084 ], [ 118.056941, 39.219939 ], [ 118.037231, 39.220402 ], [ 118.064948, 39.231065 ], [ 118.064948, 39.256094 ], [ 118.036615, 39.264898 ], [ 118.024296, 39.289451 ], [ 118.024296, 39.289451 ], [ 117.982412, 39.298714 ], [ 117.982412, 39.298714 ], [ 117.979333, 39.300566 ], [ 117.979333, 39.300566 ], [ 117.973173, 39.312143 ], [ 117.973173, 39.312143 ], [ 117.965782, 39.314921 ], [ 117.965782, 39.314921 ], [ 117.919587, 39.318162 ], [ 117.919587, 39.318162 ], [ 117.88879, 39.332051 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.850601, 39.363984 ], [ 117.850601, 39.363984 ], [ 117.810565, 39.354729 ], [ 117.805022, 39.373237 ], [ 117.852449, 39.380639 ], [ 117.846906, 39.407926 ], [ 117.871543, 39.411625 ], [ 117.870311, 39.455074 ], [ 117.899877, 39.474479 ], [ 117.912195, 39.517428 ], [ 117.912195, 39.517428 ], [ 117.904804, 39.533585 ], [ 117.933753, 39.574191 ], [ 117.868464, 39.59679 ], [ 117.829659, 39.589873 ], [ 117.766834, 39.598635 ], [ 117.753899, 39.579726 ], [ 117.753899, 39.579726 ], [ 117.745276, 39.547892 ], [ 117.715711, 39.529892 ], [ 117.707088, 39.576036 ], [ 117.684914, 39.58895 ], [ 117.654117, 39.575113 ], [ 117.637486, 39.603246 ], [ 117.66274, 39.636437 ], [ 117.668899, 39.666849 ], [ 117.627015, 39.703693 ], [ 117.57774, 39.726711 ], [ 117.595603, 39.74604 ], [ 117.56111, 39.754782 ], [ 117.546327, 39.775943 ], [ 117.561726, 39.799856 ], [ 117.529081, 39.859144 ], [ 117.529081, 39.859144 ], [ 117.508139, 39.901854 ], [ 117.508139, 39.901854 ], [ 117.512451, 39.90874 ], [ 117.512451, 39.90874 ], [ 117.513067, 39.910576 ], [ 117.513067, 39.910576 ], [ 117.514914, 39.946832 ], [ 117.534625, 39.954631 ], [ 117.546327, 39.999116 ], [ 117.594987, 39.994531 ], [ 117.594987, 39.994531 ], [ 117.614697, 39.97252 ], [ 117.671363, 39.973896 ], [ 117.691073, 39.984902 ], [ 117.756363, 39.965181 ], [ 117.781616, 39.966558 ], [ 117.781616, 39.966558 ], [ 117.795167, 39.996823 ], [ 117.795167, 39.996823 ], [ 117.793319, 40.005534 ], [ 117.793319, 40.005534 ], [ 117.768681, 40.022034 ], [ 117.768681, 40.022034 ], [ 117.744044, 40.018368 ], [ 117.74774, 40.047236 ], [ 117.776073, 40.059605 ], [ 117.752667, 40.081588 ], [ 117.71879, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.675059, 40.082045 ], [ 117.655965, 40.109514 ], [ 117.655965, 40.109514 ], [ 117.654117, 40.114548 ], [ 117.654117, 40.114548 ], [ 117.651653, 40.122786 ], [ 117.651653, 40.122786 ], [ 117.613465, 40.158014 ], [ 117.613465, 40.158014 ], [ 117.609769, 40.160301 ], [ 117.609769, 40.160301 ], [ 117.576508, 40.178593 ], [ 117.571581, 40.219276 ], [ 117.548791, 40.232527 ], [ 117.505059, 40.227044 ], [ 117.450241, 40.252627 ], [ 117.415748, 40.248973 ], [ 117.389879, 40.227958 ], [ 117.351075, 40.229786 ], [ 117.331365, 40.289613 ], [ 117.295024, 40.2782 ], [ 117.271618, 40.325211 ], [ 117.271618, 40.325211 ], [ 117.243285, 40.369453 ], [ 117.226039, 40.368997 ], [ 117.234046, 40.417312 ], [ 117.263611, 40.442367 ], [ 117.208793, 40.501552 ], [ 117.262995, 40.512927 ], [ 117.247597, 40.539766 ], [ 117.269771, 40.560684 ], [ 117.348611, 40.581141 ], [ 117.348611, 40.581141 ], [ 117.389879, 40.561593 ], [ 117.429915, 40.576141 ], [ 117.412669, 40.605226 ], [ 117.467487, 40.649738 ] ] ], [ [ [ 117.210024, 40.082045 ], [ 117.192162, 40.066475 ], [ 117.198322, 39.992697 ], [ 117.150894, 39.944996 ], [ 117.162597, 39.876598 ], [ 117.162597, 39.876598 ], [ 117.227887, 39.852712 ], [ 117.247597, 39.860981 ], [ 117.251908, 39.834332 ], [ 117.192162, 39.832953 ], [ 117.156438, 39.817326 ], [ 117.15767, 39.796638 ], [ 117.205713, 39.763984 ], [ 117.161981, 39.748801 ], [ 117.165061, 39.718886 ], [ 117.165061, 39.718886 ], [ 117.177996, 39.645194 ], [ 117.152742, 39.623532 ], [ 117.10901, 39.625375 ], [ 117.10901, 39.625375 ], [ 117.016004, 39.653949 ], [ 116.983359, 39.638742 ], [ 116.983359, 39.638742 ], [ 116.964265, 39.64335 ], [ 116.948866, 39.680668 ], [ 116.948866, 39.680668 ], [ 116.944555, 39.695405 ], [ 116.944555, 39.695405 ], [ 116.932236, 39.706456 ], [ 116.932236, 39.706456 ], [ 116.90575, 39.688037 ], [ 116.889736, 39.687576 ], [ 116.887272, 39.72533 ], [ 116.916837, 39.731314 ], [ 116.902055, 39.763523 ], [ 116.949482, 39.778703 ], [ 116.918069, 39.84628 ], [ 116.907598, 39.832494 ], [ 116.865714, 39.843982 ], [ 116.812128, 39.889916 ], [ 116.78441, 39.891294 ], [ 116.782563, 39.947749 ], [ 116.757925, 39.967934 ], [ 116.781331, 40.034866 ], [ 116.820135, 40.02845 ], [ 116.831222, 40.051359 ], [ 116.867562, 40.041739 ], [ 116.927924, 40.055024 ], [ 116.945171, 40.04128 ], [ 117.025243, 40.030283 ], [ 117.051728, 40.059605 ], [ 117.105315, 40.074261 ], [ 117.105315, 40.074261 ], [ 117.140423, 40.064185 ], [ 117.159517, 40.077008 ], [ 117.204481, 40.069681 ], [ 117.210024, 40.082045 ] ] ], [ [ [ 117.784696, 39.376938 ], [ 117.74466, 39.354729 ], [ 117.670747, 39.35658 ], [ 117.669515, 39.322792 ], [ 117.594987, 39.349176 ], [ 117.536472, 39.338068 ], [ 117.521074, 39.357043 ], [ 117.570965, 39.404689 ], [ 117.601146, 39.419485 ], [ 117.614081, 39.407001 ], [ 117.668899, 39.412087 ], [ 117.673211, 39.386652 ], [ 117.699696, 39.407463 ], [ 117.765602, 39.400527 ], [ 117.784696, 39.376938 ] ] ], [ [ [ 118.869365, 39.142932 ], [ 118.857662, 39.098824 ], [ 118.82009, 39.108576 ], [ 118.869365, 39.142932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "140000", "name": "山西省", "center": [ 112.549248, 37.857014 ], "centroid": [ 112.304761, 37.618555 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 3, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114.134639, 40.737314 ], [ 114.162357, 40.71373 ], [ 114.183299, 40.67153 ], [ 114.236269, 40.607043 ], [ 114.283081, 40.590685 ], [ 114.273842, 40.552954 ], [ 114.293552, 40.55159 ], [ 114.282465, 40.494725 ], [ 114.267066, 40.474242 ], [ 114.299711, 40.44009 ], [ 114.286161, 40.425057 ], [ 114.31203, 40.372645 ], [ 114.381015, 40.36307 ], [ 114.390254, 40.351213 ], [ 114.438914, 40.371733 ], [ 114.481413, 40.34802 ], [ 114.530688, 40.345283 ], [ 114.510978, 40.302851 ], [ 114.46971, 40.268155 ], [ 114.406269, 40.246232 ], [ 114.362537, 40.249886 ], [ 114.292936, 40.230242 ], [ 114.255364, 40.236182 ], [ 114.235654, 40.198252 ], [ 114.180219, 40.191395 ], [ 114.135871, 40.175392 ], [ 114.097683, 40.193681 ], [ 114.073046, 40.168533 ], [ 114.073046, 40.168533 ], [ 114.101995, 40.099901 ], [ 114.086596, 40.071513 ], [ 114.045944, 40.056856 ], [ 114.018227, 40.103563 ], [ 113.989278, 40.11226 ], [ 113.959097, 40.033491 ], [ 113.910438, 40.015618 ], [ 114.029314, 39.985819 ], [ 114.028082, 39.959218 ], [ 114.047176, 39.916085 ], [ 114.067502, 39.922511 ], [ 114.17406, 39.897722 ], [ 114.212248, 39.918839 ], [ 114.229494, 39.899558 ], [ 114.204241, 39.885324 ], [ 114.215943, 39.8619 ], [ 114.286776, 39.871087 ], [ 114.285545, 39.858225 ], [ 114.395182, 39.867412 ], [ 114.406885, 39.833413 ], [ 114.390254, 39.819165 ], [ 114.41674, 39.775943 ], [ 114.409964, 39.761683 ], [ 114.408117, 39.652106 ], [ 114.431522, 39.613851 ], [ 114.49558, 39.608318 ], [ 114.51529, 39.564964 ], [ 114.568877, 39.573729 ], [ 114.532536, 39.486027 ], [ 114.501739, 39.476789 ], [ 114.496812, 39.438437 ], [ 114.469095, 39.400989 ], [ 114.466631, 39.329736 ], [ 114.430906, 39.307513 ], [ 114.437066, 39.259337 ], [ 114.416124, 39.242654 ], [ 114.47587, 39.21623 ], [ 114.443841, 39.174023 ], [ 114.388406, 39.176807 ], [ 114.360689, 39.134112 ], [ 114.369928, 39.107648 ], [ 114.345907, 39.075133 ], [ 114.252284, 39.073739 ], [ 114.180835, 39.049111 ], [ 114.157429, 39.061194 ], [ 114.10877, 39.052364 ], [ 114.082901, 39.09325 ], [ 114.082901, 39.09325 ], [ 114.064422, 39.094179 ], [ 114.050872, 39.135969 ], [ 114.006524, 39.122971 ], [ 113.994821, 39.095572 ], [ 113.961561, 39.100681 ], [ 113.930148, 39.063517 ], [ 113.898119, 39.067699 ], [ 113.80696, 38.989595 ], [ 113.776779, 38.986804 ], [ 113.76754, 38.959819 ], [ 113.776163, 38.885788 ], [ 113.795257, 38.860628 ], [ 113.855619, 38.828933 ], [ 113.836525, 38.795824 ], [ 113.839605, 38.7585 ], [ 113.802648, 38.763166 ], [ 113.775547, 38.709949 ], [ 113.720728, 38.713218 ], [ 113.70225, 38.651551 ], [ 113.612939, 38.645942 ], [ 113.603084, 38.587024 ], [ 113.561816, 38.558483 ], [ 113.5612, 38.485909 ], [ 113.583374, 38.459671 ], [ 113.537794, 38.417952 ], [ 113.525475, 38.383245 ], [ 113.557504, 38.343359 ], [ 113.54457, 38.270569 ], [ 113.570439, 38.237202 ], [ 113.598772, 38.22733 ], [ 113.64312, 38.232031 ], [ 113.678844, 38.20523 ], [ 113.711489, 38.213695 ], [ 113.720728, 38.174656 ], [ 113.797105, 38.162894 ], [ 113.831597, 38.16854 ], [ 113.811271, 38.117707 ], [ 113.876561, 38.055059 ], [ 113.872249, 37.990471 ], [ 113.901198, 37.984811 ], [ 113.936307, 37.922993 ], [ 113.959097, 37.906468 ], [ 113.976959, 37.816696 ], [ 114.006524, 37.813386 ], [ 114.044712, 37.761834 ], [ 113.996669, 37.730128 ], [ 113.993589, 37.706932 ], [ 114.068118, 37.721608 ], [ 114.12848, 37.698409 ], [ 114.139567, 37.675676 ], [ 114.115545, 37.619761 ], [ 114.118625, 37.59084 ], [ 114.036705, 37.494037 ], [ 114.014531, 37.42468 ], [ 113.973879, 37.40329 ], [ 113.962792, 37.355734 ], [ 113.90243, 37.310052 ], [ 113.886416, 37.239095 ], [ 113.853155, 37.215269 ], [ 113.832213, 37.167594 ], [ 113.773083, 37.151855 ], [ 113.773699, 37.107004 ], [ 113.758301, 37.075497 ], [ 113.788482, 37.059739 ], [ 113.771851, 37.016745 ], [ 113.791561, 36.98759 ], [ 113.76138, 36.956034 ], [ 113.792793, 36.894796 ], [ 113.773083, 36.85506 ], [ 113.731815, 36.858891 ], [ 113.731815, 36.878521 ], [ 113.696707, 36.882351 ], [ 113.676381, 36.855539 ], [ 113.680692, 36.789907 ], [ 113.600004, 36.752995 ], [ 113.549497, 36.752515 ], [ 113.535946, 36.732373 ], [ 113.499606, 36.740527 ], [ 113.465113, 36.707908 ], [ 113.506997, 36.705029 ], [ 113.476816, 36.655114 ], [ 113.486671, 36.635427 ], [ 113.54457, 36.62342 ], [ 113.539642, 36.594116 ], [ 113.569823, 36.585947 ], [ 113.588917, 36.547974 ], [ 113.559968, 36.528741 ], [ 113.554425, 36.494589 ], [ 113.587069, 36.460904 ], [ 113.635729, 36.451277 ], [ 113.670221, 36.425278 ], [ 113.708409, 36.423352 ], [ 113.731199, 36.363135 ], [ 113.736127, 36.324571 ], [ 113.712105, 36.303353 ], [ 113.716417, 36.262347 ], [ 113.681924, 36.216491 ], [ 113.697939, 36.181719 ], [ 113.651127, 36.174473 ], [ 113.705946, 36.148865 ], [ 113.712721, 36.129533 ], [ 113.655439, 36.125182 ], [ 113.671453, 36.115514 ], [ 113.68562, 36.056026 ], [ 113.660366, 36.034735 ], [ 113.694859, 36.026991 ], [ 113.678844, 35.985841 ], [ 113.648663, 35.994073 ], [ 113.654207, 35.931586 ], [ 113.637576, 35.870019 ], [ 113.660982, 35.837035 ], [ 113.582758, 35.818111 ], [ 113.604932, 35.797727 ], [ 113.587685, 35.736542 ], [ 113.592613, 35.691838 ], [ 113.622794, 35.674825 ], [ 113.625258, 35.632518 ], [ 113.578446, 35.633491 ], [ 113.547649, 35.656835 ], [ 113.55812, 35.621816 ], [ 113.513773, 35.57364 ], [ 113.49899, 35.532254 ], [ 113.439244, 35.507412 ], [ 113.391817, 35.506925 ], [ 113.348085, 35.468429 ], [ 113.31236, 35.481101 ], [ 113.304353, 35.426989 ], [ 113.243375, 35.449418 ], [ 113.189789, 35.44893 ], [ 113.188557, 35.412357 ], [ 113.165151, 35.412845 ], [ 113.149137, 35.350878 ], [ 113.126347, 35.332327 ], [ 113.067217, 35.353806 ], [ 112.996384, 35.362104 ], [ 112.985913, 35.33965 ], [ 112.992072, 35.29619 ], [ 112.936022, 35.284466 ], [ 112.934174, 35.262968 ], [ 112.884283, 35.243909 ], [ 112.822073, 35.258082 ], [ 112.772798, 35.207732 ], [ 112.720443, 35.206265 ], [ 112.628052, 35.263457 ], [ 112.637291, 35.225822 ], [ 112.513487, 35.218489 ], [ 112.390915, 35.239021 ], [ 112.36751, 35.219956 ], [ 112.288053, 35.219956 ], [ 112.304684, 35.251728 ], [ 112.242474, 35.234622 ], [ 112.21722, 35.253195 ], [ 112.094033, 35.279092 ], [ 112.058924, 35.280069 ], [ 112.078634, 35.219467 ], [ 112.03983, 35.194039 ], [ 112.066315, 35.153437 ], [ 112.05646, 35.098615 ], [ 112.062004, 35.056005 ], [ 112.039214, 35.045717 ], [ 112.018888, 35.068742 ], [ 111.97762, 35.067272 ], [ 111.933272, 35.083435 ], [ 111.810084, 35.062374 ], [ 111.807005, 35.032977 ], [ 111.739251, 35.00406 ], [ 111.664107, 34.984449 ], [ 111.681969, 34.9511 ], [ 111.646861, 34.938836 ], [ 111.617911, 34.894671 ], [ 111.592042, 34.881416 ], [ 111.570484, 34.843114 ], [ 111.543999, 34.853428 ], [ 111.502731, 34.829851 ], [ 111.439289, 34.838202 ], [ 111.389398, 34.815113 ], [ 111.345666, 34.831816 ], [ 111.29208, 34.806759 ], [ 111.255123, 34.819535 ], [ 111.232949, 34.789559 ], [ 111.148566, 34.807742 ], [ 111.118385, 34.756623 ], [ 111.035233, 34.740887 ], [ 110.976103, 34.706456 ], [ 110.929907, 34.731543 ], [ 110.89911, 34.661673 ], [ 110.870777, 34.636072 ], [ 110.812263, 34.624746 ], [ 110.780234, 34.648874 ], [ 110.749437, 34.65232 ], [ 110.710017, 34.605045 ], [ 110.610851, 34.607508 ], [ 110.533242, 34.583368 ], [ 110.488279, 34.610956 ], [ 110.424837, 34.588295 ], [ 110.379257, 34.600612 ], [ 110.29549, 34.610956 ], [ 110.23636, 34.670533 ], [ 110.231432, 34.701044 ], [ 110.259149, 34.737937 ], [ 110.232664, 34.80332 ], [ 110.233896, 34.83722 ], [ 110.259149, 34.884853 ], [ 110.257301, 34.934912 ], [ 110.272084, 34.942761 ], [ 110.325671, 35.014844 ], [ 110.369402, 35.158329 ], [ 110.374946, 35.251728 ], [ 110.45009, 35.327933 ], [ 110.477808, 35.413821 ], [ 110.531394, 35.511309 ], [ 110.567735, 35.539559 ], [ 110.609619, 35.632031 ], [ 110.57759, 35.701559 ], [ 110.571431, 35.800639 ], [ 110.550489, 35.838005 ], [ 110.549257, 35.877778 ], [ 110.511684, 35.879718 ], [ 110.516612, 35.918501 ], [ 110.502445, 35.947575 ], [ 110.516612, 35.971796 ], [ 110.49259, 35.994073 ], [ 110.491974, 36.034735 ], [ 110.467953, 36.074893 ], [ 110.447011, 36.164328 ], [ 110.45625, 36.22663 ], [ 110.474112, 36.248352 ], [ 110.474112, 36.306729 ], [ 110.459946, 36.327946 ], [ 110.487047, 36.393972 ], [ 110.489511, 36.430094 ], [ 110.47288, 36.453203 ], [ 110.503677, 36.488335 ], [ 110.488895, 36.556628 ], [ 110.496902, 36.582102 ], [ 110.447627, 36.621018 ], [ 110.426685, 36.657514 ], [ 110.394656, 36.676716 ], [ 110.402663, 36.697352 ], [ 110.438388, 36.685835 ], [ 110.447011, 36.737649 ], [ 110.407591, 36.776007 ], [ 110.423605, 36.818179 ], [ 110.406975, 36.824886 ], [ 110.424221, 36.855539 ], [ 110.376178, 36.882351 ], [ 110.408823, 36.892403 ], [ 110.424221, 36.963685 ], [ 110.381721, 37.002408 ], [ 110.382953, 37.022001 ], [ 110.426685, 37.008621 ], [ 110.417446, 37.027257 ], [ 110.460561, 37.044932 ], [ 110.49567, 37.086956 ], [ 110.535706, 37.115118 ], [ 110.53509, 37.138021 ], [ 110.590525, 37.187145 ], [ 110.651503, 37.256722 ], [ 110.660126, 37.281011 ], [ 110.690307, 37.287201 ], [ 110.678604, 37.317668 ], [ 110.695234, 37.34955 ], [ 110.641648, 37.360015 ], [ 110.630561, 37.372858 ], [ 110.644111, 37.435135 ], [ 110.740198, 37.44939 ], [ 110.759292, 37.474567 ], [ 110.770995, 37.538184 ], [ 110.795017, 37.558586 ], [ 110.771611, 37.594634 ], [ 110.763604, 37.639668 ], [ 110.793169, 37.650567 ], [ 110.775306, 37.680886 ], [ 110.706321, 37.705511 ], [ 110.716792, 37.728708 ], [ 110.750669, 37.736281 ], [ 110.735886, 37.77035 ], [ 110.680452, 37.790216 ], [ 110.59422, 37.922049 ], [ 110.522771, 37.955088 ], [ 110.528315, 37.990471 ], [ 110.507989, 38.013107 ], [ 110.501829, 38.097929 ], [ 110.519692, 38.130889 ], [ 110.509221, 38.192061 ], [ 110.528315, 38.211814 ], [ 110.565887, 38.215105 ], [ 110.57759, 38.297345 ], [ 110.601612, 38.308147 ], [ 110.661358, 38.308617 ], [ 110.701394, 38.353215 ], [ 110.746973, 38.366355 ], [ 110.77777, 38.440924 ], [ 110.796864, 38.453579 ], [ 110.840596, 38.439986 ], [ 110.874473, 38.453579 ], [ 110.870777, 38.510265 ], [ 110.907733, 38.521035 ], [ 110.920052, 38.581878 ], [ 110.898494, 38.587024 ], [ 110.880632, 38.626776 ], [ 110.916357, 38.673981 ], [ 110.915125, 38.704345 ], [ 110.965016, 38.755699 ], [ 111.009363, 38.847579 ], [ 110.995813, 38.868084 ], [ 111.016755, 38.889981 ], [ 111.009979, 38.932823 ], [ 110.980414, 38.970056 ], [ 110.998276, 38.998433 ], [ 111.038313, 39.020289 ], [ 111.094363, 39.030053 ], [ 111.138095, 39.064447 ], [ 111.147334, 39.100681 ], [ 111.173819, 39.135041 ], [ 111.163348, 39.152678 ], [ 111.219399, 39.244044 ], [ 111.213239, 39.257021 ], [ 111.247732, 39.302419 ], [ 111.202152, 39.305197 ], [ 111.179363, 39.326959 ], [ 111.186138, 39.35149 ], [ 111.155341, 39.338531 ], [ 111.159037, 39.362596 ], [ 111.125776, 39.366297 ], [ 111.143022, 39.407926 ], [ 111.171971, 39.423183 ], [ 111.287152, 39.417173 ], [ 111.358601, 39.432428 ], [ 111.385086, 39.489722 ], [ 111.431282, 39.508656 ], [ 111.422043, 39.539123 ], [ 111.441137, 39.59679 ], [ 111.460847, 39.606935 ], [ 111.445448, 39.640124 ], [ 111.497187, 39.661781 ], [ 111.525521, 39.662242 ], [ 111.61668, 39.633211 ], [ 111.646245, 39.644272 ], [ 111.707839, 39.621227 ], [ 111.722621, 39.606013 ], [ 111.783599, 39.58895 ], [ 111.842729, 39.620305 ], [ 111.87907, 39.606013 ], [ 111.9382, 39.623071 ], [ 111.925265, 39.66731 ], [ 111.959758, 39.692642 ], [ 111.970229, 39.796638 ], [ 112.012729, 39.827438 ], [ 112.042294, 39.886243 ], [ 112.07617, 39.919298 ], [ 112.133453, 40.001866 ], [ 112.142076, 40.027076 ], [ 112.182112, 40.061437 ], [ 112.183344, 40.083877 ], [ 112.232003, 40.133311 ], [ 112.232619, 40.169905 ], [ 112.299756, 40.21105 ], [ 112.310227, 40.256281 ], [ 112.349031, 40.257194 ], [ 112.418017, 40.295091 ], [ 112.456205, 40.300112 ], [ 112.511639, 40.269068 ], [ 112.6299, 40.235725 ], [ 112.712436, 40.178593 ], [ 112.744464, 40.167161 ], [ 112.848558, 40.206937 ], [ 112.898449, 40.329317 ], [ 113.03334, 40.368997 ], [ 113.083231, 40.374925 ], [ 113.251382, 40.413211 ], [ 113.27602, 40.388601 ], [ 113.316672, 40.319736 ], [ 113.387505, 40.319279 ], [ 113.500222, 40.334335 ], [ 113.559968, 40.348476 ], [ 113.688699, 40.448288 ], [ 113.763228, 40.473787 ], [ 113.794641, 40.517932 ], [ 113.850691, 40.460583 ], [ 113.890112, 40.466503 ], [ 113.948626, 40.514747 ], [ 114.011452, 40.515657 ], [ 114.061959, 40.52885 ], [ 114.080437, 40.547952 ], [ 114.076741, 40.575686 ], [ 114.041633, 40.608861 ], [ 114.07243, 40.679246 ], [ 114.063806, 40.706925 ], [ 114.084748, 40.729605 ], [ 114.134639, 40.737314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "150000", "name": "内蒙古自治区", "center": [ 111.670801, 40.818311 ], "centroid": [ 114.077404, 44.331072 ], "childrenNum": 12, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 4, "acroutes": [ 100000 ] }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 111.125776, 39.366297 ], [ 111.087588, 39.376013 ], [ 111.098059, 39.401914 ], [ 111.064182, 39.400989 ], [ 111.058639, 39.447681 ], [ 111.10545, 39.472631 ], [ 111.10545, 39.497573 ], [ 111.148566, 39.531277 ], [ 111.154725, 39.569116 ], [ 111.136863, 39.587106 ], [ 111.101138, 39.559428 ], [ 111.017371, 39.552045 ], [ 110.958856, 39.519275 ], [ 110.891103, 39.509118 ], [ 110.869545, 39.494341 ], [ 110.782698, 39.38804 ], [ 110.73835, 39.348713 ], [ 110.731575, 39.30705 ], [ 110.702626, 39.273701 ], [ 110.626249, 39.266751 ], [ 110.596684, 39.282966 ], [ 110.566503, 39.320014 ], [ 110.559728, 39.351027 ], [ 110.524003, 39.382952 ], [ 110.482735, 39.360745 ], [ 110.434692, 39.381101 ], [ 110.429764, 39.341308 ], [ 110.385417, 39.310291 ], [ 110.257917, 39.407001 ], [ 110.243751, 39.423645 ], [ 110.152592, 39.45415 ], [ 110.12549, 39.432891 ], [ 110.136577, 39.39174 ], [ 110.161831, 39.387115 ], [ 110.184005, 39.355192 ], [ 110.217881, 39.281113 ], [ 110.109476, 39.249606 ], [ 110.041107, 39.21623 ], [ 109.962267, 39.212056 ], [ 109.90252, 39.271848 ], [ 109.871723, 39.243581 ], [ 109.961035, 39.191651 ], [ 109.893897, 39.141075 ], [ 109.92223, 39.107183 ], [ 109.890818, 39.103932 ], [ 109.851397, 39.122971 ], [ 109.793499, 39.074204 ], [ 109.762086, 39.057476 ], [ 109.72513, 39.018429 ], [ 109.665384, 38.981687 ], [ 109.685094, 38.968195 ], [ 109.672159, 38.928167 ], [ 109.624116, 38.85457 ], [ 109.549587, 38.805618 ], [ 109.511399, 38.833595 ], [ 109.444262, 38.782763 ], [ 109.404226, 38.720689 ], [ 109.338936, 38.701542 ], [ 109.329081, 38.66043 ], [ 109.367269, 38.627711 ], [ 109.331545, 38.597783 ], [ 109.276726, 38.623035 ], [ 109.196654, 38.552867 ], [ 109.175712, 38.518694 ], [ 109.128901, 38.480288 ], [ 109.054372, 38.433892 ], [ 109.051292, 38.385122 ], [ 109.007561, 38.359316 ], [ 108.961981, 38.26493 ], [ 108.976148, 38.245192 ], [ 108.938575, 38.207582 ], [ 108.964445, 38.154894 ], [ 109.069155, 38.091336 ], [ 109.050676, 38.055059 ], [ 109.06977, 38.023008 ], [ 109.037742, 38.021593 ], [ 109.018648, 37.971602 ], [ 108.982923, 37.964053 ], [ 108.9743, 37.931962 ], [ 108.93488, 37.922521 ], [ 108.893612, 37.978207 ], [ 108.883141, 38.01405 ], [ 108.830786, 38.049875 ], [ 108.797525, 38.04799 ], [ 108.82709, 37.989056 ], [ 108.798141, 37.93385 ], [ 108.791982, 37.872934 ], [ 108.799989, 37.784068 ], [ 108.784591, 37.764673 ], [ 108.791982, 37.700303 ], [ 108.777815, 37.683728 ], [ 108.720533, 37.683728 ], [ 108.699591, 37.669518 ], [ 108.628142, 37.651988 ], [ 108.532671, 37.690832 ], [ 108.485244, 37.678044 ], [ 108.422418, 37.648672 ], [ 108.301078, 37.640616 ], [ 108.293071, 37.656726 ], [ 108.24626, 37.665728 ], [ 108.205608, 37.655779 ], [ 108.193905, 37.638246 ], [ 108.134159, 37.622131 ], [ 108.055318, 37.652462 ], [ 108.025137, 37.649619 ], [ 108.012819, 37.66857 ], [ 108.025753, 37.696041 ], [ 107.993109, 37.735335 ], [ 107.982022, 37.787378 ], [ 107.884703, 37.808186 ], [ 107.842819, 37.828987 ], [ 107.732566, 37.84931 ], [ 107.684523, 37.888522 ], [ 107.65003, 37.86443 ], [ 107.560719, 37.893717 ], [ 107.49235, 37.944706 ], [ 107.448618, 37.933378 ], [ 107.411662, 37.948009 ], [ 107.440611, 37.995659 ], [ 107.3938, 38.014993 ], [ 107.33159, 38.086625 ], [ 107.240431, 38.111586 ], [ 107.19054, 38.153953 ], [ 107.138801, 38.161011 ], [ 107.119091, 38.134185 ], [ 107.071047, 38.138892 ], [ 107.051337, 38.122886 ], [ 107.010069, 38.120532 ], [ 106.942316, 38.132302 ], [ 106.858548, 38.156306 ], [ 106.779092, 38.171833 ], [ 106.737824, 38.197706 ], [ 106.654672, 38.22921 ], [ 106.627571, 38.232501 ], [ 106.555506, 38.263521 ], [ 106.482209, 38.319417 ], [ 106.599854, 38.389812 ], [ 106.647897, 38.470917 ], [ 106.66268, 38.601524 ], [ 106.709491, 38.718821 ], [ 106.756302, 38.748699 ], [ 106.837606, 38.847579 ], [ 106.954019, 38.941202 ], [ 106.971881, 39.026333 ], [ 106.96757, 39.054688 ], [ 106.933693, 39.076527 ], [ 106.878874, 39.091392 ], [ 106.859164, 39.107648 ], [ 106.825288, 39.19397 ], [ 106.795723, 39.214375 ], [ 106.790795, 39.241263 ], [ 106.806193, 39.277407 ], [ 106.806809, 39.318625 ], [ 106.781556, 39.371849 ], [ 106.751375, 39.381564 ], [ 106.683622, 39.357506 ], [ 106.643586, 39.357969 ], [ 106.602318, 39.37555 ], [ 106.556122, 39.322329 ], [ 106.525325, 39.308439 ], [ 106.511774, 39.272311 ], [ 106.402753, 39.291767 ], [ 106.280181, 39.262118 ], [ 106.29558, 39.167992 ], [ 106.285109, 39.146181 ], [ 106.251232, 39.131327 ], [ 106.192718, 39.142932 ], [ 106.170544, 39.163352 ], [ 106.145907, 39.153142 ], [ 106.096631, 39.084889 ], [ 106.078153, 39.026333 ], [ 106.087392, 39.006339 ], [ 106.060907, 38.96866 ], [ 106.021487, 38.953769 ], [ 105.97098, 38.909077 ], [ 105.992538, 38.857366 ], [ 105.909386, 38.791159 ], [ 105.908154, 38.737496 ], [ 105.88598, 38.716953 ], [ 105.894603, 38.696405 ], [ 105.852719, 38.641735 ], [ 105.874277, 38.593105 ], [ 105.856415, 38.569714 ], [ 105.863806, 38.53508 ], [ 105.836705, 38.476071 ], [ 105.850872, 38.443736 ], [ 105.827466, 38.432486 ], [ 105.835473, 38.387467 ], [ 105.821307, 38.366824 ], [ 105.86627, 38.296406 ], [ 105.842248, 38.240962 ], [ 105.802828, 38.220277 ], [ 105.775111, 38.186887 ], [ 105.76772, 38.121474 ], [ 105.780655, 38.084741 ], [ 105.840401, 38.004147 ], [ 105.799749, 37.939986 ], [ 105.80406, 37.862068 ], [ 105.760944, 37.799674 ], [ 105.677177, 37.771769 ], [ 105.622358, 37.777919 ], [ 105.616199, 37.722555 ], [ 105.598952, 37.699356 ], [ 105.467141, 37.695094 ], [ 105.4037, 37.710246 ], [ 105.315004, 37.702197 ], [ 105.221998, 37.677097 ], [ 105.187505, 37.657674 ], [ 105.111128, 37.633981 ], [ 105.027977, 37.580881 ], [ 104.866601, 37.566651 ], [ 104.805007, 37.539133 ], [ 104.623305, 37.522522 ], [ 104.433595, 37.515402 ], [ 104.419429, 37.511604 ], [ 104.407726, 37.464592 ], [ 104.322726, 37.44844 ], [ 104.287002, 37.428007 ], [ 104.237727, 37.411847 ], [ 104.183524, 37.406618 ], [ 104.089285, 37.465067 ], [ 103.935916, 37.572818 ], [ 103.874938, 37.604117 ], [ 103.841062, 37.64725 ], [ 103.683381, 37.777919 ], [ 103.627947, 37.797783 ], [ 103.40744, 37.860651 ], [ 103.362477, 38.037621 ], [ 103.368636, 38.08898 ], [ 103.53494, 38.156776 ], [ 103.507838, 38.280905 ], [ 103.465339, 38.353215 ], [ 103.416063, 38.404821 ], [ 103.85954, 38.64454 ], [ 104.011677, 38.85923 ], [ 104.044322, 38.895105 ], [ 104.173053, 38.94446 ], [ 104.196459, 38.9882 ], [ 104.190915, 39.042139 ], [ 104.207546, 39.083495 ], [ 104.171205, 39.160567 ], [ 104.047401, 39.297788 ], [ 104.073271, 39.351953 ], [ 104.089901, 39.419947 ], [ 103.955626, 39.456923 ], [ 103.85338, 39.461543 ], [ 103.728961, 39.430117 ], [ 103.595302, 39.386652 ], [ 103.428998, 39.353341 ], [ 103.344615, 39.331588 ], [ 103.259615, 39.263971 ], [ 103.188166, 39.215302 ], [ 103.133347, 39.192579 ], [ 103.007696, 39.099753 ], [ 102.883892, 39.120649 ], [ 102.616574, 39.171703 ], [ 102.579002, 39.183301 ], [ 102.45335, 39.255167 ], [ 102.3548, 39.231993 ], [ 102.276576, 39.188868 ], [ 102.050526, 39.141075 ], [ 102.012338, 39.127149 ], [ 101.902701, 39.111827 ], [ 101.833715, 39.08907 ], [ 101.926106, 39.000758 ], [ 101.955055, 38.985874 ], [ 102.045599, 38.904885 ], [ 102.075164, 38.891378 ], [ 101.941505, 38.808883 ], [ 101.873751, 38.733761 ], [ 101.777049, 38.66043 ], [ 101.672955, 38.6908 ], [ 101.601506, 38.65529 ], [ 101.562702, 38.713218 ], [ 101.412413, 38.764099 ], [ 101.331109, 38.777164 ], [ 101.307087, 38.80282 ], [ 101.34158, 38.822406 ], [ 101.33542, 38.847113 ], [ 101.24303, 38.860628 ], [ 101.237486, 38.907214 ], [ 101.198682, 38.943064 ], [ 101.228863, 39.020754 ], [ 101.117378, 38.975174 ], [ 100.969553, 38.946788 ], [ 100.961545, 39.005874 ], [ 100.901799, 39.030053 ], [ 100.875314, 39.002619 ], [ 100.835278, 39.025869 ], [ 100.829118, 39.075133 ], [ 100.864227, 39.106719 ], [ 100.842669, 39.199999 ], [ 100.842053, 39.405614 ], [ 100.707778, 39.404689 ], [ 100.606764, 39.387577 ], [ 100.498975, 39.400527 ], [ 100.500823, 39.481408 ], [ 100.44354, 39.485565 ], [ 100.326512, 39.509118 ], [ 100.301258, 39.572345 ], [ 100.314193, 39.606935 ], [ 100.250135, 39.685274 ], [ 100.128179, 39.702312 ], [ 100.040716, 39.757083 ], [ 99.958796, 39.769504 ], [ 99.904593, 39.785601 ], [ 99.822058, 39.860063 ], [ 99.672384, 39.888079 ], [ 99.469124, 39.875221 ], [ 99.440791, 39.885783 ], [ 99.459885, 39.898181 ], [ 99.491298, 39.884406 ], [ 99.533182, 39.891753 ], [ 99.714268, 39.972061 ], [ 99.751225, 40.006909 ], [ 99.841152, 40.013326 ], [ 99.927383, 40.063727 ], [ 99.955716, 40.150695 ], [ 100.007455, 40.20008 ], [ 100.169447, 40.277743 ], [ 100.169447, 40.541131 ], [ 100.242744, 40.618855 ], [ 100.237201, 40.716905 ], [ 100.224882, 40.727337 ], [ 100.107853, 40.875475 ], [ 100.057346, 40.908049 ], [ 99.985897, 40.909858 ], [ 99.673, 40.93292 ], [ 99.565827, 40.846961 ], [ 99.174705, 40.858278 ], [ 99.172858, 40.747289 ], [ 99.12543, 40.715091 ], [ 99.102025, 40.676522 ], [ 99.041662, 40.693767 ], [ 98.984996, 40.782644 ], [ 98.790975, 40.705564 ], [ 98.80699, 40.660181 ], [ 98.802678, 40.607043 ], [ 98.762642, 40.639748 ], [ 98.72199, 40.657911 ], [ 98.689345, 40.691952 ], [ 98.668403, 40.773128 ], [ 98.569853, 40.746836 ], [ 98.627751, 40.677884 ], [ 98.344419, 40.568413 ], [ 98.333332, 40.918903 ], [ 98.25018, 40.93925 ], [ 98.184891, 40.988056 ], [ 98.142391, 41.001607 ], [ 97.971776, 41.09774 ], [ 97.903407, 41.168057 ], [ 97.629314, 41.440498 ], [ 97.613915, 41.477276 ], [ 97.84674, 41.656379 ], [ 97.653335, 41.986856 ], [ 97.500582, 42.243894 ], [ 97.371235, 42.457076 ], [ 97.172903, 42.795257 ], [ 97.28254, 42.782081 ], [ 97.831958, 42.706047 ], [ 98.195362, 42.653251 ], [ 98.546447, 42.638284 ], [ 98.962822, 42.607018 ], [ 99.51224, 42.568244 ], [ 99.969267, 42.647969 ], [ 100.004376, 42.648849 ], [ 100.272309, 42.636523 ], [ 100.32528, 42.690213 ], [ 100.826655, 42.675255 ], [ 100.862995, 42.671295 ], [ 101.291689, 42.586312 ], [ 101.557775, 42.529887 ], [ 101.770274, 42.509597 ], [ 101.803534, 42.503861 ], [ 101.877447, 42.432345 ], [ 102.070236, 42.232374 ], [ 102.093642, 42.223512 ], [ 102.449039, 42.144133 ], [ 102.540814, 42.162323 ], [ 102.621502, 42.154338 ], [ 102.712045, 42.153007 ], [ 103.021862, 42.028212 ], [ 103.20726, 41.96283 ], [ 103.418527, 41.882233 ], [ 103.454868, 41.877332 ], [ 103.868779, 41.802427 ], [ 104.080046, 41.805104 ], [ 104.30856, 41.840782 ], [ 104.418813, 41.860397 ], [ 104.530298, 41.875104 ], [ 104.524138, 41.661745 ], [ 104.68921, 41.6452 ], [ 104.803775, 41.652355 ], [ 104.923267, 41.654143 ], [ 105.009498, 41.583007 ], [ 105.230621, 41.751103 ], [ 105.291599, 41.749763 ], [ 105.385221, 41.797073 ], [ 105.589713, 41.888471 ], [ 105.74185, 41.949033 ], [ 106.01348, 42.032213 ], [ 106.344855, 42.149457 ], [ 106.372572, 42.161436 ], [ 106.612789, 42.241679 ], [ 106.785867, 42.291281 ], [ 107.051337, 42.319166 ], [ 107.271844, 42.364285 ], [ 107.303872, 42.412465 ], [ 107.46648, 42.458842 ], [ 107.501589, 42.456635 ], [ 107.57427, 42.412907 ], [ 107.736262, 42.415116 ], [ 107.939522, 42.403628 ], [ 107.986949, 42.413349 ], [ 108.022058, 42.433229 ], [ 108.089195, 42.436321 ], [ 108.238252, 42.460167 ], [ 108.298614, 42.438529 ], [ 108.532671, 42.442945 ], [ 108.705134, 42.413349 ], [ 108.798757, 42.415116 ], [ 108.845569, 42.395673 ], [ 108.983539, 42.449128 ], [ 109.026039, 42.458401 ], [ 109.291509, 42.435879 ], [ 109.486761, 42.458842 ], [ 109.544044, 42.472528 ], [ 109.683862, 42.558988 ], [ 109.733753, 42.579262 ], [ 109.906216, 42.635643 ], [ 110.108244, 42.642687 ], [ 110.139657, 42.674815 ], [ 110.34846, 42.742098 ], [ 110.437156, 42.781203 ], [ 110.469801, 42.839156 ], [ 110.631177, 42.936061 ], [ 110.689691, 43.02144 ], [ 110.687227, 43.036314 ], [ 110.736502, 43.089657 ], [ 110.769763, 43.099272 ], [ 110.82027, 43.149067 ], [ 111.02045, 43.329998 ], [ 111.069725, 43.357852 ], [ 111.151029, 43.38004 ], [ 111.183674, 43.396132 ], [ 111.354289, 43.436125 ], [ 111.400485, 43.472618 ], [ 111.456535, 43.494329 ], [ 111.564325, 43.490422 ], [ 111.606209, 43.513863 ], [ 111.79407, 43.672068 ], [ 111.891388, 43.6738 ], [ 111.951135, 43.693275 ], [ 111.970845, 43.748205 ], [ 111.959758, 43.823382 ], [ 111.870447, 43.940279 ], [ 111.773128, 44.010479 ], [ 111.702295, 44.034147 ], [ 111.662875, 44.061247 ], [ 111.559397, 44.171238 ], [ 111.541535, 44.206855 ], [ 111.534144, 44.26217 ], [ 111.507042, 44.294305 ], [ 111.428818, 44.319573 ], [ 111.415883, 44.35724 ], [ 111.427586, 44.394455 ], [ 111.478709, 44.488884 ], [ 111.514434, 44.507666 ], [ 111.530448, 44.55033 ], [ 111.569868, 44.57634 ], [ 111.560629, 44.647062 ], [ 111.585267, 44.705789 ], [ 111.624687, 44.778477 ], [ 111.69244, 44.859983 ], [ 111.764505, 44.969325 ], [ 111.903707, 45.052252 ], [ 112.002874, 45.090713 ], [ 112.071243, 45.096206 ], [ 112.113743, 45.072965 ], [ 112.396459, 45.064512 ], [ 112.438959, 45.071697 ], [ 112.540589, 45.001072 ], [ 112.599719, 44.930783 ], [ 112.712436, 44.879494 ], [ 112.850406, 44.840466 ], [ 112.937869, 44.840042 ], [ 113.037652, 44.822641 ], [ 113.11526, 44.799714 ], [ 113.503918, 44.777628 ], [ 113.540874, 44.759358 ], [ 113.631417, 44.745333 ], [ 113.712105, 44.788247 ], [ 113.798953, 44.849377 ], [ 113.861778, 44.863377 ], [ 113.907358, 44.915104 ], [ 114.065038, 44.931206 ], [ 114.116777, 44.957045 ], [ 114.158045, 44.994301 ], [ 114.19069, 45.036607 ], [ 114.313262, 45.107189 ], [ 114.347139, 45.119436 ], [ 114.409348, 45.179371 ], [ 114.459855, 45.21353 ], [ 114.519602, 45.283893 ], [ 114.539928, 45.325985 ], [ 114.551014, 45.387383 ], [ 114.600906, 45.403773 ], [ 114.745035, 45.438217 ], [ 114.920578, 45.386122 ], [ 114.983404, 45.379397 ], [ 115.178041, 45.396209 ], [ 115.36467, 45.392427 ], [ 115.586408, 45.440317 ], [ 115.699741, 45.45963 ], [ 115.864197, 45.572853 ], [ 115.936878, 45.632727 ], [ 116.026805, 45.661177 ], [ 116.035428, 45.685013 ], [ 116.1155, 45.679577 ], [ 116.17463, 45.688775 ], [ 116.217746, 45.72221 ], [ 116.22329, 45.747273 ], [ 116.260862, 45.776082 ], [ 116.286731, 45.775247 ], [ 116.278108, 45.831152 ], [ 116.288579, 45.839074 ], [ 116.243, 45.876169 ], [ 116.271949, 45.966926 ], [ 116.414231, 46.133896 ], [ 116.439484, 46.137628 ], [ 116.536187, 46.23251 ], [ 116.573143, 46.258998 ], [ 116.585462, 46.292504 ], [ 116.673541, 46.325163 ], [ 116.745606, 46.327642 ], [ 116.81336, 46.355737 ], [ 116.834302, 46.384229 ], [ 116.876801, 46.375559 ], [ 117.097308, 46.356976 ], [ 117.247597, 46.366888 ], [ 117.372017, 46.36028 ], [ 117.383719, 46.394962 ], [ 117.375712, 46.416421 ], [ 117.392343, 46.463023 ], [ 117.447777, 46.528117 ], [ 117.42006, 46.582029 ], [ 117.49582, 46.600535 ], [ 117.596218, 46.603414 ], [ 117.622704, 46.596012 ], [ 117.641182, 46.558166 ], [ 117.704008, 46.516587 ], [ 117.748355, 46.521941 ], [ 117.769913, 46.537586 ], [ 117.813645, 46.530588 ], [ 117.870927, 46.549935 ], [ 117.868464, 46.575447 ], [ 117.914659, 46.607936 ], [ 117.982412, 46.614925 ], [ 117.992883, 46.631366 ], [ 118.04647, 46.631366 ], [ 118.124078, 46.678195 ], [ 118.192448, 46.682711 ], [ 118.238643, 46.709392 ], [ 118.274984, 46.715957 ], [ 118.316252, 46.73934 ], [ 118.41049, 46.728265 ], [ 118.446831, 46.704467 ], [ 118.586033, 46.692975 ], [ 118.639004, 46.721291 ], [ 118.677192, 46.6979 ], [ 118.788061, 46.687227 ], [ 118.788061, 46.717598 ], [ 118.845343, 46.771731 ], [ 118.914329, 46.77501 ], [ 118.912481, 46.733188 ], [ 118.951285, 46.722111 ], [ 119.011647, 46.745902 ], [ 119.073857, 46.676552 ], [ 119.123132, 46.642872 ], [ 119.152081, 46.658072 ], [ 119.20074, 46.648213 ], [ 119.26295, 46.649034 ], [ 119.325776, 46.608759 ], [ 119.357805, 46.619447 ], [ 119.374435, 46.603414 ], [ 119.431718, 46.638763 ], [ 119.491464, 46.629311 ], [ 119.557985, 46.633832 ], [ 119.598637, 46.618214 ], [ 119.656535, 46.625612 ], [ 119.682405, 46.605058 ], [ 119.677477, 46.584908 ], [ 119.739687, 46.615336 ], [ 119.783419, 46.626023 ], [ 119.8136, 46.66834 ], [ 119.804361, 46.68189 ], [ 119.859179, 46.669572 ], [ 119.911534, 46.669572 ], [ 119.93494, 46.712674 ], [ 119.917078, 46.758203 ], [ 119.936172, 46.790173 ], [ 119.920157, 46.853238 ], [ 119.926933, 46.903963 ], [ 119.859795, 46.917046 ], [ 119.845013, 46.964852 ], [ 119.795122, 47.013024 ], [ 119.79081, 47.04525 ], [ 119.806825, 47.055037 ], [ 119.763093, 47.13082 ], [ 119.716282, 47.195518 ], [ 119.627586, 47.247544 ], [ 119.56784, 47.248357 ], [ 119.559217, 47.303172 ], [ 119.450812, 47.353065 ], [ 119.437877, 47.378602 ], [ 119.386138, 47.397645 ], [ 119.365812, 47.423161 ], [ 119.32208, 47.42721 ], [ 119.365812, 47.47739 ], [ 119.205052, 47.520249 ], [ 119.152081, 47.540453 ], [ 119.134219, 47.664335 ], [ 118.773278, 47.771034 ], [ 118.568171, 47.992187 ], [ 118.441903, 47.995791 ], [ 118.422193, 48.01461 ], [ 118.37415, 48.016612 ], [ 118.351976, 48.006203 ], [ 118.284839, 48.011007 ], [ 118.238027, 48.031422 ], [ 118.238643, 48.041826 ], [ 118.150564, 48.036224 ], [ 118.124694, 48.047427 ], [ 118.107448, 48.031021 ], [ 118.052014, 48.01421 ], [ 117.96147, 48.011007 ], [ 117.886942, 48.025418 ], [ 117.813645, 48.016212 ], [ 117.529081, 47.782697 ], [ 117.519226, 47.761782 ], [ 117.493357, 47.758563 ], [ 117.384335, 47.641356 ], [ 117.094844, 47.8241 ], [ 116.879265, 47.893968 ], [ 116.791186, 47.89758 ], [ 116.669846, 47.890758 ], [ 116.453035, 47.837358 ], [ 116.26579, 47.876711 ], [ 116.130283, 47.823296 ], [ 116.111189, 47.811642 ], [ 115.968291, 47.689721 ], [ 115.939342, 47.683275 ], [ 115.580249, 47.921649 ], [ 115.539597, 48.104607 ], [ 115.545141, 48.134971 ], [ 115.529126, 48.155336 ], [ 115.81061, 48.257042 ], [ 115.822929, 48.259432 ], [ 115.799523, 48.514982 ], [ 115.83032, 48.560156 ], [ 116.069305, 48.811437 ], [ 116.077928, 48.822471 ], [ 116.048363, 48.873274 ], [ 116.428397, 49.430659 ], [ 116.717889, 49.847288 ], [ 116.736367, 49.847674 ], [ 117.068974, 49.695389 ], [ 117.278394, 49.636512 ], [ 117.485349, 49.633024 ], [ 117.638102, 49.574847 ], [ 117.809333, 49.521263 ], [ 117.849369, 49.551557 ], [ 117.866, 49.591532 ], [ 117.950999, 49.596187 ], [ 117.995963, 49.623332 ], [ 118.011362, 49.614803 ], [ 118.082811, 49.616741 ], [ 118.129622, 49.669446 ], [ 118.156723, 49.660149 ], [ 118.211542, 49.690744 ], [ 118.220781, 49.729831 ], [ 118.284223, 49.743755 ], [ 118.315636, 49.766953 ], [ 118.384005, 49.783958 ], [ 118.398787, 49.802502 ], [ 118.385853, 49.827217 ], [ 118.443751, 49.835709 ], [ 118.483787, 49.830691 ], [ 118.485019, 49.866194 ], [ 118.531214, 49.887791 ], [ 118.574946, 49.931342 ], [ 118.605127, 49.926719 ], [ 118.672264, 49.955991 ], [ 118.739402, 49.946364 ], [ 118.761576, 49.959456 ], [ 118.791757, 49.955606 ], [ 118.964836, 49.988708 ], [ 118.982082, 49.979087 ], [ 119.090487, 49.985629 ], [ 119.12498, 50.019095 ], [ 119.163168, 50.027554 ], [ 119.193965, 50.069826 ], [ 119.190269, 50.087877 ], [ 119.236465, 50.075204 ], [ 119.290052, 50.121655 ], [ 119.309762, 50.161161 ], [ 119.350414, 50.166145 ], [ 119.339327, 50.192206 ], [ 119.358421, 50.197953 ], [ 119.319001, 50.220933 ], [ 119.339943, 50.244668 ], [ 119.35103, 50.303953 ], [ 119.381827, 50.324208 ], [ 119.358421, 50.358965 ], [ 119.322696, 50.352474 ], [ 119.277117, 50.366218 ], [ 119.259871, 50.345218 ], [ 119.232153, 50.365455 ], [ 119.188422, 50.347509 ], [ 119.155777, 50.364691 ], [ 119.176719, 50.378814 ], [ 119.125596, 50.389118 ], [ 119.165016, 50.422683 ], [ 119.217371, 50.414675 ], [ 119.22353, 50.441363 ], [ 119.250631, 50.448604 ], [ 119.262334, 50.490124 ], [ 119.264182, 50.536933 ], [ 119.295595, 50.573814 ], [ 119.281428, 50.601551 ], [ 119.298059, 50.616743 ], [ 119.361501, 50.632689 ], [ 119.394145, 50.667219 ], [ 119.385522, 50.682769 ], [ 119.430486, 50.684286 ], [ 119.450196, 50.695281 ], [ 119.506862, 50.763846 ], [ 119.496391, 50.771795 ], [ 119.515485, 50.814165 ], [ 119.498855, 50.827776 ], [ 119.491464, 50.87878 ], [ 119.569688, 50.933879 ], [ 119.598637, 50.984767 ], [ 119.630666, 51.00925 ], [ 119.678093, 51.016404 ], [ 119.726753, 51.051028 ], [ 119.719361, 51.075099 ], [ 119.764325, 51.092017 ], [ 119.752622, 51.117193 ], [ 119.771716, 51.124331 ], [ 119.788346, 51.174636 ], [ 119.760629, 51.212516 ], [ 119.784035, 51.22601 ], [ 119.821607, 51.21439 ], [ 119.797586, 51.243622 ], [ 119.828383, 51.263099 ], [ 119.811136, 51.281071 ], [ 119.885049, 51.302777 ], [ 119.883817, 51.336813 ], [ 119.946643, 51.360736 ], [ 119.914614, 51.374187 ], [ 119.910918, 51.390994 ], [ 119.97128, 51.40033 ], [ 119.982983, 51.445112 ], [ 120.002693, 51.459283 ], [ 119.982367, 51.482396 ], [ 119.985447, 51.505125 ], [ 120.017476, 51.52114 ], [ 120.052584, 51.560967 ], [ 120.035954, 51.583657 ], [ 120.05936, 51.634203 ], [ 120.100628, 51.649058 ], [ 120.087077, 51.678013 ], [ 120.172693, 51.679868 ], [ 120.226279, 51.717703 ], [ 120.294649, 51.752171 ], [ 120.317438, 51.785873 ], [ 120.363634, 51.789945 ], [ 120.40675, 51.81659 ], [ 120.40059, 51.833605 ], [ 120.480046, 51.855049 ], [ 120.481278, 51.885719 ], [ 120.549032, 51.882394 ], [ 120.548416, 51.907877 ], [ 120.656821, 51.926333 ], [ 120.66298, 51.958061 ], [ 120.704864, 51.983501 ], [ 120.717799, 52.015556 ], [ 120.691929, 52.026973 ], [ 120.690698, 52.047221 ], [ 120.717183, 52.072978 ], [ 120.753523, 52.085483 ], [ 120.76769, 52.10938 ], [ 120.760299, 52.136937 ], [ 120.786784, 52.15787 ], [ 120.745516, 52.20594 ], [ 120.755371, 52.258355 ], [ 120.715951, 52.261286 ], [ 120.695625, 52.290214 ], [ 120.653741, 52.302658 ], [ 120.627256, 52.323878 ], [ 120.62356, 52.361172 ], [ 120.653741, 52.371038 ], [ 120.64943, 52.3904 ], [ 120.688234, 52.427637 ], [ 120.68269, 52.464479 ], [ 120.706712, 52.492909 ], [ 120.687002, 52.511489 ], [ 120.734429, 52.536977 ], [ 120.690698, 52.547532 ], [ 120.658669, 52.56718 ], [ 120.62664, 52.570818 ], [ 120.605082, 52.589364 ], [ 120.56135, 52.595544 ], [ 120.483742, 52.630066 ], [ 120.462184, 52.64532 ], [ 120.396895, 52.616261 ], [ 120.289721, 52.623527 ], [ 120.194866, 52.578819 ], [ 120.125265, 52.586819 ], [ 120.07599, 52.586092 ], [ 120.049505, 52.598453 ], [ 120.035338, 52.646409 ], [ 120.071063, 52.70628 ], [ 120.031642, 52.773674 ], [ 120.101244, 52.788877 ], [ 120.14128, 52.813119 ], [ 120.181316, 52.806969 ], [ 120.222584, 52.84277 ], [ 120.297112, 52.869872 ], [ 120.295265, 52.891542 ], [ 120.350699, 52.906343 ], [ 120.363018, 52.94134 ], [ 120.411061, 52.957927 ], [ 120.452945, 53.01017 ], [ 120.529321, 53.045803 ], [ 120.562582, 53.082845 ], [ 120.643886, 53.106923 ], [ 120.659901, 53.137091 ], [ 120.687002, 53.142476 ], [ 120.690698, 53.174771 ], [ 120.736277, 53.204892 ], [ 120.821893, 53.241797 ], [ 120.838523, 53.239648 ], [ 120.820661, 53.269007 ], [ 120.867472, 53.278669 ], [ 120.882871, 53.294411 ], [ 120.936457, 53.28833 ], [ 120.950624, 53.29763 ], [ 121.055334, 53.29155 ], [ 121.098449, 53.306929 ], [ 121.129246, 53.277238 ], [ 121.155732, 53.285468 ], [ 121.227797, 53.280459 ], [ 121.308485, 53.301565 ], [ 121.336818, 53.325877 ], [ 121.416274, 53.319443 ], [ 121.499426, 53.337314 ], [ 121.504969, 53.323018 ], [ 121.575802, 53.29155 ], [ 121.615222, 53.258984 ], [ 121.642324, 53.262564 ], [ 121.679896, 53.240722 ], [ 121.67928, 53.199515 ], [ 121.660186, 53.195213 ], [ 121.665114, 53.170467 ], [ 121.722396, 53.145706 ], [ 121.753193, 53.147501 ], [ 121.784606, 53.104408 ], [ 121.775367, 53.089674 ], [ 121.817867, 53.061631 ], [ 121.785838, 53.018451 ], [ 121.715621, 52.997926 ], [ 121.677432, 52.948192 ], [ 121.66265, 52.912478 ], [ 121.610295, 52.892264 ], [ 121.604136, 52.872401 ], [ 121.620766, 52.853251 ], [ 121.591201, 52.824693 ], [ 121.537614, 52.801542 ], [ 121.511129, 52.779104 ], [ 121.476636, 52.772225 ], [ 121.455078, 52.73528 ], [ 121.373158, 52.683067 ], [ 121.309717, 52.676173 ], [ 121.29247, 52.651855 ], [ 121.237036, 52.619167 ], [ 121.182217, 52.59918 ], [ 121.225333, 52.577364 ], [ 121.280151, 52.586819 ], [ 121.323883, 52.573727 ], [ 121.353448, 52.534793 ], [ 121.411963, 52.52205 ], [ 121.416274, 52.499468 ], [ 121.474172, 52.482706 ], [ 121.495114, 52.484892 ], [ 121.519136, 52.456821 ], [ 121.565331, 52.460468 ], [ 121.590585, 52.443326 ], [ 121.63986, 52.44442 ], [ 121.678664, 52.419973 ], [ 121.658338, 52.3904 ], [ 121.715621, 52.342894 ], [ 121.714389, 52.318025 ], [ 121.769207, 52.308147 ], [ 121.841272, 52.282526 ], [ 121.901018, 52.280695 ], [ 121.94783, 52.298266 ], [ 121.976779, 52.343626 ], [ 122.035909, 52.377615 ], [ 122.040837, 52.413038 ], [ 122.091344, 52.427272 ], [ 122.080873, 52.440407 ], [ 122.107358, 52.452445 ], [ 122.142467, 52.495096 ], [ 122.140003, 52.510032 ], [ 122.168952, 52.513674 ], [ 122.178191, 52.48963 ], [ 122.207756, 52.469218 ], [ 122.310618, 52.475416 ], [ 122.326016, 52.459374 ], [ 122.342031, 52.414133 ], [ 122.367284, 52.413768 ], [ 122.378987, 52.395512 ], [ 122.419023, 52.375057 ], [ 122.447356, 52.394052 ], [ 122.484313, 52.341432 ], [ 122.478153, 52.29607 ], [ 122.560689, 52.282526 ], [ 122.585943, 52.266413 ], [ 122.67895, 52.276667 ], [ 122.710979, 52.256157 ], [ 122.76087, 52.26678 ], [ 122.787355, 52.252494 ], [ 122.766413, 52.232705 ], [ 122.769493, 52.179893 ], [ 122.73808, 52.153464 ], [ 122.690653, 52.140243 ], [ 122.629059, 52.13657 ], [ 122.643841, 52.111585 ], [ 122.625363, 52.067459 ], [ 122.650616, 52.058997 ], [ 122.664783, 51.99861 ], [ 122.683877, 51.974654 ], [ 122.726377, 51.978709 ], [ 122.729457, 51.919321 ], [ 122.706051, 51.890151 ], [ 122.725761, 51.87833 ], [ 122.732536, 51.832495 ], [ 122.771957, 51.779579 ], [ 122.749167, 51.746613 ], [ 122.778732, 51.698048 ], [ 122.816304, 51.655371 ], [ 122.820616, 51.633088 ], [ 122.85634, 51.606707 ], [ 122.832935, 51.581797 ], [ 122.874202, 51.561339 ], [ 122.880362, 51.537894 ], [ 122.858804, 51.524864 ], [ 122.880362, 51.511085 ], [ 122.854492, 51.477551 ], [ 122.871123, 51.455181 ], [ 122.900072, 51.445112 ], [ 122.903768, 51.415262 ], [ 122.946267, 51.405183 ], [ 122.965977, 51.386886 ], [ 122.965977, 51.345786 ], [ 123.002934, 51.31213 ], [ 123.069455, 51.321108 ], [ 123.127969, 51.297913 ], [ 123.231447, 51.279199 ], [ 123.231447, 51.268716 ], [ 123.294273, 51.254111 ], [ 123.339853, 51.27246 ], [ 123.376809, 51.266844 ], [ 123.414381, 51.278825 ], [ 123.440251, 51.270963 ], [ 123.46304, 51.286686 ], [ 123.582533, 51.294545 ], [ 123.582533, 51.306893 ], [ 123.661989, 51.319237 ], [ 123.660141, 51.342795 ], [ 123.711264, 51.398089 ], [ 123.794416, 51.361109 ], [ 123.842459, 51.367462 ], [ 123.887423, 51.320734 ], [ 123.926227, 51.300532 ], [ 123.939777, 51.313253 ], [ 123.994596, 51.322604 ], [ 124.071588, 51.320734 ], [ 124.090067, 51.3413 ], [ 124.128255, 51.347281 ], [ 124.192313, 51.33943 ], [ 124.239124, 51.344664 ], [ 124.271769, 51.308389 ], [ 124.297638, 51.298661 ], [ 124.339522, 51.293422 ], [ 124.406659, 51.272086 ], [ 124.430065, 51.301281 ], [ 124.426985, 51.331953 ], [ 124.443616, 51.35812 ], [ 124.478108, 51.36223 ], [ 124.490427, 51.380537 ], [ 124.555717, 51.375307 ], [ 124.58713, 51.363725 ], [ 124.62655, 51.327465 ], [ 124.693687, 51.3327 ], [ 124.752817, 51.35812 ], [ 124.76452, 51.38726 ], [ 124.783614, 51.392115 ], [ 124.864302, 51.37979 ], [ 124.885244, 51.40817 ], [ 124.942527, 51.447349 ], [ 124.917889, 51.474196 ], [ 124.928976, 51.498419 ], [ 124.983795, 51.508478 ], [ 125.004737, 51.529332 ], [ 125.047236, 51.529704 ], [ 125.073106, 51.553526 ], [ 125.060171, 51.59667 ], [ 125.098975, 51.658341 ], [ 125.12854, 51.659083 ], [ 125.130388, 51.635317 ], [ 125.175968, 51.639403 ], [ 125.214772, 51.627888 ], [ 125.228938, 51.640517 ], [ 125.289301, 51.633831 ], [ 125.316402, 51.610052 ], [ 125.35151, 51.623801 ], [ 125.38046, 51.585516 ], [ 125.424807, 51.562827 ], [ 125.528285, 51.488359 ], [ 125.559082, 51.461521 ], [ 125.595422, 51.416755 ], [ 125.60035, 51.413396 ], [ 125.600966, 51.410409 ], [ 125.62314, 51.398089 ], [ 125.623756, 51.387633 ], [ 125.626219, 51.380163 ], [ 125.700132, 51.327465 ], [ 125.740784, 51.27583 ], [ 125.76111, 51.261976 ], [ 125.761726, 51.226385 ], [ 125.819008, 51.227134 ], [ 125.850421, 51.21364 ], [ 125.864588, 51.146487 ], [ 125.909551, 51.138977 ], [ 125.946508, 51.108176 ], [ 125.970529, 51.123955 ], [ 125.993935, 51.119072 ], [ 125.976073, 51.084498 ], [ 126.059225, 51.043503 ], [ 126.033971, 51.011132 ], [ 126.041978, 50.981753 ], [ 126.068464, 50.967434 ], [ 126.042594, 50.92558 ], [ 126.02042, 50.927466 ], [ 125.996399, 50.906715 ], [ 125.997631, 50.872738 ], [ 125.961906, 50.901054 ], [ 125.939732, 50.85423 ], [ 125.913247, 50.825885 ], [ 125.878138, 50.816812 ], [ 125.890457, 50.805845 ], [ 125.836255, 50.793363 ], [ 125.846726, 50.769524 ], [ 125.828863, 50.756654 ], [ 125.804226, 50.773309 ], [ 125.758646, 50.746809 ], [ 125.795603, 50.738856 ], [ 125.78082, 50.725598 ], [ 125.825784, 50.70362 ], [ 125.789443, 50.679735 ], [ 125.804226, 50.658874 ], [ 125.793139, 50.643316 ], [ 125.814697, 50.62092 ], [ 125.807921, 50.60383 ], [ 125.829479, 50.56165 ], [ 125.794987, 50.532748 ], [ 125.770349, 50.531227 ], [ 125.754335, 50.506874 ], [ 125.740784, 50.523237 ], [ 125.699516, 50.487078 ], [ 125.654553, 50.471082 ], [ 125.627451, 50.443268 ], [ 125.580024, 50.449366 ], [ 125.562162, 50.438314 ], [ 125.583104, 50.409717 ], [ 125.567089, 50.402852 ], [ 125.536292, 50.420014 ], [ 125.522126, 50.404759 ], [ 125.546763, 50.358965 ], [ 125.520278, 50.3498 ], [ 125.530749, 50.331085 ], [ 125.463611, 50.295925 ], [ 125.466075, 50.266861 ], [ 125.442053, 50.260357 ], [ 125.448829, 50.216338 ], [ 125.417416, 50.195654 ], [ 125.39093, 50.199868 ], [ 125.382923, 50.172278 ], [ 125.335496, 50.161161 ], [ 125.376148, 50.137385 ], [ 125.311474, 50.140453 ], [ 125.27883, 50.127411 ], [ 125.258504, 50.103618 ], [ 125.287453, 50.093636 ], [ 125.283757, 50.070211 ], [ 125.328105, 50.065985 ], [ 125.315786, 50.04562 ], [ 125.289916, 50.057917 ], [ 125.25296, 50.041393 ], [ 125.283757, 50.036012 ], [ 125.297924, 50.014481 ], [ 125.278214, 49.996402 ], [ 125.241873, 49.987938 ], [ 125.231402, 49.957531 ], [ 125.190134, 49.959841 ], [ 125.199373, 49.935194 ], [ 125.225859, 49.922481 ], [ 125.212924, 49.907452 ], [ 125.245569, 49.87198 ], [ 125.225243, 49.867351 ], [ 125.239409, 49.844587 ], [ 125.177815, 49.829533 ], [ 125.222779, 49.799026 ], [ 125.221547, 49.754969 ], [ 125.204301, 49.734086 ], [ 125.225243, 49.726349 ], [ 125.219699, 49.669058 ], [ 125.185207, 49.634574 ], [ 125.189518, 49.652401 ], [ 125.164881, 49.669446 ], [ 125.132236, 49.672157 ], [ 125.127308, 49.655113 ], [ 125.15441, 49.616741 ], [ 125.16796, 49.629923 ], [ 125.205533, 49.593859 ], [ 125.23017, 49.595411 ], [ 125.233866, 49.536801 ], [ 125.211076, 49.539908 ], [ 125.228323, 49.487063 ], [ 125.270822, 49.454395 ], [ 125.256656, 49.437275 ], [ 125.25604, 49.395227 ], [ 125.277598, 49.379644 ], [ 125.256656, 49.359769 ], [ 125.261583, 49.322336 ], [ 125.214772, 49.277066 ], [ 125.233866, 49.255587 ], [ 125.219699, 49.189139 ], [ 125.187671, 49.186792 ], [ 125.158721, 49.144921 ], [ 125.117453, 49.126127 ], [ 125.034302, 49.157056 ], [ 125.039845, 49.17623 ], [ 124.983179, 49.162535 ], [ 124.906802, 49.184054 ], [ 124.860607, 49.166448 ], [ 124.847672, 49.129651 ], [ 124.809484, 49.115943 ], [ 124.828578, 49.077933 ], [ 124.808252, 49.020666 ], [ 124.756513, 48.967262 ], [ 124.744194, 48.920487 ], [ 124.709086, 48.920487 ], [ 124.715861, 48.885475 ], [ 124.697383, 48.841775 ], [ 124.654267, 48.83429 ], [ 124.644412, 48.80789 ], [ 124.656115, 48.783842 ], [ 124.612383, 48.747945 ], [ 124.624702, 48.701755 ], [ 124.601912, 48.632587 ], [ 124.579122, 48.596582 ], [ 124.520608, 48.556195 ], [ 124.548941, 48.535593 ], [ 124.533543, 48.515379 ], [ 124.555717, 48.467784 ], [ 124.507674, 48.445558 ], [ 124.52492, 48.426897 ], [ 124.51876, 48.378027 ], [ 124.547094, 48.35775 ], [ 124.540934, 48.335476 ], [ 124.579738, 48.297269 ], [ 124.558796, 48.268197 ], [ 124.579122, 48.262221 ], [ 124.547094, 48.200829 ], [ 124.512601, 48.164518 ], [ 124.529847, 48.146951 ], [ 124.505826, 48.124985 ], [ 124.478108, 48.123387 ], [ 124.46579, 48.098213 ], [ 124.415899, 48.08782 ], [ 124.430065, 48.12099 ], [ 124.471333, 48.133373 ], [ 124.467637, 48.178886 ], [ 124.418978, 48.181679 ], [ 124.412819, 48.219175 ], [ 124.422058, 48.245884 ], [ 124.365392, 48.283731 ], [ 124.353689, 48.315978 ], [ 124.317964, 48.35099 ], [ 124.331515, 48.380015 ], [ 124.309957, 48.413393 ], [ 124.330283, 48.435633 ], [ 124.302566, 48.456673 ], [ 124.314269, 48.503881 ], [ 124.25945, 48.536385 ], [ 124.136878, 48.463023 ], [ 124.07898, 48.43603 ], [ 124.019234, 48.39313 ], [ 123.862785, 48.271782 ], [ 123.746373, 48.197638 ], [ 123.705105, 48.152142 ], [ 123.579453, 48.045427 ], [ 123.537569, 48.021816 ], [ 123.300432, 47.953723 ], [ 123.256085, 47.876711 ], [ 123.214201, 47.824502 ], [ 123.161846, 47.781892 ], [ 123.041122, 47.746492 ], [ 122.926557, 47.697777 ], [ 122.848949, 47.67441 ], [ 122.765181, 47.614333 ], [ 122.59395, 47.54732 ], [ 122.543443, 47.495589 ], [ 122.507103, 47.401291 ], [ 122.418407, 47.350632 ], [ 122.441197, 47.310476 ], [ 122.462755, 47.27841 ], [ 122.498479, 47.255262 ], [ 122.531124, 47.198771 ], [ 122.582863, 47.158092 ], [ 122.615508, 47.124306 ], [ 122.679566, 47.094164 ], [ 122.710363, 47.093349 ], [ 122.821232, 47.065636 ], [ 122.852645, 47.072158 ], [ 122.845869, 47.046881 ], [ 122.778116, 47.002822 ], [ 122.77442, 46.973837 ], [ 122.798442, 46.9575 ], [ 122.791051, 46.941567 ], [ 122.83971, 46.937072 ], [ 122.895144, 46.960359 ], [ 122.893913, 46.895376 ], [ 122.906847, 46.80738 ], [ 122.996774, 46.761483 ], [ 123.00355, 46.730726 ], [ 123.026339, 46.718829 ], [ 123.076846, 46.745082 ], [ 123.103332, 46.734828 ], [ 123.163694, 46.74016 ], [ 123.198802, 46.803283 ], [ 123.22344, 46.821305 ], [ 123.221592, 46.850373 ], [ 123.295505, 46.865105 ], [ 123.341084, 46.826628 ], [ 123.374345, 46.837683 ], [ 123.40699, 46.906416 ], [ 123.404526, 46.935438 ], [ 123.360179, 46.970978 ], [ 123.304128, 46.964852 ], [ 123.301664, 46.999965 ], [ 123.337389, 46.988943 ], [ 123.42362, 46.934212 ], [ 123.487678, 46.959951 ], [ 123.52833, 46.944836 ], [ 123.483366, 46.84587 ], [ 123.506772, 46.827038 ], [ 123.562823, 46.82581 ], [ 123.575757, 46.845461 ], [ 123.576989, 46.891286 ], [ 123.605322, 46.891286 ], [ 123.599163, 46.868378 ], [ 123.625648, 46.847508 ], [ 123.580069, 46.827447 ], [ 123.629344, 46.813524 ], [ 123.631808, 46.728675 ], [ 123.603475, 46.68928 ], [ 123.474743, 46.686817 ], [ 123.366338, 46.677784 ], [ 123.318295, 46.662179 ], [ 123.276411, 46.660947 ], [ 123.279491, 46.616981 ], [ 123.228368, 46.588198 ], [ 123.18094, 46.614103 ], [ 123.098404, 46.603002 ], [ 123.077462, 46.622324 ], [ 123.04605, 46.617803 ], [ 123.052825, 46.579972 ], [ 123.002318, 46.574624 ], [ 123.010325, 46.524823 ], [ 123.011557, 46.434984 ], [ 123.089781, 46.347888 ], [ 123.142136, 46.298293 ], [ 123.178476, 46.248239 ], [ 123.128585, 46.210565 ], [ 123.127354, 46.174523 ], [ 123.102716, 46.172037 ], [ 123.112571, 46.130163 ], [ 123.070071, 46.123527 ], [ 123.04605, 46.099878 ], [ 122.792898, 46.073313 ], [ 122.828623, 45.912406 ], [ 122.80029, 45.856583 ], [ 122.772572, 45.856583 ], [ 122.752246, 45.834905 ], [ 122.792283, 45.766063 ], [ 122.751015, 45.735996 ], [ 122.741775, 45.705077 ], [ 122.671558, 45.70048 ], [ 122.650001, 45.731401 ], [ 122.640761, 45.771072 ], [ 122.603189, 45.778169 ], [ 122.556378, 45.82156 ], [ 122.522501, 45.786933 ], [ 122.504639, 45.786933 ], [ 122.496016, 45.85825 ], [ 122.446125, 45.916986 ], [ 122.362357, 45.917403 ], [ 122.372828, 45.856166 ], [ 122.337719, 45.859917 ], [ 122.301379, 45.813218 ], [ 122.253952, 45.7982 ], [ 122.236705, 45.831569 ], [ 122.200981, 45.857 ], [ 122.091344, 45.882002 ], [ 122.085184, 45.912406 ], [ 122.040221, 45.959022 ], [ 121.92812, 45.988552 ], [ 121.923808, 46.004767 ], [ 121.864062, 46.002272 ], [ 121.843736, 46.024301 ], [ 121.819098, 46.023054 ], [ 121.761816, 45.998947 ], [ 121.809243, 45.961102 ], [ 121.821562, 45.918235 ], [ 121.805548, 45.900746 ], [ 121.817251, 45.875336 ], [ 121.769823, 45.84366 ], [ 121.766744, 45.830318 ], [ 121.754425, 45.794862 ], [ 121.697142, 45.76314 ], [ 121.657106, 45.770238 ], [ 121.644172, 45.752284 ], [ 121.666345, 45.727641 ], [ 121.713773, 45.701734 ], [ 121.811091, 45.687103 ], [ 121.812323, 45.704659 ], [ 121.867142, 45.719703 ], [ 121.934279, 45.71051 ], [ 121.970004, 45.692956 ], [ 122.003264, 45.623102 ], [ 121.995873, 45.59882 ], [ 121.966308, 45.596308 ], [ 121.993409, 45.552741 ], [ 122.002648, 45.507882 ], [ 122.064242, 45.472641 ], [ 122.168336, 45.439897 ], [ 122.180039, 45.409655 ], [ 122.146778, 45.374352 ], [ 122.147394, 45.295682 ], [ 122.239169, 45.276313 ], [ 122.22993, 45.206784 ], [ 122.192358, 45.180636 ], [ 122.143082, 45.183167 ], [ 122.109822, 45.142236 ], [ 122.119677, 45.068739 ], [ 122.098735, 45.02138 ], [ 122.074713, 45.006573 ], [ 122.087032, 44.95281 ], [ 122.079025, 44.914256 ], [ 122.04946, 44.912985 ], [ 122.098119, 44.81882 ], [ 122.099967, 44.7823 ], [ 122.168952, 44.770405 ], [ 122.142467, 44.753833 ], [ 122.110438, 44.767856 ], [ 122.10243, 44.736406 ], [ 122.152322, 44.744057 ], [ 122.161561, 44.728328 ], [ 122.117213, 44.701961 ], [ 122.103046, 44.67388 ], [ 122.113517, 44.615546 ], [ 122.13138, 44.577619 ], [ 122.196053, 44.559712 ], [ 122.224386, 44.526016 ], [ 122.228082, 44.480345 ], [ 122.28598, 44.477783 ], [ 122.294604, 44.41113 ], [ 122.291524, 44.310152 ], [ 122.271198, 44.255741 ], [ 122.319241, 44.233018 ], [ 122.483081, 44.236877 ], [ 122.515726, 44.251025 ], [ 122.641993, 44.283595 ], [ 122.675254, 44.285738 ], [ 122.702971, 44.319145 ], [ 122.76087, 44.369648 ], [ 122.85634, 44.398304 ], [ 123.025108, 44.493153 ], [ 123.06576, 44.505959 ], [ 123.12489, 44.5098 ], [ 123.137209, 44.486322 ], [ 123.125506, 44.455147 ], [ 123.142136, 44.428228 ], [ 123.114419, 44.40258 ], [ 123.128585, 44.367081 ], [ 123.196955, 44.34483 ], [ 123.277027, 44.25274 ], [ 123.286882, 44.211574 ], [ 123.323838, 44.179823 ], [ 123.386664, 44.161794 ], [ 123.362642, 44.133452 ], [ 123.350939, 44.092633 ], [ 123.32815, 44.084035 ], [ 123.331229, 44.028984 ], [ 123.365722, 44.013922 ], [ 123.400831, 43.979481 ], [ 123.37065, 43.970006 ], [ 123.397135, 43.954929 ], [ 123.467968, 43.853599 ], [ 123.461809, 43.822518 ], [ 123.498149, 43.771114 ], [ 123.48275, 43.737396 ], [ 123.520323, 43.708419 ], [ 123.518475, 43.682024 ], [ 123.536953, 43.633964 ], [ 123.510468, 43.624867 ], [ 123.5117, 43.592801 ], [ 123.421157, 43.598435 ], [ 123.434091, 43.575461 ], [ 123.461193, 43.568523 ], [ 123.452569, 43.545971 ], [ 123.360179, 43.567223 ], [ 123.304744, 43.550742 ], [ 123.329998, 43.519071 ], [ 123.315831, 43.492159 ], [ 123.36449, 43.483475 ], [ 123.382968, 43.469143 ], [ 123.419925, 43.410046 ], [ 123.442098, 43.437863 ], [ 123.486446, 43.44525 ], [ 123.519707, 43.402219 ], [ 123.54496, 43.415262 ], [ 123.608402, 43.366119 ], [ 123.703873, 43.37047 ], [ 123.698329, 43.272071 ], [ 123.664453, 43.264663 ], [ 123.676771, 43.223684 ], [ 123.645974, 43.208855 ], [ 123.666916, 43.179623 ], [ 123.636119, 43.141644 ], [ 123.631192, 43.088346 ], [ 123.580685, 43.036314 ], [ 123.572678, 43.003498 ], [ 123.536337, 43.007 ], [ 123.474743, 43.042438 ], [ 123.434707, 43.027565 ], [ 123.323222, 43.000872 ], [ 123.259165, 42.993431 ], [ 123.18402, 42.925983 ], [ 123.188947, 42.895739 ], [ 123.169853, 42.859777 ], [ 123.227752, 42.831695 ], [ 123.118114, 42.801405 ], [ 123.058368, 42.768903 ], [ 122.980144, 42.777689 ], [ 122.945651, 42.753524 ], [ 122.925941, 42.772417 ], [ 122.887137, 42.770221 ], [ 122.883442, 42.751766 ], [ 122.848949, 42.712203 ], [ 122.786123, 42.757479 ], [ 122.73808, 42.77066 ], [ 122.733152, 42.786034 ], [ 122.653696, 42.78252 ], [ 122.624747, 42.773296 ], [ 122.580399, 42.789987 ], [ 122.576088, 42.819405 ], [ 122.556378, 42.827745 ], [ 122.436886, 42.843105 ], [ 122.35127, 42.830378 ], [ 122.371596, 42.776371 ], [ 122.439349, 42.770221 ], [ 122.460907, 42.755282 ], [ 122.396234, 42.707366 ], [ 122.396234, 42.684054 ], [ 122.338951, 42.669975 ], [ 122.324785, 42.684934 ], [ 122.261343, 42.695931 ], [ 122.204676, 42.732867 ], [ 122.204676, 42.685374 ], [ 122.160945, 42.684934 ], [ 122.072865, 42.710444 ], [ 122.062394, 42.723635 ], [ 122.018663, 42.69901 ], [ 121.939207, 42.688453 ], [ 121.94167, 42.666014 ], [ 121.915801, 42.656332 ], [ 121.921344, 42.605697 ], [ 121.889931, 42.556784 ], [ 121.844352, 42.522389 ], [ 121.831417, 42.533856 ], [ 121.817867, 42.504303 ], [ 121.803084, 42.514891 ], [ 121.747649, 42.484887 ], [ 121.69899, 42.438529 ], [ 121.66573, 42.437204 ], [ 121.604136, 42.495037 ], [ 121.607831, 42.516214 ], [ 121.570875, 42.487093 ], [ 121.506201, 42.482239 ], [ 121.4791, 42.49636 ], [ 121.434752, 42.475176 ], [ 121.386093, 42.474294 ], [ 121.304789, 42.435879 ], [ 121.314644, 42.42837 ], [ 121.285079, 42.387717 ], [ 121.218558, 42.371802 ], [ 121.184681, 42.333324 ], [ 121.133558, 42.300135 ], [ 121.120623, 42.280656 ], [ 121.087978, 42.278885 ], [ 121.070732, 42.254083 ], [ 121.028848, 42.242565 ], [ 120.992508, 42.264714 ], [ 120.933994, 42.27977 ], [ 120.883487, 42.269585 ], [ 120.883487, 42.242565 ], [ 120.8299, 42.252755 ], [ 120.820661, 42.227943 ], [ 120.79048, 42.218636 ], [ 120.745516, 42.223512 ], [ 120.72211, 42.203565 ], [ 120.624792, 42.154338 ], [ 120.58414, 42.167203 ], [ 120.56751, 42.152119 ], [ 120.466496, 42.105516 ], [ 120.493597, 42.073539 ], [ 120.450481, 42.057101 ], [ 120.456641, 42.016208 ], [ 120.399358, 41.984631 ], [ 120.373489, 41.994862 ], [ 120.309431, 41.951704 ], [ 120.318054, 41.93746 ], [ 120.271859, 41.925439 ], [ 120.260156, 41.904062 ], [ 120.290337, 41.897381 ], [ 120.286641, 41.880005 ], [ 120.251533, 41.884016 ], [ 120.215808, 41.853265 ], [ 120.188707, 41.848361 ], [ 120.183164, 41.826513 ], [ 120.127113, 41.77253 ], [ 120.1382, 41.729221 ], [ 120.096316, 41.697056 ], [ 120.035954, 41.708226 ], [ 120.024867, 41.737707 ], [ 120.050737, 41.776101 ], [ 120.041498, 41.818932 ], [ 120.023019, 41.816701 ], [ 119.989759, 41.899163 ], [ 119.954034, 41.923212 ], [ 119.950954, 41.974399 ], [ 119.924469, 41.98908 ], [ 119.921389, 42.014429 ], [ 119.897368, 42.030879 ], [ 119.87581, 42.077982 ], [ 119.845629, 42.097079 ], [ 119.837622, 42.135257 ], [ 119.854868, 42.170308 ], [ 119.841933, 42.215534 ], [ 119.744615, 42.211545 ], [ 119.679941, 42.240793 ], [ 119.617115, 42.252755 ], [ 119.609108, 42.276671 ], [ 119.557985, 42.289068 ], [ 119.539507, 42.297922 ], [ 119.571536, 42.335536 ], [ 119.572152, 42.359421 ], [ 119.540123, 42.363401 ], [ 119.502551, 42.388159 ], [ 119.482841, 42.347037 ], [ 119.432949, 42.317396 ], [ 119.34795, 42.300578 ], [ 119.280197, 42.260728 ], [ 119.274037, 42.239021 ], [ 119.237697, 42.200905 ], [ 119.277733, 42.185387 ], [ 119.286972, 42.154781 ], [ 119.30853, 42.147239 ], [ 119.314689, 42.119723 ], [ 119.352261, 42.118391 ], [ 119.384906, 42.08953 ], [ 119.375667, 42.023322 ], [ 119.324544, 41.969505 ], [ 119.323928, 41.937014 ], [ 119.340559, 41.926774 ], [ 119.323312, 41.889807 ], [ 119.334399, 41.871539 ], [ 119.312841, 41.80555 ], [ 119.292515, 41.790827 ], [ 119.317769, 41.764049 ], [ 119.319001, 41.727435 ], [ 119.299907, 41.705545 ], [ 119.307914, 41.657273 ], [ 119.342406, 41.617914 ], [ 119.415703, 41.590169 ], [ 119.420015, 41.567785 ], [ 119.362116, 41.566442 ], [ 119.361501, 41.545841 ], [ 119.406464, 41.503276 ], [ 119.401537, 41.472343 ], [ 119.378131, 41.459787 ], [ 119.376283, 41.422102 ], [ 119.309762, 41.405944 ], [ 119.330704, 41.385293 ], [ 119.296211, 41.325097 ], [ 119.239545, 41.31431 ], [ 119.211827, 41.308016 ], [ 119.197661, 41.282837 ], [ 119.168712, 41.294978 ], [ 119.092951, 41.293629 ], [ 118.980234, 41.305769 ], [ 118.949437, 41.317906 ], [ 118.890923, 41.300823 ], [ 118.844727, 41.342622 ], [ 118.843496, 41.374516 ], [ 118.770199, 41.352956 ], [ 118.741866, 41.324198 ], [ 118.677192, 41.35026 ], [ 118.629765, 41.346666 ], [ 118.528135, 41.355202 ], [ 118.412338, 41.331838 ], [ 118.380309, 41.312062 ], [ 118.348896, 41.342622 ], [ 118.361215, 41.384844 ], [ 118.348896, 41.428384 ], [ 118.327338, 41.450816 ], [ 118.271904, 41.471446 ], [ 118.315636, 41.512688 ], [ 118.302701, 41.55256 ], [ 118.215237, 41.59554 ], [ 118.206614, 41.650566 ], [ 118.159187, 41.67605 ], [ 118.155491, 41.712694 ], [ 118.132702, 41.733241 ], [ 118.140093, 41.784134 ], [ 118.178281, 41.814917 ], [ 118.236179, 41.80778 ], [ 118.247266, 41.773869 ], [ 118.29223, 41.772976 ], [ 118.335346, 41.845241 ], [ 118.340273, 41.87243 ], [ 118.268824, 41.930336 ], [ 118.306396, 41.940131 ], [ 118.313788, 41.98819 ], [ 118.291614, 42.007759 ], [ 118.239875, 42.024655 ], [ 118.286686, 42.033991 ], [ 118.296541, 42.057545 ], [ 118.27252, 42.083312 ], [ 118.239259, 42.092639 ], [ 118.212774, 42.081091 ], [ 118.220165, 42.058434 ], [ 118.194296, 42.031324 ], [ 118.116687, 42.037102 ], [ 118.155491, 42.081091 ], [ 118.097593, 42.105072 ], [ 118.089586, 42.12283 ], [ 118.106216, 42.172082 ], [ 118.033535, 42.199132 ], [ 117.977485, 42.229716 ], [ 117.974405, 42.25054 ], [ 118.047702, 42.280656 ], [ 118.060021, 42.298364 ], [ 118.008898, 42.346595 ], [ 118.024296, 42.385064 ], [ 117.997811, 42.416884 ], [ 117.874007, 42.510038 ], [ 117.856761, 42.539148 ], [ 117.797631, 42.585431 ], [ 117.801326, 42.612744 ], [ 117.779768, 42.61847 ], [ 117.708935, 42.588515 ], [ 117.667051, 42.582347 ], [ 117.60053, 42.603054 ], [ 117.537088, 42.603054 ], [ 117.530313, 42.590278 ], [ 117.475494, 42.602613 ], [ 117.435458, 42.585431 ], [ 117.434226, 42.557224 ], [ 117.387415, 42.517537 ], [ 117.410205, 42.519743 ], [ 117.413284, 42.471645 ], [ 117.390495, 42.461933 ], [ 117.332596, 42.46105 ], [ 117.275314, 42.481797 ], [ 117.188467, 42.468114 ], [ 117.135496, 42.468996 ], [ 117.09546, 42.484004 ], [ 117.080061, 42.463699 ], [ 117.01662, 42.456193 ], [ 117.009228, 42.44957 ], [ 117.005533, 42.43367 ], [ 116.99075, 42.425719 ], [ 116.974736, 42.426603 ], [ 116.97104, 42.427486 ], [ 116.944555, 42.415116 ], [ 116.936547, 42.410256 ], [ 116.921765, 42.403628 ], [ 116.910062, 42.395231 ], [ 116.910678, 42.394789 ], [ 116.886656, 42.366496 ], [ 116.897743, 42.297479 ], [ 116.918685, 42.229716 ], [ 116.903287, 42.190708 ], [ 116.789338, 42.200462 ], [ 116.825062, 42.155669 ], [ 116.850316, 42.156556 ], [ 116.890352, 42.092639 ], [ 116.879881, 42.018431 ], [ 116.796113, 41.977958 ], [ 116.748686, 41.984186 ], [ 116.727744, 41.951259 ], [ 116.66923, 41.947698 ], [ 116.639049, 41.929891 ], [ 116.597165, 41.935679 ], [ 116.553433, 41.928555 ], [ 116.510933, 41.974399 ], [ 116.4826, 41.975734 ], [ 116.453651, 41.945917 ], [ 116.393289, 41.942802 ], [ 116.414231, 41.982407 ], [ 116.373579, 42.009983 ], [ 116.310137, 41.997086 ], [ 116.298434, 41.96817 ], [ 116.223906, 41.932562 ], [ 116.212819, 41.885352 ], [ 116.194341, 41.861734 ], [ 116.122892, 41.861734 ], [ 116.106877, 41.831419 ], [ 116.129051, 41.805996 ], [ 116.09887, 41.776547 ], [ 116.034196, 41.782795 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 115.994776, 41.828743 ], [ 115.954124, 41.874213 ], [ 115.916552, 41.945027 ], [ 115.85311, 41.927665 ], [ 115.834632, 41.93835 ], [ 115.811226, 41.912525 ], [ 115.726227, 41.870202 ], [ 115.688038, 41.867528 ], [ 115.654162, 41.829189 ], [ 115.57409, 41.80555 ], [ 115.519887, 41.76762 ], [ 115.488474, 41.760924 ], [ 115.42996, 41.728775 ], [ 115.346808, 41.712247 ], [ 115.319091, 41.691693 ], [ 115.360975, 41.661297 ], [ 115.345576, 41.635807 ], [ 115.377605, 41.603148 ], [ 115.310468, 41.592854 ], [ 115.290142, 41.622835 ], [ 115.26612, 41.616124 ], [ 115.256881, 41.580768 ], [ 115.20391, 41.571367 ], [ 115.195287, 41.602253 ], [ 115.0992, 41.62373 ], [ 115.056085, 41.602253 ], [ 115.016049, 41.615229 ], [ 114.860832, 41.60091 ], [ 114.895325, 41.636255 ], [ 114.902716, 41.695715 ], [ 114.89594, 41.76762 ], [ 114.868839, 41.813579 ], [ 114.922426, 41.825175 ], [ 114.939056, 41.846132 ], [ 114.923658, 41.871093 ], [ 114.915035, 41.960605 ], [ 114.9021, 42.015763 ], [ 114.860832, 42.054879 ], [ 114.86268, 42.097967 ], [ 114.825723, 42.139695 ], [ 114.79431, 42.149457 ], [ 114.789383, 42.130819 ], [ 114.75489, 42.115727 ], [ 114.675434, 42.12061 ], [ 114.647717, 42.109512 ], [ 114.560254, 42.132595 ], [ 114.510978, 42.110844 ], [ 114.502355, 42.06732 ], [ 114.480181, 42.064654 ], [ 114.467863, 42.025989 ], [ 114.511594, 41.981962 ], [ 114.478334, 41.951704 ], [ 114.419203, 41.942356 ], [ 114.352066, 41.953484 ], [ 114.343443, 41.926774 ], [ 114.282465, 41.863517 ], [ 114.200545, 41.789934 ], [ 114.215328, 41.75646 ], [ 114.206704, 41.7386 ], [ 114.237501, 41.698843 ], [ 114.215328, 41.68499 ], [ 114.259059, 41.623282 ], [ 114.226414, 41.616572 ], [ 114.221487, 41.582111 ], [ 114.230726, 41.513584 ], [ 114.101379, 41.537779 ], [ 114.032394, 41.529715 ], [ 113.976959, 41.505966 ], [ 113.953553, 41.483553 ], [ 113.933227, 41.487139 ], [ 113.919677, 41.454404 ], [ 113.877793, 41.431076 ], [ 113.871017, 41.413126 ], [ 113.94493, 41.392477 ], [ 113.92522, 41.325546 ], [ 113.899351, 41.316108 ], [ 113.914749, 41.294529 ], [ 113.95109, 41.282837 ], [ 113.971416, 41.239649 ], [ 113.992357, 41.269794 ], [ 114.016379, 41.231999 ], [ 113.996669, 41.19238 ], [ 113.960945, 41.171211 ], [ 113.920293, 41.172112 ], [ 113.877793, 41.115777 ], [ 113.819279, 41.09774 ], [ 113.868554, 41.06887 ], [ 113.973263, 40.983087 ], [ 113.994821, 40.938798 ], [ 114.057647, 40.925234 ], [ 114.041633, 40.917546 ], [ 114.055183, 40.867782 ], [ 114.073661, 40.857372 ], [ 114.044712, 40.830661 ], [ 114.080437, 40.790348 ], [ 114.104458, 40.797597 ], [ 114.103227, 40.770861 ], [ 114.134639, 40.737314 ], [ 114.084748, 40.729605 ], [ 114.063806, 40.706925 ], [ 114.07243, 40.679246 ], [ 114.041633, 40.608861 ], [ 114.076741, 40.575686 ], [ 114.080437, 40.547952 ], [ 114.061959, 40.52885 ], [ 114.011452, 40.515657 ], [ 113.948626, 40.514747 ], [ 113.890112, 40.466503 ], [ 113.850691, 40.460583 ], [ 113.794641, 40.517932 ], [ 113.763228, 40.473787 ], [ 113.688699, 40.448288 ], [ 113.559968, 40.348476 ], [ 113.500222, 40.334335 ], [ 113.387505, 40.319279 ], [ 113.316672, 40.319736 ], [ 113.27602, 40.388601 ], [ 113.251382, 40.413211 ], [ 113.083231, 40.374925 ], [ 113.03334, 40.368997 ], [ 112.898449, 40.329317 ], [ 112.848558, 40.206937 ], [ 112.744464, 40.167161 ], [ 112.712436, 40.178593 ], [ 112.6299, 40.235725 ], [ 112.511639, 40.269068 ], [ 112.456205, 40.300112 ], [ 112.418017, 40.295091 ], [ 112.349031, 40.257194 ], [ 112.310227, 40.256281 ], [ 112.299756, 40.21105 ], [ 112.232619, 40.169905 ], [ 112.232003, 40.133311 ], [ 112.183344, 40.083877 ], [ 112.182112, 40.061437 ], [ 112.142076, 40.027076 ], [ 112.133453, 40.001866 ], [ 112.07617, 39.919298 ], [ 112.042294, 39.886243 ], [ 112.012729, 39.827438 ], [ 111.970229, 39.796638 ], [ 111.959758, 39.692642 ], [ 111.925265, 39.66731 ], [ 111.9382, 39.623071 ], [ 111.87907, 39.606013 ], [ 111.842729, 39.620305 ], [ 111.783599, 39.58895 ], [ 111.722621, 39.606013 ], [ 111.707839, 39.621227 ], [ 111.646245, 39.644272 ], [ 111.61668, 39.633211 ], [ 111.525521, 39.662242 ], [ 111.497187, 39.661781 ], [ 111.445448, 39.640124 ], [ 111.460847, 39.606935 ], [ 111.441137, 39.59679 ], [ 111.422043, 39.539123 ], [ 111.431282, 39.508656 ], [ 111.385086, 39.489722 ], [ 111.358601, 39.432428 ], [ 111.287152, 39.417173 ], [ 111.171971, 39.423183 ], [ 111.143022, 39.407926 ], [ 111.125776, 39.366297 ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "210000", "name": "辽宁省", "center": [ 123.429096, 41.796767 ], "centroid": [ 122.605251, 41.299975 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 5, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.557985, 42.289068 ], [ 119.557985, 42.289068 ], [ 119.609108, 42.276671 ], [ 119.617115, 42.252755 ], [ 119.679941, 42.240793 ], [ 119.744615, 42.211545 ], [ 119.841933, 42.215534 ], [ 119.854868, 42.170308 ], [ 119.837622, 42.135257 ], [ 119.845629, 42.097079 ], [ 119.87581, 42.077982 ], [ 119.897368, 42.030879 ], [ 119.921389, 42.014429 ], [ 119.924469, 41.98908 ], [ 119.950954, 41.974399 ], [ 119.954034, 41.923212 ], [ 119.989759, 41.899163 ], [ 120.023019, 41.816701 ], [ 120.041498, 41.818932 ], [ 120.050737, 41.776101 ], [ 120.024867, 41.737707 ], [ 120.035954, 41.708226 ], [ 120.096316, 41.697056 ], [ 120.1382, 41.729221 ], [ 120.127113, 41.77253 ], [ 120.183164, 41.826513 ], [ 120.188707, 41.848361 ], [ 120.215808, 41.853265 ], [ 120.251533, 41.884016 ], [ 120.286641, 41.880005 ], [ 120.290337, 41.897381 ], [ 120.260156, 41.904062 ], [ 120.271859, 41.925439 ], [ 120.318054, 41.93746 ], [ 120.309431, 41.951704 ], [ 120.373489, 41.994862 ], [ 120.399358, 41.984631 ], [ 120.456641, 42.016208 ], [ 120.450481, 42.057101 ], [ 120.493597, 42.073539 ], [ 120.466496, 42.105516 ], [ 120.56751, 42.152119 ], [ 120.58414, 42.167203 ], [ 120.624792, 42.154338 ], [ 120.72211, 42.203565 ], [ 120.745516, 42.223512 ], [ 120.79048, 42.218636 ], [ 120.820661, 42.227943 ], [ 120.8299, 42.252755 ], [ 120.883487, 42.242565 ], [ 120.883487, 42.269585 ], [ 120.883487, 42.269585 ], [ 120.933994, 42.27977 ], [ 120.992508, 42.264714 ], [ 121.028848, 42.242565 ], [ 121.070732, 42.254083 ], [ 121.087978, 42.278885 ], [ 121.120623, 42.280656 ], [ 121.133558, 42.300135 ], [ 121.184681, 42.333324 ], [ 121.218558, 42.371802 ], [ 121.285079, 42.387717 ], [ 121.314644, 42.42837 ], [ 121.304789, 42.435879 ], [ 121.386093, 42.474294 ], [ 121.434752, 42.475176 ], [ 121.4791, 42.49636 ], [ 121.506201, 42.482239 ], [ 121.570875, 42.487093 ], [ 121.607831, 42.516214 ], [ 121.604136, 42.495037 ], [ 121.66573, 42.437204 ], [ 121.69899, 42.438529 ], [ 121.747649, 42.484887 ], [ 121.803084, 42.514891 ], [ 121.817867, 42.504303 ], [ 121.831417, 42.533856 ], [ 121.844352, 42.522389 ], [ 121.889931, 42.556784 ], [ 121.921344, 42.605697 ], [ 121.915801, 42.656332 ], [ 121.94167, 42.666014 ], [ 121.939207, 42.688453 ], [ 122.018663, 42.69901 ], [ 122.062394, 42.723635 ], [ 122.072865, 42.710444 ], [ 122.160945, 42.684934 ], [ 122.204676, 42.685374 ], [ 122.204676, 42.732867 ], [ 122.261343, 42.695931 ], [ 122.324785, 42.684934 ], [ 122.338951, 42.669975 ], [ 122.396234, 42.684054 ], [ 122.396234, 42.707366 ], [ 122.460907, 42.755282 ], [ 122.439349, 42.770221 ], [ 122.371596, 42.776371 ], [ 122.35127, 42.830378 ], [ 122.436886, 42.843105 ], [ 122.556378, 42.827745 ], [ 122.576088, 42.819405 ], [ 122.580399, 42.789987 ], [ 122.624747, 42.773296 ], [ 122.653696, 42.78252 ], [ 122.733152, 42.786034 ], [ 122.73808, 42.77066 ], [ 122.786123, 42.757479 ], [ 122.848949, 42.712203 ], [ 122.848949, 42.712203 ], [ 122.883442, 42.751766 ], [ 122.883442, 42.751766 ], [ 122.887137, 42.770221 ], [ 122.925941, 42.772417 ], [ 122.945651, 42.753524 ], [ 122.980144, 42.777689 ], [ 123.058368, 42.768903 ], [ 123.118114, 42.801405 ], [ 123.227752, 42.831695 ], [ 123.169853, 42.859777 ], [ 123.188947, 42.895739 ], [ 123.18402, 42.925983 ], [ 123.259165, 42.993431 ], [ 123.323222, 43.000872 ], [ 123.434707, 43.027565 ], [ 123.474743, 43.042438 ], [ 123.536337, 43.007 ], [ 123.572678, 43.003498 ], [ 123.580685, 43.036314 ], [ 123.631192, 43.088346 ], [ 123.636119, 43.141644 ], [ 123.666916, 43.179623 ], [ 123.645974, 43.208855 ], [ 123.676771, 43.223684 ], [ 123.664453, 43.264663 ], [ 123.698329, 43.272071 ], [ 123.703873, 43.37047 ], [ 123.710032, 43.417001 ], [ 123.749452, 43.439167 ], [ 123.747604, 43.472184 ], [ 123.79688, 43.489988 ], [ 123.857858, 43.459153 ], [ 123.857858, 43.459153 ], [ 123.852314, 43.406133 ], [ 123.881263, 43.392218 ], [ 123.881263, 43.392218 ], [ 123.896046, 43.361333 ], [ 123.964415, 43.34088 ], [ 124.032784, 43.280786 ], [ 124.099306, 43.292983 ], [ 124.117168, 43.2773 ], [ 124.114088, 43.247229 ], [ 124.168291, 43.244177 ], [ 124.215102, 43.255947 ], [ 124.228653, 43.235022 ], [ 124.27608, 43.233278 ], [ 124.287167, 43.207983 ], [ 124.273617, 43.17875 ], [ 124.366007, 43.121554 ], [ 124.425754, 43.076107 ], [ 124.333363, 42.997371 ], [ 124.369703, 42.972854 ], [ 124.42329, 42.975482 ], [ 124.442384, 42.958841 ], [ 124.431913, 42.930803 ], [ 124.38079, 42.912835 ], [ 124.371551, 42.880831 ], [ 124.435609, 42.880831 ], [ 124.466406, 42.847054 ], [ 124.586514, 42.905384 ], [ 124.607456, 42.937376 ], [ 124.632093, 42.949642 ], [ 124.635173, 42.972854 ], [ 124.658579, 42.972854 ], [ 124.677673, 43.002185 ], [ 124.686912, 43.051185 ], [ 124.719557, 43.069987 ], [ 124.755281, 43.074359 ], [ 124.785462, 43.117185 ], [ 124.882781, 43.13422 ], [ 124.88894, 43.074796 ], [ 124.840897, 43.032377 ], [ 124.869846, 42.988178 ], [ 124.87231, 42.962344 ], [ 124.84952, 42.882585 ], [ 124.856911, 42.824234 ], [ 124.874157, 42.789987 ], [ 124.897563, 42.787791 ], [ 124.92836, 42.819844 ], [ 124.975171, 42.802722 ], [ 124.996729, 42.745174 ], [ 124.968396, 42.722756 ], [ 124.99057, 42.677455 ], [ 125.014592, 42.666014 ], [ 125.010896, 42.63212 ], [ 125.038613, 42.615387 ], [ 125.097127, 42.622433 ], [ 125.082961, 42.591159 ], [ 125.089736, 42.567803 ], [ 125.066946, 42.534738 ], [ 125.090968, 42.515773 ], [ 125.068794, 42.499449 ], [ 125.105135, 42.490624 ], [ 125.150098, 42.458842 ], [ 125.140243, 42.44692 ], [ 125.186439, 42.427928 ], [ 125.185823, 42.38197 ], [ 125.203685, 42.366938 ], [ 125.167345, 42.351903 ], [ 125.175352, 42.308102 ], [ 125.224011, 42.30102 ], [ 125.264047, 42.312528 ], [ 125.299156, 42.289953 ], [ 125.27575, 42.266928 ], [ 125.27575, 42.231045 ], [ 125.312706, 42.219966 ], [ 125.280677, 42.175187 ], [ 125.312706, 42.197359 ], [ 125.305931, 42.146351 ], [ 125.357054, 42.145464 ], [ 125.368141, 42.182726 ], [ 125.41372, 42.156112 ], [ 125.458068, 42.160105 ], [ 125.458068, 42.160105 ], [ 125.490097, 42.136145 ], [ 125.446365, 42.098411 ], [ 125.414336, 42.101964 ], [ 125.416184, 42.063766 ], [ 125.363213, 42.017097 ], [ 125.369989, 42.002868 ], [ 125.29854, 41.974399 ], [ 125.291764, 41.958825 ], [ 125.35151, 41.92811 ], [ 125.307779, 41.924548 ], [ 125.294844, 41.822945 ], [ 125.319482, 41.776993 ], [ 125.319482, 41.776993 ], [ 125.323177, 41.771191 ], [ 125.323177, 41.771191 ], [ 125.336112, 41.768067 ], [ 125.336112, 41.768067 ], [ 125.332416, 41.711354 ], [ 125.317018, 41.676944 ], [ 125.344119, 41.672474 ], [ 125.412488, 41.691246 ], [ 125.446981, 41.67605 ], [ 125.461148, 41.642516 ], [ 125.450061, 41.597777 ], [ 125.479626, 41.544946 ], [ 125.507343, 41.534195 ], [ 125.493176, 41.509103 ], [ 125.533212, 41.479069 ], [ 125.534444, 41.428833 ], [ 125.547995, 41.401006 ], [ 125.581256, 41.396517 ], [ 125.589879, 41.359245 ], [ 125.610205, 41.365084 ], [ 125.637306, 41.34442 ], [ 125.62006, 41.318355 ], [ 125.642234, 41.296327 ], [ 125.646545, 41.264396 ], [ 125.685349, 41.273842 ], [ 125.695205, 41.244599 ], [ 125.749407, 41.245499 ], [ 125.758646, 41.232449 ], [ 125.73832, 41.178418 ], [ 125.791291, 41.167607 ], [ 125.759878, 41.132908 ], [ 125.734009, 41.125695 ], [ 125.712451, 41.095485 ], [ 125.739552, 41.08917 ], [ 125.726617, 41.055332 ], [ 125.684118, 41.021929 ], [ 125.674879, 40.974503 ], [ 125.650241, 40.970888 ], [ 125.635458, 40.94151 ], [ 125.589263, 40.931112 ], [ 125.584335, 40.891764 ], [ 125.652089, 40.91619 ], [ 125.687813, 40.897645 ], [ 125.707523, 40.866877 ], [ 125.648393, 40.826133 ], [ 125.641002, 40.798503 ], [ 125.67611, 40.788082 ], [ 125.685349, 40.769048 ], [ 125.61698, 40.763609 ], [ 125.585567, 40.788535 ], [ 125.551075, 40.761796 ], [ 125.544915, 40.729605 ], [ 125.49564, 40.728697 ], [ 125.459916, 40.707379 ], [ 125.453756, 40.676522 ], [ 125.418648, 40.673345 ], [ 125.422343, 40.635661 ], [ 125.375532, 40.658365 ], [ 125.329337, 40.643835 ], [ 125.305315, 40.661089 ], [ 125.279445, 40.655187 ], [ 125.262815, 40.620218 ], [ 125.181511, 40.611132 ], [ 125.113758, 40.569322 ], [ 125.076801, 40.562048 ], [ 125.015823, 40.533853 ], [ 125.004737, 40.496091 ], [ 125.042925, 40.483802 ], [ 125.044157, 40.466503 ], [ 124.985642, 40.475153 ], [ 124.945606, 40.45603 ], [ 124.913578, 40.481981 ], [ 124.834121, 40.423235 ], [ 124.739267, 40.371733 ], [ 124.722636, 40.321561 ], [ 124.62655, 40.291896 ], [ 124.513833, 40.22019 ], [ 124.490427, 40.18408 ], [ 124.457782, 40.177679 ], [ 124.428217, 40.144291 ], [ 124.346913, 40.079756 ], [ 124.336442, 40.049985 ], [ 124.372167, 40.021576 ], [ 124.349377, 39.989029 ], [ 124.288399, 39.962888 ], [ 124.286551, 39.931689 ], [ 124.241588, 39.928477 ], [ 124.216334, 39.89313 ], [ 124.214486, 39.865116 ], [ 124.173218, 39.841225 ], [ 124.151045, 39.74558 ], [ 124.099306, 39.777323 ], [ 124.103001, 39.823302 ], [ 124.002603, 39.800316 ], [ 123.95148, 39.817786 ], [ 123.812278, 39.831115 ], [ 123.795032, 39.822842 ], [ 123.687858, 39.808132 ], [ 123.674924, 39.826979 ], [ 123.645358, 39.823761 ], [ 123.642279, 39.796178 ], [ 123.612714, 39.775023 ], [ 123.579453, 39.781002 ], [ 123.546808, 39.756163 ], [ 123.536337, 39.788361 ], [ 123.484598, 39.763063 ], [ 123.477823, 39.74696 ], [ 123.392823, 39.723949 ], [ 123.388512, 39.74742 ], [ 123.350939, 39.750641 ], [ 123.274563, 39.753862 ], [ 123.270251, 39.714743 ], [ 123.286882, 39.704154 ], [ 123.253005, 39.689879 ], [ 123.215433, 39.696786 ], [ 123.212969, 39.665928 ], [ 123.166774, 39.674219 ], [ 123.146448, 39.647037 ], [ 123.103332, 39.676983 ], [ 123.010941, 39.655331 ], [ 123.021412, 39.64335 ], [ 122.978912, 39.616156 ], [ 122.972753, 39.594946 ], [ 122.941956, 39.604629 ], [ 122.860652, 39.604629 ], [ 122.847101, 39.581571 ], [ 122.808913, 39.559889 ], [ 122.682645, 39.514658 ], [ 122.649385, 39.516505 ], [ 122.637066, 39.488799 ], [ 122.581631, 39.464316 ], [ 122.532972, 39.419947 ], [ 122.489856, 39.403764 ], [ 122.412864, 39.411625 ], [ 122.366053, 39.370461 ], [ 122.30877, 39.346399 ], [ 122.274893, 39.322329 ], [ 122.242865, 39.267678 ], [ 122.160329, 39.238019 ], [ 122.117213, 39.213911 ], [ 122.123988, 39.172631 ], [ 122.167104, 39.158711 ], [ 122.127684, 39.144788 ], [ 122.088264, 39.112291 ], [ 122.048228, 39.101146 ], [ 122.071634, 39.074204 ], [ 122.061778, 39.060264 ], [ 122.013735, 39.073275 ], [ 121.963228, 39.030053 ], [ 121.913953, 39.0598 ], [ 121.929352, 39.024939 ], [ 121.864062, 39.037026 ], [ 121.855439, 39.025869 ], [ 121.905946, 38.997503 ], [ 121.920728, 38.969591 ], [ 121.863446, 38.942598 ], [ 121.804932, 38.970986 ], [ 121.790149, 39.022614 ], [ 121.756889, 39.025869 ], [ 121.73841, 38.998898 ], [ 121.671273, 39.010059 ], [ 121.66265, 38.966333 ], [ 121.618918, 38.950046 ], [ 121.655874, 38.946788 ], [ 121.719316, 38.920252 ], [ 121.708845, 38.872744 ], [ 121.675585, 38.86156 ], [ 121.618302, 38.862492 ], [ 121.564715, 38.874607 ], [ 121.509897, 38.817743 ], [ 121.399028, 38.812613 ], [ 121.359608, 38.822406 ], [ 121.302325, 38.78976 ], [ 121.259825, 38.786495 ], [ 121.198848, 38.721623 ], [ 121.13787, 38.723023 ], [ 121.112, 38.776231 ], [ 121.12863, 38.799089 ], [ 121.110768, 38.862026 ], [ 121.129862, 38.879266 ], [ 121.094138, 38.894173 ], [ 121.08921, 38.922115 ], [ 121.128014, 38.958888 ], [ 121.180369, 38.959819 ], [ 121.204391, 38.941202 ], [ 121.275224, 38.971917 ], [ 121.341129, 38.980757 ], [ 121.317108, 39.012384 ], [ 121.370695, 39.060264 ], [ 121.431057, 39.027263 ], [ 121.508049, 39.034237 ], [ 121.581962, 39.075598 ], [ 121.599208, 39.098824 ], [ 121.562252, 39.127149 ], [ 121.590585, 39.154999 ], [ 121.642324, 39.11972 ], [ 121.605983, 39.080708 ], [ 121.631853, 39.077921 ], [ 121.68236, 39.117863 ], [ 121.639244, 39.166136 ], [ 121.604136, 39.166136 ], [ 121.586889, 39.193506 ], [ 121.591201, 39.228748 ], [ 121.631237, 39.22643 ], [ 121.589353, 39.263044 ], [ 121.623846, 39.285745 ], [ 121.672505, 39.275554 ], [ 121.667577, 39.310754 ], [ 121.70207, 39.326496 ], [ 121.72486, 39.364447 ], [ 121.621382, 39.326033 ], [ 121.562252, 39.322792 ], [ 121.51544, 39.286672 ], [ 121.464933, 39.30103 ], [ 121.466781, 39.320014 ], [ 121.435984, 39.329736 ], [ 121.432904, 39.357506 ], [ 121.35468, 39.377863 ], [ 121.324499, 39.371386 ], [ 121.307869, 39.391277 ], [ 121.270296, 39.374162 ], [ 121.245659, 39.389427 ], [ 121.246891, 39.421334 ], [ 121.304173, 39.48187 ], [ 121.286927, 39.507271 ], [ 121.268449, 39.482794 ], [ 121.224717, 39.519275 ], [ 121.226565, 39.554814 ], [ 121.263521, 39.589873 ], [ 121.299246, 39.606013 ], [ 121.325731, 39.601402 ], [ 121.450151, 39.624914 ], [ 121.451999, 39.658095 ], [ 121.482796, 39.659478 ], [ 121.502506, 39.703233 ], [ 121.45939, 39.747881 ], [ 121.487107, 39.760303 ], [ 121.472325, 39.802155 ], [ 121.530223, 39.851334 ], [ 121.541926, 39.874302 ], [ 121.572107, 39.865116 ], [ 121.626925, 39.882569 ], [ 121.699606, 39.937196 ], [ 121.76428, 39.933525 ], [ 121.779062, 39.942702 ], [ 121.796309, 39.999116 ], [ 121.824642, 40.025701 ], [ 121.910257, 40.072887 ], [ 121.956453, 40.133311 ], [ 121.995257, 40.128277 ], [ 122.003264, 40.172191 ], [ 121.98109, 40.173106 ], [ 121.950293, 40.204194 ], [ 121.940438, 40.242121 ], [ 122.02667, 40.244862 ], [ 122.039605, 40.260391 ], [ 122.040221, 40.322017 ], [ 122.079641, 40.332967 ], [ 122.110438, 40.315629 ], [ 122.138155, 40.338897 ], [ 122.111054, 40.348932 ], [ 122.135691, 40.374925 ], [ 122.152322, 40.357597 ], [ 122.198517, 40.382219 ], [ 122.186814, 40.422779 ], [ 122.229314, 40.424146 ], [ 122.250872, 40.445555 ], [ 122.241633, 40.465137 ], [ 122.278589, 40.482891 ], [ 122.244712, 40.485167 ], [ 122.245944, 40.519752 ], [ 122.150474, 40.588413 ], [ 122.133843, 40.614313 ], [ 122.148626, 40.671983 ], [ 122.122141, 40.657457 ], [ 122.06609, 40.64883 ], [ 122.025438, 40.674253 ], [ 121.951525, 40.680607 ], [ 121.936127, 40.711462 ], [ 121.934279, 40.79805 ], [ 121.883772, 40.802127 ], [ 121.84312, 40.831567 ], [ 121.816019, 40.894931 ], [ 121.778446, 40.886787 ], [ 121.735331, 40.862351 ], [ 121.732251, 40.846961 ], [ 121.682976, 40.829755 ], [ 121.626309, 40.844244 ], [ 121.576418, 40.837906 ], [ 121.553013, 40.817528 ], [ 121.55486, 40.849677 ], [ 121.526527, 40.85194 ], [ 121.499426, 40.880001 ], [ 121.440296, 40.88181 ], [ 121.440912, 40.84017 ], [ 121.342977, 40.841528 ], [ 121.290622, 40.851488 ], [ 121.274608, 40.886335 ], [ 121.251202, 40.880453 ], [ 121.23642, 40.851035 ], [ 121.177906, 40.873665 ], [ 121.126167, 40.86914 ], [ 121.076892, 40.815716 ], [ 121.086747, 40.79805 ], [ 121.010986, 40.784457 ], [ 121.00729, 40.807563 ], [ 120.971566, 40.805751 ], [ 120.994356, 40.790801 ], [ 120.980189, 40.766329 ], [ 120.991276, 40.744115 ], [ 121.028848, 40.746382 ], [ 121.032544, 40.709193 ], [ 120.983269, 40.712822 ], [ 120.945081, 40.687868 ], [ 120.861313, 40.684692 ], [ 120.8299, 40.671076 ], [ 120.837291, 40.644289 ], [ 120.822509, 40.59432 ], [ 120.72827, 40.539311 ], [ 120.72211, 40.515657 ], [ 120.693777, 40.505647 ], [ 120.666676, 40.467413 ], [ 120.615553, 40.453298 ], [ 120.617401, 40.41959 ], [ 120.596459, 40.399084 ], [ 120.602618, 40.36079 ], [ 120.537329, 40.325211 ], [ 120.52193, 40.304676 ], [ 120.523778, 40.256737 ], [ 120.491749, 40.20008 ], [ 120.451097, 40.177679 ], [ 120.371641, 40.174478 ], [ 120.273091, 40.127362 ], [ 120.161606, 40.096239 ], [ 120.134504, 40.074719 ], [ 120.092005, 40.077466 ], [ 119.947259, 40.040364 ], [ 119.941715, 40.009659 ], [ 119.91831, 39.989946 ], [ 119.854252, 39.98857 ], [ 119.845629, 40.000949 ], [ 119.845629, 40.000949 ], [ 119.854252, 40.033033 ], [ 119.81668, 40.050443 ], [ 119.81668, 40.050443 ], [ 119.787115, 40.041739 ], [ 119.787115, 40.041739 ], [ 119.783419, 40.046778 ], [ 119.783419, 40.046778 ], [ 119.772332, 40.08113 ], [ 119.736608, 40.104936 ], [ 119.760629, 40.136056 ], [ 119.745847, 40.207851 ], [ 119.716898, 40.195966 ], [ 119.671934, 40.23938 ], [ 119.639289, 40.231613 ], [ 119.639289, 40.231613 ], [ 119.651608, 40.271808 ], [ 119.598021, 40.334335 ], [ 119.586934, 40.375381 ], [ 119.604797, 40.455119 ], [ 119.553674, 40.502007 ], [ 119.572152, 40.523846 ], [ 119.559217, 40.547952 ], [ 119.503783, 40.553864 ], [ 119.477913, 40.533399 ], [ 119.429254, 40.540221 ], [ 119.30237, 40.530215 ], [ 119.256175, 40.543404 ], [ 119.22045, 40.569322 ], [ 119.230921, 40.603863 ], [ 119.177951, 40.609315 ], [ 119.162552, 40.600228 ], [ 119.14469, 40.632482 ], [ 119.184726, 40.680153 ], [ 119.165632, 40.69286 ], [ 119.115125, 40.666536 ], [ 119.054763, 40.664721 ], [ 119.028277, 40.692406 ], [ 119.011031, 40.687414 ], [ 118.96114, 40.72008 ], [ 118.950053, 40.747743 ], [ 118.895234, 40.75409 ], [ 118.907553, 40.775394 ], [ 118.878604, 40.783098 ], [ 118.845959, 40.822057 ], [ 118.873061, 40.847866 ], [ 118.90201, 40.960946 ], [ 118.916792, 40.969984 ], [ 118.977154, 40.959138 ], [ 118.977154, 40.959138 ], [ 119.00056, 40.967273 ], [ 119.013495, 41.007479 ], [ 118.951901, 41.018317 ], [ 118.937118, 41.052625 ], [ 118.964836, 41.079246 ], [ 119.037516, 41.067516 ], [ 119.080632, 41.095936 ], [ 119.081248, 41.131555 ], [ 119.126212, 41.138767 ], [ 119.189038, 41.198234 ], [ 119.169943, 41.222996 ], [ 119.204436, 41.222546 ], [ 119.209364, 41.244599 ], [ 119.2494, 41.279689 ], [ 119.239545, 41.31431 ], [ 119.296211, 41.325097 ], [ 119.330704, 41.385293 ], [ 119.309762, 41.405944 ], [ 119.376283, 41.422102 ], [ 119.378131, 41.459787 ], [ 119.401537, 41.472343 ], [ 119.406464, 41.503276 ], [ 119.361501, 41.545841 ], [ 119.362116, 41.566442 ], [ 119.420015, 41.567785 ], [ 119.415703, 41.590169 ], [ 119.342406, 41.617914 ], [ 119.307914, 41.657273 ], [ 119.299907, 41.705545 ], [ 119.319001, 41.727435 ], [ 119.317769, 41.764049 ], [ 119.292515, 41.790827 ], [ 119.312841, 41.80555 ], [ 119.334399, 41.871539 ], [ 119.323312, 41.889807 ], [ 119.340559, 41.926774 ], [ 119.323928, 41.937014 ], [ 119.324544, 41.969505 ], [ 119.375667, 42.023322 ], [ 119.384906, 42.08953 ], [ 119.352261, 42.118391 ], [ 119.314689, 42.119723 ], [ 119.30853, 42.147239 ], [ 119.286972, 42.154781 ], [ 119.277733, 42.185387 ], [ 119.237697, 42.200905 ], [ 119.274037, 42.239021 ], [ 119.280197, 42.260728 ], [ 119.34795, 42.300578 ], [ 119.432949, 42.317396 ], [ 119.482841, 42.347037 ], [ 119.502551, 42.388159 ], [ 119.540123, 42.363401 ], [ 119.572152, 42.359421 ], [ 119.571536, 42.335536 ], [ 119.539507, 42.297922 ], [ 119.557985, 42.289068 ] ] ], [ [ [ 122.673406, 39.269531 ], [ 122.67895, 39.268605 ], [ 122.57732, 39.269994 ], [ 122.497248, 39.300566 ], [ 122.540979, 39.308439 ], [ 122.593334, 39.278334 ], [ 122.641993, 39.288061 ], [ 122.673406, 39.269531 ] ] ], [ [ [ 122.335256, 39.149894 ], [ 122.316161, 39.185157 ], [ 122.343263, 39.203246 ], [ 122.393154, 39.213448 ], [ 122.383299, 39.190723 ], [ 122.398697, 39.16196 ], [ 122.366053, 39.174951 ], [ 122.335256, 39.149894 ] ] ], [ [ [ 122.691884, 39.23292 ], [ 122.691268, 39.23431 ], [ 122.690037, 39.234774 ], [ 122.628443, 39.231993 ], [ 122.635834, 39.241727 ], [ 122.740544, 39.248679 ], [ 122.751631, 39.229675 ], [ 122.696812, 39.206492 ], [ 122.691884, 39.23292 ] ] ], [ [ [ 122.759022, 39.025404 ], [ 122.732536, 39.013779 ], [ 122.704819, 39.044463 ], [ 122.725145, 39.048181 ], [ 122.759022, 39.025404 ] ] ], [ [ [ 123.022644, 39.546507 ], [ 123.036194, 39.533123 ], [ 122.995542, 39.495264 ], [ 122.945035, 39.520198 ], [ 122.96105, 39.551122 ], [ 123.022644, 39.546507 ] ] ], [ [ [ 122.503407, 39.241263 ], [ 122.547755, 39.229211 ], [ 122.502175, 39.224112 ], [ 122.503407, 39.241263 ] ] ], [ [ [ 120.786784, 40.473787 ], [ 120.774465, 40.48016 ], [ 120.805262, 40.525666 ], [ 120.8299, 40.516112 ], [ 120.83298, 40.491995 ], [ 120.786784, 40.473787 ] ] ], [ [ [ 123.086702, 39.426881 ], [ 123.054057, 39.457847 ], [ 123.090397, 39.450915 ], [ 123.086702, 39.426881 ] ] ], [ [ [ 123.160614, 39.025404 ], [ 123.143984, 39.038885 ], [ 123.145832, 39.091857 ], [ 123.20065, 39.077921 ], [ 123.205578, 39.057011 ], [ 123.160614, 39.025404 ] ] ], [ [ [ 123.716807, 39.74512 ], [ 123.719887, 39.763063 ], [ 123.756843, 39.754322 ], [ 123.716807, 39.74512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "220000", "name": "吉林省", "center": [ 125.3245, 43.886841 ], "centroid": [ 126.171249, 43.70394 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 6, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126.188572, 41.114875 ], [ 126.187956, 41.113072 ], [ 126.16763, 41.094583 ], [ 126.124514, 41.092327 ], [ 126.133753, 41.063906 ], [ 126.099877, 41.036376 ], [ 126.1085, 41.011995 ], [ 126.066, 40.997542 ], [ 126.08263, 40.976762 ], [ 126.051833, 40.96185 ], [ 126.041362, 40.928851 ], [ 126.008102, 40.936537 ], [ 125.959442, 40.88181 ], [ 125.921254, 40.882715 ], [ 125.875059, 40.908501 ], [ 125.860892, 40.888597 ], [ 125.817161, 40.866877 ], [ 125.778356, 40.897645 ], [ 125.707523, 40.866877 ], [ 125.687813, 40.897645 ], [ 125.652089, 40.91619 ], [ 125.584335, 40.891764 ], [ 125.589263, 40.931112 ], [ 125.635458, 40.94151 ], [ 125.650241, 40.970888 ], [ 125.674879, 40.974503 ], [ 125.684118, 41.021929 ], [ 125.726617, 41.055332 ], [ 125.739552, 41.08917 ], [ 125.712451, 41.095485 ], [ 125.734009, 41.125695 ], [ 125.759878, 41.132908 ], [ 125.791291, 41.167607 ], [ 125.73832, 41.178418 ], [ 125.758646, 41.232449 ], [ 125.749407, 41.245499 ], [ 125.695205, 41.244599 ], [ 125.685349, 41.273842 ], [ 125.646545, 41.264396 ], [ 125.642234, 41.296327 ], [ 125.62006, 41.318355 ], [ 125.637306, 41.34442 ], [ 125.610205, 41.365084 ], [ 125.589879, 41.359245 ], [ 125.581256, 41.396517 ], [ 125.547995, 41.401006 ], [ 125.534444, 41.428833 ], [ 125.533212, 41.479069 ], [ 125.493176, 41.509103 ], [ 125.507343, 41.534195 ], [ 125.479626, 41.544946 ], [ 125.450061, 41.597777 ], [ 125.461148, 41.642516 ], [ 125.446981, 41.67605 ], [ 125.412488, 41.691246 ], [ 125.344119, 41.672474 ], [ 125.317018, 41.676944 ], [ 125.332416, 41.711354 ], [ 125.336112, 41.768067 ], [ 125.336112, 41.768067 ], [ 125.323177, 41.771191 ], [ 125.323177, 41.771191 ], [ 125.319482, 41.776993 ], [ 125.319482, 41.776993 ], [ 125.294844, 41.822945 ], [ 125.307779, 41.924548 ], [ 125.35151, 41.92811 ], [ 125.291764, 41.958825 ], [ 125.29854, 41.974399 ], [ 125.369989, 42.002868 ], [ 125.363213, 42.017097 ], [ 125.416184, 42.063766 ], [ 125.414336, 42.101964 ], [ 125.446365, 42.098411 ], [ 125.490097, 42.136145 ], [ 125.458068, 42.160105 ], [ 125.458068, 42.160105 ], [ 125.41372, 42.156112 ], [ 125.368141, 42.182726 ], [ 125.357054, 42.145464 ], [ 125.305931, 42.146351 ], [ 125.312706, 42.197359 ], [ 125.280677, 42.175187 ], [ 125.312706, 42.219966 ], [ 125.27575, 42.231045 ], [ 125.27575, 42.266928 ], [ 125.299156, 42.289953 ], [ 125.264047, 42.312528 ], [ 125.224011, 42.30102 ], [ 125.175352, 42.308102 ], [ 125.167345, 42.351903 ], [ 125.203685, 42.366938 ], [ 125.185823, 42.38197 ], [ 125.186439, 42.427928 ], [ 125.140243, 42.44692 ], [ 125.150098, 42.458842 ], [ 125.105135, 42.490624 ], [ 125.068794, 42.499449 ], [ 125.090968, 42.515773 ], [ 125.066946, 42.534738 ], [ 125.089736, 42.567803 ], [ 125.082961, 42.591159 ], [ 125.097127, 42.622433 ], [ 125.038613, 42.615387 ], [ 125.010896, 42.63212 ], [ 125.014592, 42.666014 ], [ 124.99057, 42.677455 ], [ 124.968396, 42.722756 ], [ 124.996729, 42.745174 ], [ 124.975171, 42.802722 ], [ 124.92836, 42.819844 ], [ 124.897563, 42.787791 ], [ 124.874157, 42.789987 ], [ 124.856911, 42.824234 ], [ 124.84952, 42.882585 ], [ 124.87231, 42.962344 ], [ 124.869846, 42.988178 ], [ 124.840897, 43.032377 ], [ 124.88894, 43.074796 ], [ 124.882781, 43.13422 ], [ 124.785462, 43.117185 ], [ 124.755281, 43.074359 ], [ 124.719557, 43.069987 ], [ 124.686912, 43.051185 ], [ 124.677673, 43.002185 ], [ 124.658579, 42.972854 ], [ 124.635173, 42.972854 ], [ 124.632093, 42.949642 ], [ 124.607456, 42.937376 ], [ 124.586514, 42.905384 ], [ 124.466406, 42.847054 ], [ 124.435609, 42.880831 ], [ 124.371551, 42.880831 ], [ 124.38079, 42.912835 ], [ 124.431913, 42.930803 ], [ 124.442384, 42.958841 ], [ 124.42329, 42.975482 ], [ 124.369703, 42.972854 ], [ 124.333363, 42.997371 ], [ 124.425754, 43.076107 ], [ 124.366007, 43.121554 ], [ 124.273617, 43.17875 ], [ 124.287167, 43.207983 ], [ 124.27608, 43.233278 ], [ 124.228653, 43.235022 ], [ 124.215102, 43.255947 ], [ 124.168291, 43.244177 ], [ 124.114088, 43.247229 ], [ 124.117168, 43.2773 ], [ 124.099306, 43.292983 ], [ 124.032784, 43.280786 ], [ 123.964415, 43.34088 ], [ 123.896046, 43.361333 ], [ 123.881263, 43.392218 ], [ 123.881263, 43.392218 ], [ 123.852314, 43.406133 ], [ 123.857858, 43.459153 ], [ 123.857858, 43.459153 ], [ 123.79688, 43.489988 ], [ 123.747604, 43.472184 ], [ 123.749452, 43.439167 ], [ 123.710032, 43.417001 ], [ 123.703873, 43.37047 ], [ 123.608402, 43.366119 ], [ 123.54496, 43.415262 ], [ 123.519707, 43.402219 ], [ 123.486446, 43.44525 ], [ 123.442098, 43.437863 ], [ 123.419925, 43.410046 ], [ 123.382968, 43.469143 ], [ 123.36449, 43.483475 ], [ 123.315831, 43.492159 ], [ 123.329998, 43.519071 ], [ 123.304744, 43.550742 ], [ 123.360179, 43.567223 ], [ 123.452569, 43.545971 ], [ 123.452569, 43.545971 ], [ 123.461193, 43.568523 ], [ 123.434091, 43.575461 ], [ 123.421157, 43.598435 ], [ 123.5117, 43.592801 ], [ 123.510468, 43.624867 ], [ 123.536953, 43.633964 ], [ 123.518475, 43.682024 ], [ 123.520323, 43.708419 ], [ 123.48275, 43.737396 ], [ 123.498149, 43.771114 ], [ 123.461809, 43.822518 ], [ 123.467968, 43.853599 ], [ 123.397135, 43.954929 ], [ 123.37065, 43.970006 ], [ 123.400831, 43.979481 ], [ 123.365722, 44.013922 ], [ 123.331229, 44.028984 ], [ 123.32815, 44.084035 ], [ 123.350939, 44.092633 ], [ 123.362642, 44.133452 ], [ 123.386664, 44.161794 ], [ 123.323838, 44.179823 ], [ 123.286882, 44.211574 ], [ 123.277027, 44.25274 ], [ 123.196955, 44.34483 ], [ 123.128585, 44.367081 ], [ 123.114419, 44.40258 ], [ 123.142136, 44.428228 ], [ 123.125506, 44.455147 ], [ 123.137209, 44.486322 ], [ 123.12489, 44.5098 ], [ 123.06576, 44.505959 ], [ 123.025108, 44.493153 ], [ 122.85634, 44.398304 ], [ 122.76087, 44.369648 ], [ 122.702971, 44.319145 ], [ 122.675254, 44.285738 ], [ 122.641993, 44.283595 ], [ 122.515726, 44.251025 ], [ 122.483081, 44.236877 ], [ 122.319241, 44.233018 ], [ 122.271198, 44.255741 ], [ 122.291524, 44.310152 ], [ 122.294604, 44.41113 ], [ 122.28598, 44.477783 ], [ 122.228082, 44.480345 ], [ 122.224386, 44.526016 ], [ 122.196053, 44.559712 ], [ 122.13138, 44.577619 ], [ 122.113517, 44.615546 ], [ 122.103046, 44.67388 ], [ 122.117213, 44.701961 ], [ 122.161561, 44.728328 ], [ 122.152322, 44.744057 ], [ 122.10243, 44.736406 ], [ 122.110438, 44.767856 ], [ 122.142467, 44.753833 ], [ 122.168952, 44.770405 ], [ 122.099967, 44.7823 ], [ 122.098119, 44.81882 ], [ 122.04946, 44.912985 ], [ 122.079025, 44.914256 ], [ 122.087032, 44.95281 ], [ 122.074713, 45.006573 ], [ 122.098735, 45.02138 ], [ 122.119677, 45.068739 ], [ 122.109822, 45.142236 ], [ 122.143082, 45.183167 ], [ 122.192358, 45.180636 ], [ 122.22993, 45.206784 ], [ 122.239169, 45.276313 ], [ 122.147394, 45.295682 ], [ 122.146778, 45.374352 ], [ 122.180039, 45.409655 ], [ 122.168336, 45.439897 ], [ 122.064242, 45.472641 ], [ 122.002648, 45.507882 ], [ 121.993409, 45.552741 ], [ 121.966308, 45.596308 ], [ 121.995873, 45.59882 ], [ 122.003264, 45.623102 ], [ 121.970004, 45.692956 ], [ 121.934279, 45.71051 ], [ 121.867142, 45.719703 ], [ 121.812323, 45.704659 ], [ 121.811091, 45.687103 ], [ 121.713773, 45.701734 ], [ 121.666345, 45.727641 ], [ 121.644172, 45.752284 ], [ 121.657106, 45.770238 ], [ 121.697142, 45.76314 ], [ 121.754425, 45.794862 ], [ 121.766744, 45.830318 ], [ 121.766744, 45.830318 ], [ 121.769823, 45.84366 ], [ 121.817251, 45.875336 ], [ 121.805548, 45.900746 ], [ 121.821562, 45.918235 ], [ 121.809243, 45.961102 ], [ 121.761816, 45.998947 ], [ 121.819098, 46.023054 ], [ 121.843736, 46.024301 ], [ 121.864062, 46.002272 ], [ 121.923808, 46.004767 ], [ 121.92812, 45.988552 ], [ 122.040221, 45.959022 ], [ 122.085184, 45.912406 ], [ 122.091344, 45.882002 ], [ 122.200981, 45.857 ], [ 122.236705, 45.831569 ], [ 122.253952, 45.7982 ], [ 122.301379, 45.813218 ], [ 122.337719, 45.859917 ], [ 122.372828, 45.856166 ], [ 122.362357, 45.917403 ], [ 122.446125, 45.916986 ], [ 122.496016, 45.85825 ], [ 122.504639, 45.786933 ], [ 122.522501, 45.786933 ], [ 122.556378, 45.82156 ], [ 122.603189, 45.778169 ], [ 122.640761, 45.771072 ], [ 122.650001, 45.731401 ], [ 122.671558, 45.70048 ], [ 122.741775, 45.705077 ], [ 122.751015, 45.735996 ], [ 122.792283, 45.766063 ], [ 122.752246, 45.834905 ], [ 122.772572, 45.856583 ], [ 122.80029, 45.856583 ], [ 122.828623, 45.912406 ], [ 122.792898, 46.073313 ], [ 123.04605, 46.099878 ], [ 123.070071, 46.123527 ], [ 123.112571, 46.130163 ], [ 123.102716, 46.172037 ], [ 123.127354, 46.174523 ], [ 123.128585, 46.210565 ], [ 123.178476, 46.248239 ], [ 123.248078, 46.273065 ], [ 123.286266, 46.250308 ], [ 123.320758, 46.254447 ], [ 123.357099, 46.232096 ], [ 123.357099, 46.232096 ], [ 123.430396, 46.243687 ], [ 123.452569, 46.233338 ], [ 123.499381, 46.259826 ], [ 123.569598, 46.223816 ], [ 123.569598, 46.223816 ], [ 123.604706, 46.251964 ], [ 123.673692, 46.258585 ], [ 123.726047, 46.255688 ], [ 123.775938, 46.263136 ], [ 123.84985, 46.302428 ], [ 123.896046, 46.303668 ], [ 123.917604, 46.25693 ], [ 123.936082, 46.286715 ], [ 123.960103, 46.288369 ], [ 123.952096, 46.256516 ], [ 123.979814, 46.228784 ], [ 123.956408, 46.206009 ], [ 123.971806, 46.170379 ], [ 124.001987, 46.166649 ], [ 123.991516, 46.143019 ], [ 124.01677, 46.118549 ], [ 123.99398, 46.101123 ], [ 124.015538, 46.088257 ], [ 124.009995, 46.057534 ], [ 124.034016, 46.045074 ], [ 124.040176, 46.01973 ], [ 123.989053, 46.011833 ], [ 124.011842, 45.981899 ], [ 123.973654, 45.973997 ], [ 123.968727, 45.936551 ], [ 123.996444, 45.906993 ], [ 124.061118, 45.886168 ], [ 124.067277, 45.840325 ], [ 124.03648, 45.83824 ], [ 124.064197, 45.802372 ], [ 124.001987, 45.770655 ], [ 124.014922, 45.749779 ], [ 124.054342, 45.751449 ], [ 124.098074, 45.722628 ], [ 124.10177, 45.700898 ], [ 124.13503, 45.690448 ], [ 124.122096, 45.669123 ], [ 124.147349, 45.665359 ], [ 124.128255, 45.641933 ], [ 124.162132, 45.616404 ], [ 124.226805, 45.633564 ], [ 124.238508, 45.591702 ], [ 124.273001, 45.584163 ], [ 124.264377, 45.555256 ], [ 124.287783, 45.539329 ], [ 124.348761, 45.546874 ], [ 124.369087, 45.512915 ], [ 124.352457, 45.496557 ], [ 124.374015, 45.45795 ], [ 124.398652, 45.440737 ], [ 124.480572, 45.456271 ], [ 124.507058, 45.424778 ], [ 124.544014, 45.411756 ], [ 124.579738, 45.424358 ], [ 124.575427, 45.451234 ], [ 124.625318, 45.437377 ], [ 124.690607, 45.452493 ], [ 124.729412, 45.444096 ], [ 124.776223, 45.468024 ], [ 124.792853, 45.436958 ], [ 124.839665, 45.455852 ], [ 124.886476, 45.442836 ], [ 124.884628, 45.495299 ], [ 124.911114, 45.535976 ], [ 124.936983, 45.53388 ], [ 124.961005, 45.495299 ], [ 125.025678, 45.493201 ], [ 125.0497, 45.428558 ], [ 125.08912, 45.420998 ], [ 125.06633, 45.39915 ], [ 125.097127, 45.38276 ], [ 125.137779, 45.409655 ], [ 125.189518, 45.39915 ], [ 125.248649, 45.417637 ], [ 125.301619, 45.402092 ], [ 125.319482, 45.422678 ], [ 125.361981, 45.392847 ], [ 125.398322, 45.416797 ], [ 125.434662, 45.462988 ], [ 125.424807, 45.485649 ], [ 125.480242, 45.486488 ], [ 125.497488, 45.469283 ], [ 125.583104, 45.491942 ], [ 125.61698, 45.517947 ], [ 125.660096, 45.507043 ], [ 125.687813, 45.514173 ], [ 125.711835, 45.477677 ], [ 125.712451, 45.389485 ], [ 125.695205, 45.352066 ], [ 125.726001, 45.336503 ], [ 125.761726, 45.291472 ], [ 125.815929, 45.264942 ], [ 125.823936, 45.237978 ], [ 125.849805, 45.23882 ], [ 125.915095, 45.196664 ], [ 125.957595, 45.201303 ], [ 125.992703, 45.192447 ], [ 125.998247, 45.162072 ], [ 126.047522, 45.170933 ], [ 126.091869, 45.149411 ], [ 126.142992, 45.147723 ], [ 126.166398, 45.13337 ], [ 126.225528, 45.154054 ], [ 126.235383, 45.140125 ], [ 126.285274, 45.162494 ], [ 126.293282, 45.180214 ], [ 126.356107, 45.185698 ], [ 126.402919, 45.222805 ], [ 126.519331, 45.248091 ], [ 126.540273, 45.23882 ], [ 126.569222, 45.252725 ], [ 126.644983, 45.225334 ], [ 126.640055, 45.214373 ], [ 126.685635, 45.187807 ], [ 126.732446, 45.187385 ], [ 126.787265, 45.159118 ], [ 126.792808, 45.135481 ], [ 126.85625, 45.145613 ], [ 126.96404, 45.132104 ], [ 126.970815, 45.070852 ], [ 126.984981, 45.067893 ], [ 127.018242, 45.024341 ], [ 127.050271, 45.004034 ], [ 127.092771, 44.94688 ], [ 127.073061, 44.907051 ], [ 127.021938, 44.898997 ], [ 126.999764, 44.87398 ], [ 126.984366, 44.823914 ], [ 126.9973, 44.764882 ], [ 127.041032, 44.712169 ], [ 127.030561, 44.673454 ], [ 127.044112, 44.653874 ], [ 127.041648, 44.591258 ], [ 127.049655, 44.566961 ], [ 127.089691, 44.593816 ], [ 127.094619, 44.615972 ], [ 127.138966, 44.607451 ], [ 127.182082, 44.644507 ], [ 127.228893, 44.642804 ], [ 127.214111, 44.624917 ], [ 127.261538, 44.61299 ], [ 127.275705, 44.640249 ], [ 127.392733, 44.632158 ], [ 127.557189, 44.575488 ], [ 127.570124, 44.55033 ], [ 127.536247, 44.522176 ], [ 127.485124, 44.528576 ], [ 127.465414, 44.516628 ], [ 127.463566, 44.484615 ], [ 127.50853, 44.437202 ], [ 127.486356, 44.410275 ], [ 127.579363, 44.310581 ], [ 127.623711, 44.278025 ], [ 127.59045, 44.227872 ], [ 127.626174, 44.187977 ], [ 127.641573, 44.193555 ], [ 127.681609, 44.166946 ], [ 127.712406, 44.199133 ], [ 127.735811, 44.11412 ], [ 127.729036, 44.09908 ], [ 127.783239, 44.071997 ], [ 127.808492, 44.086615 ], [ 127.846065, 44.081886 ], [ 127.862695, 44.062967 ], [ 127.912586, 44.064687 ], [ 127.950158, 44.088334 ], [ 128.042549, 44.103807 ], [ 128.091208, 44.133022 ], [ 128.088129, 44.158359 ], [ 128.060411, 44.168663 ], [ 128.09244, 44.181539 ], [ 128.104143, 44.230017 ], [ 128.064107, 44.251454 ], [ 128.101679, 44.293449 ], [ 128.065339, 44.307155 ], [ 128.049941, 44.349965 ], [ 128.074578, 44.370075 ], [ 128.094904, 44.354673 ], [ 128.137404, 44.357668 ], [ 128.172512, 44.34697 ], [ 128.211317, 44.431647 ], [ 128.228563, 44.445748 ], [ 128.293237, 44.467961 ], [ 128.295084, 44.480772 ], [ 128.372693, 44.514495 ], [ 128.397946, 44.483761 ], [ 128.427511, 44.473512 ], [ 128.463236, 44.431647 ], [ 128.457076, 44.409848 ], [ 128.481714, 44.375637 ], [ 128.475555, 44.346114 ], [ 128.446605, 44.339694 ], [ 128.472475, 44.320001 ], [ 128.453997, 44.257884 ], [ 128.471859, 44.247596 ], [ 128.450301, 44.203423 ], [ 128.471859, 44.157501 ], [ 128.529141, 44.112401 ], [ 128.574721, 44.047914 ], [ 128.584576, 43.990246 ], [ 128.610445, 43.960529 ], [ 128.64001, 43.948035 ], [ 128.636315, 43.891132 ], [ 128.696061, 43.903207 ], [ 128.729938, 43.889838 ], [ 128.760734, 43.857482 ], [ 128.719467, 43.816905 ], [ 128.739177, 43.806972 ], [ 128.760119, 43.755554 ], [ 128.729322, 43.736964 ], [ 128.768126, 43.732207 ], [ 128.78722, 43.686784 ], [ 128.821097, 43.637429 ], [ 128.834647, 43.587599 ], [ 128.878379, 43.539898 ], [ 128.949828, 43.553779 ], [ 128.962763, 43.53903 ], [ 129.013886, 43.522976 ], [ 129.037907, 43.540332 ], [ 129.093958, 43.547706 ], [ 129.145081, 43.570258 ], [ 129.169102, 43.561585 ], [ 129.23008, 43.593234 ], [ 129.232544, 43.635263 ], [ 129.217146, 43.648689 ], [ 129.214066, 43.695006 ], [ 129.232544, 43.709284 ], [ 129.211602, 43.784509 ], [ 129.254718, 43.819496 ], [ 129.289826, 43.797038 ], [ 129.30892, 43.812155 ], [ 129.348341, 43.798333 ], [ 129.406855, 43.819496 ], [ 129.417942, 43.843672 ], [ 129.449971, 43.850578 ], [ 129.467833, 43.874741 ], [ 129.529427, 43.870427 ], [ 129.650767, 43.873016 ], [ 129.699426, 43.8838 ], [ 129.743158, 43.876035 ], [ 129.739462, 43.895876 ], [ 129.780114, 43.892857 ], [ 129.802904, 43.964837 ], [ 129.868193, 44.012631 ], [ 129.881128, 44.000148 ], [ 129.907614, 44.023821 ], [ 129.951345, 44.027263 ], [ 129.979062, 44.015644 ], [ 130.017867, 43.961821 ], [ 130.022794, 43.917866 ], [ 130.009243, 43.889407 ], [ 130.027722, 43.851872 ], [ 130.079461, 43.835039 ], [ 130.110873, 43.852735 ], [ 130.116417, 43.878192 ], [ 130.143518, 43.878624 ], [ 130.153373, 43.915711 ], [ 130.208192, 43.948466 ], [ 130.262395, 43.949328 ], [ 130.27225, 43.981634 ], [ 130.307358, 44.002731 ], [ 130.319061, 44.03974 ], [ 130.365256, 44.044042 ], [ 130.364025, 43.992399 ], [ 130.338155, 43.963975 ], [ 130.381887, 43.910106 ], [ 130.368336, 43.894151 ], [ 130.386198, 43.85403 ], [ 130.362793, 43.844967 ], [ 130.381887, 43.817768 ], [ 130.382503, 43.777164 ], [ 130.423155, 43.745179 ], [ 130.394206, 43.703227 ], [ 130.412684, 43.652586 ], [ 130.437937, 43.646091 ], [ 130.488444, 43.65605 ], [ 130.501995, 43.636563 ], [ 130.57098, 43.626167 ], [ 130.57098, 43.626167 ], [ 130.630726, 43.622268 ], [ 130.623335, 43.589767 ], [ 130.665835, 43.583698 ], [ 130.671378, 43.565054 ], [ 130.727429, 43.560284 ], [ 130.776704, 43.52341 ], [ 130.822899, 43.503446 ], [ 130.841378, 43.454374 ], [ 130.864167, 43.437863 ], [ 130.907283, 43.434387 ], [ 130.959638, 43.48608 ], [ 131.026775, 43.508655 ], [ 131.142572, 43.425695 ], [ 131.175217, 43.444816 ], [ 131.201086, 43.442209 ], [ 131.234963, 43.475224 ], [ 131.294093, 43.470012 ], [ 131.304564, 43.502144 ], [ 131.31873, 43.499539 ], [ 131.314419, 43.461325 ], [ 131.295941, 43.441774 ], [ 131.314419, 43.392653 ], [ 131.275615, 43.369165 ], [ 131.269455, 43.297775 ], [ 131.255289, 43.265099 ], [ 131.206014, 43.237202 ], [ 131.201086, 43.203185 ], [ 131.218948, 43.191405 ], [ 131.207861, 43.1316 ], [ 131.173985, 43.111506 ], [ 131.171521, 43.06955 ], [ 131.120398, 43.068238 ], [ 131.102536, 43.021002 ], [ 131.11855, 43.007875 ], [ 131.115471, 42.975482 ], [ 131.151195, 42.968475 ], [ 131.14442, 42.939566 ], [ 131.114855, 42.915027 ], [ 131.034167, 42.929051 ], [ 131.017536, 42.915027 ], [ 131.045869, 42.866796 ], [ 130.981812, 42.857145 ], [ 130.949783, 42.876884 ], [ 130.890653, 42.852758 ], [ 130.845073, 42.881269 ], [ 130.801957, 42.879515 ], [ 130.784095, 42.842227 ], [ 130.75453, 42.845738 ], [ 130.719422, 42.831695 ], [ 130.708335, 42.846615 ], [ 130.665835, 42.847932 ], [ 130.603625, 42.819405 ], [ 130.562357, 42.815015 ], [ 130.532792, 42.787352 ], [ 130.46627, 42.772417 ], [ 130.40714, 42.731548 ], [ 130.425003, 42.706926 ], [ 130.464423, 42.688453 ], [ 130.529096, 42.703408 ], [ 130.592538, 42.671295 ], [ 130.633806, 42.603494 ], [ 130.622719, 42.573092 ], [ 130.570364, 42.557224 ], [ 130.565437, 42.506509 ], [ 130.599929, 42.486211 ], [ 130.600545, 42.450453 ], [ 130.645509, 42.426603 ], [ 130.581451, 42.435437 ], [ 130.585763, 42.485328 ], [ 130.558661, 42.495919 ], [ 130.556198, 42.523712 ], [ 130.520473, 42.583228 ], [ 130.522937, 42.622433 ], [ 130.482285, 42.626837 ], [ 130.459495, 42.588075 ], [ 130.476125, 42.570007 ], [ 130.435474, 42.553257 ], [ 130.423771, 42.574855 ], [ 130.44656, 42.607459 ], [ 130.420691, 42.617148 ], [ 130.388046, 42.603054 ], [ 130.373264, 42.630799 ], [ 130.333228, 42.64973 ], [ 130.290112, 42.702968 ], [ 130.257467, 42.710884 ], [ 130.242069, 42.738582 ], [ 130.245148, 42.799209 ], [ 130.258083, 42.860655 ], [ 130.277793, 42.892232 ], [ 130.258083, 42.90626 ], [ 130.21004, 42.902315 ], [ 130.17062, 42.912397 ], [ 130.136127, 42.90363 ], [ 130.10225, 42.922916 ], [ 130.127504, 42.932556 ], [ 130.120729, 42.954461 ], [ 130.144134, 42.976357 ], [ 130.10841, 42.989929 ], [ 130.072685, 42.971541 ], [ 130.027106, 42.9676 ], [ 130.002468, 42.981174 ], [ 129.963664, 42.978547 ], [ 129.954425, 43.010938 ], [ 129.897143, 43.001748 ], [ 129.903918, 42.968475 ], [ 129.868193, 42.97373 ], [ 129.856491, 42.951833 ], [ 129.874969, 42.923792 ], [ 129.846636, 42.918533 ], [ 129.835549, 42.866796 ], [ 129.816454, 42.851003 ], [ 129.810911, 42.795257 ], [ 129.78381, 42.762752 ], [ 129.767179, 42.707806 ], [ 129.796744, 42.681854 ], [ 129.754245, 42.645768 ], [ 129.786889, 42.615387 ], [ 129.746237, 42.58455 ], [ 129.749933, 42.546644 ], [ 129.738846, 42.500332 ], [ 129.748701, 42.471204 ], [ 129.704354, 42.427045 ], [ 129.643991, 42.43102 ], [ 129.624281, 42.459284 ], [ 129.60026, 42.41114 ], [ 129.546057, 42.361632 ], [ 129.49863, 42.412023 ], [ 129.452434, 42.441179 ], [ 129.400695, 42.449128 ], [ 129.368051, 42.425719 ], [ 129.376058, 42.447803 ], [ 129.344029, 42.451777 ], [ 129.356348, 42.427045 ], [ 129.331094, 42.429695 ], [ 129.30892, 42.403628 ], [ 129.326167, 42.389927 ], [ 129.240551, 42.376223 ], [ 129.231312, 42.356325 ], [ 129.260261, 42.335536 ], [ 129.208522, 42.293052 ], [ 129.231312, 42.283755 ], [ 129.215914, 42.265157 ], [ 129.183269, 42.262056 ], [ 129.181421, 42.242122 ], [ 129.209138, 42.237692 ], [ 129.215914, 42.208442 ], [ 129.166639, 42.188047 ], [ 129.113668, 42.140583 ], [ 129.048378, 42.137476 ], [ 129.039139, 42.107736 ], [ 129.008958, 42.09175 ], [ 128.971386, 42.097079 ], [ 128.954755, 42.083756 ], [ 128.952908, 42.025545 ], [ 128.898089, 42.016653 ], [ 128.795227, 42.042436 ], [ 128.779213, 42.033546 ], [ 128.737945, 42.050435 ], [ 128.70222, 42.02021 ], [ 128.658489, 42.018876 ], [ 128.637547, 42.035324 ], [ 128.60675, 42.02999 ], [ 128.598127, 42.007315 ], [ 128.49896, 42.000644 ], [ 128.466316, 42.020654 ], [ 128.405338, 42.018876 ], [ 128.294468, 42.026434 ], [ 128.090593, 42.022877 ], [ 128.033926, 42.000199 ], [ 128.106607, 41.949923 ], [ 128.115846, 41.896935 ], [ 128.104143, 41.843457 ], [ 128.112766, 41.793504 ], [ 128.147875, 41.78101 ], [ 128.163889, 41.721628 ], [ 128.208853, 41.688565 ], [ 128.248889, 41.681414 ], [ 128.30186, 41.627756 ], [ 128.317874, 41.575844 ], [ 128.301244, 41.544498 ], [ 128.238418, 41.497898 ], [ 128.243345, 41.477276 ], [ 128.203925, 41.410882 ], [ 128.169433, 41.404149 ], [ 128.114614, 41.364186 ], [ 128.090593, 41.374516 ], [ 128.110919, 41.393375 ], [ 128.040085, 41.393375 ], [ 128.000049, 41.442741 ], [ 127.991426, 41.421204 ], [ 127.970484, 41.438704 ], [ 127.93168, 41.444984 ], [ 127.909506, 41.42973 ], [ 127.882405, 41.448124 ], [ 127.86947, 41.4037 ], [ 127.854688, 41.420755 ], [ 127.780159, 41.427038 ], [ 127.684073, 41.422999 ], [ 127.636645, 41.413575 ], [ 127.618783, 41.432871 ], [ 127.563964, 41.432871 ], [ 127.547334, 41.477276 ], [ 127.526392, 41.467859 ], [ 127.465414, 41.479069 ], [ 127.459255, 41.461581 ], [ 127.419835, 41.460235 ], [ 127.405668, 41.478621 ], [ 127.360088, 41.479518 ], [ 127.360704, 41.466065 ], [ 127.296031, 41.486243 ], [ 127.253531, 41.486691 ], [ 127.28864, 41.501932 ], [ 127.241212, 41.520754 ], [ 127.188241, 41.527475 ], [ 127.164836, 41.542706 ], [ 127.14143, 41.530163 ], [ 127.125416, 41.566442 ], [ 127.178386, 41.600015 ], [ 127.135887, 41.600463 ], [ 127.127263, 41.622388 ], [ 127.093387, 41.629993 ], [ 127.103242, 41.647883 ], [ 127.037952, 41.676944 ], [ 127.057662, 41.703758 ], [ 127.050887, 41.744852 ], [ 127.005923, 41.749317 ], [ 126.979438, 41.776993 ], [ 126.940018, 41.773423 ], [ 126.952953, 41.804212 ], [ 126.931395, 41.812687 ], [ 126.861178, 41.768067 ], [ 126.83962, 41.727435 ], [ 126.809439, 41.749317 ], [ 126.8002, 41.702865 ], [ 126.723207, 41.753335 ], [ 126.694874, 41.751103 ], [ 126.690562, 41.728328 ], [ 126.724439, 41.710907 ], [ 126.688099, 41.674262 ], [ 126.644983, 41.661297 ], [ 126.608027, 41.669345 ], [ 126.592628, 41.624624 ], [ 126.564295, 41.608965 ], [ 126.582773, 41.563307 ], [ 126.559983, 41.548081 ], [ 126.497158, 41.406842 ], [ 126.539041, 41.366881 ], [ 126.524259, 41.349362 ], [ 126.497158, 41.374965 ], [ 126.437411, 41.353405 ], [ 126.373354, 41.289133 ], [ 126.35426, 41.244599 ], [ 126.332086, 41.236949 ], [ 126.295129, 41.171661 ], [ 126.188572, 41.114875 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "230000", "name": "黑龙江省", "center": [ 126.642464, 45.756967 ], "centroid": [ 127.693016, 48.04047 ], "childrenNum": 13, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 7, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123.569598, 46.223816 ], [ 123.569598, 46.223816 ], [ 123.499381, 46.259826 ], [ 123.452569, 46.233338 ], [ 123.430396, 46.243687 ], [ 123.357099, 46.232096 ], [ 123.357099, 46.232096 ], [ 123.320758, 46.254447 ], [ 123.286266, 46.250308 ], [ 123.248078, 46.273065 ], [ 123.178476, 46.248239 ], [ 123.142136, 46.298293 ], [ 123.089781, 46.347888 ], [ 123.011557, 46.434984 ], [ 123.010325, 46.524823 ], [ 123.002318, 46.574624 ], [ 123.052825, 46.579972 ], [ 123.04605, 46.617803 ], [ 123.077462, 46.622324 ], [ 123.098404, 46.603002 ], [ 123.18094, 46.614103 ], [ 123.228368, 46.588198 ], [ 123.279491, 46.616981 ], [ 123.276411, 46.660947 ], [ 123.318295, 46.662179 ], [ 123.366338, 46.677784 ], [ 123.474743, 46.686817 ], [ 123.603475, 46.68928 ], [ 123.631808, 46.728675 ], [ 123.629344, 46.813524 ], [ 123.580069, 46.827447 ], [ 123.625648, 46.847508 ], [ 123.599163, 46.868378 ], [ 123.605322, 46.891286 ], [ 123.576989, 46.891286 ], [ 123.575757, 46.845461 ], [ 123.562823, 46.82581 ], [ 123.506772, 46.827038 ], [ 123.483366, 46.84587 ], [ 123.52833, 46.944836 ], [ 123.487678, 46.959951 ], [ 123.42362, 46.934212 ], [ 123.337389, 46.988943 ], [ 123.301664, 46.999965 ], [ 123.304128, 46.964852 ], [ 123.360179, 46.970978 ], [ 123.404526, 46.935438 ], [ 123.40699, 46.906416 ], [ 123.374345, 46.837683 ], [ 123.341084, 46.826628 ], [ 123.295505, 46.865105 ], [ 123.221592, 46.850373 ], [ 123.22344, 46.821305 ], [ 123.198802, 46.803283 ], [ 123.163694, 46.74016 ], [ 123.103332, 46.734828 ], [ 123.076846, 46.745082 ], [ 123.026339, 46.718829 ], [ 123.00355, 46.730726 ], [ 122.996774, 46.761483 ], [ 122.906847, 46.80738 ], [ 122.893913, 46.895376 ], [ 122.895144, 46.960359 ], [ 122.83971, 46.937072 ], [ 122.791051, 46.941567 ], [ 122.798442, 46.9575 ], [ 122.77442, 46.973837 ], [ 122.778116, 47.002822 ], [ 122.845869, 47.046881 ], [ 122.852645, 47.072158 ], [ 122.821232, 47.065636 ], [ 122.710363, 47.093349 ], [ 122.710363, 47.093349 ], [ 122.679566, 47.094164 ], [ 122.615508, 47.124306 ], [ 122.582863, 47.158092 ], [ 122.582863, 47.158092 ], [ 122.531124, 47.198771 ], [ 122.498479, 47.255262 ], [ 122.462755, 47.27841 ], [ 122.441197, 47.310476 ], [ 122.441197, 47.310476 ], [ 122.418407, 47.350632 ], [ 122.507103, 47.401291 ], [ 122.543443, 47.495589 ], [ 122.59395, 47.54732 ], [ 122.765181, 47.614333 ], [ 122.848949, 47.67441 ], [ 122.926557, 47.697777 ], [ 123.041122, 47.746492 ], [ 123.161846, 47.781892 ], [ 123.214201, 47.824502 ], [ 123.256085, 47.876711 ], [ 123.300432, 47.953723 ], [ 123.537569, 48.021816 ], [ 123.579453, 48.045427 ], [ 123.705105, 48.152142 ], [ 123.746373, 48.197638 ], [ 123.862785, 48.271782 ], [ 124.019234, 48.39313 ], [ 124.07898, 48.43603 ], [ 124.136878, 48.463023 ], [ 124.25945, 48.536385 ], [ 124.25945, 48.536385 ], [ 124.314269, 48.503881 ], [ 124.302566, 48.456673 ], [ 124.330283, 48.435633 ], [ 124.309957, 48.413393 ], [ 124.331515, 48.380015 ], [ 124.317964, 48.35099 ], [ 124.353689, 48.315978 ], [ 124.365392, 48.283731 ], [ 124.422058, 48.245884 ], [ 124.412819, 48.219175 ], [ 124.418978, 48.181679 ], [ 124.467637, 48.178886 ], [ 124.471333, 48.133373 ], [ 124.430065, 48.12099 ], [ 124.415899, 48.08782 ], [ 124.46579, 48.098213 ], [ 124.478108, 48.123387 ], [ 124.505826, 48.124985 ], [ 124.529847, 48.146951 ], [ 124.512601, 48.164518 ], [ 124.547094, 48.200829 ], [ 124.579122, 48.262221 ], [ 124.558796, 48.268197 ], [ 124.579738, 48.297269 ], [ 124.540934, 48.335476 ], [ 124.547094, 48.35775 ], [ 124.51876, 48.378027 ], [ 124.52492, 48.426897 ], [ 124.507674, 48.445558 ], [ 124.555717, 48.467784 ], [ 124.533543, 48.515379 ], [ 124.548941, 48.535593 ], [ 124.520608, 48.556195 ], [ 124.579122, 48.596582 ], [ 124.601912, 48.632587 ], [ 124.624702, 48.701755 ], [ 124.612383, 48.747945 ], [ 124.656115, 48.783842 ], [ 124.644412, 48.80789 ], [ 124.654267, 48.83429 ], [ 124.697383, 48.841775 ], [ 124.715861, 48.885475 ], [ 124.709086, 48.920487 ], [ 124.744194, 48.920487 ], [ 124.756513, 48.967262 ], [ 124.808252, 49.020666 ], [ 124.828578, 49.077933 ], [ 124.809484, 49.115943 ], [ 124.847672, 49.129651 ], [ 124.860607, 49.166448 ], [ 124.906802, 49.184054 ], [ 124.983179, 49.162535 ], [ 125.039845, 49.17623 ], [ 125.034302, 49.157056 ], [ 125.117453, 49.126127 ], [ 125.158721, 49.144921 ], [ 125.187671, 49.186792 ], [ 125.219699, 49.189139 ], [ 125.233866, 49.255587 ], [ 125.214772, 49.277066 ], [ 125.261583, 49.322336 ], [ 125.256656, 49.359769 ], [ 125.277598, 49.379644 ], [ 125.25604, 49.395227 ], [ 125.256656, 49.437275 ], [ 125.270822, 49.454395 ], [ 125.228323, 49.487063 ], [ 125.211076, 49.539908 ], [ 125.233866, 49.536801 ], [ 125.23017, 49.595411 ], [ 125.205533, 49.593859 ], [ 125.16796, 49.629923 ], [ 125.15441, 49.616741 ], [ 125.127308, 49.655113 ], [ 125.132236, 49.672157 ], [ 125.164881, 49.669446 ], [ 125.189518, 49.652401 ], [ 125.185207, 49.634574 ], [ 125.219699, 49.669058 ], [ 125.225243, 49.726349 ], [ 125.204301, 49.734086 ], [ 125.221547, 49.754969 ], [ 125.222779, 49.799026 ], [ 125.177815, 49.829533 ], [ 125.239409, 49.844587 ], [ 125.225243, 49.867351 ], [ 125.245569, 49.87198 ], [ 125.212924, 49.907452 ], [ 125.225859, 49.922481 ], [ 125.199373, 49.935194 ], [ 125.190134, 49.959841 ], [ 125.231402, 49.957531 ], [ 125.241873, 49.987938 ], [ 125.278214, 49.996402 ], [ 125.297924, 50.014481 ], [ 125.283757, 50.036012 ], [ 125.25296, 50.041393 ], [ 125.289916, 50.057917 ], [ 125.315786, 50.04562 ], [ 125.328105, 50.065985 ], [ 125.283757, 50.070211 ], [ 125.287453, 50.093636 ], [ 125.258504, 50.103618 ], [ 125.27883, 50.127411 ], [ 125.311474, 50.140453 ], [ 125.376148, 50.137385 ], [ 125.335496, 50.161161 ], [ 125.382923, 50.172278 ], [ 125.39093, 50.199868 ], [ 125.417416, 50.195654 ], [ 125.448829, 50.216338 ], [ 125.442053, 50.260357 ], [ 125.466075, 50.266861 ], [ 125.463611, 50.295925 ], [ 125.530749, 50.331085 ], [ 125.520278, 50.3498 ], [ 125.546763, 50.358965 ], [ 125.522126, 50.404759 ], [ 125.536292, 50.420014 ], [ 125.567089, 50.402852 ], [ 125.583104, 50.409717 ], [ 125.562162, 50.438314 ], [ 125.580024, 50.449366 ], [ 125.627451, 50.443268 ], [ 125.654553, 50.471082 ], [ 125.699516, 50.487078 ], [ 125.740784, 50.523237 ], [ 125.754335, 50.506874 ], [ 125.770349, 50.531227 ], [ 125.794987, 50.532748 ], [ 125.829479, 50.56165 ], [ 125.807921, 50.60383 ], [ 125.814697, 50.62092 ], [ 125.793139, 50.643316 ], [ 125.804226, 50.658874 ], [ 125.789443, 50.679735 ], [ 125.825784, 50.70362 ], [ 125.78082, 50.725598 ], [ 125.795603, 50.738856 ], [ 125.758646, 50.746809 ], [ 125.804226, 50.773309 ], [ 125.828863, 50.756654 ], [ 125.846726, 50.769524 ], [ 125.836255, 50.793363 ], [ 125.890457, 50.805845 ], [ 125.878138, 50.816812 ], [ 125.913247, 50.825885 ], [ 125.939732, 50.85423 ], [ 125.961906, 50.901054 ], [ 125.997631, 50.872738 ], [ 125.996399, 50.906715 ], [ 126.02042, 50.927466 ], [ 126.042594, 50.92558 ], [ 126.068464, 50.967434 ], [ 126.041978, 50.981753 ], [ 126.033971, 51.011132 ], [ 126.059225, 51.043503 ], [ 125.976073, 51.084498 ], [ 125.993935, 51.119072 ], [ 125.970529, 51.123955 ], [ 125.946508, 51.108176 ], [ 125.909551, 51.138977 ], [ 125.864588, 51.146487 ], [ 125.850421, 51.21364 ], [ 125.819008, 51.227134 ], [ 125.761726, 51.226385 ], [ 125.76111, 51.261976 ], [ 125.76111, 51.261976 ], [ 125.740784, 51.27583 ], [ 125.740784, 51.27583 ], [ 125.700132, 51.327465 ], [ 125.700132, 51.327465 ], [ 125.626219, 51.380163 ], [ 125.626219, 51.380163 ], [ 125.623756, 51.387633 ], [ 125.623756, 51.387633 ], [ 125.62314, 51.398089 ], [ 125.62314, 51.398089 ], [ 125.600966, 51.410409 ], [ 125.600966, 51.410409 ], [ 125.60035, 51.413396 ], [ 125.60035, 51.413396 ], [ 125.595422, 51.416755 ], [ 125.595422, 51.416755 ], [ 125.559082, 51.461521 ], [ 125.559082, 51.461521 ], [ 125.528285, 51.488359 ], [ 125.424807, 51.562827 ], [ 125.38046, 51.585516 ], [ 125.35151, 51.623801 ], [ 125.316402, 51.610052 ], [ 125.289301, 51.633831 ], [ 125.228938, 51.640517 ], [ 125.214772, 51.627888 ], [ 125.175968, 51.639403 ], [ 125.130388, 51.635317 ], [ 125.12854, 51.659083 ], [ 125.098975, 51.658341 ], [ 125.060171, 51.59667 ], [ 125.073106, 51.553526 ], [ 125.047236, 51.529704 ], [ 125.004737, 51.529332 ], [ 124.983795, 51.508478 ], [ 124.928976, 51.498419 ], [ 124.917889, 51.474196 ], [ 124.942527, 51.447349 ], [ 124.885244, 51.40817 ], [ 124.864302, 51.37979 ], [ 124.783614, 51.392115 ], [ 124.76452, 51.38726 ], [ 124.752817, 51.35812 ], [ 124.693687, 51.3327 ], [ 124.62655, 51.327465 ], [ 124.58713, 51.363725 ], [ 124.555717, 51.375307 ], [ 124.490427, 51.380537 ], [ 124.478108, 51.36223 ], [ 124.443616, 51.35812 ], [ 124.426985, 51.331953 ], [ 124.430065, 51.301281 ], [ 124.406659, 51.272086 ], [ 124.339522, 51.293422 ], [ 124.297638, 51.298661 ], [ 124.271769, 51.308389 ], [ 124.239124, 51.344664 ], [ 124.192313, 51.33943 ], [ 124.128255, 51.347281 ], [ 124.090067, 51.3413 ], [ 124.071588, 51.320734 ], [ 123.994596, 51.322604 ], [ 123.939777, 51.313253 ], [ 123.926227, 51.300532 ], [ 123.887423, 51.320734 ], [ 123.842459, 51.367462 ], [ 123.794416, 51.361109 ], [ 123.711264, 51.398089 ], [ 123.660141, 51.342795 ], [ 123.661989, 51.319237 ], [ 123.582533, 51.306893 ], [ 123.582533, 51.294545 ], [ 123.46304, 51.286686 ], [ 123.440251, 51.270963 ], [ 123.414381, 51.278825 ], [ 123.376809, 51.266844 ], [ 123.339853, 51.27246 ], [ 123.294273, 51.254111 ], [ 123.231447, 51.268716 ], [ 123.231447, 51.279199 ], [ 123.127969, 51.297913 ], [ 123.069455, 51.321108 ], [ 123.002934, 51.31213 ], [ 122.965977, 51.345786 ], [ 122.965977, 51.386886 ], [ 122.946267, 51.405183 ], [ 122.903768, 51.415262 ], [ 122.900072, 51.445112 ], [ 122.871123, 51.455181 ], [ 122.854492, 51.477551 ], [ 122.880362, 51.511085 ], [ 122.858804, 51.524864 ], [ 122.880362, 51.537894 ], [ 122.874202, 51.561339 ], [ 122.832935, 51.581797 ], [ 122.85634, 51.606707 ], [ 122.820616, 51.633088 ], [ 122.816304, 51.655371 ], [ 122.778732, 51.698048 ], [ 122.749167, 51.746613 ], [ 122.771957, 51.779579 ], [ 122.732536, 51.832495 ], [ 122.725761, 51.87833 ], [ 122.706051, 51.890151 ], [ 122.729457, 51.919321 ], [ 122.726377, 51.978709 ], [ 122.683877, 51.974654 ], [ 122.664783, 51.99861 ], [ 122.650616, 52.058997 ], [ 122.625363, 52.067459 ], [ 122.643841, 52.111585 ], [ 122.629059, 52.13657 ], [ 122.690653, 52.140243 ], [ 122.73808, 52.153464 ], [ 122.769493, 52.179893 ], [ 122.766413, 52.232705 ], [ 122.787355, 52.252494 ], [ 122.76087, 52.26678 ], [ 122.710979, 52.256157 ], [ 122.67895, 52.276667 ], [ 122.585943, 52.266413 ], [ 122.560689, 52.282526 ], [ 122.478153, 52.29607 ], [ 122.484313, 52.341432 ], [ 122.447356, 52.394052 ], [ 122.419023, 52.375057 ], [ 122.378987, 52.395512 ], [ 122.367284, 52.413768 ], [ 122.342031, 52.414133 ], [ 122.326016, 52.459374 ], [ 122.310618, 52.475416 ], [ 122.207756, 52.469218 ], [ 122.178191, 52.48963 ], [ 122.168952, 52.513674 ], [ 122.140003, 52.510032 ], [ 122.142467, 52.495096 ], [ 122.107358, 52.452445 ], [ 122.080873, 52.440407 ], [ 122.091344, 52.427272 ], [ 122.040837, 52.413038 ], [ 122.035909, 52.377615 ], [ 121.976779, 52.343626 ], [ 121.94783, 52.298266 ], [ 121.901018, 52.280695 ], [ 121.841272, 52.282526 ], [ 121.769207, 52.308147 ], [ 121.714389, 52.318025 ], [ 121.715621, 52.342894 ], [ 121.658338, 52.3904 ], [ 121.678664, 52.419973 ], [ 121.63986, 52.44442 ], [ 121.590585, 52.443326 ], [ 121.565331, 52.460468 ], [ 121.519136, 52.456821 ], [ 121.495114, 52.484892 ], [ 121.474172, 52.482706 ], [ 121.416274, 52.499468 ], [ 121.411963, 52.52205 ], [ 121.353448, 52.534793 ], [ 121.323883, 52.573727 ], [ 121.280151, 52.586819 ], [ 121.225333, 52.577364 ], [ 121.182217, 52.59918 ], [ 121.237036, 52.619167 ], [ 121.29247, 52.651855 ], [ 121.309717, 52.676173 ], [ 121.373158, 52.683067 ], [ 121.455078, 52.73528 ], [ 121.476636, 52.772225 ], [ 121.511129, 52.779104 ], [ 121.537614, 52.801542 ], [ 121.591201, 52.824693 ], [ 121.620766, 52.853251 ], [ 121.604136, 52.872401 ], [ 121.610295, 52.892264 ], [ 121.66265, 52.912478 ], [ 121.677432, 52.948192 ], [ 121.715621, 52.997926 ], [ 121.785838, 53.018451 ], [ 121.817867, 53.061631 ], [ 121.775367, 53.089674 ], [ 121.784606, 53.104408 ], [ 121.753193, 53.147501 ], [ 121.722396, 53.145706 ], [ 121.665114, 53.170467 ], [ 121.660186, 53.195213 ], [ 121.67928, 53.199515 ], [ 121.679896, 53.240722 ], [ 121.642324, 53.262564 ], [ 121.615222, 53.258984 ], [ 121.575802, 53.29155 ], [ 121.504969, 53.323018 ], [ 121.499426, 53.337314 ], [ 121.589969, 53.350891 ], [ 121.697758, 53.392666 ], [ 121.754425, 53.389454 ], [ 121.816019, 53.41336 ], [ 121.875765, 53.426556 ], [ 122.026054, 53.428339 ], [ 122.077177, 53.422277 ], [ 122.111054, 53.426913 ], [ 122.161561, 53.468614 ], [ 122.227466, 53.461845 ], [ 122.266886, 53.470039 ], [ 122.350038, 53.505647 ], [ 122.37406, 53.47467 ], [ 122.435038, 53.444739 ], [ 122.496016, 53.458638 ], [ 122.5379, 53.453293 ], [ 122.608117, 53.465408 ], [ 122.673406, 53.459351 ], [ 122.763949, 53.463626 ], [ 122.826775, 53.457213 ], [ 122.894528, 53.462914 ], [ 122.943804, 53.483929 ], [ 123.052209, 53.506715 ], [ 123.093477, 53.508138 ], [ 123.137209, 53.498172 ], [ 123.179092, 53.509918 ], [ 123.231447, 53.549404 ], [ 123.274563, 53.563269 ], [ 123.309672, 53.56078 ], [ 123.394055, 53.538024 ], [ 123.454417, 53.536602 ], [ 123.47228, 53.509206 ], [ 123.499381, 53.497816 ], [ 123.510468, 53.509206 ], [ 123.490758, 53.542648 ], [ 123.517243, 53.558292 ], [ 123.546808, 53.551537 ], [ 123.557895, 53.531978 ], [ 123.53141, 53.507071 ], [ 123.569598, 53.505291 ], [ 123.58746, 53.546915 ], [ 123.620721, 53.550115 ], [ 123.668764, 53.533756 ], [ 123.698329, 53.498528 ], [ 123.746373, 53.500308 ], [ 123.797495, 53.489983 ], [ 123.865249, 53.489627 ], [ 123.985973, 53.434401 ], [ 124.01369, 53.403371 ], [ 124.058038, 53.404085 ], [ 124.125791, 53.348033 ], [ 124.19416, 53.37339 ], [ 124.239124, 53.379817 ], [ 124.327819, 53.331954 ], [ 124.375863, 53.258984 ], [ 124.412203, 53.248601 ], [ 124.435609, 53.223886 ], [ 124.487348, 53.217436 ], [ 124.496587, 53.207759 ], [ 124.563108, 53.201666 ], [ 124.590209, 53.208476 ], [ 124.678905, 53.207043 ], [ 124.720789, 53.192344 ], [ 124.712165, 53.162574 ], [ 124.734339, 53.146783 ], [ 124.787926, 53.140681 ], [ 124.832889, 53.145347 ], [ 124.87231, 53.099018 ], [ 124.909266, 53.118059 ], [ 124.887708, 53.164368 ], [ 124.970244, 53.194137 ], [ 125.038613, 53.202741 ], [ 125.142091, 53.204175 ], [ 125.195062, 53.198439 ], [ 125.252344, 53.18051 ], [ 125.315786, 53.144989 ], [ 125.343503, 53.14463 ], [ 125.452524, 53.107641 ], [ 125.503647, 53.095424 ], [ 125.504263, 53.061271 ], [ 125.530749, 53.0512 ], [ 125.588647, 53.081047 ], [ 125.613901, 53.083564 ], [ 125.640386, 53.06199 ], [ 125.643466, 53.039686 ], [ 125.684118, 53.00801 ], [ 125.742632, 52.993964 ], [ 125.737088, 52.943504 ], [ 125.665023, 52.913561 ], [ 125.666871, 52.869872 ], [ 125.678574, 52.86084 ], [ 125.722306, 52.880347 ], [ 125.751255, 52.88143 ], [ 125.772197, 52.89804 ], [ 125.827631, 52.899123 ], [ 125.854117, 52.891542 ], [ 125.855349, 52.866259 ], [ 125.923718, 52.815651 ], [ 125.937269, 52.786705 ], [ 125.966834, 52.759914 ], [ 125.985312, 52.758465 ], [ 126.02042, 52.795753 ], [ 126.052449, 52.800095 ], [ 126.116507, 52.768243 ], [ 126.112195, 52.757016 ], [ 126.044442, 52.739628 ], [ 126.072775, 52.691048 ], [ 126.061688, 52.673271 ], [ 125.995783, 52.675085 ], [ 125.971145, 52.654033 ], [ 125.968682, 52.630429 ], [ 125.989008, 52.603178 ], [ 126.030891, 52.576273 ], [ 126.055529, 52.582455 ], [ 126.066616, 52.603905 ], [ 126.147304, 52.573 ], [ 126.213209, 52.525327 ], [ 126.192883, 52.492181 ], [ 126.205202, 52.466302 ], [ 126.268644, 52.475051 ], [ 126.326542, 52.424353 ], [ 126.353644, 52.389304 ], [ 126.348716, 52.357882 ], [ 126.320999, 52.342163 ], [ 126.327774, 52.310342 ], [ 126.4331, 52.298632 ], [ 126.436795, 52.277034 ], [ 126.401071, 52.279597 ], [ 126.357955, 52.264216 ], [ 126.312992, 52.235271 ], [ 126.306832, 52.205574 ], [ 126.34502, 52.192002 ], [ 126.403535, 52.185031 ], [ 126.457121, 52.165212 ], [ 126.499005, 52.16044 ], [ 126.556288, 52.136203 ], [ 126.563679, 52.119302 ], [ 126.514404, 52.037282 ], [ 126.487918, 52.041699 ], [ 126.450962, 52.027709 ], [ 126.447882, 52.009294 ], [ 126.468208, 51.982395 ], [ 126.462665, 51.948471 ], [ 126.510092, 51.922274 ], [ 126.555056, 51.874266 ], [ 126.580925, 51.824728 ], [ 126.622809, 51.777357 ], [ 126.658534, 51.762544 ], [ 126.6727, 51.73179 ], [ 126.724439, 51.7266 ], [ 126.734294, 51.711399 ], [ 126.723823, 51.679126 ], [ 126.741069, 51.642374 ], [ 126.67886, 51.602246 ], [ 126.69549, 51.57845 ], [ 126.837156, 51.536033 ], [ 126.843931, 51.521885 ], [ 126.812518, 51.493948 ], [ 126.784185, 51.448095 ], [ 126.791577, 51.432428 ], [ 126.835308, 51.413769 ], [ 126.908605, 51.407423 ], [ 126.930163, 51.359241 ], [ 126.904293, 51.340552 ], [ 126.837156, 51.345038 ], [ 126.813134, 51.311756 ], [ 126.820526, 51.281071 ], [ 126.863025, 51.248492 ], [ 126.908605, 51.246619 ], [ 126.92154, 51.259729 ], [ 126.908605, 51.283691 ], [ 126.877808, 51.300906 ], [ 126.887047, 51.321856 ], [ 126.970815, 51.332327 ], [ 126.98375, 51.318863 ], [ 126.976358, 51.291551 ], [ 126.926467, 51.246244 ], [ 126.899982, 51.200518 ], [ 126.917844, 51.138977 ], [ 126.922772, 51.061937 ], [ 126.985597, 51.029202 ], [ 127.052119, 50.962911 ], [ 127.113713, 50.93765 ], [ 127.143894, 50.910111 ], [ 127.236285, 50.781256 ], [ 127.295415, 50.755139 ], [ 127.305886, 50.733932 ], [ 127.28864, 50.699451 ], [ 127.294799, 50.663426 ], [ 127.370559, 50.581415 ], [ 127.36132, 50.547582 ], [ 127.323132, 50.52552 ], [ 127.293567, 50.46575 ], [ 127.30527, 50.45432 ], [ 127.3644, 50.438314 ], [ 127.369944, 50.403996 ], [ 127.332371, 50.340634 ], [ 127.371791, 50.29669 ], [ 127.44632, 50.270686 ], [ 127.603385, 50.239309 ], [ 127.60708, 50.178794 ], [ 127.58737, 50.137768 ], [ 127.501755, 50.056764 ], [ 127.495595, 49.994479 ], [ 127.543638, 49.944438 ], [ 127.547334, 49.928645 ], [ 127.529472, 49.864265 ], [ 127.531936, 49.826059 ], [ 127.583059, 49.786277 ], [ 127.653892, 49.780094 ], [ 127.674833, 49.764247 ], [ 127.677913, 49.697712 ], [ 127.705015, 49.665185 ], [ 127.782007, 49.630698 ], [ 127.815268, 49.593859 ], [ 127.897804, 49.579116 ], [ 127.949542, 49.596187 ], [ 128.001281, 49.592307 ], [ 128.070882, 49.556604 ], [ 128.122005, 49.55311 ], [ 128.185447, 49.53952 ], [ 128.243345, 49.563203 ], [ 128.287077, 49.566309 ], [ 128.343128, 49.544956 ], [ 128.389939, 49.58998 ], [ 128.500192, 49.593859 ], [ 128.537764, 49.604332 ], [ 128.619684, 49.593471 ], [ 128.656025, 49.577564 ], [ 128.715155, 49.564756 ], [ 128.744104, 49.595023 ], [ 128.802618, 49.58222 ], [ 128.813089, 49.558157 ], [ 128.763198, 49.515824 ], [ 128.76135, 49.482009 ], [ 128.792147, 49.473065 ], [ 128.871604, 49.492506 ], [ 128.932582, 49.46801 ], [ 129.013886, 49.457119 ], [ 129.061929, 49.374189 ], [ 129.084719, 49.359769 ], [ 129.143849, 49.357431 ], [ 129.180805, 49.386657 ], [ 129.215298, 49.399122 ], [ 129.266421, 49.396006 ], [ 129.320623, 49.3586 ], [ 129.358196, 49.355871 ], [ 129.379138, 49.367175 ], [ 129.374826, 49.414309 ], [ 129.390224, 49.432605 ], [ 129.448739, 49.441167 ], [ 129.51834, 49.423652 ], [ 129.546057, 49.395227 ], [ 129.562687, 49.299706 ], [ 129.604571, 49.279018 ], [ 129.696962, 49.298535 ], [ 129.730223, 49.288387 ], [ 129.761636, 49.25754 ], [ 129.753629, 49.208692 ], [ 129.784426, 49.184054 ], [ 129.847867, 49.181316 ], [ 129.864498, 49.158621 ], [ 129.855259, 49.133567 ], [ 129.866962, 49.113985 ], [ 129.913157, 49.1085 ], [ 129.934715, 49.078717 ], [ 129.9187, 49.060681 ], [ 129.937179, 49.040285 ], [ 130.020946, 49.021058 ], [ 130.059135, 48.979047 ], [ 130.113337, 48.956653 ], [ 130.219895, 48.893739 ], [ 130.237757, 48.868551 ], [ 130.279641, 48.866976 ], [ 130.412068, 48.905148 ], [ 130.471198, 48.905541 ], [ 130.501995, 48.865795 ], [ 130.559277, 48.861071 ], [ 130.609168, 48.881146 ], [ 130.680617, 48.881146 ], [ 130.689856, 48.849651 ], [ 130.622103, 48.783842 ], [ 130.576524, 48.688719 ], [ 130.538951, 48.635751 ], [ 130.538335, 48.612016 ], [ 130.605473, 48.594207 ], [ 130.615944, 48.575601 ], [ 130.620871, 48.49595 ], [ 130.647357, 48.484844 ], [ 130.711414, 48.511414 ], [ 130.767465, 48.507846 ], [ 130.776704, 48.480084 ], [ 130.745907, 48.449131 ], [ 130.747755, 48.404256 ], [ 130.785327, 48.357353 ], [ 130.81982, 48.341444 ], [ 130.845073, 48.296473 ], [ 130.817972, 48.265409 ], [ 130.787791, 48.256643 ], [ 130.769313, 48.231136 ], [ 130.765617, 48.18926 ], [ 130.673842, 48.12818 ], [ 130.666451, 48.105007 ], [ 130.699711, 48.044227 ], [ 130.737284, 48.034223 ], [ 130.770544, 47.998194 ], [ 130.870943, 47.943301 ], [ 130.891269, 47.927263 ], [ 130.961486, 47.828118 ], [ 130.966413, 47.733211 ], [ 130.983659, 47.713081 ], [ 131.029855, 47.694555 ], [ 131.115471, 47.689721 ], [ 131.183224, 47.702611 ], [ 131.236811, 47.733211 ], [ 131.273767, 47.738846 ], [ 131.359998, 47.730796 ], [ 131.456085, 47.747297 ], [ 131.543548, 47.736028 ], [ 131.559563, 47.724757 ], [ 131.568186, 47.682469 ], [ 131.59036, 47.660707 ], [ 131.641483, 47.663932 ], [ 131.690142, 47.707041 ], [ 131.741881, 47.706638 ], [ 131.825649, 47.677231 ], [ 131.900793, 47.685692 ], [ 131.976554, 47.673201 ], [ 132.000575, 47.712276 ], [ 132.086191, 47.703013 ], [ 132.157024, 47.70543 ], [ 132.19706, 47.714289 ], [ 132.242639, 47.70986 ], [ 132.272205, 47.718718 ], [ 132.288835, 47.742065 ], [ 132.325175, 47.762184 ], [ 132.371987, 47.765402 ], [ 132.469305, 47.726368 ], [ 132.558, 47.718316 ], [ 132.6005, 47.740858 ], [ 132.599268, 47.792347 ], [ 132.621442, 47.82852 ], [ 132.662094, 47.854227 ], [ 132.687348, 47.88514 ], [ 132.662094, 47.922451 ], [ 132.661478, 47.944905 ], [ 132.691043, 47.962941 ], [ 132.723072, 47.962941 ], [ 132.769268, 47.93849 ], [ 132.819159, 47.936887 ], [ 132.883216, 48.002599 ], [ 132.992238, 48.035424 ], [ 133.016259, 48.054228 ], [ 133.02673, 48.085421 ], [ 133.053216, 48.110202 ], [ 133.130208, 48.134971 ], [ 133.182563, 48.135769 ], [ 133.239845, 48.126583 ], [ 133.302055, 48.103009 ], [ 133.407997, 48.124585 ], [ 133.451728, 48.112999 ], [ 133.545967, 48.121389 ], [ 133.573068, 48.182078 ], [ 133.59709, 48.194846 ], [ 133.667307, 48.183275 ], [ 133.693177, 48.186866 ], [ 133.740604, 48.254651 ], [ 133.791111, 48.261026 ], [ 133.824372, 48.277359 ], [ 133.876111, 48.282536 ], [ 133.940784, 48.302047 ], [ 133.995603, 48.303639 ], [ 134.029479, 48.327519 ], [ 134.0689, 48.338659 ], [ 134.116327, 48.333089 ], [ 134.150819, 48.346217 ], [ 134.20379, 48.3824 ], [ 134.369478, 48.382797 ], [ 134.438463, 48.405448 ], [ 134.501905, 48.418954 ], [ 134.578281, 48.405448 ], [ 134.696542, 48.407037 ], [ 134.764295, 48.370076 ], [ 134.820961, 48.37604 ], [ 134.848679, 48.393925 ], [ 134.886867, 48.437618 ], [ 134.927519, 48.451513 ], [ 134.996504, 48.439603 ], [ 135.035924, 48.440795 ], [ 135.068569, 48.459451 ], [ 135.09567, 48.437618 ], [ 135.090743, 48.403461 ], [ 135.009439, 48.365703 ], [ 134.864077, 48.332293 ], [ 134.77107, 48.288908 ], [ 134.679295, 48.256245 ], [ 134.67252, 48.170505 ], [ 134.632484, 48.099412 ], [ 134.551796, 48.032622 ], [ 134.55426, 47.982173 ], [ 134.599839, 47.947711 ], [ 134.607846, 47.909214 ], [ 134.658969, 47.901191 ], [ 134.677448, 47.884738 ], [ 134.670056, 47.864667 ], [ 134.678679, 47.819278 ], [ 134.772918, 47.763391 ], [ 134.779694, 47.7159 ], [ 134.689766, 47.63813 ], [ 134.678064, 47.588507 ], [ 134.627556, 47.546512 ], [ 134.576434, 47.519036 ], [ 134.568426, 47.478199 ], [ 134.522847, 47.468086 ], [ 134.490202, 47.446235 ], [ 134.339297, 47.439759 ], [ 134.307268, 47.428829 ], [ 134.266616, 47.391974 ], [ 134.263536, 47.371307 ], [ 134.203174, 47.347389 ], [ 134.177305, 47.326299 ], [ 134.156979, 47.248357 ], [ 134.210566, 47.210155 ], [ 134.230276, 47.182097 ], [ 134.232739, 47.134892 ], [ 134.222268, 47.105164 ], [ 134.142812, 47.093349 ], [ 134.118175, 47.061968 ], [ 134.10216, 47.005678 ], [ 134.063972, 46.979962 ], [ 134.076291, 46.938298 ], [ 134.042414, 46.886787 ], [ 134.041182, 46.848326 ], [ 134.025168, 46.810657 ], [ 134.052885, 46.779928 ], [ 134.033175, 46.759023 ], [ 134.030711, 46.708981 ], [ 134.011001, 46.637941 ], [ 133.919842, 46.596012 ], [ 133.890893, 46.525235 ], [ 133.849625, 46.475389 ], [ 133.852089, 46.450242 ], [ 133.902596, 46.446119 ], [ 133.948791, 46.401153 ], [ 133.940784, 46.38134 ], [ 133.876726, 46.362345 ], [ 133.869335, 46.338386 ], [ 133.922922, 46.330948 ], [ 133.908139, 46.308216 ], [ 133.91861, 46.280924 ], [ 133.909987, 46.254447 ], [ 133.867487, 46.250722 ], [ 133.87919, 46.233752 ], [ 133.849625, 46.203939 ], [ 133.814517, 46.230854 ], [ 133.794807, 46.193583 ], [ 133.764626, 46.17328 ], [ 133.706111, 46.163333 ], [ 133.690713, 46.133896 ], [ 133.745531, 46.075389 ], [ 133.740604, 46.048812 ], [ 133.681474, 45.986473 ], [ 133.676546, 45.94321 ], [ 133.614952, 45.942794 ], [ 133.618032, 45.903662 ], [ 133.583539, 45.868669 ], [ 133.55459, 45.893249 ], [ 133.51209, 45.887001 ], [ 133.491764, 45.867002 ], [ 133.494228, 45.840325 ], [ 133.467743, 45.834905 ], [ 133.469591, 45.799451 ], [ 133.505315, 45.785681 ], [ 133.469591, 45.777751 ], [ 133.486837, 45.740173 ], [ 133.454192, 45.731819 ], [ 133.445569, 45.705077 ], [ 133.484989, 45.691702 ], [ 133.485605, 45.658667 ], [ 133.448649, 45.647372 ], [ 133.471438, 45.631053 ], [ 133.412924, 45.618079 ], [ 133.423395, 45.584163 ], [ 133.393214, 45.580393 ], [ 133.342707, 45.554836 ], [ 133.333468, 45.562379 ], [ 133.246005, 45.517528 ], [ 133.201657, 45.515431 ], [ 133.170244, 45.465506 ], [ 133.164701, 45.437377 ], [ 133.143759, 45.430658 ], [ 133.144991, 45.367205 ], [ 133.119121, 45.352908 ], [ 133.128976, 45.336924 ], [ 133.097563, 45.281788 ], [ 133.109266, 45.232077 ], [ 133.124665, 45.222805 ], [ 133.137599, 45.178105 ], [ 133.139447, 45.127459 ], [ 133.107418, 45.124504 ], [ 133.089556, 45.097473 ], [ 133.070462, 45.097051 ], [ 133.045824, 45.066203 ], [ 132.986078, 45.031109 ], [ 132.954049, 45.023072 ], [ 132.916477, 45.031109 ], [ 132.867202, 45.061976 ], [ 132.76434, 45.081417 ], [ 132.394161, 45.16376 ], [ 132.17427, 45.216903 ], [ 132.003655, 45.25441 ], [ 131.976554, 45.277156 ], [ 131.93159, 45.287683 ], [ 131.917423, 45.339448 ], [ 131.887858, 45.342393 ], [ 131.82996, 45.311677 ], [ 131.825649, 45.291472 ], [ 131.788692, 45.245984 ], [ 131.79362, 45.211844 ], [ 131.759127, 45.213952 ], [ 131.721555, 45.234606 ], [ 131.681519, 45.215217 ], [ 131.650722, 45.159962 ], [ 131.687678, 45.1511 ], [ 131.695685, 45.132104 ], [ 131.63286, 45.075078 ], [ 131.566338, 45.045487 ], [ 131.529382, 45.012073 ], [ 131.484418, 44.99557 ], [ 131.501664, 44.977793 ], [ 131.464708, 44.963397 ], [ 131.409889, 44.985836 ], [ 131.380324, 44.978216 ], [ 131.355071, 44.990068 ], [ 131.313803, 44.965938 ], [ 131.311955, 44.94688 ], [ 131.274999, 44.919766 ], [ 131.263296, 44.929935 ], [ 131.207861, 44.913833 ], [ 131.20355, 44.932901 ], [ 131.16105, 44.948151 ], [ 131.090217, 44.924427 ], [ 131.10192, 44.898997 ], [ 131.07913, 44.881614 ], [ 130.965181, 44.85065 ], [ 130.972573, 44.820094 ], [ 131.016304, 44.814575 ], [ 131.016304, 44.789521 ], [ 131.064348, 44.786973 ], [ 131.069275, 44.759783 ], [ 131.093297, 44.746183 ], [ 131.090833, 44.717272 ], [ 131.111775, 44.710042 ], [ 131.310723, 44.046623 ], [ 131.26576, 44.034578 ], [ 131.245434, 43.95579 ], [ 131.26268, 43.948897 ], [ 131.254057, 43.893289 ], [ 131.2171, 43.836334 ], [ 131.213405, 43.801357 ], [ 131.232499, 43.742585 ], [ 131.215869, 43.72745 ], [ 131.221412, 43.682024 ], [ 131.239274, 43.670337 ], [ 131.216485, 43.613169 ], [ 131.222028, 43.593234 ], [ 131.20047, 43.532089 ], [ 131.276847, 43.495632 ], [ 131.304564, 43.502144 ], [ 131.294093, 43.470012 ], [ 131.234963, 43.475224 ], [ 131.201086, 43.442209 ], [ 131.175217, 43.444816 ], [ 131.142572, 43.425695 ], [ 131.026775, 43.508655 ], [ 130.959638, 43.48608 ], [ 130.907283, 43.434387 ], [ 130.864167, 43.437863 ], [ 130.841378, 43.454374 ], [ 130.822899, 43.503446 ], [ 130.776704, 43.52341 ], [ 130.727429, 43.560284 ], [ 130.671378, 43.565054 ], [ 130.665835, 43.583698 ], [ 130.623335, 43.589767 ], [ 130.630726, 43.622268 ], [ 130.57098, 43.626167 ], [ 130.57098, 43.626167 ], [ 130.501995, 43.636563 ], [ 130.488444, 43.65605 ], [ 130.437937, 43.646091 ], [ 130.412684, 43.652586 ], [ 130.394206, 43.703227 ], [ 130.423155, 43.745179 ], [ 130.382503, 43.777164 ], [ 130.381887, 43.817768 ], [ 130.362793, 43.844967 ], [ 130.386198, 43.85403 ], [ 130.368336, 43.894151 ], [ 130.381887, 43.910106 ], [ 130.338155, 43.963975 ], [ 130.364025, 43.992399 ], [ 130.365256, 44.044042 ], [ 130.319061, 44.03974 ], [ 130.307358, 44.002731 ], [ 130.27225, 43.981634 ], [ 130.262395, 43.949328 ], [ 130.208192, 43.948466 ], [ 130.153373, 43.915711 ], [ 130.143518, 43.878624 ], [ 130.116417, 43.878192 ], [ 130.110873, 43.852735 ], [ 130.079461, 43.835039 ], [ 130.027722, 43.851872 ], [ 130.009243, 43.889407 ], [ 130.022794, 43.917866 ], [ 130.017867, 43.961821 ], [ 129.979062, 44.015644 ], [ 129.951345, 44.027263 ], [ 129.907614, 44.023821 ], [ 129.881128, 44.000148 ], [ 129.868193, 44.012631 ], [ 129.802904, 43.964837 ], [ 129.780114, 43.892857 ], [ 129.739462, 43.895876 ], [ 129.743158, 43.876035 ], [ 129.699426, 43.8838 ], [ 129.650767, 43.873016 ], [ 129.529427, 43.870427 ], [ 129.467833, 43.874741 ], [ 129.449971, 43.850578 ], [ 129.417942, 43.843672 ], [ 129.406855, 43.819496 ], [ 129.348341, 43.798333 ], [ 129.30892, 43.812155 ], [ 129.289826, 43.797038 ], [ 129.254718, 43.819496 ], [ 129.211602, 43.784509 ], [ 129.232544, 43.709284 ], [ 129.214066, 43.695006 ], [ 129.217146, 43.648689 ], [ 129.232544, 43.635263 ], [ 129.23008, 43.593234 ], [ 129.169102, 43.561585 ], [ 129.145081, 43.570258 ], [ 129.093958, 43.547706 ], [ 129.037907, 43.540332 ], [ 129.013886, 43.522976 ], [ 128.962763, 43.53903 ], [ 128.949828, 43.553779 ], [ 128.878379, 43.539898 ], [ 128.834647, 43.587599 ], [ 128.821097, 43.637429 ], [ 128.78722, 43.686784 ], [ 128.768126, 43.732207 ], [ 128.729322, 43.736964 ], [ 128.760119, 43.755554 ], [ 128.739177, 43.806972 ], [ 128.719467, 43.816905 ], [ 128.760734, 43.857482 ], [ 128.729938, 43.889838 ], [ 128.696061, 43.903207 ], [ 128.636315, 43.891132 ], [ 128.64001, 43.948035 ], [ 128.610445, 43.960529 ], [ 128.584576, 43.990246 ], [ 128.574721, 44.047914 ], [ 128.529141, 44.112401 ], [ 128.471859, 44.157501 ], [ 128.450301, 44.203423 ], [ 128.471859, 44.247596 ], [ 128.453997, 44.257884 ], [ 128.472475, 44.320001 ], [ 128.446605, 44.339694 ], [ 128.475555, 44.346114 ], [ 128.481714, 44.375637 ], [ 128.457076, 44.409848 ], [ 128.463236, 44.431647 ], [ 128.427511, 44.473512 ], [ 128.397946, 44.483761 ], [ 128.372693, 44.514495 ], [ 128.295084, 44.480772 ], [ 128.293237, 44.467961 ], [ 128.228563, 44.445748 ], [ 128.211317, 44.431647 ], [ 128.172512, 44.34697 ], [ 128.137404, 44.357668 ], [ 128.094904, 44.354673 ], [ 128.074578, 44.370075 ], [ 128.049941, 44.349965 ], [ 128.065339, 44.307155 ], [ 128.101679, 44.293449 ], [ 128.064107, 44.251454 ], [ 128.104143, 44.230017 ], [ 128.09244, 44.181539 ], [ 128.060411, 44.168663 ], [ 128.088129, 44.158359 ], [ 128.091208, 44.133022 ], [ 128.042549, 44.103807 ], [ 127.950158, 44.088334 ], [ 127.912586, 44.064687 ], [ 127.862695, 44.062967 ], [ 127.846065, 44.081886 ], [ 127.808492, 44.086615 ], [ 127.783239, 44.071997 ], [ 127.729036, 44.09908 ], [ 127.735811, 44.11412 ], [ 127.712406, 44.199133 ], [ 127.681609, 44.166946 ], [ 127.641573, 44.193555 ], [ 127.626174, 44.187977 ], [ 127.59045, 44.227872 ], [ 127.623711, 44.278025 ], [ 127.579363, 44.310581 ], [ 127.486356, 44.410275 ], [ 127.50853, 44.437202 ], [ 127.463566, 44.484615 ], [ 127.465414, 44.516628 ], [ 127.485124, 44.528576 ], [ 127.536247, 44.522176 ], [ 127.570124, 44.55033 ], [ 127.557189, 44.575488 ], [ 127.392733, 44.632158 ], [ 127.275705, 44.640249 ], [ 127.261538, 44.61299 ], [ 127.214111, 44.624917 ], [ 127.228893, 44.642804 ], [ 127.182082, 44.644507 ], [ 127.138966, 44.607451 ], [ 127.094619, 44.615972 ], [ 127.089691, 44.593816 ], [ 127.049655, 44.566961 ], [ 127.041648, 44.591258 ], [ 127.044112, 44.653874 ], [ 127.030561, 44.673454 ], [ 127.041032, 44.712169 ], [ 126.9973, 44.764882 ], [ 126.984366, 44.823914 ], [ 126.999764, 44.87398 ], [ 127.021938, 44.898997 ], [ 127.073061, 44.907051 ], [ 127.092771, 44.94688 ], [ 127.050271, 45.004034 ], [ 127.018242, 45.024341 ], [ 126.984981, 45.067893 ], [ 126.970815, 45.070852 ], [ 126.96404, 45.132104 ], [ 126.85625, 45.145613 ], [ 126.792808, 45.135481 ], [ 126.787265, 45.159118 ], [ 126.732446, 45.187385 ], [ 126.685635, 45.187807 ], [ 126.640055, 45.214373 ], [ 126.644983, 45.225334 ], [ 126.569222, 45.252725 ], [ 126.540273, 45.23882 ], [ 126.519331, 45.248091 ], [ 126.402919, 45.222805 ], [ 126.356107, 45.185698 ], [ 126.293282, 45.180214 ], [ 126.285274, 45.162494 ], [ 126.235383, 45.140125 ], [ 126.225528, 45.154054 ], [ 126.166398, 45.13337 ], [ 126.142992, 45.147723 ], [ 126.091869, 45.149411 ], [ 126.047522, 45.170933 ], [ 125.998247, 45.162072 ], [ 125.992703, 45.192447 ], [ 125.957595, 45.201303 ], [ 125.915095, 45.196664 ], [ 125.849805, 45.23882 ], [ 125.823936, 45.237978 ], [ 125.815929, 45.264942 ], [ 125.761726, 45.291472 ], [ 125.726001, 45.336503 ], [ 125.695205, 45.352066 ], [ 125.712451, 45.389485 ], [ 125.711835, 45.477677 ], [ 125.687813, 45.514173 ], [ 125.660096, 45.507043 ], [ 125.61698, 45.517947 ], [ 125.583104, 45.491942 ], [ 125.497488, 45.469283 ], [ 125.480242, 45.486488 ], [ 125.424807, 45.485649 ], [ 125.434662, 45.462988 ], [ 125.398322, 45.416797 ], [ 125.361981, 45.392847 ], [ 125.319482, 45.422678 ], [ 125.301619, 45.402092 ], [ 125.248649, 45.417637 ], [ 125.189518, 45.39915 ], [ 125.137779, 45.409655 ], [ 125.097127, 45.38276 ], [ 125.06633, 45.39915 ], [ 125.08912, 45.420998 ], [ 125.0497, 45.428558 ], [ 125.025678, 45.493201 ], [ 124.961005, 45.495299 ], [ 124.936983, 45.53388 ], [ 124.911114, 45.535976 ], [ 124.884628, 45.495299 ], [ 124.886476, 45.442836 ], [ 124.839665, 45.455852 ], [ 124.792853, 45.436958 ], [ 124.776223, 45.468024 ], [ 124.729412, 45.444096 ], [ 124.690607, 45.452493 ], [ 124.625318, 45.437377 ], [ 124.575427, 45.451234 ], [ 124.579738, 45.424358 ], [ 124.544014, 45.411756 ], [ 124.507058, 45.424778 ], [ 124.480572, 45.456271 ], [ 124.398652, 45.440737 ], [ 124.374015, 45.45795 ], [ 124.352457, 45.496557 ], [ 124.369087, 45.512915 ], [ 124.348761, 45.546874 ], [ 124.287783, 45.539329 ], [ 124.264377, 45.555256 ], [ 124.273001, 45.584163 ], [ 124.238508, 45.591702 ], [ 124.226805, 45.633564 ], [ 124.162132, 45.616404 ], [ 124.128255, 45.641933 ], [ 124.147349, 45.665359 ], [ 124.122096, 45.669123 ], [ 124.13503, 45.690448 ], [ 124.10177, 45.700898 ], [ 124.098074, 45.722628 ], [ 124.054342, 45.751449 ], [ 124.014922, 45.749779 ], [ 124.001987, 45.770655 ], [ 124.064197, 45.802372 ], [ 124.03648, 45.83824 ], [ 124.067277, 45.840325 ], [ 124.061118, 45.886168 ], [ 123.996444, 45.906993 ], [ 123.968727, 45.936551 ], [ 123.973654, 45.973997 ], [ 124.011842, 45.981899 ], [ 123.989053, 46.011833 ], [ 124.040176, 46.01973 ], [ 124.034016, 46.045074 ], [ 124.009995, 46.057534 ], [ 124.015538, 46.088257 ], [ 123.99398, 46.101123 ], [ 124.01677, 46.118549 ], [ 123.991516, 46.143019 ], [ 124.001987, 46.166649 ], [ 123.971806, 46.170379 ], [ 123.956408, 46.206009 ], [ 123.979814, 46.228784 ], [ 123.952096, 46.256516 ], [ 123.960103, 46.288369 ], [ 123.936082, 46.286715 ], [ 123.917604, 46.25693 ], [ 123.896046, 46.303668 ], [ 123.84985, 46.302428 ], [ 123.775938, 46.263136 ], [ 123.726047, 46.255688 ], [ 123.673692, 46.258585 ], [ 123.604706, 46.251964 ], [ 123.569598, 46.223816 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "310000", "name": "上海市", "center": [ 121.472644, 31.231706 ], "centroid": [ 121.438734, 31.07256 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 8, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.901349, 31.017327 ], [ 120.890878, 31.094229 ], [ 120.859465, 31.100379 ], [ 120.881023, 31.134706 ], [ 120.930298, 31.141365 ], [ 121.018377, 31.134194 ], [ 121.076892, 31.158267 ], [ 121.060261, 31.245289 ], [ 121.090442, 31.291838 ], [ 121.138485, 31.276495 ], [ 121.160659, 31.283144 ], [ 121.129862, 31.302577 ], [ 121.130478, 31.343987 ], [ 121.113848, 31.37465 ], [ 121.143413, 31.392021 ], [ 121.174826, 31.44922 ], [ 121.240731, 31.493627 ], [ 121.247507, 31.476785 ], [ 121.301093, 31.49873 ], [ 121.301093, 31.49873 ], [ 121.343593, 31.511996 ], [ 121.404571, 31.479337 ], [ 121.520984, 31.394575 ], [ 121.599208, 31.37465 ], [ 121.722396, 31.3036 ], [ 121.809859, 31.196669 ], [ 121.946598, 31.066039 ], [ 121.977395, 31.016301 ], [ 121.990945, 30.96859 ], [ 121.994025, 30.862823 ], [ 121.954605, 30.825828 ], [ 121.970004, 30.789333 ], [ 121.943518, 30.776993 ], [ 121.904714, 30.814007 ], [ 121.681128, 30.818633 ], [ 121.601056, 30.805269 ], [ 121.517288, 30.775451 ], [ 121.426129, 30.730192 ], [ 121.362071, 30.679764 ], [ 121.274608, 30.677191 ], [ 121.272144, 30.723504 ], [ 121.232108, 30.755909 ], [ 121.21671, 30.785734 ], [ 121.174826, 30.771851 ], [ 121.123087, 30.77905 ], [ 121.13787, 30.826342 ], [ 121.097833, 30.857171 ], [ 121.060261, 30.845354 ], [ 121.038087, 30.814007 ], [ 120.991892, 30.837133 ], [ 121.020225, 30.872069 ], [ 120.993124, 30.889532 ], [ 121.000515, 30.938309 ], [ 120.989428, 31.01425 ], [ 120.949392, 31.030148 ], [ 120.940153, 31.010146 ], [ 120.901349, 31.017327 ] ] ], [ [ [ 121.974931, 31.61704 ], [ 121.995873, 31.493117 ], [ 121.981706, 31.464024 ], [ 121.890547, 31.428795 ], [ 121.819098, 31.437987 ], [ 121.682976, 31.491075 ], [ 121.625693, 31.501792 ], [ 121.547469, 31.531382 ], [ 121.434136, 31.590535 ], [ 121.395332, 31.585437 ], [ 121.371926, 31.553314 ], [ 121.289391, 31.61653 ], [ 121.145261, 31.75403 ], [ 121.118775, 31.759119 ], [ 121.200079, 31.834907 ], [ 121.265369, 31.863883 ], [ 121.323267, 31.868458 ], [ 121.384861, 31.833382 ], [ 121.431673, 31.769295 ], [ 121.49881, 31.753012 ], [ 121.599824, 31.703128 ], [ 121.64294, 31.697527 ], [ 121.715005, 31.673592 ], [ 121.974931, 31.61704 ] ] ], [ [ [ 121.779062, 31.310247 ], [ 121.727939, 31.35472 ], [ 121.572107, 31.435944 ], [ 121.509897, 31.4824 ], [ 121.520984, 31.494137 ], [ 121.567179, 31.48342 ], [ 121.585657, 31.454836 ], [ 121.742106, 31.407345 ], [ 121.792613, 31.363408 ], [ 121.793845, 31.31945 ], [ 121.779062, 31.310247 ] ] ], [ [ [ 121.801852, 31.356765 ], [ 121.792613, 31.377715 ], [ 121.845584, 31.37465 ], [ 121.951525, 31.337343 ], [ 122.040837, 31.324051 ], [ 122.116597, 31.320984 ], [ 122.122756, 31.307179 ], [ 122.097503, 31.255522 ], [ 122.016199, 31.282121 ], [ 121.932431, 31.283144 ], [ 121.840656, 31.295418 ], [ 121.8037, 31.328652 ], [ 121.801852, 31.356765 ] ] ], [ [ [ 121.626925, 31.445135 ], [ 121.579498, 31.479848 ], [ 121.631853, 31.456878 ], [ 121.626925, 31.445135 ] ] ], [ [ [ 121.943518, 31.215608 ], [ 121.950909, 31.228915 ], [ 122.008808, 31.221238 ], [ 121.995873, 31.160828 ], [ 121.959533, 31.159291 ], [ 121.943518, 31.215608 ] ] ], [ [ [ 121.88254, 31.240684 ], [ 121.923808, 31.234032 ], [ 121.909026, 31.195133 ], [ 121.88254, 31.240684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "320000", "name": "江苏省", "center": [ 118.767413, 32.041544 ], "centroid": [ 119.486395, 32.983908 ], "childrenNum": 13, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 9, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.311654, 34.561686 ], [ 117.311654, 34.561686 ], [ 117.32151, 34.566614 ], [ 117.32151, 34.566614 ], [ 117.325205, 34.573021 ], [ 117.325205, 34.573021 ], [ 117.362777, 34.589281 ], [ 117.402813, 34.569571 ], [ 117.402813, 34.550843 ], [ 117.465023, 34.484767 ], [ 117.53832, 34.467006 ], [ 117.592523, 34.462566 ], [ 117.609769, 34.490686 ], [ 117.659044, 34.501044 ], [ 117.684298, 34.547392 ], [ 117.801942, 34.518798 ], [ 117.791471, 34.583368 ], [ 117.793935, 34.651827 ], [ 117.902956, 34.644443 ], [ 117.909732, 34.670533 ], [ 117.951615, 34.678408 ], [ 118.053861, 34.650843 ], [ 118.084042, 34.655766 ], [ 118.114839, 34.614404 ], [ 118.079115, 34.569571 ], [ 118.185056, 34.543942 ], [ 118.16473, 34.50499 ], [ 118.132702, 34.483287 ], [ 118.177665, 34.45319 ], [ 118.179513, 34.379628 ], [ 118.217701, 34.379134 ], [ 118.220165, 34.405802 ], [ 118.277447, 34.404814 ], [ 118.290382, 34.424563 ], [ 118.379693, 34.415183 ], [ 118.404947, 34.427525 ], [ 118.416034, 34.473914 ], [ 118.439439, 34.507949 ], [ 118.424657, 34.595193 ], [ 118.439439, 34.626223 ], [ 118.473932, 34.623269 ], [ 118.460997, 34.656258 ], [ 118.545997, 34.705964 ], [ 118.601431, 34.714327 ], [ 118.607591, 34.694155 ], [ 118.664257, 34.693663 ], [ 118.690127, 34.678408 ], [ 118.739402, 34.693663 ], [ 118.783749, 34.723181 ], [ 118.764039, 34.740396 ], [ 118.719076, 34.745313 ], [ 118.739402, 34.792508 ], [ 118.772047, 34.794474 ], [ 118.80038, 34.843114 ], [ 118.805307, 34.87307 ], [ 118.860742, 34.944233 ], [ 118.86259, 35.025626 ], [ 118.928495, 35.051106 ], [ 118.942662, 35.040817 ], [ 119.027045, 35.055516 ], [ 119.114509, 35.055026 ], [ 119.137915, 35.096167 ], [ 119.217371, 35.106939 ], [ 119.250016, 35.124562 ], [ 119.286972, 35.115261 ], [ 119.306066, 35.076578 ], [ 119.292515, 35.068742 ], [ 119.307298, 35.032977 ], [ 119.291899, 35.028567 ], [ 119.285124, 35.068252 ], [ 119.238313, 35.048657 ], [ 119.211211, 34.981507 ], [ 119.214907, 34.925589 ], [ 119.202588, 34.890253 ], [ 119.217371, 34.827886 ], [ 119.238313, 34.799388 ], [ 119.272189, 34.797914 ], [ 119.312841, 34.774813 ], [ 119.378747, 34.764489 ], [ 119.440957, 34.769406 ], [ 119.439725, 34.785136 ], [ 119.497007, 34.754164 ], [ 119.494543, 34.754656 ], [ 119.381827, 34.752198 ], [ 119.456971, 34.748264 ], [ 119.525956, 34.73351 ], [ 119.465594, 34.672994 ], [ 119.569072, 34.615389 ], [ 119.610956, 34.592729 ], [ 119.641137, 34.569078 ], [ 119.781571, 34.515839 ], [ 119.811752, 34.485754 ], [ 119.962657, 34.459112 ], [ 120.103707, 34.391481 ], [ 120.311895, 34.306991 ], [ 120.314359, 34.255563 ], [ 120.347619, 34.179352 ], [ 120.367329, 34.091674 ], [ 120.48559, 33.859411 ], [ 120.500372, 33.818152 ], [ 120.534249, 33.782346 ], [ 120.583524, 33.668362 ], [ 120.651277, 33.57567 ], [ 120.717183, 33.436945 ], [ 120.741205, 33.337505 ], [ 120.769538, 33.307 ], [ 120.813885, 33.303499 ], [ 120.833595, 33.274984 ], [ 120.819429, 33.237951 ], [ 120.843451, 33.209915 ], [ 120.874247, 33.093672 ], [ 120.871784, 33.047032 ], [ 120.917979, 33.02596 ], [ 120.932762, 33.005887 ], [ 120.957399, 32.893395 ], [ 120.981421, 32.85972 ], [ 120.972182, 32.761134 ], [ 120.953088, 32.714318 ], [ 120.916131, 32.701225 ], [ 120.963559, 32.68259 ], [ 120.979573, 32.636236 ], [ 120.961711, 32.612042 ], [ 121.020225, 32.605489 ], [ 121.153268, 32.52933 ], [ 121.269681, 32.483402 ], [ 121.352216, 32.474315 ], [ 121.390405, 32.460682 ], [ 121.425513, 32.430885 ], [ 121.450151, 32.282256 ], [ 121.493882, 32.263533 ], [ 121.499426, 32.211394 ], [ 121.458774, 32.177462 ], [ 121.542542, 32.152132 ], [ 121.525295, 32.136423 ], [ 121.759352, 32.059362 ], [ 121.772287, 32.032984 ], [ 121.856055, 31.955328 ], [ 121.889315, 31.866425 ], [ 121.970004, 31.718911 ], [ 121.974931, 31.61704 ], [ 121.715005, 31.673592 ], [ 121.64294, 31.697527 ], [ 121.599824, 31.703128 ], [ 121.49881, 31.753012 ], [ 121.431673, 31.769295 ], [ 121.384861, 31.833382 ], [ 121.323267, 31.868458 ], [ 121.265369, 31.863883 ], [ 121.200079, 31.834907 ], [ 121.118775, 31.759119 ], [ 121.145261, 31.75403 ], [ 121.289391, 31.61653 ], [ 121.371926, 31.553314 ], [ 121.343593, 31.511996 ], [ 121.301093, 31.49873 ], [ 121.301093, 31.49873 ], [ 121.247507, 31.476785 ], [ 121.240731, 31.493627 ], [ 121.174826, 31.44922 ], [ 121.143413, 31.392021 ], [ 121.113848, 31.37465 ], [ 121.130478, 31.343987 ], [ 121.129862, 31.302577 ], [ 121.160659, 31.283144 ], [ 121.138485, 31.276495 ], [ 121.090442, 31.291838 ], [ 121.060261, 31.245289 ], [ 121.076892, 31.158267 ], [ 121.018377, 31.134194 ], [ 120.930298, 31.141365 ], [ 120.881023, 31.134706 ], [ 120.859465, 31.100379 ], [ 120.890878, 31.094229 ], [ 120.901349, 31.017327 ], [ 120.865624, 30.989627 ], [ 120.820661, 31.006556 ], [ 120.770154, 30.996809 ], [ 120.746132, 30.962432 ], [ 120.698089, 30.970643 ], [ 120.684538, 30.955247 ], [ 120.709176, 30.933176 ], [ 120.713487, 30.88491 ], [ 120.68269, 30.882342 ], [ 120.653741, 30.846896 ], [ 120.589068, 30.854603 ], [ 120.563814, 30.835592 ], [ 120.503452, 30.757967 ], [ 120.489285, 30.763624 ], [ 120.460336, 30.839702 ], [ 120.441858, 30.860768 ], [ 120.435083, 30.920855 ], [ 120.42338, 30.902884 ], [ 120.35809, 30.886964 ], [ 120.371025, 30.948575 ], [ 120.316206, 30.933689 ], [ 120.223816, 30.926502 ], [ 120.149903, 30.937283 ], [ 120.111099, 30.955761 ], [ 120.052584, 31.00553 ], [ 120.001461, 31.027071 ], [ 119.988527, 31.059375 ], [ 119.946027, 31.106016 ], [ 119.921389, 31.170045 ], [ 119.878274, 31.160828 ], [ 119.827151, 31.174142 ], [ 119.809904, 31.148536 ], [ 119.779723, 31.17875 ], [ 119.715666, 31.169533 ], [ 119.705811, 31.152634 ], [ 119.678093, 31.167997 ], [ 119.623891, 31.130096 ], [ 119.599869, 31.10909 ], [ 119.532732, 31.159291 ], [ 119.461283, 31.156219 ], [ 119.439109, 31.177214 ], [ 119.391682, 31.174142 ], [ 119.360269, 31.213049 ], [ 119.374435, 31.258591 ], [ 119.350414, 31.301043 ], [ 119.338095, 31.259103 ], [ 119.294363, 31.263195 ], [ 119.266646, 31.250405 ], [ 119.198277, 31.270357 ], [ 119.197661, 31.295418 ], [ 119.158241, 31.294907 ], [ 119.107118, 31.250917 ], [ 119.10527, 31.235055 ], [ 119.014727, 31.241707 ], [ 118.984546, 31.237102 ], [ 118.870597, 31.242219 ], [ 118.794836, 31.229426 ], [ 118.756648, 31.279564 ], [ 118.726467, 31.282121 ], [ 118.720924, 31.322518 ], [ 118.745561, 31.372606 ], [ 118.767735, 31.363919 ], [ 118.824401, 31.375672 ], [ 118.852119, 31.393553 ], [ 118.883532, 31.500261 ], [ 118.885995, 31.519139 ], [ 118.881684, 31.564023 ], [ 118.858894, 31.623665 ], [ 118.802844, 31.619078 ], [ 118.773894, 31.682759 ], [ 118.748025, 31.675629 ], [ 118.736322, 31.633347 ], [ 118.643315, 31.649651 ], [ 118.643315, 31.671555 ], [ 118.697518, 31.709747 ], [ 118.653786, 31.73011 ], [ 118.641467, 31.75861 ], [ 118.571866, 31.746397 ], [ 118.5577, 31.73011 ], [ 118.521975, 31.743343 ], [ 118.533678, 31.76726 ], [ 118.481939, 31.778453 ], [ 118.504729, 31.841516 ], [ 118.466541, 31.857784 ], [ 118.472084, 31.879639 ], [ 118.363679, 31.930443 ], [ 118.389548, 31.985281 ], [ 118.394476, 32.076098 ], [ 118.433896, 32.086746 ], [ 118.501033, 32.121726 ], [ 118.49549, 32.165304 ], [ 118.510888, 32.194176 ], [ 118.643931, 32.209875 ], [ 118.674728, 32.250375 ], [ 118.657482, 32.30148 ], [ 118.703061, 32.328792 ], [ 118.685199, 32.403604 ], [ 118.691359, 32.472295 ], [ 118.628533, 32.467751 ], [ 118.592192, 32.481383 ], [ 118.608823, 32.536899 ], [ 118.564475, 32.562122 ], [ 118.568787, 32.585825 ], [ 118.59712, 32.600951 ], [ 118.632844, 32.578261 ], [ 118.658714, 32.594397 ], [ 118.688895, 32.588346 ], [ 118.719076, 32.614059 ], [ 118.719076, 32.614059 ], [ 118.73509, 32.58885 ], [ 118.757264, 32.603976 ], [ 118.784981, 32.582295 ], [ 118.820706, 32.60448 ], [ 118.84288, 32.56767 ], [ 118.908169, 32.59238 ], [ 118.890923, 32.553042 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.975923, 32.505108 ], [ 119.041212, 32.515201 ], [ 119.084944, 32.452602 ], [ 119.142226, 32.499556 ], [ 119.168096, 32.536394 ], [ 119.152697, 32.557582 ], [ 119.22045, 32.576748 ], [ 119.230921, 32.607001 ], [ 119.208748, 32.641276 ], [ 119.211827, 32.708275 ], [ 119.184726, 32.825529 ], [ 119.113277, 32.823014 ], [ 119.054763, 32.8748 ], [ 119.020886, 32.955685 ], [ 118.993169, 32.958196 ], [ 118.934039, 32.93861 ], [ 118.892771, 32.941121 ], [ 118.89585, 32.957694 ], [ 118.89585, 32.957694 ], [ 118.849039, 32.956689 ], [ 118.846575, 32.922034 ], [ 118.821322, 32.920527 ], [ 118.810235, 32.853687 ], [ 118.743097, 32.853184 ], [ 118.743097, 32.853184 ], [ 118.73817, 32.772708 ], [ 118.756648, 32.737477 ], [ 118.707373, 32.72036 ], [ 118.642699, 32.744525 ], [ 118.572482, 32.719856 ], [ 118.560163, 32.729926 ], [ 118.483787, 32.721367 ], [ 118.450526, 32.743518 ], [ 118.411106, 32.715828 ], [ 118.375382, 32.718849 ], [ 118.363063, 32.770695 ], [ 118.334114, 32.761637 ], [ 118.300237, 32.783275 ], [ 118.301469, 32.846145 ], [ 118.250346, 32.848157 ], [ 118.2331, 32.914498 ], [ 118.252194, 32.936601 ], [ 118.291614, 32.946143 ], [ 118.303933, 32.96874 ], [ 118.26944, 32.969242 ], [ 118.244803, 32.998359 ], [ 118.243571, 33.027967 ], [ 118.219549, 33.114227 ], [ 118.217085, 33.191888 ], [ 118.178281, 33.217926 ], [ 118.149332, 33.169348 ], [ 118.038463, 33.134776 ], [ 118.037231, 33.152314 ], [ 117.988572, 33.180869 ], [ 117.977485, 33.226437 ], [ 117.942376, 33.224936 ], [ 117.939297, 33.262475 ], [ 117.974405, 33.279487 ], [ 117.992883, 33.333005 ], [ 118.029224, 33.374995 ], [ 118.016905, 33.402978 ], [ 118.027376, 33.455421 ], [ 118.050782, 33.491863 ], [ 118.107448, 33.475391 ], [ 118.117919, 33.594615 ], [ 118.112376, 33.617045 ], [ 118.16781, 33.663381 ], [ 118.161035, 33.735576 ], [ 118.117919, 33.766427 ], [ 118.065564, 33.76593 ], [ 118.019985, 33.738562 ], [ 117.972557, 33.74951 ], [ 117.901724, 33.720146 ], [ 117.843826, 33.736074 ], [ 117.791471, 33.733585 ], [ 117.750203, 33.710688 ], [ 117.72495, 33.74951 ], [ 117.739732, 33.758467 ], [ 117.759442, 33.874318 ], [ 117.753899, 33.891211 ], [ 117.715095, 33.879287 ], [ 117.672595, 33.934916 ], [ 117.671363, 33.992494 ], [ 117.629479, 34.028708 ], [ 117.612849, 34.000433 ], [ 117.569117, 33.985051 ], [ 117.543248, 34.038627 ], [ 117.514914, 34.060941 ], [ 117.435458, 34.028212 ], [ 117.404045, 34.03218 ], [ 117.357234, 34.088205 ], [ 117.311654, 34.067882 ], [ 117.277162, 34.078787 ], [ 117.257452, 34.065899 ], [ 117.192162, 34.068873 ], [ 117.130568, 34.101586 ], [ 117.123793, 34.128342 ], [ 117.046801, 34.151622 ], [ 117.025243, 34.167469 ], [ 117.051112, 34.221425 ], [ 116.969192, 34.283753 ], [ 116.983359, 34.348011 ], [ 116.960569, 34.363821 ], [ 116.969192, 34.389012 ], [ 116.909446, 34.408271 ], [ 116.828142, 34.389012 ], [ 116.782563, 34.429993 ], [ 116.773939, 34.453683 ], [ 116.722816, 34.472434 ], [ 116.662454, 34.472927 ], [ 116.592237, 34.493646 ], [ 116.594085, 34.511894 ], [ 116.490607, 34.573513 ], [ 116.477057, 34.614896 ], [ 116.432709, 34.630163 ], [ 116.430245, 34.650843 ], [ 116.374195, 34.640011 ], [ 116.392057, 34.710391 ], [ 116.363724, 34.715311 ], [ 116.369267, 34.749247 ], [ 116.403144, 34.756131 ], [ 116.408071, 34.850972 ], [ 116.445028, 34.895652 ], [ 116.557745, 34.908905 ], [ 116.613795, 34.922645 ], [ 116.622418, 34.939818 ], [ 116.677853, 34.939327 ], [ 116.781331, 34.916757 ], [ 116.781947, 34.961891 ], [ 116.809048, 34.968757 ], [ 116.821983, 34.929515 ], [ 116.858323, 34.928533 ], [ 116.922381, 34.894671 ], [ 116.929156, 34.843114 ], [ 116.966113, 34.844588 ], [ 116.979047, 34.815113 ], [ 116.95133, 34.81069 ], [ 116.969192, 34.771864 ], [ 117.022163, 34.759081 ], [ 117.070206, 34.713835 ], [ 117.061583, 34.675947 ], [ 117.073286, 34.639026 ], [ 117.104083, 34.648874 ], [ 117.15151, 34.559222 ], [ 117.139191, 34.526687 ], [ 117.166293, 34.434435 ], [ 117.248213, 34.451216 ], [ 117.252524, 34.48674 ], [ 117.27285, 34.499565 ], [ 117.267307, 34.528659 ], [ 117.311654, 34.561686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "330000", "name": "浙江省", "center": [ 120.153576, 30.287459 ], "centroid": [ 120.109921, 29.181449 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 10, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118.433896, 28.288335 ], [ 118.480091, 28.327325 ], [ 118.455454, 28.384204 ], [ 118.432048, 28.402104 ], [ 118.456686, 28.424738 ], [ 118.474548, 28.478934 ], [ 118.414802, 28.497344 ], [ 118.4302, 28.515225 ], [ 118.412338, 28.55676 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.681267 ], [ 118.403099, 28.702791 ], [ 118.364295, 28.813491 ], [ 118.300237, 28.826075 ], [ 118.270056, 28.918836 ], [ 118.195527, 28.904167 ], [ 118.227556, 28.942406 ], [ 118.165346, 28.986912 ], [ 118.133933, 28.983771 ], [ 118.115455, 29.009944 ], [ 118.115455, 29.009944 ], [ 118.097593, 28.998952 ], [ 118.066796, 29.053898 ], [ 118.076035, 29.074822 ], [ 118.037847, 29.102017 ], [ 118.045238, 29.149068 ], [ 118.027992, 29.167882 ], [ 118.042159, 29.210202 ], [ 118.073571, 29.216993 ], [ 118.077883, 29.290614 ], [ 118.138861, 29.283828 ], [ 118.178281, 29.297921 ], [ 118.166578, 29.314099 ], [ 118.205382, 29.343839 ], [ 118.193064, 29.395472 ], [ 118.248498, 29.431443 ], [ 118.316252, 29.422581 ], [ 118.306396, 29.479384 ], [ 118.329802, 29.495012 ], [ 118.347664, 29.474174 ], [ 118.381541, 29.504909 ], [ 118.496106, 29.519492 ], [ 118.500417, 29.57572 ], [ 118.532446, 29.588731 ], [ 118.573714, 29.638159 ], [ 118.61991, 29.654282 ], [ 118.647011, 29.64336 ], [ 118.700598, 29.706277 ], [ 118.744945, 29.73902 ], [ 118.740634, 29.814859 ], [ 118.841032, 29.891159 ], [ 118.838568, 29.934733 ], [ 118.894619, 29.937845 ], [ 118.902626, 30.029078 ], [ 118.878604, 30.064822 ], [ 118.873677, 30.11505 ], [ 118.895234, 30.148694 ], [ 118.852119, 30.149729 ], [ 118.852735, 30.166805 ], [ 118.929727, 30.2025 ], [ 118.905089, 30.216464 ], [ 118.877988, 30.282637 ], [ 118.880452, 30.31519 ], [ 118.954365, 30.360126 ], [ 118.988857, 30.332237 ], [ 119.06277, 30.304856 ], [ 119.091719, 30.323972 ], [ 119.126828, 30.304856 ], [ 119.201356, 30.290905 ], [ 119.236465, 30.297106 ], [ 119.246936, 30.341018 ], [ 119.277117, 30.341018 ], [ 119.326392, 30.372002 ], [ 119.349182, 30.349281 ], [ 119.402768, 30.374584 ], [ 119.36766, 30.38491 ], [ 119.335015, 30.448389 ], [ 119.336247, 30.508734 ], [ 119.326392, 30.532964 ], [ 119.272189, 30.510281 ], [ 119.237081, 30.546881 ], [ 119.265414, 30.574709 ], [ 119.238929, 30.609225 ], [ 119.323312, 30.630341 ], [ 119.343022, 30.664322 ], [ 119.39045, 30.685941 ], [ 119.408312, 30.645274 ], [ 119.444652, 30.650422 ], [ 119.482841, 30.704467 ], [ 119.479761, 30.772365 ], [ 119.527188, 30.77905 ], [ 119.55429, 30.825828 ], [ 119.575847, 30.829939 ], [ 119.557369, 30.874124 ], [ 119.563529, 30.919315 ], [ 119.582007, 30.932149 ], [ 119.580159, 30.967051 ], [ 119.633746, 31.019379 ], [ 119.629434, 31.085517 ], [ 119.649144, 31.104991 ], [ 119.623891, 31.130096 ], [ 119.678093, 31.167997 ], [ 119.705811, 31.152634 ], [ 119.715666, 31.169533 ], [ 119.779723, 31.17875 ], [ 119.809904, 31.148536 ], [ 119.827151, 31.174142 ], [ 119.878274, 31.160828 ], [ 119.921389, 31.170045 ], [ 119.946027, 31.106016 ], [ 119.988527, 31.059375 ], [ 120.001461, 31.027071 ], [ 120.052584, 31.00553 ], [ 120.111099, 30.955761 ], [ 120.149903, 30.937283 ], [ 120.223816, 30.926502 ], [ 120.316206, 30.933689 ], [ 120.371025, 30.948575 ], [ 120.35809, 30.886964 ], [ 120.42338, 30.902884 ], [ 120.435083, 30.920855 ], [ 120.441858, 30.860768 ], [ 120.460336, 30.839702 ], [ 120.489285, 30.763624 ], [ 120.503452, 30.757967 ], [ 120.563814, 30.835592 ], [ 120.589068, 30.854603 ], [ 120.653741, 30.846896 ], [ 120.68269, 30.882342 ], [ 120.713487, 30.88491 ], [ 120.709176, 30.933176 ], [ 120.684538, 30.955247 ], [ 120.698089, 30.970643 ], [ 120.746132, 30.962432 ], [ 120.770154, 30.996809 ], [ 120.820661, 31.006556 ], [ 120.865624, 30.989627 ], [ 120.901349, 31.017327 ], [ 120.940153, 31.010146 ], [ 120.949392, 31.030148 ], [ 120.989428, 31.01425 ], [ 121.000515, 30.938309 ], [ 120.993124, 30.889532 ], [ 121.020225, 30.872069 ], [ 120.991892, 30.837133 ], [ 121.038087, 30.814007 ], [ 121.060261, 30.845354 ], [ 121.097833, 30.857171 ], [ 121.13787, 30.826342 ], [ 121.123087, 30.77905 ], [ 121.174826, 30.771851 ], [ 121.21671, 30.785734 ], [ 121.232108, 30.755909 ], [ 121.272144, 30.723504 ], [ 121.274608, 30.677191 ], [ 121.239499, 30.648878 ], [ 121.188992, 30.632916 ], [ 121.148956, 30.599953 ], [ 121.058413, 30.563888 ], [ 121.092906, 30.515952 ], [ 121.183449, 30.434458 ], [ 121.225333, 30.404526 ], [ 121.328195, 30.397299 ], [ 121.371926, 30.37097 ], [ 121.395332, 30.338435 ], [ 121.497578, 30.258861 ], [ 121.561636, 30.184395 ], [ 121.635548, 30.070002 ], [ 121.652795, 30.071037 ], [ 121.699606, 30.007832 ], [ 121.721164, 29.992802 ], [ 121.78399, 29.99332 ], [ 121.835113, 29.958068 ], [ 121.919497, 29.920729 ], [ 121.971235, 29.955476 ], [ 122.00388, 29.92021 ], [ 122.00696, 29.891678 ], [ 122.140003, 29.901535 ], [ 122.143082, 29.877668 ], [ 122.10243, 29.859504 ], [ 122.043916, 29.822647 ], [ 122.003264, 29.762401 ], [ 121.937359, 29.748373 ], [ 121.833265, 29.653242 ], [ 121.872685, 29.632437 ], [ 121.909641, 29.650122 ], [ 121.966308, 29.636078 ], [ 122.000185, 29.582486 ], [ 121.995257, 29.545007 ], [ 121.968772, 29.515846 ], [ 121.973083, 29.477821 ], [ 121.993409, 29.45229 ], [ 121.975547, 29.411113 ], [ 121.937975, 29.384 ], [ 121.936127, 29.348012 ], [ 121.958301, 29.334448 ], [ 121.94475, 29.28435 ], [ 122.000185, 29.278608 ], [ 122.002032, 29.260336 ], [ 121.966924, 29.249894 ], [ 121.971851, 29.193485 ], [ 121.948446, 29.193485 ], [ 121.986634, 29.154817 ], [ 121.988482, 29.110906 ], [ 121.970004, 29.092604 ], [ 121.966308, 29.052852 ], [ 121.884388, 29.105677 ], [ 121.85975, 29.086328 ], [ 121.811091, 29.10986 ], [ 121.780294, 29.10986 ], [ 121.767975, 29.166837 ], [ 121.750113, 29.136523 ], [ 121.715621, 29.125022 ], [ 121.608447, 29.168927 ], [ 121.616454, 29.143318 ], [ 121.660186, 29.118226 ], [ 121.658954, 29.058606 ], [ 121.712541, 29.028783 ], [ 121.711309, 28.985865 ], [ 121.743338, 28.954451 ], [ 121.772287, 28.898404 ], [ 121.774751, 28.863818 ], [ 121.687287, 28.863294 ], [ 121.704534, 28.804577 ], [ 121.689135, 28.719062 ], [ 121.646019, 28.682842 ], [ 121.540694, 28.655537 ], [ 121.557324, 28.645033 ], [ 121.596128, 28.575156 ], [ 121.634317, 28.562542 ], [ 121.646019, 28.511544 ], [ 121.671273, 28.472621 ], [ 121.692831, 28.407368 ], [ 121.658954, 28.392628 ], [ 121.634317, 28.347868 ], [ 121.660186, 28.355768 ], [ 121.669425, 28.33312 ], [ 121.627541, 28.251966 ], [ 121.580114, 28.240368 ], [ 121.571491, 28.279376 ], [ 121.538846, 28.299401 ], [ 121.488955, 28.301509 ], [ 121.45631, 28.250385 ], [ 121.402107, 28.197127 ], [ 121.373774, 28.133287 ], [ 121.328195, 28.134343 ], [ 121.299862, 28.067297 ], [ 121.261057, 28.034551 ], [ 121.176058, 28.022401 ], [ 121.140949, 28.031382 ], [ 121.121239, 28.12537 ], [ 121.108304, 28.139092 ], [ 121.059029, 28.096338 ], [ 121.015298, 27.981714 ], [ 120.991892, 27.95 ], [ 121.05595, 27.900294 ], [ 121.099681, 27.895005 ], [ 121.162507, 27.90717 ], [ 121.162507, 27.879136 ], [ 121.193304, 27.872259 ], [ 121.192072, 27.822518 ], [ 121.152652, 27.810344 ], [ 121.153268, 27.809815 ], [ 121.149572, 27.801875 ], [ 121.149572, 27.801345 ], [ 121.13479, 27.787051 ], [ 121.134174, 27.787051 ], [ 121.152036, 27.815638 ], [ 121.107688, 27.81352 ], [ 121.070116, 27.834162 ], [ 121.027616, 27.832574 ], [ 120.97403, 27.887071 ], [ 120.942001, 27.896592 ], [ 120.910588, 27.864852 ], [ 120.840371, 27.758986 ], [ 120.797871, 27.779638 ], [ 120.760915, 27.717671 ], [ 120.709176, 27.682699 ], [ 120.685154, 27.622797 ], [ 120.634647, 27.577186 ], [ 120.637111, 27.561271 ], [ 120.703016, 27.478475 ], [ 120.673451, 27.420055 ], [ 120.665444, 27.357884 ], [ 120.580444, 27.321203 ], [ 120.554575, 27.25206 ], [ 120.574901, 27.234501 ], [ 120.545952, 27.156785 ], [ 120.492365, 27.136016 ], [ 120.461568, 27.142407 ], [ 120.404286, 27.204166 ], [ 120.401822, 27.250996 ], [ 120.430155, 27.258976 ], [ 120.343924, 27.363199 ], [ 120.340844, 27.399867 ], [ 120.273091, 27.38924 ], [ 120.26262, 27.432804 ], [ 120.221352, 27.420055 ], [ 120.134504, 27.420055 ], [ 120.136968, 27.402523 ], [ 120.096316, 27.390302 ], [ 120.052584, 27.338747 ], [ 120.026099, 27.344063 ], [ 120.008237, 27.375423 ], [ 119.960194, 27.365857 ], [ 119.938636, 27.329709 ], [ 119.843165, 27.300464 ], [ 119.768636, 27.307909 ], [ 119.782187, 27.330241 ], [ 119.739687, 27.362668 ], [ 119.750774, 27.373829 ], [ 119.711354, 27.403054 ], [ 119.685485, 27.438646 ], [ 119.703347, 27.446613 ], [ 119.70889, 27.514042 ], [ 119.690412, 27.537394 ], [ 119.659615, 27.540578 ], [ 119.675014, 27.574534 ], [ 119.630666, 27.582491 ], [ 119.626354, 27.620676 ], [ 119.644217, 27.663619 ], [ 119.606028, 27.674749 ], [ 119.541971, 27.666799 ], [ 119.501319, 27.649837 ], [ 119.501935, 27.610601 ], [ 119.466826, 27.526249 ], [ 119.438493, 27.508734 ], [ 119.416935, 27.539517 ], [ 119.360269, 27.524657 ], [ 119.334399, 27.480067 ], [ 119.285124, 27.457766 ], [ 119.26911, 27.42218 ], [ 119.224146, 27.416868 ], [ 119.14777, 27.424836 ], [ 119.121284, 27.438115 ], [ 119.129907, 27.475289 ], [ 119.092335, 27.466262 ], [ 119.03998, 27.478475 ], [ 119.020886, 27.498118 ], [ 118.983314, 27.498649 ], [ 118.986393, 27.47582 ], [ 118.955597, 27.4498 ], [ 118.907553, 27.460952 ], [ 118.869365, 27.540047 ], [ 118.909401, 27.568168 ], [ 118.913713, 27.619616 ], [ 118.879836, 27.667859 ], [ 118.873677, 27.733563 ], [ 118.829329, 27.847921 ], [ 118.818242, 27.916689 ], [ 118.753568, 27.947885 ], [ 118.730163, 27.970615 ], [ 118.733858, 28.027684 ], [ 118.719076, 28.063601 ], [ 118.767735, 28.10584 ], [ 118.802228, 28.117453 ], [ 118.805923, 28.154923 ], [ 118.771431, 28.188687 ], [ 118.804075, 28.207675 ], [ 118.802228, 28.240368 ], [ 118.756032, 28.252493 ], [ 118.719692, 28.312047 ], [ 118.699366, 28.309939 ], [ 118.674728, 28.27147 ], [ 118.651322, 28.277267 ], [ 118.595272, 28.258292 ], [ 118.588497, 28.282538 ], [ 118.493026, 28.262509 ], [ 118.490562, 28.238259 ], [ 118.444367, 28.253548 ], [ 118.433896, 28.288335 ] ] ], [ [ [ 122.163408, 29.988137 ], [ 122.118445, 29.986582 ], [ 122.106742, 30.005759 ], [ 122.027902, 29.991247 ], [ 121.978011, 30.059125 ], [ 121.989714, 30.077252 ], [ 121.983554, 30.100554 ], [ 121.934895, 30.161631 ], [ 121.955221, 30.183878 ], [ 122.048844, 30.147141 ], [ 122.095655, 30.158008 ], [ 122.152938, 30.113497 ], [ 122.293988, 30.100554 ], [ 122.288444, 30.073109 ], [ 122.310002, 30.039958 ], [ 122.343879, 30.020269 ], [ 122.341415, 29.976733 ], [ 122.322321, 29.940438 ], [ 122.279205, 29.937326 ], [ 122.239785, 29.962735 ], [ 122.163408, 29.988137 ] ] ], [ [ [ 122.213915, 30.186464 ], [ 122.168336, 30.138343 ], [ 122.143698, 30.163183 ], [ 122.152938, 30.19112 ], [ 122.178807, 30.199396 ], [ 122.213915, 30.186464 ] ] ], [ [ [ 122.229314, 29.711995 ], [ 122.231162, 29.710435 ], [ 122.269966, 29.685482 ], [ 122.210836, 29.700559 ], [ 122.229314, 29.711995 ] ] ], [ [ [ 122.427646, 30.738422 ], [ 122.445509, 30.745109 ], [ 122.475074, 30.714243 ], [ 122.528045, 30.725047 ], [ 122.532972, 30.696748 ], [ 122.427031, 30.697777 ], [ 122.427646, 30.738422 ] ] ], [ [ [ 122.162793, 30.329654 ], [ 122.176343, 30.351863 ], [ 122.191126, 30.329654 ], [ 122.228082, 30.329654 ], [ 122.247176, 30.30124 ], [ 122.231778, 30.234562 ], [ 122.154169, 30.244903 ], [ 122.058083, 30.291938 ], [ 122.162793, 30.329654 ] ] ], [ [ [ 122.317393, 30.249556 ], [ 122.333408, 30.272817 ], [ 122.40732, 30.272817 ], [ 122.417175, 30.238699 ], [ 122.365437, 30.255242 ], [ 122.358661, 30.236113 ], [ 122.277973, 30.242835 ], [ 122.317393, 30.249556 ] ] ], [ [ [ 122.026054, 29.178333 ], [ 122.036525, 29.20759 ], [ 122.075945, 29.176243 ], [ 122.056851, 29.158476 ], [ 122.013119, 29.151681 ], [ 122.026054, 29.178333 ] ] ], [ [ [ 122.372212, 29.893234 ], [ 122.362973, 29.894272 ], [ 122.353734, 29.89946 ], [ 122.338951, 29.911911 ], [ 122.330944, 29.937845 ], [ 122.351886, 29.959105 ], [ 122.398081, 29.9394 ], [ 122.411632, 29.951846 ], [ 122.43319, 29.919173 ], [ 122.433806, 29.883376 ], [ 122.401777, 29.869884 ], [ 122.415944, 29.828877 ], [ 122.386379, 29.834069 ], [ 122.372212, 29.893234 ] ] ], [ [ [ 122.43011, 30.408655 ], [ 122.352502, 30.422074 ], [ 122.318625, 30.407106 ], [ 122.281669, 30.418461 ], [ 122.277973, 30.471603 ], [ 122.37406, 30.461802 ], [ 122.432574, 30.445294 ], [ 122.43011, 30.408655 ] ] ], [ [ [ 121.837577, 28.770484 ], [ 121.861598, 28.814016 ], [ 121.86283, 28.782024 ], [ 121.837577, 28.770484 ] ] ], [ [ [ 122.265038, 29.84549 ], [ 122.319241, 29.829397 ], [ 122.299531, 29.819532 ], [ 122.325401, 29.781621 ], [ 122.310002, 29.766557 ], [ 122.248408, 29.804473 ], [ 122.221307, 29.832512 ], [ 122.265038, 29.84549 ] ] ], [ [ [ 121.790765, 29.082144 ], [ 121.82033, 29.099402 ], [ 121.84312, 29.082144 ], [ 121.832649, 29.050236 ], [ 121.790765, 29.082144 ] ] ], [ [ [ 121.943518, 30.776993 ], [ 121.970004, 30.789333 ], [ 121.987866, 30.753338 ], [ 121.992793, 30.695204 ], [ 122.011271, 30.66947 ], [ 122.075329, 30.647848 ], [ 122.133227, 30.595317 ], [ 122.087032, 30.602014 ], [ 121.997105, 30.658659 ], [ 121.968156, 30.688514 ], [ 121.943518, 30.776993 ] ] ], [ [ [ 121.889315, 28.471569 ], [ 121.881924, 28.502603 ], [ 121.918881, 28.497344 ], [ 121.889315, 28.471569 ] ] ], [ [ [ 122.182503, 29.650642 ], [ 122.138155, 29.662083 ], [ 122.095655, 29.716673 ], [ 122.074097, 29.701599 ], [ 122.047612, 29.719791 ], [ 122.083952, 29.78318 ], [ 122.13138, 29.788893 ], [ 122.146778, 29.749412 ], [ 122.200365, 29.712515 ], [ 122.211452, 29.692241 ], [ 122.182503, 29.650642 ] ] ], [ [ [ 122.461523, 29.944068 ], [ 122.459059, 29.938882 ], [ 122.467067, 29.928509 ], [ 122.462755, 29.927991 ], [ 122.457827, 29.927472 ], [ 122.45598, 29.926435 ], [ 122.452284, 29.935252 ], [ 122.4529, 29.936807 ], [ 122.449204, 29.9394 ], [ 122.450436, 29.940956 ], [ 122.451052, 29.940956 ], [ 122.451668, 29.943031 ], [ 122.460291, 29.947179 ], [ 122.459675, 29.944586 ], [ 122.461523, 29.944068 ] ] ], [ [ [ 122.570544, 30.644244 ], [ 122.546523, 30.651967 ], [ 122.559457, 30.679764 ], [ 122.570544, 30.644244 ] ] ], [ [ [ 121.869605, 28.423685 ], [ 121.889931, 28.45105 ], [ 121.910873, 28.44 ], [ 121.869605, 28.423685 ] ] ], [ [ [ 122.391306, 29.970512 ], [ 122.3679, 29.980361 ], [ 122.378371, 30.023896 ], [ 122.411632, 30.025969 ], [ 122.391306, 29.970512 ] ] ], [ [ [ 122.065474, 30.179739 ], [ 122.025438, 30.161631 ], [ 122.017431, 30.186464 ], [ 122.055619, 30.200431 ], [ 122.065474, 30.179739 ] ] ], [ [ [ 121.850511, 29.977251 ], [ 121.844968, 29.982953 ], [ 121.84004, 30.047211 ], [ 121.848663, 30.101072 ], [ 121.88562, 30.094859 ], [ 121.924424, 30.052391 ], [ 121.933047, 29.994875 ], [ 121.874533, 29.964809 ], [ 121.850511, 29.977251 ] ] ], [ [ [ 121.066421, 27.478475 ], [ 121.067036, 27.478475 ], [ 121.107073, 27.443958 ], [ 121.066421, 27.461483 ], [ 121.066421, 27.478475 ] ] ], [ [ [ 121.952141, 29.187738 ], [ 121.976779, 29.191918 ], [ 121.979243, 29.160043 ], [ 121.952141, 29.187738 ] ] ], [ [ [ 122.038373, 29.759284 ], [ 122.02975, 29.716673 ], [ 122.011271, 29.746294 ], [ 122.038373, 29.759284 ] ] ], [ [ [ 121.957685, 30.287804 ], [ 121.921344, 30.30744 ], [ 121.94167, 30.33327 ], [ 121.989098, 30.339985 ], [ 122.0008, 30.308473 ], [ 121.957685, 30.287804 ] ] ], [ [ [ 121.940438, 30.114533 ], [ 121.962612, 30.106249 ], [ 121.945982, 30.064304 ], [ 121.910257, 30.089163 ], [ 121.940438, 30.114533 ] ] ], [ [ [ 122.155401, 29.970512 ], [ 122.154169, 29.97103 ], [ 122.152322, 29.97103 ], [ 122.163408, 29.988137 ], [ 122.196053, 29.960661 ], [ 122.155401, 29.970512 ] ] ], [ [ [ 122.287828, 29.723949 ], [ 122.251488, 29.731225 ], [ 122.2133, 29.771752 ], [ 122.241633, 29.784738 ], [ 122.258263, 29.753569 ], [ 122.301379, 29.748373 ], [ 122.287828, 29.723949 ] ] ], [ [ [ 121.134174, 27.787051 ], [ 121.13479, 27.787051 ], [ 121.134174, 27.785992 ], [ 121.134174, 27.787051 ] ] ], [ [ [ 122.264423, 30.269716 ], [ 122.300147, 30.271266 ], [ 122.315545, 30.250073 ], [ 122.253952, 30.237147 ], [ 122.264423, 30.269716 ] ] ], [ [ [ 122.282901, 29.860542 ], [ 122.301379, 29.883895 ], [ 122.343263, 29.882857 ], [ 122.343263, 29.860542 ], [ 122.30877, 29.849642 ], [ 122.282901, 29.860542 ] ] ], [ [ [ 122.781196, 30.694175 ], [ 122.757174, 30.713728 ], [ 122.778732, 30.729677 ], [ 122.799674, 30.716301 ], [ 122.781196, 30.694175 ] ] ], [ [ [ 121.098449, 27.937311 ], [ 121.038087, 27.948942 ], [ 121.0695, 27.984357 ], [ 121.120623, 27.986471 ], [ 121.152652, 27.961629 ], [ 121.098449, 27.937311 ] ] ], [ [ [ 121.185913, 27.963215 ], [ 121.17113, 27.978543 ], [ 121.197616, 28.000739 ], [ 121.237652, 27.988056 ], [ 121.185913, 27.963215 ] ] ], [ [ [ 122.454132, 29.956513 ], [ 122.455364, 29.955994 ], [ 122.458443, 29.951846 ], [ 122.459059, 29.950809 ], [ 122.447972, 29.947698 ], [ 122.446741, 29.951327 ], [ 122.445509, 29.952365 ], [ 122.447972, 29.955994 ], [ 122.454132, 29.956513 ] ] ], [ [ [ 122.836014, 30.698806 ], [ 122.807681, 30.714243 ], [ 122.831087, 30.728648 ], [ 122.836014, 30.698806 ] ] ], [ [ [ 122.200365, 29.969475 ], [ 122.239785, 29.960142 ], [ 122.273662, 29.93214 ], [ 122.233626, 29.946661 ], [ 122.200365, 29.969475 ] ] ], [ [ [ 122.029134, 29.954957 ], [ 122.058699, 29.955994 ], [ 122.043916, 29.930584 ], [ 122.029134, 29.954957 ] ] ], [ [ [ 121.044247, 27.979072 ], [ 121.073812, 28.007608 ], [ 121.089826, 27.998625 ], [ 121.044247, 27.979072 ] ] ], [ [ [ 122.471378, 29.927472 ], [ 122.47261, 29.927472 ], [ 122.473226, 29.925397 ], [ 122.470762, 29.925916 ], [ 122.471378, 29.927472 ] ] ], [ [ [ 122.152322, 29.97103 ], [ 122.154169, 29.97103 ], [ 122.155401, 29.970512 ], [ 122.152322, 29.97103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "340000", "name": "安徽省", "center": [ 117.283042, 31.86119 ], "centroid": [ 117.226862, 31.849273 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 11, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116.599629, 34.014324 ], [ 116.599629, 34.014324 ], [ 116.576223, 34.068873 ], [ 116.576223, 34.068873 ], [ 116.52818, 34.122892 ], [ 116.536187, 34.151127 ], [ 116.565752, 34.16945 ], [ 116.542962, 34.203608 ], [ 116.545426, 34.241711 ], [ 116.582382, 34.266444 ], [ 116.562056, 34.285731 ], [ 116.516477, 34.296114 ], [ 116.456731, 34.268917 ], [ 116.409303, 34.273863 ], [ 116.409303, 34.273863 ], [ 116.372347, 34.26595 ], [ 116.363724, 34.316877 ], [ 116.301514, 34.342082 ], [ 116.255934, 34.376665 ], [ 116.213435, 34.382098 ], [ 116.215898, 34.403333 ], [ 116.178942, 34.430487 ], [ 116.162312, 34.459605 ], [ 116.178326, 34.496112 ], [ 116.204196, 34.508442 ], [ 116.191261, 34.535561 ], [ 116.196804, 34.575977 ], [ 116.247927, 34.551829 ], [ 116.286116, 34.608986 ], [ 116.32492, 34.601104 ], [ 116.334159, 34.620806 ], [ 116.374195, 34.640011 ], [ 116.430245, 34.650843 ], [ 116.432709, 34.630163 ], [ 116.477057, 34.614896 ], [ 116.490607, 34.573513 ], [ 116.594085, 34.511894 ], [ 116.592237, 34.493646 ], [ 116.662454, 34.472927 ], [ 116.722816, 34.472434 ], [ 116.773939, 34.453683 ], [ 116.782563, 34.429993 ], [ 116.828142, 34.389012 ], [ 116.909446, 34.408271 ], [ 116.969192, 34.389012 ], [ 116.960569, 34.363821 ], [ 116.983359, 34.348011 ], [ 116.969192, 34.283753 ], [ 117.051112, 34.221425 ], [ 117.025243, 34.167469 ], [ 117.046801, 34.151622 ], [ 117.123793, 34.128342 ], [ 117.130568, 34.101586 ], [ 117.192162, 34.068873 ], [ 117.257452, 34.065899 ], [ 117.277162, 34.078787 ], [ 117.311654, 34.067882 ], [ 117.357234, 34.088205 ], [ 117.404045, 34.03218 ], [ 117.435458, 34.028212 ], [ 117.514914, 34.060941 ], [ 117.543248, 34.038627 ], [ 117.569117, 33.985051 ], [ 117.612849, 34.000433 ], [ 117.629479, 34.028708 ], [ 117.671363, 33.992494 ], [ 117.672595, 33.934916 ], [ 117.715095, 33.879287 ], [ 117.753899, 33.891211 ], [ 117.759442, 33.874318 ], [ 117.739732, 33.758467 ], [ 117.72495, 33.74951 ], [ 117.750203, 33.710688 ], [ 117.791471, 33.733585 ], [ 117.843826, 33.736074 ], [ 117.901724, 33.720146 ], [ 117.972557, 33.74951 ], [ 118.019985, 33.738562 ], [ 118.065564, 33.76593 ], [ 118.117919, 33.766427 ], [ 118.161035, 33.735576 ], [ 118.16781, 33.663381 ], [ 118.112376, 33.617045 ], [ 118.117919, 33.594615 ], [ 118.107448, 33.475391 ], [ 118.050782, 33.491863 ], [ 118.027376, 33.455421 ], [ 118.016905, 33.402978 ], [ 118.029224, 33.374995 ], [ 117.992883, 33.333005 ], [ 117.974405, 33.279487 ], [ 117.939297, 33.262475 ], [ 117.942376, 33.224936 ], [ 117.977485, 33.226437 ], [ 117.988572, 33.180869 ], [ 118.037231, 33.152314 ], [ 118.038463, 33.134776 ], [ 118.149332, 33.169348 ], [ 118.178281, 33.217926 ], [ 118.217085, 33.191888 ], [ 118.219549, 33.114227 ], [ 118.243571, 33.027967 ], [ 118.244803, 32.998359 ], [ 118.26944, 32.969242 ], [ 118.303933, 32.96874 ], [ 118.291614, 32.946143 ], [ 118.252194, 32.936601 ], [ 118.2331, 32.914498 ], [ 118.250346, 32.848157 ], [ 118.301469, 32.846145 ], [ 118.300237, 32.783275 ], [ 118.334114, 32.761637 ], [ 118.363063, 32.770695 ], [ 118.375382, 32.718849 ], [ 118.411106, 32.715828 ], [ 118.450526, 32.743518 ], [ 118.483787, 32.721367 ], [ 118.560163, 32.729926 ], [ 118.572482, 32.719856 ], [ 118.642699, 32.744525 ], [ 118.707373, 32.72036 ], [ 118.756648, 32.737477 ], [ 118.73817, 32.772708 ], [ 118.743097, 32.853184 ], [ 118.743097, 32.853184 ], [ 118.810235, 32.853687 ], [ 118.821322, 32.920527 ], [ 118.846575, 32.922034 ], [ 118.849039, 32.956689 ], [ 118.89585, 32.957694 ], [ 118.89585, 32.957694 ], [ 118.892771, 32.941121 ], [ 118.934039, 32.93861 ], [ 118.993169, 32.958196 ], [ 119.020886, 32.955685 ], [ 119.054763, 32.8748 ], [ 119.113277, 32.823014 ], [ 119.184726, 32.825529 ], [ 119.211827, 32.708275 ], [ 119.208748, 32.641276 ], [ 119.230921, 32.607001 ], [ 119.22045, 32.576748 ], [ 119.152697, 32.557582 ], [ 119.168096, 32.536394 ], [ 119.142226, 32.499556 ], [ 119.084944, 32.452602 ], [ 119.041212, 32.515201 ], [ 118.975923, 32.505108 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.890923, 32.553042 ], [ 118.908169, 32.59238 ], [ 118.84288, 32.56767 ], [ 118.820706, 32.60448 ], [ 118.784981, 32.582295 ], [ 118.757264, 32.603976 ], [ 118.73509, 32.58885 ], [ 118.719076, 32.614059 ], [ 118.719076, 32.614059 ], [ 118.688895, 32.588346 ], [ 118.658714, 32.594397 ], [ 118.632844, 32.578261 ], [ 118.59712, 32.600951 ], [ 118.568787, 32.585825 ], [ 118.564475, 32.562122 ], [ 118.608823, 32.536899 ], [ 118.592192, 32.481383 ], [ 118.628533, 32.467751 ], [ 118.691359, 32.472295 ], [ 118.685199, 32.403604 ], [ 118.703061, 32.328792 ], [ 118.657482, 32.30148 ], [ 118.674728, 32.250375 ], [ 118.643931, 32.209875 ], [ 118.510888, 32.194176 ], [ 118.49549, 32.165304 ], [ 118.501033, 32.121726 ], [ 118.433896, 32.086746 ], [ 118.394476, 32.076098 ], [ 118.389548, 31.985281 ], [ 118.363679, 31.930443 ], [ 118.472084, 31.879639 ], [ 118.466541, 31.857784 ], [ 118.504729, 31.841516 ], [ 118.481939, 31.778453 ], [ 118.533678, 31.76726 ], [ 118.521975, 31.743343 ], [ 118.5577, 31.73011 ], [ 118.571866, 31.746397 ], [ 118.641467, 31.75861 ], [ 118.653786, 31.73011 ], [ 118.697518, 31.709747 ], [ 118.643315, 31.671555 ], [ 118.643315, 31.649651 ], [ 118.736322, 31.633347 ], [ 118.748025, 31.675629 ], [ 118.773894, 31.682759 ], [ 118.802844, 31.619078 ], [ 118.858894, 31.623665 ], [ 118.881684, 31.564023 ], [ 118.885995, 31.519139 ], [ 118.868133, 31.520669 ], [ 118.857046, 31.506384 ], [ 118.883532, 31.500261 ], [ 118.852119, 31.393553 ], [ 118.824401, 31.375672 ], [ 118.767735, 31.363919 ], [ 118.745561, 31.372606 ], [ 118.720924, 31.322518 ], [ 118.726467, 31.282121 ], [ 118.756648, 31.279564 ], [ 118.794836, 31.229426 ], [ 118.870597, 31.242219 ], [ 118.984546, 31.237102 ], [ 119.014727, 31.241707 ], [ 119.10527, 31.235055 ], [ 119.107118, 31.250917 ], [ 119.158241, 31.294907 ], [ 119.197661, 31.295418 ], [ 119.198277, 31.270357 ], [ 119.266646, 31.250405 ], [ 119.294363, 31.263195 ], [ 119.338095, 31.259103 ], [ 119.350414, 31.301043 ], [ 119.374435, 31.258591 ], [ 119.360269, 31.213049 ], [ 119.391682, 31.174142 ], [ 119.439109, 31.177214 ], [ 119.461283, 31.156219 ], [ 119.532732, 31.159291 ], [ 119.599869, 31.10909 ], [ 119.623891, 31.130096 ], [ 119.649144, 31.104991 ], [ 119.629434, 31.085517 ], [ 119.633746, 31.019379 ], [ 119.580159, 30.967051 ], [ 119.582007, 30.932149 ], [ 119.563529, 30.919315 ], [ 119.557369, 30.874124 ], [ 119.575847, 30.829939 ], [ 119.55429, 30.825828 ], [ 119.527188, 30.77905 ], [ 119.479761, 30.772365 ], [ 119.482841, 30.704467 ], [ 119.444652, 30.650422 ], [ 119.408312, 30.645274 ], [ 119.39045, 30.685941 ], [ 119.343022, 30.664322 ], [ 119.323312, 30.630341 ], [ 119.238929, 30.609225 ], [ 119.265414, 30.574709 ], [ 119.237081, 30.546881 ], [ 119.272189, 30.510281 ], [ 119.326392, 30.532964 ], [ 119.336247, 30.508734 ], [ 119.335015, 30.448389 ], [ 119.36766, 30.38491 ], [ 119.402768, 30.374584 ], [ 119.349182, 30.349281 ], [ 119.326392, 30.372002 ], [ 119.277117, 30.341018 ], [ 119.246936, 30.341018 ], [ 119.236465, 30.297106 ], [ 119.201356, 30.290905 ], [ 119.126828, 30.304856 ], [ 119.091719, 30.323972 ], [ 119.06277, 30.304856 ], [ 118.988857, 30.332237 ], [ 118.954365, 30.360126 ], [ 118.880452, 30.31519 ], [ 118.877988, 30.282637 ], [ 118.905089, 30.216464 ], [ 118.929727, 30.2025 ], [ 118.852735, 30.166805 ], [ 118.852119, 30.149729 ], [ 118.895234, 30.148694 ], [ 118.873677, 30.11505 ], [ 118.878604, 30.064822 ], [ 118.902626, 30.029078 ], [ 118.894619, 29.937845 ], [ 118.838568, 29.934733 ], [ 118.841032, 29.891159 ], [ 118.740634, 29.814859 ], [ 118.744945, 29.73902 ], [ 118.700598, 29.706277 ], [ 118.647011, 29.64336 ], [ 118.61991, 29.654282 ], [ 118.573714, 29.638159 ], [ 118.532446, 29.588731 ], [ 118.500417, 29.57572 ], [ 118.496106, 29.519492 ], [ 118.381541, 29.504909 ], [ 118.347664, 29.474174 ], [ 118.329802, 29.495012 ], [ 118.306396, 29.479384 ], [ 118.316252, 29.422581 ], [ 118.248498, 29.431443 ], [ 118.193064, 29.395472 ], [ 118.136397, 29.418932 ], [ 118.127774, 29.47209 ], [ 118.143788, 29.489803 ], [ 118.095129, 29.534072 ], [ 118.050782, 29.542924 ], [ 118.042774, 29.566351 ], [ 118.00397, 29.578322 ], [ 117.933753, 29.549172 ], [ 117.872775, 29.54761 ], [ 117.795167, 29.570515 ], [ 117.729877, 29.550213 ], [ 117.690457, 29.555939 ], [ 117.678754, 29.595496 ], [ 117.647957, 29.614749 ], [ 117.608537, 29.591333 ], [ 117.543248, 29.588731 ], [ 117.523538, 29.630356 ], [ 117.530313, 29.654282 ], [ 117.490277, 29.660003 ], [ 117.453936, 29.688082 ], [ 117.455168, 29.749412 ], [ 117.408973, 29.802396 ], [ 117.415132, 29.85068 ], [ 117.382487, 29.840818 ], [ 117.359082, 29.812782 ], [ 117.338756, 29.848085 ], [ 117.29256, 29.822647 ], [ 117.25314, 29.834588 ], [ 117.261763, 29.880781 ], [ 117.246365, 29.915023 ], [ 117.2168, 29.926953 ], [ 117.171836, 29.920729 ], [ 117.129952, 29.89946 ], [ 117.127489, 29.86158 ], [ 117.073286, 29.831992 ], [ 117.123177, 29.798761 ], [ 117.136728, 29.775388 ], [ 117.108395, 29.75201 ], [ 117.112706, 29.711995 ], [ 117.041873, 29.680803 ], [ 116.996294, 29.683403 ], [ 116.974736, 29.657403 ], [ 116.939627, 29.648561 ], [ 116.873722, 29.609546 ], [ 116.849084, 29.57624 ], [ 116.780715, 29.569994 ], [ 116.760389, 29.599139 ], [ 116.721585, 29.564789 ], [ 116.716657, 29.590813 ], [ 116.651983, 29.637118 ], [ 116.680317, 29.681323 ], [ 116.704954, 29.688602 ], [ 116.706802, 29.6964 ], [ 116.70557, 29.69692 ], [ 116.698795, 29.707836 ], [ 116.673541, 29.709916 ], [ 116.762237, 29.802396 ], [ 116.780715, 29.792529 ], [ 116.882961, 29.893753 ], [ 116.900207, 29.949253 ], [ 116.868794, 29.980361 ], [ 116.83307, 29.95755 ], [ 116.830606, 30.004723 ], [ 116.802889, 29.99643 ], [ 116.783794, 30.030632 ], [ 116.747454, 30.057053 ], [ 116.720353, 30.053945 ], [ 116.666766, 30.076734 ], [ 116.620571, 30.073109 ], [ 116.585462, 30.045657 ], [ 116.552201, 29.909836 ], [ 116.525716, 29.897385 ], [ 116.467818, 29.896347 ], [ 116.342782, 29.835626 ], [ 116.280572, 29.788893 ], [ 116.250391, 29.785777 ], [ 116.227601, 29.816936 ], [ 116.172783, 29.828358 ], [ 116.13521, 29.819532 ], [ 116.128435, 29.897904 ], [ 116.073616, 29.969993 ], [ 116.091479, 30.036331 ], [ 116.078544, 30.062233 ], [ 116.088399, 30.110391 ], [ 116.055754, 30.180774 ], [ 116.065609, 30.204569 ], [ 115.997856, 30.252657 ], [ 115.985537, 30.290905 ], [ 115.903001, 30.31364 ], [ 115.91532, 30.337919 ], [ 115.885139, 30.379747 ], [ 115.921479, 30.416397 ], [ 115.894994, 30.452517 ], [ 115.910393, 30.519046 ], [ 115.887603, 30.542758 ], [ 115.876516, 30.582438 ], [ 115.848799, 30.602014 ], [ 115.819234, 30.597893 ], [ 115.81369, 30.637035 ], [ 115.762567, 30.685426 ], [ 115.782893, 30.751795 ], [ 115.851262, 30.756938 ], [ 115.863581, 30.815549 ], [ 115.848799, 30.828397 ], [ 115.865429, 30.864364 ], [ 115.932566, 30.889532 ], [ 115.976298, 30.931636 ], [ 116.03974, 30.957813 ], [ 116.071769, 30.956787 ], [ 116.058834, 31.012711 ], [ 116.015102, 31.011685 ], [ 116.006479, 31.034764 ], [ 115.938726, 31.04707 ], [ 115.939958, 31.071678 ], [ 115.887603, 31.10909 ], [ 115.867277, 31.147512 ], [ 115.837712, 31.127022 ], [ 115.797676, 31.128047 ], [ 115.778582, 31.112164 ], [ 115.700973, 31.201276 ], [ 115.655394, 31.211002 ], [ 115.603655, 31.17363 ], [ 115.585793, 31.143926 ], [ 115.540213, 31.194621 ], [ 115.539597, 31.231985 ], [ 115.507568, 31.267799 ], [ 115.473076, 31.265242 ], [ 115.443511, 31.344498 ], [ 115.40717, 31.337854 ], [ 115.372062, 31.349098 ], [ 115.393004, 31.389977 ], [ 115.373909, 31.405813 ], [ 115.389924, 31.450241 ], [ 115.371446, 31.495668 ], [ 115.415793, 31.525771 ], [ 115.439815, 31.588496 ], [ 115.485394, 31.608885 ], [ 115.476771, 31.643028 ], [ 115.495249, 31.673083 ], [ 115.534054, 31.698545 ], [ 115.553764, 31.69549 ], [ 115.676336, 31.778453 ], [ 115.731154, 31.76726 ], [ 115.767495, 31.78761 ], [ 115.808147, 31.770313 ], [ 115.808147, 31.770313 ], [ 115.851878, 31.786593 ], [ 115.886371, 31.776418 ], [ 115.914704, 31.814567 ], [ 115.893762, 31.832365 ], [ 115.894994, 31.8649 ], [ 115.920248, 31.920285 ], [ 115.909161, 31.94314 ], [ 115.928871, 32.003046 ], [ 115.922095, 32.049725 ], [ 115.941805, 32.166318 ], [ 115.912856, 32.227596 ], [ 115.899306, 32.390971 ], [ 115.865429, 32.458662 ], [ 115.883291, 32.487946 ], [ 115.845719, 32.501575 ], [ 115.8759, 32.542448 ], [ 115.910393, 32.567165 ], [ 115.891298, 32.576243 ], [ 115.861117, 32.537403 ], [ 115.789052, 32.468761 ], [ 115.771806, 32.505108 ], [ 115.742241, 32.476335 ], [ 115.704669, 32.495013 ], [ 115.667712, 32.409667 ], [ 115.657857, 32.428864 ], [ 115.626445, 32.40512 ], [ 115.604271, 32.425833 ], [ 115.57101, 32.419266 ], [ 115.522967, 32.441997 ], [ 115.509416, 32.466741 ], [ 115.510648, 32.467751 ], [ 115.510648, 32.468256 ], [ 115.510648, 32.468761 ], [ 115.5088, 32.468761 ], [ 115.497713, 32.492489 ], [ 115.409018, 32.549007 ], [ 115.411482, 32.575235 ], [ 115.304924, 32.553042 ], [ 115.30554, 32.583303 ], [ 115.267352, 32.578261 ], [ 115.24333, 32.593388 ], [ 115.20083, 32.591876 ], [ 115.182968, 32.666973 ], [ 115.179273, 32.726402 ], [ 115.189744, 32.770695 ], [ 115.211301, 32.785791 ], [ 115.189744, 32.812452 ], [ 115.197135, 32.856201 ], [ 115.155867, 32.864747 ], [ 115.139237, 32.897917 ], [ 115.029599, 32.906962 ], [ 115.035143, 32.932582 ], [ 115.009273, 32.940117 ], [ 114.943368, 32.935094 ], [ 114.916266, 32.971251 ], [ 114.883006, 32.990328 ], [ 114.891629, 33.020441 ], [ 114.925506, 33.016928 ], [ 114.913187, 33.083143 ], [ 114.897172, 33.086653 ], [ 114.902716, 33.129764 ], [ 114.932897, 33.153817 ], [ 114.966158, 33.147304 ], [ 114.990795, 33.102195 ], [ 115.041302, 33.086653 ], [ 115.168186, 33.088658 ], [ 115.194671, 33.120743 ], [ 115.245178, 33.135778 ], [ 115.289526, 33.131769 ], [ 115.303692, 33.149809 ], [ 115.300613, 33.204407 ], [ 115.340033, 33.260973 ], [ 115.335105, 33.297997 ], [ 115.361591, 33.298497 ], [ 115.365286, 33.336005 ], [ 115.341881, 33.370997 ], [ 115.313547, 33.376994 ], [ 115.328946, 33.403477 ], [ 115.316627, 33.44893 ], [ 115.345576, 33.449928 ], [ 115.345576, 33.502842 ], [ 115.366518, 33.5233 ], [ 115.394851, 33.506335 ], [ 115.422569, 33.557219 ], [ 115.463837, 33.567193 ], [ 115.561771, 33.563703 ], [ 115.564851, 33.576169 ], [ 115.639995, 33.585143 ], [ 115.601191, 33.658898 ], [ 115.601807, 33.718653 ], [ 115.563003, 33.772895 ], [ 115.576553, 33.787817 ], [ 115.614126, 33.775879 ], [ 115.631988, 33.869846 ], [ 115.547604, 33.874815 ], [ 115.577785, 33.950307 ], [ 115.579017, 33.974133 ], [ 115.60735, 34.030196 ], [ 115.642459, 34.03218 ], [ 115.658473, 34.061437 ], [ 115.705901, 34.059949 ], [ 115.736082, 34.076805 ], [ 115.809378, 34.062428 ], [ 115.846335, 34.028708 ], [ 115.852494, 34.003906 ], [ 115.877132, 34.002913 ], [ 115.876516, 34.028708 ], [ 115.904233, 34.009859 ], [ 115.95782, 34.007875 ], [ 116.00032, 33.965199 ], [ 115.982457, 33.917039 ], [ 116.05945, 33.860902 ], [ 116.055754, 33.804727 ], [ 116.074232, 33.781351 ], [ 116.100102, 33.782843 ], [ 116.132747, 33.751501 ], [ 116.155536, 33.709693 ], [ 116.2005, 33.72612 ], [ 116.263326, 33.730101 ], [ 116.316912, 33.771402 ], [ 116.393905, 33.782843 ], [ 116.408071, 33.805721 ], [ 116.437021, 33.801246 ], [ 116.437637, 33.846489 ], [ 116.486296, 33.869846 ], [ 116.558361, 33.881274 ], [ 116.566984, 33.9081 ], [ 116.631042, 33.887733 ], [ 116.64336, 33.896675 ], [ 116.641512, 33.978103 ], [ 116.599629, 34.014324 ] ] ], [ [ [ 118.868133, 31.520669 ], [ 118.885995, 31.519139 ], [ 118.883532, 31.500261 ], [ 118.857046, 31.506384 ], [ 118.868133, 31.520669 ] ] ], [ [ [ 116.698795, 29.707836 ], [ 116.70557, 29.69692 ], [ 116.706802, 29.6964 ], [ 116.704954, 29.688602 ], [ 116.680317, 29.681323 ], [ 116.653831, 29.694841 ], [ 116.673541, 29.709916 ], [ 116.698795, 29.707836 ] ] ], [ [ [ 115.5088, 32.468761 ], [ 115.510648, 32.468761 ], [ 115.510648, 32.468256 ], [ 115.510648, 32.467751 ], [ 115.509416, 32.466741 ], [ 115.5088, 32.468761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "350000", "name": "福建省", "center": [ 119.306239, 26.075302 ], "centroid": [ 118.006365, 26.069889 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 12, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.004872, 24.970009 ], [ 119.007335, 24.963499 ], [ 119.032589, 24.961871 ], [ 119.032589, 24.961328 ], [ 119.014111, 24.941252 ], [ 118.945741, 24.954275 ], [ 118.91864, 24.932569 ], [ 118.932807, 24.906518 ], [ 118.987009, 24.898375 ], [ 118.988857, 24.878831 ], [ 118.933423, 24.870687 ], [ 118.864437, 24.887518 ], [ 118.834256, 24.854397 ], [ 118.807771, 24.870687 ], [ 118.748641, 24.84245 ], [ 118.69875, 24.848967 ], [ 118.702445, 24.865258 ], [ 118.647627, 24.843536 ], [ 118.650707, 24.808774 ], [ 118.786213, 24.77672 ], [ 118.778822, 24.743569 ], [ 118.703677, 24.665278 ], [ 118.670417, 24.679962 ], [ 118.652554, 24.653857 ], [ 118.661178, 24.622306 ], [ 118.687047, 24.63373 ], [ 118.680272, 24.58204 ], [ 118.614366, 24.521617 ], [ 118.558316, 24.51236 ], [ 118.557084, 24.572788 ], [ 118.512736, 24.60816 ], [ 118.444367, 24.614689 ], [ 118.363679, 24.567889 ], [ 118.375382, 24.536317 ], [ 118.242955, 24.51236 ], [ 118.169042, 24.559725 ], [ 118.150564, 24.583673 ], [ 118.121615, 24.570067 ], [ 118.084042, 24.528695 ], [ 118.048934, 24.418122 ], [ 118.088354, 24.408858 ], [ 118.081579, 24.35653 ], [ 118.112376, 24.357075 ], [ 118.158571, 24.269814 ], [ 118.115455, 24.229435 ], [ 118.074803, 24.225615 ], [ 118.019369, 24.197232 ], [ 118.000275, 24.152462 ], [ 117.936217, 24.100029 ], [ 117.927594, 24.039922 ], [ 117.910347, 24.012045 ], [ 117.864768, 24.004938 ], [ 117.807486, 23.947521 ], [ 117.792703, 23.906494 ], [ 117.762522, 23.886796 ], [ 117.691073, 23.888985 ], [ 117.671979, 23.878041 ], [ 117.651653, 23.815093 ], [ 117.660276, 23.789357 ], [ 117.601762, 23.70171 ], [ 117.54448, 23.715956 ], [ 117.501364, 23.70445 ], [ 117.493357, 23.642514 ], [ 117.454552, 23.628259 ], [ 117.463791, 23.584937 ], [ 117.387415, 23.555317 ], [ 117.302415, 23.550379 ], [ 117.291328, 23.571225 ], [ 117.192778, 23.5619 ], [ 117.192778, 23.629356 ], [ 117.147199, 23.654027 ], [ 117.123793, 23.647448 ], [ 117.055424, 23.694038 ], [ 117.048032, 23.758687 ], [ 117.019083, 23.801952 ], [ 117.012308, 23.855054 ], [ 116.981511, 23.855602 ], [ 116.955642, 23.922359 ], [ 116.976583, 23.931659 ], [ 116.981511, 23.999471 ], [ 116.953178, 24.008218 ], [ 116.930388, 24.064514 ], [ 116.9347, 24.126794 ], [ 116.998757, 24.179217 ], [ 116.956257, 24.216883 ], [ 116.933468, 24.220157 ], [ 116.938395, 24.28127 ], [ 116.914374, 24.287817 ], [ 116.919301, 24.321087 ], [ 116.895895, 24.350533 ], [ 116.903903, 24.369614 ], [ 116.839229, 24.442097 ], [ 116.860787, 24.460075 ], [ 116.83307, 24.496568 ], [ 116.796729, 24.502014 ], [ 116.759157, 24.545572 ], [ 116.761005, 24.583128 ], [ 116.815207, 24.654944 ], [ 116.777635, 24.679418 ], [ 116.667382, 24.658752 ], [ 116.623034, 24.64189 ], [ 116.600861, 24.654401 ], [ 116.570679, 24.621762 ], [ 116.530027, 24.604895 ], [ 116.506622, 24.621218 ], [ 116.517709, 24.652225 ], [ 116.485064, 24.720196 ], [ 116.44626, 24.714216 ], [ 116.416079, 24.744113 ], [ 116.419158, 24.767482 ], [ 116.375427, 24.803885 ], [ 116.381586, 24.82507 ], [ 116.417927, 24.840821 ], [ 116.395137, 24.877746 ], [ 116.363724, 24.87123 ], [ 116.345862, 24.828872 ], [ 116.297202, 24.801712 ], [ 116.244232, 24.793563 ], [ 116.251007, 24.82507 ], [ 116.221442, 24.829959 ], [ 116.191877, 24.877203 ], [ 116.153073, 24.846795 ], [ 116.068073, 24.850053 ], [ 116.015102, 24.905975 ], [ 115.985537, 24.899461 ], [ 115.907929, 24.923343 ], [ 115.89253, 24.936911 ], [ 115.870356, 24.959701 ], [ 115.925175, 24.960786 ], [ 115.873436, 25.019911 ], [ 115.928255, 25.050276 ], [ 115.908545, 25.084428 ], [ 115.880212, 25.092016 ], [ 115.888219, 25.128866 ], [ 115.860501, 25.165704 ], [ 115.855574, 25.20957 ], [ 115.930719, 25.236099 ], [ 115.949813, 25.292386 ], [ 115.987385, 25.290221 ], [ 116.008327, 25.319437 ], [ 115.992928, 25.374063 ], [ 116.023109, 25.435691 ], [ 116.005247, 25.490264 ], [ 116.03666, 25.514571 ], [ 116.040356, 25.548052 ], [ 116.063145, 25.56317 ], [ 116.041588, 25.62416 ], [ 116.068689, 25.646282 ], [ 116.067457, 25.703995 ], [ 116.106877, 25.701299 ], [ 116.129667, 25.758985 ], [ 116.18079, 25.778926 ], [ 116.131515, 25.824185 ], [ 116.132131, 25.860273 ], [ 116.17771, 25.894195 ], [ 116.225138, 25.908731 ], [ 116.258398, 25.902809 ], [ 116.303362, 25.924341 ], [ 116.326152, 25.956631 ], [ 116.369883, 25.963088 ], [ 116.360028, 25.991601 ], [ 116.384666, 26.030864 ], [ 116.489375, 26.113649 ], [ 116.476441, 26.172745 ], [ 116.435789, 26.159854 ], [ 116.392057, 26.171133 ], [ 116.400064, 26.202819 ], [ 116.385282, 26.238253 ], [ 116.412999, 26.297822 ], [ 116.437021, 26.308016 ], [ 116.459194, 26.345026 ], [ 116.499846, 26.361651 ], [ 116.519557, 26.410437 ], [ 116.553433, 26.400253 ], [ 116.553433, 26.365404 ], [ 116.601476, 26.372911 ], [ 116.608252, 26.429732 ], [ 116.638433, 26.477418 ], [ 116.610716, 26.476882 ], [ 116.597165, 26.512768 ], [ 116.539267, 26.559349 ], [ 116.553433, 26.575942 ], [ 116.566368, 26.650315 ], [ 116.520172, 26.684543 ], [ 116.515245, 26.720898 ], [ 116.557745, 26.773806 ], [ 116.543578, 26.803723 ], [ 116.548506, 26.84004 ], [ 116.602092, 26.888623 ], [ 116.632889, 26.933984 ], [ 116.679085, 26.978259 ], [ 116.817671, 27.018252 ], [ 116.851548, 27.009188 ], [ 116.910062, 27.034779 ], [ 116.936547, 27.019319 ], [ 116.967344, 27.061962 ], [ 117.05296, 27.100327 ], [ 117.044953, 27.146667 ], [ 117.149662, 27.241419 ], [ 117.171836, 27.29036 ], [ 117.136728, 27.303123 ], [ 117.140423, 27.322798 ], [ 117.104699, 27.330773 ], [ 117.107163, 27.393491 ], [ 117.133032, 27.42218 ], [ 117.110242, 27.458828 ], [ 117.103467, 27.533149 ], [ 117.076982, 27.566046 ], [ 117.054808, 27.5427 ], [ 117.01662, 27.563393 ], [ 117.024627, 27.592569 ], [ 117.003685, 27.625449 ], [ 117.040641, 27.669979 ], [ 117.065279, 27.665739 ], [ 117.094228, 27.627569 ], [ 117.11209, 27.645596 ], [ 117.096076, 27.667329 ], [ 117.114554, 27.692238 ], [ 117.174916, 27.677399 ], [ 117.204481, 27.683759 ], [ 117.205097, 27.714492 ], [ 117.245133, 27.71926 ], [ 117.296256, 27.764282 ], [ 117.303031, 27.833103 ], [ 117.276546, 27.847921 ], [ 117.280242, 27.871201 ], [ 117.334444, 27.8876 ], [ 117.341836, 27.855858 ], [ 117.366473, 27.88231 ], [ 117.407741, 27.893948 ], [ 117.453936, 27.939955 ], [ 117.477958, 27.930966 ], [ 117.52169, 27.982243 ], [ 117.556182, 27.966387 ], [ 117.609769, 27.863265 ], [ 117.649805, 27.851625 ], [ 117.68245, 27.823577 ], [ 117.704624, 27.834162 ], [ 117.740348, 27.800286 ], [ 117.788392, 27.855858 ], [ 117.78716, 27.896063 ], [ 117.856145, 27.94577 ], [ 117.910963, 27.949471 ], [ 117.942992, 27.974315 ], [ 117.965166, 27.962687 ], [ 117.999043, 27.991227 ], [ 118.096977, 27.970615 ], [ 118.094513, 28.003909 ], [ 118.129006, 28.017118 ], [ 118.120999, 28.041946 ], [ 118.153644, 28.062016 ], [ 118.199839, 28.049869 ], [ 118.242339, 28.075746 ], [ 118.356288, 28.091586 ], [ 118.361215, 28.155978 ], [ 118.375382, 28.186577 ], [ 118.339041, 28.193962 ], [ 118.314404, 28.221913 ], [ 118.424041, 28.291497 ], [ 118.433896, 28.288335 ], [ 118.444367, 28.253548 ], [ 118.490562, 28.238259 ], [ 118.493026, 28.262509 ], [ 118.588497, 28.282538 ], [ 118.595272, 28.258292 ], [ 118.651322, 28.277267 ], [ 118.674728, 28.27147 ], [ 118.699366, 28.309939 ], [ 118.719692, 28.312047 ], [ 118.756032, 28.252493 ], [ 118.802228, 28.240368 ], [ 118.804075, 28.207675 ], [ 118.771431, 28.188687 ], [ 118.805923, 28.154923 ], [ 118.802228, 28.117453 ], [ 118.767735, 28.10584 ], [ 118.719076, 28.063601 ], [ 118.733858, 28.027684 ], [ 118.730163, 27.970615 ], [ 118.753568, 27.947885 ], [ 118.818242, 27.916689 ], [ 118.829329, 27.847921 ], [ 118.873677, 27.733563 ], [ 118.879836, 27.667859 ], [ 118.913713, 27.619616 ], [ 118.909401, 27.568168 ], [ 118.869365, 27.540047 ], [ 118.907553, 27.460952 ], [ 118.955597, 27.4498 ], [ 118.986393, 27.47582 ], [ 118.983314, 27.498649 ], [ 119.020886, 27.498118 ], [ 119.03998, 27.478475 ], [ 119.092335, 27.466262 ], [ 119.129907, 27.475289 ], [ 119.121284, 27.438115 ], [ 119.14777, 27.424836 ], [ 119.224146, 27.416868 ], [ 119.26911, 27.42218 ], [ 119.285124, 27.457766 ], [ 119.334399, 27.480067 ], [ 119.360269, 27.524657 ], [ 119.416935, 27.539517 ], [ 119.438493, 27.508734 ], [ 119.466826, 27.526249 ], [ 119.501935, 27.610601 ], [ 119.501319, 27.649837 ], [ 119.541971, 27.666799 ], [ 119.606028, 27.674749 ], [ 119.644217, 27.663619 ], [ 119.626354, 27.620676 ], [ 119.630666, 27.582491 ], [ 119.675014, 27.574534 ], [ 119.659615, 27.540578 ], [ 119.690412, 27.537394 ], [ 119.70889, 27.514042 ], [ 119.703347, 27.446613 ], [ 119.685485, 27.438646 ], [ 119.711354, 27.403054 ], [ 119.750774, 27.373829 ], [ 119.739687, 27.362668 ], [ 119.782187, 27.330241 ], [ 119.768636, 27.307909 ], [ 119.843165, 27.300464 ], [ 119.938636, 27.329709 ], [ 119.960194, 27.365857 ], [ 120.008237, 27.375423 ], [ 120.026099, 27.344063 ], [ 120.052584, 27.338747 ], [ 120.096316, 27.390302 ], [ 120.136968, 27.402523 ], [ 120.134504, 27.420055 ], [ 120.221352, 27.420055 ], [ 120.26262, 27.432804 ], [ 120.273091, 27.38924 ], [ 120.340844, 27.399867 ], [ 120.343924, 27.363199 ], [ 120.430155, 27.258976 ], [ 120.401822, 27.250996 ], [ 120.404286, 27.204166 ], [ 120.461568, 27.142407 ], [ 120.403054, 27.10086 ], [ 120.391967, 27.081146 ], [ 120.282946, 27.089671 ], [ 120.29588, 27.035845 ], [ 120.275554, 27.027315 ], [ 120.279866, 26.987326 ], [ 120.25954, 26.982526 ], [ 120.232439, 26.907303 ], [ 120.1807, 26.920644 ], [ 120.117258, 26.916909 ], [ 120.103707, 26.873143 ], [ 120.037802, 26.86033 ], [ 120.042729, 26.828292 ], [ 120.082765, 26.822417 ], [ 120.103707, 26.794642 ], [ 120.136352, 26.797847 ], [ 120.106787, 26.752966 ], [ 120.151135, 26.750829 ], [ 120.162222, 26.717691 ], [ 120.110483, 26.692563 ], [ 120.1382, 26.638012 ], [ 120.093852, 26.613938 ], [ 120.063671, 26.627848 ], [ 120.007621, 26.595744 ], [ 119.967585, 26.597885 ], [ 119.93802, 26.576478 ], [ 119.947875, 26.56042 ], [ 119.867187, 26.509019 ], [ 119.828383, 26.524013 ], [ 119.851788, 26.595209 ], [ 119.901679, 26.624638 ], [ 119.949107, 26.624638 ], [ 119.972512, 26.654594 ], [ 119.969433, 26.686681 ], [ 119.99407, 26.720363 ], [ 120.061824, 26.768997 ], [ 120.052584, 26.786629 ], [ 119.942947, 26.784492 ], [ 119.938636, 26.747088 ], [ 119.899216, 26.693098 ], [ 119.908455, 26.661547 ], [ 119.873962, 26.642827 ], [ 119.864107, 26.671174 ], [ 119.833926, 26.690959 ], [ 119.711354, 26.686681 ], [ 119.664543, 26.726243 ], [ 119.637441, 26.703256 ], [ 119.619579, 26.649246 ], [ 119.577695, 26.622498 ], [ 119.605412, 26.595744 ], [ 119.670086, 26.618218 ], [ 119.740303, 26.610727 ], [ 119.788346, 26.583435 ], [ 119.83639, 26.454381 ], [ 119.835774, 26.434019 ], [ 119.893672, 26.355752 ], [ 119.946027, 26.374519 ], [ 119.95465, 26.352534 ], [ 119.909687, 26.310161 ], [ 119.862875, 26.307479 ], [ 119.845013, 26.323036 ], [ 119.806825, 26.307479 ], [ 119.802513, 26.268846 ], [ 119.7711, 26.285481 ], [ 119.676246, 26.262943 ], [ 119.664543, 26.202282 ], [ 119.604181, 26.168985 ], [ 119.618963, 26.11956 ], [ 119.654688, 26.090002 ], [ 119.668854, 26.026024 ], [ 119.700267, 26.032477 ], [ 119.723673, 26.011503 ], [ 119.69534, 25.904424 ], [ 119.638057, 25.889888 ], [ 119.628202, 25.87212 ], [ 119.626354, 25.723406 ], [ 119.602949, 25.714779 ], [ 119.602949, 25.68512 ], [ 119.543819, 25.684581 ], [ 119.472986, 25.662466 ], [ 119.478529, 25.631715 ], [ 119.541355, 25.6247 ], [ 119.534579, 25.585303 ], [ 119.586934, 25.59232 ], [ 119.616499, 25.556691 ], [ 119.611572, 25.519972 ], [ 119.634362, 25.475137 ], [ 119.675014, 25.475137 ], [ 119.680557, 25.497827 ], [ 119.715666, 25.51187 ], [ 119.716898, 25.551292 ], [ 119.683637, 25.592859 ], [ 119.700267, 25.616606 ], [ 119.784651, 25.667321 ], [ 119.790194, 25.614447 ], [ 119.843165, 25.597717 ], [ 119.831462, 25.579905 ], [ 119.883817, 25.546432 ], [ 119.861027, 25.531313 ], [ 119.81668, 25.532393 ], [ 119.811136, 25.507009 ], [ 119.83331, 25.48162 ], [ 119.864107, 25.48 ], [ 119.866571, 25.455145 ], [ 119.804977, 25.457847 ], [ 119.764325, 25.433529 ], [ 119.773564, 25.395691 ], [ 119.688564, 25.441095 ], [ 119.682405, 25.445959 ], [ 119.675014, 25.468113 ], [ 119.622659, 25.434069 ], [ 119.670086, 25.435691 ], [ 119.656535, 25.396772 ], [ 119.665159, 25.3719 ], [ 119.649144, 25.342697 ], [ 119.597405, 25.334584 ], [ 119.582623, 25.374063 ], [ 119.59063, 25.398394 ], [ 119.577695, 25.445959 ], [ 119.555521, 25.429205 ], [ 119.578927, 25.400556 ], [ 119.548746, 25.365952 ], [ 119.486536, 25.369737 ], [ 119.507478, 25.396231 ], [ 119.48592, 25.418935 ], [ 119.491464, 25.443257 ], [ 119.463131, 25.448661 ], [ 119.438493, 25.412449 ], [ 119.45266, 25.493505 ], [ 119.400921, 25.493505 ], [ 119.359037, 25.521592 ], [ 119.343638, 25.472436 ], [ 119.353493, 25.411908 ], [ 119.288204, 25.410827 ], [ 119.26295, 25.428124 ], [ 119.275269, 25.476758 ], [ 119.256175, 25.488643 ], [ 119.219834, 25.468654 ], [ 119.232153, 25.442176 ], [ 119.191501, 25.424341 ], [ 119.151465, 25.426503 ], [ 119.14469, 25.388121 ], [ 119.218603, 25.368115 ], [ 119.240776, 25.316733 ], [ 119.247552, 25.333502 ], [ 119.299291, 25.328634 ], [ 119.333167, 25.287516 ], [ 119.380595, 25.250173 ], [ 119.331935, 25.230685 ], [ 119.294979, 25.237182 ], [ 119.314689, 25.190076 ], [ 119.26911, 25.159746 ], [ 119.231537, 25.188993 ], [ 119.190269, 25.175995 ], [ 119.131755, 25.223106 ], [ 119.108349, 25.193867 ], [ 119.137299, 25.15487 ], [ 119.165632, 25.145661 ], [ 119.146538, 25.056782 ], [ 119.119436, 25.012861 ], [ 119.107118, 25.075214 ], [ 119.134219, 25.106107 ], [ 119.075705, 25.099604 ], [ 119.06585, 25.102855 ], [ 119.028893, 25.139702 ], [ 119.032589, 25.17437 ], [ 119.054147, 25.168412 ], [ 119.074473, 25.211195 ], [ 119.055379, 25.219316 ], [ 118.990089, 25.20199 ], [ 118.975307, 25.237723 ], [ 118.996864, 25.266411 ], [ 118.956212, 25.272905 ], [ 118.91556, 25.256668 ], [ 118.940198, 25.21715 ], [ 118.942046, 25.211195 ], [ 118.985162, 25.19495 ], [ 118.985162, 25.168954 ], [ 118.951901, 25.15162 ], [ 118.974691, 25.115319 ], [ 118.892155, 25.092558 ], [ 118.945126, 25.028588 ], [ 118.974691, 25.024792 ], [ 119.016575, 25.058409 ], [ 119.023966, 25.04377 ], [ 118.989473, 24.973807 ], [ 119.004872, 24.970009 ] ] ], [ [ [ 118.412338, 24.514538 ], [ 118.451758, 24.506915 ], [ 118.477012, 24.437738 ], [ 118.457918, 24.412128 ], [ 118.405563, 24.427931 ], [ 118.353208, 24.415398 ], [ 118.329802, 24.382152 ], [ 118.282375, 24.413218 ], [ 118.31194, 24.424661 ], [ 118.298389, 24.477506 ], [ 118.318715, 24.486765 ], [ 118.374766, 24.458986 ], [ 118.412338, 24.514538 ] ] ], [ [ [ 119.471138, 25.197116 ], [ 119.444036, 25.20199 ], [ 119.44342, 25.238806 ], [ 119.473601, 25.259916 ], [ 119.501319, 25.21715 ], [ 119.540739, 25.20199 ], [ 119.566608, 25.210112 ], [ 119.549362, 25.161912 ], [ 119.52534, 25.157579 ], [ 119.507478, 25.183036 ], [ 119.471138, 25.197116 ] ] ], [ [ [ 119.580159, 25.627398 ], [ 119.580775, 25.650059 ], [ 119.611572, 25.669479 ], [ 119.580159, 25.627398 ] ] ], [ [ [ 119.976824, 26.191005 ], [ 119.970665, 26.217852 ], [ 119.998998, 26.235569 ], [ 120.016244, 26.217316 ], [ 119.976824, 26.191005 ] ] ], [ [ [ 118.230636, 24.401228 ], [ 118.233716, 24.445911 ], [ 118.273752, 24.441007 ], [ 118.230636, 24.401228 ] ] ], [ [ [ 119.906607, 26.68989 ], [ 119.950954, 26.692563 ], [ 119.926933, 26.664756 ], [ 119.906607, 26.68989 ] ] ], [ [ [ 118.204151, 24.504737 ], [ 118.19368, 24.463344 ], [ 118.143173, 24.420847 ], [ 118.084042, 24.435559 ], [ 118.068644, 24.463344 ], [ 118.093281, 24.540672 ], [ 118.14502, 24.560814 ], [ 118.191832, 24.536861 ], [ 118.204151, 24.504737 ] ] ], [ [ [ 119.929397, 26.134067 ], [ 119.919542, 26.172208 ], [ 119.960194, 26.146961 ], [ 119.929397, 26.134067 ] ] ], [ [ [ 119.642985, 26.129231 ], [ 119.606028, 26.15287 ], [ 119.62697, 26.173282 ], [ 119.665159, 26.155556 ], [ 119.642985, 26.129231 ] ] ], [ [ [ 120.034106, 26.488667 ], [ 120.035954, 26.515981 ], [ 120.071679, 26.521336 ], [ 120.066751, 26.498308 ], [ 120.034106, 26.488667 ] ] ], [ [ [ 119.662079, 25.646822 ], [ 119.716898, 25.664624 ], [ 119.718745, 25.634952 ], [ 119.673782, 25.632794 ], [ 119.662079, 25.646822 ] ] ], [ [ [ 119.760629, 26.613402 ], [ 119.796354, 26.630523 ], [ 119.818527, 26.616613 ], [ 119.776644, 26.600025 ], [ 119.760629, 26.613402 ] ] ], [ [ [ 120.135736, 26.550784 ], [ 120.117874, 26.568984 ], [ 120.153598, 26.604841 ], [ 120.167149, 26.571661 ], [ 120.135736, 26.550784 ] ] ], [ [ [ 120.360554, 26.916909 ], [ 120.319286, 26.944654 ], [ 120.327909, 26.963858 ], [ 120.363018, 26.967592 ], [ 120.394431, 26.933984 ], [ 120.360554, 26.916909 ] ] ], [ [ [ 119.668238, 26.628383 ], [ 119.651608, 26.657269 ], [ 119.673782, 26.680799 ], [ 119.712586, 26.6685 ], [ 119.748926, 26.681334 ], [ 119.758781, 26.659408 ], [ 119.720593, 26.635873 ], [ 119.668238, 26.628383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "360000", "name": "江西省", "center": [ 115.892151, 28.676493 ], "centroid": [ 115.732975, 27.636112 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 13, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118.193064, 29.395472 ], [ 118.205382, 29.343839 ], [ 118.166578, 29.314099 ], [ 118.178281, 29.297921 ], [ 118.138861, 29.283828 ], [ 118.077883, 29.290614 ], [ 118.073571, 29.216993 ], [ 118.042159, 29.210202 ], [ 118.027992, 29.167882 ], [ 118.045238, 29.149068 ], [ 118.037847, 29.102017 ], [ 118.076035, 29.074822 ], [ 118.066796, 29.053898 ], [ 118.097593, 28.998952 ], [ 118.115455, 29.009944 ], [ 118.115455, 29.009944 ], [ 118.133933, 28.983771 ], [ 118.165346, 28.986912 ], [ 118.227556, 28.942406 ], [ 118.195527, 28.904167 ], [ 118.270056, 28.918836 ], [ 118.300237, 28.826075 ], [ 118.364295, 28.813491 ], [ 118.403099, 28.702791 ], [ 118.428352, 28.681267 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.617193 ], [ 118.412338, 28.55676 ], [ 118.4302, 28.515225 ], [ 118.414802, 28.497344 ], [ 118.474548, 28.478934 ], [ 118.456686, 28.424738 ], [ 118.432048, 28.402104 ], [ 118.455454, 28.384204 ], [ 118.480091, 28.327325 ], [ 118.433896, 28.288335 ], [ 118.424041, 28.291497 ], [ 118.314404, 28.221913 ], [ 118.339041, 28.193962 ], [ 118.375382, 28.186577 ], [ 118.361215, 28.155978 ], [ 118.356288, 28.091586 ], [ 118.242339, 28.075746 ], [ 118.199839, 28.049869 ], [ 118.153644, 28.062016 ], [ 118.120999, 28.041946 ], [ 118.129006, 28.017118 ], [ 118.094513, 28.003909 ], [ 118.096977, 27.970615 ], [ 117.999043, 27.991227 ], [ 117.965166, 27.962687 ], [ 117.942992, 27.974315 ], [ 117.910963, 27.949471 ], [ 117.856145, 27.94577 ], [ 117.78716, 27.896063 ], [ 117.788392, 27.855858 ], [ 117.740348, 27.800286 ], [ 117.704624, 27.834162 ], [ 117.68245, 27.823577 ], [ 117.649805, 27.851625 ], [ 117.609769, 27.863265 ], [ 117.556182, 27.966387 ], [ 117.52169, 27.982243 ], [ 117.477958, 27.930966 ], [ 117.453936, 27.939955 ], [ 117.407741, 27.893948 ], [ 117.366473, 27.88231 ], [ 117.341836, 27.855858 ], [ 117.334444, 27.8876 ], [ 117.280242, 27.871201 ], [ 117.276546, 27.847921 ], [ 117.303031, 27.833103 ], [ 117.296256, 27.764282 ], [ 117.245133, 27.71926 ], [ 117.205097, 27.714492 ], [ 117.204481, 27.683759 ], [ 117.174916, 27.677399 ], [ 117.114554, 27.692238 ], [ 117.096076, 27.667329 ], [ 117.11209, 27.645596 ], [ 117.094228, 27.627569 ], [ 117.065279, 27.665739 ], [ 117.040641, 27.669979 ], [ 117.003685, 27.625449 ], [ 117.024627, 27.592569 ], [ 117.01662, 27.563393 ], [ 117.054808, 27.5427 ], [ 117.076982, 27.566046 ], [ 117.103467, 27.533149 ], [ 117.110242, 27.458828 ], [ 117.133032, 27.42218 ], [ 117.107163, 27.393491 ], [ 117.104699, 27.330773 ], [ 117.140423, 27.322798 ], [ 117.136728, 27.303123 ], [ 117.171836, 27.29036 ], [ 117.149662, 27.241419 ], [ 117.044953, 27.146667 ], [ 117.05296, 27.100327 ], [ 116.967344, 27.061962 ], [ 116.936547, 27.019319 ], [ 116.910062, 27.034779 ], [ 116.851548, 27.009188 ], [ 116.817671, 27.018252 ], [ 116.679085, 26.978259 ], [ 116.632889, 26.933984 ], [ 116.602092, 26.888623 ], [ 116.548506, 26.84004 ], [ 116.543578, 26.803723 ], [ 116.557745, 26.773806 ], [ 116.515245, 26.720898 ], [ 116.520172, 26.684543 ], [ 116.566368, 26.650315 ], [ 116.553433, 26.575942 ], [ 116.539267, 26.559349 ], [ 116.597165, 26.512768 ], [ 116.610716, 26.476882 ], [ 116.638433, 26.477418 ], [ 116.608252, 26.429732 ], [ 116.601476, 26.372911 ], [ 116.553433, 26.365404 ], [ 116.553433, 26.400253 ], [ 116.519557, 26.410437 ], [ 116.499846, 26.361651 ], [ 116.459194, 26.345026 ], [ 116.437021, 26.308016 ], [ 116.412999, 26.297822 ], [ 116.385282, 26.238253 ], [ 116.400064, 26.202819 ], [ 116.392057, 26.171133 ], [ 116.435789, 26.159854 ], [ 116.476441, 26.172745 ], [ 116.489375, 26.113649 ], [ 116.384666, 26.030864 ], [ 116.360028, 25.991601 ], [ 116.369883, 25.963088 ], [ 116.326152, 25.956631 ], [ 116.303362, 25.924341 ], [ 116.258398, 25.902809 ], [ 116.225138, 25.908731 ], [ 116.17771, 25.894195 ], [ 116.132131, 25.860273 ], [ 116.131515, 25.824185 ], [ 116.18079, 25.778926 ], [ 116.129667, 25.758985 ], [ 116.106877, 25.701299 ], [ 116.067457, 25.703995 ], [ 116.068689, 25.646282 ], [ 116.041588, 25.62416 ], [ 116.063145, 25.56317 ], [ 116.040356, 25.548052 ], [ 116.03666, 25.514571 ], [ 116.005247, 25.490264 ], [ 116.023109, 25.435691 ], [ 115.992928, 25.374063 ], [ 116.008327, 25.319437 ], [ 115.987385, 25.290221 ], [ 115.949813, 25.292386 ], [ 115.930719, 25.236099 ], [ 115.855574, 25.20957 ], [ 115.860501, 25.165704 ], [ 115.888219, 25.128866 ], [ 115.880212, 25.092016 ], [ 115.908545, 25.084428 ], [ 115.928255, 25.050276 ], [ 115.873436, 25.019911 ], [ 115.925175, 24.960786 ], [ 115.870356, 24.959701 ], [ 115.89253, 24.936911 ], [ 115.885139, 24.898918 ], [ 115.907313, 24.879917 ], [ 115.861733, 24.863629 ], [ 115.863581, 24.891318 ], [ 115.824161, 24.909232 ], [ 115.807531, 24.862543 ], [ 115.790284, 24.856027 ], [ 115.764415, 24.791933 ], [ 115.776734, 24.774546 ], [ 115.756408, 24.749004 ], [ 115.769342, 24.708236 ], [ 115.801371, 24.705517 ], [ 115.780429, 24.663103 ], [ 115.797676, 24.628834 ], [ 115.840791, 24.584217 ], [ 115.843871, 24.562446 ], [ 115.785357, 24.567345 ], [ 115.752712, 24.546116 ], [ 115.68927, 24.545027 ], [ 115.671408, 24.604895 ], [ 115.605503, 24.62557 ], [ 115.569778, 24.622306 ], [ 115.555611, 24.683768 ], [ 115.522967, 24.702799 ], [ 115.476771, 24.762591 ], [ 115.412714, 24.79302 ], [ 115.372678, 24.774546 ], [ 115.358511, 24.735416 ], [ 115.306772, 24.758787 ], [ 115.269816, 24.749548 ], [ 115.258729, 24.728894 ], [ 115.1842, 24.711498 ], [ 115.104744, 24.667997 ], [ 115.083802, 24.699537 ], [ 115.057317, 24.703343 ], [ 115.024672, 24.669085 ], [ 115.00373, 24.679418 ], [ 114.940288, 24.650049 ], [ 114.909491, 24.661471 ], [ 114.893477, 24.582584 ], [ 114.868839, 24.562446 ], [ 114.846665, 24.602719 ], [ 114.827571, 24.588026 ], [ 114.781376, 24.613057 ], [ 114.729637, 24.608704 ], [ 114.73826, 24.565168 ], [ 114.704999, 24.525973 ], [ 114.664963, 24.583673 ], [ 114.627391, 24.576598 ], [ 114.589819, 24.537406 ], [ 114.534384, 24.559181 ], [ 114.429058, 24.48622 ], [ 114.403189, 24.497657 ], [ 114.391486, 24.563535 ], [ 114.363769, 24.582584 ], [ 114.300943, 24.578775 ], [ 114.289856, 24.619042 ], [ 114.258443, 24.641346 ], [ 114.19069, 24.656576 ], [ 114.169132, 24.689749 ], [ 114.27261, 24.700624 ], [ 114.281849, 24.724001 ], [ 114.336052, 24.749004 ], [ 114.342211, 24.807145 ], [ 114.378551, 24.861457 ], [ 114.403189, 24.877746 ], [ 114.395798, 24.951019 ], [ 114.454928, 24.977062 ], [ 114.45616, 24.99659 ], [ 114.506051, 24.999844 ], [ 114.532536, 25.022623 ], [ 114.561485, 25.077382 ], [ 114.604601, 25.083886 ], [ 114.640326, 25.074129 ], [ 114.664963, 25.10123 ], [ 114.735796, 25.121822 ], [ 114.73518, 25.155954 ], [ 114.685905, 25.173287 ], [ 114.693912, 25.213902 ], [ 114.73518, 25.225813 ], [ 114.743188, 25.274528 ], [ 114.714238, 25.315651 ], [ 114.63663, 25.324306 ], [ 114.599674, 25.385959 ], [ 114.541159, 25.416773 ], [ 114.477718, 25.37136 ], [ 114.438914, 25.376226 ], [ 114.43029, 25.343779 ], [ 114.382863, 25.317274 ], [ 114.31511, 25.33837 ], [ 114.2954, 25.299961 ], [ 114.260291, 25.291845 ], [ 114.204857, 25.29942 ], [ 114.190074, 25.316733 ], [ 114.115545, 25.302125 ], [ 114.083517, 25.275611 ], [ 114.055799, 25.277775 ], [ 114.039785, 25.250714 ], [ 114.017611, 25.273987 ], [ 114.029314, 25.328093 ], [ 114.050256, 25.36433 ], [ 113.983118, 25.415152 ], [ 114.003444, 25.442716 ], [ 113.94493, 25.441635 ], [ 113.962792, 25.528072 ], [ 113.986198, 25.529153 ], [ 113.983118, 25.599336 ], [ 113.957249, 25.611749 ], [ 113.913517, 25.701299 ], [ 113.920293, 25.741197 ], [ 113.961561, 25.77731 ], [ 113.971416, 25.836036 ], [ 114.028082, 25.893119 ], [ 114.028082, 25.98138 ], [ 114.008372, 26.015806 ], [ 114.044096, 26.076564 ], [ 114.087828, 26.06635 ], [ 114.121089, 26.085702 ], [ 114.10569, 26.097526 ], [ 114.188842, 26.121172 ], [ 114.237501, 26.152333 ], [ 114.216559, 26.203355 ], [ 114.181451, 26.214631 ], [ 114.102611, 26.187783 ], [ 114.088444, 26.168448 ], [ 114.013299, 26.184023 ], [ 113.962792, 26.150722 ], [ 113.949242, 26.192616 ], [ 113.972647, 26.20604 ], [ 113.978807, 26.237716 ], [ 114.029314, 26.266163 ], [ 114.021307, 26.288701 ], [ 114.047792, 26.337518 ], [ 114.030546, 26.376664 ], [ 114.062575, 26.406149 ], [ 114.085364, 26.406149 ], [ 114.090292, 26.455988 ], [ 114.110002, 26.482775 ], [ 114.07243, 26.480096 ], [ 114.10877, 26.56952 ], [ 114.019459, 26.587182 ], [ 113.996669, 26.615543 ], [ 113.912901, 26.613938 ], [ 113.860546, 26.664221 ], [ 113.853771, 26.769532 ], [ 113.835909, 26.806394 ], [ 113.877177, 26.859262 ], [ 113.890112, 26.895562 ], [ 113.927068, 26.948922 ], [ 113.892575, 26.964925 ], [ 113.86301, 27.018252 ], [ 113.824206, 27.036378 ], [ 113.803264, 27.099261 ], [ 113.771851, 27.096598 ], [ 113.779242, 27.137081 ], [ 113.846996, 27.222262 ], [ 113.872865, 27.289828 ], [ 113.854387, 27.30525 ], [ 113.872865, 27.346721 ], [ 113.872865, 27.384988 ], [ 113.72812, 27.350442 ], [ 113.699786, 27.331836 ], [ 113.657902, 27.347253 ], [ 113.616635, 27.345658 ], [ 113.605548, 27.38924 ], [ 113.632033, 27.40518 ], [ 113.59754, 27.428554 ], [ 113.591381, 27.467855 ], [ 113.627105, 27.49971 ], [ 113.583374, 27.524657 ], [ 113.579062, 27.545354 ], [ 113.608627, 27.585143 ], [ 113.607395, 27.625449 ], [ 113.652359, 27.663619 ], [ 113.696707, 27.71979 ], [ 113.69917, 27.740979 ], [ 113.763228, 27.799228 ], [ 113.756453, 27.860091 ], [ 113.72812, 27.874904 ], [ 113.752141, 27.93361 ], [ 113.822974, 27.982243 ], [ 113.845148, 27.971672 ], [ 113.864242, 28.004966 ], [ 113.914133, 27.991227 ], [ 113.936307, 28.018703 ], [ 113.966488, 28.017646 ], [ 113.970184, 28.041418 ], [ 114.025618, 28.031382 ], [ 114.047176, 28.057263 ], [ 114.025002, 28.080499 ], [ 113.992357, 28.161255 ], [ 114.012068, 28.174972 ], [ 114.068734, 28.171806 ], [ 114.107538, 28.182885 ], [ 114.109386, 28.205038 ], [ 114.143879, 28.246694 ], [ 114.182067, 28.249858 ], [ 114.198081, 28.29097 ], [ 114.2529, 28.319423 ], [ 114.252284, 28.395787 ], [ 114.214712, 28.403157 ], [ 114.172212, 28.432632 ], [ 114.217175, 28.466308 ], [ 114.218407, 28.48472 ], [ 114.15435, 28.507337 ], [ 114.138335, 28.533629 ], [ 114.08598, 28.558337 ], [ 114.132176, 28.607211 ], [ 114.122321, 28.623497 ], [ 114.157429, 28.761566 ], [ 114.137719, 28.779926 ], [ 114.153734, 28.829221 ], [ 114.124784, 28.843376 ], [ 114.076741, 28.834464 ], [ 114.056415, 28.872204 ], [ 114.060111, 28.902596 ], [ 114.028082, 28.891069 ], [ 114.005292, 28.917788 ], [ 114.008988, 28.955498 ], [ 113.973879, 28.937692 ], [ 113.955401, 28.978536 ], [ 113.961561, 28.999476 ], [ 113.94185, 29.047097 ], [ 113.952321, 29.092604 ], [ 113.98743, 29.126068 ], [ 114.034857, 29.152204 ], [ 114.063191, 29.204978 ], [ 114.169748, 29.216993 ], [ 114.252284, 29.23475 ], [ 114.259059, 29.343839 ], [ 114.307102, 29.365225 ], [ 114.341595, 29.327665 ], [ 114.376088, 29.322969 ], [ 114.440145, 29.341752 ], [ 114.466015, 29.324013 ], [ 114.519602, 29.325578 ], [ 114.589819, 29.352707 ], [ 114.621847, 29.379828 ], [ 114.67297, 29.395993 ], [ 114.740724, 29.386607 ], [ 114.759818, 29.363139 ], [ 114.784455, 29.386086 ], [ 114.812173, 29.383478 ], [ 114.866375, 29.404335 ], [ 114.895325, 29.397557 ], [ 114.931049, 29.422581 ], [ 114.947063, 29.465317 ], [ 114.935977, 29.486678 ], [ 114.90518, 29.473132 ], [ 114.918114, 29.454374 ], [ 114.888549, 29.436134 ], [ 114.860216, 29.476258 ], [ 114.900868, 29.505951 ], [ 114.940288, 29.493971 ], [ 114.966773, 29.522096 ], [ 114.947679, 29.542924 ], [ 115.00065, 29.572076 ], [ 115.033295, 29.546568 ], [ 115.087498, 29.560104 ], [ 115.086266, 29.525741 ], [ 115.154019, 29.510117 ], [ 115.157099, 29.584568 ], [ 115.120142, 29.597578 ], [ 115.143548, 29.645961 ], [ 115.117679, 29.655843 ], [ 115.113367, 29.684963 ], [ 115.176809, 29.654803 ], [ 115.250722, 29.660003 ], [ 115.28583, 29.618391 ], [ 115.304924, 29.637118 ], [ 115.355431, 29.649602 ], [ 115.412714, 29.688602 ], [ 115.470612, 29.739539 ], [ 115.479235, 29.811224 ], [ 115.51188, 29.840299 ], [ 115.611662, 29.841337 ], [ 115.667712, 29.850161 ], [ 115.706517, 29.837703 ], [ 115.762567, 29.793048 ], [ 115.837096, 29.748373 ], [ 115.909777, 29.723949 ], [ 115.965827, 29.724469 ], [ 116.049595, 29.761881 ], [ 116.087167, 29.795125 ], [ 116.13521, 29.819532 ], [ 116.172783, 29.828358 ], [ 116.227601, 29.816936 ], [ 116.250391, 29.785777 ], [ 116.280572, 29.788893 ], [ 116.342782, 29.835626 ], [ 116.467818, 29.896347 ], [ 116.525716, 29.897385 ], [ 116.552201, 29.909836 ], [ 116.585462, 30.045657 ], [ 116.620571, 30.073109 ], [ 116.666766, 30.076734 ], [ 116.720353, 30.053945 ], [ 116.747454, 30.057053 ], [ 116.783794, 30.030632 ], [ 116.802889, 29.99643 ], [ 116.830606, 30.004723 ], [ 116.83307, 29.95755 ], [ 116.868794, 29.980361 ], [ 116.900207, 29.949253 ], [ 116.882961, 29.893753 ], [ 116.780715, 29.792529 ], [ 116.762237, 29.802396 ], [ 116.673541, 29.709916 ], [ 116.653831, 29.694841 ], [ 116.680317, 29.681323 ], [ 116.651983, 29.637118 ], [ 116.716657, 29.590813 ], [ 116.721585, 29.564789 ], [ 116.760389, 29.599139 ], [ 116.780715, 29.569994 ], [ 116.849084, 29.57624 ], [ 116.873722, 29.609546 ], [ 116.939627, 29.648561 ], [ 116.974736, 29.657403 ], [ 116.996294, 29.683403 ], [ 117.041873, 29.680803 ], [ 117.112706, 29.711995 ], [ 117.108395, 29.75201 ], [ 117.136728, 29.775388 ], [ 117.123177, 29.798761 ], [ 117.073286, 29.831992 ], [ 117.127489, 29.86158 ], [ 117.129952, 29.89946 ], [ 117.171836, 29.920729 ], [ 117.2168, 29.926953 ], [ 117.246365, 29.915023 ], [ 117.261763, 29.880781 ], [ 117.25314, 29.834588 ], [ 117.29256, 29.822647 ], [ 117.338756, 29.848085 ], [ 117.359082, 29.812782 ], [ 117.382487, 29.840818 ], [ 117.415132, 29.85068 ], [ 117.408973, 29.802396 ], [ 117.455168, 29.749412 ], [ 117.453936, 29.688082 ], [ 117.490277, 29.660003 ], [ 117.530313, 29.654282 ], [ 117.523538, 29.630356 ], [ 117.543248, 29.588731 ], [ 117.608537, 29.591333 ], [ 117.647957, 29.614749 ], [ 117.678754, 29.595496 ], [ 117.690457, 29.555939 ], [ 117.729877, 29.550213 ], [ 117.795167, 29.570515 ], [ 117.872775, 29.54761 ], [ 117.933753, 29.549172 ], [ 118.00397, 29.578322 ], [ 118.042774, 29.566351 ], [ 118.050782, 29.542924 ], [ 118.095129, 29.534072 ], [ 118.143788, 29.489803 ], [ 118.127774, 29.47209 ], [ 118.136397, 29.418932 ], [ 118.193064, 29.395472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "370000", "name": "山东省", "center": [ 117.000923, 36.675807 ], "centroid": [ 118.187667, 36.376018 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 14, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116.374195, 34.640011 ], [ 116.334159, 34.620806 ], [ 116.32492, 34.601104 ], [ 116.286116, 34.608986 ], [ 116.247927, 34.551829 ], [ 116.196804, 34.575977 ], [ 116.156768, 34.5538 ], [ 116.134594, 34.559715 ], [ 116.101334, 34.60603 ], [ 116.037276, 34.593222 ], [ 115.991081, 34.615389 ], [ 115.984305, 34.589281 ], [ 115.838328, 34.5676 ], [ 115.827241, 34.558236 ], [ 115.787821, 34.580905 ], [ 115.697278, 34.594207 ], [ 115.685575, 34.556265 ], [ 115.622749, 34.574499 ], [ 115.553148, 34.568586 ], [ 115.515575, 34.582383 ], [ 115.461373, 34.637057 ], [ 115.433655, 34.725149 ], [ 115.449054, 34.74433 ], [ 115.42688, 34.805285 ], [ 115.317243, 34.859321 ], [ 115.256265, 34.845079 ], [ 115.239019, 34.87798 ], [ 115.251953, 34.906451 ], [ 115.205142, 34.914303 ], [ 115.219309, 34.96042 ], [ 115.157099, 34.957968 ], [ 115.12815, 35.00455 ], [ 115.075179, 35.000628 ], [ 115.028983, 34.9717 ], [ 115.008041, 34.988372 ], [ 114.950759, 34.989843 ], [ 114.923658, 34.968757 ], [ 114.880542, 35.00357 ], [ 114.824492, 35.012393 ], [ 114.852209, 35.041797 ], [ 114.818948, 35.051596 ], [ 114.835578, 35.076578 ], [ 114.883006, 35.098615 ], [ 114.841738, 35.15099 ], [ 114.861448, 35.182301 ], [ 114.932281, 35.198441 ], [ 114.929201, 35.244886 ], [ 114.957534, 35.261014 ], [ 115.04315, 35.376744 ], [ 115.073947, 35.374304 ], [ 115.091809, 35.416259 ], [ 115.117679, 35.400163 ], [ 115.126302, 35.41821 ], [ 115.172497, 35.426501 ], [ 115.237171, 35.423087 ], [ 115.307388, 35.480126 ], [ 115.356047, 35.490359 ], [ 115.34496, 35.55368 ], [ 115.383148, 35.568772 ], [ 115.48601, 35.710306 ], [ 115.52851, 35.733628 ], [ 115.622749, 35.739457 ], [ 115.693582, 35.754028 ], [ 115.696046, 35.788989 ], [ 115.73485, 35.833154 ], [ 115.773654, 35.854014 ], [ 115.81677, 35.844312 ], [ 115.859886, 35.857894 ], [ 115.882675, 35.879718 ], [ 115.873436, 35.918985 ], [ 115.907929, 35.92674 ], [ 115.911624, 35.960171 ], [ 115.984921, 35.974218 ], [ 116.048979, 35.970343 ], [ 116.063145, 36.028927 ], [ 116.099486, 36.112129 ], [ 116.057602, 36.104877 ], [ 115.989849, 36.045381 ], [ 115.89869, 36.026507 ], [ 115.859886, 36.003756 ], [ 115.817386, 36.012954 ], [ 115.779813, 35.993588 ], [ 115.774886, 35.974702 ], [ 115.699125, 35.966468 ], [ 115.648618, 35.922863 ], [ 115.583945, 35.921893 ], [ 115.513112, 35.890385 ], [ 115.505104, 35.899112 ], [ 115.495249, 35.896203 ], [ 115.487858, 35.880688 ], [ 115.460141, 35.867594 ], [ 115.407786, 35.80889 ], [ 115.363438, 35.779765 ], [ 115.335105, 35.796756 ], [ 115.364054, 35.894264 ], [ 115.353583, 35.938854 ], [ 115.362822, 35.971796 ], [ 115.447822, 36.01247 ], [ 115.449054, 36.047317 ], [ 115.484163, 36.125666 ], [ 115.483547, 36.148865 ], [ 115.474923, 36.248352 ], [ 115.466916, 36.258969 ], [ 115.466916, 36.258969 ], [ 115.462605, 36.276339 ], [ 115.417025, 36.292742 ], [ 115.423185, 36.32216 ], [ 115.366518, 36.30914 ], [ 115.368982, 36.342409 ], [ 115.340033, 36.398307 ], [ 115.297533, 36.413239 ], [ 115.317243, 36.454166 ], [ 115.291374, 36.460423 ], [ 115.272895, 36.497476 ], [ 115.33141, 36.550378 ], [ 115.355431, 36.627262 ], [ 115.365902, 36.621979 ], [ 115.420105, 36.686795 ], [ 115.451518, 36.702151 ], [ 115.479851, 36.760187 ], [ 115.524815, 36.763543 ], [ 115.686807, 36.810034 ], [ 115.688654, 36.838777 ], [ 115.71206, 36.883308 ], [ 115.75764, 36.902453 ], [ 115.79706, 36.968945 ], [ 115.776734, 36.992848 ], [ 115.85619, 37.060694 ], [ 115.888219, 37.112254 ], [ 115.879596, 37.150901 ], [ 115.91224, 37.177132 ], [ 115.909777, 37.20669 ], [ 115.969523, 37.239572 ], [ 115.975682, 37.337179 ], [ 116.024341, 37.360015 ], [ 116.085935, 37.373809 ], [ 116.106261, 37.368577 ], [ 116.169087, 37.384271 ], [ 116.193109, 37.365723 ], [ 116.236224, 37.361442 ], [ 116.2855, 37.404241 ], [ 116.226369, 37.428007 ], [ 116.243, 37.447965 ], [ 116.224522, 37.479791 ], [ 116.240536, 37.489764 ], [ 116.240536, 37.489764 ], [ 116.27626, 37.466967 ], [ 116.290427, 37.484065 ], [ 116.278724, 37.524895 ], [ 116.295355, 37.554316 ], [ 116.336007, 37.581355 ], [ 116.36742, 37.566177 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.433941, 37.473142 ], [ 116.448108, 37.503059 ], [ 116.4826, 37.521573 ], [ 116.575607, 37.610754 ], [ 116.604556, 37.624975 ], [ 116.66307, 37.686096 ], [ 116.679085, 37.728708 ], [ 116.724664, 37.744327 ], [ 116.753613, 37.77035 ], [ 116.753613, 37.793054 ], [ 116.804736, 37.848837 ], [ 116.837997, 37.835132 ], [ 116.919301, 37.846002 ], [ 117.027091, 37.832296 ], [ 117.074518, 37.848837 ], [ 117.150278, 37.839385 ], [ 117.185387, 37.849783 ], [ 117.271618, 37.839858 ], [ 117.320278, 37.861596 ], [ 117.400966, 37.844584 ], [ 117.438538, 37.854035 ], [ 117.481038, 37.914967 ], [ 117.513067, 37.94329 ], [ 117.524154, 37.989527 ], [ 117.557414, 38.046105 ], [ 117.557414, 38.046105 ], [ 117.586979, 38.071551 ], [ 117.704624, 38.076262 ], [ 117.746508, 38.12524 ], [ 117.771145, 38.134655 ], [ 117.766834, 38.158658 ], [ 117.789007, 38.180772 ], [ 117.808718, 38.22827 ], [ 117.848754, 38.255062 ], [ 117.895565, 38.301572 ], [ 117.896797, 38.279495 ], [ 118.018753, 38.202409 ], [ 118.045238, 38.214165 ], [ 118.112376, 38.210403 ], [ 118.177665, 38.186417 ], [ 118.217085, 38.146893 ], [ 118.331034, 38.12524 ], [ 118.404331, 38.121003 ], [ 118.431432, 38.106406 ], [ 118.44991, 38.124299 ], [ 118.504729, 38.11394 ], [ 118.534294, 38.063541 ], [ 118.552156, 38.05553 ], [ 118.597736, 38.079088 ], [ 118.607591, 38.129006 ], [ 118.626069, 38.138421 ], [ 118.703677, 38.151129 ], [ 118.811467, 38.157717 ], [ 118.908169, 38.139362 ], [ 118.974075, 38.094162 ], [ 119.001792, 37.99613 ], [ 119.110813, 37.921577 ], [ 119.12806, 37.847892 ], [ 119.16132, 37.81906 ], [ 119.212443, 37.838913 ], [ 119.24016, 37.878131 ], [ 119.291899, 37.869627 ], [ 119.309146, 37.805349 ], [ 119.280197, 37.692726 ], [ 119.262334, 37.660517 ], [ 119.236465, 37.651988 ], [ 119.153313, 37.655305 ], [ 119.023966, 37.642037 ], [ 118.988857, 37.620709 ], [ 118.939582, 37.527268 ], [ 118.942662, 37.497361 ], [ 119.001176, 37.31862 ], [ 119.03998, 37.30434 ], [ 119.054147, 37.254816 ], [ 119.084328, 37.239572 ], [ 119.091103, 37.257674 ], [ 119.12806, 37.254816 ], [ 119.136683, 37.230995 ], [ 119.204436, 37.280058 ], [ 119.190885, 37.25958 ], [ 119.2069, 37.223371 ], [ 119.298675, 37.197156 ], [ 119.301138, 37.139452 ], [ 119.327624, 37.115595 ], [ 119.361501, 37.125616 ], [ 119.428022, 37.125616 ], [ 119.489616, 37.134681 ], [ 119.576463, 37.127524 ], [ 119.678709, 37.158056 ], [ 119.698419, 37.127047 ], [ 119.744615, 37.135158 ], [ 119.83023, 37.225754 ], [ 119.865339, 37.233854 ], [ 119.89244, 37.263866 ], [ 119.883201, 37.311004 ], [ 119.837006, 37.346695 ], [ 119.843781, 37.376662 ], [ 119.926933, 37.386649 ], [ 119.949723, 37.419927 ], [ 120.010085, 37.442263 ], [ 120.064903, 37.448915 ], [ 120.086461, 37.465067 ], [ 120.144359, 37.481691 ], [ 120.222584, 37.532963 ], [ 120.246605, 37.556689 ], [ 120.208417, 37.588469 ], [ 120.215192, 37.621183 ], [ 120.272475, 37.636824 ], [ 120.269395, 37.658622 ], [ 120.22012, 37.671886 ], [ 120.227511, 37.693673 ], [ 120.367945, 37.697935 ], [ 120.454793, 37.757576 ], [ 120.517619, 37.750005 ], [ 120.590915, 37.7642 ], [ 120.634031, 37.796364 ], [ 120.656821, 37.793054 ], [ 120.733197, 37.833714 ], [ 120.839139, 37.82426 ], [ 120.845298, 37.826623 ], [ 120.874863, 37.833241 ], [ 120.940769, 37.819533 ], [ 120.943233, 37.785486 ], [ 120.994356, 37.759468 ], [ 121.037471, 37.718767 ], [ 121.136022, 37.723501 ], [ 121.160043, 37.698882 ], [ 121.142797, 37.661464 ], [ 121.161891, 37.646302 ], [ 121.148956, 37.626397 ], [ 121.17421, 37.597479 ], [ 121.217326, 37.582778 ], [ 121.304789, 37.582778 ], [ 121.358376, 37.597479 ], [ 121.349137, 37.635403 ], [ 121.391021, 37.625449 ], [ 121.435368, 37.592737 ], [ 121.395948, 37.589891 ], [ 121.400876, 37.557638 ], [ 121.460006, 37.522522 ], [ 121.477252, 37.475992 ], [ 121.571491, 37.441313 ], [ 121.575802, 37.460317 ], [ 121.635548, 37.494037 ], [ 121.66573, 37.473617 ], [ 121.772903, 37.466492 ], [ 121.923808, 37.473142 ], [ 121.997721, 37.494512 ], [ 122.017431, 37.531065 ], [ 122.075329, 37.540556 ], [ 122.08888, 37.554316 ], [ 122.150474, 37.557163 ], [ 122.163408, 37.519199 ], [ 122.131996, 37.49926 ], [ 122.166488, 37.438937 ], [ 122.194205, 37.456041 ], [ 122.25272, 37.467917 ], [ 122.287212, 37.445114 ], [ 122.281053, 37.430858 ], [ 122.337103, 37.414223 ], [ 122.41656, 37.414699 ], [ 122.487393, 37.43466 ], [ 122.4954, 37.413748 ], [ 122.553914, 37.407093 ], [ 122.641377, 37.428482 ], [ 122.67587, 37.413273 ], [ 122.701739, 37.418501 ], [ 122.714058, 37.392355 ], [ 122.6925, 37.373809 ], [ 122.650616, 37.388551 ], [ 122.607501, 37.364296 ], [ 122.611196, 37.339558 ], [ 122.573624, 37.296247 ], [ 122.567465, 37.25958 ], [ 122.592718, 37.261485 ], [ 122.624131, 37.190959 ], [ 122.573624, 37.176178 ], [ 122.581015, 37.147562 ], [ 122.533588, 37.153286 ], [ 122.484313, 37.128956 ], [ 122.478769, 37.058784 ], [ 122.467067, 37.037289 ], [ 122.494168, 37.033945 ], [ 122.575472, 37.054485 ], [ 122.583479, 37.037289 ], [ 122.544675, 37.004797 ], [ 122.55761, 36.968467 ], [ 122.532356, 36.901496 ], [ 122.48924, 36.886659 ], [ 122.483081, 36.913938 ], [ 122.434422, 36.914416 ], [ 122.457212, 36.868946 ], [ 122.383915, 36.865595 ], [ 122.378371, 36.844525 ], [ 122.344495, 36.828239 ], [ 122.280437, 36.835904 ], [ 122.275509, 36.83734 ], [ 122.220691, 36.848835 ], [ 122.174495, 36.842609 ], [ 122.188662, 36.866073 ], [ 122.175727, 36.894317 ], [ 122.119677, 36.891924 ], [ 122.141235, 36.938337 ], [ 122.124604, 36.944077 ], [ 122.115981, 36.94025 ], [ 122.093191, 36.913938 ], [ 122.051923, 36.904846 ], [ 122.042684, 36.871819 ], [ 122.008808, 36.96225 ], [ 121.965076, 36.938337 ], [ 121.927504, 36.932597 ], [ 121.767975, 36.874691 ], [ 121.762432, 36.84644 ], [ 121.726092, 36.826323 ], [ 121.6762, 36.819137 ], [ 121.631853, 36.80093 ], [ 121.651563, 36.723739 ], [ 121.556092, 36.764502 ], [ 121.575186, 36.740047 ], [ 121.532071, 36.73621 ], [ 121.485259, 36.786073 ], [ 121.548701, 36.807638 ], [ 121.565331, 36.830635 ], [ 121.506817, 36.803805 ], [ 121.496962, 36.795179 ], [ 121.454462, 36.752515 ], [ 121.3941, 36.738129 ], [ 121.400876, 36.701191 ], [ 121.35776, 36.713186 ], [ 121.31218, 36.702151 ], [ 121.29863, 36.702151 ], [ 121.251818, 36.671436 ], [ 121.161275, 36.651273 ], [ 121.078123, 36.607568 ], [ 121.028848, 36.572971 ], [ 120.955551, 36.575855 ], [ 120.926602, 36.611892 ], [ 120.882255, 36.627262 ], [ 120.847146, 36.618617 ], [ 120.884718, 36.601323 ], [ 120.909972, 36.568645 ], [ 120.962327, 36.562877 ], [ 120.983269, 36.546051 ], [ 120.95432, 36.507578 ], [ 120.965407, 36.466199 ], [ 120.938305, 36.447908 ], [ 120.90874, 36.450315 ], [ 120.919827, 36.419018 ], [ 120.871784, 36.36699 ], [ 120.848994, 36.403124 ], [ 120.858849, 36.424797 ], [ 120.828668, 36.46668 ], [ 120.759683, 36.46283 ], [ 120.694393, 36.390118 ], [ 120.744284, 36.327946 ], [ 120.66298, 36.331803 ], [ 120.653741, 36.282129 ], [ 120.686386, 36.279234 ], [ 120.696857, 36.15563 ], [ 120.712255, 36.126632 ], [ 120.672835, 36.130016 ], [ 120.64327, 36.114547 ], [ 120.615553, 36.120348 ], [ 120.593995, 36.100525 ], [ 120.546568, 36.107778 ], [ 120.546568, 36.091821 ], [ 120.468959, 36.087952 ], [ 120.429539, 36.056994 ], [ 120.370409, 36.053607 ], [ 120.289721, 36.059413 ], [ 120.35809, 36.174956 ], [ 120.362402, 36.196209 ], [ 120.319902, 36.232423 ], [ 120.297112, 36.225664 ], [ 120.310047, 36.185101 ], [ 120.263236, 36.182202 ], [ 120.260772, 36.198624 ], [ 120.224432, 36.19138 ], [ 120.22012, 36.209248 ], [ 120.181316, 36.203936 ], [ 120.140664, 36.173507 ], [ 120.142512, 36.143549 ], [ 120.108635, 36.127599 ], [ 120.116642, 36.102943 ], [ 120.152367, 36.095206 ], [ 120.181316, 36.066669 ], [ 120.239214, 36.062316 ], [ 120.234902, 36.030863 ], [ 120.198562, 35.995525 ], [ 120.257076, 36.025055 ], [ 120.249069, 35.992136 ], [ 120.285409, 36.01247 ], [ 120.289721, 36.017311 ], [ 120.316206, 36.002304 ], [ 120.30512, 35.971796 ], [ 120.265699, 35.966468 ], [ 120.209033, 35.917531 ], [ 120.202258, 35.89184 ], [ 120.169613, 35.888446 ], [ 120.207801, 35.947575 ], [ 120.152983, 35.907353 ], [ 120.125265, 35.906868 ], [ 120.112331, 35.885052 ], [ 120.064287, 35.873414 ], [ 120.032258, 35.812288 ], [ 120.049505, 35.786562 ], [ 120.01378, 35.714193 ], [ 119.958346, 35.760342 ], [ 119.926317, 35.759856 ], [ 119.920157, 35.739943 ], [ 119.950339, 35.729741 ], [ 119.91215, 35.660725 ], [ 119.925085, 35.637382 ], [ 119.868419, 35.60868 ], [ 119.83023, 35.620357 ], [ 119.824071, 35.646136 ], [ 119.792658, 35.615492 ], [ 119.800665, 35.581915 ], [ 119.752622, 35.588729 ], [ 119.75139, 35.617924 ], [ 119.718129, 35.615492 ], [ 119.662079, 35.589215 ], [ 119.663311, 35.562931 ], [ 119.618963, 35.459655 ], [ 119.579543, 35.406504 ], [ 119.590014, 35.37284 ], [ 119.543819, 35.347949 ], [ 119.538275, 35.296678 ], [ 119.493312, 35.318655 ], [ 119.450812, 35.285443 ], [ 119.411392, 35.231689 ], [ 119.397841, 35.137777 ], [ 119.428022, 35.121136 ], [ 119.373819, 35.078538 ], [ 119.354109, 35.080007 ], [ 119.306066, 35.076578 ], [ 119.286972, 35.115261 ], [ 119.250016, 35.124562 ], [ 119.217371, 35.106939 ], [ 119.137915, 35.096167 ], [ 119.114509, 35.055026 ], [ 119.027045, 35.055516 ], [ 118.942662, 35.040817 ], [ 118.928495, 35.051106 ], [ 118.86259, 35.025626 ], [ 118.860742, 34.944233 ], [ 118.805307, 34.87307 ], [ 118.80038, 34.843114 ], [ 118.772047, 34.794474 ], [ 118.739402, 34.792508 ], [ 118.719076, 34.745313 ], [ 118.764039, 34.740396 ], [ 118.783749, 34.723181 ], [ 118.739402, 34.693663 ], [ 118.690127, 34.678408 ], [ 118.664257, 34.693663 ], [ 118.607591, 34.694155 ], [ 118.601431, 34.714327 ], [ 118.545997, 34.705964 ], [ 118.460997, 34.656258 ], [ 118.473932, 34.623269 ], [ 118.439439, 34.626223 ], [ 118.424657, 34.595193 ], [ 118.439439, 34.507949 ], [ 118.416034, 34.473914 ], [ 118.404947, 34.427525 ], [ 118.379693, 34.415183 ], [ 118.290382, 34.424563 ], [ 118.277447, 34.404814 ], [ 118.220165, 34.405802 ], [ 118.217701, 34.379134 ], [ 118.179513, 34.379628 ], [ 118.177665, 34.45319 ], [ 118.132702, 34.483287 ], [ 118.16473, 34.50499 ], [ 118.185056, 34.543942 ], [ 118.079115, 34.569571 ], [ 118.114839, 34.614404 ], [ 118.084042, 34.655766 ], [ 118.053861, 34.650843 ], [ 117.951615, 34.678408 ], [ 117.909732, 34.670533 ], [ 117.902956, 34.644443 ], [ 117.793935, 34.651827 ], [ 117.791471, 34.583368 ], [ 117.801942, 34.518798 ], [ 117.684298, 34.547392 ], [ 117.659044, 34.501044 ], [ 117.609769, 34.490686 ], [ 117.592523, 34.462566 ], [ 117.53832, 34.467006 ], [ 117.465023, 34.484767 ], [ 117.402813, 34.550843 ], [ 117.402813, 34.569571 ], [ 117.362777, 34.589281 ], [ 117.325205, 34.573021 ], [ 117.325205, 34.573021 ], [ 117.32151, 34.566614 ], [ 117.32151, 34.566614 ], [ 117.311654, 34.561686 ], [ 117.311654, 34.561686 ], [ 117.267307, 34.528659 ], [ 117.27285, 34.499565 ], [ 117.252524, 34.48674 ], [ 117.248213, 34.451216 ], [ 117.166293, 34.434435 ], [ 117.139191, 34.526687 ], [ 117.15151, 34.559222 ], [ 117.104083, 34.648874 ], [ 117.073286, 34.639026 ], [ 117.061583, 34.675947 ], [ 117.070206, 34.713835 ], [ 117.022163, 34.759081 ], [ 116.969192, 34.771864 ], [ 116.95133, 34.81069 ], [ 116.979047, 34.815113 ], [ 116.966113, 34.844588 ], [ 116.929156, 34.843114 ], [ 116.922381, 34.894671 ], [ 116.858323, 34.928533 ], [ 116.821983, 34.929515 ], [ 116.809048, 34.968757 ], [ 116.781947, 34.961891 ], [ 116.781331, 34.916757 ], [ 116.677853, 34.939327 ], [ 116.622418, 34.939818 ], [ 116.613795, 34.922645 ], [ 116.557745, 34.908905 ], [ 116.445028, 34.895652 ], [ 116.408071, 34.850972 ], [ 116.403144, 34.756131 ], [ 116.369267, 34.749247 ], [ 116.363724, 34.715311 ], [ 116.392057, 34.710391 ], [ 116.374195, 34.640011 ] ] ], [ [ [ 120.729502, 37.947065 ], [ 120.76461, 37.923937 ], [ 120.76461, 37.895134 ], [ 120.721495, 37.917328 ], [ 120.729502, 37.947065 ] ] ], [ [ [ 120.692545, 37.983867 ], [ 120.724574, 37.987641 ], [ 120.732581, 37.961694 ], [ 120.692545, 37.983867 ] ] ], [ [ [ 120.990044, 36.413239 ], [ 120.950624, 36.414684 ], [ 120.978341, 36.428649 ], [ 120.990044, 36.413239 ] ] ], [ [ [ 120.750444, 38.150188 ], [ 120.742436, 38.199116 ], [ 120.7874, 38.158658 ], [ 120.750444, 38.150188 ] ] ], [ [ [ 120.918595, 38.345236 ], [ 120.895189, 38.36307 ], [ 120.914899, 38.373393 ], [ 120.918595, 38.345236 ] ] ], [ [ [ 120.159142, 35.765198 ], [ 120.172077, 35.785591 ], [ 120.193019, 35.756942 ], [ 120.169613, 35.740428 ], [ 120.159142, 35.765198 ] ] ], [ [ [ 120.62664, 37.94565 ], [ 120.602002, 37.978678 ], [ 120.631567, 37.981037 ], [ 120.62664, 37.94565 ] ] ], [ [ [ 120.802183, 38.284193 ], [ 120.816349, 38.318008 ], [ 120.848378, 38.305799 ], [ 120.802183, 38.284193 ] ] ], [ [ [ 121.489571, 37.577086 ], [ 121.488955, 37.578035 ], [ 121.489571, 37.578509 ], [ 121.489571, 37.577561 ], [ 121.489571, 37.577086 ] ] ], [ [ [ 121.485875, 37.578509 ], [ 121.487723, 37.578509 ], [ 121.487723, 37.578035 ], [ 121.485875, 37.578509 ] ] ], [ [ [ 121.487723, 37.578509 ], [ 121.488339, 37.578509 ], [ 121.488955, 37.578509 ], [ 121.488955, 37.578035 ], [ 121.487723, 37.577561 ], [ 121.487723, 37.578509 ] ] ], [ [ [ 115.495249, 35.896203 ], [ 115.505104, 35.899112 ], [ 115.513112, 35.890385 ], [ 115.487858, 35.880688 ], [ 115.495249, 35.896203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "410000", "name": "河南省", "center": [ 113.665412, 34.757975 ], "centroid": [ 113.619748, 33.902617 ], "childrenNum": 18, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 15, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 115.5088, 32.468761 ], [ 115.509416, 32.466741 ], [ 115.522967, 32.441997 ], [ 115.57101, 32.419266 ], [ 115.604271, 32.425833 ], [ 115.626445, 32.40512 ], [ 115.657857, 32.428864 ], [ 115.667712, 32.409667 ], [ 115.704669, 32.495013 ], [ 115.742241, 32.476335 ], [ 115.771806, 32.505108 ], [ 115.789052, 32.468761 ], [ 115.861117, 32.537403 ], [ 115.891298, 32.576243 ], [ 115.910393, 32.567165 ], [ 115.8759, 32.542448 ], [ 115.845719, 32.501575 ], [ 115.883291, 32.487946 ], [ 115.865429, 32.458662 ], [ 115.899306, 32.390971 ], [ 115.912856, 32.227596 ], [ 115.941805, 32.166318 ], [ 115.922095, 32.049725 ], [ 115.928871, 32.003046 ], [ 115.909161, 31.94314 ], [ 115.920248, 31.920285 ], [ 115.894994, 31.8649 ], [ 115.893762, 31.832365 ], [ 115.914704, 31.814567 ], [ 115.886371, 31.776418 ], [ 115.851878, 31.786593 ], [ 115.808147, 31.770313 ], [ 115.808147, 31.770313 ], [ 115.767495, 31.78761 ], [ 115.731154, 31.76726 ], [ 115.676336, 31.778453 ], [ 115.553764, 31.69549 ], [ 115.534054, 31.698545 ], [ 115.495249, 31.673083 ], [ 115.476771, 31.643028 ], [ 115.485394, 31.608885 ], [ 115.439815, 31.588496 ], [ 115.415793, 31.525771 ], [ 115.371446, 31.495668 ], [ 115.389924, 31.450241 ], [ 115.373909, 31.405813 ], [ 115.338801, 31.40428 ], [ 115.301229, 31.383846 ], [ 115.250722, 31.392021 ], [ 115.252569, 31.421646 ], [ 115.211301, 31.442072 ], [ 115.218077, 31.515057 ], [ 115.235939, 31.555354 ], [ 115.212533, 31.555354 ], [ 115.16449, 31.604808 ], [ 115.12507, 31.599201 ], [ 115.106592, 31.567592 ], [ 115.114599, 31.530362 ], [ 115.096121, 31.508425 ], [ 115.022824, 31.527811 ], [ 114.995107, 31.471171 ], [ 114.962462, 31.494648 ], [ 114.884238, 31.469129 ], [ 114.870071, 31.479337 ], [ 114.830035, 31.45892 ], [ 114.789383, 31.480358 ], [ 114.778912, 31.520669 ], [ 114.696376, 31.525771 ], [ 114.641558, 31.582378 ], [ 114.61692, 31.585437 ], [ 114.572572, 31.553824 ], [ 114.560869, 31.560963 ], [ 114.547935, 31.623665 ], [ 114.57134, 31.660858 ], [ 114.586123, 31.762172 ], [ 114.549783, 31.766751 ], [ 114.530688, 31.742834 ], [ 114.443841, 31.728074 ], [ 114.403189, 31.746906 ], [ 114.350218, 31.755557 ], [ 114.292936, 31.752503 ], [ 114.235654, 31.833382 ], [ 114.191922, 31.852192 ], [ 114.134024, 31.843042 ], [ 114.119241, 31.805922 ], [ 114.089676, 31.781506 ], [ 114.017611, 31.770822 ], [ 113.988662, 31.749959 ], [ 113.952321, 31.793714 ], [ 113.957865, 31.852701 ], [ 113.914749, 31.877098 ], [ 113.893807, 31.847109 ], [ 113.854387, 31.843042 ], [ 113.830981, 31.87913 ], [ 113.832213, 31.918761 ], [ 113.805728, 31.929428 ], [ 113.817431, 31.964467 ], [ 113.757685, 31.98985 ], [ 113.791561, 32.036028 ], [ 113.728735, 32.083197 ], [ 113.722576, 32.12426 ], [ 113.750293, 32.11615 ], [ 113.782322, 32.184553 ], [ 113.752757, 32.215951 ], [ 113.73859, 32.255942 ], [ 113.749061, 32.272642 ], [ 113.758301, 32.27669 ], [ 113.768156, 32.284279 ], [ 113.768772, 32.30148 ], [ 113.753989, 32.328286 ], [ 113.76754, 32.370249 ], [ 113.735511, 32.410677 ], [ 113.700402, 32.420782 ], [ 113.650511, 32.412698 ], [ 113.624642, 32.36115 ], [ 113.511925, 32.316654 ], [ 113.428773, 32.270618 ], [ 113.376418, 32.298445 ], [ 113.353628, 32.294904 ], [ 113.317904, 32.327275 ], [ 113.333918, 32.336377 ], [ 113.2366, 32.407141 ], [ 113.211962, 32.431895 ], [ 113.158992, 32.410677 ], [ 113.155912, 32.380863 ], [ 113.118956, 32.375809 ], [ 113.107869, 32.398551 ], [ 113.078919, 32.394508 ], [ 113.025949, 32.425328 ], [ 113.000695, 32.41674 ], [ 112.992072, 32.378336 ], [ 112.912, 32.390971 ], [ 112.888594, 32.37682 ], [ 112.860877, 32.396024 ], [ 112.776493, 32.358623 ], [ 112.735841, 32.356095 ], [ 112.716747, 32.357612 ], [ 112.645298, 32.368227 ], [ 112.612037, 32.386928 ], [ 112.589248, 32.381369 ], [ 112.545516, 32.404109 ], [ 112.530733, 32.37682 ], [ 112.477147, 32.380863 ], [ 112.448814, 32.34295 ], [ 112.390915, 32.37126 ], [ 112.360118, 32.3657 ], [ 112.328089, 32.321712 ], [ 112.206133, 32.392992 ], [ 112.172873, 32.385412 ], [ 112.150083, 32.411688 ], [ 112.155626, 32.377326 ], [ 112.081098, 32.425833 ], [ 112.063851, 32.474315 ], [ 112.014576, 32.450077 ], [ 111.975772, 32.471791 ], [ 111.948671, 32.51722 ], [ 111.890157, 32.503089 ], [ 111.858128, 32.528826 ], [ 111.808853, 32.536899 ], [ 111.713382, 32.606497 ], [ 111.646245, 32.605993 ], [ 111.640701, 32.634724 ], [ 111.577875, 32.593388 ], [ 111.530448, 32.628172 ], [ 111.513202, 32.674026 ], [ 111.458383, 32.726402 ], [ 111.475629, 32.760127 ], [ 111.41342, 32.757108 ], [ 111.380159, 32.829049 ], [ 111.293311, 32.859217 ], [ 111.276065, 32.903445 ], [ 111.255123, 32.883846 ], [ 111.242804, 32.930573 ], [ 111.273601, 32.971753 ], [ 111.258819, 33.006389 ], [ 111.221862, 33.042517 ], [ 111.152877, 33.039507 ], [ 111.192913, 33.071609 ], [ 111.179363, 33.115229 ], [ 111.146102, 33.12375 ], [ 111.12824, 33.15532 ], [ 111.08882, 33.181871 ], [ 111.045704, 33.169849 ], [ 111.046936, 33.202905 ], [ 110.984726, 33.255469 ], [ 111.025994, 33.330504 ], [ 111.025994, 33.375495 ], [ 110.996429, 33.435946 ], [ 111.02661, 33.467903 ], [ 111.02661, 33.478386 ], [ 111.002588, 33.535772 ], [ 111.00382, 33.578662 ], [ 110.966864, 33.609071 ], [ 110.878784, 33.634486 ], [ 110.823966, 33.685793 ], [ 110.831973, 33.713675 ], [ 110.81719, 33.751003 ], [ 110.782082, 33.796272 ], [ 110.74143, 33.798759 ], [ 110.712481, 33.833564 ], [ 110.66259, 33.85295 ], [ 110.612083, 33.852453 ], [ 110.587445, 33.887733 ], [ 110.628713, 33.910086 ], [ 110.627481, 33.925482 ], [ 110.665669, 33.937895 ], [ 110.671213, 33.966192 ], [ 110.620706, 34.035652 ], [ 110.587445, 34.023252 ], [ 110.591757, 34.101586 ], [ 110.61393, 34.113478 ], [ 110.642264, 34.161032 ], [ 110.621938, 34.177372 ], [ 110.55788, 34.193214 ], [ 110.55172, 34.213012 ], [ 110.507989, 34.217466 ], [ 110.43962, 34.243196 ], [ 110.428533, 34.288203 ], [ 110.451938, 34.292653 ], [ 110.503677, 34.33714 ], [ 110.473496, 34.393457 ], [ 110.403279, 34.433448 ], [ 110.403279, 34.433448 ], [ 110.360779, 34.516825 ], [ 110.372482, 34.544435 ], [ 110.404511, 34.557743 ], [ 110.366939, 34.566614 ], [ 110.379257, 34.600612 ], [ 110.424837, 34.588295 ], [ 110.488279, 34.610956 ], [ 110.533242, 34.583368 ], [ 110.610851, 34.607508 ], [ 110.710017, 34.605045 ], [ 110.749437, 34.65232 ], [ 110.780234, 34.648874 ], [ 110.812263, 34.624746 ], [ 110.870777, 34.636072 ], [ 110.89911, 34.661673 ], [ 110.929907, 34.731543 ], [ 110.976103, 34.706456 ], [ 111.035233, 34.740887 ], [ 111.118385, 34.756623 ], [ 111.148566, 34.807742 ], [ 111.232949, 34.789559 ], [ 111.255123, 34.819535 ], [ 111.29208, 34.806759 ], [ 111.345666, 34.831816 ], [ 111.389398, 34.815113 ], [ 111.439289, 34.838202 ], [ 111.502731, 34.829851 ], [ 111.543999, 34.853428 ], [ 111.570484, 34.843114 ], [ 111.592042, 34.881416 ], [ 111.617911, 34.894671 ], [ 111.646861, 34.938836 ], [ 111.681969, 34.9511 ], [ 111.664107, 34.984449 ], [ 111.739251, 35.00406 ], [ 111.807005, 35.032977 ], [ 111.810084, 35.062374 ], [ 111.933272, 35.083435 ], [ 111.97762, 35.067272 ], [ 112.018888, 35.068742 ], [ 112.039214, 35.045717 ], [ 112.062004, 35.056005 ], [ 112.05646, 35.098615 ], [ 112.066315, 35.153437 ], [ 112.03983, 35.194039 ], [ 112.078634, 35.219467 ], [ 112.058924, 35.280069 ], [ 112.094033, 35.279092 ], [ 112.21722, 35.253195 ], [ 112.242474, 35.234622 ], [ 112.304684, 35.251728 ], [ 112.288053, 35.219956 ], [ 112.36751, 35.219956 ], [ 112.390915, 35.239021 ], [ 112.513487, 35.218489 ], [ 112.637291, 35.225822 ], [ 112.628052, 35.263457 ], [ 112.720443, 35.206265 ], [ 112.772798, 35.207732 ], [ 112.822073, 35.258082 ], [ 112.884283, 35.243909 ], [ 112.934174, 35.262968 ], [ 112.936022, 35.284466 ], [ 112.992072, 35.29619 ], [ 112.985913, 35.33965 ], [ 112.996384, 35.362104 ], [ 113.067217, 35.353806 ], [ 113.126347, 35.332327 ], [ 113.149137, 35.350878 ], [ 113.165151, 35.412845 ], [ 113.188557, 35.412357 ], [ 113.189789, 35.44893 ], [ 113.243375, 35.449418 ], [ 113.304353, 35.426989 ], [ 113.31236, 35.481101 ], [ 113.348085, 35.468429 ], [ 113.391817, 35.506925 ], [ 113.439244, 35.507412 ], [ 113.49899, 35.532254 ], [ 113.513773, 35.57364 ], [ 113.55812, 35.621816 ], [ 113.547649, 35.656835 ], [ 113.578446, 35.633491 ], [ 113.625258, 35.632518 ], [ 113.622794, 35.674825 ], [ 113.592613, 35.691838 ], [ 113.587685, 35.736542 ], [ 113.604932, 35.797727 ], [ 113.582758, 35.818111 ], [ 113.660982, 35.837035 ], [ 113.637576, 35.870019 ], [ 113.654207, 35.931586 ], [ 113.648663, 35.994073 ], [ 113.678844, 35.985841 ], [ 113.694859, 36.026991 ], [ 113.660366, 36.034735 ], [ 113.68562, 36.056026 ], [ 113.671453, 36.115514 ], [ 113.655439, 36.125182 ], [ 113.712721, 36.129533 ], [ 113.705946, 36.148865 ], [ 113.651127, 36.174473 ], [ 113.697939, 36.181719 ], [ 113.681924, 36.216491 ], [ 113.716417, 36.262347 ], [ 113.712105, 36.303353 ], [ 113.736127, 36.324571 ], [ 113.731199, 36.363135 ], [ 113.755221, 36.366026 ], [ 113.813119, 36.332285 ], [ 113.856851, 36.329392 ], [ 113.84946, 36.347711 ], [ 113.882104, 36.353977 ], [ 113.911054, 36.314927 ], [ 113.962792, 36.353977 ], [ 113.981887, 36.31782 ], [ 114.002828, 36.334214 ], [ 114.056415, 36.329392 ], [ 114.04348, 36.303353 ], [ 114.080437, 36.269585 ], [ 114.129096, 36.280199 ], [ 114.175907, 36.264759 ], [ 114.170364, 36.245938 ], [ 114.170364, 36.245938 ], [ 114.203009, 36.245456 ], [ 114.2104, 36.272962 ], [ 114.241197, 36.251247 ], [ 114.257827, 36.263794 ], [ 114.299095, 36.245938 ], [ 114.345291, 36.255591 ], [ 114.356378, 36.230492 ], [ 114.408117, 36.224699 ], [ 114.417356, 36.205868 ], [ 114.466015, 36.197658 ], [ 114.480181, 36.177855 ], [ 114.533152, 36.171575 ], [ 114.586739, 36.141133 ], [ 114.588587, 36.118414 ], [ 114.640326, 36.137266 ], [ 114.720398, 36.140166 ], [ 114.734564, 36.15563 ], [ 114.771521, 36.124699 ], [ 114.857752, 36.127599 ], [ 114.858368, 36.144516 ], [ 114.912571, 36.140649 ], [ 114.926737, 36.089403 ], [ 114.914419, 36.052155 ], [ 114.998186, 36.069572 ], [ 115.04623, 36.112613 ], [ 115.048693, 36.161912 ], [ 115.06286, 36.178338 ], [ 115.104744, 36.172058 ], [ 115.12507, 36.209731 ], [ 115.1842, 36.193312 ], [ 115.201446, 36.210214 ], [ 115.201446, 36.210214 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.208765 ], [ 115.242098, 36.19138 ], [ 115.279055, 36.13775 ], [ 115.30246, 36.127599 ], [ 115.312931, 36.088436 ], [ 115.365902, 36.099074 ], [ 115.376989, 36.128083 ], [ 115.450902, 36.152248 ], [ 115.465068, 36.170125 ], [ 115.483547, 36.148865 ], [ 115.484163, 36.125666 ], [ 115.449054, 36.047317 ], [ 115.447822, 36.01247 ], [ 115.362822, 35.971796 ], [ 115.353583, 35.938854 ], [ 115.364054, 35.894264 ], [ 115.335105, 35.796756 ], [ 115.363438, 35.779765 ], [ 115.407786, 35.80889 ], [ 115.460141, 35.867594 ], [ 115.487858, 35.880688 ], [ 115.513112, 35.890385 ], [ 115.583945, 35.921893 ], [ 115.648618, 35.922863 ], [ 115.699125, 35.966468 ], [ 115.774886, 35.974702 ], [ 115.779813, 35.993588 ], [ 115.817386, 36.012954 ], [ 115.859886, 36.003756 ], [ 115.89869, 36.026507 ], [ 115.989849, 36.045381 ], [ 116.057602, 36.104877 ], [ 116.099486, 36.112129 ], [ 116.063145, 36.028927 ], [ 116.048979, 35.970343 ], [ 115.984921, 35.974218 ], [ 115.911624, 35.960171 ], [ 115.907929, 35.92674 ], [ 115.873436, 35.918985 ], [ 115.882675, 35.879718 ], [ 115.859886, 35.857894 ], [ 115.81677, 35.844312 ], [ 115.773654, 35.854014 ], [ 115.73485, 35.833154 ], [ 115.696046, 35.788989 ], [ 115.693582, 35.754028 ], [ 115.622749, 35.739457 ], [ 115.52851, 35.733628 ], [ 115.48601, 35.710306 ], [ 115.383148, 35.568772 ], [ 115.34496, 35.55368 ], [ 115.356047, 35.490359 ], [ 115.307388, 35.480126 ], [ 115.237171, 35.423087 ], [ 115.172497, 35.426501 ], [ 115.126302, 35.41821 ], [ 115.117679, 35.400163 ], [ 115.091809, 35.416259 ], [ 115.073947, 35.374304 ], [ 115.04315, 35.376744 ], [ 114.957534, 35.261014 ], [ 114.929201, 35.244886 ], [ 114.932281, 35.198441 ], [ 114.861448, 35.182301 ], [ 114.841738, 35.15099 ], [ 114.883006, 35.098615 ], [ 114.835578, 35.076578 ], [ 114.818948, 35.051596 ], [ 114.852209, 35.041797 ], [ 114.824492, 35.012393 ], [ 114.880542, 35.00357 ], [ 114.923658, 34.968757 ], [ 114.950759, 34.989843 ], [ 115.008041, 34.988372 ], [ 115.028983, 34.9717 ], [ 115.075179, 35.000628 ], [ 115.12815, 35.00455 ], [ 115.157099, 34.957968 ], [ 115.219309, 34.96042 ], [ 115.205142, 34.914303 ], [ 115.251953, 34.906451 ], [ 115.239019, 34.87798 ], [ 115.256265, 34.845079 ], [ 115.317243, 34.859321 ], [ 115.42688, 34.805285 ], [ 115.449054, 34.74433 ], [ 115.433655, 34.725149 ], [ 115.461373, 34.637057 ], [ 115.515575, 34.582383 ], [ 115.553148, 34.568586 ], [ 115.622749, 34.574499 ], [ 115.685575, 34.556265 ], [ 115.697278, 34.594207 ], [ 115.787821, 34.580905 ], [ 115.827241, 34.558236 ], [ 115.838328, 34.5676 ], [ 115.984305, 34.589281 ], [ 115.991081, 34.615389 ], [ 116.037276, 34.593222 ], [ 116.101334, 34.60603 ], [ 116.134594, 34.559715 ], [ 116.156768, 34.5538 ], [ 116.196804, 34.575977 ], [ 116.191261, 34.535561 ], [ 116.204196, 34.508442 ], [ 116.178326, 34.496112 ], [ 116.162312, 34.459605 ], [ 116.178942, 34.430487 ], [ 116.215898, 34.403333 ], [ 116.213435, 34.382098 ], [ 116.255934, 34.376665 ], [ 116.301514, 34.342082 ], [ 116.363724, 34.316877 ], [ 116.372347, 34.26595 ], [ 116.409303, 34.273863 ], [ 116.409303, 34.273863 ], [ 116.456731, 34.268917 ], [ 116.516477, 34.296114 ], [ 116.562056, 34.285731 ], [ 116.582382, 34.266444 ], [ 116.545426, 34.241711 ], [ 116.542962, 34.203608 ], [ 116.565752, 34.16945 ], [ 116.536187, 34.151127 ], [ 116.52818, 34.122892 ], [ 116.576223, 34.068873 ], [ 116.576223, 34.068873 ], [ 116.599629, 34.014324 ], [ 116.599629, 34.014324 ], [ 116.641512, 33.978103 ], [ 116.64336, 33.896675 ], [ 116.631042, 33.887733 ], [ 116.566984, 33.9081 ], [ 116.558361, 33.881274 ], [ 116.486296, 33.869846 ], [ 116.437637, 33.846489 ], [ 116.437021, 33.801246 ], [ 116.408071, 33.805721 ], [ 116.393905, 33.782843 ], [ 116.316912, 33.771402 ], [ 116.263326, 33.730101 ], [ 116.2005, 33.72612 ], [ 116.155536, 33.709693 ], [ 116.132747, 33.751501 ], [ 116.100102, 33.782843 ], [ 116.074232, 33.781351 ], [ 116.055754, 33.804727 ], [ 116.05945, 33.860902 ], [ 115.982457, 33.917039 ], [ 116.00032, 33.965199 ], [ 115.95782, 34.007875 ], [ 115.904233, 34.009859 ], [ 115.876516, 34.028708 ], [ 115.877132, 34.002913 ], [ 115.852494, 34.003906 ], [ 115.846335, 34.028708 ], [ 115.809378, 34.062428 ], [ 115.736082, 34.076805 ], [ 115.705901, 34.059949 ], [ 115.658473, 34.061437 ], [ 115.642459, 34.03218 ], [ 115.60735, 34.030196 ], [ 115.579017, 33.974133 ], [ 115.577785, 33.950307 ], [ 115.547604, 33.874815 ], [ 115.631988, 33.869846 ], [ 115.614126, 33.775879 ], [ 115.576553, 33.787817 ], [ 115.563003, 33.772895 ], [ 115.601807, 33.718653 ], [ 115.601191, 33.658898 ], [ 115.639995, 33.585143 ], [ 115.564851, 33.576169 ], [ 115.561771, 33.563703 ], [ 115.463837, 33.567193 ], [ 115.422569, 33.557219 ], [ 115.394851, 33.506335 ], [ 115.366518, 33.5233 ], [ 115.345576, 33.502842 ], [ 115.345576, 33.449928 ], [ 115.316627, 33.44893 ], [ 115.328946, 33.403477 ], [ 115.313547, 33.376994 ], [ 115.341881, 33.370997 ], [ 115.365286, 33.336005 ], [ 115.361591, 33.298497 ], [ 115.335105, 33.297997 ], [ 115.340033, 33.260973 ], [ 115.300613, 33.204407 ], [ 115.303692, 33.149809 ], [ 115.289526, 33.131769 ], [ 115.245178, 33.135778 ], [ 115.194671, 33.120743 ], [ 115.168186, 33.088658 ], [ 115.041302, 33.086653 ], [ 114.990795, 33.102195 ], [ 114.966158, 33.147304 ], [ 114.932897, 33.153817 ], [ 114.902716, 33.129764 ], [ 114.897172, 33.086653 ], [ 114.913187, 33.083143 ], [ 114.925506, 33.016928 ], [ 114.891629, 33.020441 ], [ 114.883006, 32.990328 ], [ 114.916266, 32.971251 ], [ 114.943368, 32.935094 ], [ 115.009273, 32.940117 ], [ 115.035143, 32.932582 ], [ 115.029599, 32.906962 ], [ 115.139237, 32.897917 ], [ 115.155867, 32.864747 ], [ 115.197135, 32.856201 ], [ 115.189744, 32.812452 ], [ 115.211301, 32.785791 ], [ 115.189744, 32.770695 ], [ 115.179273, 32.726402 ], [ 115.182968, 32.666973 ], [ 115.20083, 32.591876 ], [ 115.24333, 32.593388 ], [ 115.267352, 32.578261 ], [ 115.30554, 32.583303 ], [ 115.304924, 32.553042 ], [ 115.411482, 32.575235 ], [ 115.409018, 32.549007 ], [ 115.497713, 32.492489 ], [ 115.5088, 32.468761 ] ] ], [ [ [ 113.768156, 32.284279 ], [ 113.758301, 32.27669 ], [ 113.749061, 32.272642 ], [ 113.768772, 32.30148 ], [ 113.768156, 32.284279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "420000", "name": "湖北省", "center": [ 114.298572, 30.584355 ], "centroid": [ 112.271286, 30.987521 ], "childrenNum": 17, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 16, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111.045704, 33.169849 ], [ 111.08882, 33.181871 ], [ 111.12824, 33.15532 ], [ 111.146102, 33.12375 ], [ 111.179363, 33.115229 ], [ 111.192913, 33.071609 ], [ 111.152877, 33.039507 ], [ 111.221862, 33.042517 ], [ 111.258819, 33.006389 ], [ 111.273601, 32.971753 ], [ 111.242804, 32.930573 ], [ 111.255123, 32.883846 ], [ 111.276065, 32.903445 ], [ 111.293311, 32.859217 ], [ 111.380159, 32.829049 ], [ 111.41342, 32.757108 ], [ 111.475629, 32.760127 ], [ 111.458383, 32.726402 ], [ 111.513202, 32.674026 ], [ 111.530448, 32.628172 ], [ 111.577875, 32.593388 ], [ 111.640701, 32.634724 ], [ 111.646245, 32.605993 ], [ 111.713382, 32.606497 ], [ 111.808853, 32.536899 ], [ 111.858128, 32.528826 ], [ 111.890157, 32.503089 ], [ 111.948671, 32.51722 ], [ 111.975772, 32.471791 ], [ 112.014576, 32.450077 ], [ 112.063851, 32.474315 ], [ 112.081098, 32.425833 ], [ 112.155626, 32.377326 ], [ 112.150083, 32.411688 ], [ 112.172873, 32.385412 ], [ 112.206133, 32.392992 ], [ 112.328089, 32.321712 ], [ 112.360118, 32.3657 ], [ 112.390915, 32.37126 ], [ 112.448814, 32.34295 ], [ 112.477147, 32.380863 ], [ 112.530733, 32.37682 ], [ 112.545516, 32.404109 ], [ 112.589248, 32.381369 ], [ 112.612037, 32.386928 ], [ 112.645298, 32.368227 ], [ 112.716747, 32.357612 ], [ 112.724138, 32.358623 ], [ 112.733993, 32.356601 ], [ 112.735841, 32.356095 ], [ 112.776493, 32.358623 ], [ 112.860877, 32.396024 ], [ 112.888594, 32.37682 ], [ 112.912, 32.390971 ], [ 112.992072, 32.378336 ], [ 113.000695, 32.41674 ], [ 113.025949, 32.425328 ], [ 113.078919, 32.394508 ], [ 113.107869, 32.398551 ], [ 113.118956, 32.375809 ], [ 113.155912, 32.380863 ], [ 113.158992, 32.410677 ], [ 113.211962, 32.431895 ], [ 113.2366, 32.407141 ], [ 113.333918, 32.336377 ], [ 113.317904, 32.327275 ], [ 113.353628, 32.294904 ], [ 113.376418, 32.298445 ], [ 113.428773, 32.270618 ], [ 113.511925, 32.316654 ], [ 113.624642, 32.36115 ], [ 113.650511, 32.412698 ], [ 113.700402, 32.420782 ], [ 113.735511, 32.410677 ], [ 113.76754, 32.370249 ], [ 113.753989, 32.328286 ], [ 113.768772, 32.30148 ], [ 113.749061, 32.272642 ], [ 113.73859, 32.255942 ], [ 113.752757, 32.215951 ], [ 113.782322, 32.184553 ], [ 113.750293, 32.11615 ], [ 113.722576, 32.12426 ], [ 113.728735, 32.083197 ], [ 113.791561, 32.036028 ], [ 113.757685, 31.98985 ], [ 113.817431, 31.964467 ], [ 113.805728, 31.929428 ], [ 113.832213, 31.918761 ], [ 113.830981, 31.87913 ], [ 113.854387, 31.843042 ], [ 113.893807, 31.847109 ], [ 113.914749, 31.877098 ], [ 113.957865, 31.852701 ], [ 113.952321, 31.793714 ], [ 113.988662, 31.749959 ], [ 114.017611, 31.770822 ], [ 114.089676, 31.781506 ], [ 114.119241, 31.805922 ], [ 114.134024, 31.843042 ], [ 114.191922, 31.852192 ], [ 114.235654, 31.833382 ], [ 114.292936, 31.752503 ], [ 114.350218, 31.755557 ], [ 114.403189, 31.746906 ], [ 114.443841, 31.728074 ], [ 114.530688, 31.742834 ], [ 114.549783, 31.766751 ], [ 114.586123, 31.762172 ], [ 114.57134, 31.660858 ], [ 114.547935, 31.623665 ], [ 114.560869, 31.560963 ], [ 114.572572, 31.553824 ], [ 114.61692, 31.585437 ], [ 114.641558, 31.582378 ], [ 114.696376, 31.525771 ], [ 114.778912, 31.520669 ], [ 114.789383, 31.480358 ], [ 114.830035, 31.45892 ], [ 114.870071, 31.479337 ], [ 114.884238, 31.469129 ], [ 114.962462, 31.494648 ], [ 114.995107, 31.471171 ], [ 115.022824, 31.527811 ], [ 115.096121, 31.508425 ], [ 115.114599, 31.530362 ], [ 115.106592, 31.567592 ], [ 115.12507, 31.599201 ], [ 115.16449, 31.604808 ], [ 115.212533, 31.555354 ], [ 115.235939, 31.555354 ], [ 115.218077, 31.515057 ], [ 115.211301, 31.442072 ], [ 115.252569, 31.421646 ], [ 115.250722, 31.392021 ], [ 115.301229, 31.383846 ], [ 115.338801, 31.40428 ], [ 115.373909, 31.405813 ], [ 115.393004, 31.389977 ], [ 115.372062, 31.349098 ], [ 115.40717, 31.337854 ], [ 115.443511, 31.344498 ], [ 115.473076, 31.265242 ], [ 115.507568, 31.267799 ], [ 115.539597, 31.231985 ], [ 115.540213, 31.194621 ], [ 115.585793, 31.143926 ], [ 115.603655, 31.17363 ], [ 115.655394, 31.211002 ], [ 115.700973, 31.201276 ], [ 115.778582, 31.112164 ], [ 115.797676, 31.128047 ], [ 115.837712, 31.127022 ], [ 115.867277, 31.147512 ], [ 115.887603, 31.10909 ], [ 115.939958, 31.071678 ], [ 115.938726, 31.04707 ], [ 116.006479, 31.034764 ], [ 116.015102, 31.011685 ], [ 116.058834, 31.012711 ], [ 116.071769, 30.956787 ], [ 116.03974, 30.957813 ], [ 115.976298, 30.931636 ], [ 115.932566, 30.889532 ], [ 115.865429, 30.864364 ], [ 115.848799, 30.828397 ], [ 115.863581, 30.815549 ], [ 115.851262, 30.756938 ], [ 115.782893, 30.751795 ], [ 115.762567, 30.685426 ], [ 115.81369, 30.637035 ], [ 115.819234, 30.597893 ], [ 115.848799, 30.602014 ], [ 115.876516, 30.582438 ], [ 115.887603, 30.542758 ], [ 115.910393, 30.519046 ], [ 115.894994, 30.452517 ], [ 115.921479, 30.416397 ], [ 115.885139, 30.379747 ], [ 115.91532, 30.337919 ], [ 115.903001, 30.31364 ], [ 115.985537, 30.290905 ], [ 115.997856, 30.252657 ], [ 116.065609, 30.204569 ], [ 116.055754, 30.180774 ], [ 116.088399, 30.110391 ], [ 116.078544, 30.062233 ], [ 116.091479, 30.036331 ], [ 116.073616, 29.969993 ], [ 116.128435, 29.897904 ], [ 116.13521, 29.819532 ], [ 116.087167, 29.795125 ], [ 116.049595, 29.761881 ], [ 115.965827, 29.724469 ], [ 115.909777, 29.723949 ], [ 115.837096, 29.748373 ], [ 115.762567, 29.793048 ], [ 115.706517, 29.837703 ], [ 115.667712, 29.850161 ], [ 115.611662, 29.841337 ], [ 115.51188, 29.840299 ], [ 115.479235, 29.811224 ], [ 115.470612, 29.739539 ], [ 115.412714, 29.688602 ], [ 115.355431, 29.649602 ], [ 115.304924, 29.637118 ], [ 115.28583, 29.618391 ], [ 115.250722, 29.660003 ], [ 115.176809, 29.654803 ], [ 115.113367, 29.684963 ], [ 115.117679, 29.655843 ], [ 115.143548, 29.645961 ], [ 115.120142, 29.597578 ], [ 115.157099, 29.584568 ], [ 115.154019, 29.510117 ], [ 115.086266, 29.525741 ], [ 115.087498, 29.560104 ], [ 115.033295, 29.546568 ], [ 115.00065, 29.572076 ], [ 114.947679, 29.542924 ], [ 114.966773, 29.522096 ], [ 114.940288, 29.493971 ], [ 114.900868, 29.505951 ], [ 114.860216, 29.476258 ], [ 114.888549, 29.436134 ], [ 114.918114, 29.454374 ], [ 114.90518, 29.473132 ], [ 114.935977, 29.486678 ], [ 114.947063, 29.465317 ], [ 114.931049, 29.422581 ], [ 114.895325, 29.397557 ], [ 114.866375, 29.404335 ], [ 114.812173, 29.383478 ], [ 114.784455, 29.386086 ], [ 114.759818, 29.363139 ], [ 114.740724, 29.386607 ], [ 114.67297, 29.395993 ], [ 114.621847, 29.379828 ], [ 114.589819, 29.352707 ], [ 114.519602, 29.325578 ], [ 114.466015, 29.324013 ], [ 114.440145, 29.341752 ], [ 114.376088, 29.322969 ], [ 114.341595, 29.327665 ], [ 114.307102, 29.365225 ], [ 114.259059, 29.343839 ], [ 114.252284, 29.23475 ], [ 114.169748, 29.216993 ], [ 114.063191, 29.204978 ], [ 114.034857, 29.152204 ], [ 113.98743, 29.126068 ], [ 113.952321, 29.092604 ], [ 113.94185, 29.047097 ], [ 113.898119, 29.029307 ], [ 113.876561, 29.038202 ], [ 113.882104, 29.065407 ], [ 113.852539, 29.058606 ], [ 113.816199, 29.105154 ], [ 113.775547, 29.095219 ], [ 113.749677, 29.060699 ], [ 113.722576, 29.104631 ], [ 113.696091, 29.077437 ], [ 113.690547, 29.114566 ], [ 113.66283, 29.16945 ], [ 113.691779, 29.19662 ], [ 113.693011, 29.226394 ], [ 113.651743, 29.225872 ], [ 113.609859, 29.25146 ], [ 113.632033, 29.316186 ], [ 113.660982, 29.333405 ], [ 113.674533, 29.388172 ], [ 113.731199, 29.393907 ], [ 113.755221, 29.446557 ], [ 113.677613, 29.513763 ], [ 113.630801, 29.523137 ], [ 113.710257, 29.555419 ], [ 113.73859, 29.579363 ], [ 113.704098, 29.634518 ], [ 113.680692, 29.64336 ], [ 113.663446, 29.684443 ], [ 113.606164, 29.666764 ], [ 113.547033, 29.675603 ], [ 113.540258, 29.699519 ], [ 113.558736, 29.727067 ], [ 113.550729, 29.768115 ], [ 113.575367, 29.809147 ], [ 113.571671, 29.849123 ], [ 113.37765, 29.703158 ], [ 113.277252, 29.594976 ], [ 113.222433, 29.543965 ], [ 113.181781, 29.485636 ], [ 113.145441, 29.449163 ], [ 113.099861, 29.459585 ], [ 113.078304, 29.438218 ], [ 113.057362, 29.522616 ], [ 113.034572, 29.523658 ], [ 112.950188, 29.473132 ], [ 112.912, 29.606944 ], [ 112.915696, 29.620992 ], [ 113.005007, 29.693801 ], [ 113.025949, 29.772791 ], [ 112.974826, 29.732784 ], [ 112.944645, 29.682883 ], [ 112.926782, 29.692241 ], [ 112.923703, 29.766557 ], [ 112.929246, 29.77383 ], [ 112.902145, 29.79149 ], [ 112.894138, 29.783699 ], [ 112.861493, 29.78318 ], [ 112.79374, 29.735902 ], [ 112.788812, 29.681323 ], [ 112.733378, 29.645441 ], [ 112.714283, 29.648561 ], [ 112.693957, 29.601741 ], [ 112.650842, 29.592374 ], [ 112.640371, 29.607985 ], [ 112.572001, 29.624113 ], [ 112.54182, 29.60122 ], [ 112.499321, 29.629316 ], [ 112.439574, 29.633997 ], [ 112.424792, 29.598619 ], [ 112.368741, 29.541362 ], [ 112.333017, 29.545007 ], [ 112.291133, 29.517409 ], [ 112.281278, 29.536676 ], [ 112.303452, 29.585609 ], [ 112.233851, 29.61631 ], [ 112.244322, 29.659483 ], [ 112.202438, 29.633997 ], [ 112.178416, 29.656883 ], [ 112.111279, 29.659483 ], [ 112.089721, 29.685482 ], [ 112.065699, 29.681323 ], [ 112.07617, 29.743696 ], [ 112.008417, 29.778505 ], [ 111.95483, 29.796683 ], [ 111.965917, 29.832512 ], [ 111.925881, 29.836665 ], [ 111.899396, 29.855871 ], [ 111.899396, 29.855871 ], [ 111.861207, 29.856909 ], [ 111.8107, 29.901017 ], [ 111.75773, 29.92021 ], [ 111.723853, 29.909317 ], [ 111.723853, 29.909317 ], [ 111.705375, 29.890121 ], [ 111.669034, 29.888565 ], [ 111.669034, 29.888565 ], [ 111.553854, 29.894272 ], [ 111.527368, 29.925916 ], [ 111.475629, 29.918654 ], [ 111.436825, 29.930065 ], [ 111.394325, 29.912948 ], [ 111.382623, 29.95029 ], [ 111.342587, 29.944586 ], [ 111.3315, 29.970512 ], [ 111.266826, 30.01146 ], [ 111.242188, 30.040476 ], [ 111.031537, 30.048765 ], [ 110.929907, 30.063268 ], [ 110.924364, 30.111426 ], [ 110.851067, 30.126439 ], [ 110.746973, 30.112979 ], [ 110.756212, 30.054463 ], [ 110.712481, 30.033223 ], [ 110.650887, 30.07777 ], [ 110.600996, 30.054463 ], [ 110.531394, 30.061197 ], [ 110.497518, 30.055499 ], [ 110.491358, 30.019751 ], [ 110.557264, 29.988137 ], [ 110.517228, 29.961179 ], [ 110.49875, 29.91243 ], [ 110.538786, 29.895828 ], [ 110.549873, 29.848085 ], [ 110.60038, 29.839779 ], [ 110.642879, 29.775907 ], [ 110.562807, 29.712515 ], [ 110.507373, 29.692241 ], [ 110.467337, 29.713034 ], [ 110.447011, 29.664684 ], [ 110.372482, 29.633477 ], [ 110.339221, 29.668324 ], [ 110.302265, 29.661563 ], [ 110.289946, 29.6964 ], [ 110.219729, 29.746814 ], [ 110.160599, 29.753569 ], [ 110.113788, 29.789932 ], [ 110.02386, 29.769674 ], [ 109.941325, 29.774349 ], [ 109.908064, 29.763959 ], [ 109.869876, 29.774869 ], [ 109.779333, 29.757725 ], [ 109.755311, 29.733304 ], [ 109.760238, 29.689122 ], [ 109.714659, 29.673524 ], [ 109.701108, 29.636078 ], [ 109.717739, 29.615269 ], [ 109.664768, 29.599659 ], [ 109.651833, 29.625674 ], [ 109.578536, 29.629836 ], [ 109.558826, 29.606944 ], [ 109.516326, 29.626194 ], [ 109.488609, 29.553336 ], [ 109.467051, 29.560104 ], [ 109.458428, 29.513242 ], [ 109.433791, 29.530948 ], [ 109.436254, 29.488761 ], [ 109.415928, 29.497617 ], [ 109.418392, 29.453332 ], [ 109.368501, 29.413719 ], [ 109.391291, 29.372005 ], [ 109.343863, 29.369398 ], [ 109.352487, 29.284872 ], [ 109.312451, 29.25146 ], [ 109.257632, 29.222738 ], [ 109.275494, 29.202366 ], [ 109.261328, 29.161089 ], [ 109.274262, 29.121885 ], [ 109.232378, 29.119271 ], [ 109.215748, 29.145409 ], [ 109.162777, 29.180946 ], [ 109.139372, 29.168927 ], [ 109.110422, 29.21647 ], [ 109.141835, 29.270256 ], [ 109.106727, 29.288526 ], [ 109.11227, 29.361053 ], [ 109.060531, 29.403292 ], [ 109.034662, 29.360531 ], [ 108.999553, 29.36366 ], [ 108.983539, 29.332883 ], [ 108.919481, 29.3261 ], [ 108.934264, 29.399643 ], [ 108.927488, 29.435612 ], [ 108.884373, 29.440824 ], [ 108.866511, 29.470527 ], [ 108.888684, 29.502305 ], [ 108.878213, 29.539279 ], [ 108.913322, 29.574679 ], [ 108.901003, 29.604863 ], [ 108.870206, 29.596537 ], [ 108.888068, 29.628795 ], [ 108.844337, 29.658443 ], [ 108.781511, 29.635558 ], [ 108.797525, 29.660003 ], [ 108.786438, 29.691721 ], [ 108.752562, 29.649082 ], [ 108.690968, 29.689642 ], [ 108.676801, 29.749412 ], [ 108.680497, 29.800319 ], [ 108.658939, 29.854833 ], [ 108.601041, 29.863656 ], [ 108.556077, 29.818493 ], [ 108.52528, 29.770713 ], [ 108.548686, 29.749412 ], [ 108.504954, 29.728626 ], [ 108.504338, 29.707836 ], [ 108.460606, 29.741098 ], [ 108.437201, 29.741098 ], [ 108.442744, 29.778505 ], [ 108.422418, 29.772791 ], [ 108.424266, 29.815897 ], [ 108.371295, 29.841337 ], [ 108.433505, 29.880262 ], [ 108.467998, 29.864175 ], [ 108.516041, 29.885451 ], [ 108.517889, 29.9394 ], [ 108.536367, 29.983472 ], [ 108.532055, 30.051873 ], [ 108.513577, 30.057571 ], [ 108.546222, 30.104178 ], [ 108.56778, 30.157491 ], [ 108.551766, 30.1637 ], [ 108.581947, 30.255759 ], [ 108.54499, 30.269716 ], [ 108.524048, 30.309506 ], [ 108.501258, 30.314673 ], [ 108.460606, 30.35961 ], [ 108.431041, 30.354446 ], [ 108.402092, 30.376649 ], [ 108.430425, 30.416397 ], [ 108.411331, 30.438586 ], [ 108.42673, 30.492233 ], [ 108.472925, 30.487076 ], [ 108.512961, 30.501515 ], [ 108.556077, 30.487592 ], [ 108.56778, 30.468508 ], [ 108.6497, 30.53915 ], [ 108.642925, 30.578831 ], [ 108.688504, 30.58759 ], [ 108.698975, 30.54482 ], [ 108.743939, 30.494812 ], [ 108.789518, 30.513374 ], [ 108.808612, 30.491202 ], [ 108.838793, 30.503062 ], [ 108.893612, 30.565434 ], [ 108.971836, 30.627766 ], [ 109.006329, 30.626736 ], [ 109.042669, 30.655571 ], [ 109.071002, 30.640125 ], [ 109.111654, 30.646303 ], [ 109.106111, 30.61077 ], [ 109.09256, 30.578831 ], [ 109.103647, 30.565949 ], [ 109.143683, 30.521108 ], [ 109.191726, 30.545851 ], [ 109.191726, 30.545851 ], [ 109.245313, 30.580892 ], [ 109.299516, 30.630341 ], [ 109.314298, 30.599953 ], [ 109.36111, 30.551004 ], [ 109.337088, 30.521623 ], [ 109.35495, 30.487076 ], [ 109.418392, 30.559766 ], [ 109.435638, 30.595832 ], [ 109.535421, 30.664837 ], [ 109.543428, 30.63961 ], [ 109.574225, 30.646818 ], [ 109.590855, 30.69366 ], [ 109.625348, 30.702923 ], [ 109.661072, 30.738936 ], [ 109.656761, 30.760538 ], [ 109.701724, 30.783677 ], [ 109.780564, 30.848437 ], [ 109.828608, 30.864364 ], [ 109.894513, 30.899803 ], [ 109.943788, 30.878746 ], [ 110.008462, 30.883369 ], [ 110.019549, 30.829425 ], [ 110.048498, 30.800642 ], [ 110.082375, 30.799614 ], [ 110.151976, 30.911613 ], [ 110.153824, 30.953708 ], [ 110.172918, 30.978853 ], [ 110.140889, 30.987062 ], [ 110.140273, 31.030661 ], [ 110.120563, 31.0322 ], [ 110.119947, 31.088592 ], [ 110.147048, 31.116776 ], [ 110.180309, 31.121899 ], [ 110.200019, 31.158779 ], [ 110.180309, 31.179774 ], [ 110.155671, 31.279564 ], [ 110.161831, 31.314338 ], [ 110.118715, 31.409899 ], [ 110.054042, 31.410921 ], [ 110.036795, 31.436966 ], [ 109.98752, 31.474744 ], [ 109.94502, 31.47066 ], [ 109.969658, 31.508935 ], [ 109.894513, 31.519139 ], [ 109.837847, 31.555354 ], [ 109.727594, 31.548214 ], [ 109.745456, 31.598182 ], [ 109.76455, 31.602769 ], [ 109.737449, 31.628761 ], [ 109.731289, 31.700582 ], [ 109.683246, 31.719929 ], [ 109.622268, 31.711783 ], [ 109.585928, 31.726546 ], [ 109.592087, 31.789136 ], [ 109.633971, 31.804396 ], [ 109.633971, 31.824738 ], [ 109.60379, 31.885737 ], [ 109.584696, 31.900472 ], [ 109.62042, 31.928412 ], [ 109.631507, 31.962436 ], [ 109.590855, 32.012688 ], [ 109.590855, 32.047696 ], [ 109.621652, 32.106519 ], [ 109.58716, 32.161251 ], [ 109.604406, 32.199241 ], [ 109.592703, 32.219495 ], [ 109.550203, 32.225065 ], [ 109.528645, 32.270112 ], [ 109.495385, 32.300468 ], [ 109.513247, 32.342444 ], [ 109.502776, 32.38895 ], [ 109.529877, 32.405625 ], [ 109.526797, 32.43341 ], [ 109.575457, 32.506622 ], [ 109.637051, 32.540935 ], [ 109.619804, 32.56767 ], [ 109.631507, 32.599943 ], [ 109.726978, 32.608513 ], [ 109.746072, 32.594901 ], [ 109.816905, 32.577252 ], [ 109.910528, 32.592884 ], [ 109.97089, 32.577756 ], [ 110.017701, 32.546989 ], [ 110.084223, 32.580782 ], [ 110.090382, 32.617083 ], [ 110.124259, 32.616579 ], [ 110.153824, 32.593388 ], [ 110.206179, 32.633212 ], [ 110.156903, 32.683093 ], [ 110.159367, 32.767173 ], [ 110.127338, 32.77774 ], [ 110.142121, 32.802895 ], [ 110.105164, 32.832569 ], [ 110.051578, 32.851676 ], [ 109.988752, 32.886359 ], [ 109.927158, 32.887364 ], [ 109.907448, 32.903947 ], [ 109.856941, 32.910479 ], [ 109.847702, 32.893395 ], [ 109.789804, 32.882339 ], [ 109.76455, 32.909474 ], [ 109.785492, 32.987316 ], [ 109.794731, 33.067095 ], [ 109.704188, 33.101694 ], [ 109.688174, 33.116733 ], [ 109.576073, 33.110216 ], [ 109.522486, 33.138785 ], [ 109.468283, 33.140288 ], [ 109.438718, 33.152314 ], [ 109.498464, 33.207412 ], [ 109.514479, 33.237951 ], [ 109.60687, 33.235949 ], [ 109.619804, 33.275484 ], [ 109.649985, 33.251465 ], [ 109.693101, 33.254468 ], [ 109.732521, 33.231443 ], [ 109.813209, 33.236449 ], [ 109.852013, 33.247961 ], [ 109.916687, 33.229942 ], [ 109.973353, 33.203907 ], [ 109.999223, 33.212419 ], [ 110.031252, 33.191888 ], [ 110.164911, 33.209415 ], [ 110.218497, 33.163336 ], [ 110.285635, 33.171352 ], [ 110.33799, 33.160331 ], [ 110.372482, 33.186379 ], [ 110.398352, 33.176862 ], [ 110.398352, 33.176862 ], [ 110.471032, 33.171352 ], [ 110.54125, 33.255469 ], [ 110.57759, 33.250464 ], [ 110.59422, 33.168346 ], [ 110.623785, 33.143796 ], [ 110.650887, 33.157324 ], [ 110.702626, 33.097182 ], [ 110.753133, 33.15031 ], [ 110.824582, 33.158327 ], [ 110.828893, 33.201403 ], [ 110.865234, 33.213921 ], [ 110.9219, 33.203907 ], [ 110.960704, 33.253967 ], [ 110.984726, 33.255469 ], [ 111.046936, 33.202905 ], [ 111.035849, 33.187881 ], [ 111.034001, 33.177864 ], [ 111.045704, 33.169849 ] ] ], [ [ [ 109.106111, 30.570587 ], [ 109.09872, 30.579346 ], [ 109.101183, 30.579346 ], [ 109.106111, 30.570587 ] ] ], [ [ [ 111.046936, 33.202905 ], [ 111.045704, 33.169849 ], [ 111.034001, 33.177864 ], [ 111.035849, 33.187881 ], [ 111.046936, 33.202905 ] ] ], [ [ [ 112.716747, 32.357612 ], [ 112.735841, 32.356095 ], [ 112.733993, 32.356601 ], [ 112.724138, 32.358623 ], [ 112.716747, 32.357612 ] ] ], [ [ [ 112.902145, 29.79149 ], [ 112.929246, 29.77383 ], [ 112.923703, 29.766557 ], [ 112.894138, 29.783699 ], [ 112.902145, 29.79149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "430000", "name": "湖南省", "center": [ 112.982279, 28.19409 ], "centroid": [ 111.711649, 27.629221 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 17, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.48245, 26.029788 ], [ 109.452885, 26.055598 ], [ 109.449805, 26.101826 ], [ 109.502776, 26.096451 ], [ 109.513863, 26.128157 ], [ 109.47629, 26.148035 ], [ 109.439334, 26.238789 ], [ 109.467051, 26.313917 ], [ 109.442414, 26.289774 ], [ 109.369733, 26.277432 ], [ 109.351255, 26.264016 ], [ 109.325385, 26.29031 ], [ 109.285965, 26.295676 ], [ 109.271183, 26.327863 ], [ 109.29582, 26.350389 ], [ 109.319842, 26.418477 ], [ 109.38082, 26.454381 ], [ 109.362342, 26.472061 ], [ 109.385747, 26.493487 ], [ 109.381436, 26.518659 ], [ 109.407305, 26.533116 ], [ 109.390675, 26.598955 ], [ 109.35495, 26.658873 ], [ 109.334008, 26.646036 ], [ 109.306291, 26.661012 ], [ 109.283501, 26.698445 ], [ 109.35495, 26.693098 ], [ 109.407305, 26.719829 ], [ 109.447957, 26.759913 ], [ 109.486761, 26.759913 ], [ 109.52187, 26.749226 ], [ 109.528645, 26.743881 ], [ 109.568065, 26.726243 ], [ 109.597015, 26.756173 ], [ 109.554515, 26.73533 ], [ 109.528645, 26.743881 ], [ 109.522486, 26.749226 ], [ 109.497232, 26.815474 ], [ 109.513247, 26.84004 ], [ 109.509551, 26.877947 ], [ 109.486761, 26.895562 ], [ 109.452885, 26.861932 ], [ 109.436254, 26.892359 ], [ 109.555131, 26.946788 ], [ 109.520022, 27.058764 ], [ 109.497848, 27.079548 ], [ 109.486761, 27.053968 ], [ 109.454733, 27.069423 ], [ 109.472595, 27.134951 ], [ 109.441182, 27.117907 ], [ 109.415312, 27.154123 ], [ 109.358646, 27.153058 ], [ 109.33524, 27.139212 ], [ 109.264407, 27.131755 ], [ 109.239154, 27.14933 ], [ 109.21698, 27.114711 ], [ 109.165857, 27.066758 ], [ 109.101183, 27.06889 ], [ 109.128901, 27.122701 ], [ 109.032814, 27.104056 ], [ 109.007561, 27.08008 ], [ 108.940423, 27.044907 ], [ 108.942887, 27.017186 ], [ 108.942887, 27.017186 ], [ 108.877597, 27.01612 ], [ 108.79075, 27.084343 ], [ 108.878829, 27.106187 ], [ 108.926873, 27.160512 ], [ 108.907778, 27.204699 ], [ 108.963213, 27.235565 ], [ 108.983539, 27.26802 ], [ 109.053756, 27.293551 ], [ 109.044517, 27.331304 ], [ 109.103647, 27.336621 ], [ 109.142451, 27.418461 ], [ 109.141835, 27.448207 ], [ 109.167089, 27.41793 ], [ 109.202197, 27.450331 ], [ 109.245313, 27.41793 ], [ 109.300132, 27.423774 ], [ 109.303211, 27.47582 ], [ 109.404841, 27.55066 ], [ 109.461508, 27.567637 ], [ 109.451037, 27.586204 ], [ 109.470131, 27.62863 ], [ 109.45658, 27.673689 ], [ 109.470747, 27.680049 ], [ 109.414081, 27.725087 ], [ 109.366653, 27.721909 ], [ 109.37774, 27.736741 ], [ 109.332777, 27.782815 ], [ 109.346943, 27.838396 ], [ 109.32169, 27.868027 ], [ 109.30198, 27.956343 ], [ 109.319842, 27.988585 ], [ 109.362342, 28.007608 ], [ 109.378972, 28.034551 ], [ 109.335856, 28.063073 ], [ 109.298284, 28.036136 ], [ 109.314298, 28.103729 ], [ 109.33832, 28.141731 ], [ 109.340168, 28.19027 ], [ 109.367885, 28.254602 ], [ 109.388211, 28.268307 ], [ 109.33524, 28.293605 ], [ 109.317994, 28.277795 ], [ 109.275494, 28.313101 ], [ 109.268719, 28.33786 ], [ 109.289045, 28.373673 ], [ 109.264407, 28.392628 ], [ 109.260712, 28.46473 ], [ 109.274262, 28.494714 ], [ 109.273646, 28.53836 ], [ 109.319842, 28.579886 ], [ 109.306907, 28.62087 ], [ 109.252089, 28.606685 ], [ 109.235458, 28.61982 ], [ 109.201581, 28.597753 ], [ 109.192958, 28.636104 ], [ 109.271183, 28.671816 ], [ 109.252704, 28.691767 ], [ 109.294588, 28.722211 ], [ 109.2989, 28.7474 ], [ 109.241002, 28.776779 ], [ 109.246545, 28.80143 ], [ 109.235458, 28.882161 ], [ 109.261328, 28.952356 ], [ 109.292741, 28.987436 ], [ 109.294588, 29.015177 ], [ 109.319842, 29.042388 ], [ 109.312451, 29.066453 ], [ 109.240386, 29.086328 ], [ 109.232378, 29.119271 ], [ 109.274262, 29.121885 ], [ 109.261328, 29.161089 ], [ 109.275494, 29.202366 ], [ 109.257632, 29.222738 ], [ 109.312451, 29.25146 ], [ 109.352487, 29.284872 ], [ 109.343863, 29.369398 ], [ 109.391291, 29.372005 ], [ 109.368501, 29.413719 ], [ 109.418392, 29.453332 ], [ 109.415928, 29.497617 ], [ 109.436254, 29.488761 ], [ 109.433791, 29.530948 ], [ 109.458428, 29.513242 ], [ 109.467051, 29.560104 ], [ 109.488609, 29.553336 ], [ 109.516326, 29.626194 ], [ 109.558826, 29.606944 ], [ 109.578536, 29.629836 ], [ 109.651833, 29.625674 ], [ 109.664768, 29.599659 ], [ 109.717739, 29.615269 ], [ 109.701108, 29.636078 ], [ 109.714659, 29.673524 ], [ 109.760238, 29.689122 ], [ 109.755311, 29.733304 ], [ 109.779333, 29.757725 ], [ 109.869876, 29.774869 ], [ 109.908064, 29.763959 ], [ 109.941325, 29.774349 ], [ 110.02386, 29.769674 ], [ 110.113788, 29.789932 ], [ 110.160599, 29.753569 ], [ 110.219729, 29.746814 ], [ 110.289946, 29.6964 ], [ 110.302265, 29.661563 ], [ 110.339221, 29.668324 ], [ 110.372482, 29.633477 ], [ 110.447011, 29.664684 ], [ 110.467337, 29.713034 ], [ 110.507373, 29.692241 ], [ 110.562807, 29.712515 ], [ 110.642879, 29.775907 ], [ 110.60038, 29.839779 ], [ 110.549873, 29.848085 ], [ 110.538786, 29.895828 ], [ 110.49875, 29.91243 ], [ 110.517228, 29.961179 ], [ 110.557264, 29.988137 ], [ 110.491358, 30.019751 ], [ 110.497518, 30.055499 ], [ 110.531394, 30.061197 ], [ 110.600996, 30.054463 ], [ 110.650887, 30.07777 ], [ 110.712481, 30.033223 ], [ 110.756212, 30.054463 ], [ 110.746973, 30.112979 ], [ 110.851067, 30.126439 ], [ 110.924364, 30.111426 ], [ 110.929907, 30.063268 ], [ 111.031537, 30.048765 ], [ 111.242188, 30.040476 ], [ 111.266826, 30.01146 ], [ 111.3315, 29.970512 ], [ 111.342587, 29.944586 ], [ 111.382623, 29.95029 ], [ 111.394325, 29.912948 ], [ 111.436825, 29.930065 ], [ 111.475629, 29.918654 ], [ 111.527368, 29.925916 ], [ 111.553854, 29.894272 ], [ 111.669034, 29.888565 ], [ 111.669034, 29.888565 ], [ 111.705375, 29.890121 ], [ 111.723853, 29.909317 ], [ 111.723853, 29.909317 ], [ 111.75773, 29.92021 ], [ 111.8107, 29.901017 ], [ 111.861207, 29.856909 ], [ 111.899396, 29.855871 ], [ 111.899396, 29.855871 ], [ 111.925881, 29.836665 ], [ 111.965917, 29.832512 ], [ 111.95483, 29.796683 ], [ 112.008417, 29.778505 ], [ 112.07617, 29.743696 ], [ 112.065699, 29.681323 ], [ 112.089721, 29.685482 ], [ 112.111279, 29.659483 ], [ 112.178416, 29.656883 ], [ 112.202438, 29.633997 ], [ 112.244322, 29.659483 ], [ 112.233851, 29.61631 ], [ 112.303452, 29.585609 ], [ 112.281278, 29.536676 ], [ 112.291133, 29.517409 ], [ 112.333017, 29.545007 ], [ 112.368741, 29.541362 ], [ 112.424792, 29.598619 ], [ 112.439574, 29.633997 ], [ 112.499321, 29.629316 ], [ 112.54182, 29.60122 ], [ 112.572001, 29.624113 ], [ 112.640371, 29.607985 ], [ 112.650842, 29.592374 ], [ 112.693957, 29.601741 ], [ 112.714283, 29.648561 ], [ 112.733378, 29.645441 ], [ 112.788812, 29.681323 ], [ 112.79374, 29.735902 ], [ 112.861493, 29.78318 ], [ 112.894138, 29.783699 ], [ 112.923703, 29.766557 ], [ 112.926782, 29.692241 ], [ 112.944645, 29.682883 ], [ 112.974826, 29.732784 ], [ 113.025949, 29.772791 ], [ 113.005007, 29.693801 ], [ 112.915696, 29.620992 ], [ 112.912, 29.606944 ], [ 112.950188, 29.473132 ], [ 113.034572, 29.523658 ], [ 113.057362, 29.522616 ], [ 113.078304, 29.438218 ], [ 113.099861, 29.459585 ], [ 113.145441, 29.449163 ], [ 113.181781, 29.485636 ], [ 113.222433, 29.543965 ], [ 113.277252, 29.594976 ], [ 113.37765, 29.703158 ], [ 113.571671, 29.849123 ], [ 113.575367, 29.809147 ], [ 113.550729, 29.768115 ], [ 113.558736, 29.727067 ], [ 113.540258, 29.699519 ], [ 113.547033, 29.675603 ], [ 113.606164, 29.666764 ], [ 113.663446, 29.684443 ], [ 113.680692, 29.64336 ], [ 113.704098, 29.634518 ], [ 113.73859, 29.579363 ], [ 113.710257, 29.555419 ], [ 113.630801, 29.523137 ], [ 113.677613, 29.513763 ], [ 113.755221, 29.446557 ], [ 113.731199, 29.393907 ], [ 113.674533, 29.388172 ], [ 113.660982, 29.333405 ], [ 113.632033, 29.316186 ], [ 113.609859, 29.25146 ], [ 113.651743, 29.225872 ], [ 113.693011, 29.226394 ], [ 113.691779, 29.19662 ], [ 113.66283, 29.16945 ], [ 113.690547, 29.114566 ], [ 113.696091, 29.077437 ], [ 113.722576, 29.104631 ], [ 113.749677, 29.060699 ], [ 113.775547, 29.095219 ], [ 113.816199, 29.105154 ], [ 113.852539, 29.058606 ], [ 113.882104, 29.065407 ], [ 113.876561, 29.038202 ], [ 113.898119, 29.029307 ], [ 113.94185, 29.047097 ], [ 113.961561, 28.999476 ], [ 113.955401, 28.978536 ], [ 113.973879, 28.937692 ], [ 114.008988, 28.955498 ], [ 114.005292, 28.917788 ], [ 114.028082, 28.891069 ], [ 114.060111, 28.902596 ], [ 114.056415, 28.872204 ], [ 114.076741, 28.834464 ], [ 114.124784, 28.843376 ], [ 114.153734, 28.829221 ], [ 114.137719, 28.779926 ], [ 114.157429, 28.761566 ], [ 114.122321, 28.623497 ], [ 114.132176, 28.607211 ], [ 114.08598, 28.558337 ], [ 114.138335, 28.533629 ], [ 114.15435, 28.507337 ], [ 114.218407, 28.48472 ], [ 114.217175, 28.466308 ], [ 114.172212, 28.432632 ], [ 114.214712, 28.403157 ], [ 114.252284, 28.395787 ], [ 114.2529, 28.319423 ], [ 114.198081, 28.29097 ], [ 114.182067, 28.249858 ], [ 114.143879, 28.246694 ], [ 114.109386, 28.205038 ], [ 114.107538, 28.182885 ], [ 114.068734, 28.171806 ], [ 114.012068, 28.174972 ], [ 113.992357, 28.161255 ], [ 114.025002, 28.080499 ], [ 114.047176, 28.057263 ], [ 114.025618, 28.031382 ], [ 113.970184, 28.041418 ], [ 113.966488, 28.017646 ], [ 113.936307, 28.018703 ], [ 113.914133, 27.991227 ], [ 113.864242, 28.004966 ], [ 113.845148, 27.971672 ], [ 113.822974, 27.982243 ], [ 113.752141, 27.93361 ], [ 113.72812, 27.874904 ], [ 113.756453, 27.860091 ], [ 113.763228, 27.799228 ], [ 113.69917, 27.740979 ], [ 113.696707, 27.71979 ], [ 113.652359, 27.663619 ], [ 113.607395, 27.625449 ], [ 113.608627, 27.585143 ], [ 113.579062, 27.545354 ], [ 113.583374, 27.524657 ], [ 113.627105, 27.49971 ], [ 113.591381, 27.467855 ], [ 113.59754, 27.428554 ], [ 113.632033, 27.40518 ], [ 113.605548, 27.38924 ], [ 113.616635, 27.345658 ], [ 113.657902, 27.347253 ], [ 113.699786, 27.331836 ], [ 113.72812, 27.350442 ], [ 113.872865, 27.384988 ], [ 113.872865, 27.346721 ], [ 113.854387, 27.30525 ], [ 113.872865, 27.289828 ], [ 113.846996, 27.222262 ], [ 113.779242, 27.137081 ], [ 113.771851, 27.096598 ], [ 113.803264, 27.099261 ], [ 113.824206, 27.036378 ], [ 113.86301, 27.018252 ], [ 113.892575, 26.964925 ], [ 113.927068, 26.948922 ], [ 113.890112, 26.895562 ], [ 113.877177, 26.859262 ], [ 113.835909, 26.806394 ], [ 113.853771, 26.769532 ], [ 113.860546, 26.664221 ], [ 113.912901, 26.613938 ], [ 113.996669, 26.615543 ], [ 114.019459, 26.587182 ], [ 114.10877, 26.56952 ], [ 114.07243, 26.480096 ], [ 114.110002, 26.482775 ], [ 114.090292, 26.455988 ], [ 114.085364, 26.406149 ], [ 114.062575, 26.406149 ], [ 114.030546, 26.376664 ], [ 114.047792, 26.337518 ], [ 114.021307, 26.288701 ], [ 114.029314, 26.266163 ], [ 113.978807, 26.237716 ], [ 113.972647, 26.20604 ], [ 113.949242, 26.192616 ], [ 113.962792, 26.150722 ], [ 114.013299, 26.184023 ], [ 114.088444, 26.168448 ], [ 114.102611, 26.187783 ], [ 114.181451, 26.214631 ], [ 114.216559, 26.203355 ], [ 114.237501, 26.152333 ], [ 114.188842, 26.121172 ], [ 114.10569, 26.097526 ], [ 114.121089, 26.085702 ], [ 114.087828, 26.06635 ], [ 114.044096, 26.076564 ], [ 114.008372, 26.015806 ], [ 114.028082, 25.98138 ], [ 114.028082, 25.893119 ], [ 113.971416, 25.836036 ], [ 113.961561, 25.77731 ], [ 113.920293, 25.741197 ], [ 113.913517, 25.701299 ], [ 113.957249, 25.611749 ], [ 113.983118, 25.599336 ], [ 113.986198, 25.529153 ], [ 113.962792, 25.528072 ], [ 113.94493, 25.441635 ], [ 113.887032, 25.436772 ], [ 113.877177, 25.380552 ], [ 113.839605, 25.363248 ], [ 113.814967, 25.328634 ], [ 113.76446, 25.333502 ], [ 113.753373, 25.362707 ], [ 113.686852, 25.351891 ], [ 113.680076, 25.334584 ], [ 113.611707, 25.327552 ], [ 113.584606, 25.306453 ], [ 113.579062, 25.34432 ], [ 113.535946, 25.368656 ], [ 113.479896, 25.375145 ], [ 113.449715, 25.359463 ], [ 113.407215, 25.401637 ], [ 113.373338, 25.402719 ], [ 113.341926, 25.448661 ], [ 113.314208, 25.442716 ], [ 113.311129, 25.490264 ], [ 113.248919, 25.514031 ], [ 113.226129, 25.50971 ], [ 113.176854, 25.471355 ], [ 113.11834, 25.44704 ], [ 113.130658, 25.427043 ], [ 113.096782, 25.412449 ], [ 113.078304, 25.382174 ], [ 113.013014, 25.352432 ], [ 112.969898, 25.350269 ], [ 112.93479, 25.325929 ], [ 112.924319, 25.296714 ], [ 112.891058, 25.339993 ], [ 112.854718, 25.337829 ], [ 112.867036, 25.249632 ], [ 112.897833, 25.238264 ], [ 112.958195, 25.254503 ], [ 112.992688, 25.247467 ], [ 113.034572, 25.198199 ], [ 112.97421, 25.168412 ], [ 112.96805, 25.141869 ], [ 113.018557, 25.083344 ], [ 112.979137, 25.03401 ], [ 113.009934, 24.977604 ], [ 113.011782, 24.946136 ], [ 112.984681, 24.921172 ], [ 112.904609, 24.921715 ], [ 112.873812, 24.896747 ], [ 112.780805, 24.896747 ], [ 112.778341, 24.947764 ], [ 112.743233, 24.959701 ], [ 112.742001, 24.99876 ], [ 112.714899, 25.025876 ], [ 112.712436, 25.083344 ], [ 112.660081, 25.132658 ], [ 112.628052, 25.140785 ], [ 112.562762, 25.124531 ], [ 112.458053, 25.152162 ], [ 112.44327, 25.185744 ], [ 112.414937, 25.14241 ], [ 112.365046, 25.191701 ], [ 112.315771, 25.175453 ], [ 112.302836, 25.157037 ], [ 112.256025, 25.159204 ], [ 112.246785, 25.185202 ], [ 112.19751, 25.187368 ], [ 112.174105, 25.128866 ], [ 112.177184, 25.106649 ], [ 112.151931, 25.055698 ], [ 112.155626, 25.026419 ], [ 112.12175, 24.989538 ], [ 112.119902, 24.963499 ], [ 112.175337, 24.927685 ], [ 112.167329, 24.859828 ], [ 112.149467, 24.837019 ], [ 112.124214, 24.841364 ], [ 112.03367, 24.771286 ], [ 112.024431, 24.740308 ], [ 111.951135, 24.769655 ], [ 111.929577, 24.75607 ], [ 111.875374, 24.756613 ], [ 111.868599, 24.771829 ], [ 111.814396, 24.770199 ], [ 111.783599, 24.785957 ], [ 111.708455, 24.788673 ], [ 111.666571, 24.760961 ], [ 111.637621, 24.715303 ], [ 111.641933, 24.684856 ], [ 111.588962, 24.690837 ], [ 111.570484, 24.64461 ], [ 111.526752, 24.637538 ], [ 111.499035, 24.667997 ], [ 111.451608, 24.665822 ], [ 111.431282, 24.687574 ], [ 111.461463, 24.728894 ], [ 111.479325, 24.797366 ], [ 111.449144, 24.857113 ], [ 111.447296, 24.892947 ], [ 111.470086, 24.92877 ], [ 111.434977, 24.951562 ], [ 111.43313, 24.979774 ], [ 111.460231, 24.992793 ], [ 111.467622, 25.02208 ], [ 111.416499, 25.047566 ], [ 111.435593, 25.093642 ], [ 111.375231, 25.128324 ], [ 111.36784, 25.108817 ], [ 111.321645, 25.105023 ], [ 111.274833, 25.151078 ], [ 111.221862, 25.106649 ], [ 111.200921, 25.074672 ], [ 111.139943, 25.042144 ], [ 111.101754, 25.035095 ], [ 111.100522, 24.945593 ], [ 111.009363, 24.921172 ], [ 110.968711, 24.975434 ], [ 110.951465, 25.04377 ], [ 110.98411, 25.101772 ], [ 110.998892, 25.161371 ], [ 111.112841, 25.21715 ], [ 111.103602, 25.285351 ], [ 111.138711, 25.303748 ], [ 111.184906, 25.367034 ], [ 111.210776, 25.363248 ], [ 111.257587, 25.395691 ], [ 111.26313, 25.42326 ], [ 111.300087, 25.44812 ], [ 111.32842, 25.521592 ], [ 111.324724, 25.564249 ], [ 111.343202, 25.602574 ], [ 111.309942, 25.645203 ], [ 111.30871, 25.720171 ], [ 111.399869, 25.744431 ], [ 111.442369, 25.77192 ], [ 111.43313, 25.84627 ], [ 111.4861, 25.859196 ], [ 111.460231, 25.885042 ], [ 111.383239, 25.881812 ], [ 111.376463, 25.906039 ], [ 111.346282, 25.906577 ], [ 111.297007, 25.874274 ], [ 111.29208, 25.854349 ], [ 111.251428, 25.864581 ], [ 111.230486, 25.916267 ], [ 111.189834, 25.953402 ], [ 111.235413, 26.048071 ], [ 111.267442, 26.058824 ], [ 111.244652, 26.078177 ], [ 111.26621, 26.095914 ], [ 111.258203, 26.151796 ], [ 111.274833, 26.183486 ], [ 111.271754, 26.217316 ], [ 111.293311, 26.222148 ], [ 111.277913, 26.272066 ], [ 111.228022, 26.261333 ], [ 111.204616, 26.276359 ], [ 111.208928, 26.30426 ], [ 111.090667, 26.308016 ], [ 111.008132, 26.336982 ], [ 111.008747, 26.35897 ], [ 110.974255, 26.385778 ], [ 110.94469, 26.373447 ], [ 110.944074, 26.326791 ], [ 110.926212, 26.320354 ], [ 110.939762, 26.286554 ], [ 110.836284, 26.255966 ], [ 110.759292, 26.248451 ], [ 110.73835, 26.271529 ], [ 110.742046, 26.313917 ], [ 110.711249, 26.29192 ], [ 110.673676, 26.317135 ], [ 110.643495, 26.308552 ], [ 110.612083, 26.333764 ], [ 110.584365, 26.296749 ], [ 110.552952, 26.283335 ], [ 110.546793, 26.233421 ], [ 110.495054, 26.166299 ], [ 110.477808, 26.179727 ], [ 110.437772, 26.153945 ], [ 110.373098, 26.088927 ], [ 110.325671, 25.975462 ], [ 110.257301, 25.961473 ], [ 110.24991, 26.010965 ], [ 110.181541, 26.060437 ], [ 110.168606, 26.028713 ], [ 110.100853, 26.020108 ], [ 110.065128, 26.050221 ], [ 110.100853, 26.132455 ], [ 110.099005, 26.168985 ], [ 110.03002, 26.166299 ], [ 109.970274, 26.195301 ], [ 109.904368, 26.135679 ], [ 109.898825, 26.095377 ], [ 109.864332, 26.027637 ], [ 109.814441, 26.041081 ], [ 109.782412, 25.996981 ], [ 109.806434, 25.973848 ], [ 109.826144, 25.911422 ], [ 109.811361, 25.877504 ], [ 109.779333, 25.866196 ], [ 109.768246, 25.890427 ], [ 109.685094, 25.880197 ], [ 109.67955, 25.921649 ], [ 109.693717, 25.959321 ], [ 109.710963, 25.954478 ], [ 109.730057, 25.989988 ], [ 109.649369, 26.016882 ], [ 109.635203, 26.047533 ], [ 109.588391, 26.019571 ], [ 109.560058, 26.021184 ], [ 109.513247, 25.998056 ], [ 109.48245, 26.029788 ] ] ], [ [ [ 109.528645, 26.743881 ], [ 109.52187, 26.749226 ], [ 109.522486, 26.749226 ], [ 109.528645, 26.743881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "440000", "name": "广东省", "center": [ 113.280637, 23.125178 ], "centroid": [ 113.429915, 23.334652 ], "childrenNum": 21, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 18, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.785492, 21.45673 ], [ 109.788572, 21.490702 ], [ 109.754695, 21.556396 ], [ 109.742992, 21.616497 ], [ 109.778101, 21.670455 ], [ 109.786108, 21.637638 ], [ 109.839695, 21.636525 ], [ 109.888354, 21.652101 ], [ 109.888354, 21.652101 ], [ 109.916071, 21.668787 ], [ 109.940093, 21.769419 ], [ 109.94502, 21.84443 ], [ 109.999839, 21.881643 ], [ 110.050962, 21.857205 ], [ 110.101469, 21.86998 ], [ 110.12857, 21.902744 ], [ 110.196323, 21.899968 ], [ 110.212338, 21.886085 ], [ 110.212338, 21.886085 ], [ 110.224041, 21.882198 ], [ 110.224041, 21.882198 ], [ 110.283787, 21.892194 ], [ 110.290562, 21.917736 ], [ 110.337374, 21.887751 ], [ 110.391576, 21.89386 ], [ 110.378642, 21.939942 ], [ 110.378642, 21.939942 ], [ 110.374946, 21.967695 ], [ 110.374946, 21.967695 ], [ 110.352772, 21.97602 ], [ 110.359547, 22.015973 ], [ 110.35154, 22.097508 ], [ 110.364475, 22.125785 ], [ 110.326287, 22.152393 ], [ 110.34846, 22.195621 ], [ 110.378026, 22.164587 ], [ 110.414366, 22.208365 ], [ 110.456866, 22.189526 ], [ 110.505525, 22.14297 ], [ 110.55788, 22.196175 ], [ 110.602843, 22.18343 ], [ 110.598532, 22.162924 ], [ 110.629329, 22.149068 ], [ 110.678604, 22.172901 ], [ 110.646575, 22.220554 ], [ 110.687843, 22.249914 ], [ 110.725415, 22.29588 ], [ 110.759292, 22.274837 ], [ 110.787009, 22.28259 ], [ 110.749437, 22.329653 ], [ 110.74143, 22.361757 ], [ 110.711249, 22.369506 ], [ 110.712481, 22.440879 ], [ 110.688459, 22.477935 ], [ 110.74143, 22.464109 ], [ 110.740198, 22.498947 ], [ 110.762988, 22.518298 ], [ 110.749437, 22.556991 ], [ 110.778386, 22.585174 ], [ 110.812263, 22.576333 ], [ 110.897878, 22.591805 ], [ 110.896031, 22.613352 ], [ 110.950233, 22.61059 ], [ 110.958856, 22.636553 ], [ 110.997045, 22.631582 ], [ 111.055559, 22.648705 ], [ 111.089435, 22.695643 ], [ 111.058023, 22.729871 ], [ 111.118385, 22.744773 ], [ 111.185522, 22.735942 ], [ 111.218167, 22.748085 ], [ 111.358601, 22.889301 ], [ 111.374615, 22.938361 ], [ 111.362913, 22.967568 ], [ 111.403565, 22.99126 ], [ 111.389398, 23.005583 ], [ 111.433746, 23.036428 ], [ 111.43313, 23.073322 ], [ 111.402333, 23.066165 ], [ 111.377695, 23.082132 ], [ 111.365992, 23.14488 ], [ 111.38447, 23.16744 ], [ 111.388782, 23.210349 ], [ 111.36476, 23.240047 ], [ 111.353058, 23.284582 ], [ 111.376463, 23.30437 ], [ 111.363528, 23.340641 ], [ 111.389398, 23.375804 ], [ 111.383239, 23.399423 ], [ 111.399869, 23.469159 ], [ 111.428818, 23.466414 ], [ 111.479941, 23.532822 ], [ 111.487332, 23.626615 ], [ 111.555702, 23.64087 ], [ 111.615448, 23.639225 ], [ 111.614832, 23.65896 ], [ 111.666571, 23.718696 ], [ 111.621607, 23.725819 ], [ 111.627766, 23.78881 ], [ 111.654868, 23.833159 ], [ 111.683201, 23.822758 ], [ 111.683201, 23.822758 ], [ 111.722621, 23.823305 ], [ 111.8107, 23.80688 ], [ 111.824867, 23.832612 ], [ 111.812548, 23.887343 ], [ 111.845809, 23.904305 ], [ 111.854432, 23.947521 ], [ 111.911714, 23.943693 ], [ 111.940664, 23.987989 ], [ 111.92157, 24.012045 ], [ 111.878454, 24.109862 ], [ 111.886461, 24.163929 ], [ 111.871062, 24.176487 ], [ 111.877222, 24.227252 ], [ 111.912946, 24.221795 ], [ 111.958526, 24.263813 ], [ 111.986243, 24.25672 ], [ 111.990555, 24.279634 ], [ 112.026279, 24.294908 ], [ 112.05954, 24.339628 ], [ 112.057692, 24.387057 ], [ 112.025047, 24.438828 ], [ 111.985011, 24.467701 ], [ 112.009649, 24.503103 ], [ 112.007185, 24.534684 ], [ 111.972077, 24.578775 ], [ 111.936968, 24.595645 ], [ 111.927729, 24.629378 ], [ 111.953598, 24.64733 ], [ 111.939432, 24.686487 ], [ 111.961606, 24.721283 ], [ 112.024431, 24.740308 ], [ 112.03367, 24.771286 ], [ 112.124214, 24.841364 ], [ 112.149467, 24.837019 ], [ 112.167329, 24.859828 ], [ 112.175337, 24.927685 ], [ 112.119902, 24.963499 ], [ 112.12175, 24.989538 ], [ 112.155626, 25.026419 ], [ 112.151931, 25.055698 ], [ 112.177184, 25.106649 ], [ 112.174105, 25.128866 ], [ 112.19751, 25.187368 ], [ 112.246785, 25.185202 ], [ 112.256025, 25.159204 ], [ 112.302836, 25.157037 ], [ 112.315771, 25.175453 ], [ 112.365046, 25.191701 ], [ 112.414937, 25.14241 ], [ 112.44327, 25.185744 ], [ 112.458053, 25.152162 ], [ 112.562762, 25.124531 ], [ 112.628052, 25.140785 ], [ 112.660081, 25.132658 ], [ 112.712436, 25.083344 ], [ 112.714899, 25.025876 ], [ 112.742001, 24.99876 ], [ 112.743233, 24.959701 ], [ 112.778341, 24.947764 ], [ 112.780805, 24.896747 ], [ 112.873812, 24.896747 ], [ 112.904609, 24.921715 ], [ 112.984681, 24.921172 ], [ 113.011782, 24.946136 ], [ 113.009934, 24.977604 ], [ 112.979137, 25.03401 ], [ 113.018557, 25.083344 ], [ 112.96805, 25.141869 ], [ 112.97421, 25.168412 ], [ 113.034572, 25.198199 ], [ 112.992688, 25.247467 ], [ 112.958195, 25.254503 ], [ 112.897833, 25.238264 ], [ 112.867036, 25.249632 ], [ 112.854718, 25.337829 ], [ 112.891058, 25.339993 ], [ 112.924319, 25.296714 ], [ 112.93479, 25.325929 ], [ 112.969898, 25.350269 ], [ 113.013014, 25.352432 ], [ 113.078304, 25.382174 ], [ 113.096782, 25.412449 ], [ 113.130658, 25.427043 ], [ 113.11834, 25.44704 ], [ 113.176854, 25.471355 ], [ 113.226129, 25.50971 ], [ 113.248919, 25.514031 ], [ 113.311129, 25.490264 ], [ 113.314208, 25.442716 ], [ 113.341926, 25.448661 ], [ 113.373338, 25.402719 ], [ 113.407215, 25.401637 ], [ 113.449715, 25.359463 ], [ 113.479896, 25.375145 ], [ 113.535946, 25.368656 ], [ 113.579062, 25.34432 ], [ 113.584606, 25.306453 ], [ 113.611707, 25.327552 ], [ 113.680076, 25.334584 ], [ 113.686852, 25.351891 ], [ 113.753373, 25.362707 ], [ 113.76446, 25.333502 ], [ 113.814967, 25.328634 ], [ 113.839605, 25.363248 ], [ 113.877177, 25.380552 ], [ 113.887032, 25.436772 ], [ 113.94493, 25.441635 ], [ 114.003444, 25.442716 ], [ 113.983118, 25.415152 ], [ 114.050256, 25.36433 ], [ 114.029314, 25.328093 ], [ 114.017611, 25.273987 ], [ 114.039785, 25.250714 ], [ 114.055799, 25.277775 ], [ 114.083517, 25.275611 ], [ 114.115545, 25.302125 ], [ 114.190074, 25.316733 ], [ 114.204857, 25.29942 ], [ 114.260291, 25.291845 ], [ 114.2954, 25.299961 ], [ 114.31511, 25.33837 ], [ 114.382863, 25.317274 ], [ 114.43029, 25.343779 ], [ 114.438914, 25.376226 ], [ 114.477718, 25.37136 ], [ 114.541159, 25.416773 ], [ 114.599674, 25.385959 ], [ 114.63663, 25.324306 ], [ 114.714238, 25.315651 ], [ 114.743188, 25.274528 ], [ 114.73518, 25.225813 ], [ 114.693912, 25.213902 ], [ 114.685905, 25.173287 ], [ 114.73518, 25.155954 ], [ 114.735796, 25.121822 ], [ 114.664963, 25.10123 ], [ 114.640326, 25.074129 ], [ 114.604601, 25.083886 ], [ 114.561485, 25.077382 ], [ 114.532536, 25.022623 ], [ 114.506051, 24.999844 ], [ 114.45616, 24.99659 ], [ 114.454928, 24.977062 ], [ 114.395798, 24.951019 ], [ 114.403189, 24.877746 ], [ 114.378551, 24.861457 ], [ 114.342211, 24.807145 ], [ 114.336052, 24.749004 ], [ 114.281849, 24.724001 ], [ 114.27261, 24.700624 ], [ 114.169132, 24.689749 ], [ 114.19069, 24.656576 ], [ 114.258443, 24.641346 ], [ 114.289856, 24.619042 ], [ 114.300943, 24.578775 ], [ 114.363769, 24.582584 ], [ 114.391486, 24.563535 ], [ 114.403189, 24.497657 ], [ 114.429058, 24.48622 ], [ 114.534384, 24.559181 ], [ 114.589819, 24.537406 ], [ 114.627391, 24.576598 ], [ 114.664963, 24.583673 ], [ 114.704999, 24.525973 ], [ 114.73826, 24.565168 ], [ 114.729637, 24.608704 ], [ 114.781376, 24.613057 ], [ 114.827571, 24.588026 ], [ 114.846665, 24.602719 ], [ 114.868839, 24.562446 ], [ 114.893477, 24.582584 ], [ 114.909491, 24.661471 ], [ 114.940288, 24.650049 ], [ 115.00373, 24.679418 ], [ 115.024672, 24.669085 ], [ 115.057317, 24.703343 ], [ 115.083802, 24.699537 ], [ 115.104744, 24.667997 ], [ 115.1842, 24.711498 ], [ 115.258729, 24.728894 ], [ 115.269816, 24.749548 ], [ 115.306772, 24.758787 ], [ 115.358511, 24.735416 ], [ 115.372678, 24.774546 ], [ 115.412714, 24.79302 ], [ 115.476771, 24.762591 ], [ 115.522967, 24.702799 ], [ 115.555611, 24.683768 ], [ 115.569778, 24.622306 ], [ 115.605503, 24.62557 ], [ 115.671408, 24.604895 ], [ 115.68927, 24.545027 ], [ 115.752712, 24.546116 ], [ 115.785357, 24.567345 ], [ 115.843871, 24.562446 ], [ 115.840791, 24.584217 ], [ 115.797676, 24.628834 ], [ 115.780429, 24.663103 ], [ 115.801371, 24.705517 ], [ 115.769342, 24.708236 ], [ 115.756408, 24.749004 ], [ 115.776734, 24.774546 ], [ 115.764415, 24.791933 ], [ 115.790284, 24.856027 ], [ 115.807531, 24.862543 ], [ 115.824161, 24.909232 ], [ 115.863581, 24.891318 ], [ 115.861733, 24.863629 ], [ 115.907313, 24.879917 ], [ 115.885139, 24.898918 ], [ 115.89253, 24.936911 ], [ 115.907929, 24.923343 ], [ 115.985537, 24.899461 ], [ 116.015102, 24.905975 ], [ 116.068073, 24.850053 ], [ 116.153073, 24.846795 ], [ 116.191877, 24.877203 ], [ 116.221442, 24.829959 ], [ 116.251007, 24.82507 ], [ 116.244232, 24.793563 ], [ 116.297202, 24.801712 ], [ 116.345862, 24.828872 ], [ 116.363724, 24.87123 ], [ 116.395137, 24.877746 ], [ 116.417927, 24.840821 ], [ 116.381586, 24.82507 ], [ 116.375427, 24.803885 ], [ 116.419158, 24.767482 ], [ 116.416079, 24.744113 ], [ 116.44626, 24.714216 ], [ 116.485064, 24.720196 ], [ 116.517709, 24.652225 ], [ 116.506622, 24.621218 ], [ 116.530027, 24.604895 ], [ 116.570679, 24.621762 ], [ 116.600861, 24.654401 ], [ 116.623034, 24.64189 ], [ 116.667382, 24.658752 ], [ 116.777635, 24.679418 ], [ 116.815207, 24.654944 ], [ 116.761005, 24.583128 ], [ 116.759157, 24.545572 ], [ 116.796729, 24.502014 ], [ 116.83307, 24.496568 ], [ 116.860787, 24.460075 ], [ 116.839229, 24.442097 ], [ 116.903903, 24.369614 ], [ 116.895895, 24.350533 ], [ 116.919301, 24.321087 ], [ 116.914374, 24.287817 ], [ 116.938395, 24.28127 ], [ 116.933468, 24.220157 ], [ 116.956257, 24.216883 ], [ 116.998757, 24.179217 ], [ 116.9347, 24.126794 ], [ 116.930388, 24.064514 ], [ 116.953178, 24.008218 ], [ 116.981511, 23.999471 ], [ 116.976583, 23.931659 ], [ 116.955642, 23.922359 ], [ 116.981511, 23.855602 ], [ 117.012308, 23.855054 ], [ 117.019083, 23.801952 ], [ 117.048032, 23.758687 ], [ 117.055424, 23.694038 ], [ 117.123793, 23.647448 ], [ 117.147199, 23.654027 ], [ 117.192778, 23.629356 ], [ 117.192778, 23.5619 ], [ 117.085605, 23.536663 ], [ 117.044953, 23.539955 ], [ 117.01046, 23.502641 ], [ 116.963649, 23.507031 ], [ 116.92854, 23.530079 ], [ 116.888504, 23.501543 ], [ 116.895895, 23.476295 ], [ 116.874953, 23.447748 ], [ 116.874338, 23.447199 ], [ 116.871258, 23.416449 ], [ 116.871874, 23.4159 ], [ 116.782563, 23.313714 ], [ 116.798577, 23.244996 ], [ 116.821367, 23.240597 ], [ 116.806584, 23.200998 ], [ 116.74499, 23.215299 ], [ 116.701259, 23.198248 ], [ 116.665534, 23.158086 ], [ 116.566368, 23.134424 ], [ 116.550969, 23.109656 ], [ 116.566368, 23.088738 ], [ 116.557129, 23.056253 ], [ 116.576839, 23.014397 ], [ 116.542346, 22.995667 ], [ 116.50539, 22.930645 ], [ 116.449955, 22.936707 ], [ 116.382818, 22.91907 ], [ 116.317528, 22.95269 ], [ 116.226985, 22.91466 ], [ 116.191261, 22.874965 ], [ 116.104413, 22.816505 ], [ 116.05637, 22.844635 ], [ 115.99724, 22.826985 ], [ 115.965211, 22.800506 ], [ 115.931334, 22.802713 ], [ 115.883291, 22.78561 ], [ 115.829089, 22.734838 ], [ 115.796444, 22.739254 ], [ 115.788437, 22.809885 ], [ 115.760103, 22.834707 ], [ 115.696046, 22.84298 ], [ 115.654162, 22.865591 ], [ 115.583945, 22.82864 ], [ 115.570394, 22.786713 ], [ 115.541445, 22.755259 ], [ 115.609198, 22.753052 ], [ 115.565467, 22.684048 ], [ 115.575322, 22.650914 ], [ 115.471844, 22.697852 ], [ 115.430576, 22.684048 ], [ 115.381301, 22.684048 ], [ 115.349272, 22.712206 ], [ 115.338185, 22.776781 ], [ 115.319091, 22.783402 ], [ 115.230396, 22.776781 ], [ 115.236555, 22.82533 ], [ 115.190359, 22.818711 ], [ 115.190975, 22.77347 ], [ 115.154635, 22.80161 ], [ 115.061628, 22.783402 ], [ 115.053621, 22.747533 ], [ 115.02344, 22.726007 ], [ 115.039454, 22.713862 ], [ 114.945216, 22.645391 ], [ 114.927969, 22.621639 ], [ 114.922426, 22.549253 ], [ 114.88547, 22.538751 ], [ 114.866375, 22.591805 ], [ 114.746267, 22.581859 ], [ 114.743803, 22.632687 ], [ 114.728405, 22.651466 ], [ 114.73518, 22.724351 ], [ 114.749963, 22.764089 ], [ 114.709927, 22.787817 ], [ 114.689601, 22.7674 ], [ 114.601521, 22.730975 ], [ 114.591666, 22.690122 ], [ 114.567029, 22.685705 ], [ 114.51529, 22.655332 ], [ 114.579964, 22.661407 ], [ 114.603369, 22.638763 ], [ 114.559022, 22.583517 ], [ 114.568261, 22.560859 ], [ 114.614456, 22.545384 ], [ 114.628623, 22.513875 ], [ 114.611377, 22.481806 ], [ 114.549167, 22.465769 ], [ 114.506667, 22.438667 ], [ 114.476486, 22.459132 ], [ 114.472174, 22.522168 ], [ 114.427211, 22.589042 ], [ 114.381631, 22.60175 ], [ 114.321885, 22.587385 ], [ 114.294784, 22.563623 ], [ 114.232574, 22.539857 ], [ 114.222719, 22.553122 ], [ 114.166052, 22.559201 ], [ 114.156813, 22.543726 ], [ 114.095219, 22.534329 ], [ 114.082285, 22.512216 ], [ 114.031778, 22.503923 ], [ 113.976343, 22.510558 ], [ 113.954785, 22.491206 ], [ 113.952937, 22.486783 ], [ 113.893807, 22.442539 ], [ 113.869786, 22.459685 ], [ 113.856851, 22.539857 ], [ 113.803264, 22.593463 ], [ 113.773083, 22.643182 ], [ 113.751525, 22.715518 ], [ 113.733663, 22.736494 ], [ 113.678228, 22.726007 ], [ 113.717033, 22.645391 ], [ 113.740438, 22.534329 ], [ 113.691779, 22.514981 ], [ 113.668373, 22.4807 ], [ 113.631417, 22.475723 ], [ 113.573519, 22.41156 ], [ 113.608627, 22.408793 ], [ 113.624642, 22.443092 ], [ 113.66591, 22.438667 ], [ 113.669605, 22.416539 ], [ 113.627721, 22.349027 ], [ 113.604932, 22.339617 ], [ 113.617866, 22.315259 ], [ 113.595693, 22.304186 ], [ 113.594461, 22.228864 ], [ 113.558736, 22.212244 ], [ 113.53841, 22.209473 ], [ 113.534715, 22.174009 ], [ 113.554425, 22.142416 ], [ 113.554425, 22.107489 ], [ 113.567359, 22.075327 ], [ 113.527939, 22.073663 ], [ 113.45957, 22.043711 ], [ 113.442324, 22.009315 ], [ 113.330223, 21.96159 ], [ 113.319752, 21.909407 ], [ 113.266781, 21.871646 ], [ 113.235368, 21.887751 ], [ 113.1516, 21.979905 ], [ 113.142977, 22.012089 ], [ 113.091854, 22.065344 ], [ 113.086927, 22.12634 ], [ 113.045659, 22.088636 ], [ 113.032108, 22.04593 ], [ 113.053666, 22.012089 ], [ 113.047507, 21.956595 ], [ 112.989608, 21.869424 ], [ 112.929862, 21.838875 ], [ 112.893522, 21.84443 ], [ 112.841167, 21.920512 ], [ 112.792508, 21.921067 ], [ 112.68595, 21.810541 ], [ 112.647146, 21.758302 ], [ 112.535661, 21.753856 ], [ 112.497473, 21.785535 ], [ 112.445734, 21.803317 ], [ 112.427256, 21.789981 ], [ 112.415553, 21.734956 ], [ 112.353343, 21.707157 ], [ 112.238778, 21.702153 ], [ 112.236315, 21.727173 ], [ 112.196894, 21.736624 ], [ 112.192583, 21.789425 ], [ 112.136532, 21.793871 ], [ 112.036134, 21.761637 ], [ 111.956062, 21.710494 ], [ 111.954214, 21.667674 ], [ 111.997946, 21.657107 ], [ 112.026895, 21.633744 ], [ 111.972692, 21.603144 ], [ 111.941896, 21.607039 ], [ 111.887693, 21.578659 ], [ 111.810084, 21.555283 ], [ 111.832258, 21.578659 ], [ 111.794686, 21.61149 ], [ 111.736788, 21.609821 ], [ 111.693672, 21.590345 ], [ 111.677658, 21.529677 ], [ 111.650556, 21.512418 ], [ 111.609904, 21.530234 ], [ 111.560629, 21.50518 ], [ 111.521825, 21.517429 ], [ 111.494724, 21.501282 ], [ 111.444217, 21.514088 ], [ 111.382623, 21.495714 ], [ 111.353058, 21.464528 ], [ 111.28592, 21.41885 ], [ 111.258819, 21.412165 ], [ 111.253275, 21.452831 ], [ 111.276065, 21.443362 ], [ 111.28284, 21.485691 ], [ 111.171355, 21.458401 ], [ 111.103602, 21.455616 ], [ 111.034617, 21.438906 ], [ 110.929291, 21.375945 ], [ 110.888639, 21.367585 ], [ 110.796248, 21.37483 ], [ 110.768531, 21.364799 ], [ 110.713097, 21.3124 ], [ 110.65951, 21.239902 ], [ 110.626249, 21.215915 ], [ 110.534474, 21.204198 ], [ 110.501213, 21.217588 ], [ 110.451322, 21.186343 ], [ 110.422373, 21.190807 ], [ 110.39096, 21.124949 ], [ 110.296722, 21.093684 ], [ 110.24991, 21.045098 ], [ 110.241903, 21.016051 ], [ 110.208642, 21.050684 ], [ 110.204947, 21.003202 ], [ 110.180925, 20.98197 ], [ 110.184005, 20.891979 ], [ 110.209874, 20.860106 ], [ 110.269004, 20.839972 ], [ 110.327519, 20.847802 ], [ 110.393424, 20.816479 ], [ 110.407591, 20.731987 ], [ 110.392192, 20.682724 ], [ 110.411286, 20.670966 ], [ 110.466105, 20.680485 ], [ 110.487047, 20.640167 ], [ 110.499982, 20.572386 ], [ 110.550489, 20.47262 ], [ 110.54125, 20.42047 ], [ 110.491358, 20.373912 ], [ 110.452554, 20.311064 ], [ 110.425453, 20.291419 ], [ 110.384185, 20.293103 ], [ 110.349076, 20.258859 ], [ 110.296722, 20.249314 ], [ 110.220345, 20.25156 ], [ 110.168606, 20.219553 ], [ 110.118099, 20.219553 ], [ 110.082375, 20.258859 ], [ 109.993679, 20.254368 ], [ 109.929006, 20.211691 ], [ 109.909296, 20.236961 ], [ 109.916071, 20.316677 ], [ 109.861252, 20.376717 ], [ 109.864948, 20.40196 ], [ 109.895745, 20.42776 ], [ 109.888354, 20.475423 ], [ 109.839695, 20.489439 ], [ 109.811977, 20.541566 ], [ 109.813825, 20.574627 ], [ 109.793499, 20.615522 ], [ 109.74484, 20.621124 ], [ 109.730057, 20.719673 ], [ 109.711579, 20.774519 ], [ 109.664768, 20.862343 ], [ 109.655529, 20.929435 ], [ 109.674007, 21.067997 ], [ 109.674623, 21.136671 ], [ 109.763934, 21.226514 ], [ 109.757775, 21.346963 ], [ 109.770709, 21.359783 ], [ 109.868644, 21.365913 ], [ 109.904368, 21.429992 ], [ 109.894513, 21.442248 ], [ 109.819369, 21.445033 ], [ 109.785492, 21.45673 ] ] ], [ [ [ 117.145351, 23.455983 ], [ 117.142887, 23.400522 ], [ 117.124409, 23.389537 ], [ 117.081909, 23.409309 ], [ 117.050496, 23.400522 ], [ 117.027091, 23.41535 ], [ 116.946402, 23.42194 ], [ 116.944555, 23.440061 ], [ 116.982743, 23.460924 ], [ 117.022779, 23.436767 ], [ 117.058503, 23.47355 ], [ 117.093612, 23.459277 ], [ 117.129336, 23.483431 ], [ 117.145351, 23.455983 ] ] ], [ [ [ 112.853486, 21.740515 ], [ 112.83316, 21.736624 ], [ 112.804826, 21.686583 ], [ 112.821457, 21.655994 ], [ 112.798667, 21.610933 ], [ 112.817145, 21.590345 ], [ 112.775261, 21.564189 ], [ 112.730914, 21.613715 ], [ 112.780189, 21.671568 ], [ 112.734609, 21.666562 ], [ 112.70566, 21.679354 ], [ 112.724138, 21.719945 ], [ 112.782653, 21.739959 ], [ 112.840551, 21.776644 ], [ 112.876275, 21.772753 ], [ 112.853486, 21.740515 ] ] ], [ [ [ 112.530733, 21.583667 ], [ 112.535045, 21.628737 ], [ 112.57077, 21.645982 ], [ 112.560299, 21.666562 ], [ 112.592327, 21.693256 ], [ 112.663776, 21.714386 ], [ 112.66624, 21.683803 ], [ 112.639139, 21.67268 ], [ 112.665624, 21.642644 ], [ 112.621277, 21.606482 ], [ 112.571385, 21.619835 ], [ 112.563378, 21.591458 ], [ 112.530733, 21.583667 ] ] ], [ [ [ 114.231342, 22.016528 ], [ 114.239965, 22.03539 ], [ 114.302791, 22.050368 ], [ 114.311414, 22.041493 ], [ 114.231342, 22.016528 ] ] ], [ [ [ 112.435263, 21.663781 ], [ 112.458669, 21.68992 ], [ 112.456205, 21.648763 ], [ 112.435263, 21.663781 ] ] ], [ [ [ 110.435308, 21.182995 ], [ 110.445163, 21.184669 ], [ 110.499366, 21.213125 ], [ 110.525235, 21.190249 ], [ 110.589293, 21.194713 ], [ 110.632409, 21.210893 ], [ 110.582517, 21.094801 ], [ 110.544945, 21.083633 ], [ 110.508605, 21.140579 ], [ 110.434076, 21.168485 ], [ 110.435308, 21.182995 ] ] ], [ [ [ 110.517844, 21.079166 ], [ 110.560344, 21.061295 ], [ 110.539402, 20.987557 ], [ 110.535706, 20.922727 ], [ 110.511684, 20.916578 ], [ 110.47288, 20.983087 ], [ 110.407591, 20.990351 ], [ 110.347845, 20.984763 ], [ 110.309656, 20.963529 ], [ 110.201251, 20.938378 ], [ 110.211106, 20.986999 ], [ 110.27578, 21.033369 ], [ 110.305961, 21.0881 ], [ 110.352772, 21.079724 ], [ 110.398352, 21.096476 ], [ 110.459946, 21.062971 ], [ 110.517844, 21.079166 ] ] ], [ [ [ 113.765076, 21.962145 ], [ 113.74167, 21.991559 ], [ 113.774315, 21.998218 ], [ 113.765076, 21.962145 ] ] ], [ [ [ 113.723192, 21.922177 ], [ 113.71888, 21.951599 ], [ 113.742902, 21.950489 ], [ 113.723192, 21.922177 ] ] ], [ [ [ 113.142977, 21.831653 ], [ 113.136818, 21.868869 ], [ 113.167615, 21.876644 ], [ 113.203955, 21.861093 ], [ 113.162071, 21.853873 ], [ 113.142977, 21.831653 ] ] ], [ [ [ 113.819894, 22.396068 ], [ 113.786634, 22.413773 ], [ 113.813735, 22.419858 ], [ 113.819894, 22.396068 ] ] ], [ [ [ 114.190074, 21.986564 ], [ 114.180835, 22.00987 ], [ 114.229494, 21.995443 ], [ 114.190074, 21.986564 ] ] ], [ [ [ 114.153734, 21.97491 ], [ 114.124169, 21.985455 ], [ 114.171596, 22.000437 ], [ 114.153734, 21.97491 ] ] ], [ [ [ 116.769628, 20.771721 ], [ 116.820135, 20.780674 ], [ 116.88604, 20.775638 ], [ 116.925461, 20.726949 ], [ 116.934084, 20.676565 ], [ 116.905135, 20.619443 ], [ 116.862635, 20.588633 ], [ 116.796113, 20.582471 ], [ 116.749302, 20.600958 ], [ 116.849084, 20.628405 ], [ 116.889736, 20.683284 ], [ 116.87249, 20.738143 ], [ 116.761005, 20.750456 ], [ 116.769628, 20.771721 ] ] ], [ [ [ 113.025333, 21.847762 ], [ 113.007471, 21.869424 ], [ 113.045659, 21.882753 ], [ 113.025333, 21.847762 ] ] ], [ [ [ 110.405127, 20.678245 ], [ 110.414366, 20.710157 ], [ 110.437772, 20.677685 ], [ 110.405127, 20.678245 ] ] ], [ [ [ 110.644727, 20.935584 ], [ 110.646575, 20.917137 ], [ 110.611467, 20.860106 ], [ 110.562807, 20.861224 ], [ 110.548641, 20.908752 ], [ 110.584365, 20.948998 ], [ 110.644727, 20.935584 ] ] ], [ [ [ 110.556648, 20.32734 ], [ 110.586213, 20.381205 ], [ 110.593604, 20.360447 ], [ 110.556648, 20.32734 ] ] ], [ [ [ 115.943037, 21.097592 ], [ 115.965211, 21.123832 ], [ 116.024341, 21.12439 ], [ 116.044051, 21.110434 ], [ 116.067457, 21.04063 ], [ 116.040356, 21.02052 ], [ 115.989233, 21.035603 ], [ 115.953508, 21.064088 ], [ 115.943037, 21.097592 ] ] ], [ [ [ 115.926407, 20.981411 ], [ 115.954124, 20.99985 ], [ 116.000936, 20.948439 ], [ 115.999088, 20.922727 ], [ 115.970139, 20.919373 ], [ 115.939342, 20.945644 ], [ 115.926407, 20.981411 ] ] ], [ [ [ 115.834632, 22.722695 ], [ 115.835248, 22.722695 ], [ 115.834632, 22.722143 ], [ 115.834632, 22.722695 ] ] ], [ [ [ 115.834632, 22.723247 ], [ 115.835248, 22.722695 ], [ 115.834632, 22.722695 ], [ 115.834632, 22.723247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "450000", "name": "广西壮族自治区", "center": [ 108.320004, 22.82402 ], "centroid": [ 108.7944, 23.833381 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 19, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 112.024431, 24.740308 ], [ 111.961606, 24.721283 ], [ 111.939432, 24.686487 ], [ 111.953598, 24.64733 ], [ 111.927729, 24.629378 ], [ 111.936968, 24.595645 ], [ 111.972077, 24.578775 ], [ 112.007185, 24.534684 ], [ 112.009649, 24.503103 ], [ 111.985011, 24.467701 ], [ 112.025047, 24.438828 ], [ 112.057692, 24.387057 ], [ 112.05954, 24.339628 ], [ 112.026279, 24.294908 ], [ 111.990555, 24.279634 ], [ 111.986243, 24.25672 ], [ 111.958526, 24.263813 ], [ 111.912946, 24.221795 ], [ 111.877222, 24.227252 ], [ 111.871062, 24.176487 ], [ 111.886461, 24.163929 ], [ 111.878454, 24.109862 ], [ 111.92157, 24.012045 ], [ 111.940664, 23.987989 ], [ 111.911714, 23.943693 ], [ 111.854432, 23.947521 ], [ 111.845809, 23.904305 ], [ 111.812548, 23.887343 ], [ 111.824867, 23.832612 ], [ 111.8107, 23.80688 ], [ 111.722621, 23.823305 ], [ 111.683201, 23.822758 ], [ 111.683201, 23.822758 ], [ 111.654868, 23.833159 ], [ 111.627766, 23.78881 ], [ 111.621607, 23.725819 ], [ 111.666571, 23.718696 ], [ 111.614832, 23.65896 ], [ 111.615448, 23.639225 ], [ 111.555702, 23.64087 ], [ 111.487332, 23.626615 ], [ 111.479941, 23.532822 ], [ 111.428818, 23.466414 ], [ 111.399869, 23.469159 ], [ 111.383239, 23.399423 ], [ 111.389398, 23.375804 ], [ 111.363528, 23.340641 ], [ 111.376463, 23.30437 ], [ 111.353058, 23.284582 ], [ 111.36476, 23.240047 ], [ 111.388782, 23.210349 ], [ 111.38447, 23.16744 ], [ 111.365992, 23.14488 ], [ 111.377695, 23.082132 ], [ 111.402333, 23.066165 ], [ 111.43313, 23.073322 ], [ 111.433746, 23.036428 ], [ 111.389398, 23.005583 ], [ 111.403565, 22.99126 ], [ 111.362913, 22.967568 ], [ 111.374615, 22.938361 ], [ 111.358601, 22.889301 ], [ 111.218167, 22.748085 ], [ 111.185522, 22.735942 ], [ 111.118385, 22.744773 ], [ 111.058023, 22.729871 ], [ 111.089435, 22.695643 ], [ 111.055559, 22.648705 ], [ 110.997045, 22.631582 ], [ 110.958856, 22.636553 ], [ 110.950233, 22.61059 ], [ 110.896031, 22.613352 ], [ 110.897878, 22.591805 ], [ 110.812263, 22.576333 ], [ 110.778386, 22.585174 ], [ 110.749437, 22.556991 ], [ 110.762988, 22.518298 ], [ 110.740198, 22.498947 ], [ 110.74143, 22.464109 ], [ 110.688459, 22.477935 ], [ 110.712481, 22.440879 ], [ 110.711249, 22.369506 ], [ 110.74143, 22.361757 ], [ 110.749437, 22.329653 ], [ 110.787009, 22.28259 ], [ 110.759292, 22.274837 ], [ 110.725415, 22.29588 ], [ 110.687843, 22.249914 ], [ 110.646575, 22.220554 ], [ 110.678604, 22.172901 ], [ 110.629329, 22.149068 ], [ 110.598532, 22.162924 ], [ 110.602843, 22.18343 ], [ 110.55788, 22.196175 ], [ 110.505525, 22.14297 ], [ 110.456866, 22.189526 ], [ 110.414366, 22.208365 ], [ 110.378026, 22.164587 ], [ 110.34846, 22.195621 ], [ 110.326287, 22.152393 ], [ 110.364475, 22.125785 ], [ 110.35154, 22.097508 ], [ 110.359547, 22.015973 ], [ 110.352772, 21.97602 ], [ 110.374946, 21.967695 ], [ 110.374946, 21.967695 ], [ 110.378642, 21.939942 ], [ 110.378642, 21.939942 ], [ 110.391576, 21.89386 ], [ 110.337374, 21.887751 ], [ 110.290562, 21.917736 ], [ 110.283787, 21.892194 ], [ 110.224041, 21.882198 ], [ 110.224041, 21.882198 ], [ 110.212338, 21.886085 ], [ 110.212338, 21.886085 ], [ 110.196323, 21.899968 ], [ 110.12857, 21.902744 ], [ 110.101469, 21.86998 ], [ 110.050962, 21.857205 ], [ 109.999839, 21.881643 ], [ 109.94502, 21.84443 ], [ 109.940093, 21.769419 ], [ 109.916071, 21.668787 ], [ 109.888354, 21.652101 ], [ 109.888354, 21.652101 ], [ 109.839695, 21.636525 ], [ 109.786108, 21.637638 ], [ 109.778101, 21.670455 ], [ 109.742992, 21.616497 ], [ 109.754695, 21.556396 ], [ 109.788572, 21.490702 ], [ 109.785492, 21.45673 ], [ 109.704188, 21.462857 ], [ 109.654913, 21.493487 ], [ 109.612413, 21.556953 ], [ 109.604406, 21.523553 ], [ 109.576689, 21.493487 ], [ 109.540964, 21.466199 ], [ 109.529877, 21.437234 ], [ 109.484914, 21.453388 ], [ 109.41716, 21.438906 ], [ 109.245929, 21.425536 ], [ 109.186183, 21.390991 ], [ 109.138756, 21.388762 ], [ 109.095024, 21.419407 ], [ 109.046365, 21.424421 ], [ 109.039589, 21.457844 ], [ 109.074698, 21.489589 ], [ 109.142451, 21.511861 ], [ 109.138756, 21.567528 ], [ 109.110422, 21.568085 ], [ 109.09872, 21.571424 ], [ 109.093792, 21.579215 ], [ 108.937959, 21.589789 ], [ 108.881293, 21.627068 ], [ 108.83325, 21.610933 ], [ 108.801837, 21.626512 ], [ 108.745786, 21.602587 ], [ 108.710062, 21.646538 ], [ 108.705134, 21.622061 ], [ 108.678033, 21.659331 ], [ 108.658939, 21.643757 ], [ 108.626294, 21.67991 ], [ 108.591802, 21.677129 ], [ 108.492635, 21.554727 ], [ 108.397781, 21.533017 ], [ 108.330027, 21.540254 ], [ 108.230245, 21.491259 ], [ 108.210535, 21.505737 ], [ 108.249955, 21.561406 ], [ 108.241332, 21.599805 ], [ 108.205608, 21.597579 ], [ 108.156332, 21.55083 ], [ 108.193905, 21.519656 ], [ 108.108289, 21.508521 ], [ 108.041768, 21.544151 ], [ 107.958, 21.534131 ], [ 107.929051, 21.585893 ], [ 107.893942, 21.596466 ], [ 107.892095, 21.622617 ], [ 107.863761, 21.650988 ], [ 107.837892, 21.640419 ], [ 107.807711, 21.655438 ], [ 107.712856, 21.616497 ], [ 107.603219, 21.597579 ], [ 107.584741, 21.614828 ], [ 107.547168, 21.58645 ], [ 107.486806, 21.59591 ], [ 107.500973, 21.613715 ], [ 107.477567, 21.659888 ], [ 107.431372, 21.642088 ], [ 107.388256, 21.594241 ], [ 107.363619, 21.602031 ], [ 107.356843, 21.667674 ], [ 107.310648, 21.733844 ], [ 107.271844, 21.727173 ], [ 107.242279, 21.703265 ], [ 107.199163, 21.718833 ], [ 107.194851, 21.736624 ], [ 107.148656, 21.758858 ], [ 107.093837, 21.803317 ], [ 107.018077, 21.81943 ], [ 107.018693, 21.859427 ], [ 107.058729, 21.887196 ], [ 107.05996, 21.914959 ], [ 106.999598, 21.947714 ], [ 106.974345, 21.923288 ], [ 106.935541, 21.933836 ], [ 106.926302, 21.967695 ], [ 106.859164, 21.986009 ], [ 106.802498, 21.98157 ], [ 106.790179, 22.004876 ], [ 106.73844, 22.008205 ], [ 106.698404, 21.959925 ], [ 106.683006, 21.999882 ], [ 106.706411, 22.021521 ], [ 106.71565, 22.089745 ], [ 106.691629, 22.13521 ], [ 106.706411, 22.160707 ], [ 106.673151, 22.182322 ], [ 106.7021, 22.207257 ], [ 106.688549, 22.260438 ], [ 106.670071, 22.283144 ], [ 106.663296, 22.33076 ], [ 106.562897, 22.345706 ], [ 106.588767, 22.374486 ], [ 106.560434, 22.455813 ], [ 106.588151, 22.472958 ], [ 106.585071, 22.517192 ], [ 106.61402, 22.602303 ], [ 106.652825, 22.57357 ], [ 106.711955, 22.575228 ], [ 106.756302, 22.68957 ], [ 106.780324, 22.708894 ], [ 106.768621, 22.739254 ], [ 106.820976, 22.768504 ], [ 106.838838, 22.803265 ], [ 106.813585, 22.817608 ], [ 106.808657, 22.817608 ], [ 106.804346, 22.816505 ], [ 106.801882, 22.815401 ], [ 106.776012, 22.813746 ], [ 106.709491, 22.866142 ], [ 106.716882, 22.881582 ], [ 106.674998, 22.891506 ], [ 106.657136, 22.863385 ], [ 106.631267, 22.88103 ], [ 106.606013, 22.925684 ], [ 106.562282, 22.923479 ], [ 106.525941, 22.946628 ], [ 106.504383, 22.91025 ], [ 106.41384, 22.877171 ], [ 106.37134, 22.878273 ], [ 106.366413, 22.857871 ], [ 106.286957, 22.867245 ], [ 106.258007, 22.889852 ], [ 106.270326, 22.907494 ], [ 106.206885, 22.978588 ], [ 106.153914, 22.988505 ], [ 106.106486, 22.980792 ], [ 106.08616, 22.996218 ], [ 106.019639, 22.990709 ], [ 105.994385, 22.93781 ], [ 105.959277, 22.948832 ], [ 105.893987, 22.936707 ], [ 105.879205, 22.916865 ], [ 105.839169, 22.987403 ], [ 105.805908, 22.994565 ], [ 105.780039, 23.022659 ], [ 105.74185, 23.030921 ], [ 105.724604, 23.06231 ], [ 105.648844, 23.078828 ], [ 105.625438, 23.064513 ], [ 105.574931, 23.066165 ], [ 105.558916, 23.177893 ], [ 105.542902, 23.184495 ], [ 105.526272, 23.234548 ], [ 105.560148, 23.257093 ], [ 105.593409, 23.312614 ], [ 105.649459, 23.346136 ], [ 105.699966, 23.327453 ], [ 105.694423, 23.363168 ], [ 105.637757, 23.404366 ], [ 105.699966, 23.40162 ], [ 105.758481, 23.459826 ], [ 105.805908, 23.467512 ], [ 105.815763, 23.507031 ], [ 105.852103, 23.526786 ], [ 105.89214, 23.52514 ], [ 105.913081, 23.499348 ], [ 105.935871, 23.508678 ], [ 105.986378, 23.489469 ], [ 105.999929, 23.447748 ], [ 106.039965, 23.484529 ], [ 106.071994, 23.495506 ], [ 106.08616, 23.524043 ], [ 106.141595, 23.569579 ], [ 106.120653, 23.605229 ], [ 106.149602, 23.665538 ], [ 106.157609, 23.724175 ], [ 106.136667, 23.795381 ], [ 106.192102, 23.824947 ], [ 106.173008, 23.861622 ], [ 106.192718, 23.879135 ], [ 106.157609, 23.891174 ], [ 106.128044, 23.956819 ], [ 106.091088, 23.998924 ], [ 106.096631, 24.018058 ], [ 106.053516, 24.051399 ], [ 106.04982, 24.089649 ], [ 106.011632, 24.099482 ], [ 105.998081, 24.120786 ], [ 105.963589, 24.110954 ], [ 105.919241, 24.122425 ], [ 105.901995, 24.099482 ], [ 105.908154, 24.069432 ], [ 105.89214, 24.040468 ], [ 105.859495, 24.056864 ], [ 105.841633, 24.03063 ], [ 105.796669, 24.023524 ], [ 105.802212, 24.051945 ], [ 105.765256, 24.073804 ], [ 105.739387, 24.059596 ], [ 105.704278, 24.0667 ], [ 105.649459, 24.032816 ], [ 105.628518, 24.126794 ], [ 105.594641, 24.137718 ], [ 105.533663, 24.130071 ], [ 105.493011, 24.016965 ], [ 105.406163, 24.043748 ], [ 105.395692, 24.065607 ], [ 105.334099, 24.094566 ], [ 105.320548, 24.116416 ], [ 105.273121, 24.092927 ], [ 105.292831, 24.074896 ], [ 105.260186, 24.061236 ], [ 105.20044, 24.105491 ], [ 105.182577, 24.167205 ], [ 105.229389, 24.165567 ], [ 105.24294, 24.208695 ], [ 105.215222, 24.214699 ], [ 105.164715, 24.288362 ], [ 105.196744, 24.326541 ], [ 105.188121, 24.347261 ], [ 105.138846, 24.376701 ], [ 105.111744, 24.37234 ], [ 105.106817, 24.414853 ], [ 105.042759, 24.442097 ], [ 104.979933, 24.412673 ], [ 104.930042, 24.411038 ], [ 104.914028, 24.426296 ], [ 104.83642, 24.446456 ], [ 104.784681, 24.443732 ], [ 104.765587, 24.45953 ], [ 104.74834, 24.435559 ], [ 104.715695, 24.441552 ], [ 104.703377, 24.419757 ], [ 104.721239, 24.340173 ], [ 104.70892, 24.321087 ], [ 104.641783, 24.367979 ], [ 104.610986, 24.377246 ], [ 104.63008, 24.397958 ], [ 104.616529, 24.421937 ], [ 104.575877, 24.424661 ], [ 104.550008, 24.518894 ], [ 104.520443, 24.535228 ], [ 104.489646, 24.653313 ], [ 104.529682, 24.731611 ], [ 104.595587, 24.709323 ], [ 104.628848, 24.660927 ], [ 104.703377, 24.645698 ], [ 104.729246, 24.617953 ], [ 104.771746, 24.659839 ], [ 104.841963, 24.676155 ], [ 104.865985, 24.730524 ], [ 104.899245, 24.752809 ], [ 105.03352, 24.787586 ], [ 105.026745, 24.815836 ], [ 105.039064, 24.872859 ], [ 105.077868, 24.918459 ], [ 105.082179, 24.915745 ], [ 105.096346, 24.928228 ], [ 105.09573, 24.92877 ], [ 105.131454, 24.959701 ], [ 105.157324, 24.958616 ], [ 105.178266, 24.985199 ], [ 105.212758, 24.995505 ], [ 105.251563, 24.967296 ], [ 105.267577, 24.929313 ], [ 105.334099, 24.9266 ], [ 105.365511, 24.943423 ], [ 105.428337, 24.930941 ], [ 105.457286, 24.87123 ], [ 105.493011, 24.833217 ], [ 105.497322, 24.809318 ], [ 105.573083, 24.797366 ], [ 105.607576, 24.803885 ], [ 105.617431, 24.78161 ], [ 105.70551, 24.768569 ], [ 105.767104, 24.719109 ], [ 105.827466, 24.702799 ], [ 105.863806, 24.729437 ], [ 105.942031, 24.725088 ], [ 105.961741, 24.677786 ], [ 106.024566, 24.633186 ], [ 106.047356, 24.684312 ], [ 106.113878, 24.714216 ], [ 106.150218, 24.762591 ], [ 106.173008, 24.760417 ], [ 106.206269, 24.851139 ], [ 106.197645, 24.885889 ], [ 106.145291, 24.954275 ], [ 106.191486, 24.95319 ], [ 106.215508, 24.981944 ], [ 106.253696, 24.971094 ], [ 106.304819, 24.973807 ], [ 106.332536, 24.988454 ], [ 106.442173, 25.019369 ], [ 106.450181, 25.033468 ], [ 106.519782, 25.054072 ], [ 106.551195, 25.082802 ], [ 106.590615, 25.08768 ], [ 106.63989, 25.132658 ], [ 106.644817, 25.164621 ], [ 106.691013, 25.179245 ], [ 106.732281, 25.162454 ], [ 106.764926, 25.183036 ], [ 106.787715, 25.17112 ], [ 106.853005, 25.186827 ], [ 106.888113, 25.181953 ], [ 106.904128, 25.231768 ], [ 106.933077, 25.250714 ], [ 106.975577, 25.232851 ], [ 107.013765, 25.275611 ], [ 107.012533, 25.352973 ], [ 106.987896, 25.358922 ], [ 106.963874, 25.437852 ], [ 106.996519, 25.442716 ], [ 107.015613, 25.495666 ], [ 107.066736, 25.50917 ], [ 107.064272, 25.559391 ], [ 107.185612, 25.578825 ], [ 107.205322, 25.607971 ], [ 107.228728, 25.604733 ], [ 107.232423, 25.556691 ], [ 107.263836, 25.543193 ], [ 107.336517, 25.461089 ], [ 107.308184, 25.432988 ], [ 107.318039, 25.401637 ], [ 107.358691, 25.393528 ], [ 107.375937, 25.411908 ], [ 107.420901, 25.392987 ], [ 107.409198, 25.347024 ], [ 107.432604, 25.289139 ], [ 107.481263, 25.299961 ], [ 107.489886, 25.276693 ], [ 107.472024, 25.213902 ], [ 107.512676, 25.209029 ], [ 107.576734, 25.256668 ], [ 107.599523, 25.250714 ], [ 107.632168, 25.310241 ], [ 107.659885, 25.316192 ], [ 107.661733, 25.258833 ], [ 107.696226, 25.219858 ], [ 107.700537, 25.194408 ], [ 107.741805, 25.24043 ], [ 107.762131, 25.229061 ], [ 107.760283, 25.188451 ], [ 107.789233, 25.15487 ], [ 107.762747, 25.125073 ], [ 107.839124, 25.115861 ], [ 107.872384, 25.141327 ], [ 107.928435, 25.155954 ], [ 108.001732, 25.196574 ], [ 108.080572, 25.193867 ], [ 108.115065, 25.210112 ], [ 108.143398, 25.269658 ], [ 108.152021, 25.324306 ], [ 108.142782, 25.390825 ], [ 108.193289, 25.405421 ], [ 108.162492, 25.444878 ], [ 108.192673, 25.458928 ], [ 108.251803, 25.430286 ], [ 108.241332, 25.46217 ], [ 108.280752, 25.48 ], [ 108.308469, 25.525912 ], [ 108.348506, 25.536173 ], [ 108.359592, 25.513491 ], [ 108.400244, 25.491344 ], [ 108.418723, 25.443257 ], [ 108.471693, 25.458928 ], [ 108.585642, 25.365952 ], [ 108.589338, 25.335125 ], [ 108.625062, 25.308076 ], [ 108.62999, 25.335666 ], [ 108.600425, 25.432448 ], [ 108.6072, 25.491885 ], [ 108.634917, 25.520512 ], [ 108.68912, 25.533473 ], [ 108.658323, 25.550212 ], [ 108.660787, 25.584763 ], [ 108.68604, 25.587462 ], [ 108.68912, 25.623081 ], [ 108.724844, 25.634952 ], [ 108.783975, 25.628477 ], [ 108.799989, 25.576666 ], [ 108.781511, 25.554531 ], [ 108.814772, 25.526992 ], [ 108.826474, 25.550212 ], [ 108.890532, 25.556151 ], [ 108.8893, 25.543193 ], [ 108.949046, 25.557231 ], [ 109.024807, 25.51241 ], [ 109.088249, 25.550752 ], [ 109.051908, 25.566949 ], [ 109.030966, 25.629556 ], [ 109.075314, 25.693749 ], [ 109.07901, 25.72071 ], [ 109.043285, 25.738502 ], [ 109.007561, 25.734728 ], [ 108.953974, 25.686738 ], [ 108.953974, 25.686738 ], [ 108.900387, 25.682423 ], [ 108.896076, 25.71424 ], [ 108.940423, 25.740119 ], [ 108.963829, 25.732572 ], [ 108.999553, 25.765453 ], [ 108.989698, 25.778926 ], [ 109.048213, 25.790781 ], [ 109.077778, 25.776771 ], [ 109.095024, 25.80533 ], [ 109.143683, 25.795092 ], [ 109.13198, 25.762758 ], [ 109.147995, 25.741736 ], [ 109.206509, 25.788087 ], [ 109.207125, 25.740119 ], [ 109.296436, 25.71424 ], [ 109.340168, 25.731493 ], [ 109.327849, 25.76168 ], [ 109.339552, 25.83442 ], [ 109.359262, 25.836036 ], [ 109.396834, 25.900117 ], [ 109.435022, 25.93349 ], [ 109.408537, 25.967392 ], [ 109.462124, 25.995367 ], [ 109.48245, 26.029788 ], [ 109.513247, 25.998056 ], [ 109.560058, 26.021184 ], [ 109.588391, 26.019571 ], [ 109.635203, 26.047533 ], [ 109.649369, 26.016882 ], [ 109.730057, 25.989988 ], [ 109.710963, 25.954478 ], [ 109.693717, 25.959321 ], [ 109.67955, 25.921649 ], [ 109.685094, 25.880197 ], [ 109.768246, 25.890427 ], [ 109.779333, 25.866196 ], [ 109.811361, 25.877504 ], [ 109.826144, 25.911422 ], [ 109.806434, 25.973848 ], [ 109.782412, 25.996981 ], [ 109.814441, 26.041081 ], [ 109.864332, 26.027637 ], [ 109.898825, 26.095377 ], [ 109.904368, 26.135679 ], [ 109.970274, 26.195301 ], [ 110.03002, 26.166299 ], [ 110.099005, 26.168985 ], [ 110.100853, 26.132455 ], [ 110.065128, 26.050221 ], [ 110.100853, 26.020108 ], [ 110.168606, 26.028713 ], [ 110.181541, 26.060437 ], [ 110.24991, 26.010965 ], [ 110.257301, 25.961473 ], [ 110.325671, 25.975462 ], [ 110.373098, 26.088927 ], [ 110.437772, 26.153945 ], [ 110.477808, 26.179727 ], [ 110.495054, 26.166299 ], [ 110.546793, 26.233421 ], [ 110.552952, 26.283335 ], [ 110.584365, 26.296749 ], [ 110.612083, 26.333764 ], [ 110.643495, 26.308552 ], [ 110.673676, 26.317135 ], [ 110.711249, 26.29192 ], [ 110.742046, 26.313917 ], [ 110.73835, 26.271529 ], [ 110.759292, 26.248451 ], [ 110.836284, 26.255966 ], [ 110.939762, 26.286554 ], [ 110.926212, 26.320354 ], [ 110.944074, 26.326791 ], [ 110.94469, 26.373447 ], [ 110.974255, 26.385778 ], [ 111.008747, 26.35897 ], [ 111.008132, 26.336982 ], [ 111.090667, 26.308016 ], [ 111.208928, 26.30426 ], [ 111.204616, 26.276359 ], [ 111.228022, 26.261333 ], [ 111.277913, 26.272066 ], [ 111.293311, 26.222148 ], [ 111.271754, 26.217316 ], [ 111.274833, 26.183486 ], [ 111.258203, 26.151796 ], [ 111.26621, 26.095914 ], [ 111.244652, 26.078177 ], [ 111.267442, 26.058824 ], [ 111.235413, 26.048071 ], [ 111.189834, 25.953402 ], [ 111.230486, 25.916267 ], [ 111.251428, 25.864581 ], [ 111.29208, 25.854349 ], [ 111.297007, 25.874274 ], [ 111.346282, 25.906577 ], [ 111.376463, 25.906039 ], [ 111.383239, 25.881812 ], [ 111.460231, 25.885042 ], [ 111.4861, 25.859196 ], [ 111.43313, 25.84627 ], [ 111.442369, 25.77192 ], [ 111.399869, 25.744431 ], [ 111.30871, 25.720171 ], [ 111.309942, 25.645203 ], [ 111.343202, 25.602574 ], [ 111.324724, 25.564249 ], [ 111.32842, 25.521592 ], [ 111.300087, 25.44812 ], [ 111.26313, 25.42326 ], [ 111.257587, 25.395691 ], [ 111.210776, 25.363248 ], [ 111.184906, 25.367034 ], [ 111.138711, 25.303748 ], [ 111.103602, 25.285351 ], [ 111.112841, 25.21715 ], [ 110.998892, 25.161371 ], [ 110.98411, 25.101772 ], [ 110.951465, 25.04377 ], [ 110.968711, 24.975434 ], [ 111.009363, 24.921172 ], [ 111.100522, 24.945593 ], [ 111.101754, 25.035095 ], [ 111.139943, 25.042144 ], [ 111.200921, 25.074672 ], [ 111.221862, 25.106649 ], [ 111.274833, 25.151078 ], [ 111.321645, 25.105023 ], [ 111.36784, 25.108817 ], [ 111.375231, 25.128324 ], [ 111.435593, 25.093642 ], [ 111.416499, 25.047566 ], [ 111.467622, 25.02208 ], [ 111.460231, 24.992793 ], [ 111.43313, 24.979774 ], [ 111.434977, 24.951562 ], [ 111.470086, 24.92877 ], [ 111.447296, 24.892947 ], [ 111.449144, 24.857113 ], [ 111.479325, 24.797366 ], [ 111.461463, 24.728894 ], [ 111.431282, 24.687574 ], [ 111.451608, 24.665822 ], [ 111.499035, 24.667997 ], [ 111.526752, 24.637538 ], [ 111.570484, 24.64461 ], [ 111.588962, 24.690837 ], [ 111.641933, 24.684856 ], [ 111.637621, 24.715303 ], [ 111.666571, 24.760961 ], [ 111.708455, 24.788673 ], [ 111.783599, 24.785957 ], [ 111.814396, 24.770199 ], [ 111.868599, 24.771829 ], [ 111.875374, 24.756613 ], [ 111.929577, 24.75607 ], [ 111.951135, 24.769655 ], [ 112.024431, 24.740308 ] ] ], [ [ [ 105.096346, 24.928228 ], [ 105.082179, 24.915745 ], [ 105.077868, 24.918459 ], [ 105.09573, 24.92877 ], [ 105.096346, 24.928228 ] ] ], [ [ [ 109.088249, 21.014934 ], [ 109.088865, 21.031134 ], [ 109.09256, 21.057386 ], [ 109.138756, 21.067439 ], [ 109.144299, 21.041189 ], [ 109.117814, 21.017727 ], [ 109.11227, 21.02499 ], [ 109.088249, 21.014934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "460000", "name": "海南省", "center": [ 110.33119, 20.031971 ], "centroid": [ 109.754859, 19.189767 ], "childrenNum": 19, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 20, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110.106396, 20.026812 ], [ 110.144585, 20.074598 ], [ 110.243135, 20.077408 ], [ 110.28933, 20.056047 ], [ 110.318279, 20.108882 ], [ 110.387265, 20.113378 ], [ 110.495054, 20.077408 ], [ 110.526467, 20.07516 ], [ 110.562191, 20.110006 ], [ 110.655814, 20.134169 ], [ 110.687843, 20.163947 ], [ 110.717408, 20.148778 ], [ 110.744509, 20.074036 ], [ 110.778386, 20.068415 ], [ 110.808567, 20.035808 ], [ 110.871393, 20.01163 ], [ 110.940994, 20.028499 ], [ 110.966248, 20.018377 ], [ 111.013675, 19.850159 ], [ 111.043856, 19.763448 ], [ 111.071573, 19.628784 ], [ 111.061718, 19.612436 ], [ 111.008747, 19.60398 ], [ 110.920668, 19.552668 ], [ 110.888023, 19.518827 ], [ 110.844292, 19.449996 ], [ 110.787009, 19.399765 ], [ 110.729727, 19.378878 ], [ 110.706321, 19.320153 ], [ 110.676756, 19.286264 ], [ 110.619474, 19.152334 ], [ 110.585597, 18.88075 ], [ 110.590525, 18.838841 ], [ 110.578206, 18.784458 ], [ 110.499366, 18.751592 ], [ 110.499366, 18.651824 ], [ 110.367555, 18.631977 ], [ 110.329366, 18.642185 ], [ 110.246215, 18.609859 ], [ 110.214186, 18.578662 ], [ 110.116867, 18.506602 ], [ 110.090382, 18.399309 ], [ 110.070672, 18.376025 ], [ 110.022629, 18.360121 ], [ 109.919767, 18.375457 ], [ 109.785492, 18.339672 ], [ 109.749767, 18.193618 ], [ 109.726362, 18.177698 ], [ 109.661688, 18.175424 ], [ 109.584696, 18.143579 ], [ 109.527413, 18.169169 ], [ 109.467051, 18.173718 ], [ 109.441182, 18.199303 ], [ 109.355566, 18.215221 ], [ 109.287813, 18.264671 ], [ 109.17448, 18.260125 ], [ 109.138756, 18.268081 ], [ 109.108575, 18.323766 ], [ 109.006329, 18.323198 ], [ 108.944735, 18.314107 ], [ 108.905315, 18.389087 ], [ 108.881293, 18.416344 ], [ 108.776583, 18.441894 ], [ 108.68912, 18.447571 ], [ 108.644772, 18.486738 ], [ 108.641077, 18.565614 ], [ 108.663866, 18.67337 ], [ 108.65278, 18.740258 ], [ 108.593033, 18.809386 ], [ 108.595497, 18.872256 ], [ 108.637997, 18.924346 ], [ 108.630606, 19.003017 ], [ 108.598577, 19.055633 ], [ 108.591186, 19.141592 ], [ 108.609048, 19.276661 ], [ 108.644772, 19.349518 ], [ 108.694047, 19.387346 ], [ 108.765496, 19.400894 ], [ 108.806148, 19.450561 ], [ 108.855424, 19.469182 ], [ 108.92872, 19.524468 ], [ 108.993394, 19.587065 ], [ 109.048829, 19.619764 ], [ 109.093792, 19.68965 ], [ 109.147379, 19.704863 ], [ 109.169553, 19.736411 ], [ 109.159082, 19.79048 ], [ 109.231147, 19.863105 ], [ 109.255784, 19.867045 ], [ 109.25948, 19.898561 ], [ 109.300748, 19.917693 ], [ 109.349407, 19.898561 ], [ 109.411001, 19.895184 ], [ 109.498464, 19.873236 ], [ 109.526797, 19.943573 ], [ 109.585312, 19.98801 ], [ 109.657993, 20.01163 ], [ 109.712195, 20.017253 ], [ 109.76147, 19.981261 ], [ 109.814441, 19.993072 ], [ 109.855093, 19.984073 ], [ 109.898825, 19.994196 ], [ 109.965346, 19.993634 ], [ 109.997375, 19.980136 ], [ 110.042339, 19.991384 ], [ 110.106396, 20.026812 ] ] ], [ [ [ 112.203848648399557, 3.87222818584552 ], [ 112.219068, 3.908969 ], [ 112.260336, 3.917925 ], [ 112.292871092971765, 3.856691249764521 ], [ 112.239961526858096, 3.836535224578359 ], [ 112.203848648399557, 3.87222818584552 ] ] ], [ [ [ 113.266165, 8.125929 ], [ 113.293882, 8.176284 ], [ 113.353628, 8.237887 ], [ 113.354244, 8.304217 ], [ 113.386273, 8.289412 ], [ 113.386273, 8.238479 ], [ 113.349933, 8.172137 ], [ 113.288955, 8.119412 ], [ 113.343157, 8.193463 ], [ 113.311129, 8.177469 ], [ 113.266165, 8.125929 ] ] ], [ [ [ 111.463311, 17.077491 ], [ 111.452224, 17.092936 ], [ 111.542151, 17.11982 ], [ 111.559397, 17.087788 ], [ 111.4861, 17.058039 ], [ 111.536607, 17.104949 ], [ 111.463311, 17.077491 ] ] ], [ [ [ 111.99733, 3.848065 ], [ 112.007327402834477, 3.874747688993791 ], [ 112.033782185891312, 3.88524561877825 ], [ 112.057717465799882, 3.882306198438601 ], [ 112.073707, 3.865979 ], [ 112.064467, 3.830152 ], [ 112.040500860953372, 3.814279613435307 ], [ 112.015192, 3.823583 ], [ 111.99733, 3.848065 ] ] ], [ [ [ 117.69258625690604, 15.174719308985452 ], [ 117.715095, 15.222561 ], [ 117.72659954940768, 15.237286970500829 ], [ 117.748355, 15.230068 ], [ 117.782848, 15.187333 ], [ 117.839977191079839, 15.157922621330318 ], [ 117.845856031759141, 15.138186513335535 ], [ 117.841656859845358, 15.124749163211428 ], [ 117.832838598826413, 15.152043780651022 ], [ 117.777409529564466, 15.172619723028561 ], [ 117.74466, 15.217941 ], [ 117.720638, 15.195418 ], [ 117.72495, 15.131302 ], [ 117.827812, 15.111659 ], [ 117.826959758147112, 15.099974048920105 ], [ 117.726798, 15.105303 ], [ 117.70980286175255, 15.108372392747672 ], [ 117.69258625690604, 15.174719308985452 ] ] ], [ [ [ 112.241858, 3.942404 ], [ 112.243320864389119, 3.968809139862543 ], [ 112.254177, 3.97942 ], [ 112.270195564637334, 3.986445661900434 ], [ 112.290771507014881, 3.980566821221137 ], [ 112.292365, 3.946583 ], [ 112.265156558340792, 3.932696261404004 ], [ 112.241858, 3.942404 ] ] ], [ [ [ 111.734324, 16.19732 ], [ 111.790374, 16.220307 ], [ 111.789758, 16.250186 ], [ 111.716462, 16.249036 ], [ 111.782367, 16.273741 ], [ 111.813164, 16.261676 ], [ 111.81686, 16.224329 ], [ 111.779903, 16.19732 ], [ 111.734324, 16.19732 ] ] ], [ [ [ 113.896887, 7.607204 ], [ 113.921524, 7.639235 ], [ 114.029314, 7.670078 ], [ 114.095219, 7.721082 ], [ 114.211632, 7.786904 ], [ 114.268298, 7.870501 ], [ 114.414892, 7.952895 ], [ 114.47279, 7.968898 ], [ 114.511594, 7.966527 ], [ 114.540543, 7.945783 ], [ 114.555326, 7.891249 ], [ 114.540543, 7.862201 ], [ 114.464167, 7.814771 ], [ 114.419819, 7.765557 ], [ 114.407501, 7.683126 ], [ 114.368696, 7.638642 ], [ 114.289856, 7.617288 ], [ 114.157429, 7.561525 ], [ 114.058879, 7.537794 ], [ 113.98743, 7.536014 ], [ 113.919677, 7.566865 ], [ 113.896887, 7.607204 ] ] ], [ [ [ 111.649324, 16.255931 ], [ 111.681353, 16.262251 ], [ 111.598817, 16.198469 ], [ 111.606825, 16.177779 ], [ 111.690592, 16.211112 ], [ 111.611136, 16.156511 ], [ 111.56802, 16.162834 ], [ 111.577875, 16.208239 ], [ 111.649324, 16.255931 ] ] ], [ [ [ 113.976959, 8.872888 ], [ 113.989894, 8.878801 ], [ 114.041017, 8.843913 ], [ 114.060111, 8.816119 ], [ 114.035473, 8.783591 ], [ 114.013299, 8.836817 ], [ 113.976959, 8.872888 ] ] ], [ [ [ 113.956017, 8.840365 ], [ 113.977575, 8.841548 ], [ 114.012068, 8.798376 ], [ 113.975111, 8.793054 ], [ 113.956017, 8.840365 ] ] ], [ [ [ 112.216604, 8.866383 ], [ 112.180264, 8.862244 ], [ 112.206133, 8.88767 ], [ 112.216604, 8.866383 ] ] ], [ [ [ 111.739251, 16.452898 ], [ 111.765737, 16.495366 ], [ 111.759577, 16.545857 ], [ 111.786679, 16.520039 ], [ 111.766969, 16.470116 ], [ 111.739251, 16.452898 ] ] ], [ [ [ 111.97454, 16.323715 ], [ 112.002874, 16.350707 ], [ 112.047221, 16.360469 ], [ 112.074938, 16.349558 ], [ 112.07617, 16.323715 ], [ 112.002258, 16.306484 ], [ 111.97454, 16.323715 ] ] ], [ [ [ 113.792177, 7.373422 ], [ 113.829134, 7.383511 ], [ 113.828518, 7.362145 ], [ 113.792177, 7.373422 ] ] ], [ [ [ 114.194386, 8.764664 ], [ 114.222103, 8.784773 ], [ 114.248588, 8.724442 ], [ 114.201161, 8.727991 ], [ 114.194386, 8.764664 ] ] ], [ [ [ 112.232619, 16.996239 ], [ 112.266496, 16.993949 ], [ 112.292981, 16.96762 ], [ 112.222764, 16.960751 ], [ 112.207981, 16.987081 ], [ 112.232619, 16.996239 ] ] ], [ [ [ 114.617536, 9.965688 ], [ 114.685905, 9.979245 ], [ 114.672355, 9.927963 ], [ 114.642173, 9.917351 ], [ 114.617536, 9.965688 ] ] ], [ [ [ 115.837712, 9.709775 ], [ 115.870972, 9.778785 ], [ 115.901153, 9.795888 ], [ 115.925791, 9.781734 ], [ 115.901153, 9.67084 ], [ 115.867277, 9.650191 ], [ 115.861117, 9.694438 ], [ 115.837712, 9.709775 ] ] ], [ [ [ 114.689601, 10.345648 ], [ 114.717318, 10.380381 ], [ 114.747499, 10.37214 ], [ 114.725941, 10.319154 ], [ 114.702536, 10.312677 ], [ 114.689601, 10.345648 ] ] ], [ [ [ 113.769387, 7.636862 ], [ 113.831597, 7.644573 ], [ 113.814967, 7.603051 ], [ 113.773699, 7.601865 ], [ 113.769387, 7.636862 ] ] ], [ [ [ 109.463972, 7.344339 ], [ 109.536037, 7.448792 ], [ 109.653065, 7.559745 ], [ 109.72205, 7.575763 ], [ 109.816289, 7.572797 ], [ 109.904984, 7.55144 ], [ 109.948716, 7.522962 ], [ 109.938861, 7.504569 ], [ 109.791651, 7.524742 ], [ 109.709115, 7.511095 ], [ 109.654297, 7.479648 ], [ 109.571761, 7.373422 ], [ 109.513247, 7.320002 ], [ 109.463972, 7.315254 ], [ 109.463972, 7.344339 ] ] ], [ [ [ 116.273181, 8.879392 ], [ 116.305826, 8.917233 ], [ 116.332311, 8.901269 ], [ 116.294123, 8.858105 ], [ 116.273181, 8.879392 ] ] ], [ [ [ 112.476531, 16.001247 ], [ 112.448814, 16.005274 ], [ 112.462364, 16.043813 ], [ 112.588016, 16.070844 ], [ 112.612037, 16.039212 ], [ 112.570154, 16.011027 ], [ 112.476531, 16.001247 ] ] ], [ [ [ 112.537509, 8.846278 ], [ 112.598487, 8.859288 ], [ 112.639755, 8.818484 ], [ 112.57077, 8.815527 ], [ 112.537509, 8.846278 ] ] ], [ [ [ 114.469095, 10.836261 ], [ 114.55471, 10.900911 ], [ 114.587355, 10.909138 ], [ 114.593514, 10.856245 ], [ 114.565181, 10.836261 ], [ 114.513442, 10.848605 ], [ 114.475254, 10.814512 ], [ 114.469095, 10.836261 ] ] ], [ [ [ 112.409393, 16.294996 ], [ 112.509176, 16.317397 ], [ 112.536893, 16.312228 ], [ 112.531349, 16.285805 ], [ 112.475915, 16.288677 ], [ 112.411241, 16.2634 ], [ 112.383524, 16.265698 ], [ 112.409393, 16.294996 ] ] ], [ [ [ 112.349031, 16.912088 ], [ 112.30222, 16.963041 ], [ 112.334249, 16.962469 ], [ 112.360734, 16.925257 ], [ 112.349031, 16.912088 ] ] ], [ [ [ 111.500267, 16.45175 ], [ 111.538455, 16.461507 ], [ 111.545847, 16.43453 ], [ 111.49534, 16.4374 ], [ 111.500267, 16.45175 ] ] ], [ [ [ 115.500177, 9.897897 ], [ 115.518039, 9.933857 ], [ 115.581481, 9.917351 ], [ 115.585177, 9.896128 ], [ 115.54822, 9.869007 ], [ 115.500177, 9.897897 ] ] ], [ [ [ 116.48876, 10.395686 ], [ 116.526332, 10.426883 ], [ 116.542346, 10.41982 ], [ 116.514629, 10.34918 ], [ 116.637817, 10.365076 ], [ 116.644592, 10.335051 ], [ 116.566368, 10.304434 ], [ 116.511549, 10.297957 ], [ 116.467202, 10.309144 ], [ 116.461658, 10.34918 ], [ 116.48876, 10.395686 ] ] ], [ [ [ 114.669891, 8.210048 ], [ 114.726557, 8.21064 ], [ 114.74134, 8.189316 ], [ 114.691449, 8.18517 ], [ 114.669891, 8.210048 ] ] ], [ [ [ 114.507899, 8.120004 ], [ 114.595978, 8.15792 ], [ 114.624311, 8.149626 ], [ 114.595978, 8.120596 ], [ 114.530073, 8.103415 ], [ 114.507899, 8.120004 ] ] ], [ [ [ 115.16757, 8.386523 ], [ 115.202678, 8.395403 ], [ 115.299381, 8.370537 ], [ 115.315395, 8.356326 ], [ 115.285214, 8.314876 ], [ 115.235939, 8.321982 ], [ 115.18112, 8.345668 ], [ 115.16757, 8.386523 ] ] ], [ [ [ 113.895039, 8.00505 ], [ 113.940003, 8.018088 ], [ 113.969568, 7.974825 ], [ 113.9708, 7.944597 ], [ 113.904894, 7.963564 ], [ 113.895039, 8.00505 ] ] ], [ [ [ 115.436119, 9.393447 ], [ 115.456445, 9.417064 ], [ 115.469996, 9.3592 ], [ 115.450286, 9.345028 ], [ 115.436119, 9.393447 ] ] ], [ [ [ 113.638192, 8.976942 ], [ 113.644968, 8.989355 ], [ 113.719496, 9.020092 ], [ 113.730583, 9.004133 ], [ 113.654823, 8.962163 ], [ 113.638192, 8.976942 ] ] ], [ [ [ 116.457347, 9.174326 ], [ 116.500462, 9.164282 ], [ 116.477057, 9.137103 ], [ 116.457347, 9.174326 ] ] ], [ [ [ 114.910723, 10.863298 ], [ 114.934129, 10.902674 ], [ 114.959998, 10.902087 ], [ 114.931049, 10.841551 ], [ 114.910723, 10.863298 ] ] ], [ [ [ 113.939387, 8.875253 ], [ 113.916597, 8.837999 ], [ 113.893807, 8.862836 ], [ 113.912285, 8.888853 ], [ 113.939387, 8.875253 ] ] ], [ [ [ 114.696992, 11.004322 ], [ 114.710543, 11.039567 ], [ 114.766593, 11.110045 ], [ 114.799854, 11.10476 ], [ 114.793079, 11.07657 ], [ 114.710543, 11.001972 ], [ 114.696992, 11.004322 ] ] ], [ [ [ 111.572948, 16.470116 ], [ 111.592658, 16.490775 ], [ 111.614216, 16.44027 ], [ 111.578491, 16.447158 ], [ 111.572948, 16.470116 ] ] ], [ [ [ 114.62, 11.432264 ], [ 114.621232, 11.518479 ], [ 114.661884, 11.522584 ], [ 114.652644, 11.436957 ], [ 114.62, 11.432264 ] ] ], [ [ [ 109.936397, 7.848566 ], [ 109.953027, 7.888878 ], [ 110.0331, 7.944597 ], [ 110.078063, 7.949339 ], [ 110.082991, 7.896584 ], [ 110.050346, 7.846194 ], [ 109.988136, 7.8124 ], [ 109.936397, 7.823665 ], [ 109.936397, 7.848566 ] ] ], [ [ [ 116.727128, 11.501473 ], [ 116.738215, 11.514961 ], [ 116.772092, 11.445755 ], [ 116.765316, 11.430504 ], [ 116.727128, 11.501473 ] ] ], [ [ [ 111.761425, 16.061642 ], [ 111.829795, 16.070844 ], [ 111.828563, 16.049565 ], [ 111.791606, 16.028859 ], [ 111.761425, 16.061642 ] ] ], [ [ [ 113.845764, 10.018733 ], [ 113.856851, 10.12185 ], [ 113.872249, 10.123029 ], [ 113.865474, 10.00341 ], [ 113.845764, 10.018733 ] ] ], [ [ [ 111.690592, 16.587731 ], [ 111.717078, 16.59404 ], [ 111.724469, 16.560198 ], [ 111.690592, 16.587731 ] ] ], [ [ [ 112.507328, 16.466098 ], [ 112.499321, 16.493645 ], [ 112.575081, 16.537251 ], [ 112.586784, 16.525777 ], [ 112.507328, 16.466098 ] ] ], [ [ [ 114.791847, 8.160882 ], [ 114.818332, 8.141332 ], [ 114.812173, 8.110524 ], [ 114.777064, 8.114079 ], [ 114.791847, 8.160882 ] ] ], [ [ [ 116.557129, 9.745167 ], [ 116.593469, 9.723932 ], [ 116.566368, 9.718623 ], [ 116.557129, 9.745167 ] ] ], [ [ [ 116.832454, 10.476908 ], [ 116.868794, 10.495739 ], [ 116.855243, 10.468669 ], [ 116.832454, 10.476908 ] ] ], [ [ [ 114.703151, 16.170307 ], [ 114.704383, 16.199044 ], [ 114.802934, 16.215135 ], [ 114.816484, 16.198469 ], [ 114.703151, 16.170307 ] ] ], [ [ [ 115.28275, 10.191951 ], [ 115.28891, 10.211388 ], [ 115.333257, 10.200198 ], [ 115.288294, 10.172513 ], [ 115.28275, 10.191951 ] ] ], [ [ [ 115.97753, 9.321997 ], [ 115.999088, 9.293649 ], [ 115.976298, 9.268252 ], [ 115.943037, 9.269433 ], [ 115.926407, 9.311366 ], [ 115.97753, 9.321997 ] ] ], [ [ [ 113.660366, 9.231039 ], [ 113.697323, 9.225722 ], [ 113.676997, 9.202683 ], [ 113.660366, 9.231039 ] ] ], [ [ [ 114.665579, 7.590001 ], [ 114.703767, 7.614915 ], [ 114.72163, 7.59178 ], [ 114.671739, 7.563898 ], [ 114.665579, 7.590001 ] ] ], [ [ [ 117.770529, 10.773361 ], [ 117.775457, 10.809222 ], [ 117.801942, 10.839788 ], [ 117.831507, 10.838612 ], [ 117.835819, 10.803931 ], [ 117.798862, 10.753371 ], [ 117.770529, 10.773361 ] ] ], [ [ [ 114.242429, 10.242014 ], [ 114.265219, 10.275581 ], [ 114.312646, 10.300901 ], [ 114.326197, 10.284414 ], [ 114.263371, 10.239658 ], [ 114.242429, 10.242014 ] ] ], [ [ [ 114.688985, 11.469217 ], [ 114.720398, 11.49209 ], [ 114.737644, 11.463938 ], [ 114.722246, 11.429331 ], [ 114.688985, 11.469217 ] ] ], [ [ [ 116.638433, 10.503977 ], [ 116.699411, 10.517511 ], [ 116.70865, 10.492797 ], [ 116.653215, 10.491031 ], [ 116.638433, 10.503977 ] ] ], [ [ [ 110.459946, 8.116449 ], [ 110.461793, 8.128298 ], [ 110.568351, 8.17273 ], [ 110.599764, 8.156735 ], [ 110.554184, 8.093935 ], [ 110.471032, 8.072012 ], [ 110.459946, 8.116449 ] ] ], [ [ [ 111.463311, 8.52504 ], [ 111.509506, 8.550489 ], [ 111.497187, 8.523857 ], [ 111.463311, 8.52504 ] ] ], [ [ [ 114.493116, 10.717504 ], [ 114.539312, 10.793349 ], [ 114.562717, 10.778064 ], [ 114.513442, 10.722208 ], [ 114.493116, 10.717504 ] ] ], [ [ [ 113.221817, 8.073789 ], [ 113.269861, 8.120004 ], [ 113.283411, 8.111117 ], [ 113.235984, 8.068456 ], [ 113.221817, 8.073789 ] ] ], [ [ [ 115.258113, 8.509652 ], [ 115.296301, 8.510836 ], [ 115.271048, 8.477098 ], [ 115.258113, 8.509652 ] ] ], [ [ [ 111.539071, 7.54432 ], [ 111.566788, 7.606017 ], [ 111.612368, 7.592374 ], [ 111.583419, 7.543134 ], [ 111.542767, 7.524742 ], [ 111.539071, 7.54432 ] ] ], [ [ [ 117.258068, 10.320331 ], [ 117.274698, 10.358011 ], [ 117.299952, 10.343293 ], [ 117.299336, 10.313855 ], [ 117.258068, 10.320331 ] ] ], [ [ [ 114.074893, 10.929118 ], [ 114.096451, 10.947921 ], [ 114.110002, 10.918541 ], [ 114.064422, 10.904437 ], [ 114.074893, 10.929118 ] ] ], [ [ [ 114.212864, 16.040937 ], [ 114.268914, 16.059342 ], [ 114.306487, 16.057616 ], [ 114.31203, 16.034611 ], [ 114.212864, 16.040937 ] ] ], [ [ [ 110.609003, 8.010976 ], [ 110.622553, 8.041199 ], [ 110.641648, 8.031125 ], [ 110.642879, 7.989049 ], [ 110.609003, 8.010976 ] ] ], [ [ [ 115.509416, 8.490712 ], [ 115.514344, 8.519122 ], [ 115.558691, 8.523265 ], [ 115.569162, 8.49012 ], [ 115.55438, 8.461115 ], [ 115.521735, 8.460523 ], [ 115.509416, 8.490712 ] ] ], [ [ [ 111.657947, 8.672974 ], [ 111.697368, 8.67889 ], [ 111.717694, 8.6499 ], [ 111.665955, 8.622683 ], [ 111.657947, 8.672974 ] ] ], [ [ [ 110.460561, 7.799948 ], [ 110.485199, 7.827815 ], [ 110.511684, 7.805878 ], [ 110.487663, 7.783346 ], [ 110.460561, 7.799948 ] ] ], [ [ [ 112.345952, 8.926101 ], [ 112.384756, 8.946793 ], [ 112.392763, 8.919598 ], [ 112.345952, 8.926101 ] ] ], [ [ [ 116.469665, 9.810041 ], [ 116.490607, 9.821246 ], [ 116.50847, 9.79117 ], [ 116.47952, 9.785272 ], [ 116.469665, 9.810041 ] ] ], [ [ [ 111.925265, 8.070827 ], [ 111.95483, 8.106377 ], [ 112.013344, 8.093342 ], [ 112.018888, 8.065494 ], [ 111.994866, 8.047125 ], [ 111.949287, 8.05068 ], [ 111.925265, 8.070827 ] ] ], [ [ [ 114.457392, 15.599305 ], [ 114.491884, 15.59354 ], [ 114.466631, 15.576823 ], [ 114.457392, 15.599305 ] ] ], [ [ [ 114.985252, 11.078332 ], [ 115.021592, 11.085967 ], [ 115.013585, 11.063062 ], [ 114.985252, 11.078332 ] ] ], [ [ [ 114.10569, 16.004124 ], [ 114.132176, 16.007575 ], [ 114.110618, 15.978235 ], [ 114.10569, 16.004124 ] ] ], [ [ [ 116.045283, 10.095338 ], [ 116.070537, 10.12892 ], [ 116.09579, 10.09357 ], [ 116.067457, 10.065876 ], [ 116.045283, 10.095338 ] ] ], [ [ [ 117.266691, 10.69163 ], [ 117.293176, 10.735144 ], [ 117.369553, 10.7422 ], [ 117.418212, 10.702803 ], [ 117.404661, 10.671047 ], [ 117.348611, 10.672811 ], [ 117.266691, 10.69163 ] ] ], [ [ [ 114.854057, 7.244611 ], [ 114.869455, 7.198895 ], [ 114.819564, 7.192957 ], [ 114.854057, 7.244611 ] ] ], [ [ [ 112.823305, 8.910729 ], [ 112.873196, 8.908364 ], [ 112.859645, 8.889444 ], [ 112.823305, 8.910729 ] ] ], [ [ [ 111.670266, 7.651098 ], [ 111.691208, 7.711593 ], [ 111.726317, 7.729977 ], [ 111.749722, 7.703884 ], [ 111.707223, 7.648725 ], [ 111.670266, 7.651098 ] ] ], [ [ [ 112.207981, 8.835634 ], [ 112.241242, 8.852783 ], [ 112.235699, 8.827355 ], [ 112.207981, 8.835634 ] ] ], [ [ [ 112.527654, 5.79444 ], [ 112.562146, 5.820637 ], [ 112.562762, 5.75931 ], [ 112.531965, 5.766455 ], [ 112.527654, 5.79444 ] ] ], [ [ [ 114.599058, 8.846278 ], [ 114.61692, 8.881166 ], [ 114.665579, 8.900087 ], [ 114.68221, 8.881166 ], [ 114.645869, 8.844504 ], [ 114.599058, 8.846278 ] ] ], [ [ [ 114.868223, 7.983715 ], [ 114.883006, 8.011569 ], [ 114.914419, 8.00742 ], [ 114.907643, 7.951117 ], [ 114.868223, 7.983715 ] ] ], [ [ [ 112.945261, 8.410204 ], [ 112.949572, 8.432701 ], [ 112.985297, 8.429149 ], [ 112.945261, 8.410204 ] ] ], [ [ [ 113.600004, 6.961929 ], [ 113.62341, 6.942325 ], [ 113.580294, 6.920344 ], [ 113.600004, 6.961929 ] ] ], [ [ [ 117.347995, 10.090624 ], [ 117.373864, 10.106532 ], [ 117.385567, 10.063519 ], [ 117.354154, 10.06293 ], [ 117.347995, 10.090624 ] ] ], [ [ [ 112.993304, 19.472003 ], [ 112.980369, 19.496263 ], [ 112.993304, 19.52616 ], [ 113.029028, 19.52898 ], [ 113.048123, 19.506417 ], [ 113.038883, 19.480466 ], [ 112.993304, 19.472003 ] ] ], [ [ [ 114.448153, 16.034035 ], [ 114.465399, 16.067393 ], [ 114.521449, 16.056466 ], [ 114.485109, 16.034611 ], [ 114.448153, 16.034035 ] ] ], [ [ [ 113.832213, 19.158552 ], [ 113.799568, 19.19925 ], [ 113.80696, 19.222986 ], [ 113.875945, 19.237113 ], [ 113.920293, 19.223551 ], [ 113.914749, 19.172119 ], [ 113.874097, 19.151203 ], [ 113.832213, 19.158552 ] ] ], [ [ [ 112.650842, 5.106941 ], [ 112.678559, 5.121247 ], [ 112.719211, 5.075944 ], [ 112.682871, 5.048522 ], [ 112.655769, 5.055676 ], [ 112.650842, 5.106941 ] ] ], [ [ [ 111.638853, 7.907254 ], [ 111.651788, 7.932743 ], [ 111.713382, 7.927408 ], [ 111.712766, 7.887099 ], [ 111.665339, 7.887099 ], [ 111.638853, 7.907254 ] ] ], [ [ [ 112.244322, 8.874662 ], [ 112.288669, 8.885896 ], [ 112.281278, 8.855148 ], [ 112.244322, 8.874662 ] ] ], [ [ [ 112.89229, 7.844416 ], [ 112.93171, 7.867537 ], [ 112.929862, 7.827815 ], [ 112.89229, 7.844416 ] ] ], [ [ [ 112.583088, 5.56159 ], [ 112.616349, 5.568737 ], [ 112.642834, 5.489512 ], [ 112.614501, 5.465683 ], [ 112.606494, 5.51751 ], [ 112.583088, 5.56159 ] ] ], [ [ [ 116.695099, 16.345538 ], [ 116.717889, 16.373676 ], [ 116.747454, 16.360469 ], [ 116.738831, 16.303612 ], [ 116.708034, 16.299591 ], [ 116.695099, 16.345538 ] ] ], [ [ [ 112.523342, 5.656289 ], [ 112.528886, 5.687257 ], [ 112.56153, 5.677133 ], [ 112.565842, 5.63068 ], [ 112.5449, 5.616386 ], [ 112.523342, 5.656289 ] ] ], [ [ [ 112.907072, 4.993079 ], [ 112.910768, 5.038388 ], [ 112.952652, 5.047926 ], [ 112.943413, 4.991887 ], [ 112.907072, 4.993079 ] ] ], [ [ [ 115.361591, 13.948985 ], [ 115.377605, 13.968732 ], [ 115.423185, 13.977443 ], [ 115.438583, 13.943757 ], [ 115.397315, 13.92517 ], [ 115.361591, 13.948985 ] ] ], [ [ [ 113.860546, 15.477068 ], [ 113.890112, 15.490909 ], [ 113.893807, 15.463802 ], [ 113.860546, 15.477068 ] ] ], [ [ [ 113.596924, 10.240836 ], [ 113.638192, 10.243192 ], [ 113.617866, 10.22199 ], [ 113.596924, 10.240836 ] ] ], [ [ [ 112.557219, 5.109326 ], [ 112.601567, 5.120055 ], [ 112.610806, 5.091443 ], [ 112.568922, 5.071771 ], [ 112.557219, 5.109326 ] ] ], [ [ [ 112.350263, 5.621747 ], [ 112.385372, 5.643187 ], [ 112.385988, 5.615791 ], [ 112.350263, 5.621747 ] ] ], [ [ [ 112.226459, 16.759147 ], [ 112.211061, 16.795819 ], [ 112.262184, 16.778057 ], [ 112.254177, 16.751698 ], [ 112.226459, 16.759147 ] ] ], [ [ [ 112.233851, 15.69612 ], [ 112.20367, 15.71398 ], [ 112.240626, 15.741055 ], [ 112.25972, 15.734718 ], [ 112.233851, 15.69612 ] ] ], [ [ [ 112.612037, 5.367973 ], [ 112.62374, 5.401935 ], [ 112.690878, 5.406702 ], [ 112.685334, 5.371548 ], [ 112.640371, 5.347715 ], [ 112.612037, 5.367973 ] ] ], [ [ [ 112.472219, 5.73966 ], [ 112.498089, 5.775387 ], [ 112.496857, 5.736683 ], [ 112.472219, 5.73966 ] ] ], [ [ [ 113.217506, 6.306249 ], [ 113.243991, 6.325878 ], [ 113.230441, 6.285429 ], [ 113.217506, 6.306249 ] ] ], [ [ [ 116.152457, 9.579384 ], [ 116.187565, 9.595317 ], [ 116.189413, 9.565221 ], [ 116.152457, 9.579384 ] ] ], [ [ [ 114.948911, 7.508722 ], [ 115.013585, 7.525928 ], [ 115.012353, 7.484988 ], [ 114.960614, 7.484988 ], [ 114.948911, 7.508722 ] ] ], [ [ [ 111.553854, 7.807656 ], [ 111.603745, 7.861608 ], [ 111.619759, 7.840265 ], [ 111.585267, 7.771487 ], [ 111.553854, 7.807656 ] ] ], [ [ [ 113.938771, 15.8355 ], [ 113.9708, 15.83953 ], [ 113.973263, 15.805558 ], [ 113.938771, 15.8355 ] ] ], [ [ [ 114.926122, 16.036911 ], [ 114.910723, 16.001823 ], [ 114.895325, 16.036336 ], [ 114.926122, 16.036911 ] ] ], [ [ [ 116.749302, 9.056736 ], [ 116.740679, 9.028367 ], [ 116.70865, 9.024229 ], [ 116.699411, 9.049053 ], [ 116.749302, 9.056736 ] ] ], [ [ [ 112.64653, 16.385733 ], [ 112.660081, 16.426494 ], [ 112.681639, 16.400661 ], [ 112.64653, 16.385733 ] ] ], [ [ [ 111.203384, 19.92557 ], [ 111.204, 19.926132 ], [ 111.204, 19.92557 ], [ 111.203384, 19.925007 ], [ 111.203384, 19.92557 ] ] ], [ [ [ 115.758256, 10.461018 ], [ 115.801987, 10.463372 ], [ 115.776118, 10.434534 ], [ 115.758256, 10.461018 ] ] ], [ [ [ 112.671784, 16.331755 ], [ 112.677943, 16.35932 ], [ 112.701349, 16.331755 ], [ 112.671784, 16.331755 ] ] ], [ [ [ 115.782277, 10.541046 ], [ 115.805067, 10.524571 ], [ 115.795212, 10.499858 ], [ 115.782277, 10.541046 ] ] ], [ [ [ 112.512255, 9.544566 ], [ 112.567074, 9.554008 ], [ 112.568922, 9.516826 ], [ 112.50856, 9.525679 ], [ 112.512255, 9.544566 ] ] ], [ [ [ 117.21372, 10.735144 ], [ 117.206945, 10.707507 ], [ 117.187235, 10.741612 ], [ 117.21372, 10.735144 ] ] ], [ [ [ 114.610145, 15.649447 ], [ 114.610761, 15.615444 ], [ 114.581195, 15.625242 ], [ 114.610145, 15.649447 ] ] ], [ [ [ 117.299336, 11.077745 ], [ 117.304263, 11.027232 ], [ 117.284553, 11.02547 ], [ 117.264227, 11.063062 ], [ 117.299336, 11.077745 ] ] ], [ [ [ 117.691073, 11.048965 ], [ 117.690457, 11.016658 ], [ 117.655965, 11.024882 ], [ 117.653501, 11.046029 ], [ 117.691073, 11.048965 ] ] ], [ [ [ 114.166668, 9.38459 ], [ 114.194386, 9.391676 ], [ 114.195617, 9.350933 ], [ 114.175291, 9.342075 ], [ 114.166668, 9.38459 ] ] ], [ [ [ 114.714854, 9.736909 ], [ 114.704999, 9.700337 ], [ 114.680978, 9.707416 ], [ 114.693296, 9.741038 ], [ 114.714854, 9.736909 ] ] ], [ [ [ 112.554139, 5.97839 ], [ 112.575697, 5.971247 ], [ 112.553523, 5.942676 ], [ 112.554139, 5.97839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "500000", "name": "重庆市", "center": [ 106.504962, 29.533155 ], "centroid": [ 107.883899, 30.067297 ], "childrenNum": 38, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 21, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.37442, 28.525742 ], [ 106.33192, 28.55308 ], [ 106.346703, 28.583565 ], [ 106.304203, 28.64976 ], [ 106.305435, 28.704365 ], [ 106.27279, 28.741103 ], [ 106.267863, 28.779402 ], [ 106.245689, 28.817686 ], [ 106.264783, 28.845997 ], [ 106.206885, 28.904691 ], [ 106.173008, 28.920407 ], [ 106.14837, 28.901548 ], [ 106.101559, 28.898928 ], [ 106.070762, 28.919884 ], [ 106.049204, 28.906263 ], [ 106.040581, 28.955498 ], [ 106.001161, 28.973824 ], [ 105.969132, 28.965971 ], [ 105.910002, 28.920407 ], [ 105.852719, 28.927217 ], [ 105.830546, 28.944501 ], [ 105.797285, 28.936121 ], [ 105.801596, 28.958116 ], [ 105.762176, 28.9911 ], [ 105.766488, 29.013607 ], [ 105.74185, 29.039249 ], [ 105.757865, 29.069068 ], [ 105.728916, 29.1062 ], [ 105.752321, 29.129727 ], [ 105.728916, 29.134432 ], [ 105.703662, 29.176766 ], [ 105.712285, 29.219082 ], [ 105.695039, 29.287482 ], [ 105.647612, 29.253027 ], [ 105.631597, 29.280174 ], [ 105.557684, 29.278608 ], [ 105.521344, 29.264513 ], [ 105.513337, 29.283306 ], [ 105.459134, 29.288526 ], [ 105.465294, 29.322969 ], [ 105.42033, 29.31149 ], [ 105.418482, 29.352185 ], [ 105.441888, 29.400686 ], [ 105.426489, 29.419454 ], [ 105.372903, 29.421018 ], [ 105.387069, 29.455416 ], [ 105.387069, 29.455416 ], [ 105.334099, 29.441345 ], [ 105.337794, 29.459064 ], [ 105.305149, 29.53199 ], [ 105.296526, 29.571035 ], [ 105.332867, 29.592374 ], [ 105.347649, 29.621512 ], [ 105.38091, 29.628275 ], [ 105.419714, 29.688082 ], [ 105.476996, 29.674564 ], [ 105.481924, 29.718232 ], [ 105.529351, 29.707836 ], [ 105.574931, 29.744216 ], [ 105.582938, 29.819013 ], [ 105.610655, 29.837184 ], [ 105.707974, 29.840818 ], [ 105.738771, 29.891159 ], [ 105.717213, 29.893753 ], [ 105.70243, 29.924879 ], [ 105.730763, 29.95755 ], [ 105.723372, 29.975177 ], [ 105.753553, 30.018196 ], [ 105.719677, 30.042548 ], [ 105.687032, 30.038922 ], [ 105.676561, 30.06793 ], [ 105.638988, 30.076216 ], [ 105.642068, 30.101072 ], [ 105.582938, 30.12385 ], [ 105.582938, 30.127474 ], [ 105.580474, 30.129544 ], [ 105.574315, 30.130579 ], [ 105.596489, 30.159043 ], [ 105.536127, 30.152834 ], [ 105.550909, 30.179222 ], [ 105.56138, 30.183878 ], [ 105.642684, 30.186464 ], [ 105.662394, 30.210258 ], [ 105.619894, 30.234045 ], [ 105.624822, 30.275918 ], [ 105.670401, 30.254208 ], [ 105.720292, 30.252657 ], [ 105.720292, 30.252657 ], [ 105.714749, 30.322939 ], [ 105.754785, 30.342567 ], [ 105.760329, 30.384393 ], [ 105.792357, 30.427234 ], [ 105.825618, 30.436006 ], [ 105.84656, 30.410203 ], [ 105.900763, 30.405042 ], [ 105.943263, 30.372002 ], [ 106.031958, 30.373551 ], [ 106.07261, 30.333786 ], [ 106.132972, 30.30279 ], [ 106.132356, 30.323972 ], [ 106.168696, 30.303823 ], [ 106.180399, 30.233011 ], [ 106.232754, 30.185947 ], [ 106.260471, 30.19681 ], [ 106.264167, 30.20974 ], [ 106.296196, 30.205603 ], [ 106.306667, 30.238182 ], [ 106.334384, 30.225772 ], [ 106.349167, 30.24542 ], [ 106.401521, 30.242318 ], [ 106.428623, 30.254725 ], [ 106.43971, 30.308473 ], [ 106.49884, 30.295556 ], [ 106.545035, 30.296589 ], [ 106.560434, 30.31519 ], [ 106.611557, 30.292455 ], [ 106.642354, 30.246454 ], [ 106.612789, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.631883, 30.186464 ], [ 106.677462, 30.156974 ], [ 106.672535, 30.122297 ], [ 106.700252, 30.111944 ], [ 106.699636, 30.074145 ], [ 106.724274, 30.058607 ], [ 106.732281, 30.027005 ], [ 106.785252, 30.01716 ], [ 106.825904, 30.03115 ], [ 106.825904, 30.03115 ], [ 106.83699, 30.049801 ], [ 106.862244, 30.033223 ], [ 106.913367, 30.025451 ], [ 106.94478, 30.037367 ], [ 106.976193, 30.083467 ], [ 106.981736, 30.08502 ], [ 107.02054, 30.036849 ], [ 107.053801, 30.043584 ], [ 107.054417, 30.040994 ], [ 107.055649, 30.040476 ], [ 107.058113, 30.043066 ], [ 107.084598, 30.063786 ], [ 107.080286, 30.094341 ], [ 107.103076, 30.090198 ], [ 107.221337, 30.213878 ], [ 107.257677, 30.267131 ], [ 107.288474, 30.337402 ], [ 107.338981, 30.386459 ], [ 107.368546, 30.468508 ], [ 107.408582, 30.521623 ], [ 107.443075, 30.53348 ], [ 107.427676, 30.547397 ], [ 107.485575, 30.598408 ], [ 107.516987, 30.644759 ], [ 107.477567, 30.664837 ], [ 107.458473, 30.704981 ], [ 107.424597, 30.74048 ], [ 107.454162, 30.771851 ], [ 107.454162, 30.771851 ], [ 107.498509, 30.809381 ], [ 107.483111, 30.838675 ], [ 107.515756, 30.854603 ], [ 107.57735, 30.847924 ], [ 107.645103, 30.821202 ], [ 107.693146, 30.875665 ], [ 107.739957, 30.884396 ], [ 107.760899, 30.862823 ], [ 107.763979, 30.817091 ], [ 107.788001, 30.81966 ], [ 107.851443, 30.792931 ], [ 107.956152, 30.882855 ], [ 107.994956, 30.908533 ], [ 107.948145, 30.918802 ], [ 107.942602, 30.989114 ], [ 107.983254, 30.983983 ], [ 108.00358, 31.025533 ], [ 108.060246, 31.052197 ], [ 108.026985, 31.061938 ], [ 108.009123, 31.109602 ], [ 108.025753, 31.116263 ], [ 108.089811, 31.204859 ], [ 108.07626, 31.231985 ], [ 108.031297, 31.217144 ], [ 108.038688, 31.252964 ], [ 108.095354, 31.268311 ], [ 108.185898, 31.336831 ], [ 108.153869, 31.371073 ], [ 108.216079, 31.41041 ], [ 108.224086, 31.464024 ], [ 108.193289, 31.467598 ], [ 108.191441, 31.492096 ], [ 108.233941, 31.506894 ], [ 108.254883, 31.49873 ], [ 108.344194, 31.512506 ], [ 108.34789, 31.545664 ], [ 108.386078, 31.544134 ], [ 108.390389, 31.591555 ], [ 108.442744, 31.633856 ], [ 108.468614, 31.636404 ], [ 108.519121, 31.665952 ], [ 108.546838, 31.665442 ], [ 108.514809, 31.693963 ], [ 108.50557, 31.734182 ], [ 108.535135, 31.757592 ], [ 108.462454, 31.780488 ], [ 108.455063, 31.814059 ], [ 108.429194, 31.809482 ], [ 108.391005, 31.829822 ], [ 108.386078, 31.854226 ], [ 108.343578, 31.860834 ], [ 108.259194, 31.967006 ], [ 108.307238, 31.997463 ], [ 108.351585, 31.971575 ], [ 108.370063, 31.988835 ], [ 108.329411, 32.020299 ], [ 108.362056, 32.035521 ], [ 108.344194, 32.067477 ], [ 108.372527, 32.077112 ], [ 108.42981, 32.061391 ], [ 108.452599, 32.090296 ], [ 108.399628, 32.147065 ], [ 108.379303, 32.153652 ], [ 108.379303, 32.153652 ], [ 108.379918, 32.154158 ], [ 108.379918, 32.154158 ], [ 108.370063, 32.172397 ], [ 108.399013, 32.194176 ], [ 108.480317, 32.182527 ], [ 108.509882, 32.201266 ], [ 108.543758, 32.177969 ], [ 108.585026, 32.17189 ], [ 108.676801, 32.10297 ], [ 108.734084, 32.106519 ], [ 108.75133, 32.076098 ], [ 108.78767, 32.04871 ], [ 108.837561, 32.039072 ], [ 108.902235, 31.984774 ], [ 108.986619, 31.980205 ], [ 109.085785, 31.929428 ], [ 109.123357, 31.892851 ], [ 109.191111, 31.85575 ], [ 109.195422, 31.817618 ], [ 109.27611, 31.79931 ], [ 109.279806, 31.776418 ], [ 109.253936, 31.759628 ], [ 109.282885, 31.743343 ], [ 109.281654, 31.716874 ], [ 109.381436, 31.705165 ], [ 109.446109, 31.722983 ], [ 109.502776, 31.716365 ], [ 109.549587, 31.73011 ], [ 109.585928, 31.726546 ], [ 109.622268, 31.711783 ], [ 109.683246, 31.719929 ], [ 109.731289, 31.700582 ], [ 109.737449, 31.628761 ], [ 109.76455, 31.602769 ], [ 109.745456, 31.598182 ], [ 109.727594, 31.548214 ], [ 109.837847, 31.555354 ], [ 109.894513, 31.519139 ], [ 109.969658, 31.508935 ], [ 109.94502, 31.47066 ], [ 109.98752, 31.474744 ], [ 110.036795, 31.436966 ], [ 110.054042, 31.410921 ], [ 110.118715, 31.409899 ], [ 110.161831, 31.314338 ], [ 110.155671, 31.279564 ], [ 110.180309, 31.179774 ], [ 110.200019, 31.158779 ], [ 110.180309, 31.121899 ], [ 110.147048, 31.116776 ], [ 110.119947, 31.088592 ], [ 110.120563, 31.0322 ], [ 110.140273, 31.030661 ], [ 110.140889, 30.987062 ], [ 110.172918, 30.978853 ], [ 110.153824, 30.953708 ], [ 110.151976, 30.911613 ], [ 110.082375, 30.799614 ], [ 110.048498, 30.800642 ], [ 110.019549, 30.829425 ], [ 110.008462, 30.883369 ], [ 109.943788, 30.878746 ], [ 109.894513, 30.899803 ], [ 109.828608, 30.864364 ], [ 109.780564, 30.848437 ], [ 109.701724, 30.783677 ], [ 109.656761, 30.760538 ], [ 109.661072, 30.738936 ], [ 109.625348, 30.702923 ], [ 109.590855, 30.69366 ], [ 109.574225, 30.646818 ], [ 109.543428, 30.63961 ], [ 109.535421, 30.664837 ], [ 109.435638, 30.595832 ], [ 109.418392, 30.559766 ], [ 109.35495, 30.487076 ], [ 109.337088, 30.521623 ], [ 109.36111, 30.551004 ], [ 109.314298, 30.599953 ], [ 109.299516, 30.630341 ], [ 109.245313, 30.580892 ], [ 109.191726, 30.545851 ], [ 109.191726, 30.545851 ], [ 109.143683, 30.521108 ], [ 109.103647, 30.565949 ], [ 109.106111, 30.570587 ], [ 109.101183, 30.579346 ], [ 109.102415, 30.580377 ], [ 109.105495, 30.585529 ], [ 109.106111, 30.61077 ], [ 109.111654, 30.646303 ], [ 109.071002, 30.640125 ], [ 109.042669, 30.655571 ], [ 109.006329, 30.626736 ], [ 108.971836, 30.627766 ], [ 108.893612, 30.565434 ], [ 108.838793, 30.503062 ], [ 108.808612, 30.491202 ], [ 108.789518, 30.513374 ], [ 108.743939, 30.494812 ], [ 108.698975, 30.54482 ], [ 108.688504, 30.58759 ], [ 108.642925, 30.578831 ], [ 108.6497, 30.53915 ], [ 108.56778, 30.468508 ], [ 108.556077, 30.487592 ], [ 108.512961, 30.501515 ], [ 108.472925, 30.487076 ], [ 108.42673, 30.492233 ], [ 108.411331, 30.438586 ], [ 108.430425, 30.416397 ], [ 108.402092, 30.376649 ], [ 108.431041, 30.354446 ], [ 108.460606, 30.35961 ], [ 108.501258, 30.314673 ], [ 108.524048, 30.309506 ], [ 108.54499, 30.269716 ], [ 108.581947, 30.255759 ], [ 108.551766, 30.1637 ], [ 108.56778, 30.157491 ], [ 108.546222, 30.104178 ], [ 108.513577, 30.057571 ], [ 108.532055, 30.051873 ], [ 108.536367, 29.983472 ], [ 108.517889, 29.9394 ], [ 108.516041, 29.885451 ], [ 108.467998, 29.864175 ], [ 108.433505, 29.880262 ], [ 108.371295, 29.841337 ], [ 108.424266, 29.815897 ], [ 108.422418, 29.772791 ], [ 108.442744, 29.778505 ], [ 108.437201, 29.741098 ], [ 108.460606, 29.741098 ], [ 108.504338, 29.707836 ], [ 108.504954, 29.728626 ], [ 108.548686, 29.749412 ], [ 108.52528, 29.770713 ], [ 108.556077, 29.818493 ], [ 108.601041, 29.863656 ], [ 108.658939, 29.854833 ], [ 108.680497, 29.800319 ], [ 108.676801, 29.749412 ], [ 108.690968, 29.689642 ], [ 108.752562, 29.649082 ], [ 108.786438, 29.691721 ], [ 108.797525, 29.660003 ], [ 108.781511, 29.635558 ], [ 108.844337, 29.658443 ], [ 108.888068, 29.628795 ], [ 108.870206, 29.596537 ], [ 108.901003, 29.604863 ], [ 108.913322, 29.574679 ], [ 108.878213, 29.539279 ], [ 108.888684, 29.502305 ], [ 108.866511, 29.470527 ], [ 108.884373, 29.440824 ], [ 108.927488, 29.435612 ], [ 108.934264, 29.399643 ], [ 108.919481, 29.3261 ], [ 108.983539, 29.332883 ], [ 108.999553, 29.36366 ], [ 109.034662, 29.360531 ], [ 109.060531, 29.403292 ], [ 109.11227, 29.361053 ], [ 109.106727, 29.288526 ], [ 109.141835, 29.270256 ], [ 109.110422, 29.21647 ], [ 109.139372, 29.168927 ], [ 109.162777, 29.180946 ], [ 109.215748, 29.145409 ], [ 109.232378, 29.119271 ], [ 109.240386, 29.086328 ], [ 109.312451, 29.066453 ], [ 109.319842, 29.042388 ], [ 109.294588, 29.015177 ], [ 109.292741, 28.987436 ], [ 109.261328, 28.952356 ], [ 109.235458, 28.882161 ], [ 109.246545, 28.80143 ], [ 109.241002, 28.776779 ], [ 109.2989, 28.7474 ], [ 109.294588, 28.722211 ], [ 109.252704, 28.691767 ], [ 109.271183, 28.671816 ], [ 109.192958, 28.636104 ], [ 109.201581, 28.597753 ], [ 109.235458, 28.61982 ], [ 109.252089, 28.606685 ], [ 109.306907, 28.62087 ], [ 109.319842, 28.579886 ], [ 109.273646, 28.53836 ], [ 109.274262, 28.494714 ], [ 109.23361, 28.474726 ], [ 109.191726, 28.471043 ], [ 109.153538, 28.417369 ], [ 109.152306, 28.349975 ], [ 109.117198, 28.277795 ], [ 109.081473, 28.247749 ], [ 109.101799, 28.202401 ], [ 109.086401, 28.184467 ], [ 109.026655, 28.220331 ], [ 109.005713, 28.162837 ], [ 108.929952, 28.19027 ], [ 108.923793, 28.217167 ], [ 108.89546, 28.219804 ], [ 108.855424, 28.199764 ], [ 108.821547, 28.245113 ], [ 108.772888, 28.212949 ], [ 108.738395, 28.228241 ], [ 108.726692, 28.282011 ], [ 108.761801, 28.304143 ], [ 108.783359, 28.380518 ], [ 108.759953, 28.389995 ], [ 108.780279, 28.42579 ], [ 108.746402, 28.45105 ], [ 108.709446, 28.501026 ], [ 108.700207, 28.48209 ], [ 108.657091, 28.47683 ], [ 108.640461, 28.456838 ], [ 108.688504, 28.422106 ], [ 108.697127, 28.401051 ], [ 108.656475, 28.359981 ], [ 108.667562, 28.334173 ], [ 108.611512, 28.324691 ], [ 108.580099, 28.343128 ], [ 108.576403, 28.38631 ], [ 108.609048, 28.407368 ], [ 108.609664, 28.43579 ], [ 108.586874, 28.463678 ], [ 108.573939, 28.531 ], [ 108.610896, 28.539412 ], [ 108.604736, 28.590922 ], [ 108.636149, 28.621396 ], [ 108.575787, 28.659738 ], [ 108.50249, 28.63768 ], [ 108.501258, 28.626649 ], [ 108.439049, 28.634003 ], [ 108.332491, 28.679166 ], [ 108.347274, 28.736381 ], [ 108.385462, 28.772058 ], [ 108.386078, 28.803003 ], [ 108.352817, 28.815589 ], [ 108.346658, 28.859625 ], [ 108.357745, 28.893165 ], [ 108.345426, 28.943453 ], [ 108.319556, 28.961258 ], [ 108.297999, 29.045527 ], [ 108.306622, 29.079006 ], [ 108.277673, 29.091558 ], [ 108.256115, 29.040295 ], [ 108.193289, 29.072207 ], [ 108.150173, 29.053375 ], [ 108.070717, 29.086328 ], [ 108.026369, 29.039772 ], [ 107.925971, 29.032446 ], [ 107.908725, 29.007327 ], [ 107.882855, 29.00628 ], [ 107.867457, 28.960211 ], [ 107.810175, 28.984295 ], [ 107.823725, 29.034016 ], [ 107.784921, 29.048143 ], [ 107.810791, 29.139137 ], [ 107.749197, 29.199754 ], [ 107.700537, 29.141228 ], [ 107.659885, 29.162656 ], [ 107.605683, 29.164747 ], [ 107.589052, 29.150113 ], [ 107.570574, 29.218037 ], [ 107.486806, 29.174153 ], [ 107.441227, 29.203934 ], [ 107.401807, 29.184603 ], [ 107.408582, 29.138091 ], [ 107.427676, 29.128682 ], [ 107.412278, 29.094696 ], [ 107.369778, 29.091558 ], [ 107.395647, 29.041341 ], [ 107.364235, 29.00942 ], [ 107.396879, 28.993718 ], [ 107.412894, 28.960211 ], [ 107.441227, 28.943977 ], [ 107.41351, 28.911502 ], [ 107.383945, 28.848618 ], [ 107.339597, 28.845997 ], [ 107.327894, 28.810869 ], [ 107.261373, 28.792514 ], [ 107.24659, 28.76209 ], [ 107.219489, 28.772582 ], [ 107.210866, 28.817686 ], [ 107.227496, 28.836037 ], [ 107.194851, 28.838134 ], [ 107.206554, 28.868535 ], [ 107.14188, 28.887925 ], [ 107.016229, 28.882685 ], [ 107.019308, 28.861722 ], [ 106.983584, 28.851239 ], [ 106.988512, 28.776254 ], [ 106.951555, 28.766812 ], [ 106.923222, 28.809821 ], [ 106.872099, 28.777304 ], [ 106.845614, 28.780975 ], [ 106.824056, 28.756319 ], [ 106.86594, 28.690192 ], [ 106.889345, 28.695966 ], [ 106.866556, 28.624548 ], [ 106.830831, 28.623497 ], [ 106.807425, 28.589346 ], [ 106.784636, 28.626649 ], [ 106.756918, 28.607211 ], [ 106.77786, 28.563068 ], [ 106.73844, 28.554657 ], [ 106.726121, 28.51838 ], [ 106.747063, 28.467361 ], [ 106.708259, 28.450524 ], [ 106.697788, 28.47683 ], [ 106.632499, 28.503655 ], [ 106.564745, 28.485247 ], [ 106.567825, 28.523638 ], [ 106.615252, 28.549401 ], [ 106.606629, 28.593024 ], [ 106.63681, 28.622972 ], [ 106.618332, 28.645033 ], [ 106.651593, 28.649235 ], [ 106.617716, 28.66709 ], [ 106.6171, 28.691242 ], [ 106.587535, 28.691767 ], [ 106.56105, 28.719062 ], [ 106.561666, 28.756319 ], [ 106.474202, 28.832891 ], [ 106.45326, 28.817162 ], [ 106.461883, 28.761041 ], [ 106.492064, 28.742153 ], [ 106.528405, 28.677591 ], [ 106.502535, 28.661313 ], [ 106.49268, 28.591448 ], [ 106.466811, 28.586193 ], [ 106.504999, 28.544669 ], [ 106.477282, 28.530474 ], [ 106.403369, 28.569901 ], [ 106.37442, 28.525742 ] ] ], [ [ [ 109.105495, 30.585529 ], [ 109.102415, 30.580377 ], [ 109.101183, 30.579346 ], [ 109.09872, 30.579346 ], [ 109.09256, 30.578831 ], [ 109.106111, 30.61077 ], [ 109.105495, 30.585529 ] ] ], [ [ [ 105.582938, 30.12385 ], [ 105.574315, 30.130579 ], [ 105.580474, 30.129544 ], [ 105.582938, 30.127474 ], [ 105.582938, 30.12385 ] ] ], [ [ [ 109.09872, 30.579346 ], [ 109.106111, 30.570587 ], [ 109.103647, 30.565949 ], [ 109.09256, 30.578831 ], [ 109.09872, 30.579346 ] ] ], [ [ [ 107.058113, 30.043066 ], [ 107.055649, 30.040476 ], [ 107.054417, 30.040994 ], [ 107.053801, 30.043584 ], [ 107.058113, 30.043066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "510000", "name": "四川省", "center": [ 104.065735, 30.659462 ], "centroid": [ 102.693453, 30.674545 ], "childrenNum": 21, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 22, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101.167885, 27.198311 ], [ 101.167885, 27.198311 ], [ 101.119226, 27.208957 ], [ 101.071798, 27.194585 ], [ 101.042233, 27.22173 ], [ 101.026219, 27.270679 ], [ 101.021907, 27.332899 ], [ 100.95169, 27.426961 ], [ 100.936908, 27.469448 ], [ 100.901183, 27.453517 ], [ 100.91227, 27.521473 ], [ 100.854988, 27.623858 ], [ 100.827886, 27.615904 ], [ 100.848212, 27.672099 ], [ 100.782307, 27.691708 ], [ 100.775532, 27.743098 ], [ 100.757053, 27.770107 ], [ 100.707162, 27.800816 ], [ 100.719481, 27.858503 ], [ 100.681293, 27.923035 ], [ 100.634482, 27.915631 ], [ 100.609228, 27.859033 ], [ 100.54517, 27.809286 ], [ 100.511294, 27.827811 ], [ 100.504518, 27.852154 ], [ 100.442924, 27.86644 ], [ 100.412127, 27.816167 ], [ 100.350534, 27.755809 ], [ 100.327744, 27.72032 ], [ 100.311729, 27.724028 ], [ 100.304954, 27.788639 ], [ 100.28586, 27.80611 ], [ 100.30865, 27.830457 ], [ 100.30865, 27.861149 ], [ 100.210715, 27.87702 ], [ 100.170063, 27.907699 ], [ 100.196549, 27.936254 ], [ 100.120788, 28.018703 ], [ 100.088759, 28.029269 ], [ 100.05673, 28.097922 ], [ 100.021006, 28.147008 ], [ 100.033325, 28.184467 ], [ 100.062274, 28.193962 ], [ 100.091223, 28.181302 ], [ 100.102926, 28.201873 ], [ 100.153433, 28.208202 ], [ 100.188541, 28.252493 ], [ 100.147274, 28.288862 ], [ 100.176223, 28.325218 ], [ 100.136803, 28.349975 ], [ 100.057346, 28.368934 ], [ 100.073977, 28.426317 ], [ 99.990209, 28.47683 ], [ 99.985281, 28.529422 ], [ 99.91876, 28.599329 ], [ 99.875644, 28.611939 ], [ 99.873181, 28.631902 ], [ 99.834376, 28.628225 ], [ 99.834992, 28.660788 ], [ 99.79434, 28.699116 ], [ 99.755536, 28.701216 ], [ 99.722275, 28.757369 ], [ 99.717964, 28.846521 ], [ 99.676696, 28.810345 ], [ 99.625573, 28.81454 ], [ 99.609559, 28.784122 ], [ 99.614486, 28.740054 ], [ 99.553508, 28.710664 ], [ 99.53195, 28.677591 ], [ 99.540573, 28.623497 ], [ 99.504233, 28.619294 ], [ 99.466045, 28.579886 ], [ 99.463581, 28.549401 ], [ 99.403219, 28.546246 ], [ 99.396444, 28.491032 ], [ 99.426625, 28.454207 ], [ 99.404451, 28.44421 ], [ 99.437095, 28.398419 ], [ 99.392748, 28.318369 ], [ 99.412458, 28.295186 ], [ 99.374886, 28.18183 ], [ 99.306516, 28.227714 ], [ 99.28927, 28.286227 ], [ 99.237531, 28.317842 ], [ 99.229524, 28.350502 ], [ 99.200575, 28.365774 ], [ 99.16485, 28.425264 ], [ 99.187024, 28.44 ], [ 99.191952, 28.494714 ], [ 99.170394, 28.566221 ], [ 99.183944, 28.58882 ], [ 99.147604, 28.640831 ], [ 99.126662, 28.698066 ], [ 99.134053, 28.734806 ], [ 99.114343, 28.765763 ], [ 99.103872, 28.841803 ], [ 99.123582, 28.890021 ], [ 99.132206, 28.94869 ], [ 99.113727, 29.07273 ], [ 99.118039, 29.100971 ], [ 99.105104, 29.162656 ], [ 99.113727, 29.221171 ], [ 99.114343, 29.243628 ], [ 99.075539, 29.316186 ], [ 99.058909, 29.417368 ], [ 99.066916, 29.421018 ], [ 99.044742, 29.520013 ], [ 99.052133, 29.563748 ], [ 99.014561, 29.607464 ], [ 98.992387, 29.677163 ], [ 99.018873, 29.792009 ], [ 99.0238, 29.846009 ], [ 99.068148, 29.931621 ], [ 99.055213, 29.958587 ], [ 99.036735, 30.053945 ], [ 99.044742, 30.079842 ], [ 98.989308, 30.151799 ], [ 98.9813, 30.182843 ], [ 98.993003, 30.215429 ], [ 98.970829, 30.260928 ], [ 98.986844, 30.280569 ], [ 98.967134, 30.33482 ], [ 98.965286, 30.449937 ], [ 98.932025, 30.521623 ], [ 98.926482, 30.569556 ], [ 98.939417, 30.598923 ], [ 98.92217, 30.609225 ], [ 98.907388, 30.698292 ], [ 98.963438, 30.728134 ], [ 98.957895, 30.765166 ], [ 98.904924, 30.782649 ], [ 98.850105, 30.849465 ], [ 98.797135, 30.87926 ], [ 98.774345, 30.908019 ], [ 98.797135, 30.948575 ], [ 98.806374, 30.995783 ], [ 98.774961, 31.031174 ], [ 98.736772, 31.049121 ], [ 98.712135, 31.082954 ], [ 98.710287, 31.1178 ], [ 98.675179, 31.15417 ], [ 98.602498, 31.192062 ], [ 98.62344, 31.221238 ], [ 98.60373, 31.257568 ], [ 98.616048, 31.3036 ], [ 98.643766, 31.338876 ], [ 98.691809, 31.333253 ], [ 98.773113, 31.249382 ], [ 98.805758, 31.279052 ], [ 98.810685, 31.306668 ], [ 98.887062, 31.37465 ], [ 98.84333, 31.416028 ], [ 98.844562, 31.429817 ], [ 98.714599, 31.508935 ], [ 98.696736, 31.538523 ], [ 98.651157, 31.57881 ], [ 98.619128, 31.591555 ], [ 98.553839, 31.660349 ], [ 98.545831, 31.717383 ], [ 98.516882, 31.717383 ], [ 98.508875, 31.751995 ], [ 98.461448, 31.800327 ], [ 98.414636, 31.832365 ], [ 98.426339, 31.856767 ], [ 98.399238, 31.895899 ], [ 98.432498, 31.922825 ], [ 98.434962, 32.007613 ], [ 98.402933, 32.026896 ], [ 98.404781, 32.045159 ], [ 98.357354, 32.087253 ], [ 98.303151, 32.121726 ], [ 98.260035, 32.208862 ], [ 98.218768, 32.234683 ], [ 98.23047, 32.262521 ], [ 98.208913, 32.318171 ], [ 98.218768, 32.342444 ], [ 98.125145, 32.401077 ], [ 98.107283, 32.391476 ], [ 98.079565, 32.415224 ], [ 97.940363, 32.482393 ], [ 97.880001, 32.486431 ], [ 97.863986, 32.499051 ], [ 97.80732, 32.50006 ], [ 97.795617, 32.521257 ], [ 97.730944, 32.527312 ], [ 97.700763, 32.53488 ], [ 97.616995, 32.586329 ], [ 97.607756, 32.614059 ], [ 97.543698, 32.62162 ], [ 97.535075, 32.638252 ], [ 97.48272, 32.654377 ], [ 97.42359, 32.70475 ], [ 97.429133, 32.714318 ], [ 97.386018, 32.77925 ], [ 97.392793, 32.828546 ], [ 97.376163, 32.886359 ], [ 97.347829, 32.895907 ], [ 97.375547, 32.956689 ], [ 97.438372, 32.976271 ], [ 97.523988, 32.988822 ], [ 97.499966, 33.011408 ], [ 97.542466, 33.035995 ], [ 97.517213, 33.097683 ], [ 97.487032, 33.107209 ], [ 97.498119, 33.137783 ], [ 97.487648, 33.168346 ], [ 97.548626, 33.203907 ], [ 97.607756, 33.263976 ], [ 97.622538, 33.337005 ], [ 97.676125, 33.341004 ], [ 97.754349, 33.409972 ], [ 97.674893, 33.432949 ], [ 97.625618, 33.461412 ], [ 97.552321, 33.465906 ], [ 97.511669, 33.520805 ], [ 97.523372, 33.577166 ], [ 97.450075, 33.582152 ], [ 97.415583, 33.605582 ], [ 97.435293, 33.682307 ], [ 97.418046, 33.728608 ], [ 97.422974, 33.754984 ], [ 97.406344, 33.795278 ], [ 97.373083, 33.817655 ], [ 97.371851, 33.842015 ], [ 97.398336, 33.848477 ], [ 97.395257, 33.889224 ], [ 97.460546, 33.887236 ], [ 97.503662, 33.912073 ], [ 97.52214, 33.903133 ], [ 97.601596, 33.929951 ], [ 97.629314, 33.919523 ], [ 97.660111, 33.956264 ], [ 97.652719, 33.998448 ], [ 97.70261, 34.036644 ], [ 97.665654, 34.126855 ], [ 97.766668, 34.158555 ], [ 97.789458, 34.182818 ], [ 97.789458, 34.182818 ], [ 97.796849, 34.199154 ], [ 97.796849, 34.199154 ], [ 97.898479, 34.209548 ], [ 97.95453, 34.190739 ], [ 98.051848, 34.11546 ], [ 98.098043, 34.122892 ], [ 98.157174, 34.107532 ], [ 98.206449, 34.08424 ], [ 98.258188, 34.083249 ], [ 98.344419, 34.094648 ], [ 98.392462, 34.089196 ], [ 98.396774, 34.053008 ], [ 98.428187, 34.029204 ], [ 98.440506, 33.981577 ], [ 98.415252, 33.956761 ], [ 98.425723, 33.913066 ], [ 98.407245, 33.867362 ], [ 98.434962, 33.843009 ], [ 98.463295, 33.848477 ], [ 98.492861, 33.796272 ], [ 98.494092, 33.768915 ], [ 98.51873, 33.77389 ], [ 98.537824, 33.74752 ], [ 98.582788, 33.731595 ], [ 98.610505, 33.682805 ], [ 98.6567, 33.64744 ], [ 98.61728, 33.637476 ], [ 98.622824, 33.610067 ], [ 98.652389, 33.595114 ], [ 98.648077, 33.548741 ], [ 98.678258, 33.522801 ], [ 98.725686, 33.503341 ], [ 98.742316, 33.477887 ], [ 98.736157, 33.406975 ], [ 98.779888, 33.370497 ], [ 98.759562, 33.276985 ], [ 98.802062, 33.270481 ], [ 98.804526, 33.219428 ], [ 98.858728, 33.150811 ], [ 98.92217, 33.118738 ], [ 98.967134, 33.115229 ], [ 98.971445, 33.098185 ], [ 99.014561, 33.081137 ], [ 99.024416, 33.094675 ], [ 99.090322, 33.079131 ], [ 99.124814, 33.046028 ], [ 99.196263, 33.035493 ], [ 99.214741, 32.991332 ], [ 99.235067, 32.982296 ], [ 99.24677, 32.924043 ], [ 99.268944, 32.878318 ], [ 99.353944, 32.885354 ], [ 99.376118, 32.899927 ], [ 99.45311, 32.862233 ], [ 99.558436, 32.839106 ], [ 99.589233, 32.789312 ], [ 99.640355, 32.790822 ], [ 99.646515, 32.774721 ], [ 99.705029, 32.76516 ], [ 99.717964, 32.732443 ], [ 99.760464, 32.769689 ], [ 99.766623, 32.826032 ], [ 99.791877, 32.883344 ], [ 99.764159, 32.924545 ], [ 99.788181, 32.956689 ], [ 99.805427, 32.940619 ], [ 99.851007, 32.941623 ], [ 99.877492, 32.993339 ], [ 99.877492, 33.045527 ], [ 99.947709, 32.986814 ], [ 99.956332, 32.948152 ], [ 100.038252, 32.929066 ], [ 100.029629, 32.895907 ], [ 100.064738, 32.895907 ], [ 100.123252, 32.837095 ], [ 100.117093, 32.802392 ], [ 100.139266, 32.724388 ], [ 100.088143, 32.668988 ], [ 100.109701, 32.640268 ], [ 100.189773, 32.630692 ], [ 100.208252, 32.606497 ], [ 100.229809, 32.650346 ], [ 100.231041, 32.696189 ], [ 100.258759, 32.742511 ], [ 100.339447, 32.719353 ], [ 100.399193, 32.756101 ], [ 100.378251, 32.698707 ], [ 100.420135, 32.73194 ], [ 100.450932, 32.694678 ], [ 100.470026, 32.694678 ], [ 100.516837, 32.632204 ], [ 100.54517, 32.569687 ], [ 100.603069, 32.553547 ], [ 100.645568, 32.526303 ], [ 100.657887, 32.546484 ], [ 100.661583, 32.616075 ], [ 100.673286, 32.628172 ], [ 100.710242, 32.610026 ], [ 100.71209, 32.645307 ], [ 100.690532, 32.678056 ], [ 100.77122, 32.643795 ], [ 100.834046, 32.648835 ], [ 100.887633, 32.632708 ], [ 100.93198, 32.600447 ], [ 100.956618, 32.621116 ], [ 100.99727, 32.627668 ], [ 101.030531, 32.660424 ], [ 101.077342, 32.68259 ], [ 101.124769, 32.658408 ], [ 101.157414, 32.661431 ], [ 101.22332, 32.725898 ], [ 101.237486, 32.825026 ], [ 101.223935, 32.855698 ], [ 101.178356, 32.892892 ], [ 101.124153, 32.909976 ], [ 101.134624, 32.95217 ], [ 101.129081, 32.989324 ], [ 101.183899, 32.984304 ], [ 101.171581, 33.009902 ], [ 101.184515, 33.041514 ], [ 101.146327, 33.056563 ], [ 101.143863, 33.086151 ], [ 101.169733, 33.10019 ], [ 101.11553, 33.194893 ], [ 101.124769, 33.221431 ], [ 101.156798, 33.236449 ], [ 101.182668, 33.26948 ], [ 101.217776, 33.256469 ], [ 101.297232, 33.262475 ], [ 101.381616, 33.153316 ], [ 101.393935, 33.157826 ], [ 101.386543, 33.207412 ], [ 101.403174, 33.225436 ], [ 101.487557, 33.226938 ], [ 101.515275, 33.192889 ], [ 101.557775, 33.167344 ], [ 101.633535, 33.101193 ], [ 101.661252, 33.135778 ], [ 101.653861, 33.162835 ], [ 101.709912, 33.21292 ], [ 101.735781, 33.279987 ], [ 101.677883, 33.297497 ], [ 101.64955, 33.323004 ], [ 101.663716, 33.383991 ], [ 101.695745, 33.433948 ], [ 101.769042, 33.45592 ], [ 101.777665, 33.533776 ], [ 101.769042, 33.538765 ], [ 101.783208, 33.556721 ], [ 101.831252, 33.554726 ], [ 101.844186, 33.602591 ], [ 101.884222, 33.578163 ], [ 101.907012, 33.539264 ], [ 101.906396, 33.48188 ], [ 101.946432, 33.442937 ], [ 101.915635, 33.425957 ], [ 101.887302, 33.383991 ], [ 101.877447, 33.314502 ], [ 101.769658, 33.26898 ], [ 101.770274, 33.248962 ], [ 101.83002, 33.213921 ], [ 101.841723, 33.184876 ], [ 101.825708, 33.119239 ], [ 101.865744, 33.103198 ], [ 101.887302, 33.135778 ], [ 101.921795, 33.153817 ], [ 101.935345, 33.186879 ], [ 101.99386, 33.1999 ], [ 102.054838, 33.189884 ], [ 102.08933, 33.204908 ], [ 102.08933, 33.227439 ], [ 102.117047, 33.288492 ], [ 102.144765, 33.273983 ], [ 102.160163, 33.242956 ], [ 102.200815, 33.223434 ], [ 102.217446, 33.247961 ], [ 102.192192, 33.337005 ], [ 102.218062, 33.349503 ], [ 102.258098, 33.409472 ], [ 102.296286, 33.413969 ], [ 102.310452, 33.397982 ], [ 102.368967, 33.41247 ], [ 102.392988, 33.404477 ], [ 102.447807, 33.454922 ], [ 102.462589, 33.449429 ], [ 102.461358, 33.501345 ], [ 102.446575, 33.53228 ], [ 102.477988, 33.543254 ], [ 102.440416, 33.574673 ], [ 102.346793, 33.605582 ], [ 102.31538, 33.665374 ], [ 102.342481, 33.725622 ], [ 102.284583, 33.719151 ], [ 102.324619, 33.754486 ], [ 102.296286, 33.783838 ], [ 102.243315, 33.786823 ], [ 102.261177, 33.821136 ], [ 102.25317, 33.861399 ], [ 102.136142, 33.965199 ], [ 102.16817, 33.983066 ], [ 102.226069, 33.963214 ], [ 102.248858, 33.98654 ], [ 102.287047, 33.977607 ], [ 102.315996, 33.993983 ], [ 102.345561, 33.969666 ], [ 102.392372, 33.971651 ], [ 102.406539, 34.033172 ], [ 102.437336, 34.087214 ], [ 102.471213, 34.072839 ], [ 102.511865, 34.086222 ], [ 102.615958, 34.099604 ], [ 102.649219, 34.080275 ], [ 102.655994, 34.113478 ], [ 102.598712, 34.14766 ], [ 102.651067, 34.165983 ], [ 102.664002, 34.192719 ], [ 102.694799, 34.198659 ], [ 102.728675, 34.235774 ], [ 102.779798, 34.236764 ], [ 102.798276, 34.272874 ], [ 102.856791, 34.270895 ], [ 102.85987, 34.301058 ], [ 102.911609, 34.312923 ], [ 102.949181, 34.292159 ], [ 102.977515, 34.252595 ], [ 102.973203, 34.205588 ], [ 103.005848, 34.184798 ], [ 103.052043, 34.195194 ], [ 103.100087, 34.181828 ], [ 103.124108, 34.162022 ], [ 103.121644, 34.112487 ], [ 103.178927, 34.079779 ], [ 103.129652, 34.065899 ], [ 103.119797, 34.03466 ], [ 103.147514, 34.036644 ], [ 103.157369, 33.998944 ], [ 103.120413, 33.953286 ], [ 103.1315, 33.931937 ], [ 103.16476, 33.929454 ], [ 103.181391, 33.900649 ], [ 103.153673, 33.819147 ], [ 103.165376, 33.805721 ], [ 103.228202, 33.79478 ], [ 103.24976, 33.814175 ], [ 103.284868, 33.80224 ], [ 103.278709, 33.774387 ], [ 103.35447, 33.743539 ], [ 103.434542, 33.752993 ], [ 103.464723, 33.80224 ], [ 103.518309, 33.807213 ], [ 103.545411, 33.719649 ], [ 103.520157, 33.678323 ], [ 103.552186, 33.671351 ], [ 103.563889, 33.699735 ], [ 103.593454, 33.716164 ], [ 103.645809, 33.708697 ], [ 103.667983, 33.685793 ], [ 103.690772, 33.69376 ], [ 103.778236, 33.658898 ], [ 103.861388, 33.682307 ], [ 103.980264, 33.670852 ], [ 104.046169, 33.686291 ], [ 104.103452, 33.663381 ], [ 104.176749, 33.5996 ], [ 104.155191, 33.542755 ], [ 104.180444, 33.472895 ], [ 104.213089, 33.446932 ], [ 104.22048, 33.404477 ], [ 104.272219, 33.391486 ], [ 104.292545, 33.336505 ], [ 104.373849, 33.345004 ], [ 104.420045, 33.327004 ], [ 104.386168, 33.298497 ], [ 104.333813, 33.315502 ], [ 104.303632, 33.304499 ], [ 104.323958, 33.26898 ], [ 104.32827, 33.223934 ], [ 104.351059, 33.158828 ], [ 104.378161, 33.109214 ], [ 104.337509, 33.038002 ], [ 104.391711, 33.035493 ], [ 104.426204, 33.010906 ], [ 104.383704, 32.994343 ], [ 104.378161, 32.953174 ], [ 104.345516, 32.940117 ], [ 104.288234, 32.942628 ], [ 104.277147, 32.90244 ], [ 104.294393, 32.835586 ], [ 104.363994, 32.822511 ], [ 104.458849, 32.748551 ], [ 104.51182, 32.753585 ], [ 104.526602, 32.728416 ], [ 104.582653, 32.722374 ], [ 104.592508, 32.695685 ], [ 104.643015, 32.661935 ], [ 104.696601, 32.673522 ], [ 104.739717, 32.635228 ], [ 104.795768, 32.643292 ], [ 104.820405, 32.662943 ], [ 104.845659, 32.653873 ], [ 104.881999, 32.600951 ], [ 104.925115, 32.607505 ], [ 105.026745, 32.650346 ], [ 105.0791, 32.637244 ], [ 105.111128, 32.593893 ], [ 105.185041, 32.617587 ], [ 105.215222, 32.63674 ], [ 105.219534, 32.666469 ], [ 105.263265, 32.652362 ], [ 105.297758, 32.656897 ], [ 105.347033, 32.68259 ], [ 105.368591, 32.712807 ], [ 105.448663, 32.732946 ], [ 105.454207, 32.767173 ], [ 105.427721, 32.784281 ], [ 105.396308, 32.85067 ], [ 105.396308, 32.85067 ], [ 105.38091, 32.876307 ], [ 105.408011, 32.885857 ], [ 105.414171, 32.922034 ], [ 105.467757, 32.930071 ], [ 105.49917, 32.911986 ], [ 105.495475, 32.873292 ], [ 105.524424, 32.847654 ], [ 105.534279, 32.790822 ], [ 105.555221, 32.794343 ], [ 105.563844, 32.724891 ], [ 105.585402, 32.728919 ], [ 105.596489, 32.69921 ], [ 105.677793, 32.726402 ], [ 105.719061, 32.759624 ], [ 105.768952, 32.767676 ], [ 105.779423, 32.750061 ], [ 105.822538, 32.770192 ], [ 105.825002, 32.824523 ], [ 105.849024, 32.817985 ], [ 105.893371, 32.838603 ], [ 105.93156, 32.826032 ], [ 105.969132, 32.849162 ], [ 106.011632, 32.829552 ], [ 106.044277, 32.864747 ], [ 106.071378, 32.828546 ], [ 106.093552, 32.82402 ], [ 106.07261, 32.76365 ], [ 106.071378, 32.758114 ], [ 106.120037, 32.719856 ], [ 106.17424, 32.6977 ], [ 106.254928, 32.693671 ], [ 106.267863, 32.673522 ], [ 106.301123, 32.680071 ], [ 106.347935, 32.671003 ], [ 106.389203, 32.62666 ], [ 106.421231, 32.616579 ], [ 106.451412, 32.65992 ], [ 106.498224, 32.649338 ], [ 106.517934, 32.668485 ], [ 106.585687, 32.68813 ], [ 106.626955, 32.682086 ], [ 106.670071, 32.694678 ], [ 106.733513, 32.739491 ], [ 106.783404, 32.735967 ], [ 106.793259, 32.712807 ], [ 106.82344, 32.705254 ], [ 106.854853, 32.724388 ], [ 106.903512, 32.721367 ], [ 106.912751, 32.704247 ], [ 107.012533, 32.721367 ], [ 107.066736, 32.708779 ], [ 107.05996, 32.686115 ], [ 107.098765, 32.649338 ], [ 107.108004, 32.600951 ], [ 107.080286, 32.542448 ], [ 107.127098, 32.482393 ], [ 107.189924, 32.468256 ], [ 107.212097, 32.428864 ], [ 107.263836, 32.403099 ], [ 107.287858, 32.457147 ], [ 107.313727, 32.489965 ], [ 107.356843, 32.506622 ], [ 107.382097, 32.54043 ], [ 107.436299, 32.529835 ], [ 107.438763, 32.465732 ], [ 107.460937, 32.453612 ], [ 107.456625, 32.41775 ], [ 107.489886, 32.425328 ], [ 107.527458, 32.38238 ], [ 107.598291, 32.411688 ], [ 107.648183, 32.413709 ], [ 107.680827, 32.397035 ], [ 107.707929, 32.331826 ], [ 107.753508, 32.338399 ], [ 107.812022, 32.247844 ], [ 107.864377, 32.201266 ], [ 107.890247, 32.214432 ], [ 107.924739, 32.197215 ], [ 107.979558, 32.146051 ], [ 108.024521, 32.177462 ], [ 108.018362, 32.2119 ], [ 108.086731, 32.233165 ], [ 108.143398, 32.219495 ], [ 108.156948, 32.239239 ], [ 108.179738, 32.221521 ], [ 108.240716, 32.274666 ], [ 108.310933, 32.232152 ], [ 108.389773, 32.263533 ], [ 108.414411, 32.252399 ], [ 108.469846, 32.270618 ], [ 108.507418, 32.245819 ], [ 108.509882, 32.201266 ], [ 108.480317, 32.182527 ], [ 108.399013, 32.194176 ], [ 108.370063, 32.172397 ], [ 108.379918, 32.154158 ], [ 108.379918, 32.154158 ], [ 108.379303, 32.153652 ], [ 108.379303, 32.153652 ], [ 108.399628, 32.147065 ], [ 108.452599, 32.090296 ], [ 108.42981, 32.061391 ], [ 108.372527, 32.077112 ], [ 108.344194, 32.067477 ], [ 108.362056, 32.035521 ], [ 108.329411, 32.020299 ], [ 108.370063, 31.988835 ], [ 108.351585, 31.971575 ], [ 108.307238, 31.997463 ], [ 108.259194, 31.967006 ], [ 108.343578, 31.860834 ], [ 108.386078, 31.854226 ], [ 108.391005, 31.829822 ], [ 108.429194, 31.809482 ], [ 108.455063, 31.814059 ], [ 108.462454, 31.780488 ], [ 108.535135, 31.757592 ], [ 108.50557, 31.734182 ], [ 108.514809, 31.693963 ], [ 108.546838, 31.665442 ], [ 108.519121, 31.665952 ], [ 108.468614, 31.636404 ], [ 108.442744, 31.633856 ], [ 108.390389, 31.591555 ], [ 108.386078, 31.544134 ], [ 108.34789, 31.545664 ], [ 108.344194, 31.512506 ], [ 108.254883, 31.49873 ], [ 108.233941, 31.506894 ], [ 108.191441, 31.492096 ], [ 108.193289, 31.467598 ], [ 108.224086, 31.464024 ], [ 108.216079, 31.41041 ], [ 108.153869, 31.371073 ], [ 108.185898, 31.336831 ], [ 108.095354, 31.268311 ], [ 108.038688, 31.252964 ], [ 108.031297, 31.217144 ], [ 108.07626, 31.231985 ], [ 108.089811, 31.204859 ], [ 108.025753, 31.116263 ], [ 108.009123, 31.109602 ], [ 108.026985, 31.061938 ], [ 108.060246, 31.052197 ], [ 108.00358, 31.025533 ], [ 107.983254, 30.983983 ], [ 107.942602, 30.989114 ], [ 107.948145, 30.918802 ], [ 107.994956, 30.908533 ], [ 107.956152, 30.882855 ], [ 107.851443, 30.792931 ], [ 107.788001, 30.81966 ], [ 107.763979, 30.817091 ], [ 107.760899, 30.862823 ], [ 107.739957, 30.884396 ], [ 107.693146, 30.875665 ], [ 107.645103, 30.821202 ], [ 107.57735, 30.847924 ], [ 107.515756, 30.854603 ], [ 107.483111, 30.838675 ], [ 107.498509, 30.809381 ], [ 107.454162, 30.771851 ], [ 107.454162, 30.771851 ], [ 107.424597, 30.74048 ], [ 107.458473, 30.704981 ], [ 107.477567, 30.664837 ], [ 107.516987, 30.644759 ], [ 107.485575, 30.598408 ], [ 107.427676, 30.547397 ], [ 107.443075, 30.53348 ], [ 107.408582, 30.521623 ], [ 107.368546, 30.468508 ], [ 107.338981, 30.386459 ], [ 107.288474, 30.337402 ], [ 107.257677, 30.267131 ], [ 107.221337, 30.213878 ], [ 107.103076, 30.090198 ], [ 107.080286, 30.094341 ], [ 107.084598, 30.063786 ], [ 107.058113, 30.043066 ], [ 107.053801, 30.043584 ], [ 107.02054, 30.036849 ], [ 106.981736, 30.08502 ], [ 106.980504, 30.087609 ], [ 106.979888, 30.088127 ], [ 106.978656, 30.087609 ], [ 106.977425, 30.087609 ], [ 106.976809, 30.088127 ], [ 106.975577, 30.088127 ], [ 106.976193, 30.083467 ], [ 106.94478, 30.037367 ], [ 106.913367, 30.025451 ], [ 106.862244, 30.033223 ], [ 106.83699, 30.049801 ], [ 106.825904, 30.03115 ], [ 106.825904, 30.03115 ], [ 106.785252, 30.01716 ], [ 106.732281, 30.027005 ], [ 106.724274, 30.058607 ], [ 106.699636, 30.074145 ], [ 106.700252, 30.111944 ], [ 106.672535, 30.122297 ], [ 106.677462, 30.156974 ], [ 106.631883, 30.186464 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.642354, 30.246454 ], [ 106.611557, 30.292455 ], [ 106.560434, 30.31519 ], [ 106.545035, 30.296589 ], [ 106.49884, 30.295556 ], [ 106.43971, 30.308473 ], [ 106.428623, 30.254725 ], [ 106.401521, 30.242318 ], [ 106.349167, 30.24542 ], [ 106.334384, 30.225772 ], [ 106.306667, 30.238182 ], [ 106.296196, 30.205603 ], [ 106.264167, 30.20974 ], [ 106.260471, 30.207672 ], [ 106.260471, 30.204051 ], [ 106.260471, 30.19681 ], [ 106.232754, 30.185947 ], [ 106.180399, 30.233011 ], [ 106.168696, 30.303823 ], [ 106.132356, 30.323972 ], [ 106.132972, 30.30279 ], [ 106.07261, 30.333786 ], [ 106.031958, 30.373551 ], [ 105.943263, 30.372002 ], [ 105.900763, 30.405042 ], [ 105.84656, 30.410203 ], [ 105.825618, 30.436006 ], [ 105.792357, 30.427234 ], [ 105.760329, 30.384393 ], [ 105.754785, 30.342567 ], [ 105.714749, 30.322939 ], [ 105.720292, 30.252657 ], [ 105.720292, 30.252657 ], [ 105.670401, 30.254208 ], [ 105.624822, 30.275918 ], [ 105.619894, 30.234045 ], [ 105.662394, 30.210258 ], [ 105.642684, 30.186464 ], [ 105.56138, 30.183878 ], [ 105.558916, 30.18543 ], [ 105.556453, 30.187499 ], [ 105.550909, 30.179222 ], [ 105.536127, 30.152834 ], [ 105.596489, 30.159043 ], [ 105.574315, 30.130579 ], [ 105.582938, 30.12385 ], [ 105.642068, 30.101072 ], [ 105.638988, 30.076216 ], [ 105.676561, 30.06793 ], [ 105.687032, 30.038922 ], [ 105.719677, 30.042548 ], [ 105.753553, 30.018196 ], [ 105.723372, 29.975177 ], [ 105.730763, 29.95755 ], [ 105.70243, 29.924879 ], [ 105.717213, 29.893753 ], [ 105.738771, 29.891159 ], [ 105.707974, 29.840818 ], [ 105.610655, 29.837184 ], [ 105.582938, 29.819013 ], [ 105.574931, 29.744216 ], [ 105.529351, 29.707836 ], [ 105.481924, 29.718232 ], [ 105.476996, 29.674564 ], [ 105.419714, 29.688082 ], [ 105.38091, 29.628275 ], [ 105.347649, 29.621512 ], [ 105.332867, 29.592374 ], [ 105.296526, 29.571035 ], [ 105.305149, 29.53199 ], [ 105.337794, 29.459064 ], [ 105.334099, 29.441345 ], [ 105.387069, 29.455416 ], [ 105.387069, 29.455416 ], [ 105.372903, 29.421018 ], [ 105.426489, 29.419454 ], [ 105.441888, 29.400686 ], [ 105.418482, 29.352185 ], [ 105.42033, 29.31149 ], [ 105.465294, 29.322969 ], [ 105.459134, 29.288526 ], [ 105.513337, 29.283306 ], [ 105.521344, 29.264513 ], [ 105.557684, 29.278608 ], [ 105.631597, 29.280174 ], [ 105.647612, 29.253027 ], [ 105.695039, 29.287482 ], [ 105.712285, 29.219082 ], [ 105.703662, 29.176766 ], [ 105.728916, 29.134432 ], [ 105.752321, 29.129727 ], [ 105.728916, 29.1062 ], [ 105.757865, 29.069068 ], [ 105.74185, 29.039249 ], [ 105.766488, 29.013607 ], [ 105.762176, 28.9911 ], [ 105.801596, 28.958116 ], [ 105.797285, 28.936121 ], [ 105.830546, 28.944501 ], [ 105.852719, 28.927217 ], [ 105.910002, 28.920407 ], [ 105.969132, 28.965971 ], [ 106.001161, 28.973824 ], [ 106.040581, 28.955498 ], [ 106.049204, 28.906263 ], [ 106.070762, 28.919884 ], [ 106.101559, 28.898928 ], [ 106.14837, 28.901548 ], [ 106.173008, 28.920407 ], [ 106.206885, 28.904691 ], [ 106.264783, 28.845997 ], [ 106.245689, 28.817686 ], [ 106.267863, 28.779402 ], [ 106.27279, 28.741103 ], [ 106.305435, 28.704365 ], [ 106.304203, 28.64976 ], [ 106.346703, 28.583565 ], [ 106.33192, 28.55308 ], [ 106.37442, 28.525742 ], [ 106.379348, 28.479986 ], [ 106.349167, 28.473674 ], [ 106.304819, 28.505233 ], [ 106.2925, 28.537309 ], [ 106.254928, 28.539412 ], [ 106.184711, 28.58882 ], [ 106.17116, 28.629275 ], [ 106.14837, 28.642932 ], [ 106.103407, 28.636104 ], [ 106.085544, 28.681792 ], [ 106.030726, 28.694917 ], [ 106.001161, 28.743727 ], [ 105.966668, 28.761041 ], [ 105.937719, 28.686517 ], [ 105.889676, 28.670765 ], [ 105.884748, 28.595126 ], [ 105.808372, 28.599855 ], [ 105.78435, 28.610889 ], [ 105.757249, 28.590397 ], [ 105.74493, 28.616668 ], [ 105.712901, 28.586718 ], [ 105.693191, 28.58882 ], [ 105.68272, 28.534154 ], [ 105.62359, 28.517854 ], [ 105.612503, 28.438947 ], [ 105.643916, 28.431053 ], [ 105.655003, 28.362615 ], [ 105.639604, 28.324164 ], [ 105.68888, 28.284119 ], [ 105.730147, 28.271997 ], [ 105.737539, 28.30309 ], [ 105.76464, 28.308359 ], [ 105.76464, 28.308359 ], [ 105.78743, 28.335753 ], [ 105.824386, 28.306251 ], [ 105.848408, 28.255656 ], [ 105.889676, 28.237732 ], [ 105.860727, 28.159672 ], [ 105.895219, 28.119565 ], [ 105.943878, 28.143314 ], [ 105.975907, 28.107952 ], [ 106.093552, 28.162837 ], [ 106.145291, 28.162837 ], [ 106.206885, 28.134343 ], [ 106.266631, 28.066769 ], [ 106.246305, 28.011835 ], [ 106.286341, 28.007079 ], [ 106.328225, 27.952643 ], [ 106.307899, 27.936782 ], [ 106.304819, 27.899237 ], [ 106.325145, 27.898708 ], [ 106.337464, 27.859033 ], [ 106.306667, 27.808756 ], [ 106.242609, 27.767459 ], [ 106.193334, 27.75422 ], [ 106.120653, 27.779638 ], [ 106.063987, 27.776991 ], [ 106.023335, 27.746805 ], [ 105.985146, 27.749983 ], [ 105.92848, 27.729855 ], [ 105.922937, 27.746805 ], [ 105.868118, 27.732504 ], [ 105.848408, 27.707074 ], [ 105.76772, 27.7182 ], [ 105.722756, 27.706015 ], [ 105.720292, 27.683759 ], [ 105.664242, 27.683759 ], [ 105.62359, 27.666269 ], [ 105.605112, 27.715552 ], [ 105.560148, 27.71979 ], [ 105.508409, 27.769048 ], [ 105.44004, 27.775402 ], [ 105.353809, 27.748924 ], [ 105.308229, 27.704955 ], [ 105.290367, 27.712373 ], [ 105.293447, 27.770637 ], [ 105.273736, 27.794992 ], [ 105.313157, 27.810874 ], [ 105.25957, 27.827811 ], [ 105.233084, 27.895534 ], [ 105.284823, 27.935725 ], [ 105.270657, 27.99704 ], [ 105.247867, 28.009193 ], [ 105.218302, 27.990698 ], [ 105.186273, 27.995454 ], [ 105.167795, 28.021345 ], [ 105.186889, 28.054623 ], [ 105.168411, 28.071522 ], [ 105.119752, 28.07205 ], [ 105.061853, 28.096866 ], [ 105.002107, 28.064129 ], [ 104.980549, 28.063073 ], [ 104.975006, 28.020816 ], [ 104.903557, 27.962158 ], [ 104.918339, 27.938897 ], [ 104.888158, 27.914574 ], [ 104.842579, 27.900294 ], [ 104.796999, 27.901352 ], [ 104.761891, 27.884426 ], [ 104.743413, 27.901881 ], [ 104.676275, 27.880723 ], [ 104.63316, 27.850567 ], [ 104.607906, 27.857974 ], [ 104.573413, 27.840512 ], [ 104.52537, 27.889187 ], [ 104.508124, 27.878078 ], [ 104.44961, 27.927794 ], [ 104.40095, 27.952114 ], [ 104.362762, 28.012891 ], [ 104.30856, 28.036136 ], [ 104.304248, 28.050926 ], [ 104.373233, 28.051454 ], [ 104.40095, 28.091586 ], [ 104.448994, 28.113758 ], [ 104.444682, 28.16231 ], [ 104.406494, 28.173389 ], [ 104.402182, 28.202928 ], [ 104.442834, 28.211366 ], [ 104.462544, 28.241422 ], [ 104.44961, 28.269889 ], [ 104.420045, 28.269889 ], [ 104.392943, 28.291497 ], [ 104.384936, 28.329959 ], [ 104.343052, 28.334173 ], [ 104.314103, 28.306778 ], [ 104.282074, 28.343128 ], [ 104.254357, 28.403683 ], [ 104.267908, 28.499448 ], [ 104.260516, 28.536257 ], [ 104.323342, 28.540989 ], [ 104.355987, 28.555183 ], [ 104.375697, 28.5946 ], [ 104.417581, 28.598279 ], [ 104.425588, 28.626649 ], [ 104.372617, 28.649235 ], [ 104.314719, 28.615617 ], [ 104.277147, 28.631902 ], [ 104.252509, 28.660788 ], [ 104.230951, 28.635579 ], [ 104.170589, 28.642932 ], [ 104.117618, 28.634003 ], [ 104.09606, 28.603533 ], [ 104.05972, 28.6277 ], [ 103.953779, 28.600906 ], [ 103.910047, 28.631377 ], [ 103.887873, 28.61982 ], [ 103.850917, 28.66709 ], [ 103.833054, 28.605109 ], [ 103.838598, 28.587244 ], [ 103.802873, 28.563068 ], [ 103.781931, 28.525216 ], [ 103.829975, 28.459995 ], [ 103.828743, 28.44 ], [ 103.860156, 28.383677 ], [ 103.85338, 28.356822 ], [ 103.877402, 28.316262 ], [ 103.828743, 28.285173 ], [ 103.770845, 28.233514 ], [ 103.740048, 28.23615 ], [ 103.701859, 28.198709 ], [ 103.692004, 28.232459 ], [ 103.643961, 28.260401 ], [ 103.573128, 28.230877 ], [ 103.533092, 28.168641 ], [ 103.470266, 28.122204 ], [ 103.430846, 28.044587 ], [ 103.459179, 28.021345 ], [ 103.486281, 28.033495 ], [ 103.515846, 27.965329 ], [ 103.55465, 27.978543 ], [ 103.502295, 27.910343 ], [ 103.509686, 27.843687 ], [ 103.487512, 27.794992 ], [ 103.461027, 27.779638 ], [ 103.393274, 27.709194 ], [ 103.369868, 27.708664 ], [ 103.349542, 27.678459 ], [ 103.29226, 27.632872 ], [ 103.2861, 27.561802 ], [ 103.232514, 27.56976 ], [ 103.19063, 27.523596 ], [ 103.144434, 27.450331 ], [ 103.141355, 27.420586 ], [ 103.080992, 27.396679 ], [ 103.055739, 27.40943 ], [ 102.989833, 27.367983 ], [ 102.941174, 27.405711 ], [ 102.899906, 27.317481 ], [ 102.883892, 27.299401 ], [ 102.883276, 27.258444 ], [ 102.904218, 27.227584 ], [ 102.913457, 27.133886 ], [ 102.870957, 27.026782 ], [ 102.894979, 27.001724 ], [ 102.896211, 26.91264 ], [ 102.949181, 26.843244 ], [ 102.966428, 26.837904 ], [ 102.991681, 26.775409 ], [ 102.983674, 26.76686 ], [ 103.008312, 26.710741 ], [ 103.005232, 26.679195 ], [ 103.026174, 26.664221 ], [ 103.035413, 26.556673 ], [ 103.052659, 26.555602 ], [ 103.052659, 26.514374 ], [ 103.030485, 26.485989 ], [ 102.989833, 26.482775 ], [ 102.988602, 26.413117 ], [ 102.998457, 26.371839 ], [ 102.975667, 26.340736 ], [ 102.893131, 26.338591 ], [ 102.878964, 26.364332 ], [ 102.833385, 26.306406 ], [ 102.785342, 26.298895 ], [ 102.739762, 26.268846 ], [ 102.709581, 26.210336 ], [ 102.659074, 26.221611 ], [ 102.60056, 26.250598 ], [ 102.638748, 26.307479 ], [ 102.629509, 26.336982 ], [ 102.570995, 26.362723 ], [ 102.542046, 26.338591 ], [ 102.440416, 26.300505 ], [ 102.392372, 26.296749 ], [ 102.349257, 26.244694 ], [ 102.245163, 26.212483 ], [ 102.242699, 26.190468 ], [ 102.174946, 26.146961 ], [ 102.152156, 26.10935 ], [ 102.107808, 26.068501 ], [ 102.080091, 26.065275 ], [ 102.020961, 26.096451 ], [ 101.954439, 26.084627 ], [ 101.929186, 26.105588 ], [ 101.899621, 26.099139 ], [ 101.857737, 26.049146 ], [ 101.835563, 26.04592 ], [ 101.839875, 26.082477 ], [ 101.796759, 26.114723 ], [ 101.807846, 26.156093 ], [ 101.773353, 26.168448 ], [ 101.737013, 26.219463 ], [ 101.690202, 26.241473 ], [ 101.630455, 26.224832 ], [ 101.586108, 26.279579 ], [ 101.597195, 26.303187 ], [ 101.64031, 26.318745 ], [ 101.660636, 26.346635 ], [ 101.635383, 26.357361 ], [ 101.637847, 26.388995 ], [ 101.565782, 26.454381 ], [ 101.530057, 26.467239 ], [ 101.506652, 26.499915 ], [ 101.458608, 26.49563 ], [ 101.422884, 26.53151 ], [ 101.395783, 26.591998 ], [ 101.402558, 26.604841 ], [ 101.461688, 26.606447 ], [ 101.461072, 26.640687 ], [ 101.481398, 26.673313 ], [ 101.453065, 26.692563 ], [ 101.513427, 26.768463 ], [ 101.466, 26.786629 ], [ 101.445674, 26.77434 ], [ 101.458608, 26.731054 ], [ 101.435819, 26.740675 ], [ 101.389623, 26.723036 ], [ 101.387159, 26.753501 ], [ 101.358826, 26.771669 ], [ 101.399478, 26.841642 ], [ 101.365602, 26.883819 ], [ 101.311399, 26.903034 ], [ 101.267667, 26.903034 ], [ 101.264587, 26.955323 ], [ 101.227015, 26.959057 ], [ 101.228863, 26.981992 ], [ 101.136472, 27.023584 ], [ 101.157414, 27.094999 ], [ 101.145095, 27.103523 ], [ 101.170349, 27.175421 ], [ 101.167885, 27.198311 ] ] ], [ [ [ 106.264167, 30.20974 ], [ 106.260471, 30.19681 ], [ 106.260471, 30.204051 ], [ 106.260471, 30.207672 ], [ 106.264167, 30.20974 ] ] ], [ [ [ 106.976809, 30.088127 ], [ 106.977425, 30.087609 ], [ 106.978656, 30.087609 ], [ 106.979888, 30.088127 ], [ 106.980504, 30.087609 ], [ 106.981736, 30.08502 ], [ 106.976193, 30.083467 ], [ 106.975577, 30.088127 ], [ 106.976809, 30.088127 ] ] ], [ [ [ 105.558916, 30.18543 ], [ 105.56138, 30.183878 ], [ 105.550909, 30.179222 ], [ 105.556453, 30.187499 ], [ 105.558916, 30.18543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "520000", "name": "贵州省", "center": [ 106.713478, 26.578343 ], "centroid": [ 106.880457, 26.826368 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 23, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.274262, 28.494714 ], [ 109.260712, 28.46473 ], [ 109.264407, 28.392628 ], [ 109.289045, 28.373673 ], [ 109.268719, 28.33786 ], [ 109.275494, 28.313101 ], [ 109.317994, 28.277795 ], [ 109.33524, 28.293605 ], [ 109.388211, 28.268307 ], [ 109.367885, 28.254602 ], [ 109.340168, 28.19027 ], [ 109.33832, 28.141731 ], [ 109.314298, 28.103729 ], [ 109.298284, 28.036136 ], [ 109.335856, 28.063073 ], [ 109.378972, 28.034551 ], [ 109.362342, 28.007608 ], [ 109.319842, 27.988585 ], [ 109.30198, 27.956343 ], [ 109.32169, 27.868027 ], [ 109.346943, 27.838396 ], [ 109.332777, 27.782815 ], [ 109.37774, 27.736741 ], [ 109.366653, 27.721909 ], [ 109.414081, 27.725087 ], [ 109.470747, 27.680049 ], [ 109.45658, 27.673689 ], [ 109.470131, 27.62863 ], [ 109.451037, 27.586204 ], [ 109.461508, 27.567637 ], [ 109.404841, 27.55066 ], [ 109.303211, 27.47582 ], [ 109.300132, 27.423774 ], [ 109.245313, 27.41793 ], [ 109.202197, 27.450331 ], [ 109.167089, 27.41793 ], [ 109.141835, 27.448207 ], [ 109.142451, 27.418461 ], [ 109.103647, 27.336621 ], [ 109.044517, 27.331304 ], [ 109.053756, 27.293551 ], [ 108.983539, 27.26802 ], [ 108.963213, 27.235565 ], [ 108.907778, 27.204699 ], [ 108.926873, 27.160512 ], [ 108.878829, 27.106187 ], [ 108.79075, 27.084343 ], [ 108.877597, 27.01612 ], [ 108.942887, 27.017186 ], [ 108.942887, 27.017186 ], [ 108.940423, 27.044907 ], [ 109.007561, 27.08008 ], [ 109.032814, 27.104056 ], [ 109.128901, 27.122701 ], [ 109.101183, 27.06889 ], [ 109.165857, 27.066758 ], [ 109.21698, 27.114711 ], [ 109.239154, 27.14933 ], [ 109.264407, 27.131755 ], [ 109.33524, 27.139212 ], [ 109.358646, 27.153058 ], [ 109.415312, 27.154123 ], [ 109.441182, 27.117907 ], [ 109.472595, 27.134951 ], [ 109.454733, 27.069423 ], [ 109.486761, 27.053968 ], [ 109.497848, 27.079548 ], [ 109.520022, 27.058764 ], [ 109.555131, 26.946788 ], [ 109.436254, 26.892359 ], [ 109.452885, 26.861932 ], [ 109.467051, 26.83203 ], [ 109.47629, 26.829894 ], [ 109.486761, 26.759913 ], [ 109.447957, 26.759913 ], [ 109.407305, 26.719829 ], [ 109.35495, 26.693098 ], [ 109.283501, 26.698445 ], [ 109.306291, 26.661012 ], [ 109.334008, 26.646036 ], [ 109.35495, 26.658873 ], [ 109.390675, 26.598955 ], [ 109.407305, 26.533116 ], [ 109.381436, 26.518659 ], [ 109.385747, 26.493487 ], [ 109.362342, 26.472061 ], [ 109.38082, 26.454381 ], [ 109.319842, 26.418477 ], [ 109.29582, 26.350389 ], [ 109.271183, 26.327863 ], [ 109.285965, 26.295676 ], [ 109.325385, 26.29031 ], [ 109.351255, 26.264016 ], [ 109.369733, 26.277432 ], [ 109.442414, 26.289774 ], [ 109.467051, 26.313917 ], [ 109.439334, 26.238789 ], [ 109.47629, 26.148035 ], [ 109.513863, 26.128157 ], [ 109.502776, 26.096451 ], [ 109.449805, 26.101826 ], [ 109.452885, 26.055598 ], [ 109.48245, 26.029788 ], [ 109.462124, 25.995367 ], [ 109.408537, 25.967392 ], [ 109.435022, 25.93349 ], [ 109.396834, 25.900117 ], [ 109.359262, 25.836036 ], [ 109.339552, 25.83442 ], [ 109.327849, 25.76168 ], [ 109.340168, 25.731493 ], [ 109.296436, 25.71424 ], [ 109.207125, 25.740119 ], [ 109.206509, 25.788087 ], [ 109.147995, 25.741736 ], [ 109.13198, 25.762758 ], [ 109.143683, 25.795092 ], [ 109.095024, 25.80533 ], [ 109.077778, 25.776771 ], [ 109.048213, 25.790781 ], [ 108.989698, 25.778926 ], [ 108.999553, 25.765453 ], [ 108.963829, 25.732572 ], [ 108.940423, 25.740119 ], [ 108.896076, 25.71424 ], [ 108.900387, 25.682423 ], [ 108.953974, 25.686738 ], [ 108.953974, 25.686738 ], [ 109.007561, 25.734728 ], [ 109.043285, 25.738502 ], [ 109.07901, 25.72071 ], [ 109.075314, 25.693749 ], [ 109.030966, 25.629556 ], [ 109.051908, 25.566949 ], [ 109.088249, 25.550752 ], [ 109.024807, 25.51241 ], [ 108.949046, 25.557231 ], [ 108.8893, 25.543193 ], [ 108.890532, 25.556151 ], [ 108.826474, 25.550212 ], [ 108.814772, 25.526992 ], [ 108.781511, 25.554531 ], [ 108.799989, 25.576666 ], [ 108.783975, 25.628477 ], [ 108.724844, 25.634952 ], [ 108.68912, 25.623081 ], [ 108.68604, 25.587462 ], [ 108.660787, 25.584763 ], [ 108.658323, 25.550212 ], [ 108.68912, 25.533473 ], [ 108.634917, 25.520512 ], [ 108.6072, 25.491885 ], [ 108.600425, 25.432448 ], [ 108.62999, 25.335666 ], [ 108.625062, 25.308076 ], [ 108.589338, 25.335125 ], [ 108.585642, 25.365952 ], [ 108.471693, 25.458928 ], [ 108.418723, 25.443257 ], [ 108.400244, 25.491344 ], [ 108.359592, 25.513491 ], [ 108.348506, 25.536173 ], [ 108.308469, 25.525912 ], [ 108.280752, 25.48 ], [ 108.241332, 25.46217 ], [ 108.251803, 25.430286 ], [ 108.192673, 25.458928 ], [ 108.162492, 25.444878 ], [ 108.193289, 25.405421 ], [ 108.142782, 25.390825 ], [ 108.152021, 25.324306 ], [ 108.143398, 25.269658 ], [ 108.115065, 25.210112 ], [ 108.080572, 25.193867 ], [ 108.001732, 25.196574 ], [ 107.928435, 25.155954 ], [ 107.872384, 25.141327 ], [ 107.839124, 25.115861 ], [ 107.762747, 25.125073 ], [ 107.789233, 25.15487 ], [ 107.760283, 25.188451 ], [ 107.762131, 25.229061 ], [ 107.741805, 25.24043 ], [ 107.700537, 25.194408 ], [ 107.696226, 25.219858 ], [ 107.661733, 25.258833 ], [ 107.659885, 25.316192 ], [ 107.632168, 25.310241 ], [ 107.599523, 25.250714 ], [ 107.576734, 25.256668 ], [ 107.512676, 25.209029 ], [ 107.472024, 25.213902 ], [ 107.489886, 25.276693 ], [ 107.481263, 25.299961 ], [ 107.432604, 25.289139 ], [ 107.409198, 25.347024 ], [ 107.420901, 25.392987 ], [ 107.375937, 25.411908 ], [ 107.358691, 25.393528 ], [ 107.318039, 25.401637 ], [ 107.308184, 25.432988 ], [ 107.336517, 25.461089 ], [ 107.263836, 25.543193 ], [ 107.232423, 25.556691 ], [ 107.228728, 25.604733 ], [ 107.205322, 25.607971 ], [ 107.185612, 25.578825 ], [ 107.064272, 25.559391 ], [ 107.066736, 25.50917 ], [ 107.015613, 25.495666 ], [ 106.996519, 25.442716 ], [ 106.963874, 25.437852 ], [ 106.987896, 25.358922 ], [ 107.012533, 25.352973 ], [ 107.013765, 25.275611 ], [ 106.975577, 25.232851 ], [ 106.933077, 25.250714 ], [ 106.904128, 25.231768 ], [ 106.888113, 25.181953 ], [ 106.853005, 25.186827 ], [ 106.787715, 25.17112 ], [ 106.764926, 25.183036 ], [ 106.732281, 25.162454 ], [ 106.691013, 25.179245 ], [ 106.644817, 25.164621 ], [ 106.63989, 25.132658 ], [ 106.590615, 25.08768 ], [ 106.551195, 25.082802 ], [ 106.519782, 25.054072 ], [ 106.450181, 25.033468 ], [ 106.442173, 25.019369 ], [ 106.332536, 24.988454 ], [ 106.304819, 24.973807 ], [ 106.253696, 24.971094 ], [ 106.215508, 24.981944 ], [ 106.191486, 24.95319 ], [ 106.145291, 24.954275 ], [ 106.197645, 24.885889 ], [ 106.206269, 24.851139 ], [ 106.173008, 24.760417 ], [ 106.150218, 24.762591 ], [ 106.113878, 24.714216 ], [ 106.047356, 24.684312 ], [ 106.024566, 24.633186 ], [ 105.961741, 24.677786 ], [ 105.942031, 24.725088 ], [ 105.863806, 24.729437 ], [ 105.827466, 24.702799 ], [ 105.767104, 24.719109 ], [ 105.70551, 24.768569 ], [ 105.617431, 24.78161 ], [ 105.607576, 24.803885 ], [ 105.573083, 24.797366 ], [ 105.497322, 24.809318 ], [ 105.493011, 24.833217 ], [ 105.457286, 24.87123 ], [ 105.428337, 24.930941 ], [ 105.365511, 24.943423 ], [ 105.334099, 24.9266 ], [ 105.267577, 24.929313 ], [ 105.251563, 24.967296 ], [ 105.212758, 24.995505 ], [ 105.178266, 24.985199 ], [ 105.157324, 24.958616 ], [ 105.131454, 24.959701 ], [ 105.09573, 24.92877 ], [ 105.077868, 24.918459 ], [ 105.039064, 24.872859 ], [ 105.026745, 24.815836 ], [ 105.03352, 24.787586 ], [ 104.899245, 24.752809 ], [ 104.865985, 24.730524 ], [ 104.841963, 24.676155 ], [ 104.771746, 24.659839 ], [ 104.729246, 24.617953 ], [ 104.703377, 24.645698 ], [ 104.628848, 24.660927 ], [ 104.595587, 24.709323 ], [ 104.529682, 24.731611 ], [ 104.542616, 24.75607 ], [ 104.539537, 24.813663 ], [ 104.586964, 24.872859 ], [ 104.635623, 24.903803 ], [ 104.663957, 24.964584 ], [ 104.713232, 24.996048 ], [ 104.684898, 25.054072 ], [ 104.619609, 25.060577 ], [ 104.685514, 25.078466 ], [ 104.695369, 25.122364 ], [ 104.732326, 25.167871 ], [ 104.724319, 25.195491 ], [ 104.753884, 25.214443 ], [ 104.801927, 25.163537 ], [ 104.822869, 25.170037 ], [ 104.806854, 25.224189 ], [ 104.826565, 25.235558 ], [ 104.816094, 25.262622 ], [ 104.736021, 25.268034 ], [ 104.689826, 25.296173 ], [ 104.639935, 25.295632 ], [ 104.646094, 25.356759 ], [ 104.615913, 25.364871 ], [ 104.566638, 25.402719 ], [ 104.543232, 25.400556 ], [ 104.556783, 25.524832 ], [ 104.524138, 25.526992 ], [ 104.483486, 25.494585 ], [ 104.44961, 25.495126 ], [ 104.434827, 25.472436 ], [ 104.418813, 25.499447 ], [ 104.436059, 25.520512 ], [ 104.428668, 25.576126 ], [ 104.389248, 25.595558 ], [ 104.332581, 25.598796 ], [ 104.310407, 25.647901 ], [ 104.328886, 25.760602 ], [ 104.370769, 25.730415 ], [ 104.397871, 25.76168 ], [ 104.42374, 25.841961 ], [ 104.441602, 25.868889 ], [ 104.414501, 25.909807 ], [ 104.438523, 25.92757 ], [ 104.470552, 26.009352 ], [ 104.460081, 26.085702 ], [ 104.499501, 26.070651 ], [ 104.52845, 26.114186 ], [ 104.518595, 26.165762 ], [ 104.548776, 26.226979 ], [ 104.542616, 26.253282 ], [ 104.592508, 26.317672 ], [ 104.659645, 26.335373 ], [ 104.684283, 26.3772 ], [ 104.664572, 26.397572 ], [ 104.665804, 26.434019 ], [ 104.631928, 26.451702 ], [ 104.638703, 26.477954 ], [ 104.598667, 26.520801 ], [ 104.57095, 26.524549 ], [ 104.579573, 26.568449 ], [ 104.556783, 26.590393 ], [ 104.488414, 26.579689 ], [ 104.459465, 26.602701 ], [ 104.468088, 26.644431 ], [ 104.424356, 26.709137 ], [ 104.398487, 26.686147 ], [ 104.353523, 26.620893 ], [ 104.313487, 26.612867 ], [ 104.274683, 26.633733 ], [ 104.268524, 26.617683 ], [ 104.222328, 26.620358 ], [ 104.160734, 26.646571 ], [ 104.121314, 26.638012 ], [ 104.068343, 26.573266 ], [ 104.067727, 26.51491 ], [ 104.008597, 26.511697 ], [ 103.953163, 26.521336 ], [ 103.865699, 26.512232 ], [ 103.819504, 26.529903 ], [ 103.815808, 26.55239 ], [ 103.763453, 26.585041 ], [ 103.748671, 26.623568 ], [ 103.759142, 26.689355 ], [ 103.773308, 26.716621 ], [ 103.725265, 26.742812 ], [ 103.705555, 26.794642 ], [ 103.722185, 26.851253 ], [ 103.779468, 26.87421 ], [ 103.763453, 26.905702 ], [ 103.775156, 26.951056 ], [ 103.753598, 26.963858 ], [ 103.73204, 27.018785 ], [ 103.704939, 27.049171 ], [ 103.675374, 27.051836 ], [ 103.623019, 27.007056 ], [ 103.623635, 27.035312 ], [ 103.601461, 27.061962 ], [ 103.614396, 27.079548 ], [ 103.659975, 27.065692 ], [ 103.652584, 27.092868 ], [ 103.620555, 27.096598 ], [ 103.63349, 27.12057 ], [ 103.696316, 27.126429 ], [ 103.748671, 27.210021 ], [ 103.801641, 27.250464 ], [ 103.80041, 27.26536 ], [ 103.865699, 27.28185 ], [ 103.874322, 27.331304 ], [ 103.903271, 27.347785 ], [ 103.905119, 27.38552 ], [ 103.932221, 27.443958 ], [ 103.956242, 27.425367 ], [ 104.015372, 27.429086 ], [ 104.01722, 27.383926 ], [ 104.084358, 27.330773 ], [ 104.113923, 27.338216 ], [ 104.173053, 27.263232 ], [ 104.210625, 27.297273 ], [ 104.248813, 27.291955 ], [ 104.247582, 27.336621 ], [ 104.295625, 27.37436 ], [ 104.30856, 27.407305 ], [ 104.363378, 27.467855 ], [ 104.467472, 27.414211 ], [ 104.497037, 27.414743 ], [ 104.539537, 27.327583 ], [ 104.570334, 27.331836 ], [ 104.611602, 27.306846 ], [ 104.7545, 27.345658 ], [ 104.77113, 27.317481 ], [ 104.824717, 27.3531 ], [ 104.856746, 27.332368 ], [ 104.851818, 27.299401 ], [ 104.871528, 27.290891 ], [ 104.913412, 27.327051 ], [ 105.01073, 27.379143 ], [ 105.068013, 27.418461 ], [ 105.120984, 27.418461 ], [ 105.184425, 27.392959 ], [ 105.182577, 27.367451 ], [ 105.233084, 27.436522 ], [ 105.234316, 27.489093 ], [ 105.260186, 27.514573 ], [ 105.232469, 27.546945 ], [ 105.25649, 27.582491 ], [ 105.304533, 27.611661 ], [ 105.29591, 27.631811 ], [ 105.308229, 27.704955 ], [ 105.353809, 27.748924 ], [ 105.44004, 27.775402 ], [ 105.508409, 27.769048 ], [ 105.560148, 27.71979 ], [ 105.605112, 27.715552 ], [ 105.62359, 27.666269 ], [ 105.664242, 27.683759 ], [ 105.720292, 27.683759 ], [ 105.722756, 27.706015 ], [ 105.76772, 27.7182 ], [ 105.848408, 27.707074 ], [ 105.868118, 27.732504 ], [ 105.922937, 27.746805 ], [ 105.92848, 27.729855 ], [ 105.985146, 27.749983 ], [ 106.023335, 27.746805 ], [ 106.063987, 27.776991 ], [ 106.120653, 27.779638 ], [ 106.193334, 27.75422 ], [ 106.242609, 27.767459 ], [ 106.306667, 27.808756 ], [ 106.337464, 27.859033 ], [ 106.325145, 27.898708 ], [ 106.304819, 27.899237 ], [ 106.307899, 27.936782 ], [ 106.328225, 27.952643 ], [ 106.286341, 28.007079 ], [ 106.246305, 28.011835 ], [ 106.266631, 28.066769 ], [ 106.206885, 28.134343 ], [ 106.145291, 28.162837 ], [ 106.093552, 28.162837 ], [ 105.975907, 28.107952 ], [ 105.943878, 28.143314 ], [ 105.895219, 28.119565 ], [ 105.860727, 28.159672 ], [ 105.889676, 28.237732 ], [ 105.848408, 28.255656 ], [ 105.824386, 28.306251 ], [ 105.78743, 28.335753 ], [ 105.76464, 28.308359 ], [ 105.76464, 28.308359 ], [ 105.737539, 28.30309 ], [ 105.730147, 28.271997 ], [ 105.68888, 28.284119 ], [ 105.639604, 28.324164 ], [ 105.655003, 28.362615 ], [ 105.643916, 28.431053 ], [ 105.612503, 28.438947 ], [ 105.62359, 28.517854 ], [ 105.68272, 28.534154 ], [ 105.693191, 28.58882 ], [ 105.712901, 28.586718 ], [ 105.74493, 28.616668 ], [ 105.757249, 28.590397 ], [ 105.78435, 28.610889 ], [ 105.808372, 28.599855 ], [ 105.884748, 28.595126 ], [ 105.889676, 28.670765 ], [ 105.937719, 28.686517 ], [ 105.966668, 28.761041 ], [ 106.001161, 28.743727 ], [ 106.030726, 28.694917 ], [ 106.085544, 28.681792 ], [ 106.103407, 28.636104 ], [ 106.14837, 28.642932 ], [ 106.17116, 28.629275 ], [ 106.184711, 28.58882 ], [ 106.254928, 28.539412 ], [ 106.2925, 28.537309 ], [ 106.304819, 28.505233 ], [ 106.349167, 28.473674 ], [ 106.379348, 28.479986 ], [ 106.37442, 28.525742 ], [ 106.403369, 28.569901 ], [ 106.477282, 28.530474 ], [ 106.504999, 28.544669 ], [ 106.466811, 28.586193 ], [ 106.49268, 28.591448 ], [ 106.502535, 28.661313 ], [ 106.528405, 28.677591 ], [ 106.492064, 28.742153 ], [ 106.461883, 28.761041 ], [ 106.45326, 28.817162 ], [ 106.474202, 28.832891 ], [ 106.561666, 28.756319 ], [ 106.56105, 28.719062 ], [ 106.587535, 28.691767 ], [ 106.6171, 28.691242 ], [ 106.617716, 28.66709 ], [ 106.651593, 28.649235 ], [ 106.618332, 28.645033 ], [ 106.63681, 28.622972 ], [ 106.606629, 28.593024 ], [ 106.615252, 28.549401 ], [ 106.567825, 28.523638 ], [ 106.564745, 28.485247 ], [ 106.632499, 28.503655 ], [ 106.697788, 28.47683 ], [ 106.708259, 28.450524 ], [ 106.747063, 28.467361 ], [ 106.726121, 28.51838 ], [ 106.73844, 28.554657 ], [ 106.77786, 28.563068 ], [ 106.756918, 28.607211 ], [ 106.784636, 28.626649 ], [ 106.807425, 28.589346 ], [ 106.830831, 28.623497 ], [ 106.866556, 28.624548 ], [ 106.889345, 28.695966 ], [ 106.86594, 28.690192 ], [ 106.824056, 28.756319 ], [ 106.845614, 28.780975 ], [ 106.872099, 28.777304 ], [ 106.923222, 28.809821 ], [ 106.951555, 28.766812 ], [ 106.988512, 28.776254 ], [ 106.983584, 28.851239 ], [ 107.019308, 28.861722 ], [ 107.016229, 28.882685 ], [ 107.14188, 28.887925 ], [ 107.206554, 28.868535 ], [ 107.194851, 28.838134 ], [ 107.227496, 28.836037 ], [ 107.210866, 28.817686 ], [ 107.219489, 28.772582 ], [ 107.24659, 28.76209 ], [ 107.261373, 28.792514 ], [ 107.327894, 28.810869 ], [ 107.339597, 28.845997 ], [ 107.383945, 28.848618 ], [ 107.41351, 28.911502 ], [ 107.441227, 28.943977 ], [ 107.412894, 28.960211 ], [ 107.396879, 28.993718 ], [ 107.364235, 29.00942 ], [ 107.395647, 29.041341 ], [ 107.369778, 29.091558 ], [ 107.412278, 29.094696 ], [ 107.427676, 29.128682 ], [ 107.408582, 29.138091 ], [ 107.401807, 29.184603 ], [ 107.441227, 29.203934 ], [ 107.486806, 29.174153 ], [ 107.570574, 29.218037 ], [ 107.589052, 29.150113 ], [ 107.605683, 29.164747 ], [ 107.659885, 29.162656 ], [ 107.700537, 29.141228 ], [ 107.749197, 29.199754 ], [ 107.810791, 29.139137 ], [ 107.784921, 29.048143 ], [ 107.823725, 29.034016 ], [ 107.810175, 28.984295 ], [ 107.867457, 28.960211 ], [ 107.882855, 29.00628 ], [ 107.908725, 29.007327 ], [ 107.925971, 29.032446 ], [ 108.026369, 29.039772 ], [ 108.070717, 29.086328 ], [ 108.150173, 29.053375 ], [ 108.193289, 29.072207 ], [ 108.256115, 29.040295 ], [ 108.277673, 29.091558 ], [ 108.306622, 29.079006 ], [ 108.297999, 29.045527 ], [ 108.319556, 28.961258 ], [ 108.345426, 28.943453 ], [ 108.357745, 28.893165 ], [ 108.346658, 28.859625 ], [ 108.352817, 28.815589 ], [ 108.386078, 28.803003 ], [ 108.385462, 28.772058 ], [ 108.347274, 28.736381 ], [ 108.332491, 28.679166 ], [ 108.439049, 28.634003 ], [ 108.501258, 28.626649 ], [ 108.50249, 28.63768 ], [ 108.575787, 28.659738 ], [ 108.636149, 28.621396 ], [ 108.604736, 28.590922 ], [ 108.610896, 28.539412 ], [ 108.573939, 28.531 ], [ 108.586874, 28.463678 ], [ 108.609664, 28.43579 ], [ 108.609048, 28.407368 ], [ 108.576403, 28.38631 ], [ 108.580099, 28.343128 ], [ 108.611512, 28.324691 ], [ 108.667562, 28.334173 ], [ 108.656475, 28.359981 ], [ 108.697127, 28.401051 ], [ 108.688504, 28.422106 ], [ 108.640461, 28.456838 ], [ 108.657091, 28.47683 ], [ 108.700207, 28.48209 ], [ 108.709446, 28.501026 ], [ 108.746402, 28.45105 ], [ 108.780279, 28.42579 ], [ 108.759953, 28.389995 ], [ 108.783359, 28.380518 ], [ 108.761801, 28.304143 ], [ 108.726692, 28.282011 ], [ 108.738395, 28.228241 ], [ 108.772888, 28.212949 ], [ 108.821547, 28.245113 ], [ 108.855424, 28.199764 ], [ 108.89546, 28.219804 ], [ 108.923793, 28.217167 ], [ 108.929952, 28.19027 ], [ 109.005713, 28.162837 ], [ 109.026655, 28.220331 ], [ 109.086401, 28.184467 ], [ 109.101799, 28.202401 ], [ 109.081473, 28.247749 ], [ 109.117198, 28.277795 ], [ 109.152306, 28.349975 ], [ 109.153538, 28.417369 ], [ 109.191726, 28.471043 ], [ 109.23361, 28.474726 ], [ 109.274262, 28.494714 ] ] ], [ [ [ 109.47629, 26.829894 ], [ 109.467051, 26.83203 ], [ 109.452885, 26.861932 ], [ 109.486761, 26.895562 ], [ 109.509551, 26.877947 ], [ 109.513247, 26.84004 ], [ 109.497232, 26.815474 ], [ 109.522486, 26.749226 ], [ 109.52187, 26.749226 ], [ 109.486761, 26.759913 ], [ 109.47629, 26.829894 ] ] ], [ [ [ 109.528645, 26.743881 ], [ 109.554515, 26.73533 ], [ 109.597015, 26.756173 ], [ 109.568065, 26.726243 ], [ 109.528645, 26.743881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "530000", "name": "云南省", "center": [ 102.712251, 25.040609 ], "centroid": [ 101.485106, 25.008644 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 24, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 105.308229, 27.704955 ], [ 105.29591, 27.631811 ], [ 105.304533, 27.611661 ], [ 105.25649, 27.582491 ], [ 105.232469, 27.546945 ], [ 105.260186, 27.514573 ], [ 105.234316, 27.489093 ], [ 105.233084, 27.436522 ], [ 105.182577, 27.367451 ], [ 105.184425, 27.392959 ], [ 105.120984, 27.418461 ], [ 105.068013, 27.418461 ], [ 105.01073, 27.379143 ], [ 104.913412, 27.327051 ], [ 104.871528, 27.290891 ], [ 104.851818, 27.299401 ], [ 104.856746, 27.332368 ], [ 104.824717, 27.3531 ], [ 104.77113, 27.317481 ], [ 104.7545, 27.345658 ], [ 104.611602, 27.306846 ], [ 104.570334, 27.331836 ], [ 104.539537, 27.327583 ], [ 104.497037, 27.414743 ], [ 104.467472, 27.414211 ], [ 104.363378, 27.467855 ], [ 104.30856, 27.407305 ], [ 104.295625, 27.37436 ], [ 104.247582, 27.336621 ], [ 104.248813, 27.291955 ], [ 104.210625, 27.297273 ], [ 104.173053, 27.263232 ], [ 104.113923, 27.338216 ], [ 104.084358, 27.330773 ], [ 104.01722, 27.383926 ], [ 104.015372, 27.429086 ], [ 103.956242, 27.425367 ], [ 103.932221, 27.443958 ], [ 103.905119, 27.38552 ], [ 103.903271, 27.347785 ], [ 103.874322, 27.331304 ], [ 103.865699, 27.28185 ], [ 103.80041, 27.26536 ], [ 103.801641, 27.250464 ], [ 103.748671, 27.210021 ], [ 103.696316, 27.126429 ], [ 103.63349, 27.12057 ], [ 103.620555, 27.096598 ], [ 103.652584, 27.092868 ], [ 103.659975, 27.065692 ], [ 103.614396, 27.079548 ], [ 103.601461, 27.061962 ], [ 103.623635, 27.035312 ], [ 103.623019, 27.007056 ], [ 103.675374, 27.051836 ], [ 103.704939, 27.049171 ], [ 103.73204, 27.018785 ], [ 103.753598, 26.963858 ], [ 103.775156, 26.951056 ], [ 103.763453, 26.905702 ], [ 103.779468, 26.87421 ], [ 103.722185, 26.851253 ], [ 103.705555, 26.794642 ], [ 103.725265, 26.742812 ], [ 103.773308, 26.716621 ], [ 103.759142, 26.689355 ], [ 103.748671, 26.623568 ], [ 103.763453, 26.585041 ], [ 103.815808, 26.55239 ], [ 103.819504, 26.529903 ], [ 103.865699, 26.512232 ], [ 103.953163, 26.521336 ], [ 104.008597, 26.511697 ], [ 104.067727, 26.51491 ], [ 104.068343, 26.573266 ], [ 104.121314, 26.638012 ], [ 104.160734, 26.646571 ], [ 104.222328, 26.620358 ], [ 104.268524, 26.617683 ], [ 104.274683, 26.633733 ], [ 104.313487, 26.612867 ], [ 104.353523, 26.620893 ], [ 104.398487, 26.686147 ], [ 104.424356, 26.709137 ], [ 104.468088, 26.644431 ], [ 104.459465, 26.602701 ], [ 104.488414, 26.579689 ], [ 104.556783, 26.590393 ], [ 104.579573, 26.568449 ], [ 104.57095, 26.524549 ], [ 104.598667, 26.520801 ], [ 104.638703, 26.477954 ], [ 104.631928, 26.451702 ], [ 104.665804, 26.434019 ], [ 104.664572, 26.397572 ], [ 104.684283, 26.3772 ], [ 104.659645, 26.335373 ], [ 104.592508, 26.317672 ], [ 104.542616, 26.253282 ], [ 104.548776, 26.226979 ], [ 104.518595, 26.165762 ], [ 104.52845, 26.114186 ], [ 104.499501, 26.070651 ], [ 104.460081, 26.085702 ], [ 104.470552, 26.009352 ], [ 104.438523, 25.92757 ], [ 104.414501, 25.909807 ], [ 104.441602, 25.868889 ], [ 104.42374, 25.841961 ], [ 104.397871, 25.76168 ], [ 104.370769, 25.730415 ], [ 104.328886, 25.760602 ], [ 104.310407, 25.647901 ], [ 104.332581, 25.598796 ], [ 104.389248, 25.595558 ], [ 104.428668, 25.576126 ], [ 104.436059, 25.520512 ], [ 104.418813, 25.499447 ], [ 104.434827, 25.472436 ], [ 104.44961, 25.495126 ], [ 104.483486, 25.494585 ], [ 104.524138, 25.526992 ], [ 104.556783, 25.524832 ], [ 104.543232, 25.400556 ], [ 104.566638, 25.402719 ], [ 104.615913, 25.364871 ], [ 104.646094, 25.356759 ], [ 104.639935, 25.295632 ], [ 104.689826, 25.296173 ], [ 104.736021, 25.268034 ], [ 104.816094, 25.262622 ], [ 104.826565, 25.235558 ], [ 104.806854, 25.224189 ], [ 104.822869, 25.170037 ], [ 104.801927, 25.163537 ], [ 104.753884, 25.214443 ], [ 104.724319, 25.195491 ], [ 104.732326, 25.167871 ], [ 104.695369, 25.122364 ], [ 104.685514, 25.078466 ], [ 104.619609, 25.060577 ], [ 104.684898, 25.054072 ], [ 104.713232, 24.996048 ], [ 104.663957, 24.964584 ], [ 104.635623, 24.903803 ], [ 104.586964, 24.872859 ], [ 104.539537, 24.813663 ], [ 104.542616, 24.75607 ], [ 104.529682, 24.731611 ], [ 104.489646, 24.653313 ], [ 104.520443, 24.535228 ], [ 104.550008, 24.518894 ], [ 104.575877, 24.424661 ], [ 104.616529, 24.421937 ], [ 104.63008, 24.397958 ], [ 104.610986, 24.377246 ], [ 104.641783, 24.367979 ], [ 104.70892, 24.321087 ], [ 104.721239, 24.340173 ], [ 104.703377, 24.419757 ], [ 104.715695, 24.441552 ], [ 104.74834, 24.435559 ], [ 104.765587, 24.45953 ], [ 104.784681, 24.443732 ], [ 104.83642, 24.446456 ], [ 104.914028, 24.426296 ], [ 104.930042, 24.411038 ], [ 104.979933, 24.412673 ], [ 105.042759, 24.442097 ], [ 105.106817, 24.414853 ], [ 105.111744, 24.37234 ], [ 105.138846, 24.376701 ], [ 105.188121, 24.347261 ], [ 105.196744, 24.326541 ], [ 105.164715, 24.288362 ], [ 105.215222, 24.214699 ], [ 105.24294, 24.208695 ], [ 105.229389, 24.165567 ], [ 105.182577, 24.167205 ], [ 105.20044, 24.105491 ], [ 105.260186, 24.061236 ], [ 105.292831, 24.074896 ], [ 105.273121, 24.092927 ], [ 105.320548, 24.116416 ], [ 105.334099, 24.094566 ], [ 105.395692, 24.065607 ], [ 105.406163, 24.043748 ], [ 105.493011, 24.016965 ], [ 105.533663, 24.130071 ], [ 105.594641, 24.137718 ], [ 105.628518, 24.126794 ], [ 105.649459, 24.032816 ], [ 105.704278, 24.0667 ], [ 105.739387, 24.059596 ], [ 105.765256, 24.073804 ], [ 105.802212, 24.051945 ], [ 105.796669, 24.023524 ], [ 105.841633, 24.03063 ], [ 105.859495, 24.056864 ], [ 105.89214, 24.040468 ], [ 105.908154, 24.069432 ], [ 105.901995, 24.099482 ], [ 105.919241, 24.122425 ], [ 105.963589, 24.110954 ], [ 105.998081, 24.120786 ], [ 106.011632, 24.099482 ], [ 106.04982, 24.089649 ], [ 106.053516, 24.051399 ], [ 106.096631, 24.018058 ], [ 106.091088, 23.998924 ], [ 106.128044, 23.956819 ], [ 106.157609, 23.891174 ], [ 106.192718, 23.879135 ], [ 106.173008, 23.861622 ], [ 106.192102, 23.824947 ], [ 106.136667, 23.795381 ], [ 106.157609, 23.724175 ], [ 106.149602, 23.665538 ], [ 106.120653, 23.605229 ], [ 106.141595, 23.569579 ], [ 106.08616, 23.524043 ], [ 106.071994, 23.495506 ], [ 106.039965, 23.484529 ], [ 105.999929, 23.447748 ], [ 105.986378, 23.489469 ], [ 105.935871, 23.508678 ], [ 105.913081, 23.499348 ], [ 105.89214, 23.52514 ], [ 105.852103, 23.526786 ], [ 105.815763, 23.507031 ], [ 105.805908, 23.467512 ], [ 105.758481, 23.459826 ], [ 105.699966, 23.40162 ], [ 105.637757, 23.404366 ], [ 105.694423, 23.363168 ], [ 105.699966, 23.327453 ], [ 105.649459, 23.346136 ], [ 105.593409, 23.312614 ], [ 105.560148, 23.257093 ], [ 105.526272, 23.234548 ], [ 105.542902, 23.184495 ], [ 105.50225, 23.202648 ], [ 105.445584, 23.292827 ], [ 105.416018, 23.283482 ], [ 105.372903, 23.317561 ], [ 105.353809, 23.362069 ], [ 105.325475, 23.390086 ], [ 105.260186, 23.31811 ], [ 105.238012, 23.26424 ], [ 105.181962, 23.279084 ], [ 105.122215, 23.247745 ], [ 105.093266, 23.260942 ], [ 104.958991, 23.188896 ], [ 104.949136, 23.152033 ], [ 104.912796, 23.175693 ], [ 104.882615, 23.163589 ], [ 104.874608, 23.123417 ], [ 104.804391, 23.110207 ], [ 104.821021, 23.032022 ], [ 104.860441, 22.970874 ], [ 104.846275, 22.926235 ], [ 104.772362, 22.893711 ], [ 104.760659, 22.862282 ], [ 104.732942, 22.852356 ], [ 104.737869, 22.825882 ], [ 104.674428, 22.817056 ], [ 104.596203, 22.846289 ], [ 104.527834, 22.814298 ], [ 104.498885, 22.774574 ], [ 104.422508, 22.734838 ], [ 104.375697, 22.690122 ], [ 104.323342, 22.728767 ], [ 104.272835, 22.73815 ], [ 104.256821, 22.77347 ], [ 104.274067, 22.828088 ], [ 104.261748, 22.841877 ], [ 104.224176, 22.826434 ], [ 104.117618, 22.808781 ], [ 104.089901, 22.768504 ], [ 104.045553, 22.728215 ], [ 104.04309, 22.67687 ], [ 104.022148, 22.593463 ], [ 104.009213, 22.575228 ], [ 104.009213, 22.517745 ], [ 103.964865, 22.502265 ], [ 103.894032, 22.564728 ], [ 103.875554, 22.565833 ], [ 103.863851, 22.584069 ], [ 103.825047, 22.615562 ], [ 103.766533, 22.688465 ], [ 103.669215, 22.766297 ], [ 103.642113, 22.794989 ], [ 103.567585, 22.701164 ], [ 103.580519, 22.66693 ], [ 103.529396, 22.59291 ], [ 103.50907, 22.601198 ], [ 103.457947, 22.658646 ], [ 103.436389, 22.6973 ], [ 103.441317, 22.753052 ], [ 103.375411, 22.794989 ], [ 103.323057, 22.807678 ], [ 103.321209, 22.777885 ], [ 103.288564, 22.732078 ], [ 103.283021, 22.678526 ], [ 103.220195, 22.643734 ], [ 103.195557, 22.648153 ], [ 103.161065, 22.590147 ], [ 103.183238, 22.558649 ], [ 103.119181, 22.518298 ], [ 103.085304, 22.509452 ], [ 103.071753, 22.445304 ], [ 103.030485, 22.441432 ], [ 102.986754, 22.477935 ], [ 102.930703, 22.482359 ], [ 102.892515, 22.533223 ], [ 102.880196, 22.586832 ], [ 102.82353, 22.623296 ], [ 102.80074, 22.620534 ], [ 102.688639, 22.70006 ], [ 102.657226, 22.687913 ], [ 102.607335, 22.730975 ], [ 102.569763, 22.701164 ], [ 102.551285, 22.743669 ], [ 102.498314, 22.777885 ], [ 102.45951, 22.762986 ], [ 102.43672, 22.699508 ], [ 102.384365, 22.679631 ], [ 102.404691, 22.629925 ], [ 102.356648, 22.563623 ], [ 102.322771, 22.554227 ], [ 102.25625, 22.457473 ], [ 102.270416, 22.419858 ], [ 102.179257, 22.430369 ], [ 102.145381, 22.397727 ], [ 102.131214, 22.430922 ], [ 102.046214, 22.458026 ], [ 101.978461, 22.427603 ], [ 101.907628, 22.437007 ], [ 101.901469, 22.384447 ], [ 101.862665, 22.389427 ], [ 101.823244, 22.42705 ], [ 101.824476, 22.45692 ], [ 101.774585, 22.506135 ], [ 101.715455, 22.477935 ], [ 101.672339, 22.47517 ], [ 101.648318, 22.400494 ], [ 101.671723, 22.372826 ], [ 101.625528, 22.28259 ], [ 101.56455, 22.269299 ], [ 101.547304, 22.238282 ], [ 101.596579, 22.161262 ], [ 101.602738, 22.131883 ], [ 101.573789, 22.115251 ], [ 101.626144, 22.005986 ], [ 101.606434, 21.967695 ], [ 101.666796, 21.934391 ], [ 101.701288, 21.938832 ], [ 101.700057, 21.897191 ], [ 101.735165, 21.875534 ], [ 101.740093, 21.845541 ], [ 101.771506, 21.833319 ], [ 101.747484, 21.729953 ], [ 101.76781, 21.716054 ], [ 101.780129, 21.640975 ], [ 101.807846, 21.644313 ], [ 101.828788, 21.617054 ], [ 101.804766, 21.577546 ], [ 101.754875, 21.58478 ], [ 101.755491, 21.538027 ], [ 101.772737, 21.512975 ], [ 101.741324, 21.482906 ], [ 101.749948, 21.409379 ], [ 101.730238, 21.336929 ], [ 101.745636, 21.297345 ], [ 101.791832, 21.285636 ], [ 101.833715, 21.252731 ], [ 101.834331, 21.204756 ], [ 101.794911, 21.208104 ], [ 101.76473, 21.147835 ], [ 101.703136, 21.14616 ], [ 101.672339, 21.194713 ], [ 101.605818, 21.172392 ], [ 101.588572, 21.191365 ], [ 101.601506, 21.233208 ], [ 101.532521, 21.252174 ], [ 101.439514, 21.227072 ], [ 101.387775, 21.225956 ], [ 101.290457, 21.17853 ], [ 101.222088, 21.234324 ], [ 101.246725, 21.275598 ], [ 101.244877, 21.302364 ], [ 101.183899, 21.334699 ], [ 101.142631, 21.409379 ], [ 101.194986, 21.424979 ], [ 101.193138, 21.473996 ], [ 101.225167, 21.499055 ], [ 101.210385, 21.509077 ], [ 101.209153, 21.55751 ], [ 101.146943, 21.560293 ], [ 101.169117, 21.590345 ], [ 101.153102, 21.669343 ], [ 101.116762, 21.691032 ], [ 101.111835, 21.746074 ], [ 101.123537, 21.771642 ], [ 101.089661, 21.773865 ], [ 101.015132, 21.707157 ], [ 100.940603, 21.697149 ], [ 100.870386, 21.67268 ], [ 100.847597, 21.634856 ], [ 100.804481, 21.609821 ], [ 100.789082, 21.570867 ], [ 100.753358, 21.555283 ], [ 100.730568, 21.518542 ], [ 100.691764, 21.510748 ], [ 100.579047, 21.451717 ], [ 100.526692, 21.471211 ], [ 100.48296, 21.458958 ], [ 100.437381, 21.533017 ], [ 100.350534, 21.52912 ], [ 100.298795, 21.477894 ], [ 100.235353, 21.466756 ], [ 100.206404, 21.509634 ], [ 100.180534, 21.514088 ], [ 100.168831, 21.482906 ], [ 100.131259, 21.504066 ], [ 100.123252, 21.565302 ], [ 100.107853, 21.585337 ], [ 100.169447, 21.663225 ], [ 100.131875, 21.699929 ], [ 100.094303, 21.702709 ], [ 100.049339, 21.669899 ], [ 99.991441, 21.703821 ], [ 99.944014, 21.821097 ], [ 99.960028, 21.907186 ], [ 99.982202, 21.919401 ], [ 100.000064, 21.973245 ], [ 99.965571, 22.014309 ], [ 99.972347, 22.053141 ], [ 99.871333, 22.067007 ], [ 99.870101, 22.029288 ], [ 99.762927, 22.068117 ], [ 99.696406, 22.067562 ], [ 99.648979, 22.100835 ], [ 99.581841, 22.103053 ], [ 99.578762, 22.098617 ], [ 99.562747, 22.113034 ], [ 99.516552, 22.099726 ], [ 99.486987, 22.128557 ], [ 99.400139, 22.100281 ], [ 99.35456, 22.095845 ], [ 99.294814, 22.109152 ], [ 99.219669, 22.110816 ], [ 99.156227, 22.159599 ], [ 99.188256, 22.162924 ], [ 99.175321, 22.185647 ], [ 99.207966, 22.232188 ], [ 99.235683, 22.250468 ], [ 99.233836, 22.296434 ], [ 99.278183, 22.34626 ], [ 99.251698, 22.393301 ], [ 99.297277, 22.41156 ], [ 99.382277, 22.493418 ], [ 99.359487, 22.535435 ], [ 99.385973, 22.57136 ], [ 99.339777, 22.708894 ], [ 99.31514, 22.737598 ], [ 99.326842, 22.751396 ], [ 99.385357, 22.761882 ], [ 99.401371, 22.826434 ], [ 99.462965, 22.844635 ], [ 99.43648, 22.913557 ], [ 99.446951, 22.934503 ], [ 99.531334, 22.897019 ], [ 99.563363, 22.925684 ], [ 99.533798, 22.961507 ], [ 99.517168, 23.006685 ], [ 99.528255, 23.065614 ], [ 99.477747, 23.083233 ], [ 99.440791, 23.079379 ], [ 99.380429, 23.099748 ], [ 99.3484, 23.12892 ], [ 99.281879, 23.101399 ], [ 99.255393, 23.077727 ], [ 99.187024, 23.100299 ], [ 99.106336, 23.086536 ], [ 99.048438, 23.11461 ], [ 99.057677, 23.164689 ], [ 99.002242, 23.160287 ], [ 98.906772, 23.185595 ], [ 98.889525, 23.209249 ], [ 98.928946, 23.26589 ], [ 98.936953, 23.309866 ], [ 98.906772, 23.331849 ], [ 98.872895, 23.329651 ], [ 98.920938, 23.360971 ], [ 98.912315, 23.426333 ], [ 98.874743, 23.483431 ], [ 98.826084, 23.470257 ], [ 98.80391, 23.540504 ], [ 98.844562, 23.578904 ], [ 98.882134, 23.595358 ], [ 98.882134, 23.620035 ], [ 98.847026, 23.632097 ], [ 98.835939, 23.683625 ], [ 98.811917, 23.703354 ], [ 98.824236, 23.727462 ], [ 98.784816, 23.781691 ], [ 98.696121, 23.784429 ], [ 98.669019, 23.800857 ], [ 98.701664, 23.834254 ], [ 98.68565, 23.90157 ], [ 98.701048, 23.946427 ], [ 98.673331, 23.960647 ], [ 98.701048, 23.981427 ], [ 98.727533, 23.970491 ], [ 98.773729, 24.022431 ], [ 98.807606, 24.025164 ], [ 98.895069, 24.098936 ], [ 98.876591, 24.15137 ], [ 98.841482, 24.126794 ], [ 98.818692, 24.133348 ], [ 98.71891, 24.127887 ], [ 98.681954, 24.100029 ], [ 98.646229, 24.106038 ], [ 98.593875, 24.08036 ], [ 98.547063, 24.128433 ], [ 98.487933, 24.123517 ], [ 98.48239, 24.122425 ], [ 98.37768, 24.114232 ], [ 98.343187, 24.098936 ], [ 98.219999, 24.113685 ], [ 98.19721, 24.09839 ], [ 98.132536, 24.09238 ], [ 98.125761, 24.092927 ], [ 98.123297, 24.092927 ], [ 98.096196, 24.08637 ], [ 98.091268, 24.085824 ], [ 97.995182, 24.04648 ], [ 97.984095, 24.031177 ], [ 97.902175, 24.014231 ], [ 97.896015, 23.974319 ], [ 97.863371, 23.978693 ], [ 97.8104, 23.943146 ], [ 97.795617, 23.951897 ], [ 97.763588, 23.907041 ], [ 97.72848, 23.895551 ], [ 97.718009, 23.867643 ], [ 97.684132, 23.876946 ], [ 97.647176, 23.840823 ], [ 97.640401, 23.866001 ], [ 97.633009, 23.879682 ], [ 97.5283, 23.926736 ], [ 97.529531, 23.943146 ], [ 97.572647, 23.983068 ], [ 97.628698, 24.004938 ], [ 97.637321, 24.04812 ], [ 97.730944, 24.113685 ], [ 97.753733, 24.168843 ], [ 97.72848, 24.183585 ], [ 97.729712, 24.227252 ], [ 97.767284, 24.258357 ], [ 97.721089, 24.295999 ], [ 97.665038, 24.296544 ], [ 97.662574, 24.339083 ], [ 97.716161, 24.358711 ], [ 97.679821, 24.401228 ], [ 97.669966, 24.452993 ], [ 97.588662, 24.435559 ], [ 97.530147, 24.443187 ], [ 97.554785, 24.490577 ], [ 97.570799, 24.602719 ], [ 97.569567, 24.708236 ], [ 97.547394, 24.739221 ], [ 97.569567, 24.765852 ], [ 97.652103, 24.790846 ], [ 97.680437, 24.827243 ], [ 97.765436, 24.823984 ], [ 97.797465, 24.845709 ], [ 97.785762, 24.876117 ], [ 97.729712, 24.908689 ], [ 97.716777, 24.978147 ], [ 97.727864, 25.042686 ], [ 97.719857, 25.080634 ], [ 97.743262, 25.078466 ], [ 97.796233, 25.155954 ], [ 97.839349, 25.27074 ], [ 97.875689, 25.25721 ], [ 97.904023, 25.216609 ], [ 97.940363, 25.214985 ], [ 98.0075, 25.279399 ], [ 98.006884, 25.298338 ], [ 98.06971, 25.311864 ], [ 98.099891, 25.354055 ], [ 98.101123, 25.388662 ], [ 98.137464, 25.381633 ], [ 98.15779, 25.457307 ], [ 98.131304, 25.51025 ], [ 98.163949, 25.524292 ], [ 98.189818, 25.569108 ], [ 98.170724, 25.620383 ], [ 98.247717, 25.607971 ], [ 98.314854, 25.543193 ], [ 98.326557, 25.566409 ], [ 98.402317, 25.593939 ], [ 98.409709, 25.664084 ], [ 98.457752, 25.682963 ], [ 98.461448, 25.735267 ], [ 98.476846, 25.77731 ], [ 98.529201, 25.840884 ], [ 98.553839, 25.845731 ], [ 98.640686, 25.798864 ], [ 98.677642, 25.816105 ], [ 98.705976, 25.855426 ], [ 98.686881, 25.925955 ], [ 98.637606, 25.971696 ], [ 98.614201, 25.968468 ], [ 98.602498, 26.054523 ], [ 98.575396, 26.118485 ], [ 98.632679, 26.145887 ], [ 98.656084, 26.139977 ], [ 98.661012, 26.087852 ], [ 98.720142, 26.127082 ], [ 98.712751, 26.156093 ], [ 98.735541, 26.185097 ], [ 98.713367, 26.231274 ], [ 98.672715, 26.239863 ], [ 98.681338, 26.308016 ], [ 98.733693, 26.350926 ], [ 98.750323, 26.424372 ], [ 98.741084, 26.432947 ], [ 98.757098, 26.491881 ], [ 98.753403, 26.559349 ], [ 98.773113, 26.578083 ], [ 98.781736, 26.620893 ], [ 98.762642, 26.660478 ], [ 98.770033, 26.690424 ], [ 98.746012, 26.696841 ], [ 98.762026, 26.798916 ], [ 98.730613, 26.851253 ], [ 98.757098, 26.877947 ], [ 98.732461, 27.002257 ], [ 98.762642, 27.018252 ], [ 98.765722, 27.05077 ], [ 98.712751, 27.075817 ], [ 98.713983, 27.139744 ], [ 98.696121, 27.211086 ], [ 98.723222, 27.221198 ], [ 98.717062, 27.271211 ], [ 98.734925, 27.287168 ], [ 98.741084, 27.330241 ], [ 98.706591, 27.362136 ], [ 98.702896, 27.412618 ], [ 98.686881, 27.425367 ], [ 98.704128, 27.463607 ], [ 98.685034, 27.484315 ], [ 98.706591, 27.553313 ], [ 98.662244, 27.586734 ], [ 98.650541, 27.567637 ], [ 98.583404, 27.571351 ], [ 98.587099, 27.587265 ], [ 98.554454, 27.646126 ], [ 98.53536, 27.620676 ], [ 98.474998, 27.634462 ], [ 98.444201, 27.665209 ], [ 98.430035, 27.653547 ], [ 98.429419, 27.549068 ], [ 98.388767, 27.515104 ], [ 98.337644, 27.508734 ], [ 98.317318, 27.51935 ], [ 98.310542, 27.583552 ], [ 98.283441, 27.654608 ], [ 98.234166, 27.690648 ], [ 98.215688, 27.810874 ], [ 98.169492, 27.851096 ], [ 98.205217, 27.889716 ], [ 98.187355, 27.939426 ], [ 98.143007, 27.948942 ], [ 98.133152, 27.990698 ], [ 98.160253, 28.101089 ], [ 98.139311, 28.142259 ], [ 98.17442, 28.163365 ], [ 98.169492, 28.206093 ], [ 98.21692, 28.212949 ], [ 98.266811, 28.242477 ], [ 98.231702, 28.314681 ], [ 98.207681, 28.330486 ], [ 98.208913, 28.358401 ], [ 98.301303, 28.384204 ], [ 98.317934, 28.324691 ], [ 98.353042, 28.293078 ], [ 98.37768, 28.246167 ], [ 98.370289, 28.18394 ], [ 98.389999, 28.16442 ], [ 98.389383, 28.114814 ], [ 98.428803, 28.104785 ], [ 98.464527, 28.151229 ], [ 98.494092, 28.141203 ], [ 98.559382, 28.182885 ], [ 98.625903, 28.165475 ], [ 98.649925, 28.200291 ], [ 98.712135, 28.229296 ], [ 98.710287, 28.288862 ], [ 98.746628, 28.321003 ], [ 98.740468, 28.348395 ], [ 98.693041, 28.43158 ], [ 98.673947, 28.478934 ], [ 98.625903, 28.489455 ], [ 98.619128, 28.50944 ], [ 98.637606, 28.552029 ], [ 98.594491, 28.667615 ], [ 98.666555, 28.712239 ], [ 98.683802, 28.740054 ], [ 98.652389, 28.817162 ], [ 98.668403, 28.843376 ], [ 98.643766, 28.895261 ], [ 98.6567, 28.910454 ], [ 98.624056, 28.95864 ], [ 98.655469, 28.976966 ], [ 98.70228, 28.9644 ], [ 98.757714, 29.004186 ], [ 98.786048, 28.998952 ], [ 98.821772, 28.920931 ], [ 98.827932, 28.821356 ], [ 98.852569, 28.798283 ], [ 98.912931, 28.800906 ], [ 98.922786, 28.823978 ], [ 98.972677, 28.832367 ], [ 98.973909, 28.864867 ], [ 98.917859, 28.886877 ], [ 98.925866, 28.978536 ], [ 99.013329, 29.036632 ], [ 98.991771, 29.105677 ], [ 98.967134, 29.128159 ], [ 98.960974, 29.165792 ], [ 98.9813, 29.204978 ], [ 99.024416, 29.188783 ], [ 99.037351, 29.20759 ], [ 99.113727, 29.221171 ], [ 99.105104, 29.162656 ], [ 99.118039, 29.100971 ], [ 99.113727, 29.07273 ], [ 99.132206, 28.94869 ], [ 99.123582, 28.890021 ], [ 99.103872, 28.841803 ], [ 99.114343, 28.765763 ], [ 99.134053, 28.734806 ], [ 99.126662, 28.698066 ], [ 99.147604, 28.640831 ], [ 99.183944, 28.58882 ], [ 99.170394, 28.566221 ], [ 99.191952, 28.494714 ], [ 99.187024, 28.44 ], [ 99.16485, 28.425264 ], [ 99.200575, 28.365774 ], [ 99.229524, 28.350502 ], [ 99.237531, 28.317842 ], [ 99.28927, 28.286227 ], [ 99.306516, 28.227714 ], [ 99.374886, 28.18183 ], [ 99.412458, 28.295186 ], [ 99.392748, 28.318369 ], [ 99.437095, 28.398419 ], [ 99.404451, 28.44421 ], [ 99.426625, 28.454207 ], [ 99.396444, 28.491032 ], [ 99.403219, 28.546246 ], [ 99.463581, 28.549401 ], [ 99.466045, 28.579886 ], [ 99.504233, 28.619294 ], [ 99.540573, 28.623497 ], [ 99.53195, 28.677591 ], [ 99.553508, 28.710664 ], [ 99.614486, 28.740054 ], [ 99.609559, 28.784122 ], [ 99.625573, 28.81454 ], [ 99.676696, 28.810345 ], [ 99.717964, 28.846521 ], [ 99.722275, 28.757369 ], [ 99.755536, 28.701216 ], [ 99.79434, 28.699116 ], [ 99.834992, 28.660788 ], [ 99.834376, 28.628225 ], [ 99.873181, 28.631902 ], [ 99.875644, 28.611939 ], [ 99.91876, 28.599329 ], [ 99.985281, 28.529422 ], [ 99.990209, 28.47683 ], [ 100.073977, 28.426317 ], [ 100.057346, 28.368934 ], [ 100.136803, 28.349975 ], [ 100.176223, 28.325218 ], [ 100.147274, 28.288862 ], [ 100.188541, 28.252493 ], [ 100.153433, 28.208202 ], [ 100.102926, 28.201873 ], [ 100.091223, 28.181302 ], [ 100.062274, 28.193962 ], [ 100.033325, 28.184467 ], [ 100.021006, 28.147008 ], [ 100.05673, 28.097922 ], [ 100.088759, 28.029269 ], [ 100.120788, 28.018703 ], [ 100.196549, 27.936254 ], [ 100.170063, 27.907699 ], [ 100.210715, 27.87702 ], [ 100.30865, 27.861149 ], [ 100.30865, 27.830457 ], [ 100.28586, 27.80611 ], [ 100.304954, 27.788639 ], [ 100.311729, 27.724028 ], [ 100.327744, 27.72032 ], [ 100.350534, 27.755809 ], [ 100.412127, 27.816167 ], [ 100.442924, 27.86644 ], [ 100.504518, 27.852154 ], [ 100.511294, 27.827811 ], [ 100.54517, 27.809286 ], [ 100.609228, 27.859033 ], [ 100.634482, 27.915631 ], [ 100.681293, 27.923035 ], [ 100.719481, 27.858503 ], [ 100.707162, 27.800816 ], [ 100.757053, 27.770107 ], [ 100.775532, 27.743098 ], [ 100.782307, 27.691708 ], [ 100.848212, 27.672099 ], [ 100.827886, 27.615904 ], [ 100.854988, 27.623858 ], [ 100.91227, 27.521473 ], [ 100.901183, 27.453517 ], [ 100.936908, 27.469448 ], [ 100.95169, 27.426961 ], [ 101.021907, 27.332899 ], [ 101.026219, 27.270679 ], [ 101.042233, 27.22173 ], [ 101.071798, 27.194585 ], [ 101.119226, 27.208957 ], [ 101.167885, 27.198311 ], [ 101.167885, 27.198311 ], [ 101.170349, 27.175421 ], [ 101.145095, 27.103523 ], [ 101.157414, 27.094999 ], [ 101.136472, 27.023584 ], [ 101.228863, 26.981992 ], [ 101.227015, 26.959057 ], [ 101.264587, 26.955323 ], [ 101.267667, 26.903034 ], [ 101.311399, 26.903034 ], [ 101.365602, 26.883819 ], [ 101.399478, 26.841642 ], [ 101.358826, 26.771669 ], [ 101.387159, 26.753501 ], [ 101.389623, 26.723036 ], [ 101.435819, 26.740675 ], [ 101.458608, 26.731054 ], [ 101.445674, 26.77434 ], [ 101.466, 26.786629 ], [ 101.513427, 26.768463 ], [ 101.453065, 26.692563 ], [ 101.481398, 26.673313 ], [ 101.461072, 26.640687 ], [ 101.461688, 26.606447 ], [ 101.402558, 26.604841 ], [ 101.395783, 26.591998 ], [ 101.422884, 26.53151 ], [ 101.458608, 26.49563 ], [ 101.506652, 26.499915 ], [ 101.530057, 26.467239 ], [ 101.565782, 26.454381 ], [ 101.637847, 26.388995 ], [ 101.635383, 26.357361 ], [ 101.660636, 26.346635 ], [ 101.64031, 26.318745 ], [ 101.597195, 26.303187 ], [ 101.586108, 26.279579 ], [ 101.630455, 26.224832 ], [ 101.690202, 26.241473 ], [ 101.737013, 26.219463 ], [ 101.773353, 26.168448 ], [ 101.807846, 26.156093 ], [ 101.796759, 26.114723 ], [ 101.839875, 26.082477 ], [ 101.835563, 26.04592 ], [ 101.857737, 26.049146 ], [ 101.899621, 26.099139 ], [ 101.929186, 26.105588 ], [ 101.954439, 26.084627 ], [ 102.020961, 26.096451 ], [ 102.080091, 26.065275 ], [ 102.107808, 26.068501 ], [ 102.152156, 26.10935 ], [ 102.174946, 26.146961 ], [ 102.242699, 26.190468 ], [ 102.245163, 26.212483 ], [ 102.349257, 26.244694 ], [ 102.392372, 26.296749 ], [ 102.440416, 26.300505 ], [ 102.542046, 26.338591 ], [ 102.570995, 26.362723 ], [ 102.629509, 26.336982 ], [ 102.638748, 26.307479 ], [ 102.60056, 26.250598 ], [ 102.659074, 26.221611 ], [ 102.709581, 26.210336 ], [ 102.739762, 26.268846 ], [ 102.785342, 26.298895 ], [ 102.833385, 26.306406 ], [ 102.878964, 26.364332 ], [ 102.893131, 26.338591 ], [ 102.975667, 26.340736 ], [ 102.998457, 26.371839 ], [ 102.988602, 26.413117 ], [ 102.989833, 26.482775 ], [ 103.030485, 26.485989 ], [ 103.052659, 26.514374 ], [ 103.052659, 26.555602 ], [ 103.035413, 26.556673 ], [ 103.026174, 26.664221 ], [ 103.005232, 26.679195 ], [ 103.008312, 26.710741 ], [ 102.983674, 26.76686 ], [ 102.991681, 26.775409 ], [ 102.966428, 26.837904 ], [ 102.949181, 26.843244 ], [ 102.896211, 26.91264 ], [ 102.894979, 27.001724 ], [ 102.870957, 27.026782 ], [ 102.913457, 27.133886 ], [ 102.904218, 27.227584 ], [ 102.883276, 27.258444 ], [ 102.883892, 27.299401 ], [ 102.899906, 27.317481 ], [ 102.941174, 27.405711 ], [ 102.989833, 27.367983 ], [ 103.055739, 27.40943 ], [ 103.080992, 27.396679 ], [ 103.141355, 27.420586 ], [ 103.144434, 27.450331 ], [ 103.19063, 27.523596 ], [ 103.232514, 27.56976 ], [ 103.2861, 27.561802 ], [ 103.29226, 27.632872 ], [ 103.349542, 27.678459 ], [ 103.369868, 27.708664 ], [ 103.393274, 27.709194 ], [ 103.461027, 27.779638 ], [ 103.487512, 27.794992 ], [ 103.509686, 27.843687 ], [ 103.502295, 27.910343 ], [ 103.55465, 27.978543 ], [ 103.515846, 27.965329 ], [ 103.486281, 28.033495 ], [ 103.459179, 28.021345 ], [ 103.430846, 28.044587 ], [ 103.470266, 28.122204 ], [ 103.533092, 28.168641 ], [ 103.573128, 28.230877 ], [ 103.643961, 28.260401 ], [ 103.692004, 28.232459 ], [ 103.701859, 28.198709 ], [ 103.740048, 28.23615 ], [ 103.770845, 28.233514 ], [ 103.828743, 28.285173 ], [ 103.877402, 28.316262 ], [ 103.85338, 28.356822 ], [ 103.860156, 28.383677 ], [ 103.828743, 28.44 ], [ 103.829975, 28.459995 ], [ 103.781931, 28.525216 ], [ 103.802873, 28.563068 ], [ 103.838598, 28.587244 ], [ 103.833054, 28.605109 ], [ 103.850917, 28.66709 ], [ 103.887873, 28.61982 ], [ 103.910047, 28.631377 ], [ 103.953779, 28.600906 ], [ 104.05972, 28.6277 ], [ 104.09606, 28.603533 ], [ 104.117618, 28.634003 ], [ 104.170589, 28.642932 ], [ 104.230951, 28.635579 ], [ 104.252509, 28.660788 ], [ 104.277147, 28.631902 ], [ 104.314719, 28.615617 ], [ 104.372617, 28.649235 ], [ 104.425588, 28.626649 ], [ 104.417581, 28.598279 ], [ 104.375697, 28.5946 ], [ 104.355987, 28.555183 ], [ 104.323342, 28.540989 ], [ 104.260516, 28.536257 ], [ 104.267908, 28.499448 ], [ 104.254357, 28.403683 ], [ 104.282074, 28.343128 ], [ 104.314103, 28.306778 ], [ 104.343052, 28.334173 ], [ 104.384936, 28.329959 ], [ 104.392943, 28.291497 ], [ 104.420045, 28.269889 ], [ 104.44961, 28.269889 ], [ 104.462544, 28.241422 ], [ 104.442834, 28.211366 ], [ 104.402182, 28.202928 ], [ 104.406494, 28.173389 ], [ 104.444682, 28.16231 ], [ 104.448994, 28.113758 ], [ 104.40095, 28.091586 ], [ 104.373233, 28.051454 ], [ 104.304248, 28.050926 ], [ 104.30856, 28.036136 ], [ 104.362762, 28.012891 ], [ 104.40095, 27.952114 ], [ 104.44961, 27.927794 ], [ 104.508124, 27.878078 ], [ 104.52537, 27.889187 ], [ 104.573413, 27.840512 ], [ 104.607906, 27.857974 ], [ 104.63316, 27.850567 ], [ 104.676275, 27.880723 ], [ 104.743413, 27.901881 ], [ 104.761891, 27.884426 ], [ 104.796999, 27.901352 ], [ 104.842579, 27.900294 ], [ 104.888158, 27.914574 ], [ 104.918339, 27.938897 ], [ 104.903557, 27.962158 ], [ 104.975006, 28.020816 ], [ 104.980549, 28.063073 ], [ 105.002107, 28.064129 ], [ 105.061853, 28.096866 ], [ 105.119752, 28.07205 ], [ 105.168411, 28.071522 ], [ 105.186889, 28.054623 ], [ 105.167795, 28.021345 ], [ 105.186273, 27.995454 ], [ 105.218302, 27.990698 ], [ 105.247867, 28.009193 ], [ 105.270657, 27.99704 ], [ 105.284823, 27.935725 ], [ 105.233084, 27.895534 ], [ 105.25957, 27.827811 ], [ 105.313157, 27.810874 ], [ 105.273736, 27.794992 ], [ 105.293447, 27.770637 ], [ 105.290367, 27.712373 ], [ 105.308229, 27.704955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "540000", "name": "西藏自治区", "center": [ 91.132212, 29.660361 ], "centroid": [ 88.388277, 31.56375 ], "childrenNum": 7, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 25, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 89.711414, 36.093272 ], [ 89.688624, 36.091337 ], [ 89.605472, 36.038123 ], [ 89.474893, 36.022151 ], [ 89.417611, 36.044897 ], [ 89.404676, 36.016827 ], [ 89.434857, 35.992136 ], [ 89.428082, 35.917531 ], [ 89.489676, 35.903475 ], [ 89.554965, 35.873414 ], [ 89.550654, 35.856924 ], [ 89.62395, 35.859349 ], [ 89.654747, 35.848193 ], [ 89.707718, 35.849163 ], [ 89.778551, 35.861775 ], [ 89.801957, 35.848193 ], [ 89.767464, 35.799183 ], [ 89.782863, 35.773453 ], [ 89.747138, 35.7516 ], [ 89.748986, 35.66267 ], [ 89.726196, 35.648082 ], [ 89.765616, 35.599922 ], [ 89.75145, 35.580942 ], [ 89.71203, 35.581915 ], [ 89.699711, 35.544916 ], [ 89.720037, 35.501566 ], [ 89.740979, 35.507412 ], [ 89.765, 35.482563 ], [ 89.739131, 35.468429 ], [ 89.685544, 35.416259 ], [ 89.658443, 35.425526 ], [ 89.619639, 35.412357 ], [ 89.58761, 35.383575 ], [ 89.497067, 35.361128 ], [ 89.516161, 35.330862 ], [ 89.494603, 35.298632 ], [ 89.531559, 35.276161 ], [ 89.48598, 35.256616 ], [ 89.450255, 35.223867 ], [ 89.46935, 35.214577 ], [ 89.519241, 35.133862 ], [ 89.579603, 35.118688 ], [ 89.593153, 35.104491 ], [ 89.59069, 35.057965 ], [ 89.560509, 34.938836 ], [ 89.578987, 34.895162 ], [ 89.670146, 34.887798 ], [ 89.707102, 34.919701 ], [ 89.747138, 34.903506 ], [ 89.78779, 34.921664 ], [ 89.821051, 34.902033 ], [ 89.814891, 34.86816 ], [ 89.838913, 34.865705 ], [ 89.867862, 34.81069 ], [ 89.825978, 34.796931 ], [ 89.799493, 34.743838 ], [ 89.732356, 34.732035 ], [ 89.72558, 34.660689 ], [ 89.74837, 34.641981 ], [ 89.798877, 34.628686 ], [ 89.777935, 34.574499 ], [ 89.814891, 34.548871 ], [ 89.823515, 34.455657 ], [ 89.819819, 34.420614 ], [ 89.799493, 34.39642 ], [ 89.820435, 34.369255 ], [ 89.858623, 34.359375 ], [ 89.86663, 34.324785 ], [ 89.825362, 34.293642 ], [ 89.838297, 34.263477 ], [ 89.816739, 34.16945 ], [ 89.789638, 34.150632 ], [ 89.760073, 34.152613 ], [ 89.756993, 34.124874 ], [ 89.71203, 34.131809 ], [ 89.655979, 34.097126 ], [ 89.656595, 34.057966 ], [ 89.635037, 34.049537 ], [ 89.684928, 33.990013 ], [ 89.688008, 33.959739 ], [ 89.718805, 33.946832 ], [ 89.73174, 33.921509 ], [ 89.795181, 33.865374 ], [ 89.837065, 33.868853 ], [ 89.899891, 33.80771 ], [ 89.942391, 33.801246 ], [ 89.902355, 33.758467 ], [ 89.907282, 33.741051 ], [ 89.983659, 33.725622 ], [ 89.981195, 33.70322 ], [ 90.008296, 33.687785 ], [ 89.984275, 33.612061 ], [ 90.01076, 33.553728 ], [ 90.083441, 33.525295 ], [ 90.088984, 33.478885 ], [ 90.107463, 33.460913 ], [ 90.22018, 33.437943 ], [ 90.246665, 33.423959 ], [ 90.332896, 33.310501 ], [ 90.363077, 33.279487 ], [ 90.405577, 33.260473 ], [ 90.490577, 33.264977 ], [ 90.562642, 33.229441 ], [ 90.627315, 33.180368 ], [ 90.704308, 33.135778 ], [ 90.740032, 33.142293 ], [ 90.803474, 33.114227 ], [ 90.88293, 33.120241 ], [ 90.902024, 33.083143 ], [ 90.927894, 33.120241 ], [ 91.001807, 33.11573 ], [ 91.037531, 33.098686 ], [ 91.072024, 33.113224 ], [ 91.147784, 33.07211 ], [ 91.161335, 33.108712 ], [ 91.18782, 33.106206 ], [ 91.226624, 33.141792 ], [ 91.261733, 33.141291 ], [ 91.311624, 33.108211 ], [ 91.370138, 33.100691 ], [ 91.436044, 33.066092 ], [ 91.49579, 33.109214 ], [ 91.535826, 33.10019 ], [ 91.55492, 33.060074 ], [ 91.583253, 33.0375 ], [ 91.664557, 33.012913 ], [ 91.685499, 32.989324 ], [ 91.752637, 32.969242 ], [ 91.799448, 32.942126 ], [ 91.839484, 32.948152 ], [ 91.857962, 32.90244 ], [ 91.896766, 32.907967 ], [ 91.955897, 32.8205 ], [ 92.018722, 32.829552 ], [ 92.038432, 32.860725 ], [ 92.101874, 32.860222 ], [ 92.145606, 32.885857 ], [ 92.205352, 32.866255 ], [ 92.227526, 32.821003 ], [ 92.193649, 32.801889 ], [ 92.211511, 32.788306 ], [ 92.198577, 32.754591 ], [ 92.255243, 32.720863 ], [ 92.310062, 32.751571 ], [ 92.343938, 32.738484 ], [ 92.355641, 32.764657 ], [ 92.411076, 32.748048 ], [ 92.459119, 32.76365 ], [ 92.484372, 32.745028 ], [ 92.56814, 32.73194 ], [ 92.574916, 32.741001 ], [ 92.634662, 32.720863 ], [ 92.667922, 32.73194 ], [ 92.686401, 32.76516 ], [ 92.756618, 32.743014 ], [ 92.789262, 32.719856 ], [ 92.822523, 32.729926 ], [ 92.866871, 32.698203 ], [ 92.933392, 32.719353 ], [ 92.964189, 32.714821 ], [ 93.00053, 32.741001 ], [ 93.019624, 32.737477 ], [ 93.023935, 32.703239 ], [ 93.069515, 32.626156 ], [ 93.087993, 32.63674 ], [ 93.159442, 32.644803 ], [ 93.176688, 32.6705 ], [ 93.210565, 32.655385 ], [ 93.239514, 32.662439 ], [ 93.260456, 32.62666 ], [ 93.300492, 32.619604 ], [ 93.308499, 32.580278 ], [ 93.33868, 32.5712 ], [ 93.385492, 32.525294 ], [ 93.411977, 32.558086 ], [ 93.4631, 32.556069 ], [ 93.476651, 32.504603 ], [ 93.501904, 32.503593 ], [ 93.516687, 32.47583 ], [ 93.618933, 32.522771 ], [ 93.651577, 32.571705 ], [ 93.721795, 32.578261 ], [ 93.75136, 32.56313 ], [ 93.820345, 32.549511 ], [ 93.851142, 32.50965 ], [ 93.861613, 32.466237 ], [ 93.90904, 32.463207 ], [ 93.960163, 32.484917 ], [ 93.978641, 32.459672 ], [ 94.03038, 32.448057 ], [ 94.049474, 32.469771 ], [ 94.091974, 32.463207 ], [ 94.137554, 32.433915 ], [ 94.176974, 32.454117 ], [ 94.196684, 32.51621 ], [ 94.250886, 32.51722 ], [ 94.292154, 32.502584 ], [ 94.294002, 32.519743 ], [ 94.350053, 32.533871 ], [ 94.371611, 32.524789 ], [ 94.395016, 32.594397 ], [ 94.435052, 32.562626 ], [ 94.463386, 32.572209 ], [ 94.459074, 32.599439 ], [ 94.522516, 32.595909 ], [ 94.591501, 32.640772 ], [ 94.614291, 32.673522 ], [ 94.638312, 32.645307 ], [ 94.737479, 32.587338 ], [ 94.762116, 32.526303 ], [ 94.78737, 32.522266 ], [ 94.80708, 32.486431 ], [ 94.852043, 32.463712 ], [ 94.889616, 32.472295 ], [ 94.912405, 32.41573 ], [ 94.944434, 32.404109 ], [ 94.988166, 32.422802 ], [ 95.057151, 32.395014 ], [ 95.075013, 32.376315 ], [ 95.075013, 32.376315 ], [ 95.081789, 32.384907 ], [ 95.153853, 32.386423 ], [ 95.218527, 32.397035 ], [ 95.228382, 32.363678 ], [ 95.261643, 32.348006 ], [ 95.193274, 32.332331 ], [ 95.096571, 32.322217 ], [ 95.079325, 32.279726 ], [ 95.10581, 32.258979 ], [ 95.20744, 32.297433 ], [ 95.214216, 32.321712 ], [ 95.241317, 32.3207 ], [ 95.239469, 32.287315 ], [ 95.270266, 32.194683 ], [ 95.270266, 32.194683 ], [ 95.31523, 32.148585 ], [ 95.366968, 32.151118 ], [ 95.367584, 32.178982 ], [ 95.406389, 32.182021 ], [ 95.440265, 32.157705 ], [ 95.454432, 32.061898 ], [ 95.421171, 32.033999 ], [ 95.454432, 32.007613 ], [ 95.395918, 32.001523 ], [ 95.360809, 31.95939 ], [ 95.3682, 31.92892 ], [ 95.408852, 31.918761 ], [ 95.406389, 31.896915 ], [ 95.456896, 31.801853 ], [ 95.480301, 31.795749 ], [ 95.511714, 31.750468 ], [ 95.546823, 31.73978 ], [ 95.580083, 31.76726 ], [ 95.634286, 31.782523 ], [ 95.779648, 31.748941 ], [ 95.823995, 31.68225 ], [ 95.853561, 31.714329 ], [ 95.846169, 31.736218 ], [ 95.89914, 31.81711 ], [ 95.983524, 31.816601 ], [ 95.989067, 31.78761 ], [ 96.064828, 31.720438 ], [ 96.135661, 31.70211 ], [ 96.148595, 31.686324 ], [ 96.156603, 31.602769 ], [ 96.207726, 31.598691 ], [ 96.221892, 31.647613 ], [ 96.245298, 31.657802 ], [ 96.252073, 31.697527 ], [ 96.222508, 31.733164 ], [ 96.231131, 31.749959 ], [ 96.178161, 31.775401 ], [ 96.183088, 31.835924 ], [ 96.202798, 31.841008 ], [ 96.214501, 31.876589 ], [ 96.188632, 31.904028 ], [ 96.220044, 31.905553 ], [ 96.253305, 31.929936 ], [ 96.288414, 31.919777 ], [ 96.389428, 31.919777 ], [ 96.407906, 31.845583 ], [ 96.435623, 31.796258 ], [ 96.468884, 31.769804 ], [ 96.519391, 31.74945 ], [ 96.56805, 31.711783 ], [ 96.615477, 31.737236 ], [ 96.661057, 31.705674 ], [ 96.691854, 31.722474 ], [ 96.722651, 31.686833 ], [ 96.778701, 31.675629 ], [ 96.790404, 31.698545 ], [ 96.840295, 31.720438 ], [ 96.799027, 31.792188 ], [ 96.765767, 31.819144 ], [ 96.760223, 31.860325 ], [ 96.794716, 31.869474 ], [ 96.81073, 31.894375 ], [ 96.776238, 31.935015 ], [ 96.753448, 31.944156 ], [ 96.742977, 32.001016 ], [ 96.722651, 32.013195 ], [ 96.824281, 32.007613 ], [ 96.868629, 31.964975 ], [ 96.863085, 31.996448 ], [ 96.894498, 32.013703 ], [ 96.941925, 31.986297 ], [ 96.965947, 32.008628 ], [ 96.935766, 32.048203 ], [ 97.006599, 32.067984 ], [ 97.028773, 32.04871 ], [ 97.127323, 32.044145 ], [ 97.169823, 32.032984 ], [ 97.188301, 32.055304 ], [ 97.214786, 32.042623 ], [ 97.233881, 32.063927 ], [ 97.201852, 32.090296 ], [ 97.219714, 32.109054 ], [ 97.258518, 32.072041 ], [ 97.308409, 32.076605 ], [ 97.293011, 32.096887 ], [ 97.313953, 32.130342 ], [ 97.271453, 32.139971 ], [ 97.264062, 32.182527 ], [ 97.299786, 32.294904 ], [ 97.32196, 32.303503 ], [ 97.371235, 32.273148 ], [ 97.415583, 32.296421 ], [ 97.424822, 32.322723 ], [ 97.387865, 32.427349 ], [ 97.341054, 32.440987 ], [ 97.388481, 32.501575 ], [ 97.334895, 32.514192 ], [ 97.332431, 32.542448 ], [ 97.3583, 32.563635 ], [ 97.374315, 32.546484 ], [ 97.411887, 32.575235 ], [ 97.448843, 32.586833 ], [ 97.463626, 32.55506 ], [ 97.50243, 32.530844 ], [ 97.540618, 32.536899 ], [ 97.670582, 32.51722 ], [ 97.684132, 32.530339 ], [ 97.730944, 32.527312 ], [ 97.795617, 32.521257 ], [ 97.80732, 32.50006 ], [ 97.863986, 32.499051 ], [ 97.880001, 32.486431 ], [ 97.940363, 32.482393 ], [ 98.079565, 32.415224 ], [ 98.107283, 32.391476 ], [ 98.125145, 32.401077 ], [ 98.218768, 32.342444 ], [ 98.208913, 32.318171 ], [ 98.23047, 32.262521 ], [ 98.218768, 32.234683 ], [ 98.260035, 32.208862 ], [ 98.303151, 32.121726 ], [ 98.357354, 32.087253 ], [ 98.404781, 32.045159 ], [ 98.402933, 32.026896 ], [ 98.434962, 32.007613 ], [ 98.432498, 31.922825 ], [ 98.399238, 31.895899 ], [ 98.426339, 31.856767 ], [ 98.414636, 31.832365 ], [ 98.461448, 31.800327 ], [ 98.508875, 31.751995 ], [ 98.516882, 31.717383 ], [ 98.545831, 31.717383 ], [ 98.553839, 31.660349 ], [ 98.619128, 31.591555 ], [ 98.651157, 31.57881 ], [ 98.696736, 31.538523 ], [ 98.714599, 31.508935 ], [ 98.844562, 31.429817 ], [ 98.84333, 31.416028 ], [ 98.887062, 31.37465 ], [ 98.810685, 31.306668 ], [ 98.805758, 31.279052 ], [ 98.773113, 31.249382 ], [ 98.691809, 31.333253 ], [ 98.643766, 31.338876 ], [ 98.616048, 31.3036 ], [ 98.60373, 31.257568 ], [ 98.62344, 31.221238 ], [ 98.602498, 31.192062 ], [ 98.675179, 31.15417 ], [ 98.710287, 31.1178 ], [ 98.712135, 31.082954 ], [ 98.736772, 31.049121 ], [ 98.774961, 31.031174 ], [ 98.806374, 30.995783 ], [ 98.797135, 30.948575 ], [ 98.774345, 30.908019 ], [ 98.797135, 30.87926 ], [ 98.850105, 30.849465 ], [ 98.904924, 30.782649 ], [ 98.957895, 30.765166 ], [ 98.963438, 30.728134 ], [ 98.907388, 30.698292 ], [ 98.92217, 30.609225 ], [ 98.939417, 30.598923 ], [ 98.926482, 30.569556 ], [ 98.932025, 30.521623 ], [ 98.965286, 30.449937 ], [ 98.967134, 30.33482 ], [ 98.986844, 30.280569 ], [ 98.970829, 30.260928 ], [ 98.993003, 30.215429 ], [ 98.9813, 30.182843 ], [ 98.989308, 30.151799 ], [ 99.044742, 30.079842 ], [ 99.036735, 30.053945 ], [ 99.055213, 29.958587 ], [ 99.068148, 29.931621 ], [ 99.0238, 29.846009 ], [ 99.018873, 29.792009 ], [ 98.992387, 29.677163 ], [ 99.014561, 29.607464 ], [ 99.052133, 29.563748 ], [ 99.044742, 29.520013 ], [ 99.066916, 29.421018 ], [ 99.058909, 29.417368 ], [ 99.075539, 29.316186 ], [ 99.114343, 29.243628 ], [ 99.113727, 29.221171 ], [ 99.037351, 29.20759 ], [ 99.024416, 29.188783 ], [ 98.9813, 29.204978 ], [ 98.960974, 29.165792 ], [ 98.967134, 29.128159 ], [ 98.991771, 29.105677 ], [ 99.013329, 29.036632 ], [ 98.925866, 28.978536 ], [ 98.917859, 28.886877 ], [ 98.973909, 28.864867 ], [ 98.972677, 28.832367 ], [ 98.922786, 28.823978 ], [ 98.912931, 28.800906 ], [ 98.852569, 28.798283 ], [ 98.827932, 28.821356 ], [ 98.821772, 28.920931 ], [ 98.786048, 28.998952 ], [ 98.757714, 29.004186 ], [ 98.70228, 28.9644 ], [ 98.655469, 28.976966 ], [ 98.624056, 28.95864 ], [ 98.6567, 28.910454 ], [ 98.643766, 28.895261 ], [ 98.668403, 28.843376 ], [ 98.652389, 28.817162 ], [ 98.683802, 28.740054 ], [ 98.666555, 28.712239 ], [ 98.594491, 28.667615 ], [ 98.637606, 28.552029 ], [ 98.619128, 28.50944 ], [ 98.625903, 28.489455 ], [ 98.673947, 28.478934 ], [ 98.693041, 28.43158 ], [ 98.740468, 28.348395 ], [ 98.746628, 28.321003 ], [ 98.710287, 28.288862 ], [ 98.712135, 28.229296 ], [ 98.649925, 28.200291 ], [ 98.625903, 28.165475 ], [ 98.559382, 28.182885 ], [ 98.494092, 28.141203 ], [ 98.464527, 28.151229 ], [ 98.428803, 28.104785 ], [ 98.389383, 28.114814 ], [ 98.389999, 28.16442 ], [ 98.370289, 28.18394 ], [ 98.37768, 28.246167 ], [ 98.353042, 28.293078 ], [ 98.317934, 28.324691 ], [ 98.301303, 28.384204 ], [ 98.208913, 28.358401 ], [ 98.207681, 28.330486 ], [ 98.231702, 28.314681 ], [ 98.266811, 28.242477 ], [ 98.21692, 28.212949 ], [ 98.169492, 28.206093 ], [ 98.17442, 28.163365 ], [ 98.139311, 28.142259 ], [ 98.097427, 28.166531 ], [ 98.090036, 28.195544 ], [ 98.056775, 28.202401 ], [ 98.03337, 28.187105 ], [ 98.008116, 28.214003 ], [ 98.020435, 28.253548 ], [ 97.907718, 28.363141 ], [ 97.871378, 28.361561 ], [ 97.842429, 28.326798 ], [ 97.801161, 28.326798 ], [ 97.769748, 28.3742 ], [ 97.738335, 28.396313 ], [ 97.737103, 28.465782 ], [ 97.68598, 28.519958 ], [ 97.634857, 28.532051 ], [ 97.60406, 28.515225 ], [ 97.569567, 28.541515 ], [ 97.521524, 28.495766 ], [ 97.507974, 28.46473 ], [ 97.521524, 28.444736 ], [ 97.499966, 28.428948 ], [ 97.485184, 28.38631 ], [ 97.488879, 28.347341 ], [ 97.518445, 28.327852 ], [ 97.469169, 28.30309 ], [ 97.461162, 28.26778 ], [ 97.422358, 28.297293 ], [ 97.402032, 28.279903 ], [ 97.398336, 28.238786 ], [ 97.349677, 28.235623 ], [ 97.362612, 28.199236 ], [ 97.352757, 28.149646 ], [ 97.326887, 28.132759 ], [ 97.340438, 28.104785 ], [ 97.305945, 28.071522 ], [ 97.320728, 28.054095 ], [ 97.375547, 28.062545 ], [ 97.378626, 28.031382 ], [ 97.413119, 28.01342 ], [ 97.379242, 27.970087 ], [ 97.372467, 27.907699 ], [ 97.386634, 27.882839 ], [ 97.324424, 27.880723 ], [ 97.303482, 27.913516 ], [ 97.253591, 27.891832 ], [ 97.167975, 27.811932 ], [ 97.103301, 27.780697 ], [ 97.097758, 27.740979 ], [ 97.062649, 27.742568 ], [ 97.049099, 27.81405 ], [ 97.008447, 27.807698 ], [ 96.972722, 27.861149 ], [ 96.908049, 27.884426 ], [ 96.849534, 27.874375 ], [ 96.810114, 27.890245 ], [ 96.784245, 27.931495 ], [ 96.711564, 27.9574 ], [ 96.690622, 27.948942 ], [ 96.635188, 27.994926 ], [ 96.623485, 28.024514 ], [ 96.538485, 28.075218 ], [ 96.499681, 28.067297 ], [ 96.46334, 28.143314 ], [ 96.426384, 28.161782 ], [ 96.395587, 28.143842 ], [ 96.398667, 28.118509 ], [ 96.367254, 28.118509 ], [ 96.298269, 28.140148 ], [ 96.275479, 28.228241 ], [ 96.194175, 28.212949 ], [ 96.098088, 28.212421 ], [ 96.074683, 28.193434 ], [ 95.989067, 28.198181 ], [ 95.936096, 28.240368 ], [ 95.907763, 28.241422 ], [ 95.899756, 28.278322 ], [ 95.874502, 28.29782 ], [ 95.832003, 28.295186 ], [ 95.787655, 28.270416 ], [ 95.740228, 28.275159 ], [ 95.674322, 28.254075 ], [ 95.528345, 28.182885 ], [ 95.437802, 28.161782 ], [ 95.39715, 28.142259 ], [ 95.371896, 28.110063 ], [ 95.352802, 28.04089 ], [ 95.32878, 28.017646 ], [ 95.28628, 27.939955 ], [ 95.067006, 27.840512 ], [ 95.015267, 27.82887 ], [ 94.947514, 27.792345 ], [ 94.88592, 27.743098 ], [ 94.836645, 27.728796 ], [ 94.78121, 27.699127 ], [ 94.722696, 27.683759 ], [ 94.660486, 27.650367 ], [ 94.524979, 27.596282 ], [ 94.478168, 27.602116 ], [ 94.443675, 27.585143 ], [ 94.399944, 27.589386 ], [ 94.353132, 27.578778 ], [ 94.277372, 27.58143 ], [ 94.220705, 27.536333 ], [ 94.147409, 27.458297 ], [ 94.056866, 27.375423 ], [ 93.970634, 27.30525 ], [ 93.849294, 27.168499 ], [ 93.841903, 27.045973 ], [ 93.817265, 27.025183 ], [ 93.747048, 27.015587 ], [ 93.625092, 26.955323 ], [ 93.56781, 26.938252 ], [ 93.232739, 26.906769 ], [ 93.111399, 26.880082 ], [ 93.050421, 26.883819 ], [ 92.909371, 26.914241 ], [ 92.802813, 26.895028 ], [ 92.682089, 26.947855 ], [ 92.64698, 26.952656 ], [ 92.549046, 26.941453 ], [ 92.496691, 26.921711 ], [ 92.404916, 26.9025 ], [ 92.28604, 26.892359 ], [ 92.197961, 26.86994 ], [ 92.109265, 26.854991 ], [ 92.124664, 26.960124 ], [ 92.076005, 27.041175 ], [ 92.043976, 27.052902 ], [ 92.02673, 27.108318 ], [ 92.032273, 27.167967 ], [ 92.061222, 27.190327 ], [ 92.071077, 27.237694 ], [ 92.091403, 27.264296 ], [ 92.125896, 27.273339 ], [ 92.064918, 27.391365 ], [ 92.021802, 27.444489 ], [ 92.010715, 27.474758 ], [ 91.946657, 27.464138 ], [ 91.839484, 27.489624 ], [ 91.753868, 27.462545 ], [ 91.71876, 27.467324 ], [ 91.663325, 27.507142 ], [ 91.626985, 27.509265 ], [ 91.585101, 27.540578 ], [ 91.564775, 27.58196 ], [ 91.582637, 27.598933 ], [ 91.562311, 27.627569 ], [ 91.570934, 27.650897 ], [ 91.622673, 27.692238 ], [ 91.642383, 27.7664 ], [ 91.610355, 27.819343 ], [ 91.544449, 27.820401 ], [ 91.561079, 27.855329 ], [ 91.618978, 27.856916 ], [ 91.611586, 27.891303 ], [ 91.552456, 27.90717 ], [ 91.486551, 27.937311 ], [ 91.490246, 27.971672 ], [ 91.464993, 28.002852 ], [ 91.309776, 28.057791 ], [ 91.251878, 27.970615 ], [ 91.216153, 27.989113 ], [ 91.162567, 27.968501 ], [ 91.147784, 27.927794 ], [ 91.155175, 27.894476 ], [ 91.113292, 27.846333 ], [ 91.025828, 27.857445 ], [ 90.96485, 27.900294 ], [ 90.976553, 27.935725 ], [ 90.96177, 27.9537 ], [ 90.896481, 27.946299 ], [ 90.853365, 27.969029 ], [ 90.806554, 28.015005 ], [ 90.802242, 28.040362 ], [ 90.741264, 28.053038 ], [ 90.701844, 28.076274 ], [ 90.591591, 28.021345 ], [ 90.569417, 28.044059 ], [ 90.513983, 28.062016 ], [ 90.47949, 28.044587 ], [ 90.43699, 28.063073 ], [ 90.384019, 28.06096 ], [ 90.367389, 28.088946 ], [ 90.297172, 28.153868 ], [ 90.231882, 28.144897 ], [ 90.189999, 28.161782 ], [ 90.166593, 28.187632 ], [ 90.124709, 28.190797 ], [ 90.103151, 28.141731 ], [ 90.07297, 28.155451 ], [ 90.03355, 28.136981 ], [ 90.017536, 28.162837 ], [ 89.976268, 28.189215 ], [ 89.901739, 28.18183 ], [ 89.869094, 28.221386 ], [ 89.789638, 28.240895 ], [ 89.779167, 28.197127 ], [ 89.720037, 28.170224 ], [ 89.605472, 28.161782 ], [ 89.541414, 28.088418 ], [ 89.511233, 28.086307 ], [ 89.461958, 28.03191 ], [ 89.44348, 27.968501 ], [ 89.375727, 27.875962 ], [ 89.295655, 27.84845 ], [ 89.238988, 27.796581 ], [ 89.184786, 27.673689 ], [ 89.131815, 27.633402 ], [ 89.128735, 27.611131 ], [ 89.163228, 27.574534 ], [ 89.109025, 27.537925 ], [ 89.095474, 27.471572 ], [ 89.132431, 27.441302 ], [ 89.182938, 27.373829 ], [ 89.152757, 27.319076 ], [ 89.077612, 27.287168 ], [ 89.067757, 27.240354 ], [ 88.984605, 27.208957 ], [ 88.942105, 27.261636 ], [ 88.911924, 27.272807 ], [ 88.920548, 27.325456 ], [ 88.901453, 27.327583 ], [ 88.867577, 27.3818 ], [ 88.838012, 27.37808 ], [ 88.809063, 27.405711 ], [ 88.783193, 27.467324 ], [ 88.797976, 27.521473 ], [ 88.770874, 27.563924 ], [ 88.813374, 27.606889 ], [ 88.816454, 27.641354 ], [ 88.852178, 27.671039 ], [ 88.850331, 27.710783 ], [ 88.870657, 27.743098 ], [ 88.863265, 27.811932 ], [ 88.888519, 27.846863 ], [ 88.864497, 27.921448 ], [ 88.846635, 27.921448 ], [ 88.842939, 28.006023 ], [ 88.812142, 28.018175 ], [ 88.764099, 28.068353 ], [ 88.67602, 28.068353 ], [ 88.645223, 28.111119 ], [ 88.620585, 28.091586 ], [ 88.565151, 28.083139 ], [ 88.554064, 28.027684 ], [ 88.498013, 28.04089 ], [ 88.469064, 28.009721 ], [ 88.43334, 28.002852 ], [ 88.401311, 27.976958 ], [ 88.357579, 27.986471 ], [ 88.254101, 27.939426 ], [ 88.242398, 27.967444 ], [ 88.203594, 27.943127 ], [ 88.156783, 27.957929 ], [ 88.120442, 27.915103 ], [ 88.137689, 27.878607 ], [ 88.111819, 27.864852 ], [ 88.090877, 27.885484 ], [ 88.037291, 27.901881 ], [ 87.982472, 27.884426 ], [ 87.930733, 27.909285 ], [ 87.826639, 27.927794 ], [ 87.782292, 27.890774 ], [ 87.77798, 27.860091 ], [ 87.727473, 27.802933 ], [ 87.668343, 27.809815 ], [ 87.670191, 27.832045 ], [ 87.598126, 27.814579 ], [ 87.58088, 27.859562 ], [ 87.45954, 27.820931 ], [ 87.418272, 27.825694 ], [ 87.421967, 27.856916 ], [ 87.364069, 27.824106 ], [ 87.317258, 27.826753 ], [ 87.280917, 27.845275 ], [ 87.249504, 27.839454 ], [ 87.227946, 27.812991 ], [ 87.173744, 27.818284 ], [ 87.118309, 27.840512 ], [ 87.080737, 27.910872 ], [ 87.035157, 27.946299 ], [ 86.935375, 27.955286 ], [ 86.926752, 27.985942 ], [ 86.885484, 27.995983 ], [ 86.864542, 28.022401 ], [ 86.827586, 28.012363 ], [ 86.756753, 28.032967 ], [ 86.768456, 28.06941 ], [ 86.74813, 28.089474 ], [ 86.700086, 28.101617 ], [ 86.662514, 28.092114 ], [ 86.647732, 28.06941 ], [ 86.611391, 28.069938 ], [ 86.60092, 28.097922 ], [ 86.568891, 28.103201 ], [ 86.55842, 28.047757 ], [ 86.537478, 28.044587 ], [ 86.513457, 27.996511 ], [ 86.514689, 27.954757 ], [ 86.475884, 27.944713 ], [ 86.450015, 27.908757 ], [ 86.414906, 27.904526 ], [ 86.393349, 27.926736 ], [ 86.308965, 27.950528 ], [ 86.27324, 27.976958 ], [ 86.231972, 27.974315 ], [ 86.206103, 28.084195 ], [ 86.223965, 28.092642 ], [ 86.19132, 28.167058 ], [ 86.140198, 28.114814 ], [ 86.128495, 28.086835 ], [ 86.086611, 28.090002 ], [ 86.082915, 28.018175 ], [ 86.125415, 27.923035 ], [ 86.053966, 27.900823 ], [ 86.002227, 27.90717 ], [ 85.949256, 27.937311 ], [ 85.980053, 27.984357 ], [ 85.901213, 28.053566 ], [ 85.898749, 28.101617 ], [ 85.871648, 28.124843 ], [ 85.854402, 28.172334 ], [ 85.791576, 28.195544 ], [ 85.753388, 28.227714 ], [ 85.720743, 28.372093 ], [ 85.682555, 28.375779 ], [ 85.650526, 28.283592 ], [ 85.601251, 28.254075 ], [ 85.602483, 28.295712 ], [ 85.520563, 28.326798 ], [ 85.458969, 28.332593 ], [ 85.415853, 28.321003 ], [ 85.379512, 28.274105 ], [ 85.349947, 28.298347 ], [ 85.272339, 28.282538 ], [ 85.209513, 28.338914 ], [ 85.179948, 28.324164 ], [ 85.113427, 28.344708 ], [ 85.129441, 28.377885 ], [ 85.108499, 28.461047 ], [ 85.160238, 28.49261 ], [ 85.189803, 28.544669 ], [ 85.18426, 28.587244 ], [ 85.195963, 28.624022 ], [ 85.155926, 28.643983 ], [ 85.126361, 28.676016 ], [ 85.05676, 28.674441 ], [ 84.995782, 28.611414 ], [ 84.981616, 28.586193 ], [ 84.896616, 28.587244 ], [ 84.857196, 28.567798 ], [ 84.773428, 28.610363 ], [ 84.698284, 28.633478 ], [ 84.699515, 28.671816 ], [ 84.669334, 28.680742 ], [ 84.650856, 28.714338 ], [ 84.620059, 28.732182 ], [ 84.557233, 28.74635 ], [ 84.483321, 28.735331 ], [ 84.445133, 28.764189 ], [ 84.434046, 28.823978 ], [ 84.404481, 28.828173 ], [ 84.408176, 28.85386 ], [ 84.340423, 28.866963 ], [ 84.330568, 28.859101 ], [ 84.268358, 28.895261 ], [ 84.234481, 28.889497 ], [ 84.228322, 28.949738 ], [ 84.248648, 29.030353 ], [ 84.224626, 29.049189 ], [ 84.194445, 29.045004 ], [ 84.192597, 29.084236 ], [ 84.20738, 29.118749 ], [ 84.176583, 29.133909 ], [ 84.17104, 29.19453 ], [ 84.197525, 29.210202 ], [ 84.203068, 29.239972 ], [ 84.130388, 29.239972 ], [ 84.116837, 29.286438 ], [ 84.052163, 29.296877 ], [ 84.002272, 29.291658 ], [ 83.986874, 29.325057 ], [ 83.949301, 29.312533 ], [ 83.911729, 29.323491 ], [ 83.851367, 29.294789 ], [ 83.82057, 29.294267 ], [ 83.800244, 29.249372 ], [ 83.727563, 29.244672 ], [ 83.667201, 29.200277 ], [ 83.656114, 29.16736 ], [ 83.596368, 29.174153 ], [ 83.57789, 29.203934 ], [ 83.548941, 29.201322 ], [ 83.492274, 29.280174 ], [ 83.463941, 29.285916 ], [ 83.450391, 29.332883 ], [ 83.423289, 29.361053 ], [ 83.415898, 29.420496 ], [ 83.383253, 29.42206 ], [ 83.325355, 29.502826 ], [ 83.27608, 29.505951 ], [ 83.266841, 29.571035 ], [ 83.217565, 29.60018 ], [ 83.164595, 29.595496 ], [ 83.159667, 29.61735 ], [ 83.12887, 29.623593 ], [ 83.088834, 29.604863 ], [ 83.011226, 29.667804 ], [ 82.966878, 29.658963 ], [ 82.9484, 29.704718 ], [ 82.885574, 29.689122 ], [ 82.830756, 29.687562 ], [ 82.816589, 29.717192 ], [ 82.774089, 29.726548 ], [ 82.757459, 29.761881 ], [ 82.691553, 29.766037 ], [ 82.737749, 29.80655 ], [ 82.703872, 29.847566 ], [ 82.6238, 29.834588 ], [ 82.64351, 29.868846 ], [ 82.609017, 29.886489 ], [ 82.560974, 29.955476 ], [ 82.498148, 29.947698 ], [ 82.474743, 29.973622 ], [ 82.431011, 29.989692 ], [ 82.412533, 30.011978 ], [ 82.368185, 30.014051 ], [ 82.333693, 30.045138 ], [ 82.311519, 30.035813 ], [ 82.246845, 30.071555 ], [ 82.17786, 30.06793 ], [ 82.183403, 30.12178 ], [ 82.207425, 30.143519 ], [ 82.188947, 30.18543 ], [ 82.142135, 30.200948 ], [ 82.114418, 30.226806 ], [ 82.11873, 30.279019 ], [ 82.132896, 30.30434 ], [ 82.104563, 30.346182 ], [ 82.060215, 30.332237 ], [ 82.022027, 30.339468 ], [ 81.99123, 30.322939 ], [ 81.954274, 30.355995 ], [ 81.939491, 30.344633 ], [ 81.872354, 30.373035 ], [ 81.759021, 30.385426 ], [ 81.723913, 30.407623 ], [ 81.63029, 30.446842 ], [ 81.613044, 30.412784 ], [ 81.566232, 30.428782 ], [ 81.555761, 30.369421 ], [ 81.494783, 30.381296 ], [ 81.454131, 30.412268 ], [ 81.418407, 30.420525 ], [ 81.406704, 30.40401 ], [ 81.432573, 30.379231 ], [ 81.406088, 30.369421 ], [ 81.399929, 30.319323 ], [ 81.427646, 30.305373 ], [ 81.406088, 30.291938 ], [ 81.419023, 30.270232 ], [ 81.397465, 30.240767 ], [ 81.393769, 30.199396 ], [ 81.335871, 30.149729 ], [ 81.269349, 30.153351 ], [ 81.293371, 30.094859 ], [ 81.2829, 30.061197 ], [ 81.247792, 30.032705 ], [ 81.256415, 30.011978 ], [ 81.225618, 30.005759 ], [ 81.131995, 30.016124 ], [ 81.09627, 30.052909 ], [ 81.110437, 30.085538 ], [ 81.085799, 30.100554 ], [ 81.082104, 30.151281 ], [ 81.038372, 30.205086 ], [ 81.034677, 30.246971 ], [ 80.996488, 30.267648 ], [ 80.933662, 30.266614 ], [ 80.910873, 30.30279 ], [ 80.81725, 30.321389 ], [ 80.719316, 30.414848 ], [ 80.692214, 30.416913 ], [ 80.633084, 30.458707 ], [ 80.585041, 30.463866 ], [ 80.549316, 30.448905 ], [ 80.504969, 30.483466 ], [ 80.446454, 30.495327 ], [ 80.43044, 30.515952 ], [ 80.357759, 30.520592 ], [ 80.322035, 30.564403 ], [ 80.261673, 30.566465 ], [ 80.214245, 30.586044 ], [ 80.143412, 30.55822 ], [ 80.04363, 30.603559 ], [ 80.014065, 30.661748 ], [ 79.970333, 30.685941 ], [ 79.955551, 30.738422 ], [ 79.961094, 30.771337 ], [ 79.900732, 30.7991 ], [ 79.913051, 30.833022 ], [ 79.890877, 30.855116 ], [ 79.835443, 30.851006 ], [ 79.75845, 30.936769 ], [ 79.729501, 30.941389 ], [ 79.668523, 30.980392 ], [ 79.660516, 30.956787 ], [ 79.59769, 30.925989 ], [ 79.550879, 30.957813 ], [ 79.505915, 31.027584 ], [ 79.427075, 31.018353 ], [ 79.424611, 31.061425 ], [ 79.404901, 31.071678 ], [ 79.35809, 31.031174 ], [ 79.316206, 31.01784 ], [ 79.33222, 30.969103 ], [ 79.227511, 30.949088 ], [ 79.205953, 31.0004 ], [ 79.181931, 31.015788 ], [ 79.096931, 30.992192 ], [ 79.059359, 31.028097 ], [ 79.010084, 31.043994 ], [ 78.97436, 31.115751 ], [ 78.997765, 31.158779 ], [ 78.930628, 31.220726 ], [ 78.923852, 31.246824 ], [ 78.884432, 31.277006 ], [ 78.865338, 31.312804 ], [ 78.859179, 31.289281 ], [ 78.795121, 31.301043 ], [ 78.755085, 31.355742 ], [ 78.760013, 31.392531 ], [ 78.792041, 31.435944 ], [ 78.755701, 31.478316 ], [ 78.729832, 31.478316 ], [ 78.740303, 31.532912 ], [ 78.779723, 31.545154 ], [ 78.833925, 31.584927 ], [ 78.845628, 31.609905 ], [ 78.806824, 31.64099 ], [ 78.798817, 31.675629 ], [ 78.763092, 31.668499 ], [ 78.706426, 31.778453 ], [ 78.654687, 31.819144 ], [ 78.665158, 31.851684 ], [ 78.739687, 31.885228 ], [ 78.768636, 31.92638 ], [ 78.762476, 31.947203 ], [ 78.705194, 31.988835 ], [ 78.60726, 32.023851 ], [ 78.609107, 32.052768 ], [ 78.527188, 32.11463 ], [ 78.509941, 32.147065 ], [ 78.469905, 32.127808 ], [ 78.429869, 32.194683 ], [ 78.430485, 32.212407 ], [ 78.475449, 32.236708 ], [ 78.508709, 32.297939 ], [ 78.480992, 32.329297 ], [ 78.483456, 32.357106 ], [ 78.458818, 32.379853 ], [ 78.472985, 32.435431 ], [ 78.426174, 32.502584 ], [ 78.395377, 32.530339 ], [ 78.424942, 32.565652 ], [ 78.500086, 32.580782 ], [ 78.518564, 32.605993 ], [ 78.577695, 32.615067 ], [ 78.588782, 32.637748 ], [ 78.628202, 32.630188 ], [ 78.675013, 32.658408 ], [ 78.6861, 32.680071 ], [ 78.741534, 32.703743 ], [ 78.74215, 32.654881 ], [ 78.781571, 32.608009 ], [ 78.760629, 32.563635 ], [ 78.782186, 32.480373 ], [ 78.81052, 32.436441 ], [ 78.87273, 32.40512 ], [ 78.904142, 32.374798 ], [ 78.970664, 32.331826 ], [ 79.005772, 32.375304 ], [ 79.067982, 32.380863 ], [ 79.103091, 32.369744 ], [ 79.124649, 32.416235 ], [ 79.135736, 32.472295 ], [ 79.180083, 32.492994 ], [ 79.190554, 32.511669 ], [ 79.252148, 32.516715 ], [ 79.272474, 32.561113 ], [ 79.308199, 32.596918 ], [ 79.299575, 32.637244 ], [ 79.27309, 32.678056 ], [ 79.301423, 32.728919 ], [ 79.275554, 32.778746 ], [ 79.225047, 32.784281 ], [ 79.237982, 32.846145 ], [ 79.227511, 32.89038 ], [ 79.255844, 32.942628 ], [ 79.204721, 32.964724 ], [ 79.162837, 33.01191 ], [ 79.139431, 33.117735 ], [ 79.162221, 33.165841 ], [ 79.152366, 33.184375 ], [ 79.10925, 33.200401 ], [ 79.072294, 33.22844 ], [ 79.083997, 33.245459 ], [ 79.041497, 33.268479 ], [ 79.022403, 33.323504 ], [ 78.9682, 33.334505 ], [ 78.949722, 33.376495 ], [ 78.896751, 33.41247 ], [ 78.84994, 33.419963 ], [ 78.816679, 33.480882 ], [ 78.74215, 33.55323 ], [ 78.755085, 33.623025 ], [ 78.713201, 33.623025 ], [ 78.684868, 33.654415 ], [ 78.692259, 33.676331 ], [ 78.779723, 33.73259 ], [ 78.758165, 33.790802 ], [ 78.766172, 33.823124 ], [ 78.756317, 33.8773 ], [ 78.762476, 33.90959 ], [ 78.734143, 33.918529 ], [ 78.744614, 33.980585 ], [ 78.736607, 33.999937 ], [ 78.656535, 34.030196 ], [ 78.661462, 34.086718 ], [ 78.737223, 34.089692 ], [ 78.801897, 34.137258 ], [ 78.828998, 34.125369 ], [ 78.878273, 34.163012 ], [ 78.910302, 34.143202 ], [ 78.9257, 34.155584 ], [ 78.941099, 34.212022 ], [ 78.958345, 34.230827 ], [ 78.981751, 34.31836 ], [ 79.019939, 34.313417 ], [ 79.039649, 34.33467 ], [ 79.048888, 34.348506 ], [ 79.0107, 34.399877 ], [ 79.039033, 34.421601 ], [ 79.072294, 34.412714 ], [ 79.161605, 34.441345 ], [ 79.179467, 34.422588 ], [ 79.241677, 34.415183 ], [ 79.274322, 34.435916 ], [ 79.326677, 34.44332 ], [ 79.363017, 34.428018 ], [ 79.435082, 34.447761 ], [ 79.504683, 34.45467 ], [ 79.545335, 34.476381 ], [ 79.58106, 34.456151 ], [ 79.675914, 34.451216 ], [ 79.699936, 34.477861 ], [ 79.735661, 34.471447 ], [ 79.801566, 34.478847 ], [ 79.861312, 34.528166 ], [ 79.84345, 34.55725 ], [ 79.88595, 34.642965 ], [ 79.866856, 34.671517 ], [ 79.906892, 34.683821 ], [ 79.898268, 34.732035 ], [ 79.947544, 34.821008 ], [ 79.926602, 34.849499 ], [ 79.961094, 34.862759 ], [ 79.996819, 34.856375 ], [ 80.003594, 34.895162 ], [ 80.034391, 34.902033 ], [ 80.041782, 34.943252 ], [ 80.02392, 34.971209 ], [ 80.04363, 35.022196 ], [ 80.031311, 35.034447 ], [ 80.078123, 35.076578 ], [ 80.118159, 35.066293 ], [ 80.23026, 35.147565 ], [ 80.223484, 35.177409 ], [ 80.257977, 35.203331 ], [ 80.362687, 35.20871 ], [ 80.267832, 35.295701 ], [ 80.286926, 35.35283 ], [ 80.321419, 35.38699 ], [ 80.375006, 35.387966 ], [ 80.432904, 35.449418 ], [ 80.444607, 35.417235 ], [ 80.514824, 35.391869 ], [ 80.532686, 35.404553 ], [ 80.56841, 35.391381 ], [ 80.599823, 35.409431 ], [ 80.65649, 35.393821 ], [ 80.690982, 35.364544 ], [ 80.689135, 35.339162 ], [ 80.759968, 35.334768 ], [ 80.844351, 35.345508 ], [ 80.894242, 35.324027 ], [ 80.924423, 35.330862 ], [ 80.963844, 35.310842 ], [ 81.026053, 35.31133 ], [ 81.002648, 35.334768 ], [ 81.030981, 35.337209 ], [ 81.031597, 35.380648 ], [ 81.054387, 35.402602 ], [ 81.09935, 35.40748 ], [ 81.103662, 35.386015 ], [ 81.142466, 35.365032 ], [ 81.191741, 35.36552 ], [ 81.219458, 35.319144 ], [ 81.26627, 35.322562 ], [ 81.285364, 35.345508 ], [ 81.314313, 35.337209 ], [ 81.363588, 35.354783 ], [ 81.385762, 35.335256 ], [ 81.441196, 35.333303 ], [ 81.447972, 35.318167 ], [ 81.504638, 35.279092 ], [ 81.513261, 35.23511 ], [ 81.68634, 35.235599 ], [ 81.736847, 35.26248 ], [ 81.804601, 35.270786 ], [ 81.853876, 35.25857 ], [ 81.927789, 35.271275 ], [ 81.955506, 35.307423 ], [ 81.99123, 35.30547 ], [ 82.030034, 35.321585 ], [ 82.05344, 35.35039 ], [ 82.029419, 35.426013 ], [ 82.034346, 35.451855 ], [ 82.071302, 35.450393 ], [ 82.086701, 35.467454 ], [ 82.164925, 35.495719 ], [ 82.189563, 35.513258 ], [ 82.234526, 35.520565 ], [ 82.263475, 35.547837 ], [ 82.2992, 35.544916 ], [ 82.328149, 35.559523 ], [ 82.350323, 35.611113 ], [ 82.336156, 35.651486 ], [ 82.392823, 35.656349 ], [ 82.424852, 35.712736 ], [ 82.468583, 35.717595 ], [ 82.501844, 35.701073 ], [ 82.546192, 35.708362 ], [ 82.628727, 35.692324 ], [ 82.652133, 35.67288 ], [ 82.731589, 35.637868 ], [ 82.780249, 35.666073 ], [ 82.795031, 35.688436 ], [ 82.873871, 35.688922 ], [ 82.894813, 35.673852 ], [ 82.967494, 35.667532 ], [ 82.956407, 35.636409 ], [ 82.981661, 35.599922 ], [ 82.971806, 35.548324 ], [ 82.998907, 35.484512 ], [ 83.067892, 35.46258 ], [ 83.088834, 35.425526 ], [ 83.127022, 35.398699 ], [ 83.178145, 35.38943 ], [ 83.251442, 35.417722 ], [ 83.280391, 35.401138 ], [ 83.333978, 35.397236 ], [ 83.405427, 35.380648 ], [ 83.449159, 35.382111 ], [ 83.502745, 35.360639 ], [ 83.540318, 35.364056 ], [ 83.54155, 35.341603 ], [ 83.599448, 35.351366 ], [ 83.622238, 35.335256 ], [ 83.677672, 35.361128 ], [ 83.785462, 35.36308 ], [ 83.79778, 35.354783 ], [ 83.885244, 35.367472 ], [ 83.906186, 35.40309 ], [ 84.005968, 35.422599 ], [ 84.077417, 35.400163 ], [ 84.095895, 35.362592 ], [ 84.140859, 35.379184 ], [ 84.160569, 35.359663 ], [ 84.200605, 35.381135 ], [ 84.274517, 35.404065 ], [ 84.333032, 35.413821 ], [ 84.424191, 35.466479 ], [ 84.45314, 35.473303 ], [ 84.475929, 35.516181 ], [ 84.448828, 35.550272 ], [ 84.513502, 35.564391 ], [ 84.570168, 35.588242 ], [ 84.628067, 35.595055 ], [ 84.704443, 35.616951 ], [ 84.729081, 35.613546 ], [ 84.798066, 35.647595 ], [ 84.920022, 35.696213 ], [ 84.973608, 35.709334 ], [ 84.99455, 35.737028 ], [ 85.053065, 35.752086 ], [ 85.146071, 35.742371 ], [ 85.271107, 35.788989 ], [ 85.341324, 35.753543 ], [ 85.373969, 35.700101 ], [ 85.518715, 35.680658 ], [ 85.566142, 35.6403 ], [ 85.612953, 35.651486 ], [ 85.65299, 35.731199 ], [ 85.691178, 35.751114 ], [ 85.811286, 35.778794 ], [ 85.835308, 35.771996 ], [ 85.903677, 35.78462 ], [ 85.949256, 35.778794 ], [ 86.035488, 35.846738 ], [ 86.05335, 35.842857 ], [ 86.090306, 35.876809 ], [ 86.093386, 35.906868 ], [ 86.129111, 35.941761 ], [ 86.150668, 36.00424 ], [ 86.173458, 36.008113 ], [ 86.199944, 36.047801 ], [ 86.182081, 36.064734 ], [ 86.187625, 36.130983 ], [ 86.248603, 36.141616 ], [ 86.2794, 36.170608 ], [ 86.35824, 36.168676 ], [ 86.392733, 36.206834 ], [ 86.454943, 36.221319 ], [ 86.515305, 36.205385 ], [ 86.531935, 36.227113 ], [ 86.599072, 36.222285 ], [ 86.69947, 36.24449 ], [ 86.746282, 36.291777 ], [ 86.836209, 36.291294 ], [ 86.86331, 36.299977 ], [ 86.887332, 36.262829 ], [ 86.931064, 36.265242 ], [ 86.943998, 36.284058 ], [ 86.996353, 36.308658 ], [ 87.051788, 36.2966 ], [ 87.08628, 36.310587 ], [ 87.149106, 36.297565 ], [ 87.161425, 36.325535 ], [ 87.193454, 36.349158 ], [ 87.292004, 36.358797 ], [ 87.348055, 36.393008 ], [ 87.363453, 36.420463 ], [ 87.386859, 36.412757 ], [ 87.426895, 36.42576 ], [ 87.460155, 36.409868 ], [ 87.470626, 36.354459 ], [ 87.570409, 36.342409 ], [ 87.6203, 36.360243 ], [ 87.731785, 36.384818 ], [ 87.767509, 36.3747 ], [ 87.826023, 36.391563 ], [ 87.838342, 36.383855 ], [ 87.919646, 36.39349 ], [ 87.95845, 36.408423 ], [ 87.983088, 36.437797 ], [ 88.006494, 36.430575 ], [ 88.092109, 36.43539 ], [ 88.134609, 36.427205 ], [ 88.182652, 36.452721 ], [ 88.222688, 36.447426 ], [ 88.241782, 36.468605 ], [ 88.282434, 36.470049 ], [ 88.366202, 36.458016 ], [ 88.356963, 36.477268 ], [ 88.41055, 36.473418 ], [ 88.470912, 36.48208 ], [ 88.498629, 36.446463 ], [ 88.573158, 36.461386 ], [ 88.618121, 36.428168 ], [ 88.623665, 36.389636 ], [ 88.690186, 36.367954 ], [ 88.766563, 36.292259 ], [ 88.783809, 36.291777 ], [ 88.802903, 36.33807 ], [ 88.838628, 36.353496 ], [ 88.870657, 36.348193 ], [ 88.926091, 36.36458 ], [ 88.964279, 36.318785 ], [ 89.013554, 36.315409 ], [ 89.054822, 36.291777 ], [ 89.10225, 36.281164 ], [ 89.126887, 36.254626 ], [ 89.198952, 36.260417 ], [ 89.232213, 36.295636 ], [ 89.292575, 36.231457 ], [ 89.335075, 36.23725 ], [ 89.375727, 36.228078 ], [ 89.490291, 36.151281 ], [ 89.594385, 36.126632 ], [ 89.614711, 36.109712 ], [ 89.711414, 36.093272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "610000", "name": "陕西省", "center": [ 108.948024, 34.263161 ], "centroid": [ 108.887304, 35.263625 ], "childrenNum": 10, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 26, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110.398352, 33.176862 ], [ 110.398352, 33.176862 ], [ 110.372482, 33.186379 ], [ 110.33799, 33.160331 ], [ 110.285635, 33.171352 ], [ 110.218497, 33.163336 ], [ 110.164911, 33.209415 ], [ 110.031252, 33.191888 ], [ 109.999223, 33.212419 ], [ 109.973353, 33.203907 ], [ 109.916687, 33.229942 ], [ 109.852013, 33.247961 ], [ 109.813209, 33.236449 ], [ 109.732521, 33.231443 ], [ 109.693101, 33.254468 ], [ 109.649985, 33.251465 ], [ 109.619804, 33.275484 ], [ 109.60687, 33.235949 ], [ 109.514479, 33.237951 ], [ 109.498464, 33.207412 ], [ 109.438718, 33.152314 ], [ 109.468283, 33.140288 ], [ 109.522486, 33.138785 ], [ 109.576073, 33.110216 ], [ 109.688174, 33.116733 ], [ 109.704188, 33.101694 ], [ 109.794731, 33.067095 ], [ 109.785492, 32.987316 ], [ 109.76455, 32.909474 ], [ 109.789804, 32.882339 ], [ 109.847702, 32.893395 ], [ 109.856941, 32.910479 ], [ 109.907448, 32.903947 ], [ 109.927158, 32.887364 ], [ 109.988752, 32.886359 ], [ 110.051578, 32.851676 ], [ 110.105164, 32.832569 ], [ 110.142121, 32.802895 ], [ 110.127338, 32.77774 ], [ 110.159367, 32.767173 ], [ 110.156903, 32.683093 ], [ 110.206179, 32.633212 ], [ 110.153824, 32.593388 ], [ 110.124259, 32.616579 ], [ 110.090382, 32.617083 ], [ 110.084223, 32.580782 ], [ 110.017701, 32.546989 ], [ 109.97089, 32.577756 ], [ 109.910528, 32.592884 ], [ 109.816905, 32.577252 ], [ 109.746072, 32.594901 ], [ 109.726978, 32.608513 ], [ 109.631507, 32.599943 ], [ 109.619804, 32.56767 ], [ 109.637051, 32.540935 ], [ 109.575457, 32.506622 ], [ 109.526797, 32.43341 ], [ 109.529877, 32.405625 ], [ 109.502776, 32.38895 ], [ 109.513247, 32.342444 ], [ 109.495385, 32.300468 ], [ 109.528645, 32.270112 ], [ 109.550203, 32.225065 ], [ 109.592703, 32.219495 ], [ 109.604406, 32.199241 ], [ 109.58716, 32.161251 ], [ 109.621652, 32.106519 ], [ 109.590855, 32.047696 ], [ 109.590855, 32.012688 ], [ 109.631507, 31.962436 ], [ 109.62042, 31.928412 ], [ 109.584696, 31.900472 ], [ 109.60379, 31.885737 ], [ 109.633971, 31.824738 ], [ 109.633971, 31.804396 ], [ 109.592087, 31.789136 ], [ 109.585928, 31.726546 ], [ 109.549587, 31.73011 ], [ 109.502776, 31.716365 ], [ 109.446109, 31.722983 ], [ 109.381436, 31.705165 ], [ 109.281654, 31.716874 ], [ 109.282885, 31.743343 ], [ 109.253936, 31.759628 ], [ 109.279806, 31.776418 ], [ 109.27611, 31.79931 ], [ 109.195422, 31.817618 ], [ 109.191111, 31.85575 ], [ 109.123357, 31.892851 ], [ 109.085785, 31.929428 ], [ 108.986619, 31.980205 ], [ 108.902235, 31.984774 ], [ 108.837561, 32.039072 ], [ 108.78767, 32.04871 ], [ 108.75133, 32.076098 ], [ 108.734084, 32.106519 ], [ 108.676801, 32.10297 ], [ 108.585026, 32.17189 ], [ 108.543758, 32.177969 ], [ 108.509882, 32.201266 ], [ 108.507418, 32.245819 ], [ 108.469846, 32.270618 ], [ 108.414411, 32.252399 ], [ 108.389773, 32.263533 ], [ 108.310933, 32.232152 ], [ 108.240716, 32.274666 ], [ 108.179738, 32.221521 ], [ 108.156948, 32.239239 ], [ 108.143398, 32.219495 ], [ 108.086731, 32.233165 ], [ 108.018362, 32.2119 ], [ 108.024521, 32.177462 ], [ 107.979558, 32.146051 ], [ 107.924739, 32.197215 ], [ 107.890247, 32.214432 ], [ 107.864377, 32.201266 ], [ 107.812022, 32.247844 ], [ 107.753508, 32.338399 ], [ 107.707929, 32.331826 ], [ 107.680827, 32.397035 ], [ 107.648183, 32.413709 ], [ 107.598291, 32.411688 ], [ 107.527458, 32.38238 ], [ 107.489886, 32.425328 ], [ 107.456625, 32.41775 ], [ 107.460937, 32.453612 ], [ 107.438763, 32.465732 ], [ 107.436299, 32.529835 ], [ 107.382097, 32.54043 ], [ 107.356843, 32.506622 ], [ 107.313727, 32.489965 ], [ 107.287858, 32.457147 ], [ 107.263836, 32.403099 ], [ 107.212097, 32.428864 ], [ 107.189924, 32.468256 ], [ 107.127098, 32.482393 ], [ 107.080286, 32.542448 ], [ 107.108004, 32.600951 ], [ 107.098765, 32.649338 ], [ 107.05996, 32.686115 ], [ 107.066736, 32.708779 ], [ 107.012533, 32.721367 ], [ 106.912751, 32.704247 ], [ 106.903512, 32.721367 ], [ 106.854853, 32.724388 ], [ 106.82344, 32.705254 ], [ 106.793259, 32.712807 ], [ 106.783404, 32.735967 ], [ 106.733513, 32.739491 ], [ 106.670071, 32.694678 ], [ 106.626955, 32.682086 ], [ 106.585687, 32.68813 ], [ 106.517934, 32.668485 ], [ 106.498224, 32.649338 ], [ 106.451412, 32.65992 ], [ 106.421231, 32.616579 ], [ 106.389203, 32.62666 ], [ 106.347935, 32.671003 ], [ 106.301123, 32.680071 ], [ 106.267863, 32.673522 ], [ 106.254928, 32.693671 ], [ 106.17424, 32.6977 ], [ 106.120037, 32.719856 ], [ 106.071378, 32.758114 ], [ 106.076305, 32.759121 ], [ 106.076921, 32.76365 ], [ 106.07261, 32.76365 ], [ 106.093552, 32.82402 ], [ 106.071378, 32.828546 ], [ 106.044277, 32.864747 ], [ 106.011632, 32.829552 ], [ 105.969132, 32.849162 ], [ 105.93156, 32.826032 ], [ 105.893371, 32.838603 ], [ 105.849024, 32.817985 ], [ 105.825002, 32.824523 ], [ 105.822538, 32.770192 ], [ 105.779423, 32.750061 ], [ 105.768952, 32.767676 ], [ 105.719061, 32.759624 ], [ 105.677793, 32.726402 ], [ 105.596489, 32.69921 ], [ 105.585402, 32.728919 ], [ 105.563844, 32.724891 ], [ 105.555221, 32.794343 ], [ 105.534279, 32.790822 ], [ 105.524424, 32.847654 ], [ 105.495475, 32.873292 ], [ 105.49917, 32.911986 ], [ 105.528119, 32.919019 ], [ 105.565692, 32.906962 ], [ 105.590329, 32.87681 ], [ 105.638373, 32.879323 ], [ 105.656851, 32.895405 ], [ 105.735691, 32.905454 ], [ 105.82685, 32.950663 ], [ 105.861959, 32.939112 ], [ 105.917393, 32.993841 ], [ 105.926632, 33.042517 ], [ 105.914929, 33.066092 ], [ 105.934639, 33.112221 ], [ 105.923552, 33.147805 ], [ 105.897067, 33.146803 ], [ 105.93156, 33.178365 ], [ 105.968516, 33.154318 ], [ 105.965436, 33.204407 ], [ 105.917393, 33.237951 ], [ 105.862574, 33.234447 ], [ 105.799133, 33.258471 ], [ 105.791741, 33.278486 ], [ 105.752937, 33.291994 ], [ 105.755401, 33.329004 ], [ 105.709822, 33.382991 ], [ 105.827466, 33.379993 ], [ 105.837937, 33.410971 ], [ 105.831162, 33.451926 ], [ 105.842248, 33.489866 ], [ 105.871198, 33.511325 ], [ 105.902611, 33.556222 ], [ 105.940183, 33.570684 ], [ 105.971596, 33.613058 ], [ 106.047356, 33.610067 ], [ 106.086776, 33.617045 ], [ 106.117573, 33.602591 ], [ 106.108334, 33.569686 ], [ 106.187174, 33.546746 ], [ 106.237681, 33.564201 ], [ 106.303587, 33.604585 ], [ 106.35163, 33.587137 ], [ 106.384891, 33.612061 ], [ 106.447101, 33.613058 ], [ 106.456956, 33.532779 ], [ 106.540108, 33.512822 ], [ 106.58076, 33.576169 ], [ 106.575832, 33.631497 ], [ 106.534564, 33.695254 ], [ 106.482825, 33.707203 ], [ 106.488369, 33.757969 ], [ 106.461883, 33.789807 ], [ 106.491448, 33.834559 ], [ 106.475434, 33.875809 ], [ 106.428007, 33.866368 ], [ 106.41076, 33.909093 ], [ 106.474202, 33.970659 ], [ 106.471738, 34.024244 ], [ 106.505615, 34.056479 ], [ 106.501919, 34.105055 ], [ 106.560434, 34.109514 ], [ 106.585071, 34.149641 ], [ 106.55797, 34.229837 ], [ 106.5321, 34.254079 ], [ 106.496376, 34.238248 ], [ 106.526557, 34.292159 ], [ 106.577064, 34.280786 ], [ 106.589383, 34.253584 ], [ 106.63373, 34.260014 ], [ 106.652825, 34.24369 ], [ 106.68239, 34.256057 ], [ 106.705179, 34.299575 ], [ 106.691013, 34.337635 ], [ 106.717498, 34.369255 ], [ 106.638042, 34.391481 ], [ 106.610941, 34.454177 ], [ 106.558586, 34.48822 ], [ 106.513622, 34.498085 ], [ 106.514238, 34.511894 ], [ 106.455108, 34.531617 ], [ 106.334384, 34.517811 ], [ 106.341159, 34.568093 ], [ 106.314058, 34.578934 ], [ 106.419384, 34.643458 ], [ 106.471122, 34.634102 ], [ 106.442173, 34.675455 ], [ 106.456956, 34.703996 ], [ 106.487137, 34.715311 ], [ 106.505615, 34.746789 ], [ 106.539492, 34.745805 ], [ 106.575216, 34.769897 ], [ 106.550579, 34.82936 ], [ 106.556122, 34.861285 ], [ 106.527789, 34.876507 ], [ 106.493296, 34.941289 ], [ 106.484673, 34.983959 ], [ 106.494528, 35.006021 ], [ 106.494528, 35.006021 ], [ 106.52163, 35.027587 ], [ 106.541956, 35.083925 ], [ 106.577064, 35.089312 ], [ 106.615252, 35.071191 ], [ 106.706411, 35.081966 ], [ 106.710723, 35.100574 ], [ 106.838222, 35.080007 ], [ 106.901664, 35.094698 ], [ 106.950323, 35.066782 ], [ 106.990975, 35.068252 ], [ 107.012533, 35.029547 ], [ 107.08275, 35.024156 ], [ 107.089526, 34.976604 ], [ 107.119707, 34.950119 ], [ 107.162206, 34.944233 ], [ 107.189308, 34.893198 ], [ 107.252749, 34.880925 ], [ 107.286626, 34.931968 ], [ 107.350068, 34.93393 ], [ 107.369162, 34.917738 ], [ 107.400575, 34.932949 ], [ 107.455394, 34.916757 ], [ 107.523763, 34.909886 ], [ 107.564415, 34.968757 ], [ 107.619849, 34.964834 ], [ 107.638943, 34.935402 ], [ 107.675284, 34.9511 ], [ 107.741805, 34.953553 ], [ 107.842203, 34.979056 ], [ 107.863145, 34.999158 ], [ 107.846515, 35.024646 ], [ 107.814486, 35.024646 ], [ 107.773218, 35.060904 ], [ 107.773218, 35.060904 ], [ 107.769523, 35.064333 ], [ 107.769523, 35.064333 ], [ 107.727639, 35.120157 ], [ 107.715936, 35.168114 ], [ 107.686371, 35.218 ], [ 107.652494, 35.244886 ], [ 107.667277, 35.257104 ], [ 107.737494, 35.267366 ], [ 107.745501, 35.311819 ], [ 107.841587, 35.276649 ], [ 107.867457, 35.256127 ], [ 107.960464, 35.263457 ], [ 107.949993, 35.245375 ], [ 108.049159, 35.253683 ], [ 108.094739, 35.280069 ], [ 108.174811, 35.304981 ], [ 108.221622, 35.296678 ], [ 108.239484, 35.256127 ], [ 108.296767, 35.267855 ], [ 108.345426, 35.300586 ], [ 108.36144, 35.279581 ], [ 108.48894, 35.275184 ], [ 108.547454, 35.304981 ], [ 108.583178, 35.294724 ], [ 108.614591, 35.328909 ], [ 108.61028, 35.355271 ], [ 108.631222, 35.418698 ], [ 108.605968, 35.503028 ], [ 108.625678, 35.537124 ], [ 108.618287, 35.557088 ], [ 108.539447, 35.605761 ], [ 108.517889, 35.699615 ], [ 108.533903, 35.746257 ], [ 108.527744, 35.82442 ], [ 108.499411, 35.872444 ], [ 108.518505, 35.905414 ], [ 108.562852, 35.921409 ], [ 108.593649, 35.950967 ], [ 108.652164, 35.94806 ], [ 108.659555, 35.990683 ], [ 108.688504, 36.021183 ], [ 108.682345, 36.062316 ], [ 108.712526, 36.138716 ], [ 108.646004, 36.254143 ], [ 108.641693, 36.359279 ], [ 108.651548, 36.384818 ], [ 108.618903, 36.433946 ], [ 108.562852, 36.43876 ], [ 108.510498, 36.47438 ], [ 108.514809, 36.445501 ], [ 108.495099, 36.422389 ], [ 108.460606, 36.422871 ], [ 108.408252, 36.45946 ], [ 108.391621, 36.505654 ], [ 108.365136, 36.519603 ], [ 108.340498, 36.559032 ], [ 108.262274, 36.549417 ], [ 108.245644, 36.571048 ], [ 108.210535, 36.577296 ], [ 108.204992, 36.606607 ], [ 108.204992, 36.606607 ], [ 108.222854, 36.631105 ], [ 108.1976, 36.630144 ], [ 108.163724, 36.563839 ], [ 108.092891, 36.587388 ], [ 108.079956, 36.614294 ], [ 108.060862, 36.592194 ], [ 108.001732, 36.639269 ], [ 108.02329, 36.647912 ], [ 108.006659, 36.683435 ], [ 107.938906, 36.655594 ], [ 107.940754, 36.694953 ], [ 107.914268, 36.720861 ], [ 107.907493, 36.750118 ], [ 107.866841, 36.766899 ], [ 107.768291, 36.792783 ], [ 107.742421, 36.811951 ], [ 107.722095, 36.802367 ], [ 107.670356, 36.83303 ], [ 107.642023, 36.819137 ], [ 107.5909, 36.836382 ], [ 107.540393, 36.828718 ], [ 107.533618, 36.867031 ], [ 107.478183, 36.908196 ], [ 107.365466, 36.905324 ], [ 107.336517, 36.925899 ], [ 107.310032, 36.912502 ], [ 107.291554, 36.979463 ], [ 107.291554, 36.979463 ], [ 107.288474, 37.008143 ], [ 107.288474, 37.008143 ], [ 107.28601, 37.054963 ], [ 107.268764, 37.099367 ], [ 107.281083, 37.127047 ], [ 107.306952, 37.100799 ], [ 107.334669, 37.138975 ], [ 107.336517, 37.165687 ], [ 107.317423, 37.200017 ], [ 107.270612, 37.229089 ], [ 107.309416, 37.239095 ], [ 107.273075, 37.29101 ], [ 107.257677, 37.337179 ], [ 107.282931, 37.437036 ], [ 107.284162, 37.481691 ], [ 107.345756, 37.518725 ], [ 107.369162, 37.58752 ], [ 107.330358, 37.584201 ], [ 107.311264, 37.609806 ], [ 107.361155, 37.613125 ], [ 107.422133, 37.665254 ], [ 107.389488, 37.671413 ], [ 107.387024, 37.691305 ], [ 107.425828, 37.684201 ], [ 107.484959, 37.706458 ], [ 107.499125, 37.765619 ], [ 107.57119, 37.776499 ], [ 107.599523, 37.791162 ], [ 107.620465, 37.776026 ], [ 107.646335, 37.805349 ], [ 107.659269, 37.844112 ], [ 107.65003, 37.86443 ], [ 107.684523, 37.888522 ], [ 107.732566, 37.84931 ], [ 107.842819, 37.828987 ], [ 107.884703, 37.808186 ], [ 107.982022, 37.787378 ], [ 107.993109, 37.735335 ], [ 108.025753, 37.696041 ], [ 108.012819, 37.66857 ], [ 108.025137, 37.649619 ], [ 108.055318, 37.652462 ], [ 108.134159, 37.622131 ], [ 108.193905, 37.638246 ], [ 108.205608, 37.655779 ], [ 108.24626, 37.665728 ], [ 108.293071, 37.656726 ], [ 108.301078, 37.640616 ], [ 108.422418, 37.648672 ], [ 108.485244, 37.678044 ], [ 108.532671, 37.690832 ], [ 108.628142, 37.651988 ], [ 108.699591, 37.669518 ], [ 108.720533, 37.683728 ], [ 108.777815, 37.683728 ], [ 108.791982, 37.700303 ], [ 108.784591, 37.764673 ], [ 108.799989, 37.784068 ], [ 108.791982, 37.872934 ], [ 108.798141, 37.93385 ], [ 108.82709, 37.989056 ], [ 108.797525, 38.04799 ], [ 108.830786, 38.049875 ], [ 108.883141, 38.01405 ], [ 108.893612, 37.978207 ], [ 108.93488, 37.922521 ], [ 108.9743, 37.931962 ], [ 108.982923, 37.964053 ], [ 109.018648, 37.971602 ], [ 109.037742, 38.021593 ], [ 109.06977, 38.023008 ], [ 109.050676, 38.055059 ], [ 109.069155, 38.091336 ], [ 108.964445, 38.154894 ], [ 108.938575, 38.207582 ], [ 108.976148, 38.245192 ], [ 108.961981, 38.26493 ], [ 109.007561, 38.359316 ], [ 109.051292, 38.385122 ], [ 109.054372, 38.433892 ], [ 109.128901, 38.480288 ], [ 109.175712, 38.518694 ], [ 109.196654, 38.552867 ], [ 109.276726, 38.623035 ], [ 109.331545, 38.597783 ], [ 109.367269, 38.627711 ], [ 109.329081, 38.66043 ], [ 109.338936, 38.701542 ], [ 109.404226, 38.720689 ], [ 109.444262, 38.782763 ], [ 109.511399, 38.833595 ], [ 109.549587, 38.805618 ], [ 109.624116, 38.85457 ], [ 109.672159, 38.928167 ], [ 109.685094, 38.968195 ], [ 109.665384, 38.981687 ], [ 109.72513, 39.018429 ], [ 109.762086, 39.057476 ], [ 109.793499, 39.074204 ], [ 109.851397, 39.122971 ], [ 109.890818, 39.103932 ], [ 109.92223, 39.107183 ], [ 109.893897, 39.141075 ], [ 109.961035, 39.191651 ], [ 109.871723, 39.243581 ], [ 109.90252, 39.271848 ], [ 109.962267, 39.212056 ], [ 110.041107, 39.21623 ], [ 110.109476, 39.249606 ], [ 110.217881, 39.281113 ], [ 110.184005, 39.355192 ], [ 110.161831, 39.387115 ], [ 110.136577, 39.39174 ], [ 110.12549, 39.432891 ], [ 110.152592, 39.45415 ], [ 110.243751, 39.423645 ], [ 110.257917, 39.407001 ], [ 110.385417, 39.310291 ], [ 110.429764, 39.341308 ], [ 110.434692, 39.381101 ], [ 110.482735, 39.360745 ], [ 110.524003, 39.382952 ], [ 110.559728, 39.351027 ], [ 110.566503, 39.320014 ], [ 110.596684, 39.282966 ], [ 110.626249, 39.266751 ], [ 110.702626, 39.273701 ], [ 110.731575, 39.30705 ], [ 110.73835, 39.348713 ], [ 110.782698, 39.38804 ], [ 110.869545, 39.494341 ], [ 110.891103, 39.509118 ], [ 110.958856, 39.519275 ], [ 111.017371, 39.552045 ], [ 111.101138, 39.559428 ], [ 111.136863, 39.587106 ], [ 111.154725, 39.569116 ], [ 111.148566, 39.531277 ], [ 111.10545, 39.497573 ], [ 111.10545, 39.472631 ], [ 111.058639, 39.447681 ], [ 111.064182, 39.400989 ], [ 111.098059, 39.401914 ], [ 111.087588, 39.376013 ], [ 111.125776, 39.366297 ], [ 111.159037, 39.362596 ], [ 111.155341, 39.338531 ], [ 111.186138, 39.35149 ], [ 111.179363, 39.326959 ], [ 111.202152, 39.305197 ], [ 111.247732, 39.302419 ], [ 111.213239, 39.257021 ], [ 111.219399, 39.244044 ], [ 111.163348, 39.152678 ], [ 111.173819, 39.135041 ], [ 111.147334, 39.100681 ], [ 111.138095, 39.064447 ], [ 111.094363, 39.030053 ], [ 111.038313, 39.020289 ], [ 110.998276, 38.998433 ], [ 110.980414, 38.970056 ], [ 111.009979, 38.932823 ], [ 111.016755, 38.889981 ], [ 110.995813, 38.868084 ], [ 111.009363, 38.847579 ], [ 110.965016, 38.755699 ], [ 110.915125, 38.704345 ], [ 110.916357, 38.673981 ], [ 110.880632, 38.626776 ], [ 110.898494, 38.587024 ], [ 110.920052, 38.581878 ], [ 110.907733, 38.521035 ], [ 110.870777, 38.510265 ], [ 110.874473, 38.453579 ], [ 110.840596, 38.439986 ], [ 110.796864, 38.453579 ], [ 110.77777, 38.440924 ], [ 110.746973, 38.366355 ], [ 110.701394, 38.353215 ], [ 110.661358, 38.308617 ], [ 110.601612, 38.308147 ], [ 110.57759, 38.297345 ], [ 110.565887, 38.215105 ], [ 110.528315, 38.211814 ], [ 110.509221, 38.192061 ], [ 110.519692, 38.130889 ], [ 110.501829, 38.097929 ], [ 110.507989, 38.013107 ], [ 110.528315, 37.990471 ], [ 110.522771, 37.955088 ], [ 110.59422, 37.922049 ], [ 110.680452, 37.790216 ], [ 110.735886, 37.77035 ], [ 110.750669, 37.736281 ], [ 110.716792, 37.728708 ], [ 110.706321, 37.705511 ], [ 110.775306, 37.680886 ], [ 110.793169, 37.650567 ], [ 110.763604, 37.639668 ], [ 110.771611, 37.594634 ], [ 110.795017, 37.558586 ], [ 110.770995, 37.538184 ], [ 110.759292, 37.474567 ], [ 110.740198, 37.44939 ], [ 110.644111, 37.435135 ], [ 110.630561, 37.372858 ], [ 110.641648, 37.360015 ], [ 110.695234, 37.34955 ], [ 110.678604, 37.317668 ], [ 110.690307, 37.287201 ], [ 110.660126, 37.281011 ], [ 110.651503, 37.256722 ], [ 110.590525, 37.187145 ], [ 110.53509, 37.138021 ], [ 110.535706, 37.115118 ], [ 110.49567, 37.086956 ], [ 110.460561, 37.044932 ], [ 110.417446, 37.027257 ], [ 110.426685, 37.008621 ], [ 110.382953, 37.022001 ], [ 110.381721, 37.002408 ], [ 110.424221, 36.963685 ], [ 110.408823, 36.892403 ], [ 110.376178, 36.882351 ], [ 110.424221, 36.855539 ], [ 110.406975, 36.824886 ], [ 110.423605, 36.818179 ], [ 110.407591, 36.776007 ], [ 110.447011, 36.737649 ], [ 110.438388, 36.685835 ], [ 110.402663, 36.697352 ], [ 110.394656, 36.676716 ], [ 110.426685, 36.657514 ], [ 110.447627, 36.621018 ], [ 110.496902, 36.582102 ], [ 110.488895, 36.556628 ], [ 110.503677, 36.488335 ], [ 110.47288, 36.453203 ], [ 110.489511, 36.430094 ], [ 110.487047, 36.393972 ], [ 110.459946, 36.327946 ], [ 110.474112, 36.306729 ], [ 110.474112, 36.248352 ], [ 110.45625, 36.22663 ], [ 110.447011, 36.164328 ], [ 110.467953, 36.074893 ], [ 110.491974, 36.034735 ], [ 110.49259, 35.994073 ], [ 110.516612, 35.971796 ], [ 110.502445, 35.947575 ], [ 110.516612, 35.918501 ], [ 110.511684, 35.879718 ], [ 110.549257, 35.877778 ], [ 110.550489, 35.838005 ], [ 110.571431, 35.800639 ], [ 110.57759, 35.701559 ], [ 110.609619, 35.632031 ], [ 110.567735, 35.539559 ], [ 110.531394, 35.511309 ], [ 110.477808, 35.413821 ], [ 110.45009, 35.327933 ], [ 110.374946, 35.251728 ], [ 110.369402, 35.158329 ], [ 110.325671, 35.014844 ], [ 110.272084, 34.942761 ], [ 110.257301, 34.934912 ], [ 110.259149, 34.884853 ], [ 110.233896, 34.83722 ], [ 110.232664, 34.80332 ], [ 110.259149, 34.737937 ], [ 110.231432, 34.701044 ], [ 110.23636, 34.670533 ], [ 110.29549, 34.610956 ], [ 110.379257, 34.600612 ], [ 110.366939, 34.566614 ], [ 110.404511, 34.557743 ], [ 110.372482, 34.544435 ], [ 110.360779, 34.516825 ], [ 110.403279, 34.433448 ], [ 110.403279, 34.433448 ], [ 110.473496, 34.393457 ], [ 110.503677, 34.33714 ], [ 110.451938, 34.292653 ], [ 110.428533, 34.288203 ], [ 110.43962, 34.243196 ], [ 110.507989, 34.217466 ], [ 110.55172, 34.213012 ], [ 110.55788, 34.193214 ], [ 110.621938, 34.177372 ], [ 110.642264, 34.161032 ], [ 110.61393, 34.113478 ], [ 110.591757, 34.101586 ], [ 110.587445, 34.023252 ], [ 110.620706, 34.035652 ], [ 110.671213, 33.966192 ], [ 110.665669, 33.937895 ], [ 110.627481, 33.925482 ], [ 110.628713, 33.910086 ], [ 110.587445, 33.887733 ], [ 110.612083, 33.852453 ], [ 110.66259, 33.85295 ], [ 110.712481, 33.833564 ], [ 110.74143, 33.798759 ], [ 110.782082, 33.796272 ], [ 110.81719, 33.751003 ], [ 110.831973, 33.713675 ], [ 110.823966, 33.685793 ], [ 110.878784, 33.634486 ], [ 110.966864, 33.609071 ], [ 111.00382, 33.578662 ], [ 111.002588, 33.535772 ], [ 111.02661, 33.478386 ], [ 111.021682, 33.476389 ], [ 111.021066, 33.471397 ], [ 111.02661, 33.467903 ], [ 110.996429, 33.435946 ], [ 111.025994, 33.375495 ], [ 111.025994, 33.330504 ], [ 110.984726, 33.255469 ], [ 110.960704, 33.253967 ], [ 110.9219, 33.203907 ], [ 110.865234, 33.213921 ], [ 110.828893, 33.201403 ], [ 110.824582, 33.158327 ], [ 110.753133, 33.15031 ], [ 110.702626, 33.097182 ], [ 110.650887, 33.157324 ], [ 110.623785, 33.143796 ], [ 110.59422, 33.168346 ], [ 110.57759, 33.250464 ], [ 110.54125, 33.255469 ], [ 110.471032, 33.171352 ], [ 110.398352, 33.176862 ] ] ], [ [ [ 111.02661, 33.478386 ], [ 111.02661, 33.467903 ], [ 111.021066, 33.471397 ], [ 111.021682, 33.476389 ], [ 111.02661, 33.478386 ] ] ], [ [ [ 106.076921, 32.76365 ], [ 106.076305, 32.759121 ], [ 106.071378, 32.758114 ], [ 106.07261, 32.76365 ], [ 106.076921, 32.76365 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "620000", "name": "甘肃省", "center": [ 103.823557, 36.058039 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 27, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.506231, 35.737514 ], [ 106.566593, 35.738971 ], [ 106.595542, 35.727312 ], [ 106.620796, 35.743829 ], [ 106.633115, 35.714679 ], [ 106.66268, 35.70739 ], [ 106.674998, 35.728284 ], [ 106.750759, 35.689408 ], [ 106.750759, 35.725369 ], [ 106.806193, 35.70982 ], [ 106.819128, 35.7448 ], [ 106.867171, 35.738485 ], [ 106.868403, 35.771996 ], [ 106.897353, 35.759856 ], [ 106.927534, 35.810346 ], [ 106.849925, 35.887476 ], [ 106.912751, 35.93207 ], [ 106.940468, 35.931101 ], [ 106.93862, 35.952905 ], [ 106.90228, 35.943699 ], [ 106.94786, 35.988262 ], [ 106.928149, 36.011502 ], [ 106.940468, 36.064734 ], [ 106.957715, 36.091337 ], [ 106.925686, 36.115997 ], [ 106.930613, 36.138716 ], [ 106.873947, 36.178338 ], [ 106.873947, 36.178338 ], [ 106.858548, 36.206834 ], [ 106.858548, 36.206834 ], [ 106.833295, 36.229044 ], [ 106.808657, 36.21118 ], [ 106.772933, 36.212628 ], [ 106.735976, 36.23725 ], [ 106.698404, 36.244008 ], [ 106.685469, 36.273445 ], [ 106.647897, 36.259451 ], [ 106.559202, 36.292259 ], [ 106.54134, 36.25366 ], [ 106.504383, 36.266207 ], [ 106.470507, 36.306246 ], [ 106.497608, 36.31348 ], [ 106.510543, 36.379037 ], [ 106.492064, 36.422389 ], [ 106.523477, 36.468605 ], [ 106.494528, 36.494589 ], [ 106.455724, 36.496995 ], [ 106.39721, 36.548455 ], [ 106.37134, 36.549417 ], [ 106.363949, 36.577296 ], [ 106.392282, 36.556628 ], [ 106.397826, 36.576816 ], [ 106.444637, 36.557109 ], [ 106.465579, 36.583063 ], [ 106.444637, 36.624861 ], [ 106.491448, 36.628703 ], [ 106.490833, 36.685835 ], [ 106.530869, 36.690154 ], [ 106.519782, 36.708868 ], [ 106.519782, 36.708868 ], [ 106.514238, 36.715584 ], [ 106.59431, 36.750118 ], [ 106.644817, 36.72278 ], [ 106.627571, 36.752995 ], [ 106.657752, 36.820575 ], [ 106.637426, 36.867031 ], [ 106.637426, 36.867031 ], [ 106.626955, 36.892403 ], [ 106.609709, 36.878521 ], [ 106.609709, 36.878521 ], [ 106.601702, 36.918244 ], [ 106.549347, 36.941685 ], [ 106.540108, 36.984244 ], [ 106.595542, 36.94025 ], [ 106.594926, 36.967988 ], [ 106.64297, 36.962729 ], [ 106.646665, 37.000496 ], [ 106.666991, 37.016745 ], [ 106.645433, 37.064992 ], [ 106.605397, 37.127524 ], [ 106.6171, 37.135158 ], [ 106.673151, 37.1113 ], [ 106.687933, 37.12991 ], [ 106.728585, 37.121321 ], [ 106.750143, 37.09889 ], [ 106.772933, 37.120367 ], [ 106.776012, 37.158056 ], [ 106.818512, 37.141838 ], [ 106.891193, 37.098413 ], [ 106.912135, 37.110345 ], [ 106.905976, 37.151378 ], [ 106.998367, 37.106527 ], [ 107.031011, 37.108436 ], [ 107.030395, 37.140883 ], [ 107.095685, 37.115595 ], [ 107.133873, 37.134681 ], [ 107.181916, 37.143269 ], [ 107.234887, 37.096503 ], [ 107.268764, 37.099367 ], [ 107.28601, 37.054963 ], [ 107.288474, 37.008143 ], [ 107.288474, 37.008143 ], [ 107.291554, 36.979463 ], [ 107.291554, 36.979463 ], [ 107.310032, 36.912502 ], [ 107.336517, 36.925899 ], [ 107.365466, 36.905324 ], [ 107.478183, 36.908196 ], [ 107.533618, 36.867031 ], [ 107.540393, 36.828718 ], [ 107.5909, 36.836382 ], [ 107.642023, 36.819137 ], [ 107.670356, 36.83303 ], [ 107.722095, 36.802367 ], [ 107.742421, 36.811951 ], [ 107.768291, 36.792783 ], [ 107.866841, 36.766899 ], [ 107.907493, 36.750118 ], [ 107.914268, 36.720861 ], [ 107.940754, 36.694953 ], [ 107.938906, 36.655594 ], [ 108.006659, 36.683435 ], [ 108.02329, 36.647912 ], [ 108.001732, 36.639269 ], [ 108.060862, 36.592194 ], [ 108.079956, 36.614294 ], [ 108.092891, 36.587388 ], [ 108.163724, 36.563839 ], [ 108.1976, 36.630144 ], [ 108.222854, 36.631105 ], [ 108.204992, 36.606607 ], [ 108.204992, 36.606607 ], [ 108.210535, 36.577296 ], [ 108.245644, 36.571048 ], [ 108.262274, 36.549417 ], [ 108.340498, 36.559032 ], [ 108.365136, 36.519603 ], [ 108.391621, 36.505654 ], [ 108.408252, 36.45946 ], [ 108.460606, 36.422871 ], [ 108.495099, 36.422389 ], [ 108.514809, 36.445501 ], [ 108.510498, 36.47438 ], [ 108.562852, 36.43876 ], [ 108.618903, 36.433946 ], [ 108.651548, 36.384818 ], [ 108.641693, 36.359279 ], [ 108.646004, 36.254143 ], [ 108.712526, 36.138716 ], [ 108.682345, 36.062316 ], [ 108.688504, 36.021183 ], [ 108.659555, 35.990683 ], [ 108.652164, 35.94806 ], [ 108.593649, 35.950967 ], [ 108.562852, 35.921409 ], [ 108.518505, 35.905414 ], [ 108.499411, 35.872444 ], [ 108.527744, 35.82442 ], [ 108.533903, 35.746257 ], [ 108.517889, 35.699615 ], [ 108.539447, 35.605761 ], [ 108.618287, 35.557088 ], [ 108.625678, 35.537124 ], [ 108.605968, 35.503028 ], [ 108.631222, 35.418698 ], [ 108.61028, 35.355271 ], [ 108.614591, 35.328909 ], [ 108.583178, 35.294724 ], [ 108.547454, 35.304981 ], [ 108.48894, 35.275184 ], [ 108.36144, 35.279581 ], [ 108.345426, 35.300586 ], [ 108.296767, 35.267855 ], [ 108.239484, 35.256127 ], [ 108.221622, 35.296678 ], [ 108.174811, 35.304981 ], [ 108.094739, 35.280069 ], [ 108.049159, 35.253683 ], [ 107.949993, 35.245375 ], [ 107.960464, 35.263457 ], [ 107.867457, 35.256127 ], [ 107.841587, 35.276649 ], [ 107.745501, 35.311819 ], [ 107.737494, 35.267366 ], [ 107.667277, 35.257104 ], [ 107.652494, 35.244886 ], [ 107.686371, 35.218 ], [ 107.715936, 35.168114 ], [ 107.727639, 35.120157 ], [ 107.769523, 35.064333 ], [ 107.769523, 35.064333 ], [ 107.773218, 35.060904 ], [ 107.773218, 35.060904 ], [ 107.814486, 35.024646 ], [ 107.846515, 35.024646 ], [ 107.863145, 34.999158 ], [ 107.842203, 34.979056 ], [ 107.741805, 34.953553 ], [ 107.675284, 34.9511 ], [ 107.638943, 34.935402 ], [ 107.619849, 34.964834 ], [ 107.564415, 34.968757 ], [ 107.523763, 34.909886 ], [ 107.455394, 34.916757 ], [ 107.400575, 34.932949 ], [ 107.369162, 34.917738 ], [ 107.350068, 34.93393 ], [ 107.286626, 34.931968 ], [ 107.252749, 34.880925 ], [ 107.189308, 34.893198 ], [ 107.162206, 34.944233 ], [ 107.119707, 34.950119 ], [ 107.089526, 34.976604 ], [ 107.08275, 35.024156 ], [ 107.012533, 35.029547 ], [ 106.990975, 35.068252 ], [ 106.950323, 35.066782 ], [ 106.901664, 35.094698 ], [ 106.838222, 35.080007 ], [ 106.710723, 35.100574 ], [ 106.706411, 35.081966 ], [ 106.615252, 35.071191 ], [ 106.577064, 35.089312 ], [ 106.541956, 35.083925 ], [ 106.52163, 35.027587 ], [ 106.494528, 35.006021 ], [ 106.494528, 35.006021 ], [ 106.484673, 34.983959 ], [ 106.493296, 34.941289 ], [ 106.527789, 34.876507 ], [ 106.556122, 34.861285 ], [ 106.550579, 34.82936 ], [ 106.575216, 34.769897 ], [ 106.539492, 34.745805 ], [ 106.505615, 34.746789 ], [ 106.487137, 34.715311 ], [ 106.456956, 34.703996 ], [ 106.442173, 34.675455 ], [ 106.471122, 34.634102 ], [ 106.419384, 34.643458 ], [ 106.314058, 34.578934 ], [ 106.341159, 34.568093 ], [ 106.334384, 34.517811 ], [ 106.455108, 34.531617 ], [ 106.514238, 34.511894 ], [ 106.513622, 34.498085 ], [ 106.558586, 34.48822 ], [ 106.610941, 34.454177 ], [ 106.638042, 34.391481 ], [ 106.717498, 34.369255 ], [ 106.691013, 34.337635 ], [ 106.705179, 34.299575 ], [ 106.68239, 34.256057 ], [ 106.652825, 34.24369 ], [ 106.63373, 34.260014 ], [ 106.589383, 34.253584 ], [ 106.577064, 34.280786 ], [ 106.526557, 34.292159 ], [ 106.496376, 34.238248 ], [ 106.5321, 34.254079 ], [ 106.55797, 34.229837 ], [ 106.585071, 34.149641 ], [ 106.560434, 34.109514 ], [ 106.501919, 34.105055 ], [ 106.505615, 34.056479 ], [ 106.471738, 34.024244 ], [ 106.474202, 33.970659 ], [ 106.41076, 33.909093 ], [ 106.428007, 33.866368 ], [ 106.475434, 33.875809 ], [ 106.491448, 33.834559 ], [ 106.461883, 33.789807 ], [ 106.488369, 33.757969 ], [ 106.482825, 33.707203 ], [ 106.534564, 33.695254 ], [ 106.575832, 33.631497 ], [ 106.58076, 33.576169 ], [ 106.540108, 33.512822 ], [ 106.456956, 33.532779 ], [ 106.447101, 33.613058 ], [ 106.384891, 33.612061 ], [ 106.35163, 33.587137 ], [ 106.303587, 33.604585 ], [ 106.237681, 33.564201 ], [ 106.187174, 33.546746 ], [ 106.108334, 33.569686 ], [ 106.117573, 33.602591 ], [ 106.086776, 33.617045 ], [ 106.047356, 33.610067 ], [ 105.971596, 33.613058 ], [ 105.940183, 33.570684 ], [ 105.902611, 33.556222 ], [ 105.871198, 33.511325 ], [ 105.842248, 33.489866 ], [ 105.831162, 33.451926 ], [ 105.837937, 33.410971 ], [ 105.827466, 33.379993 ], [ 105.709822, 33.382991 ], [ 105.755401, 33.329004 ], [ 105.752937, 33.291994 ], [ 105.791741, 33.278486 ], [ 105.799133, 33.258471 ], [ 105.862574, 33.234447 ], [ 105.917393, 33.237951 ], [ 105.965436, 33.204407 ], [ 105.968516, 33.154318 ], [ 105.93156, 33.178365 ], [ 105.897067, 33.146803 ], [ 105.923552, 33.147805 ], [ 105.934639, 33.112221 ], [ 105.914929, 33.066092 ], [ 105.926632, 33.042517 ], [ 105.917393, 32.993841 ], [ 105.861959, 32.939112 ], [ 105.82685, 32.950663 ], [ 105.735691, 32.905454 ], [ 105.656851, 32.895405 ], [ 105.638373, 32.879323 ], [ 105.590329, 32.87681 ], [ 105.565692, 32.906962 ], [ 105.528119, 32.919019 ], [ 105.49917, 32.911986 ], [ 105.467757, 32.930071 ], [ 105.414171, 32.922034 ], [ 105.408011, 32.885857 ], [ 105.38091, 32.876307 ], [ 105.396308, 32.85067 ], [ 105.396308, 32.85067 ], [ 105.427721, 32.784281 ], [ 105.454207, 32.767173 ], [ 105.448663, 32.732946 ], [ 105.368591, 32.712807 ], [ 105.347033, 32.68259 ], [ 105.297758, 32.656897 ], [ 105.263265, 32.652362 ], [ 105.219534, 32.666469 ], [ 105.215222, 32.63674 ], [ 105.185041, 32.617587 ], [ 105.111128, 32.593893 ], [ 105.0791, 32.637244 ], [ 105.026745, 32.650346 ], [ 104.925115, 32.607505 ], [ 104.881999, 32.600951 ], [ 104.845659, 32.653873 ], [ 104.820405, 32.662943 ], [ 104.795768, 32.643292 ], [ 104.739717, 32.635228 ], [ 104.696601, 32.673522 ], [ 104.643015, 32.661935 ], [ 104.592508, 32.695685 ], [ 104.582653, 32.722374 ], [ 104.526602, 32.728416 ], [ 104.51182, 32.753585 ], [ 104.458849, 32.748551 ], [ 104.363994, 32.822511 ], [ 104.294393, 32.835586 ], [ 104.277147, 32.90244 ], [ 104.288234, 32.942628 ], [ 104.345516, 32.940117 ], [ 104.378161, 32.953174 ], [ 104.383704, 32.994343 ], [ 104.426204, 33.010906 ], [ 104.391711, 33.035493 ], [ 104.337509, 33.038002 ], [ 104.378161, 33.109214 ], [ 104.351059, 33.158828 ], [ 104.32827, 33.223934 ], [ 104.323958, 33.26898 ], [ 104.303632, 33.304499 ], [ 104.333813, 33.315502 ], [ 104.386168, 33.298497 ], [ 104.420045, 33.327004 ], [ 104.373849, 33.345004 ], [ 104.292545, 33.336505 ], [ 104.272219, 33.391486 ], [ 104.22048, 33.404477 ], [ 104.213089, 33.446932 ], [ 104.180444, 33.472895 ], [ 104.155191, 33.542755 ], [ 104.176749, 33.5996 ], [ 104.103452, 33.663381 ], [ 104.046169, 33.686291 ], [ 103.980264, 33.670852 ], [ 103.861388, 33.682307 ], [ 103.778236, 33.658898 ], [ 103.690772, 33.69376 ], [ 103.667983, 33.685793 ], [ 103.645809, 33.708697 ], [ 103.593454, 33.716164 ], [ 103.563889, 33.699735 ], [ 103.552186, 33.671351 ], [ 103.520157, 33.678323 ], [ 103.545411, 33.719649 ], [ 103.518309, 33.807213 ], [ 103.464723, 33.80224 ], [ 103.434542, 33.752993 ], [ 103.35447, 33.743539 ], [ 103.278709, 33.774387 ], [ 103.284868, 33.80224 ], [ 103.24976, 33.814175 ], [ 103.228202, 33.79478 ], [ 103.165376, 33.805721 ], [ 103.153673, 33.819147 ], [ 103.181391, 33.900649 ], [ 103.16476, 33.929454 ], [ 103.1315, 33.931937 ], [ 103.120413, 33.953286 ], [ 103.157369, 33.998944 ], [ 103.147514, 34.036644 ], [ 103.119797, 34.03466 ], [ 103.129652, 34.065899 ], [ 103.178927, 34.079779 ], [ 103.121644, 34.112487 ], [ 103.124108, 34.162022 ], [ 103.100087, 34.181828 ], [ 103.052043, 34.195194 ], [ 103.005848, 34.184798 ], [ 102.973203, 34.205588 ], [ 102.977515, 34.252595 ], [ 102.949181, 34.292159 ], [ 102.911609, 34.312923 ], [ 102.85987, 34.301058 ], [ 102.856791, 34.270895 ], [ 102.798276, 34.272874 ], [ 102.779798, 34.236764 ], [ 102.728675, 34.235774 ], [ 102.694799, 34.198659 ], [ 102.664002, 34.192719 ], [ 102.651067, 34.165983 ], [ 102.598712, 34.14766 ], [ 102.655994, 34.113478 ], [ 102.649219, 34.080275 ], [ 102.615958, 34.099604 ], [ 102.511865, 34.086222 ], [ 102.471213, 34.072839 ], [ 102.437336, 34.087214 ], [ 102.406539, 34.033172 ], [ 102.392372, 33.971651 ], [ 102.345561, 33.969666 ], [ 102.315996, 33.993983 ], [ 102.287047, 33.977607 ], [ 102.248858, 33.98654 ], [ 102.226069, 33.963214 ], [ 102.16817, 33.983066 ], [ 102.136142, 33.965199 ], [ 102.25317, 33.861399 ], [ 102.261177, 33.821136 ], [ 102.243315, 33.786823 ], [ 102.296286, 33.783838 ], [ 102.324619, 33.754486 ], [ 102.284583, 33.719151 ], [ 102.342481, 33.725622 ], [ 102.31538, 33.665374 ], [ 102.346793, 33.605582 ], [ 102.440416, 33.574673 ], [ 102.477988, 33.543254 ], [ 102.446575, 33.53228 ], [ 102.461358, 33.501345 ], [ 102.462589, 33.449429 ], [ 102.447807, 33.454922 ], [ 102.392988, 33.404477 ], [ 102.368967, 33.41247 ], [ 102.310452, 33.397982 ], [ 102.296286, 33.413969 ], [ 102.258098, 33.409472 ], [ 102.218062, 33.349503 ], [ 102.192192, 33.337005 ], [ 102.217446, 33.247961 ], [ 102.200815, 33.223434 ], [ 102.160163, 33.242956 ], [ 102.144765, 33.273983 ], [ 102.117047, 33.288492 ], [ 102.08933, 33.227439 ], [ 102.08933, 33.204908 ], [ 102.054838, 33.189884 ], [ 101.99386, 33.1999 ], [ 101.935345, 33.186879 ], [ 101.921795, 33.153817 ], [ 101.887302, 33.135778 ], [ 101.865744, 33.103198 ], [ 101.825708, 33.119239 ], [ 101.841723, 33.184876 ], [ 101.83002, 33.213921 ], [ 101.770274, 33.248962 ], [ 101.769658, 33.26898 ], [ 101.877447, 33.314502 ], [ 101.887302, 33.383991 ], [ 101.915635, 33.425957 ], [ 101.946432, 33.442937 ], [ 101.906396, 33.48188 ], [ 101.907012, 33.539264 ], [ 101.884222, 33.578163 ], [ 101.844186, 33.602591 ], [ 101.831252, 33.554726 ], [ 101.783208, 33.556721 ], [ 101.769042, 33.538765 ], [ 101.748716, 33.505337 ], [ 101.718535, 33.494857 ], [ 101.622448, 33.502343 ], [ 101.611977, 33.565199 ], [ 101.616905, 33.598603 ], [ 101.585492, 33.645448 ], [ 101.58426, 33.674339 ], [ 101.501724, 33.702723 ], [ 101.428427, 33.680315 ], [ 101.424732, 33.655411 ], [ 101.385312, 33.644949 ], [ 101.302776, 33.657902 ], [ 101.23687, 33.685793 ], [ 101.217776, 33.669856 ], [ 101.166653, 33.659894 ], [ 101.177124, 33.685295 ], [ 101.162957, 33.719649 ], [ 101.186363, 33.741051 ], [ 101.190675, 33.791796 ], [ 101.153102, 33.823124 ], [ 101.153718, 33.8445 ], [ 101.054552, 33.863386 ], [ 101.023139, 33.896178 ], [ 100.994806, 33.891707 ], [ 100.965857, 33.946832 ], [ 100.927669, 33.975126 ], [ 100.93506, 33.990013 ], [ 100.880857, 34.036644 ], [ 100.870386, 34.083744 ], [ 100.848828, 34.089692 ], [ 100.806329, 34.155584 ], [ 100.764445, 34.178857 ], [ 100.809408, 34.247153 ], [ 100.798321, 34.260014 ], [ 100.821727, 34.317371 ], [ 100.868538, 34.332693 ], [ 100.895024, 34.375183 ], [ 100.951074, 34.38358 ], [ 100.986799, 34.374689 ], [ 101.054552, 34.322808 ], [ 101.098284, 34.329233 ], [ 101.178356, 34.320831 ], [ 101.193754, 34.336646 ], [ 101.235022, 34.325279 ], [ 101.228863, 34.298586 ], [ 101.268899, 34.278808 ], [ 101.325565, 34.268423 ], [ 101.327413, 34.24468 ], [ 101.369913, 34.248143 ], [ 101.417956, 34.227858 ], [ 101.482014, 34.218951 ], [ 101.492485, 34.195689 ], [ 101.53868, 34.212022 ], [ 101.6206, 34.178857 ], [ 101.674187, 34.110506 ], [ 101.703136, 34.119424 ], [ 101.718535, 34.083249 ], [ 101.736397, 34.080275 ], [ 101.764114, 34.122892 ], [ 101.788136, 34.131809 ], [ 101.836795, 34.124378 ], [ 101.851578, 34.153108 ], [ 101.874367, 34.130323 ], [ 101.897773, 34.133791 ], [ 101.955055, 34.109514 ], [ 101.965526, 34.167469 ], [ 102.003099, 34.162022 ], [ 102.030816, 34.190739 ], [ 102.01357, 34.218456 ], [ 102.062229, 34.227858 ], [ 102.067772, 34.293642 ], [ 102.149692, 34.271885 ], [ 102.186649, 34.352952 ], [ 102.237156, 34.34307 ], [ 102.237156, 34.34307 ], [ 102.259329, 34.355917 ], [ 102.205743, 34.407777 ], [ 102.169402, 34.457631 ], [ 102.155852, 34.507456 ], [ 102.139837, 34.50351 ], [ 102.093026, 34.536547 ], [ 102.001867, 34.538519 ], [ 101.97415, 34.548871 ], [ 101.956287, 34.582876 ], [ 101.934729, 34.58731 ], [ 101.919947, 34.621791 ], [ 101.917483, 34.705964 ], [ 101.923027, 34.835746 ], [ 101.916867, 34.873561 ], [ 101.985852, 34.90007 ], [ 102.068388, 34.887798 ], [ 102.048062, 34.910868 ], [ 102.094874, 34.986901 ], [ 102.133678, 35.014844 ], [ 102.157699, 35.010923 ], [ 102.176178, 35.032977 ], [ 102.211286, 35.034937 ], [ 102.218062, 35.057475 ], [ 102.252554, 35.048657 ], [ 102.29567, 35.071681 ], [ 102.310452, 35.128967 ], [ 102.346793, 35.164201 ], [ 102.404075, 35.179366 ], [ 102.365887, 35.235599 ], [ 102.370199, 35.263946 ], [ 102.3123, 35.282512 ], [ 102.280887, 35.303028 ], [ 102.311684, 35.31426 ], [ 102.317844, 35.343067 ], [ 102.287663, 35.36552 ], [ 102.293822, 35.424063 ], [ 102.314764, 35.434303 ], [ 102.408387, 35.409431 ], [ 102.447807, 35.437229 ], [ 102.437952, 35.455268 ], [ 102.49893, 35.545403 ], [ 102.503241, 35.585322 ], [ 102.531575, 35.580455 ], [ 102.570995, 35.548324 ], [ 102.695414, 35.528358 ], [ 102.743458, 35.494745 ], [ 102.782878, 35.527871 ], [ 102.729291, 35.523487 ], [ 102.746537, 35.545403 ], [ 102.808747, 35.560496 ], [ 102.763168, 35.612086 ], [ 102.7644, 35.653431 ], [ 102.744074, 35.657807 ], [ 102.707733, 35.70496 ], [ 102.686175, 35.771996 ], [ 102.715125, 35.815685 ], [ 102.739146, 35.821023 ], [ 102.787189, 35.862745 ], [ 102.81737, 35.850133 ], [ 102.914073, 35.845282 ], [ 102.94487, 35.829757 ], [ 102.954725, 35.858864 ], [ 102.942406, 35.92674 ], [ 102.971971, 35.995525 ], [ 102.951645, 36.021667 ], [ 102.968276, 36.044414 ], [ 102.932551, 36.048285 ], [ 102.882044, 36.082632 ], [ 102.941174, 36.104877 ], [ 102.948566, 36.150798 ], [ 102.965812, 36.151765 ], [ 102.986754, 36.193312 ], [ 103.048964, 36.199107 ], [ 103.066826, 36.216974 ], [ 103.021246, 36.232906 ], [ 103.024942, 36.256556 ], [ 102.922696, 36.298047 ], [ 102.896827, 36.331803 ], [ 102.845704, 36.331803 ], [ 102.836465, 36.344819 ], [ 102.838928, 36.345783 ], [ 102.831537, 36.365544 ], [ 102.829689, 36.365544 ], [ 102.771791, 36.47438 ], [ 102.793349, 36.497957 ], [ 102.753313, 36.525855 ], [ 102.734219, 36.562396 ], [ 102.761936, 36.568645 ], [ 102.714509, 36.599401 ], [ 102.724364, 36.613813 ], [ 102.684328, 36.619097 ], [ 102.630741, 36.650793 ], [ 102.601176, 36.710307 ], [ 102.612879, 36.738129 ], [ 102.639364, 36.732853 ], [ 102.692335, 36.775528 ], [ 102.720052, 36.767858 ], [ 102.639364, 36.852666 ], [ 102.587009, 36.869904 ], [ 102.56114, 36.91968 ], [ 102.526031, 36.928291 ], [ 102.499546, 36.954599 ], [ 102.450271, 36.968467 ], [ 102.506321, 37.019134 ], [ 102.488459, 37.078362 ], [ 102.583314, 37.104618 ], [ 102.642444, 37.099845 ], [ 102.599944, 37.174748 ], [ 102.578386, 37.17284 ], [ 102.533422, 37.217176 ], [ 102.490307, 37.223371 ], [ 102.457662, 37.248147 ], [ 102.45335, 37.271487 ], [ 102.419474, 37.294343 ], [ 102.428097, 37.308624 ], [ 102.368351, 37.327662 ], [ 102.29875, 37.370004 ], [ 102.299981, 37.391404 ], [ 102.19712, 37.420403 ], [ 102.176794, 37.458892 ], [ 102.125055, 37.48549 ], [ 102.103497, 37.482641 ], [ 102.131214, 37.54625 ], [ 102.102265, 37.582304 ], [ 102.035128, 37.627819 ], [ 102.048678, 37.651515 ], [ 102.036359, 37.685149 ], [ 101.998787, 37.724921 ], [ 101.946432, 37.728235 ], [ 101.873135, 37.686569 ], [ 101.854657, 37.664781 ], [ 101.815853, 37.654357 ], [ 101.791832, 37.696041 ], [ 101.659405, 37.733441 ], [ 101.670491, 37.754264 ], [ 101.598427, 37.827569 ], [ 101.551615, 37.835604 ], [ 101.459224, 37.86632 ], [ 101.382848, 37.822369 ], [ 101.362522, 37.791162 ], [ 101.276906, 37.83655 ], [ 101.202994, 37.84742 ], [ 101.159262, 37.86821 ], [ 101.152486, 37.891356 ], [ 101.114298, 37.92016 ], [ 101.103211, 37.946593 ], [ 101.077342, 37.941874 ], [ 100.964009, 38.011221 ], [ 100.91843, 37.999432 ], [ 100.895024, 38.013107 ], [ 100.888864, 38.056001 ], [ 100.922125, 38.084741 ], [ 100.91843, 38.129006 ], [ 100.93814, 38.16007 ], [ 100.913502, 38.17889 ], [ 100.860531, 38.148305 ], [ 100.825423, 38.158658 ], [ 100.752126, 38.238612 ], [ 100.71517, 38.253652 ], [ 100.619083, 38.26587 ], [ 100.595061, 38.242372 ], [ 100.545786, 38.247072 ], [ 100.516837, 38.272448 ], [ 100.474953, 38.288891 ], [ 100.459555, 38.2654 ], [ 100.432453, 38.275267 ], [ 100.424446, 38.307208 ], [ 100.396729, 38.293118 ], [ 100.318505, 38.329276 ], [ 100.331439, 38.337257 ], [ 100.301874, 38.388405 ], [ 100.259374, 38.366355 ], [ 100.24028, 38.441861 ], [ 100.163288, 38.461546 ], [ 100.113397, 38.497151 ], [ 100.086911, 38.492936 ], [ 100.064122, 38.518694 ], [ 100.025933, 38.507923 ], [ 100.001296, 38.467169 ], [ 100.022238, 38.432017 ], [ 100.093071, 38.407166 ], [ 100.136803, 38.33444 ], [ 100.163904, 38.328337 ], [ 100.159592, 38.291239 ], [ 100.182998, 38.222158 ], [ 100.126332, 38.231561 ], [ 100.117093, 38.253652 ], [ 100.071513, 38.284663 ], [ 100.049955, 38.283254 ], [ 100.001912, 38.315191 ], [ 99.960028, 38.320825 ], [ 99.826985, 38.370109 ], [ 99.758, 38.410449 ], [ 99.727203, 38.415607 ], [ 99.65945, 38.449361 ], [ 99.63974, 38.474666 ], [ 99.585537, 38.498556 ], [ 99.52887, 38.546314 ], [ 99.501769, 38.612281 ], [ 99.450646, 38.60433 ], [ 99.412458, 38.665571 ], [ 99.375502, 38.684727 ], [ 99.361951, 38.718354 ], [ 99.291118, 38.765966 ], [ 99.222133, 38.788827 ], [ 99.141445, 38.852706 ], [ 99.068764, 38.896968 ], [ 99.071843, 38.921184 ], [ 99.107568, 38.951907 ], [ 99.054597, 38.97657 ], [ 98.951735, 38.987735 ], [ 98.903076, 39.012384 ], [ 98.886446, 39.040744 ], [ 98.818076, 39.064911 ], [ 98.816845, 39.085818 ], [ 98.743548, 39.086747 ], [ 98.730613, 39.057011 ], [ 98.70536, 39.043533 ], [ 98.661628, 38.993782 ], [ 98.612353, 38.977035 ], [ 98.624056, 38.959353 ], [ 98.584635, 38.93003 ], [ 98.526737, 38.95563 ], [ 98.457752, 38.952838 ], [ 98.428187, 38.976104 ], [ 98.432498, 38.996107 ], [ 98.401086, 39.001688 ], [ 98.383839, 39.029588 ], [ 98.316702, 39.040744 ], [ 98.280977, 39.027263 ], [ 98.287753, 38.992386 ], [ 98.276666, 38.963541 ], [ 98.235398, 38.918855 ], [ 98.242173, 38.880664 ], [ 98.167645, 38.840121 ], [ 98.091884, 38.786495 ], [ 98.068478, 38.816344 ], [ 98.029058, 38.834061 ], [ 98.009348, 38.85923 ], [ 97.875689, 38.898365 ], [ 97.828878, 38.93003 ], [ 97.701379, 38.963076 ], [ 97.679205, 39.010524 ], [ 97.58127, 39.052364 ], [ 97.504894, 39.076527 ], [ 97.458698, 39.117863 ], [ 97.401416, 39.146645 ], [ 97.371235, 39.140611 ], [ 97.347213, 39.167528 ], [ 97.315185, 39.164744 ], [ 97.220946, 39.193042 ], [ 97.14149, 39.199999 ], [ 97.060186, 39.19768 ], [ 97.017686, 39.208347 ], [ 96.962251, 39.198144 ], [ 97.012142, 39.142004 ], [ 96.969643, 39.097895 ], [ 96.95794, 39.041674 ], [ 96.965331, 39.017034 ], [ 96.938846, 38.95563 ], [ 96.940693, 38.90768 ], [ 96.983809, 38.869016 ], [ 96.993664, 38.834993 ], [ 96.987505, 38.793025 ], [ 97.00044, 38.7613 ], [ 97.023229, 38.755699 ], [ 97.009063, 38.702477 ], [ 97.057722, 38.67258 ], [ 97.047251, 38.653888 ], [ 97.055874, 38.594508 ], [ 96.961019, 38.558015 ], [ 96.876636, 38.580475 ], [ 96.847071, 38.599186 ], [ 96.7941, 38.608072 ], [ 96.808882, 38.582346 ], [ 96.767614, 38.552399 ], [ 96.800259, 38.52759 ], [ 96.780549, 38.504177 ], [ 96.706637, 38.505582 ], [ 96.6666, 38.483567 ], [ 96.707868, 38.459203 ], [ 96.698013, 38.422172 ], [ 96.626564, 38.356031 ], [ 96.638883, 38.307208 ], [ 96.655514, 38.295936 ], [ 96.665369, 38.23015 ], [ 96.46334, 38.277616 ], [ 96.378341, 38.277146 ], [ 96.335841, 38.246132 ], [ 96.301964, 38.183124 ], [ 96.313051, 38.161952 ], [ 96.264392, 38.145952 ], [ 96.252689, 38.167599 ], [ 96.221892, 38.149246 ], [ 96.109175, 38.187358 ], [ 96.06606, 38.173245 ], [ 96.006929, 38.207582 ], [ 95.93856, 38.237202 ], [ 95.932401, 38.259291 ], [ 95.89606, 38.2903 ], [ 95.852945, 38.287481 ], [ 95.83693, 38.344298 ], [ 95.775952, 38.356031 ], [ 95.723597, 38.378554 ], [ 95.703887, 38.400131 ], [ 95.671858, 38.388405 ], [ 95.608417, 38.339134 ], [ 95.585011, 38.343359 ], [ 95.51849, 38.294997 ], [ 95.487693, 38.314721 ], [ 95.455664, 38.291709 ], [ 95.440881, 38.310965 ], [ 95.408236, 38.300163 ], [ 95.315846, 38.318947 ], [ 95.259179, 38.302981 ], [ 95.229614, 38.330685 ], [ 95.209904, 38.327868 ], [ 95.185266, 38.379492 ], [ 95.140919, 38.392158 ], [ 95.122441, 38.417014 ], [ 95.072549, 38.402476 ], [ 95.045448, 38.418889 ], [ 94.973999, 38.430142 ], [ 94.884072, 38.414669 ], [ 94.861282, 38.393565 ], [ 94.812623, 38.385591 ], [ 94.672805, 38.386998 ], [ 94.582878, 38.36917 ], [ 94.56132, 38.351807 ], [ 94.527443, 38.365416 ], [ 94.527443, 38.425922 ], [ 94.511429, 38.445142 ], [ 94.370379, 38.7627 ], [ 94.281067, 38.7599 ], [ 93.973098, 38.724891 ], [ 93.95154, 38.715086 ], [ 93.885018, 38.720689 ], [ 93.800019, 38.750566 ], [ 93.773533, 38.771099 ], [ 93.756287, 38.807484 ], [ 93.769838, 38.821007 ], [ 93.884403, 38.826136 ], [ 93.884403, 38.867618 ], [ 93.834511, 38.867618 ], [ 93.729186, 38.924443 ], [ 93.453245, 38.915596 ], [ 93.274007, 38.896036 ], [ 93.237666, 38.916062 ], [ 93.179152, 38.923977 ], [ 93.198246, 39.045857 ], [ 93.165601, 39.090928 ], [ 93.131725, 39.108112 ], [ 93.142196, 39.160567 ], [ 93.115094, 39.17959 ], [ 93.043029, 39.146645 ], [ 92.978356, 39.143396 ], [ 92.938936, 39.169848 ], [ 92.889045, 39.160103 ], [ 92.866871, 39.138754 ], [ 92.765857, 39.136898 ], [ 92.659299, 39.109969 ], [ 92.545966, 39.111362 ], [ 92.489916, 39.099753 ], [ 92.459119, 39.063982 ], [ 92.459119, 39.042604 ], [ 92.41046, 39.03842 ], [ 92.366728, 39.059335 ], [ 92.366112, 39.096037 ], [ 92.343938, 39.146181 ], [ 92.339011, 39.236628 ], [ 92.378431, 39.258411 ], [ 92.52564, 39.368611 ], [ 92.639589, 39.514196 ], [ 92.687632, 39.657174 ], [ 92.745531, 39.868331 ], [ 92.796654, 40.153897 ], [ 92.906907, 40.310609 ], [ 92.920458, 40.391792 ], [ 92.928465, 40.572504 ], [ 93.506216, 40.648376 ], [ 93.760599, 40.664721 ], [ 93.820961, 40.793519 ], [ 93.809874, 40.879548 ], [ 93.908424, 40.983539 ], [ 94.01067, 41.114875 ], [ 94.184365, 41.268444 ], [ 94.534219, 41.505966 ], [ 94.750413, 41.538227 ], [ 94.809543, 41.619256 ], [ 94.861898, 41.668451 ], [ 94.969072, 41.718948 ], [ 95.011572, 41.726541 ], [ 95.110738, 41.768513 ], [ 95.135991, 41.772976 ], [ 95.16494, 41.735474 ], [ 95.199433, 41.719395 ], [ 95.194505, 41.694821 ], [ 95.247476, 41.61344 ], [ 95.299831, 41.565994 ], [ 95.335556, 41.644305 ], [ 95.39407, 41.693481 ], [ 95.445193, 41.719841 ], [ 95.57146, 41.796181 ], [ 95.65646, 41.826067 ], [ 95.759322, 41.835878 ], [ 95.801206, 41.848361 ], [ 95.855408, 41.849699 ], [ 95.998306, 41.906289 ], [ 96.054973, 41.936124 ], [ 96.117183, 41.985966 ], [ 96.137509, 42.019765 ], [ 96.13874, 42.05399 ], [ 96.077147, 42.149457 ], [ 96.178161, 42.21775 ], [ 96.040806, 42.326688 ], [ 96.042038, 42.352787 ], [ 96.06606, 42.414674 ], [ 95.978596, 42.436762 ], [ 96.0174, 42.482239 ], [ 96.02356, 42.542675 ], [ 96.072219, 42.569566 ], [ 96.103632, 42.604375 ], [ 96.166458, 42.623314 ], [ 96.386348, 42.727592 ], [ 96.742361, 42.75704 ], [ 96.968411, 42.756161 ], [ 97.172903, 42.795257 ], [ 97.371235, 42.457076 ], [ 97.500582, 42.243894 ], [ 97.653335, 41.986856 ], [ 97.84674, 41.656379 ], [ 97.613915, 41.477276 ], [ 97.629314, 41.440498 ], [ 97.903407, 41.168057 ], [ 97.971776, 41.09774 ], [ 98.142391, 41.001607 ], [ 98.184891, 40.988056 ], [ 98.25018, 40.93925 ], [ 98.333332, 40.918903 ], [ 98.344419, 40.568413 ], [ 98.627751, 40.677884 ], [ 98.569853, 40.746836 ], [ 98.668403, 40.773128 ], [ 98.689345, 40.691952 ], [ 98.72199, 40.657911 ], [ 98.762642, 40.639748 ], [ 98.802678, 40.607043 ], [ 98.80699, 40.660181 ], [ 98.790975, 40.705564 ], [ 98.984996, 40.782644 ], [ 99.041662, 40.693767 ], [ 99.102025, 40.676522 ], [ 99.12543, 40.715091 ], [ 99.172858, 40.747289 ], [ 99.174705, 40.858278 ], [ 99.565827, 40.846961 ], [ 99.673, 40.93292 ], [ 99.985897, 40.909858 ], [ 100.057346, 40.908049 ], [ 100.107853, 40.875475 ], [ 100.224882, 40.727337 ], [ 100.237201, 40.716905 ], [ 100.242744, 40.618855 ], [ 100.169447, 40.541131 ], [ 100.169447, 40.277743 ], [ 100.007455, 40.20008 ], [ 99.955716, 40.150695 ], [ 99.927383, 40.063727 ], [ 99.841152, 40.013326 ], [ 99.751225, 40.006909 ], [ 99.714268, 39.972061 ], [ 99.533182, 39.891753 ], [ 99.491298, 39.884406 ], [ 99.459885, 39.898181 ], [ 99.440791, 39.885783 ], [ 99.469124, 39.875221 ], [ 99.672384, 39.888079 ], [ 99.822058, 39.860063 ], [ 99.904593, 39.785601 ], [ 99.958796, 39.769504 ], [ 100.040716, 39.757083 ], [ 100.128179, 39.702312 ], [ 100.250135, 39.685274 ], [ 100.314193, 39.606935 ], [ 100.301258, 39.572345 ], [ 100.326512, 39.509118 ], [ 100.44354, 39.485565 ], [ 100.500823, 39.481408 ], [ 100.498975, 39.400527 ], [ 100.606764, 39.387577 ], [ 100.707778, 39.404689 ], [ 100.842053, 39.405614 ], [ 100.842669, 39.199999 ], [ 100.864227, 39.106719 ], [ 100.829118, 39.075133 ], [ 100.835278, 39.025869 ], [ 100.875314, 39.002619 ], [ 100.901799, 39.030053 ], [ 100.961545, 39.005874 ], [ 100.969553, 38.946788 ], [ 101.117378, 38.975174 ], [ 101.228863, 39.020754 ], [ 101.198682, 38.943064 ], [ 101.237486, 38.907214 ], [ 101.24303, 38.860628 ], [ 101.33542, 38.847113 ], [ 101.34158, 38.822406 ], [ 101.307087, 38.80282 ], [ 101.331109, 38.777164 ], [ 101.412413, 38.764099 ], [ 101.562702, 38.713218 ], [ 101.601506, 38.65529 ], [ 101.672955, 38.6908 ], [ 101.777049, 38.66043 ], [ 101.873751, 38.733761 ], [ 101.941505, 38.808883 ], [ 102.075164, 38.891378 ], [ 102.045599, 38.904885 ], [ 101.955055, 38.985874 ], [ 101.926106, 39.000758 ], [ 101.833715, 39.08907 ], [ 101.902701, 39.111827 ], [ 102.012338, 39.127149 ], [ 102.050526, 39.141075 ], [ 102.276576, 39.188868 ], [ 102.3548, 39.231993 ], [ 102.45335, 39.255167 ], [ 102.579002, 39.183301 ], [ 102.616574, 39.171703 ], [ 102.883892, 39.120649 ], [ 103.007696, 39.099753 ], [ 103.133347, 39.192579 ], [ 103.188166, 39.215302 ], [ 103.259615, 39.263971 ], [ 103.344615, 39.331588 ], [ 103.428998, 39.353341 ], [ 103.595302, 39.386652 ], [ 103.728961, 39.430117 ], [ 103.85338, 39.461543 ], [ 103.955626, 39.456923 ], [ 104.089901, 39.419947 ], [ 104.073271, 39.351953 ], [ 104.047401, 39.297788 ], [ 104.171205, 39.160567 ], [ 104.207546, 39.083495 ], [ 104.190915, 39.042139 ], [ 104.196459, 38.9882 ], [ 104.173053, 38.94446 ], [ 104.044322, 38.895105 ], [ 104.011677, 38.85923 ], [ 103.85954, 38.64454 ], [ 103.416063, 38.404821 ], [ 103.465339, 38.353215 ], [ 103.507838, 38.280905 ], [ 103.53494, 38.156776 ], [ 103.368636, 38.08898 ], [ 103.362477, 38.037621 ], [ 103.40744, 37.860651 ], [ 103.627947, 37.797783 ], [ 103.683381, 37.777919 ], [ 103.841062, 37.64725 ], [ 103.874938, 37.604117 ], [ 103.935916, 37.572818 ], [ 104.089285, 37.465067 ], [ 104.183524, 37.406618 ], [ 104.237727, 37.411847 ], [ 104.287002, 37.428007 ], [ 104.298705, 37.414223 ], [ 104.365226, 37.418026 ], [ 104.437907, 37.445589 ], [ 104.448994, 37.42468 ], [ 104.499501, 37.421353 ], [ 104.521059, 37.43466 ], [ 104.679971, 37.408044 ], [ 104.662109, 37.367626 ], [ 104.713848, 37.329566 ], [ 104.673812, 37.317668 ], [ 104.651022, 37.290534 ], [ 104.624536, 37.298627 ], [ 104.600515, 37.242907 ], [ 104.638087, 37.201923 ], [ 104.717543, 37.208597 ], [ 104.776673, 37.246718 ], [ 104.85613, 37.211933 ], [ 104.864753, 37.17284 ], [ 104.888158, 37.15901 ], [ 104.914644, 37.097935 ], [ 104.954064, 37.077407 ], [ 104.95468, 37.040156 ], [ 105.004571, 37.035378 ], [ 105.03968, 37.007187 ], [ 105.05939, 37.022956 ], [ 105.128991, 36.996194 ], [ 105.165331, 36.99476 ], [ 105.185657, 36.942164 ], [ 105.178882, 36.892403 ], [ 105.244787, 36.894796 ], [ 105.279896, 36.86751 ], [ 105.303302, 36.820575 ], [ 105.334714, 36.80093 ], [ 105.340874, 36.764502 ], [ 105.319932, 36.742924 ], [ 105.275584, 36.752515 ], [ 105.272505, 36.739567 ], [ 105.218302, 36.730455 ], [ 105.201056, 36.700711 ], [ 105.225693, 36.664716 ], [ 105.22015, 36.631105 ], [ 105.261418, 36.602764 ], [ 105.2762, 36.563358 ], [ 105.252179, 36.553263 ], [ 105.281744, 36.522489 ], [ 105.322396, 36.535954 ], [ 105.362432, 36.496514 ], [ 105.363048, 36.443093 ], [ 105.398156, 36.430575 ], [ 105.401236, 36.369881 ], [ 105.425873, 36.330357 ], [ 105.455439, 36.321678 ], [ 105.476381, 36.293224 ], [ 105.45975, 36.268137 ], [ 105.460366, 36.223733 ], [ 105.478844, 36.213111 ], [ 105.515185, 36.147415 ], [ 105.491163, 36.101009 ], [ 105.430801, 36.10391 ], [ 105.406163, 36.074409 ], [ 105.343954, 36.033767 ], [ 105.324859, 35.941761 ], [ 105.350113, 35.875839 ], [ 105.39754, 35.857409 ], [ 105.371055, 35.844312 ], [ 105.38091, 35.792873 ], [ 105.408627, 35.822479 ], [ 105.428953, 35.819082 ], [ 105.432033, 35.787533 ], [ 105.457286, 35.771511 ], [ 105.481924, 35.727312 ], [ 105.595873, 35.715651 ], [ 105.667322, 35.749657 ], [ 105.70243, 35.733142 ], [ 105.759097, 35.724883 ], [ 105.740618, 35.698643 ], [ 105.723988, 35.725854 ], [ 105.690727, 35.698643 ], [ 105.722756, 35.673366 ], [ 105.713517, 35.650513 ], [ 105.759097, 35.634464 ], [ 105.762176, 35.602841 ], [ 105.800365, 35.564878 ], [ 105.816379, 35.575101 ], [ 105.847176, 35.490359 ], [ 105.868734, 35.540046 ], [ 105.900147, 35.54735 ], [ 106.017175, 35.519103 ], [ 106.023335, 35.49377 ], [ 106.047356, 35.498155 ], [ 106.048588, 35.488898 ], [ 105.897683, 35.451368 ], [ 105.894603, 35.413821 ], [ 106.002393, 35.438692 ], [ 106.034422, 35.469404 ], [ 106.054132, 35.45478 ], [ 106.071994, 35.463555 ], [ 106.06953, 35.458193 ], [ 106.071378, 35.449418 ], [ 106.073226, 35.447468 ], [ 106.067682, 35.436254 ], [ 106.073226, 35.420649 ], [ 106.083081, 35.421624 ], [ 106.113262, 35.361616 ], [ 106.129892, 35.393333 ], [ 106.173008, 35.437716 ], [ 106.196414, 35.409919 ], [ 106.237681, 35.409431 ], [ 106.241377, 35.358687 ], [ 106.319601, 35.265411 ], [ 106.363333, 35.238532 ], [ 106.368261, 35.273718 ], [ 106.415688, 35.276161 ], [ 106.472354, 35.310842 ], [ 106.501304, 35.364056 ], [ 106.503767, 35.415284 ], [ 106.483441, 35.450393 ], [ 106.490217, 35.480613 ], [ 106.465579, 35.481101 ], [ 106.440941, 35.52641 ], [ 106.460036, 35.578995 ], [ 106.47913, 35.575101 ], [ 106.460036, 35.643705 ], [ 106.434782, 35.688436 ], [ 106.49268, 35.732656 ], [ 106.498224, 35.732656 ], [ 106.504383, 35.736057 ], [ 106.506231, 35.737514 ] ] ], [ [ [ 106.047356, 35.498155 ], [ 106.078769, 35.509848 ], [ 106.071994, 35.463555 ], [ 106.054132, 35.45478 ], [ 106.048588, 35.488898 ], [ 106.047356, 35.498155 ] ] ], [ [ [ 102.831537, 36.365544 ], [ 102.838928, 36.345783 ], [ 102.836465, 36.344819 ], [ 102.829689, 36.365544 ], [ 102.831537, 36.365544 ] ] ], [ [ [ 106.073226, 35.447468 ], [ 106.083081, 35.421624 ], [ 106.073226, 35.420649 ], [ 106.067682, 35.436254 ], [ 106.073226, 35.447468 ] ] ], [ [ [ 106.504383, 35.736057 ], [ 106.498224, 35.732656 ], [ 106.49268, 35.732656 ], [ 106.506231, 35.737514 ], [ 106.504383, 35.736057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "630000", "name": "青海省", "center": [ 101.778916, 36.623178 ], "centroid": [ 96.043533, 35.726403 ], "childrenNum": 8, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 28, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102.829689, 36.365544 ], [ 102.836465, 36.344819 ], [ 102.845704, 36.331803 ], [ 102.896827, 36.331803 ], [ 102.922696, 36.298047 ], [ 103.024942, 36.256556 ], [ 103.021246, 36.232906 ], [ 103.066826, 36.216974 ], [ 103.048964, 36.199107 ], [ 102.986754, 36.193312 ], [ 102.965812, 36.151765 ], [ 102.948566, 36.150798 ], [ 102.941174, 36.104877 ], [ 102.882044, 36.082632 ], [ 102.932551, 36.048285 ], [ 102.968276, 36.044414 ], [ 102.951645, 36.021667 ], [ 102.971971, 35.995525 ], [ 102.942406, 35.92674 ], [ 102.954725, 35.858864 ], [ 102.94487, 35.829757 ], [ 102.914073, 35.845282 ], [ 102.81737, 35.850133 ], [ 102.787189, 35.862745 ], [ 102.739146, 35.821023 ], [ 102.715125, 35.815685 ], [ 102.686175, 35.771996 ], [ 102.707733, 35.70496 ], [ 102.744074, 35.657807 ], [ 102.7644, 35.653431 ], [ 102.763168, 35.612086 ], [ 102.808747, 35.560496 ], [ 102.746537, 35.545403 ], [ 102.729291, 35.523487 ], [ 102.782878, 35.527871 ], [ 102.743458, 35.494745 ], [ 102.695414, 35.528358 ], [ 102.570995, 35.548324 ], [ 102.531575, 35.580455 ], [ 102.503241, 35.585322 ], [ 102.49893, 35.545403 ], [ 102.437952, 35.455268 ], [ 102.447807, 35.437229 ], [ 102.408387, 35.409431 ], [ 102.314764, 35.434303 ], [ 102.293822, 35.424063 ], [ 102.287663, 35.36552 ], [ 102.317844, 35.343067 ], [ 102.311684, 35.31426 ], [ 102.280887, 35.303028 ], [ 102.3123, 35.282512 ], [ 102.370199, 35.263946 ], [ 102.365887, 35.235599 ], [ 102.404075, 35.179366 ], [ 102.346793, 35.164201 ], [ 102.310452, 35.128967 ], [ 102.29567, 35.071681 ], [ 102.252554, 35.048657 ], [ 102.218062, 35.057475 ], [ 102.211286, 35.034937 ], [ 102.176178, 35.032977 ], [ 102.157699, 35.010923 ], [ 102.133678, 35.014844 ], [ 102.094874, 34.986901 ], [ 102.048062, 34.910868 ], [ 102.068388, 34.887798 ], [ 101.985852, 34.90007 ], [ 101.916867, 34.873561 ], [ 101.923027, 34.835746 ], [ 101.917483, 34.705964 ], [ 101.919947, 34.621791 ], [ 101.934729, 34.58731 ], [ 101.956287, 34.582876 ], [ 101.97415, 34.548871 ], [ 102.001867, 34.538519 ], [ 102.093026, 34.536547 ], [ 102.139837, 34.50351 ], [ 102.155852, 34.507456 ], [ 102.169402, 34.457631 ], [ 102.205743, 34.407777 ], [ 102.259329, 34.355917 ], [ 102.237156, 34.34307 ], [ 102.237156, 34.34307 ], [ 102.186649, 34.352952 ], [ 102.149692, 34.271885 ], [ 102.067772, 34.293642 ], [ 102.062229, 34.227858 ], [ 102.01357, 34.218456 ], [ 102.030816, 34.190739 ], [ 102.003099, 34.162022 ], [ 101.965526, 34.167469 ], [ 101.955055, 34.109514 ], [ 101.897773, 34.133791 ], [ 101.874367, 34.130323 ], [ 101.851578, 34.153108 ], [ 101.836795, 34.124378 ], [ 101.788136, 34.131809 ], [ 101.764114, 34.122892 ], [ 101.736397, 34.080275 ], [ 101.718535, 34.083249 ], [ 101.703136, 34.119424 ], [ 101.674187, 34.110506 ], [ 101.6206, 34.178857 ], [ 101.53868, 34.212022 ], [ 101.492485, 34.195689 ], [ 101.482014, 34.218951 ], [ 101.417956, 34.227858 ], [ 101.369913, 34.248143 ], [ 101.327413, 34.24468 ], [ 101.325565, 34.268423 ], [ 101.268899, 34.278808 ], [ 101.228863, 34.298586 ], [ 101.235022, 34.325279 ], [ 101.193754, 34.336646 ], [ 101.178356, 34.320831 ], [ 101.098284, 34.329233 ], [ 101.054552, 34.322808 ], [ 100.986799, 34.374689 ], [ 100.951074, 34.38358 ], [ 100.895024, 34.375183 ], [ 100.868538, 34.332693 ], [ 100.821727, 34.317371 ], [ 100.798321, 34.260014 ], [ 100.809408, 34.247153 ], [ 100.764445, 34.178857 ], [ 100.806329, 34.155584 ], [ 100.848828, 34.089692 ], [ 100.870386, 34.083744 ], [ 100.880857, 34.036644 ], [ 100.93506, 33.990013 ], [ 100.927669, 33.975126 ], [ 100.965857, 33.946832 ], [ 100.994806, 33.891707 ], [ 101.023139, 33.896178 ], [ 101.054552, 33.863386 ], [ 101.153718, 33.8445 ], [ 101.153102, 33.823124 ], [ 101.190675, 33.791796 ], [ 101.186363, 33.741051 ], [ 101.162957, 33.719649 ], [ 101.177124, 33.685295 ], [ 101.166653, 33.659894 ], [ 101.217776, 33.669856 ], [ 101.23687, 33.685793 ], [ 101.302776, 33.657902 ], [ 101.385312, 33.644949 ], [ 101.424732, 33.655411 ], [ 101.428427, 33.680315 ], [ 101.501724, 33.702723 ], [ 101.58426, 33.674339 ], [ 101.585492, 33.645448 ], [ 101.616905, 33.598603 ], [ 101.611977, 33.565199 ], [ 101.622448, 33.502343 ], [ 101.718535, 33.494857 ], [ 101.748716, 33.505337 ], [ 101.769042, 33.538765 ], [ 101.777665, 33.533776 ], [ 101.769042, 33.45592 ], [ 101.695745, 33.433948 ], [ 101.663716, 33.383991 ], [ 101.64955, 33.323004 ], [ 101.677883, 33.297497 ], [ 101.735781, 33.279987 ], [ 101.709912, 33.21292 ], [ 101.653861, 33.162835 ], [ 101.661252, 33.135778 ], [ 101.633535, 33.101193 ], [ 101.557775, 33.167344 ], [ 101.515275, 33.192889 ], [ 101.487557, 33.226938 ], [ 101.403174, 33.225436 ], [ 101.386543, 33.207412 ], [ 101.393935, 33.157826 ], [ 101.381616, 33.153316 ], [ 101.297232, 33.262475 ], [ 101.217776, 33.256469 ], [ 101.182668, 33.26948 ], [ 101.156798, 33.236449 ], [ 101.124769, 33.221431 ], [ 101.11553, 33.194893 ], [ 101.169733, 33.10019 ], [ 101.143863, 33.086151 ], [ 101.146327, 33.056563 ], [ 101.184515, 33.041514 ], [ 101.171581, 33.009902 ], [ 101.183899, 32.984304 ], [ 101.129081, 32.989324 ], [ 101.134624, 32.95217 ], [ 101.124153, 32.909976 ], [ 101.178356, 32.892892 ], [ 101.223935, 32.855698 ], [ 101.237486, 32.825026 ], [ 101.22332, 32.725898 ], [ 101.157414, 32.661431 ], [ 101.124769, 32.658408 ], [ 101.077342, 32.68259 ], [ 101.030531, 32.660424 ], [ 100.99727, 32.627668 ], [ 100.956618, 32.621116 ], [ 100.93198, 32.600447 ], [ 100.887633, 32.632708 ], [ 100.834046, 32.648835 ], [ 100.77122, 32.643795 ], [ 100.690532, 32.678056 ], [ 100.71209, 32.645307 ], [ 100.710242, 32.610026 ], [ 100.673286, 32.628172 ], [ 100.661583, 32.616075 ], [ 100.657887, 32.546484 ], [ 100.645568, 32.526303 ], [ 100.603069, 32.553547 ], [ 100.54517, 32.569687 ], [ 100.516837, 32.632204 ], [ 100.470026, 32.694678 ], [ 100.450932, 32.694678 ], [ 100.420135, 32.73194 ], [ 100.378251, 32.698707 ], [ 100.399193, 32.756101 ], [ 100.339447, 32.719353 ], [ 100.258759, 32.742511 ], [ 100.231041, 32.696189 ], [ 100.229809, 32.650346 ], [ 100.208252, 32.606497 ], [ 100.189773, 32.630692 ], [ 100.109701, 32.640268 ], [ 100.088143, 32.668988 ], [ 100.139266, 32.724388 ], [ 100.117093, 32.802392 ], [ 100.123252, 32.837095 ], [ 100.064738, 32.895907 ], [ 100.029629, 32.895907 ], [ 100.038252, 32.929066 ], [ 99.956332, 32.948152 ], [ 99.947709, 32.986814 ], [ 99.877492, 33.045527 ], [ 99.877492, 32.993339 ], [ 99.851007, 32.941623 ], [ 99.805427, 32.940619 ], [ 99.788181, 32.956689 ], [ 99.764159, 32.924545 ], [ 99.791877, 32.883344 ], [ 99.766623, 32.826032 ], [ 99.760464, 32.769689 ], [ 99.717964, 32.732443 ], [ 99.705029, 32.76516 ], [ 99.646515, 32.774721 ], [ 99.640355, 32.790822 ], [ 99.589233, 32.789312 ], [ 99.558436, 32.839106 ], [ 99.45311, 32.862233 ], [ 99.376118, 32.899927 ], [ 99.353944, 32.885354 ], [ 99.268944, 32.878318 ], [ 99.24677, 32.924043 ], [ 99.235067, 32.982296 ], [ 99.214741, 32.991332 ], [ 99.196263, 33.035493 ], [ 99.124814, 33.046028 ], [ 99.090322, 33.079131 ], [ 99.024416, 33.094675 ], [ 99.014561, 33.081137 ], [ 98.971445, 33.098185 ], [ 98.967134, 33.115229 ], [ 98.92217, 33.118738 ], [ 98.858728, 33.150811 ], [ 98.804526, 33.219428 ], [ 98.802062, 33.270481 ], [ 98.759562, 33.276985 ], [ 98.779888, 33.370497 ], [ 98.736157, 33.406975 ], [ 98.742316, 33.477887 ], [ 98.725686, 33.503341 ], [ 98.678258, 33.522801 ], [ 98.648077, 33.548741 ], [ 98.652389, 33.595114 ], [ 98.622824, 33.610067 ], [ 98.61728, 33.637476 ], [ 98.6567, 33.64744 ], [ 98.610505, 33.682805 ], [ 98.582788, 33.731595 ], [ 98.537824, 33.74752 ], [ 98.51873, 33.77389 ], [ 98.494092, 33.768915 ], [ 98.492861, 33.796272 ], [ 98.463295, 33.848477 ], [ 98.434962, 33.843009 ], [ 98.407245, 33.867362 ], [ 98.425723, 33.913066 ], [ 98.415252, 33.956761 ], [ 98.440506, 33.981577 ], [ 98.428187, 34.029204 ], [ 98.396774, 34.053008 ], [ 98.392462, 34.089196 ], [ 98.344419, 34.094648 ], [ 98.258188, 34.083249 ], [ 98.206449, 34.08424 ], [ 98.157174, 34.107532 ], [ 98.098043, 34.122892 ], [ 98.051848, 34.11546 ], [ 97.95453, 34.190739 ], [ 97.898479, 34.209548 ], [ 97.796849, 34.199154 ], [ 97.796849, 34.199154 ], [ 97.789458, 34.182818 ], [ 97.789458, 34.182818 ], [ 97.766668, 34.158555 ], [ 97.665654, 34.126855 ], [ 97.70261, 34.036644 ], [ 97.652719, 33.998448 ], [ 97.660111, 33.956264 ], [ 97.629314, 33.919523 ], [ 97.601596, 33.929951 ], [ 97.52214, 33.903133 ], [ 97.503662, 33.912073 ], [ 97.460546, 33.887236 ], [ 97.395257, 33.889224 ], [ 97.398336, 33.848477 ], [ 97.371851, 33.842015 ], [ 97.373083, 33.817655 ], [ 97.406344, 33.795278 ], [ 97.422974, 33.754984 ], [ 97.418046, 33.728608 ], [ 97.435293, 33.682307 ], [ 97.415583, 33.605582 ], [ 97.450075, 33.582152 ], [ 97.523372, 33.577166 ], [ 97.511669, 33.520805 ], [ 97.552321, 33.465906 ], [ 97.625618, 33.461412 ], [ 97.674893, 33.432949 ], [ 97.754349, 33.409972 ], [ 97.676125, 33.341004 ], [ 97.622538, 33.337005 ], [ 97.607756, 33.263976 ], [ 97.548626, 33.203907 ], [ 97.487648, 33.168346 ], [ 97.498119, 33.137783 ], [ 97.487032, 33.107209 ], [ 97.517213, 33.097683 ], [ 97.542466, 33.035995 ], [ 97.499966, 33.011408 ], [ 97.523988, 32.988822 ], [ 97.438372, 32.976271 ], [ 97.375547, 32.956689 ], [ 97.347829, 32.895907 ], [ 97.376163, 32.886359 ], [ 97.392793, 32.828546 ], [ 97.386018, 32.77925 ], [ 97.429133, 32.714318 ], [ 97.42359, 32.70475 ], [ 97.48272, 32.654377 ], [ 97.535075, 32.638252 ], [ 97.543698, 32.62162 ], [ 97.607756, 32.614059 ], [ 97.616995, 32.586329 ], [ 97.700763, 32.53488 ], [ 97.730944, 32.527312 ], [ 97.684132, 32.530339 ], [ 97.670582, 32.51722 ], [ 97.540618, 32.536899 ], [ 97.50243, 32.530844 ], [ 97.463626, 32.55506 ], [ 97.448843, 32.586833 ], [ 97.411887, 32.575235 ], [ 97.374315, 32.546484 ], [ 97.3583, 32.563635 ], [ 97.332431, 32.542448 ], [ 97.334895, 32.514192 ], [ 97.388481, 32.501575 ], [ 97.341054, 32.440987 ], [ 97.387865, 32.427349 ], [ 97.424822, 32.322723 ], [ 97.415583, 32.296421 ], [ 97.371235, 32.273148 ], [ 97.32196, 32.303503 ], [ 97.299786, 32.294904 ], [ 97.264062, 32.182527 ], [ 97.271453, 32.139971 ], [ 97.313953, 32.130342 ], [ 97.293011, 32.096887 ], [ 97.308409, 32.076605 ], [ 97.258518, 32.072041 ], [ 97.219714, 32.109054 ], [ 97.201852, 32.090296 ], [ 97.233881, 32.063927 ], [ 97.214786, 32.042623 ], [ 97.188301, 32.055304 ], [ 97.169823, 32.032984 ], [ 97.127323, 32.044145 ], [ 97.028773, 32.04871 ], [ 97.006599, 32.067984 ], [ 96.935766, 32.048203 ], [ 96.965947, 32.008628 ], [ 96.941925, 31.986297 ], [ 96.894498, 32.013703 ], [ 96.863085, 31.996448 ], [ 96.868629, 31.964975 ], [ 96.824281, 32.007613 ], [ 96.722651, 32.013195 ], [ 96.742977, 32.001016 ], [ 96.753448, 31.944156 ], [ 96.776238, 31.935015 ], [ 96.81073, 31.894375 ], [ 96.794716, 31.869474 ], [ 96.760223, 31.860325 ], [ 96.765767, 31.819144 ], [ 96.799027, 31.792188 ], [ 96.840295, 31.720438 ], [ 96.790404, 31.698545 ], [ 96.778701, 31.675629 ], [ 96.722651, 31.686833 ], [ 96.691854, 31.722474 ], [ 96.661057, 31.705674 ], [ 96.615477, 31.737236 ], [ 96.56805, 31.711783 ], [ 96.519391, 31.74945 ], [ 96.468884, 31.769804 ], [ 96.435623, 31.796258 ], [ 96.407906, 31.845583 ], [ 96.389428, 31.919777 ], [ 96.288414, 31.919777 ], [ 96.253305, 31.929936 ], [ 96.220044, 31.905553 ], [ 96.188632, 31.904028 ], [ 96.214501, 31.876589 ], [ 96.202798, 31.841008 ], [ 96.183088, 31.835924 ], [ 96.178161, 31.775401 ], [ 96.231131, 31.749959 ], [ 96.222508, 31.733164 ], [ 96.252073, 31.697527 ], [ 96.245298, 31.657802 ], [ 96.221892, 31.647613 ], [ 96.207726, 31.598691 ], [ 96.156603, 31.602769 ], [ 96.148595, 31.686324 ], [ 96.135661, 31.70211 ], [ 96.064828, 31.720438 ], [ 95.989067, 31.78761 ], [ 95.983524, 31.816601 ], [ 95.89914, 31.81711 ], [ 95.846169, 31.736218 ], [ 95.853561, 31.714329 ], [ 95.823995, 31.68225 ], [ 95.779648, 31.748941 ], [ 95.634286, 31.782523 ], [ 95.580083, 31.76726 ], [ 95.546823, 31.73978 ], [ 95.511714, 31.750468 ], [ 95.480301, 31.795749 ], [ 95.456896, 31.801853 ], [ 95.406389, 31.896915 ], [ 95.408852, 31.918761 ], [ 95.3682, 31.92892 ], [ 95.360809, 31.95939 ], [ 95.395918, 32.001523 ], [ 95.454432, 32.007613 ], [ 95.421171, 32.033999 ], [ 95.454432, 32.061898 ], [ 95.440265, 32.157705 ], [ 95.406389, 32.182021 ], [ 95.367584, 32.178982 ], [ 95.366968, 32.151118 ], [ 95.31523, 32.148585 ], [ 95.270266, 32.194683 ], [ 95.270266, 32.194683 ], [ 95.239469, 32.287315 ], [ 95.241317, 32.3207 ], [ 95.214216, 32.321712 ], [ 95.20744, 32.297433 ], [ 95.10581, 32.258979 ], [ 95.079325, 32.279726 ], [ 95.096571, 32.322217 ], [ 95.193274, 32.332331 ], [ 95.261643, 32.348006 ], [ 95.228382, 32.363678 ], [ 95.218527, 32.397035 ], [ 95.153853, 32.386423 ], [ 95.081789, 32.384907 ], [ 95.075013, 32.376315 ], [ 95.075013, 32.376315 ], [ 95.057151, 32.395014 ], [ 94.988166, 32.422802 ], [ 94.944434, 32.404109 ], [ 94.912405, 32.41573 ], [ 94.889616, 32.472295 ], [ 94.852043, 32.463712 ], [ 94.80708, 32.486431 ], [ 94.78737, 32.522266 ], [ 94.762116, 32.526303 ], [ 94.737479, 32.587338 ], [ 94.638312, 32.645307 ], [ 94.614291, 32.673522 ], [ 94.591501, 32.640772 ], [ 94.522516, 32.595909 ], [ 94.459074, 32.599439 ], [ 94.463386, 32.572209 ], [ 94.435052, 32.562626 ], [ 94.395016, 32.594397 ], [ 94.371611, 32.524789 ], [ 94.350053, 32.533871 ], [ 94.294002, 32.519743 ], [ 94.292154, 32.502584 ], [ 94.250886, 32.51722 ], [ 94.196684, 32.51621 ], [ 94.176974, 32.454117 ], [ 94.137554, 32.433915 ], [ 94.091974, 32.463207 ], [ 94.049474, 32.469771 ], [ 94.03038, 32.448057 ], [ 93.978641, 32.459672 ], [ 93.960163, 32.484917 ], [ 93.90904, 32.463207 ], [ 93.861613, 32.466237 ], [ 93.851142, 32.50965 ], [ 93.820345, 32.549511 ], [ 93.75136, 32.56313 ], [ 93.721795, 32.578261 ], [ 93.651577, 32.571705 ], [ 93.618933, 32.522771 ], [ 93.516687, 32.47583 ], [ 93.501904, 32.503593 ], [ 93.476651, 32.504603 ], [ 93.4631, 32.556069 ], [ 93.411977, 32.558086 ], [ 93.385492, 32.525294 ], [ 93.33868, 32.5712 ], [ 93.308499, 32.580278 ], [ 93.300492, 32.619604 ], [ 93.260456, 32.62666 ], [ 93.239514, 32.662439 ], [ 93.210565, 32.655385 ], [ 93.176688, 32.6705 ], [ 93.159442, 32.644803 ], [ 93.087993, 32.63674 ], [ 93.069515, 32.626156 ], [ 93.023935, 32.703239 ], [ 93.019624, 32.737477 ], [ 93.00053, 32.741001 ], [ 92.964189, 32.714821 ], [ 92.933392, 32.719353 ], [ 92.866871, 32.698203 ], [ 92.822523, 32.729926 ], [ 92.789262, 32.719856 ], [ 92.756618, 32.743014 ], [ 92.686401, 32.76516 ], [ 92.667922, 32.73194 ], [ 92.634662, 32.720863 ], [ 92.574916, 32.741001 ], [ 92.56814, 32.73194 ], [ 92.484372, 32.745028 ], [ 92.459119, 32.76365 ], [ 92.411076, 32.748048 ], [ 92.355641, 32.764657 ], [ 92.343938, 32.738484 ], [ 92.310062, 32.751571 ], [ 92.255243, 32.720863 ], [ 92.198577, 32.754591 ], [ 92.211511, 32.788306 ], [ 92.193649, 32.801889 ], [ 92.227526, 32.821003 ], [ 92.205352, 32.866255 ], [ 92.145606, 32.885857 ], [ 92.101874, 32.860222 ], [ 92.038432, 32.860725 ], [ 92.018722, 32.829552 ], [ 91.955897, 32.8205 ], [ 91.896766, 32.907967 ], [ 91.857962, 32.90244 ], [ 91.839484, 32.948152 ], [ 91.799448, 32.942126 ], [ 91.752637, 32.969242 ], [ 91.685499, 32.989324 ], [ 91.664557, 33.012913 ], [ 91.583253, 33.0375 ], [ 91.55492, 33.060074 ], [ 91.535826, 33.10019 ], [ 91.49579, 33.109214 ], [ 91.436044, 33.066092 ], [ 91.370138, 33.100691 ], [ 91.311624, 33.108211 ], [ 91.261733, 33.141291 ], [ 91.226624, 33.141792 ], [ 91.18782, 33.106206 ], [ 91.161335, 33.108712 ], [ 91.147784, 33.07211 ], [ 91.072024, 33.113224 ], [ 91.037531, 33.098686 ], [ 91.001807, 33.11573 ], [ 90.927894, 33.120241 ], [ 90.902024, 33.083143 ], [ 90.88293, 33.120241 ], [ 90.803474, 33.114227 ], [ 90.740032, 33.142293 ], [ 90.704308, 33.135778 ], [ 90.627315, 33.180368 ], [ 90.562642, 33.229441 ], [ 90.490577, 33.264977 ], [ 90.405577, 33.260473 ], [ 90.363077, 33.279487 ], [ 90.332896, 33.310501 ], [ 90.246665, 33.423959 ], [ 90.22018, 33.437943 ], [ 90.107463, 33.460913 ], [ 90.088984, 33.478885 ], [ 90.083441, 33.525295 ], [ 90.01076, 33.553728 ], [ 89.984275, 33.612061 ], [ 90.008296, 33.687785 ], [ 89.981195, 33.70322 ], [ 89.983659, 33.725622 ], [ 89.907282, 33.741051 ], [ 89.902355, 33.758467 ], [ 89.942391, 33.801246 ], [ 89.899891, 33.80771 ], [ 89.837065, 33.868853 ], [ 89.795181, 33.865374 ], [ 89.73174, 33.921509 ], [ 89.718805, 33.946832 ], [ 89.688008, 33.959739 ], [ 89.684928, 33.990013 ], [ 89.635037, 34.049537 ], [ 89.656595, 34.057966 ], [ 89.655979, 34.097126 ], [ 89.71203, 34.131809 ], [ 89.756993, 34.124874 ], [ 89.760073, 34.152613 ], [ 89.789638, 34.150632 ], [ 89.816739, 34.16945 ], [ 89.838297, 34.263477 ], [ 89.825362, 34.293642 ], [ 89.86663, 34.324785 ], [ 89.858623, 34.359375 ], [ 89.820435, 34.369255 ], [ 89.799493, 34.39642 ], [ 89.819819, 34.420614 ], [ 89.823515, 34.455657 ], [ 89.814891, 34.548871 ], [ 89.777935, 34.574499 ], [ 89.798877, 34.628686 ], [ 89.74837, 34.641981 ], [ 89.72558, 34.660689 ], [ 89.732356, 34.732035 ], [ 89.799493, 34.743838 ], [ 89.825978, 34.796931 ], [ 89.867862, 34.81069 ], [ 89.838913, 34.865705 ], [ 89.814891, 34.86816 ], [ 89.821051, 34.902033 ], [ 89.78779, 34.921664 ], [ 89.747138, 34.903506 ], [ 89.707102, 34.919701 ], [ 89.670146, 34.887798 ], [ 89.578987, 34.895162 ], [ 89.560509, 34.938836 ], [ 89.59069, 35.057965 ], [ 89.593153, 35.104491 ], [ 89.579603, 35.118688 ], [ 89.519241, 35.133862 ], [ 89.46935, 35.214577 ], [ 89.450255, 35.223867 ], [ 89.48598, 35.256616 ], [ 89.531559, 35.276161 ], [ 89.494603, 35.298632 ], [ 89.516161, 35.330862 ], [ 89.497067, 35.361128 ], [ 89.58761, 35.383575 ], [ 89.619639, 35.412357 ], [ 89.658443, 35.425526 ], [ 89.685544, 35.416259 ], [ 89.739131, 35.468429 ], [ 89.765, 35.482563 ], [ 89.740979, 35.507412 ], [ 89.720037, 35.501566 ], [ 89.699711, 35.544916 ], [ 89.71203, 35.581915 ], [ 89.75145, 35.580942 ], [ 89.765616, 35.599922 ], [ 89.726196, 35.648082 ], [ 89.748986, 35.66267 ], [ 89.747138, 35.7516 ], [ 89.782863, 35.773453 ], [ 89.767464, 35.799183 ], [ 89.801957, 35.848193 ], [ 89.778551, 35.861775 ], [ 89.707718, 35.849163 ], [ 89.654747, 35.848193 ], [ 89.62395, 35.859349 ], [ 89.550654, 35.856924 ], [ 89.554965, 35.873414 ], [ 89.489676, 35.903475 ], [ 89.428082, 35.917531 ], [ 89.434857, 35.992136 ], [ 89.404676, 36.016827 ], [ 89.417611, 36.044897 ], [ 89.474893, 36.022151 ], [ 89.605472, 36.038123 ], [ 89.688624, 36.091337 ], [ 89.711414, 36.093272 ], [ 89.766848, 36.073925 ], [ 89.819819, 36.080697 ], [ 89.914058, 36.079246 ], [ 89.941159, 36.067637 ], [ 89.944855, 36.140649 ], [ 89.997825, 36.168193 ], [ 90.019999, 36.213594 ], [ 90.028006, 36.258486 ], [ 90.003369, 36.278752 ], [ 90.043405, 36.276822 ], [ 90.058188, 36.255591 ], [ 90.145651, 36.239181 ], [ 90.130252, 36.2078 ], [ 90.198006, 36.187516 ], [ 90.23681, 36.160462 ], [ 90.325505, 36.159496 ], [ 90.424055, 36.133883 ], [ 90.478258, 36.13195 ], [ 90.534925, 36.147899 ], [ 90.613149, 36.126632 ], [ 90.659344, 36.13485 ], [ 90.776373, 36.086501 ], [ 90.815793, 36.035703 ], [ 90.850285, 36.016827 ], [ 90.922966, 36.028927 ], [ 90.979017, 36.106811 ], [ 91.081263, 36.088436 ], [ 91.124994, 36.115514 ], [ 91.09235, 36.163844 ], [ 91.096045, 36.219871 ], [ 91.051698, 36.238215 ], [ 91.07264, 36.299012 ], [ 91.026444, 36.323607 ], [ 91.051698, 36.433946 ], [ 91.028292, 36.443093 ], [ 91.039995, 36.474861 ], [ 91.035683, 36.529703 ], [ 91.011662, 36.539801 ], [ 90.905104, 36.560474 ], [ 90.831191, 36.55807 ], [ 90.810865, 36.585466 ], [ 90.741264, 36.585947 ], [ 90.72217, 36.620058 ], [ 90.730793, 36.655594 ], [ 90.706156, 36.658955 ], [ 90.720938, 36.708868 ], [ 90.754815, 36.721341 ], [ 90.727098, 36.755872 ], [ 90.732025, 36.825844 ], [ 90.758511, 36.825844 ], [ 90.853981, 36.915373 ], [ 90.924198, 36.921115 ], [ 90.983944, 36.913459 ], [ 91.036915, 36.929727 ], [ 91.051698, 36.96751 ], [ 91.126842, 36.978507 ], [ 91.133618, 37.007665 ], [ 91.181045, 37.025345 ], [ 91.216153, 37.010054 ], [ 91.303617, 37.012444 ], [ 91.291298, 37.042544 ], [ 91.303617, 37.083136 ], [ 91.286371, 37.105095 ], [ 91.280211, 37.163779 ], [ 91.1909, 37.205737 ], [ 91.194596, 37.273868 ], [ 91.134849, 37.324331 ], [ 91.136081, 37.355734 ], [ 91.113292, 37.387124 ], [ 91.099741, 37.447965 ], [ 91.073256, 37.475992 ], [ 91.019669, 37.493088 ], [ 90.958075, 37.477891 ], [ 90.911879, 37.519674 ], [ 90.865684, 37.53059 ], [ 90.882314, 37.575664 ], [ 90.854597, 37.604117 ], [ 90.820104, 37.613599 ], [ 90.777605, 37.648672 ], [ 90.643946, 37.696988 ], [ 90.586663, 37.703144 ], [ 90.579272, 37.720661 ], [ 90.519526, 37.730601 ], [ 90.516446, 38.207111 ], [ 90.531229, 38.319886 ], [ 90.401882, 38.311434 ], [ 90.361846, 38.300163 ], [ 90.352607, 38.233441 ], [ 90.280542, 38.238142 ], [ 90.137644, 38.340543 ], [ 90.179528, 38.396848 ], [ 90.129636, 38.400131 ], [ 90.111774, 38.418889 ], [ 90.111774, 38.477945 ], [ 90.130868, 38.494341 ], [ 90.248513, 38.491531 ], [ 90.315034, 38.501835 ], [ 90.353222, 38.482162 ], [ 90.427135, 38.493873 ], [ 90.465323, 38.521971 ], [ 90.463476, 38.556611 ], [ 90.525685, 38.561291 ], [ 90.560794, 38.593573 ], [ 90.608837, 38.594508 ], [ 90.606374, 38.610878 ], [ 90.645794, 38.635191 ], [ 90.619308, 38.664636 ], [ 90.65996, 38.674449 ], [ 90.724634, 38.658094 ], [ 90.899561, 38.679588 ], [ 90.970394, 38.697806 ], [ 90.992567, 38.695003 ], [ 91.188436, 38.73096 ], [ 91.242639, 38.752433 ], [ 91.298689, 38.746365 ], [ 91.446515, 38.813546 ], [ 91.501333, 38.815411 ], [ 91.681188, 38.852706 ], [ 91.694738, 38.86622 ], [ 91.806223, 38.872744 ], [ 91.87952, 38.884391 ], [ 91.880752, 38.899297 ], [ 91.966368, 38.930961 ], [ 92.10865, 38.963541 ], [ 92.173323, 38.960749 ], [ 92.197961, 38.983548 ], [ 92.263866, 39.002153 ], [ 92.380279, 38.999828 ], [ 92.416003, 39.010524 ], [ 92.41046, 39.03842 ], [ 92.459119, 39.042604 ], [ 92.459119, 39.063982 ], [ 92.489916, 39.099753 ], [ 92.545966, 39.111362 ], [ 92.659299, 39.109969 ], [ 92.765857, 39.136898 ], [ 92.866871, 39.138754 ], [ 92.889045, 39.160103 ], [ 92.938936, 39.169848 ], [ 92.978356, 39.143396 ], [ 93.043029, 39.146645 ], [ 93.115094, 39.17959 ], [ 93.142196, 39.160567 ], [ 93.131725, 39.108112 ], [ 93.165601, 39.090928 ], [ 93.198246, 39.045857 ], [ 93.179152, 38.923977 ], [ 93.237666, 38.916062 ], [ 93.274007, 38.896036 ], [ 93.453245, 38.915596 ], [ 93.729186, 38.924443 ], [ 93.834511, 38.867618 ], [ 93.884403, 38.867618 ], [ 93.884403, 38.826136 ], [ 93.769838, 38.821007 ], [ 93.756287, 38.807484 ], [ 93.773533, 38.771099 ], [ 93.800019, 38.750566 ], [ 93.885018, 38.720689 ], [ 93.95154, 38.715086 ], [ 93.973098, 38.724891 ], [ 94.281067, 38.7599 ], [ 94.370379, 38.7627 ], [ 94.511429, 38.445142 ], [ 94.527443, 38.425922 ], [ 94.527443, 38.365416 ], [ 94.56132, 38.351807 ], [ 94.582878, 38.36917 ], [ 94.672805, 38.386998 ], [ 94.812623, 38.385591 ], [ 94.861282, 38.393565 ], [ 94.884072, 38.414669 ], [ 94.973999, 38.430142 ], [ 95.045448, 38.418889 ], [ 95.072549, 38.402476 ], [ 95.122441, 38.417014 ], [ 95.140919, 38.392158 ], [ 95.185266, 38.379492 ], [ 95.209904, 38.327868 ], [ 95.229614, 38.330685 ], [ 95.259179, 38.302981 ], [ 95.315846, 38.318947 ], [ 95.408236, 38.300163 ], [ 95.440881, 38.310965 ], [ 95.455664, 38.291709 ], [ 95.487693, 38.314721 ], [ 95.51849, 38.294997 ], [ 95.585011, 38.343359 ], [ 95.608417, 38.339134 ], [ 95.671858, 38.388405 ], [ 95.703887, 38.400131 ], [ 95.723597, 38.378554 ], [ 95.775952, 38.356031 ], [ 95.83693, 38.344298 ], [ 95.852945, 38.287481 ], [ 95.89606, 38.2903 ], [ 95.932401, 38.259291 ], [ 95.93856, 38.237202 ], [ 96.006929, 38.207582 ], [ 96.06606, 38.173245 ], [ 96.109175, 38.187358 ], [ 96.221892, 38.149246 ], [ 96.252689, 38.167599 ], [ 96.264392, 38.145952 ], [ 96.313051, 38.161952 ], [ 96.301964, 38.183124 ], [ 96.335841, 38.246132 ], [ 96.378341, 38.277146 ], [ 96.46334, 38.277616 ], [ 96.665369, 38.23015 ], [ 96.655514, 38.295936 ], [ 96.638883, 38.307208 ], [ 96.626564, 38.356031 ], [ 96.698013, 38.422172 ], [ 96.707868, 38.459203 ], [ 96.6666, 38.483567 ], [ 96.706637, 38.505582 ], [ 96.780549, 38.504177 ], [ 96.800259, 38.52759 ], [ 96.767614, 38.552399 ], [ 96.808882, 38.582346 ], [ 96.7941, 38.608072 ], [ 96.847071, 38.599186 ], [ 96.876636, 38.580475 ], [ 96.961019, 38.558015 ], [ 97.055874, 38.594508 ], [ 97.047251, 38.653888 ], [ 97.057722, 38.67258 ], [ 97.009063, 38.702477 ], [ 97.023229, 38.755699 ], [ 97.00044, 38.7613 ], [ 96.987505, 38.793025 ], [ 96.993664, 38.834993 ], [ 96.983809, 38.869016 ], [ 96.940693, 38.90768 ], [ 96.938846, 38.95563 ], [ 96.965331, 39.017034 ], [ 96.95794, 39.041674 ], [ 96.969643, 39.097895 ], [ 97.012142, 39.142004 ], [ 96.962251, 39.198144 ], [ 97.017686, 39.208347 ], [ 97.060186, 39.19768 ], [ 97.14149, 39.199999 ], [ 97.220946, 39.193042 ], [ 97.315185, 39.164744 ], [ 97.347213, 39.167528 ], [ 97.371235, 39.140611 ], [ 97.401416, 39.146645 ], [ 97.458698, 39.117863 ], [ 97.504894, 39.076527 ], [ 97.58127, 39.052364 ], [ 97.679205, 39.010524 ], [ 97.701379, 38.963076 ], [ 97.828878, 38.93003 ], [ 97.875689, 38.898365 ], [ 98.009348, 38.85923 ], [ 98.029058, 38.834061 ], [ 98.068478, 38.816344 ], [ 98.091884, 38.786495 ], [ 98.167645, 38.840121 ], [ 98.242173, 38.880664 ], [ 98.235398, 38.918855 ], [ 98.276666, 38.963541 ], [ 98.287753, 38.992386 ], [ 98.280977, 39.027263 ], [ 98.316702, 39.040744 ], [ 98.383839, 39.029588 ], [ 98.401086, 39.001688 ], [ 98.432498, 38.996107 ], [ 98.428187, 38.976104 ], [ 98.457752, 38.952838 ], [ 98.526737, 38.95563 ], [ 98.584635, 38.93003 ], [ 98.624056, 38.959353 ], [ 98.612353, 38.977035 ], [ 98.661628, 38.993782 ], [ 98.70536, 39.043533 ], [ 98.730613, 39.057011 ], [ 98.743548, 39.086747 ], [ 98.816845, 39.085818 ], [ 98.818076, 39.064911 ], [ 98.886446, 39.040744 ], [ 98.903076, 39.012384 ], [ 98.951735, 38.987735 ], [ 99.054597, 38.97657 ], [ 99.107568, 38.951907 ], [ 99.071843, 38.921184 ], [ 99.068764, 38.896968 ], [ 99.141445, 38.852706 ], [ 99.222133, 38.788827 ], [ 99.291118, 38.765966 ], [ 99.361951, 38.718354 ], [ 99.375502, 38.684727 ], [ 99.412458, 38.665571 ], [ 99.450646, 38.60433 ], [ 99.501769, 38.612281 ], [ 99.52887, 38.546314 ], [ 99.585537, 38.498556 ], [ 99.63974, 38.474666 ], [ 99.65945, 38.449361 ], [ 99.727203, 38.415607 ], [ 99.758, 38.410449 ], [ 99.826985, 38.370109 ], [ 99.960028, 38.320825 ], [ 100.001912, 38.315191 ], [ 100.049955, 38.283254 ], [ 100.071513, 38.284663 ], [ 100.117093, 38.253652 ], [ 100.126332, 38.231561 ], [ 100.182998, 38.222158 ], [ 100.159592, 38.291239 ], [ 100.163904, 38.328337 ], [ 100.136803, 38.33444 ], [ 100.093071, 38.407166 ], [ 100.022238, 38.432017 ], [ 100.001296, 38.467169 ], [ 100.025933, 38.507923 ], [ 100.064122, 38.518694 ], [ 100.086911, 38.492936 ], [ 100.113397, 38.497151 ], [ 100.163288, 38.461546 ], [ 100.24028, 38.441861 ], [ 100.259374, 38.366355 ], [ 100.301874, 38.388405 ], [ 100.331439, 38.337257 ], [ 100.318505, 38.329276 ], [ 100.396729, 38.293118 ], [ 100.424446, 38.307208 ], [ 100.432453, 38.275267 ], [ 100.459555, 38.2654 ], [ 100.474953, 38.288891 ], [ 100.516837, 38.272448 ], [ 100.545786, 38.247072 ], [ 100.595061, 38.242372 ], [ 100.619083, 38.26587 ], [ 100.71517, 38.253652 ], [ 100.752126, 38.238612 ], [ 100.825423, 38.158658 ], [ 100.860531, 38.148305 ], [ 100.913502, 38.17889 ], [ 100.93814, 38.16007 ], [ 100.91843, 38.129006 ], [ 100.922125, 38.084741 ], [ 100.888864, 38.056001 ], [ 100.895024, 38.013107 ], [ 100.91843, 37.999432 ], [ 100.964009, 38.011221 ], [ 101.077342, 37.941874 ], [ 101.103211, 37.946593 ], [ 101.114298, 37.92016 ], [ 101.152486, 37.891356 ], [ 101.159262, 37.86821 ], [ 101.202994, 37.84742 ], [ 101.276906, 37.83655 ], [ 101.362522, 37.791162 ], [ 101.382848, 37.822369 ], [ 101.459224, 37.86632 ], [ 101.551615, 37.835604 ], [ 101.598427, 37.827569 ], [ 101.670491, 37.754264 ], [ 101.659405, 37.733441 ], [ 101.791832, 37.696041 ], [ 101.815853, 37.654357 ], [ 101.854657, 37.664781 ], [ 101.873135, 37.686569 ], [ 101.946432, 37.728235 ], [ 101.998787, 37.724921 ], [ 102.036359, 37.685149 ], [ 102.048678, 37.651515 ], [ 102.035128, 37.627819 ], [ 102.102265, 37.582304 ], [ 102.131214, 37.54625 ], [ 102.103497, 37.482641 ], [ 102.125055, 37.48549 ], [ 102.176794, 37.458892 ], [ 102.19712, 37.420403 ], [ 102.299981, 37.391404 ], [ 102.29875, 37.370004 ], [ 102.368351, 37.327662 ], [ 102.428097, 37.308624 ], [ 102.419474, 37.294343 ], [ 102.45335, 37.271487 ], [ 102.457662, 37.248147 ], [ 102.490307, 37.223371 ], [ 102.533422, 37.217176 ], [ 102.578386, 37.17284 ], [ 102.599944, 37.174748 ], [ 102.642444, 37.099845 ], [ 102.583314, 37.104618 ], [ 102.488459, 37.078362 ], [ 102.506321, 37.019134 ], [ 102.450271, 36.968467 ], [ 102.499546, 36.954599 ], [ 102.526031, 36.928291 ], [ 102.56114, 36.91968 ], [ 102.587009, 36.869904 ], [ 102.639364, 36.852666 ], [ 102.720052, 36.767858 ], [ 102.692335, 36.775528 ], [ 102.639364, 36.732853 ], [ 102.612879, 36.738129 ], [ 102.601176, 36.710307 ], [ 102.630741, 36.650793 ], [ 102.684328, 36.619097 ], [ 102.724364, 36.613813 ], [ 102.714509, 36.599401 ], [ 102.761936, 36.568645 ], [ 102.734219, 36.562396 ], [ 102.753313, 36.525855 ], [ 102.793349, 36.497957 ], [ 102.771791, 36.47438 ], [ 102.829689, 36.365544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "640000", "name": "宁夏回族自治区", "center": [ 106.278179, 38.46637 ], "centroid": [ 106.169867, 37.291331 ], "childrenNum": 5, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 29, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107.268764, 37.099367 ], [ 107.234887, 37.096503 ], [ 107.181916, 37.143269 ], [ 107.133873, 37.134681 ], [ 107.095685, 37.115595 ], [ 107.030395, 37.140883 ], [ 107.031011, 37.108436 ], [ 106.998367, 37.106527 ], [ 106.905976, 37.151378 ], [ 106.912135, 37.110345 ], [ 106.891193, 37.098413 ], [ 106.818512, 37.141838 ], [ 106.776012, 37.158056 ], [ 106.772933, 37.120367 ], [ 106.750143, 37.09889 ], [ 106.728585, 37.121321 ], [ 106.687933, 37.12991 ], [ 106.673151, 37.1113 ], [ 106.6171, 37.135158 ], [ 106.605397, 37.127524 ], [ 106.645433, 37.064992 ], [ 106.666991, 37.016745 ], [ 106.646665, 37.000496 ], [ 106.64297, 36.962729 ], [ 106.594926, 36.967988 ], [ 106.595542, 36.94025 ], [ 106.540108, 36.984244 ], [ 106.549347, 36.941685 ], [ 106.601702, 36.918244 ], [ 106.609709, 36.878521 ], [ 106.609709, 36.878521 ], [ 106.626955, 36.892403 ], [ 106.637426, 36.867031 ], [ 106.637426, 36.867031 ], [ 106.657752, 36.820575 ], [ 106.627571, 36.752995 ], [ 106.644817, 36.72278 ], [ 106.59431, 36.750118 ], [ 106.514238, 36.715584 ], [ 106.519782, 36.708868 ], [ 106.519782, 36.708868 ], [ 106.530869, 36.690154 ], [ 106.490833, 36.685835 ], [ 106.491448, 36.628703 ], [ 106.444637, 36.624861 ], [ 106.465579, 36.583063 ], [ 106.444637, 36.557109 ], [ 106.397826, 36.576816 ], [ 106.392282, 36.556628 ], [ 106.363949, 36.577296 ], [ 106.37134, 36.549417 ], [ 106.39721, 36.548455 ], [ 106.455724, 36.496995 ], [ 106.494528, 36.494589 ], [ 106.523477, 36.468605 ], [ 106.492064, 36.422389 ], [ 106.510543, 36.379037 ], [ 106.497608, 36.31348 ], [ 106.470507, 36.306246 ], [ 106.504383, 36.266207 ], [ 106.54134, 36.25366 ], [ 106.559202, 36.292259 ], [ 106.647897, 36.259451 ], [ 106.685469, 36.273445 ], [ 106.698404, 36.244008 ], [ 106.735976, 36.23725 ], [ 106.772933, 36.212628 ], [ 106.808657, 36.21118 ], [ 106.833295, 36.229044 ], [ 106.858548, 36.206834 ], [ 106.858548, 36.206834 ], [ 106.873947, 36.178338 ], [ 106.873947, 36.178338 ], [ 106.930613, 36.138716 ], [ 106.925686, 36.115997 ], [ 106.957715, 36.091337 ], [ 106.940468, 36.064734 ], [ 106.928149, 36.011502 ], [ 106.94786, 35.988262 ], [ 106.90228, 35.943699 ], [ 106.93862, 35.952905 ], [ 106.940468, 35.931101 ], [ 106.912751, 35.93207 ], [ 106.849925, 35.887476 ], [ 106.927534, 35.810346 ], [ 106.897353, 35.759856 ], [ 106.868403, 35.771996 ], [ 106.867171, 35.738485 ], [ 106.819128, 35.7448 ], [ 106.806193, 35.70982 ], [ 106.750759, 35.725369 ], [ 106.750759, 35.689408 ], [ 106.674998, 35.728284 ], [ 106.66268, 35.70739 ], [ 106.633115, 35.714679 ], [ 106.620796, 35.743829 ], [ 106.595542, 35.727312 ], [ 106.566593, 35.738971 ], [ 106.506231, 35.737514 ], [ 106.49268, 35.732656 ], [ 106.434782, 35.688436 ], [ 106.460036, 35.643705 ], [ 106.47913, 35.575101 ], [ 106.460036, 35.578995 ], [ 106.440941, 35.52641 ], [ 106.465579, 35.481101 ], [ 106.490217, 35.480613 ], [ 106.483441, 35.450393 ], [ 106.503767, 35.415284 ], [ 106.501304, 35.364056 ], [ 106.472354, 35.310842 ], [ 106.415688, 35.276161 ], [ 106.368261, 35.273718 ], [ 106.363333, 35.238532 ], [ 106.319601, 35.265411 ], [ 106.241377, 35.358687 ], [ 106.237681, 35.409431 ], [ 106.196414, 35.409919 ], [ 106.173008, 35.437716 ], [ 106.129892, 35.393333 ], [ 106.113262, 35.361616 ], [ 106.083081, 35.421624 ], [ 106.073226, 35.447468 ], [ 106.071378, 35.449418 ], [ 106.073226, 35.450393 ], [ 106.073842, 35.45478 ], [ 106.06953, 35.458193 ], [ 106.071994, 35.463555 ], [ 106.078769, 35.509848 ], [ 106.047356, 35.498155 ], [ 106.023335, 35.49377 ], [ 106.017175, 35.519103 ], [ 105.900147, 35.54735 ], [ 105.868734, 35.540046 ], [ 105.847176, 35.490359 ], [ 105.816379, 35.575101 ], [ 105.800365, 35.564878 ], [ 105.762176, 35.602841 ], [ 105.759097, 35.634464 ], [ 105.713517, 35.650513 ], [ 105.722756, 35.673366 ], [ 105.690727, 35.698643 ], [ 105.723988, 35.725854 ], [ 105.740618, 35.698643 ], [ 105.759097, 35.724883 ], [ 105.70243, 35.733142 ], [ 105.667322, 35.749657 ], [ 105.595873, 35.715651 ], [ 105.481924, 35.727312 ], [ 105.457286, 35.771511 ], [ 105.432033, 35.787533 ], [ 105.428953, 35.819082 ], [ 105.408627, 35.822479 ], [ 105.38091, 35.792873 ], [ 105.371055, 35.844312 ], [ 105.39754, 35.857409 ], [ 105.350113, 35.875839 ], [ 105.324859, 35.941761 ], [ 105.343954, 36.033767 ], [ 105.406163, 36.074409 ], [ 105.430801, 36.10391 ], [ 105.491163, 36.101009 ], [ 105.515185, 36.147415 ], [ 105.478844, 36.213111 ], [ 105.460366, 36.223733 ], [ 105.45975, 36.268137 ], [ 105.476381, 36.293224 ], [ 105.455439, 36.321678 ], [ 105.425873, 36.330357 ], [ 105.401236, 36.369881 ], [ 105.398156, 36.430575 ], [ 105.363048, 36.443093 ], [ 105.362432, 36.496514 ], [ 105.322396, 36.535954 ], [ 105.281744, 36.522489 ], [ 105.252179, 36.553263 ], [ 105.2762, 36.563358 ], [ 105.261418, 36.602764 ], [ 105.22015, 36.631105 ], [ 105.225693, 36.664716 ], [ 105.201056, 36.700711 ], [ 105.218302, 36.730455 ], [ 105.272505, 36.739567 ], [ 105.275584, 36.752515 ], [ 105.319932, 36.742924 ], [ 105.340874, 36.764502 ], [ 105.334714, 36.80093 ], [ 105.303302, 36.820575 ], [ 105.279896, 36.86751 ], [ 105.244787, 36.894796 ], [ 105.178882, 36.892403 ], [ 105.185657, 36.942164 ], [ 105.165331, 36.99476 ], [ 105.128991, 36.996194 ], [ 105.05939, 37.022956 ], [ 105.03968, 37.007187 ], [ 105.004571, 37.035378 ], [ 104.95468, 37.040156 ], [ 104.954064, 37.077407 ], [ 104.914644, 37.097935 ], [ 104.888158, 37.15901 ], [ 104.864753, 37.17284 ], [ 104.85613, 37.211933 ], [ 104.776673, 37.246718 ], [ 104.717543, 37.208597 ], [ 104.638087, 37.201923 ], [ 104.600515, 37.242907 ], [ 104.624536, 37.298627 ], [ 104.651022, 37.290534 ], [ 104.673812, 37.317668 ], [ 104.713848, 37.329566 ], [ 104.662109, 37.367626 ], [ 104.679971, 37.408044 ], [ 104.521059, 37.43466 ], [ 104.499501, 37.421353 ], [ 104.448994, 37.42468 ], [ 104.437907, 37.445589 ], [ 104.365226, 37.418026 ], [ 104.298705, 37.414223 ], [ 104.287002, 37.428007 ], [ 104.322726, 37.44844 ], [ 104.407726, 37.464592 ], [ 104.419429, 37.511604 ], [ 104.433595, 37.515402 ], [ 104.623305, 37.522522 ], [ 104.805007, 37.539133 ], [ 104.866601, 37.566651 ], [ 105.027977, 37.580881 ], [ 105.111128, 37.633981 ], [ 105.187505, 37.657674 ], [ 105.221998, 37.677097 ], [ 105.315004, 37.702197 ], [ 105.4037, 37.710246 ], [ 105.467141, 37.695094 ], [ 105.598952, 37.699356 ], [ 105.616199, 37.722555 ], [ 105.622358, 37.777919 ], [ 105.677177, 37.771769 ], [ 105.760944, 37.799674 ], [ 105.80406, 37.862068 ], [ 105.799749, 37.939986 ], [ 105.840401, 38.004147 ], [ 105.780655, 38.084741 ], [ 105.76772, 38.121474 ], [ 105.775111, 38.186887 ], [ 105.802828, 38.220277 ], [ 105.842248, 38.240962 ], [ 105.86627, 38.296406 ], [ 105.821307, 38.366824 ], [ 105.835473, 38.387467 ], [ 105.827466, 38.432486 ], [ 105.850872, 38.443736 ], [ 105.836705, 38.476071 ], [ 105.863806, 38.53508 ], [ 105.856415, 38.569714 ], [ 105.874277, 38.593105 ], [ 105.852719, 38.641735 ], [ 105.894603, 38.696405 ], [ 105.88598, 38.716953 ], [ 105.908154, 38.737496 ], [ 105.909386, 38.791159 ], [ 105.992538, 38.857366 ], [ 105.97098, 38.909077 ], [ 106.021487, 38.953769 ], [ 106.060907, 38.96866 ], [ 106.087392, 39.006339 ], [ 106.078153, 39.026333 ], [ 106.096631, 39.084889 ], [ 106.145907, 39.153142 ], [ 106.170544, 39.163352 ], [ 106.192718, 39.142932 ], [ 106.251232, 39.131327 ], [ 106.285109, 39.146181 ], [ 106.29558, 39.167992 ], [ 106.280181, 39.262118 ], [ 106.402753, 39.291767 ], [ 106.511774, 39.272311 ], [ 106.525325, 39.308439 ], [ 106.556122, 39.322329 ], [ 106.602318, 39.37555 ], [ 106.643586, 39.357969 ], [ 106.683622, 39.357506 ], [ 106.751375, 39.381564 ], [ 106.781556, 39.371849 ], [ 106.806809, 39.318625 ], [ 106.806193, 39.277407 ], [ 106.790795, 39.241263 ], [ 106.795723, 39.214375 ], [ 106.825288, 39.19397 ], [ 106.859164, 39.107648 ], [ 106.878874, 39.091392 ], [ 106.933693, 39.076527 ], [ 106.96757, 39.054688 ], [ 106.971881, 39.026333 ], [ 106.954019, 38.941202 ], [ 106.837606, 38.847579 ], [ 106.756302, 38.748699 ], [ 106.709491, 38.718821 ], [ 106.66268, 38.601524 ], [ 106.647897, 38.470917 ], [ 106.599854, 38.389812 ], [ 106.482209, 38.319417 ], [ 106.555506, 38.263521 ], [ 106.627571, 38.232501 ], [ 106.654672, 38.22921 ], [ 106.737824, 38.197706 ], [ 106.779092, 38.171833 ], [ 106.858548, 38.156306 ], [ 106.942316, 38.132302 ], [ 107.010069, 38.120532 ], [ 107.051337, 38.122886 ], [ 107.071047, 38.138892 ], [ 107.119091, 38.134185 ], [ 107.138801, 38.161011 ], [ 107.19054, 38.153953 ], [ 107.240431, 38.111586 ], [ 107.33159, 38.086625 ], [ 107.3938, 38.014993 ], [ 107.440611, 37.995659 ], [ 107.411662, 37.948009 ], [ 107.448618, 37.933378 ], [ 107.49235, 37.944706 ], [ 107.560719, 37.893717 ], [ 107.65003, 37.86443 ], [ 107.659269, 37.844112 ], [ 107.646335, 37.805349 ], [ 107.620465, 37.776026 ], [ 107.599523, 37.791162 ], [ 107.57119, 37.776499 ], [ 107.499125, 37.765619 ], [ 107.484959, 37.706458 ], [ 107.425828, 37.684201 ], [ 107.387024, 37.691305 ], [ 107.389488, 37.671413 ], [ 107.422133, 37.665254 ], [ 107.361155, 37.613125 ], [ 107.311264, 37.609806 ], [ 107.330358, 37.584201 ], [ 107.369162, 37.58752 ], [ 107.345756, 37.518725 ], [ 107.284162, 37.481691 ], [ 107.282931, 37.437036 ], [ 107.257677, 37.337179 ], [ 107.273075, 37.29101 ], [ 107.309416, 37.239095 ], [ 107.270612, 37.229089 ], [ 107.317423, 37.200017 ], [ 107.336517, 37.165687 ], [ 107.334669, 37.138975 ], [ 107.306952, 37.100799 ], [ 107.281083, 37.127047 ], [ 107.268764, 37.099367 ] ] ], [ [ [ 106.048588, 35.488898 ], [ 106.054132, 35.45478 ], [ 106.034422, 35.469404 ], [ 106.002393, 35.438692 ], [ 105.894603, 35.413821 ], [ 105.897683, 35.451368 ], [ 106.048588, 35.488898 ] ] ], [ [ [ 106.073842, 35.45478 ], [ 106.073226, 35.450393 ], [ 106.071378, 35.449418 ], [ 106.06953, 35.458193 ], [ 106.073842, 35.45478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "650000", "name": "新疆维吾尔自治区", "center": [ 87.617733, 43.792818 ], "centroid": [ 85.294711, 41.371801 ], "childrenNum": 24, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 30, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 96.386348, 42.727592 ], [ 96.166458, 42.623314 ], [ 96.103632, 42.604375 ], [ 96.072219, 42.569566 ], [ 96.02356, 42.542675 ], [ 96.0174, 42.482239 ], [ 95.978596, 42.436762 ], [ 96.06606, 42.414674 ], [ 96.042038, 42.352787 ], [ 96.040806, 42.326688 ], [ 96.178161, 42.21775 ], [ 96.077147, 42.149457 ], [ 96.13874, 42.05399 ], [ 96.137509, 42.019765 ], [ 96.117183, 41.985966 ], [ 96.054973, 41.936124 ], [ 95.998306, 41.906289 ], [ 95.855408, 41.849699 ], [ 95.801206, 41.848361 ], [ 95.759322, 41.835878 ], [ 95.65646, 41.826067 ], [ 95.57146, 41.796181 ], [ 95.445193, 41.719841 ], [ 95.39407, 41.693481 ], [ 95.335556, 41.644305 ], [ 95.299831, 41.565994 ], [ 95.247476, 41.61344 ], [ 95.194505, 41.694821 ], [ 95.199433, 41.719395 ], [ 95.16494, 41.735474 ], [ 95.135991, 41.772976 ], [ 95.110738, 41.768513 ], [ 95.011572, 41.726541 ], [ 94.969072, 41.718948 ], [ 94.861898, 41.668451 ], [ 94.809543, 41.619256 ], [ 94.750413, 41.538227 ], [ 94.534219, 41.505966 ], [ 94.184365, 41.268444 ], [ 94.01067, 41.114875 ], [ 93.908424, 40.983539 ], [ 93.809874, 40.879548 ], [ 93.820961, 40.793519 ], [ 93.760599, 40.664721 ], [ 93.506216, 40.648376 ], [ 92.928465, 40.572504 ], [ 92.920458, 40.391792 ], [ 92.906907, 40.310609 ], [ 92.796654, 40.153897 ], [ 92.745531, 39.868331 ], [ 92.687632, 39.657174 ], [ 92.639589, 39.514196 ], [ 92.52564, 39.368611 ], [ 92.378431, 39.258411 ], [ 92.339011, 39.236628 ], [ 92.343938, 39.146181 ], [ 92.366112, 39.096037 ], [ 92.366728, 39.059335 ], [ 92.41046, 39.03842 ], [ 92.416003, 39.010524 ], [ 92.380279, 38.999828 ], [ 92.263866, 39.002153 ], [ 92.197961, 38.983548 ], [ 92.173323, 38.960749 ], [ 92.10865, 38.963541 ], [ 91.966368, 38.930961 ], [ 91.880752, 38.899297 ], [ 91.87952, 38.884391 ], [ 91.806223, 38.872744 ], [ 91.694738, 38.86622 ], [ 91.681188, 38.852706 ], [ 91.501333, 38.815411 ], [ 91.446515, 38.813546 ], [ 91.298689, 38.746365 ], [ 91.242639, 38.752433 ], [ 91.188436, 38.73096 ], [ 90.992567, 38.695003 ], [ 90.970394, 38.697806 ], [ 90.899561, 38.679588 ], [ 90.724634, 38.658094 ], [ 90.65996, 38.674449 ], [ 90.619308, 38.664636 ], [ 90.645794, 38.635191 ], [ 90.606374, 38.610878 ], [ 90.608837, 38.594508 ], [ 90.560794, 38.593573 ], [ 90.525685, 38.561291 ], [ 90.463476, 38.556611 ], [ 90.465323, 38.521971 ], [ 90.427135, 38.493873 ], [ 90.353222, 38.482162 ], [ 90.315034, 38.501835 ], [ 90.248513, 38.491531 ], [ 90.130868, 38.494341 ], [ 90.111774, 38.477945 ], [ 90.111774, 38.418889 ], [ 90.129636, 38.400131 ], [ 90.179528, 38.396848 ], [ 90.137644, 38.340543 ], [ 90.280542, 38.238142 ], [ 90.352607, 38.233441 ], [ 90.361846, 38.300163 ], [ 90.401882, 38.311434 ], [ 90.531229, 38.319886 ], [ 90.516446, 38.207111 ], [ 90.519526, 37.730601 ], [ 90.579272, 37.720661 ], [ 90.586663, 37.703144 ], [ 90.643946, 37.696988 ], [ 90.777605, 37.648672 ], [ 90.820104, 37.613599 ], [ 90.854597, 37.604117 ], [ 90.882314, 37.575664 ], [ 90.865684, 37.53059 ], [ 90.911879, 37.519674 ], [ 90.958075, 37.477891 ], [ 91.019669, 37.493088 ], [ 91.073256, 37.475992 ], [ 91.099741, 37.447965 ], [ 91.113292, 37.387124 ], [ 91.136081, 37.355734 ], [ 91.134849, 37.324331 ], [ 91.194596, 37.273868 ], [ 91.1909, 37.205737 ], [ 91.280211, 37.163779 ], [ 91.286371, 37.105095 ], [ 91.303617, 37.083136 ], [ 91.291298, 37.042544 ], [ 91.303617, 37.012444 ], [ 91.216153, 37.010054 ], [ 91.181045, 37.025345 ], [ 91.133618, 37.007665 ], [ 91.126842, 36.978507 ], [ 91.051698, 36.96751 ], [ 91.036915, 36.929727 ], [ 90.983944, 36.913459 ], [ 90.924198, 36.921115 ], [ 90.853981, 36.915373 ], [ 90.758511, 36.825844 ], [ 90.732025, 36.825844 ], [ 90.727098, 36.755872 ], [ 90.754815, 36.721341 ], [ 90.720938, 36.708868 ], [ 90.706156, 36.658955 ], [ 90.730793, 36.655594 ], [ 90.72217, 36.620058 ], [ 90.741264, 36.585947 ], [ 90.810865, 36.585466 ], [ 90.831191, 36.55807 ], [ 90.905104, 36.560474 ], [ 91.011662, 36.539801 ], [ 91.035683, 36.529703 ], [ 91.039995, 36.474861 ], [ 91.028292, 36.443093 ], [ 91.051698, 36.433946 ], [ 91.026444, 36.323607 ], [ 91.07264, 36.299012 ], [ 91.051698, 36.238215 ], [ 91.096045, 36.219871 ], [ 91.09235, 36.163844 ], [ 91.124994, 36.115514 ], [ 91.081263, 36.088436 ], [ 90.979017, 36.106811 ], [ 90.922966, 36.028927 ], [ 90.850285, 36.016827 ], [ 90.815793, 36.035703 ], [ 90.776373, 36.086501 ], [ 90.659344, 36.13485 ], [ 90.613149, 36.126632 ], [ 90.534925, 36.147899 ], [ 90.478258, 36.13195 ], [ 90.424055, 36.133883 ], [ 90.325505, 36.159496 ], [ 90.23681, 36.160462 ], [ 90.198006, 36.187516 ], [ 90.130252, 36.2078 ], [ 90.145651, 36.239181 ], [ 90.058188, 36.255591 ], [ 90.043405, 36.276822 ], [ 90.003369, 36.278752 ], [ 90.028006, 36.258486 ], [ 90.019999, 36.213594 ], [ 89.997825, 36.168193 ], [ 89.944855, 36.140649 ], [ 89.941159, 36.067637 ], [ 89.914058, 36.079246 ], [ 89.819819, 36.080697 ], [ 89.766848, 36.073925 ], [ 89.711414, 36.093272 ], [ 89.614711, 36.109712 ], [ 89.594385, 36.126632 ], [ 89.490291, 36.151281 ], [ 89.375727, 36.228078 ], [ 89.335075, 36.23725 ], [ 89.292575, 36.231457 ], [ 89.232213, 36.295636 ], [ 89.198952, 36.260417 ], [ 89.126887, 36.254626 ], [ 89.10225, 36.281164 ], [ 89.054822, 36.291777 ], [ 89.013554, 36.315409 ], [ 88.964279, 36.318785 ], [ 88.926091, 36.36458 ], [ 88.870657, 36.348193 ], [ 88.838628, 36.353496 ], [ 88.802903, 36.33807 ], [ 88.783809, 36.291777 ], [ 88.766563, 36.292259 ], [ 88.690186, 36.367954 ], [ 88.623665, 36.389636 ], [ 88.618121, 36.428168 ], [ 88.573158, 36.461386 ], [ 88.498629, 36.446463 ], [ 88.470912, 36.48208 ], [ 88.41055, 36.473418 ], [ 88.356963, 36.477268 ], [ 88.366202, 36.458016 ], [ 88.282434, 36.470049 ], [ 88.241782, 36.468605 ], [ 88.222688, 36.447426 ], [ 88.182652, 36.452721 ], [ 88.134609, 36.427205 ], [ 88.092109, 36.43539 ], [ 88.006494, 36.430575 ], [ 87.983088, 36.437797 ], [ 87.95845, 36.408423 ], [ 87.919646, 36.39349 ], [ 87.838342, 36.383855 ], [ 87.826023, 36.391563 ], [ 87.767509, 36.3747 ], [ 87.731785, 36.384818 ], [ 87.6203, 36.360243 ], [ 87.570409, 36.342409 ], [ 87.470626, 36.354459 ], [ 87.460155, 36.409868 ], [ 87.426895, 36.42576 ], [ 87.386859, 36.412757 ], [ 87.363453, 36.420463 ], [ 87.348055, 36.393008 ], [ 87.292004, 36.358797 ], [ 87.193454, 36.349158 ], [ 87.161425, 36.325535 ], [ 87.149106, 36.297565 ], [ 87.08628, 36.310587 ], [ 87.051788, 36.2966 ], [ 86.996353, 36.308658 ], [ 86.943998, 36.284058 ], [ 86.931064, 36.265242 ], [ 86.887332, 36.262829 ], [ 86.86331, 36.299977 ], [ 86.836209, 36.291294 ], [ 86.746282, 36.291777 ], [ 86.69947, 36.24449 ], [ 86.599072, 36.222285 ], [ 86.531935, 36.227113 ], [ 86.515305, 36.205385 ], [ 86.454943, 36.221319 ], [ 86.392733, 36.206834 ], [ 86.35824, 36.168676 ], [ 86.2794, 36.170608 ], [ 86.248603, 36.141616 ], [ 86.187625, 36.130983 ], [ 86.182081, 36.064734 ], [ 86.199944, 36.047801 ], [ 86.173458, 36.008113 ], [ 86.150668, 36.00424 ], [ 86.129111, 35.941761 ], [ 86.093386, 35.906868 ], [ 86.090306, 35.876809 ], [ 86.05335, 35.842857 ], [ 86.035488, 35.846738 ], [ 85.949256, 35.778794 ], [ 85.903677, 35.78462 ], [ 85.835308, 35.771996 ], [ 85.811286, 35.778794 ], [ 85.691178, 35.751114 ], [ 85.65299, 35.731199 ], [ 85.612953, 35.651486 ], [ 85.566142, 35.6403 ], [ 85.518715, 35.680658 ], [ 85.373969, 35.700101 ], [ 85.341324, 35.753543 ], [ 85.271107, 35.788989 ], [ 85.146071, 35.742371 ], [ 85.053065, 35.752086 ], [ 84.99455, 35.737028 ], [ 84.973608, 35.709334 ], [ 84.920022, 35.696213 ], [ 84.798066, 35.647595 ], [ 84.729081, 35.613546 ], [ 84.704443, 35.616951 ], [ 84.628067, 35.595055 ], [ 84.570168, 35.588242 ], [ 84.513502, 35.564391 ], [ 84.448828, 35.550272 ], [ 84.475929, 35.516181 ], [ 84.45314, 35.473303 ], [ 84.424191, 35.466479 ], [ 84.333032, 35.413821 ], [ 84.274517, 35.404065 ], [ 84.200605, 35.381135 ], [ 84.160569, 35.359663 ], [ 84.140859, 35.379184 ], [ 84.095895, 35.362592 ], [ 84.077417, 35.400163 ], [ 84.005968, 35.422599 ], [ 83.906186, 35.40309 ], [ 83.885244, 35.367472 ], [ 83.79778, 35.354783 ], [ 83.785462, 35.36308 ], [ 83.677672, 35.361128 ], [ 83.622238, 35.335256 ], [ 83.599448, 35.351366 ], [ 83.54155, 35.341603 ], [ 83.540318, 35.364056 ], [ 83.502745, 35.360639 ], [ 83.449159, 35.382111 ], [ 83.405427, 35.380648 ], [ 83.333978, 35.397236 ], [ 83.280391, 35.401138 ], [ 83.251442, 35.417722 ], [ 83.178145, 35.38943 ], [ 83.127022, 35.398699 ], [ 83.088834, 35.425526 ], [ 83.067892, 35.46258 ], [ 82.998907, 35.484512 ], [ 82.971806, 35.548324 ], [ 82.981661, 35.599922 ], [ 82.956407, 35.636409 ], [ 82.967494, 35.667532 ], [ 82.894813, 35.673852 ], [ 82.873871, 35.688922 ], [ 82.795031, 35.688436 ], [ 82.780249, 35.666073 ], [ 82.731589, 35.637868 ], [ 82.652133, 35.67288 ], [ 82.628727, 35.692324 ], [ 82.546192, 35.708362 ], [ 82.501844, 35.701073 ], [ 82.468583, 35.717595 ], [ 82.424852, 35.712736 ], [ 82.392823, 35.656349 ], [ 82.336156, 35.651486 ], [ 82.350323, 35.611113 ], [ 82.328149, 35.559523 ], [ 82.2992, 35.544916 ], [ 82.263475, 35.547837 ], [ 82.234526, 35.520565 ], [ 82.189563, 35.513258 ], [ 82.164925, 35.495719 ], [ 82.086701, 35.467454 ], [ 82.071302, 35.450393 ], [ 82.034346, 35.451855 ], [ 82.029419, 35.426013 ], [ 82.05344, 35.35039 ], [ 82.030034, 35.321585 ], [ 81.99123, 35.30547 ], [ 81.955506, 35.307423 ], [ 81.927789, 35.271275 ], [ 81.853876, 35.25857 ], [ 81.804601, 35.270786 ], [ 81.736847, 35.26248 ], [ 81.68634, 35.235599 ], [ 81.513261, 35.23511 ], [ 81.504638, 35.279092 ], [ 81.447972, 35.318167 ], [ 81.441196, 35.333303 ], [ 81.385762, 35.335256 ], [ 81.363588, 35.354783 ], [ 81.314313, 35.337209 ], [ 81.285364, 35.345508 ], [ 81.26627, 35.322562 ], [ 81.219458, 35.319144 ], [ 81.191741, 35.36552 ], [ 81.142466, 35.365032 ], [ 81.103662, 35.386015 ], [ 81.09935, 35.40748 ], [ 81.054387, 35.402602 ], [ 81.031597, 35.380648 ], [ 81.030981, 35.337209 ], [ 81.002648, 35.334768 ], [ 81.026053, 35.31133 ], [ 80.963844, 35.310842 ], [ 80.924423, 35.330862 ], [ 80.894242, 35.324027 ], [ 80.844351, 35.345508 ], [ 80.759968, 35.334768 ], [ 80.689135, 35.339162 ], [ 80.690982, 35.364544 ], [ 80.65649, 35.393821 ], [ 80.599823, 35.409431 ], [ 80.56841, 35.391381 ], [ 80.532686, 35.404553 ], [ 80.514824, 35.391869 ], [ 80.444607, 35.417235 ], [ 80.432904, 35.449418 ], [ 80.375006, 35.387966 ], [ 80.321419, 35.38699 ], [ 80.286926, 35.35283 ], [ 80.267832, 35.295701 ], [ 80.362687, 35.20871 ], [ 80.257977, 35.203331 ], [ 80.223484, 35.177409 ], [ 80.23026, 35.147565 ], [ 80.118159, 35.066293 ], [ 80.078123, 35.076578 ], [ 80.031311, 35.034447 ], [ 80.04363, 35.022196 ], [ 80.02392, 34.971209 ], [ 80.041782, 34.943252 ], [ 80.034391, 34.902033 ], [ 80.003594, 34.895162 ], [ 79.996819, 34.856375 ], [ 79.961094, 34.862759 ], [ 79.926602, 34.849499 ], [ 79.947544, 34.821008 ], [ 79.898268, 34.732035 ], [ 79.906892, 34.683821 ], [ 79.866856, 34.671517 ], [ 79.88595, 34.642965 ], [ 79.84345, 34.55725 ], [ 79.861312, 34.528166 ], [ 79.801566, 34.478847 ], [ 79.735661, 34.471447 ], [ 79.699936, 34.477861 ], [ 79.675914, 34.451216 ], [ 79.58106, 34.456151 ], [ 79.545335, 34.476381 ], [ 79.504683, 34.45467 ], [ 79.435082, 34.447761 ], [ 79.363017, 34.428018 ], [ 79.326677, 34.44332 ], [ 79.274322, 34.435916 ], [ 79.241677, 34.415183 ], [ 79.179467, 34.422588 ], [ 79.161605, 34.441345 ], [ 79.072294, 34.412714 ], [ 79.039033, 34.421601 ], [ 79.0107, 34.399877 ], [ 79.048888, 34.348506 ], [ 79.039649, 34.33467 ], [ 78.973128, 34.362833 ], [ 78.958961, 34.386049 ], [ 78.899831, 34.354929 ], [ 78.878273, 34.391481 ], [ 78.809288, 34.432955 ], [ 78.742766, 34.45467 ], [ 78.758781, 34.481807 ], [ 78.715049, 34.502031 ], [ 78.708274, 34.522249 ], [ 78.634977, 34.538026 ], [ 78.58139, 34.505483 ], [ 78.562912, 34.51288 ], [ 78.559832, 34.55725 ], [ 78.542586, 34.574499 ], [ 78.492695, 34.578441 ], [ 78.436029, 34.543942 ], [ 78.427405, 34.594207 ], [ 78.397224, 34.605538 ], [ 78.346101, 34.60406 ], [ 78.280812, 34.623269 ], [ 78.265413, 34.651335 ], [ 78.267261, 34.705472 ], [ 78.213059, 34.717771 ], [ 78.21429, 34.760556 ], [ 78.230921, 34.776288 ], [ 78.237696, 34.882398 ], [ 78.206283, 34.891726 ], [ 78.182262, 34.936874 ], [ 78.201972, 34.974642 ], [ 78.160704, 34.990823 ], [ 78.123131, 35.036897 ], [ 78.150849, 35.069721 ], [ 78.124979, 35.108407 ], [ 78.078784, 35.100084 ], [ 78.062769, 35.114772 ], [ 78.060306, 35.180344 ], [ 78.01719, 35.228267 ], [ 78.020885, 35.315237 ], [ 78.013494, 35.366008 ], [ 78.046755, 35.384063 ], [ 78.107117, 35.437229 ], [ 78.113892, 35.466967 ], [ 78.140378, 35.494745 ], [ 78.048603, 35.491334 ], [ 78.029509, 35.469404 ], [ 78.009799, 35.491821 ], [ 77.951284, 35.478664 ], [ 77.917408, 35.490847 ], [ 77.914944, 35.465017 ], [ 77.870596, 35.495232 ], [ 77.85643, 35.487436 ], [ 77.816394, 35.518616 ], [ 77.797299, 35.491334 ], [ 77.757879, 35.497181 ], [ 77.735706, 35.461605 ], [ 77.690742, 35.448443 ], [ 77.657481, 35.477689 ], [ 77.639619, 35.45478 ], [ 77.590344, 35.460143 ], [ 77.578025, 35.47574 ], [ 77.518895, 35.482075 ], [ 77.451758, 35.46063 ], [ 77.396939, 35.467942 ], [ 77.355055, 35.494257 ], [ 77.331649, 35.530793 ], [ 77.307628, 35.540533 ], [ 77.195527, 35.519103 ], [ 77.093281, 35.569746 ], [ 77.072339, 35.591162 ], [ 76.99781, 35.611113 ], [ 76.967013, 35.591649 ], [ 76.906651, 35.615005 ], [ 76.848753, 35.668018 ], [ 76.769297, 35.653917 ], [ 76.69292, 35.747714 ], [ 76.593754, 35.771996 ], [ 76.566037, 35.819082 ], [ 76.587595, 35.840431 ], [ 76.579587, 35.866625 ], [ 76.59745, 35.895718 ], [ 76.55803, 35.923347 ], [ 76.51553, 35.881173 ], [ 76.471798, 35.886021 ], [ 76.431762, 35.851589 ], [ 76.369552, 35.86323 ], [ 76.365857, 35.82442 ], [ 76.298719, 35.841401 ], [ 76.228502, 35.837035 ], [ 76.221727, 35.823449 ], [ 76.160133, 35.82442 ], [ 76.146582, 35.839946 ], [ 76.16506, 35.908807 ], [ 76.117017, 35.975186 ], [ 76.097307, 36.022635 ], [ 76.044336, 36.026991 ], [ 76.028322, 36.016827 ], [ 75.982742, 36.031347 ], [ 75.949482, 36.070056 ], [ 75.936547, 36.13485 ], [ 75.96796, 36.159013 ], [ 76.016619, 36.165294 ], [ 76.011691, 36.229044 ], [ 76.060967, 36.225182 ], [ 76.055423, 36.252695 ], [ 75.998757, 36.312034 ], [ 75.991365, 36.35205 ], [ 76.035097, 36.409386 ], [ 75.991981, 36.505654 ], [ 75.924228, 36.566242 ], [ 75.947018, 36.590752 ], [ 75.871257, 36.666636 ], [ 75.8072, 36.707908 ], [ 75.724048, 36.750597 ], [ 75.634121, 36.771693 ], [ 75.588541, 36.762584 ], [ 75.537418, 36.773131 ], [ 75.536802, 36.729975 ], [ 75.504773, 36.743404 ], [ 75.458578, 36.720861 ], [ 75.425933, 36.778883 ], [ 75.434556, 36.83303 ], [ 75.430245, 36.873255 ], [ 75.396368, 36.904367 ], [ 75.413614, 36.954599 ], [ 75.345861, 36.960816 ], [ 75.288579, 36.974682 ], [ 75.244847, 36.963207 ], [ 75.16847, 36.991892 ], [ 75.172166, 37.013877 ], [ 75.063145, 37.006231 ], [ 75.032348, 37.016745 ], [ 75.005862, 36.99476 ], [ 74.927638, 36.978029 ], [ 74.938725, 36.94312 ], [ 74.893762, 36.939772 ], [ 74.86974, 36.990458 ], [ 74.84387, 37.0134 ], [ 74.84695, 37.056873 ], [ 74.806914, 37.054485 ], [ 74.792747, 37.027257 ], [ 74.739161, 37.028212 ], [ 74.70898, 37.084569 ], [ 74.632603, 37.066425 ], [ 74.617205, 37.043499 ], [ 74.56793, 37.032512 ], [ 74.530357, 37.082182 ], [ 74.498944, 37.072155 ], [ 74.496481, 37.116072 ], [ 74.465068, 37.147085 ], [ 74.487858, 37.161871 ], [ 74.477387, 37.19954 ], [ 74.511263, 37.240048 ], [ 74.54514, 37.2491 ], [ 74.578401, 37.231472 ], [ 74.598727, 37.258151 ], [ 74.642458, 37.261485 ], [ 74.665864, 37.23576 ], [ 74.727458, 37.282916 ], [ 74.753943, 37.281011 ], [ 74.800139, 37.248147 ], [ 74.816153, 37.216699 ], [ 74.911008, 37.233378 ], [ 74.927022, 37.277678 ], [ 75.018181, 37.293867 ], [ 75.078543, 37.318144 ], [ 75.125971, 37.322427 ], [ 75.140137, 37.355258 ], [ 75.125971, 37.388075 ], [ 75.153072, 37.414223 ], [ 75.129666, 37.459367 ], [ 75.090862, 37.486915 ], [ 75.078543, 37.511129 ], [ 75.035428, 37.500685 ], [ 75.002167, 37.511604 ], [ 75.000935, 37.53059 ], [ 74.940573, 37.559061 ], [ 74.891914, 37.668097 ], [ 74.920863, 37.684675 ], [ 74.923327, 37.717347 ], [ 74.949196, 37.725395 ], [ 75.006478, 37.770823 ], [ 74.989848, 37.797783 ], [ 74.917167, 37.845057 ], [ 74.936877, 37.876241 ], [ 74.919015, 37.908357 ], [ 74.911008, 37.966884 ], [ 74.92579, 38.01735 ], [ 74.879595, 38.021122 ], [ 74.821697, 38.10311 ], [ 74.80445, 38.167128 ], [ 74.816769, 38.215576 ], [ 74.793363, 38.271039 ], [ 74.806914, 38.285602 ], [ 74.789668, 38.324581 ], [ 74.834015, 38.361193 ], [ 74.868508, 38.403883 ], [ 74.862965, 38.484035 ], [ 74.821697, 38.491062 ], [ 74.78474, 38.538357 ], [ 74.717603, 38.542102 ], [ 74.639995, 38.599653 ], [ 74.613509, 38.593105 ], [ 74.546988, 38.607604 ], [ 74.506336, 38.637528 ], [ 74.455829, 38.632853 ], [ 74.421952, 38.647812 ], [ 74.353583, 38.655757 ], [ 74.229779, 38.656224 ], [ 74.147859, 38.676785 ], [ 74.11275, 38.611345 ], [ 74.088113, 38.610878 ], [ 74.068403, 38.585621 ], [ 74.090577, 38.542102 ], [ 74.034526, 38.541634 ], [ 74.011736, 38.52478 ], [ 73.926121, 38.536016 ], [ 73.89902, 38.579071 ], [ 73.852208, 38.584217 ], [ 73.799237, 38.610878 ], [ 73.809092, 38.634256 ], [ 73.757353, 38.719755 ], [ 73.769056, 38.775765 ], [ 73.729636, 38.837324 ], [ 73.699455, 38.857832 ], [ 73.70931, 38.893241 ], [ 73.742571, 38.933754 ], [ 73.767824, 38.941202 ], [ 73.826339, 38.916993 ], [ 73.846665, 38.962145 ], [ 73.839889, 39.008199 ], [ 73.820179, 39.041674 ], [ 73.780143, 39.026798 ], [ 73.743187, 39.029588 ], [ 73.720397, 39.071881 ], [ 73.719781, 39.108112 ], [ 73.688368, 39.154999 ], [ 73.657571, 39.166136 ], [ 73.639709, 39.220402 ], [ 73.623079, 39.235237 ], [ 73.580579, 39.237555 ], [ 73.564564, 39.266288 ], [ 73.542391, 39.269531 ], [ 73.554709, 39.295935 ], [ 73.554094, 39.350102 ], [ 73.502355, 39.383877 ], [ 73.592898, 39.412087 ], [ 73.61076, 39.465702 ], [ 73.6471, 39.474479 ], [ 73.745651, 39.462005 ], [ 73.836194, 39.472169 ], [ 73.868223, 39.482794 ], [ 73.893476, 39.528046 ], [ 73.883621, 39.540969 ], [ 73.914418, 39.564041 ], [ 73.916266, 39.586644 ], [ 73.953838, 39.600018 ], [ 73.924273, 39.722108 ], [ 73.905795, 39.741899 ], [ 73.841737, 39.756163 ], [ 73.845433, 39.831115 ], [ 73.907027, 39.873843 ], [ 73.910722, 39.934443 ], [ 73.980324, 40.004617 ], [ 73.943367, 40.016076 ], [ 74.008041, 40.050901 ], [ 74.023439, 40.085251 ], [ 74.113366, 40.086624 ], [ 74.126301, 40.104479 ], [ 74.26304, 40.125074 ], [ 74.280902, 40.09807 ], [ 74.316626, 40.106767 ], [ 74.356662, 40.089371 ], [ 74.433039, 40.13148 ], [ 74.485394, 40.182251 ], [ 74.534669, 40.207851 ], [ 74.577169, 40.260391 ], [ 74.618437, 40.27957 ], [ 74.673255, 40.278656 ], [ 74.697893, 40.310153 ], [ 74.700357, 40.346195 ], [ 74.824776, 40.344371 ], [ 74.862965, 40.32658 ], [ 74.908544, 40.338897 ], [ 74.795211, 40.443278 ], [ 74.814921, 40.461039 ], [ 74.819233, 40.505647 ], [ 74.844486, 40.521117 ], [ 74.891914, 40.507467 ], [ 74.963363, 40.464681 ], [ 74.995392, 40.455119 ], [ 75.021877, 40.466958 ], [ 75.051442, 40.449654 ], [ 75.102565, 40.44009 ], [ 75.13521, 40.463315 ], [ 75.206659, 40.447833 ], [ 75.242383, 40.448743 ], [ 75.268869, 40.483802 ], [ 75.292274, 40.483802 ], [ 75.355716, 40.537947 ], [ 75.432093, 40.563412 ], [ 75.467817, 40.599773 ], [ 75.550353, 40.64883 ], [ 75.599628, 40.659727 ], [ 75.636584, 40.624306 ], [ 75.627345, 40.605226 ], [ 75.631041, 40.548862 ], [ 75.646439, 40.516567 ], [ 75.733287, 40.474242 ], [ 75.717272, 40.443278 ], [ 75.686475, 40.418223 ], [ 75.669845, 40.363982 ], [ 75.688323, 40.343915 ], [ 75.709265, 40.280939 ], [ 75.739446, 40.299199 ], [ 75.785642, 40.301025 ], [ 75.831221, 40.327492 ], [ 75.84046, 40.312434 ], [ 75.890351, 40.30924 ], [ 75.921764, 40.291439 ], [ 75.932235, 40.339353 ], [ 75.986438, 40.381763 ], [ 76.026474, 40.355317 ], [ 76.048648, 40.357141 ], [ 76.048648, 40.388601 ], [ 76.081293, 40.39635 ], [ 76.144118, 40.393615 ], [ 76.176147, 40.381307 ], [ 76.22419, 40.401819 ], [ 76.279625, 40.439179 ], [ 76.283321, 40.415034 ], [ 76.327668, 40.391336 ], [ 76.333212, 40.343459 ], [ 76.381871, 40.39088 ], [ 76.390494, 40.37766 ], [ 76.442233, 40.391336 ], [ 76.470566, 40.422779 ], [ 76.508754, 40.429613 ], [ 76.539551, 40.464226 ], [ 76.543247, 40.513837 ], [ 76.556798, 40.542495 ], [ 76.601145, 40.578868 ], [ 76.611, 40.601591 ], [ 76.657196, 40.620218 ], [ 76.654732, 40.652917 ], [ 76.676906, 40.696036 ], [ 76.646725, 40.73686 ], [ 76.646725, 40.759983 ], [ 76.693536, 40.779472 ], [ 76.731724, 40.818887 ], [ 76.741579, 40.912119 ], [ 76.761905, 40.954167 ], [ 76.817956, 40.975406 ], [ 76.85368, 40.97631 ], [ 76.885709, 41.027347 ], [ 76.940528, 41.028701 ], [ 77.002122, 41.073381 ], [ 77.023064, 41.059394 ], [ 77.091433, 41.062553 ], [ 77.108063, 41.038181 ], [ 77.169041, 41.009285 ], [ 77.236795, 41.027798 ], [ 77.296541, 41.004769 ], [ 77.363062, 41.04089 ], [ 77.415417, 41.038633 ], [ 77.473931, 41.022832 ], [ 77.476395, 40.999349 ], [ 77.540453, 41.006575 ], [ 77.591576, 40.992122 ], [ 77.597119, 41.005221 ], [ 77.654402, 41.016059 ], [ 77.684583, 41.00793 ], [ 77.737553, 41.032313 ], [ 77.780669, 41.022832 ], [ 77.796068, 41.049014 ], [ 77.829328, 41.059394 ], [ 77.807155, 41.091876 ], [ 77.814546, 41.13426 ], [ 77.836104, 41.153189 ], [ 77.905089, 41.185174 ], [ 77.972842, 41.173013 ], [ 78.094798, 41.224347 ], [ 78.129291, 41.228398 ], [ 78.136682, 41.279239 ], [ 78.165015, 41.340825 ], [ 78.149617, 41.368228 ], [ 78.163783, 41.383497 ], [ 78.235232, 41.399211 ], [ 78.324544, 41.384395 ], [ 78.338094, 41.397415 ], [ 78.385522, 41.394721 ], [ 78.391681, 41.408189 ], [ 78.454507, 41.412228 ], [ 78.527188, 41.440947 ], [ 78.580774, 41.481759 ], [ 78.650375, 41.467411 ], [ 78.675629, 41.50238 ], [ 78.707042, 41.522098 ], [ 78.696571, 41.54181 ], [ 78.739071, 41.555695 ], [ 78.825302, 41.560173 ], [ 78.86657, 41.593749 ], [ 78.891824, 41.597777 ], [ 78.957729, 41.65146 ], [ 78.99407, 41.664427 ], [ 79.021787, 41.657273 ], [ 79.043345, 41.681414 ], [ 79.10925, 41.697503 ], [ 79.138199, 41.722968 ], [ 79.21704, 41.725648 ], [ 79.271858, 41.767174 ], [ 79.276786, 41.78101 ], [ 79.326061, 41.809565 ], [ 79.356242, 41.795735 ], [ 79.415372, 41.836769 ], [ 79.457256, 41.847915 ], [ 79.500988, 41.835432 ], [ 79.550879, 41.834094 ], [ 79.616784, 41.856385 ], [ 79.640806, 41.884907 ], [ 79.724574, 41.896935 ], [ 79.776313, 41.89248 ], [ 79.822508, 41.963275 ], [ 79.854537, 41.984186 ], [ 79.852689, 42.015319 ], [ 79.923522, 42.042436 ], [ 80.089826, 42.047325 ], [ 80.14218, 42.03488 ], [ 80.193303, 42.081535 ], [ 80.16805, 42.096635 ], [ 80.139717, 42.151232 ], [ 80.163738, 42.152563 ], [ 80.168666, 42.200462 ], [ 80.233339, 42.210215 ], [ 80.28631, 42.233261 ], [ 80.29247, 42.259842 ], [ 80.272144, 42.281984 ], [ 80.283847, 42.320493 ], [ 80.229028, 42.358536 ], [ 80.239499, 42.389927 ], [ 80.206238, 42.431462 ], [ 80.225948, 42.485769 ], [ 80.265368, 42.502097 ], [ 80.221637, 42.533415 ], [ 80.180985, 42.590718 ], [ 80.163738, 42.629919 ], [ 80.179753, 42.670415 ], [ 80.228412, 42.692852 ], [ 80.225948, 42.713083 ], [ 80.259209, 42.790865 ], [ 80.262289, 42.828623 ], [ 80.280151, 42.838278 ], [ 80.338049, 42.831695 ], [ 80.407034, 42.834767 ], [ 80.450766, 42.861971 ], [ 80.503737, 42.882146 ], [ 80.602903, 42.894424 ], [ 80.5912, 42.923354 ], [ 80.487106, 42.948766 ], [ 80.397795, 42.996933 ], [ 80.378701, 43.031502 ], [ 80.416889, 43.05687 ], [ 80.482795, 43.06955 ], [ 80.556092, 43.104515 ], [ 80.593048, 43.133347 ], [ 80.650946, 43.147321 ], [ 80.706997, 43.143828 ], [ 80.73225, 43.131163 ], [ 80.752576, 43.148194 ], [ 80.79446, 43.137277 ], [ 80.804315, 43.178314 ], [ 80.789533, 43.201876 ], [ 80.788917, 43.242433 ], [ 80.769207, 43.265535 ], [ 80.777214, 43.308227 ], [ 80.69283, 43.32042 ], [ 80.686055, 43.333916 ], [ 80.735946, 43.389609 ], [ 80.746417, 43.439167 ], [ 80.761199, 43.446554 ], [ 80.75504, 43.494329 ], [ 80.522215, 43.816473 ], [ 80.511128, 43.906657 ], [ 80.475404, 43.938124 ], [ 80.485259, 43.95579 ], [ 80.457541, 43.981203 ], [ 80.458773, 44.047054 ], [ 80.449534, 44.078017 ], [ 80.3941, 44.127009 ], [ 80.407034, 44.149772 ], [ 80.400875, 44.198704 ], [ 80.413194, 44.264741 ], [ 80.399027, 44.30587 ], [ 80.383013, 44.401297 ], [ 80.350368, 44.484615 ], [ 80.411962, 44.605321 ], [ 80.400259, 44.628751 ], [ 80.313412, 44.704938 ], [ 80.238883, 44.7228 ], [ 80.200695, 44.756808 ], [ 80.178521, 44.796741 ], [ 80.18776, 44.825612 ], [ 80.169898, 44.84471 ], [ 80.115695, 44.815424 ], [ 80.087978, 44.817122 ], [ 79.999283, 44.793768 ], [ 79.991891, 44.830281 ], [ 79.953703, 44.849377 ], [ 79.969102, 44.877797 ], [ 79.887798, 44.90917 ], [ 79.944464, 44.937985 ], [ 79.951855, 44.957892 ], [ 79.98142, 44.964244 ], [ 80.056565, 45.011227 ], [ 80.060876, 45.026033 ], [ 80.111999, 45.052675 ], [ 80.136021, 45.041259 ], [ 80.144644, 45.059017 ], [ 80.195767, 45.030686 ], [ 80.24381, 45.031532 ], [ 80.291854, 45.06578 ], [ 80.328194, 45.070007 ], [ 80.358375, 45.040836 ], [ 80.404571, 45.049293 ], [ 80.443991, 45.077614 ], [ 80.445839, 45.097895 ], [ 80.493882, 45.127037 ], [ 80.519135, 45.108878 ], [ 80.599207, 45.105921 ], [ 80.686055, 45.129148 ], [ 80.731634, 45.156164 ], [ 80.816634, 45.152788 ], [ 80.862214, 45.127037 ], [ 80.897938, 45.127459 ], [ 80.93551, 45.160384 ], [ 80.966307, 45.168402 ], [ 81.024821, 45.162916 ], [ 81.080872, 45.182745 ], [ 81.111669, 45.218168 ], [ 81.170183, 45.211001 ], [ 81.175111, 45.227863 ], [ 81.236705, 45.247248 ], [ 81.284748, 45.23882 ], [ 81.327864, 45.260729 ], [ 81.382066, 45.257781 ], [ 81.398697, 45.275471 ], [ 81.437501, 45.28263 ], [ 81.462754, 45.264099 ], [ 81.52866, 45.285999 ], [ 81.536667, 45.304101 ], [ 81.575471, 45.30789 ], [ 81.582863, 45.336503 ], [ 81.645072, 45.359216 ], [ 81.677101, 45.35459 ], [ 81.78797, 45.3836 ], [ 81.832318, 45.319673 ], [ 81.879745, 45.284314 ], [ 81.921013, 45.233342 ], [ 81.993078, 45.237978 ], [ 82.052824, 45.255674 ], [ 82.09594, 45.249776 ], [ 82.091012, 45.222383 ], [ 82.109491, 45.211422 ], [ 82.206809, 45.236713 ], [ 82.294272, 45.247669 ], [ 82.344779, 45.219011 ], [ 82.487061, 45.181058 ], [ 82.562822, 45.204676 ], [ 82.58746, 45.224069 ], [ 82.60101, 45.346178 ], [ 82.546808, 45.426038 ], [ 82.448257, 45.461309 ], [ 82.281954, 45.53891 ], [ 82.266555, 45.620172 ], [ 82.288729, 45.655321 ], [ 82.289961, 45.71636 ], [ 82.340468, 45.772742 ], [ 82.349707, 45.822811 ], [ 82.336156, 45.882418 ], [ 82.342932, 45.935303 ], [ 82.401446, 45.972333 ], [ 82.461808, 45.97982 ], [ 82.518474, 46.153798 ], [ 82.609017, 46.294985 ], [ 82.726662, 46.494756 ], [ 82.774089, 46.600124 ], [ 82.788872, 46.677784 ], [ 82.829524, 46.772551 ], [ 82.878183, 46.797138 ], [ 82.876335, 46.823762 ], [ 82.923762, 46.932169 ], [ 82.937929, 47.014248 ], [ 82.993364, 47.065229 ], [ 83.031552, 47.168265 ], [ 83.02724, 47.21544 ], [ 83.108544, 47.221944 ], [ 83.15474, 47.236168 ], [ 83.17445, 47.218286 ], [ 83.207094, 47.213814 ], [ 83.221877, 47.186977 ], [ 83.257602, 47.173147 ], [ 83.306261, 47.179656 ], [ 83.324739, 47.167858 ], [ 83.370318, 47.178436 ], [ 83.418978, 47.119012 ], [ 83.463325, 47.132042 ], [ 83.53847, 47.083977 ], [ 83.566803, 47.080717 ], [ 83.576042, 47.059114 ], [ 83.700462, 47.032199 ], [ 83.69923, 47.015472 ], [ 83.766367, 47.026896 ], [ 83.88586, 46.982003 ], [ 83.932671, 46.970161 ], [ 83.951765, 46.98731 ], [ 84.002888, 46.990576 ], [ 84.038613, 46.973428 ], [ 84.086656, 46.965261 ], [ 84.150098, 46.977512 ], [ 84.195061, 47.003638 ], [ 84.2893, 46.994658 ], [ 84.336727, 47.00527 ], [ 84.37122, 46.993434 ], [ 84.425422, 47.008943 ], [ 84.506726, 46.97302 ], [ 84.563393, 46.991801 ], [ 84.668718, 46.995067 ], [ 84.699515, 47.008535 ], [ 84.748175, 47.009759 ], [ 84.781435, 46.979962 ], [ 84.849189, 46.957092 ], [ 84.867051, 46.927673 ], [ 84.934188, 46.863878 ], [ 84.95513, 46.861013 ], [ 84.979768, 46.883106 ], [ 84.987159, 46.918272 ], [ 85.082014, 46.939933 ], [ 85.102956, 46.968936 ], [ 85.175637, 46.997924 ], [ 85.213825, 47.041172 ], [ 85.276651, 47.068898 ], [ 85.325926, 47.044842 ], [ 85.355491, 47.054629 ], [ 85.441106, 47.063191 ], [ 85.545816, 47.057891 ], [ 85.547048, 47.096609 ], [ 85.582772, 47.142626 ], [ 85.641903, 47.18413 ], [ 85.682555, 47.222757 ], [ 85.682555, 47.249982 ], [ 85.701033, 47.28856 ], [ 85.675779, 47.321837 ], [ 85.701649, 47.384275 ], [ 85.685018, 47.428829 ], [ 85.614801, 47.498015 ], [ 85.617881, 47.550552 ], [ 85.547048, 48.008205 ], [ 85.531649, 48.046227 ], [ 85.551975, 48.081423 ], [ 85.55136, 48.127781 ], [ 85.576613, 48.15853 ], [ 85.587084, 48.191654 ], [ 85.622193, 48.202824 ], [ 85.633895, 48.232731 ], [ 85.678243, 48.266205 ], [ 85.695489, 48.302445 ], [ 85.695489, 48.335078 ], [ 85.758315, 48.403064 ], [ 85.791576, 48.418954 ], [ 85.916612, 48.438015 ], [ 86.053966, 48.441192 ], [ 86.225813, 48.432456 ], [ 86.270161, 48.452307 ], [ 86.305269, 48.491984 ], [ 86.38103, 48.49357 ], [ 86.416138, 48.481671 ], [ 86.579978, 48.538763 ], [ 86.594761, 48.576789 ], [ 86.635413, 48.612016 ], [ 86.640956, 48.629027 ], [ 86.693311, 48.64366 ], [ 86.70255, 48.666195 ], [ 86.771535, 48.717156 ], [ 86.780774, 48.731369 ], [ 86.754289, 48.78463 ], [ 86.770303, 48.810255 ], [ 86.818963, 48.831139 ], [ 86.821426, 48.850439 ], [ 86.782006, 48.887049 ], [ 86.757985, 48.894919 ], [ 86.730267, 48.959797 ], [ 86.732115, 48.994757 ], [ 86.772151, 49.02773 ], [ 86.836209, 49.051269 ], [ 86.84976, 49.066563 ], [ 86.854071, 49.109284 ], [ 86.887948, 49.132001 ], [ 86.953853, 49.131218 ], [ 87.000049, 49.142572 ], [ 87.088128, 49.133567 ], [ 87.112766, 49.15549 ], [ 87.211932, 49.140615 ], [ 87.239033, 49.114376 ], [ 87.304939, 49.112418 ], [ 87.388707, 49.097921 ], [ 87.43675, 49.075188 ], [ 87.511894, 49.10184 ], [ 87.49588, 49.132001 ], [ 87.517438, 49.145704 ], [ 87.563017, 49.142572 ], [ 87.602437, 49.152359 ], [ 87.67635, 49.15549 ], [ 87.700372, 49.175839 ], [ 87.762582, 49.172709 ], [ 87.793379, 49.18249 ], [ 87.821096, 49.173883 ], [ 87.82048, 49.148445 ], [ 87.845733, 49.146096 ], [ 87.867291, 49.108892 ], [ 87.844502, 49.090084 ], [ 87.858052, 49.07362 ], [ 87.835263, 49.054406 ], [ 87.883306, 49.023806 ], [ 87.883922, 48.993971 ], [ 87.911639, 48.979833 ], [ 87.871603, 48.963726 ], [ 87.87653, 48.949186 ], [ 87.814321, 48.945256 ], [ 87.793995, 48.927565 ], [ 87.760118, 48.925992 ], [ 87.742256, 48.881146 ], [ 87.78106, 48.872094 ], [ 87.792147, 48.849258 ], [ 87.829103, 48.825623 ], [ 87.803234, 48.824835 ], [ 87.826639, 48.800795 ], [ 87.872219, 48.799612 ], [ 87.93874, 48.757809 ], [ 87.96153, 48.773588 ], [ 88.029283, 48.750313 ], [ 88.064392, 48.712813 ], [ 88.090877, 48.71992 ], [ 88.089645, 48.69504 ], [ 88.02682, 48.65315 ], [ 88.010805, 48.618742 ], [ 87.96153, 48.599353 ], [ 87.973233, 48.575997 ], [ 88.041602, 48.548272 ], [ 88.10874, 48.545895 ], [ 88.130297, 48.521721 ], [ 88.151855, 48.526478 ], [ 88.196819, 48.493967 ], [ 88.229464, 48.498329 ], [ 88.318159, 48.478497 ], [ 88.363123, 48.460641 ], [ 88.360659, 48.433251 ], [ 88.438267, 48.393528 ], [ 88.462289, 48.392335 ], [ 88.503557, 48.412996 ], [ 88.523267, 48.403461 ], [ 88.535586, 48.368884 ], [ 88.573158, 48.369679 ], [ 88.573774, 48.351785 ], [ 88.605803, 48.337863 ], [ 88.575006, 48.277757 ], [ 88.594716, 48.259831 ], [ 88.601491, 48.221567 ], [ 88.638447, 48.183674 ], [ 88.668628, 48.171303 ], [ 88.700657, 48.180881 ], [ 88.721599, 48.160526 ], [ 88.79736, 48.133772 ], [ 88.824461, 48.107005 ], [ 88.939026, 48.115396 ], [ 88.953808, 48.090618 ], [ 89.027105, 48.051028 ], [ 89.044967, 48.009806 ], [ 89.078228, 47.98698 ], [ 89.156452, 47.996992 ], [ 89.231597, 47.98017 ], [ 89.282104, 47.994189 ], [ 89.308589, 48.021816 ], [ 89.359712, 48.026219 ], [ 89.38127, 48.046227 ], [ 89.498299, 48.02822 ], [ 89.569132, 48.037825 ], [ 89.599313, 48.015811 ], [ 89.595617, 47.973359 ], [ 89.645508, 47.947711 ], [ 89.651052, 47.913627 ], [ 89.735435, 47.89758 ], [ 89.761921, 47.835751 ], [ 89.86971, 47.834144 ], [ 89.957789, 47.842982 ], [ 89.960253, 47.885942 ], [ 90.040941, 47.874704 ], [ 90.066195, 47.883534 ], [ 90.086521, 47.86547 ], [ 90.070506, 47.820483 ], [ 90.07605, 47.777469 ], [ 90.13518, 47.723147 ], [ 90.180144, 47.72516 ], [ 90.216484, 47.70543 ], [ 90.331665, 47.681663 ], [ 90.384635, 47.644179 ], [ 90.346447, 47.637324 ], [ 90.376012, 47.603036 ], [ 90.398186, 47.547724 ], [ 90.468403, 47.497611 ], [ 90.474562, 47.462422 ], [ 90.459164, 47.43895 ], [ 90.468403, 47.404937 ], [ 90.507823, 47.400076 ], [ 90.526301, 47.379007 ], [ 90.488113, 47.317374 ], [ 90.521374, 47.2845 ], [ 90.56141, 47.206903 ], [ 90.579888, 47.198364 ], [ 90.653801, 47.111681 ], [ 90.691989, 47.080717 ], [ 90.767134, 46.992617 ], [ 90.830575, 46.995883 ], [ 90.901408, 46.960768 ], [ 90.92235, 46.938707 ], [ 90.929742, 46.893331 ], [ 90.958075, 46.879425 ], [ 90.942676, 46.82581 ], [ 90.992567, 46.790583 ], [ 90.992567, 46.769682 ], [ 91.019053, 46.766402 ], [ 91.054161, 46.717598 ], [ 91.036299, 46.670393 ], [ 91.017821, 46.58244 ], [ 91.068328, 46.579149 ], [ 91.079415, 46.558989 ], [ 91.060937, 46.516999 ], [ 91.038147, 46.500936 ], [ 91.025828, 46.444057 ], [ 90.996263, 46.419309 ], [ 90.983328, 46.374734 ], [ 90.900177, 46.31235 ], [ 90.955611, 46.233752 ], [ 90.94822, 46.219262 ], [ 90.98456, 46.160431 ], [ 91.021517, 46.121038 ], [ 91.014741, 46.06667 ], [ 91.028292, 46.023054 ], [ 90.890937, 45.921566 ], [ 90.799778, 45.834905 ], [ 90.714779, 45.728895 ], [ 90.676591, 45.582488 ], [ 90.671047, 45.487747 ], [ 90.723402, 45.464667 ], [ 90.772677, 45.432338 ], [ 90.773909, 45.405874 ], [ 90.813329, 45.32851 ], [ 90.804706, 45.29484 ], [ 90.831807, 45.300313 ], [ 90.877387, 45.280946 ], [ 90.897713, 45.249776 ], [ 90.866916, 45.209314 ], [ 90.881698, 45.192025 ], [ 90.96177, 45.201303 ], [ 91.007966, 45.218589 ], [ 91.050466, 45.208892 ], [ 91.129922, 45.21606 ], [ 91.17119, 45.199616 ], [ 91.195827, 45.159118 ], [ 91.230936, 45.153632 ], [ 91.242023, 45.13717 ], [ 91.33503, 45.129571 ], [ 91.37753, 45.11099 ], [ 91.429268, 45.156586 ], [ 91.448978, 45.156586 ], [ 91.500101, 45.103809 ], [ 91.561695, 45.075501 ], [ 91.694738, 45.065357 ], [ 91.803144, 45.082685 ], [ 91.885679, 45.078882 ], [ 92.056911, 45.086911 ], [ 92.100026, 45.081417 ], [ 92.240461, 45.015881 ], [ 92.315605, 45.028994 ], [ 92.348866, 45.014188 ], [ 92.414155, 45.018419 ], [ 92.501003, 45.001072 ], [ 92.547814, 45.018419 ], [ 92.683937, 45.02561 ], [ 92.779407, 45.050561 ], [ 92.847777, 45.038721 ], [ 92.884117, 45.046756 ], [ 92.922921, 45.03703 ], [ 92.932776, 45.017573 ], [ 93.002377, 45.009958 ], [ 93.062124, 45.018419 ], [ 93.100312, 45.007419 ], [ 93.174225, 45.015458 ], [ 93.252449, 44.991761 ], [ 93.314043, 44.980333 ], [ 93.314659, 44.995147 ], [ 93.376869, 44.985412 ], [ 93.434767, 44.955351 ], [ 93.509296, 44.968055 ], [ 93.613389, 44.926546 ], [ 93.716251, 44.894334 ], [ 93.723642, 44.865498 ], [ 94.066105, 44.732154 ], [ 94.152336, 44.684944 ], [ 94.215162, 44.667921 ], [ 94.227481, 44.645785 ], [ 94.279836, 44.603617 ], [ 94.329727, 44.582734 ], [ 94.359292, 44.515775 ], [ 94.390705, 44.521749 ], [ 94.470777, 44.509373 ], [ 94.557008, 44.462408 ], [ 94.606283, 44.448311 ], [ 94.673421, 44.397021 ], [ 94.722696, 44.34055 ], [ 94.768275, 44.34055 ], [ 94.826174, 44.320001 ], [ 94.945666, 44.292592 ], [ 94.998637, 44.253169 ], [ 95.1286, 44.269884 ], [ 95.238853, 44.277169 ], [ 95.41378, 44.298589 ], [ 95.43041, 44.281882 ], [ 95.4107, 44.245024 ], [ 95.376208, 44.227444 ], [ 95.355882, 44.166087 ], [ 95.35157, 44.090054 ], [ 95.326932, 44.028554 ], [ 95.377439, 44.025972 ], [ 95.426099, 44.009618 ], [ 95.527113, 44.007466 ], [ 95.623199, 43.855756 ], [ 95.645373, 43.787966 ], [ 95.705735, 43.67077 ], [ 95.735916, 43.597569 ], [ 95.857872, 43.417436 ], [ 95.880046, 43.28035 ], [ 95.921314, 43.229789 ], [ 96.363558, 42.900562 ], [ 96.386348, 42.727592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "710000", "name": "台湾省", "center": [ 121.509062, 25.044332 ], "centroid": [ 120.971485, 23.749452 ], "childrenNum": 0, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 31, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.443706, 22.441432 ], [ 120.297112, 22.531565 ], [ 120.274323, 22.560307 ], [ 120.20041, 22.721039 ], [ 120.149287, 22.896468 ], [ 120.133272, 23.000625 ], [ 120.029795, 23.048544 ], [ 120.018708, 23.073322 ], [ 120.081534, 23.291728 ], [ 120.108019, 23.341191 ], [ 120.12157, 23.504836 ], [ 120.095084, 23.58768 ], [ 120.102476, 23.701162 ], [ 120.175156, 23.807427 ], [ 120.245989, 23.840276 ], [ 120.278018, 23.92783 ], [ 120.316206, 23.984708 ], [ 120.391967, 24.118055 ], [ 120.451713, 24.182493 ], [ 120.470807, 24.242533 ], [ 120.520698, 24.311816 ], [ 120.546568, 24.370159 ], [ 120.589068, 24.43229 ], [ 120.642654, 24.490033 ], [ 120.68885, 24.600542 ], [ 120.762147, 24.658208 ], [ 120.82374, 24.688118 ], [ 120.89211, 24.767482 ], [ 120.914899, 24.864715 ], [ 120.961095, 24.940167 ], [ 121.009754, 24.993878 ], [ 121.024537, 25.040517 ], [ 121.102145, 25.075214 ], [ 121.132942, 25.078466 ], [ 121.209318, 25.12724 ], [ 121.319572, 25.140785 ], [ 121.371926, 25.159746 ], [ 121.413194, 25.238806 ], [ 121.444607, 25.27074 ], [ 121.53515, 25.307535 ], [ 121.585041, 25.309159 ], [ 121.62323, 25.29455 ], [ 121.655259, 25.242054 ], [ 121.700222, 25.226896 ], [ 121.707613, 25.191701 ], [ 121.745186, 25.161912 ], [ 121.782142, 25.160287 ], [ 121.841888, 25.135367 ], [ 121.917033, 25.138076 ], [ 121.947214, 25.031841 ], [ 121.98109, 25.030757 ], [ 122.012503, 25.001471 ], [ 121.933047, 24.938539 ], [ 121.844968, 24.836476 ], [ 121.841272, 24.734329 ], [ 121.86283, 24.671261 ], [ 121.892395, 24.617953 ], [ 121.88562, 24.529784 ], [ 121.867758, 24.47914 ], [ 121.82649, 24.423572 ], [ 121.809243, 24.339083 ], [ 121.689135, 24.174303 ], [ 121.678048, 24.133895 ], [ 121.643556, 24.097843 ], [ 121.63986, 24.064514 ], [ 121.65957, 24.007125 ], [ 121.621382, 23.920718 ], [ 121.587505, 23.760878 ], [ 121.522832, 23.538858 ], [ 121.5216, 23.483431 ], [ 121.497578, 23.419744 ], [ 121.479716, 23.322507 ], [ 121.440296, 23.271937 ], [ 121.415042, 23.196047 ], [ 121.430441, 23.137175 ], [ 121.409499, 23.1025 ], [ 121.370695, 23.084334 ], [ 121.35468, 23.00999 ], [ 121.324499, 22.945526 ], [ 121.276456, 22.877171 ], [ 121.237652, 22.836362 ], [ 121.21055, 22.770711 ], [ 121.170514, 22.723247 ], [ 121.078739, 22.669691 ], [ 121.03316, 22.650914 ], [ 121.014682, 22.584069 ], [ 120.981421, 22.528248 ], [ 120.914899, 22.302525 ], [ 120.903197, 22.12634 ], [ 120.912436, 22.086418 ], [ 120.907508, 22.033171 ], [ 120.86624, 21.984345 ], [ 120.873016, 21.897191 ], [ 120.854537, 21.883309 ], [ 120.781857, 21.923843 ], [ 120.743052, 21.915515 ], [ 120.701784, 21.927174 ], [ 120.667908, 21.983235 ], [ 120.651277, 22.033171 ], [ 120.661748, 22.067007 ], [ 120.659285, 22.154056 ], [ 120.640806, 22.241605 ], [ 120.569973, 22.361757 ], [ 120.517619, 22.408793 ], [ 120.443706, 22.441432 ] ] ], [ [ [ 124.541855565478286, 25.891845867343921 ], [ 124.530097884119826, 25.910742140955961 ], [ 124.518340202761223, 25.930898166142125 ], [ 124.541015731095655, 25.946015185031744 ], [ 124.566804, 25.941563 ], [ 124.584666, 25.908731 ], [ 124.568730265726629, 25.884707275090506 ], [ 124.541855565478286, 25.891845867343921 ] ] ], [ [ [ 123.445178, 25.726102 ], [ 123.438733103727387, 25.753273194189074 ], [ 123.468967141506624, 25.783087314776932 ], [ 123.513478363792743, 25.768810130270065 ], [ 123.510958860644465, 25.71464081258226 ], [ 123.468547224315259, 25.703722965606424 ], [ 123.445178, 25.726102 ] ] ], [ [ [ 119.646064, 23.550928 ], [ 119.609108, 23.503738 ], [ 119.578927, 23.502641 ], [ 119.562297, 23.530627 ], [ 119.566608, 23.584937 ], [ 119.601717, 23.575613 ], [ 119.61034, 23.604132 ], [ 119.678093, 23.600294 ], [ 119.691028, 23.547087 ], [ 119.646064, 23.550928 ] ] ], [ [ [ 123.652470954139019, 25.910742140955957 ], [ 123.675986316856211, 25.947274936605876 ], [ 123.705800437444026, 25.935517255247277 ], [ 123.71503861565435, 25.912421809721465 ], [ 123.696562259233758, 25.878828434411201 ], [ 123.66968755898553, 25.88680686104739 ], [ 123.652470954139019, 25.910742140955957 ] ] ], [ [ [ 119.506246, 23.625518 ], [ 119.52534, 23.62497 ], [ 119.519181, 23.559705 ], [ 119.47237, 23.556962 ], [ 119.506246, 23.577259 ], [ 119.506246, 23.625518 ] ] ], [ [ [ 119.497623, 23.38679 ], [ 119.516717, 23.349982 ], [ 119.495159, 23.349982 ], [ 119.497623, 23.38679 ] ] ], [ [ [ 119.557369, 23.666634 ], [ 119.586318, 23.675952 ], [ 119.615268, 23.661153 ], [ 119.608492, 23.620035 ], [ 119.557369, 23.666634 ] ] ], [ [ [ 122.066706, 25.6247 ], [ 122.092575, 25.639268 ], [ 122.087032, 25.61067 ], [ 122.066706, 25.6247 ] ] ], [ [ [ 121.468013, 22.67687 ], [ 121.514824, 22.676318 ], [ 121.513592, 22.631582 ], [ 121.474788, 22.643734 ], [ 121.468013, 22.67687 ] ] ], [ [ [ 121.510513, 22.086972 ], [ 121.575802, 22.0842 ], [ 121.575186, 22.037055 ], [ 121.604752, 22.022631 ], [ 121.594281, 21.995443 ], [ 121.533918, 22.022076 ], [ 121.507433, 22.048704 ], [ 121.510513, 22.086972 ] ] ], [ [ [ 122.097503, 25.499987 ], [ 122.122141, 25.495666 ], [ 122.110438, 25.465952 ], [ 122.097503, 25.499987 ] ] ], [ [ [ 119.421247, 23.216949 ], [ 119.453275, 23.216399 ], [ 119.436029, 23.186146 ], [ 119.421247, 23.216949 ] ] ], [ [ [ 120.355011, 22.327439 ], [ 120.383344, 22.355669 ], [ 120.395663, 22.342385 ], [ 120.355011, 22.327439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "810000", "name": "香港特别行政区", "center": [ 114.173355, 22.320048 ], "centroid": [ 114.134391, 22.37737 ], "childrenNum": 18, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 32, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114.031778, 22.503923 ], [ 114.082285, 22.512216 ], [ 114.095219, 22.534329 ], [ 114.156813, 22.543726 ], [ 114.166052, 22.559201 ], [ 114.222719, 22.553122 ], [ 114.232574, 22.539857 ], [ 114.232574, 22.528801 ], [ 114.260291, 22.547595 ], [ 114.263371, 22.541515 ], [ 114.263987, 22.541515 ], [ 114.28924, 22.52272 ], [ 114.309566, 22.497288 ], [ 114.340979, 22.50337 ], [ 114.2529, 22.445304 ], [ 114.23319, 22.466875 ], [ 114.205473, 22.449729 ], [ 114.220255, 22.427603 ], [ 114.278769, 22.435901 ], [ 114.325581, 22.479041 ], [ 114.376088, 22.436454 ], [ 114.406269, 22.433688 ], [ 114.406269, 22.432582 ], [ 114.385327, 22.41156 ], [ 114.394566, 22.361757 ], [ 114.356994, 22.340171 ], [ 114.323733, 22.384447 ], [ 114.323733, 22.385001 ], [ 114.323117, 22.385554 ], [ 114.322501, 22.385554 ], [ 114.283081, 22.386661 ], [ 114.278153, 22.328546 ], [ 114.315726, 22.299756 ], [ 114.315726, 22.299203 ], [ 114.313262, 22.264315 ], [ 114.284929, 22.263761 ], [ 114.262139, 22.294773 ], [ 114.248588, 22.274837 ], [ 114.265835, 22.200608 ], [ 114.203009, 22.206703 ], [ 114.200545, 22.232188 ], [ 114.164821, 22.226648 ], [ 114.120473, 22.272068 ], [ 114.145726, 22.300864 ], [ 114.121089, 22.320795 ], [ 114.069966, 22.326885 ], [ 114.034857, 22.300864 ], [ 114.029314, 22.262653 ], [ 114.004676, 22.239389 ], [ 114.026234, 22.229418 ], [ 113.996669, 22.206149 ], [ 113.981271, 22.229972 ], [ 113.935691, 22.205041 ], [ 113.899351, 22.215568 ], [ 113.852539, 22.191188 ], [ 113.8433, 22.229418 ], [ 113.889496, 22.271514 ], [ 113.898119, 22.308615 ], [ 113.969568, 22.321349 ], [ 113.955401, 22.298649 ], [ 114.026234, 22.34792 ], [ 113.980039, 22.366185 ], [ 113.941235, 22.355116 ], [ 113.920293, 22.367845 ], [ 113.918445, 22.418199 ], [ 113.977575, 22.45692 ], [ 114.000981, 22.491206 ], [ 114.031778, 22.503923 ] ] ], [ [ [ 114.142647, 22.213906 ], [ 114.166668, 22.205041 ], [ 114.154965, 22.177888 ], [ 114.120473, 22.177888 ], [ 114.123553, 22.238836 ], [ 114.142647, 22.213906 ] ] ], [ [ [ 114.305871, 22.372273 ], [ 114.305255, 22.372826 ], [ 114.332972, 22.353455 ], [ 114.313878, 22.340724 ], [ 114.305871, 22.372273 ] ] ], [ [ [ 114.320037, 22.381127 ], [ 114.320037, 22.38168 ], [ 114.319421, 22.382234 ], [ 114.322501, 22.385554 ], [ 114.323117, 22.385554 ], [ 114.323733, 22.385001 ], [ 114.323733, 22.384447 ], [ 114.320037, 22.381127 ] ] ], [ [ [ 114.305871, 22.369506 ], [ 114.305255, 22.372826 ], [ 114.305871, 22.372273 ], [ 114.305871, 22.369506 ] ] ], [ [ [ 114.315726, 22.299203 ], [ 114.315726, 22.299756 ], [ 114.316342, 22.30031 ], [ 114.316958, 22.298649 ], [ 114.315726, 22.299203 ] ] ], [ [ [ 114.319421, 22.382234 ], [ 114.320037, 22.38168 ], [ 114.320037, 22.381127 ], [ 114.319421, 22.382234 ] ] ], [ [ [ 114.372392, 22.32301 ], [ 114.372392, 22.323564 ], [ 114.373008, 22.323564 ], [ 114.372392, 22.32301 ] ] ], [ [ [ 114.323733, 22.297541 ], [ 114.323733, 22.298095 ], [ 114.324349, 22.297541 ], [ 114.323733, 22.297541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "820000", "name": "澳门特别行政区", "center": [ 113.54909, 22.198951 ], "centroid": [ 113.566988, 22.159307 ], "childrenNum": 8, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 33, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 113.554425, 22.107489 ], [ 113.554425, 22.142416 ], [ 113.534715, 22.174009 ], [ 113.53841, 22.209473 ], [ 113.558736, 22.212244 ], [ 113.575983, 22.194513 ], [ 113.6037, 22.132438 ], [ 113.554425, 22.107489 ] ] ], [ [ [ 113.586453, 22.201162 ], [ 113.575983, 22.194513 ], [ 113.575983, 22.201162 ], [ 113.586453, 22.201162 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "100000", "name": "", "adchar": "JD" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.51865306, 23.46078502 ], [ 122.51742454, 23.45790762 ], [ 122.51536697, 23.45555069 ], [ 122.51268178, 23.45394494 ], [ 122.50963181, 23.45324755 ], [ 122.5065156, 23.45352678 ], [ 122.5036382, 23.45475531 ], [ 122.50128127, 23.45681287 ], [ 122.49967552, 23.45949807 ], [ 122.49897813, 23.46254804 ], [ 122.49925737, 23.46566424 ], [ 122.77921829, 24.57855302 ], [ 122.78044682, 24.58143041 ], [ 122.78250438, 24.58378734 ], [ 122.78518957, 24.5853931 ], [ 122.78823955, 24.58609049 ], [ 122.79135575, 24.58581125 ], [ 122.79423315, 24.58458272 ], [ 122.79659008, 24.58252516 ], [ 122.79819583, 24.57983997 ], [ 122.79889322, 24.57678999 ], [ 122.79861399, 24.57367379 ], [ 122.51865306, 23.46078502 ] ] ], [ [ [ 121.17202617, 20.8054593 ], [ 121.16966862, 20.80340244 ], [ 121.16679085, 20.80217478 ], [ 121.16367457, 20.80189649 ], [ 121.1606248, 20.8025948 ], [ 121.1579401, 20.80420136 ], [ 121.15588324, 20.80655891 ], [ 121.15465558, 20.80943668 ], [ 121.15437729, 20.81255297 ], [ 121.1550756, 20.81560273 ], [ 121.15668216, 20.81828744 ], [ 121.89404403, 21.70026162 ], [ 121.89640158, 21.70231847 ], [ 121.89927934, 21.70354613 ], [ 121.90239563, 21.70382443 ], [ 121.9054454, 21.70312611 ], [ 121.9081301, 21.70151955 ], [ 121.91018696, 21.699162 ], [ 121.91141462, 21.69628423 ], [ 121.91169291, 21.69316794 ], [ 121.9109946, 21.69011818 ], [ 121.90938804, 21.68743347 ], [ 121.17202617, 20.8054593 ] ] ], [ [ [ 119.47366172, 18.00707291 ], [ 119.47175735, 18.00459056 ], [ 119.46917909, 18.0028182 ], [ 119.46617933, 18.0019293 ], [ 119.4630517, 18.00201089 ], [ 119.46010237, 18.00305497 ], [ 119.45762002, 18.00495935 ], [ 119.45584765, 18.00753761 ], [ 119.45495876, 18.01053737 ], [ 119.45504035, 18.01366499 ], [ 119.45608443, 18.01661433 ], [ 120.00812005, 19.0335793 ], [ 120.01002443, 19.03606165 ], [ 120.01260269, 19.03783401 ], [ 120.01560245, 19.03872291 ], [ 120.01873007, 19.03864132 ], [ 120.02167941, 19.03759723 ], [ 120.02416175, 19.03569286 ], [ 120.02593412, 19.0331146 ], [ 120.02682302, 19.03011484 ], [ 120.02674143, 19.02698721 ], [ 120.02569734, 19.02403788 ], [ 119.47366172, 18.00707291 ] ] ], [ [ [ 119.0726757, 15.04098494 ], [ 119.0726746, 15.04083704 ], [ 119.07218171, 15.00751424 ], [ 119.07164663, 15.00443165 ], [ 119.07018516, 15.00166528 ], [ 119.06794036, 14.99948592 ], [ 119.06513198, 14.99810691 ], [ 119.06203491, 14.99766324 ], [ 119.05895232, 14.99819832 ], [ 119.05618595, 14.99965979 ], [ 119.05400659, 15.00190458 ], [ 119.05262758, 15.00471297 ], [ 119.0521839, 15.00781004 ], [ 119.0526757, 15.04105889 ], [ 119.0526757, 16.04388528 ], [ 119.05316513, 16.04697545 ], [ 119.05458553, 16.04976313 ], [ 119.05679784, 16.05197545 ], [ 119.05958553, 16.05339584 ], [ 119.0626757, 16.05388528 ], [ 119.06576587, 16.05339584 ], [ 119.06855355, 16.05197545 ], [ 119.07076587, 16.04976313 ], [ 119.07218626, 16.04697545 ], [ 119.0726757, 16.04388528 ], [ 119.0726757, 15.04098494 ] ] ], [ [ [ 118.68646749, 11.18959191 ], [ 118.85557939, 11.6136711 ], [ 118.9698053, 11.99151854 ], [ 118.97116801, 11.99433487 ], [ 118.97333431, 11.99659227 ], [ 118.97609216, 11.99806975 ], [ 118.9791716, 11.99862269 ], [ 118.98227119, 11.99819697 ], [ 118.98508753, 11.99683427 ], [ 118.98734492, 11.99466796 ], [ 118.9888224, 11.99191011 ], [ 118.98937534, 11.98883067 ], [ 118.98894963, 11.98573108 ], [ 118.87459939, 11.60747236 ], [ 118.87431591, 11.606662 ], [ 118.70476212, 11.18147468 ], [ 118.70409227, 11.18010771 ], [ 118.54242469, 10.9053354 ], [ 118.54043581, 10.90292022 ], [ 118.53779795, 10.90123786 ], [ 118.53476931, 10.90045298 ], [ 118.53164636, 10.90064241 ], [ 118.5287348, 10.90178762 ], [ 118.52631962, 10.9037765 ], [ 118.52463726, 10.90641436 ], [ 118.52385237, 10.909443 ], [ 118.52404181, 10.91256595 ], [ 118.52518702, 10.91547751 ], [ 118.68646749, 11.18959191 ] ] ], [ [ [ 115.54466883, 7.14672265 ], [ 115.54229721, 7.14468204 ], [ 115.53941108, 7.14347417 ], [ 115.53629295, 7.14321728 ], [ 115.53324806, 7.14393652 ], [ 115.53057445, 7.14556148 ], [ 115.52853383, 7.1479331 ], [ 115.52732596, 7.15081924 ], [ 115.52706908, 7.15393736 ], [ 115.52778832, 7.15698226 ], [ 115.52941328, 7.15965587 ], [ 116.23523025, 7.99221221 ], [ 116.23760187, 7.99425282 ], [ 116.240488, 7.99546069 ], [ 116.24360613, 7.99571758 ], [ 116.24665102, 7.99499834 ], [ 116.24932463, 7.99337338 ], [ 116.25136525, 7.99100176 ], [ 116.25257312, 7.98811563 ], [ 116.25283001, 7.9849975 ], [ 116.25211077, 7.98195261 ], [ 116.2504858, 7.979279 ], [ 115.54466883, 7.14672265 ] ] ], [ [ [ 112.30705249, 3.53487257 ], [ 112.51501594, 3.59753306 ], [ 112.84361424, 3.7506962 ], [ 112.84662187, 3.75155809 ], [ 112.84974864, 3.7514484 ], [ 112.85268847, 3.75037785 ], [ 112.8551536, 3.74845124 ], [ 112.85690272, 3.74585715 ], [ 112.85776462, 3.74284952 ], [ 112.85765492, 3.73972276 ], [ 112.85658437, 3.73678292 ], [ 112.85465776, 3.7343178 ], [ 112.85206367, 3.73256867 ], [ 112.52281386, 3.57910186 ], [ 112.52147408, 3.5785908 ], [ 112.31248917, 3.51562254 ], [ 112.31181658, 3.51544515 ], [ 111.79132585, 3.39736822 ], [ 111.78820398, 3.39716187 ], [ 111.78517113, 3.39793033 ], [ 111.78252419, 3.39959839 ], [ 111.78052226, 3.40200275 ], [ 111.77936129, 3.40490807 ], [ 111.77915495, 3.40802995 ], [ 111.77992341, 3.41106279 ], [ 111.78159146, 3.41370973 ], [ 111.78399583, 3.41571167 ], [ 111.78690114, 3.41687263 ], [ 112.30705249, 3.53487257 ] ] ], [ [ [ 108.26055972, 6.08912451 ], [ 108.26004031, 6.09098419 ], [ 108.23638164, 6.22427602 ], [ 108.23630689, 6.22476797 ], [ 108.19687578, 6.53630242 ], [ 108.19679674, 6.53760583 ], [ 108.1987683, 6.95072469 ], [ 108.19897125, 6.95268198 ], [ 108.22460147, 7.07791743 ], [ 108.22570055, 7.08084671 ], [ 108.22765103, 7.083293 ], [ 108.230262, 7.08501682 ], [ 108.23327786, 7.08584944 ], [ 108.23640341, 7.08570936 ], [ 108.2393327, 7.08461028 ], [ 108.24177899, 7.0826598 ], [ 108.24350281, 7.08004883 ], [ 108.24433543, 7.07703297 ], [ 108.24419535, 7.07390742 ], [ 108.21876335, 6.94964057 ], [ 108.21679964, 6.53816468 ], [ 108.25611734, 6.22752625 ], [ 108.279563, 6.09543449 ], [ 108.30878645, 6.01987736 ], [ 108.30944469, 6.0168187 ], [ 108.30912553, 6.01370633 ], [ 108.30786022, 6.01084492 ], [ 108.30577262, 6.00851455 ], [ 108.30306706, 6.00694335 ], [ 108.3000084, 6.00628511 ], [ 108.29689603, 6.00660426 ], [ 108.29403462, 6.00786957 ], [ 108.29170425, 6.00995718 ], [ 108.29013305, 6.01266273 ], [ 108.26055972, 6.08912451 ] ] ], [ [ [ 110.12822847, 11.36894451 ], [ 110.18898148, 11.48996382 ], [ 110.23982347, 11.61066468 ], [ 110.28485499, 11.78705054 ], [ 110.3083549, 11.94803461 ], [ 110.3142445, 12.14195265 ], [ 110.312278, 12.23998238 ], [ 110.31270536, 12.24308175 ], [ 110.31406956, 12.24589736 ], [ 110.31623706, 12.2481536 ], [ 110.3189957, 12.24962962 ], [ 110.32207543, 12.25018094 ], [ 110.32517479, 12.24975358 ], [ 110.3279904, 12.24838938 ], [ 110.33024665, 12.24622187 ], [ 110.33172267, 12.24346324 ], [ 110.33227398, 12.24038351 ], [ 110.33424553, 12.14210167 ], [ 110.33424294, 12.14159753 ], [ 110.32832827, 11.94685414 ], [ 110.32822801, 11.94571326 ], [ 110.30456934, 11.78364161 ], [ 110.30436343, 11.7826124 ], [ 110.25901765, 11.60499559 ], [ 110.25854422, 11.60358735 ], [ 110.20728377, 11.48189306 ], [ 110.20700505, 11.48128846 ], [ 110.14588682, 11.35954163 ], [ 110.14541497, 11.35870461 ], [ 110.07246741, 11.24270688 ], [ 110.07040803, 11.24035153 ], [ 110.0677216, 11.23874785 ], [ 110.06467109, 11.23805281 ], [ 110.0615551, 11.23833444 ], [ 110.05867865, 11.23956519 ], [ 110.05632331, 11.24162456 ], [ 110.05471962, 11.24431099 ], [ 110.05402458, 11.2473615 ], [ 110.05430621, 11.25047749 ], [ 110.05553696, 11.25335394 ], [ 110.12822847, 11.36894451 ] ] ], [ [ [ 109.82951587, 15.22896754 ], [ 109.77065019, 15.44468789 ], [ 109.67264555, 15.66561455 ], [ 109.57455994, 15.82609887 ], [ 109.51574449, 15.91095759 ], [ 109.29314007, 16.19491896 ], [ 109.29161878, 16.19765288 ], [ 109.29101677, 16.20072311 ], [ 109.29139298, 16.2038291 ], [ 109.29271057, 16.20666681 ], [ 109.29484059, 16.20895848 ], [ 109.29757451, 16.21047978 ], [ 109.30064474, 16.21108179 ], [ 109.30375073, 16.21070558 ], [ 109.30658844, 16.20938798 ], [ 109.30888011, 16.20725797 ], [ 109.53166592, 15.92306523 ], [ 109.53201478, 15.92259221 ], [ 109.59116145, 15.8372556 ], [ 109.59147511, 15.83677407 ], [ 109.6900529, 15.67548445 ], [ 109.69066131, 15.67432448 ], [ 109.7892391, 15.45210582 ], [ 109.78974541, 15.45068337 ], [ 109.84889209, 15.23393326 ], [ 109.84903675, 15.23333003 ], [ 109.8648092, 15.15722425 ], [ 109.86495704, 15.15409906 ], [ 109.86413191, 15.15108113 ], [ 109.86241457, 15.1484659 ], [ 109.85997314, 15.14650935 ], [ 109.85704658, 15.145403 ], [ 109.85392139, 15.14525516 ], [ 109.85090347, 15.14608029 ], [ 109.84828823, 15.14779763 ], [ 109.84633168, 15.15023907 ], [ 109.84522534, 15.15316562 ], [ 109.82951587, 15.22896754 ] ] ] ] } } +] +} +', 'admin', TO_DATE('2021-06-30 10:15:13', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, '0', NULL); + +-- ---------------------------- +-- Table structure for JIMU_REPORT_SHARE +-- ---------------------------- +DROP TABLE "JIMUREPORT"."JIMU_REPORT_SHARE"; +CREATE TABLE "JIMUREPORT"."JIMU_REPORT_SHARE" ( + "ID" NVARCHAR2(32) NOT NULL, + "REPORT_ID" NVARCHAR2(32), + "PREVIEW_URL" NVARCHAR2(1000), + "PREVIEW_LOCK" NVARCHAR2(4), + "LAST_UPDATE_TIME" DATE, + "TERM_OF_VALIDITY" NVARCHAR2(1), + "STATUS" NVARCHAR2(1), + "PREVIEW_LOCK_STATUS" NVARCHAR2(1) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."REPORT_ID" IS '在线excel设计器id'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."PREVIEW_URL" IS '预览地址'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."PREVIEW_LOCK" IS '密码锁'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."LAST_UPDATE_TIME" IS '最后更新时间'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."TERM_OF_VALIDITY" IS '有效期(0:永久有效,1:1天,2:7天)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."STATUS" IS '是否过期(0未过期,1已过期)'; +COMMENT ON COLUMN "JIMUREPORT"."JIMU_REPORT_SHARE"."PREVIEW_LOCK_STATUS" IS '密码锁状态(0不存在密码锁,1存在密码锁)'; +COMMENT ON TABLE "JIMUREPORT"."JIMU_REPORT_SHARE" IS '积木报表预览权限表'; + +-- ---------------------------- +-- Records of JIMU_REPORT_SHARE +-- ---------------------------- + +-- ---------------------------- +-- Table structure for REP_DEMO_DXTJ +-- ---------------------------- +DROP TABLE "JIMUREPORT"."REP_DEMO_DXTJ"; +CREATE TABLE "JIMUREPORT"."REP_DEMO_DXTJ" ( + "ID" NVARCHAR2(36) NOT NULL, + "NAME" NVARCHAR2(50), + "GTIME" DATE, + "UPDATE_BY" NVARCHAR2(50), + "JPHONE" NVARCHAR2(125), + "BIRTH" DATE, + "HUKOU" NVARCHAR2(32), + "LADDRESS" NVARCHAR2(125), + "JPERSON" NVARCHAR2(32), + "SEX" NVARCHAR2(32) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."NAME" IS '姓名'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."GTIME" IS '雇佣日期'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."UPDATE_BY" IS '职务'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."JPHONE" IS '家庭电话'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."BIRTH" IS '出生日期'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."HUKOU" IS '户口所在地'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."LADDRESS" IS '联系地址'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."JPERSON" IS '紧急联系人'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_DXTJ"."SEX" IS 'xingbie'; + +-- ---------------------------- +-- Records of REP_DEMO_DXTJ +-- ---------------------------- +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338808084247613441', '张三', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '1', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809169074982920', '张小哲', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596971', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809448658898952', '闫妮', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596972', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809620973490184', '陌生', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596973', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809652606930952', '贺江', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596974', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809685200867336', '村子明', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '3', '18034596975', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809710203113481', '尚德', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596977', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809749470187528', '郑恺', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596978', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809774971555849', '未名园', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809805199904777', '韩寒', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '5', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809830017601544', '迪丽热拉', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '6', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1338809864356368393', '张一山', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '6', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157602480137', '张三', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '1', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157602480146', '张大大', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596971', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674439', '郭美美', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596972', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674448', '莫愁', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596973', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674457', '鲁与', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '2', '18034596974', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674466', '高尚', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '3', '18034596975', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674475', '尚北京', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596977', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674484', '杨颖花', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596978', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674493', '李丽', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '4', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674502', '韩露露', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '5', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674511', '李凯泽', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '6', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_DXTJ" VALUES ('1339160157606674520', '王明阳', TO_DATE('2019-11-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '6', '18034596970', TO_DATE('1988-12-15 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); + +-- ---------------------------- +-- Table structure for REP_DEMO_EMPLOYEE +-- ---------------------------- +DROP TABLE "JIMUREPORT"."REP_DEMO_EMPLOYEE"; +CREATE TABLE "JIMUREPORT"."REP_DEMO_EMPLOYEE" ( + "ID" NVARCHAR2(10) NOT NULL, + "NUM" NVARCHAR2(50), + "NAME" NVARCHAR2(100), + "SEX" NVARCHAR2(10), + "BIRTHDAY" DATE, + "NATION" NVARCHAR2(30), + "POLITICAL" NVARCHAR2(30), + "NATIVE_PLACE" NVARCHAR2(30), + "HEIGHT" NVARCHAR2(30), + "WEIGHT" NVARCHAR2(30), + "HEALTH" NVARCHAR2(30), + "ID_CARD" NVARCHAR2(80), + "EDUCATION" NVARCHAR2(30), + "SCHOOL" NVARCHAR2(80), + "MAJOR" NVARCHAR2(80), + "ADDRESS" NVARCHAR2(100), + "ZIP_CODE" NVARCHAR2(30), + "EMAIL" NVARCHAR2(30), + "PHONE" NVARCHAR2(30), + "FOREIGN_LANGUAGE" NVARCHAR2(30), + "FOREIGN_LANGUAGE_LEVEL" NVARCHAR2(30), + "COMPUTER_LEVEL" NVARCHAR2(30), + "GRADUATION_TIME" DATE, + "ARRIVAL_TIME" DATE, + "POSITIONAL_TITLES" NVARCHAR2(30), + "EDUCATION_EXPERIENCE" NCLOB, + "WORK_EXPERIENCE" NCLOB, + "CREATE_BY" NVARCHAR2(32), + "CREATE_TIME" DATE, + "UPDATE_BY" NVARCHAR2(32), + "UPDATE_TIME" DATE, + "DEL_FLAG" NUMBER(4,0) +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."ID" IS '主键'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."NUM" IS '编号'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."NAME" IS '姓名'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."SEX" IS '性别'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."BIRTHDAY" IS '出生日期'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."NATION" IS '民族'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."POLITICAL" IS '政治面貌'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."NATIVE_PLACE" IS '籍贯'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."HEIGHT" IS '身高'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."WEIGHT" IS '体重'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."HEALTH" IS '健康状况'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."ID_CARD" IS '身份证号'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."EDUCATION" IS '学历'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."SCHOOL" IS '毕业学校'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."MAJOR" IS '专业'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."ADDRESS" IS '联系地址'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."ZIP_CODE" IS '邮编'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."EMAIL" IS 'Email'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."PHONE" IS '手机号'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."FOREIGN_LANGUAGE" IS '外语语种'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."FOREIGN_LANGUAGE_LEVEL" IS '外语水平'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."COMPUTER_LEVEL" IS '计算机水平'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."GRADUATION_TIME" IS '毕业时间'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."ARRIVAL_TIME" IS '到职时间'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."POSITIONAL_TITLES" IS '职称'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."EDUCATION_EXPERIENCE" IS '教育经历'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."WORK_EXPERIENCE" IS '工作经历'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."CREATE_BY" IS '创建人'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."CREATE_TIME" IS '创建时间'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."UPDATE_BY" IS '修改人'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."UPDATE_TIME" IS '修改时间'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_EMPLOYEE"."DEL_FLAG" IS '删除标识0-正常,1-已删除'; + +-- ---------------------------- +-- Records of REP_DEMO_EMPLOYEE +-- ---------------------------- +INSERT INTO "JIMUREPORT"."REP_DEMO_EMPLOYEE" VALUES ('1', '001', '张三', '男', TO_DATE('2000-02-04 13:36:19', 'SYYYY-MM-DD HH24:MI:SS'), '汉族', '团员', '北京', '170', '65', '良好', '110101200002044853', '大专', '北京科技', '计算机', '北京朝阳区', '1001', 'zhang@163.com', '18011111111', '英语', '三级', '三级', TO_DATE('2019-02-04 13:41:17', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-02-04 13:41:31', 'SYYYY-MM-DD HH24:MI:SS'), '项目经理', '2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', '2019年5月---至今 XX公司     网络系统工程师   +2019年5月---至今 XX公司     网络系统工程师', NULL, TO_DATE('2020-02-04 15:18:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."REP_DEMO_EMPLOYEE" VALUES ('2', '002', '王红', '女', TO_DATE('2000-02-04 13:36:19', 'SYYYY-MM-DD HH24:MI:SS'), '汉族', '团员', '北京', '170', '65', '良好', '110101200002044853', '大专', '北京科技', '计算机', '北京朝阳区', '1001', 'zhang@163.com', '18011111111', '英语', '三级', '三级', TO_DATE('2019-02-04 13:41:17', 'SYYYY-MM-DD HH24:MI:SS'), TO_DATE('2020-02-04 13:41:31', 'SYYYY-MM-DD HH24:MI:SS'), '项目经理', '2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', '2019年5月---至今 XX公司     网络系统工程师   +2019年5月---至今 XX公司     网络系统工程师', NULL, TO_DATE('2020-02-04 18:39:27', 'SYYYY-MM-DD HH24:MI:SS'), NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for REP_DEMO_GONGSI +-- ---------------------------- +DROP TABLE "JIMUREPORT"."REP_DEMO_GONGSI"; +CREATE TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ( + "ID" NUMBER(11,0) NOT NULL, + "GNAME" NVARCHAR2(125) NOT NULL, + "GDATA" NVARCHAR2(255) NOT NULL, + "TDATA" NVARCHAR2(125) NOT NULL, + "DIDIAN" NVARCHAR2(255) NOT NULL, + "ZHAIYAO" NVARCHAR2(255) NOT NULL, + "NUM" NVARCHAR2(255) NOT NULL +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_GONGSI"."GNAME" IS '货品名称'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_GONGSI"."GDATA" IS '返利'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_GONGSI"."TDATA" IS '备注'; + +-- ---------------------------- +-- Records of REP_DEMO_GONGSI +-- ---------------------------- +INSERT INTO "JIMUREPORT"."REP_DEMO_GONGSI" VALUES ('1', '北京天山海世界', '2020-02-30 11:12:25', '2020-02-25', '天山大厦', '1', '2399845661'); +INSERT INTO "JIMUREPORT"."REP_DEMO_GONGSI" VALUES ('2', 'dd天山海世界', '2020-02-30 11:12:25', '2020-02-25', '天山大厦', '1', '2399845661'); + +-- ---------------------------- +-- Table structure for REP_DEMO_JIANPIAO +-- ---------------------------- +DROP TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO"; +CREATE TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ( + "ID" NUMBER(11,0) NOT NULL, + "BNUM" NVARCHAR2(125) NOT NULL, + "FTIME" NVARCHAR2(125) NOT NULL, + "SFKONG" NVARCHAR2(125) NOT NULL, + "KAISHI" NVARCHAR2(125) NOT NULL, + "JIESHU" NVARCHAR2(125) NOT NULL, + "HEZAIREN" NVARCHAR2(125) NOT NULL, + "JPNUM" NVARCHAR2(125) NOT NULL, + "SHIHELV" NVARCHAR2(125) NOT NULL, + "S_ID" NUMBER(11,0) NOT NULL +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; + +-- ---------------------------- +-- Records of REP_DEMO_JIANPIAO +-- ---------------------------- +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('1', 'K7725', '21:13', '否', '秦皇岛', '邯郸', '300', '258', '86', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('2', 'k99', '16:55', '否', '包头', '广州', '800', '700', '88', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('3', 'G6737', '05:34', '否', '北京西', '邯郸东', '500', '256', '51', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('4', 'K7705', '07:03', '否', '北京', '邯郸', '400', '200', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('5', 'G437', '06:27', '否', '北京西', '兰州西', '800', '586', '73', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('6', 'G673', '06:32', '否', '北京西', '邯郸东', '300', '289', '87', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('7', 'G507', '06:43', '否', '北京西', '邯郸东', '300', '200', '67', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('8', 'G89', '06:53', '否', '北京西', '成都东', '800', '500', '62', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('9', 'K7712', '09:43', '否', '北京西', '西安北', '400', '200', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('10', 'G405', '10:05', '否', '北京西', '昆明南', '300', '200', '67', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('11', 'G6701', '10:38', '否', '北京西', '石家庄', '300', '200', '67', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('12', 'G487', '10:52', '否', '北京西', '南昌西', '800', '700', '88', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('13', 'G607', '11:14', '否', '北京西', '太原南', '400', '200', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('14', 'G667', '11:19', '否', '北京西', '西安北', '400', '200', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('15', 'Z49', '11:28', '否', '北京西', '成都', '400', '200', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('16', 'Z49', '11:28', '否', '北京西', '上海', '300', '200', '80', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('17', 'Z49', '11:56', '否', '北京西', '上海', '200', '180', '95', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('18', 'Z49', '11:36', '否', '北京南', '大晒', '200', '180', '96', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('19', 'Z123', '12:00', '否', '北京南', '重庆', '1000', '1000', '100', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('20', 'G78', '13:56', '否', '北京东', '厦门北', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('21', 'G56', '18:36', '否', '上海西', '深圳', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('22', 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('23', 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('24', 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('25', 'H78', '12:00', '否', '北京西', '南昌', '800', '700', '90', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('26', 'G70', '7:23', '是', '北京西', '厦门', '500', '450', '95', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('27', 'G14', '9:50', '是', '北京西', '上海', '800', '700', '95', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('28', 'G90', '8:30', '是', '北京南', '武昌', '1000', '1000', '100', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('29', 'G25', '7:56', '是', '厦门北', '福州', '500', '100', '20', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('30', 'G50', '14:23', '否', '北京西', '深圳', '500', '100', '20', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('31', 'G10', '13:00', '否', '北京西', '深圳', '500', '100', '20', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('32', 'G10', '13:00', '否', '北京西', '深圳', '500', '100', '20', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('33', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('34', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('35', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('36', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('37', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('38', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('39', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('40', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('41', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('42', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('43', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('44', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('45', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('46', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('47', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('48', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('49', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('50', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('51', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('52', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('53', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('54', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('55', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('56', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('57', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('58', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('59', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('60', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('61', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('62', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('63', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('64', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('65', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('66', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('67', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('68', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('69', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('70', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('71', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('72', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('73', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('74', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('75', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('76', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('77', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('78', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('79', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('80', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('81', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('82', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('83', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('84', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('85', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_JIANPIAO" VALUES ('86', 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', '1'); + +-- ---------------------------- +-- Table structure for REP_DEMO_XIAOSHOU +-- ---------------------------- +DROP TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU"; +CREATE TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ( + "ID" NUMBER(11,0) NOT NULL, + "HNUM" NVARCHAR2(125) NOT NULL, + "HNAME" NVARCHAR2(125) NOT NULL, + "XINGHAO" NVARCHAR2(125) NOT NULL, + "FAHUOCANGKU" NVARCHAR2(125) NOT NULL, + "DANWEI" NVARCHAR2(125) NOT NULL, + "NUM" NUMBER(11,0) NOT NULL, + "DANJIA" NVARCHAR2(125) NOT NULL, + "ZHEKOULV" NUMBER(11,0) NOT NULL, + "XIAOSHOUJINE" NVARCHAR2(125) NOT NULL, + "BEIZHU" NVARCHAR2(125), + "S_ID" NVARCHAR2(11) NOT NULL +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."HNUM" IS '货品编码'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."HNAME" IS '货品名称'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."XINGHAO" IS '单位'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."FAHUOCANGKU" IS '数量'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."DANWEI" IS '单价'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."NUM" IS '返利'; +COMMENT ON COLUMN "JIMUREPORT"."REP_DEMO_XIAOSHOU"."DANJIA" IS '备注'; + +-- ---------------------------- +-- Records of REP_DEMO_XIAOSHOU +-- ---------------------------- +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('1', '5896', '冰箱', 'H2563', '上海', '件', '300', '1', '20', '1000', '晚上送', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('2', '4596', '空调', 'M79', '上海', '件', '800', '2', '10', '2560', '上门安装', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('3', '3695', '洗衣机', 'H90', '杭州', '件', '500', '3', '50', '259', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('4', '1258', '微波炉', 'J89', '广州', '件', '400', '4', '20', '259', '多个排水管', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('5', '1258', '烤箱', 'K56', '广州', '件', '800', '5', '50', '368', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('6', '5623', '电饼铛', 'H56', '上海', '件', '300', '6', '40', '456', '中午送', '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('7', '5894', '早餐机', 'K67', '杭州', '件', '300', '7', '30', '147', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('8', '4578', '电饭锅', 'M45', '广州', '件', '800', '8', '50', '148', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('9', '2589', '豆浆机', 'H56', '上海', '件', '400', '9', '20', '258', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('10', '1456', '榨汁机', 'H45', '杭州', '件', '300', '10', '10', '456', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('11', '2578', '热水壶', 'U78', '广州', '件', '300', '11', '50', '258', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('12', '1369', '热水器', 'J78', '上海', '件', '800', '12', '80', '158', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('13', '5642', '吸尘器', 'R45', '上海', '件', '400', '13', '90', '125', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('14', '1356', '挂烫机', 'U67', '上海', '件', '400', '14', '50', '120', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('15', '2587', '破壁机', 'H56', '杭州', '件', '400', '15', '15', '258', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('16', '2578', '热水壶11', 'U78', '广州', '件', '300', '11', '50', '258', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('17', '2578', '热水壶22', 'U78', '广州', '件', '300', '11', '50', '258', NULL, '1'); +INSERT INTO "JIMUREPORT"."REP_DEMO_XIAOSHOU" VALUES ('18', '2589', '电脑', 'XXP', '北京', '台', '56', '1220', '20', '1000', NULL, '1'); + +-- ---------------------------- +-- Table structure for TMP_REPORT_DATA_1 +-- ---------------------------- +DROP TABLE "JIMUREPORT"."TMP_REPORT_DATA_1"; +CREATE TABLE "JIMUREPORT"."TMP_REPORT_DATA_1" ( + "MONTY" NVARCHAR2(255), + "MAIN_INCOME" NUMBER, + "TOTAL" NUMBER, + "HIS_LOWEST" NUMBER, + "HIS_AVERAGE" NUMBER, + "HIS_HIGHEST" NUMBER +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; +COMMENT ON COLUMN "JIMUREPORT"."TMP_REPORT_DATA_1"."MONTY" IS '月份'; + +-- ---------------------------- +-- Records of TMP_REPORT_DATA_1 +-- ---------------------------- +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('1月', '483834.66', '483834.66', '57569.77', '216797.62', '483834.66'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('2月', '11666578.65', '12150413.31', '22140', '4985361.57', '11666578.65'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('3月', '27080982.08', '39231395.39', '73106.29', '16192642.3', '27080982.08'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('4月', '0', '39231395.39', '73106.29', '8513415.34', '17428381.4'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('5月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('6月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('7月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('8月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('9月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('10月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('11月', '0', '39231395.39', NULL, NULL, NULL); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_1" VALUES ('12月', '0', '39231395.39', NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for TMP_REPORT_DATA_INCOME +-- ---------------------------- +DROP TABLE "JIMUREPORT"."TMP_REPORT_DATA_INCOME"; +CREATE TABLE "JIMUREPORT"."TMP_REPORT_DATA_INCOME" ( + "BIZ_INCOME" NVARCHAR2(100), + "BX_JJ_YONGJIN" NUMBER, + "BX_ZX_MONEY" NUMBER, + "CHENGBAO_GZ_MONEY" NUMBER, + "BX_GG_MOENY" NUMBER, + "TB_ZX_MONEY" NUMBER, + "NEIKONG_ZX_MONEY" NUMBER, + "TOTAL" NUMBER +) +LOGGING +NOCOMPRESS +PCTFREE 10 +INITRANS 1 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +) +PARALLEL 1 +NOCACHE +DISABLE ROW MOVEMENT +; + +-- ---------------------------- +-- Records of TMP_REPORT_DATA_INCOME +-- ---------------------------- +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_INCOME" VALUES ('中国石油全资(集团所属)', '37134.58', '1099273.32', '0', '0', '0', '226415.09', '38460270.57'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_INCOME" VALUES ('中国石油全资(股份所属)', '227595.77', '0', '0', '0', '0', '0', '227595.77'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_INCOME" VALUES ('中石油控股或有控股权', '310628.11', '369298.64', '0', '0', '0', '0', '679926.75'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_INCOME" VALUES ('中石油参股', '72062.45', '0', '0', '0', '0', '0', '72062.75'); +INSERT INTO "JIMUREPORT"."TMP_REPORT_DATA_INCOME" VALUES ('非中石油', '1486526.9', '212070.72', '0', '0', '0', '226415.09', '1698597.62'); + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_AGE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_AGE" ADD CONSTRAINT "SYS_C0037350" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_AGE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_AGE" ADD CONSTRAINT "SYS_C0037300" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_FENGONGSI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_FENGONGSI" ADD CONSTRAINT "SYS_C0037352" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_FENGONGSI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_FENGONGSI" ADD CONSTRAINT "SYS_C0037301" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_HUOYUEDU +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_HUOYUEDU" ADD CONSTRAINT "SYS_C0037353" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_HUOYUEDU +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_HUOYUEDU" ADD CONSTRAINT "SYS_C0037303" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_SEX +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_SEX" ADD CONSTRAINT "SYS_C0037351" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_SEX +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_SEX" ADD CONSTRAINT "SYS_C0037302" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_WORK +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WORK" ADD CONSTRAINT "SYS_C0037354" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_WORK +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WORK" ADD CONSTRAINT "SYS_C0037304" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_WXTL +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WXTL" ADD CONSTRAINT "SYS_C0037355" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_WXTL +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WXTL" ADD CONSTRAINT "SYS_C0037305" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_WXTLSHULIANG +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" ADD CONSTRAINT "SYS_C0037356" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_WXTLSHULIANG +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_WXTLSHULIANG" ADD CONSTRAINT "SYS_C0037306" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table HUIYUAN_XUELI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_XUELI" ADD CONSTRAINT "SYS_C0037357" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table HUIYUAN_XUELI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."HUIYUAN_XUELI" ADD CONSTRAINT "SYS_C0037307" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table JIMU_DICT +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_DICT" ADD CONSTRAINT "SYS_C0037358" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_DICT +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_DICT" ADD CONSTRAINT "SYS_C0037308" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_DICT +-- ---------------------------- +CREATE UNIQUE INDEX "JIMUREPORT"."UK_SD_DICT_CODE" + ON "JIMUREPORT"."JIMU_DICT" ("DICT_CODE" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_DICT_ITEM +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_DICT_ITEM" ADD CONSTRAINT "SYS_C0037359" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_DICT_ITEM +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_DICT_ITEM" ADD CONSTRAINT "SYS_C0037309" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_DICT_ITEM +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."IDX_SDI_DICT_VAL" + ON "JIMUREPORT"."JIMU_DICT_ITEM" ("DICT_ID" ASC, "ITEM_VALUE" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_SDI_ROLE_DICT_ID" + ON "JIMUREPORT"."JIMU_DICT_ITEM" ("DICT_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_SDI_ROLE_SORT_ORDER" + ON "JIMUREPORT"."JIMU_DICT_ITEM" ("SORT_ORDER" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_SDI_STATUS" + ON "JIMUREPORT"."JIMU_DICT_ITEM" ("STATUS" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT" ADD CONSTRAINT "SYS_C0037360" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT" ADD CONSTRAINT "SYS_C0037310" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT +-- ---------------------------- +CREATE UNIQUE INDEX "JIMUREPORT"."UNIQ_JMREPORT_CODE" + ON "JIMUREPORT"."JIMU_REPORT" ("CODE" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."UNIQ_JMREPORT_CREATEBY" + ON "JIMUREPORT"."JIMU_REPORT" ("CREATE_BY" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."UNIQ_JMREPORT_DELFLAG" + ON "JIMUREPORT"."JIMU_REPORT" ("DEL_FLAG" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_DATA_SOURCE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" ADD CONSTRAINT "SYS_C0037361" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_DATA_SOURCE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" ADD CONSTRAINT "SYS_C0037311" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_DATA_SOURCE +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."IDX_JMDATASOURCE_CODE" + ON "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" ("CODE" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_JMDATASOURCE_REPORT_ID" + ON "JIMUREPORT"."JIMU_REPORT_DATA_SOURCE" ("REPORT_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_DB +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB" ADD CONSTRAINT "SYS_C0037362" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_DB +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB" ADD CONSTRAINT "SYS_C0037312" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_DB +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."IDX_DB_SOURCE_ID" + ON "JIMUREPORT"."JIMU_REPORT_DB" ("DB_SOURCE" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_JIMU_REPORT_ID" + ON "JIMUREPORT"."JIMU_REPORT_DB" ("JIMU_REPORT_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_JMREPORTDB_DB_KEY" + ON "JIMUREPORT"."JIMU_REPORT_DB" ("DB_KEY" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_DB_FIELD +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_FIELD" ADD CONSTRAINT "SYS_C0037363" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_DB_FIELD +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_FIELD" ADD CONSTRAINT "SYS_C0037313" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_DB_FIELD +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."IDX_DBFIELD_ORDER_NUM" + ON "JIMUREPORT"."JIMU_REPORT_DB_FIELD" ("ORDER_NUM" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); +CREATE INDEX "JIMUREPORT"."IDX_JRDF_JIMU_REPORT_DB_ID" + ON "JIMUREPORT"."JIMU_REPORT_DB_FIELD" ("JIMU_REPORT_DB_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_DB_PARAM +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ADD CONSTRAINT "SYS_C0037364" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_DB_PARAM +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ADD CONSTRAINT "SYS_C0037314" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ADD CONSTRAINT "SYS_C0037315" CHECK ("JIMU_REPORT_HEAD_ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ADD CONSTRAINT "SYS_C0037316" CHECK ("PARAM_NAME" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_DB_PARAM +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."IDX_JMRHEADID" + ON "JIMUREPORT"."JIMU_REPORT_DB_PARAM" ("JIMU_REPORT_HEAD_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_LINK +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_LINK" ADD CONSTRAINT "SYS_C0037365" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_LINK +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_LINK" ADD CONSTRAINT "SYS_C0037317" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_LINK +-- ---------------------------- +CREATE INDEX "JIMUREPORT"."UNIQ_LINK_REPORTID" + ON "JIMUREPORT"."JIMU_REPORT_LINK" ("REPORT_ID" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_MAP +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_MAP" ADD CONSTRAINT "SYS_C0037372" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_MAP +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_MAP" ADD CONSTRAINT "SYS_C0037318" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Indexes structure for table JIMU_REPORT_MAP +-- ---------------------------- +CREATE UNIQUE INDEX "JIMUREPORT"."UNIQ_JMREPORT_MAP_NAME" + ON "JIMUREPORT"."JIMU_REPORT_MAP" ("NAME" ASC) + LOGGING + VISIBLE +PCTFREE 10 +INITRANS 2 +STORAGE ( + INITIAL 65536 + NEXT 1048576 + MINEXTENTS 1 + MAXEXTENTS 2147483645 + BUFFER_POOL DEFAULT +); + +-- ---------------------------- +-- Primary Key structure for table JIMU_REPORT_SHARE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_SHARE" ADD CONSTRAINT "SYS_C0037366" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table JIMU_REPORT_SHARE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."JIMU_REPORT_SHARE" ADD CONSTRAINT "SYS_C0037319" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table REP_DEMO_DXTJ +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_DXTJ" ADD CONSTRAINT "SYS_C0037367" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table REP_DEMO_DXTJ +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_DXTJ" ADD CONSTRAINT "SYS_C0037320" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table REP_DEMO_EMPLOYEE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_EMPLOYEE" ADD CONSTRAINT "SYS_C0037368" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table REP_DEMO_EMPLOYEE +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_EMPLOYEE" ADD CONSTRAINT "SYS_C0037321" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table REP_DEMO_GONGSI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037369" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table REP_DEMO_GONGSI +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037322" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037323" CHECK ("GNAME" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037324" CHECK ("GDATA" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037325" CHECK ("TDATA" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037326" CHECK ("DIDIAN" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037327" CHECK ("ZHAIYAO" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_GONGSI" ADD CONSTRAINT "SYS_C0037328" CHECK ("NUM" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table REP_DEMO_JIANPIAO +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037370" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table REP_DEMO_JIANPIAO +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037329" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037330" CHECK ("BNUM" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037331" CHECK ("FTIME" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037332" CHECK ("SFKONG" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037333" CHECK ("KAISHI" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037334" CHECK ("JIESHU" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037335" CHECK ("HEZAIREN" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037336" CHECK ("JPNUM" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037337" CHECK ("SHIHELV" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_JIANPIAO" ADD CONSTRAINT "SYS_C0037338" CHECK ("S_ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; + +-- ---------------------------- +-- Primary Key structure for table REP_DEMO_XIAOSHOU +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037371" PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Checks structure for table REP_DEMO_XIAOSHOU +-- ---------------------------- +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037339" CHECK ("ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037340" CHECK ("HNUM" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037341" CHECK ("HNAME" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037342" CHECK ("XINGHAO" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037343" CHECK ("FAHUOCANGKU" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037344" CHECK ("DANWEI" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037345" CHECK ("NUM" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037346" CHECK ("DANJIA" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037347" CHECK ("ZHEKOULV" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037348" CHECK ("XIAOSHOUJINE" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; +ALTER TABLE "JIMUREPORT"."REP_DEMO_XIAOSHOU" ADD CONSTRAINT "SYS_C0037349" CHECK ("S_ID" IS NOT NULL) NOT DEFERRABLE INITIALLY IMMEDIATE NORELY VALIDATE; diff --git a/db/jimureport.sqlserver2019.create.sql b/db/jimureport.sqlserver2019.create.sql new file mode 100644 index 0000000..50671f3 --- /dev/null +++ b/db/jimureport.sqlserver2019.create.sql @@ -0,0 +1,108640 @@ +/* + Navicat Premium Data Transfer + + Source Server : mac_SQLServer2019 + Source Server Type : SQL Server + Source Server Version : 15004188 + Source Host : 192.168.1.199:1433 + Source Catalog : jimureport + Source Schema : dbo + + Target Server Type : SQL Server + Target Server Version : 15004188 + File Encoding : 65001 + + Date: 11/10/2023 11:15:43 +*/ + + +-- ---------------------------- +-- Table structure for huiyuan_age +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_age]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_age] +GO + +CREATE TABLE [dbo].[huiyuan_age] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_age] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_age', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_age', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_age +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875613023969282', N'25岁以下', N'1500') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875692078211073', N'26~30岁', N'800') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875766099288066', N'31~35岁', N'1200') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875822382653442', N'36~40岁', N'1200') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875892473667586', N'41~45岁', N'1800') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339875949587505153', N'45~50岁', N'1800') +GO + +INSERT INTO [dbo].[huiyuan_age] ([id], [name], [value]) VALUES (N'1339876015857508354', N'50岁以上', N'2000') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_fengongsi +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_fengongsi]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_fengongsi] +GO + +CREATE TABLE [dbo].[huiyuan_fengongsi] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, + [type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_fengongsi] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_fengongsi', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_fengongsi', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_fengongsi', +'COLUMN', N'value' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'类型', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_fengongsi', +'COLUMN', N'type' +GO + + +-- ---------------------------- +-- Records of huiyuan_fengongsi +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888040117575682', N'广州', N'5800', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888087966195714', N'北京', N'6500', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888128680304642', N'河北', N'3500', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888173316087809', N'天津', N'3000', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888235672805377', N'山东', N'2500', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888289066295297', N'福建', N'6500', N'会员数量') +GO + +INSERT INTO [dbo].[huiyuan_fengongsi] ([id], [name], [value], [type]) VALUES (N'1339888343613218817', N'上海', N'7500', N'会员数量') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_huoyuedu +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_huoyuedu]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_huoyuedu] +GO + +CREATE TABLE [dbo].[huiyuan_huoyuedu] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_huoyuedu] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_huoyuedu', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_huoyuedu', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_huoyuedu +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_huoyuedu] ([id], [name], [value]) VALUES (N'1339883861898731521', N'08:00~10:00', N'1500') +GO + +INSERT INTO [dbo].[huiyuan_huoyuedu] ([id], [name], [value]) VALUES (N'1339883933516472322', N'10:00~12:00', N'1800') +GO + +INSERT INTO [dbo].[huiyuan_huoyuedu] ([id], [name], [value]) VALUES (N'1339884020753801217', N'12:00~14:00', N'2500') +GO + +INSERT INTO [dbo].[huiyuan_huoyuedu] ([id], [name], [value]) VALUES (N'1339884087271268353', N'14:00~16:00', N'3000') +GO + +INSERT INTO [dbo].[huiyuan_huoyuedu] ([id], [name], [value]) VALUES (N'1339884151599308802', N'16:00~18:00', N'1500') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_sex +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_sex]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_sex] +GO + +CREATE TABLE [dbo].[huiyuan_sex] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_sex] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'性别', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_sex', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_sex', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_sex +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_sex] ([id], [name], [value]) VALUES (N'1339872878782357506', N'2', N'8800') +GO + +INSERT INTO [dbo].[huiyuan_sex] ([id], [name], [value]) VALUES (N'1339872907911798785', N'1', N'5000') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_work +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_work]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_work] +GO + +CREATE TABLE [dbo].[huiyuan_work] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_work] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'姓名', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_work', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_work', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_work +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_work] ([id], [name], [value]) VALUES (N'1339878370892095489', N'全职', N'1200') +GO + +INSERT INTO [dbo].[huiyuan_work] ([id], [name], [value]) VALUES (N'1339878416278659073', N'兼职', N'500') +GO + +INSERT INTO [dbo].[huiyuan_work] ([id], [name], [value]) VALUES (N'1339878481793687553', N'自由职业者', N'5800') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_wxtl +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_wxtl]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_wxtl] +GO + +CREATE TABLE [dbo].[huiyuan_wxtl] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_wxtl] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_wxtl', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_wxtl', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_wxtl +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_wxtl] ([id], [name], [value]) VALUES (N'1338720458886877186', N'宜兴市', N'250') +GO + +INSERT INTO [dbo].[huiyuan_wxtl] ([id], [name], [value]) VALUES (N'1338720538293440513', N'江阴市', N'500') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_wxtlshuliang +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_wxtlshuliang]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_wxtlshuliang] +GO + +CREATE TABLE [dbo].[huiyuan_wxtlshuliang] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] int NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_wxtlshuliang] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_wxtlshuliang', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_wxtlshuliang', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_wxtlshuliang', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_wxtlshuliang +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869672819957762', N'顾客', N'394') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869752553676802', N'二星', N'515') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869801396346882', N'一星', N'334') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869877590073345', N'明星', N'150') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869910850904066', N'总监', N'54') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339869987145293826', N'三星', N'50') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339870030401150978', N'大使', N'17') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339870121811812354', N'高级', N'7') +GO + +INSERT INTO [dbo].[huiyuan_wxtlshuliang] ([id], [name], [value]) VALUES (N'1339870161078886402', N'金鹰', N'2') +GO + + +-- ---------------------------- +-- Table structure for huiyuan_xueli +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[huiyuan_xueli]') AND type IN ('U')) + DROP TABLE [dbo].[huiyuan_xueli] +GO + +CREATE TABLE [dbo].[huiyuan_xueli] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [value] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[huiyuan_xueli] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_xueli', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'值', +'SCHEMA', N'dbo', +'TABLE', N'huiyuan_xueli', +'COLUMN', N'value' +GO + + +-- ---------------------------- +-- Records of huiyuan_xueli +-- ---------------------------- +INSERT INTO [dbo].[huiyuan_xueli] ([id], [name], [value]) VALUES (N'1339885864196546562', N'本科', N'9487') +GO + +INSERT INTO [dbo].[huiyuan_xueli] ([id], [name], [value]) VALUES (N'1339885895406362625', N'专科', N'5400') +GO + +INSERT INTO [dbo].[huiyuan_xueli] ([id], [name], [value]) VALUES (N'1339885927278878721', N'高中', N'3200') +GO + +INSERT INTO [dbo].[huiyuan_xueli] ([id], [name], [value]) VALUES (N'1339885965992304641', N'初中', N'1900') +GO + +INSERT INTO [dbo].[huiyuan_xueli] ([id], [name], [value]) VALUES (N'1339886032929202177', N'未知', N'1500') +GO + + +-- ---------------------------- +-- Table structure for jimu_dict +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_dict] +GO + +CREATE TABLE [dbo].[jimu_dict] ( + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [dict_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [dict_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [del_flag] int NULL, + [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [type] int NULL, + [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_dict] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'dict_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'dict_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'描述', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'description' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'删除状态', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'del_flag' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典类型0为string,1为number', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'多租户标识', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict', +'COLUMN', N'tenant_id' +GO + + +-- ---------------------------- +-- Records of jimu_dict +-- ---------------------------- +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'0b1dac3e87ed7229ae19a586a8b8c8f8', N'物资类型', N'wz_cc_type', NULL, N'0', N'admin', N'2019-04-26 18:25:48.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通告类型', N'msg_category', N'消息类型1:通知公告2:系统消息', N'0', N'admin', N'2019-04-22 18:01:35.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1166528843122561025', N'测试字典员工类型', N'ceshi_code', N'', N'0', N'admin', N'2019-08-28 09:52:04.0000000', N'admin', N'2021-01-08 14:33:43.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174509082208395266', N'职务职级', N'position_rank', N'职务表职级字典', N'0', N'admin', N'2019-09-19 10:22:41.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174511106530525185', N'机构类型', N'org_category', N'机构类型 1公司,2部门 3岗位', N'0', N'admin', N'2019-09-19 10:30:43.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1178295274528845826', N'表单权限策略', N'form_perms_type', N'', N'0', N'admin', N'2019-09-29 21:07:39.0000000', N'admin', N'2019-09-29 21:08:26.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199517671259906049', N'紧急程度', N'urgent_level', N'日程计划紧急程度', N'0', N'admin', N'2019-11-27 10:37:53.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199518099888414722', N'日程计划类型', N'eoa_plan_type', N'', N'0', N'admin', N'2019-11-27 10:39:36.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199525215290306561', N'日程计划状态', N'eoa_plan_status', N'', N'0', N'admin', N'2019-11-27 11:07:52.0000000', N'admin', N'2019-11-27 11:10:11.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1204580702536957953', N'打卡类型', N'sign_type', N'', N'0', N'admin', N'2019-12-11 09:56:34.0000000', N'admin', N'2020-02-13 14:21:36.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1204581134206337025', N'打卡状态', N'sign_status', N'', N'0', N'admin', N'2019-12-11 09:58:17.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1209733563293962241', N'数据库类型', N'database_type', N'', N'0', N'admin', N'2019-12-25 15:12:12.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1232913193820581889', N'Online表单业务分类', N'ol_form_biz_type', N'', N'0', N'admin', N'2020-02-27 14:19:46.0000000', N'admin', N'2020-02-27 14:20:23.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1242281790421389314', N'会议类型', N'mettingType', N'', N'0', N'admin', N'2020-03-24 10:47:13.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1242298510024429569', N'提醒方式', N'remindMode', N'', N'0', N'admin', N'2020-03-24 11:53:40.0000000', N'admin', N'2020-03-24 12:03:22.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1244538302904672258', N'提醒时间', N'remindTime', N'', N'0', N'admin', N'2020-03-30 16:13:48.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1244538772909989889', N'重复提醒', N'reminders', N'', N'0', N'admin', N'2020-03-30 16:15:40.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1244941599661178882', N'表单设计器路由类型', N'desform_route_type', N'表单设计器下一步路由跳转类型', N'0', N'admin', N'2020-03-31 18:56:22.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1250687930947620866', N'定时任务状态', N'quartz_status', N'', N'0', N'admin', N'2020-04-16 15:30:14.0000000', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1252881342601908225', N'栏目类型', N'cms_menu_type', N'', N'0', N'admin', N'2020-04-22 16:46:04.0000000', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1253673013610672130', N'会议室规模', N'meeting_scale', N'', N'0', N'admin', N'2020-04-24 21:11:53.0000000', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1272739651112034306', N'缓急', N'urgency', N'', N'0', N'admin', N'2020-06-16 11:55:54.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1272740254731100161', N'密级', N'secret_level', N'', N'0', N'admin', N'2020-06-16 11:58:18.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1280401766745718786', N'租户状态', N'tenant_status', N'租户状态', N'0', N'admin', N'2020-07-07 15:22:25.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1336551227544694785', N'999', N'999', N'', N'1', N'admin', N'2020-12-09 14:00:19.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1338811917237489665', N'报表测试职务', N'zhiwu', N'积木报表演示', N'0', N'admin', N'2020-12-15 19:43:30.0000000', N'admin', N'2021-01-13 14:03:13.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'20863a840c7622c3eab0ee69e55a8c7c', N'常用审批语', N'approval_remarks', N'常用审批语', N'0', N'admin', N'2019-03-15 11:03:26.0000000', N'admin', N'2019-06-10 19:38:31.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'236e8a4baff0db8c62c00dd95632834f', N'同步工作流引擎', N'activiti_sync', N'同步工作流引擎', N'0', N'admin', N'2019-05-15 15:27:33.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2e02df51611a4b9632828ab7e5338f00', N'权限策略', N'perms_type', N'权限策略', N'0', N'admin', N'2019-04-26 18:26:55.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2f0320997ade5dd147c90130f7218c3e', N'推送类别', N'msg_type', N'', N'0', N'admin', N'2019-03-17 21:21:32.0000000', N'admin', N'2019-03-26 19:57:45.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3486f32803bb953e7155dab3513dc68b', N'删除状态', N'del_flag', N'', N'0', N'admin', N'2019-10-18 21:46:26.0000000', N'admin', N'2019-05-31 11:32:41.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'36d57175542a3ea85073923e8fccc21c', N'尺码类型', N'air_china_size', NULL, N'0', N'admin', N'2019-04-23 23:02:44.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3d9a351be3436fbefb1307d4cfb49bf2', N'性别', N'sex', NULL, N'0', NULL, N'2019-01-04 14:56:32.0000000', N'admin', N'2019-03-30 11:28:27.0000000', N'1', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4274efc2292239b6f000b153f50823ff', N'全局权限策略', N'global_perms_type', N'全局权限策略', N'0', N'admin', N'2019-05-10 17:54:05.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'49a0f7247f9c2a7df4e5733b790a4c9f', N'供应商', N'air_china_ supplier', NULL, N'0', N'admin', N'2019-04-24 16:49:25.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c03fca6bf1f0299c381213961566349', N'Online图表展示模板', N'online_graph_display_template', N'Online图表展示模板', N'0', N'admin', N'2019-04-12 17:28:50.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c753b5293304e7a445fd2741b46529d', N'字典状态', N'dict_item_status', NULL, N'0', N'admin', N'2019-06-18 23:18:42.0000000', N'admin', N'2019-03-30 19:33:52.0000000', N'1', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4d7fec1a7799a436d26d02325eff295e', N'优先级', N'priority', N'优先级', N'0', N'admin', N'2019-03-16 17:03:34.0000000', N'admin', N'2019-04-16 17:39:23.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4e4602b3e3686f0911384e188dc7efb4', N'条件规则', N'rule_conditions', N'', N'0', N'admin', N'2019-04-01 10:15:03.0000000', N'admin', N'2019-04-01 10:30:47.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4f69be5f507accea8d5df5f11346181a', N'发送消息类型', N'msgType', NULL, N'0', N'admin', N'2019-04-11 14:27:09.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'68168534ff5065a152bfab275c2136f8', N'有效无效状态', N'valid_status', N'有效无效状态', N'0', N'admin', N'2020-09-26 19:21:14.0000000', N'admin', N'2019-06-07 00:30:10.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'72cce0989df68887546746d8f09811aa', N'Online表单类型', N'cgform_table_type', N'', N'0', N'admin', N'2019-01-27 10:13:02.0000000', N'admin', N'2019-03-30 11:37:36.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'76c1d6755018a918c9eeda575dbf3f98', N'计量单位', N'air_china_unit', NULL, N'0', N'admin', N'2017-12-23 23:00:02.0000000', N'admin', N'2019-04-23 23:13:52.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'78bda155fe380b1b3f175f1e88c284c6', N'流程状态', N'bpm_status', N'流程状态', N'0', N'admin', N'2019-05-09 16:31:52.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'83bfb33147013cc81640d5fd9eda030c', N'日志类型', N'log_type', NULL, N'0', N'admin', N'2019-03-18 23:22:19.0000000', NULL, NULL, N'1', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'880a895c98afeca9d9ac39f29e67c13e', N'操作类型', N'operate_type', N'操作类型', N'0', N'admin', N'2019-07-22 10:54:29.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'8dfe32e2d29ea9430a988b3b558bf233', N'发布状态', N'send_status', N'发布状态', N'0', N'admin', N'2019-04-16 17:40:42.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'a9d9942bd0eccb6e89de92d130ec4c4a', N'消息发送状态', N'msgSendStatus', NULL, N'0', N'admin', N'2019-04-12 18:18:17.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'菜单类型', N'menu_type', NULL, N'0', N'admin', N'2019-12-18 23:24:32.0000000', N'admin', N'2019-04-01 15:27:06.0000000', N'1', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'Online图表数据类型', N'online_graph_data_type', N'Online图表数据类型', N'0', N'admin', N'2019-04-12 17:24:24.0000000', N'admin', N'2019-04-12 17:24:57.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c36169beb12de8a71c8683ee7c28a503', N'部门状态', N'depart_status', NULL, N'0', N'admin', N'2019-03-18 21:59:51.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c5a14c75172783d72cbee6ee7f5df5d1', N'Online图表类型', N'online_graph_type', N'Online图表类型', N'0', N'admin', N'2019-04-12 17:04:06.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c72e92c2c13cdbc07b455e6abcc60d47', N'启动状态', N'air_china_valid', NULL, N'0', N'admin', N'2019-04-23 23:05:29.0000000', NULL, NULL, N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'd6e1152968b02d69ff358c75b48a6ee1', N'流程类型', N'bpm_process_type', NULL, N'0', N'admin', N'2019-02-22 19:26:54.0000000', N'admin', N'2019-03-30 18:14:44.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'fc6cd58fde2e8481db10d3a1e68ce70c', N'用户状态', N'user_status', NULL, N'0', N'admin', N'2019-03-18 21:57:25.0000000', N'admin', N'2019-03-18 23:11:58.0000000', N'1', NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_dict_item +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict_item]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_dict_item] +GO + +CREATE TABLE [dbo].[jimu_dict_item] ( + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [dict_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [item_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [item_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [sort_order] int NULL, + [status] int NULL, + [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL +) +GO + +ALTER TABLE [dbo].[jimu_dict_item] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'dict_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典项文本', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'item_text' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典项值', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'item_value' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'描述', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'description' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'排序', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'sort_order' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'状态(1启用 0不启用)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_dict_item', +'COLUMN', N'status' +GO + + +-- ---------------------------- +-- Records of jimu_dict_item +-- ---------------------------- +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0072d115e07c875d76c9b022e2179128', N'4d7fec1a7799a436d26d02325eff295e', N'低', N'L', N'低', N'3', N'1', N'admin', N'2019-04-16 17:04:59.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'00cd5762c968332e2bf8d1fdae872f26', N'76c1d6755018a918c9eeda575dbf3f98', N'条', N'3', NULL, N'3', N'1', N'admin', N'2019-04-23 23:00:42.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'05a2e732ce7b00aa52141ecc3e330b4e', N'3486f32803bb953e7155dab3513dc68b', N'已删除', N'1', NULL, NULL, N'1', N'admin', N'2025-10-18 21:46:56.0000000', N'admin', N'2019-03-28 22:23:20.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0737b49b097033b35e1882f970d43263', N'36d57175542a3ea85073923e8fccc21c', N'量体类', N'1', NULL, N'1', N'1', N'admin', N'2019-04-23 23:03:02.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'08ec6c5c986766cc0f398bf88b2c7fd5', N'20863a840c7622c3eab0ee69e55a8c7c', N'呈领导阅示', N'呈领导阅示', N'呈领导阅示', N'7', N'1', N'admin', N'2019-05-15 11:07:59.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'096c2e758d823def3855f6376bc736fb', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'SQL', N'sql', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:26.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0c9532916f5cd722017b46bc4d953e41', N'2f0320997ade5dd147c90130f7218c3e', N'指定用户', N'USER', NULL, NULL, N'1', N'admin', N'2019-03-17 21:22:19.0000000', N'admin', N'2019-03-17 21:22:28.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ca4beba9efc4f9dd54af0911a946d5c', N'72cce0989df68887546746d8f09811aa', N'附表', N'3', NULL, N'3', N'1', N'admin', N'2019-03-27 10:13:43.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1030a2652608f5eac3b49d70458b8532', N'2e02df51611a4b9632828ab7e5338f00', N'禁用', N'2', N'禁用', N'2', N'1', N'admin', N'2021-03-26 18:27:28.0000000', N'admin', N'2019-04-26 18:39:11.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'10e3b1b78da8b40161b7b89cefb2f31b', N'0b1dac3e87ed7229ae19a586a8b8c8f8', N'衣服', N'yifu', NULL, N'1', N'1', N'admin', N'2019-04-26 18:26:04.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1166528884218351617', N'1166528843122561025', N'普通员工', N'1', N'', N'1', N'1', N'admin', N'2019-08-28 09:52:14.0000000', N'admin', N'2021-01-08 14:33:52.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1166528900752297986', N'1166528843122561025', N'领导', N'2', N'', N'1', N'1', N'admin', N'2019-08-28 09:52:18.0000000', N'admin', N'2021-01-08 14:33:57.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509082208395266', N'1174511106530525185', N'岗位', N'3', N'岗位', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509601047994369', N'1174509082208395266', N'员级', N'1', N'', N'1', N'1', N'admin', N'2019-09-19 10:24:45.0000000', N'admin', N'2019-09-23 11:46:39.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509667297026049', N'1174509082208395266', N'助级', N'2', N'', N'2', N'1', N'admin', N'2019-09-19 10:25:01.0000000', N'admin', N'2019-09-23 11:46:47.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509713568587777', N'1174509082208395266', N'中级', N'3', N'', N'3', N'1', N'admin', N'2019-09-19 10:25:12.0000000', N'admin', N'2019-09-23 11:46:56.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509788361416705', N'1174509082208395266', N'副高级', N'4', N'', N'4', N'1', N'admin', N'2019-09-19 10:25:30.0000000', N'admin', N'2019-09-23 11:47:06.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509835803189250', N'1174509082208395266', N'正高级', N'5', N'', N'5', N'1', N'admin', N'2019-09-19 10:25:41.0000000', N'admin', N'2019-09-23 11:47:12.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511197735665665', N'1174511106530525185', N'公司', N'1', N'公司', N'1', N'1', N'admin', N'2019-09-19 10:31:05.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511244036587521', N'1174511106530525185', N'部门', N'2', N'部门', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295553450061826', N'1178295274528845826', N'可编辑(未授权禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-09-29 21:08:46.0000000', N'admin', N'2019-09-29 21:09:18.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295639554928641', N'1178295274528845826', N'可见(未授权不可见)', N'1', N'', N'1', N'1', N'admin', N'2019-09-29 21:09:06.0000000', N'admin', N'2019-09-29 21:09:24.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517884758368257', N'1199517671259906049', N'一般', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:44.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517914017832962', N'1199517671259906049', N'重要', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:51.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517941339529217', N'1199517671259906049', N'紧急', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:58.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518186144276482', N'1199518099888414722', N'日常记录', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:39:56.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518214858481666', N'1199518099888414722', N'本周工作', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:03.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518235943247874', N'1199518099888414722', N'下周计划', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:08.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525468672405505', N'1199525215290306561', N'未开始', N'0', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:52.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525490575060993', N'1199525215290306561', N'进行中', N'2', N'', N'3', N'1', N'admin', N'2019-11-27 11:08:58.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525506429530114', N'1199525215290306561', N'已完成', N'3', N'', N'4', N'1', N'admin', N'2019-11-27 11:09:02.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199607547704647681', N'4f69be5f507accea8d5df5f11346181a', N'系统', N'4', N'', N'1', N'1', N'admin', N'2019-11-27 16:35:02.0000000', N'admin', N'2019-11-27 19:37:46.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1203571948706095105', N'1199525215290306561', N'已提醒', N'1', N'', N'2', N'1', N'admin', N'2019-12-08 15:08:09.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581455016067074', N'1204580702536957953', N'上班打卡', N'1', N'', N'1', N'1', N'admin', N'2019-12-11 09:59:34.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581521328013314', N'1204580702536957953', N'下班打卡', N'2', N'', N'1', N'1', N'admin', N'2019-12-11 09:59:49.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581542945456129', N'1204580702536957953', N'外出打卡', N'3', N'', N'1', N'1', N'admin', N'2019-12-11 09:59:55.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581564143468546', N'1204580702536957953', N'请假', N'4', N'', N'1', N'1', N'admin', N'2019-12-11 10:00:00.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581583089139713', N'1204580702536957953', N'出差', N'5', N'', N'1', N'1', N'admin', N'2019-12-11 10:00:04.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581803613061122', N'1204581134206337025', N'缺卡', N'0', N'', N'1', N'1', N'admin', N'2019-12-11 10:00:57.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581830603407362', N'1204581134206337025', N'正常', N'1', N'', N'1', N'1', N'admin', N'2019-12-11 10:01:03.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581850283081729', N'1204581134206337025', N'迟到', N'2', N'', N'1', N'1', N'admin', N'2019-12-11 10:01:08.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581868406669314', N'1204581134206337025', N'旷工', N'3', N'', N'1', N'1', N'admin', N'2019-12-11 10:01:12.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1204581886026940417', N'1204581134206337025', N'早退', N'4', N'', N'1', N'1', N'admin', N'2019-12-11 10:01:16.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733775114702850', N'1209733563293962241', N'MySQL5.5', N'1', N'', N'1', N'1', N'admin', N'2019-12-25 15:13:02.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733839933476865', N'1209733563293962241', N'Oracle', N'2', N'', N'3', N'1', N'admin', N'2019-12-25 15:13:18.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733903020003330', N'1209733563293962241', N'SQLServer', N'3', N'', N'4', N'1', N'admin', N'2019-12-25 15:13:33.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913424813486081', N'1232913193820581889', N'官方示例', N'demo', N'', N'1', N'1', N'admin', N'2020-02-27 14:20:42.0000000', N'admin', N'2020-02-27 14:21:37.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913493717512194', N'1232913193820581889', N'流程表单', N'bpm', N'', N'2', N'1', N'admin', N'2020-02-27 14:20:58.0000000', N'admin', N'2020-02-27 14:22:20.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913605382467585', N'1232913193820581889', N'测试表单', N'temp', N'', N'4', N'1', N'admin', N'2020-02-27 14:21:25.0000000', N'admin', N'2020-02-27 14:22:16.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232914232372195330', N'1232913193820581889', N'导入表单', N'bdfl_include', N'', N'5', N'1', N'admin', N'2020-02-27 14:23:54.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1233279228474138625', N'4e4602b3e3686f0911384e188dc7efb4', N'左模糊', N'LEFT_LIKE', N'', N'7', N'1', N'admin', N'2020-02-28 14:34:16.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1233279337333104641', N'4e4602b3e3686f0911384e188dc7efb4', N'右模糊', N'RIGHT_LIKE', N'', N'7', N'1', N'admin', N'2020-02-28 14:34:42.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242281959082741761', N'1242281790421389314', N'部门会议', N'depart', N'', N'1', N'1', N'admin', N'2020-03-24 10:47:54.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242282018893516802', N'1242281790421389314', N'临时会议', N'temp', N'', N'1', N'1', N'admin', N'2020-03-24 10:48:08.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242282141274918913', N'1242281790421389314', N'公司会议', N'company', N'', N'1', N'1', N'admin', N'2020-03-24 10:48:37.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242282318563954690', N'1242281790421389314', N'培训会议', N'train', N'', N'1', N'1', N'admin', N'2020-03-24 10:49:19.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242282375325470721', N'1242281790421389314', N'普通会议', N'common', N'', N'1', N'1', N'admin', N'2020-03-24 10:49:33.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300779390357505', N'1242298510024429569', N'短信提醒', N'2', N'', N'2', N'1', N'admin', N'2020-03-24 12:02:41.0000000', N'admin', N'2020-03-30 18:21:33.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300814383435777', N'1242298510024429569', N'邮件提醒', N'1', N'', N'1', N'1', N'admin', N'2020-03-24 12:02:49.0000000', N'admin', N'2020-03-30 18:21:26.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300887343353857', N'1242298510024429569', N'系统消息', N'4', N'', N'4', N'1', N'admin', N'2020-03-24 12:03:07.0000000', N'admin', N'2020-03-30 18:21:43.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538412480864258', N'1244538302904672258', N'不提醒', N'0', N'', N'1', N'1', N'admin', N'2020-03-30 16:14:14.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538453169807361', N'1244538302904672258', N'开始时', N'1', N'', N'1', N'1', N'admin', N'2020-03-30 16:14:24.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538498132746241', N'1244538302904672258', N'提前5分钟', N'2', N'', N'2', N'1', N'admin', N'2020-03-30 16:14:35.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538537420791810', N'1244538302904672258', N'提前10分钟', N'3', N'', N'3', N'1', N'admin', N'2020-03-30 16:14:44.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538569926647810', N'1244538302904672258', N'提前15分钟', N'4', N'', N'4', N'1', N'admin', N'2020-03-30 16:14:52.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538620744835073', N'1244538302904672258', N'提前30分钟', N'5', N'', N'5', N'1', N'admin', N'2020-03-30 16:15:04.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538674016690178', N'1244538302904672258', N'提前1小时', N'6', N'', N'6', N'1', N'admin', N'2020-03-30 16:15:16.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538712323268610', N'1244538302904672258', N'提前2小时', N'7', N'', N'7', N'1', N'admin', N'2020-03-30 16:15:26.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538832364249090', N'1244538772909989889', N'不重复', N'0', N'', N'1', N'1', N'admin', N'2020-03-30 16:15:54.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538882335186946', N'1244538772909989889', N'每天', N'1', N'', N'1', N'1', N'admin', N'2020-03-30 16:16:06.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538920792760321', N'1244538772909989889', N'每周', N'2', N'', N'2', N'1', N'admin', N'2020-03-30 16:16:15.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244538964811980802', N'1244538772909989889', N'每月(当日)', N'3', N'', N'3', N'1', N'admin', N'2020-03-30 16:16:26.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244539005064716289', N'1244538772909989889', N'每年(当日)', N'4', N'', N'4', N'1', N'admin', N'2020-03-30 16:16:35.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244941726052335617', N'1244941599661178882', N'跳转到表单', N'1', N'', N'1', N'1', N'admin', N'2020-03-31 18:56:52.0000000', N'admin', N'2020-03-31 21:16:05.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244941755555069953', N'1244941599661178882', N'跳转到菜单', N'2', N'', N'2', N'1', N'admin', N'2020-03-31 18:56:59.0000000', N'admin', N'2020-03-31 21:16:09.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1244941784743231489', N'1244941599661178882', N'跳转到外部', N'3', N'', N'3', N'1', N'admin', N'2020-03-31 18:57:06.0000000', N'admin', N'2020-03-31 21:16:14.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688147579228161', N'1250687930947620866', N'正常', N'0', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:05.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688201064992770', N'1250687930947620866', N'停止', N'-1', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:18.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1252882203973537794', N'1252881342601908225', N'列表', N'1', N'', N'1', N'1', N'admin', N'2020-04-22 16:49:29.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1252882248991002626', N'1252881342601908225', N'链接', N'2', N'', N'1', N'1', N'admin', N'2020-04-22 16:49:40.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1253673087988264962', N'1253673013610672130', N'小型', N'S', N'', N'1', N'1', N'admin', N'2020-04-24 21:12:10.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1253673146364588034', N'1253673013610672130', N'中型', N'M', N'', N'1', N'1', N'admin', N'2020-04-24 21:12:24.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1253673184885075970', N'1253673013610672130', N'大型', N'L', N'', N'1', N'1', N'admin', N'2020-04-24 21:12:34.0000000', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272739846449160193', N'1272739651112034306', N'一般', N'0', N'', N'1', N'1', N'admin', N'2020-06-16 11:56:40.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272739980616556545', N'1272739651112034306', N'平急', N'1', N'', N'1', N'1', N'admin', N'2020-06-16 11:57:12.0000000', N'admin', N'2020-10-28 17:50:22.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740017782284289', N'1272739651112034306', N'加急', N'2', N'', N'1', N'1', N'admin', N'2020-06-16 11:57:21.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740063856713730', N'1272739651112034306', N'特急', N'3', N'', N'1', N'1', N'admin', N'2020-06-16 11:57:32.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740134505570306', N'1272739651112034306', N'特提', N'4', N'', N'1', N'1', N'admin', N'2020-06-16 11:57:49.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740342673072129', N'1272740254731100161', N'一般', N'0', N'', N'1', N'1', N'admin', N'2020-06-16 11:58:39.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740397966581762', N'1272740254731100161', N'秘密', N'1', N'', N'1', N'1', N'admin', N'2020-06-16 11:58:52.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740445697761282', N'1272740254731100161', N'机密', N'2', N'', N'1', N'1', N'admin', N'2020-06-16 11:59:03.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1272740494238441473', N'1272740254731100161', N'绝密', N'3', N'', N'1', N'1', N'admin', N'2020-06-16 11:59:15.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401815068295170', N'1280401766745718786', N'正常', N'1', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:36.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401847607705602', N'1280401766745718786', N'冻结', N'0', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:44.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280417387279060994', N'1199525215290306561', N'已接受', N'4', N'', N'4', N'1', N'admin', N'2020-07-07 16:24:28.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280417420456005634', N'1199525215290306561', N'已取消', N'5', N'5', N'5', N'1', N'admin', N'2020-07-07 16:24:36.0000000', N'admin', N'2020-07-07 16:24:45.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1305827309355302914', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'API', N'api', N'', N'3', N'1', N'admin', N'2020-09-15 19:14:26.0000000', N'admin', N'2020-09-15 19:14:41.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1334440962954936321', N'1209733563293962241', N'MYSQL5.7', N'4', NULL, N'1', N'1', N'admin', N'2020-12-03 18:16:02.0000000', N'admin', N'2020-12-03 18:16:02.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812279746990082', N'1338811917237489665', N'研发经理', N'1', N'', N'1', N'1', N'admin', N'2020-12-15 19:44:56.0000000', N'admin', N'2021-01-13 14:00:13.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812321702612993', N'1338811917237489665', N'研发专员', N'2', N'', N'1', N'1', N'admin', N'2020-12-15 19:45:06.0000000', N'admin', N'2021-01-13 14:00:16.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812381655994370', N'1338811917237489665', N'财务经理', N'3', N'', N'1', N'1', N'admin', N'2020-12-15 19:45:20.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812417886392322', N'1338811917237489665', N'财务专员', N'4', N'', N'1', N'1', N'admin', N'2020-12-15 19:45:29.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812461297438721', N'1338811917237489665', N'客服经理', N'5', N'', N'1', N'1', N'admin', N'2020-12-15 19:45:39.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1338812495665565697', N'1338811917237489665', N'客服专员', N'6', N'', N'1', N'1', N'admin', N'2020-12-15 19:45:48.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'147c48ff4b51545032a9119d13f3222a', N'd6e1152968b02d69ff358c75b48a6ee1', N'测试流程', N'test', NULL, N'1', N'1', N'admin', N'2019-03-22 19:27:05.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1543fe7e5e26fb97cdafe4981bedc0c8', N'4c03fca6bf1f0299c381213961566349', N'单排布局', N'single', NULL, N'2', N'1', N'admin', N'2022-07-12 17:43:39.0000000', N'admin', N'2019-04-12 17:43:57.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db531bcff19649fa82a644c8a939dc4', N'4c03fca6bf1f0299c381213961566349', N'组合布局', N'combination', N'', N'4', N'1', N'admin', N'2019-05-11 16:07:08.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'222705e11ef0264d4214affff1fb4ff9', N'4f69be5f507accea8d5df5f11346181a', N'短信', N'1', N'', N'1', N'1', N'admin', N'2023-02-28 10:50:36.0000000', N'admin', N'2019-04-28 10:58:11.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a5bb76004ed0e39414e928c4cde155', N'4e4602b3e3686f0911384e188dc7efb4', N'不等于', N'!=', N'不等于', N'3', N'1', N'admin', N'2019-04-01 16:46:15.0000000', N'admin', N'2019-04-01 17:48:40.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25847e9cb661a7c711f9998452dc09e6', N'4e4602b3e3686f0911384e188dc7efb4', N'小于等于', N'<=', N'小于等于', N'6', N'1', N'admin', N'2019-04-01 16:44:34.0000000', N'admin', N'2019-04-01 17:49:10.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d51376643f220afdeb6d216a8ac2c01', N'68168534ff5065a152bfab275c2136f8', N'有效', N'1', N'有效', N'1', N'1', N'admin', N'2020-10-26 19:22:01.0000000', N'admin', N'2022-03-24 21:35:40.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'308c8aadf0c37ecdde188b97ca9833f5', N'8dfe32e2d29ea9430a988b3b558bf233', N'已发布', N'1', N'已发布', N'2', N'1', N'admin', N'2019-04-16 17:41:24.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'333e6b2196e01ef9a5f76d74e86a6e33', N'8dfe32e2d29ea9430a988b3b558bf233', N'未发布', N'0', N'未发布', N'1', N'1', N'admin', N'2019-04-16 17:41:12.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337ea1e401bda7233f6258c284ce4f50', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'JSON', N'json', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:33.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'33bc9d9f753cf7dc40e70461e50fdc54', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送失败', N'2', NULL, N'3', N'1', N'admin', N'2019-04-12 18:20:02.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3c209b31417aba7cd5663355611d12c5', N'36d57175542a3ea85073923e8fccc21c', N'羊毛衫及毛背心类', N'3', NULL, N'3', N'1', N'admin', N'2019-04-23 23:03:27.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fbc03d6c994ae06d083751248037c0e', N'78bda155fe380b1b3f175f1e88c284c6', N'已完成', N'3', N'已完成', N'3', N'1', N'admin', N'2019-05-09 16:33:25.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41d7aaa40c9b61756ffb1f28da5ead8e', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通知公告', N'1', NULL, N'1', N'1', N'admin', N'2019-04-22 18:01:57.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41fa1e9571505d643aea87aeb83d4d76', N'4e4602b3e3686f0911384e188dc7efb4', N'等于', N'=', N'等于', N'4', N'1', N'admin', N'2019-04-01 16:45:24.0000000', N'admin', N'2019-04-01 17:49:00.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4d7bcaf63f274e262c8e919470e47e5f', N'20863a840c7622c3eab0ee69e55a8c7c', N'同意', N'同意', N'同意', N'1', N'1', N'admin', N'2019-05-15 11:04:31.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f05fb5376f4c61502c5105f52e4dd2b', N'83bfb33147013cc81640d5fd9eda030c', N'操作日志', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:49.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50223341bfb5ba30bf6319789d8d17fe', N'd6e1152968b02d69ff358c75b48a6ee1', N'业务办理', N'business', NULL, N'3', N'1', N'admin', N'2023-04-22 19:28:05.0000000', N'admin', N'2019-03-22 23:24:39.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'538fca35afe004972c5f3947c039e766', N'2e02df51611a4b9632828ab7e5338f00', N'显示', N'1', N'显示', N'1', N'1', N'admin', N'2025-03-26 18:27:13.0000000', N'admin', N'2019-04-26 18:39:07.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5584c21993bde231bbde2b966f2633ac', N'4e4602b3e3686f0911384e188dc7efb4', N'自定义SQL', N'USE_SQL_RULES', N'自定义SQL表达式', N'9', N'1', N'admin', N'2019-04-01 10:45:24.0000000', N'admin', N'2019-04-01 17:49:27.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'56b9f1c6364c775236e1aa16ff97afae', N'20863a840c7622c3eab0ee69e55a8c7c', N'不同意', N'不同意', N'不同意', N'6', N'1', N'admin', N'2019-05-15 11:07:17.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'58b73b344305c99b9d8db0fc056bbc0a', N'72cce0989df68887546746d8f09811aa', N'主表', N'2', NULL, N'2', N'1', N'admin', N'2019-03-27 10:13:36.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'598380c65be4568b6ad507e563aba667', N'76c1d6755018a918c9eeda575dbf3f98', N'包', N'8', NULL, N'8', N'1', N'admin', N'2019-04-23 23:01:58.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5b65a88f076b32e8e69d19bbaadb52d5', N'2f0320997ade5dd147c90130f7218c3e', N'全体用户', N'ALL', NULL, NULL, N'1', N'admin', N'2020-10-17 21:22:43.0000000', N'admin', N'2019-03-28 22:17:09.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d833f69296f691843ccdd0c91212b6b', N'880a895c98afeca9d9ac39f29e67c13e', N'修改', N'3', N'', N'3', N'1', N'admin', N'2019-07-22 10:55:07.0000000', N'admin', N'2019-07-22 10:55:41.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d84a8634c8fdfe96275385075b105c9', N'3d9a351be3436fbefb1307d4cfb49bf2', N'女', N'2', NULL, N'2', N'1', NULL, N'2019-01-04 14:56:56.0000000', NULL, N'2019-01-04 17:38:12.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66c952ae2c3701a993e7db58f3baf55e', N'4e4602b3e3686f0911384e188dc7efb4', N'大于', N'>', N'大于', N'1', N'1', N'admin', N'2019-04-01 10:45:46.0000000', N'admin', N'2019-04-01 17:48:29.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69cacf64e244100289ddd4aa9fa3b915', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'未发送', N'0', NULL, N'1', N'1', N'admin', N'2019-04-12 18:19:23.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a7a9e1403a7943aba69e54ebeff9762', N'4f69be5f507accea8d5df5f11346181a', N'邮件', N'2', N'', N'2', N'1', N'admin', N'2031-02-28 10:50:44.0000000', N'admin', N'2019-04-28 10:59:03.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c682d78ddf1715baf79a1d52d2aa8c2', N'72cce0989df68887546746d8f09811aa', N'单表', N'1', NULL, N'1', N'1', N'admin', N'2019-03-27 10:13:29.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d404fd2d82311fbc87722cd302a28bc', N'4e4602b3e3686f0911384e188dc7efb4', N'模糊', N'LIKE', N'模糊', N'7', N'1', N'admin', N'2019-04-01 16:46:02.0000000', N'admin', N'2019-04-01 17:49:20.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d4e26e78e1a09699182e08516c49fc4', N'4d7fec1a7799a436d26d02325eff295e', N'高', N'H', N'高', N'1', N'1', N'admin', N'2019-04-16 17:04:24.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6e65c7d1cb1a433b5cccc2e072f6c536', N'76c1d6755018a918c9eeda575dbf3f98', N'双', N'4', NULL, N'4', N'1', N'admin', N'2019-04-23 23:01:10.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7050c1522702bac3be40e3b7d2e1dfd8', N'c5a14c75172783d72cbee6ee7f5df5d1', N'柱状图', N'bar', NULL, N'1', N'1', N'admin', N'2019-04-12 17:05:17.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'71b924faa93805c5c1579f12e001c809', N'd6e1152968b02d69ff358c75b48a6ee1', N'OA办公', N'oa', NULL, N'2', N'1', N'admin', N'2021-03-22 19:27:17.0000000', N'admin', N'2019-03-22 23:24:36.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75b260d7db45a39fc7f21badeabdb0ed', N'c36169beb12de8a71c8683ee7c28a503', N'不启用', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:41.0000000', N'admin', N'2019-03-18 23:29:54.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7688469db4a3eba61e6e35578dc7c2e5', N'c36169beb12de8a71c8683ee7c28a503', N'启用', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:28.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78ea6cadac457967a4b1c4eb7aaa418c', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:28.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ccf7b80c70ee002eceb3116854b75cb', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'按钮权限', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:40.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81fb2bb0e838dc68b43f96cc309f8257', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:37.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'83250269359855501ec4e9c0b7e21596', N'4274efc2292239b6f000b153f50823ff', N'可见/可访问(授权后可见/可访问)', N'1', N'', N'1', N'1', N'admin', N'2023-06-10 17:54:51.0000000', N'admin', N'2019-06-05 19:43:11.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84778d7e928bc843ad4756db1322301f', N'4e4602b3e3686f0911384e188dc7efb4', N'大于等于', N'>=', N'大于等于', N'5', N'1', N'admin', N'2019-04-01 10:46:02.0000000', N'admin', N'2019-04-01 17:49:05.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'848d4da35ebd93782029c57b103e5b36', N'c5a14c75172783d72cbee6ee7f5df5d1', N'饼图', N'pie', NULL, N'3', N'1', N'admin', N'2019-04-12 17:05:49.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84dfc178dd61b95a72900fcdd624c471', N'78bda155fe380b1b3f175f1e88c284c6', N'处理中', N'2', N'处理中', N'2', N'1', N'admin', N'2019-05-09 16:33:01.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'86f19c7e0a73a0bae451021ac05b99dd', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'子菜单', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:27.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8bccb963e1cd9e8d42482c54cc609ca2', N'4f69be5f507accea8d5df5f11346181a', N'微信', N'3', NULL, N'3', N'1', N'admin', N'2021-05-11 14:29:12.0000000', N'admin', N'2019-04-11 14:29:31.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8c618902365ca681ebbbe1e28f11a548', N'4c753b5293304e7a445fd2741b46529d', N'启用', N'1', NULL, N'0', N'0', N'admin', N'2019-03-18 23:19:27.0000000', N'admin', N'2019-03-20 09:33:30.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cdf08045056671efd10677b8456c999', N'4274efc2292239b6f000b153f50823ff', N'可编辑(未授权时禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-05-10 17:55:38.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff48e657a7c5090d4f2a59b37d1b878', N'4d7fec1a7799a436d26d02325eff295e', N'中', N'M', N'中', N'2', N'1', N'admin', N'2019-04-16 17:04:40.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'948923658baa330319e59b2213cda97c', N'880a895c98afeca9d9ac39f29e67c13e', N'添加', N'2', N'', N'2', N'1', N'admin', N'2019-07-22 10:54:59.0000000', N'admin', N'2019-07-22 10:55:36.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', N'4c753b5293304e7a445fd2741b46529d', N'不启用', N'0', NULL, N'1', N'1', N'admin', N'2019-03-18 23:19:53.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9c5b6144c4f954d938c96384e2e948aa', N'20863a840c7622c3eab0ee69e55a8c7c', N'请审批', N'请审批', N'请审批', N'8', N'1', N'admin', N'2019-05-15 11:08:35.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a05f177a7d9aeb84125ee8bc9c4fc64b', N'49a0f7247f9c2a7df4e5733b790a4c9f', N'耐克供应商', N'2', NULL, N'1', N'1', N'admin', N'2023-01-24 16:49:39.0000000', N'admin', N'2019-04-24 16:49:59.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1e7d1ca507cff4a480c8caba7c1339e', N'880a895c98afeca9d9ac39f29e67c13e', N'导出', N'6', N'', N'6', N'1', N'admin', N'2019-07-22 12:06:50.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2be752dd4ec980afaec1efd1fb589af', N'8dfe32e2d29ea9430a988b3b558bf233', N'已撤销', N'2', N'已撤销', N'3', N'1', N'admin', N'2019-04-16 17:41:39.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa0d8a8042a18715a17f0a888d360aa4', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'一级菜单', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:24:52.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'adcf2a1fe93bb99a84833043f475fe0b', N'4e4602b3e3686f0911384e188dc7efb4', N'包含', N'IN', N'包含', N'8', N'1', N'admin', N'2019-04-01 16:45:47.0000000', N'admin', N'2019-04-01 17:49:24.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b029a41a851465332ee4ee69dcf0a4c2', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'系统消息', N'2', NULL, N'1', N'1', N'admin', N'2019-02-22 18:02:08.0000000', N'admin', N'2019-04-22 18:02:13.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b038e6f80c527d684c9ca0e1ecbef72f', N'49a0f7247f9c2a7df4e5733b790a4c9f', N'阿迪供应商', N'1', NULL, N'1', N'1', N'admin', N'2023-01-24 16:49:34.0000000', N'admin', N'2019-04-24 16:50:02.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b2a8b4bb2c8e66c2c4b1bb086337f393', N'3486f32803bb953e7155dab3513dc68b', N'正常', N'0', NULL, NULL, N'1', N'admin', N'2022-10-18 21:46:48.0000000', N'admin', N'2019-03-28 22:22:20.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f3bd5f66bb9a83fecd89228c0d93d1', N'68168534ff5065a152bfab275c2136f8', N'无效', N'0', N'无效', N'2', N'1', N'admin', N'2020-09-26 19:21:49.0000000', N'admin', N'2019-05-13 17:20:07.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b96af20aef0c9388f2ae843ea7f8d722', N'20863a840c7622c3eab0ee69e55a8c7c', N'请***阅示', N'请***阅示', N'请***阅示', N'4', N'1', N'admin', N'2019-05-15 11:06:25.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9fbe2a3602d4a27b45c100ac5328484', N'78bda155fe380b1b3f175f1e88c284c6', N'待提交', N'1', N'待提交', N'1', N'1', N'admin', N'2019-05-09 16:32:35.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba27737829c6e0e582e334832703d75e', N'236e8a4baff0db8c62c00dd95632834f', N'同步', N'1', N'同步', N'1', N'1', N'admin', N'2019-05-15 15:28:15.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcec04526b04307e24a005d6dcd27fd6', N'880a895c98afeca9d9ac39f29e67c13e', N'导入', N'5', N'', N'5', N'1', N'admin', N'2019-07-22 12:06:41.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bdeae295bf98a61b45e9be0322657d4b', N'c72e92c2c13cdbc07b455e6abcc60d47', N'不启动', N'2', NULL, N'1', N'1', N'admin', N'2019-04-23 23:05:57.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c4896da3525689b477b3c868d728c87f', N'c72e92c2c13cdbc07b455e6abcc60d47', N'启动', N'1', NULL, N'1', N'1', N'admin', N'2019-04-23 23:05:40.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c53da022b9912e0aed691bbec3c78473', N'880a895c98afeca9d9ac39f29e67c13e', N'查询', N'1', N'', N'1', N'1', N'admin', N'2019-07-22 10:54:51.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c83d907903a7a5ff52de60aabf3550ee', N'76c1d6755018a918c9eeda575dbf3f98', N'件', N'1', NULL, N'1', N'1', N'admin', N'2018-12-23 23:00:17.0000000', N'admin', N'2019-04-23 23:14:00.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c8e63916333e588ef52d3eb3be9b6944', N'0b1dac3e87ed7229ae19a586a8b8c8f8', N'dd', N'dd', NULL, N'1', N'1', N'admin', N'2019-04-26 18:26:07.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c9c3fb6c8a06b7bf577b4f574adccd12', N'20863a840c7622c3eab0ee69e55a8c7c', N'请指示', N'请指示', N'请指示', N'3', N'1', N'admin', N'2019-05-15 11:05:58.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbfcc5b88fc3a90975df23ffc8cbe29c', N'c5a14c75172783d72cbee6ee7f5df5d1', N'曲线图', N'line', NULL, N'2', N'1', N'admin', N'2019-05-12 17:05:30.0000000', N'admin', N'2019-04-12 17:06:06.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd217592908ea3e00ff986ce97f24fb98', N'c5a14c75172783d72cbee6ee7f5df5d1', N'数据列表', N'table', NULL, N'4', N'1', N'admin', N'2019-04-12 17:05:56.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd76e35d4fa1c2892ff812e1de08b8684', N'36d57175542a3ea85073923e8fccc21c', N'标准尺码类', N'4', NULL, N'4', N'1', N'admin', N'2019-04-23 23:03:37.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'da01e5c526fc1984ca60fdcf13354d05', N'20863a840c7622c3eab0ee69e55a8c7c', N'同意***的意见', N'同意***的意见', N'同意***的意见', N'2', N'1', N'admin', N'2019-05-15 11:05:33.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'db681e7aabd2ff52fdfaf6c2770448ff', N'76c1d6755018a918c9eeda575dbf3f98', N'套', N'2', NULL, N'2', N'1', N'admin', N'2019-04-23 23:00:32.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df168368dcef46cade2aadd80100d8aa', N'3d9a351be3436fbefb1307d4cfb49bf2', N'男', N'1', N'', N'1', N'1', NULL, N'2027-08-04 14:56:49.0000000', N'admin', N'2020-05-11 14:07:04.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e05d424ee35c707d7bc20de3719fb3ae', N'76c1d6755018a918c9eeda575dbf3f98', N'块', N'7', NULL, N'7', N'1', N'admin', N'2019-01-23 23:01:36.0000000', N'admin', N'2019-04-23 23:01:48.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e6329e3a66a003819e2eb830b0ca2ea0', N'4e4602b3e3686f0911384e188dc7efb4', N'小于', N'<', N'小于', N'2', N'1', N'admin', N'2019-04-01 16:44:15.0000000', N'admin', N'2019-04-01 17:48:34.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e8f34a36f38f35e2efb1aaa342509242', N'78bda155fe380b1b3f175f1e88c284c6', N'已挂起', N'5', N'已挂起', N'5', N'1', N'admin', N'2019-05-23 16:12:42.0000000', N'admin', N'2019-05-22 18:39:42.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e94eb7af89f1dbfa0d823580a7a6e66a', N'236e8a4baff0db8c62c00dd95632834f', N'不同步', N'0', N'不同步', N'2', N'1', N'admin', N'2019-05-15 15:28:28.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ecb788a9b71d3d11357c31a0febefaaa', N'36d57175542a3ea85073923e8fccc21c', N'男衬衫类', N'2', NULL, N'2', N'1', N'admin', N'2019-04-23 23:03:18.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f16c5706f3ae05c57a53850c64ce7c45', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送成功', N'1', NULL, N'2', N'1', N'admin', N'2019-04-12 18:19:43.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2688992fffa5c62e31ce50bbb1919d9', N'20863a840c7622c3eab0ee69e55a8c7c', N'审核无误', N'审核无误', N'审核无误', N'9', N'1', N'admin', N'2019-05-15 11:08:58.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2bda3b1ca643b789a2e712ad53b06fb', N'36d57175542a3ea85073923e8fccc21c', N'固定型号', N'5', NULL, N'5', N'1', N'admin', N'2019-04-23 23:03:47.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f37f90c496ec9841c4c326b065e00bb2', N'83bfb33147013cc81640d5fd9eda030c', N'登录日志', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:37.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f64ca22c7a2d5793a271590e7b01eb6b', N'76c1d6755018a918c9eeda575dbf3f98', N'个', N'5', NULL, N'6', N'1', N'admin', N'2019-04-23 23:01:21.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f753aff60ff3931c0ecb4812d8b5e643', N'4c03fca6bf1f0299c381213961566349', N'双排布局', N'double', NULL, N'3', N'1', N'admin', N'2019-04-12 17:43:51.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f80a8f6838215753b05e1a5ba3346d22', N'880a895c98afeca9d9ac39f29e67c13e', N'删除', N'4', N'', N'4', N'1', N'admin', N'2019-07-22 10:55:14.0000000', N'admin', N'2019-07-22 10:55:30.0000000') +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fb80836f3e69d977303e56023cf4b0ca', N'20863a840c7622c3eab0ee69e55a8c7c', N'请处理', N'请处理', N'请处理', N'5', N'1', N'admin', N'2019-05-15 11:06:57.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fcec03570f68a175e1964808dc3f1c91', N'4c03fca6bf1f0299c381213961566349', N'Tab风格', N'tab', NULL, N'1', N'1', N'admin', N'2019-04-12 17:43:31.0000000', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe50b23ae5e68434def76f67cef35d2d', N'78bda155fe380b1b3f175f1e88c284c6', N'已作废', N'4', N'已作废', N'4', N'1', N'admin', N'2021-09-09 16:33:43.0000000', N'admin', N'2019-05-09 16:34:40.0000000') +GO + + +-- ---------------------------- +-- Table structure for jimu_report +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report] +GO + +CREATE TABLE [dbo].[jimu_report] ( + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [note] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [status] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [json_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [thumb] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [del_flag] tinyint NULL, + [api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [api_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [template] tinyint NULL, + [view_count] bigint NULL, + [css_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [js_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'说明', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'note' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'状态', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'status' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'类型', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'json字符串', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'json_str' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求地址', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'api_url' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'缩略图', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'thumb' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'删除标识0-正常,1-已删除', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'del_flag' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求方法0-get,1-post', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'api_method' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'api_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'是否是模板 0-是,1-不是', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'template' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'浏览次数', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'view_count' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'css增强', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'css_str' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'js增强', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'js_str' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'多租户标识', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report', +'COLUMN', N'tenant_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'在线excel设计器', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report' +GO + + +-- ---------------------------- +-- Records of jimu_report +-- ---------------------------- +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1298922907493339136', N'20200827180435', N'员工信息横向统计表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":3,"width":100,"height":25},"excel_config_id":"1298922907493339136","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"1":{"cells":{"0":{"text":"员工信息横向统计表","style":9,"merge":[0,11]}},"height":97},"2":{"cells":{"1":{"text":"部门","style":7},"2":{"text":"#{hex.customGroup(department)}","style":11,"direction":"right","rendered":""}},"isDrag":true,"height":40},"3":{"cells":{"1":{"text":"学历","style":7},"2":{"text":"#{hex.customGroup(education)}","style":11,"direction":"right"}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":"性别","style":7},"2":{"text":"#{hex.customGroup(sex)}","style":11,"direction":"right"}},"isDrag":true,"height":41},"5":{"cells":{"1":{"text":"年龄","style":7},"2":{"text":"#{hex.customGroup(age)}","style":11}},"isDrag":true,"height":39},"6":{"cells":{"1":{"text":"姓名","style":7},"2":{"text":"#{hex.customGroup(name)}","style":11,"direction":"right"}},"isDrag":true,"height":40},"7":{"cells":{"1":{"text":"薪水","style":7},"2":{"text":"#{hex.customGroup(salary)}","style":11,"direction":"right"}},"isDrag":true,"height":36},"8":{"cells":{"2":{"direction":"right"}},"isDrag":true},"9":{"cells":{"3":{"aggregate":"group","direction":"right"}},"isDrag":true},"11":{"cells":{},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":204,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":14}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"align":"center","font":{"bold":true,"size":14,"name":"宋体"}},{"align":"center","font":{"bold":false,"size":14,"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"},"align":"center"}],"validations":[],"cols":{"0":{"width":44},"1":{"width":79},"2":{"width":81},"len":50},"merges":["A2:L2"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210127135515_1611726986233.png', N'admin', N'2020-08-27 18:04:35.0000000', N'admin', N'2021-08-04 18:53:48.0000000', N'0', NULL, NULL, N'1', N'2575', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1314846205892759552', N'20201010163252', N'XXX有限公司员工登记表', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":33,"sci":12,"eri":33,"eci":12,"width":100,"height":25},"excel_config_id":"1314846205892759552","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,8]},"10":{}},"height":22},"1":{"cells":{"2":{"style":87,"text":" "},"3":{"style":87,"text":" "},"4":{"style":87,"text":" "},"5":{"style":87,"text":" "},"6":{"style":87,"text":" "},"7":{"style":87,"text":" "},"8":{"style":87,"text":" "},"9":{"style":87,"text":" "}},"height":24},"2":{"cells":{"1":{"text":"所在部门","style":93},"2":{"text":"${yuangongjiben.department}","style":23,"merge":[0,2]},"5":{"text":"职务","style":93},"6":{"text":"${yuangongjiben.post}","style":23},"7":{"text":"填写日期","style":93},"8":{"text":"${yuangongjiben.data}","style":23,"merge":[0,1]}},"isDrag":true,"height":36},"3":{"cells":{"1":{"text":"姓名","style":93},"2":{"text":"${yuangongjiben.name}","style":23},"3":{"text":"性别","style":93},"4":{"text":"${yuangongjiben.sex}","style":23},"5":{"text":"出生日期","style":93},"6":{"text":"${yuangongjiben.birth}","style":23},"7":{"text":"政治面貌","style":93},"8":{"text":"${yuangongjiben.political}","style":26,"merge":[0,1]},"9":{"style":7,"text":" "}},"isDrag":true,"height":33},"4":{"cells":{"1":{"text":"机关","style":93},"2":{"text":"${yuangongjiben.office}","style":23},"3":{"style":93,"text":"民族"},"4":{"text":"${yuangongjiben.nation}","style":23},"5":{"style":93,"text":"健康状况"},"6":{"text":"${yuangongjiben.health}","style":23},"7":{"style":93,"text":"户籍类型"},"8":{"text":"${yuangongjiben.register}","style":26},"9":{"style":35,"text":" ","merge":[3,0],"virtual":"AgnPgVOpFUlD88BW"}},"isDrag":true,"height":31},"5":{"cells":{"1":{"text":"最高学历","style":93},"2":{"text":"${yuangongjiben.education}","style":23},"3":{"text":"所学专业","style":93},"4":{"text":"${yuangongjiben.major}","style":23,"merge":[0,2]},"7":{"text":"毕业时间","style":93},"8":{"text":"${yuangongjiben.gdata}","style":23}},"isDrag":true,"height":35},"6":{"cells":{"1":{"text":"电子邮箱","style":93},"2":{"text":"${yuangongjiben.mailbox}","style":23},"3":{"text":"手机号","style":93},"4":{"text":"${yuangongjiben.telphone}","style":23,"merge":[0,2]},"7":{"text":"家庭电话","style":93},"8":{"text":"${yuangongjiben.homephone}","style":23}},"isDrag":true,"height":38},"7":{"cells":{"1":{"merge":[0,1],"text":"第一次参加工作时间","style":93},"3":{"text":"${yuangongjiben.pworktime}","style":133,"merge":[0,2]},"6":{"style":93,"text":"入职时间"},"7":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,1]}},"isDrag":true,"height":27},"8":{"cells":{"1":{"merge":[0,1],"text":"毕业院校","style":93},"3":{"text":"${yuangongjiben.school}","style":24,"merge":[0,2]},"6":{"style":93,"text":"身份证号"},"7":{"text":"${yuangongjiben.idcard}","style":24,"merge":[0,2]}},"isDrag":true,"height":34},"9":{"cells":{"1":{"merge":[0,1],"text":"入党(团)时间、地点","style":94},"3":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,2]},"6":{"text":"婚姻状况","style":93},"7":{"text":"${yuangongjiben.marital}","style":23},"8":{"text":"有无子女","style":93},"9":{"text":"${yuangongjiben.children}","style":23}},"isDrag":true,"height":33},"10":{"cells":{"1":{"merge":[0,1],"text":"户口所在街道名称","style":93},"3":{"text":"${yuangongjiben.hukoustreet}","style":24,"merge":[0,2]},"6":{"merge":[0,1],"text":"户口所在地邮编","style":93},"8":{"text":"${yuangongjiben.hukounum}","style":23,"merge":[0,1]}},"isDrag":true,"height":38},"11":{"cells":{"1":{"text":"户口所在地地址","style":96,"merge":[2,1]},"3":{"text":"${yuangongjiben.hukoudi}","style":26,"merge":[2,6]}},"isDrag":true},"13":{"cells":{"12":{"text":""}},"isDrag":true},"14":{"cells":{"1":{"merge":[0,1],"text":"现居住地址","style":98},"3":{"text":"${yuangongjiben.currentdi}","style":26,"merge":[0,2]},"6":{"style":98,"merge":[0,1],"text":"现居住地址邮编"},"8":{"text":"${yuangongjiben.currentnum}","style":26,"merge":[0,1]}},"isDrag":true,"height":33},"15":{"cells":{"1":{"merge":[0,1],"text":"是否参加社保","style":98},"3":{"text":"${yuangongjiben.socialsecurity}","style":27,"merge":[0,1]},"5":{"text":"有无公积金","style":98},"6":{"text":"${yuangongjiben.providentfund}","style":27,"merge":[0,1]},"8":{"text":"兴趣爱好","style":98},"9":{"text":"${yuangongjiben.hobby}","style":27}},"isDrag":true,"height":34},"16":{"cells":{"1":{"merge":[0,1],"text":"参加社保类型","style":98},"3":{"text":"${yuangongjiben.sbtype}","style":116,"merge":[0,6]}},"isDrag":true,"height":30},"17":{"cells":{"1":{"merge":[0,1],"text":"个人档案存放地","style":98},"3":{"text":"${yuangongjiben.archivesdi}","style":116,"merge":[0,6]}},"isDrag":true,"height":33},"18":{"cells":{"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"text":" ","style":7}}},"19":{"cells":{"1":{"merge":[0,4],"text":"学历、经历(从高中开始写)","style":99},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"20":{"cells":{"1":{"text":"由_年_月","style":36,"merge":[0,1]},"3":{"merge":[0,1],"text":"至_年_月","style":38},"5":{"merge":[0,1],"text":"就读学校","style":38},"7":{"merge":[0,1],"text":"专业","style":38},"9":{"text":"担任职务","style":38},"10":{"style":66,"text":" "}}},"21":{"cells":{"1":{"style":90,"text":"#{xueli.kdate}","merge":[0,1]},"3":{"style":90,"text":"#{xueli.jdate}","merge":[0,1]},"5":{"style":90,"text":"#{xueli.jstudent}","merge":[0,1]},"7":{"style":90,"text":"#{xueli.zhuanye}","merge":[0,1]},"9":{"style":90,"text":"#{xueli.zhiwu}"},"10":{"style":66,"text":" "}},"isDrag":true},"22":{"cells":{"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"23":{"cells":{"1":{"merge":[0,4],"text":"工作经历","style":124},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}},"height":27},"24":{"cells":{"1":{"text":"由_年_月","style":36,"merge":[0,1]},"3":{"merge":[0,1],"text":"至_年_月","style":38},"5":{"text":"工作单位及职称","style":38,"merge":[0,1]},"7":{"merge":[0,1],"text":"证明人","style":38},"9":{"text":"联系方式","style":38},"10":{"style":66,"text":" "}}},"25":{"cells":{"1":{"text":"#{uu.kdate}","style":90,"merge":[0,1]},"3":{"text":"#{uu.jdate}","style":90,"merge":[0,1]},"5":{"text":"#{uu.jstudent}","style":90,"merge":[0,1]},"7":{"text":"#{uu.zmname}","style":90,"merge":[0,1]},"9":{"text":"#{uu.zmphone}","style":90},"10":{"style":66,"text":" "}},"isDrag":true},"26":{"cells":{"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}}},"27":{"cells":{"1":{"merge":[0,4],"text":"职称/资格、证书","style":125},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":7,"text":" "},"10":{"style":66,"text":" "}},"height":46},"28":{"cells":{"1":{"text":"发证时间","style":36,"merge":[0,1]},"3":{"text":"职称名称","style":38,"merge":[0,1]},"5":{"text":"级别","style":38,"merge":[0,1]},"7":{"text":"发证单位","style":38,"merge":[0,1]},"9":{"text":"备注","style":38},"10":{"style":66,"text":" "}}},"29":{"cells":{"1":{"text":"#{zhengshu.fdate}","style":90,"merge":[0,1]},"3":{"text":"#{zhengshu.zcname}","style":90,"merge":[0,1]},"5":{"text":"#{zhengshu.jibie}","style":90,"merge":[0,1]},"7":{"text":"#{zhengshu.danwei}","style":90,"merge":[0,1]},"9":{"text":"#{zhengshu.beizhu}","style":90},"10":{"style":66,"text":" "}},"isDrag":true},"31":{"cells":{"1":{"merge":[0,8],"text":"家庭成员","style":135},"2":{"style":135,"text":" "},"3":{"style":135,"text":" "},"4":{"style":135,"text":" "},"5":{"style":135,"text":" "},"6":{"style":135,"text":" "},"7":{"style":135,"text":" "},"8":{"style":135,"text":" "},"9":{"style":135,"text":" "}},"height":46},"32":{"cells":{"1":{"style":34,"text":"姓名","merge":[0,1]},"3":{"style":34,"text":"关系","merge":[0,1]},"5":{"style":34,"text":"年龄"},"6":{"style":34,"text":"工作单位","merge":[0,1]},"8":{"style":34,"text":"政治面貌"},"9":{"style":34,"text":"联系电话"}}},"33":{"cells":{"1":{"style":41,"text":"${jtcy.name}","merge":[0,1]},"3":{"style":41,"text":"${jtcy.guanxi}","merge":[0,1]},"5":{"style":41,"text":"${jtcy.age}"},"6":{"style":41,"text":"${jtcy.danwei}","merge":[0,1]},"8":{"style":41,"text":"${jtcy.zzmm}"},"9":{"style":41,"text":"${jtcy.phone}"}}},"35":{"cells":{"1":{"merge":[0,8],"text":"所获奖励","style":135},"2":{"style":135,"text":" "},"3":{"style":135,"text":" "},"4":{"style":135,"text":" "},"5":{"style":135,"text":" "},"6":{"style":135,"text":" "},"7":{"style":135,"text":" "},"8":{"style":135,"text":" "},"9":{"style":135,"text":" "}},"height":50},"36":{"cells":{"1":{"style":34,"text":"时间","merge":[0,2]},"4":{"style":34,"text":"地点","merge":[0,2]},"7":{"style":34,"text":"所获奖励名称","merge":[0,2]}}},"37":{"cells":{"1":{"style":41,"text":"${jiangli.date}","merge":[0,2]},"4":{"style":41,"text":"${jiangli.didian}","merge":[0,2]},"7":{"style":41,"text":"${jiangli.mingcheng}","merge":[0,2]}}},"len":93},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":709,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"name":"仿宋"}},{"font":{"name":"仿宋"}},{"align":"center","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8}},{"align":"center","font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":10}},{"align":"center","font":{"name":"隶书","size":10}},{"font":{"name":"隶书","size":10}},{"align":"center","font":{"name":"华文中宋","size":10}},{"font":{"name":"华文中宋","size":10}},{"align":"center","font":{"name":"Microsoft YaHei","size":10}},{"font":{"name":"Microsoft YaHei","size":10}},{"textwrap":true},{"textwrap":true,"align":"center"},{"textwrap":true,"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":10}},{"font":{"bold":true,"size":10},"align":"center"},{"font":{"bold":true},"align":"center"},{"font":{"bold":true,"size":10},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center"},{"font":{"bold":true,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"}},{"border":{"top":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei"}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei","size":8}},{"align":"center","font":{"name":"Microsoft YaHei","size":9},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei","size":8}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"}},{"border":{"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true}},{"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","bold":true}},{"border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"top":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#ffffff"]}},{"border":{"top":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"left","font":{"name":"宋体"}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","bold":true},"align":"right"},{"font":{"name":"宋体","bold":true},"align":"right","valign":"bottom"},{"font":{"name":"宋体","bold":true},"align":"left","valign":"bottom"},{"font":{"name":"宋体","bold":true},"valign":"bottom"},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"datetime"},{"font":{"name":"宋体","size":10},"format":"datetime"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"normal"},{"font":{"name":"宋体","size":10},"format":"normal"},{"font":{"bold":true},"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}}],"validations":[],"cols":{"0":{"width":19},"1":{"width":71},"2":{"width":69},"3":{"width":89},"4":{"width":64},"5":{"width":47},"6":{"width":68},"7":{"width":100},"8":{"width":70},"9":{"width":102},"10":{"width":10},"11":{"width":85},"len":50},"merges":["B1:J1","C3:E3","I3:J3","I4:J4","J5:J8","E6:G6","E7:G7","B8:C8","D8:F8","H8:I8","B9:C9","D9:F9","H9:J9","B10:C10","D10:F10","B11:C11","D11:F11","G11:H11","I11:J11","B12:C14","D12:J14","B15:C15","D15:F15","G15:H15","I15:J15","B16:C16","D16:E16","G16:H16","B17:C17","D17:J17","B18:C18","D18:J18","B20:F20","B21:C21","D21:E21","F21:G21","H21:I21","B22:C22","D22:E22","F22:G22","H22:I22","B24:F24","B25:C25","D25:E25","F25:G25","H25:I25","B26:C26","D26:E26","F26:G26","H26:I26","B28:F28","B29:C29","D29:E29","F29:G29","H29:I29","B30:C30","D30:E30","F30:G30","H30:I30","B32:J32","B33:C33","D33:E33","G33:H33","B34:C34","D34:E34","G34:H34","B36:J36","B37:D37","E37:G37","H37:J37","B38:D38","E38:G38","H38:J38"],"imgList":[{"row":4,"col":9,"colspan":1,"rowspan":4,"width":"101","height":"128","src":"https://static.jeecg.com/designreport/images/QQ截图20210115102648_1610694177544.png","layer_id":"AgnPgVOpFUlD88BW","offsetX":0,"offsetY":0,"virtualCellRange":[[4,9]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1122_1607312336469.png', N'admin', N'2020-10-10 16:32:53.0000000', N'admin', N'2022-05-11 14:50:17.0000000', N'0', NULL, NULL, N'1', N'738', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1316944968992034816', N'20201016113231', N'员工信息登记', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"1316944968992034816","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"员工信息登记表","merge":[0,6],"style":28}},"height":46},"2":{"cells":{"0":{"text":"编号:","style":29},"1":{"text":"${employee.num}","style":30,"merge":[0,3]},"5":{"text":"填写日期:","style":29},"6":{"text":"${employee.create_time}","style":34,"rendered":""}},"isDrag":true,"height":44},"3":{"cells":{"0":{"text":"姓名:","style":29},"1":{"text":"${employee.name}","style":30},"2":{"text":"性别:","style":29},"3":{"text":"${employee.sex}","style":30},"4":{"text":"出生年月:","style":29},"5":{"text":"${employee.birthday}","style":36},"6":{"style":3,"text":" ","merge":[4,0],"virtual":"8mRFFslT5d0Hfyos"}},"isDrag":true,"height":42},"4":{"cells":{"0":{"text":"民族:","style":29},"1":{"text":"${employee.nation}","style":30},"2":{"text":"政治面貌:","style":29},"3":{"text":"${employee.political}","style":30},"4":{"text":"籍贯:","style":29},"5":{"text":"${employee.native_place}","style":30}},"isDrag":true,"height":38},"5":{"cells":{"0":{"text":"身高(cm):","style":29},"1":{"text":"${employee.height}","style":30},"2":{"text":"体重(kg):","style":29},"3":{"text":"${employee.weight}","style":30},"4":{"text":"健康状况:","style":29},"5":{"text":"${employee.health}","style":30}},"isDrag":true,"height":38},"6":{"cells":{"0":{"text":"身份证号:","style":29},"1":{"text":"${employee.id_card}","style":30,"merge":[0,2]},"4":{"text":"学历:","style":29},"5":{"text":"${employee.education}","style":30}},"isDrag":true,"height":40},"7":{"cells":{"0":{"text":"毕业学校:","style":29},"1":{"text":"${employee.school}","style":30,"merge":[0,2]},"4":{"text":"专业:","style":29},"5":{"text":"${employee.major}","style":30}},"isDrag":true,"height":44},"8":{"cells":{"0":{"text":"联系地址:","style":29},"1":{"text":"${employee.address}","style":30,"merge":[0,2]},"4":{"text":"邮编:","style":29},"5":{"text":"${employee.zip_code}","style":30,"merge":[0,1]}},"isDrag":true,"height":45},"9":{"cells":{"0":{"text":"Email:","style":29},"1":{"text":"${employee.email}","style":30,"merge":[0,2]},"4":{"text":"手机号:","style":29},"5":{"text":"${employee.phone}","style":30,"merge":[0,1]}},"isDrag":true,"height":40},"10":{"cells":{"0":{"text":"外语语种:","style":29},"1":{"text":"${employee.foreign_language}","style":30},"2":{"text":"外语水平:","style":29},"3":{"text":"${employee.foreign_language_level}","style":30},"4":{"text":"计算机水平:","style":29},"5":{"text":"${employee.computer_level}","style":30,"merge":[0,1]}},"isDrag":true,"height":41},"11":{"cells":{"0":{"text":"毕业时间:","style":29},"1":{"text":"${employee.graduation_time}","style":34,"rendered":""},"2":{"text":"到职时间:","style":29},"3":{"text":"${employee.arrival_time}","style":34},"4":{"text":"职称:","style":29},"5":{"text":"${employee.positional_titles}","style":30,"merge":[0,1]}},"isDrag":true,"height":42},"12":{"cells":{"0":{"text":"教育经历:","style":32},"1":{"text":" ","style":35,"merge":[0,5]}},"isDrag":true,"height":39},"13":{"cells":{"0":{"text":"${employee.education_experience}","style":33,"merge":[0,6]}},"isDrag":true,"height":70},"14":{"cells":{"0":{"text":"工作经历:","style":32},"1":{"merge":[0,5],"style":30,"text":" "}},"height":43},"15":{"cells":{"0":{"text":"${employee.work_experience}","style":30,"merge":[0,6]}},"isDrag":true,"height":61},"17":{"cells":{"1":{"text":" ","style":37}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1"],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":710,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"right"},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false,"name":"宋体"}},{"font":{"bold":false,"name":"宋体"}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"normal"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date"},{"format":"date2"},{"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"time"},{"font":{"name":"宋体"},"format":"normal"}],"validations":[],"cols":{"0":{"width":64},"1":{"width":118},"2":{"width":71},"3":{"width":115},"4":{"width":83},"5":{"width":123},"6":{"width":136},"7":{"width":1},"len":100},"merges":["A2:G2","B3:E3","G4:G8","B7:D7","B8:D8","B9:D9","F9:G9","B10:D10","F10:G10","F11:G11","F12:G12","B13:G13","A14:G14","B15:G15","A16:G16"],"imgList":[{"row":3,"col":6,"colspan":1,"rowspan":5,"width":"135","height":"201","src":"https://static.jeecg.com/designreport/images/QQ截图20210115102648_1610677626114.png","layer_id":"8mRFFslT5d0Hfyos","offsetX":0,"offsetY":0,"virtualCellRange":[[3,6]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1133_1607312428261.png', N'admin', N'2020-10-16 11:32:32.0000000', N'admin', N'2023-09-09 00:18:18.0000000', N'1', NULL, NULL, N'0', N'13307', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1331429368098066432', N'20201125104813', N'制作业产能监控大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":2,"col":5,"colspan":8,"rowspan":8,"width":"893","height":"206","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"计划生产\",\"实际完成量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":56,\"left\":34,\"bottom\":37,\"right\":53},\"series\":[{\"barWidth\":8,\"itemStyle\":{\"color\":\"#70BDD1\"},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"计划生产\",\"data\":[100,130,1400,108,200,130,160,180,200,300,110,120,130,140,150,100,100,100,100,100,200,300,110,120,130,140,105,120,150,100],\"typeData\":[{\"name\":\"实际完成量\",\"type\":\"line\"}]},{\"itemStyle\":{\"color\":\"#D69071\"},\"symbolSize\":8,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"实际完成量\",\"data\":[100,130,140,108,200,130,160,180,200,300,110,120,130,140,150,100,100,100,100,100,200,300,110,120,130,140,105,120,150,100],\"typeData\":[{\"name\":\"实际完成量\",\"type\":\"line\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"center\",\"show\":true,\"text\":\"日生产效率监控\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331474698436915202","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"rishengchan","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5"},"layer_id":"Or4klM9AZS51JMuK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,5],[2,6],[2,7],[2,8],[2,9],[2,10],[2,11],[2,12]]},{"row":2,"col":1,"colspan":4,"rowspan":9,"width":"459","height":"214","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"ARD\",\"RLD\",\"LCL\",\"ULC\",\"SQPS\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"计划值\",\"完成值\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":55,\"left\":42,\"bottom\":42,\"right\":42},\"series\":[{\"barWidth\":9,\"data\":[1000,1300,1400,1080,1000],\"name\":\"计划值\",\"itemStyle\":{\"color\":\"#216055\",\"barBorderRadius\":13},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":9,\"data\":[1300,1600,1800,1500,1200],\"name\":\"完成值\",\"itemStyle\":{\"color\":\"#287E75\",\"barBorderRadius\":13},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"center\",\"show\":true,\"text\":\"指标计划值和完成值\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331447376279285762","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"jihua","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"VbAARZSMlEAikJif","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,1],[2,2],[2,3],[2,4]]},{"row":11,"col":1,"colspan":3,"rowspan":6,"width":"297","height":"148","config":"{\"series\":[{\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":80}],\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(183,243,214,1)\"],[0.8,\"rgba(232,240,61,1)\"],[1,\"rgba(64,150,241,1)\"]]}},\"name\":\"\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":8},\"itemStyle\":{\"color\":\"#D0D2D3\"},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"type\":\"gauge\",\"radius\":\"79%\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"}},\"axisLine_lineStyle_color\":[[0.2,\"rgba(183,243,214,1)\"],[0.8,\"rgba(232,240,61,1)\"],[1,\"rgba(64,150,241,1)\"]]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"上海\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331491194517106690","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bing1","chartType":"gauge.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"lNI3TJORqfhUpaK2","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,1],[11,2],[11,3]]},{"row":11,"col":4,"colspan":3,"rowspan":6,"width":"354","height":"147","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"完成率\",\"value\":60}],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#D0D2D3\"},\"type\":\"gauge\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(128,211,243,1)\"],[0.8,\"rgba(64,246,66,1)\"],[1,\"rgba(237,56,247,1)\"]]}},\"name\":\"\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":8},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"axisLine_lineStyle_color\":[[0.2,\"rgba(128,211,243,1)\"],[0.8,\"rgba(64,246,66,1)\"],[1,\"rgba(237,56,247,1)\"]],\"radius\":\"79%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"北京\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331493951013695490","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bing2","chartType":"gauge.simple180","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"M3GodY7v2JCBfnGC","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,4],[11,5],[11,6]]},{"row":11,"col":7,"colspan":4,"rowspan":6,"width":"396","height":"151","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#D0D2D3\"},\"type\":\"gauge\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"rgba(45,140,240,1)\"],[0.8,\"rgba(237,203,102,1)\"],[1,\"#C23531\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":8},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"79%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"深圳\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartType":"gauge.simple180"},"layer_id":"xyRbp6UANWOKoRvq","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,7],[11,8],[11,9],[11,10]]},{"row":11,"col":11,"colspan":2,"rowspan":6,"width":"296","height":"148","config":"{\"series\":[{\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":50}],\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":8},\"itemStyle\":{\"color\":\"#D0D2D3\"},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"14\"}},\"type\":\"gauge\",\"radius\":\"78%\",\"title\":{\"show\":false,\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":20,\"shadowColor\":\"#000\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"上海\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartType":"gauge.simple"},"layer_id":"19iwE10hJoRRKvbh","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[11,11],[11,12]]},{"row":17,"col":10,"colspan":3,"rowspan":8,"width":"400","height":"220","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"制冷剂\",\"冷凝机\",\"电机\",\"压缩机\",\"分离机\",\"电动机\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":45,\"left\":34,\"bottom\":44,\"right\":26},\"series\":[{\"barWidth\":14,\"data\":[14,10,8,2,0,0],\"showBackground\":true,\"name\":\"\",\"backgroundStyle\":{\"color\":\"#C6C4C4\"},\"itemStyle\":{\"barBorderRadius\":6,\"color\":\"#EDCB66\"},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各机型已开工天数\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"center\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331486475245629441","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"kaigong","chartType":"bar.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"ZT3srpW2drL8WBl1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[17,10],[17,11],[17,12]]},{"row":17,"col":1,"colspan":10,"rowspan":8,"width":"959","height":"217","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":60,\"left\":35,\"bottom\":43,\"right\":35},\"series\":[{\"areaStyle\":{\"color\":\"#4D9F78\",\"opacity\":0.2},\"data\":[100,75,40,58,40,30,60,80,20,30,10,50,80,40,50,100,100,100,100,80,90,30,10,50,70,80,95,80,80,90],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#3B816C\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"日生产计划完成率\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331483873661464578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wanchenglv","chartType":"line.area","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"0Nsiok8oY1DR0gRU","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[17,1],[17,2],[17,3],[17,4],[17,5],[17,6],[17,7],[17,8],[17,9]]}],"area":{"sri":1,"sci":2,"eri":1,"eci":2,"width":100,"height":43},"excel_config_id":"1331429368098066432","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":" "},"1":{"text":"制作业产能监控大屏","merge":[0,11],"style":44}},"height":60},"1":{"cells":{"0":{"text":" "}},"height":43},"2":{"cells":{"1":{"text":" ","virtual":"VbAARZSMlEAikJif"},"2":{"text":" ","virtual":"VbAARZSMlEAikJif"},"3":{"text":" ","virtual":"VbAARZSMlEAikJif"},"4":{"text":" ","virtual":"VbAARZSMlEAikJif"},"5":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"6":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"7":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"8":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"9":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"10":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"11":{"text":" ","virtual":"Or4klM9AZS51JMuK"},"12":{"text":" ","virtual":"Or4klM9AZS51JMuK"}},"height":24},"3":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"4":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"5":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"6":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"12":{"text":" "}},"height":25},"7":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":23},"8":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":20},"9":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"10":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"11":{"cells":{"0":{"text":" "},"1":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"2":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"3":{"text":" ","virtual":"lNI3TJORqfhUpaK2"},"4":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"5":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"6":{"text":" ","virtual":"M3GodY7v2JCBfnGC"},"7":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"8":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"9":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"10":{"text":" ","virtual":"xyRbp6UANWOKoRvq"},"11":{"text":" ","virtual":"19iwE10hJoRRKvbh"},"12":{"text":" ","virtual":"19iwE10hJoRRKvbh"}},"height":20},"12":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":25},"13":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}},"height":31},"14":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"15":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"16":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"17":{"cells":{"0":{"text":" "},"1":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"2":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"3":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"4":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"5":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"6":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"7":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"8":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"9":{"text":" ","virtual":"0Nsiok8oY1DR0gRU"},"10":{"text":" ","virtual":"ZT3srpW2drL8WBl1"},"11":{"text":" ","virtual":"ZT3srpW2drL8WBl1"},"12":{"text":" ","virtual":"ZT3srpW2drL8WBl1"}},"height":37},"18":{"cells":{"0":{"text":" "},"1":{"style":34,"text":" ","virtual":"qBhmWa1xF5KaKC1K"},"2":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"3":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"4":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"5":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"6":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"7":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"8":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"9":{"text":" ","style":34,"virtual":"qBhmWa1xF5KaKC1K"},"10":{"style":32,"text":" ","virtual":"870QQK6Jl1k12wty"},"11":{"text":" ","style":32,"virtual":"870QQK6Jl1k12wty"},"12":{"text":" ","style":32,"virtual":"870QQK6Jl1k12wty"}},"height":33},"19":{"cells":{"0":{"text":" "},"1":{"text":" ","style":17,"virtual":"qBhmWa1xF5KaKC1K"},"10":{"text":" ","style":17,"virtual":"870QQK6Jl1k12wty"}}},"20":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"21":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"22":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"23":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"24":{"cells":{"0":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"25":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"26":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"27":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"28":{"cells":{"0":{"text":" "},"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1442,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606963700202.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"name":"宋体"}},{"align":"center","font":{"size":16,"name":"黑体"}},{"align":"center","font":{"size":16,"name":"宋体","bold":true}},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"name":"宋体","bold":false}},{"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体"},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":12},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":12},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":10.5}},{"align":"center","font":{"name":"宋体","size":10.5},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5},"color":"#000100"},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"name":"宋体","size":10.5}},{"font":{"name":"宋体","size":10.5}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true}},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#000100"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":"104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":"104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":"#104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":"#104c7e"},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff","bgcolor":""},{"align":"center","font":{"name":"宋体","size":10.5,"bold":true},"color":"#ffffff","bgcolor":""},{"align":"center","font":{"size":16,"name":"宋体","bold":true},"color":"#ffffff"},{"align":"center","font":{"size":16,"name":"宋体","bold":true},"color":"#ffffff","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"cols":{"0":{"width":80},"4":{"width":161},"12":{"width":201},"len":50},"merges":["B1:M1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201125133720_1606306665506.png', N'admin', N'2020-11-25 10:48:14.0000000', N'admin', N'2022-04-30 16:46:14.0000000', N'0', NULL, NULL, N'1', N'13312', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1331503965770223616', N'20201125155042', N'房屋销售综合展示大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":13,"colspan":4,"rowspan":6,"width":"323","height":"148","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":34,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"高层\",\"小高层\",\"写字楼\",\"厂房\",\"公寓\",\"别墅\",\"厂房\",\"四合院\",\"loft\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":50,\"left\":30,\"bottom\":44,\"right\":24},\"series\":[{\"areaStyle\":null,\"data\":[20,25,10,5,9,1,5,1,20],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#D04672\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"房形分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331922734933987329","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"fangyuan","chartType":"line.smooth","isTiming":true,"intervalTime":"5"},"layer_id":"nk6I2RCefm9scS1k","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15]]},{"row":2,"col":1,"colspan":3,"rowspan":14,"width":"337","height":"342","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"缤纷南郡\",\"中航华府\",\"3中家属楼\",\"幸福家园\",\"水晶国际\",\"绿城小区\",\"缤纷南郡二期\",\"国奥家园\",\"西西胡同\",\"融创学府\",\"蓝湾国际\",\"广发小区\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":71,\"bottom\":39,\"right\":29},\"series\":[{\"barWidth\":13,\"data\":[2,2,2,3,4,3,3,5,2,7,4,8],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#67994B\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各楼盘成交量排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331511745851731969","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"5ggWQtDUvSopC4iL","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,1],[2,2],[2,3]]},{"row":7,"col":12,"colspan":3,"rowspan":8,"width":"321","height":"196","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1室\",\"2室\",\"3室\",\"4室\",\"5室\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1室\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(53,165,180,1)\"}},{\"name\":\"2室\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(60,140,198,1)\"}},{\"name\":\"3室\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(93,144,81,1)\"}},{\"name\":\"4室\",\"value\":5,\"itemStyle\":{\"color\":\"rgba(191,146,68,1)\"}},{\"name\":\"5室\",\"value\":3,\"itemStyle\":{\"color\":\"rgba(188,69,117,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"160\",\"120\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"40%\",\"50%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同户型销售\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331919172472524801","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"huxingxiaoshou","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"MCJP8uqwe57YoCvF"},"layer_id":"MCJP8uqwe57YoCvF","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,12],[7,13],[7,14]]},{"row":7,"col":4,"colspan":8,"rowspan":8,"width":"606","height":"195","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#A98E8E\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"成交量\",\"成交价\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#FBF8F8\",\"fontSize\":\"10\"}},\"grid\":{\"top\":58,\"left\":30,\"bottom\":43,\"right\":32},\"series\":[{\"barWidth\":15,\"stack\":\"1\",\"data\":[10,7,5,5,7,9,3,6,5,8,6,6],\"name\":\"成交量\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]},{\"barWidth\":15,\"stack\":\"1\",\"data\":[5,5,12,5,5,5,5,10,5,5,5,5],\"name\":\"成交价\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"成交量和成交价趋势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331872643531526146","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao1","chartType":"bar.stack","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Nf6Xud4fZqEfvQw4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,4],[7,5],[7,6],[7,7],[7,8],[7,9],[7,10],[7,11]]},{"row":16,"col":12,"colspan":3,"rowspan":10,"width":"321","height":"238","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"50%\",\"50%\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#72ACD1\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#3F9AFB\",\"opacity\":1},\"lineStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#A6F65C\",\"opacity\":1},\"lineStyle\":{\"color\":\"#55FE4D\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"rgba(188,69,117,1)\",\"opacity\":1},\"lineStyle\":{\"color\":\"rgba(188,69,117,1)\"}}]}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同产权、证件成交量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331916030221602818","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"btchanquan","chartType":"radar.basic","isTiming":true,"intervalTime":"10","id":"IWoBtyiRxjkEbkfD"},"layer_id":"IWoBtyiRxjkEbkfD","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,12],[16,13],[16,14]]},{"row":16,"col":1,"colspan":3,"rowspan":8,"width":"337","height":"197","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":70,\"bottom\":40,\"right\":24},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售量成交排行榜\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"Cror94F1kmbP71ip","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,1],[16,2],[16,3]]},{"row":16,"col":4,"colspan":4,"rowspan":8,"width":"337","height":"197","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":56,\"bottom\":38,\"right\":30},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售员成交金额\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"pBOwp0Q0g4iuJCVm","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,4],[16,5],[16,6],[16,7]]},{"row":16,"col":8,"colspan":4,"rowspan":8,"width":"322","height":"200","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"简装\",\"中装\",\"精装\",\"豪装\",\"毛坯\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"简装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(52,158,172,1)\"}},{\"name\":\"中装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(56,131,185,1)\"}},{\"name\":\"精装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(103,153,75,1)\"}},{\"name\":\"豪装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(230,165,55,1)\"}},{\"name\":\"毛坯\",\"value\":10,\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"100\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"52%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同装修类型销售销量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331878107552010242","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuangxiu","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"rQgkcYfLy4x0EP6h"},"layer_id":"rQgkcYfLy4x0EP6h","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[16,8],[16,9],[16,10],[16,11]]}],"area":{"sri":17,"sci":13,"eri":17,"eci":13,"width":100,"height":25},"excel_config_id":"1331503965770223616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":""},"1":{"style":60,"merge":[0,13],"text":"房屋销售综合展示大屏"}},"height":113},"1":{"cells":{"4":{"style":53,"text":"成交量:","merge":[2,0],"virtual":"5ggWQtDUvSopC4iL"},"5":{"text":"#{qingkuang.cjl}","style":64,"merge":[2,0]},"7":{"style":53,"text":"成交金额:","merge":[2,0]},"8":{"text":"#{qingkuang.cjje}","style":68,"merge":[2,0]},"10":{"style":53,"text":"销售面积:","merge":[2,0],"height":75},"11":{"text":"#{qingkuang.xsmj}","style":64,"merge":[2,0]},"13":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"14":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"15":{"text":" ","virtual":"nk6I2RCefm9scS1k"}},"isDrag":true},"2":{"cells":{"1":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"2":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"3":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"3":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"4":{"cells":{"4":{"style":58,"text":"成交均价:","merge":[2,0]},"5":{"text":"#{qingkuang.cjjj}","style":65,"merge":[2,0]},"7":{"style":58,"text":"售房佣金:","merge":[2,0]},"8":{"text":"#{qingkuang.sfyj}","style":65,"merge":[2,0]},"10":{"text":"预定客户:","style":58,"merge":[2,0]},"11":{"text":"#{qingkuang.ydkh}","style":65,"merge":[2,0]},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}},"isDrag":true,"height":25},"5":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"6":{"cells":{"10":{},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"7":{"cells":{"4":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"5":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"6":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"7":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"8":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"9":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"10":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"11":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"12":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"13":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"14":{"text":" ","virtual":"MCJP8uqwe57YoCvF"}}},"8":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"9":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"10":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"11":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"12":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"13":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"14":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"15":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"16":{"cells":{"1":{"text":" ","virtual":"Cror94F1kmbP71ip"},"2":{"text":" ","virtual":"Cror94F1kmbP71ip"},"3":{"text":" ","virtual":"Cror94F1kmbP71ip"},"4":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"5":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"6":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"7":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"8":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"9":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"10":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"11":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"12":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"13":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"14":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"}}},"17":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"18":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"19":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"20":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"21":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"22":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"23":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"24":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1546,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606961893275.png","repeat":"repeat","width":"","height":"940"},"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"font":{"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"name":"Microsoft YaHei","size":18}},{"font":{"name":"Microsoft YaHei","size":18}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16}},{"font":{"name":"Microsoft YaHei","size":16}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center"},{"font":{"name":"Microsoft YaHei","size":16},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right"},{"align":"right"},{"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":14}},{"align":"right","font":{"size":14}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":12}},{"align":"right","font":{"size":12}},{"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":12}},{"font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11}},{"align":"right","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11}},{"align":"center","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":11}},{"font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true}},{"align":"right","font":{"size":11,"bold":true}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center","color":"#ffffff"},{"color":"#ffffff"},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22}},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#000100"},{"color":"#000100","font":{"size":22}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff"},{},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff","border":{"right":["thin","#eee"]}},{"align":"right","font":{"size":16,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":15,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14},"color":"#ffffff","valign":"top"},{"font":{"bold":true,"name":"宋体","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":"#fffffff"},{"bgcolor":"#fffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"bgcolor":""}],"validations":[],"cols":{"0":{"width":117},"3":{"width":140},"4":{"width":136},"5":{"width":79},"6":{"width":1},"7":{"width":123},"8":{"width":102},"9":{"width":24},"11":{"width":100},"14":{"width":124},"len":50},"merges":["B1:O1","E2:E4","F2:F4","H2:H4","I2:I4","K2:K4","L2:L4","E5:E7","F5:F7","H5:H7","I5:I7","K5:K7","L5:L7"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201125161646_1606705892603.png', N'admin', N'2020-11-25 15:50:43.0000000', N'admin', N'2022-06-15 11:12:24.0000000', N'0', NULL, NULL, N'1', N'8776', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1333962561053396992', N'20201202103422', N'房地产大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":4,"rowspan":9,"width":"359","height":"223","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"萧山\",\"主城\",\"余杭\",\"江东\",\"阜阳\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":36,\"bottom\":65,\"right\":50},\"series\":[{\"barWidth\":15,\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"出让资金(亿元)\",\"data\":[90,100,80,20,30],\"typeData\":[{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"},{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"}]},{\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"itemStyle\":{\"color\":\"#D8807E\"},\"step\":false,\"smooth\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"出让面积(万平方米)\",\"data\":[70,90,40,10,20],\"typeData\":[{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"},{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"土地出让面积走势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333968597264900097","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"mianji","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"MqcEkZ87DgSKlNKU","offsetX":0,"offsetY":0,"backgroud":{"enabled":"","color":"#fff","image":"","repeat":"repeat"},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4]]},{"row":1,"col":13,"colspan":3,"rowspan":9,"width":"300","height":"222","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":49,\"bottom\":63,\"right\":61},\"series\":[{\"barWidth\":15,\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"barMinHeight\":2,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"bar\",\"name\":\"出让资金(亿元)\",\"data\":[27000,11000,18000,17000,15000,22000],\"typeData\":[{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"},{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"}]},{\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"itemStyle\":{\"color\":\"#D8807E\"},\"step\":false,\"smooth\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"labelPositionArray\":[{\"value\":\"top\",\"text\":\"上方\",\"type\":\"bar\"},{\"value\":\"left\",\"text\":\"左边\",\"type\":\"bar\"},{\"value\":\"right\",\"text\":\"右边\",\"type\":\"bar\"},{\"value\":\"bottom\",\"text\":\"下方\",\"type\":\"bar\"},{\"value\":\"inside\",\"text\":\"内部\",\"type\":\"bar\"}]},\"type\":\"line\",\"yAxisIndex\":1,\"name\":\"出让面积(万平方米)\",\"data\":[24312,25450,26161,26303,27156,27440],\"typeData\":[{\"name\":\"出让面积(万平方米)\",\"type\":\"line\"},{\"name\":\"出让资金(亿元)\",\"type\":\"bar\"}]}],\"chartType\":\"linebar\",\"tooltip\":{\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"土地出让面积成交走势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334008609356390402","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"churang1","chartType":"mixed.linebar","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"rxyH40yMvbmwdgoU","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15],[1,16]]},{"row":1,"col":5,"colspan":8,"rowspan":17,"width":"654","height":"420","config":"{\"geo\":{\"map\":\"hangzhou\",\"zoom\":0.8,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"6\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#3BB7C4\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#2D5D81\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"西湖区\",\"value\":[120.147376,30.272934,120]},{\"name\":\"萧山区\",\"value\":[120.27069,30.162932,130]},{\"name\":\"余杭区\",\"value\":[120.301737,30.421187,56]},{\"name\":\"富阳区\",\"value\":[119.949869,30.049871,100]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#F6F469\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":8}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335901385547431937","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"ditu","chartType":"map.scatter","isTiming":true,"intervalTime":"5"},"layer_id":"L8v349B78nEYLOh4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10],[1,11],[1,12]]},{"row":10,"col":1,"colspan":4,"rowspan":8,"width":"355","height":"197","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1万以下\",\"1万-2万\",\"2万-3万\",\"3万-4万\",\"4万-5万\",\"5万-6万\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1万以下\",\"value\":7800,\"itemStyle\":{\"color\":\"rgba(239,223,133,1)\"}},{\"name\":\"1万-2万\",\"value\":35900,\"itemStyle\":{\"color\":\"rgba(24,141,240,1)\"}},{\"name\":\"2万-3万\",\"value\":46800,\"itemStyle\":{\"color\":\"rgba(136,232,137,1)\"}},{\"name\":\"3万-4万\",\"value\":25631,\"itemStyle\":{\"color\":\"rgba(0,206,209,1)\"}},{\"name\":\"4万-5万\",\"value\":17583,\"itemStyle\":{\"color\":\"rgba(217,96,172,1)\"}},{\"name\":\"5万-6万\",\"value\":1563,\"itemStyle\":{\"color\":\"rgba(109,172,234,1)\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"120\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"50%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"住宅成交量单价分布\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333974073679552514","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"danjia","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"ciJhTy5hoC2HlZ3v"},"layer_id":"ciJhTy5hoC2HlZ3v","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3],[10,4]]},{"row":10,"col":13,"colspan":3,"rowspan":8,"width":"300","height":"198","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"80平\",\"80-100平\",\"100-120平\",\"120-140平\",\"140-180平\",\"180-250平\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"80平\",\"value\":20839,\"itemStyle\":{\"color\":\"rgba(131,191,246,1)\"}},{\"name\":\"80-100平\",\"value\":35141,\"itemStyle\":{\"color\":\"rgba(136,232,137,1)\"}},{\"name\":\"100-120平\",\"value\":27135,\"itemStyle\":{\"color\":\"rgba(154,168,212,1)\"}},{\"name\":\"120-140平\",\"value\":17502,\"itemStyle\":{\"color\":\"rgba(24,141,240,1)\"}},{\"name\":\"140-180平\",\"value\":14510,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"180-250平\",\"value\":9350,\"itemStyle\":{\"color\":\"rgba(239,223,133,1)\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"110\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"住宅成交量单价分布\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334013423209422849","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuzhaichengjiao","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"ySncqf3fM8HfjJf0"},"layer_id":"ySncqf3fM8HfjJf0","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,13],[10,14],[10,15],[10,16]]},{"row":18,"col":13,"colspan":3,"rowspan":9,"width":"298","height":"222","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":38,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"余杭\",\"大江东\",\"之江\",\"江干\",\"上城\",\"滨江\",\"拱墅\",\"西湖\",\"临安\",\"阜阳\",\"下沙\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":57,\"left\":53,\"bottom\":51,\"right\":39},\"series\":[{\"areaStyle\":null,\"data\":[23000,55000,32000,38000,45000,42000,41000,18000,22000,21000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#EEF349\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各类型土地成交金额表\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333977108195581953","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"junjia","chartType":"line.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"tc7fqIIJW5HgcaGl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,13],[18,14],[18,15]]},{"row":18,"col":5,"colspan":4,"rowspan":7,"width":"349","height":"174","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#1E90FF\",\"width\":1,\"type\":\"solid\"},\"show\":true},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"出让资金(亿元)\",\"出让面积(万平方米)\",\"盈亏\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":36,\"bottom\":59,\"right\":32},\"series\":[{\"barWidth\":8,\"stack\":\"1\",\"data\":[420,150,410,250,180,100],\"name\":\"出让资金(亿元)\",\"itemStyle\":{\"color\":\"#2249B1\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":8,\"stack\":\"1\",\"data\":[410,139,330,190,250,13],\"name\":\"出让面积(万平方米)\",\"itemStyle\":{\"color\":\"#D8807E\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":8,\"stack\":\"1\",\"data\":[-410,-139,-330,-190,-250,-13],\"name\":\"盈亏\",\"itemStyle\":{\"color\":\"#88E889\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各区域土地出让面积、成交金额对比\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333980382663548929","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"churang","chartType":"bar.stack.horizontal","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"FlAtAueGAEeNYmrK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,5],[18,6],[18,7],[18,8]]},{"row":18,"col":9,"colspan":4,"rowspan":8,"width":"332","height":"199","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#1E90FF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"供给\",\"需求\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFD700\",\"fontSize\":\"8\"}},\"grid\":{\"top\":55,\"left\":54,\"bottom\":60,\"right\":28},\"series\":[{\"barWidth\":0,\"data\":[1000,3500,5032,1966,7964,11532],\"name\":\"供给\",\"itemStyle\":{\"color\":\"#188DF0\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":0,\"data\":[12854,59873,83241,60075,42035,95812],\"name\":\"需求\",\"itemStyle\":{\"color\":\"#88E889\",\"barBorderRadius\":0},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"新住宅供需\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333983587241828354","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xinzhuzhai","chartType":"bar.multi"},"layer_id":"6mjMdjSCbjMXtpk5","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,9],[18,10],[18,11],[18,12]]},{"row":18,"col":1,"colspan":4,"rowspan":8,"width":"356","height":"198","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":28,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"余杭\",\"大江东\",\"之江\",\"江干\",\"上城\",\"滨江\",\"拱墅\",\"西湖\",\"临安\",\"阜阳\",\"下沙\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":51,\"bottom\":50,\"right\":30},\"series\":[{\"areaStyle\":null,\"data\":[23000,55000,32000,38000,45000,42000,41000,18000,22000,21000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"#88E889\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"各区域住宅成交均价\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1333977108195581953","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"junjia","chartType":"line.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"m4YsRktrtZgDdIrS","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[18,1],[18,2],[18,3],[18,4]]}],"area":{"sri":0,"sci":1,"eri":0,"eci":15,"width":1346,"height":61},"excel_config_id":"1333962561053396992","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"杭州房地产市场监控","style":3,"merge":[0,14]}},"height":61},"1":{"cells":{"1":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"2":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"3":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"4":{"text":" ","virtual":"MqcEkZ87DgSKlNKU"},"5":{"text":" ","virtual":"L8v349B78nEYLOh4"},"6":{"text":" ","virtual":"L8v349B78nEYLOh4"},"7":{"text":" ","virtual":"L8v349B78nEYLOh4"},"8":{"text":" ","virtual":"L8v349B78nEYLOh4"},"9":{"text":" ","virtual":"L8v349B78nEYLOh4"},"10":{"text":" ","virtual":"L8v349B78nEYLOh4"},"11":{"text":" ","virtual":"L8v349B78nEYLOh4"},"12":{"text":" ","virtual":"L8v349B78nEYLOh4"},"13":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"14":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"15":{"text":" ","virtual":"rxyH40yMvbmwdgoU"},"16":{"text":" ","virtual":"rxyH40yMvbmwdgoU"}}},"10":{"cells":{"1":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"2":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"3":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"4":{"text":" ","virtual":"ciJhTy5hoC2HlZ3v"},"13":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"14":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"15":{"text":" ","virtual":"ySncqf3fM8HfjJf0"},"16":{"text":" ","virtual":"ySncqf3fM8HfjJf0"}}},"18":{"cells":{"1":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"2":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"3":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"4":{"text":" ","virtual":"m4YsRktrtZgDdIrS"},"5":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"6":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"7":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"8":{"text":" ","virtual":"FlAtAueGAEeNYmrK"},"9":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"10":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"11":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"12":{"text":" ","virtual":"6mjMdjSCbjMXtpk5"},"13":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"},"14":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"},"15":{"text":" ","virtual":"tc7fqIIJW5HgcaGl"}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1517,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606876512567.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","align":"center"},{"align":"center"},{"color":"#ffffff","align":"center","font":{"size":18}},{"align":"center","font":{"size":18}}],"validations":[],"cols":{"0":{"width":71},"4":{"width":60},"8":{"width":51},"12":{"width":35},"len":50},"merges":["B1:P1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201202142202_1606890135640.png', N'admin', N'2020-12-02 10:34:22.0000000', N'admin', N'2022-04-14 18:55:20.0000000', N'0', NULL, NULL, N'1', N'8279', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334028738995818496', N'20201202145702', N'大数据可视化展示平台', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":6,"colspan":5,"rowspan":14,"width":"499","height":"348","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"2017\",\"2018\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"grid\":{\"top\":68,\"left\":35,\"bottom\":45,\"right\":31},\"series\":[{\"barWidth\":9,\"data\":[2,3,3,9,15,12,6,4,6,7,4,10],\"name\":\"2017\",\"itemStyle\":{\"color\":\"#49BCF7\",\"barBorderRadius\":8},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]},{\"barWidth\":9,\"data\":[1,4,5,11,12,9,5,6,6,3,3,9],\"name\":\"2018\",\"itemStyle\":{\"color\":\"#62C98D\",\"barBorderRadius\":8},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"柱形图标题\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334052375119273986","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuxingtu1","chartType":"bar.multi","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"aELaGxHbJDssfJ1j","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,6],[1,7],[1,8],[1,9],[1,10]]},{"row":1,"col":11,"colspan":4,"rowspan":7,"width":"402","height":"171","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"图例1\",\"图例2\",\"图例3\",\"图例4\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"图例1\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"图例2\",\"value\":15,\"itemStyle\":{\"color\":\"rgba(45,140,240,1)\"}},{\"name\":\"图例3\",\"value\":25,\"itemStyle\":{\"color\":\"rgba(76,185,207,1)\"}},{\"name\":\"图例4\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(83,182,102,1)\"}}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"170\",\"90\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"radius\":\"50%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"饼图1\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334037720053325825","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu1","chartType":"pie.rose","isTiming":true,"intervalTime":"5","id":"hBFP1li6wk4SZKZy"},"layer_id":"hBFP1li6wk4SZKZy","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,11],[1,12],[1,13],[1,14]]},{"row":4,"col":3,"colspan":2,"rowspan":6,"width":"201","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量结算率\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量结算率\",\"value\":80,\"itemStyle\":{\"color\":\"rgba(73,188,247,1)\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"110\",\"80\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"数据结算率1\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334060474135748610","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu4","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"7jVBJ8HTXwnRttsp"},"layer_id":"7jVBJ8HTXwnRttsp","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[4,3],[4,4]]},{"row":4,"col":1,"colspan":2,"rowspan":6,"width":"200","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量结算率\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量结算率\",\"value\":80,\"itemStyle\":{\"color\":\"rgba(73,188,247,1)\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"110\",\"80\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"数据结算率\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334060474135748610","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu4","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"mHCyVw72XWRJdiO9"},"layer_id":"mHCyVw72XWRJdiO9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[4,1],[4,2],[4,3]]},{"row":8,"col":11,"colspan":4,"rowspan":7,"width":"404","height":"164","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"1月\",\"value\":9800,\"itemStyle\":{\"color\":\"#62C98D\"}},{\"name\":\"2月\",\"value\":3100,\"itemStyle\":{\"color\":\"#2F89CF\"}},{\"name\":\"3月\",\"value\":7800,\"itemStyle\":{\"color\":\"#F2E83B\"}},{\"name\":\"4月\",\"value\":1500,\"itemStyle\":{\"color\":\"#F691F8\"}},{\"name\":\"5月\",\"value\":500,\"itemStyle\":{\"color\":\"#A3DEEB\"}}],\"bottom\":26,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"ascending\",\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":29,\"left\":\"9%\",\"gap\":2,\"name\":\"\",\"width\":\"79%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"formatter\":\"{b} : {c}%\",\"show\":true,\"trigger\":\"item\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"漏斗图\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"}}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335889985047478274","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"loudou","chartType":"funnel.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"8IhEqgKnyGamOhrE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,11],[8,12],[8,13],[8,14],[8,15]]},{"row":10,"col":1,"colspan":2,"rowspan":5,"width":"200","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"金额结算率1\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"金额结算率1\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"其他\",\"value\":70,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"105\",\"70\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"金额结算率\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334063192933933058","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu5","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"Py8YVZMoRcL4APDN"},"layer_id":"Py8YVZMoRcL4APDN","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3]]},{"row":10,"col":3,"colspan":2,"rowspan":5,"width":"200","height":"120","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"金额结算率2\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"金额结算率2\",\"value\":190,\"itemStyle\":{\"color\":\"rgba(98,201,141,1)\"}},{\"name\":\"其他\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(220,222,224,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"105\",\"70\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"金额结算率2\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334063880162254850","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"bingtu6","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"fMnJPCVW1ofDhOYl"},"layer_id":"fMnJPCVW1ofDhOYl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,3],[10,4]]},{"row":15,"col":11,"colspan":4,"rowspan":14,"width":"404","height":"283","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\",\"boundaryGap\":true},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"2017\",\"2018\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":39,\"bottom\":48,\"right\":35},\"series\":[{\"data\":[2,6,3,8,5,8,10,13,8,5,6,9],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"name\":\"2017\",\"itemStyle\":{\"color\":\"#205ACF\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false,\"typeData\":[]},{\"data\":[5,2,6,4,5,12,5,17,9,2,6,3],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"name\":\"2018\",\"itemStyle\":{\"color\":\"#62C98D\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"多数据折线标题\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334043138246844418","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian1","chartType":"line.multi","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"aXbsAJNPWFEfutG9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,11],[15,12],[15,13],[15,14],[15,15]]},{"row":14,"col":6,"colspan":5,"rowspan":14,"width":"496","height":"279","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#EEEEEE\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":37,\"bottom\":41,\"right\":38},\"series\":[{\"data\":[[10,35],[20,10],[15,30],[10,10],[15,35],[5,10],[10,35],[20,15],[10,3],[20,40],[16,12],[43,10]],\"symbolSize\":37,\"itemStyle\":{\"color\":\"#62C98D\",\"opacity\":0.6},\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"scatter\",\"name\":\"\"}],\"tooltip\":{\"formatter\":\"{c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"散点图\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335886666363158530","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"sandian","chartType":"scatter.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"QFBt4au5CSQVFVAq","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,6],[14,7],[14,8],[14,9],[14,10]]}],"area":{"sri":7,"sci":15,"eri":7,"eci":15,"width":100,"height":25},"excel_config_id":"1334028738995818496","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,13],"text":"大数据可视化展示平台","style":5}},"height":74},"1":{"cells":{"1":{"merge":[1,1],"text":"1922","style":49},"3":{"merge":[1,1],"text":"2047","style":49},"6":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"7":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"8":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"9":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"10":{"text":" ","virtual":"aELaGxHbJDssfJ1j"},"11":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"12":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"13":{"text":" ","virtual":"hBFP1li6wk4SZKZy"},"14":{"text":" ","virtual":"hBFP1li6wk4SZKZy"}}},"2":{"cells":{}},"3":{"cells":{"1":{"merge":[0,1],"text":"总金额","style":68},"3":{"merge":[0,1],"style":68,"text":"数量"}}},"4":{"cells":{"1":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"2":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"3":{"text":" ","virtual":"mHCyVw72XWRJdiO9"},"4":{"text":" ","virtual":"7jVBJ8HTXwnRttsp"}}},"8":{"cells":{"11":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"12":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"13":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"14":{"text":" ","virtual":"8IhEqgKnyGamOhrE"},"15":{"text":" ","virtual":"8IhEqgKnyGamOhrE"}}},"9":{"cells":{}},"10":{"cells":{"1":{"text":" ","virtual":"Py8YVZMoRcL4APDN"},"2":{"text":" ","virtual":"Py8YVZMoRcL4APDN"},"3":{"text":" ","virtual":"fMnJPCVW1ofDhOYl"},"4":{"text":" ","virtual":"fMnJPCVW1ofDhOYl"}}},"14":{"cells":{"6":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"7":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"8":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"9":{"text":" ","virtual":"QFBt4au5CSQVFVAq"},"10":{"text":" ","virtual":"QFBt4au5CSQVFVAq"}}},"15":{"cells":{"1":{"text":"标题","style":72,"merge":[0,3]},"11":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"12":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"13":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"14":{"text":" ","virtual":"aXbsAJNPWFEfutG9"},"15":{"text":" ","virtual":"aXbsAJNPWFEfutG9"}}},"16":{"cells":{"1":{"text":"订单号","style":66},"2":{"text":"订单金额","style":66},"3":{"text":"计划时间","style":66},"4":{"text":"当前状态","style":66}},"height":22},"17":{"cells":{"1":{"style":67,"text":"#{biaoge.yname}"},"2":{"style":67,"text":"#{biaoge.ysex}"},"3":{"style":67,"text":"#{biaoge.yage}"},"4":{"style":67,"text":"#{biaoge.danwei}"}},"height":22},"18":{"cells":{},"height":17},"19":{"cells":{},"height":19},"20":{"cells":{},"height":19},"21":{"cells":{},"height":19},"22":{"cells":{},"height":19},"23":{"cells":{},"height":17},"24":{"cells":{},"height":16},"25":{"cells":{},"height":18},"26":{"cells":{},"height":20},"len":102,"NaN":0},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1520,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606894559245.jpg","repeat":"repeat","width":"1700","height":"1080"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","align":"center"},{"align":"center"},{"color":"#ffffff","align":"center","font":{"size":22}},{"align":"center","font":{"size":22}},{"color":"#ffffff","align":"center","font":{"size":18}},{"align":"center","font":{"size":18}},{"font":{"size":18}},{"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","align":"center"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F"},{"align":"center","color":"#C7CD4F"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":24}},{"align":"center","color":"#C7CD4F","font":{"size":24}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":22}},{"align":"center","color":"#C7CD4F","font":{"size":22}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18}},{"align":"center","color":"#C7CD4F","font":{"size":18}},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true}},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true}},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","align":"center"},{"color":"#eee","align":"center","bgcolor":"#020F4A"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"bottom"},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"bottom"},{"bgcolor":"#020F4A","align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"top"},{"align":"center","color":"#C7CD4F","font":{"size":18,"bold":true},"valign":"top"},{"color":"#eee","align":"center","bgcolor":"#020F4A","valign":"top"},{"color":"#C7CD4F"},{"color":"#C7CD4F","font":{"size":18}},{"bgcolor":"#020F4A","align":"center","color":"#e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#e''e''e''e''e''e"},{"bgcolor":"#020F4A","align":"center","color":"#eeeeee"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":""},{"color":"#0a0a0a"},{"align":"center","color":"#C7CD4F","font":{"size":18},"valign":"bottom"},{"align":"center","color":"#C7CD4F","font":{"size":18},"valign":"bottom","bgcolor":"#020F4A"},{"font":{"size":18},"bgcolor":"#020F4A"},{"font":{"size":18},"bgcolor":"#020F4A","align":"center"},{"font":{"size":18},"bgcolor":"#020F4A","align":"center","valign":"bottom"},{"align":"center","color":"#e"},{"align":"center","color":"#e''e"},{"align":"center","color":"#e''e''e"},{"color":"#ffffff","font":{"size":18}},{"color":"#ffffff","font":{"size":14}},{"color":"#ffffff","font":{"size":12}},{"color":"#ffffff","font":{"size":12,"bold":true}},{"color":"#ffffff","font":{"size":12,"bold":false}},{"color":"#ffffff","font":{"size":12,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","color":"#ffffff"},{"color":"#ffffff","align":"center","bgcolor":"001259"},{"color":"#ffffff","align":"center","bgcolor":"#001259"},{"color":"#ffffff","align":"center","bgcolor":"020f4b"},{"color":"#ffffff","align":"center","bgcolor":"#020f4b"},{"bgcolor":"#020F4A","color":"#ffffff","align":"center"},{"color":"#eee","align":"center","bgcolor":"#020F4A","font":{"size":8}},{"bgcolor":"#020F4A","font":{"size":12}},{"color":"#ffffff","font":{"size":10,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","font":{"size":10}},{"color":"#ffffff","font":{"size":11,"bold":false},"bgcolor":"#020F4A"},{"bgcolor":"#020F4A","font":{"size":11}},{"bgcolor":""},{"bgcolor":"#020F4"},{"bgcolor":"#020F"},{"bgcolor":"#020"},{"bgcolor":"#02"},{"bgcolor":"#0"},{"bgcolor":"#"}],"validations":[],"cols":{"4":{"width":103},"5":{"width":13},"13":{"width":104},"len":50},"merges":["B1:O1","B2:C3","D2:E3","B4:C4","D4:E4","B16:E16"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201203163957_1606984816365.png', N'admin', N'2020-12-02 14:57:03.0000000', N'admin', N'2022-04-14 18:59:05.0000000', N'0', NULL, NULL, N'1', N'7241', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334074491629867008', N'20201202175858', N'乡村振兴普惠金融服务平台', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":5,"colspan":6,"rowspan":12,"width":"568","height":"435","config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.8,\"label\":{\"color\":\"#19DEF4\",\"fontSize\":12,\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#0C514B\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#19DEF4\"},\"itemStyle\":{\"areaColor\":\"#0A2B34\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"济南市\",\"value\":[117.000923,36.675807,255]},{\"name\":\"青岛市\",\"value\":[120.355173,36.082982,300]},{\"name\":\"淄博市\",\"value\":[118.047648,36.814939,130]},{\"name\":\"枣庄市\",\"value\":[117.557964,34.856424,150]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FFFF01\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\"}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1335909918854725633","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"ditu1","dataId1":"","source":"","target":"","chartType":"map.scatter","isTiming":true,"intervalTime":"5","id":"reOVgCVG6ZPWh5c1"},"layer_id":"reOVgCVG6ZPWh5c1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10]]},{"row":3,"col":11,"colspan":3,"rowspan":4,"width":"357","height":"147","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":60,\"bottom\":40,\"right\":24},\"series\":[{\"areaStyle\":{\"color\":\"#6CE6BC\",\"opacity\":0.4},\"data\":[1000879,3400879,2300879,2400879,3000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#9DE4D1\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"五年产业变化趋势\",\"textStyle\":{\"color\":\"#81E1B6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"line.area","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Kkx8cQxh41KDHQKJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,11],[3,12],[3,13]]},{"row":8,"col":11,"colspan":3,"rowspan":5,"width":"355","height":"216","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":64,\"bottom\":41,\"right\":23},\"series\":[{\"barWidth\":15,\"data\":[1000879,3400879,2300879,2400879,3000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#82F1B5\"},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"fontWeight\":\"lighter\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"农产品排名\",\"textStyle\":{\"color\":\"#7AEEBF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"bar.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"a7MjSGYTQuijDpR4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,11],[8,12],[8,13]]},{"row":13,"col":11,"colspan":4,"rowspan":12,"width":"359","height":"222","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"玉米\",\"value\":1000879,\"itemStyle\":{\"color\":\"rgba(20,235,167,1)\"}},{\"name\":\"大豆\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(36,96,221,1)\"}},{\"name\":\"花生\",\"value\":2300879,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"高粱\",\"value\":2400879,\"itemStyle\":{\"color\":\"rgba(253,223,80,1)\"}},{\"name\":\"小麦\",\"value\":3000,\"itemStyle\":{\"color\":\"rgba(111,131,168,1)\"}}],\"bottom\":60,\"isRadius\":false,\"roseType\":\"\",\"minAngle\":0,\"right\":\"10%\",\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"\",\"radius\":\"90%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"农业占比\",\"textStyle\":{\"color\":\"#14EBA7\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1334083843610648578","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"wunian","chartType":"pie.simple","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"cvVQrHsdQLGGQu9k","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[13,11],[13,12],[13,13],[13,14]]}],"area":{"sri":21,"sci":2,"eri":21,"eci":2,"width":118,"height":21},"excel_config_id":"1334074491629867008","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"乡村振兴普惠金融服务平台","style":18,"merge":[0,8]}},"height":46},"1":{"cells":{"1":{"text":"Rural Revitalization-PRATT & WHITNEY FINANCIAL SERVICES PLATFORM","style":10,"merge":[0,3]},"5":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"6":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"7":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"8":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"9":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"},"10":{"text":" ","virtual":"reOVgCVG6ZPWh5c1"}},"height":38},"2":{"cells":{"1":{"text":"潍坊非常牛的企业","merge":[1,3],"height":36,"style":21}},"height":20},"3":{"cells":{"11":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"},"12":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"},"13":{"text":" ","virtual":"Kkx8cQxh41KDHQKJ"}},"height":16},"4":{"cells":{"1":{"text":" ","virtual":"DCUR3L7NK42iNW5j"},"2":{"text":"123456","style":113},"3":{"text":" ","virtual":"ctdypeiqRp3lHeKm"},"4":{"text":"123456","style":119,"virtual":"ctdypeiqRp3lHeKm"}},"height":56},"5":{"cells":{"2":{"text":"农牧耕田(亩)","style":98},"4":{"text":"农牧耕田(亩)","style":57}},"height":19},"6":{"cells":{"1":{"text":" ","virtual":"iVedEJD0n8OuZ5uc"},"2":{"text":"123456","style":113,"virtual":"iVedEJD0n8OuZ5uc"},"3":{"text":" ","virtual":"Heri8Ya1cSRLbVQW"},"4":{"text":"123456","style":119}},"height":59},"7":{"cells":{"2":{"text":"农牧耕田(亩)","style":57},"4":{"text":"农牧耕田(亩)","style":57},"8":{"style":94,"text":" "}},"height":16},"8":{"cells":{"1":{"text":" ","virtual":"dMb6od8B98V5NOl6"},"2":{"text":"123456","style":119},"3":{"text":" ","virtual":"iFnQ80yADp2Bw9pN"},"4":{"text":"123456","style":119,"virtual":"iFnQ80yADp2Bw9pN"},"11":{"text":" ","virtual":"a7MjSGYTQuijDpR4"},"12":{"text":" ","virtual":"a7MjSGYTQuijDpR4"},"13":{"text":" ","virtual":"a7MjSGYTQuijDpR4"}},"height":61},"9":{"cells":{"2":{"text":"农牧耕田(亩)","style":100},"4":{"text":"农牧耕田(亩)","style":100}},"height":15},"10":{"cells":{"1":{"text":" ","virtual":"qxI7kusX3x5pFL1g"},"2":{"text":"123456","style":119},"3":{"text":" ","virtual":"MUQmkqufOch7iGOu"},"4":{"text":"123456","style":119}},"height":62},"11":{"cells":{"2":{"text":"农牧耕田(亩)","style":100},"4":{"text":"农牧耕田(亩)","style":57}},"height":15},"12":{"cells":{"1":{"text":"龙头企业","merge":[0,2],"height":63,"style":21},"4":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"5":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"6":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"7":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"8":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"9":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52},"10":{"text":" ","virtual":"7LFlMOg9juRt33q7","style":52}},"height":63},"13":{"cells":{"1":{"style":116,"text":"排名","merge":[1,0]},"2":{"style":116,"merge":[1,1],"text":"客户姓名"},"4":{"style":116,"merge":[1,1],"text":"放款时间(min)"},"6":{"style":116,"merge":[1,1],"text":"担保方式"},"8":{"style":116,"merge":[1,0],"text":"放款金额"},"9":{"style":116,"merge":[1,0],"text":"法人机构"},"10":{"style":116,"merge":[1,0],"text":"客户经理"},"11":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"12":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"13":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"},"14":{"text":" ","virtual":"cvVQrHsdQLGGQu9k"}},"height":15},"14":{"cells":{},"height":22},"15":{"cells":{"1":{"style":118,"text":"#{table2.name}"},"2":{"style":118,"merge":[0,1],"text":"#{table2.name}"},"4":{"style":118,"merge":[0,1],"text":"#{table2.sj}"},"6":{"style":118,"merge":[0,1],"text":"#{table2.type}"},"8":{"style":118,"text":"#{table2.je}"},"9":{"style":118,"text":"#{table2.jg}"},"10":{"style":118,"text":"#{table2.jl}"}},"height":19},"16":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"17":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":22},"18":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"19":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"20":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"21":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"len":23},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1504,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/57_1610364468144.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":18}},{"font":{"size":18}},{"color":"#ffffff","font":{"size":16}},{"font":{"size":16}},{"color":"#ffffff","font":{"size":14}},{"font":{"size":14}},{"color":"#ffffff","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"color":"#ffffff","font":{"size":8}},{"color":"#ffffff","font":{"size":8},"valign":"top"},{"valign":"top"},{"color":"#ffffff","font":{"size":14},"valign":"middle"},{"valign":"middle"},{"color":"#ffffff","font":{"size":16},"valign":"middle"},{"valign":"middle","font":{"size":16}},{"color":"#ffffff","font":{"size":18},"valign":"middle"},{"valign":"middle","font":{"size":18}},{"color":"#ffffff","font":{"size":18},"valign":"bottom"},{"valign":"bottom","font":{"size":18}},{"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16}},{"color":"#14EBA7","font":{"size":16,"bold":true}},{"color":"#14EBA7","font":{"size":16,"bold":true},"bgcolor":"#0A2B34"},{"bgcolor":"#0A2B34"},{"color":"#ffffff","font":{"size":16},"valign":"bottom"},{"color":"#ffffff","font":{"size":22},"valign":"bottom"},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","font":{"size":9}},{"color":"#eee","font":{"size":8}},{"color":"#0a0a0a"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":"#e''e''e''e"},{"color":"#e''e''e''e''e"},{"color":"#e''e''e''e''e''e"},{"color":"#eeeeee"},{"bgcolor":"#"},{"bgcolor":"#e"},{"bgcolor":"#e''e"},{"bgcolor":"#e''e''e"},{"bgcolor":"#e''e''e''e"},{"bgcolor":"#e''e''e''e''e"},{"bgcolor":"#e''e''e''e''e''e"},{"bgcolor":"#eeeeee"},{"bgcolor":""},{"bgcolor":"","color":"#"},{"bgcolor":"","color":"#e"},{"bgcolor":"","color":"#e''e"},{"bgcolor":"","color":"#e''e''e"},{"bgcolor":"","color":"#eee"},{"color":"#ffffff","font":{"size":18},"bgcolor":"#0A2B34"},{"color":"#eeeeee","bgcolor":"#0A2B34"},{"color":"#eee","bgcolor":"#0A2B34"},{"color":"#eee","font":{"size":9},"bgcolor":"#0A2B34"},{"color":"#ffffff","font":{"size":18},"valign":"bottom","bgcolor":"#0A2B34"},{"color":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":16}},{"bgcolor":"#0A2B34","font":{"size":16},"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16,"bold":false},"bgcolor":"#0A2B34"},{"bgcolor":"#0A2B34","font":{"bold":false}},{"font":{"bold":false}},{"bgcolor":"#0A2B34","color":"#ffffff"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center"},{"color":"#ffffff","align":"center"},{"bgcolor":"#0A2B34","align":"center"},{"align":"center"},{"bgcolor":"客户姓名"},{"bgcolor":"#ffffff"},{"bgcolor":"","font":{"size":16},"color":"#14EBA7"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom"},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"bgcolor":"#0A2B34","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom","bgcolor":"1e2f37"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom"},{"valign":"bottom","bgcolor":"#1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"#1e2f37"},{"color":"#ffff01"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"#0A2B34"},{"color":"#ffff01","font":{"size":18},"bgcolor":"#0A2B34"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":""},{"color":"#eee","font":{"size":9},"bgcolor":""},{"color":"#ffff01","font":{"size":18},"bgcolor":""},{"color":"#eeeeee","bgcolor":""},{"color":"#14EBA7","font":{"size":16,"bold":false},"bgcolor":""},{"bgcolor":"","font":{"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12,"bold":true}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":14}},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"","align":"center"},{"color":"#ffff01","font":{"size":18},"valign":"bottom","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"valign":"top","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"valign":"middle","bgcolor":"","align":"left"},{"color":"#ffff01","font":{"size":18},"bgcolor":"","valign":"middle"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":12,"bold":false}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","valign":"bottom","font":{"size":10,"bold":false}},{"valign":"bottom","bgcolor":"#1e2f37","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","font":{"size":8}},{"color":"#ffff01","font":{"size":18}}],"validations":[],"cols":{"1":{"width":63},"2":{"width":118},"3":{"width":61},"4":{"width":129},"5":{"width":75},"13":{"width":158},"len":50},"merges":["B1:J1","B2:E2","B3:E4","B13:D13","B14:B15","C14:D15","E14:F15","G14:H15","I14:I15","J14:J15","K14:K15","C16:D16","E16:F16","G16:H16"],"imgList":[{"row":4,"col":1,"colspan":1,"rowspan":1,"width":"57","height":"55","src":"https://static.jeecg.com/designreport/images/2_1610712093259.jpg","layer_id":"DCUR3L7NK42iNW5j","offsetX":0,"offsetY":0,"virtualCellRange":[[4,1]]},{"row":4,"col":3,"colspan":1,"rowspan":1,"width":"61","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712173936.jpg","layer_id":"ctdypeiqRp3lHeKm","offsetX":0,"offsetY":0,"virtualCellRange":[[4,3],[4,4]]},{"row":6,"col":1,"colspan":1,"rowspan":1,"width":"60","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712383666.jpg","layer_id":"iVedEJD0n8OuZ5uc","offsetX":0,"offsetY":0,"virtualCellRange":[[6,1]]},{"row":6,"col":3,"colspan":1,"rowspan":1,"width":"56","height":"55","src":"https://static.jeecg.com/designreport/images/2_1610712391765.jpg","layer_id":"Heri8Ya1cSRLbVQW","offsetX":0,"offsetY":0,"virtualCellRange":[[6,3]]},{"row":8,"col":1,"colspan":1,"rowspan":1,"width":"60","height":"56","src":"https://static.jeecg.com/designreport/images/2_1610712154677.jpg","layer_id":"dMb6od8B98V5NOl6","offsetX":0,"offsetY":0,"virtualCellRange":[[8,1]]},{"row":8,"col":3,"colspan":1,"rowspan":1,"width":"61","height":"57","src":"https://static.jeecg.com/designreport/images/2_1610712396855.jpg","layer_id":"iFnQ80yADp2Bw9pN","offsetX":0,"offsetY":0,"virtualCellRange":[[8,3],[8,4]]},{"row":10,"col":1,"colspan":1,"rowspan":1,"width":"62","height":"58","src":"https://static.jeecg.com/designreport/images/2_1610712163535.jpg","layer_id":"qxI7kusX3x5pFL1g","offsetX":0,"offsetY":0,"virtualCellRange":[[10,1]]},{"row":10,"col":3,"colspan":1,"rowspan":1,"width":"59","height":"59","src":"https://static.jeecg.com/designreport/images/2_1610712404034.jpg","layer_id":"MUQmkqufOch7iGOu","offsetX":0,"offsetY":0,"virtualCellRange":[[10,3]]}]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201203163924_1606984776379.png', N'admin', N'2020-12-02 17:58:59.0000000', N'admin', N'2022-06-15 11:31:00.0000000', N'0', NULL, NULL, N'1', N'5125', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334420681185566722', N'202012031408346166', N'学校经费一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":6,"sci":20,"eri":6,"eci":20,"width":59,"height":25},"excel_config_id":"1334420681185566722","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"学校经费一览表","merge":[0,22],"style":10}},"height":72},"1":{"cells":{"1":{"text":"学校类别","style":221,"merge":[4,0]},"2":{"merge":[4,0],"style":222,"text":"学校名称"},"3":{"text":"财政教育经费投入(万元)","merge":[0,8],"style":84},"12":{"text":"其他投入","merge":[0,7],"style":84},"20":{"style":84,"text":"补充资料","merge":[0,4]}},"height":28},"2":{"cells":{"3":{"text":"总计","style":117,"merge":[3,0]},"4":{"text":"教育事业费","style":117,"merge":[0,6]},"11":{"text":"基础拨款","style":117,"merge":[3,0]},"12":{"text":"村投入","style":117,"merge":[0,4]},"17":{"text":"社会捐款","style":117,"merge":[0,2]},"20":{"style":126,"merge":[0,4],"text":"信息化建设"}},"height":24},"3":{"cells":{"4":{"merge":[0,1],"text":"合计","style":121},"6":{"merge":[2,0],"text":"人员经费","style":121},"7":{"merge":[2,0],"text":"日常公用费用","style":123},"8":{"merge":[0,2],"text":"项目经费","style":121},"12":{"merge":[2,0],"text":"合计","style":121},"13":{"merge":[0,3],"text":"其中","style":121},"17":{"merge":[2,0],"text":"合计","style":121},"18":{"merge":[0,1],"text":"其中","style":121},"20":{"merge":[2,0],"text":"本年投入金额(万元)","style":230},"21":{"merge":[0,1],"text":"电脑数(台数)","style":121},"23":{"merge":[0,1],"text":"校园网数(个)","style":121}}},"4":{"cells":{"4":{"merge":[1,0],"text":"金额","style":126},"5":{"merge":[1,0],"text":"比上年增长(%)","style":127},"8":{"merge":[1,0],"text":"合计","style":121},"9":{"merge":[0,1],"text":"其中","style":121},"13":{"merge":[1,0],"text":"人员经费","style":131},"14":{"merge":[1,0],"text":"日常公用费用","style":131},"15":{"merge":[1,0],"text":"项目经费","style":131},"16":{"merge":[1,0],"text":"基建投入","style":131},"18":{"merge":[1,0],"text":"项目经费","style":131},"19":{"merge":[1,0],"text":"基础投入","style":131},"21":{"merge":[1,0],"text":"合计","style":121},"22":{"merge":[1,0],"text":"本年购置数","style":121},"23":{"style":121,"merge":[1,0],"text":"合计"},"24":{"merge":[1,0],"text":"本年建成数","style":121}}},"5":{"cells":{"9":{"text":"标准化建设","style":131},"10":{"text":"信息化建设","style":121}}},"6":{"cells":{"1":{"text":"#{laiyuan.group(class)}","style":233,"aggregate":"group"},"2":{"text":"#{laiyuan.school}","style":234},"3":{"style":240,"text":"=SUM(E7,I7)","decimalPlaces":"0"},"4":{"style":240,"text":"=SUM(G7,H7)","decimalPlaces":"0"},"5":{"text":"#{laiyuan.lv}","style":12},"6":{"text":"#{laiyuan.renyuan_jy}","style":239,"decimalPlaces":"0"},"7":{"text":"#{laiyuan.richang_jy}","style":239,"decimalPlaces":"0"},"8":{"style":239,"text":"=SUM(J7,K7)","decimalPlaces":"0"},"9":{"text":"#{laiyuan.biaozhun_jy}","style":239,"decimalPlaces":"0"},"10":{"text":"#{laiyuan.xinxi_jy}","style":239,"decimalPlaces":"0"},"11":{"text":"#{laiyuan.jichubokuan_jy}","style":239,"decimalPlaces":"0"},"12":{"text":"=SUM(N7,O7)","style":239,"decimalPlaces":"0"},"13":{"text":"#{laiyuan.renyuan_ct}","style":239,"decimalPlaces":"0"},"14":{"text":"#{laiyuan.richang_ct}","style":239,"decimalPlaces":"0"},"15":{"text":"#{laiyuan.xiangmu_ct}","style":239,"decimalPlaces":"0"},"16":{"text":"#{laiyuan.jichubokuan_ct}","style":239,"decimalPlaces":"0"},"17":{"text":"=SUM(S7,T7)","style":239,"decimalPlaces":"0"},"18":{"text":"#{laiyuan.xiangmu_sh}","style":239,"decimalPlaces":"0"},"19":{"text":"#{laiyuan.jichubokuan_sh}","style":239,"decimalPlaces":"0"},"20":{"style":239,"text":"=SUM(V7,X7)","decimalPlaces":"0"},"21":{"style":239,"text":"#{laiyuan.diannao}","decimalPlaces":"0"},"22":{"text":"#{laiyuan.diannao}","style":239,"decimalPlaces":"0"},"23":{"style":239,"text":"#{laiyuan.xiaoyuanwang}","decimalPlaces":"0"},"24":{"text":"#{laiyuan.xiaoyuanwang}","style":239,"decimalPlaces":"0"}},"isDrag":true},"7":{"cells":{"1":{"text":"总计","style":226,"rendered":"","merge":[0,1]},"3":{"style":228,"text":"=SUM(D7)"},"4":{"style":228,"text":"=SUM(E7)"},"5":{"style":228,"text":""},"6":{"style":228,"text":"=SUM(G7)"},"7":{"style":228,"text":"=SUM(H7)"},"8":{"style":228,"text":"=SUM(I7)"},"9":{"style":228,"text":"=SUM(J7)"},"10":{"style":228,"text":"=SUM(K7)"},"11":{"style":228,"text":"=SUM(L7)"},"12":{"style":228,"text":"=SUM(M7)"},"13":{"style":229,"text":"=SUM(N7)"},"14":{"style":229,"text":"=SUM(O7)"},"15":{"style":229,"text":"=SUM(P7)"},"16":{"style":229,"text":"=SUM(Q7)"},"17":{"style":229,"text":"=SUM(R7)"},"18":{"style":229,"text":"=SUM(S7)"},"19":{"style":229,"text":"=SUM(T7)"},"20":{"style":229,"text":"=SUM(U7)"},"21":{"style":229,"text":"=SUM(V7)"},"22":{"style":229,"text":"=SUM(W7)"},"23":{"style":232,"text":"=SUM(X7)"},"24":{"style":229,"text":"=SUM(Y7)"}}},"9":{"cells":{"4":{"lineStart":"leftbottom","text":""},"6":{"text":"","aggregate":"dynamic"}}},"19":{"cells":{"1":{"text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"laiyuan.class","freeze":"A1","dataRectWidth":1738,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"bgcolor":"#02a274","font":{"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff"},{"textwrap":true},{"textwrap":true,"font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#ffffff"},{"align":"center","bgcolor":"#02a274","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#000100"},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100"},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100","bgcolor":""},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center"},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"textwrap":true,"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"font":{"size":9},"border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":""},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10}},{"color":"#000100","bgcolor":"","font":{"size":10}},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":10},"align":"center"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100"},{"font":{"size":10},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"color":"#000100","bgcolor":"","align":"center"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"color":"#000100","bgcolor":"","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"font":{"size":10},"align":"center","bgcolor":"#"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"align":"center","bgcolor":"#"},{"bgcolor":"#","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"color":"#000100","bgcolor":"#fffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"textwrap":true,"bgcolor":"#fffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"color":"#000100","bgcolor":"#ffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"textwrap":true,"bgcolor":"#ffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"color":"#000100","bgcolor":"#fff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"textwrap":true,"bgcolor":"#fff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"color":"#000100","bgcolor":"#ff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"textwrap":true,"bgcolor":"#ff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"color":"#000100","bgcolor":"#f","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#f"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"textwrap":true,"bgcolor":"#f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"color":"#000100","bgcolor":"#","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"textwrap":true,"bgcolor":"#"},{"color":"#000100","bgcolor":"#ddefe8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"color":"#000100","font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":9},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8"},{"bgcolor":"#aedac8"},{"bgcolor":"#fffff"},{"bgcolor":"#ffff"},{"bgcolor":"#fff"},{"bgcolor":"#ff"},{"bgcolor":"#f"},{"align":"center","bgcolor":"#aedac8","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":""},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"aedac8"},{"align":"center","bgcolor":"aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"##aedac8"},{"bgcolor":"##aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":9}},{"bgcolor":"#aedac8","font":{"size":8}},{"bgcolor":"#aedac8","font":{"size":8},"align":"left"},{"bgcolor":"#aedac8","font":{"size":8},"align":"left","valign":"middle"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":10}},{"bgcolor":"#02a274","font":{"size":10},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#ddefe8","font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":10},"align":"center"},{"align":"center","bgcolor":"#aedac8","font":{"size":10}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":10}},{"bgcolor":"#aedac8","font":{"size":10},"align":"left","valign":"middle"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","strike":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","strike":false},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":132},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":61},"8":{"width":60},"9":{"width":75},"10":{"width":75},"11":{"width":64},"12":{"width":70},"13":{"width":63},"14":{"width":86},"15":{"width":64},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":82},"23":{"width":73},"24":{"width":86},"len":50},"merges":["B1:X1","B2:B6","C2:C6","D2:L2","M2:T2","U2:Y2","D3:D6","E3:K3","L3:L6","M3:Q3","R3:T3","U3:Y3","E4:F4","G4:G6","H4:H6","I4:K4","M4:M6","N4:Q4","R4:R6","S4:T4","U4:U6","V4:W4","X4:Y4","E5:E6","F5:F6","I5:I6","J5:K5","N5:N6","O5:O6","P5:P6","Q5:Q6","S5:S6","T5:T6","V5:V6","W5:W6","X5:X6","Y5:Y6","B8:C8"]}', NULL, N'https://static.jeecg.com/designreport/images/jingfei_1607069843358.png', N'admin', N'2020-12-03 16:54:17.0000000', N'admin', N'2021-08-04 18:53:17.0000000', N'0', NULL, NULL, N'1', N'17623', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334457419857793024', N'20201203192154', N'超市各地区销售额', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":7,"sci":2,"eri":7,"eci":2,"width":85,"height":25},"excel_config_id":"1334457419857793024","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"各地区商品销售额一栏表","merge":[0,18],"style":13}},"height":82},"1":{"cells":{"1":{"text":"地区|类型|时间","lineStart":"lefttop","style":56,"merge":[1,1],"height":50},"3":{"text":"2020年","style":46,"merge":[0,12]},"16":{"text":"2019年","style":46,"merge":[0,9]}}},"2":{"cells":{"3":{"text":"12月","style":46},"4":{"text":"11月","style":46},"5":{"text":"10月","style":46},"6":{"text":"9月","style":46},"7":{"text":"8月","style":46},"8":{"text":"7月","style":46},"9":{"text":"6月","style":46},"10":{"text":"5月","style":46},"11":{"text":"4月","style":46},"12":{"text":"3月","style":46},"13":{"text":"2月","style":46},"14":{"text":"1月","style":46},"15":{"text":"本年小计","style":46},"16":{"text":"12月","style":46},"17":{"text":"11月","style":46},"18":{"text":"10月","style":46},"19":{"text":"9月","style":46},"20":{"text":"8月","style":46},"21":{"text":"7月","style":46},"22":{"text":"6月","style":46},"23":{"text":"5月","style":46},"24":{"text":"4月","style":46},"25":{"text":"本年小计","style":46}}},"3":{"cells":{"1":{"text":"#{xiaoshou.group(diqu)}","style":51,"aggregate":"group"},"2":{"text":"#{xiaoshou.class}","style":51},"3":{"text":"#{xiaoshou.sales_11}","style":21,"decimalPlaces":"0"},"4":{"text":"#{xiaoshou.sales_12}","style":21,"decimalPlaces":"0"},"5":{"text":"#{xiaoshou.sales_13}","style":21,"decimalPlaces":"0"},"6":{"text":"#{xiaoshou.sales_14}","style":21,"decimalPlaces":"0"},"7":{"text":"#{xiaoshou.sales_15}","style":21,"decimalPlaces":"0"},"8":{"text":"#{xiaoshou.sales_16}","style":21,"decimalPlaces":"0"},"9":{"text":"#{xiaoshou.sales_17}","style":21,"decimalPlaces":"0"},"10":{"text":"#{xiaoshou.sales_18}","style":21,"decimalPlaces":"0"},"11":{"text":"#{xiaoshou.sales_19}","style":21,"decimalPlaces":"0"},"12":{"text":"#{xiaoshou.sales_20}","style":21,"decimalPlaces":"0"},"13":{"text":"#{xiaoshou.sales_21}","style":21,"decimalPlaces":"0"},"14":{"text":"#{xiaoshou.sales_22}","style":21,"decimalPlaces":"0"},"15":{"style":48,"text":"=SUM(D4:O4)","decimalPlaces":"0"},"16":{"text":"#{xiaoshou.sales_31}","style":21,"decimalPlaces":"0"},"17":{"text":"#{xiaoshou.sales_32}","style":21,"decimalPlaces":"0"},"18":{"text":"#{xiaoshou.sales_33}","style":21,"decimalPlaces":"0"},"19":{"text":"#{xiaoshou.sales_34}","style":21,"decimalPlaces":"0"},"20":{"text":"#{xiaoshou.sales_35}","style":21,"decimalPlaces":"0"},"21":{"text":"#{xiaoshou.sales_36}","style":21,"decimalPlaces":"0"},"22":{"text":"#{xiaoshou.sales_37}","style":21,"decimalPlaces":"0"},"23":{"text":"#{xiaoshou.sales_38}","style":21,"decimalPlaces":"0"},"24":{"text":"#{xiaoshou.sales_39}","style":21,"decimalPlaces":"0"},"25":{"style":48,"text":"=SUM(Q4:Y4)","decimalPlaces":"0"}},"isDrag":true},"4":{"cells":{"1":{"text":"合计","style":52,"rendered":"","merge":[0,1]},"3":{"text":"=SUM(D4)","style":55},"4":{"text":"=SUM(E4)","style":55},"5":{"text":"=SUM(F4)","style":55},"6":{"text":"=SUM(G4)","style":55},"7":{"text":"=SUM(H4)","style":55},"8":{"text":"=SUM(I4)","style":55},"9":{"text":"=SUM(J4)","style":55},"10":{"text":"=SUM(K4)","style":55},"11":{"text":"=SUM(L4)","style":55},"12":{"text":"=SUM(M4)","style":55},"13":{"text":"=SUM(N4)","style":55},"14":{"text":"=SUM(O4)","style":55},"15":{"text":"=SUM(P4)","style":55},"16":{"text":"=SUM(Q4)","style":55},"17":{"text":"=SUM(R4)","style":55},"18":{"text":"=SUM(S4)","style":55},"19":{"text":"=SUM(T4)","style":55},"20":{"text":"=SUM(U4)","style":55},"21":{"text":"=SUM(V4)","style":55},"22":{"text":"=SUM(W4)","style":55},"23":{"text":"=SUM(X4)","style":55},"24":{"text":"=SUM(Y4)","style":55},"25":{"text":"=SUM(Z4)","style":55}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xiaoshou.diqu","freeze":"A1","dataRectWidth":2464,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#"},{"bgcolor":"#d7f2f9"},{"bgcolor":"#d7f2f9","align":"center"},{"align":"center"},{"align":"center","bgcolor":"#"},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]}},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"color":"#ffffff"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"color":"#ffffff"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#bdd7ee"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":10},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"align":"center","bgcolor":"#d7f2f9"},{"align":"center","bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee","format":"number"},{"bgcolor":"#bdd7ee","format":"number","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"isGroup":true,"cols":{"0":{"width":21},"1":{"width":63},"2":{"width":85},"3":{"width":95},"4":{"width":83},"5":{"width":81},"6":{"width":88},"7":{"width":89},"8":{"width":87},"9":{"width":95},"10":{"width":92},"11":{"width":95},"12":{"width":96},"13":{"width":98},"14":{"width":98},"15":{"width":78},"16":{"width":110},"17":{"width":111},"18":{"width":102},"19":{"width":102},"20":{"width":114},"21":{"width":111},"22":{"width":113},"23":{"width":107},"24":{"width":115},"25":{"width":135},"26":{"width":135},"27":{"width":135},"28":{"width":135},"29":{"width":135},"len":50},"merges":["B1:T1","B2:C3","D2:P2","Q2:Z2","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/chaoshi_1607069609875.png', N'admin', N'2020-12-03 19:21:55.0000000', N'admin', N'2022-04-28 17:59:14.0000000', N'0', NULL, NULL, N'1', N'797', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334696790477377536', N'20201204111149', N'学校收入一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":11,"sci":4,"eri":11,"eci":4,"width":92,"height":25},"excel_config_id":"1334696790477377536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"学校收入一览表","style":25,"merge":[0,13]}},"height":71},"1":{"cells":{"1":{"text":"校园信息","merge":[1,2],"style":40},"4":{"text":"学生信息","merge":[1,2],"style":40},"7":{"merge":[1,5],"style":42,"text":"收款信息"},"13":{"merge":[0,11],"text":"确认收入信息","style":43}},"height":23},"2":{"cells":{"13":{"merge":[0,3],"text":"2020.09","style":46},"17":{"merge":[0,3],"text":"2020.10","style":46},"21":{"text":"合计","style":46,"merge":[0,3]}},"height":40},"3":{"cells":{"1":{"text":"所属城际","style":50},"2":{"text":"所属校园","style":50},"3":{"text":"NC帐套","style":50},"4":{"text":"学号","style":50},"5":{"text":"姓名","style":50},"6":{"text":"性质","style":50},"7":{"text":"缴费金额","style":50},"8":{"text":"缴费时间","style":50},"9":{"text":"缴费性质","style":50},"10":{"text":"缴费所属期间","style":50},"11":{"text":"缴费月份数","style":50},"12":{"text":"缴费方式","style":50},"13":{"text":"全部","style":50},"14":{"text":"学费","style":50},"15":{"text":"餐费","style":50},"16":{"text":"校车费","style":50},"17":{"text":"全部","style":50},"18":{"text":"学费","style":50},"19":{"text":"餐费","style":50},"20":{"text":"校车费","style":50},"21":{"text":"全部","style":50},"22":{"text":"学费","style":50},"23":{"text":"餐费","style":50},"24":{"text":"校车费","style":50}}},"4":{"cells":{"1":{"text":"#{shouru.group(city)}","style":45,"aggregate":"group"},"2":{"text":"#{shouru.group(school)}","style":45,"aggregate":"group"},"3":{"text":"#{shouru.ncnum}","style":35,"aggregate":"select"},"4":{"text":"#{shouru.num}","style":35},"5":{"text":"#{shouru.name}","style":35},"6":{"text":"#{shouru.class}","style":35},"7":{"text":"#{shouru.pay}","style":35},"8":{"text":"#{shouru.paytime}","style":35},"9":{"text":"#{shouru.payclass}","style":35},"10":{"text":"#{shouru.pay1}","style":35},"11":{"text":"#{shouru.paymoth}","style":35},"12":{"text":"#{shouru.pay2}","style":35},"13":{"style":33,"text":"=SUM(O5:Q5)"},"14":{"text":"#{shouru.tuition_09}","style":35},"15":{"text":"#{shouru.meals_09}","style":35},"16":{"text":"#{shouru.busfee_09}","style":35},"17":{"style":33,"text":"=SUM(S5:U5)"},"18":{"text":"#{shouru.tuition_10}","style":35},"19":{"text":"#{shouru.meals_10}","style":35},"20":{"text":"#{shouru.busfee_10}","style":35},"21":{"style":68,"text":"=SUM(W5,X5)"},"22":{"style":35,"text":"=SUM(O5,S5)"},"23":{"style":35,"text":"=SUM(P5,T5)"},"24":{"style":35,"text":"=SUM(Q5,U5)"}},"isDrag":true,"height":35},"5":{"cells":{"1":{"style":15,"text":"合计","rendered":"","merge":[0,1]},"3":{"style":66,"text":" "},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"style":66,"text":" "},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"style":66,"text":" "},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"style":66,"text":" "},"13":{"style":15,"text":"=SUM(N5)"},"14":{"style":66,"text":" "},"15":{"style":66,"text":" "},"16":{"style":66,"text":" "},"17":{"style":15,"text":"=SUM(R5)"},"18":{"text":" ","style":66},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"style":15,"text":"=SUM(V5)"},"22":{"style":15,"text":"=SUM(W5)"},"23":{"style":15,"text":"=SUM(X5)"},"24":{"style":15,"text":"=SUM(Y5)"}}},"16":{"cells":{"1":{}}},"17":{"cells":{"1":{}}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"shouru.city","freeze":"A1","dataRectWidth":1983,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"bgcolor":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#b2ddec"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10}},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","bgcolor":"#dff2f9"},{"bgcolor":""},{"bgcolor":"#309fc6"},{"align":"center","color":"#ffffff"},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#dff2f9"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"¥b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"align":"center","bgcolor":"","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#d7f2f9","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#bdd7ee","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":10}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10}},{"font":{"size":12}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":12}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":12}},{"font":{"size":10.5}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10.5}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10.5}},{"align":"left","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"left"},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"format":"rmb"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"isGroup":true,"cols":{"0":{"width":37},"1":{"width":79},"2":{"width":87},"3":{"width":79},"4":{"width":92},"5":{"width":90},"6":{"width":79},"7":{"width":83},"8":{"width":89},"9":{"width":79},"10":{"width":89},"11":{"width":84},"12":{"width":76},"13":{"width":67},"14":{"width":74},"15":{"width":69},"16":{"width":74},"17":{"width":68},"18":{"width":76},"19":{"width":79},"20":{"width":78},"21":{"width":74},"22":{"width":81},"len":50},"merges":["B1:O1","B2:D3","E2:G3","H2:M3","N2:Y2","N3:Q3","R3:U3","V3:Y3","B6:C6"]}', NULL, N'https://static.jeecg.com/designreport/images/xuexiao_1607069724407.png', N'admin', N'2020-12-04 11:11:50.0000000', N'admin', N'2022-04-28 18:25:27.0000000', N'0', NULL, NULL, N'1', N'32887', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334757703079301120', N'20201204151358', N'车间零件完工一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":8,"sci":11,"eri":8,"eci":11,"width":100,"height":25},"excel_config_id":"1334757703079301120","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"车间零件完工一览表","merge":[0,12],"style":23}},"height":81},"1":{"cells":{"1":{"text":"车间","style":22},"2":{"text":"成品名称","style":22},"3":{"text":"半成品名称","style":22},"4":{"text":"完工时间","style":22},"5":{"text":"状态","style":22},"6":{"text":"成品属性","style":22},"7":{"text":"工单号","style":22},"8":{"text":"工单数量","style":22},"9":{"text":"计划数量","style":22},"10":{"text":"完成数量","style":22},"11":{"text":"UPH","style":22},"12":{"text":"H/C","style":22},"13":{"text":"计划时间","style":22},"14":{"text":"良率","style":22},"15":{"text":"备注","style":22}},"height":55},"2":{"cells":{"1":{"text":"#{chejian.group(city)}","style":16,"aggregate":"group"},"2":{"text":"#{chejian.finish}","style":14},"3":{"text":"#{chejian.semifinish}","style":14},"4":{"text":"#{chejian.time}","style":14},"5":{"text":"#{chejian.state}","style":14},"6":{"text":"#{chejian.attribute}","style":14},"7":{"text":"#{chejian.num}","style":14},"8":{"text":"#{chejian.gnum}","style":14},"9":{"text":"#{chejian.jnum}","style":14},"10":{"text":"#{chejian.wnum}","style":14},"11":{"text":"#{chejian.uph}","style":24},"12":{"text":"#{chejian.hc}","style":14},"13":{"text":"#{chejian.jtime}","style":14},"14":{"text":"#{chejian.yield}","style":14},"15":{"text":"#{chejian.beizhu}","style":14}},"isDrag":true,"height":35},"3":{"cells":{"11":{"text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"chejian.city","freeze":"A1","dataRectWidth":1494,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"bgcolor":"#309fc6"},{"bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#b2ddec"},{"font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":45},"1":{"width":106},"2":{"width":121},"3":{"width":124},"4":{"width":87},"5":{"width":76},"6":{"width":82},"7":{"width":81},"8":{"width":69},"9":{"width":76},"10":{"width":81},"15":{"width":146},"len":50},"merges":["B1:N1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185352_1608116050060.png', N'admin', N'2020-12-04 15:13:58.0000000', N'admin', N'2021-08-04 18:53:20.0000000', N'0', NULL, NULL, N'1', N'5340', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1337271712059887616', N'20201211134332', N'山东智慧旅游大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":11,"colspan":3,"rowspan":13,"width":"293","height":"324","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"河北\",\"北京\",\"上海\",\"山东\",\"深圳\",\"黑龙江\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"河北\",\"value\":\"1500\",\"itemStyle\":{\"color\":\"rgba(99,198,213,1)\"}},{\"name\":\"北京\",\"value\":\"3700\",\"itemStyle\":{\"color\":\"rgba(249,190,165,1)\"}},{\"name\":\"上海\",\"value\":\"1000\",\"itemStyle\":{\"color\":\"rgba(254,231,105,1)\"}},{\"name\":\"山东\",\"value\":\"450\",\"itemStyle\":{\"color\":\"rgba(100,122,185,1)\"}},{\"name\":\"深圳\",\"value\":\"5000\",\"itemStyle\":{\"color\":\"rgba(116,166,198,1)\"}},{\"name\":\"黑龙江\",\"value\":\"3600\",\"itemStyle\":{\"color\":\"rgba(243,137,130,1)\"}}],\"bottom\":60,\"isRadius\":true,\"roseType\":\"\",\"minAngle\":\"10\",\"right\":\"10%\",\"label\":{\"show\":true,\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"value\",\"radius\":[\"40%\",\"49%\"]}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"游客来源分析\",\"textStyle\":{\"color\":\"#FAF6F6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338678877395881985","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"laiyuan1","dataId1":"","source":"","target":"","chartType":"pie.simple","chartId":"pie.rose"},"layer_id":"i5HQTS1CQ2VH6nEQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,11],[1,12],[1,13]]},{"row":1,"col":1,"colspan":4,"rowspan":6,"width":"359","height":"149","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"杭州\",\"南京\",\"苏州\",\"武汉\",\"南昌\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":40,\"left\":44,\"bottom\":25,\"right\":10},\"series\":[{\"barWidth\":10,\"data\":[\"888\",\"765\",\"698\",\"436\",\"415\"],\"name\":\"数量\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(19,199,248,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#12C2F2\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"游客来源排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338457100451328002","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"laiyuan","dataId1":"","source":"","target":"","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal","isTiming":false,"intervalTime":"2"},"layer_id":"ndKvmqU3tX7y3naJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4]]},{"row":1,"col":9,"colspan":2,"rowspan":7,"width":"181","height":"172","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(99,198,213,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"38%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—飞机\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"1uidom5ErD4PeDUK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,9],[1,10]]},{"row":2,"col":5,"colspan":4,"rowspan":12,"width":"531","height":"299","config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.7,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8BD0F7\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#378DBD\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"data\":[{\"name\":\"宜兴市\",\"value\":[119.820538,31.364384,\"250\"]},{\"name\":\"江阴市\",\"value\":[120.275891,31.910984,\"500\"]}],\"name\":\"pm2.5\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#EDF663\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\",\"textStyle\":{\"fontSize\":\"8\"}},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#F0E426\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1338720793164517378","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ditu","dataId1":"","source":"","target":"","chartType":"map.scatter","chartId":""},"layer_id":"gqXehyaiANglaPQG","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[2,5],[2,6],[2,7],[2,8]]},{"row":7,"col":1,"colspan":4,"rowspan":7,"width":"359","height":"174","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":30,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"灵山\",\"梅园\",\"三国派\",\"张山洞\",\"惠山古镇\",\"东林书院\",\"档口古镇\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":41,\"left\":45,\"bottom\":49,\"right\":26},\"series\":[{\"barWidth\":13,\"data\":[\"888\",\"4702\",\"4484\",\"4356\",\"3752\",\"2500\",\"1800\"],\"name\":\"value\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#43F2E8\"},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":\"5px\",\"text\":\"游客分布排行\",\"textStyle\":{\"color\":\"#FBFBFB\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338667866760679426","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fenbu1","dataId1":"","source":"","target":"","chartType":"bar.simple","chartId":"bar.simple"},"layer_id":"aZ4FsMHs0xbfUpYQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,1],[7,2],[7,3],[7,4]]},{"row":8,"col":9,"colspan":2,"rowspan":6,"width":"186","height":"147","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(254,231,105,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"48%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—火车\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"778X5NaIRavT5Nm1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,9],[8,10]]},{"row":14,"col":9,"colspan":2,"rowspan":5,"width":"186","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"11\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(243,137,130,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—轮船\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"DNX66I155dmhuer0","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,9],[14,10]]},{"row":14,"col":1,"colspan":4,"rowspan":11,"width":"359","height":"270","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"宾馆\",\"景区\",\"餐饮\",\"商城\",\"商业街\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"宾馆\",\"value\":\"4.5\",\"itemStyle\":{\"color\":\"rgba(44,222,250,1)\"}},{\"name\":\"景区\",\"value\":\"4.4\",\"itemStyle\":{\"color\":\"rgba(127,244,201,1)\"}},{\"name\":\"餐饮\",\"value\":\"3.2\",\"itemStyle\":{\"color\":\"rgba(252,209,1,1)\"}},{\"name\":\"商城\",\"value\":\"2.3\",\"itemStyle\":{\"color\":\"rgba(239,134,127,1)\"}},{\"name\":\"商业街\",\"value\":\"2\",\"itemStyle\":{\"color\":\"rgba(105,127,193,1)\"}},{\"name\":\"其他\",\"value\":\"1.8\",\"itemStyle\":{\"color\":\"rgba(115,164,196,1)\"}}],\"bottom\":27,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\",\"textStyle\":{\"fontSize\":\"12\",\"fontWeight\":\"normal\"}},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":59,\"left\":\"10%\",\"gap\":3,\"name\":\"value\",\"width\":\"72%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"trigger\":\"item\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"停留时长分布\",\"textStyle\":{\"color\":\"#FBF8F8\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338669749617299458","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"yanshi","dataId1":"","source":"","target":"","chartType":"funnel.simple","chartId":"bar.simple"},"layer_id":"7WtIijKkXSWV8mJp","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,1],[14,2],[14,3],[14,4]]},{"row":14,"col":5,"colspan":4,"rowspan":11,"width":"530","height":"274","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFEFE\",\"fontSize\":12}},\"data\":[\"10.1\",\"10.2\",\"10.3\",\"10.4\",\"10.5\",\"10.6\",\"10.7\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":49,\"left\":43,\"bottom\":42,\"right\":27},\"series\":[{\"areaStyle\":null,\"data\":[\"3200\",\"3000\",\"3500\",\"3800\",\"2800\",\"3100\",\"3700\"],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"value\",\"itemStyle\":{\"color\":\"#01E4FE\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"游客趋势分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338724105821622274","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"qushi","dataId1":"","source":"","target":"","chartType":"line.simple","chartId":"line.simple"},"layer_id":"ZrPvcA8ReTCrfWyy","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,5],[14,6],[14,7],[14,8]]},{"row":14,"col":11,"colspan":3,"rowspan":11,"width":"295","height":"274","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1\",\"2\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"layout\":\"circular\",\"lineStyle\":{\"curveness\":0.3,\"color\":\"source\"},\"data\":[{\"name\":\"江苏\",\"value\":\"500\",\"category\":0},{\"name\":\"广东\",\"value\":\"300\",\"category\":1},{\"name\":\"浙江\",\"value\":\"100\",\"category\":2},{\"name\":\"湖北\",\"value\":\"1000\",\"category\":2},{\"name\":\"湖南\",\"value\":\"888\",\"category\":2}],\"center\":[\"150\",\"120\"],\"name\":\"value\",\"links\":[{\"source\":\"江苏\",\"target\":\"广东\"},{\"source\":\"广东\",\"target\":\"湖北\"},{\"source\":\"湖南\",\"target\":\"江苏\"},{\"source\":\"广东\",\"target\":\"浙江\"},{\"source\":\"浙江\",\"target\":\"广东\"},{\"source\":\"浙江\",\"target\":\"湖北\"},{\"source\":\"浙江\",\"target\":\"湖南\"},{\"source\":\"湖南\",\"target\":\"浙江\"},{\"source\":\"湖南\",\"target\":\"湖北\"},{\"source\":\"湖南\",\"target\":\"广东\"}],\"categories\":[{\"name\":\"1\",\"itemStyle\":{\"color\":\"\"}},{\"name\":\"2\",\"itemStyle\":{\"color\":\"\"}},{\"name\":\"1\",\"itemStyle\":{\"color\":\"\"}}],\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"type\":\"graph\",\"roam\":true}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"来源关系分布\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338687259901169665","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"xianlu","dataId1":"1338687435562815489","source":"from_name","target":"to_name","chartType":"graph.simple","isTiming":true,"intervalTime":"5","id":""},"layer_id":"ejghiJGsHBsY5lsY","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,11],[14,12],[14,13],[14,14]]},{"row":19,"col":9,"colspan":2,"rowspan":6,"width":"188","height":"146","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"数量\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"数量\",\"value\":\"11120\",\"itemStyle\":{\"color\":\"rgba(116,166,198,1)\"}},{\"name\":\"其他\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#E0E0E1\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"value\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"出行方式—其他\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","dataId":"1338675446962720769","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"fangshi1","dataId1":"","source":"","target":"","chartType":"pie.doughnut","id":"","isTiming":true,"intervalTime":"5"},"layer_id":"SyZNSbb9ooxZvyH1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,9],[19,10],[19,11]]}],"area":false,"excel_config_id":"1337271712059887616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"山东智慧旅游大屏","style":5,"merge":[0,12]}},"height":96},"1":{"cells":{"1":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"2":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"3":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"4":{"text":" ","virtual":"ndKvmqU3tX7y3naJ"},"9":{"text":" ","virtual":"1uidom5ErD4PeDUK"},"10":{"text":" ","virtual":"1uidom5ErD4PeDUK"},"11":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"},"12":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"},"13":{"text":" ","virtual":"i5HQTS1CQ2VH6nEQ"}}},"2":{"cells":{"5":{"text":" ","virtual":"gqXehyaiANglaPQG"},"6":{"text":" ","virtual":"gqXehyaiANglaPQG"},"7":{"text":" ","virtual":"gqXehyaiANglaPQG"},"8":{"text":" ","virtual":"gqXehyaiANglaPQG"}}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{"1":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"2":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"3":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"},"4":{"text":" ","virtual":"aZ4FsMHs0xbfUpYQ"}}},"8":{"cells":{"9":{"text":" ","virtual":"778X5NaIRavT5Nm1"},"10":{"text":" ","virtual":"778X5NaIRavT5Nm1"}}},"12":{"cells":{}},"13":{"cells":{"11":{"text":" ","virtual":"e0TvMeaBiYnZTQ0X","merge":[0,2],"style":4}}},"14":{"cells":{"1":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"2":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"3":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"4":{"text":" ","virtual":"7WtIijKkXSWV8mJp"},"5":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"6":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"7":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"8":{"text":" ","virtual":"ZrPvcA8ReTCrfWyy"},"9":{"text":" ","virtual":"DNX66I155dmhuer0"},"10":{"text":" ","virtual":"DNX66I155dmhuer0"},"11":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"12":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"13":{"text":" ","virtual":"ejghiJGsHBsY5lsY"},"14":{"text":" ","virtual":"ejghiJGsHBsY5lsY"}}},"15":{"cells":{}},"16":{"cells":{}},"19":{"cells":{"9":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"},"10":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"},"11":{"text":" ","virtual":"SyZNSbb9ooxZvyH1"}}},"20":{"cells":{}},"21":{"cells":{}},"27":{"cells":{"2":{"text":""}},"isDrag":true},"len":97},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"freeze":"A1","dataRectWidth":1537,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1607665431796.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"rgb(71,208,241)"},{"color":"rgb(71,208,241)","font":{"size":16}},{"color":"rgb(71,208,241)","font":{"size":16},"align":"center"},{"align":"center"},{"color":"#ffffff"},{"color":"rgb(71,208,241)","font":{"size":18},"align":"center"},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":60},"4":{"width":62},"7":{"width":182},"8":{"width":150},"10":{"width":88},"11":{"width":95},"len":50},"merges":["B1:N1","L14:N14"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201218200411_1608293066714.png', N'admin', N'2020-12-11 13:43:33.0000000', N'admin', N'2023-09-11 19:58:18.0000000', N'1', NULL, NULL, N'0', N'5640', NULL, NULL, N'1') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338370016550195200', N'20201214142804', N'条形码报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":7,"eri":5,"eci":7,"width":105,"height":145},"excel_config_id":"1338370016550195200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"merge":[1,6],"text":"居民身份证申领登记表","style":39}},"height":73},"1":{"cells":{"8":{"text":"","rendered":"","config":""}},"height":28},"2":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"受理单位(盖章)珠海市公安局","merge":[0,3],"style":36},"5":{"text":" "},"6":{"text":"","rendered":"","config":"","display":"normal"},"7":{"text":" "},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":""}},"height":34},"3":{"cells":{"1":{"text":"姓名","style":24},"2":{"style":7,"rendered":"","text":"${tm.name}"},"3":{"text":"性别","style":16},"4":{"style":7,"text":"${tm.sex}"},"5":{"text":"民族","style":16},"6":{"style":7,"text":"${tm.nation}"},"7":{"text":"${tm.tp}","style":7,"rendered":"h45oR9LiU0yMyTha","display":"img","merge":[2,0],"height":145},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""}},"isDrag":true,"height":47},"4":{"cells":{"1":{"text":"出生日期","style":24},"2":{"style":32,"merge":[0,4],"text":"${tm.birth}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":"","display":"normal"},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":47},"5":{"cells":{"1":{"text":"常住户口所在地住址","style":21},"2":{"style":7,"merge":[0,4],"text":"${tm.zhuzhi}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","display":"normal"},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":51},"6":{"cells":{"1":{"text":"公民身份证","style":24},"2":{"style":7,"merge":[0,5],"text":"${tm.card}"},"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""},"10":{"text":"","rendered":""}},"isDrag":true,"height":49},"7":{"cells":{"1":{"text":"有限期限","style":24},"2":{"style":34,"merge":[0,1],"text":"${tm.ydate}"},"4":{"text":"签发机关","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.qfjg}"},"9":{"text":"","rendered":""},"10":{"text":"","rendered":""}},"isDrag":true,"height":50},"8":{"cells":{"1":{"text":"申领原因","style":24},"2":{"style":7,"merge":[0,5],"text":"${tm.slyy}","rendered":"","config":""},"9":{"text":"","rendered":""},"10":{"text":"","rendered":"","config":""}},"isDrag":true,"height":55},"9":{"cells":{"1":{"text":"受理时间","style":24},"2":{"style":32,"merge":[0,1],"text":"${tm.sdate}"},"4":{"text":"受理号","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.shao}","rendered":"","config":""}},"isDrag":true,"height":49},"10":{"cells":{"1":{"text":"承办人","style":24},"2":{"style":7,"merge":[0,1],"text":"${tm.cbr}"},"4":{"text":"受理单位领导","style":24},"5":{"style":7,"merge":[0,2],"text":"${tm.sld}"},"11":{"text":"","rendered":"","config":"","display":"normal"}},"isDrag":true,"height":42},"11":{"cells":{"1":{"text":"申请(监护)人签名","style":21},"2":{"style":7,"merge":[0,1],"text":"${tm.sr}"},"4":{"text":"申请(监护)人联系电话","style":21},"5":{"style":7,"merge":[0,2],"text":"${tm.jphone}"},"8":{"text":"","rendered":"","config":""},"11":{"text":"","rendered":"","config":""}},"isDrag":true,"height":59},"12":{"cells":{"1":{"text":"领证人签名","style":24},"2":{"style":7,"merge":[0,1],"text":"${tm.lzr}"},"4":{"text":"领证时间","style":24},"5":{"style":32,"merge":[0,2],"text":"${tm.ldate}"},"11":{"text":"","rendered":"","config":""}},"isDrag":true,"height":57},"13":{"cells":{"1":{"text":"是否通过邮政特快专递方式领取二代","merge":[0,1],"style":24},"3":{"style":7,"merge":[0,4],"text":"${tm.sk}"},"8":{"text":"","rendered":"","config":""}},"isDrag":true,"height":50},"14":{"cells":{"1":{"text":"投递地址","style":24},"2":{"style":7,"merge":[0,2],"text":"${tm.dizhi}"},"5":{"text":"收件人","style":24},"6":{"style":7,"text":" ","merge":[0,1]},"9":{"text":"","rendered":"","config":""}},"isDrag":true,"height":53},"15":{"cells":{"1":{"text":"邮政编码","style":24},"2":{"style":7,"merge":[0,1]},"4":{"text":"备注","style":24},"5":{"style":7,"merge":[0,2]}},"isDrag":true,"height":47},"17":{"cells":{"1":{"text":"","style":31,"rendered":"","config":""},"7":{"style":31,"text":"","rendered":"","config":"","display":"normal"},"8":{"text":"","rendered":"","config":""}},"height":24},"18":{"cells":{"2":{"text":"","rendered":"","config":"","display":"normal"},"5":{"height":0,"text":"","rendered":"","config":"","display":"normal"},"6":{"text":"${tm.shao}","rendered":"lBIO6LdCKqIdOqek","config":"","display":"barcode","merge":[0,1],"height":0},"8":{"text":"","rendered":"","config":""}},"height":80},"19":{"cells":{"8":{"text":"","rendered":"","config":""},"9":{"text":"","rendered":"","config":""}}},"22":{"cells":{"7":{"text":"","rendered":"","config":""}}},"23":{"cells":{"7":{"text":"","rendered":"","config":""}}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":692,"displayConfig":{"1":{"barcodeContent":"${tm.tp}","format":"CODE128","width":2,"height":"80","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":272,"containerHeight":80},"2":{"barcodeContent":"${tm.shao}","format":"CODE128","width":2,"height":80,"displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":211,"containerHeight":80}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"font":{"name":"宋体","size":9}},{"font":{"name":"宋体","size":9},"color":"#3f3f3f"},{"font":{"name":"宋体","size":9},"color":"#0c0c0c"},{"font":{"name":"宋体","size":9},"color":"#7f7f7f"},{"font":{"name":"宋体","size":9},"color":"#595959"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"right"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false},"align":"center"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"align":"center"},{"font":{"size":8},"align":"right"},{"font":{"size":10},"align":"right"},{"font":{"size":10},"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date2"},{"format":"date2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date"},{"format":"date"},{"font":{"name":"宋体","size":9},"color":"#595959","valign":"bottom"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"align":"center","font":{"bold":true,"size":16},"valign":"bottom"},{}],"validations":[],"cols":{"0":{"width":27},"1":{"width":90},"2":{"width":156},"3":{"width":51},"4":{"width":96},"5":{"width":61},"6":{"width":106},"7":{"width":105},"8":{"width":135},"len":50},"merges":["B1:H2","B3:E3","C5:G5","C6:G6","C7:H7","C8:D8","F8:H8","C9:H9","C10:D10","F10:H10","C11:D11","F11:H11","C12:D12","F12:H12","C13:D13","F13:H13","B14:C14","D14:H14","C15:E15","G15:H15","C16:D16","F16:H16","G19:H19","H4:H6"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1608118350039.png', N'admin', N'2020-12-14 14:28:04.0000000', N'admin', N'2021-08-04 21:36:09.0000000', N'0', NULL, NULL, N'1', N'28018', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338744112815411200', N'20201215151426', N'简单条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1302,"autofilter":{},"validations":[],"cols":{"0":{"width":40},"1":{"width":107},"2":{"width":143},"3":{"width":106},"4":{"width":80},"5":{"width":85},"6":{"width":118},"7":{"width":120},"8":{"width":164},"9":{"width":139},"len":50},"area":false,"excel_config_id":"1338744112815411200","zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":"职务","style":92},"2":{"text":"雇员ID","style":92},"3":{"text":"姓名","style":92},"4":{"text":"性别","style":92},"5":{"style":92,"text":"年龄"},"6":{"text":"雇佣日期","style":92},"7":{"text":"家庭电话","style":92},"8":{"text":"出生日期","style":92},"9":{"text":"户口所在地","style":92},"10":{"text":"联系地址","style":92},"11":{"text":"紧急联系人","style":92}},"height":43},"2":{"cells":{"1":{"style":21,"text":"#{pop.group(update_by)}","aggregate":"group"},"2":{"style":21,"text":"#{pop.id}"},"3":{"style":21,"text":"#{pop.name}"},"4":{"style":21,"text":"#{pop.sex}"},"5":{"style":21,"text":"#{pop.age}"},"6":{"style":24,"text":"#{pop.gtime}","rendered":""},"7":{"style":21,"text":"#{pop.jphone}"},"8":{"style":24,"text":"#{pop.birth}"},"9":{"style":21,"text":"#{pop.hukou}"},"10":{"style":21,"text":"#{pop.laddress}"},"11":{"style":21,"text":"#{pop.jperson}"}},"height":34},"3":{"cells":{}},"4":{"cells":{"4":{"text":""}}},"5":{"cells":{"1":{"style":95,"text":"备注:"},"2":{"style":96,"text":" "},"3":{"style":96,"text":" "},"4":{"style":96,"text":" "},"5":{"style":97,"text":" "},"6":{"style":96,"text":" "},"7":{"style":98,"text":" "}}},"6":{"cells":{"1":{"style":99,"text":"1、支持模糊查询,需要输入 “*+字符串”或 “字符串+* ”或“*+字符串+*”,如:张* / *丽 / *亚*;","merge":[0,6]}}},"7":{"cells":{"1":{"style":99,"text":"2、以上“出生日期”为时间类型;","merge":[0,6]}}},"8":{"cells":{"1":{"style":99,"text":"3、以上“雇佣日期”为日期类型","merge":[0,6]}}},"9":{"cells":{"1":{"text":"4、以上“姓名”为字符串类型,支持精准查询和模糊查询;","style":100,"merge":[0,6]}}},"10":{"cells":{"1":{"text":"5、以上\"年龄\"为数字类型,支持精准查询和范围查询;","style":101,"merge":[0,6]}}},"len":100,"":{"cells":{"NaN":{"text":"","rendered":""}}}},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"top":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#7f7f7f"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"top":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#0c0c0c"},{"color":"#0c0c0c","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"color":"#0c0c0c","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"left":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"right":["thin","#262626"]}},{"color":"#0c0c0c","border":{"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"left":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"bgcolor":"#5b9cd6","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"date"},{"color":"#0c0c0c","border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"top":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000"]}},{"color":"#0c0c0c","border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"color":"#0c0c0c","border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}}],"isGroup":true,"merges":["B7:H7","B8:H8","B9:H9","B10:H10","B11:H11"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216112919_1608089379396.png', N'admin', N'2020-12-15 15:14:27.0000000', N'admin', N'2023-08-09 16:06:06.0000000', N'0', NULL, NULL, N'1', N'36554', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338769064067076098', N'202012151514266124', N'多选条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"1338769064067076098","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{}},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","freeze":"A1","dataRectWidth":1560,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":113},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"merges":[]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', N'admin', N'2020-12-15 16:53:13.0000000', N'admin', N'2021-08-04 18:53:29.0000000', N'0', NULL, NULL, N'1', N'13527', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1339478701846433792', N'20201217155313', N'企业实时报表', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":5,"col":12,"colspan":0,"rowspan":0,"width":"244","height":"128","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"合肥\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":16,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[800],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额城市排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"0","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal"},"layer_id":"qQHpevWlqElpRQUl","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[5,12],[5,13],[5,14]]},{"row":6,"col":1,"colspan":0,"rowspan":0,"width":"302","height":"337","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"江苏\",\"山东\",\"安徽\",\"江西\",\"河北\",\"吉林\",\"黑龙江\",\"重庆\",\"广东\",\"上海\",\"哈尔滨\",\"福建\",\"四川\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":20,\"left\":45,\"bottom\":16,\"right\":46},\"series\":[{\"barWidth\":13,\"data\":[100,800,1200,1700,2500,4000,5800,6500,7000,7500,8000,8800,9500],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(67,184,251,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额省份排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339491107951640577","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xiaoshoue","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"pie.doughnut"},"layer_id":"IFj1lg5S5aNG1wPx","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,1],[6,2],[6,3],[6,4]]},{"row":6,"col":10,"colspan":0,"rowspan":0,"width":"247","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售进度\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"Yb2TIGEAxnvN9ITx","offsetX":"0","offsetY":"0","backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,10],[6,11]]},{"row":6,"col":15,"colspan":0,"rowspan":0,"width":"230","height":"127","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":20,\"right\":48},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"phTmhkjHLebYlOEQ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[6,15],[6,16],[6,17],[6,18]]},{"row":7,"col":5,"colspan":0,"rowspan":0,"width":"430","height":"293","config":"{\"geo\":{\"map\":\"china\",\"zoom\":0.5,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8284FB\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#4195EF\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"河北\",\"value\":[114.502461,38.045474,279]},{\"name\":\"海南\",\"value\":[110.33119,20.031971,273]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,229]},{\"name\":\"甘肃\",\"value\":[103.823557,36.058039,194]},{\"name\":\"宁夏\",\"value\":[106.278179,38.46637,193]},{\"name\":\"浙江\",\"value\":[120.153576,30.287459,177]},{\"name\":\"湖南\",\"value\":[112.982279,28.19409,119]},{\"name\":\"湖北\",\"value\":[114.298572,30.584355,79]},{\"name\":\"河南\",\"value\":[113.665412,34.757975,67]},{\"name\":\"北京\",\"value\":[116.405285,39.904989,58]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,59]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,63]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FF1205\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartType":"map.scatter"},"layer_id":"YTri6J59av4gj1CY","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[7,5],[7,6],[7,7],[7,8]]},{"row":14,"col":12,"colspan":0,"rowspan":0,"width":"244","height":"138","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"50%\",\"60%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"ARuuHLfjqV9l1tQD","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,12],[14,13],[14,14]]},{"row":14,"col":15,"colspan":0,"rowspan":0,"width":"230","height":"139","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":""},"layer_id":"bcrMtWqTd2AJIjLd","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,15],[14,16],[14,17],[14,18]]},{"row":14,"col":10,"colspan":0,"rowspan":0,"width":"244","height":"138","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":15,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#698AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"Y1kgYOWBHIVQdSN5","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[14,10],[14,11]]},{"row":20,"col":1,"colspan":0,"rowspan":0,"width":"743","height":"150","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FEFEFE\",\"fontSize\":\"10\"}},\"data\":[\"2020-01-09\",\"2020-01-12\",\"2020-01-14\",\"2020-01-16\",\"2020-01-18\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":53,\"left\":22,\"bottom\":37,\"right\":20},\"series\":[{\"areaStyle\":{\"color\":\"#43B8FB\",\"opacity\":0.7},\"data\":[2,6,7,5,6],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#43B8FB\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":14,\"text\":\"销售额增速\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339538388453195777","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","chartId":""},"layer_id":"uChrZaHYoV04MQpT","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[20,1],[20,2],[20,3],[20,4],[20,5],[20,6],[20,7],[20,8],[20,9]]}],"area":{"sri":2,"sci":1,"eri":2,"eci":18,"width":1574,"height":25},"excel_config_id":"1339478701846433792","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{}},"2":{"cells":{"1":{"merge":[0,17],"text":"企业实时销售数据","style":3}}},"3":{"cells":{},"height":35},"4":{"cells":{"1":{"text":" 销售额省份排名","style":32,"merge":[0,1],"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":32,"virtual":"IFj1lg5S5aNG1wPx","text":" "},"5":{"text":" 销售总额","style":69},"10":{"text":" 销售进度","style":43},"11":{"text":" ","style":43},"13":{"text":" 销售额城市排名","style":32,"merge":[0,1]},"14":{"style":32,"text":" "},"15":{"text":" 个人业绩排名","style":32,"merge":[0,1]},"16":{"style":32,"text":" "},"17":{"text":" ","style":32,"merge":[0,1]},"18":{"style":32,"text":" "}},"height":38},"5":{"cells":{"1":{"text":" Sales ranking points","virtual":"IFj1lg5S5aNG1wPx","style":62,"merge":[0,1]},"2":{"style":31,"text":" "},"5":{"text":"12436025","style":52,"merge":[1,0]},"6":{"merge":[1,0],"text":"元","style":22},"10":{"text":" Sales progress","style":33},"11":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx","style":33},"12":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"13":{"text":" Sales ranking","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"style":32,"virtual":"qQHpevWlqElpRQUl","text":" "},"15":{"text":" Personal ranking","style":62,"merge":[0,1]},"16":{"style":62,"text":" "},"17":{"text":" ","style":62,"merge":[0,1]},"18":{"style":62,"text":" "}},"height":24},"6":{"cells":{"1":{"text":" ","merge":[0,1],"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":31,"virtual":"IFj1lg5S5aNG1wPx","text":" "},"3":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"4":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"5":{"style":53,"text":" "},"6":{"style":22,"text":" "},"10":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx"},"11":{"text":" ","style":33,"virtual":"Yb2TIGEAxnvN9ITx"},"13":{"text":" ","virtual":"qQHpevWlqElpRQUl","style":31},"15":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"16":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"17":{"text":" ","style":31,"virtual":"phTmhkjHLebYlOEQ"},"18":{"text":" ","virtual":"phTmhkjHLebYlOEQ"}}},"7":{"cells":{"5":{"style":53,"virtual":"YTri6J59av4gj1CY","text":" "},"6":{"style":22,"virtual":"YTri6J59av4gj1CY","text":" "},"7":{"text":" ","virtual":"YTri6J59av4gj1CY"},"8":{"text":" ","virtual":"YTri6J59av4gj1CY"}}},"8":{"cells":{"5":{"style":18,"text":" ","virtual":"YTri6J59av4gj1CY"}}},"9":{"cells":{"5":{"style":21,"text":" "}}},"10":{"cells":{"5":{"text":" ","style":17}}},"12":{"cells":{"10":{"text":" 品类销售排名","style":43},"11":{"text":" ","style":43},"13":{"text":" 品类销售额占比","style":43,"merge":[0,1]},"14":{"style":54,"text":" "},"15":{"text":" 一季度销售季度","style":43,"merge":[0,1]},"16":{"style":54,"text":" "},"17":{"text":" ","style":43,"merge":[0,1]},"18":{"style":54,"text":" "}}},"13":{"cells":{"10":{"text":" Category Sales ranking","style":31},"11":{"text":" ","style":31},"13":{"text":" Type of Sales ","style":31},"15":{"text":" Quarterly sales progree","style":58,"merge":[0,1]},"16":{"style":58,"text":" "},"17":{"text":" ","style":58,"merge":[0,1]},"18":{"style":58,"text":" "}}},"14":{"cells":{"10":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"11":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"12":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"13":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"14":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"15":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"16":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"17":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"18":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"}}},"15":{"cells":{},"height":15},"16":{"cells":{"11":{"text":" ","style":43},"13":{"text":" ","style":43,"merge":[0,1]},"14":{"style":54,"text":" "},"17":{"text":" ","style":43,"merge":[0,1]},"18":{"style":54,"text":" "}}},"17":{"cells":{"11":{"text":" ","style":31},"13":{"text":" ","style":31},"17":{"text":" ","merge":[0,1],"style":58},"18":{"style":58,"text":" "}}},"18":{"cells":{}},"20":{"cells":{"1":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"2":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"3":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"4":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"5":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"6":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"7":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"8":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"9":{"text":" ","virtual":"uChrZaHYoV04MQpT"}},"height":39},"22":{"cells":{"10":{"text":"企业经营指标","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标","style":74},"17":{"text":"1201043元","style":73}}},"23":{"cells":{"10":{"text":"企业经营指标1","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标1","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标1","style":74},"17":{"text":"1201043元","style":73}}},"26":{"cells":{},"height":33},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1584,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg55_1608205385382.png","repeat":"no-repeat","width":"1525","height":"700"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":16}},{"color":"#ffffff","font":{"size":16},"align":"center"},{"color":"#ffffff","font":{"size":18},"align":"center"},{"font":{"size":18}},{"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":14}},{"color":"#67b1ee","font":{"size":12}},{"font":{"size":14}},{"font":{"size":18},"bgcolor":"#ffffff"},{"font":{"size":18},"bgcolor":"#ffffff","color":"#ffffff"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff"},{"color":"#67b1ee","font":{"size":12},"align":"right"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff","align":"right"},{"color":"#67b1ee","font":{"size":12},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"color":"#fe0000"},{"font":{"size":16},"color":"#fe0000","align":"center"},{"color":"#67b1ee","font":{"size":12},"align":"left"},{"align":"left"},{"align":"left","font":{"size":14}},{"align":"left","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"font":{"size":12},"color":"#ffffff"},{"font":{"size":12,"bold":true},"color":"#ffffff"},{"font":{"size":12,"bold":false},"color":"#ffffff"},{"font":{"size":11,"bold":false},"color":"#ffffff"},{"font":{"size":8}},{"font":{"size":9}},{"font":{"size":9},"color":"#67b1ee"},{"font":{"size":9},"color":"#67b1ee","valign":"top"},{"font":{"size":8},"color":"#67b1ee","valign":"top"},{"font":{"size":11,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"bottom"},{"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":11}},{"font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff","valign":"middle"},{"font":{"size":11},"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle","color":"#ffffff"},{"color":"#67b1ee","font":{"size":16}},{"color":"#ffff01","font":{"size":16}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"middle"},{"color":"#ffffff","font":{"size":14},"align":"left","valign":"middle"},{"color":"#ffff01","font":{"size":14},"align":"left","valign":"middle"},{"font":{"size":14},"color":"#ffff01"},{"color":"#ffff01","font":{"size":14},"align":"right","valign":"middle"},{"font":{"size":14},"color":"#ffff01","align":"right"},{"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"bgcolor":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee","valign":"top"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"top"},{"font":{"size":8},"valign":"top"},{"font":{"size":8,"bold":false},"color":"#67b1ee","valign":"top"},{"color":"#ffffff","font":{"size":11},"align":"center","valign":"middle"},{"align":"center"},{"color":"#ffffff","font":{"size":11},"align":"right","valign":"middle"},{"align":"right"},{"color":"#ffffff","font":{"size":14},"align":"right","valign":"middle"},{"align":"right","font":{"size":14}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":11}},{"color":"#67b1ee","font":{"size":11},"align":"center"},{"font":{"size":12}},{"font":{"size":12},"color":"#ffff01"},{"color":"#67b1ee","font":{"size":11},"align":"right"}],"validations":[],"cols":{"0":{"width":10},"3":{"width":102},"4":{"width":9},"5":{"width":105},"6":{"width":102},"8":{"width":124},"9":{"width":14},"10":{"width":136},"11":{"width":114},"12":{"width":15},"13":{"width":113},"14":{"width":129},"15":{"width":11},"len":50},"merges":["B3:S3","B5:C5","N5:O5","P5:Q5","R5:S5","B6:C6","F6:F7","G6:G7","P6:Q6","R6:S6","B7:C7","N13:O13","P13:Q13","R13:S13","P14:Q14","R14:S14","N17:O17","R17:S17","R18:S18"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201218200943_1608293404719.png', N'admin', N'2020-12-17 15:53:14.0000000', N'admin', N'2022-04-14 18:46:43.0000000', N'0', NULL, NULL, N'1', N'5382', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1339859143477039104', N'20201218170625', N'全国连锁超市会员分析', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":5,"colspan":6,"rowspan":13,"width":"499","height":"344","config":"{\"geo\":{\"map\":100000,\"mapCode\":[100000],\"mapName\":\"中华人民共和国\",\"mapLevel\":\"0\",\"mapType\":\"0\",\"zoom\":0.5,\"label\":{\"color\":\"#ffffff\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"rgba(4,140,156,1)\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"rgba(255,255,255,1)\"},\"itemStyle\":{\"areaColor\":\"rgba(5,106,112,1)\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"北京\",\"value\":[116.405285,39.904989,\"6500\"]},{\"name\":\"河北\",\"value\":[114.502461,38.045474,\"3500\"]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,\"3000\"]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,\"2500\"]},{\"name\":\"福建\",\"value\":[119.306239,26.075302,\"6500\"]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,\"7500\"]}],\"name\":\"value\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"rgba(255,135,11,1)\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":6}],\"chartType\":\"map\",\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"全国省份分布\",\"textStyle\":{\"color\":\"#0B0B0B\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"c73e1f3325b926081641d918921d2bcd","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ditu","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"map.scatter","id":""},"layer_id":"7iI8sg3C12WgjU7y","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9]]},{"row":1,"col":10,"colspan":3,"rowspan":13,"width":"296","height":"344","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"顾客\",\"二星\",\"一星\",\"明星\",\"总监\",\"三星\",\"大使\",\"高级\",\"金鹰\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":59,\"left\":43,\"bottom\":48,\"right\":32},\"series\":[{\"barWidth\":10,\"data\":[394,515,334,150,54,50,17,7,2],\"name\":\"value\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#208ae9\"},\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同荣衔等级会员数量\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"0","apiUrl":"","dataId":"1339870475496497153","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"pp","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.simple","id":""},"layer_id":"31it5pmqMVZ5JAui","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,10],[1,11],[1,12]]},{"row":1,"col":1,"colspan":3,"rowspan":7,"width":"297","height":"170","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"center\":[\"140\",\"110\"],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"show\":true,\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"}},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#65d459\"],[0.8,\"#208ae9\"],[1,\"#fee033\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":6},\"detail\":{\"formatter\":\"{value}%\",\"textStyle\":{\"color\":\"auto\",\"fontSize\":\"10\"}},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"75%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"会员总数量占比\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"0","apiUrl":"","dataId":"","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","chartType":"gauge.simple180","id":"klT4JJb8kjnWwa0w"},"layer_id":"klT4JJb8kjnWwa0w","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3]]},{"row":1,"col":13,"colspan":3,"rowspan":13,"width":"299","height":"344","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"inverse\":false,\"data\":[\"本科\",\"专科\",\"高中\",\"初中\",\"未知\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"show\":true,\"name\":\"\",\"axisTick\":{\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"rotate\":0,\"margin\":10,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"max\":\"10000\",\"show\":true,\"name\":\"\"},\"grid\":{\"top\":44,\"left\":43,\"bottom\":40,\"right\":56},\"series\":[{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1610700663463.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[\"9487\",\"5400\",\"3200\",\"1900\",\"1500\"],\"symbolSize\":\"15\",\"double\":true,\"symbolBoundingData\":\"10000\",\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"right\"},\"type\":\"pictorialBar\",\"symbolClip\":true,\"secondOpacity\":0.2},{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1610700663463.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[\"9487\",\"5400\",\"3200\",\"1900\",\"1500\"],\"symbolSize\":\"15\",\"double\":true,\"symbolBoundingData\":\"10000\",\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"right\"},\"type\":\"pictorialBar\",\"symbolClip\":false,\"secondOpacity\":0.2,\"itemStyle\":{\"normal\":{\"opacity\":0.2}}}],\"title\":{\"show\":true,\"top\":10,\"text\":\"不同用户学历设置\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bold\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339886300563546113","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"xx","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pictorial.spirits","id":""},"layer_id":"S5ou2I1d2JRITCDV","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15]]},{"row":8,"col":1,"colspan":4,"rowspan":7,"width":"301","height":"175","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":20,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"08:00~10:00\",\"10:00~12:00\",\"12:00~14:00\",\"14:00~16:00\",\"16:00~18:00\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":60,\"left\":39,\"bottom\":46,\"right\":26},\"series\":[{\"areaStyle\":null,\"data\":[\"1500\",\"1800\",\"2500\",\"3000\",\"1500\"],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#208AE9\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"会员活跃度分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"0","apiUrl":"","dataId":"1339884367194923010","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"hh","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.simple","id":""},"layer_id":"8ywLFiJLhmN8js1h","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[8,1],[8,2],[8,3],[8,4]]},{"row":15,"col":8,"colspan":3,"rowspan":12,"width":"297","height":"298","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"全职\",\"兼职\",\"自由职业者\"],\"top\":\"bottom\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"全职\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#49c3fc\"}},{\"name\":\"兼职\",\"value\":\"500\",\"itemStyle\":{\"color\":\"#fee033\"}},{\"name\":\"自由职业者\",\"value\":\"5800\",\"itemStyle\":{\"color\":\"#1560a3\"}}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"140\",180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"33%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同工作性质分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339878700639887362","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"ww","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.rose","id":""},"layer_id":"lYwyxPbUxNBxMiXu","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,8],[15,9],[15,10]]},{"row":15,"col":11,"colspan":5,"rowspan":12,"width":"500","height":"300","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"data\":[\"广州\",\"北京\",\"河北\",\"天津\",\"山东\",\"福建\",\"上海\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"8\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"会员数量\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":44,\"bottom\":35,\"right\":35},\"series\":[{\"barWidth\":12,\"data\":[\"5800\",\"6500\",\"3500\",\"3000\",\"2500\",\"6500\",\"7500\"],\"name\":\"会员数量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#49c3fc\"},\"label\":{\"show\":false,\"position\":\"right\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"分公司会员数量分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339888452912586753","axisX":"name","axisY":"value","series":"type","yText":"value","xText":"name","dbCode":"gg","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","id":""},"layer_id":"FeUKrrCWspvnr0FE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,11],[15,12],[15,13],[15,14],[15,15],[15,16]]},{"row":15,"col":4,"colspan":4,"rowspan":12,"width":"302","height":"296","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"25岁以下\",\"26~30岁\",\"31~35岁\",\"36~40岁\",\"41~45岁\",\"45~50岁\",\"50岁以上\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"25岁以下\",\"value\":\"1500\",\"itemStyle\":{\"color\":\"#fee033\"}},{\"name\":\"26~30岁\",\"value\":\"800\",\"itemStyle\":{\"color\":\"#4fc3e0\"}},{\"name\":\"31~35岁\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#f49730\"}},{\"name\":\"36~40岁\",\"value\":\"1200\",\"itemStyle\":{\"color\":\"#b968aa\"}},{\"name\":\"41~45岁\",\"value\":\"1800\",\"itemStyle\":{\"color\":\"#63d58d\"}},{\"name\":\"45~50岁\",\"value\":\"1800\",\"itemStyle\":{\"color\":\"#ed495f\"}},{\"name\":\"50岁以上\",\"value\":\"2000\",\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"140\",\"170\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"33%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"会员年龄段分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339876173672390658","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"aa","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"WfW7emJbCHHYI3ii","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,4],[15,5],[15,6],[15,7]]},{"row":15,"col":1,"colspan":3,"rowspan":11,"width":"297","height":"275","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"男\",\"女\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"男\",\"value\":\"8800\",\"itemStyle\":{\"color\":\"#208ae9\"}},{\"name\":\"女\",\"value\":\"5000\",\"itemStyle\":{\"color\":\"#4DF125\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"140\",180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"25%\",\"33%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":5,\"text\":\"会员性别分布\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"13\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"1339873097620168705","axisX":"name","axisY":"value","series":"","yText":"value","xText":"name","dbCode":"se","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","id":""},"layer_id":"hdKihNMC1L5tpQxT","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[15,1],[15,2],[15,3]]}],"area":{"sri":3,"sci":5,"eri":3,"eci":5,"width":100,"height":25},"excel_config_id":"1339859143477039104","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,14],"text":"全国连锁超市会员分析","style":5}},"height":67},"1":{"cells":{"1":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"2":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"3":{"text":" ","virtual":"klT4JJb8kjnWwa0w"},"5":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"6":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"7":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"8":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"9":{"text":" ","virtual":"7iI8sg3C12WgjU7y"},"10":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"11":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"12":{"text":" ","virtual":"31it5pmqMVZ5JAui"},"13":{"text":" ","virtual":"S5ou2I1d2JRITCDV"},"14":{"text":" ","virtual":"S5ou2I1d2JRITCDV"},"15":{"text":" ","virtual":"S5ou2I1d2JRITCDV"}}},"2":{"cells":{}},"3":{"cells":{}},"4":{"cells":{}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{},"height":23},"8":{"cells":{"1":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"2":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"3":{"text":" ","virtual":"8ywLFiJLhmN8js1h"},"4":{"text":" ","virtual":"8ywLFiJLhmN8js1h"}}},"15":{"cells":{"1":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"2":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"3":{"text":" ","virtual":"hdKihNMC1L5tpQxT"},"4":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"5":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"6":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"7":{"text":" ","virtual":"WfW7emJbCHHYI3ii"},"8":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"9":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"10":{"text":" ","virtual":"lYwyxPbUxNBxMiXu"},"11":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"12":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"13":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"14":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"15":{"text":" ","virtual":"FeUKrrCWspvnr0FE"},"16":{"text":" ","virtual":"FeUKrrCWspvnr0FE"}}},"17":{"cells":{"2":{"text":"","rendered":""}}},"19":{"cells":{"2":{"text":"","rendered":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1555,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/72488_1610364352719.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#ffffff"},{"bgcolor":"#00b04e"},{"bgcolor":"#f2f2f2"},{"font":{"size":18}},{"font":{"size":14}},{"font":{"size":14},"align":"center"},{"bgcolor":"#f2f2f2","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#fc","font":{"size":12}},{"bgcolor":"#fc"},{"bgcolor":"#fc''f","font":{"size":12}},{"bgcolor":"#fc''f"},{"bgcolor":"#fc''fa","font":{"size":12}},{"bgcolor":"#fc''fa"},{"bgcolor":"#fc''fa''f","font":{"size":12}},{"bgcolor":"#fc''fa''f"},{"bgcolor":"#fc''fa''fa","font":{"size":12}},{"bgcolor":"#fc''fa''fa"},{"bgcolor":"#fcfafa","font":{"size":12}},{"bgcolor":"#fcfafa"},{"bgcolor":"#ff","font":{"size":12}},{"bgcolor":"#ff"},{"bgcolor":"#fff","font":{"size":12}},{"bgcolor":"#fff"},{"bgcolor":"#ffff","font":{"size":12}},{"bgcolor":"#ffff"},{"bgcolor":"#ffffd","font":{"size":12}},{"bgcolor":"#ffffd"},{"bgcolor":"#ffffdf","font":{"size":12}},{"bgcolor":"#ffffdf"},{"bgcolor":"#ffffdfd","font":{"size":12}},{"bgcolor":"#ffffdfd"},{"bgcolor":"#ffffff","font":{"size":12}},{"bgcolor":"#fffff","font":{"size":12}},{"bgcolor":"#fffff"},{"bgcolor":"#fffd","font":{"size":12}},{"bgcolor":"#fffd"},{"bgcolor":"#fffdf","font":{"size":12}},{"bgcolor":"#fffdf"},{"bgcolor":"#fffdfd","font":{"size":12}},{"bgcolor":"#fffdfd"},{"bgcolor":"#fffdfd","font":{"size":11}},{"bgcolor":"#fffdfd","font":{"size":10}},{"bgcolor":"#fffdfd","font":{"size":10,"bold":true}},{"bgcolor":"#ffffff","font":{"size":10,"bold":true}}],"validations":[],"cols":{"0":{"width":51},"4":{"width":4},"len":100},"merges":["B1:P1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201218200441_1608293330801.png', N'admin', N'2020-12-18 17:06:26.0000000', N'admin', N'2023-08-12 17:17:47.0000000', N'0', NULL, NULL, N'1', N'5019', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347373863746539520', N'20210108104603', N'实习证明', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":16,"sci":5,"eri":16,"eci":5,"width":147,"height":25},"excel_config_id":"1347373863746539520","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":""},"1":{"text":""}}},"1":{"cells":{"0":{"text":""}}},"3":{"cells":{"2":{"text":"","rendered":""}}},"5":{"cells":{},"height":29},"6":{"cells":{"2":{"text":"","style":2}},"height":34},"7":{"cells":{"2":{"merge":[0,4],"text":"实习证明","style":2}},"height":41},"8":{"cells":{"1":{"text":"","style":3},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","style":3},"2":{"text":"","style":3},"3":{"text":""}},"isDrag":true,"height":33},"10":{"cells":{"2":{"text":"${tt.name}","style":11},"3":{"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。","style":19,"merge":[0,3],"height":34}},"height":34},"11":{"cells":{},"height":28},"12":{"cells":{"1":{"text":"","style":6},"2":{"style":13,"text":"${tt.pingjia}","merge":[3,4],"height":129}},"height":36},"13":{"cells":{},"height":29},"14":{"cells":{},"height":33},"15":{"cells":{},"height":31},"16":{"cells":{}},"17":{"cells":{"1":{"text":""},"2":{"text":"特此证明!","style":12}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"","style":3},"4":{"text":"证明人:","style":11},"5":{"text":"${tt.lingdao}","style":12}}},"23":{"cells":{"4":{"text":""},"5":{"text":"${tt.shijian}","style":15}}},"len":100},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":576,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/11_1611283832037.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true},{"font":{"size":16}},{"align":"left","valign":"top","textwrap":false},{"textwrap":false},{"textwrap":true},{"align":"right","font":{"size":12}},{"font":{"size":12}},{"align":"left","valign":"top","textwrap":true,"font":{"size":12}},{"textwrap":true,"font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":10}},{"textwrap":false,"font":{"size":12}}],"validations":[],"cols":{"0":{"width":69},"1":{"width":41},"4":{"width":119},"5":{"width":147},"6":{"width":31},"len":50},"merges":["C8:G8","D11:G11","C13:G16"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', N'admin', N'2021-01-08 10:46:04.0000000', N'ohbaK6VQpkyqEV2FJss0ZtzWCT3w', N'2021-08-04 18:06:29.0000000', N'0', NULL, NULL, N'1', N'722', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1350035590569136128', N'20210115190242', N'简单明细表', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"sri":2,"eci":7,"eri":5,"index":1,"db":"uiu"}],"area":{"sri":2,"sci":2,"eri":2,"eci":3,"width":177,"height":42},"excel_config_id":"1350035590569136128","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"8":{"text":"","rendered":"","config":""}}},"1":{"cells":{"1":{"text":"员工信息明细表","merge":[0,5],"style":32},"9":{"text":""}},"height":64},"2":{"cells":{"1":{"text":"姓名:","style":28,"loopBlock":1,"rendered":"","config":""},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.name}"},"3":{"text":"","loopBlock":1},"4":{"text":"所在部门:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.department}","rendered":"","config":""},"6":{"text":"","loopBlock":1},"7":{"merge":[2,0],"height":75,"rendered":"emtfhoFfcAJTOI4v","config":"11","style":9,"text":"#{uiu.tm}","display":"qrcode","loopBlock":1},"9":{"text":""},"10":{"text":""},"11":{"text":""}},"height":42},"3":{"cells":{"1":{"text":"年龄:","style":28,"loopBlock":1},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.age}"},"3":{"text":"","loopBlock":1},"4":{"text":"学历:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.education}"},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"9":{"text":""},"10":{"text":""},"15":{"text":""}},"height":35},"4":{"cells":{"1":{"text":"性别:","style":28,"loopBlock":1},"2":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.sex}"},"3":{"text":"","loopBlock":1},"4":{"text":"薪水:","style":29,"loopBlock":1},"5":{"style":30,"merge":[0,1],"loopBlock":1,"text":"#{uiu.salary}"},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"9":{"text":""},"10":{"text":""},"12":{"text":""}},"height":35},"5":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"","loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1},"8":{"text":"","rendered":"","config":""},"9":{"text":""}},"height":17},"6":{"cells":{"11":{"text":""}}},"7":{"cells":{"7":{"text":"","rendered":"","config":""},"10":{"text":""}}},"8":{"cells":{"6":{"text":"","rendered":"","config":""},"7":{"text":"","rendered":"","config":""},"8":{"text":"","rendered":"","config":""}}},"10":{"cells":{"7":{"text":"","rendered":"","config":""}}},"13":{"cells":{"8":{"text":"","rendered":"","config":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":688,"displayConfig":{"1":{"text":"#{uiu.tm}","width":112,"height":112,"colorDark":"#000000","colorLight":"#ffffff"},"11":{"text":"#{uiu.tm}","width":117,"height":117,"colorDark":"#000000","colorLight":"#ffffff"},"111":{"barcodeContent":"dsad","format":"CODE128","width":"6","height":39,"displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":100,"containerHeight":39}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"name":"宋体"}},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8},"color":"#000100"},{"font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":11}},{"font":{"name":"宋体","size":10},"color":"#000100"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#afabac"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"font":{"name":"宋体","size":10},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":8}},{"font":{"size":8}},{"font":{"name":"宋体","size":8},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":9}},{"font":{"size":9}},{"font":{"name":"宋体","size":9},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"e6e6e6","align":"center"},{"font":{"name":"宋体","size":9},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#e6e6e6","align":"center"},{"font":{"name":"宋体","size":9},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#e6e6e6","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":9,"name":"宋体"}},{"font":{"size":9,"name":"宋体"}},{"font":{"size":16,"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"format":"normal"}],"validations":[],"cols":{"0":{"width":30},"1":{"width":94},"2":{"width":96},"3":{"width":81},"4":{"width":93},"5":{"width":88},"6":{"width":90},"7":{"width":116},"8":{"width":22},"len":50},"merges":["B2:G2","C3:D3","F3:G3","H3:H5","C4:D4","F4:G4","C5:D5","F5:G5"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610711434364.png', N'admin', N'2021-01-15 19:02:43.0000000', N'admin', N'2022-05-11 15:10:09.0000000', N'0', NULL, NULL, N'1', N'36297', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1351426064915763200', N'20210119150810', N'循环表头交叉分组报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":2,"sci":1,"eri":3,"eci":2,"width":171,"height":56},"excel_config_id":"1351426064915763200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"merge":[0,5],"text":"各个城市销售表","style":2}},"height":57},"2":{"cells":{"1":{"text":"区域|售额额|时间","lineStart":"lefttop","rendered":"","style":43,"merge":[1,1],"height":56},"3":{"text":"#{tt.groupRight(moth)}","merge":[0,3],"aggregate":"group","direction":"right","style":56}},"height":22},"3":{"cells":{"3":{"text":"销售额","style":28},"4":{"text":"捐赠","style":28},"5":{"text":"比例","style":28},"6":{"style":28,"text":"小计"}},"height":34},"4":{"cells":{"1":{"style":34,"text":"#{tt.group(region)}","aggregate":"group","rendered":""},"2":{"text":"#{tt.group(province)}","aggregate":"group","style":33},"3":{"style":57,"text":"#{tt.dynamic(sales_1)}","aggregate":"dynamic","decimalPlaces":"0"},"4":{"style":57,"text":"#{tt.dynamic(gift_1)}","aggregate":"dynamic","decimalPlaces":"0"},"5":{"style":32,"text":"#{tt.dynamic(proportion_1)}","aggregate":"dynamic"},"6":{"style":57,"text":"#{tt.dynamic(sales_1+gift_1)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":37},"5":{"cells":{"1":{"style":47,"text":"合计","merge":[0,1],"height":0},"3":{"style":48,"text":"=SUM(D5)"},"4":{"style":48,"text":"=SUM(E5)"},"5":{"style":48,"text":" "},"6":{"style":48,"text":"=SUM(G5)"},"8":{"text":""}}},"6":{"cells":{"6":{"text":"","rendered":""},"8":{"text":"","rendered":""}}},"7":{"cells":{}},"8":{"cells":{"1":{"text":"","aggregate":"dynamic"},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","aggregate":"dynamic"},"2":{"text":""},"3":{"text":""},"4":{"text":"","rendered":"","display":"normal"},"5":{"text":"","rendered":""}}},"10":{"cells":{"1":{"text":"","aggregate":"dynamic"},"5":{"text":"","rendered":""}}},"11":{"cells":{"1":{"text":""},"2":{"text":""},"4":{"text":"","rendered":""}}},"12":{"cells":{"1":{"text":""},"5":{}}},"13":{"cells":{"1":{"text":""},"2":{"text":""}}},"14":{"cells":{"2":{"text":""}}},"16":{"cells":{"1":{"text":""}}},"17":{"cells":{"1":{"text":"","aggregate":"dynamic"}}},"len":96},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"tt.region","freeze":"A1","dataRectWidth":505,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":14}},{"font":{"size":14,"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274"},{"bgcolor":"#02a274"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274"},{"bgcolor":"#02a274","align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274","align":"center","color":"#ffffff"},{"align":"left","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#02a274","color":"#ffffff"},{"align":"left"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9}},{"bgcolor":"#aedac8"},{"bgcolor":"#aedac8","align":"center"},{"font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"format":"number"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"format":"normal"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#fe0000"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#ffffff","color":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"left","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#fe0000"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"format":"normal"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"color":"#000100"},{"bgcolor":"#00b04e"},{"align":"left","bgcolor":"#00b04e"},{"bgcolor":"#93d051"},{"align":"left","bgcolor":"#93d051"},{"bgcolor":"#00b04e","color":"#ffffff"},{"align":"left","bgcolor":"#00b04e","color":"#ffffff"},{"bgcolor":"区域、省份|销售额|时间","color":"#ffffff"},{"align":"left","bgcolor":"区域、省份|销售额|时间","color":"#ffffff"},{"bgcolor":"#02a274","color":"#ffffff"},{"align":"left","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#aedac8","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#aedac8","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#aedac8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#aedac8","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#fe0000"],"bottom":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#365624"],"bottom":["thin","#365624"],"left":["thin","#365624"],"right":["thin","#365624"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#d0cecf"],"bottom":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#00b04e"],"bottom":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#538136"],"bottom":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"top":["thin","#a5a5a5"],"bottom":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#02a274","align":"center","color":"#ffffff","border":{"top":["thin","#a5a5a5"],"bottom":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":27},"1":{"width":100},"2":{"width":71},"3":{"width":76},"4":{"width":77},"5":{"width":70},"6":{"width":84},"8":{"width":72},"9":{"width":102},"len":50},"merges":["B2:G2","D3:G3","B6:C6","B3:C4"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210121141045_1611209468498.png', N'admin', N'2021-01-19 15:08:10.0000000', N'admin', N'2022-05-11 15:07:21.0000000', N'0', NULL, NULL, N'1', N'16381', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1351736257377603584', N'20210120114031', N'API查询条件报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1351736257377603584","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":"销售单","merge":[0,6],"style":8,"decimalPlaces":"4"},"2":{"style":8},"3":{"style":8},"4":{"style":8},"5":{"style":8},"6":{"style":8},"7":{"style":8},"8":{"style":5},"9":{"style":5},"10":{"style":5},"11":{"style":5},"12":{"style":5},"13":{"style":5},"14":{"style":5},"15":{"style":5},"16":{"style":5},"17":{"style":5},"18":{"style":5},"19":{"style":5},"20":{"style":5},"21":{"style":5},"22":{"style":5},"23":{"style":5},"24":{"style":5},"25":{"style":5}},"height":68},"2":{"cells":{"1":{"text":"商品编码","style":15},"2":{"text":"商品名称","style":15},"3":{"text":"销售时间","style":15},"4":{"text":"销售数据量","style":15},"5":{"text":"定价","style":15},"6":{"text":"优惠价","style":15},"7":{"text":"付款金额","style":15},"8":{"style":5},"9":{"style":5},"10":{"style":5},"11":{"style":5},"12":{"style":5},"13":{"style":5},"14":{"style":5},"15":{"style":5},"16":{"style":5},"17":{"style":5},"18":{"style":5},"19":{"style":5},"20":{"style":5},"21":{"style":5},"22":{"style":5},"23":{"style":5},"24":{"style":5},"25":{"style":5}},"height":42},"3":{"cells":{"1":{"style":18,"text":"#{xb.id}"},"2":{"style":18,"text":"#{xb.cname}"},"3":{"style":18,"text":"#{xb.riqi}"},"4":{"style":18,"text":"#{xb.dtotal}"},"5":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"4"},"6":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"1"},"7":{"style":18,"text":"#{xb.tp}"},"8":{"text":""}}},"6":{"cells":{"2":{"text":""}}},"7":{"cells":{"5":{"style":17,"text":" "}}},"8":{"cells":{"2":{"text":""}}},"len":98,"-1":{"cells":{"-1":{"text":"#{xb.username}"}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":692,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18}},{"font":{"size":18,"bold":true}},{"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"number"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"normal"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":73},"2":{"width":89},"3":{"width":101},"len":50},"merges":["B2:H2"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1611210989338.png', N'admin', N'2021-01-20 11:40:32.0000000', N'13779924391', N'2021-08-04 21:50:31.0000000', N'0', NULL, NULL, N'1', N'10422', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1354358750907076608', N'20210127172112', N'多级循环表头报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":306,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":87},"2":{"width":80},"3":{"width":103},"len":50},"area":{"sri":1,"sci":3,"eri":1,"eci":3,"width":103,"height":40},"excel_config_id":"1354358750907076608","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"各地区商品销售额一栏表","merge":[0,2],"style":6}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":30,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group"},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计","merge":[0,1]},"3":{"style":25,"text":"=SUM(D4)"}},"height":37},"8":{"cells":{"1":{}}},"10":{"cells":{"1":{}}},"len":100},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"left"}],"isGroup":true,"merges":["B1:D1","B2:C3","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', N'admin', N'2021-01-27 17:21:13.0000000', N'admin', N'2022-12-08 21:37:01.0000000', N'0', NULL, NULL, N'1', N'12811', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1356492523694067712', N'20210202144134', N'基本图形示例', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":5,"rowspan":8,"width":"478","height":"247","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"show\":true,\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":38,\"bottom\":33,\"right\":23},\"series\":[{\"barWidth\":8,\"data\":[320,332,301,334,390,330,320],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[120,132,101,134,90,230,210],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[220,182,191,234,290,330,310],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据对比柱形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.multi","chartType":"bar.multi"},"layer_id":"gcqy2xAR9FYjBqX1","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5]]},{"row":1,"col":13,"colspan":5,"rowspan":8,"width":"448","height":"247","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"#DAD7D7\",\"width\":1,\"type\":\"solid\"},\"show\":true},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"利润\",\"支出\",\"收入\"],\"show\":true},\"grid\":{\"top\":54,\"left\":46,\"bottom\":35,\"right\":28},\"series\":[{\"barWidth\":8,\"stack\":\"利润\",\"data\":[200,170,240,244,200,220,210],\"name\":\"利润\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[320,302,341,374,390,450,420],\"name\":\"收入\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[-120,-132,-101,-134,-190,-230,-210],\"name\":\"支出\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"\",\"fontWeight\":\"\"},\"position\":\"inside\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"正负条形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.negative","chartType":"bar.stack.horizontal"},"layer_id":"FemTLGZLmjDHR8LK","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,13],[1,14],[1,15],[1,16],[1,17]]},{"row":1,"col":7,"colspan":5,"rowspan":8,"width":"465","height":"250","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\",\"周六\",\"周日\"],\"show\":true,\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\",\"百度\",\"谷歌\",\"必应\"],\"show\":false},\"grid\":{\"top\":47,\"left\":49,\"bottom\":32,\"right\":24},\"series\":[{\"barWidth\":8,\"stack\":\"\",\"data\":[320,332,301,334,390,330,320],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[120,132,101,134,90,230,210],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[220,182,191,234,290,330,310],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[620,732,701,734,1090,1130,1120],\"name\":\"百度\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[120,132,101,134,290,230,220],\"name\":\"谷歌\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#7898e1\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"搜索引擎\",\"data\":[60,72,71,74,190,130,110],\"name\":\"必应\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#9192ab\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"堆叠柱形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.stack","chartType":"bar.stack"},"layer_id":"kdIXBqCH0rCMm5rh","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,7],[1,8],[1,9],[1,10],[1,11]]},{"row":10,"col":1,"colspan":5,"rowspan":8,"width":"477","height":"248","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":38,\"bottom\":33,\"right\":23},\"series\":[{\"barWidth\":8,\"stack\":\"总量\",\"data\":[320,332,301,334,390],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[120,132,101,134,90],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"stack\":\"总量\",\"data\":[220,182,191,234,290],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"堆叠条形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.stack.horizontal","chartType":"bar.stack.horizontal"},"layer_id":"akGtaiMyOXmBSxQZ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,1],[10,2],[10,3],[10,4],[10,5]]},{"row":10,"col":7,"colspan":5,"rowspan":8,"width":"467","height":"246","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"type \":\"value\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"直接访问\",\"邮件营销\",\"联盟广告\"],\"show\":true},\"grid\":{\"top\":50,\"left\":41,\"bottom\":32,\"right\":32},\"series\":[{\"barWidth\":8,\"data\":[320,332,301,334,390],\"name\":\"直接访问\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#63b2ee\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[120,132,101,134,90],\"name\":\"邮件营销\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#eddd86\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[220,182,191,234,290],\"name\":\"联盟广告\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据条形柱状图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"bar.multi.horizontal","chartType":"bar.multi.horizontal"},"layer_id":"TiPDjBARvQu8SCqB","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,7],[10,8],[10,9],[10,10],[10,11]]},{"row":10,"col":13,"colspan":5,"rowspan":8,"width":"445","height":"246","config":"{\"yAxis\":[{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"}],\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"type\":\"category\"},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"蒸发量\",\"降水量\",\"平均温度\"],\"show\":true},\"grid\":{\"top\":49,\"left\":40,\"bottom\":37,\"right\":39},\"series\":[{\"barWidth\":8,\"data\":[2,4.9,7,23.2,25.6,76.7,135.6,162.2,32.6,20,6.4,3.3],\"name\":\"蒸发量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#76da91\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"barWidth\":8,\"data\":[2.6,5.9,9,26.4,28.7,70.7,175.6,182.2,48.7,18.8,6,2.3],\"name\":\"降水量\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#f89588\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}},{\"data\":[2,2.2,3.3,4.5,6.3,10.2,20.3,23.4,23,16.5,12,6.2],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"平均温度\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#7898e1\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"yAxisIndex\":1,\"smooth\":false,\"barWidth\":8,\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"chartType\":\"linebar\",\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"axisPointer\":{\"crossStyle\":{\"color\":\"#999\"},\"type\":\"cross\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"折柱图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"mixed.linebar","chartType":"mixed.linebar"},"layer_id":"KX7mEEaA2eEkyBfc","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[10,13],[10,14],[10,15],[10,16],[10,17]]},{"row":19,"col":1,"colspan":5,"rowspan":8,"width":"474","height":"242","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"value\"},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"周一\",\"周二\",\"周三\",\"周四\",\"周五\"],\"show\":true,\"type\":\"category\",\"boundaryGap\":true},\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"top\":\"top\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"意向\",\"预购\",\"成交\"],\"show\":true},\"grid\":{\"top\":56,\"left\":36,\"bottom\":35,\"right\":26},\"series\":[{\"data\":[30,182,434,791,390],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"预购\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false},{\"data\":[10,12,21,54,260],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"成交\",\"itemStyle\":{\"color\":\"#eddd86\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false},{\"data\":[1320,1132,601,234,120],\"showSymbol\":true,\"symbolSize\":5,\"name\":\"意向\",\"itemStyle\":{\"color\":\"#76da91\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true,\"trigger\":\"axis\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"多数据对比折线图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"line.multi","chartType":"line.multi"},"layer_id":"ylgQqtYMor7LeoTa","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,1],[19,2],[19,3],[19,4],[19,5]]},{"row":19,"col":7,"colspan":5,"rowspan":8,"width":"467","height":"243","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\"},\"grid\":{\"top\":47,\"left\":36,\"bottom\":37,\"right\":29},\"series\":[{\"data\":[[10,8.04],[8,6.95],[13,7.58],[9,8.81],[11,8.33],[14,9.96],[6,7.24],[4,4.26],[12,10.84],[7,4.82],[5,5.68]],\"symbolSize\":20,\"itemStyle\":{\"color\":\"#63b2ee\",\"opacity\":1},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true,\"opacity\":1},\"type\":\"scatter\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通散点图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"scatter.simple","chartType":"scatter.simple"},"layer_id":"cH80HlIGPrHUx317","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,7],[19,8],[19,9],[19,10],[19,11]]},{"row":19,"col":13,"colspan":5,"rowspan":8,"width":"444","height":"242","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\"},\"grid\":{\"top\":51,\"left\":38,\"bottom\":37,\"right\":30},\"legend\":{\"padding\":[25,20,25,10],\"top\":\"top\",\"orient\":\"horizontal\",\"data\":[\"1990\",\"2015\"],\"left\":\"center\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[[28604,77],[31163,77.4],[1516,68],[13670,74.7],[28599,75],[29476,77.1],[31476,75.4],[28666,78.1],[1777,57.7],[29550,79.1],[2076,67.9],[12087,72],[24021,75.4],[43296,76.8],[10088,70.8],[19349,69.6]],\"symbolSize\":20,\"name\":\"1990\",\"itemStyle\":{\"shadowOffsetY\":5,\"color\":{\"r\":0.8,\"colorStops\":[{\"offset\":0,\"color\":\"#E7727C\"},{\"offset\":1,\"color\":\"#D7291F\"}],\"type\":\"radial\"},\"shadowBlur\":10,\"shadowColor\":\"rgba(25, 100, 150, 0.5)\"},\"type\":\"scatter\"},{\"data\":[[44056,81.8],[43294,81.7],[13334,76.9],[21291,78.5],[38923,80.8],[37599,81.9],[44053,81.1],[42182,82.8],[5903,66.8],[36162,83.5],[1390,71.4],[34644,80.7],[34186,80.6],[64304,81.6],[24787,77.3]],\"symbolSize\":20,\"name\":\"2015\",\"itemStyle\":{\"shadowOffsetY\":5,\"color\":{\"r\":0.8,\"colorStops\":[{\"offset\":0,\"color\":\"#70D1E1\"},{\"offset\":1,\"color\":\"#0188FB\"}],\"type\":\"radial\"},\"shadowBlur\":10,\"shadowColor\":\"rgba(25, 100, 150, 0.5)\"},\"type\":\"scatter\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"气泡散点图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"scatter.bubble","chartType":"scatter.bubble"},"layer_id":"J7iq8ufH6uUq4gIo","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[19,13],[19,14],[19,15],[19,16],[19,17]]},{"row":28,"col":1,"colspan":5,"rowspan":8,"width":"475","height":"241","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"left\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"视频广告\",\"value\":1170,\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"联盟广告\",\"value\":417,\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"邮件营销\",\"value\":335,\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"直接访问\",\"value\":410,\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"搜索引擎\",\"value\":800,\"itemStyle\":{\"color\":\"#7898e1\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"250\",\"130\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":false},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"0","apiUrl":"","dataId":"","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"pie.simple","chartId":"w4ynV1PDcc6O7bN4","id":"w4ynV1PDcc6O7bN4"},"layer_id":"w4ynV1PDcc6O7bN4","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,1],[28,2],[28,3],[28,4],[28,5]]},{"row":28,"col":7,"colspan":5,"rowspan":8,"width":"465","height":"242","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\",\"间接访问\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"视频广告\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"value\":1170},{\"name\":\"联盟广告\",\"itemStyle\":{\"color\":\"#eddd86\"},\"value\":417},{\"name\":\"邮件营销\",\"itemStyle\":{\"color\":\"#76da91\"},\"value\":335},{\"name\":\"直接访问\",\"itemStyle\":{\"color\":\"#f89588\"},\"value\":410},{\"name\":\"搜索引擎\",\"itemStyle\":{\"color\":\"#7898e1\"},\"value\":800}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"220\",\"130\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":[\"35%\",\"45%\"],\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"环形饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartId":"pie.doughnut","chartType":"pie.doughnut"},"layer_id":"ka9xVAa6UOnFp1Ai","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,7],[28,8],[28,9],[28,10],[28,11]]},{"row":28,"col":13,"colspan":5,"rowspan":8,"width":"445","height":"243","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"left\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"视频广告\",\"联盟广告\",\"邮件营销\",\"直接访问\",\"搜索引擎\",\"间接访问\"],\"show\":true},\"series\":[{\"isRose\":true,\"data\":[{\"name\":\"视频广告\",\"itemStyle\":{\"color\":\"#63b2ee\"},\"value\":1170},{\"name\":\"联盟广告\",\"itemStyle\":{\"color\":\"#eddd86\"},\"value\":417},{\"name\":\"邮件营销\",\"itemStyle\":{\"color\":\"#76da91\"},\"value\":335},{\"name\":\"直接访问\",\"itemStyle\":{\"color\":\"#f89588\"},\"value\":410},{\"name\":\"搜索引擎\",\"itemStyle\":{\"color\":\"#7898e1\"},\"value\":800}],\"isRadius\":false,\"roseType\":\"radius\",\"notCount\":false,\"center\":[\"250\",\"130\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"南丁格尔玫瑰饼图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartId":"pie.rose","chartType":"pie.rose"},"layer_id":"5SxgQVmx5ICVWCgE","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[28,13],[28,14],[28,15],[28,16],[28,17]]},{"row":37,"col":1,"colspan":0,"rowspan":0,"width":"484","height":"247","config":"{\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"center\",\"orient\":\"horizontal\",\"padding\":[25,20,25,10],\"data\":[\"展现\",\"点击\",\"访问\",\"咨询\",\"订单\"],\"show\":true},\"series\":[{\"orient\":\"vertical\",\"data\":[{\"name\":\"访问\",\"value\":60,\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"咨询\",\"value\":40,\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"订单\",\"value\":20,\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"点击\",\"value\":80,\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"展现\",\"value\":100,\"itemStyle\":{\"color\":\"#7898e1\"}}],\"bottom\":50,\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"},\"position\":\"inside\",\"show\":true},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\",\"top\":43,\"left\":\"29%\",\"gap\":2,\"name\":\"漏斗图\",\"width\":\"44%\",\"emphasis\":{\"label\":{\"fontSize\":20}}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true,\"trigger\":\"item\"},\"title\":{\"show\":true,\"top\":5,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"funnel.simple","chartType":"funnel.simple"},"layer_id":"g7FEjniWJyJs2vb9","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,1],[37,2],[37,3],[37,4],[37,5],[37,6]]},{"row":37,"col":13,"colspan":5,"rowspan":8,"width":"447","height":"240","config":"{\"radar\":[{\"indicator\":[{\"max\":6500,\"name\":\"指标一\"},{\"max\":6500,\"name\":\"指标二\"},{\"max\":6500,\"name\":\"指标三\"},{\"max\":6500,\"name\":\"指标四\"},{\"max\":6500,\"name\":\"指标五\"}],\"startAngle\":90,\"shape\":\"circle\",\"splitArea_areaStyle_color\":[\"rgba(114, 172, 209, 0.2)\",\"rgba(114, 172, 209, 0.4)\",\"rgba(114, 172, 209, 0.6)\",\"rgba(114, 172, 209, 0.8)\",\"rgba(114, 172, 209, 1)\"],\"splitArea\":{\"areaStyle\":{\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.3)\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"130\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"splitNumber\":4,\"radius\":90}],\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"图一\",\"图二\"],\"show\":true},\"series\":[{\"data\":[{\"name\":\"图一\",\"value\":[1000,2000,3000,4000,2000],\"areaStyle\":{\"color\":\"#f89588\",\"opacity\":1},\"lineStyle\":{\"color\":\"#f89588\"}},{\"name\":\"图二\",\"value\":[5000,4000,3000,100,1500],\"areaStyle\":{\"color\":\"#7898e1\",\"opacity\":1},\"lineStyle\":{\"color\":\"#7898e1\"}}],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"type\":\"radar\",\"indicator\":[{\"max\":6500,\"name\":\"指标一\"},{\"max\":6500,\"name\":\"指标二\"},{\"max\":6500,\"name\":\"指标三\"},{\"max\":6500,\"name\":\"指标四\"},{\"max\":6500,\"name\":\"指标五\"}],\"startAngle\":90,\"shape\":\"circle\",\"splitArea_areaStyle_color\":[\"rgba(114, 172, 209, 0.2)\",\"rgba(114, 172, 209, 0.4)\",\"rgba(114, 172, 209, 0.6)\",\"rgba(114, 172, 209, 0.8)\",\"rgba(114, 172, 209, 1)\"],\"splitArea\":{\"areaStyle\":{\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.3)\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"130\"],\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"splitNumber\":4,\"radius\":90}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"圆形雷达图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[8,20,5,20]}}","url":"","extData":{"chartId":"radar.custom","chartType":"radar.basic"},"layer_id":"9JusWBnedR2xNUML","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,13],[37,14],[37,15],[37,16],[37,17]]},{"row":37,"col":7,"colspan":5,"rowspan":8,"width":"464","height":"240","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"200\",\"120\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"8\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"show\":true},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#63b2ee\",\"opacity\":1},\"lineStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#eddd86\",\"opacity\":1},\"lineStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"#76da91\",\"opacity\":1},\"lineStyle\":{\"color\":\"#76da91\"}}]}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"普通雷达图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"a98ee8179bef12f8fa2e0f9f3237fb83","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"leida","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"radar.basic","id":"KqahhLGR0Fyc4mw6"},"layer_id":"KqahhLGR0Fyc4mw6","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[37,7],[37,8],[37,9],[37,10],[37,11]]},{"row":46,"col":1,"colspan":0,"rowspan":0,"width":"484","height":"250","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"}},\"inverse\":false,\"data\":[\"2017\",\"2018\",\"2019\",\"2020\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"show\":true,\"name\":\"\",\"axisTick\":{\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#000000\",\"fontSize\":\"10\"},\"rotate\":0,\"margin\":10,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#000000\"}},\"max\":2000,\"show\":true,\"name\":\"\"},\"grid\":{\"top\":41,\"left\":39,\"bottom\":36,\"right\":49},\"series\":[{\"symbol\":\"image://https://bootapi.jeecg.com/excel_online/bs_1612254697476.png\",\"symbolRepeat\":\"fixed\",\"symbolMargin\":\"5%!\",\"data\":[891,1220,660,1670],\"symbolSize\":\"20\",\"double\":false,\"symbolBoundingData\":2000,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"10\",\"fontWeight\":\"bolder\"},\"position\":\"right\",\"show\":true},\"type\":\"pictorialBar\",\"symbolClip\":true,\"secondOpacity\":0.2}],\"title\":{\"show\":true,\"top\":\"5\",\"text\":\"象形图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"pictorial.spirits","chartType":"pictorial.spirits"},"layer_id":"XHPF7yW6rJ7BwG5P","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,1],[46,2],[46,3],[46,4],[46,5],[46,6]]},{"row":46,"col":13,"colspan":5,"rowspan":8,"width":"448","height":"243","config":"{\"series\":[{\"pointer\":{\"show\":true},\"startAngle\":190,\"data\":[{\"name\":\"成绩\",\"value\":60}],\"center\":[\"230\",\"150\"],\"endAngle\":-10,\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"textStyle\":{\"color\":\"#000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"},\"show\":true},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#f89588\"],[0.8,\"#7898e1\"],[1,\"#76da91\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#fff\",\"width\":3},\"length\":6},\"detail\":{\"textStyle\":{\"color\":\"rgba(0,0,0,1)\",\"fontSize\":\"15\"},\"formatter\":\"{value}%\"},\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]],\"radius\":\"63%\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"180°仪表盘\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"gauge.simple180","chartType":"gauge.simple180"},"layer_id":"mUD2NA1WBYWvXXnB","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,13],[46,14],[46,15],[46,16],[46,17]]},{"row":46,"col":7,"colspan":5,"rowspan":8,"width":"464","height":"242","config":"{\"series\":[{\"pointer\":{\"show\":true},\"data\":[{\"name\":\"完成率\",\"value\":50}],\"center\":[\"230\",\"150\"],\"itemStyle\":{\"color\":\"#63869E\"},\"type\":\"gauge\",\"title\":{\"textStyle\":{\"color\":\"#000000\",\"shadowBlur\":10,\"fontSize\":\"10\",\"shadowColor\":\"#000\"},\"show\":true},\"axisLabel\":{\"color\":\"auto\",\"show\":true,\"textStyle\":{\"fontSize\":10}},\"axisLine\":{\"lineStyle\":{\"width\":10,\"color\":[[0.2,\"#f89588\"],[0.8,\"#7898e1\"],[1,\"#76da91\"]]}},\"name\":\"业务指标\",\"axisTick\":{\"lineStyle\":{\"color\":\"#fff\"},\"length\":4},\"splitLine\":{\"lineStyle\":{\"color\":\"#ffffff\",\"width\":3},\"length\":6},\"detail\":{\"textStyle\":{\"color\":\"rgba(0,0,0,1)\",\"fontSize\":\"15\"},\"formatter\":\"{value}%\"},\"radius\":\"64%\",\"axisLine_lineStyle_color\":[[0.2,\"#91c7ae\"],[0.8,\"#63869E\"],[1,\"#C23531\"]]}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"360°仪表盘\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"gauge.simple","chartType":"gauge.simple"},"layer_id":"WrR1NdgsomBE3vUj","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[46,7],[46,8],[46,9],[46,10],[46,11]]},{"row":57,"col":2,"colspan":6,"rowspan":11,"width":"470","height":"322","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"类目1\",\"类目2\",\"类目3\",\"类目4\",\"类目5\",\"类目6\"],\"show\":true},\"series\":[{\"layout\":\"circular\",\"lineStyle\":{\"curveness\":0.3,\"color\":\"source\"},\"data\":[{\"name\":\"测试0\",\"category\":0,\"value\":28,\"type\":\"类目1\"},{\"name\":\"测试1\",\"category\":1,\"value\":9,\"type\":\"类目2\"},{\"name\":\"测试2\",\"category\":2,\"value\":23,\"type\":\"类目3\"},{\"name\":\"测试3\",\"category\":3,\"value\":8,\"type\":\"类目4\"},{\"name\":\"测试4\",\"category\":4,\"value\":8,\"type\":\"类目5\"},{\"name\":\"测试5\",\"category\":5,\"value\":20,\"type\":\"类目6\"}],\"center\":[\"260\",150],\"name\":\"关系图\",\"links\":[{\"source\":\"测试1\",\"target\":\"测试0\"},{\"source\":\"测试2\",\"target\":\"测试0\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试4\",\"target\":\"测试1\"},{\"source\":\"测试5\",\"target\":\"测试2\"},{\"source\":\"测试5\",\"target\":\"测试3\"},{\"source\":\"测试3\",\"target\":\"测试2\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试2\",\"target\":\"测试1\"},{\"source\":\"测试2\",\"target\":\"测试5\"},{\"source\":\"测试4\",\"target\":\"测试5\"},{\"source\":\"测试4\",\"target\":\"测试0\"},{\"source\":\"测试4\",\"target\":\"测试1\"},{\"source\":\"测试4\",\"target\":\"测试2\"},{\"source\":\"测试5\",\"target\":\"测试0\"},{\"source\":\"测试5\",\"target\":\"测试4\"},{\"source\":\"测试4\",\"target\":\"测试3\"},{\"source\":\"测试3\",\"target\":\"测试0\"},{\"source\":\"测试3\",\"target\":\"测试1\"},{\"source\":\"测试0\",\"target\":\"测试4\"}],\"categories\":[{\"name\":\"类目1\",\"itemStyle\":{\"color\":\"#63b2ee\"}},{\"name\":\"类目2\",\"itemStyle\":{\"color\":\"#eddd86\"}},{\"name\":\"类目3\",\"itemStyle\":{\"color\":\"#76da91\"}},{\"name\":\"类目4\",\"itemStyle\":{\"color\":\"#f89588\"}},{\"name\":\"类目5\",\"itemStyle\":{\"color\":\"#7898e1\"}},{\"name\":\"类目6\",\"itemStyle\":{\"color\":\"#9192ab\"}}],\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"type\":\"graph\",\"roam\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"关系图\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bolder\",\"fontSize\":\"12\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"chartId":"graph.simple","chartType":"graph.simple"},"layer_id":"8JIvD2O7X2PmV8DZ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[57,2],[57,3],[57,4],[57,5],[57,6],[57,7]]}],"area":{"sri":53,"sci":18,"eri":53,"eci":18,"width":100,"height":49},"excel_config_id":"1356492523694067712","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,16],"text":"常规图表","style":12}},"height":85},"1":{"cells":{"1":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"2":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"3":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"4":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"5":{"text":" ","virtual":"gcqy2xAR9FYjBqX1"},"7":{"text":" ","virtual":"kdIXBqCH0rCMm5rh","merge":[7,4],"style":1},"8":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"9":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"10":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"11":{"text":" ","virtual":"kdIXBqCH0rCMm5rh"},"13":{"text":" ","virtual":"FemTLGZLmjDHR8LK","merge":[7,4],"style":1},"14":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"15":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"16":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"17":{"text":" ","virtual":"FemTLGZLmjDHR8LK"},"18":{"text":" ","virtual":"FemTLGZLmjDHR8LK"}}},"2":{"cells":{"6":{"text":"","rendered":""}}},"3":{"cells":{}},"4":{"cells":{}},"5":{"cells":{}},"6":{"cells":{}},"7":{"cells":{},"height":53},"8":{"cells":{},"height":49},"9":{"cells":{},"height":18},"10":{"cells":{"1":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"2":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"3":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"4":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"5":{"text":" ","virtual":"akGtaiMyOXmBSxQZ"},"7":{"text":" ","virtual":"TiPDjBARvQu8SCqB","merge":[7,4],"style":1},"8":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"9":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"10":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"11":{"text":" ","virtual":"TiPDjBARvQu8SCqB"},"13":{"text":" ","virtual":"KX7mEEaA2eEkyBfc","merge":[7,4],"style":1},"14":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"15":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"16":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"17":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"},"18":{"text":" ","virtual":"KX7mEEaA2eEkyBfc"}}},"11":{"cells":{}},"12":{"cells":{}},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":51},"17":{"cells":{},"height":50},"18":{"cells":{},"height":17},"19":{"cells":{"1":{"style":1,"text":" ","virtual":"ylgQqtYMor7LeoTa","merge":[7,4]},"2":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"3":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"4":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"5":{"text":" ","virtual":"ylgQqtYMor7LeoTa"},"7":{"merge":[7,4],"style":1,"text":" ","virtual":"cH80HlIGPrHUx317"},"8":{"text":" ","virtual":"cH80HlIGPrHUx317"},"9":{"text":" ","virtual":"cH80HlIGPrHUx317"},"10":{"text":" ","virtual":"cH80HlIGPrHUx317"},"11":{"text":" ","virtual":"cH80HlIGPrHUx317"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"14":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"15":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"16":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"17":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"},"18":{"text":" ","virtual":"J7iq8ufH6uUq4gIo"}}},"20":{"cells":{}},"21":{"cells":{}},"22":{"cells":{}},"23":{"cells":{}},"24":{"cells":{}},"25":{"cells":{},"height":50},"26":{"cells":{},"height":50},"27":{"cells":{},"height":18},"28":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"2":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"3":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"4":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"5":{"text":" ","virtual":"w4ynV1PDcc6O7bN4"},"7":{"merge":[7,4],"style":1,"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"8":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"9":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"10":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"11":{"text":" ","virtual":"ka9xVAa6UOnFp1Ai"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"14":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"15":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"16":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"17":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"},"18":{"text":" ","virtual":"5SxgQVmx5ICVWCgE"}}},"29":{"cells":{}},"30":{"cells":{}},"31":{"cells":{}},"32":{"cells":{}},"33":{"cells":{}},"34":{"cells":{},"height":49},"35":{"cells":{},"height":49},"36":{"cells":{},"height":19},"37":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"g7FEjniWJyJs2vb9"},"2":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"3":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"4":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"5":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"6":{"text":" ","virtual":"g7FEjniWJyJs2vb9"},"7":{"text":" ","virtual":"KqahhLGR0Fyc4mw6","merge":[7,4],"style":1},"8":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"9":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"10":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"11":{"text":" ","virtual":"KqahhLGR0Fyc4mw6"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"9JusWBnedR2xNUML"},"14":{"text":" ","virtual":"9JusWBnedR2xNUML"},"15":{"text":" ","virtual":"9JusWBnedR2xNUML"},"16":{"text":" ","virtual":"9JusWBnedR2xNUML"},"17":{"text":" ","virtual":"9JusWBnedR2xNUML"},"18":{"text":" ","virtual":"9JusWBnedR2xNUML"}}},"38":{"cells":{}},"39":{"cells":{}},"40":{"cells":{}},"41":{"cells":{}},"42":{"cells":{}},"43":{"cells":{},"height":46},"44":{"cells":{},"height":48},"45":{"cells":{},"height":18},"46":{"cells":{"1":{"merge":[7,4],"style":1,"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"2":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"3":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"4":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"5":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"6":{"text":" ","virtual":"XHPF7yW6rJ7BwG5P"},"7":{"text":" ","virtual":"WrR1NdgsomBE3vUj","merge":[7,4],"style":1},"8":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"9":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"10":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"11":{"text":" ","virtual":"WrR1NdgsomBE3vUj"},"13":{"merge":[7,4],"style":1,"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"14":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"15":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"16":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"17":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"},"18":{"text":" ","virtual":"mUD2NA1WBYWvXXnB"}}},"47":{"cells":{}},"48":{"cells":{}},"49":{"cells":{}},"50":{"cells":{}},"51":{"cells":{}},"52":{"cells":{},"height":48},"53":{"cells":{},"height":49},"54":{"cells":{},"height":19},"55":{"cells":{}},"57":{"cells":{"2":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"3":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"4":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"5":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"6":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"},"7":{"text":" ","virtual":"8JIvD2O7X2PmV8DZ"}}},"60":{"cells":{},"height":50},"61":{"cells":{},"height":50},"len":106},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1566,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"border":{"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"]}},{"border":{"top":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"left":["thin","#d8d8d8"]}},{"border":{"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"left":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16,"bold":true},"align":"center"},{"font":{"bold":true}}],"validations":[],"cols":{"0":{"width":41},"5":{"width":81},"6":{"width":11},"10":{"width":111},"11":{"width":59},"12":{"width":12},"17":{"width":51},"len":50},"merges":["B1:R1","H2:L9","N2:R9","H11:L18","N11:R18","B20:F27","H20:L27","N20:R27","B29:F36","H29:L36","N29:R36","B38:F45","H38:L45","N38:R45","B47:F54","H47:L54","N47:R54"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210202165959_1612256419056.png', N'admin', N'2021-02-02 14:41:34.0000000', N'admin', N'2022-04-14 19:17:57.0000000', N'0', NULL, NULL, N'1', N'51302', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1369170965166166016', N'20210309142400', N'简单分组报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"1369170965166166016","printConfig":{"paper":"A4","width":210,"height":297,"definition":4,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"1":{"cells":{"1":{"height":0,"text":"纵向员工信息登记表","style":2,"merge":[0,5]}},"height":40},"2":{"cells":{"1":{"text":"部门","style":15},"2":{"text":"学历","style":15},"3":{"text":"性别","style":15},"4":{"text":"年龄","style":15},"5":{"text":"姓名","style":15},"6":{"text":"薪水","style":15}},"height":34},"3":{"cells":{"1":{"style":17,"text":"#{tt.group(department)}","aggregate":"group"},"2":{"style":17,"text":"#{tt.group(education)}","aggregate":"group"},"3":{"style":17,"text":"#{tt.sex}"},"4":{"style":17,"text":"#{tt.age}"},"5":{"style":17,"text":"#{tt.name}"},"6":{"style":17,"text":"#{tt.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"groupField":"tt.department","freeze":"A1","displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"6":{"width":117},"7":{"width":22},"len":100},"merges":["B2:G2"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', N'admin', N'2021-03-09 14:24:00.0000000', N'admin', N'2021-08-04 21:36:40.0000000', N'0', NULL, NULL, N'1', N'42583', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'56623333333', N'销售单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":2,"sci":7,"eri":2,"eci":7,"width":88,"height":32},"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6],"loopBlock":0},"2":{"style":41,"loopBlock":0},"3":{"style":41,"loopBlock":0},"4":{"style":41,"loopBlock":0},"5":{"style":41,"loopBlock":0},"6":{"style":41,"loopBlock":0},"7":{"style":41,"loopBlock":0}},"height":86},"1":{"cells":{"1":{"text":"商品编码","style":65,"rendered":"","loopBlock":1},"2":{"text":"商品名称","style":65,"loopBlock":1},"3":{"text":"销售时间","style":65,"loopBlock":1},"4":{"text":"销售数量","style":65,"loopBlock":1},"5":{"text":"定价","style":65,"loopBlock":1},"6":{"text":"优惠价","style":65,"loopBlock":1},"7":{"text":"付款金额","style":65,"loopBlock":1}},"height":33},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":66,"loopBlock":1},"2":{"text":"#{xiaoshou.cname}","style":66,"loopBlock":1},"3":{"text":"#{xiaoshou.ctime}","style":67,"loopBlock":1},"4":{"text":"#{xiaoshou.cnum}","style":66,"loopBlock":1},"5":{"text":"#{xiaoshou.cprice}","style":66,"loopBlock":1},"6":{"text":"#{xiaoshou.yprice}","style":66,"loopBlock":1},"7":{"text":"#{xiaoshou.ctotal}","style":68,"rendered":"","decimalPlaces":"0","loopBlock":1}},"isDrag":true,"height":32},"3":{"cells":{"1":{"style":44,"text":"","loopBlock":1},"2":{"style":44,"loopBlock":1},"3":{"style":44,"loopBlock":1},"4":{"style":44,"loopBlock":1},"5":{"style":44,"text":"","loopBlock":1},"6":{"text":"","style":45,"loopBlock":1},"7":{"style":46,"text":"=SUM(H3)","loopBlock":1}},"isDrag":true,"height":73},"4":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"","loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1},"6":{"text":"","loopBlock":1},"7":{"text":"","loopBlock":1}}},"5":{"cells":{},"isDrag":true},"6":{"cells":{"9":{"text":"","decimalPlaces":""}},"isDrag":true},"7":{"cells":{"2":{"text":"","aggregate":"group","direction":"right"}},"isDrag":true},"8":{"cells":{"7":{"text":"","decimalPlaces":""}}},"9":{"cells":{"10":{"text":"","decimalPlaces":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":704,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"},"format":"number"},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"},"format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"},"format":"number"}],"validations":[],"cols":{"0":{"width":17},"1":{"width":88},"2":{"width":148},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'17521063109', N'2021-08-04 20:40:04.0000000', N'0', NULL, NULL, N'1', N'48774', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'537516331017523200', N'202101201140313273', N'主子报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"537516331017523200","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"merge":[0,6],"height":0,"text":"订货商信息","style":8}},"height":57},"1":{"cells":{"1":{"text":"订单编号:","style":10},"2":{"merge":[0,2],"height":0,"style":42,"text":"${gg.dgoodscode}"}},"height":34},"2":{"cells":{"1":{"text":"订单地址:","style":10},"2":{"merge":[0,1],"height":0,"style":42,"text":"${gg.daddress}"},"4":{"text":"订单日期:","style":10},"5":{"merge":[0,1],"height":0,"style":42,"text":"${gg.darrivaldate}"}},"height":34},"3":{"cells":{"1":{"text":"订单姓名:","style":10},"2":{"merge":[0,1],"height":0,"style":42,"text":"${gg.dname}"},"4":{"text":"到货日期:","style":10},"5":{"merge":[0,1],"height":0,"style":42,"text":"${gg.dgoodsdate}"}},"height":31},"5":{"cells":{"1":{"text":"订单详情","merge":[0,6],"style":31,"decimalPlaces":"4"},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{}},"height":51},"6":{"cells":{"1":{"text":"商品编码","style":15},"2":{"text":"商品名称","style":15},"3":{"text":"销售时间","style":15},"4":{"text":"销售数据量","style":15},"5":{"text":"定价","style":15},"6":{"text":"优惠价","style":15},"7":{"text":"付款金额","style":15}},"height":42},"7":{"cells":{"1":{"style":18,"text":"#{xb.id}"},"2":{"style":18,"text":"#{xb.cname}"},"3":{"style":18,"text":"#{xb.riqi}"},"4":{"style":18,"text":"#{xb.dtotal}"},"5":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"4"},"6":{"style":19,"text":"#{xb.cprice}","decimalPlaces":"1"},"7":{"style":18,"text":"#{xb.tp}"},"8":{"text":""}}},"10":{"cells":{"1":{"style":39,"text":"备注:"},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"style":33,"text":" "},"5":{"style":33,"text":" "},"6":{"style":33,"text":" "},"7":{"style":34,"text":" "}}},"11":{"cells":{"1":{"style":41,"text":"1、查看信息,在浏览器输入“?did=1”或“?did=2”","merge":[0,6],"height":0}},"height":37},"12":{"cells":{"1":{"style":35,"text":" "},"2":{"text":" "},"7":{"style":36,"text":" "}}},"13":{"cells":{"1":{"style":37,"text":" "},"2":{"style":28,"text":" "},"3":{"style":28,"text":" "},"4":{"style":28,"text":" "},"5":{"style":28,"text":" "},"6":{"style":28,"text":" "},"7":{"style":38,"text":" "}}},"len":102,"-1":{"cells":{"-1":{"text":"#{xb.username}"}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18}},{"font":{"size":18,"bold":true}},{"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","font":{"name":"宋体"},"color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"number"},{"font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","format":"normal"},{"font":{"size":18,"bold":false}},{"font":{"size":18,"bold":false,"name":"宋体"}},{"font":{"size":18,"bold":false,"name":"宋体"},"align":"center"},{"font":{"size":18,"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#262626"]}},{"border":{"bottom":["thin","#595959"]}},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"left","valign":"bottom"},{"font":{"size":18,"bold":true,"name":"宋体"},"align":"center","valign":"middle"},{"border":{"top":["thin","#595959"],"left":["thin","#595959"]}},{"border":{"top":["thin","#595959"]}},{"border":{"top":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"left":["thin","#595959"]}},{"border":{"right":["thin","#595959"]}},{"border":{"bottom":["thin","#595959"],"left":["thin","#595959"]}},{"border":{"bottom":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"top":["thin","#595959"],"left":["thin","#595959"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#595959"],"right":["thin","#595959"]}},{"border":{"left":["thin","#595959"],"right":["thin","#595959"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#595959"]},"font":{"name":"宋体"}}],"validations":[],"cols":{"0":{"width":39},"1":{"width":73},"2":{"width":89},"3":{"width":101},"4":{"width":80},"len":50},"merges":["B6:H6","B1:H1","C2:E2","C3:D3","F3:G3","C4:D4","F4:G4","B12:H12"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1617266678584.png', N'admin', N'2021-04-01 16:24:50.0000000', N'18153988193', N'2021-08-04 22:06:21.0000000', N'0', NULL, NULL, N'1', N'35173', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'537521675550674944', N'20201215151426612466731464', N'数据联动报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":0,"marginY":10,"layout":"portrait"},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":2571,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":99},"3":{"width":133},"4":{"width":96},"5":{"width":130},"6":{"width":119},"7":{"width":235},"8":{"width":124},"9":{"width":148},"10":{"width":132},"23":{"width":344},"len":50},"chartList":[{"row":1,"col":8,"colspan":0,"rowspan":0,"width":"504","height":"276","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"张三\",\"张三\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":60,\"left\":41,\"bottom\":43,\"right\":27},\"series\":[{\"barWidth\":23,\"data\":[25,25],\"name\":\"age\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"#ffc001\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":\"12\",\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":true},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":\"5\",\"text\":\"员工基本信息\",\"textStyle\":{\"color\":\"#000000\",\"fontWeight\":\"bold\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"537522718405644288","axisX":"name","axisY":"age","series":"","yText":"age","xText":"name","dbCode":"hh","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","chartType":"bar.simple","id":"","chartId":"mfVOveSMUgcmPLZH"},"layer_id":"mfVOveSMUgcmPLZH","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,8],[1,9],[1,10],[1,11],[1,12]]}],"area":{"sri":2,"sci":1,"eri":2,"eci":1,"width":107,"height":61},"excel_config_id":"537521675550674944","zonedEditionList":[],"rows":{"0":{"cells":{}},"1":{"cells":{"1":{"text":"职务编号","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"家庭电话","style":51},"6":{"text":"出生日期","style":51},"7":{"text":"联系地址","style":51},"8":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"9":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"10":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"11":{"text":" ","virtual":"mfVOveSMUgcmPLZH"},"12":{"text":" ","virtual":"mfVOveSMUgcmPLZH"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group","linkIds":"845811279070580736","rendered":"","config":"","display":"link"},"2":{"text":"#{pop.id}","style":54,"aggregate":"select"},"3":{"text":"#{pop.name}","style":54,"aggregate":"select"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.jphone}","style":57},"6":{"text":"#{pop.birth}","style":56},"7":{"text":"#{pop.laddress}","style":57},"19":{"style":52,"rendered":"","config":"","text":" "},"20":{"style":52,"text":" ","rendered":"","config":"","display":"normal"},"21":{"style":52,"rendered":"","config":"","text":" "},"22":{"style":52,"rendered":"","config":"","text":" "}},"isDrag":true,"height":61},"14":{"cells":{}},"len":68},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{"1":{"barcodeContent":"#{pop.id}","format":"CODE128","width":"50","height":"100","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":105,"containerHeight":25},"11":{"text":"\n","width":227,"height":227,"colorDark":"#000000","colorLight":"#ffffff"}},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"bgcolor":"#ffff01"},{"bgcolor":"#ffc001"},{"bgcolor":"#ffffff"}],"isGroup":true,"merges":[]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210305194459_1614944811823.png', N'admin', N'2021-04-01 16:46:04.0000000', N'admin', N'2023-07-31 09:58:56.0000000', N'0', NULL, NULL, N'1', N'34519', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'53c82a76f837d5661dceec7d93afafec', N'5678', N'阜阳检票数查询', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":" ","style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"}},"height":63},"1":{"cells":{},"height":20},"2":{"cells":{"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"7":{"text":" ","merge":[0,1],"style":70}},"isDrag":true},"3":{"cells":{"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%)"}}},"4":{"cells":{"4":{"text":"从","style":71},"5":{"text":"到","style":71}},"height":25},"5":{"cells":{"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"}},"height":33},"6":{"cells":{"1":{"text":" ","style":11}},"isDrag":true},"7":{"cells":{"2":{"style":11,"text":" "}}},"8":{"cells":{}},"9":{"cells":{}},"10":{"cells":{}},"11":{"cells":{}},"12":{"cells":{}},"13":{"cells":{}},"14":{"cells":{}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":19},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":8},"len":50},"merges":["D1:G1","H3:I3","B4:B5","C4:C5","D4:D5","E4:F4","G4:G5","H4:H5","I4:I5"]}', N'', N'https://static.jeecg.com/designreport/images/25_1597233573577.png', N'admin', N'2020-06-16 15:01:42.0000000', N'admin', N'2022-12-08 15:49:53.0000000', N'0', NULL, NULL, N'1', N'12183', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'542152544408129536', N'20210414112811', N'图表联动报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"chartList":[{"row":3,"col":5,"colspan":4,"rowspan":7,"width":"556","height":"318","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":30,\"left\":48,\"bottom\":42,\"right\":18},\"series\":[{\"areaStyle\":null,\"data\":[10000,80000,50000,70000,100000,70000,59000,30000,90000,80000,90000,30000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"rgba(33,176,246,1)\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\"每月订单金额\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542187081431339008","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"yu","dataId1":"","source":"","target":"","isTiming":false,"intervalTime":"0","linkIds":"","chartType":"line.simple","chartId":"4gWTCuSf3N2pRy9U","id":"4gWTCuSf3N2pRy9U"},"layer_id":"4gWTCuSf3N2pRy9U","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,5],[3,6],[3,7],[3,8]]},{"row":3,"col":1,"colspan":4,"rowspan":7,"width":"398","height":"317","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"张三\",\"李四\",\"小米\",\"lili\",\"王伟\",\"菲菲\",\"洋洋\",\"王轩\",\"李中\",\"韩寒\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":30,\"left\":60,\"bottom\":42,\"right\":23},\"series\":[{\"barWidth\":10,\"data\":[3400879,2400879,2300879,1000879,900000,700000,590000,300000,90000,9000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(33,176,246,1)\"},\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":\"5\",\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#0CF1F6\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542158608528658432","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xs","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","linkIds":"542188072931250176,542188072931250176,542959746706395136,542962603010641920,622954331851018240,622954663201034240,622954727952699392,674518270334029824,674518340370518016,674518410377646080,674518270334029824","chartType":"bar.simple","chartId":"4jSe35ZikaTf2dv8","id":"4jSe35ZikaTf2dv8"},"layer_id":"4jSe35ZikaTf2dv8","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[3,1],[3,2],[3,3],[3,4]]},{"row":12,"col":1,"colspan":6,"rowspan":8,"width":"647","height":"297","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"10\"},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"show\":true,\"name\":\"\"},\"grid\":{\"top\":28,\"left\":60,\"bottom\":40,\"right\":26},\"series\":[{\"areaStyle\":null,\"data\":[10,15,30,50,60,80,90,70,80,50,90,80],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"\",\"itemStyle\":{\"color\":\"rgba(33,176,246,1)\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"position\":\"top\",\"show\":false},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\" 每月回款率\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542212079118274560","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"hk","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"line.simple","chartId":"qQlQ7dUI2ZjnSQoJ","id":"qQlQ7dUI2ZjnSQoJ"},"layer_id":"qQlQ7dUI2ZjnSQoJ","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[12,1],[12,2],[12,3],[12,4],[12,5],[12,6]]},{"row":12,"col":7,"colspan":2,"rowspan":8,"width":"341","height":"297","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12},\"top\":\"bottom\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"企业\",\"散客\",\"其他\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"企业\",\"value\":60,\"itemStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"散客\",\"value\":30,\"itemStyle\":{\"color\":\"#15F81D\"}},{\"name\":\"其他\",\"value\":20,\"itemStyle\":{\"color\":\"#F1E41B\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"150\",\"130\"],\"name\":\"\",\"minAngle\":0,\"label\":{\"textStyle\":{\"color\":\"\",\"fontSize\":\"12\",\"fontWeight\":\"bolder\"},\"position\":\"outside\",\"show\":true},\"type\":\"pie\",\"radius\":\"45%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":false,\"top\":5,\"text\":\" 客户资源占比\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"542961954638352384","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhanbi","dataId1":"","source":"","target":"","isTiming":"","intervalTime":"","linkIds":"","chartType":"pie.doughnut","chartId":"j6KqrKiUx01j0GbR","id":"j6KqrKiUx01j0GbR"},"layer_id":"j6KqrKiUx01j0GbR","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[12,7],[12,8]]}],"area":{"sri":7,"sci":3,"eri":7,"eci":3,"width":100,"height":52},"excel_config_id":"542152544408129536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":17},"1":{"cells":{"1":{"merge":[0,7],"height":0,"text":"某公司员工销售情况统计","style":29}},"height":79},"2":{"cells":{"1":{"style":13,"text":" 销售前10名员工情况","merge":[0,3],"height":0},"5":{"style":34,"text":" 每月订单金额","merge":[0,3],"height":0}},"height":50},"3":{"cells":{"1":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"2":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"3":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"4":{"text":" ","virtual":"4jSe35ZikaTf2dv8"},"5":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"6":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"7":{"text":" ","virtual":"4gWTCuSf3N2pRy9U"},"8":{"style":5,"text":" ","virtual":"4gWTCuSf3N2pRy9U"}},"height":42},"4":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"5":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":48},"6":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":48},"7":{"cells":{"1":{"style":4,"text":" "},"2":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":52},"8":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":53},"9":{"cells":{"1":{"style":4,"text":" "},"3":{"text":"","linkIds":"","rendered":"","config":"","display":""},"8":{"style":5,"text":" "}},"height":51},"10":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":33},"11":{"cells":{"1":{"style":24,"text":" 每月回款率","merge":[0,5],"height":0},"7":{"style":31,"merge":[0,1],"height":0,"text":" 客户资源占比"}},"height":38},"12":{"cells":{"1":{"style":36,"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"2":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"3":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"4":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"5":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"6":{"text":" ","virtual":"qQlQ7dUI2ZjnSQoJ"},"7":{"text":" ","virtual":"j6KqrKiUx01j0GbR"},"8":{"style":5,"text":" ","virtual":"j6KqrKiUx01j0GbR"}},"height":49},"13":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":50},"14":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":50},"15":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}},"height":49},"16":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"17":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"18":{"cells":{"1":{"style":4,"text":" "},"8":{"style":5,"text":" "}}},"19":{"cells":{"1":{"style":6,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":8,"text":" "}}},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1042,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["medium","#000"],"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6","font":{"size":12}},{"bgcolor":"#5b9cd6","font":{"size":12}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff"},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff"},{"border":{"top":["medium","#000"]},"color":"#5b9cd6"},{"color":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#5b9cd6","bgcolor":"#5b9cd6"},{"color":"#5b9cd6","bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#ffffff","bgcolor":"#5b9cd6"},{"color":"#ffffff","bgcolor":"#5b9cd6"},{"border":{"top":["medium","#000"]},"color":"#ffffff","bgcolor":"#5b9cd6","font":{"size":12}},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6"},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"left":["medium","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":12}},{"font":{"size":12}},{"font":{"size":14}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"bottom":["medium","#000"],"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"right":["medium","#000"]}},{"font":{"size":12},"color":"#ffffff"},{},{"bgcolor":"#5b9cd6","font":{"size":12},"color":"#ffffff","border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":48},"4":{"width":101},"6":{"width":147},"8":{"width":246},"len":50},"merges":["B2:I2","B3:E3","F3:I3","B12:G12","H12:I12"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210421101051_1618971070007.png', N'admin', N'2021-04-14 11:28:11.0000000', N'admin', N'2022-05-11 15:20:27.0000000', N'0', NULL, NULL, N'1', N'12096', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'580749470334275584', N'20210729233805', N'表达式示例', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"580749470334275584","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"更多表达式请查看详细文档。","linkIds":"580872825561501696","rendered":"","config":"","display":"link","merge":[0,1],"height":43,"style":18}},"height":43},"1":{"cells":{"1":{"style":12,"text":"日期函数","merge":[0,3],"height":25},"6":{"style":12,"text":"字符串函数","merge":[0,3],"height":25}},"height":34},"2":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"3":{"cells":{"1":{"text":"date()","style":4},"2":{"text":"date(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=date(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=date(\"${jm_expression.create_time}\")","style":4},"6":{"text":"char()","style":4,"merge":[1,0],"height":50},"7":{"text":"char(22269)","style":4},"8":{"text":"=char(22269)","style":4},"9":{"style":4,"text":" "}}},"4":{"cells":{"1":{"text":"time()","style":4},"2":{"text":"time(\"12:11:10\")","style":4},"3":{"text":"=time(\"12:11:10\")","style":4},"4":{"text":"=time(\"${jm_expression.create_time}\")","style":4},"7":{"text":"char(101)","style":4},"8":{"text":"=char(101)","style":4},"9":{"style":4,"text":" "}}},"5":{"cells":{"1":{"text":"now()","merge":[3,0],"height":100,"style":4,"linkIds":"","rendered":"","config":"","display":""},"2":{"text":"now()","style":4},"3":{"text":"=now()","style":5},"4":{"text":"=now()","style":5},"6":{"style":4,"text":"cnmoney()","merge":[2,0],"height":75},"7":{"text":"cnmoney(341.234)","style":4},"8":{"style":4,"text":"=cnmoney(341.234)"},"9":{"style":4,"text":"=cnmoney(${jm_expression.num})"}}},"6":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":6},"4":{"text":"=now()","style":6},"7":{"text":"cnmoney(341.234,\"b\")","style":4},"8":{"text":"=cnmoney(341.234,\"b\")","style":4},"9":{"style":4,"text":"=cnmoney(${jm_expression.num},\"b\")"}}},"7":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":7},"4":{"text":"=now()","style":7},"7":{"text":"cnmoney(341.234,\"bw\")","style":4},"8":{"text":"=cnmoney(341.234,\"bw\")","style":4},"9":{"text":"=cnmoney(${jm_expression.num},\"bw\")","style":4}}},"8":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":8},"4":{"text":"=now()","style":8},"6":{"text":"concat()","style":4},"7":{"text":"concat(''hello '',''word'','' !'')","style":4},"8":{"text":"=concat(''hello '',''world'','' !'')","style":4},"9":{"text":"=concat(''${jm_expression.upper}'','' world'','' !'')","style":4}}},"9":{"cells":{"1":{"text":"year()","style":4},"2":{"text":"year(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=year(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=year(\"${jm_expression.create_time}\")","style":4},"6":{"text":"lower()","style":4},"7":{"text":"lower(''HELLOW'')","style":4},"8":{"text":"=lower(''HELLOW'')","style":4},"9":{"text":"=lower(\"${jm_expression.upper}\") ","style":4}}},"10":{"cells":{"1":{"text":"month()","style":4},"2":{"text":"month(\"2021-07-29 12:11:10\") ","style":4},"3":{"text":"=month(\"2021-07-29 12:11:10\") ","style":4},"4":{"text":"=month(\"${jm_expression.create_time}\") ","style":4},"6":{"text":"upper()","style":4},"7":{"text":"upper(''world'')","style":4},"8":{"text":"=upper(''world'')","style":4},"9":{"text":"=upper(''${jm_expression.lower}'')","style":4}}},"11":{"cells":{"1":{"text":"day()","style":4},"2":{"text":"day(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=day(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=day(\"${jm_expression.create_time}\")","style":4},"6":{"style":4,"text":" "},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":" "}}},"12":{"cells":{"1":{"style":12,"text":"数学函数","merge":[0,3],"height":25},"6":{"style":12,"text":"条件表达式","merge":[0,3],"height":25}},"height":46},"13":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"14":{"cells":{"1":{"text":"rand()","style":4,"merge":[1,0],"height":50},"2":{"text":"rand()","style":4},"3":{"text":"=rand()","style":4},"4":{"style":4,"text":" "},"6":{"style":4,"text":"case()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=case(1==1,''男'',''女'') "},"9":{"style":4,"text":"=case(''${jm_expression.sex}''==''1'',''男'',''女'')"}}},"15":{"cells":{"0":{},"2":{"text":"rand()*100","style":4},"3":{"text":"=rand()*100","style":4},"4":{"style":4,"text":" "},"6":{"text":"if()","style":4},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":"=(let sex=''${jm_expression.sex}'';\n if(sex== ''1''){\n return ''男'';\n}elsif(sex== ''2''){\n return ''女'';\n}else{\n return ''未知'';\n})"}}},"16":{"cells":{"1":{"style":4,"text":"round(rand(),2)"},"2":{"text":"round(rand(),2)","style":4},"3":{"style":4,"text":"=round(rand(),2)"},"4":{"style":4,"text":" "},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"17":{"cells":{"1":{"text":"round()","style":4},"2":{"text":"round(341.234,2)","style":4},"3":{"text":"=round(341.234,2)","style":4},"4":{"style":4,"text":"=round(${jm_expression.num},2)"},"6":{"style":12,"text":"行号表达式","merge":[0,3],"height":25}}},"18":{"cells":{"1":{"text":"abs()","style":4},"2":{"text":"abs(-341.234)","style":4},"3":{"text":"=abs(-341.234)","style":4},"4":{"text":"=abs(${jm_expression.num})","style":4},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"19":{"cells":{"1":{"text":"floor()","style":4},"2":{"text":"floor(341.234,2)","style":4},"3":{"text":"=floor(341.234,2)","style":4},"4":{"text":"=floor(${jm_expression.num},2)","style":4},"6":{"style":4,"text":"row()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=row(1) "},"9":{"style":4,"text":" "}}},"20":{"cells":{"1":{"text":"ceil()","style":4},"2":{"text":"ceil(341.234,2) ","style":4},"3":{"text":"=ceil(341.234,2) ","style":4},"4":{"text":"=ceil(${jm_expression.num},2) ","style":4},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"21":{"cells":{"1":{"text":"trunc()","style":4},"2":{"text":"trunc(341.234)","style":4},"3":{"text":"=trunc(341.234)","style":4},"4":{"text":"=trunc(${jm_expression.num})","style":4},"6":{"style":16,"text":" "},"7":{"style":16,"text":" "},"8":{"style":16,"text":" "},"9":{"style":16,"text":" "}}},"22":{"cells":{"1":{"style":15,"text":" "},"3":{"style":15,"text":" "},"4":{"style":15,"text":" "}}},"23":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"24":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"freeze":"A1","dataRectWidth":1228,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"format":"date"},{"format":"date2"},{"format":"time"},{"format":"datetime"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date2","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"time","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"datetime","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16}},{"font":{"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center","bgcolor":"#93d051"},{"font":{"size":16},"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"border":{"top":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#93d051"},{"bgcolor":"#01b0f1"},{"bgcolor":"#e3efd9"},{"bgcolor":"#ffffff"}],"validations":[],"cols":{"1":{"width":86},"2":{"width":186},"3":{"width":138},"4":{"width":117},"7":{"width":186},"9":{"width":115},"len":50},"merges":["B1:C1","B2:E2","G2:J2","G4:G5","B6:B9","G6:G8","B13:E13","G13:J13","B15:B16","G18:J18"]}', NULL, N'https://static.jeecg.com/designreport/images/20210801173350_1627814960913_1627963915931.png', N'admin', N'2021-07-29 23:38:05.0000000', N'admin', N'2021-08-04 17:33:02.0000000', N'0', NULL, NULL, N'1', N'28276', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590432931076722688', N'2020121515142661246570', N'查询条件示例', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1694,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":147},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"area":false,"excel_config_id":"590432931076722688","zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"查询条件示例","style":64,"merge":[0,1],"height":44},"2":{},"3":{"style":68,"text":"说明:查询控件配置;默认值设置;CSS增强配置;参考文档:http://report.jeecg.com/2373403","merge":[0,2],"height":57}},"height":57},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":51,"text":"分类"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":57,"text":"#{pop.type}"}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"font":{"size":10}},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"isGroup":true,"merges":["B1:C1","D1:F1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', N'admin', N'2021-08-25 16:56:31.0000000', N'admin', N'2023-08-09 15:57:21.0000000', N'0', NULL, NULL, N'1', N'3792', N'.jm-query-form .ivu-btn-primary{ + background-color: red; + border-color: red; + }', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590442764001693696', N'202101271721121257', N'纵向分组小计示例3', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":718,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":95},"2":{"width":95},"3":{"width":105},"4":{"width":141},"5":{"width":246},"6":{"width":155},"len":50},"area":false,"excel_config_id":"590442764001693696","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"纵向分组小计示例3","merge":[0,2],"style":6},"5":{"text":"说明:本示例涉及纵向分组小计,横向动态列;地区设为小计分组依据;销量设为求和;年份倒序;月份默认正序","style":30}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":8,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right","sort":"desc"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right","sort":"default"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group","subtotal":"groupField","funcname":""},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0","subtotal":"","funcname":"SUM"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计","merge":[0,1]},"3":{"style":25,"text":"=sum(D4)"}},"height":37},"8":{"cells":{"1":{}}},"10":{"cells":{"1":{}}},"len":100},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"color":"#fe0000","textwrap":true}],"isGroup":true,"merges":["B1:D1","B2:C3","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', N'admin', N'2021-08-25 17:35:35.0000000', N'admin', N'2022-12-08 18:34:42.0000000', N'0', NULL, NULL, N'1', N'8028', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590808622016319488', N'20210826175031', N'纵向分组小计示例1', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":55,"sci":6,"eri":55,"eci":6,"width":100,"height":25},"excel_config_id":"590808622016319488","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"merge":[0,1],"height":61,"text":"纵向分组小计示例1","style":18},"3":{"text":"说明:地区、省份设置为纵向分组并且地区设置为分组依据;销售额设为求和;参考文档:http://report.jeecg.com/2333594","style":20,"merge":[0,2],"height":61}},"height":85},"1":{"cells":{"1":{"text":"地区|销售额|日期","lineStart":"lefttop","style":16,"merge":[1,1],"height":66},"3":{"text":"#{jm.groupRight(year)}","direction":"right","style":16}},"height":35},"2":{"cells":{"3":{"text":"#{jm.groupRight(month)}","aggregate":"group","direction":"right","style":16}},"height":31},"3":{"cells":{"1":{"text":"#{jm.group(areaname)}","aggregate":"group","subtotal":"groupField","funcname":"","style":0},"2":{"text":"#{jm.group(dept)}","style":0,"aggregate":"group","funcname":""},"3":{"text":"#{jm.dynamic(settleamount)}","aggregate":"dynamic","style":0,"subtotal":"","funcname":"SUM"}}},"len":21},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"jm.areaname","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":454,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c45a10"},{"bgcolor":"#c45a10"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#7f7f7f"},{"bgcolor":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"font":{"size":14}},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"validations":[],"isGroup":true,"cols":{"0":{"width":154},"5":{"width":121},"len":50},"merges":["B1:C1","D1:F1","B2:C3"]}', NULL, N'https://static.jeecg.com/designreport/images/fz1_1630235763858.png', N'admin', N'2021-08-26 17:50:31.0000000', N'admin', N'2023-07-31 16:45:31.0000000', N'0', NULL, NULL, N'1', N'2879', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590812531803901952', N'202108261750310852', N'纵向分组小计示例2', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":8,"sci":1,"eri":8,"eci":1,"width":80,"height":25},"excel_config_id":"590812531803901952","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"3":{"text":" ","style":27},"5":{"text":""},"7":{"merge":[0,2],"height":56,"style":27,"text":" "}},"height":59},"1":{"cells":{"1":{"text":"纵向分组小计示例2","merge":[0,2],"height":56,"style":27},"4":{"text":"说明:区域(areaname)、省份(dept)纵向分组;单价(price)、金额(amount)设置动态属性;小计设置compute行内计算compute(price*amount);参考文档:http://report.jeecg.com/2333594","merge":[0,4],"height":54,"style":29}},"height":54},"2":{"cells":{"1":{"text":"区域","style":21,"merge":[2,0],"height":81},"2":{"merge":[2,0],"height":81,"text":"省份","style":21},"3":{"merge":[0,2],"height":31,"style":21,"text":"#{jm.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":35},"3":{"cells":{"3":{"merge":[0,2],"height":25,"style":21,"text":"#{jm.groupRight(month)}月","aggregate":"group","direction":"right"}},"height":34},"4":{"cells":{"3":{"text":"单价","style":21},"4":{"text":"金额","style":21},"5":{"text":"小计","style":21}},"height":35},"5":{"cells":{"1":{"text":"#{jm.group(areaname)}","aggregate":"group","subtotal":"groupField","funcname":"","style":17},"2":{"text":"#{jm.group(dept)}","style":17,"aggregate":"group","funcname":""},"3":{"text":"#{jm.dynamic(price)}","style":26,"aggregate":"dynamic"},"4":{"style":26,"text":"#{jm.dynamic(amount)}","aggregate":"dynamic","subtotal":"","funcname":"SUM"},"5":{"text":"#{jm.compute(price*amount)}","aggregate":"dynamic","style":26,"subtotal":"","funcname":"SUM"}}},"9":{"cells":{},"height":37},"len":10},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"jm.areaname","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":656,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c45a10"},{"bgcolor":"#c45a10"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#7f7f7f"},{"bgcolor":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d0cecf"},{"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#0c0c0c"],"top":["thin","#0c0c0c"],"left":["thin","#0c0c0c"],"right":["thin","#0c0c0c"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#3f3f3f"],"top":["thin","#3f3f3f"],"left":["thin","#3f3f3f"],"right":["thin","#3f3f3f"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d0cecf"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#e7e5e6"},{"bgcolor":"#e7e5e6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"number"},{"font":{"size":15}},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"validations":[],"isGroup":true,"cols":{"0":{"width":99},"1":{"width":80},"2":{"width":81},"3":{"width":65},"4":{"width":64},"5":{"width":67},"8":{"width":177},"len":100},"merges":["H1:J1","B2:D2","E2:I2","B3:B5","C3:C5","D3:F3","D4:F4"]}', NULL, N'https://static.jeecg.com/designreport/images/fz2_1630235875115.png', N'admin', N'2021-08-26 18:04:55.0000000', N'admin', N'2023-08-14 10:24:56.0000000', N'0', NULL, NULL, N'1', N'2819', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590831722099462144', N'20210826192130', N'分栏示例', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"sri":2,"eci":5,"eri":5,"index":1,"db":"jm","loopTime":3}],"area":{"sri":1,"sci":5,"eri":1,"eci":6,"width":154,"height":59},"excel_config_id":"590831722099462144","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":""},"4":{"style":14},"5":{"style":15,"text":"分栏示例","merge":[0,1],"height":59},"6":{"style":16},"8":{"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","merge":[0,2],"height":59}},"height":59},"2":{"cells":{"1":{"text":"","loopBlock":1},"2":{"text":"职员信息","style":2,"merge":[0,1],"height":34,"loopBlock":1},"3":{"loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1}},"height":51},"3":{"cells":{"1":{"text":"姓名","style":4,"loopBlock":1},"2":{"text":"性别","style":4,"loopBlock":1},"3":{"text":"职务","style":4,"loopBlock":1},"4":{"text":"联系方式","style":4,"loopBlock":1},"5":{"text":"","loopBlock":1}},"height":31},"4":{"cells":{"1":{"text":"#{jm.name}","style":0,"loopBlock":1},"2":{"text":"#{jm.sex}","style":0,"loopBlock":1},"3":{"text":"#{jm.update_by}","style":0,"loopBlock":1},"4":{"text":"#{jm.jphone}","style":0,"loopBlock":1},"5":{"text":"","loopBlock":1}}},"5":{"cells":{"1":{"text":"","loopBlock":1},"2":{"loopBlock":1},"3":{"text":"","loopBlock":1},"4":{"text":"","loopBlock":1},"5":{"text":"","loopBlock":1}},"height":34},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":14},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":11},"bgcolor":"#f2f2f2"},{"font":{"size":12}},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"textwrap":true},{"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"color":"#000100"},{"color":"#000100"},{"textwrap":true,"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"5":{"width":54},"len":50},"merges":["I2:K2","C3:D3","F2:G2"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2021-08-26 19:21:30.0000000', N'admin', N'2021-08-29 19:12:38.0000000', N'0', NULL, NULL, N'1', N'2546', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'590835562513256448', N'20210826193641', N'分版示例', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":8,"eri":1,"eci":8,"width":100,"height":65},"excel_config_id":"590835562513256448","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[{"sci":4,"sri":3,"eci":6,"eri":4,"db":"flapi","index":1},{"sci":8,"sri":4,"eci":9,"eri":5,"db":"flapi","index":2}],"rows":{"0":{"cells":{"3":{"text":"","style":9,"merge":[0,1],"height":72}},"height":60},"1":{"cells":{"3":{"style":18,"text":"分版示例","merge":[0,1],"height":65},"5":{"merge":[0,2],"height":65,"text":"说明:当报表左侧已有表格,右侧仍需要展示表格时,需使用分版功能;参考文档:http://report.jeecg.com/2373086","style":20},"6":{"style":15},"7":{"style":15}},"height":65},"2":{"cells":{"1":{"text":"表1","style":7},"5":{"text":"表2","style":7}},"height":41},"3":{"cells":{"0":{"text":"姓名","style":2},"1":{"text":"性别","style":2},"2":{"text":"年龄","style":2},"4":{"text":"省份","style":2,"zonedEdition":1},"5":{"style":2,"zonedEdition":1,"text":"月份"},"6":{"style":2,"zonedEdition":1,"text":"金额"},"8":{"text":"表3","style":8}},"height":35},"4":{"cells":{"0":{"text":"#{jm.name}","style":0},"1":{"text":"#{jm.sex}","style":0},"2":{"text":"#{jm.age}","style":0},"4":{"text":"#{flapi.dept}","style":0,"zonedEdition":1},"5":{"style":0,"zonedEdition":1,"text":"#{flapi.month}月"},"6":{"style":0,"zonedEdition":1,"text":"#{flapi.amount}"},"8":{"text":"年份","style":2,"zonedEdition":2},"9":{"text":"金额","style":2,"zonedEdition":2}},"height":30},"5":{"cells":{"8":{"text":"#{flapi.year}年","style":0,"zonedEdition":2},"9":{"text":"#{flapi.settleamount}","style":0,"zonedEdition":2}}},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":930,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12},"bgcolor":"#f2f2f2"},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"font":{"size":15}},{"font":{"size":12}},{"font":{"size":12},"align":"center"},{"font":{"size":12},"align":"right"},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"textwrap":true},{"textwrap":true,"border":{"bottom":["thin","#fe0000"],"top":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100"},{"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"textwrap":true,"color":"#fe0000"}],"validations":[],"cols":{"3":{"width":69},"7":{"width":61},"len":50},"merges":["D1:E1","D2:E2","F2:H2"]}', NULL, N'https://static.jeecg.com/designreport/images/fb_1630235434383.png', N'admin', N'2021-08-26 19:36:41.0000000', N'admin', N'2021-08-29 19:10:34.0000000', N'0', NULL, NULL, N'1', N'3494', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'592957394477469696', N'20201215151426612465700180', N'存储过程示例', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1689,"autofilter":{},"validations":[],"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":142},"3":{"width":144},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":100},"area":false,"excel_config_id":"592957394477469696","zonedEditionList":[],"rows":{"0":{"cells":{"1":{"text":"存储过程示例","style":64,"merge":[0,1],"height":44},"2":{},"3":{"style":68,"merge":[0,2],"height":57,"text":" "}},"height":57},"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":51,"text":"分类"}},"height":46},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":57,"text":"#{pop.type}"}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false},{"font":{"size":15}},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"font":{"size":10}},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"textwrap":true,"color":"#fe0000"},{"color":"#fe0000"}],"isGroup":true,"merges":["B1:C1","D1:F1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', N'admin', N'2021-09-01 16:07:50.0000000', N'admin', N'2023-08-12 16:48:14.0000000', N'0', NULL, NULL, N'1', N'8592', N'.jm-query-form .ivu-btn-primary{ + background-color: red; + border-color: red; + }', N'', NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6059e405dd9c66a6d38e00841d2e40cc', N'566777', N'处方笺', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":10,"sci":5,"eri":10,"eci":6,"width":72,"height":25},"excel_config_id":"6059e405dd9c66a6d38e00841d2e40cc","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP:","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","rendered":"","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"merge":[0,1],"text":"中成药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"merge":[0,1],"text":"换药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80}},"height":17},"15":{"cells":{"0":{"text":" "},"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"merge":[0,1]},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"12":{"style":71,"text":" "},"13":{"style":80}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"20":{"cells":{},"height":28},"len":94,"-1":{"cells":{"0":{"text":"#{yaopin.key2}"},"-1":{"text":"#{yaopin.key1}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":694,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":35},"1":{"width":14},"2":{"width":56},"3":{"width":54},"4":{"width":156},"5":{"width":41},"6":{"width":31},"7":{"width":113},"8":{"width":58},"9":{"width":20},"10":{"width":23},"11":{"width":81},"12":{"width":12},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","F11:G11","I11:K11","F12:G12","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","D10:L10","G5:L5","C6:D6","E6:L6","J16:L16","C16:D16","D8:E8","H8:I8"]}', N'', N'https://static.jeecg.com/designreport/images/处方_1607071731580.png', N'admin', N'2020-07-10 17:12:16.0000000', N'admin', N'2021-08-04 18:52:46.0000000', N'0', NULL, NULL, N'1', N'13451', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6d6bdcb5e820c301ea32789e3ae43c44', N'1223', N'供电公司抢修单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":16,"sci":2,"eri":16,"eci":6,"width":555,"height":107},"printElWidth":718,"excel_config_id":"6d6bdcb5e820c301ea32789e3ae43c44","printElHeight":1047,"rows":{"0":{"cells":{},"height":11},"1":{"cells":{"1":{"text":"供电公司抢修竣工单","merge":[0,5],"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39}},"height":84},"2":{"cells":{"1":{"text":"填报单位:","style":26},"2":{"text":"#{qiangxiu.danwei}","style":27},"3":{"style":27},"4":{"text":"","style":27},"5":{"text":"填报日期:","style":26},"6":{"text":"#{qiangxiu.time}","style":27}}},"3":{"cells":{"1":{"text":"填报名称:","style":26},"2":{"text":"#{qiangxiu.ktime}","style":27},"3":{"style":27},"4":{"style":27},"5":{"text":"项目编号:","style":26},"6":{"text":"#{qiangxiu.wtime}","style":27}}},"4":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":10},"5":{"cells":{"1":{"text":"项目批准核算","style":29},"2":{"text":"#{qiangxiu.yusuan}","style":30,"merge":[0,4]}},"height":89},"6":{"cells":{"1":{"text":"开工日期","style":32},"2":{"style":33,"text":"#{qiangxiu.ktime}","merge":[0,1]},"3":{"style":28},"4":{"style":34,"text":"完工日期"},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.wtime}"},"6":{"style":28}},"height":31},"7":{"cells":{"1":{"text":"完工主要内容","style":32},"2":{"style":33,"text":"#{qiangxiu.neirong}","merge":[0,4]}},"height":71},"8":{"cells":{"1":{"text":"形成能力","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.nengli}"},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":49},"9":{"cells":{"1":{"text":"目标效益验收意见","style":32},"2":{"style":35,"text":"#{qiangxiu.yijian}","merge":[0,4]}},"height":100},"10":{"cells":{"1":{"style":37,"text":" ","merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":37,"text":"#{qiangxiu.time1}","merge":[0,1]},"6":{"style":28}}},"11":{"cells":{"1":{"text":"实施质量验收评价","style":32},"2":{"style":35,"text":"#{qiangxiu.pingjia}","merge":[0,4]}},"height":99},"12":{"cells":{"1":{"style":33,"merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.time1}"},"6":{"style":28}}},"13":{"cells":{"1":{"text":"验收总结","style":32},"2":{"style":35,"text":"#{qiangxiu.zongjie}","rendered":"","merge":[0,4]}},"height":80},"14":{"cells":{"1":{"text":"责任单位意见","style":32},"2":{"style":33,"text":"#{qiangxiu.zongjie}","merge":[0,4]}},"height":67},"15":{"cells":{"1":{"text":"责任单位审核人","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.dshenhe}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time3}","merge":[0,1]},"6":{"style":28}},"height":42},"16":{"cells":{"1":{"text":"生技部审批意见","style":32},"2":{"style":33,"text":"#{qiangxiu.zongjie}","merge":[0,4]}},"height":107},"17":{"cells":{"1":{"text":"生技部主任","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.zhuren}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time4}","merge":[0,1]},"6":{"style":28}},"height":41},"18":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":700,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"right","color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"right","color":"#7f7f7f","font":{"name":"宋体"}},{"color":"#7f7f7f","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"name":"宋体"}},{"bgcolor":"#ffffff","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"宋体"}},{"textwrap":true,"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":false,"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}}],"validations":[],"cols":{"0":{"width":18},"1":{"width":127},"3":{"width":123},"4":{"width":127},"5":{"width":76},"6":{"width":129},"len":50},"merges":["C7:D7","F7:G7","B2:G2","C9:G9","B11:E11","F11:G11","B13:E13","F13:G13","C16:D16","C18:D18","F16:G16","F18:G18","C12:G12","C10:G10","C8:G8","C6:G6","C14:G14","C15:G15","C17:G17"]}', N'', N'https://static.jeecg.com/designreport/images/222_1607311944321.png', N'jeecg', N'2020-07-20 19:37:54.0000000', N'admin', N'2021-08-04 15:14:45.0000000', N'0', NULL, NULL, N'1', N'492', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'753506001105539072', N'20221118170243', N'分版错误报表', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":3,"width":100,"height":25},"excel_config_id":"753506001105539072","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[{"sci":0,"sri":7,"eci":1,"eri":8,"db":"test02","index":1}],"rows":{"0":{"cells":{"0":{"text":"序号","style":0},"1":{"text":"图片","style":0},"2":{"text":"批次号","style":0},"3":{"text":"款式编码","style":0},"4":{"text":"款式名称","style":0},"5":{"text":"颜色","style":0},"6":{"text":"交期","style":0}},"height":25},"1":{"cells":{"0":{"style":0,"text":"=row()"},"1":{"style":0,"text":"#{test01.s_cover_img_url}","rendered":"","config":"","display":"img"},"2":{"style":0,"text":"#{test01.s_lot_no}"},"3":{"style":0,"text":"#{test01.s_item_code}"},"4":{"style":0,"text":"#{test01.s_full_name}"},"5":{"style":0,"text":"#{test01.modelcolor}"},"6":{"style":0,"text":"#{test01.d_delivery_date}"}}},"2":{"cells":{"1":{"text":"","rendered":"","config":""}}},"7":{"cells":{"0":{"text":"code"},"1":{"text":"name"}}},"8":{"cells":{"0":{"text":"#{test02.suit_item_code}"},"1":{"text":"#{test02.suit_full_name}"}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1035,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}}],"validations":[],"cols":{"0":{"width":144},"1":{"width":391},"len":100},"merges":[]}', NULL, NULL, N'15629196826', N'2022-11-18 17:02:43.0000000', N'admin', N'2023-08-14 14:13:37.0000000', N'0', NULL, NULL, N'0', N'62', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7905022412733a0c68dc7b4ef8947489', N'8996445', N'介绍信', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":1,"eri":3,"eci":11,"width":678,"height":216},"excel_config_id":"7905022412733a0c68dc7b4ef8947489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{},"12":{}},"height":11},"1":{"cells":{},"height":24},"2":{"cells":{},"isDrag":true,"height":43},"3":{"cells":{"0":{"text":" ","style":46},"1":{"merge":[0,10],"text":"介绍信","style":337}},"height":216},"4":{"cells":{"1":{"text":"${jieshaoxin.name}","style":338,"merge":[0,3]},"5":{"text":":","style":339}},"isDrag":true,"height":80},"5":{"cells":{"1":{"text":"兹介绍我局","style":340,"merge":[0,5]},"7":{"text":"${jieshaoxin.value}","style":341},"8":{"text":"同志","style":339},"9":{"text":"${jieshaoxin.percent}","style":339},"10":{"text":"人,前往你处","style":339,"merge":[0,1]}},"isDrag":true,"height":42},"6":{"cells":{"1":{"text":"${jieshaoxin.shiqing}","style":342,"merge":[0,5]},"15":{"text":""}},"isDrag":true,"height":48},"7":{"cells":{"1":{"style":343,"text":" "},"2":{"style":344,"merge":[0,5],"text":"请予接洽并给予帮助。"}},"height":56},"8":{"cells":{},"height":15},"9":{"cells":{},"height":11},"10":{"cells":{"8":{"text":" ","style":316,"merge":[0,3]}},"height":39},"11":{"cells":{"8":{"merge":[0,2],"text":"单位盖章","style":347},"11":{"merge":[0,1],"style":316,"text":" "}},"height":84},"12":{"cells":{"1":{"merge":[0,2],"text":" ","style":317},"4":{"merge":[0,2],"text":" ","style":346},"7":{"text":"(有效时间:至","style":317},"8":{"text":"${jieshaoxin.gdata}","style":316,"merge":[0,2]},"11":{"style":348,"text":"止)"}},"isDrag":true,"height":30},"13":{"cells":{"1":{"merge":[12,11]}}},"17":{"cells":{},"isDrag":true},"len":89},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":699,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":10,"name":"Lato"},"valign":"middle","color":"#000100"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100","align":"center"},{"align":"center","font":{"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"align":"right"},{"align":"right","font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"]}},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center"},{"valign":"top"},{"valign":"top","align":"center"},{"valign":"top","align":"center","font":{"size":12}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"font":{"size":14}},{"align":"right","font":{"size":14}},{"font":{"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"size":14,"bold":true}},{"align":"right","font":{"size":9}},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"font":{"size":9},"align":"left"},{"align":"left","font":{"bold":true,"size":14}},{"align":"center","font":{"bold":true,"size":14},"valign":"top"},{"align":"center","font":{"bold":true,"size":16},"valign":"top"},{"align":"center","font":{"bold":true,"size":18},"valign":"top"},{"align":"right","font":{"size":10}},{"font":{"size":10},"align":"center"},{"align":"left","font":{"size":10}},{"align":"right","font":{"size":12},"valign":"bottom"},{"valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"bold":true,"size":22},"valign":"top"},{"align":"right","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":14},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":14},"align":"center"},{"valign":"top","align":"center","font":{"size":14}},{"align":"left","font":{"size":14}}],"validations":[],"cols":{"0":{"width":21},"1":{"width":46},"2":{"width":24},"3":{"width":15},"4":{"width":37},"5":{"width":13},"6":{"width":83},"7":{"width":258},"8":{"width":42},"9":{"width":18},"10":{"width":77},"11":{"width":65},"12":{"width":20},"13":{"width":62},"16":{"width":55},"len":50},"merges":["B4:L4","B5:E5","B6:G6","K6:L6","B7:G7","C8:H8","I11:L11","I12:K12","L12:M12","B13:D13","E13:G13","I13:K13","B14:M26"]}', N'', N'https://static.jeecg.com/designreport/images/介绍xin_1607072641405.png', N'admin', N'2020-07-10 13:38:40.0000000', N'admin', N'2022-12-08 16:03:44.0000000', N'0', NULL, NULL, N'1', N'15815', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7c02c224a2db56d0350069650033f702', N'895666', N'核查评估表', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":5,"sci":18,"eri":5,"eci":18,"width":53,"height":46},"printElWidth":718,"excel_config_id":"7c02c224a2db56d0350069650033f702","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"XX县(市、区)YY低保第三方核查评估汇总表","merge":[0,21],"style":386},"2":{"style":386},"3":{"style":386},"4":{"style":386},"5":{"style":386},"6":{"style":386},"7":{"style":386},"8":{"style":386},"9":{"style":386},"10":{"style":386},"11":{"style":386},"12":{"style":386},"13":{"style":386},"14":{"style":386},"15":{"style":386},"16":{"style":386},"17":{"style":386},"18":{"style":386},"19":{"style":386},"20":{"style":386},"21":{"style":386},"22":{"style":386}},"height":70},"1":{"cells":{"1":{"merge":[0,2],"style":403,"text":" 北京市林翠社区"},"2":{"style":398,"text":" "},"3":{"style":398,"text":" "},"4":{"merge":[0,2],"text":"镇(乡、街道办事处)","style":399},"5":{"style":399},"6":{"style":399},"7":{"style":399,"merge":[0,7]},"8":{"style":400},"9":{"style":400},"10":{"style":400},"11":{"style":400},"12":{"style":400},"13":{"style":400},"14":{"style":400},"15":{"merge":[0,7],"text":"单位:人、元、套、平方米","style":398},"16":{"style":401},"17":{"style":401},"18":{"style":401},"19":{"style":401},"20":{"style":401},"21":{"style":401},"22":{"style":401}}},"2":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":14},"3":{"cells":{"1":{"style":406,"text":"村(社区)名称","merge":[1,0]},"2":{"style":407,"text":"户主名称","merge":[1,0]},"3":{"style":407,"text":"保障编号","merge":[1,0]},"4":{"style":408,"text":"家庭人口","merge":[1,0]},"5":{"style":409,"text":"家庭住址","merge":[1,0]},"6":{"style":409,"text":"联系电话","merge":[1,0]},"7":{"style":408,"text":"身份证号码","merge":[1,0]},"8":{"style":409,"text":"原保障","merge":[0,2]},"9":{"style":377,"text":" "},"10":{"style":377,"text":" "},"11":{"text":"核减后月人均收入","style":408,"merge":[1,0]},"12":{"merge":[0,5],"text":"保障建议","style":410},"13":{"style":379,"text":" "},"14":{"style":379,"text":" "},"15":{"style":379,"text":" "},"16":{"style":379,"text":" "},"17":{"style":379,"text":" "},"18":{"text":"是否新增对象","style":411,"merge":[1,0]},"19":{"text":"建议取消原因","style":409,"merge":[0,3]},"20":{"style":377,"text":" "},"21":{"style":377,"text":" "},"22":{"style":377,"text":" "}}},"4":{"cells":{"1":{"style":381,"text":" "},"2":{"style":407,"text":" "},"3":{"style":382,"text":" "},"4":{"style":408,"text":" "},"5":{"style":377,"text":" "},"6":{"style":409,"text":" "},"7":{"style":383,"text":" "},"8":{"text":"户数","style":412},"9":{"style":411,"text":"人口"},"10":{"style":413,"text":"金额"},"11":{"style":383,"text":" "},"12":{"text":"保障类型","style":408},"13":{"style":413,"text":"人口"},"14":{"style":408,"text":"差额补助"},"15":{"style":408,"text":"全额补助"},"16":{"style":408,"text":"增发补助"},"17":{"style":408,"text":"合计补助"},"18":{"style":411,"text":" "},"19":{"style":408,"text":"收入超标"},"20":{"style":406,"text":"机动车超标"},"21":{"style":410,"text":"死亡"},"22":{"style":410,"text":"其他"}},"height":50},"5":{"cells":{"1":{"style":414,"aggregate":"select","rendered":"","text":"#{hecha.name}"},"2":{"style":414,"text":"#{hecha.hname}"},"3":{"style":414,"text":"#{hecha.num}"},"4":{"style":414,"text":"#{hecha.knum}"},"5":{"style":414,"text":"#{hecha.zhuzhi}"},"6":{"style":414,"text":"#{hecha.phone}"},"7":{"style":414,"text":"#{hecha.scard}"},"8":{"style":414,"text":"#{hecha.yhnum}"},"9":{"style":414,"text":"#{hecha.yren}"},"10":{"style":414,"text":"#{hecha.yjine}"},"11":{"style":414,"text":"#{hecha.yjine}"},"12":{"style":414,"text":"#{hecha.type}"},"13":{"style":414,"text":"#{hecha.rk}"},"14":{"style":414,"text":"#{hecha.cbz}"},"15":{"style":414,"text":"#{hecha.cbz}"},"16":{"style":414,"text":"#{hecha.cbz}"},"17":{"style":414,"text":"#{hecha.cbz}"},"18":{"style":414,"text":"#{hecha.sf1}","rendered":""},"19":{"style":414,"text":"#{hecha.sf2}"},"20":{"style":414,"text":"#{hecha.sf3}"},"21":{"style":414,"text":"#{hecha.sf4}"},"22":{"style":414,"text":"#{hecha.bz}"}},"isDrag":true,"height":46},"6":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"7":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114,"text":"","decimalPlaces":"2"},"6":{"style":114,"lineStart":"leftbottom"},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"8":{"cells":{"1":{"text":""},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114,"decimalPlaces":""},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"isDrag":true},"45":{"cells":{},"height":1},"len":102},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1378,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center"},{"textwrap":true,"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle"},{"textwrap":true,"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"middle"},{"textwrap":true,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom"},{"textwrap":true,"align":"center","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top"},{"textwrap":true,"align":"center","valign":"top"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom"},{"textwrap":true,"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"top"},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["thin","#000"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"Helvetica"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"align":"center","font":{"size":16,"bold":true,"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"size":16,"bold":true,"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"size":16,"bold":true,"name":"Courier New"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"font":{"name":"Courier New"}},{"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"align":"center","font":{"size":16,"bold":true,"name":"Verdana"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Verdana"}},{"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"font":{"name":"Verdana"}},{"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Lato"}},{"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"font":{"name":"Lato"}},{"textwrap":true,"align":"center","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":false,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"valign":"middle"},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"align":"center","border":{"right":["thin","#ffffff"]}},{"align":"center","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#ffffff"]}},{"border":{"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#000100"]}},{"align":"center","border":{"right":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"left":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"top":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]},"align":"right"},{"font":{"name":"Lato"},"align":"right"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"size":15,"bold":true,"name":"Lato"}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato","size":9}},{"font":{"name":"Lato","size":9}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"border":{"bottom":["thin","#d8d8d8"]},"align":"center","font":{"size":8}},{"border":{"bottom":["thin","#a5a5a5"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"align":"center","font":{"size":8}}],"validations":[],"cols":{"0":{"width":30},"1":{"width":68},"2":{"width":86},"3":{"width":93},"4":{"width":91},"5":{"width":156},"6":{"width":95},"7":{"width":85},"8":{"width":37},"9":{"width":30},"10":{"width":43},"11":{"width":66},"12":{"width":38},"13":{"width":41},"14":{"width":54},"15":{"width":49},"16":{"width":45},"17":{"width":49},"18":{"width":53},"19":{"width":40},"20":{"width":50},"21":{"width":40},"22":{"width":39},"23":{"width":14},"len":50},"merges":["M4:R4","B4:B5","C4:C5","D4:D5","E4:E5","F4:F5","G4:G5","H4:H5","I4:K4","L4:L5","S4:S5","T4:W4","E2:G2","B2:D2","B1:W1","P2:W2","H2:O2"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207113312_1607312171402.png', N'jeecg', N'2020-07-14 16:41:42.0000000', N'admin', N'2021-08-04 18:53:59.0000000', N'0', NULL, NULL, N'1', N'598', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850276523718049792', N'20230812174413', N'aaa', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":11,"sci":4,"eri":11,"eci":4,"width":274,"height":25},"excel_config_id":"850276523718049792","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"1":{"text":"#{aaa.code}"},"2":{"text":"#{aaa.name}"},"3":{"text":"#{aaa.view_count}"},"4":{"text":""}}},"10":{"cells":{"1":{"text":"D4值=","style":1},"2":{"text":"=cnmoney(::D4)"}}},"26":{"cells":{}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":400,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"right"},{"align":"center"}],"validations":[],"cols":{"4":{"width":274},"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-08-12 17:44:13.0000000', N'admin', N'2023-08-14 10:36:50.0000000', N'0', NULL, NULL, N'0', N'52', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850286412532121600', N'20230812182254', N'api测试', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"850286412532121600","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"1":{"text":"#{aaa.ctotal}"},"2":{"text":"#{aaa.cname}"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'jeecg', N'2023-08-12 18:22:55.0000000', NULL, N'2023-08-12 18:22:55.0000000', N'0', NULL, NULL, N'0', N'7', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850315907339223040', N'20210309142400__0615', N'简单分组报表副本0615', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":2,"eri":3,"eci":2,"width":100,"height":54},"excel_config_id":"850315907339223040","printConfig":{"paper":"A4","width":210,"height":297,"definition":4,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"height":0,"text":"纵向员工信息登记表","style":2,"merge":[0,5]}},"height":40},"2":{"cells":{"1":{"text":"部门","style":15},"2":{"text":"学历","style":15},"3":{"text":"姓名","style":15},"4":{"text":"性别","style":15},"5":{"text":"年龄","style":15},"6":{"text":"薪水","style":15}},"height":34},"3":{"cells":{"1":{"style":17,"text":"#{tt.group(department)}","aggregate":"group","textOrders":"人事部|研发部","sort":"desc"},"2":{"style":17,"text":"#{tt.group(education)}","aggregate":"group","sort":"default","textOrders":"本科|专科"},"3":{"style":17,"text":"#{tt.name}","sort":"default","textOrders":""},"4":{"style":17,"text":"#{tt.sex}"},"5":{"style":17,"text":"#{tt.age}"},"6":{"style":17,"text":"#{tt.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"1000","btnList":[1,2,3,4,5,6,7,8,9]},"groupField":"tt.department","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":687,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"align":"center"},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#ffffff","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#bdd7ee","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"align":"center","bgcolor":"#9cc2e6","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"6":{"width":117},"7":{"width":22},"len":100},"merges":["B2:G2"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', N'jeecg', N'2023-08-12 20:18:41.0000000', N'admin', N'2023-08-13 18:57:03.0000000', N'0', NULL, NULL, N'0', N'86', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850318855100268544', N'20210127172112__9627', N'多级循环表头报表副本9627', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":434,"autofilter":{},"validations":[],"cols":{"0":{"width":36},"1":{"width":87},"2":{"width":132},"3":{"width":179},"len":100},"area":{"sri":5,"sci":0,"eri":5,"eci":99,"width":10034,"height":25},"excel_config_id":"850318855100268544","zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"","rendered":""},"1":{"text":"各地区商品销售额一栏表","merge":[0,2],"style":6}},"height":83},"1":{"cells":{"1":{"text":"地区|销量|时间","style":2,"lineStart":"lefttop","rendered":"","merge":[1,1],"height":74},"3":{"style":30,"text":"#{xs.groupRight(year)}年","aggregate":"group","direction":"right"}},"height":40},"2":{"cells":{"3":{"style":8,"text":"#{xs.groupRight(mouth)}","aggregate":"group","direction":"right","sort":"default"}},"height":34},"3":{"cells":{"1":{"text":"#{xs.group(diqu)}","style":28,"aggregate":"group"},"2":{"style":28,"text":"#{xs.group(class)}","aggregate":"group"},"3":{"style":29,"text":"#{xs.dynamic(sales)}","aggregate":"dynamic","rendered":"","decimalPlaces":"0"}},"height":38},"4":{"cells":{"1":{"style":24,"text":"总计"},"2":{"text":"=cnmoney(::D5)","style":34},"3":{"style":25,"text":"=SUM(D4)"}},"height":37},"7":{"cells":{"1":{}}},"9":{"cells":{"1":{}}},"len":99},"rpbar":{"show":true,"pageSize":"","btnList":[]},"groupField":"xs.diqu","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"displayConfig":{},"background":false,"name":"sheet1","styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"font":{"size":16}},{"font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6","align":"center"},{"align":"center"},{"bgcolor":"#9cc2e6","format":"number"},{"bgcolor":"#9cc2e6","format":"number","align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9}},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"size":9}},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"bgcolor":"#5b9cd6","color":"#fe0000","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"color":"#fe0000"},{"color":"#ffffff"},{"bgcolor":"#9cc2e6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#9cc2e6","format":"number","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":true},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"underline":false},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":9},"format":"number"},{"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}}],"isGroup":true,"merges":["B1:D1","B2:C3"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210128180013_1611828047548.png', N'jeecg', N'2023-08-12 20:30:23.0000000', N'admin', N'2023-08-21 09:33:43.0000000', N'0', NULL, NULL, N'0', N'81', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850709188564844544', N'20210729233805__4750', N'表达式示例副本4750', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":0,"eri":3,"eci":0,"width":100,"height":25},"excel_config_id":"850709188564844544","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"0":{"text":"1000222.22"},"1":{"linkIds":"","rendered":"","config":"","display":"","style":18,"text":"=cnmoney(A1)"},"3":{"style":16,"text":""},"4":{"text":""}},"height":43},"1":{"cells":{"1":{"style":12,"text":"日期函数","merge":[0,3],"height":25},"6":{"style":12,"text":"字符串函数","merge":[0,3],"height":25}},"height":34},"2":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"3":{"cells":{"1":{"text":"date()","style":4},"2":{"text":"date(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=date(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=date(\"${jm_expression.create_time}\")","style":4},"6":{"text":"char()","style":4,"merge":[1,0],"height":50},"7":{"text":"char(22269)","style":4},"8":{"text":"=char(22269)","style":4},"9":{"style":4,"text":" "}}},"4":{"cells":{"1":{"text":"time()","style":4},"2":{"text":"time(\"12:11:10\")","style":4},"3":{"text":"=time(\"12:11:10\")","style":4},"4":{"text":"=time(\"${jm_expression.create_time}\")","style":4},"7":{"text":"char(101)","style":4},"8":{"text":"=char(101)","style":4},"9":{"style":4,"text":" "}}},"5":{"cells":{"1":{"text":"now()","merge":[3,0],"height":100,"style":4,"linkIds":"","rendered":"","config":"","display":""},"2":{"text":"now()","style":4},"3":{"text":"=now()","style":5},"4":{"text":"=now()","style":5},"6":{"style":4,"text":"cnmoney()","merge":[2,0],"height":75},"7":{"text":"cnmoney(341.234)","style":4},"8":{"style":4,"text":"=cnmoney(341.234)"},"9":{"style":4,"text":"=cnmoney(${jm_expression.num})"}}},"6":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":6},"4":{"text":"=now()","style":6},"7":{"text":"cnmoney(341.234,\"b\")","style":4},"8":{"text":"=cnmoney(341.234,\"b\")","style":4},"9":{"style":4,"text":"=cnmoney(${jm_expression.num},\"b\")"}}},"7":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":7},"4":{"text":"=now()","style":7},"7":{"text":"cnmoney(341.234,\"bw\")","style":4},"8":{"text":"=cnmoney(341.234,\"bw\")","style":4},"9":{"text":"=cnmoney(${jm_expression.num},\"bw\")","style":4}}},"8":{"cells":{"2":{"text":"now()","style":4},"3":{"text":"=now()","style":8},"4":{"text":"=now()","style":8},"6":{"text":"concat()","style":4},"7":{"text":"concat(''hello '',''word'','' !'')","style":4},"8":{"text":"=concat(''hello '',''world'','' !'')","style":4},"9":{"text":"=concat(''${jm_expression.upper}'','' world'','' !'')","style":4}}},"9":{"cells":{"1":{"text":"year()","style":4},"2":{"text":"year(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=year(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=year(\"${jm_expression.create_time}\")","style":4},"6":{"text":"lower()","style":4},"7":{"text":"lower(''HELLOW'')","style":4},"8":{"text":"=lower(''HELLOW'')","style":4},"9":{"text":"=lower(\"${jm_expression.upper}\") ","style":4}}},"10":{"cells":{"1":{"text":"month()","style":4},"2":{"text":"month(\"2021-07-29 12:11:10\") ","style":4},"3":{"text":"=month(\"2021-07-29 12:11:10\") ","style":4},"4":{"text":"=month(\"${jm_expression.create_time}\") ","style":4},"6":{"text":"upper()","style":4},"7":{"text":"upper(''world'')","style":4},"8":{"text":"=upper(''world'')","style":4},"9":{"text":"=upper(''${jm_expression.lower}'')","style":4}}},"11":{"cells":{"1":{"text":"day()","style":4},"2":{"text":"day(\"2021-07-29 12:11:10\")","style":4},"3":{"text":"=day(\"2021-07-29 12:11:10\")","style":4},"4":{"text":"=day(\"${jm_expression.create_time}\")","style":4},"6":{"style":4,"text":" "},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":" "}}},"12":{"cells":{"1":{"style":12,"text":"数学函数","merge":[0,3],"height":25},"6":{"style":12,"text":"条件表达式","merge":[0,3],"height":25}},"height":46},"13":{"cells":{"1":{"text":"函数名称","style":17},"2":{"text":"表达式","style":17},"3":{"text":"常量参数","style":17},"4":{"text":"数据集参数","style":17},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"14":{"cells":{"1":{"text":"rand()","style":4,"merge":[1,0],"height":50},"2":{"text":"rand()","style":4},"3":{"text":"=rand()","style":4},"4":{"style":4,"text":" "},"6":{"style":4,"text":"case()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=case(1==1,''男'',''女'') "},"9":{"style":4,"text":"=case(''${jm_expression.sex}''==''1'',''男'',''女'')"}}},"15":{"cells":{"0":{},"2":{"text":"rand()*100","style":4},"3":{"text":"=rand()*100","style":4},"4":{"style":4,"text":" "},"6":{"text":"if()","style":4},"7":{"style":4,"text":" "},"8":{"style":4,"text":" "},"9":{"style":4,"text":"=(let sex=''${jm_expression.sex}'';\n if(sex== ''1''){\n return ''男'';\n}elsif(sex== ''2''){\n return ''女'';\n}else{\n return ''未知'';\n})"}}},"16":{"cells":{"1":{"style":4,"text":"round(rand(),2)"},"2":{"text":"round(rand(),2)","style":4},"3":{"style":4,"text":"=round(rand(),2)"},"4":{"style":4,"text":" "},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"17":{"cells":{"1":{"text":"round()","style":4},"2":{"text":"round(341.234,2)","style":4},"3":{"text":"=round(341.234,2)","style":4},"4":{"style":4,"text":"=round(${jm_expression.num},2)"},"6":{"style":12,"text":"行号表达式","merge":[0,3],"height":25}}},"18":{"cells":{"1":{"text":"abs()","style":4},"2":{"text":"abs(-341.234)","style":4},"3":{"text":"=abs(-341.234)","style":4},"4":{"text":"=abs(${jm_expression.num})","style":4},"6":{"text":"函数名称","style":17},"7":{"text":"表达式","style":17},"8":{"text":"常量参数","style":17},"9":{"text":"数据集参数","style":17}}},"19":{"cells":{"1":{"text":"floor()","style":4},"2":{"text":"floor(341.234,2)","style":4},"3":{"text":"=floor(341.234,2)","style":4},"4":{"text":"=floor(${jm_expression.num},2)","style":4},"6":{"style":4,"text":"row()"},"7":{"style":4,"text":" "},"8":{"style":4,"text":"=row(1) "},"9":{"style":4,"text":" "}}},"20":{"cells":{"1":{"text":"ceil()","style":4},"2":{"text":"ceil(341.234,2) ","style":4},"3":{"text":"=ceil(341.234,2) ","style":4},"4":{"text":"=ceil(${jm_expression.num},2) ","style":4},"6":{"style":15,"text":" "},"7":{"style":15,"text":" "},"8":{"style":15,"text":" "},"9":{"style":15,"text":" "}}},"21":{"cells":{"1":{"text":"trunc()","style":4},"2":{"text":"trunc(341.234)","style":4},"3":{"text":"=trunc(341.234)","style":4},"4":{"text":"=trunc(${jm_expression.num})","style":4},"6":{"style":16,"text":" "},"7":{"style":16,"text":" "},"8":{"style":16,"text":" "},"9":{"style":16,"text":" "}}},"22":{"cells":{"1":{"style":15,"text":" "},"3":{"style":15,"text":" "},"4":{"style":15,"text":" "}}},"23":{"cells":{"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"24":{"cells":{"1":{"style":16,"text":" "},"3":{"style":16,"text":" "},"4":{"style":16,"text":" "}}},"len":101},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1228,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"format":"date"},{"format":"date2"},{"format":"time"},{"format":"datetime"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"date2","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"time","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"format":"datetime","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16}},{"font":{"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":16},"align":"center","bgcolor":"#93d051"},{"font":{"size":16},"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"border":{"top":["thin","#000"]}},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","font":{"size":12}},{"font":{"size":12}},{"bgcolor":"#93d051"},{"bgcolor":"#01b0f1"},{"bgcolor":"#e3efd9"},{"bgcolor":"#ffffff"}],"validations":[],"cols":{"1":{"width":86},"2":{"width":186},"3":{"width":138},"4":{"width":117},"7":{"width":186},"9":{"width":115},"len":100},"merges":["B2:E2","G2:J2","G4:G5","B6:B9","G6:G8","B13:E13","G13:J13","B15:B16","G18:J18"]}', NULL, N'https://static.jeecg.com/designreport/images/20210801173350_1627814960913_1627963915931.png', N'admin', N'2023-08-13 22:21:26.0000000', N'admin', N'2023-08-13 22:25:49.0000000', N'0', NULL, NULL, N'0', N'22', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850710545531240448', N'20230813222715', N'SSD', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"850710545531240448","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-08-13 22:27:15.0000000', N'admin', N'2023-09-25 15:13:07.0000000', N'0', NULL, NULL, N'0', N'21', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850943990899482624', N'20210826193641__1135', N'分版示例副本1135', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":8,"eri":1,"eci":8,"width":100,"height":65},"excel_config_id":"590835562513256448","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[{"sci":4,"sri":3,"eci":6,"eri":4,"db":"flapi","index":1},{"sci":8,"sri":4,"eci":9,"eri":5,"db":"flapi","index":2}],"rows":{"0":{"cells":{"3":{"text":"","style":9,"merge":[0,1],"height":72}},"height":60},"1":{"cells":{"3":{"style":18,"text":"分版示例","merge":[0,1],"height":65},"5":{"merge":[0,2],"height":65,"text":"说明:当报表左侧已有表格,右侧仍需要展示表格时,需使用分版功能;参考文档:http://report.jeecg.com/2373086","style":20},"6":{"style":15},"7":{"style":15}},"height":65},"2":{"cells":{"1":{"text":"表1","style":7},"5":{"text":"表2","style":7}},"height":41},"3":{"cells":{"0":{"text":"姓名","style":2},"1":{"text":"性别","style":2},"2":{"text":"年龄","style":2},"4":{"text":"省份","style":2,"zonedEdition":1},"5":{"style":2,"zonedEdition":1,"text":"月份"},"6":{"style":2,"zonedEdition":1,"text":"金额"},"8":{"text":"表3","style":8}},"height":35},"4":{"cells":{"0":{"text":"#{jm.name}","style":0},"1":{"text":"#{jm.sex}","style":0},"2":{"text":"#{jm.age}","style":0},"4":{"text":"#{flapi.dept}","style":0,"zonedEdition":1},"5":{"style":0,"zonedEdition":1,"text":"#{flapi.month}月"},"6":{"style":0,"zonedEdition":1,"text":"#{flapi.amount}"},"8":{"text":"年份","style":2,"zonedEdition":2},"9":{"text":"金额","style":2,"zonedEdition":2}},"height":30},"5":{"cells":{"8":{"text":"#{flapi.year}年","style":0,"zonedEdition":2},"9":{"text":"#{flapi.settleamount}","style":0,"zonedEdition":2}}},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":930,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12},"bgcolor":"#f2f2f2"},{},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"font":{"size":15}},{"font":{"size":12}},{"font":{"size":12},"align":"center"},{"font":{"size":12},"align":"right"},{"font":{"size":15},"align":"center"},{"font":{"size":15},"align":"left"},{"textwrap":true},{"textwrap":true,"border":{"bottom":["thin","#fe0000"],"top":["thin","#fe0000"],"left":["thin","#fe0000"],"right":["thin","#fe0000"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#fe0000"},{"color":"#fe0000"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100"},{"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":15}},{"textwrap":true,"color":"#fe0000"}],"validations":[],"cols":{"3":{"width":69},"7":{"width":61},"len":50},"merges":["D1:E1","D2:E2","F2:H2"]}', NULL, N'https://static.jeecg.com/designreport/images/fb_1630235434383.png', N'admin', N'2023-08-14 13:54:27.0000000', N'admin', N'2023-09-23 16:11:14.0000000', N'1', NULL, NULL, N'0', N'5', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'850944008423284736', N'20210826192130__0651', N'分栏示例副本0651', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"jm","loopTime":3}],"area":false,"excel_config_id":"850944008423284736","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{jm.name}"},"2":{"loopBlock":1,"style":0,"text":"#{jm.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{jm.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{jm.jphone}"},"5":{"loopBlock":1,"text":""}}},"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34},"len":103},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"5":{"width":54},"len":100},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2023-08-14 13:54:32.0000000', N'admin', N'2023-09-23 16:10:12.0000000', N'1', NULL, NULL, N'0', N'53', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'859286752275275776', N'20230906142543', N'11', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":5,"sci":0,"eri":5,"eci":0,"width":100,"height":25},"excel_config_id":"859286752275275776","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"1"}}},"5":{"cells":{"0":{"text":"2"}}},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-06 14:25:43.0000000', N'admin', N'2023-09-06 14:30:07.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'861176131696533504', N'20230911193335', N'd', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":12,"sci":1,"eri":12,"eci":1,"width":100,"height":25},"excel_config_id":"861176131696533504","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"4":{"cells":{"1":{"text":"d"}}},"8":{"cells":{"1":{"text":"d"}}},"12":{"cells":{"1":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":200,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-11 19:33:35.0000000', N'admin', N'2023-09-11 19:35:24.0000000', N'1', NULL, NULL, N'0', N'2', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'861176405613944832', N'20230911193431', N'ddd', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"861176405613944832","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"3":{"cells":{"0":{"text":"2"}}},"7":{"cells":{"0":{"text":"2"}}},"11":{"cells":{"0":{"text":"3"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-11 19:34:32.0000000', N'admin', N'2023-09-11 19:35:24.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'861176669725073408', N'20230911193536', N'dd', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"861176669725073408","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"4":{"cells":{"2":{"text":"d"}}},"9":{"cells":{"2":{"text":"d"}}},"14":{"cells":{"2":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-11 19:35:37.0000000', N'admin', N'2023-09-11 19:37:12.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'1') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'861177110013747200', N'20230911193718', N'd', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":6,"sci":1,"eri":6,"eci":1,"width":100,"height":25},"excel_config_id":"861177110013747200","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"14":{"cells":{"3":{"text":"d"}}},"20":{"cells":{"3":{"text":"d"}}},"24":{"cells":{"2":{"text":"d"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":400,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-11 19:37:19.0000000', N'admin', N'2023-09-11 19:37:36.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'1') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'861212723307970560', N'20230911215849', N'11', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":8,"sci":0,"eri":8,"eci":0,"width":100,"height":25},"excel_config_id":"861212723307970560","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait","printCallBackUrl":""},"zonedEditionList":[],"rows":{"2":{"cells":{"0":{"text":"1"}}},"6":{"cells":{"0":{"text":"1"}}},"8":{"cells":{"0":{"text":"1"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":100,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-11 21:58:49.0000000', N'admin', N'2023-09-11 21:59:01.0000000', N'1', NULL, NULL, N'0', N'1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'864668240323870720', N'20201202175858__2053', N'乡村振兴普惠金融服务平台副本2053', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"col":5,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":6,"offsetX":0,"layer_id":"reOVgCVG6ZPWh5c1","offsetY":0,"extData":{"dbCode":"ditu1","dataType":"api","xText":"","dataId1":"","source":"","isTiming":true,"target":"","dataId":"864668240575528960","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"map.scatter","id":"reOVgCVG6ZPWh5c1","apiStatus":"1","intervalTime":"5"},"rowspan":12,"width":"568","row":1,"config":"{\"geo\":{\"map\":\"shandong\",\"zoom\":0.8,\"label\":{\"color\":\"#19DEF4\",\"fontSize\":12,\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#0C514B\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#19DEF4\"},\"itemStyle\":{\"areaColor\":\"#0A2B34\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"济南市\",\"value\":[117.000923,36.675807,255]},{\"name\":\"青岛市\",\"value\":[120.355173,36.082982,300]},{\"name\":\"淄博市\",\"value\":[118.047648,36.814939,130]},{\"name\":\"枣庄市\",\"value\":[117.557964,34.856424,150]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FFFF01\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\"}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"435","virtualCellRange":[[1,5],[1,6],[1,7],[1,8],[1,9],[1,10]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":3,"offsetX":0,"layer_id":"Kkx8cQxh41KDHQKJ","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"line.area","apiStatus":"1","intervalTime":"5"},"rowspan":4,"width":"357","row":3,"config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":60,\"bottom\":40,\"right\":24},\"series\":[{\"areaStyle\":{\"color\":\"#6CE6BC\",\"opacity\":0.4},\"data\":[1000879,3400879,2300879,2400879,3000],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"\",\"itemStyle\":{\"color\":\"#9DE4D1\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"五年产业变化趋势\",\"textStyle\":{\"color\":\"#81E1B6\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"147","virtualCellRange":[[3,11],[3,12],[3,13]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":3,"offsetX":0,"layer_id":"a7MjSGYTQuijDpR4","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"bar.simple","apiStatus":"1","intervalTime":"5"},"rowspan":5,"width":"355","row":8,"config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":55,\"left\":64,\"bottom\":41,\"right\":23},\"series\":[{\"barWidth\":15,\"data\":[1000879,3400879,2300879,2400879,3000],\"name\":\"\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"#82F1B5\"},\"label\":{\"show\":false,\"position\":\"inside\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"fontWeight\":\"lighter\"}},\"type\":\"bar\",\"barMinHeight\":2,\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":11,\"text\":\"农产品排名\",\"textStyle\":{\"color\":\"#7AEEBF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","height":"216","virtualCellRange":[[8,11],[8,12],[8,13]]},{"col":11,"backgroud":{"image":"","color":"#fff","enabled":false},"url":"","colspan":4,"offsetX":0,"layer_id":"cvVQrHsdQLGGQu9k","offsetY":0,"extData":{"dbCode":"wunian","dataType":"api","xText":"","isTiming":true,"dataId":"864668240407756800","chartId":"","series":"type","yText":"","axisY":"value","axisX":"name","chartType":"pie.simple","apiStatus":"1","intervalTime":"5"},"rowspan":12,"width":"359","row":13,"config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"玉米\",\"大豆\",\"花生\",\"高粱\",\"小麦\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"data\":[{\"name\":\"玉米\",\"value\":1000879,\"itemStyle\":{\"color\":\"rgba(20,235,167,1)\"}},{\"name\":\"大豆\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(36,96,221,1)\"}},{\"name\":\"花生\",\"value\":2300879,\"itemStyle\":{\"color\":\"rgba(86,74,163,1)\"}},{\"name\":\"高粱\",\"value\":2400879,\"itemStyle\":{\"color\":\"rgba(253,223,80,1)\"}},{\"name\":\"小麦\",\"value\":3000,\"itemStyle\":{\"color\":\"rgba(111,131,168,1)\"}}],\"bottom\":60,\"isRadius\":false,\"roseType\":\"\",\"minAngle\":0,\"right\":\"10%\",\"label\":{\"show\":true,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"pie\",\"autoSort\":false,\"isRose\":false,\"top\":60,\"left\":\"10%\",\"notCount\":false,\"name\":\"\",\"radius\":\"90%\"}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"农业占比\",\"textStyle\":{\"color\":\"#14EBA7\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","height":"222","virtualCellRange":[[13,11],[13,12],[13,13],[13,14]]}],"area":{"sci":2,"width":118,"eci":2,"sri":21,"eri":21,"height":21},"excel_config_id":"1334074491629867008","printConfig":{"paper":"A4","isBackend":false,"width":210,"definition":1,"height":297},"zonedEditionList":[],"rows":{"11":{"cells":{"2":{"style":100,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"}},"height":15},"12":{"cells":{"1":{"merge":[0,2],"style":21,"text":"龙头企业","height":63},"4":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"5":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"6":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"7":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"8":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"9":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "},"10":{"virtual":"7LFlMOg9juRt33q7","style":52,"text":" "}},"height":63},"13":{"cells":{"11":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"1":{"merge":[1,0],"style":116,"text":"排名"},"12":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"2":{"merge":[1,1],"style":116,"text":"客户姓名"},"13":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"14":{"virtual":"cvVQrHsdQLGGQu9k","text":" "},"4":{"merge":[1,1],"style":116,"text":"放款时间(min)"},"6":{"merge":[1,1],"style":116,"text":"担保方式"},"8":{"merge":[1,0],"style":116,"text":"放款金额"},"9":{"merge":[1,0],"style":116,"text":"法人机构"},"10":{"merge":[1,0],"style":116,"text":"客户经理"}},"height":15},"14":{"cells":{},"height":22},"15":{"cells":{"1":{"style":118,"text":"#{table2.name}"},"2":{"merge":[0,1],"style":118,"text":"#{table2.name}"},"4":{"merge":[0,1],"style":118,"text":"#{table2.sj}"},"6":{"merge":[0,1],"style":118,"text":"#{table2.type}"},"8":{"style":118,"text":"#{table2.je}"},"9":{"style":118,"text":"#{table2.jg}"},"10":{"style":118,"text":"#{table2.jl}"}},"height":19},"16":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"17":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":22},"18":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21},"19":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"0":{"cells":{"1":{"merge":[0,8],"style":18,"text":"乡村振兴普惠金融服务平台"}},"height":46},"1":{"cells":{"1":{"merge":[0,3],"style":10,"text":"Rural Revitalization-PRATT & WHITNEY FINANCIAL SERVICES PLATFORM"},"5":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"6":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"7":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"8":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"9":{"virtual":"reOVgCVG6ZPWh5c1","text":" "},"10":{"virtual":"reOVgCVG6ZPWh5c1","text":" "}},"height":38},"2":{"cells":{"1":{"merge":[1,3],"style":21,"text":"潍坊非常牛的企业","height":36}},"height":20},"3":{"cells":{"11":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "},"12":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "},"13":{"virtual":"Kkx8cQxh41KDHQKJ","text":" "}},"height":16},"4":{"cells":{"1":{"virtual":"DCUR3L7NK42iNW5j","text":" "},"2":{"style":113,"text":"123456"},"3":{"virtual":"ctdypeiqRp3lHeKm","text":" "},"4":{"virtual":"ctdypeiqRp3lHeKm","style":119,"text":"123456"}},"height":56},"len":23,"5":{"cells":{"2":{"style":98,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"}},"height":19},"6":{"cells":{"1":{"virtual":"iVedEJD0n8OuZ5uc","text":" "},"2":{"virtual":"iVedEJD0n8OuZ5uc","style":113,"text":"123456"},"3":{"virtual":"Heri8Ya1cSRLbVQW","text":" "},"4":{"style":119,"text":"123456"}},"height":59},"7":{"cells":{"2":{"style":57,"text":"农牧耕田(亩)"},"4":{"style":57,"text":"农牧耕田(亩)"},"8":{"style":94,"text":" "}},"height":16},"8":{"cells":{"11":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"1":{"virtual":"dMb6od8B98V5NOl6","text":" "},"12":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"2":{"style":119,"text":"123456"},"13":{"virtual":"a7MjSGYTQuijDpR4","text":" "},"3":{"virtual":"iFnQ80yADp2Bw9pN","text":" "},"4":{"virtual":"iFnQ80yADp2Bw9pN","style":119,"text":"123456"}},"height":61},"9":{"cells":{"2":{"style":100,"text":"农牧耕田(亩)"},"4":{"style":100,"text":"农牧耕田(亩)"}},"height":15},"20":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":20},"10":{"cells":{"1":{"virtual":"qxI7kusX3x5pFL1g","text":" "},"2":{"style":119,"text":"123456"},"3":{"virtual":"MUQmkqufOch7iGOu","text":" "},"4":{"style":119,"text":"123456"}},"height":62},"21":{"cells":{"1":{"style":52,"text":" "},"2":{"style":52,"text":" "},"3":{"style":52,"text":" "},"4":{"style":52,"text":" "},"5":{"style":52,"text":" "},"6":{"style":52,"text":" "},"7":{"style":52,"text":" "},"8":{"style":52,"text":" "},"9":{"style":52,"text":" "},"10":{"style":52,"text":" "}},"height":21}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":1504,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/57_1610364468144.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":18}},{"font":{"size":18}},{"color":"#ffffff","font":{"size":16}},{"font":{"size":16}},{"color":"#ffffff","font":{"size":14}},{"font":{"size":14}},{"color":"#ffffff","valign":"bottom","font":{"size":14}},{"valign":"bottom","font":{"size":14}},{"color":"#ffffff","font":{"size":8}},{"color":"#ffffff","valign":"top","font":{"size":8}},{"valign":"top"},{"color":"#ffffff","valign":"middle","font":{"size":14}},{"valign":"middle"},{"color":"#ffffff","valign":"middle","font":{"size":16}},{"valign":"middle","font":{"size":16}},{"color":"#ffffff","valign":"middle","font":{"size":18}},{"valign":"middle","font":{"size":18}},{"color":"#ffffff","valign":"bottom","font":{"size":18}},{"valign":"bottom","font":{"size":18}},{"color":"#14EBA7"},{"color":"#14EBA7","font":{"size":16}},{"color":"#14EBA7","font":{"size":16,"bold":true}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16,"bold":true}},{"bgcolor":"#0A2B34"},{"color":"#ffffff","valign":"bottom","font":{"size":16}},{"color":"#ffffff","valign":"bottom","font":{"size":22}},{"color":"#e"},{"color":"#e''e"},{"color":"#e''e''e"},{"color":"#eee"},{"color":"#eee","font":{"size":9}},{"color":"#eee","font":{"size":8}},{"color":"#0a0a0a"},{"color":"#0a0a0"},{"color":"#0a0a"},{"color":"#0a0"},{"color":"#0a"},{"color":"#0"},{"color":"#"},{"color":"#e''e''e''e"},{"color":"#e''e''e''e''e"},{"color":"#e''e''e''e''e''e"},{"color":"#eeeeee"},{"bgcolor":"#"},{"bgcolor":"#e"},{"bgcolor":"#e''e"},{"bgcolor":"#e''e''e"},{"bgcolor":"#e''e''e''e"},{"bgcolor":"#e''e''e''e''e"},{"bgcolor":"#e''e''e''e''e''e"},{"bgcolor":"#eeeeee"},{"bgcolor":""},{"bgcolor":"","color":"#"},{"bgcolor":"","color":"#e"},{"bgcolor":"","color":"#e''e"},{"bgcolor":"","color":"#e''e''e"},{"bgcolor":"","color":"#eee"},{"bgcolor":"#0A2B34","color":"#ffffff","font":{"size":18}},{"bgcolor":"#0A2B34","color":"#eeeeee"},{"bgcolor":"#0A2B34","color":"#eee"},{"bgcolor":"#0A2B34","color":"#eee","font":{"size":9}},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom","font":{"size":18}},{"color":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":18}},{"bgcolor":"#0A2B34","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#14EBA7","font":{"size":16,"bold":false}},{"bgcolor":"#0A2B34","font":{"bold":false}},{"font":{"bold":false}},{"bgcolor":"#0A2B34","color":"#ffffff"},{"bgcolor":"#0A2B34","color":"#ffffff","align":"center"},{"color":"#ffffff","align":"center"},{"bgcolor":"#0A2B34","align":"center"},{"align":"center"},{"bgcolor":"客户姓名"},{"bgcolor":"#ffffff"},{"bgcolor":"","color":"#14EBA7","font":{"size":16}},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom","align":"center"},{"valign":"bottom"},{"bgcolor":"#0A2B34","color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","valign":"bottom","align":"center"},{"valign":"bottom","align":"center"},{"bgcolor":"#0A2B34","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"1e2f37","valign":"bottom"},{"bgcolor":"1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"1e2f37"},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center"},{"bgcolor":"#1e2f37","valign":"bottom"},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center"},{"bgcolor":"#1e2f37"},{"color":"#ffff01"},{"bgcolor":"#0A2B34","color":"#ffff01","valign":"bottom","font":{"size":18}},{"bgcolor":"#0A2B34","color":"#ffff01","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"bottom","font":{"size":18}},{"bgcolor":"","color":"#eee","font":{"size":9}},{"bgcolor":"","color":"#ffff01","font":{"size":18}},{"bgcolor":"","color":"#eeeeee"},{"bgcolor":"","color":"#14EBA7","font":{"size":16,"bold":false}},{"bgcolor":"","font":{"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12,"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"bold":true}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":14}},{"bgcolor":"","color":"#ffff01","valign":"bottom","align":"center","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"bottom","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"top","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"middle","align":"left","font":{"size":18}},{"bgcolor":"","color":"#ffff01","valign":"middle","font":{"size":18}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":12,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","valign":"bottom","align":"center","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","valign":"bottom","font":{"size":10,"bold":false}},{"bgcolor":"#1e2f37","color":"#ffffff","align":"center","font":{"size":8}},{"color":"#ffff01","font":{"size":18}}],"validations":[],"cols":{"1":{"width":63},"2":{"width":118},"13":{"width":158},"3":{"width":61},"4":{"width":129},"len":50,"5":{"width":75}},"merges":["B1:J1","B2:E2","B3:E4","B13:D13","B14:B15","C14:D15","E14:F15","G14:H15","I14:I15","J14:J15","K14:K15","C16:D16","E16:F16","G16:H16"],"imgList":[{"colspan":1,"offsetX":0,"col":1,"layer_id":"DCUR3L7NK42iNW5j","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712093259.jpg","rowspan":1,"width":"57","row":4,"height":"55","virtualCellRange":[[4,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"ctdypeiqRp3lHeKm","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712173936.jpg","rowspan":1,"width":"61","row":4,"height":"56","virtualCellRange":[[4,3],[4,4]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"iVedEJD0n8OuZ5uc","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712383666.jpg","rowspan":1,"width":"60","row":6,"height":"56","virtualCellRange":[[6,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"Heri8Ya1cSRLbVQW","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712391765.jpg","rowspan":1,"width":"56","row":6,"height":"55","virtualCellRange":[[6,3]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"dMb6od8B98V5NOl6","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712154677.jpg","rowspan":1,"width":"60","row":8,"height":"56","virtualCellRange":[[8,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"iFnQ80yADp2Bw9pN","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712396855.jpg","rowspan":1,"width":"61","row":8,"height":"57","virtualCellRange":[[8,3],[8,4]]},{"colspan":1,"offsetX":0,"col":1,"layer_id":"qxI7kusX3x5pFL1g","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712163535.jpg","rowspan":1,"width":"62","row":10,"height":"58","virtualCellRange":[[10,1]]},{"colspan":1,"offsetX":0,"col":3,"layer_id":"MUQmkqufOch7iGOu","offsetY":0,"src":"https://static.jeecg.com/designreport/images/2_1610712404034.jpg","rowspan":1,"width":"59","row":10,"height":"59","virtualCellRange":[[10,3]]}]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201203163924_1606984776379.png', N'admin', N'2023-09-21 02:49:43.0000000', N'admin', N'2023-09-21 02:49:44.0000000', N'0', NULL, NULL, N'0', N'1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865473862653018112', N'20230923161058', N'分栏示例副本0651', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"fvkkwmqzmd","loopTime":3}],"area":false,"excel_config_id":"865473862653018112","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.name}"},"2":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{fvkkwmqzmd.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2023-09-23 16:10:59.0000000', N'admin', N'2023-09-23 16:11:16.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865474009323634688', N'20230923161133', N'分栏示例副本0651', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"jvafirszjv","loopTime":3}],"area":false,"excel_config_id":"865474009323634688","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.name}"},"2":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{jvafirszjv.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2023-09-23 16:11:34.0000000', N'admin', N'2023-09-23 16:12:13.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865474119583498240', N'20230923161200', N'分栏示例副本0651', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"adezdurdfk","loopTime":3}],"area":false,"excel_config_id":"865474119583498240","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.name}"},"2":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{adezdurdfk.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2023-09-23 16:12:00.0000000', N'admin', N'2023-09-23 16:12:11.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865474395669364736', N'20230923161305', N'分栏示例副本0651', NULL, NULL, N'datainfo', N'{"loopBlockList":[{"sci":1,"index":1,"eci":5,"sri":2,"eri":5,"db":"fpndelhuns","loopTime":3}],"area":false,"excel_config_id":"865474395669364736","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"0":{"cells":{},"height":44},"1":{"cells":{"2":{"style":13,"text":" "},"4":{"style":14,"text":" "},"5":{"merge":[0,1],"style":15,"text":"分栏示例","height":59},"8":{"merge":[0,5],"style":9,"text":"说明:需要对多行区域进行循环且分栏展示时,则进行循环块设置并指定横向循环次数;参考文档:http://report.jeecg.com/2373085","height":59}},"height":59},"2":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1,"merge":[0,1],"style":2,"text":"职员信息","height":34},"3":{"loopBlock":1},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":51},"3":{"cells":{"1":{"loopBlock":1,"style":4,"text":"姓名"},"2":{"loopBlock":1,"style":4,"text":"性别"},"3":{"loopBlock":1,"style":4,"text":"职务"},"4":{"loopBlock":1,"style":4,"text":"联系方式"},"5":{"loopBlock":1,"text":""}},"height":31},"4":{"cells":{"1":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.name}"},"2":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.sex}"},"3":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.update_by}"},"4":{"loopBlock":1,"style":0,"text":"#{fpndelhuns.jphone}"},"5":{"loopBlock":1,"text":""}}},"len":103,"5":{"cells":{"1":{"loopBlock":1,"text":""},"2":{"loopBlock":1},"3":{"loopBlock":1,"text":""},"4":{"loopBlock":1,"text":""},"5":{"loopBlock":1,"text":""}},"height":34}},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":817,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"align":"center","font":{"size":14}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"size":11}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","font":{"size":11}},{"font":{"size":12}},{"font":{"size":15}},{"align":"center","font":{"size":15}},{"textwrap":true},{"color":"#fe0000","textwrap":true},{"color":"#fe0000"},{"color":"#000100","textwrap":true},{"color":"#000100"},{"color":"#000100","textwrap":true,"font":{"size":15}},{"color":"#000100","font":{"size":15}},{"color":"#000100","font":{"size":18}},{"font":{"size":18}}],"validations":[],"cols":{"0":{"width":72},"3":{"width":101},"4":{"width":90},"len":100,"5":{"width":54}},"merges":["F2:G2","I2:N2","C3:D3"]}', NULL, N'https://static.jeecg.com/designreport/images/fl_1630235558373.png', N'admin', N'2023-09-23 16:13:06.0000000', N'admin', N'2023-09-23 16:13:42.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865474415168684032', N'20230923161310', N'简单分组报表副本0615', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sci":2,"width":100,"eci":2,"sri":3,"eri":3,"height":54},"excel_config_id":"865474415168684032","printConfig":{"layout":"portrait","paper":"A4","isBackend":false,"width":210,"definition":4,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"merge":[0,5],"style":2,"text":"纵向员工信息登记表","height":0}},"height":40},"2":{"cells":{"1":{"style":15,"text":"部门"},"2":{"style":15,"text":"学历"},"3":{"style":15,"text":"姓名"},"4":{"style":15,"text":"性别"},"5":{"style":15,"text":"年龄"},"6":{"style":15,"text":"薪水"}},"height":34},"3":{"cells":{"1":{"textOrders":"人事部|研发部","style":17,"text":"#{uduqvrotru.group(department)}","sort":"desc","aggregate":"group"},"2":{"textOrders":"本科|专科","style":17,"text":"#{uduqvrotru.group(education)}","sort":"default","aggregate":"group"},"3":{"textOrders":"","style":17,"text":"#{uduqvrotru.name}","sort":"default"},"4":{"style":17,"text":"#{uduqvrotru.sex}"},"5":{"style":17,"text":"#{uduqvrotru.age}"},"6":{"style":17,"text":"#{uduqvrotru.salary}"}},"height":54},"len":100},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"1000","btnList":[1,2,3,4,5,6,7,8,9]},"groupField":"uduqvrotru.department","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":687,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center"},{"bgcolor":"#5b9cd6","align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"],"bouduqvrotruom":["thin","#000"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"],"bouduqvrotruom":["thin","#000"]}},{"border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"],"bouduqvrotruom":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"],"bouduqvrotruom":["thin","#bfbfbf"]}},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]}},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#bdd7ee","color":"#ffffff","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#bdd7ee","color":"#000100","align":"center"},{"border":{"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"],"bouduqvrotruom":["thin","#9cc2e6"]},"bgcolor":"#9cc2e6","color":"#000100","align":"center"},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","color":"#000100","align":"center"},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]}},{"border":{"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"],"bouduqvrotruom":["thin","#5b9cd6"]},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":34},"1":{"width":119},"3":{"width":117},"len":100,"6":{"width":117},"7":{"width":22}},"merges":["B2:G2"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210309142558_1615271174044.png', N'admin', N'2023-09-23 16:13:11.0000000', N'admin', N'2023-09-23 16:13:29.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'865474427181170688', N'20230923161313', N'SSD', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":14,"sci":2,"eri":14,"eci":2,"width":100,"height":25},"excel_config_id":"865474427181170688","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"11":{"cells":{"2":{"text":"1"}}},"14":{"cells":{"2":{"text":"1"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-09-23 16:13:13.0000000', N'admin', N'2023-09-23 16:13:31.0000000', N'1', NULL, NULL, N'0', N'2', NULL, NULL, N'2') +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'871910333580627968', N'20231011102713', N'SSD', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"871910333580627968","printConfig":{"layout":"portrait","printCallBackUrl":"","paper":"A4","isBackend":false,"width":210,"definition":1,"marginX":10,"height":297,"marginY":10},"zonedEditionList":[],"rows":{"2":{"cells":{"1":{"text":"12.34"},"2":{"text":"=cnmoney(B3)"}}},"len":200},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":300,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"len":100},"merges":[]}', NULL, NULL, N'admin', N'2023-10-11 02:27:13.0000000', N'admin', N'2023-10-11 02:27:21.0000000', N'1', NULL, NULL, N'0', N'0', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'94b04a1ed7c17f8e96baa6d89fb90758', N'3698522', N'员工请假单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":0,"sci":8,"eri":100,"eci":13,"width":600,"height":2732},"excel_config_id":"94b04a1ed7c17f8e96baa6d89fb90758","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"1":{"cells":{"0":{"text":"员工请假单","style":100,"merge":[0,7]},"1":{"style":100,"text":" "},"2":{"style":100,"text":" "},"3":{"style":100,"text":" "},"4":{"style":100,"text":" "},"5":{"style":100,"text":" "},"6":{"style":100,"text":" "},"7":{"style":100,"text":" "}},"height":65},"2":{"cells":{"0":{"text":"单位:北极星","style":101,"merge":[0,2]},"1":{"style":101,"text":" "},"2":{"style":101,"text":" "},"3":{"style":102,"text":" "},"4":{"style":102,"text":" "},"5":{"style":102,"text":" "},"6":{"style":102,"text":" "},"7":{"style":102,"text":" "}},"height":38},"3":{"cells":{"0":{"text":"姓名","style":119},"1":{"style":119,"text":" "},"2":{"text":"工作岗位","style":120},"3":{"style":119,"text":" "},"4":{"text":"工作时间","style":119},"5":{"style":119,"text":" "},"6":{"text":"出生日期","style":119},"7":{"style":119,"text":" "}}},"4":{"cells":{"0":{"text":"请选择假类型","style":121,"merge":[4,0]},"1":{"text":"年休假","style":120},"2":{"style":120,"text":"病、事假"},"3":{"style":120,"text":"探亲假"},"4":{"style":119,"merge":[0,1],"text":"婚、丧假"},"6":{"style":119,"merge":[0,1],"text":"生育假"}},"height":29},"5":{"cells":{"0":{"style":0,"text":" "},"1":{"text":"1、公岭满1~9年(5天)","style":122},"2":{"style":119,"text":"1、病假"},"3":{"style":119,"text":"1、未婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"1、婚假(3天)"},"6":{"style":119,"merge":[0,1],"text":"1、流产"}},"height":25},"6":{"cells":{"0":{"style":0,"text":" "},"1":{"style":123,"text":"2、公岭满10~19年(10天)"},"2":{"style":119,"text":"2、事假"},"3":{"style":119,"text":"2、已婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"2、晚婚假(13天)"},"6":{"style":119,"merge":[0,1],"text":"2、产假"}}},"7":{"cells":{"0":{"style":0,"text":" "},"1":{"style":123,"text":"3、公岭满20年(15天)"},"2":{"style":119,"text":" "},"3":{"style":119,"text":"3、探配偶(30天)"},"4":{"style":119,"merge":[0,1],"text":"3、丧假(3天)"},"6":{"style":119,"merge":[0,1],"text":"3、哺乳假"}}},"8":{"cells":{"0":{"style":0,"text":" "},"1":{"style":119,"text":" "},"2":{"style":119,"text":" "},"3":{"style":119,"text":"探亲地点:","merge":[0,2]},"6":{"style":119,"merge":[0,1],"text":"4、陪护假"}}},"9":{"cells":{"0":{"style":124,"text":"请假时间"},"1":{"style":125,"merge":[0,6],"text":"2020年02-30 至2020年02-03-30"}},"height":46},"10":{"cells":{"0":{"style":126,"text":"审批人员及意见"},"1":{"merge":[0,6],"style":127,"text":"同意"}},"height":89},"11":{"cells":{"0":{"text":"备注","style":119},"1":{"style":119,"text":" "},"2":{"text":"请假人签名","style":119},"3":{"merge":[0,4],"style":119,"text":" "}},"height":90},"12":{"cells":{"0":{"merge":[0,7],"style":120,"text":"请假审批表一式两份,考勤员与人力资源部门各存一份"}},"height":25},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":789,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"textwrap":true},{"textwrap":false},{"textwrap":true,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","font":{"name":"Arial"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"},"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"align":"center","font":{"name":"Courier New","size":14}},{"align":"center","font":{"size":14}},{"align":"center","font":{"name":"Courier New","size":14,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"font":{"name":"Courier New"},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"middle"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"bottom"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":false},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"align":"center","font":{"name":"宋体","size":14,"bold":true}},{"font":{"name":"宋体"},"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"宋体"},"color":"#000100","textwrap":false},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false}],"validations":[],"cols":{"0":{"width":35},"1":{"width":195},"2":{"width":77},"3":{"width":168},"4":{"width":62},"6":{"width":70},"7":{"width":82},"len":44},"merges":["A2:H2","A3:C3","A5:A9","E5:F5","G5:H5","E6:F6","G6:H6","E7:F7","G7:H7","E8:F8","G8:H8","D9:F9","G9:H9","B10:H10","B11:H11","D12:H12","A13:H13"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207135257_1607320433681.png', N'admin', N'2020-07-10 18:29:39.0000000', N'admin', N'2022-07-04 12:01:27.0000000', N'0', NULL, NULL, N'1', N'644', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a250846887abe01217aab173d3006489', N'56663', N'不动产打印', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"a250846887abe01217aab173d3006489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":"${budong.name}","virtual":"TyDjQJrN7mqW5MdT","style":20},"1":{"text":"${budong.time}","virtual":"TyDjQJrN7mqW5MdT","style":20},"2":{"text":"${budong.didian}","virtual":"TyDjQJrN7mqW5MdT","style":21},"3":{"text":"${budong.bianhao}","virtual":"TyDjQJrN7mqW5MdT","style":46},"4":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"5":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"6":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"7":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"8":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"},"9":{"text":" ","virtual":"TyDjQJrN7mqW5MdT"}},"isDrag":true,"height":47},"1":{"cells":{},"height":23},"2":{"cells":{"0":{"text":"","style":0},"1":{"text":" ${budong.yname}","style":21,"merge":[0,2]}},"isDrag":true,"height":34},"3":{"cells":{"1":{"text":" ${budong.chanquan}","style":0,"merge":[0,2],"rendered":""},"5":{"text":"${budong.beizhu}","merge":[5,3]},"10":{}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":" ${budong.zhuzhi}","style":39,"merge":[0,2]},"10":{}},"isDrag":true,"height":33},"5":{"cells":{"1":{"text":" ${budong.danyuan}","style":0,"merge":[0,2],"rendered":""},"10":{}},"isDrag":true,"height":53},"6":{"cells":{"1":{"text":" ${budong.type}","style":0,"merge":[0,2]},"10":{}},"isDrag":true,"height":47},"7":{"cells":{"1":{"text":" ${budong.xtype}","style":0,"merge":[0,2]}},"isDrag":true,"height":38},"8":{"cells":{"1":{"text":" ${budong.suoyou}","style":0,"merge":[0,2]}},"isDrag":true,"height":31},"9":{"cells":{"1":{"text":" ${budong.mianji}","style":0,"merge":[0,2]},"6":{"text":"","rendered":""}},"isDrag":true,"height":45},"10":{"cells":{"1":{"text":" ${budong.riqi}","style":0,"merge":[0,2]}},"isDrag":true,"height":26},"11":{"cells":{"1":{"text":"","style":0,"merge":[0,2]}},"height":29},"12":{"cells":{"1":{"text":"","style":0},"2":{"text":"${budong.chanquan}","style":0,"merge":[5,1]}},"isDrag":true},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":32},"17":{"cells":{},"isDrag":true,"height":29},"18":{"cells":{"2":{"style":0,"text":""}}},"len":100,"-1":{"cells":{"0":{"text":"#{budong.zhuzhi}"},"-1":{"text":"#{budong.suoyou}"}},"isDrag":true}},"dbexps":[],"dicts":[],"freeze":"A1","displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"italic":true}},{"font":{"italic":true,"bold":true}},{"font":{"italic":true,"bold":false}},{"font":{"italic":false,"bold":false}},{"font":{"italic":false,"bold":true}},{"align":"left"},{"align":"center"},{"align":"right"},{"align":"left","valign":"top"},{"align":"left","valign":"top","font":{"bold":true}},{"font":{"bold":false}},{"align":"left","valign":"bottom"},{"valign":"bottom"},{"align":"center","valign":"bottom"},{"textwrap":true},{"font":{"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"top"},{"valign":"top"},{"textwrap":true,"font":{"bold":true}},{"align":"center","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"bottom"},{"align":"center","valign":"bottom","font":{"bold":true,"size":8}},{"align":"left","valign":"middle","font":{"bold":true}},{"align":"left","valign":"middle"},{"font":{"italic":false,"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"middle"},{"valign":"middle"},{"font":{"italic":true,"bold":true},"valign":"middle"},{"valign":"middle","font":{"italic":true}},{"valign":"middle","font":{"italic":false}},{"font":{"italic":false,"bold":false},"valign":"middle"},{"align":"center","valign":"middle","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"middle"},{"align":"left","valign":"middle","font":{"bold":true,"size":8}},{"align":"right","valign":"middle","font":{"bold":true,"size":8}},{"font":{"italic":false,"bold":true},"valign":"middle","align":"center"},{"font":{"italic":false,"bold":true},"valign":"middle","align":"left"},{"align":"right","valign":"bottom"},{"align":"right","valign":"bottom","font":{"bold":true,"size":8}},{"align":"center","valign":"middle"},{"align":"center","font":{"bold":true}},{"align":"center","valign":"middle","font":{"bold":true}},{"font":{"bold":true},"valign":"middle"},{"align":"right","valign":"bottom","font":{"bold":true}}],"validations":[],"cols":{"0":{"width":107},"1":{"width":54},"2":{"width":135},"3":{"width":121},"4":{"width":133},"6":{"width":123},"8":{"width":25},"len":100},"merges":["B3:D3","B4:D4","F4:I9","B5:D5","B6:D6","B7:D7","B8:D8","B9:D9","B10:D10","B11:D11","B12:D12","C13:D18"],"imgList":[{"row":0,"col":0,"colspan":10,"rowspan":22,"width":"950","height":"683","src":"https://static.jeecg.com/designreport/images/38_1610456500965.jpg","isBackend":true,"commonBackend":true,"layer_id":"TyDjQJrN7mqW5MdT","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8],[0,9]]}]}', N'', N'https://static.jeecg.com/designreport/images/24_1597233568822.png', N'jeecg', N'2020-07-09 10:48:22.0000000', N'admin', N'2021-08-04 21:31:54.0000000', N'0', NULL, NULL, N'1', N'45932', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a9f068972508920cd4aab831814f0c04', N'23445', N'逮捕证', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":1,"eri":3,"eci":13,"width":631,"height":60},"excel_config_id":"a9f068972508920cd4aab831814f0c04","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"zonedEditionList":[],"rows":{"0":{"cells":{"1":{"style":63,"text":" "},"2":{"text":" ","merge":[0,9],"style":63},"12":{"style":63,"text":" "},"13":{"style":63,"text":" "},"14":{"style":63,"text":" "}},"isDrag":true,"height":55},"1":{"cells":{"1":{"style":424,"text":"兰州市经济侦查大队","rendered":"","merge":[0,13],"height":128},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{"style":81,"text":" "}},"height":128},"2":{"cells":{"1":{"style":430,"text":"逮捕令","merge":[0,13],"height":41},"15":{"style":81,"text":" "}},"height":41},"3":{"cells":{"1":{"style":431,"merge":[0,12],"text":"第123459663号"},"14":{"style":323,"text":" "}},"height":60},"4":{"cells":{"1":{"style":81,"text":" "},"2":{"text":" 根据《中华人民共和国刑事诉讼法》第七十八条之规定,","style":346,"merge":[0,11]},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{"style":323,"text":" "}},"height":43},"5":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"text":"经","merge":[0,1]},"4":{"text":"${pdaibu.pname}","style":342,"merge":[0,9]},"14":{"style":323,"text":" "}},"isDrag":true,"height":47},"6":{"cells":{"1":{"style":81,"text":" "},"2":{"style":344,"text":" ","merge":[0,2]},"5":{"merge":[0,3],"text":"批准,兹由我局对涉嫌","style":338},"9":{"text":"${pdaibu.shiqing}","style":347,"merge":[0,4],"rendered":""},"14":{"style":323,"text":" "}},"isDrag":true,"height":49},"7":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"text":"的"},"3":{"text":"${pdaibu.fname}","style":345,"merge":[0,1]},"5":{"text":"(性别","style":343},"6":{"text":"${pdaibu.fsex}","style":347,"merge":[0,1],"rendered":""},"8":{"style":346,"text":"出生日期"},"9":{"text":"${pdaibu.cdata}","style":345,"merge":[0,4]},"14":{"style":323,"text":" "}},"isDrag":true,"height":51},"8":{"cells":{"1":{"style":81,"text":" "},"2":{"text":"${pdaibu.zhuzhi}","style":345,"merge":[0,7]},"10":{"style":341,"text":"执行逮捕,送兰州","merge":[0,3]},"14":{"style":323,"text":" "}},"isDrag":true,"height":51},"9":{"cells":{"1":{"style":81,"text":" "},"2":{"style":341,"merge":[0,6],"text":"市经济侦查大队羁押。"},"9":{"style":341,"text":" "},"10":{"style":341,"text":" "},"11":{"merge":[4,0],"height":304},"14":{"style":323,"text":" "}},"height":57},"10":{"cells":{"1":{"style":81,"text":" "},"4":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"5":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"6":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"14":{"style":323,"text":" "}},"height":61},"11":{"cells":{"1":{"style":81,"text":" "},"6":{"style":376,"merge":[0,2],"text":" "},"14":{"style":323,"text":" "}},"height":83},"12":{"cells":{"1":{"style":81,"text":" "},"2":{"merge":[0,6],"style":338,"text":" "},"14":{"style":323,"text":" "}},"height":14},"13":{"cells":{"1":{"style":81,"text":" "},"2":{"style":351,"text":" "},"8":{"style":380,"text":"公安局印"},"9":{"text":" ","virtual":"qU4IfccOePYNTSG8"},"14":{"style":323,"text":" "}},"height":89},"14":{"cells":{"0":{},"1":{"style":81,"text":" "},"14":{"style":323,"text":" "},"15":{"style":324,"text":" "}},"height":12},"15":{"cells":{"0":{"style":323,"text":" "},"1":{"style":63,"text":" "},"2":{"style":325,"text":" "},"3":{"style":63,"text":" "},"4":{"style":63,"text":" "},"5":{"style":63,"text":" "},"6":{"text":" ","style":432},"7":{"style":63,"text":" "},"8":{"style":63,"text":" "},"9":{"style":63,"text":" "},"10":{"merge":[0,3],"height":148,"text":"${pdaibu.gdata}","style":63},"14":{"style":63,"text":" "},"15":{"style":81,"text":" "}},"isDrag":true,"height":148},"len":88},"dbexps":[],"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":716,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100","align":"right"},{"align":"right"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"top"},{"align":"left","valign":"top"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"bottom"},{"align":"left","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"border":{"right":["thin","#000"]}},{},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12},"align":"center","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right"},{"border":{"bottom":["thin","#000"]},"font":{"size":12}},{"align":"center","font":{"bold":false}},{"align":"center","font":{"bold":false,"size":12}},{"align":"center","font":{"bold":false,"size":12},"border":{"bottom":["thin","#000"]}},{"align":"center","valign":"top"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","font":{"bold":false,"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14},"align":"center","border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"left","font":{"name":"Lato","size":14},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right"},{"align":"left","valign":"top","font":{"size":14}},{"border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thick","#000"]}},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"border":{"right":["thick","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thick","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100","border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"]}},{"font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right","border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14},"border":{"bottom":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14}},{"font":{"size":14},"align":"center"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"]}},{"font":{"size":14},"align":"right"},{"border":{"bottom":["thick","#000"]},"font":{"size":12}},{"font":{"size":14},"border":{"bottom":["thick","#000"]},"align":"center"},{"border":{"bottom":["thick","#000"]},"font":{"size":12},"align":"center"},{"align":"left","valign":"middle","font":{"size":14}},{"border":{"top":["thick","#000"]},"font":{"size":24}},{"font":{"size":24}},{"border":{"top":["thick","#000"]},"font":{"size":22}},{"font":{"size":22}},{"border":{"top":["thick","#000"]},"font":{"size":18}},{"font":{"size":18}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true}},{"font":{"size":18,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true},"align":"center"},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":14,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"valign":"bottom"},{"valign":"bottom","align":"right"},{"valign":"bottom","align":"right","font":{"size":14}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thin","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thin","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["medium","#000"],"right":["medium","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"center","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"right"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"left":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"middle","border":{"left":["thin","#000"]}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":17},"2":{"width":27},"3":{"width":14},"4":{"width":87},"5":{"width":51},"6":{"width":55},"7":{"width":7},"8":{"width":91},"9":{"width":122},"10":{"width":10},"11":{"width":20},"12":{"width":40},"13":{"width":90},"14":{"width":32},"15":{"width":24},"len":50},"merges":["C1:L1","B2:O2","B3:O3","B4:N4","C5:N5","C6:D6","E6:N6","C7:E7","F7:I7","J7:N7","D8:E8","G8:H8","J8:N8","C9:J9","K9:N9","C10:I10","L10:L14","G12:I12","C13:I13","K16:N16"],"imgList":[{"row":13,"col":9,"colspan":1,"rowspan":1,"width":"120","height":"86","src":"https://jeecgdev.oss-cn-beijing.aliyuncs.com/designreport/images/609854585965_1619176193595.png","layer_id":"qU4IfccOePYNTSG8","offsetX":0,"offsetY":0,"virtualCellRange":[[13,9]]}]}', N'', N'https://static.jeecg.com/designreport/images/逮捕令_1607070625878.png', N'admin', N'2020-07-10 13:38:40.0000000', N'admin', N'2022-05-19 09:53:43.0000000', N'0', NULL, NULL, N'1', N'54003', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'b35e8d615b4e408e49dbf36805d3641c', N'2020121515142661246673', N'数据钻取报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":2,"sci":1,"eri":2,"eci":1,"width":107,"height":50},"excel_config_id":"b35e8d615b4e408e49dbf36805d3641c","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":"部门","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51}},"height":37},"2":{"cells":{"1":{"text":"#{pop.group(update_by)}","style":61,"aggregate":"group","linkIds":"845814975569416192","rendered":"","config":"","display":"link"},"2":{"text":"#{pop.id}","style":54,"aggregate":"select"},"3":{"text":"#{pop.name}","style":54,"aggregate":"select"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"22":{},"23":{}},"isDrag":true,"height":50},"len":68},"dbexps":[],"dicts":[],"rpbar":{"show":true,"btnList":[]},"groupField":"pop.update_by","fixedPrintHeadRows":[],"fixedPrintTailRows":[],"freeze":"A1","dataRectWidth":1569,"displayConfig":{"1":{"barcodeContent":"#{pop.id}","format":"CODE128","width":"50","height":"100","displayValue":false,"text":"jmreport","fontOptions":"","font":"monospace","textAlign":"center","textPosition":"bottom","textMargin":2,"fontSize":20,"background":"#fff","lineColor":"#000","margin":10,"containerWidth":105,"containerHeight":25},"11":{"text":"\n","width":227,"height":227,"colorDark":"#000000","colorLight":"#ffffff"}},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":true},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center","underline":false}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"2":{"width":133},"3":{"width":133},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"23":{"width":85},"len":50},"merges":[]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20210305194459_1614944811823.png', N'admin', N'2021-03-05 14:47:16.0000000', N'admin', N'2023-07-31 10:13:37.0000000', N'0', NULL, NULL, N'1', N'37778', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'4556633', N'采购单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":13,"sci":6,"eri":13,"eci":6,"width":82,"height":25},"excel_config_id":"f6ee801e8bdc28ba9d63f95dc65ccd79","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"采购单","style":21,"merge":[0,6]}},"height":75},"1":{"cells":{"1":{"text":"产品名称","style":23},"2":{"text":"产品数量","style":23},"3":{"text":"单价","style":23},"4":{"text":"库存量","style":23},"5":{"text":"库存总值","style":23},"6":{"text":"订购量","style":23},"7":{"text":"二次订购量","style":23}},"height":34},"2":{"cells":{"1":{"style":24,"text":"#{caigou.cname}"},"2":{"style":24,"text":"#{caigou.cnum}"},"3":{"style":24,"text":"#{caigou.cprice}"},"4":{"style":24,"text":"#{caigou.ctotal}"},"5":{"style":24,"text":"#{caigou.tp}"},"6":{"style":24,"text":"#{caigou.dtotal}"},"7":{"style":24,"text":"#{caigou.ztotal}"}},"height":34},"5":{"cells":{"1":{"text":""}},"isDrag":true},"6":{"cells":{"1":{"text":""}},"isDrag":true},"7":{"cells":{"1":{"text":""},"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":43},"1":{"width":114},"2":{"width":109},"3":{"width":78},"4":{"width":77},"5":{"width":84},"6":{"width":82},"7":{"width":95},"8":{"width":45},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/caigou_1607310279439.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'13167420682', N'2021-08-04 20:21:22.0000000', N'0', NULL, NULL, N'1', N'14965', NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_report_data_source +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_data_source]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_data_source] +GO + +CREATE TABLE [dbo].[jimu_report_data_source] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [report_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [remark] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, + [db_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [db_driver] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [db_url] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, + [db_username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [db_password] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [connect_times] int NULL, + [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_data_source] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'报表_id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'report_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'备注', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'remark' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据库类型', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'db_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'驱动类', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'db_driver' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源地址', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'db_url' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'用户名', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'db_username' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'密码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'db_password' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'连接失败次数', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'connect_times' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'多租户标识', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'tenant_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'类型(report:报表;drag:仪表盘)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_data_source', +'COLUMN', N'type' +GO + + +-- ---------------------------- +-- Records of jimu_report_data_source +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id], [type]) VALUES (N'59297214208654131@2', N'localcloud', N'592957394477469696', N'', NULL, N'MYSQL5.7', N'com.mysql.cj.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jimureport?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', N'root', N'@JimuReportSMy3f94QGFM=', N'admin', N'2023-08-12 16:48:06.0000000', N'admin', N'2023-08-12 16:48:06.0000000', N'0', NULL, N'report') +GO + +INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id], [type]) VALUES (N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'Local积木平台库', N'850710545531240448', N'', NULL, N'MYSQL5.5', N'com.mysql.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jimureport?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8&tinyInt1isBit=false', N'root', N'@JmAES1lg7jczy9sNwe5mGiymOxA==', N'admin', N'2023-10-11 10:21:14.0000000', N'admin', N'2023-10-11 10:21:14.0000000', N'0', NULL, N'report') +GO + + +-- ---------------------------- +-- Table structure for jimu_report_db +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_db] +GO + +CREATE TABLE [dbo].[jimu_report_db] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [jimu_report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_time] datetime2(7) NULL, + [db_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [db_ch_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [db_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [db_dyn_sql] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [tb_db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [tb_db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [java_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [java_value] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [is_list] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [is_page] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [db_source] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [db_source_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [json_data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [api_convert] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_db] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键字段', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'jimu_report_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据集编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据集名字', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_ch_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源类型', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据库表名', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_table_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'动态查询SQL', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_dyn_sql' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源KEY', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_key' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'填报数据源', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'tb_db_key' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'填报数据表', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'tb_db_table_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'java类数据集 类型(spring:springkey,class:java类名)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'java_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'java类数据源 数值(bean key/java类名)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'java_value' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求地址', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'api_url' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求方法0-get,1-post', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'api_method' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'是否是列表0否1是 默认0', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'is_list' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'是否作为分页,0:不分页,1:分页', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'is_page' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_source' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据库类型 MYSQL ORACLE SQLSERVER', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'db_source_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'json数据,直接解析json内容', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'json_data' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'api转换器', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db', +'COLUMN', N'api_convert' +GO + + +-- ---------------------------- +-- Records of jimu_report_db +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1272834687525482497', N'53c82a76f837d5661dceec7d93afafec', N'admin', N'admin', N'2022-12-08 15:49:50.0000000', N'2022-12-08 15:49:50.0000000', N'jianpiao', N'jianpiao', N'0', NULL, N'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283730831482937345', N'6059e405dd9c66a6d38e00841d2e40cc', N'admin', NULL, N'2021-02-04 09:44:09.0000000', N'2021-02-04 09:44:09.0000000', N'yaopin', N'yaopin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/chufangjian ', N'0', N'1', N'0', N'', N'MYSQL', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283957016150249473', N'6059e405dd9c66a6d38e00841d2e40cc', NULL, NULL, N'2020-07-17 10:49:42.0000000', NULL, N'yonghu', N'yonghu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/yonghu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1284070508744257537', N'a250846887abe01217aab173d3006489', NULL, NULL, N'2020-07-17 15:33:53.0000000', N'2020-07-20 17:50:49.0000000', N'budong', N'budong', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/budongchan', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285164420728692737', N'7905022412733a0c68dc7b4ef8947489', NULL, NULL, N'2020-07-20 18:47:30.0000000', NULL, N'jieshaoxin', N'jieshaoxin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/jieshaoxin', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285178919099637762', N'6d6bdcb5e820c301ea32789e3ae43c44', NULL, NULL, N'2020-07-20 19:45:06.0000000', NULL, N'qiangxiu', N'qiangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/qiangxiu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1288038655293661186', N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'admin', NULL, N'2021-02-01 14:52:38.0000000', N'2021-02-01 14:52:38.0000000', N'caigou', N'caigou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/caigou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1289140698221678593', N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'admin', NULL, N'2021-03-03 17:48:38.0000000', N'2021-03-03 17:48:38.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1290104038414721025', N'53c82a76f837d5661dceec7d93afafec', N'admin', N'admin', N'2021-07-31 13:21:46.0000000', N'2022-12-08 15:49:50.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1298923644105265153', N'1298922907493339136', N'admin', NULL, N'2020-08-31 13:57:53.0000000', N'2020-08-31 13:57:53.0000000', N'hex', N'hex', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/ygtj1?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316987047604514817', N'1314846205892759552', N'admin', NULL, N'2021-01-15 15:51:13.0000000', N'2021-01-15 15:51:13.0000000', N'yuangongjiben', N'yuangongjiben', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/yuangongjiben', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316997232402231298', N'1316944968992034816', N'admin', N'admin', N'2023-08-12 17:16:00.0000000', N'2023-08-12 17:16:00.0000000', N'employee', N'employee', N'0', NULL, N'select * from rep_demo_employee where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317006713165049858', N'1314846205892759552', N'admin', NULL, N'2021-01-11 14:38:14.0000000', N'2021-01-11 14:38:14.0000000', N'xueli', N'xueli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xueli', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317007979484147714', N'1314846205892759552', N'admin', NULL, N'2021-01-08 10:40:31.0000000', N'2021-01-08 10:40:31.0000000', N'uu', N'uu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/gongzuojingli', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317009166140829698', N'1314846205892759552', N'admin', NULL, N'2020-10-16 15:47:09.0000000', N'2021-01-05 15:33:58.0000000', N'zhengshu', N'zhengshu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhengshu', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317013474634756097', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:04:16.0000000', N'2021-01-05 15:33:58.0000000', N'jtcy', N'jtcy', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jtcy', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317015169494282241', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:11:00.0000000', N'2021-01-05 15:33:58.0000000', N'jiangli', N'jiangli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jiangli', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331447376279285762', N'1331429368098066432', N'admin', NULL, N'2020-11-25 11:59:26.0000000', N'2020-11-25 11:59:26.0000000', N'jihua', N'jihua', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jihua', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331474698436915202', N'1331429368098066432', N'admin', NULL, N'2020-11-25 14:07:27.0000000', N'2020-11-25 14:07:27.0000000', N'rishengchan', N'rishengchan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/rishengchan1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331483873661464578', N'1331429368098066432', N'admin', NULL, N'2020-11-25 14:24:28.0000000', N'2020-11-25 14:24:28.0000000', N'wanchenglv', N'wanchenglv', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/wanchenglv', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331486475245629441', N'1331429368098066432', N'admin', NULL, N'2020-11-25 14:34:48.0000000', N'2020-11-25 14:34:48.0000000', N'kaigong', N'kaigong', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/kaigong', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331491194517106690', N'1331429368098066432', N'admin', NULL, N'2020-11-25 14:56:36.0000000', N'2020-11-25 14:56:36.0000000', N'bing1', N'bing1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bing1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331493951013695490', N'1331429368098066432', N'admin', NULL, N'2020-11-25 15:04:31.0000000', N'2020-11-25 15:04:31.0000000', N'bing2', N'bing2', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bing2', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331511745851731969', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:15:13.0000000', N'2020-11-25 16:15:13.0000000', N'chengjiao', N'chengjiao', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514838211407873', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:30.0000000', N'2020-11-25 16:27:30.0000000', N'cjpaihang', N'cjpaihang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjpaihang', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514935028527106', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:54.0000000', N'2020-11-25 16:27:54.0000000', N'cjjine', N'cjjine', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjjine', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331872643531526146', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:09:18.0000000', N'2020-11-26 16:09:18.0000000', N'chengjiao1', N'chengjiao1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331878107552010242', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:31:01.0000000', N'2020-11-26 16:31:01.0000000', N'zhuangxiu', N'zhuangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhuangxiu', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331916030221602818', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:01:42.0000000', N'2020-11-26 19:01:42.0000000', N'btchanquan', N'btchanquan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/btchanquan', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331919172472524801', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:14:11.0000000', N'2020-11-26 19:14:11.0000000', N'huxingxiaoshou', N'huxingxiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/huxingxiaoshou', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331922734933987329', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:28:21.0000000', N'2020-11-26 19:28:21.0000000', N'fangyuan', N'fangyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/fangyuan', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331926127597441025', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:41:49.0000000', N'2020-11-26 19:41:49.0000000', N'qingkuang', N'qingkuang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/qingkuang', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1333968597264900097', N'1333962561053396992', N'admin', NULL, N'2020-12-02 11:07:04.0000000', N'2020-12-02 13:56:00.0000000', N'mianji', N'mianji', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/mianji', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1333974073679552514', N'1333962561053396992', N'admin', NULL, N'2020-12-02 11:19:38.0000000', N'2020-12-02 13:56:00.0000000', N'danjia', N'danjia', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/danjia', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1333977108195581953', N'1333962561053396992', N'admin', NULL, N'2020-12-02 11:31:41.0000000', N'2020-12-02 13:56:00.0000000', N'junjia', N'junjia', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/junjia', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1333980382663548929', N'1333962561053396992', N'admin', NULL, N'2020-12-02 11:47:12.0000000', N'2020-12-02 13:56:00.0000000', N'churang', N'churang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/churang', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1333983587241828354', N'1333962561053396992', N'admin', NULL, N'2020-12-02 11:57:26.0000000', N'2020-12-02 13:56:00.0000000', N'xinzhuzhai', N'xinzhuzhai', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xinzhuzhai', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334008609356390402', N'1333962561053396992', N'admin', NULL, N'2020-12-02 13:36:52.0000000', N'2020-12-02 13:56:00.0000000', N'churang1', N'churang1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/churang1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334013423209422849', N'1333962561053396992', N'admin', NULL, N'2020-12-02 13:56:00.0000000', N'2020-12-02 13:56:00.0000000', N'zhuzhaichengjiao', N'zhuzhaichengjiao', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhuzhaichengjiao', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334037720053325825', N'1334028738995818496', N'admin', NULL, N'2020-12-02 15:32:32.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu1', N'bingtu1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334039611344691202', N'1334028738995818496', N'admin', NULL, N'2020-12-02 15:40:03.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu2', N'bingtu2', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu2', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334043138246844418', N'1334028738995818496', N'admin', NULL, N'2020-12-02 15:54:04.0000000', N'2020-12-02 17:37:33.0000000', N'zhexian1', N'zhexian1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhexian1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334049545562103810', N'1334028738995818496', N'admin', NULL, N'2020-12-02 16:19:32.0000000', N'2020-12-02 17:37:33.0000000', N'zhexian2', N'zhexian2', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhexian2', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334052375119273986', N'1334028738995818496', N'admin', NULL, N'2021-01-25 16:38:54.0000000', N'2021-01-25 16:38:54.0000000', N'zhuxingtu1', N'zhuxingtu1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhuxingtu1', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334058269181747202', N'1334028738995818496', N'admin', NULL, N'2020-12-02 16:54:12.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu3', N'bingtu3', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu3', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334060474135748610', N'1334028738995818496', N'admin', NULL, N'2020-12-02 17:02:57.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu4', N'bingtu4', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu4', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334063192933933058', N'1334028738995818496', N'admin', NULL, N'2020-12-02 17:13:46.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu5', N'bingtu5', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu5', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334063880162254850', N'1334028738995818496', N'admin', NULL, N'2020-12-02 17:16:29.0000000', N'2020-12-02 17:37:33.0000000', N'bingtu6', N'bingtu6', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/bingtu6', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334068361943851009', N'1334028738995818496', N'admin', NULL, N'2020-12-02 17:37:33.0000000', N'2020-12-02 17:37:33.0000000', N'biaoge', N'biaoge', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/biaoge', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334083843610648578', N'1334074491629867008', N'admin', NULL, N'2020-12-02 18:35:49.0000000', N'2020-12-02 18:35:49.0000000', N'wunian', N'wunian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/wunian', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334107015605133314', N'1334074491629867008', N'admin', NULL, N'2020-12-02 20:07:54.0000000', N'2020-12-02 20:07:54.0000000', N'table2', N'table2', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/table2', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334440263732436994', N'1334420681185566722', N'admin', NULL, N'2021-01-20 11:39:52.0000000', N'2021-01-20 11:39:52.0000000', N'laiyuan', N'laiyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/laiyuan', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334465135435063298', N'1334457419857793024', N'admin', NULL, N'2021-01-04 21:29:28.0000000', N'2021-01-04 21:29:28.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshou', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334708015269490689', N'1334696790477377536', N'ajun007_cn', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', N'2021-07-15 16:25:25.0000000', N'shouru', N'shouru', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/shouru', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334763434197200897', N'1334757703079301120', N'admin', NULL, N'2020-12-04 15:40:31.0000000', N'2020-12-04 15:40:31.0000000', N'chejian', N'chejian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chejian', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1335886666363158530', N'1334028738995818496', N'admin', NULL, N'2020-12-07 17:59:35.0000000', N'2020-12-07 17:59:35.0000000', N'sandian', N'sandian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/sandian', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1335889985047478274', N'1334028738995818496', N'admin', NULL, N'2020-12-07 18:12:47.0000000', N'2020-12-07 18:12:47.0000000', N'loudou', N'loudou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/loudou', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1335901385547431937', N'1333962561053396992', N'admin', NULL, N'2020-12-14 17:16:28.0000000', N'2020-12-14 17:16:28.0000000', N'ditu', N'ditu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/ditu', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1335909918854725633', N'1334074491629867008', N'admin', NULL, N'2020-12-07 19:31:59.0000000', N'2020-12-07 19:31:59.0000000', N'ditu1', N'ditu1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/ditu1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1337360015912087554', N'1337271712059887616', N'admin', N'admin', N'2022-04-21 20:09:44.0000000', N'2022-04-21 20:09:44.0000000', N'pp', N'pp', N'0', NULL, N'select * from yanshi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338457100451328002', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:38.0000000', N'2021-07-31 13:24:11.0000000', N'laiyuan', N'游客来源', N'0', NULL, N'select * from laiyuan_wxtl order by value desc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338667866760679426', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:42.0000000', N'2021-07-31 13:24:11.0000000', N'fenbu1', N'游客分布', N'0', NULL, N'select * from fenbu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338669749617299458', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:46.0000000', N'2021-07-31 13:24:11.0000000', N'yanshi', N'停留时长', N'0', NULL, N'select * from yanshi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338675446962720769', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:50.0000000', N'2021-07-31 13:24:11.0000000', N'fangshi1', N'出行方式1', N'0', NULL, N'select * from fangshi1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338678877395881985', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:54.0000000', N'2021-07-31 13:24:11.0000000', N'laiyuan1', N'游客来源1', N'0', NULL, N'select * from laiyuan1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338687259901169665', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:23:58.0000000', N'2021-07-31 13:24:11.0000000', N'xianlu', N'xianlu', N'0', NULL, N'select * from xianlu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338687435562815489', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:24:02.0000000', N'2021-07-31 13:24:11.0000000', N'xianlu1', N'xianlu1', N'0', NULL, N'select * from xianlu1_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338720793164517378', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:24:06.0000000', N'2021-07-31 13:24:11.0000000', N'ditu', N'ditu', N'0', NULL, N'select * from ditu_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338724105821622274', N'1337271712059887616', N'admin', N'admin', N'2021-07-31 13:24:11.0000000', N'2021-07-31 13:24:11.0000000', N'qushi', N'qushi', N'0', NULL, N'select * from qushi_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339491107951640577', N'1339478701846433792', N'admin', NULL, N'2020-12-17 16:42:21.0000000', N'2020-12-17 19:50:14.0000000', N'xiaoshoue', N'销售额', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshoue', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339495346077728770', N'1339478701846433792', N'admin', NULL, N'2020-12-17 16:59:12.0000000', N'2020-12-17 19:50:14.0000000', N'chengshi', N'城市', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengshi', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339498906765000705', N'1339478701846433792', N'admin', NULL, N'2020-12-17 17:13:21.0000000', N'2020-12-17 19:50:14.0000000', N'xsjd', N'销售进度', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xsjd', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339538388453195777', N'1339478701846433792', N'admin', NULL, N'2020-12-17 19:50:14.0000000', N'2020-12-17 19:50:14.0000000', N'zhexian', N'zhexian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhexian', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339870475496497153', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:34.0000000', N'2021-07-31 13:22:34.0000000', N'pp', N'会员数量', N'0', NULL, N'select * from huiyuan_wxtlshuliang', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339873097620168705', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:39.0000000', N'2021-07-31 13:22:39.0000000', N'se', N'会员性别', N'0', NULL, N'select * from huiyuan_sex', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339876173672390658', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:44.0000000', N'2021-07-31 13:22:44.0000000', N'aa', N'会员年龄', N'0', NULL, N'select * from huiyuan_age', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339878700639887362', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:48.0000000', N'2021-07-31 13:22:48.0000000', N'ww', N'工作性质', N'0', NULL, N'select * from huiyuan_work', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339884367194923010', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:52.0000000', N'2021-07-31 13:22:52.0000000', N'hh', N'活跃度', N'0', NULL, N'select * from huiyuan_huoyuedu', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339886300563546113', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:22:56.0000000', N'2021-07-31 13:22:56.0000000', N'xx', N'会员学历', N'0', NULL, N'select * from huiyuan_xueli', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1339888452912586753', N'1339859143477039104', N'admin', N'admin', N'2021-07-31 13:23:00.0000000', N'2021-07-31 13:23:00.0000000', N'gg', N'分公司', N'0', NULL, N'select * from huiyuan_fengongsi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'361b59d77f2332c66f013160d71cebfe', N'1338744112815411200', N'admin', N'admin', N'2021-07-31 13:25:30.0000000', N'2021-07-31 13:25:30.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'44a261c2dcaaaaea51c18378e46ba5b9', N'a9f068972508920cd4aab831814f0c04', N'admin', NULL, N'2021-02-01 15:15:10.0000000', N'2021-02-01 15:15:10.0000000', N'pdaibu', N'pdaibu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/daibu', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'523d56e4aec77509385b8b2da61ceeb2', N'1354358750907076608', N'admin', N'admin', N'2022-12-08 21:31:48.0000000', N'2022-12-08 21:31:48.0000000', N'xs', N'xs', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshou1', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537516331080437760', N'537516331017523200', N'admin', N'admin', N'2021-04-01 16:36:46.0000000', N'2021-04-01 16:36:46.0000000', N'xb', N'xb', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'https://bootapi.jeecg.com/jmreport/test/getUserMsg?did=''${did}''', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537518066347888640', N'537516331017523200', N'admin', N'admin', N'2021-04-01 16:33:02.0000000', N'2021-04-01 16:33:02.0000000', N'gg', N'gg', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'https://bootapi.jeecg.com/jmreport/test/getOrder?did=''${did}''', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537521675609395200', N'537521675550674944', N'admin', N'admin', N'2021-07-31 13:26:47.0000000', N'2021-07-31 13:26:47.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537522718405644288', N'537521675550674944', N'admin', N'admin', N'2021-07-31 13:26:51.0000000', N'2021-07-31 13:26:51.0000000', N'hh', N'hh', N'0', NULL, N'select * from rep_demo_dxtj where update_by=''${update_by}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'542158608528658432', N'542152544408129536', N'admin', NULL, N'2021-04-14 11:51:35.0000000', N'2021-04-14 11:51:35.0000000', N'xs', N'xs', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/salemessage', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'542187081431339008', N'542152544408129536', N'admin', N'admin', N'2021-11-24 11:40:49.0000000', N'2021-11-24 11:40:49.0000000', N'yu', N'yu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/yuesale?type=${type}', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'542212079118274560', N'542152544408129536', N'admin', N'admin', N'2021-04-16 16:53:48.0000000', N'2021-04-16 16:53:48.0000000', N'hk', N'hk', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/returnmoney?type=''${type}''', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'542961954638352384', N'542152544408129536', N'admin', N'admin', N'2021-04-16 17:04:17.0000000', N'2021-04-16 17:04:17.0000000', N'zhanbi', N'zhanbi', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhanbi?type=''${type}''', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'580753827960279040', N'580749470334275584', N'admin', N'admin', N'2021-08-04 14:12:46.0000000', N'2021-08-04 14:12:46.0000000', N'jm_expression', N'积木表达式', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'https://api.jeecg.com/mock/26/jmExpression', N'0', N'0', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590432931110277120', N'590432931076722688', N'admin', N'admin', N'2021-10-22 11:43:32.0000000', N'2021-10-22 11:43:32.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590442764031053824', N'590442764001693696', N'admin', N'admin', N'2021-08-25 17:35:59.0000000', N'2021-08-25 17:35:59.0000000', N'xs', N'xs', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/groupsub', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590808841680408576', N'590808622016319488', N'admin', NULL, N'2021-08-26 17:50:15.0000000', N'2021-08-26 17:50:15.0000000', N'jm', N'纵向分组小计', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/subtotal', N'0', N'1', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590812531833262080', N'590812531803901952', N'admin', NULL, N'2021-08-26 18:04:55.0000000', N'2021-08-26 17:50:15.0000000', N'jm', N'纵向分组小计', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/subtotal', N'0', N'1', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590832773221404672', N'590831722099462144', N'admin', N'admin', N'2021-08-26 19:29:54.0000000', N'2021-08-26 19:29:54.0000000', N'jm', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'590836397553045504', N'590835562513256448', N'admin', N'admin', N'2021-08-29 15:22:54.0000000', N'2021-08-29 15:22:54.0000000', N'jm', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'591071513072193536', N'590835562513256448', N'admin', N'admin', N'2021-08-27 11:56:45.0000000', N'2021-08-27 11:56:45.0000000', N'flapi', N'分版api', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/subtotal', N'0', N'1', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'592972587332882432', N'592957394477469696', N'admin', N'admin', N'2023-08-12 16:48:12.0000000', N'2023-08-12 16:48:12.0000000', N'pop', N'pop', N'0', NULL, N'CALL proc_jmdemo( ${pageNo}, ${pageSize} )', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'59297214208654131@2', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'753507922642030592', N'753506001105539072', N'15629196826', NULL, N'2022-11-18 16:58:18.0000000', N'2022-11-18 16:58:18.0000000', N'test01', N'未分版数据', N'3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'', N'0', N'1', N'1', N'', NULL, N'{ + "data": [ + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "2366套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "98套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "1376套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23A", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2022-12-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "224套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "150套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "34套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "64套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23B", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-01-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "32套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23BV", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2022-11-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "10套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "170套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "38套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "72套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23C", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-02-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "36套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847376", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "122套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "28套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "52套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23D", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-03-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "26套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "M-025S23A", + "s_item_code": " 84736", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "QUEEN", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉方垫2 16X16+1cm*1;卡米拉枕套 20X36cm*2;卡米拉床裙 60X80+15cm*1;卡米拉被子 92X92cm*1;卡米拉方垫1 18X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉长方垫 12X18cm*1", + "b_kit": true, + "i_qty": "196套", + "s_cover_img_url": "http://124.71.147.132:25024/staticFile/d58e69c8-d575-4ba7-a3ce-da35923bbe38/pic/hs_a3bb8d07-2962-4bf1-94bd-0e639338698a1668750879457.jpg" + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847369", + "s_item_code": " 84737", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "FULL", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉床裙 54X75+15cm*1;卡米拉枕套 20X26cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2;卡米拉被子 80X86cm*1", + "b_kit": true, + "i_qty": "44套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847383", + "s_item_code": " 84738", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "KING", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 78X80+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "82套", + "s_cover_img_url": null + }, + { + "s_lot_no": "M-025S23E", + "s_cust_po_no": "679610847390", + "s_item_code": " 84739", + "s_full_name": "卡米拉", + "modelcolor": "驼色", + "s_size_name": "CAL-KING", + "d_delivery_date": "2023-05-05", + "string_agg": "卡米拉被子 106X92cm*1;卡米拉床裙 72X84+15cm*1;卡米拉枕套 20X36cm*2;卡米拉方垫1 18X18cm*1;卡米拉方垫2 16X16+1cm*1;卡米拉长方垫 12X18cm*1;卡米拉欧枕 26X26cm*2", + "b_kit": true, + "i_qty": "42套", + "s_cover_img_url": null + } + ] +}', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'753508139764371456', N'753506001105539072', N'15629196826', NULL, N'2022-11-18 16:59:10.0000000', N'2022-11-18 16:59:10.0000000', N'test02', N'分版表格数据数据', N'3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'', N'0', N'1', N'0', N'', NULL, N'{ + "data": [ + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000120001", + "s_full_name": "床裙1件", + "s_size_name": "72X84+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000122001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000123001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000121001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000125001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000119001", + "s_full_name": "被子1件", + "s_size_name": "106X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84739", + "suit_full_name": "卡米拉CAL-KING", + "s_item_code": "C000124001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000106001", + "s_full_name": "床裙1件", + "s_size_name": "54X75+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000108001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000109001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000107001", + "s_full_name": "枕套2件", + "s_size_name": "20X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000111001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000105001", + "s_full_name": "被子1件", + "s_size_name": "80X86cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84737", + "suit_full_name": "卡米拉FULL", + "s_item_code": "C000110001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000113001", + "s_full_name": "床裙1件", + "s_size_name": "78X80+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000115001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000116001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000114001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000118001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000112001", + "s_full_name": "被子1件", + "s_size_name": "106X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84738", + "suit_full_name": "卡米拉KING", + "s_item_code": "C000117001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000099001", + "s_full_name": "床裙1件", + "s_size_name": "60X80+15cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000103001", + "s_full_name": "方垫11件", + "s_size_name": "18X18cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000097001", + "s_full_name": "方垫21件", + "s_size_name": "16X16+1cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000102001", + "s_full_name": "枕套2件", + "s_size_name": "20X36cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000098001", + "s_full_name": "欧枕2件", + "s_size_name": "26X26cm", + "n_match_qty": 2.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000101001", + "s_full_name": "被子1件", + "s_size_name": "92X92cm", + "n_match_qty": 1.0 + }, + { + "suit_item_code": " 84736", + "suit_full_name": "卡米拉QUEEN", + "s_item_code": "C000100001", + "s_full_name": "长方垫1件", + "s_size_name": "12X18cm", + "n_match_qty": 1.0 + } + ] +}', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850276980138016768', N'850276523718049792', N'admin', NULL, N'2023-08-12 17:44:00.0000000', N'2023-08-12 17:44:00.0000000', N'aaa', N'aaa', N'0', NULL, N'select * from jimu_report where create_by=''#{sysUserCode}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850286729285959680', N'850286412532121600', N'jeecg', NULL, N'2023-08-12 18:22:44.0000000', N'2023-08-12 18:22:44.0000000', N'aaa', N'aaa', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'#{domainURL}/jimureport/test/getList ', N'0', N'1', N'1', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850315907695738880', N'850315907339223040', N'admin', N'admin', N'2023-08-12 22:51:28.0000000', N'2023-08-12 22:51:28.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=1&pageSize=1000', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850318855133822976', N'850318855100268544', N'admin', N'admin', N'2023-08-21 09:31:20.0000000', N'2023-08-21 09:31:20.0000000', N'xs', N'数据', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshou1', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850709188669702144', N'850709188564844544', N'admin', N'admin', N'2023-08-13 22:21:26.0000000', N'2021-08-04 14:12:46.0000000', N'jm_expression', N'积木表达式', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'https://api.jeecg.com/mock/26/jmExpression', N'0', N'0', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850943991000145920', N'850943990899482624', N'admin', N'admin', N'2023-08-14 13:54:27.0000000', N'2021-08-29 15:22:54.0000000', N'jm', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850943991264387072', N'850943990899482624', N'admin', N'admin', N'2023-08-14 13:54:28.0000000', N'2021-08-27 11:56:45.0000000', N'flapi', N'分版api', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/subtotal', N'0', N'1', N'0', N'', NULL, N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'850944008486199296', N'850944008423284736', N'admin', N'admin', N'2023-08-14 13:54:32.0000000', N'2021-08-26 19:29:54.0000000', N'jm', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'853414333878706176', N'850318855100268544', N'admin', N'admin', N'2023-08-21 09:30:55.0000000', N'2023-08-21 09:30:55.0000000', N'sss', N'合计值', N'3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'', N'0', N'0', N'0', N'', NULL, N'{ + "data": [ + { + "ctotal": "125箱", + "cname": "牛奶0", + "cprice": "56", + "riqi": "2022年10月21日", + "id": "1", + "dtotal": "1256箱", + "tp": "7000", + "ztotal": "589箱", + "cnum": "每箱12瓶" + }, + { + "ctotal": "126箱", + "cname": "牛奶1", + "cprice": "56", + "riqi": "2022年10月21日", + "id": "1", + "dtotal": "1256箱", + "tp": "7000", + "ztotal": "589箱", + "cnum": "每箱12瓶" + } + ] +}', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'859286972912443392', N'859286752275275776', N'admin', NULL, N'2023-09-06 14:26:29.0000000', N'2023-09-06 14:26:29.0000000', N'sss', N'ss', N'0', NULL, N'select * from jimu_dict', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'864668240407756800', N'864668240323870720', N'admin', NULL, N'2020-12-02 18:35:49.0000000', N'2020-12-02 18:35:49.0000000', N'wunian', N'wunian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/wunian', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'864668240495837184', N'864668240323870720', N'admin', NULL, N'2020-12-02 20:07:54.0000000', N'2020-12-02 20:07:54.0000000', N'table2', N'table2', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/table2', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'864668240575528960', N'864668240323870720', N'admin', NULL, N'2020-12-07 19:31:59.0000000', N'2020-12-07 19:31:59.0000000', N'ditu1', N'ditu1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/ditu1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'865473862745292800', N'865473862653018112', N'admin', N'admin', N'2023-09-23 16:10:59.0000000', N'2021-08-26 19:29:54.0000000', N'fvkkwmqzmd', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'865474009378160640', N'865474009323634688', N'admin', N'admin', N'2023-09-23 16:11:34.0000000', N'2021-08-26 19:29:54.0000000', N'jvafirszjv', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'865474119587692544', N'865474119583498240', N'admin', N'admin', N'2023-09-23 16:12:00.0000000', N'2021-08-26 19:29:54.0000000', N'adezdurdfk', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'865474395707113472', N'865474395669364736', N'admin', N'admin', N'2023-09-23 16:13:06.0000000', N'2021-08-26 19:29:54.0000000', N'fpndelhuns', N'积木报表', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', N'', N'') +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'865474415198044160', N'865474415168684032', N'admin', N'admin', N'2023-09-23 16:13:11.0000000', N'2023-08-12 22:51:28.0000000', N'uduqvrotru', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=1&pageSize=1000', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'87a440b35fd656844484774c66a7370c', N'7c02c224a2db56d0350069650033f702', N'admin', NULL, N'2021-02-02 18:13:04.0000000', N'2021-02-02 18:13:04.0000000', N'hecha', N'hecha', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/hecha', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9a8f0f16cf42380df58cda0171a56c0c', N'1369170965166166016', N'admin', NULL, N'2021-03-11 19:45:39.0000000', N'2021-03-11 19:45:39.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/ygtj?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9b7d28336b01f9a6b1a613957c3d7cda', N'1338769064067076098', N'admin', N'admin', N'2021-07-31 13:25:44.0000000', N'2021-07-31 13:25:44.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'a900c843827dd08339a643aa0cf4305f', N'1351736257377603584', N'admin', NULL, N'2021-03-10 09:54:22.0000000', N'2021-03-10 09:54:22.0000000', N'xb', N'xb', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'https://bootapi.jeecg.com/jmreport/test/getUserMsg?cname=''${cname}''&riqi=''${riqi}''', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'a98ee8179bef12f8fa2e0f9f3237fb83', N'1356492523694067712', N'admin', NULL, N'2021-02-02 16:19:03.0000000', N'2021-02-02 16:19:03.0000000', N'leida', N'leida', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/btchanquan', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'b0f04c0f50a659f99c8aebe6efb93682', N'1350035590569136128', N'admin', NULL, N'2021-03-09 14:13:26.0000000', N'2021-03-09 14:13:26.0000000', N'uiu', N'uiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/ygtj?pageSize=''${pageSize}''&pageNo=''${pageNo}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'c73e1f3325b926081641d918921d2bcd', N'1339859143477039104', N'admin', N'admin', N'2023-08-12 17:17:13.0000000', N'2023-08-12 17:17:13.0000000', N'ditu', N'ditu', N'0', NULL, N'select * from huiyuan_wxtl', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'cf2211ad6777007564fba0c47b417eb5', N'1351426064915763200', N'18204219775', NULL, N'2021-02-22 17:01:25.0000000', N'2021-02-22 17:01:25.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/quyuxiaoshou1', N'0', N'1', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'1338370016550195200', N'admin', NULL, N'2021-03-09 14:10:39.0000000', N'2021-03-09 14:10:39.0000000', N'tm', N'tiaoma1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/tiaoma1', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'b35e8d615b4e408e49dbf36805d3641c', N'admin', N'admin', N'2021-07-31 13:27:27.0000000', N'2021-07-31 13:27:27.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'c2d3898bde3b92fca22a4ad44dbcf6fa', N'mysql', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'f7649b77cfc9e0a9dacdac370cd4036b', N'1347373863746539520', N'admin', NULL, N'2021-01-08 10:47:52.0000000', N'2021-01-08 10:47:52.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/shixi', N'0', N'0', N'0', N'', NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_report_db_field +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_field]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_db_field] +GO + +CREATE TABLE [dbo].[jimu_report_db_field] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [jimu_report_db_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [field_name] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, + [field_text] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [widget_width] int NULL, + [order_num] int NULL, + [search_flag] int NULL, + [search_mode] int NULL, + [dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [search_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_db_field] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数据源ID', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'jimu_report_db_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字段名', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'field_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字段文本', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'field_text' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'控件类型', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'widget_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'控件宽度', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'widget_width' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'排序', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'order_num' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询标识0否1是 默认0', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'search_flag' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询模式1简单2范围', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'search_mode' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典编码支持从表中取数据', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'dict_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询默认值', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'search_value' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询时间格式化表达式', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'search_format' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数配置', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_field', +'COLUMN', N'ext_json' +GO + + +-- ---------------------------- +-- Records of jimu_report_db_field +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'00a5a516fd9ab1ec5ea5cb4c46645345', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'gdata', N'gdata', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0117b382e2b837b8ea73ca9998fb2b52', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'sex', N'sex', NULL, NULL, N'4', N'0', NULL, N'sex1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'01cb1f61f836aae43bca333dbaf293be', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhuanye', N'zhuanye', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'03f7a833df1da1b3cb4e4b6310c322ea', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'phone', N'phone', NULL, NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'04c56aa9c4331e28344edb1dbea32611', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'zip_code', N'zip_code', NULL, NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'04de3a3ed51b93a78f83eb00d1c15d7e', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'salary', N'salary', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0512e6b67dcd14a003139e586625cf4c', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'jphone', N'手机号', N'string', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'05935b26017e51a1d7cdd8f6ef22239b', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'06c95d6691bd89f8270c9419d60be40f', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'sex', N'性别', N'String', NULL, N'10', N'0', N'1', N'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'071f7ae5fdc2d1f0d5abb4df160ef941', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'native_place', N'native_place', NULL, NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0767fe614b80b0f16a91118f7a5fe6ff', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'education', N'education', NULL, NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'07bfb86f430e4352a40d613f17d8180e', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'riqi', N'日期', N'date', NULL, N'4', N'1', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0c82931edb766ad89ead9e98a998d43f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'kdate', N'kdate', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0e45b3f9bbab3e42aa8d07ef858bcb6d', N'admin', N'2023-08-12 17:17:13.0000000', NULL, NULL, N'c73e1f3325b926081641d918921d2bcd', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0e83f895e00d1ab8e1f24064693be295', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language_level', N'foreign_language_level', NULL, NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0fb03c8e2330e051564f3dd1de54512f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jstudent', N'jstudent', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'112e9074d229f8f90b79da89197fbd91', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'sdate', N'sdate', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'11b32385558d4e6a92d69a72264c1ade', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key3', N'key3', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907562864641', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907567058946', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'bnum', N'bnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253250', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'ftime', N'ftime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253251', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'sfkong', N'sfkong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253252', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'kaishi', N'kaishi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253253', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'jieshu', N'jieshu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253254', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'hezairen', N'hezairen', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253255', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'jpnum', N'jpnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907575447554', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'1272834687525482497', N'shihelv', N'shihelv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016175415297', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yphone', N'yphone', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016183803906', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yzhenliao', N'yzhenliao', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016187998209', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ysex', N'ysex', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016192192513', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'danwei', N'danwei', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016196386818', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'kdata', N'kdata', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016204775425', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yname', N'yname', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016208969729', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yprice', N'yprice', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016213164033', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ytotal', N'ytotal', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016217358337', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yishe', N'yishe', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016221552641', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yizhu', N'yizhu', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016225746946', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yage', N'yage', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016229941249', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yjieguo', N'yjieguo', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155649130497', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'xtype', N'xtype', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155686879234', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'danyuan', N'danyuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155691073538', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'chanquan', N'chanquan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155695267841', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'zhuzhi', N'zhuzhi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155699462145', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'fujian', N'fujian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850754', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850755', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'type', N'type', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155712045058', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'suoyou', N'suoyou', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239361', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239362', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433666', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'yname', N'yname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433667', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'riqi', N'riqi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155724627969', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822274', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822275', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'mianji', N'mianji', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420749664258', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'shiqing', N'shiqing', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420753858561', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052866', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052867', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'value', N'value', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052868', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'percent', N'percent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420762247169', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919124803585', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'ktime', N'ktime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192193', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192194', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'wtime', N'wtime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192195', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yusuan', N'yusuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192196', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'dshenhe', N'dshenhe', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192197', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zhuren', N'zhuren', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386498', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'neirong', N'neirong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386499', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yijian', N'yijian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386500', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time1', N'time1', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386501', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time2', N'time2', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386502', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time3', N'time3', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580801', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time4', N'time4', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580802', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'pingjia', N'pingjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580803', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580804', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580805', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zongjie', N'zongjie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775105', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'nengli', N'nengli', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775106', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655394324482', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'ctotal', N'库存量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655402713090', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'cname', N'产品名称', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655406907393', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'cprice', N'单价', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101697', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'dtotal', N'订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101698', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'tp', N'库存总值', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296002', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'ztotal', N'二次订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296003', NULL, N'2020-07-28 17:08:41.0000000', NULL, NULL, N'1288038655293661186', N'cnum', N'产品数量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038439886849', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275458', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275459', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275460', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469761', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469762', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469763', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'1290104038414721025', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644113653761', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'education', N'education', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644117848065', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'sex', N'sex', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644117848066', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644117848067', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'department', N'department', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644117848068', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'salary', N'salary', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1298923644117848069', NULL, N'2020-08-27 18:01:44.0000000', NULL, NULL, N'1298923644105265153', N'age', N'age', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479361', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmphone', N'zmphone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479362', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jstudent', N'jstudent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479363', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'kdate', N'kdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479364', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jdate', N'jdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479365', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmname', N'zmname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218305', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'zcname', N'zcname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218306', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218307', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'fdate', N'fdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218308', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'jibie', N'jibie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218309', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144706', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144707', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'phone', N'phone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144708', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144709', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'zzmm', N'zzmm', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144710', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'guanxi', N'guanxi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144711', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'age', N'age', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670849', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'date', N'date', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670850', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'mingcheng', N'mingcheng', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670851', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331447376279285763', NULL, N'2020-11-25 11:59:26.0000000', NULL, NULL, N'1331447376279285762', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331447376287674369', NULL, N'2020-11-25 11:59:26.0000000', NULL, NULL, N'1331447376279285762', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331447376287674370', NULL, N'2020-11-25 11:59:26.0000000', NULL, NULL, N'1331447376279285762', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331479590526300162', NULL, N'2020-11-25 14:07:27.0000000', NULL, NULL, N'1331474698436915202', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331479590526300163', NULL, N'2020-11-25 14:07:27.0000000', NULL, NULL, N'1331474698436915202', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331479590526300164', NULL, N'2020-11-25 14:07:27.0000000', NULL, NULL, N'1331474698436915202', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331483873669853186', NULL, N'2020-11-25 14:24:28.0000000', NULL, NULL, N'1331483873661464578', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331483873669853187', NULL, N'2020-11-25 14:24:28.0000000', NULL, NULL, N'1331483873661464578', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331486475249823745', NULL, N'2020-11-25 14:34:48.0000000', NULL, NULL, N'1331486475245629441', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331486475249823746', NULL, N'2020-11-25 14:34:48.0000000', NULL, NULL, N'1331486475245629441', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331491961407844353', NULL, N'2020-11-25 14:56:36.0000000', NULL, NULL, N'1331491194517106690', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331491961412038658', NULL, N'2020-11-25 14:56:36.0000000', NULL, NULL, N'1331491194517106690', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331493951017889794', NULL, N'2020-11-25 15:04:31.0000000', NULL, NULL, N'1331493951013695490', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331493951017889795', NULL, N'2020-11-25 15:04:31.0000000', NULL, NULL, N'1331493951013695490', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926274', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926275', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926276', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602178', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602179', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602180', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721409', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721410', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721411', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914754', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914755', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914756', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398849', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398850', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991425', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991426', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991427', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913409', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913410', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375938', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375939', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829634', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjl', N'cjl', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829635', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjje', N'cjje', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829636', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'xsmj', N'xsmj', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829637', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjjj', N'cjjj', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829638', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'sfyj', N'sfyj', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829639', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'ydkh', N'ydkh', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333970913154048002', NULL, N'2020-12-02 11:07:04.0000000', NULL, NULL, N'1333968597264900097', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333970913158242305', NULL, N'2020-12-02 11:07:04.0000000', NULL, NULL, N'1333968597264900097', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333970913158242306', NULL, N'2020-12-02 11:07:04.0000000', NULL, NULL, N'1333968597264900097', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333974073687941121', NULL, N'2020-12-02 11:19:38.0000000', NULL, NULL, N'1333974073679552514', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333974073687941122', NULL, N'2020-12-02 11:19:38.0000000', NULL, NULL, N'1333974073679552514', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333977108203970561', NULL, N'2020-12-02 11:31:41.0000000', NULL, NULL, N'1333977108195581953', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333977108203970562', NULL, N'2020-12-02 11:31:41.0000000', NULL, NULL, N'1333977108195581953', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333981011083534337', NULL, N'2020-12-02 11:47:12.0000000', NULL, NULL, N'1333980382663548929', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333981011087728641', NULL, N'2020-12-02 11:47:12.0000000', NULL, NULL, N'1333980382663548929', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333981011087728642', NULL, N'2020-12-02 11:47:12.0000000', NULL, NULL, N'1333980382663548929', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333983587250216961', NULL, N'2020-12-02 11:57:26.0000000', NULL, NULL, N'1333983587241828354', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333983587254411265', NULL, N'2020-12-02 11:57:26.0000000', NULL, NULL, N'1333983587241828354', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1333983587254411266', NULL, N'2020-12-02 11:57:26.0000000', NULL, NULL, N'1333983587241828354', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334008609364779010', NULL, N'2020-12-02 13:36:52.0000000', NULL, NULL, N'1334008609356390402', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334008609364779011', NULL, N'2020-12-02 13:36:52.0000000', NULL, NULL, N'1334008609356390402', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334008609364779012', NULL, N'2020-12-02 13:36:52.0000000', NULL, NULL, N'1334008609356390402', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334013423217811457', NULL, N'2020-12-02 13:56:00.0000000', NULL, NULL, N'1334013423209422849', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334013423217811458', NULL, N'2020-12-02 13:56:00.0000000', NULL, NULL, N'1334013423209422849', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334037720057520130', NULL, N'2020-12-02 15:32:32.0000000', NULL, NULL, N'1334037720053325825', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334037720061714433', NULL, N'2020-12-02 15:32:32.0000000', NULL, NULL, N'1334037720053325825', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334039611348885506', NULL, N'2020-12-02 15:40:03.0000000', NULL, NULL, N'1334039611344691202', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334039611353079810', NULL, N'2020-12-02 15:40:03.0000000', NULL, NULL, N'1334039611344691202', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334043138255233026', NULL, N'2020-12-02 15:54:04.0000000', NULL, NULL, N'1334043138246844418', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334043138255233027', NULL, N'2020-12-02 15:54:04.0000000', NULL, NULL, N'1334043138246844418', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334043138255233028', NULL, N'2020-12-02 15:54:04.0000000', NULL, NULL, N'1334043138246844418', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334049545566298114', NULL, N'2020-12-02 16:19:32.0000000', NULL, NULL, N'1334049545562103810', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334049545570492418', NULL, N'2020-12-02 16:19:32.0000000', NULL, NULL, N'1334049545562103810', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334052375127662594', NULL, N'2020-12-02 16:30:46.0000000', NULL, NULL, N'1334052375119273986', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334052375127662595', NULL, N'2020-12-02 16:30:46.0000000', NULL, NULL, N'1334052375119273986', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334052375127662596', NULL, N'2020-12-02 16:30:46.0000000', NULL, NULL, N'1334052375119273986', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334058269185941505', NULL, N'2020-12-02 16:54:12.0000000', NULL, NULL, N'1334058269181747202', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334058269190135810', NULL, N'2020-12-02 16:54:12.0000000', NULL, NULL, N'1334058269181747202', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334060474139942914', NULL, N'2020-12-02 17:02:57.0000000', NULL, NULL, N'1334060474135748610', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334060474144137218', NULL, N'2020-12-02 17:02:57.0000000', NULL, NULL, N'1334060474135748610', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334063192938127362', NULL, N'2020-12-02 17:13:46.0000000', NULL, NULL, N'1334063192933933058', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334063192942321665', NULL, N'2020-12-02 17:13:46.0000000', NULL, NULL, N'1334063192933933058', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334063880170643458', NULL, N'2020-12-02 17:16:29.0000000', NULL, NULL, N'1334063880162254850', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334063880170643459', NULL, N'2020-12-02 17:16:29.0000000', NULL, NULL, N'1334063880162254850', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334068361952239617', NULL, N'2020-12-02 17:34:18.0000000', NULL, NULL, N'1334068361943851009', N'yname', N'yname', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334068361952239618', NULL, N'2020-12-02 17:34:18.0000000', NULL, NULL, N'1334068361943851009', N'ysex', N'ysex', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334068361952239619', NULL, N'2020-12-02 17:34:18.0000000', NULL, NULL, N'1334068361943851009', N'yage', N'yage', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334068361952239620', NULL, N'2020-12-02 17:34:18.0000000', NULL, NULL, N'1334068361943851009', N'danwei', N'danwei', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334083843619037185', NULL, N'2020-12-02 18:35:49.0000000', NULL, NULL, N'1334083843610648578', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334083843619037186', NULL, N'2020-12-02 18:35:49.0000000', NULL, NULL, N'1334083843610648578', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015609327618', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015613521921', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'sj', N'sj', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015613521922', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015613521923', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'je', N'je', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015613521924', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'jg', N'jg', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334107015613521925', NULL, N'2020-12-02 20:07:54.0000000', NULL, NULL, N'1334107015605133314', N'jl', N'jl', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825602', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'class', N'class', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825603', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'school', N'school', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825604', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'lv', N'lv', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825605', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_jy', N'renyuan_jy', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825606', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_jy', N'richang_jy', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825607', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'biaozhun_jy', N'biaozhun_jy', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825608', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xinxi_jy', N'xinxi_jy', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825609', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_jy', N'jichubokuan_jy', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825610', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_ct', N'renyuan_ct', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825611', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_ct', N'richang_ct', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825612', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_ct', N'xiangmu_ct', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825613', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_ct', N'jichubokuan_ct', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825614', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_sh', N'xiangmu_sh', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825615', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_sh', N'jichubokuan_sh', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825616', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'diannao', N'diannao', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825617', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiaoyuanwang', N'xiaoyuanwang', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451905', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'diqu', N'diqu', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451906', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'class', N'class', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451907', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_11', N'sales_11', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451908', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_12', N'sales_12', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451909', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_13', N'sales_13', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451910', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_14', N'sales_14', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451911', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_15', N'sales_15', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451912', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_16', N'sales_16', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451913', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_17', N'sales_17', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646210', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_18', N'sales_18', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646211', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_19', N'sales_19', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646212', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_20', N'sales_20', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646213', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_21', N'sales_21', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646214', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_22', N'sales_22', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646215', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_31', N'sales_31', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646216', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_32', N'sales_32', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646217', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_33', N'sales_33', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646218', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_34', N'sales_34', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646219', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_35', N'sales_35', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646220', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_36', N'sales_36', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646221', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_37', N'sales_37', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646222', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_38', N'sales_38', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646223', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_39', N'sales_39', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646224', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_40', N'sales_40', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646225', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_41', N'sales_41', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646226', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_42', N'sales_42', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504126402561', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'city', N'city', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596866', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'finish', N'finish', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596867', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'semifinish', N'semifinish', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596868', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'time', N'time', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596869', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'state', N'state', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596870', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'attribute', N'attribute', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596871', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'num', N'num', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596872', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'gnum', N'gnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596873', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jnum', N'jnum', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596874', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'wnum', N'wnum', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596875', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'uph', N'uph', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596876', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'hc', N'hc', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596877', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jtime', N'jtime', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596878', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'yield', N'yield', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596879', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'beizhu', N'beizhu', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335886666392518658', NULL, N'2020-12-07 17:59:35.0000000', NULL, NULL, N'1335886666363158530', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335886666413490177', NULL, N'2020-12-07 17:59:36.0000000', NULL, NULL, N'1335886666363158530', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335889985055866881', NULL, N'2020-12-07 18:12:47.0000000', NULL, NULL, N'1335889985047478274', N'value', N'value', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335889985060061186', NULL, N'2020-12-07 18:12:47.0000000', NULL, NULL, N'1335889985047478274', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335909918863114242', NULL, N'2020-12-07 19:31:59.0000000', NULL, NULL, N'1335909918854725633', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1335909918863114243', NULL, N'2020-12-07 19:31:59.0000000', NULL, NULL, N'1335909918854725633', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1337360966253293570', N'admin', N'2022-04-21 20:09:44.0000000', NULL, NULL, N'1337360015912087554', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1337360966253293571', N'admin', N'2022-04-21 20:09:44.0000000', NULL, NULL, N'1337360015912087554', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1337360966253293572', N'admin', N'2022-04-21 20:09:44.0000000', NULL, NULL, N'1337360015912087554', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338412526932602882', NULL, N'2020-12-14 17:16:28.0000000', NULL, NULL, N'1335901385547431937', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338412526936797186', NULL, N'2020-12-14 17:16:28.0000000', NULL, NULL, N'1335901385547431937', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338459533034401794', N'admin', N'2021-07-31 13:23:38.0000000', NULL, NULL, N'1338457100451328002', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338459533038596098', N'admin', N'2021-07-31 13:23:38.0000000', NULL, NULL, N'1338457100451328002', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338459533038596099', N'admin', N'2021-07-31 13:23:38.0000000', NULL, NULL, N'1338457100451328002', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338459533038596100', N'admin', N'2021-07-31 13:23:38.0000000', NULL, NULL, N'1338457100451328002', N'type', N'type', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338667866769068033', N'admin', N'2021-07-31 13:23:42.0000000', NULL, NULL, N'1338667866760679426', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338667866769068034', N'admin', N'2021-07-31 13:23:42.0000000', NULL, NULL, N'1338667866760679426', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338667866769068035', N'admin', N'2021-07-31 13:23:42.0000000', NULL, NULL, N'1338667866760679426', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338670467426291713', N'admin', N'2021-07-31 13:23:46.0000000', NULL, NULL, N'1338669749617299458', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338670467426291714', N'admin', N'2021-07-31 13:23:46.0000000', NULL, NULL, N'1338669749617299458', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338670467426291715', N'admin', N'2021-07-31 13:23:46.0000000', NULL, NULL, N'1338669749617299458', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338675446966915074', N'admin', N'2021-07-31 13:23:50.0000000', NULL, NULL, N'1338675446962720769', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338675446971109377', N'admin', N'2021-07-31 13:23:50.0000000', NULL, NULL, N'1338675446962720769', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338675446971109378', N'admin', N'2021-07-31 13:23:50.0000000', NULL, NULL, N'1338675446962720769', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338678877404270594', N'admin', N'2021-07-31 13:23:54.0000000', NULL, NULL, N'1338678877395881985', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338678877408464898', N'admin', N'2021-07-31 13:23:54.0000000', NULL, NULL, N'1338678877395881985', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338678877408464899', N'admin', N'2021-07-31 13:23:54.0000000', NULL, NULL, N'1338678877395881985', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338687435571204098', N'admin', N'2021-07-31 13:24:02.0000000', NULL, NULL, N'1338687435562815489', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338687435575398402', N'admin', N'2021-07-31 13:24:02.0000000', NULL, NULL, N'1338687435562815489', N'from_name', N'from_name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338687435575398403', N'admin', N'2021-07-31 13:24:02.0000000', NULL, NULL, N'1338687435562815489', N'to_name', N'to_name', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338689731134754817', N'admin', N'2021-07-31 13:23:58.0000000', NULL, NULL, N'1338687259901169665', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338689731138949122', N'admin', N'2021-07-31 13:23:58.0000000', NULL, NULL, N'1338687259901169665', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338689731138949123', N'admin', N'2021-07-31 13:23:58.0000000', NULL, NULL, N'1338687259901169665', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338689731138949124', N'admin', N'2021-07-31 13:23:58.0000000', NULL, NULL, N'1338687259901169665', N'type', N'type', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338720793172905986', N'admin', N'2021-07-31 13:24:06.0000000', NULL, NULL, N'1338720793164517378', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338720793172905987', N'admin', N'2021-07-31 13:24:06.0000000', NULL, NULL, N'1338720793164517378', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338720793172905988', N'admin', N'2021-07-31 13:24:06.0000000', NULL, NULL, N'1338720793164517378', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338724105830010882', N'admin', N'2021-07-31 13:24:11.0000000', NULL, NULL, N'1338724105821622274', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338724105830010883', N'admin', N'2021-07-31 13:24:11.0000000', NULL, NULL, N'1338724105821622274', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1338724105830010884', N'admin', N'2021-07-31 13:24:11.0000000', NULL, NULL, N'1338724105821622274', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339491107960029185', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'1339491107951640577', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339491107960029186', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'1339491107951640577', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339491107960029187', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'1339491107951640577', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339495346086117377', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'1339495346077728770', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339495346086117378', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'1339495346077728770', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339495346086117379', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'1339495346077728770', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339498906773389314', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'1339498906765000705', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339498906773389315', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'1339498906765000705', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339538388457390081', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'1339538388453195777', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339538388461584385', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'1339538388453195777', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339870475500691457', N'admin', N'2021-07-31 13:22:34.0000000', NULL, NULL, N'1339870475496497153', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339870475500691458', N'admin', N'2021-07-31 13:22:34.0000000', NULL, NULL, N'1339870475496497153', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339870475500691459', N'admin', N'2021-07-31 13:22:34.0000000', NULL, NULL, N'1339870475496497153', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339873097628557314', N'admin', N'2021-07-31 13:22:39.0000000', NULL, NULL, N'1339873097620168705', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339873097632751618', N'admin', N'2021-07-31 13:22:39.0000000', NULL, NULL, N'1339873097620168705', N'name', N'name', N'String', NULL, N'2', N'0', NULL, N'sex1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339873097632751619', N'admin', N'2021-07-31 13:22:39.0000000', NULL, NULL, N'1339873097620168705', N'value', N'value', N'String', NULL, N'3', N'0', NULL, N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339876173676584962', N'admin', N'2021-07-31 13:22:44.0000000', NULL, NULL, N'1339876173672390658', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339876173680779266', N'admin', N'2021-07-31 13:22:44.0000000', NULL, NULL, N'1339876173672390658', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339876173680779267', N'admin', N'2021-07-31 13:22:44.0000000', NULL, NULL, N'1339876173672390658', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339878700648275969', N'admin', N'2021-07-31 13:22:48.0000000', NULL, NULL, N'1339878700639887362', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339878700648275970', N'admin', N'2021-07-31 13:22:48.0000000', NULL, NULL, N'1339878700639887362', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339878700652470274', N'admin', N'2021-07-31 13:22:48.0000000', NULL, NULL, N'1339878700639887362', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339884367199117313', N'admin', N'2021-07-31 13:22:52.0000000', NULL, NULL, N'1339884367194923010', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339884367203311617', N'admin', N'2021-07-31 13:22:52.0000000', NULL, NULL, N'1339884367194923010', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339884367203311618', N'admin', N'2021-07-31 13:22:52.0000000', NULL, NULL, N'1339884367194923010', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339886300571934722', N'admin', N'2021-07-31 13:22:56.0000000', NULL, NULL, N'1339886300563546113', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339886300571934723', N'admin', N'2021-07-31 13:22:56.0000000', NULL, NULL, N'1339886300563546113', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339886300571934724', N'admin', N'2021-07-31 13:22:56.0000000', NULL, NULL, N'1339886300563546113', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339889468164841473', N'admin', N'2021-07-31 13:23:00.0000000', NULL, NULL, N'1339888452912586753', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339889468164841474', N'admin', N'2021-07-31 13:23:00.0000000', NULL, NULL, N'1339888452912586753', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339889468164841475', N'admin', N'2021-07-31 13:23:00.0000000', NULL, NULL, N'1339888452912586753', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1339889468164841476', N'admin', N'2021-07-31 13:23:00.0000000', NULL, NULL, N'1339888452912586753', N'type', N'type', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'144892a55bf4c3fa9d9f46f56ccb9e10', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'hukounum', N'hukounum', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'14826d1f16e7d78c1710f8ae75aafd57', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'nation', N'nation', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'16291541719d8549b7ff8cb42960f2f3', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'yhnum', N'yhnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'17a278c53299d1342c56a8eb1614a44e', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'ctime', N'ctime', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'183def2691ba0f148a21e64362053bfa', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'birthday', N'birthday', N'date', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b222f7bb38567d287e55da25c51091c', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'sf4', N'sf4', N'String', NULL, N'18', N'0', NULL, N'ttype', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b639657cf78d9a466c7baa31816b209', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'data', N'data', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1bc44903203bcd6097677db30ce05f5c', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'health', N'health', NULL, NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1beca0c0937ecebf275d53bf2e8809e1', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'update_by', N'update_by', NULL, NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1c16dc90542be1708ff0e581ba1cc1d7', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1cd9409359f38743b207721757123e39', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d2006a2d1eb031c6d9b63f8d4b7b20c', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'fsex', N'fsex', N'String', NULL, N'4', N'0', NULL, N'sex1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d21c72184f2e06ca1be3dc95fbcc259', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhiwu', N'zhiwu', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1df50d8a3eaaaa927c5978a8502e9a67', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'slyy', N'slyy', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1e3b9bb7c77ad03eb2d5283f6efc04ba', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'birth', N'出生日期', N'date', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1e99007fe0ae8b2109e40eaaae0d7403', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'sales_1', N'sales_1', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1f5cd376d9a38820fd7b8de7908c6c95', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'pay', N'pay', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'21f7de0326129dbbbc03d64aceb4d3f7', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'yprice', N'yprice', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'224c5103f1fcfcc38eff9d3817d82152', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'shao', N'shao', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'240eda14518770ac6fd2f9081755bc81', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'sbtype', N'sbtype', N'String', NULL, N'33', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'25055116e88f653e771b5692e78234db', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'num', N'num', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'26c4b0748ae5d6725027b7a757c5240c', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'name', N'name', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'27ad88899a905fd4a58a722edec31736', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'gtime', N'雇佣日期', N'date', NULL, N'3', N'1', N'2', NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'28b745230e734cdc6f87206e43c457d4', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'29fcb4292d4782888e9fd0496bd8ddc8', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2c6d9211663dd243194dbd0f74134117', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'pname', N'pname', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2cbbc3103eada223a2991ed24d6617a3', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'socialsecurity', N'socialsecurity', N'String', NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2d4c2abebb3858a2e317091d64aa8a74', N'admin', N'2022-12-08 21:31:48.0000000', NULL, NULL, N'523d56e4aec77509385b8b2da61ceeb2', N'sales', N'sales', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2dd5f62f633e4486285a88b4bb1ee6bf', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'qfjg', N'qfjg', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2e37e0559563861b61edf372266b8b51', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2fa4e6ec87c360e3e5fce3dd3063874a', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'political', N'political', NULL, NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'31d294aea69eb3ff7c7158a3a3dfcc62', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'name', N'name', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'337e17558c2c5f42738e0437b5973a4a', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'lzr', N'lzr', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'33c5d70c82c2b2ae00adb824ebbd301d', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'ydate', N'ydate', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'35bb7cf93182683f9b519c4bbf36edc3', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'36a57e6c9b5081f8d8ba2510c029e494', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'meals_09', N'meals_09', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3756e7be6fe2926a39d5452f9374e2d3', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'num', N'num', NULL, NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'38b46f86f1e85322607abead76272143', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'region', N'region', N'string', NULL, N'1', N'0', N'1', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3b9c6ae6c423fd58362200d87d8b7b3e', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c021df8fdccdd8d1804b780e6918d9b', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'age', N'age', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c2a8313af79dbecba4c5687b65a66ab', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'cnum', N'cnum', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c73ca198ffdcbf8f2fa7bfb8ce7c343', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'jphone', N'jphone', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3cafa569c1df907d66efbe04bf4f362c', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'age', N'age', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3e1037e9d7a07c958e60ee722baafb82', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'positional_titles', N'positional_titles', NULL, NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3e85f24fa309374ef17d787566cee3ca', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'tm', N'tm', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'409b747f789fb69c51d363da2ec258d4', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'paymoth', N'paymoth', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'417e85bfcbeeb08430541519a94ce2a0', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'proportion_1', N'proportion_1', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4378b42a2315de9c4ab07c0b0a777750', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'gtime', N'gtime', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'437a5bd87b3b4e80e7fe378d85bbe84d', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'homephone', N'homephone', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'445dd05e72067704e38d72c117cad0f3', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'cbz', N'cbz', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'446d3dccee869dab9c40502cac56366a', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'gdata', N'gdata', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'46897dde89033bbc1b8aeae7addaa0bd', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'department', N'department', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'471d4e45323a4f10c8b7fa944b27e208', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'currentnum', N'currentnum', N'String', NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'489a2a56df33f5d62f393cded3728779', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'phone', N'phone', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'48aa3663aeea9fbcfd140ff9fc826075', N'admin', N'2023-08-12 17:17:13.0000000', NULL, NULL, N'c73e1f3325b926081641d918921d2bcd', N'value', N'value', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49c12ae1c4a47390cfc87182496501bf', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'id', N'id', NULL, NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4a83bf0d5fe08f2e1e755cd4f409777b', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'yjine', N'yjine', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4adbbf6380036dcc357d1667e6ff1726', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'create_time', N'create_time', NULL, NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4ba0dbf06ea26df7a2f7d3f74d63af8e', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'update_time', N'update_time', NULL, NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4c0cafd4a94a59d92a51510c68a52af2', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'cprice', N'cprice', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d15738217f7902058e1f55c8873058c', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'education', N'education', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d782de2bf10be3a79f04e8841053f00', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'pingjia', N'pingjia', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4f9b9e6fe7ff0857d341ff2e83a1c711', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'cname', N'名称', N'string', NULL, N'2', N'1', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4fcf32bb24f1b5c9b045f047b330225b', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'register', N'register', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'501a57bcee9a111c44f33c595d34b0b1', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'gift_1', N'gift_1', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'505c2a4bd2d235b5fc56fe65b5497fc5', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'card', N'card', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'50adb7c6df5db5910b4b5d5ae65136a4', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'sk', N'sk', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331093020672', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'ctotal', N'ctotal', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331105603584', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'cname', N'名称', N'string', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331206266880', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'cprice', N'cprice', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331214655488', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'riqi', N'日期', N'date', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331223044096', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'id', N'id', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331231432704', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'dtotal', N'dtotal', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331239821312', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'tp', N'tp', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331244015616', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'ztotal', N'ztotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537516331252404224', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'537516331080437760', N'cnum', N'cnum', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066373054464', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'dgoodscode', N'dgoodscode', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066381443072', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'daddress', N'daddress', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066389831680', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'darrivaldate', N'darrivaldate', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066394025984', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'dname', N'dname', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066398220288', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'dgoodsdate', N'dgoodsdate', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066410803200', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'dorderdate', N'dorderdate', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537518066414997504', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'537518066347888640', N'did', N'did', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675617783808', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675626172416', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'name', N'姓名', N'string', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675630366720', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'gtime', N'雇佣时间', N'datetime', NULL, N'3', N'0', N'2', NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675634561024', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'update_by', N'职务', N'String', NULL, N'4', N'0', N'3', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675638755328', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'jphone', N'手机号', N'string', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675647143936', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'birth', N'出生日期', N'date', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675651338240', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675655532544', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675659726848', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675663921152', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'sex', N'性别', N'String', NULL, N'10', N'0', N'1', N'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537521675668115456', N'admin', N'2021-07-31 13:26:47.0000000', NULL, NULL, N'537521675609395200', N'age', N'年龄', N'number', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718418227200', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718430810112', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718435004416', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'gtime', N'gtime', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718443393024', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718447587328', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718451781632', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718455975936', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718460170240', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718464364544', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718472753152', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537522718476947456', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'537522718405644288', N'age', N'age', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542158608541241344', N'admin', N'2021-04-14 11:51:35.0000000', NULL, NULL, N'542158608528658432', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542158608549629952', N'admin', N'2021-04-14 11:51:35.0000000', NULL, NULL, N'542158608528658432', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542214589845426176', N'admin', N'2021-04-16 16:53:48.0000000', NULL, NULL, N'542212079118274560', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542214589853814784', N'admin', N'2021-04-16 16:53:48.0000000', NULL, NULL, N'542212079118274560', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542214589862203392', N'admin', N'2021-04-16 16:53:48.0000000', NULL, NULL, N'542212079118274560', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542948598531575808', N'admin', N'2021-11-24 11:40:49.0000000', NULL, NULL, N'542187081431339008', N'name', N'name', N'String', NULL, N'0', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542948598544158720', N'admin', N'2021-11-24 11:40:49.0000000', NULL, NULL, N'542187081431339008', N'value', N'value', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542961954705461248', N'admin', N'2021-04-16 17:04:17.0000000', NULL, NULL, N'542961954638352384', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542961954713849856', N'admin', N'2021-04-16 17:04:17.0000000', NULL, NULL, N'542961954638352384', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'542961954718044160', N'admin', N'2021-04-16 17:04:17.0000000', NULL, NULL, N'542961954638352384', N'typ', N'typ', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'547c5bc2df97cc74f0d76bf304e3fdd2', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'zhuzhi', N'zhuzhi', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'54f3e9719cd2e020fd5dc8a2726ae802', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'pay2', N'pay2', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'580753827981250560', N'admin', N'2021-08-04 14:12:46.0000000', NULL, NULL, N'580753827960279040', N'create_time', N'create_time', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'580861481554628608', N'admin', N'2021-08-04 14:12:46.0000000', NULL, NULL, N'580753827960279040', N'num', N'num', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'580864714171830272', N'admin', N'2021-08-04 14:12:46.0000000', NULL, NULL, N'580753827960279040', N'lower', N'lower', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'580864714176024576', N'admin', N'2021-08-04 14:12:46.0000000', NULL, NULL, N'580753827960279040', N'upper', N'upper', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'580e31af70da3db9325e70e827fe1b9e', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'school', N'school', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5861e33aff0f038089df2c0bce8eca08', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931122860032', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'id', N'id', N'String', NULL, N'0', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931131248640', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'name', N'姓名', N'String', NULL, N'1', N'1', N'5', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931135442944', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'gtime', N'雇佣日期', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931139637248', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'update_by', N'职务', N'String', NULL, N'3', N'1', N'3', N'zhiwu', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931143831552', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'jphone', N'jphone', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931152220160', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'birth', N'出生日期', N'date', NULL, N'5', N'1', N'2', NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931156414464', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'hukou', N'hukou', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931160608768', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'laddress', N'laddress', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931164803072', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'jperson', N'jperson', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931168997376', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'sex', N'性别', N'String', NULL, N'9', N'1', N'4', N'https://bootapi.jeecg.com/jmreport/test/getDictSex', N'1', NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590432931177385984', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'age', N'age', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590442764043636736', N'admin', N'2021-08-25 17:35:59.0000000', NULL, NULL, N'590442764031053824', N'diqu', N'diqu', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590442764052025344', N'admin', N'2021-08-25 17:35:59.0000000', NULL, NULL, N'590442764031053824', N'class', N'class', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590442764056219648', N'admin', N'2021-08-25 17:35:59.0000000', NULL, NULL, N'590442764031053824', N'year', N'year', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590442764060413952', N'admin', N'2021-08-25 17:35:59.0000000', NULL, NULL, N'590442764031053824', N'mouth', N'mouth', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590442764064608256', N'admin', N'2021-08-25 17:35:59.0000000', NULL, NULL, N'590442764031053824', N'sales', N'sales', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590786421489750016', N'admin', N'2021-10-22 11:43:32.0000000', NULL, NULL, N'590432931110277120', N'type', N'下拉树', N'String', NULL, N'11', N'1', N'6', N'http://api.jeecg.com/mock/26/queryTree', NULL, NULL, N'{''loadTree'':''https://api.jeecg.com/mock/26/queryTree''}') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841692991488', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'amount', N'amount', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841701380096', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'month', N'month', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841709768704', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'areaname', N'areaname', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841713963008', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'year', N'year', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841718157312', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'price', N'price', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841726545920', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'id', N'id', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841734934528', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'dept', N'dept', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590808841739128832', N'admin', N'2021-08-26 17:50:15.0000000', NULL, NULL, N'590808841680408576', N'settleamount', N'settleamount', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531841650688', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'amount', N'amount', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531850039296', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'month', N'month', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531854233600', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'areaname', N'areaname', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531925536768', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'year', N'year', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531929731072', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'price', N'price', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531933925376', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'id', N'id', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531942313984', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'dept', N'dept', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590812531946508288', N'admin', N'2021-08-26 18:04:55.0000000', NULL, NULL, N'590812531833262080', N'settleamount', N'settleamount', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773233987584', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'id', N'id', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773246570496', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'name', N'name', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773250764800', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'gtime', N'gtime', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773254959104', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'update_by', N'update_by', N'String', NULL, N'3', NULL, NULL, N'zhiwu', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773259153408', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'jphone', N'jphone', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773263347712', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'birth', N'birth', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773271736320', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'hukou', N'hukou', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773275930624', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'laddress', N'laddress', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773280124928', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'jperson', N'jperson', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773351428096', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'sex', N'sex', N'String', NULL, N'9', NULL, N'4', N'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773355622400', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'age', N'age', N'String', NULL, N'10', NULL, NULL, N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590832773359816704', N'admin', N'2021-08-26 19:29:54.0000000', NULL, NULL, N'590832773221404672', N'type', N'type', N'String', NULL, N'11', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397565628416', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'id', N'id', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397574017024', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'name', N'name', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397649514496', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'gtime', N'gtime', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397653708800', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'update_by', N'update_by', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397657903104', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'jphone', N'jphone', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397666291712', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'birth', N'birth', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397670486016', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'hukou', N'hukou', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397674680320', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'laddress', N'laddress', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397683068928', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'jperson', N'jperson', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397687263232', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'sex', N'sex', N'String', NULL, N'9', NULL, NULL, N'sex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397691457536', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'age', N'age', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'590836397695651840', N'admin', N'2021-08-29 15:22:54.0000000', NULL, NULL, N'590836397553045504', N'type', N'type', N'String', NULL, N'11', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513088970752', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'amount', N'amount', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513101553664', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'month', N'month', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513105747968', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'areaname', N'areaname', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513109942272', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'year', N'year', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513114136576', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'price', N'price', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513118330880', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'id', N'id', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513122525184', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'dept', N'dept', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'591071513130913792', N'admin', N'2021-08-27 11:56:45.0000000', NULL, NULL, N'591071513072193536', N'settleamount', N'settleamount', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587349659648', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'hukou', N'hukou', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587358048256', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'gtime', N'gtime', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587362242560', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'jperson', N'jperson', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587370631168', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'sex', N'sex', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587374825472', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'name', N'name', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587379019776', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'jphone', N'jphone', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587383214080', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'birth', N'birth', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587391602688', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'id', N'id', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587395796992', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'update_by', N'update_by', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587399991296', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'type', N'type', N'String', NULL, N'9', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587404185600', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'laddress', N'laddress', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'592972587412574208', N'admin', N'2023-08-12 16:48:12.0000000', NULL, NULL, N'592972587332882432', N'age', N'age', N'String', NULL, N'11', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5a63c437b12d384e6c6dc08e140f7dea', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'sf2', N'sf2', N'String', NULL, N'16', N'0', NULL, N'ttype', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5b0803a136cd1935d483fbcbc4606336', NULL, N'2021-02-02 16:19:03.0000000', NULL, NULL, N'a98ee8179bef12f8fa2e0f9f3237fb83', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5b2c9ca998e98da9422a6f5c7db8f806', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5cfe82f2f25d68b88f14a456dabddcbf', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'hname', N'hname', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5e2b8e6e4ede984bb082bf0fbf59c7ec', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'telphone', N'telphone', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5e46d436dd0419ddaf0003d8bcdb6628', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key7', N'key7', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5f15dec8ee4cecbbfaf1556a6265717c', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, N'sex1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'61c72f42b180d0989c6d5a9501c3215c', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'tp', N'tp', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'628a6c34aaa8765b97b31eba6e398263', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'cbr', N'cbr', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'62edd3fed3269113cf64f029204a302a', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'zhuzhi', N'zhuzhi', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'65bf734fed925dea58e852f2d8bff01d', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'moth', N'moth', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6881e40e966d40fabcb1433fa88ac967', N'admin', N'2022-12-08 21:31:48.0000000', NULL, NULL, N'523d56e4aec77509385b8b2da61ceeb2', N'year', N'year', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'699bdcc746b0545a402e457326fc5417', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'major', N'major', NULL, NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'69ee0b9e3b3997a41ba3ecddb9379490', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'tp', N'tp', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6a4340ffded3c2a542c9c84b6887d5ec', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'computer_level', N'computer_level', NULL, NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6b7d1903d87063c82a38787be330bc03', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'arrival_time', N'arrival_time', NULL, NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6b9255490d4f55ad363695a2dc75ba23', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'meals_10', N'meals_10', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6d76e0d74fca4ecc08b940a5e7d28fbe', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, N'zhiwu', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6e6b701650a51c5c8b121ceae60407ee', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6fa56346febc8e8fed68a48b1c5c3afd', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'age', N'age', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6faff78bcb95a6f36876eb49ad016c24', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'pworktime', N'pworktime', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7084d486a5a39842208d43f525431bc5', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'busfee_09', N'busfee_09', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'70b2102275592ec15e04f51ccce0eeb8', NULL, N'2021-01-19 15:08:43.0000000', NULL, NULL, N'cf2211ad6777007564fba0c47b417eb5', N'province', N'province', N'date', NULL, N'2', N'0', N'2', NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'718eed5b892a9ea5ac6b07d755224f67', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'tm', N'tm', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'72b324c5d495f0bc41943fd5889df534', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key5', N'key5', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7385227a4808fc98d10b743843d4d2dd', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'update_by', N'职务', N'String', NULL, N'4', N'0', N'3', N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922658807808', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N's_lot_no', N's_lot_no', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922667196416', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N's_cust_po_no', N's_cust_po_no', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922675585024', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N's_item_code', N's_item_code', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922679779328', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N's_full_name', N's_full_name', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922683973632', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N'modelcolor', N'modelcolor', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922692362240', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N's_size_name', N's_size_name', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922696556544', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N'd_delivery_date', N'd_delivery_date', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922700750848', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N'string_agg', N'string_agg', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922704945152', N'15629196826', N'2022-11-18 16:58:18.0000000', NULL, NULL, N'753507922642030592', N'b_kit', N'b_kit', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922709139456', N'15629196826', N'2022-11-18 16:58:19.0000000', NULL, NULL, N'753507922642030592', N'i_qty', N'i_qty', N'String', NULL, N'9', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753507922717528064', N'15629196826', N'2022-11-18 16:58:19.0000000', NULL, NULL, N'753507922642030592', N's_cover_img_url', N's_cover_img_url', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139776954368', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N'suit_item_code', N'suit_item_code', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139785342976', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N'suit_full_name', N'suit_full_name', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139793731584', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N's_item_code', N's_item_code', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139797925888', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N's_full_name', N's_full_name', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139802120192', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N's_size_name', N's_size_name', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753508139810508800', N'15629196826', N'2022-11-18 16:59:10.0000000', NULL, NULL, N'753508139764371456', N'n_match_qty', N'n_match_qty', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'753fab383500780326eaa13d74a95608', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'sex', N'sex', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'768fb670937ab4aadde39842df36bfd3', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'cprice', N'cprice', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7815e386102c287fec235b63ec20cde1', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'currentdi', N'currentdi', N'String', NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'783a66d9b87959f01a0d4dc94e343a91', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'department', N'department', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7a198aa1b0794da0c9d1e550bd9811e7', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7c8c9313bad1cecce554fef8f0f5cfa6', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'tuition_09', N'tuition_09', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7d41c31044a2583ea2d44388a210e08b', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'education_experience', N'education_experience', NULL, NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7e9695bbe3ad7471095b90c420cf12b5', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'rk', N'rk', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7e97de03f85c61796b5f80b7d0534a86', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'sex', N'sex', N'String', NULL, N'5', N'0', NULL, N'', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7f4d0bd12990b9921fa434694da7c07a', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key4', N'key4', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7ff0f99b85ec60379c6663cf97bfef78', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'82c54001881024066a851ebd8b3206be', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'update_by', N'职务', N'String', NULL, N'4', N'1', N'3', N'zhiwu', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980213514240', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'id', N'id', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980234485760', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'code', N'code', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980242874368', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'name', N'name', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980255457280', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'note', N'note', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980268040192', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'status', N'status', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980276428800', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'type', N'type', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980284817408', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'json_str', N'json_str', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980297400320', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'api_url', N'api_url', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980305788928', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'thumb', N'thumb', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980318371840', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'create_by', N'create_by', N'String', NULL, N'9', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980326760448', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'create_time', N'create_time', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980339343360', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'update_by', N'update_by', N'String', NULL, N'11', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980347731968', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'update_time', N'update_time', N'String', NULL, N'12', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980356120576', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'del_flag', N'del_flag', N'String', NULL, N'13', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980368703488', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'api_method', N'api_method', N'String', NULL, N'14', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980377092096', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'api_code', N'api_code', N'String', NULL, N'15', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980389675008', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'template', N'template', N'String', NULL, N'16', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980398063616', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'view_count', N'view_count', N'String', NULL, N'17', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980406452224', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'css_str', N'css_str', N'String', NULL, N'18', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980419035136', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'js_str', N'js_str', N'String', NULL, N'19', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850276980477755392', N'admin', N'2023-08-12 17:44:00.0000000', NULL, NULL, N'850276980138016768', N'tenant_id', N'tenant_id', N'String', NULL, N'20', NULL, NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907733487616', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'department', N'department', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907758653440', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'education', N'education', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907779624960', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'sex', N'sex', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907804790784', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'age', N'age', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907829956608', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907846733824', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'salary', N'salary', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850315907859316736', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'850315907695738880', N'tm', N'tm', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850318855150600192', N'admin', N'2023-08-21 09:31:20.0000000', NULL, NULL, N'850318855133822976', N'diqu', N'diqu', N'String', NULL, N'0', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850318855163183104', N'admin', N'2023-08-21 09:31:20.0000000', NULL, NULL, N'850318855133822976', N'class', N'class', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850318855171571712', N'admin', N'2023-08-21 09:31:20.0000000', NULL, NULL, N'850318855133822976', N'year', N'year', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850318855179960320', N'admin', N'2023-08-21 09:31:20.0000000', NULL, NULL, N'850318855133822976', N'mouth', N'mouth', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850318855192543232', N'admin', N'2023-08-21 09:31:20.0000000', NULL, NULL, N'850318855133822976', N'sales', N'sales', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850709188724228096', N'admin', N'2023-08-13 22:21:26.0000000', NULL, NULL, N'850709188669702144', N'create_time', N'create_time', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850709188766171136', N'admin', N'2023-08-13 22:21:26.0000000', NULL, NULL, N'850709188669702144', N'num', N'num', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850709188782948352', N'admin', N'2023-08-13 22:21:26.0000000', NULL, NULL, N'850709188669702144', N'lower', N'lower', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850709188808114176', N'admin', N'2023-08-13 22:21:26.0000000', NULL, NULL, N'850709188669702144', N'upper', N'upper', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991046283264', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'id', N'id', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991084032000', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'name', N'name', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991100809216', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'gtime', N'gtime', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991117586432', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'update_by', N'update_by', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991130169344', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'jphone', N'jphone', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991146946560', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'birth', N'birth', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991159529472', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'hukou', N'hukou', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991176306688', N'admin', N'2023-08-14 13:54:27.0000000', NULL, NULL, N'850943991000145920', N'laddress', N'laddress', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991197278208', N'admin', N'2023-08-14 13:54:28.0000000', NULL, NULL, N'850943991000145920', N'jperson', N'jperson', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991214055424', N'admin', N'2023-08-14 13:54:28.0000000', NULL, NULL, N'850943991000145920', N'sex', N'sex', N'String', NULL, N'9', NULL, NULL, N'sex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991226638336', N'admin', N'2023-08-14 13:54:28.0000000', NULL, NULL, N'850943991000145920', N'age', N'age', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'850943991243415552', N'admin', N'2023-08-14 13:54:28.0000000', NULL, NULL, N'850943991000145920', N'type', N'type', N'String', NULL, N'11', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414333962592256', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'ctotal', N'ctotal', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334004535296', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'cname', N'cname', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334025506816', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'cprice', N'cprice', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334046478336', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'riqi', N'riqi', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334059061248', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'id', N'id', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334071644160', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'dtotal', N'dtotal', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334084227072', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'tp', N'tp', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334092615680', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'ztotal', N'ztotal', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'853414334105198592', N'admin', N'2023-08-21 09:30:55.0000000', NULL, NULL, N'853414333878706176', N'cnum', N'cnum', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286972987940864', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'id', N'id', N'String', NULL, N'0', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973008912384', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'dict_name', N'dict_name', N'String', NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973013106688', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'dict_code', N'dict_code', N'String', NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973021495296', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'description', N'description', N'String', NULL, N'3', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973029883904', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'del_flag', N'del_flag', N'String', NULL, N'4', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973034078208', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'create_by', N'create_by', N'String', NULL, N'5', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973042466816', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'create_time', N'create_time', N'String', NULL, N'6', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973046661120', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'update_by', N'update_by', N'String', NULL, N'7', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973055049728', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'update_time', N'update_time', N'String', NULL, N'8', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973059244032', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'type', N'type', N'String', NULL, N'9', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'859286973067632640', N'admin', N'2023-09-06 14:26:29.0000000', NULL, NULL, N'859286972912443392', N'tenant_id', N'tenant_id', N'String', NULL, N'10', NULL, NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240437116928', N'admin', N'2020-12-02 18:35:49.0000000', NULL, NULL, N'864668240407756800', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240474865664', N'admin', N'2020-12-02 18:35:49.0000000', NULL, NULL, N'864668240407756800', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240508420096', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240521003008', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'sj', N'sj', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240537780224', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240546168832', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'je', N'je', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240550363136', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'jg', N'jg', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240558751744', N'admin', N'2020-12-02 20:07:54.0000000', NULL, NULL, N'864668240495837184', N'jl', N'jl', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240592306176', N'admin', N'2020-12-07 19:31:59.0000000', NULL, NULL, N'864668240575528960', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'864668240600694784', N'admin', N'2020-12-07 19:31:59.0000000', NULL, NULL, N'864668240575528960', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415273541632', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'department', N'department', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415361622016', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'education', N'education', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415382593536', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'sex', N'sex', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415407759360', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'age', N'age', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415428730880', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415445508096', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'salary', N'salary', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865474415462285312', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'865474415198044160', N'tm', N'tm', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'87cc9e7fa983cf67d7cb82582a5c4201', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'tm', N'tm', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'89745ede255d0fb57ed840191e54194c', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'nation', N'nation', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'89a5844dc1b1c0976d455bdffc24948a', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'class', N'class', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8aca97602f1a75f10b4ffaa63215b23e', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8bc9239f84644cb23c2cf1e550c8ce78', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'tuition_10', N'tuition_10', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8c70d367f8332f43aa69007383d1e64f', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key2', N'key2', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8c74ca4632d6c61b3f3390a12a122430', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key1', N'key1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8e39d42a7fad183fe75ce1a56f148db1', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'bianma', N'bianma', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'905a5b9fb7b2c8bb1318ff9240161f1b', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'ncnum', N'ncnum', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'90807f97e2beaaf889fef949a63ece56', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'917a991f020768ccefeb0b0c045a9013', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'salary', N'salary', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'91f30a83a6a7f4894b52a83de83f84d6', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'nation', N'nation', NULL, NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'92355d34508384aaaf278973013569fd', N'admin', N'2023-08-12 17:17:13.0000000', NULL, NULL, N'c73e1f3325b926081641d918921d2bcd', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9249dd5b8dca523a0013fc2620aaa6a2', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'age', N'年龄', N'number', NULL, N'11', N'1', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9276e22e051ecc06c562693f197fda51', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'93be5d8f4c50973898c17eb8634fc86f', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'dtotal', N'dtotal', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9442a7c3033cb54c0b75acb9fbe03096', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'94b34fe50ea68945bbcf65a26766ec18', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'97bc5144419c68a4a21986ab2e1e539e', NULL, N'2021-02-02 16:19:03.0000000', NULL, NULL, N'a98ee8179bef12f8fa2e0f9f3237fb83', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9897c44836be95ebace00f8f849341c2', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'city', N'city', N'String', NULL, N'0', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'98aae882509c852c28d75c93935e38ed', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'ldate', N'ldate', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9b28d8d472973bc271e7fdd38c4b239d', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'create_by', N'create_by', NULL, NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9c3a5463968657e7cd57a2a9f60fbe27', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'entrytime', N'entrytime', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d3ed54d9834cdcb167bed97d2d2edad', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'type', N'type', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d4829028207d460e21af80b7ded7bd8', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'num', N'num', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9dcf91b895dbc139ea3cc82b01991b3d', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'education', N'education', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9e991a697958560f04a03c8cec937fd9', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'fname', N'fname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9f570992770d214c22807e53a9e2fb59', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'health', N'health', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a0320956d840e2683eb496ddceae7e1d', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a060ad08ad31e19da9cf20ac1331dd9f', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'percent', N'percent', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a1872c3736cc2f24ab2ebb30cc518897', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'height', N'height', NULL, NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a1996abd6f735b1191e179936668efbb', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'9a8f0f16cf42380df58cda0171a56c0c', N'sex', N'sex', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a2e680c356e712b43343d589539da011', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a34e6049660fba6c270a831f3a0a8ce0', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language', N'foreign_language', NULL, NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a3e4c862492d135c94e8f5b538b58af0', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a3f22d3ca94671f46793beffd400da77', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a4fd6df1bd0a94973078d9246814cf75', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'sld', N'sld', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a5124f3d126c3c74dfdc7e34d5e31c49', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'paytime', N'paytime', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a6e61f78a600c6affcd7e3fc3fcc52ab', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'key6', N'key6', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a8a47e5dce230a25e0fedce2a6e62f8f', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'hobby', N'hobby', N'String', NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aaef28e907ba8e95b45e7f98e3d6a421', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'hukoustreet', N'hukoustreet', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ac4e09af9ee975728d90a978d85dea80', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad477754b01fc7b37b4cc6c7704d0177', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'school', N'school', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'afa17ee1e478db69bd6401fd4aca2c81', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b0fae8440d6b8b8c92c30b758d463c4c', N'admin', N'2022-12-08 21:31:48.0000000', NULL, NULL, N'523d56e4aec77509385b8b2da61ceeb2', N'mouth', N'mouth', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b4bad40d9367d8adf83e12e337a571e7', NULL, N'2021-02-02 16:19:03.0000000', NULL, NULL, N'a98ee8179bef12f8fa2e0f9f3237fb83', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b56dd61580d5539a062363e4b7947cc3', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'education', N'education', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b56f9a69152594fbb535098c7dc04874', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'hysr', N'hysr', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b93aa09ff2d6679e17ce790caa3eccc1', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'major', N'major', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'be63228c3947a1cceb7d1663741f78a0', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'id', N'id', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bf375f71bb75e58c362d02cb55b0d5c0', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'knum', N'knum', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c21eca66f1c3c47f4b44ed53864f4bb3', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'archivesdi', N'archivesdi', N'String', NULL, N'34', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c357b23ae68c0ee6c9dab322507dce0b', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jdate', N'jdate', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c548a3787df033b795c0a88912e53ae4', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'sf3', N'sf3', N'String', NULL, N'17', N'0', NULL, N'ttype', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c7946e89cbb5c5daabfb233eb430a6a4', NULL, N'2021-02-21 10:06:35.0000000', NULL, NULL, N'b0f04c0f50a659f99c8aebe6efb93682', N'department', N'department', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c853f446c62b9fb57fd70752ffe33267', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'weight', N'weight', NULL, NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c8b341d3b243b23b59408719bbbe132a', N'admin', N'2021-07-31 13:25:44.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'sex', N'性别', N'String', NULL, N'10', N'1', N'1', N'https://bootapi.jeecg.com/jmreport/test/getDictSex', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c8d1276d19bdd946e9fc18b83aacda15', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'cname', N'cname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c92b5b9d8e339bfdc0e52da2a9526c17', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'age', N'年龄', N'number', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c94d0f59c747f92d98c750f17be0d2a9', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'hukoudi', N'hukoudi', N'String', NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c9ed021cfd9f6587830b737bbce25cc9', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'name', N'姓名', N'string', NULL, N'2', N'1', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ca7f7b55c0cbe3ff55a6a2d86a0aaacc', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'sf1', N'sf1', N'String', NULL, N'15', N'0', NULL, N'ttype', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cc1c840fbc2176bdadab32bf73405d94', N'admin', N'2022-12-08 21:31:48.0000000', NULL, NULL, N'523d56e4aec77509385b8b2da61ceeb2', N'diqu', N'diqu', N'String', NULL, N'0', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cd99cbbd602360ca36ba27e7e0feb761', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'zhuzhi', N'zhuzhi', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ce5197dc7da064a550ff8878f911fb23', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'political', N'political', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cf9a6957655f484e4dadd55ea8ce67ee', N'admin', N'2022-12-08 21:31:48.0000000', NULL, NULL, N'523d56e4aec77509385b8b2da61ceeb2', N'class', N'class', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cfdc06f08db2ebf73047bda538bd026b', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'party', N'party', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd266ab44988a8dcf47f5eebc175a6414', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'mailbox', N'mailbox', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd29e761bd66d4b6a179aa57914ee2b48', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'post', N'post', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd3fce831a42382fdca1dfad15e40fc2d', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd44cb230acf10bc2a4c84e189bca36ac', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'school', N'school', NULL, NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd5703c01f4b316f0553219cda0e77c6f', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'idcard', N'idcard', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd65c28b9b48115811cf05bb43546a478', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'busfee_10', N'busfee_10', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd81062c033b221d0cb5d0cd3d7058951', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'cnum', N'cnum', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd8e2c744c491313c5d37cb084e2fafb3', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'graduation_time', N'graduation_time', NULL, NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd95a89b3d8f35d77fa812dbf5b466e37', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'cdata', N'cdata', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd980c472733fe25951d694c55ffdfb8f', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'pay1', N'pay1', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ddffbac726fe4c0e4f3dea040f5dea49', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'yren', N'yren', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dff48c8c2758461da061340db0c33799', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'bz', N'bz', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e250a4146cb73a6bb397da03f5365b5b', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'address', N'address', NULL, NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e5ed9166ad04240f7c97e5b7ac7f541b', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'gtime', N'雇佣时间', N'datetime', NULL, N'3', N'0', N'2', NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e5f31ee77c3d92d6f3c99f785774987a', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'office', N'office', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e6b745b9a2045b25ca44dcaf0aa35bdd', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'ztotal', N'ztotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e6ce800db7f82b560e9dd262f3b7c9f7', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'work_experience', N'work_experience', NULL, NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ed4eeb04c3bcc12dee28eb2689e00b35', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'children', N'children', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ed71f103e495e04d1cb67c7a3e912015', NULL, N'2021-02-04 09:44:09.0000000', NULL, NULL, N'1283730831482937345', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ef2f72d5f1ae8433b0e7fc1eee7431b3', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'dizhi', N'dizhi', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ef88e447c771542205c1c45a65e7c665', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'sex', N'sex', N'String', NULL, N'2', N'0', NULL, N'sex1', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'efa59b2ee351dd7adea039d0a3830d7d', NULL, N'2021-01-28 16:18:05.0000000', NULL, NULL, N'44a261c2dcaaaaea51c18378e46ba5b9', N'shiqing', N'shiqing', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f008a313946819da0de21183ab686383', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'name', N'name', NULL, NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f110f1f947e0f895b552f7edd133a60a', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'1289140698221678593', N'ctotal', N'ctotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f1661d16815915f635fade1c25f59ad0', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'email', N'email', NULL, NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f1eca693795c9aa8824f2f4fb584f9f5', NULL, N'2021-02-02 18:08:24.0000000', NULL, NULL, N'87a440b35fd656844484774c66a7370c', N'scard', N'scard', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f290709d2b0e25c77d5a47de48088788', N'ajun007_cn', N'2021-07-15 16:25:25.0000000', NULL, NULL, N'1334708015269490689', N'payclass', N'payclass', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f316a89771e1865b9a16caf362da623a', N'admin', N'2021-07-31 13:25:30.0000000', NULL, NULL, N'361b59d77f2332c66f013160d71cebfe', N'birth', N'出生日期', N'datetime', NULL, N'6', N'1', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f77f2f6ec2b716c47ad0fd12ef490a63', NULL, N'2021-01-26 14:51:12.0000000', NULL, NULL, N'a900c843827dd08339a643aa0cf4305f', N'ctotal', N'ctotal', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f7a2f0d0eb3123f66d8dded724890361', NULL, N'2021-02-02 17:15:44.0000000', NULL, NULL, N'd7d5ac3cc4e6ee4e42752176774e6ef0', N'sr', N'sr', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f85c230930e9535ae4a8d9aa992a542d', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'marital', N'marital', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f984ef26fe0a505b279a0e4a3b27201f', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'shijian', N'shijian', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fac871f69237c6c25abe8c4332eabcbf', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'lingdao', N'lingdao', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fc8e0a31b222951304562b0b7b5cdb4a', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'del_flag', N'del_flag', NULL, NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fd478a2cfbfb57924f9712731ff7167e', N'admin', N'2021-07-31 13:27:27.0000000', NULL, NULL, N'f2e0f5cbc64aa1e676ac1291203ff7c8', N'name', N'姓名', N'string', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fe199c4adf941a13b14bbbdc47f50f7e', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'1316997232402231298', N'id_card', N'id_card', NULL, NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'feeafe4f944ae939a39a3d76d0400191', NULL, N'2021-01-15 15:42:03.0000000', NULL, NULL, N'1316987047604514817', N'providentfund', N'providentfund', N'String', NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_report_db_param +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_param]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_db_param] +GO + +CREATE TABLE [dbo].[jimu_report_db_param] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [jimu_report_head_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [param_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [param_txt] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [param_value] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, + [order_num] int NULL, + [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [search_flag] int NULL, + [widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [search_mode] int NULL, + [dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_db_param] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'动态报表ID', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'jimu_report_head_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数字段', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'param_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数文本', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'param_txt' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数默认值', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'param_value' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'排序', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'order_num' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新人登录名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'更新日期', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询标识0否1是 默认0', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'search_flag' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询控件类型', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'widget_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询模式1简单2范围', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'search_mode' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'字典', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'dict_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'查询时间格式化表达式', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'search_format' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数配置', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_db_param', +'COLUMN', N'ext_json' +GO + + +-- ---------------------------- +-- Records of jimu_report_db_param +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'11b2c5f0cabc37ede820a8ee959f7601', N'1316997232402231298', N'id', N'id', N'112', N'1', N'admin', N'2023-08-12 17:16:00.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1335820572323557378', N'1289140698221678593', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-12-07 13:36:57.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1335820572327751682', N'1289140698221678593', N'pageSize', N'pageSize', N'20', N'2', NULL, N'2020-12-07 13:36:57.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'137ac9fe9fdf7792a4091bfa9dc1edc4', N'b0f04c0f50a659f99c8aebe6efb93682', N'pageSize', N'pageSize', N'20', N'1', NULL, N'2021-01-27 14:19:52.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'173c869cc45b683a9cfe25826110cead', N'1272834687525482497', N'id', N'id', N'1', N'1', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'266cc33571153c92a92cbac84819aa34', N'9a8f0f16cf42380df58cda0171a56c0c', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3a9efc51a6b6723d5a0ddf109aacb2b5', N'1288038655293661186', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3b39ec63b790f0bd4deea3797ac84695', N'1272834687525482497', N'bnum', N'bnum', N'', N'2', N'admin', N'2022-12-08 15:49:50.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'537518394648645632', N'537518066347888640', N'did', N'did', N'1', N'1', N'admin', N'2021-04-01 16:33:02.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'537518583438462976', N'537516331080437760', N'did', N'did', N'1', N'1', N'admin', N'2021-04-01 16:36:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'537522718485336064', N'537522718405644288', N'update_by', N'update_by', N'1', N'1', N'admin', N'2021-07-31 13:26:51.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'542202807013691392', N'542187081431339008', N'type', N'type', N'张三', N'1', N'admin', N'2021-11-24 11:40:49.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'542212270735052800', N'542212079118274560', N'type', N'type', N'张三', N'1', N'admin', N'2021-04-16 16:53:48.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'542961954726432768', N'542961954638352384', N'type', N'type', N'张三', N'1', N'admin', N'2021-04-16 17:04:17.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'57165a6fe5f2b700d4ef19518de4defd', N'1290104038414721025', N'id', N'id', N'1', N'1', N'admin', N'2021-07-31 13:21:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'592972587416768512', N'592972587332882432', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2021-09-01 17:09:55.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'592972587429351424', N'592972587332882432', N'pageSize', N'pageSize', N'10', N'2', N'admin', N'2021-09-01 17:09:55.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7569e95c1fa73d5438aceb19c1b85ef0', N'1288038655293661186', N'pageSize', N'pageSize', N'20', N'2', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7cbf49fdc9f006859b3b3e1d0af77744', N'a900c843827dd08339a643aa0cf4305f', N'riqi', N'riqi', N'', N'2', NULL, N'2021-03-10 09:54:22.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'850315907880288256', N'850315907695738880', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'850315907905454080', N'850315907695738880', N'pageSize', N'pageSize', N'1000', N'2', N'admin', N'2023-08-12 22:51:28.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'865474415500034048', N'865474415198044160', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'865474415546171392', N'865474415198044160', N'pageSize', N'pageSize', N'1000', N'2', N'admin', N'2023-09-23 16:13:11.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'b6823e350f6b9804c4b664f1c444b1c3', N'a900c843827dd08339a643aa0cf4305f', N'cname', N'cname', N'', N'1', NULL, N'2021-03-10 09:54:22.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'c6e76772e046f00b884aacc98464c2b3', N'1298923644105265153', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-31 13:57:53.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'ee0d4f380139c3a8212b70e9ccd1f44a', N'9a8f0f16cf42380df58cda0171a56c0c', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2021-03-09 14:20:07.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'f3ebfc726b842ca939489da4cd8eb70a', N'b0f04c0f50a659f99c8aebe6efb93682', N'pageNo', N'pageNo', N'1', N'2', NULL, N'2021-01-27 14:19:52.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'fc6a4ddf24444382416779b70e69b3b0', N'1298923644105265153', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-31 13:57:53.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_report_link +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_link]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_link] +GO + +CREATE TABLE [dbo].[jimu_report_link] ( + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [parameter] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [eject_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [link_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [api_method] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [link_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [api_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, + [link_chart_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [expression] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [requirement] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_link] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'积木设计器id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'report_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'参数', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'parameter' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'弹出方式(0 当前页面 1 新窗口)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'eject_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'链接名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'link_name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'请求方法0-get,1-post', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'api_method' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'链接方式(0 网络报表 1 网络连接 2 图表联动)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'link_type' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'外网api', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'api_url' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'联动图表的ID', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'link_chart_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'表达式', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'expression' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'条件', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link', +'COLUMN', N'requirement' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'超链接配置表', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_link' +GO + + +-- ---------------------------- +-- Records of jimu_report_link +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_link] ([id], [report_id], [parameter], [eject_type], [link_name], [api_method], [link_type], [api_url], [link_chart_id], [expression], [requirement]) VALUES (N'674518270334029824', N'542152544408129536', N'[{"paramName":"type","paramValue":"name","index":1}]', NULL, N'每月订单金额', NULL, N'2', NULL, N'4gWTCuSf3N2pRy9U', NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_link] ([id], [report_id], [parameter], [eject_type], [link_name], [api_method], [link_type], [api_url], [link_chart_id], [expression], [requirement]) VALUES (N'674518340370518016', N'542152544408129536', N'[{"paramName":"type","paramValue":"name","index":1}]', NULL, N'每月回款', NULL, N'2', NULL, N'qQlQ7dUI2ZjnSQoJ', NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_link] ([id], [report_id], [parameter], [eject_type], [link_name], [api_method], [link_type], [api_url], [link_chart_id], [expression], [requirement]) VALUES (N'674518410377646080', N'542152544408129536', N'[{"paramName":"type","paramValue":"name","index":1}]', NULL, N'客户资源占比', NULL, N'2', NULL, N'j6KqrKiUx01j0GbR', NULL, N'') +GO + +INSERT INTO [dbo].[jimu_report_link] ([id], [report_id], [parameter], [eject_type], [link_name], [api_method], [link_type], [api_url], [link_chart_id], [expression], [requirement]) VALUES (N'845811279070580736', N'537521675550674944', N'[{"paramName":"update_by","paramValue":"update_by","index":1,"dbCode":"pop","fieldName":"update_by"}]', NULL, N'员工基本信息', NULL, N'2', NULL, N'mfVOveSMUgcmPLZH', NULL, N'') +GO + + +-- ---------------------------- +-- Table structure for jimu_report_map +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_map]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_map] +GO + +CREATE TABLE [dbo].[jimu_report_map] ( + [id] nvarchar(64) COLLATE Chinese_PRC_CI_AS NOT NULL, + [label] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, + [name] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, + [data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_map] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'地图名称', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'label' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'地图编码', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'地图数据', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'data' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改人', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'0表示未删除,1表示删除', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'del_flag' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'所属部门', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map', +'COLUMN', N'sys_org_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'地图配置表', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_map' +GO + + +-- ---------------------------- +-- Records of jimu_report_map +-- ---------------------------- +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1235103352843448322', N'中国地图(大屏默认)', N'CHINA', N'{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 110000, + "name": "北京市", + "center": [ + 116.405285, + 39.904989 + ], + "centroid": [ + 116.41989, + 40.189913 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 0, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.210024, + 40.082262 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102851, + 40.073563 + ], + [ + 116.999989, + 40.030053 + ], + [ + 116.927924, + 40.054788 + ], + [ + 116.783794, + 40.035093 + ], + [ + 116.757925, + 39.968176 + ], + [ + 116.786874, + 39.886963 + ], + [ + 116.926076, + 39.835524 + ], + [ + 116.949482, + 39.778529 + ], + [ + 116.902055, + 39.763813 + ], + [ + 116.90575, + 39.687883 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.607636, + 39.619705 + ], + [ + 116.524484, + 39.596657 + ], + [ + 116.440716, + 39.527466 + ], + [ + 116.433325, + 39.44296 + ], + [ + 116.332927, + 39.457744 + ], + [ + 116.245464, + 39.515466 + ], + [ + 116.204196, + 39.588819 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.10195, + 39.576368 + ], + [ + 115.957204, + 39.561147 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.586408, + 39.58928 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.567314, + 39.816224 + ], + [ + 115.514344, + 39.837821 + ], + [ + 115.522967, + 39.898898 + ], + [ + 115.426264, + 39.95029 + ], + [ + 115.454597, + 40.029595 + ], + [ + 115.599343, + 40.11979 + ], + [ + 115.73485, + 40.129398 + ], + [ + 115.773038, + 40.176044 + ], + [ + 115.85311, + 40.148609 + ], + [ + 115.89869, + 40.234536 + ], + [ + 115.968907, + 40.264219 + ], + [ + 115.9184, + 40.354103 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.779197, + 40.442501 + ], + [ + 115.755792, + 40.540333 + ], + [ + 115.907929, + 40.617133 + ], + [ + 116.005247, + 40.58397 + ], + [ + 116.088399, + 40.62667 + ], + [ + 116.22021, + 40.744181 + ], + [ + 116.247311, + 40.791762 + ], + [ + 116.464738, + 40.771827 + ], + [ + 116.334159, + 40.90446 + ], + [ + 116.473977, + 40.895867 + ], + [ + 116.455499, + 40.98084 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.599013, + 40.974516 + ], + [ + 116.615643, + 41.053072 + ], + [ + 116.688324, + 41.044499 + ], + [ + 116.677853, + 40.970902 + ], + [ + 116.730208, + 40.897676 + ], + [ + 116.858323, + 40.833423 + ], + [ + 116.964881, + 40.70972 + ], + [ + 117.110858, + 40.70836 + ], + [ + 117.286401, + 40.660719 + ], + [ + 117.386799, + 40.684317 + ], + [ + 117.49582, + 40.674334 + ], + [ + 117.389879, + 40.5617 + ], + [ + 117.344299, + 40.582152 + ], + [ + 117.213104, + 40.512136 + ], + [ + 117.225423, + 40.369148 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.389879, + 40.228141 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.344299, + 40.13443 + ], + [ + 117.210024, + 40.082262 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 120000, + "name": "天津市", + "center": [ + 117.190182, + 39.125596 + ], + "centroid": [ + 117.351154, + 39.28914 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 1, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.210024, + 40.082262 + ], + [ + 117.344299, + 40.13443 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.173301 + ], + [ + 117.367089, + 40.172844 + ], + [ + 117.367089, + 40.172387 + ], + [ + 117.389879, + 40.228141 + ], + [ + 117.450857, + 40.252347 + ], + [ + 117.571581, + 40.21809 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.782232, + 39.968634 + ], + [ + 117.614697, + 39.972303 + ], + [ + 117.589443, + 39.997059 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.57774, + 39.727009 + ], + [ + 117.644262, + 39.702155 + ], + [ + 117.66274, + 39.636295 + ], + [ + 117.619008, + 39.603111 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.74774, + 39.58928 + ], + [ + 117.866, + 39.596657 + ], + [ + 117.933753, + 39.574062 + ], + [ + 117.870311, + 39.454972 + ], + [ + 117.846906, + 39.328274 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.982412, + 39.298647 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.037231, + 39.220353 + ], + [ + 117.871543, + 39.122479 + ], + [ + 117.837667, + 39.056999 + ], + [ + 117.855529, + 38.957502 + ], + [ + 117.898029, + 38.948661 + ], + [ + 117.847522, + 38.855535 + ], + [ + 117.778536, + 38.869046 + ], + [ + 117.64611, + 38.828972 + ], + [ + 117.646725, + 38.788875 + ], + [ + 117.740964, + 38.753888 + ], + [ + 117.729261, + 38.680127 + ], + [ + 117.639334, + 38.62686 + ], + [ + 117.47919, + 38.617043 + ], + [ + 117.39419, + 38.573553 + ], + [ + 117.252524, + 38.556711 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.097924, + 38.587118 + ], + [ + 117.042489, + 38.706279 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.877417, + 38.680594 + ], + [ + 116.858939, + 38.741289 + ], + [ + 116.766548, + 38.742222 + ], + [ + 116.737599, + 38.784677 + ], + [ + 116.708034, + 38.931907 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.892816, + 39.224061 + ], + [ + 116.870642, + 39.357426 + ], + [ + 116.796113, + 39.446656 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.90575, + 39.687883 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.983975, + 39.63906 + ], + [ + 117.126873, + 39.61694 + ], + [ + 117.177996, + 39.64551 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.205713, + 39.763813 + ], + [ + 117.156438, + 39.817603 + ], + [ + 117.229735, + 39.852981 + ], + [ + 117.152126, + 39.878239 + ], + [ + 117.150894, + 39.944785 + ], + [ + 117.198322, + 39.992933 + ], + [ + 117.210024, + 40.082262 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130000, + "name": "河北省", + "center": [ + 114.502461, + 38.045474 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 2, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.389879, + 40.228141 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.309807, + 40.279284 + ], + [ + 117.309191, + 40.279284 + ], + [ + 117.225423, + 40.369148 + ], + [ + 117.213104, + 40.512136 + ], + [ + 117.344299, + 40.582152 + ], + [ + 117.389879, + 40.5617 + ], + [ + 117.49582, + 40.674334 + ], + [ + 117.386799, + 40.684317 + ], + [ + 117.286401, + 40.660719 + ], + [ + 117.110858, + 40.70836 + ], + [ + 116.964881, + 40.70972 + ], + [ + 116.858323, + 40.833423 + ], + [ + 116.730208, + 40.897676 + ], + [ + 116.677853, + 40.970902 + ], + [ + 116.688324, + 41.044499 + ], + [ + 116.615643, + 41.053072 + ], + [ + 116.599013, + 40.974516 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.519557, + 40.981292 + ], + [ + 116.455499, + 40.98084 + ], + [ + 116.473977, + 40.895867 + ], + [ + 116.334159, + 40.90446 + ], + [ + 116.464738, + 40.771827 + ], + [ + 116.247311, + 40.791762 + ], + [ + 116.22021, + 40.744181 + ], + [ + 116.088399, + 40.62667 + ], + [ + 116.005247, + 40.58397 + ], + [ + 115.907929, + 40.617133 + ], + [ + 115.755792, + 40.540333 + ], + [ + 115.779197, + 40.442501 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.861733, + 40.364589 + ], + [ + 115.9184, + 40.354103 + ], + [ + 115.968907, + 40.264219 + ], + [ + 115.89869, + 40.234536 + ], + [ + 115.85311, + 40.148609 + ], + [ + 115.773038, + 40.176044 + ], + [ + 115.73485, + 40.129398 + ], + [ + 115.599343, + 40.11979 + ], + [ + 115.454597, + 40.029595 + ], + [ + 115.426264, + 39.95029 + ], + [ + 115.522967, + 39.898898 + ], + [ + 115.514344, + 39.837821 + ], + [ + 115.567314, + 39.816224 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.443511, + 39.785426 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.498945, + 39.69617 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.478619, + 39.650578 + ], + [ + 115.586408, + 39.58928 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.69543, + 39.579135 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.698509, + 39.577751 + ], + [ + 115.699125, + 39.577751 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.716988, + 39.560225 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.55146 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.721299, + 39.543617 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.723763, + 39.544539 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.737314, + 39.544078 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.738545, + 39.539925 + ], + [ + 115.738545, + 39.539464 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.752712, + 39.512696 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.821081, + 39.517312 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.846951, + 39.550999 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.855574, + 39.554689 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.910393, + 39.600345 + ], + [ + 115.957204, + 39.561147 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.10195, + 39.576368 + ], + [ + 116.204196, + 39.588819 + ], + [ + 116.245464, + 39.515466 + ], + [ + 116.332927, + 39.457744 + ], + [ + 116.433325, + 39.44296 + ], + [ + 116.440716, + 39.527466 + ], + [ + 116.524484, + 39.596657 + ], + [ + 116.607636, + 39.619705 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.703106, + 39.588819 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.726512, + 39.595274 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.720969, + 39.599884 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.717273, + 39.603572 + ], + [ + 116.812128, + 39.616018 + ], + [ + 116.796113, + 39.446656 + ], + [ + 116.870642, + 39.357426 + ], + [ + 116.892816, + 39.224061 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.865714, + 39.155428 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.91191, + 39.111338 + ], + [ + 116.912526, + 39.110873 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.812744, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.783179, + 39.050959 + ], + [ + 116.708034, + 38.931907 + ], + [ + 116.737599, + 38.784677 + ], + [ + 116.766548, + 38.742222 + ], + [ + 116.858939, + 38.741289 + ], + [ + 116.877417, + 38.680594 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 116.950714, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.947634, + 38.689468 + ], + [ + 116.95133, + 38.689468 + ], + [ + 117.042489, + 38.706279 + ], + [ + 117.097924, + 38.587118 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.176764, + 38.617978 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.213104, + 38.639947 + ], + [ + 117.252524, + 38.556711 + ], + [ + 117.39419, + 38.573553 + ], + [ + 117.47919, + 38.617043 + ], + [ + 117.639334, + 38.62686 + ], + [ + 117.638102, + 38.545013 + ], + [ + 117.781, + 38.374004 + ], + [ + 117.937449, + 38.387606 + ], + [ + 117.895565, + 38.30173 + ], + [ + 117.808718, + 38.228445 + ], + [ + 117.771761, + 38.136734 + ], + [ + 117.70216, + 38.075529 + ], + [ + 117.5839, + 38.070819 + ], + [ + 117.513067, + 37.94353 + ], + [ + 117.438538, + 37.853823 + ], + [ + 117.34122, + 37.863271 + ], + [ + 117.267923, + 37.838704 + ], + [ + 117.093612, + 37.849571 + ], + [ + 117.023395, + 37.832561 + ], + [ + 116.788106, + 37.843429 + ], + [ + 116.724664, + 37.744139 + ], + [ + 116.433941, + 37.47349 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.337238, + 37.580255 + ], + [ + 116.291659, + 37.557966 + ], + [ + 116.27626, + 37.466841 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.226369, + 37.428365 + ], + [ + 116.2855, + 37.404604 + ], + [ + 116.236224, + 37.361816 + ], + [ + 116.169087, + 37.384164 + ], + [ + 116.051443, + 37.367998 + ], + [ + 115.984921, + 37.326616 + ], + [ + 115.969523, + 37.239497 + ], + [ + 115.909777, + 37.206622 + ], + [ + 115.868509, + 37.076414 + ], + [ + 115.776734, + 36.992829 + ], + [ + 115.79706, + 36.968931 + ], + [ + 115.71206, + 36.883313 + ], + [ + 115.683727, + 36.808139 + ], + [ + 115.479851, + 36.76022 + ], + [ + 115.365902, + 36.622043 + ], + [ + 115.283366, + 36.486505 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.366518, + 36.308793 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.312931, + 36.088137 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.064092, + 36.178985 + ], + [ + 114.996955, + 36.06831 + ], + [ + 114.914419, + 36.051865 + ], + [ + 114.912571, + 36.140339 + ], + [ + 114.591666, + 36.130192 + ], + [ + 114.345291, + 36.255738 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.060727, + 36.276482 + ], + [ + 114.055799, + 36.330005 + ], + [ + 113.982502, + 36.358921 + ], + [ + 113.911054, + 36.314578 + ], + [ + 113.881488, + 36.354102 + ], + [ + 113.819894, + 36.330969 + ], + [ + 113.731199, + 36.363257 + ], + [ + 113.708409, + 36.423461 + ], + [ + 113.554425, + 36.494682 + ], + [ + 113.588301, + 36.562955 + ], + [ + 113.476816, + 36.655171 + ], + [ + 113.499606, + 36.740564 + ], + [ + 113.680692, + 36.789933 + ], + [ + 113.696707, + 36.882356 + ], + [ + 113.773083, + 36.855072 + ], + [ + 113.76138, + 36.956022 + ], + [ + 113.791561, + 36.987572 + ], + [ + 113.758301, + 37.075459 + ], + [ + 113.773083, + 37.1518 + ], + [ + 113.832213, + 37.167536 + ], + [ + 113.90243, + 37.309962 + ], + [ + 114.014531, + 37.424564 + ], + [ + 114.036705, + 37.49438 + ], + [ + 114.123553, + 37.60159 + ], + [ + 114.12848, + 37.698231 + ], + [ + 113.993589, + 37.706752 + ], + [ + 114.044712, + 37.762116 + ], + [ + 113.976959, + 37.816965 + ], + [ + 113.951706, + 37.917573 + ], + [ + 113.872249, + 37.990228 + ], + [ + 113.876561, + 38.055273 + ], + [ + 113.810039, + 38.112729 + ], + [ + 113.825438, + 38.169199 + ], + [ + 113.720728, + 38.174843 + ], + [ + 113.711489, + 38.213873 + ], + [ + 113.570439, + 38.237375 + ], + [ + 113.525475, + 38.382916 + ], + [ + 113.583374, + 38.459793 + ], + [ + 113.561816, + 38.558115 + ], + [ + 113.612939, + 38.646022 + ], + [ + 113.70225, + 38.65163 + ], + [ + 113.720728, + 38.713283 + ], + [ + 113.839605, + 38.758554 + ], + [ + 113.855619, + 38.828972 + ], + [ + 113.776163, + 38.885814 + ], + [ + 113.76754, + 38.959828 + ], + [ + 113.898119, + 39.067684 + ], + [ + 114.050872, + 39.135939 + ], + [ + 114.10877, + 39.052352 + ], + [ + 114.345907, + 39.075116 + ], + [ + 114.388406, + 39.176767 + ], + [ + 114.47587, + 39.216181 + ], + [ + 114.416124, + 39.243063 + ], + [ + 114.480797, + 39.350023 + ], + [ + 114.470942, + 39.408759 + ], + [ + 114.568877, + 39.574062 + ], + [ + 114.408117, + 39.65196 + ], + [ + 114.395182, + 39.867218 + ], + [ + 114.225183, + 39.857114 + ], + [ + 114.17406, + 39.897521 + ], + [ + 114.047176, + 39.916339 + ], + [ + 114.021307, + 39.992017 + ], + [ + 113.910438, + 40.011725 + ], + [ + 113.956017, + 40.031428 + ], + [ + 113.989278, + 40.112469 + ], + [ + 114.044712, + 40.05662 + ], + [ + 114.101995, + 40.099655 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.235654, + 40.198442 + ], + [ + 114.255364, + 40.236363 + ], + [ + 114.46971, + 40.267872 + ], + [ + 114.530688, + 40.344983 + ], + [ + 114.446305, + 40.372795 + ], + [ + 114.31203, + 40.372795 + ], + [ + 114.267066, + 40.474369 + ], + [ + 114.283081, + 40.590785 + ], + [ + 114.209168, + 40.629848 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.044712, + 40.83116 + ], + [ + 114.073661, + 40.857412 + ], + [ + 113.973263, + 40.983099 + ], + [ + 113.819279, + 41.097726 + ], + [ + 113.920293, + 41.172081 + ], + [ + 113.996669, + 41.192345 + ], + [ + 113.927068, + 41.326829 + ], + [ + 113.94493, + 41.39105 + ], + [ + 113.871017, + 41.41349 + ], + [ + 113.930764, + 41.485693 + ], + [ + 114.100147, + 41.537218 + ], + [ + 114.230726, + 41.513477 + ], + [ + 114.203009, + 41.793334 + ], + [ + 114.34837, + 41.947049 + ], + [ + 114.510978, + 41.973299 + ], + [ + 114.466015, + 42.038656 + ], + [ + 114.510978, + 42.111047 + ], + [ + 114.765361, + 42.118593 + ], + [ + 114.828803, + 42.147434 + ], + [ + 114.9021, + 42.015544 + ], + [ + 114.922426, + 41.824999 + ], + [ + 114.866991, + 41.803147 + ], + [ + 114.899636, + 41.756299 + ], + [ + 114.895325, + 41.636567 + ], + [ + 114.862064, + 41.603915 + ], + [ + 115.0992, + 41.624045 + ], + [ + 115.252569, + 41.579303 + ], + [ + 115.376989, + 41.602126 + ], + [ + 115.319091, + 41.691546 + ], + [ + 115.654162, + 41.829011 + ], + [ + 115.811226, + 41.912328 + ], + [ + 115.916552, + 41.945269 + ], + [ + 116.016334, + 41.777273 + ], + [ + 116.09887, + 41.776381 + ], + [ + 116.122892, + 41.861995 + ], + [ + 116.194341, + 41.861995 + ], + [ + 116.233145, + 41.941263 + ], + [ + 116.310137, + 41.997316 + ], + [ + 116.409303, + 41.994203 + ], + [ + 116.386514, + 41.952389 + ], + [ + 116.510933, + 41.974189 + ], + [ + 116.560209, + 41.928356 + ], + [ + 116.727744, + 41.951054 + ], + [ + 116.879881, + 42.018211 + ], + [ + 116.890352, + 42.092846 + ], + [ + 116.789338, + 42.200202 + ], + [ + 116.907598, + 42.191337 + ], + [ + 116.886656, + 42.366641 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.995678, + 42.426734 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.412669, + 42.472649 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.43669, + 42.584205 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.687377, + 42.582884 + ], + [ + 117.779768, + 42.618558 + ], + [ + 117.874007, + 42.510151 + ], + [ + 118.019369, + 42.39537 + ], + [ + 118.060021, + 42.298083 + ], + [ + 117.977485, + 42.229892 + ], + [ + 118.109296, + 42.165176 + ], + [ + 118.097593, + 42.105277 + ], + [ + 118.155491, + 42.081301 + ], + [ + 118.119767, + 42.034656 + ], + [ + 118.194296, + 42.031545 + ], + [ + 118.212774, + 42.081301 + ], + [ + 118.297157, + 42.048876 + ], + [ + 118.237411, + 42.023101 + ], + [ + 118.313788, + 41.987977 + ], + [ + 118.268824, + 41.930136 + ], + [ + 118.340273, + 41.872688 + ], + [ + 118.29223, + 41.772811 + ], + [ + 118.165962, + 41.813405 + ], + [ + 118.130854, + 41.74246 + ], + [ + 118.214006, + 41.641933 + ], + [ + 118.230636, + 41.581989 + ], + [ + 118.307012, + 41.569008 + ], + [ + 118.271904, + 41.471349 + ], + [ + 118.348896, + 41.428296 + ], + [ + 118.35136, + 41.337163 + ], + [ + 118.519511, + 41.353783 + ], + [ + 118.677192, + 41.350639 + ], + [ + 118.741866, + 41.324133 + ], + [ + 118.843496, + 41.374439 + ], + [ + 118.890923, + 41.300764 + ], + [ + 118.96422, + 41.309303 + ], + [ + 119.197661, + 41.282781 + ], + [ + 119.239545, + 41.314696 + ], + [ + 119.2494, + 41.279634 + ], + [ + 119.126212, + 41.138744 + ], + [ + 119.037516, + 41.067509 + ], + [ + 118.96422, + 41.079236 + ], + [ + 118.951901, + 41.01832 + ], + [ + 119.013495, + 41.007485 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.90201, + 40.960963 + ], + [ + 118.849039, + 40.800821 + ], + [ + 118.911249, + 40.776811 + ], + [ + 119.054147, + 40.664804 + ], + [ + 119.184726, + 40.680233 + ], + [ + 119.162552, + 40.599872 + ], + [ + 119.30237, + 40.530329 + ], + [ + 119.571536, + 40.540333 + ], + [ + 119.598637, + 40.465266 + ], + [ + 119.586934, + 40.37553 + ], + [ + 119.642369, + 40.291151 + ], + [ + 119.625123, + 40.224029 + ], + [ + 119.745847, + 40.208038 + ], + [ + 119.736608, + 40.10469 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.854252, + 39.988349 + ], + [ + 119.791426, + 39.952124 + ], + [ + 119.540739, + 39.88834 + ], + [ + 119.536427, + 39.808871 + ], + [ + 119.466826, + 39.810709 + ], + [ + 119.357805, + 39.721946 + ], + [ + 119.269726, + 39.498385 + ], + [ + 119.314689, + 39.412457 + ], + [ + 119.190885, + 39.368528 + ], + [ + 119.096031, + 39.242136 + ], + [ + 118.948821, + 39.138259 + ], + [ + 118.955597, + 39.176303 + ], + [ + 118.76096, + 39.133618 + ], + [ + 118.637156, + 39.157284 + ], + [ + 118.533062, + 39.090907 + ], + [ + 118.604511, + 38.971458 + ], + [ + 118.491178, + 38.909097 + ], + [ + 118.377845, + 38.971923 + ], + [ + 118.366143, + 39.016101 + ], + [ + 118.225092, + 39.034694 + ], + [ + 118.120999, + 39.186043 + ], + [ + 118.037231, + 39.220353 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024912, + 39.292164 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.024296, + 39.289386 + ], + [ + 118.021833, + 39.287071 + ], + [ + 118.021833, + 39.287071 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.982412, + 39.298647 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.972557, + 39.312536 + ], + [ + 117.846906, + 39.328274 + ], + [ + 117.870311, + 39.454972 + ], + [ + 117.933753, + 39.574062 + ], + [ + 117.866, + 39.596657 + ], + [ + 117.74774, + 39.58928 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.736037, + 39.560686 + ], + [ + 117.619008, + 39.603111 + ], + [ + 117.66274, + 39.636295 + ], + [ + 117.644262, + 39.702155 + ], + [ + 117.57774, + 39.727009 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.540784, + 39.822658 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.537704, + 39.835064 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.513067, + 39.910373 + ], + [ + 117.589443, + 39.997059 + ], + [ + 117.614697, + 39.972303 + ], + [ + 117.782232, + 39.968634 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.75821, + 40.073563 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.71879, + 40.082262 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.651037, + 40.122535 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.652269, + 40.12345 + ], + [ + 117.571581, + 40.21809 + ], + [ + 117.450857, + 40.252347 + ], + [ + 117.389879, + 40.228141 + ] + ] + ], + [ + [ + [ + 116.90575, + 39.687883 + ], + [ + 116.902055, + 39.763813 + ], + [ + 116.949482, + 39.778529 + ], + [ + 116.926076, + 39.835524 + ], + [ + 116.786874, + 39.886963 + ], + [ + 116.757925, + 39.968176 + ], + [ + 116.783794, + 40.035093 + ], + [ + 116.927924, + 40.054788 + ], + [ + 116.999989, + 40.030053 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102235, + 40.073105 + ], + [ + 117.102851, + 40.073563 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.105315, + 40.074479 + ], + [ + 117.210024, + 40.082262 + ], + [ + 117.198322, + 39.992933 + ], + [ + 117.150894, + 39.944785 + ], + [ + 117.152126, + 39.878239 + ], + [ + 117.229735, + 39.852981 + ], + [ + 117.156438, + 39.817603 + ], + [ + 117.205713, + 39.763813 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.165061, + 39.718725 + ], + [ + 117.177996, + 39.64551 + ], + [ + 117.126873, + 39.61694 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.983975, + 39.63906 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.916837, + 39.703996 + ], + [ + 116.90575, + 39.687883 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 140000, + "name": "山西省", + "center": [ + 112.549248, + 37.857014 + ], + "centroid": [ + 112.305144, + 37.619053 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 3, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.731199, + 36.363257 + ], + [ + 113.716417, + 36.262492 + ], + [ + 113.651743, + 36.172224 + ], + [ + 113.694859, + 36.026707 + ], + [ + 113.637576, + 35.98847 + ], + [ + 113.656671, + 35.836792 + ], + [ + 113.604316, + 35.797008 + ], + [ + 113.578446, + 35.63378 + ], + [ + 113.485439, + 35.520879 + ], + [ + 113.31236, + 35.481424 + ], + [ + 113.298194, + 35.427325 + ], + [ + 113.189789, + 35.449261 + ], + [ + 113.126347, + 35.332197 + ], + [ + 112.997, + 35.362455 + ], + [ + 112.992072, + 35.296068 + ], + [ + 112.911384, + 35.24673 + ], + [ + 112.818377, + 35.258457 + ], + [ + 112.766022, + 35.203718 + ], + [ + 112.628052, + 35.263342 + ], + [ + 112.637291, + 35.225716 + ], + [ + 112.513487, + 35.218384 + ], + [ + 112.058924, + 35.279951 + ], + [ + 112.078634, + 35.219362 + ], + [ + 112.062004, + 35.055937 + ], + [ + 111.900012, + 35.079933 + ], + [ + 111.66965, + 34.988319 + ], + [ + 111.570484, + 34.843094 + ], + [ + 111.346282, + 34.831798 + ], + [ + 111.232949, + 34.789551 + ], + [ + 111.148566, + 34.80773 + ], + [ + 111.118385, + 34.756622 + ], + [ + 110.966248, + 34.70499 + ], + [ + 110.929907, + 34.731548 + ], + [ + 110.883712, + 34.642498 + ], + [ + 110.749437, + 34.652342 + ], + [ + 110.710017, + 34.605078 + ], + [ + 110.533242, + 34.583406 + ], + [ + 110.474728, + 34.617389 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.310272, + 34.608033 + ], + [ + 110.241287, + 34.682361 + ], + [ + 110.232664, + 34.803308 + ], + [ + 110.257301, + 34.93487 + ], + [ + 110.325671, + 35.014785 + ], + [ + 110.39404, + 35.271647 + ], + [ + 110.45009, + 35.327803 + ], + [ + 110.477808, + 35.413672 + ], + [ + 110.525851, + 35.44195 + ], + [ + 110.609619, + 35.632321 + ], + [ + 110.57759, + 35.701346 + ], + [ + 110.549257, + 35.877527 + ], + [ + 110.511684, + 35.879951 + ], + [ + 110.447011, + 36.164495 + ], + [ + 110.474112, + 36.248018 + ], + [ + 110.45933, + 36.330969 + ], + [ + 110.503677, + 36.487948 + ], + [ + 110.496902, + 36.582175 + ], + [ + 110.394656, + 36.676768 + ], + [ + 110.447011, + 36.737687 + ], + [ + 110.416214, + 36.790892 + ], + [ + 110.425453, + 36.960325 + ], + [ + 110.382953, + 37.021975 + ], + [ + 110.444547, + 37.007164 + ], + [ + 110.53509, + 37.137969 + ], + [ + 110.690307, + 37.287115 + ], + [ + 110.695234, + 37.34945 + ], + [ + 110.630561, + 37.373228 + ], + [ + 110.644111, + 37.435017 + ], + [ + 110.745125, + 37.450693 + ], + [ + 110.795017, + 37.566029 + ], + [ + 110.796248, + 37.66319 + ], + [ + 110.706321, + 37.705332 + ], + [ + 110.758676, + 37.744139 + ], + [ + 110.663821, + 37.803256 + ], + [ + 110.59422, + 37.921821 + ], + [ + 110.522771, + 37.954853 + ], + [ + 110.501213, + 38.031713 + ], + [ + 110.509221, + 38.192245 + ], + [ + 110.565887, + 38.215283 + ], + [ + 110.57759, + 38.297035 + ], + [ + 110.661358, + 38.308773 + ], + [ + 110.746973, + 38.366029 + ], + [ + 110.77777, + 38.44105 + ], + [ + 110.874473, + 38.453702 + ], + [ + 110.920052, + 38.581973 + ], + [ + 110.880016, + 38.618446 + ], + [ + 111.009363, + 38.847614 + ], + [ + 110.980414, + 38.970063 + ], + [ + 111.138711, + 39.064897 + ], + [ + 111.163348, + 39.152644 + ], + [ + 111.247732, + 39.302351 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.171971, + 39.42355 + ], + [ + 111.337043, + 39.420777 + ], + [ + 111.418963, + 39.500232 + ], + [ + 111.462079, + 39.626157 + ], + [ + 111.502115, + 39.663015 + ], + [ + 111.646245, + 39.644128 + ], + [ + 111.783599, + 39.588819 + ], + [ + 111.842729, + 39.620166 + ], + [ + 111.93204, + 39.61233 + ], + [ + 111.970229, + 39.79646 + ], + [ + 112.28559, + 40.197985 + ], + [ + 112.310227, + 40.256457 + ], + [ + 112.456205, + 40.300278 + ], + [ + 112.6299, + 40.235906 + ], + [ + 112.72845, + 40.168272 + ], + [ + 112.844863, + 40.203926 + ], + [ + 112.892906, + 40.326284 + ], + [ + 113.251382, + 40.413352 + ], + [ + 113.316056, + 40.319898 + ], + [ + 113.559968, + 40.348631 + ], + [ + 113.794641, + 40.518049 + ], + [ + 113.855619, + 40.457071 + ], + [ + 113.948626, + 40.514865 + ], + [ + 114.061959, + 40.528964 + ], + [ + 114.041633, + 40.608503 + ], + [ + 114.074277, + 40.723325 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.209168, + 40.629848 + ], + [ + 114.283081, + 40.590785 + ], + [ + 114.267066, + 40.474369 + ], + [ + 114.31203, + 40.372795 + ], + [ + 114.446305, + 40.372795 + ], + [ + 114.530688, + 40.344983 + ], + [ + 114.46971, + 40.267872 + ], + [ + 114.255364, + 40.236363 + ], + [ + 114.235654, + 40.198442 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.073046, + 40.168729 + ], + [ + 114.101995, + 40.099655 + ], + [ + 114.044712, + 40.05662 + ], + [ + 113.989278, + 40.112469 + ], + [ + 113.956017, + 40.031428 + ], + [ + 113.910438, + 40.011725 + ], + [ + 114.021307, + 39.992017 + ], + [ + 114.047176, + 39.916339 + ], + [ + 114.17406, + 39.897521 + ], + [ + 114.225183, + 39.857114 + ], + [ + 114.395182, + 39.867218 + ], + [ + 114.408117, + 39.65196 + ], + [ + 114.568877, + 39.574062 + ], + [ + 114.470942, + 39.408759 + ], + [ + 114.480797, + 39.350023 + ], + [ + 114.416124, + 39.243063 + ], + [ + 114.47587, + 39.216181 + ], + [ + 114.388406, + 39.176767 + ], + [ + 114.345907, + 39.075116 + ], + [ + 114.10877, + 39.052352 + ], + [ + 114.050872, + 39.135939 + ], + [ + 113.898119, + 39.067684 + ], + [ + 113.76754, + 38.959828 + ], + [ + 113.776163, + 38.885814 + ], + [ + 113.855619, + 38.828972 + ], + [ + 113.839605, + 38.758554 + ], + [ + 113.720728, + 38.713283 + ], + [ + 113.70225, + 38.65163 + ], + [ + 113.612939, + 38.646022 + ], + [ + 113.561816, + 38.558115 + ], + [ + 113.583374, + 38.459793 + ], + [ + 113.525475, + 38.382916 + ], + [ + 113.570439, + 38.237375 + ], + [ + 113.711489, + 38.213873 + ], + [ + 113.720728, + 38.174843 + ], + [ + 113.825438, + 38.169199 + ], + [ + 113.810039, + 38.112729 + ], + [ + 113.876561, + 38.055273 + ], + [ + 113.872249, + 37.990228 + ], + [ + 113.951706, + 37.917573 + ], + [ + 113.976959, + 37.816965 + ], + [ + 114.044712, + 37.762116 + ], + [ + 113.993589, + 37.706752 + ], + [ + 114.12848, + 37.698231 + ], + [ + 114.123553, + 37.60159 + ], + [ + 114.036705, + 37.49438 + ], + [ + 114.014531, + 37.424564 + ], + [ + 113.90243, + 37.309962 + ], + [ + 113.832213, + 37.167536 + ], + [ + 113.773083, + 37.1518 + ], + [ + 113.758301, + 37.075459 + ], + [ + 113.791561, + 36.987572 + ], + [ + 113.76138, + 36.956022 + ], + [ + 113.773083, + 36.855072 + ], + [ + 113.696707, + 36.882356 + ], + [ + 113.680692, + 36.789933 + ], + [ + 113.499606, + 36.740564 + ], + [ + 113.476816, + 36.655171 + ], + [ + 113.588301, + 36.562955 + ], + [ + 113.554425, + 36.494682 + ], + [ + 113.708409, + 36.423461 + ], + [ + 113.731199, + 36.363257 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150000, + "name": "内蒙古自治区", + "center": [ + 111.670801, + 40.818311 + ], + "centroid": [ + 114.059024, + 44.315561 + ], + "childrenNum": 12, + "level": "province", + "subFeatureIndex": 4, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 123.703873, + 43.370824 + ], + [ + 123.664453, + 43.264606 + ], + [ + 123.666916, + 43.179585 + ], + [ + 123.572678, + 43.0035 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.474743, + 43.04243 + ], + [ + 123.259165, + 42.992997 + ], + [ + 123.18402, + 42.926002 + ], + [ + 123.169853, + 42.859811 + ], + [ + 123.227752, + 42.831735 + ], + [ + 123.058368, + 42.768957 + ], + [ + 122.887137, + 42.770275 + ], + [ + 122.831087, + 42.722381 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.732536, + 42.786524 + ], + [ + 122.624747, + 42.773349 + ], + [ + 122.563769, + 42.826031 + ], + [ + 122.436886, + 42.843142 + ], + [ + 122.35127, + 42.830419 + ], + [ + 122.374676, + 42.774667 + ], + [ + 122.457212, + 42.774227 + ], + [ + 122.395002, + 42.683687 + ], + [ + 122.338951, + 42.670051 + ], + [ + 122.203445, + 42.731171 + ], + [ + 122.20406, + 42.683687 + ], + [ + 122.071634, + 42.711391 + ], + [ + 121.940438, + 42.688525 + ], + [ + 121.904714, + 42.569666 + ], + [ + 121.66573, + 42.437333 + ], + [ + 121.604752, + 42.494271 + ], + [ + 121.388557, + 42.475297 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.285079, + 42.387857 + ], + [ + 121.068884, + 42.252483 + ], + [ + 120.933378, + 42.279493 + ], + [ + 120.79048, + 42.218372 + ], + [ + 120.745516, + 42.223689 + ], + [ + 120.624792, + 42.154532 + ], + [ + 120.58414, + 42.167394 + ], + [ + 120.466496, + 42.105277 + ], + [ + 120.456641, + 42.016433 + ], + [ + 120.373489, + 41.994648 + ], + [ + 120.188707, + 41.848179 + ], + [ + 120.096316, + 41.696907 + ], + [ + 120.035954, + 41.708075 + ], + [ + 120.051968, + 41.775935 + ], + [ + 119.989759, + 41.898969 + ], + [ + 119.837622, + 42.135455 + ], + [ + 119.846861, + 42.21527 + ], + [ + 119.744615, + 42.211725 + ], + [ + 119.541971, + 42.292329 + ], + [ + 119.572152, + 42.359568 + ], + [ + 119.502551, + 42.387857 + ], + [ + 119.415703, + 42.309588 + ], + [ + 119.284508, + 42.265325 + ], + [ + 119.237697, + 42.201088 + ], + [ + 119.315921, + 42.119037 + ], + [ + 119.384906, + 42.089738 + ], + [ + 119.324544, + 41.969296 + ], + [ + 119.334399, + 41.869569 + ], + [ + 119.294363, + 41.775935 + ], + [ + 119.307914, + 41.657581 + ], + [ + 119.415703, + 41.590044 + ], + [ + 119.361501, + 41.56498 + ], + [ + 119.405848, + 41.508548 + ], + [ + 119.376283, + 41.422015 + ], + [ + 119.30545, + 41.402271 + ], + [ + 119.326392, + 41.329525 + ], + [ + 119.239545, + 41.314696 + ], + [ + 119.197661, + 41.282781 + ], + [ + 118.96422, + 41.309303 + ], + [ + 118.890923, + 41.300764 + ], + [ + 118.843496, + 41.374439 + ], + [ + 118.741866, + 41.324133 + ], + [ + 118.677192, + 41.350639 + ], + [ + 118.519511, + 41.353783 + ], + [ + 118.35136, + 41.337163 + ], + [ + 118.348896, + 41.428296 + ], + [ + 118.271904, + 41.471349 + ], + [ + 118.307012, + 41.569008 + ], + [ + 118.230636, + 41.581989 + ], + [ + 118.214006, + 41.641933 + ], + [ + 118.130854, + 41.74246 + ], + [ + 118.165962, + 41.813405 + ], + [ + 118.29223, + 41.772811 + ], + [ + 118.340273, + 41.872688 + ], + [ + 118.268824, + 41.930136 + ], + [ + 118.313788, + 41.987977 + ], + [ + 118.237411, + 42.023101 + ], + [ + 118.297157, + 42.048876 + ], + [ + 118.212774, + 42.081301 + ], + [ + 118.194296, + 42.031545 + ], + [ + 118.119767, + 42.034656 + ], + [ + 118.155491, + 42.081301 + ], + [ + 118.097593, + 42.105277 + ], + [ + 118.109296, + 42.165176 + ], + [ + 117.977485, + 42.229892 + ], + [ + 118.060021, + 42.298083 + ], + [ + 118.019369, + 42.39537 + ], + [ + 117.874007, + 42.510151 + ], + [ + 117.779768, + 42.618558 + ], + [ + 117.687377, + 42.582884 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.516146, + 42.599622 + ], + [ + 117.43669, + 42.584205 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.387415, + 42.517648 + ], + [ + 117.412669, + 42.472649 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.264227, + 42.476621 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.147815, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.133648, + 42.470443 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.005533, + 42.4338 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.004301, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 117.001837, + 42.432476 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.995678, + 42.426734 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.993214, + 42.425851 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.984591, + 42.427176 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.976583, + 42.427618 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.944555, + 42.415251 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.936547, + 42.410833 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.929156, + 42.408182 + ], + [ + 116.929156, + 42.407741 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.927308, + 42.40509 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.910062, + 42.394928 + ], + [ + 116.886656, + 42.366641 + ], + [ + 116.907598, + 42.191337 + ], + [ + 116.789338, + 42.200202 + ], + [ + 116.890352, + 42.092846 + ], + [ + 116.879881, + 42.018211 + ], + [ + 116.727744, + 41.951054 + ], + [ + 116.560209, + 41.928356 + ], + [ + 116.510933, + 41.974189 + ], + [ + 116.386514, + 41.952389 + ], + [ + 116.409303, + 41.994203 + ], + [ + 116.310137, + 41.997316 + ], + [ + 116.233145, + 41.941263 + ], + [ + 116.194341, + 41.861995 + ], + [ + 116.122892, + 41.861995 + ], + [ + 116.09887, + 41.776381 + ], + [ + 116.016334, + 41.777273 + ], + [ + 115.916552, + 41.945269 + ], + [ + 115.811226, + 41.912328 + ], + [ + 115.654162, + 41.829011 + ], + [ + 115.319091, + 41.691546 + ], + [ + 115.376989, + 41.602126 + ], + [ + 115.252569, + 41.579303 + ], + [ + 115.0992, + 41.624045 + ], + [ + 114.862064, + 41.603915 + ], + [ + 114.895325, + 41.636567 + ], + [ + 114.899636, + 41.756299 + ], + [ + 114.866991, + 41.803147 + ], + [ + 114.922426, + 41.824999 + ], + [ + 114.9021, + 42.015544 + ], + [ + 114.828803, + 42.147434 + ], + [ + 114.765361, + 42.118593 + ], + [ + 114.510978, + 42.111047 + ], + [ + 114.466015, + 42.038656 + ], + [ + 114.510978, + 41.973299 + ], + [ + 114.34837, + 41.947049 + ], + [ + 114.203009, + 41.793334 + ], + [ + 114.230726, + 41.513477 + ], + [ + 114.100147, + 41.537218 + ], + [ + 113.930764, + 41.485693 + ], + [ + 113.871017, + 41.41349 + ], + [ + 113.94493, + 41.39105 + ], + [ + 113.927068, + 41.326829 + ], + [ + 113.996669, + 41.192345 + ], + [ + 113.920293, + 41.172081 + ], + [ + 113.819279, + 41.097726 + ], + [ + 113.973263, + 40.983099 + ], + [ + 114.073661, + 40.857412 + ], + [ + 114.044712, + 40.83116 + ], + [ + 114.134639, + 40.737381 + ], + [ + 114.074277, + 40.723325 + ], + [ + 114.041633, + 40.608503 + ], + [ + 114.061959, + 40.528964 + ], + [ + 113.948626, + 40.514865 + ], + [ + 113.855619, + 40.457071 + ], + [ + 113.794641, + 40.518049 + ], + [ + 113.559968, + 40.348631 + ], + [ + 113.316056, + 40.319898 + ], + [ + 113.251382, + 40.413352 + ], + [ + 112.892906, + 40.326284 + ], + [ + 112.844863, + 40.203926 + ], + [ + 112.72845, + 40.168272 + ], + [ + 112.6299, + 40.235906 + ], + [ + 112.456205, + 40.300278 + ], + [ + 112.310227, + 40.256457 + ], + [ + 112.28559, + 40.197985 + ], + [ + 111.970229, + 39.79646 + ], + [ + 111.93204, + 39.61233 + ], + [ + 111.842729, + 39.620166 + ], + [ + 111.783599, + 39.588819 + ], + [ + 111.646245, + 39.644128 + ], + [ + 111.502115, + 39.663015 + ], + [ + 111.462079, + 39.626157 + ], + [ + 111.418963, + 39.500232 + ], + [ + 111.337043, + 39.420777 + ], + [ + 111.171971, + 39.42355 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.064182, + 39.400899 + ], + [ + 111.148566, + 39.531619 + ], + [ + 111.134399, + 39.586513 + ], + [ + 110.892335, + 39.509927 + ], + [ + 110.740198, + 39.351874 + ], + [ + 110.702626, + 39.27364 + ], + [ + 110.604075, + 39.277345 + ], + [ + 110.528315, + 39.380091 + ], + [ + 110.434692, + 39.381016 + ], + [ + 110.39096, + 39.31161 + ], + [ + 110.243751, + 39.42355 + ], + [ + 110.146432, + 39.455434 + ], + [ + 110.217881, + 39.28105 + ], + [ + 109.961035, + 39.191608 + ], + [ + 109.665384, + 38.981691 + ], + [ + 109.683862, + 38.935631 + ], + [ + 109.624116, + 38.854603 + ], + [ + 109.549587, + 38.805662 + ], + [ + 109.511399, + 38.833633 + ], + [ + 109.404226, + 38.720752 + ], + [ + 109.338936, + 38.70161 + ], + [ + 109.367269, + 38.627328 + ], + [ + 109.276726, + 38.623121 + ], + [ + 109.178792, + 38.520675 + ], + [ + 109.051908, + 38.432146 + ], + [ + 108.938575, + 38.207291 + ], + [ + 108.963829, + 38.155085 + ], + [ + 109.069155, + 38.091071 + ], + [ + 109.017416, + 37.969949 + ], + [ + 108.938575, + 37.920877 + ], + [ + 108.871438, + 38.027471 + ], + [ + 108.797525, + 38.047735 + ], + [ + 108.82709, + 37.989285 + ], + [ + 108.798141, + 37.93362 + ], + [ + 108.799989, + 37.783871 + ], + [ + 108.777815, + 37.683554 + ], + [ + 108.611512, + 37.65419 + ], + [ + 108.532671, + 37.690656 + ], + [ + 108.440896, + 37.654663 + ], + [ + 108.304158, + 37.638556 + ], + [ + 108.219158, + 37.661295 + ], + [ + 108.134159, + 37.621971 + ], + [ + 108.025137, + 37.649926 + ], + [ + 107.982022, + 37.787181 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.49235, + 37.944945 + ], + [ + 107.419669, + 37.940699 + ], + [ + 107.438147, + 37.992586 + ], + [ + 107.329742, + 38.087774 + ], + [ + 107.19054, + 38.154144 + ], + [ + 107.014997, + 38.120261 + ], + [ + 106.768621, + 38.174843 + ], + [ + 106.546883, + 38.269794 + ], + [ + 106.482825, + 38.319571 + ], + [ + 106.601702, + 38.392295 + ], + [ + 106.647897, + 38.470569 + ], + [ + 106.66268, + 38.601614 + ], + [ + 106.709491, + 38.718885 + ], + [ + 106.954019, + 38.941215 + ], + [ + 106.96757, + 39.054676 + ], + [ + 106.859164, + 39.107623 + ], + [ + 106.795723, + 39.214327 + ], + [ + 106.806809, + 39.318554 + ], + [ + 106.751375, + 39.381478 + ], + [ + 106.683622, + 39.357426 + ], + [ + 106.602318, + 39.375466 + ], + [ + 106.506231, + 39.269934 + ], + [ + 106.402753, + 39.291701 + ], + [ + 106.284493, + 39.270397 + ], + [ + 106.283877, + 39.14522 + ], + [ + 106.145907, + 39.153108 + ], + [ + 106.096631, + 39.08487 + ], + [ + 106.060907, + 38.968667 + ], + [ + 105.97098, + 38.909097 + ], + [ + 106.003625, + 38.874636 + ], + [ + 105.897683, + 38.788875 + ], + [ + 105.90569, + 38.731488 + ], + [ + 105.852719, + 38.641349 + ], + [ + 105.874277, + 38.593197 + ], + [ + 105.821307, + 38.366967 + ], + [ + 105.86627, + 38.296565 + ], + [ + 105.775111, + 38.186601 + ], + [ + 105.780655, + 38.084949 + ], + [ + 105.840401, + 38.003902 + ], + [ + 105.799749, + 37.940227 + ], + [ + 105.80406, + 37.861854 + ], + [ + 105.760944, + 37.799947 + ], + [ + 105.622974, + 37.778669 + ], + [ + 105.598952, + 37.699178 + ], + [ + 105.315004, + 37.702018 + ], + [ + 105.111128, + 37.633818 + ], + [ + 105.024281, + 37.579781 + ], + [ + 104.866601, + 37.566503 + ], + [ + 104.801311, + 37.538516 + ], + [ + 104.419429, + 37.511943 + ], + [ + 104.407726, + 37.464467 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.183524, + 37.406981 + ], + [ + 103.948235, + 37.564606 + ], + [ + 103.676606, + 37.783871 + ], + [ + 103.401897, + 37.861854 + ], + [ + 103.362477, + 38.037368 + ], + [ + 103.369868, + 38.089658 + ], + [ + 103.53494, + 38.156497 + ], + [ + 103.507838, + 38.281068 + ], + [ + 103.416063, + 38.404956 + ], + [ + 103.85954, + 38.64462 + ], + [ + 104.044322, + 38.895128 + ], + [ + 104.168125, + 38.940285 + ], + [ + 104.207546, + 39.083941 + ], + [ + 104.177364, + 39.15218 + ], + [ + 104.047401, + 39.297721 + ], + [ + 104.091133, + 39.418466 + ], + [ + 103.964865, + 39.455434 + ], + [ + 103.839214, + 39.460516 + ], + [ + 103.595302, + 39.386565 + ], + [ + 103.344615, + 39.331514 + ], + [ + 103.007696, + 39.09973 + ], + [ + 102.601792, + 39.172129 + ], + [ + 102.45335, + 39.25511 + ], + [ + 102.280887, + 39.190217 + ], + [ + 101.830636, + 39.093229 + ], + [ + 101.926106, + 39.000758 + ], + [ + 102.075164, + 38.891403 + ], + [ + 101.941505, + 38.808926 + ], + [ + 101.777049, + 38.660507 + ], + [ + 101.679115, + 38.690869 + ], + [ + 101.601506, + 38.6549 + ], + [ + 101.562702, + 38.712816 + ], + [ + 101.307087, + 38.802865 + ], + [ + 101.334189, + 38.848545 + ], + [ + 101.24303, + 38.86066 + ], + [ + 101.198682, + 38.943077 + ], + [ + 101.228863, + 39.02075 + ], + [ + 101.117378, + 38.97518 + ], + [ + 100.969553, + 38.9468 + ], + [ + 100.961545, + 39.005873 + ], + [ + 100.835278, + 39.025863 + ], + [ + 100.864227, + 39.106695 + ], + [ + 100.842669, + 39.199955 + ], + [ + 100.842053, + 39.405523 + ], + [ + 100.619699, + 39.38749 + ], + [ + 100.498975, + 39.400437 + ], + [ + 100.500823, + 39.4813 + ], + [ + 100.326512, + 39.509003 + ], + [ + 100.314193, + 39.606799 + ], + [ + 100.250135, + 39.68512 + ], + [ + 100.128179, + 39.702155 + ], + [ + 100.040716, + 39.756913 + ], + [ + 99.904593, + 39.785886 + ], + [ + 99.822058, + 39.85987 + ], + [ + 99.672384, + 39.887881 + ], + [ + 99.488218, + 39.875943 + ], + [ + 99.927383, + 40.063947 + ], + [ + 100.002528, + 40.197528 + ], + [ + 100.169447, + 40.277458 + ], + [ + 100.169447, + 40.541242 + ], + [ + 100.242744, + 40.618495 + ], + [ + 100.237201, + 40.716977 + ], + [ + 100.107853, + 40.875511 + ], + [ + 100.057346, + 40.908077 + ], + [ + 99.673, + 40.932943 + ], + [ + 99.565827, + 40.846551 + ], + [ + 99.174705, + 40.858317 + ], + [ + 99.172858, + 40.747354 + ], + [ + 99.102025, + 40.676603 + ], + [ + 99.041662, + 40.693844 + ], + [ + 98.984996, + 40.782701 + ], + [ + 98.790975, + 40.705185 + ], + [ + 98.801446, + 40.609411 + ], + [ + 98.689345, + 40.691576 + ], + [ + 98.668403, + 40.772734 + ], + [ + 98.569853, + 40.746901 + ], + [ + 98.627751, + 40.677965 + ], + [ + 98.344419, + 40.568518 + ], + [ + 98.333332, + 40.918929 + ], + [ + 98.25018, + 40.939271 + ], + [ + 97.971776, + 41.097726 + ], + [ + 97.629314, + 41.440407 + ], + [ + 97.613915, + 41.477176 + ], + [ + 97.84674, + 41.656687 + ], + [ + 97.307177, + 42.565259 + ], + [ + 97.172903, + 42.795305 + ], + [ + 98.195362, + 42.653331 + ], + [ + 98.546447, + 42.638368 + ], + [ + 99.503001, + 42.568344 + ], + [ + 99.969267, + 42.648051 + ], + [ + 100.272309, + 42.636167 + ], + [ + 100.32528, + 42.689845 + ], + [ + 100.826655, + 42.67533 + ], + [ + 101.23995, + 42.59698 + ], + [ + 101.581796, + 42.525145 + ], + [ + 101.803534, + 42.503534 + ], + [ + 102.070236, + 42.232107 + ], + [ + 102.449039, + 42.143885 + ], + [ + 102.540814, + 42.162072 + ], + [ + 102.712045, + 42.152757 + ], + [ + 103.021862, + 42.02799 + ], + [ + 103.418527, + 41.882489 + ], + [ + 103.868779, + 41.802701 + ], + [ + 104.080046, + 41.804931 + ], + [ + 104.530298, + 41.874916 + ], + [ + 104.524138, + 41.662051 + ], + [ + 104.68613, + 41.64551 + ], + [ + 104.923267, + 41.654005 + ], + [ + 105.009498, + 41.583331 + ], + [ + 105.230621, + 41.750942 + ], + [ + 105.291599, + 41.750049 + ], + [ + 105.74185, + 41.949274 + ], + [ + 106.01348, + 42.03199 + ], + [ + 106.619564, + 42.243625 + ], + [ + 106.785867, + 42.291444 + ], + [ + 107.051337, + 42.319322 + ], + [ + 107.269996, + 42.363547 + ], + [ + 107.303872, + 42.4126 + ], + [ + 107.46648, + 42.458967 + ], + [ + 107.57427, + 42.413042 + ], + [ + 107.939522, + 42.403764 + ], + [ + 108.022058, + 42.433359 + ], + [ + 108.238252, + 42.460291 + ], + [ + 108.298614, + 42.438216 + ], + [ + 108.532671, + 42.443073 + ], + [ + 108.845569, + 42.395811 + ], + [ + 109.026039, + 42.458525 + ], + [ + 109.291509, + 42.435567 + ], + [ + 109.544044, + 42.472208 + ], + [ + 109.683862, + 42.559089 + ], + [ + 109.906216, + 42.635727 + ], + [ + 110.108244, + 42.642769 + ], + [ + 110.139657, + 42.67489 + ], + [ + 110.437156, + 42.781254 + ], + [ + 110.469801, + 42.839194 + ], + [ + 110.631177, + 42.936078 + ], + [ + 110.736502, + 43.089639 + ], + [ + 110.769763, + 43.099251 + ], + [ + 111.02045, + 43.329926 + ], + [ + 111.183674, + 43.396045 + ], + [ + 111.354289, + 43.436029 + ], + [ + 111.456535, + 43.49422 + ], + [ + 111.564325, + 43.490314 + ], + [ + 111.79407, + 43.67192 + ], + [ + 111.951135, + 43.693122 + ], + [ + 111.959758, + 43.8232 + ], + [ + 111.870447, + 43.940071 + ], + [ + 111.773128, + 44.010686 + ], + [ + 111.662875, + 44.061012 + ], + [ + 111.559397, + 44.171408 + ], + [ + 111.507042, + 44.294019 + ], + [ + 111.415883, + 44.357368 + ], + [ + 111.478709, + 44.488982 + ], + [ + 111.569868, + 44.576418 + ], + [ + 111.560629, + 44.647124 + ], + [ + 111.624687, + 44.778509 + ], + [ + 111.764505, + 44.969314 + ], + [ + 111.889541, + 45.045459 + ], + [ + 112.002874, + 45.090675 + ], + [ + 112.113743, + 45.072931 + ], + [ + 112.438959, + 45.071663 + ], + [ + 112.540589, + 45.001054 + ], + [ + 112.599719, + 44.93078 + ], + [ + 112.850406, + 44.840484 + ], + [ + 112.937869, + 44.84006 + ], + [ + 113.11526, + 44.799741 + ], + [ + 113.503918, + 44.77766 + ], + [ + 113.631417, + 44.745372 + ], + [ + 113.907358, + 44.915105 + ], + [ + 114.065038, + 44.931204 + ], + [ + 114.19069, + 45.036581 + ], + [ + 114.347139, + 45.119392 + ], + [ + 114.519602, + 45.283812 + ], + [ + 114.551014, + 45.387699 + ], + [ + 114.745035, + 45.438521 + ], + [ + 114.974165, + 45.377193 + ], + [ + 115.153403, + 45.395682 + ], + [ + 115.36467, + 45.392321 + ], + [ + 115.699741, + 45.459509 + ], + [ + 115.936878, + 45.632987 + ], + [ + 116.035428, + 45.68526 + ], + [ + 116.17463, + 45.688604 + ], + [ + 116.286731, + 45.775056 + ], + [ + 116.288579, + 45.838869 + ], + [ + 116.243, + 45.875956 + ], + [ + 116.271949, + 45.966692 + ], + [ + 116.414231, + 46.13404 + ], + [ + 116.439484, + 46.137771 + ], + [ + 116.585462, + 46.292199 + ], + [ + 116.745606, + 46.327743 + ], + [ + 116.826294, + 46.380602 + ], + [ + 117.097308, + 46.35707 + ], + [ + 117.372017, + 46.360373 + ], + [ + 117.392343, + 46.463093 + ], + [ + 117.447777, + 46.528172 + ], + [ + 117.42006, + 46.582071 + ], + [ + 117.49582, + 46.600574 + ], + [ + 117.622704, + 46.596052 + ], + [ + 117.704008, + 46.516645 + ], + [ + 117.870927, + 46.549985 + ], + [ + 117.914659, + 46.607973 + ], + [ + 118.04647, + 46.631398 + ], + [ + 118.124078, + 46.678216 + ], + [ + 118.192448, + 46.682731 + ], + [ + 118.316252, + 46.739347 + ], + [ + 118.446831, + 46.704482 + ], + [ + 118.586033, + 46.692992 + ], + [ + 118.639004, + 46.721302 + ], + [ + 118.788061, + 46.687246 + ], + [ + 118.845343, + 46.771731 + ], + [ + 118.914329, + 46.775009 + ], + [ + 118.912481, + 46.733196 + ], + [ + 119.011647, + 46.745498 + ], + [ + 119.123132, + 46.642901 + ], + [ + 119.26295, + 46.649062 + ], + [ + 119.374435, + 46.60304 + ], + [ + 119.431718, + 46.638793 + ], + [ + 119.656535, + 46.625645 + ], + [ + 119.677477, + 46.584539 + ], + [ + 119.783419, + 46.626056 + ], + [ + 119.8136, + 46.668363 + ], + [ + 119.911534, + 46.669595 + ], + [ + 119.93494, + 46.712688 + ], + [ + 119.928781, + 46.903933 + ], + [ + 119.859795, + 46.917013 + ], + [ + 119.795122, + 47.01297 + ], + [ + 119.806825, + 47.054973 + ], + [ + 119.716282, + 47.195829 + ], + [ + 119.56784, + 47.24825 + ], + [ + 119.559833, + 47.303053 + ], + [ + 119.487152, + 47.329419 + ], + [ + 119.353493, + 47.43192 + ], + [ + 119.365812, + 47.477232 + ], + [ + 119.152081, + 47.540685 + ], + [ + 119.134219, + 47.664539 + ], + [ + 118.773278, + 47.771213 + ], + [ + 118.568171, + 47.992315 + ], + [ + 118.424041, + 48.014734 + ], + [ + 118.299621, + 48.005127 + ], + [ + 118.231252, + 48.043943 + ], + [ + 117.96147, + 48.011132 + ], + [ + 117.813645, + 48.016335 + ], + [ + 117.493357, + 47.758343 + ], + [ + 117.384335, + 47.641162 + ], + [ + 117.094844, + 47.823865 + ], + [ + 116.879265, + 47.893718 + ], + [ + 116.669846, + 47.890509 + ], + [ + 116.453035, + 47.837522 + ], + [ + 116.26579, + 47.876866 + ], + [ + 116.111189, + 47.811812 + ], + [ + 115.939342, + 47.683071 + ], + [ + 115.580249, + 47.921793 + ], + [ + 115.529126, + 48.155029 + ], + [ + 115.822929, + 48.2595 + ], + [ + 115.799523, + 48.514993 + ], + [ + 115.83032, + 48.560156 + ], + [ + 116.077928, + 48.822412 + ], + [ + 116.048363, + 48.873598 + ], + [ + 116.717889, + 49.847388 + ], + [ + 116.736367, + 49.847388 + ], + [ + 117.068974, + 49.695524 + ], + [ + 117.278394, + 49.636272 + ], + [ + 117.485349, + 49.633172 + ], + [ + 117.809333, + 49.521049 + ], + [ + 117.867848, + 49.592853 + ], + [ + 117.980565, + 49.621158 + ], + [ + 118.084658, + 49.618057 + ], + [ + 118.122231, + 49.669586 + ], + [ + 118.205998, + 49.684686 + ], + [ + 118.225708, + 49.734211 + ], + [ + 118.388316, + 49.786004 + ], + [ + 118.395092, + 49.819601 + ], + [ + 118.49549, + 49.843144 + ], + [ + 118.485635, + 49.86706 + ], + [ + 118.574946, + 49.931423 + ], + [ + 118.741866, + 49.946441 + ], + [ + 118.929111, + 49.989545 + ], + [ + 119.092335, + 49.986082 + ], + [ + 119.163168, + 50.027613 + ], + [ + 119.190269, + 50.087538 + ], + [ + 119.243856, + 50.078324 + ], + [ + 119.360269, + 50.196441 + ], + [ + 119.319001, + 50.220948 + ], + [ + 119.358421, + 50.358949 + ], + [ + 119.259871, + 50.345205 + ], + [ + 119.125596, + 50.389095 + ], + [ + 119.250631, + 50.448568 + ], + [ + 119.28266, + 50.604899 + ], + [ + 119.361501, + 50.632611 + ], + [ + 119.383674, + 50.682301 + ], + [ + 119.450196, + 50.695569 + ], + [ + 119.506862, + 50.764118 + ], + [ + 119.491464, + 50.879026 + ], + [ + 119.633746, + 51.010218 + ], + [ + 119.726137, + 51.050105 + ], + [ + 119.788346, + 51.16656 + ], + [ + 119.760629, + 51.21231 + ], + [ + 119.944795, + 51.366848 + ], + [ + 120.002693, + 51.459396 + ], + [ + 119.985447, + 51.505227 + ], + [ + 120.051968, + 51.553245 + ], + [ + 120.035338, + 51.586343 + ], + [ + 120.087077, + 51.678076 + ], + [ + 120.172693, + 51.679931 + ], + [ + 120.363634, + 51.789982 + ], + [ + 120.398742, + 51.832153 + ], + [ + 120.480046, + 51.855072 + ], + [ + 120.481278, + 51.885735 + ], + [ + 120.656821, + 51.92634 + ], + [ + 120.719031, + 52.014438 + ], + [ + 120.68577, + 52.036896 + ], + [ + 120.747364, + 52.076996 + ], + [ + 120.786784, + 52.157824 + ], + [ + 120.7449, + 52.206984 + ], + [ + 120.755371, + 52.258287 + ], + [ + 120.627256, + 52.324161 + ], + [ + 120.62356, + 52.361081 + ], + [ + 120.688234, + 52.427531 + ], + [ + 120.689466, + 52.516098 + ], + [ + 120.727654, + 52.529568 + ], + [ + 120.467728, + 52.644076 + ], + [ + 120.40367, + 52.617929 + ], + [ + 120.287873, + 52.623378 + ], + [ + 120.196714, + 52.579043 + ], + [ + 120.049505, + 52.598672 + ], + [ + 120.035338, + 52.646255 + ], + [ + 120.071063, + 52.706113 + ], + [ + 120.038418, + 52.780006 + ], + [ + 120.222584, + 52.842934 + ], + [ + 120.350699, + 52.906131 + ], + [ + 120.455409, + 53.011376 + ], + [ + 120.549647, + 53.076125 + ], + [ + 120.643886, + 53.106667 + ], + [ + 120.736277, + 53.204615 + ], + [ + 120.840371, + 53.24724 + ], + [ + 120.882871, + 53.294472 + ], + [ + 121.129246, + 53.277303 + ], + [ + 121.285695, + 53.291253 + ], + [ + 121.347289, + 53.327003 + ], + [ + 121.499426, + 53.337008 + ], + [ + 121.612143, + 53.260484 + ], + [ + 121.679896, + 53.240437 + ], + [ + 121.665114, + 53.170556 + ], + [ + 121.754425, + 53.146519 + ], + [ + 121.817867, + 53.061744 + ], + [ + 121.785838, + 53.018575 + ], + [ + 121.715621, + 52.998054 + ], + [ + 121.66265, + 52.912626 + ], + [ + 121.610295, + 52.892416 + ], + [ + 121.591201, + 52.824499 + ], + [ + 121.476636, + 52.772043 + ], + [ + 121.373158, + 52.683268 + ], + [ + 121.182217, + 52.599399 + ], + [ + 121.325731, + 52.572498 + ], + [ + 121.416274, + 52.499346 + ], + [ + 121.519136, + 52.456709 + ], + [ + 121.63986, + 52.444311 + ], + [ + 121.714389, + 52.317944 + ], + [ + 121.841272, + 52.282818 + ], + [ + 121.94783, + 52.298555 + ], + [ + 122.091344, + 52.427167 + ], + [ + 122.168952, + 52.513549 + ], + [ + 122.207756, + 52.469103 + ], + [ + 122.310618, + 52.475299 + ], + [ + 122.342031, + 52.41403 + ], + [ + 122.484313, + 52.341711 + ], + [ + 122.478153, + 52.29636 + ], + [ + 122.585943, + 52.266344 + ], + [ + 122.76087, + 52.26671 + ], + [ + 122.769493, + 52.179843 + ], + [ + 122.629059, + 52.136529 + ], + [ + 122.683877, + 51.974649 + ], + [ + 122.726377, + 51.978704 + ], + [ + 122.706051, + 51.890166 + ], + [ + 122.771957, + 51.779619 + ], + [ + 122.749167, + 51.746661 + ], + [ + 122.85634, + 51.606786 + ], + [ + 122.854492, + 51.477659 + ], + [ + 122.903768, + 51.415384 + ], + [ + 122.965977, + 51.387015 + ], + [ + 122.978296, + 51.331346 + ], + [ + 123.058984, + 51.321999 + ], + [ + 123.294273, + 51.25427 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.736517, + 50.974064 + ], + [ + 123.825829, + 50.813669 + ], + [ + 124.076516, + 50.564249 + ], + [ + 123.983509, + 50.510249 + ], + [ + 124.005067, + 50.434469 + ], + [ + 123.920067, + 50.37307 + ], + [ + 123.800575, + 50.455806 + ], + [ + 123.777785, + 50.344441 + ], + [ + 123.870792, + 50.270307 + ], + [ + 123.878799, + 50.208696 + ], + [ + 123.953944, + 50.186865 + ], + [ + 124.007531, + 50.219417 + ], + [ + 124.061733, + 50.199122 + ], + [ + 124.103001, + 50.238555 + ], + [ + 124.189233, + 50.216737 + ], + [ + 124.278544, + 50.231284 + ], + [ + 124.32474, + 50.178436 + ], + [ + 124.368471, + 50.258068 + ], + [ + 124.36416, + 50.360857 + ], + [ + 124.43992, + 50.388713 + ], + [ + 124.499666, + 50.397868 + ], + [ + 124.504594, + 50.342532 + ], + [ + 124.578507, + 50.294777 + ], + [ + 124.619774, + 50.229753 + ], + [ + 124.575427, + 50.179585 + ], + [ + 124.508289, + 50.162723 + ], + [ + 124.604992, + 50.070644 + ], + [ + 124.680752, + 50.031841 + ], + [ + 124.650571, + 49.99493 + ], + [ + 124.66597, + 49.868217 + ], + [ + 124.730644, + 49.817671 + ], + [ + 124.74173, + 49.761274 + ], + [ + 124.824266, + 49.849703 + ], + [ + 124.972708, + 49.834654 + ], + [ + 124.935135, + 49.866675 + ], + [ + 124.977635, + 49.900601 + ], + [ + 125.095896, + 49.795661 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.222779, + 49.799137 + ], + [ + 125.219699, + 49.669199 + ], + [ + 125.132236, + 49.671909 + ], + [ + 125.234482, + 49.592077 + ], + [ + 125.228323, + 49.486857 + ], + [ + 125.264047, + 49.461585 + ], + [ + 125.261583, + 49.318656 + ], + [ + 125.219699, + 49.188999 + ], + [ + 125.117453, + 49.126 + ], + [ + 124.906802, + 49.183915 + ], + [ + 124.807636, + 49.108769 + ], + [ + 124.808252, + 49.020563 + ], + [ + 124.709086, + 48.920406 + ], + [ + 124.697383, + 48.841711 + ], + [ + 124.653651, + 48.777089 + ], + [ + 124.579122, + 48.596574 + ], + [ + 124.520608, + 48.556196 + ], + [ + 124.555717, + 48.467805 + ], + [ + 124.507674, + 48.445584 + ], + [ + 124.51876, + 48.378068 + ], + [ + 124.579738, + 48.304095 + ], + [ + 124.578507, + 48.251931 + ], + [ + 124.463942, + 48.097518 + ], + [ + 124.467637, + 48.178972 + ], + [ + 124.418978, + 48.181765 + ], + [ + 124.404812, + 48.264679 + ], + [ + 124.317964, + 48.347856 + ], + [ + 124.314269, + 48.503894 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.07898, + 48.436058 + ], + [ + 123.873256, + 48.281006 + ], + [ + 123.746373, + 48.19772 + ], + [ + 123.537569, + 48.021938 + ], + [ + 123.300432, + 47.953861 + ], + [ + 123.228983, + 47.840735 + ], + [ + 123.166158, + 47.783677 + ], + [ + 122.855108, + 47.677432 + ], + [ + 122.763333, + 47.613338 + ], + [ + 122.59395, + 47.547551 + ], + [ + 122.543443, + 47.495427 + ], + [ + 122.507103, + 47.401555 + ], + [ + 122.418407, + 47.350503 + ], + [ + 122.556378, + 47.17265 + ], + [ + 122.679566, + 47.094092 + ], + [ + 122.845869, + 47.046819 + ], + [ + 122.778116, + 47.00277 + ], + [ + 122.796594, + 46.938261 + ], + [ + 122.895144, + 46.960317 + ], + [ + 122.906847, + 46.807372 + ], + [ + 123.026339, + 46.718841 + ], + [ + 123.163694, + 46.740167 + ], + [ + 123.221592, + 46.850355 + ], + [ + 123.309056, + 46.86222 + ], + [ + 123.374345, + 46.837668 + ], + [ + 123.404526, + 46.935401 + ], + [ + 123.52833, + 46.944797 + ], + [ + 123.483366, + 46.845854 + ], + [ + 123.562823, + 46.825797 + ], + [ + 123.576989, + 46.891259 + ], + [ + 123.625648, + 46.84749 + ], + [ + 123.631808, + 46.728685 + ], + [ + 123.603475, + 46.689299 + ], + [ + 123.366338, + 46.677805 + ], + [ + 123.276411, + 46.660972 + ], + [ + 123.228368, + 46.58824 + ], + [ + 123.18094, + 46.614138 + ], + [ + 123.04605, + 46.617426 + ], + [ + 123.002318, + 46.574257 + ], + [ + 123.011557, + 46.43506 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.102716, + 46.172172 + ], + [ + 123.112571, + 46.129894 + ], + [ + 123.04605, + 46.10003 + ], + [ + 122.792898, + 46.073056 + ], + [ + 122.828623, + 45.912185 + ], + [ + 122.752246, + 45.834701 + ], + [ + 122.792283, + 45.766291 + ], + [ + 122.741775, + 45.70532 + ], + [ + 122.671558, + 45.700723 + ], + [ + 122.640761, + 45.7713 + ], + [ + 122.555146, + 45.821359 + ], + [ + 122.504639, + 45.787157 + ], + [ + 122.496016, + 45.858041 + ], + [ + 122.446125, + 45.916764 + ], + [ + 122.362357, + 45.917597 + ], + [ + 122.372828, + 45.855957 + ], + [ + 122.258879, + 45.794666 + ], + [ + 122.200981, + 45.85679 + ], + [ + 122.091344, + 45.881787 + ], + [ + 122.040221, + 45.95879 + ], + [ + 121.84312, + 46.02447 + ], + [ + 121.762432, + 45.999538 + ], + [ + 121.809243, + 45.96087 + ], + [ + 121.817251, + 45.875539 + ], + [ + 121.754425, + 45.795084 + ], + [ + 121.644172, + 45.752516 + ], + [ + 121.713773, + 45.701977 + ], + [ + 121.811091, + 45.686932 + ], + [ + 121.867142, + 45.719942 + ], + [ + 121.949062, + 45.711169 + ], + [ + 122.003264, + 45.623363 + ], + [ + 121.966308, + 45.596157 + ], + [ + 122.02359, + 45.490137 + ], + [ + 122.163408, + 45.443979 + ], + [ + 122.147394, + 45.295598 + ], + [ + 122.239169, + 45.276234 + ], + [ + 122.22993, + 45.20672 + ], + [ + 122.143082, + 45.183108 + ], + [ + 122.109822, + 45.142186 + ], + [ + 122.119677, + 45.068705 + ], + [ + 122.074713, + 45.006553 + ], + [ + 122.079025, + 44.914258 + ], + [ + 122.04946, + 44.912987 + ], + [ + 122.114749, + 44.776386 + ], + [ + 122.161561, + 44.728371 + ], + [ + 122.103046, + 44.673935 + ], + [ + 122.13138, + 44.577697 + ], + [ + 122.196053, + 44.559794 + ], + [ + 122.228082, + 44.480017 + ], + [ + 122.28598, + 44.477883 + ], + [ + 122.291524, + 44.310291 + ], + [ + 122.271198, + 44.255463 + ], + [ + 122.319241, + 44.232745 + ], + [ + 122.483697, + 44.237032 + ], + [ + 122.676486, + 44.28631 + ], + [ + 122.76087, + 44.369772 + ], + [ + 122.85634, + 44.398422 + ], + [ + 123.025108, + 44.492823 + ], + [ + 123.125506, + 44.509466 + ], + [ + 123.128585, + 44.366778 + ], + [ + 123.196955, + 44.34496 + ], + [ + 123.323838, + 44.179991 + ], + [ + 123.386664, + 44.161966 + ], + [ + 123.32815, + 44.083795 + ], + [ + 123.332461, + 44.028326 + ], + [ + 123.400831, + 43.979264 + ], + [ + 123.52525, + 43.695718 + ], + [ + 123.5117, + 43.59267 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.304744, + 43.551055 + ], + [ + 123.315831, + 43.49205 + ], + [ + 123.382968, + 43.46904 + ], + [ + 123.419925, + 43.409955 + ], + [ + 123.486446, + 43.445587 + ], + [ + 123.608402, + 43.366474 + ], + [ + 123.703873, + 43.370824 + ] + ] + ], + [ + [ + [ + 124.076516, + 50.564249 + ], + [ + 123.825829, + 50.813669 + ], + [ + 123.736517, + 50.974064 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.661989, + 51.319008 + ], + [ + 123.711264, + 51.398216 + ], + [ + 123.842459, + 51.367595 + ], + [ + 123.926227, + 51.300681 + ], + [ + 124.071588, + 51.320878 + ], + [ + 124.128255, + 51.347419 + ], + [ + 124.239124, + 51.344429 + ], + [ + 124.271769, + 51.308162 + ], + [ + 124.406659, + 51.271867 + ], + [ + 124.43684, + 51.353772 + ], + [ + 124.490427, + 51.380294 + ], + [ + 124.58713, + 51.363486 + ], + [ + 124.62655, + 51.327608 + ], + [ + 124.693687, + 51.332842 + ], + [ + 124.783614, + 51.392243 + ], + [ + 124.864302, + 51.379547 + ], + [ + 124.942527, + 51.447465 + ], + [ + 124.928976, + 51.498523 + ], + [ + 125.047236, + 51.529801 + ], + [ + 125.098975, + 51.658408 + ], + [ + 125.130388, + 51.635389 + ], + [ + 125.35151, + 51.623876 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.756798, + 51.227675 + ], + [ + 125.840566, + 51.220555 + ], + [ + 125.878138, + 51.159431 + ], + [ + 126.059225, + 51.043711 + ], + [ + 126.033971, + 51.010971 + ], + [ + 126.073391, + 50.963514 + ], + [ + 125.890457, + 50.805729 + ], + [ + 125.758646, + 50.746706 + ], + [ + 125.825784, + 50.703906 + ], + [ + 125.787595, + 50.677373 + ], + [ + 125.829479, + 50.561589 + ], + [ + 125.740784, + 50.523184 + ], + [ + 125.632379, + 50.443996 + ], + [ + 125.590495, + 50.452378 + ], + [ + 125.519662, + 50.315795 + ], + [ + 125.466075, + 50.297452 + ], + [ + 125.448829, + 50.216354 + ], + [ + 125.334264, + 50.165023 + ], + [ + 125.258504, + 50.103659 + ], + [ + 125.294228, + 50.029151 + ], + [ + 125.231402, + 49.957606 + ], + [ + 125.239409, + 49.844687 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.095896, + 49.795661 + ], + [ + 124.977635, + 49.900601 + ], + [ + 124.935135, + 49.866675 + ], + [ + 124.972708, + 49.834654 + ], + [ + 124.824266, + 49.849703 + ], + [ + 124.74173, + 49.761274 + ], + [ + 124.730644, + 49.817671 + ], + [ + 124.66597, + 49.868217 + ], + [ + 124.650571, + 49.99493 + ], + [ + 124.680752, + 50.031841 + ], + [ + 124.604992, + 50.070644 + ], + [ + 124.508289, + 50.162723 + ], + [ + 124.575427, + 50.179585 + ], + [ + 124.619774, + 50.229753 + ], + [ + 124.578507, + 50.294777 + ], + [ + 124.504594, + 50.342532 + ], + [ + 124.499666, + 50.397868 + ], + [ + 124.43992, + 50.388713 + ], + [ + 124.43992, + 50.539919 + ], + [ + 124.322892, + 50.532693 + ], + [ + 124.289015, + 50.553226 + ], + [ + 124.076516, + 50.564249 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 210000, + "name": "辽宁省", + "center": [ + 123.429096, + 41.796767 + ], + "centroid": [ + 122.606135, + 41.300702 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 5, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.239545, + 41.314696 + ], + [ + 119.326392, + 41.329525 + ], + [ + 119.30545, + 41.402271 + ], + [ + 119.376283, + 41.422015 + ], + [ + 119.405848, + 41.508548 + ], + [ + 119.361501, + 41.56498 + ], + [ + 119.415703, + 41.590044 + ], + [ + 119.307914, + 41.657581 + ], + [ + 119.294363, + 41.775935 + ], + [ + 119.334399, + 41.869569 + ], + [ + 119.324544, + 41.969296 + ], + [ + 119.384906, + 42.089738 + ], + [ + 119.315921, + 42.119037 + ], + [ + 119.237697, + 42.201088 + ], + [ + 119.284508, + 42.265325 + ], + [ + 119.415703, + 42.309588 + ], + [ + 119.502551, + 42.387857 + ], + [ + 119.572152, + 42.359568 + ], + [ + 119.541971, + 42.292329 + ], + [ + 119.744615, + 42.211725 + ], + [ + 119.846861, + 42.21527 + ], + [ + 119.837622, + 42.135455 + ], + [ + 119.989759, + 41.898969 + ], + [ + 120.051968, + 41.775935 + ], + [ + 120.035954, + 41.708075 + ], + [ + 120.096316, + 41.696907 + ], + [ + 120.188707, + 41.848179 + ], + [ + 120.373489, + 41.994648 + ], + [ + 120.456641, + 42.016433 + ], + [ + 120.466496, + 42.105277 + ], + [ + 120.58414, + 42.167394 + ], + [ + 120.624792, + 42.154532 + ], + [ + 120.745516, + 42.223689 + ], + [ + 120.79048, + 42.218372 + ], + [ + 120.933378, + 42.279493 + ], + [ + 121.068884, + 42.252483 + ], + [ + 121.285079, + 42.387857 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.304789, + 42.435567 + ], + [ + 121.388557, + 42.475297 + ], + [ + 121.604752, + 42.494271 + ], + [ + 121.66573, + 42.437333 + ], + [ + 121.904714, + 42.569666 + ], + [ + 121.940438, + 42.688525 + ], + [ + 122.071634, + 42.711391 + ], + [ + 122.20406, + 42.683687 + ], + [ + 122.203445, + 42.731171 + ], + [ + 122.338951, + 42.670051 + ], + [ + 122.395002, + 42.683687 + ], + [ + 122.457212, + 42.774227 + ], + [ + 122.374676, + 42.774667 + ], + [ + 122.35127, + 42.830419 + ], + [ + 122.436886, + 42.843142 + ], + [ + 122.563769, + 42.826031 + ], + [ + 122.624747, + 42.773349 + ], + [ + 122.732536, + 42.786524 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.786123, + 42.756218 + ], + [ + 122.831087, + 42.722381 + ], + [ + 122.887137, + 42.770275 + ], + [ + 123.058368, + 42.768957 + ], + [ + 123.227752, + 42.831735 + ], + [ + 123.169853, + 42.859811 + ], + [ + 123.18402, + 42.926002 + ], + [ + 123.259165, + 42.992997 + ], + [ + 123.474743, + 43.04243 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.515395, + 43.027561 + ], + [ + 123.572678, + 43.0035 + ], + [ + 123.666916, + 43.179585 + ], + [ + 123.664453, + 43.264606 + ], + [ + 123.703873, + 43.370824 + ], + [ + 123.710032, + 43.417344 + ], + [ + 123.791952, + 43.491182 + ], + [ + 123.87264, + 43.451234 + ], + [ + 123.84985, + 43.415606 + ], + [ + 123.896046, + 43.361689 + ], + [ + 124.032784, + 43.280724 + ], + [ + 124.098074, + 43.29292 + ], + [ + 124.114704, + 43.247175 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.282856, + 43.230176 + ], + [ + 124.284088, + 43.166058 + ], + [ + 124.425754, + 43.076092 + ], + [ + 124.333363, + 42.997373 + ], + [ + 124.422674, + 42.975927 + ], + [ + 124.431913, + 42.930821 + ], + [ + 124.369087, + 42.882613 + ], + [ + 124.435609, + 42.88086 + ], + [ + 124.454703, + 42.823836 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.539086, + 42.867266 + ], + [ + 124.659195, + 42.972862 + ], + [ + 124.686912, + 43.051176 + ], + [ + 124.785462, + 43.117161 + ], + [ + 124.896331, + 43.129826 + ], + [ + 124.840897, + 43.032372 + ], + [ + 124.869846, + 42.988183 + ], + [ + 124.859375, + 42.822959 + ], + [ + 124.897563, + 42.787841 + ], + [ + 124.975171, + 42.802768 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.968396, + 42.72282 + ], + [ + 125.038613, + 42.615476 + ], + [ + 125.097127, + 42.62252 + ], + [ + 125.068794, + 42.499564 + ], + [ + 125.186439, + 42.428059 + ], + [ + 125.175352, + 42.308261 + ], + [ + 125.29854, + 42.290116 + ], + [ + 125.305931, + 42.146103 + ], + [ + 125.353358, + 42.178923 + ], + [ + 125.490097, + 42.136343 + ], + [ + 125.369989, + 42.003096 + ], + [ + 125.291764, + 41.958618 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.325025, + 41.670097 + ], + [ + 125.450677, + 41.674119 + ], + [ + 125.450061, + 41.598099 + ], + [ + 125.534444, + 41.478073 + ], + [ + 125.547995, + 41.401373 + ], + [ + 125.637306, + 41.34435 + ], + [ + 125.646545, + 41.264344 + ], + [ + 125.758646, + 41.232404 + ], + [ + 125.737088, + 41.179737 + ], + [ + 125.791291, + 41.167577 + ], + [ + 125.712451, + 41.095471 + ], + [ + 125.726617, + 41.055328 + ], + [ + 125.674879, + 40.974516 + ], + [ + 125.589263, + 40.931135 + ], + [ + 125.707523, + 40.866915 + ], + [ + 125.544915, + 40.72922 + ], + [ + 125.49564, + 40.728767 + ], + [ + 125.422343, + 40.635297 + ], + [ + 125.279445, + 40.655273 + ], + [ + 125.018287, + 40.53624 + ], + [ + 124.985642, + 40.475279 + ], + [ + 124.897563, + 40.47892 + ], + [ + 124.851368, + 40.427017 + ], + [ + 124.74481, + 40.375074 + ], + [ + 124.718325, + 40.319441 + ], + [ + 124.62039, + 40.290695 + ], + [ + 124.388797, + 40.113384 + ], + [ + 124.38079, + 40.108808 + ], + [ + 124.336442, + 40.049751 + ], + [ + 124.372167, + 40.021348 + ], + [ + 124.239124, + 39.927352 + ], + [ + 124.173218, + 39.841496 + ], + [ + 124.144885, + 39.745413 + ], + [ + 124.103001, + 39.823577 + ], + [ + 124.002603, + 39.800137 + ], + [ + 123.828908, + 39.831389 + ], + [ + 123.697097, + 39.807032 + ], + [ + 123.665684, + 39.831389 + ], + [ + 123.612714, + 39.77485 + ], + [ + 123.536337, + 39.788644 + ], + [ + 123.392823, + 39.723787 + ], + [ + 123.383584, + 39.766572 + ], + [ + 123.274563, + 39.753693 + ], + [ + 123.253005, + 39.689724 + ], + [ + 123.010941, + 39.655184 + ], + [ + 122.972753, + 39.594813 + ], + [ + 122.85634, + 39.606799 + ], + [ + 122.808913, + 39.559764 + ], + [ + 122.581631, + 39.464211 + ], + [ + 122.489856, + 39.403673 + ], + [ + 122.412864, + 39.411995 + ], + [ + 122.274893, + 39.322257 + ], + [ + 122.242865, + 39.267618 + ], + [ + 122.117213, + 39.213863 + ], + [ + 122.167104, + 39.158676 + ], + [ + 122.048228, + 39.101123 + ], + [ + 121.963228, + 39.030046 + ], + [ + 121.864062, + 39.037018 + ], + [ + 121.920728, + 38.969598 + ], + [ + 121.863446, + 38.942611 + ], + [ + 121.790149, + 39.022609 + ], + [ + 121.671273, + 39.010057 + ], + [ + 121.655874, + 38.9468 + ], + [ + 121.719316, + 38.92027 + ], + [ + 121.708845, + 38.872772 + ], + [ + 121.565331, + 38.875101 + ], + [ + 121.509897, + 38.817784 + ], + [ + 121.359608, + 38.822446 + ], + [ + 121.259825, + 38.786543 + ], + [ + 121.198848, + 38.721686 + ], + [ + 121.13479, + 38.72402 + ], + [ + 121.128014, + 38.958897 + ], + [ + 121.204391, + 38.941215 + ], + [ + 121.341129, + 38.980761 + ], + [ + 121.370695, + 39.060251 + ], + [ + 121.508049, + 39.034229 + ], + [ + 121.68236, + 39.117837 + ], + [ + 121.604136, + 39.166098 + ], + [ + 121.598592, + 39.279198 + ], + [ + 121.668193, + 39.276419 + ], + [ + 121.723628, + 39.367603 + ], + [ + 121.621382, + 39.32596 + ], + [ + 121.474788, + 39.296332 + ], + [ + 121.432904, + 39.357426 + ], + [ + 121.246891, + 39.421702 + ], + [ + 121.304173, + 39.481762 + ], + [ + 121.224717, + 39.51962 + ], + [ + 121.297398, + 39.605877 + ], + [ + 121.450151, + 39.625235 + ], + [ + 121.501274, + 39.706758 + ], + [ + 121.45939, + 39.747713 + ], + [ + 121.530223, + 39.851603 + ], + [ + 121.626925, + 39.882831 + ], + [ + 121.699606, + 39.937445 + ], + [ + 121.76428, + 39.933316 + ], + [ + 121.82341, + 40.036467 + ], + [ + 121.884388, + 40.053415 + ], + [ + 122.01004, + 40.149067 + ], + [ + 121.940438, + 40.2423 + ], + [ + 122.02667, + 40.245041 + ], + [ + 122.040221, + 40.322178 + ], + [ + 122.198517, + 40.382367 + ], + [ + 122.245944, + 40.519868 + ], + [ + 122.133843, + 40.614408 + ], + [ + 122.148626, + 40.671612 + ], + [ + 122.06609, + 40.648464 + ], + [ + 121.951525, + 40.680687 + ], + [ + 121.934279, + 40.798103 + ], + [ + 121.852359, + 40.821199 + ], + [ + 121.816019, + 40.894962 + ], + [ + 121.682976, + 40.829802 + ], + [ + 121.526527, + 40.851529 + ], + [ + 121.499426, + 40.880035 + ], + [ + 121.335586, + 40.900842 + ], + [ + 121.23642, + 40.851077 + ], + [ + 121.126167, + 40.869177 + ], + [ + 121.086747, + 40.798103 + ], + [ + 120.991276, + 40.744181 + ], + [ + 121.033776, + 40.70972 + ], + [ + 120.8299, + 40.671158 + ], + [ + 120.822509, + 40.593966 + ], + [ + 120.72827, + 40.539423 + ], + [ + 120.674683, + 40.471183 + ], + [ + 120.616169, + 40.457071 + ], + [ + 120.599539, + 40.355471 + ], + [ + 120.537329, + 40.325372 + ], + [ + 120.523778, + 40.256914 + ], + [ + 120.465264, + 40.178787 + ], + [ + 120.371641, + 40.174673 + ], + [ + 120.273091, + 40.127111 + ], + [ + 119.955882, + 40.046544 + ], + [ + 119.913998, + 39.988349 + ], + [ + 119.854252, + 39.988349 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.845629, + 40.000726 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.848093, + 40.020432 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.817296, + 40.049751 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.780339, + 40.047002 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.779723, + 40.049293 + ], + [ + 119.736608, + 40.10469 + ], + [ + 119.745847, + 40.208038 + ], + [ + 119.625123, + 40.224029 + ], + [ + 119.642369, + 40.291151 + ], + [ + 119.586934, + 40.37553 + ], + [ + 119.598637, + 40.465266 + ], + [ + 119.571536, + 40.540333 + ], + [ + 119.30237, + 40.530329 + ], + [ + 119.162552, + 40.599872 + ], + [ + 119.184726, + 40.680233 + ], + [ + 119.054147, + 40.664804 + ], + [ + 118.911249, + 40.776811 + ], + [ + 118.849039, + 40.800821 + ], + [ + 118.90201, + 40.960963 + ], + [ + 118.977154, + 40.959155 + ], + [ + 118.977154, + 40.959155 + ], + [ + 119.013495, + 41.007485 + ], + [ + 118.951901, + 41.01832 + ], + [ + 118.96422, + 41.079236 + ], + [ + 119.037516, + 41.067509 + ], + [ + 119.126212, + 41.138744 + ], + [ + 119.2494, + 41.279634 + ], + [ + 119.239545, + 41.314696 + ] + ] + ], + [ + [ + [ + 122.969057, + 39.513158 + ], + [ + 122.978912, + 39.561609 + ], + [ + 123.036194, + 39.533004 + ], + [ + 122.969057, + 39.513158 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 220000, + "name": "吉林省", + "center": [ + 125.3245, + 43.886841 + ], + "centroid": [ + 126.171246, + 43.703944 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 6, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 125.707523, + 40.866915 + ], + [ + 125.589263, + 40.931135 + ], + [ + 125.674879, + 40.974516 + ], + [ + 125.726617, + 41.055328 + ], + [ + 125.712451, + 41.095471 + ], + [ + 125.791291, + 41.167577 + ], + [ + 125.737088, + 41.179737 + ], + [ + 125.758646, + 41.232404 + ], + [ + 125.646545, + 41.264344 + ], + [ + 125.637306, + 41.34435 + ], + [ + 125.547995, + 41.401373 + ], + [ + 125.534444, + 41.478073 + ], + [ + 125.450061, + 41.598099 + ], + [ + 125.450677, + 41.674119 + ], + [ + 125.325025, + 41.670097 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.323793, + 41.771026 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.319482, + 41.777273 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.29238, + 41.83971 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.297308, + 41.861995 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.299156, + 41.872243 + ], + [ + 125.291764, + 41.958618 + ], + [ + 125.369989, + 42.003096 + ], + [ + 125.490097, + 42.136343 + ], + [ + 125.353358, + 42.178923 + ], + [ + 125.305931, + 42.146103 + ], + [ + 125.29854, + 42.290116 + ], + [ + 125.175352, + 42.308261 + ], + [ + 125.186439, + 42.428059 + ], + [ + 125.068794, + 42.499564 + ], + [ + 125.097127, + 42.62252 + ], + [ + 125.038613, + 42.615476 + ], + [ + 124.968396, + 42.72282 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.996113, + 42.745234 + ], + [ + 124.975171, + 42.802768 + ], + [ + 124.897563, + 42.787841 + ], + [ + 124.859375, + 42.822959 + ], + [ + 124.869846, + 42.988183 + ], + [ + 124.840897, + 43.032372 + ], + [ + 124.896331, + 43.129826 + ], + [ + 124.785462, + 43.117161 + ], + [ + 124.686912, + 43.051176 + ], + [ + 124.659195, + 42.972862 + ], + [ + 124.539086, + 42.867266 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.514449, + 42.873406 + ], + [ + 124.454703, + 42.823836 + ], + [ + 124.435609, + 42.88086 + ], + [ + 124.369087, + 42.882613 + ], + [ + 124.431913, + 42.930821 + ], + [ + 124.422674, + 42.975927 + ], + [ + 124.333363, + 42.997373 + ], + [ + 124.425754, + 43.076092 + ], + [ + 124.284088, + 43.166058 + ], + [ + 124.282856, + 43.230176 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.226805, + 43.241945 + ], + [ + 124.114704, + 43.247175 + ], + [ + 124.098074, + 43.29292 + ], + [ + 124.032784, + 43.280724 + ], + [ + 123.896046, + 43.361689 + ], + [ + 123.84985, + 43.415606 + ], + [ + 123.87264, + 43.451234 + ], + [ + 123.791952, + 43.491182 + ], + [ + 123.710032, + 43.417344 + ], + [ + 123.703873, + 43.370824 + ], + [ + 123.608402, + 43.366474 + ], + [ + 123.486446, + 43.445587 + ], + [ + 123.419925, + 43.409955 + ], + [ + 123.382968, + 43.46904 + ], + [ + 123.315831, + 43.49205 + ], + [ + 123.304744, + 43.551055 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.439019, + 43.577501 + ], + [ + 123.5117, + 43.59267 + ], + [ + 123.52525, + 43.695718 + ], + [ + 123.400831, + 43.979264 + ], + [ + 123.332461, + 44.028326 + ], + [ + 123.32815, + 44.083795 + ], + [ + 123.386664, + 44.161966 + ], + [ + 123.323838, + 44.179991 + ], + [ + 123.196955, + 44.34496 + ], + [ + 123.128585, + 44.366778 + ], + [ + 123.125506, + 44.509466 + ], + [ + 123.025108, + 44.492823 + ], + [ + 122.85634, + 44.398422 + ], + [ + 122.76087, + 44.369772 + ], + [ + 122.676486, + 44.28631 + ], + [ + 122.483697, + 44.237032 + ], + [ + 122.319241, + 44.232745 + ], + [ + 122.271198, + 44.255463 + ], + [ + 122.291524, + 44.310291 + ], + [ + 122.28598, + 44.477883 + ], + [ + 122.228082, + 44.480017 + ], + [ + 122.196053, + 44.559794 + ], + [ + 122.13138, + 44.577697 + ], + [ + 122.103046, + 44.673935 + ], + [ + 122.161561, + 44.728371 + ], + [ + 122.114749, + 44.776386 + ], + [ + 122.04946, + 44.912987 + ], + [ + 122.079025, + 44.914258 + ], + [ + 122.074713, + 45.006553 + ], + [ + 122.119677, + 45.068705 + ], + [ + 122.109822, + 45.142186 + ], + [ + 122.143082, + 45.183108 + ], + [ + 122.22993, + 45.20672 + ], + [ + 122.239169, + 45.276234 + ], + [ + 122.147394, + 45.295598 + ], + [ + 122.163408, + 45.443979 + ], + [ + 122.02359, + 45.490137 + ], + [ + 121.966308, + 45.596157 + ], + [ + 122.003264, + 45.623363 + ], + [ + 121.949062, + 45.711169 + ], + [ + 121.867142, + 45.719942 + ], + [ + 121.811091, + 45.686932 + ], + [ + 121.713773, + 45.701977 + ], + [ + 121.644172, + 45.752516 + ], + [ + 121.754425, + 45.795084 + ], + [ + 121.817251, + 45.875539 + ], + [ + 121.809243, + 45.96087 + ], + [ + 121.762432, + 45.999538 + ], + [ + 121.84312, + 46.02447 + ], + [ + 122.040221, + 45.95879 + ], + [ + 122.091344, + 45.881787 + ], + [ + 122.200981, + 45.85679 + ], + [ + 122.258879, + 45.794666 + ], + [ + 122.372828, + 45.855957 + ], + [ + 122.362357, + 45.917597 + ], + [ + 122.446125, + 45.916764 + ], + [ + 122.496016, + 45.858041 + ], + [ + 122.504639, + 45.787157 + ], + [ + 122.555146, + 45.821359 + ], + [ + 122.640761, + 45.7713 + ], + [ + 122.671558, + 45.700723 + ], + [ + 122.741775, + 45.70532 + ], + [ + 122.792283, + 45.766291 + ], + [ + 122.752246, + 45.834701 + ], + [ + 122.828623, + 45.912185 + ], + [ + 122.792898, + 46.073056 + ], + [ + 123.04605, + 46.10003 + ], + [ + 123.112571, + 46.129894 + ], + [ + 123.102716, + 46.172172 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.248078, + 46.273178 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.373113, + 46.223112 + ], + [ + 123.498765, + 46.259528 + ], + [ + 123.565902, + 46.22601 + ], + [ + 123.610866, + 46.252909 + ], + [ + 123.779633, + 46.264078 + ], + [ + 123.896046, + 46.303774 + ], + [ + 123.982893, + 46.22601 + ], + [ + 123.99398, + 46.101275 + ], + [ + 124.040176, + 46.019484 + ], + [ + 123.970574, + 45.971267 + ], + [ + 123.996444, + 45.907189 + ], + [ + 124.061118, + 45.886369 + ], + [ + 124.064813, + 45.797586 + ], + [ + 124.009379, + 45.78215 + ], + [ + 124.13811, + 45.68735 + ], + [ + 124.129487, + 45.637589 + ], + [ + 124.273001, + 45.584014 + ], + [ + 124.287783, + 45.539191 + ], + [ + 124.354305, + 45.546734 + ], + [ + 124.398652, + 45.44062 + ], + [ + 124.480572, + 45.456151 + ], + [ + 124.544014, + 45.412066 + ], + [ + 124.625318, + 45.437262 + ], + [ + 124.886476, + 45.442719 + ], + [ + 124.923433, + 45.541286 + ], + [ + 124.961005, + 45.49517 + ], + [ + 125.025678, + 45.493492 + ], + [ + 125.06941, + 45.384757 + ], + [ + 125.248649, + 45.417526 + ], + [ + 125.347815, + 45.395262 + ], + [ + 125.398322, + 45.416686 + ], + [ + 125.424807, + 45.485523 + ], + [ + 125.497488, + 45.469161 + ], + [ + 125.628067, + 45.522006 + ], + [ + 125.687813, + 45.51404 + ], + [ + 125.716146, + 45.421725 + ], + [ + 125.697052, + 45.349447 + ], + [ + 125.760494, + 45.291389 + ], + [ + 125.915095, + 45.196602 + ], + [ + 126.166398, + 45.133323 + ], + [ + 126.321615, + 45.178891 + ], + [ + 126.428172, + 45.2358 + ], + [ + 126.567375, + 45.252651 + ], + [ + 126.831613, + 45.146406 + ], + [ + 126.96404, + 45.132056 + ], + [ + 126.968351, + 45.074621 + ], + [ + 127.085995, + 44.944757 + ], + [ + 127.021938, + 44.899002 + ], + [ + 126.984366, + 44.823936 + ], + [ + 127.037336, + 44.72157 + ], + [ + 127.049039, + 44.567041 + ], + [ + 127.094003, + 44.615189 + ], + [ + 127.182082, + 44.644144 + ], + [ + 127.392733, + 44.632223 + ], + [ + 127.557189, + 44.575566 + ], + [ + 127.536247, + 44.522266 + ], + [ + 127.463566, + 44.484713 + ], + [ + 127.50853, + 44.437312 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.623095, + 44.277743 + ], + [ + 127.591066, + 44.227601 + ], + [ + 127.681609, + 44.167116 + ], + [ + 127.724109, + 44.196723 + ], + [ + 127.729036, + 44.098836 + ], + [ + 127.862079, + 44.063162 + ], + [ + 128.059796, + 44.110007 + ], + [ + 128.089977, + 44.132342 + ], + [ + 128.101679, + 44.290593 + ], + [ + 128.049941, + 44.349239 + ], + [ + 128.190375, + 44.367206 + ], + [ + 128.211317, + 44.431757 + ], + [ + 128.373309, + 44.51416 + ], + [ + 128.46262, + 44.433894 + ], + [ + 128.481714, + 44.375332 + ], + [ + 128.450301, + 44.203157 + ], + [ + 128.574721, + 44.047682 + ], + [ + 128.584576, + 43.990887 + ], + [ + 128.644938, + 43.936193 + ], + [ + 128.636315, + 43.891366 + ], + [ + 128.723778, + 43.894816 + ], + [ + 128.760734, + 43.857724 + ], + [ + 128.719467, + 43.816724 + ], + [ + 128.877763, + 43.540213 + ], + [ + 128.949212, + 43.55409 + ], + [ + 129.014501, + 43.523295 + ], + [ + 129.230696, + 43.59527 + ], + [ + 129.211602, + 43.784336 + ], + [ + 129.406855, + 43.819314 + ], + [ + 129.467833, + 43.874548 + ], + [ + 129.742542, + 43.875841 + ], + [ + 129.784426, + 43.964623 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.98091, + 44.014128 + ], + [ + 130.017251, + 43.962039 + ], + [ + 130.027106, + 43.851684 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.189098, + 43.940501 + ], + [ + 130.260547, + 43.948256 + ], + [ + 130.353554, + 44.050262 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.383119, + 43.906025 + ], + [ + 130.380039, + 43.783904 + ], + [ + 130.423771, + 43.742853 + ], + [ + 130.4133, + 43.652009 + ], + [ + 130.488444, + 43.655905 + ], + [ + 130.823515, + 43.502901 + ], + [ + 130.841378, + 43.454274 + ], + [ + 130.907283, + 43.434291 + ], + [ + 131.026775, + 43.508542 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.294093, + 43.469909 + ], + [ + 131.304564, + 43.502033 + ], + [ + 131.314419, + 43.392567 + ], + [ + 131.275615, + 43.369084 + ], + [ + 131.255289, + 43.265041 + ], + [ + 131.206014, + 43.23715 + ], + [ + 131.218332, + 43.146853 + ], + [ + 131.171521, + 43.069536 + ], + [ + 131.102536, + 43.021 + ], + [ + 131.151195, + 42.968485 + ], + [ + 131.114855, + 42.915048 + ], + [ + 131.034167, + 42.929069 + ], + [ + 131.045869, + 42.866828 + ], + [ + 130.949167, + 42.876913 + ], + [ + 130.890653, + 42.852793 + ], + [ + 130.801957, + 42.879544 + ], + [ + 130.784095, + 42.842265 + ], + [ + 130.666451, + 42.847968 + ], + [ + 130.40714, + 42.731611 + ], + [ + 130.464423, + 42.688525 + ], + [ + 130.586995, + 42.67621 + ], + [ + 130.633806, + 42.603586 + ], + [ + 130.570364, + 42.557327 + ], + [ + 130.558661, + 42.496035 + ], + [ + 130.482285, + 42.626483 + ], + [ + 130.388046, + 42.603145 + ], + [ + 130.242069, + 42.738643 + ], + [ + 130.265474, + 42.904092 + ], + [ + 130.10225, + 42.922935 + ], + [ + 130.144134, + 42.976365 + ], + [ + 129.994461, + 42.980304 + ], + [ + 129.98707, + 42.977678 + ], + [ + 129.939642, + 43.01225 + ], + [ + 129.899606, + 43.002187 + ], + [ + 129.85957, + 42.966295 + ], + [ + 129.858338, + 42.964544 + ], + [ + 129.839244, + 42.879983 + ], + [ + 129.835549, + 42.866828 + ], + [ + 129.821382, + 42.854109 + ], + [ + 129.816454, + 42.851039 + ], + [ + 129.7641, + 42.716227 + ], + [ + 129.764716, + 42.713149 + ], + [ + 129.776418, + 42.69908 + ], + [ + 129.794281, + 42.684127 + ], + [ + 129.741926, + 42.580681 + ], + [ + 129.748701, + 42.470884 + ], + [ + 129.704354, + 42.427176 + ], + [ + 129.612579, + 42.436892 + ], + [ + 129.601492, + 42.42276 + ], + [ + 129.546057, + 42.361336 + ], + [ + 129.452434, + 42.440866 + ], + [ + 129.344029, + 42.451462 + ], + [ + 129.239935, + 42.36841 + ], + [ + 129.231928, + 42.36001 + ], + [ + 129.260261, + 42.335689 + ], + [ + 129.183269, + 42.262225 + ], + [ + 129.215914, + 42.20818 + ], + [ + 129.120443, + 42.142111 + ], + [ + 128.954755, + 42.083966 + ], + [ + 128.930734, + 42.014211 + ], + [ + 128.737945, + 42.050209 + ], + [ + 128.70222, + 42.020434 + ], + [ + 128.60675, + 42.030212 + ], + [ + 128.569177, + 41.996426 + ], + [ + 128.466316, + 42.020878 + ], + [ + 128.090593, + 42.022656 + ], + [ + 128.033926, + 42.000428 + ], + [ + 128.106607, + 41.950164 + ], + [ + 128.112766, + 41.79378 + ], + [ + 128.171897, + 41.713882 + ], + [ + 128.278454, + 41.658922 + ], + [ + 128.317258, + 41.593177 + ], + [ + 128.242114, + 41.501827 + ], + [ + 128.203309, + 41.411246 + ], + [ + 128.113998, + 41.364561 + ], + [ + 127.932296, + 41.446686 + ], + [ + 127.850376, + 41.422912 + ], + [ + 127.636645, + 41.41349 + ], + [ + 127.547334, + 41.477176 + ], + [ + 127.40998, + 41.463278 + ], + [ + 127.294183, + 41.48659 + ], + [ + 127.283096, + 41.513925 + ], + [ + 127.115561, + 41.540353 + ], + [ + 127.179618, + 41.599888 + ], + [ + 127.039184, + 41.671884 + ], + [ + 127.051503, + 41.744693 + ], + [ + 126.943714, + 41.772365 + ], + [ + 126.931395, + 41.812959 + ], + [ + 126.808207, + 41.748264 + ], + [ + 126.798968, + 41.697354 + ], + [ + 126.726903, + 41.751389 + ], + [ + 126.688099, + 41.674119 + ], + [ + 126.608643, + 41.670543 + ], + [ + 126.569838, + 41.621809 + ], + [ + 126.497158, + 41.406758 + ], + [ + 126.539041, + 41.366806 + ], + [ + 126.435564, + 41.351088 + ], + [ + 126.322847, + 41.231054 + ], + [ + 126.293282, + 41.17073 + ], + [ + 126.157775, + 41.091413 + ], + [ + 126.031507, + 40.927067 + ], + [ + 125.959442, + 40.881845 + ], + [ + 125.875059, + 40.90853 + ], + [ + 125.817161, + 40.866915 + ], + [ + 125.785132, + 40.895867 + ], + [ + 125.707523, + 40.866915 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 230000, + "name": "黑龙江省", + "center": [ + 126.642464, + 45.756967 + ], + "centroid": [ + 127.693002, + 48.040469 + ], + "childrenNum": 13, + "level": "province", + "subFeatureIndex": 7, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 123.319527, + 46.253736 + ], + [ + 123.319527, + 46.253736 + ], + [ + 123.248078, + 46.273178 + ], + [ + 123.178476, + 46.247944 + ], + [ + 123.011557, + 46.43506 + ], + [ + 123.002318, + 46.574257 + ], + [ + 123.04605, + 46.617426 + ], + [ + 123.18094, + 46.614138 + ], + [ + 123.228368, + 46.58824 + ], + [ + 123.276411, + 46.660972 + ], + [ + 123.366338, + 46.677805 + ], + [ + 123.603475, + 46.689299 + ], + [ + 123.631808, + 46.728685 + ], + [ + 123.625648, + 46.84749 + ], + [ + 123.576989, + 46.891259 + ], + [ + 123.562823, + 46.825797 + ], + [ + 123.483366, + 46.845854 + ], + [ + 123.52833, + 46.944797 + ], + [ + 123.404526, + 46.935401 + ], + [ + 123.374345, + 46.837668 + ], + [ + 123.309056, + 46.86222 + ], + [ + 123.221592, + 46.850355 + ], + [ + 123.163694, + 46.740167 + ], + [ + 123.026339, + 46.718841 + ], + [ + 122.906847, + 46.807372 + ], + [ + 122.895144, + 46.960317 + ], + [ + 122.796594, + 46.938261 + ], + [ + 122.778116, + 47.00277 + ], + [ + 122.845869, + 47.046819 + ], + [ + 122.679566, + 47.094092 + ], + [ + 122.556378, + 47.17265 + ], + [ + 122.418407, + 47.350503 + ], + [ + 122.507103, + 47.401555 + ], + [ + 122.543443, + 47.495427 + ], + [ + 122.59395, + 47.547551 + ], + [ + 122.763333, + 47.613338 + ], + [ + 122.855108, + 47.677432 + ], + [ + 123.166158, + 47.783677 + ], + [ + 123.228983, + 47.840735 + ], + [ + 123.300432, + 47.953861 + ], + [ + 123.537569, + 48.021938 + ], + [ + 123.746373, + 48.19772 + ], + [ + 123.873256, + 48.281006 + ], + [ + 124.07898, + 48.436058 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.25945, + 48.536391 + ], + [ + 124.314269, + 48.503894 + ], + [ + 124.317964, + 48.347856 + ], + [ + 124.404812, + 48.264679 + ], + [ + 124.418978, + 48.181765 + ], + [ + 124.467637, + 48.178972 + ], + [ + 124.463942, + 48.097518 + ], + [ + 124.578507, + 48.251931 + ], + [ + 124.579738, + 48.304095 + ], + [ + 124.51876, + 48.378068 + ], + [ + 124.507674, + 48.445584 + ], + [ + 124.555717, + 48.467805 + ], + [ + 124.520608, + 48.556196 + ], + [ + 124.579122, + 48.596574 + ], + [ + 124.653651, + 48.777089 + ], + [ + 124.697383, + 48.841711 + ], + [ + 124.709086, + 48.920406 + ], + [ + 124.808252, + 49.020563 + ], + [ + 124.807636, + 49.108769 + ], + [ + 124.906802, + 49.183915 + ], + [ + 125.117453, + 49.126 + ], + [ + 125.219699, + 49.188999 + ], + [ + 125.261583, + 49.318656 + ], + [ + 125.264047, + 49.461585 + ], + [ + 125.228323, + 49.486857 + ], + [ + 125.234482, + 49.592077 + ], + [ + 125.132236, + 49.671909 + ], + [ + 125.219699, + 49.669199 + ], + [ + 125.222779, + 49.799137 + ], + [ + 125.177815, + 49.829637 + ], + [ + 125.239409, + 49.844687 + ], + [ + 125.231402, + 49.957606 + ], + [ + 125.294228, + 50.029151 + ], + [ + 125.258504, + 50.103659 + ], + [ + 125.334264, + 50.165023 + ], + [ + 125.448829, + 50.216354 + ], + [ + 125.466075, + 50.297452 + ], + [ + 125.519662, + 50.315795 + ], + [ + 125.590495, + 50.452378 + ], + [ + 125.632379, + 50.443996 + ], + [ + 125.740784, + 50.523184 + ], + [ + 125.829479, + 50.561589 + ], + [ + 125.787595, + 50.677373 + ], + [ + 125.825784, + 50.703906 + ], + [ + 125.758646, + 50.746706 + ], + [ + 125.890457, + 50.805729 + ], + [ + 126.073391, + 50.963514 + ], + [ + 126.033971, + 51.010971 + ], + [ + 126.059225, + 51.043711 + ], + [ + 125.878138, + 51.159431 + ], + [ + 125.840566, + 51.220555 + ], + [ + 125.756798, + 51.227675 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.743248, + 51.275984 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.670567, + 51.34555 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.668103, + 51.347419 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.63977, + 51.372451 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.623756, + 51.387762 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.600966, + 51.413518 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.597886, + 51.414638 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.595422, + 51.416877 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.567089, + 51.455668 + ], + [ + 125.35151, + 51.623876 + ], + [ + 125.130388, + 51.635389 + ], + [ + 125.098975, + 51.658408 + ], + [ + 125.047236, + 51.529801 + ], + [ + 124.928976, + 51.498523 + ], + [ + 124.942527, + 51.447465 + ], + [ + 124.864302, + 51.379547 + ], + [ + 124.783614, + 51.392243 + ], + [ + 124.693687, + 51.332842 + ], + [ + 124.62655, + 51.327608 + ], + [ + 124.58713, + 51.363486 + ], + [ + 124.490427, + 51.380294 + ], + [ + 124.43684, + 51.353772 + ], + [ + 124.406659, + 51.271867 + ], + [ + 124.271769, + 51.308162 + ], + [ + 124.239124, + 51.344429 + ], + [ + 124.128255, + 51.347419 + ], + [ + 124.071588, + 51.320878 + ], + [ + 123.926227, + 51.300681 + ], + [ + 123.842459, + 51.367595 + ], + [ + 123.711264, + 51.398216 + ], + [ + 123.661989, + 51.319008 + ], + [ + 123.465504, + 51.287212 + ], + [ + 123.294273, + 51.25427 + ], + [ + 123.058984, + 51.321999 + ], + [ + 122.978296, + 51.331346 + ], + [ + 122.965977, + 51.387015 + ], + [ + 122.903768, + 51.415384 + ], + [ + 122.854492, + 51.477659 + ], + [ + 122.85634, + 51.606786 + ], + [ + 122.749167, + 51.746661 + ], + [ + 122.771957, + 51.779619 + ], + [ + 122.706051, + 51.890166 + ], + [ + 122.726377, + 51.978704 + ], + [ + 122.683877, + 51.974649 + ], + [ + 122.629059, + 52.136529 + ], + [ + 122.769493, + 52.179843 + ], + [ + 122.76087, + 52.26671 + ], + [ + 122.585943, + 52.266344 + ], + [ + 122.478153, + 52.29636 + ], + [ + 122.484313, + 52.341711 + ], + [ + 122.342031, + 52.41403 + ], + [ + 122.310618, + 52.475299 + ], + [ + 122.207756, + 52.469103 + ], + [ + 122.168952, + 52.513549 + ], + [ + 122.091344, + 52.427167 + ], + [ + 121.94783, + 52.298555 + ], + [ + 121.841272, + 52.282818 + ], + [ + 121.714389, + 52.317944 + ], + [ + 121.63986, + 52.444311 + ], + [ + 121.519136, + 52.456709 + ], + [ + 121.416274, + 52.499346 + ], + [ + 121.325731, + 52.572498 + ], + [ + 121.182217, + 52.599399 + ], + [ + 121.373158, + 52.683268 + ], + [ + 121.476636, + 52.772043 + ], + [ + 121.591201, + 52.824499 + ], + [ + 121.610295, + 52.892416 + ], + [ + 121.66265, + 52.912626 + ], + [ + 121.715621, + 52.998054 + ], + [ + 121.785838, + 53.018575 + ], + [ + 121.817867, + 53.061744 + ], + [ + 121.754425, + 53.146519 + ], + [ + 121.665114, + 53.170556 + ], + [ + 121.679896, + 53.240437 + ], + [ + 121.612143, + 53.260484 + ], + [ + 121.499426, + 53.337008 + ], + [ + 121.596128, + 53.352368 + ], + [ + 121.697758, + 53.392705 + ], + [ + 121.754425, + 53.389494 + ], + [ + 121.875765, + 53.426587 + ], + [ + 122.111054, + 53.426944 + ], + [ + 122.161561, + 53.468635 + ], + [ + 122.227466, + 53.461868 + ], + [ + 122.350038, + 53.50566 + ], + [ + 122.435038, + 53.444766 + ], + [ + 122.608117, + 53.46543 + ], + [ + 122.894528, + 53.462936 + ], + [ + 123.052209, + 53.506727 + ], + [ + 123.137209, + 53.498186 + ], + [ + 123.274563, + 53.563269 + ], + [ + 123.454417, + 53.536608 + ], + [ + 123.510468, + 53.509218 + ], + [ + 123.517243, + 53.558293 + ], + [ + 123.569598, + 53.505304 + ], + [ + 123.58746, + 53.546919 + ], + [ + 123.668764, + 53.533763 + ], + [ + 123.698329, + 53.498542 + ], + [ + 123.865249, + 53.489644 + ], + [ + 124.058038, + 53.404121 + ], + [ + 124.125791, + 53.348082 + ], + [ + 124.239124, + 53.379501 + ], + [ + 124.327819, + 53.332006 + ], + [ + 124.375863, + 53.259053 + ], + [ + 124.435609, + 53.223962 + ], + [ + 124.563108, + 53.201389 + ], + [ + 124.683832, + 53.206406 + ], + [ + 124.734339, + 53.146519 + ], + [ + 124.832889, + 53.145083 + ], + [ + 124.87231, + 53.099123 + ], + [ + 124.887708, + 53.164458 + ], + [ + 124.970244, + 53.194221 + ], + [ + 125.195062, + 53.198522 + ], + [ + 125.315786, + 53.145083 + ], + [ + 125.503647, + 53.095171 + ], + [ + 125.530749, + 53.050956 + ], + [ + 125.613901, + 53.083313 + ], + [ + 125.684118, + 53.008136 + ], + [ + 125.742632, + 52.993733 + ], + [ + 125.737704, + 52.945087 + ], + [ + 125.665023, + 52.913348 + ], + [ + 125.678574, + 52.860999 + ], + [ + 125.772197, + 52.89783 + ], + [ + 125.855349, + 52.866418 + ], + [ + 125.985312, + 52.758648 + ], + [ + 126.058609, + 52.798098 + ], + [ + 126.115275, + 52.757924 + ], + [ + 126.045058, + 52.738366 + ], + [ + 126.061688, + 52.673473 + ], + [ + 125.995783, + 52.675287 + ], + [ + 125.968682, + 52.630279 + ], + [ + 126.030891, + 52.576135 + ], + [ + 126.066616, + 52.60376 + ], + [ + 126.213209, + 52.5252 + ], + [ + 126.205202, + 52.466187 + ], + [ + 126.266796, + 52.475664 + ], + [ + 126.353644, + 52.389207 + ], + [ + 126.327774, + 52.310628 + ], + [ + 126.4331, + 52.298555 + ], + [ + 126.300673, + 52.220915 + ], + [ + 126.34502, + 52.192315 + ], + [ + 126.499005, + 52.160394 + ], + [ + 126.563679, + 52.119266 + ], + [ + 126.514404, + 52.037264 + ], + [ + 126.450962, + 52.027693 + ], + [ + 126.462665, + 51.948473 + ], + [ + 126.510092, + 51.922281 + ], + [ + 126.622809, + 51.777397 + ], + [ + 126.734294, + 51.711454 + ], + [ + 126.741069, + 51.642073 + ], + [ + 126.69549, + 51.578536 + ], + [ + 126.837156, + 51.536128 + ], + [ + 126.784185, + 51.44821 + ], + [ + 126.908605, + 51.407174 + ], + [ + 126.930163, + 51.359376 + ], + [ + 126.837156, + 51.345177 + ], + [ + 126.841468, + 51.258763 + ], + [ + 126.92154, + 51.259512 + ], + [ + 126.887047, + 51.321999 + ], + [ + 126.978822, + 51.329477 + ], + [ + 126.976358, + 51.291702 + ], + [ + 126.899982, + 51.200689 + ], + [ + 126.922772, + 51.061764 + ], + [ + 127.143894, + 50.91035 + ], + [ + 127.236285, + 50.781524 + ], + [ + 127.295415, + 50.755035 + ], + [ + 127.294799, + 50.663721 + ], + [ + 127.370559, + 50.581349 + ], + [ + 127.293567, + 50.46571 + ], + [ + 127.3644, + 50.43828 + ], + [ + 127.332371, + 50.340623 + ], + [ + 127.371791, + 50.296688 + ], + [ + 127.603385, + 50.23932 + ], + [ + 127.58737, + 50.137802 + ], + [ + 127.501755, + 50.056817 + ], + [ + 127.495595, + 49.994545 + ], + [ + 127.543638, + 49.944131 + ], + [ + 127.531936, + 49.825777 + ], + [ + 127.563964, + 49.793343 + ], + [ + 127.660051, + 49.77905 + ], + [ + 127.677913, + 49.697846 + ], + [ + 127.815268, + 49.594017 + ], + [ + 127.897804, + 49.578889 + ], + [ + 128.001281, + 49.592465 + ], + [ + 128.070882, + 49.55677 + ], + [ + 128.185447, + 49.539301 + ], + [ + 128.287077, + 49.566473 + ], + [ + 128.343128, + 49.545125 + ], + [ + 128.389939, + 49.590138 + ], + [ + 128.537764, + 49.604487 + ], + [ + 128.715155, + 49.56492 + ], + [ + 128.744104, + 49.594792 + ], + [ + 128.813089, + 49.558323 + ], + [ + 128.754575, + 49.506676 + ], + [ + 128.792147, + 49.473251 + ], + [ + 128.871604, + 49.492298 + ], + [ + 129.013886, + 49.457307 + ], + [ + 129.055769, + 49.382188 + ], + [ + 129.143849, + 49.357253 + ], + [ + 129.215298, + 49.398935 + ], + [ + 129.320623, + 49.358422 + ], + [ + 129.379138, + 49.366995 + ], + [ + 129.390224, + 49.432799 + ], + [ + 129.448739, + 49.441359 + ], + [ + 129.546057, + 49.395041 + ], + [ + 129.562687, + 49.299541 + ], + [ + 129.604571, + 49.278858 + ], + [ + 129.714209, + 49.296029 + ], + [ + 129.761636, + 49.257384 + ], + [ + 129.753629, + 49.208547 + ], + [ + 129.847867, + 49.181177 + ], + [ + 129.866962, + 49.114252 + ], + [ + 129.913157, + 49.108377 + ], + [ + 129.937179, + 49.04057 + ], + [ + 130.020946, + 49.020955 + ], + [ + 130.059135, + 48.978954 + ], + [ + 130.211272, + 48.901137 + ], + [ + 130.245148, + 48.866514 + ], + [ + 130.471198, + 48.905464 + ], + [ + 130.501995, + 48.86612 + ], + [ + 130.680617, + 48.881074 + ], + [ + 130.689856, + 48.849586 + ], + [ + 130.622103, + 48.783792 + ], + [ + 130.538335, + 48.612004 + ], + [ + 130.605473, + 48.5942 + ], + [ + 130.620871, + 48.495964 + ], + [ + 130.767465, + 48.507858 + ], + [ + 130.740363, + 48.425339 + ], + [ + 130.845073, + 48.296533 + ], + [ + 130.769313, + 48.23121 + ], + [ + 130.765617, + 48.189344 + ], + [ + 130.673842, + 48.128278 + ], + [ + 130.699711, + 48.044344 + ], + [ + 130.891269, + 47.927006 + ], + [ + 130.961486, + 47.827882 + ], + [ + 130.966413, + 47.732996 + ], + [ + 131.029855, + 47.694752 + ], + [ + 131.115471, + 47.689919 + ], + [ + 131.273767, + 47.739032 + ], + [ + 131.456085, + 47.747079 + ], + [ + 131.543548, + 47.735813 + ], + [ + 131.59036, + 47.660912 + ], + [ + 131.695685, + 47.709248 + ], + [ + 131.825649, + 47.677432 + ], + [ + 131.970394, + 47.671388 + ], + [ + 132.000575, + 47.712066 + ], + [ + 132.086191, + 47.703208 + ], + [ + 132.272205, + 47.718507 + ], + [ + 132.371987, + 47.76518 + ], + [ + 132.469305, + 47.726154 + ], + [ + 132.570319, + 47.720922 + ], + [ + 132.599268, + 47.792521 + ], + [ + 132.687348, + 47.885293 + ], + [ + 132.661478, + 47.944643 + ], + [ + 132.723072, + 47.963076 + ], + [ + 132.819159, + 47.937028 + ], + [ + 132.883216, + 48.002325 + ], + [ + 132.992238, + 48.035142 + ], + [ + 133.041513, + 48.102313 + ], + [ + 133.15423, + 48.137063 + ], + [ + 133.302055, + 48.103112 + ], + [ + 133.407997, + 48.124684 + ], + [ + 133.536728, + 48.117494 + ], + [ + 133.59709, + 48.194928 + ], + [ + 133.693177, + 48.186951 + ], + [ + 133.740604, + 48.25472 + ], + [ + 134.0689, + 48.338311 + ], + [ + 134.131109, + 48.335527 + ], + [ + 134.20379, + 48.38244 + ], + [ + 134.350384, + 48.378466 + ], + [ + 134.501905, + 48.418986 + ], + [ + 134.696542, + 48.407072 + ], + [ + 134.820961, + 48.376081 + ], + [ + 134.927519, + 48.451537 + ], + [ + 135.09567, + 48.437646 + ], + [ + 135.082736, + 48.396346 + ], + [ + 134.864077, + 48.332345 + ], + [ + 134.679295, + 48.256314 + ], + [ + 134.67252, + 48.170593 + ], + [ + 134.632484, + 48.099516 + ], + [ + 134.551796, + 48.032742 + ], + [ + 134.607846, + 47.909362 + ], + [ + 134.660201, + 47.900538 + ], + [ + 134.678679, + 47.819446 + ], + [ + 134.772918, + 47.763572 + ], + [ + 134.779694, + 47.716091 + ], + [ + 134.684223, + 47.631889 + ], + [ + 134.685455, + 47.603253 + ], + [ + 134.576434, + 47.519273 + ], + [ + 134.568426, + 47.478445 + ], + [ + 134.493898, + 47.446894 + ], + [ + 134.339297, + 47.43961 + ], + [ + 134.177305, + 47.32658 + ], + [ + 134.156979, + 47.248656 + ], + [ + 134.230276, + 47.182411 + ], + [ + 134.222268, + 47.105496 + ], + [ + 134.142812, + 47.093277 + ], + [ + 134.042414, + 46.886761 + ], + [ + 134.011001, + 46.637971 + ], + [ + 133.919842, + 46.596052 + ], + [ + 133.852089, + 46.449903 + ], + [ + 133.950023, + 46.394634 + ], + [ + 133.876726, + 46.362438 + ], + [ + 133.922922, + 46.330635 + ], + [ + 133.904444, + 46.25084 + ], + [ + 133.83977, + 46.202825 + ], + [ + 133.706111, + 46.163056 + ], + [ + 133.745531, + 46.075547 + ], + [ + 133.676546, + 45.942982 + ], + [ + 133.616184, + 45.943398 + ], + [ + 133.576148, + 45.870957 + ], + [ + 133.51209, + 45.886785 + ], + [ + 133.470822, + 45.838035 + ], + [ + 133.484373, + 45.738737 + ], + [ + 133.445569, + 45.70532 + ], + [ + 133.491764, + 45.672301 + ], + [ + 133.371656, + 45.576895 + ], + [ + 133.21028, + 45.516975 + ], + [ + 133.141295, + 45.427605 + ], + [ + 133.095715, + 45.246753 + ], + [ + 133.138215, + 45.178469 + ], + [ + 133.103107, + 45.107147 + ], + [ + 132.945426, + 45.020512 + ], + [ + 132.867202, + 45.061944 + ], + [ + 132.394161, + 45.163706 + ], + [ + 132.025829, + 45.250545 + ], + [ + 131.93159, + 45.288442 + ], + [ + 131.917423, + 45.339354 + ], + [ + 131.82996, + 45.31159 + ], + [ + 131.79362, + 45.211778 + ], + [ + 131.721555, + 45.234536 + ], + [ + 131.650722, + 45.159909 + ], + [ + 131.695685, + 45.132056 + ], + [ + 131.632244, + 45.074621 + ], + [ + 131.484418, + 44.995553 + ], + [ + 131.464708, + 44.963388 + ], + [ + 131.355687, + 44.98963 + ], + [ + 131.274999, + 44.919766 + ], + [ + 131.16105, + 44.948145 + ], + [ + 131.090217, + 44.924426 + ], + [ + 131.07913, + 44.881623 + ], + [ + 130.967029, + 44.854059 + ], + [ + 131.016304, + 44.789551 + ], + [ + 131.064348, + 44.787003 + ], + [ + 131.111775, + 44.71009 + ], + [ + 131.310723, + 44.046392 + ], + [ + 131.263912, + 44.030047 + ], + [ + 131.267608, + 43.938778 + ], + [ + 131.211557, + 43.826221 + ], + [ + 131.244818, + 43.604369 + ], + [ + 131.20047, + 43.531971 + ], + [ + 131.304564, + 43.502033 + ], + [ + 131.294093, + 43.469909 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.134565, + 43.428643 + ], + [ + 131.026775, + 43.508542 + ], + [ + 130.907283, + 43.434291 + ], + [ + 130.841378, + 43.454274 + ], + [ + 130.823515, + 43.502901 + ], + [ + 130.488444, + 43.655905 + ], + [ + 130.4133, + 43.652009 + ], + [ + 130.423771, + 43.742853 + ], + [ + 130.380039, + 43.783904 + ], + [ + 130.383119, + 43.906025 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.338155, + 43.949979 + ], + [ + 130.353554, + 44.050262 + ], + [ + 130.260547, + 43.948256 + ], + [ + 130.189098, + 43.940501 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.079461, + 43.835285 + ], + [ + 130.027106, + 43.851684 + ], + [ + 130.017251, + 43.962039 + ], + [ + 129.98091, + 44.014128 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.880512, + 44.000357 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.869425, + 44.005521 + ], + [ + 129.784426, + 43.964623 + ], + [ + 129.742542, + 43.875841 + ], + [ + 129.467833, + 43.874548 + ], + [ + 129.406855, + 43.819314 + ], + [ + 129.211602, + 43.784336 + ], + [ + 129.230696, + 43.59527 + ], + [ + 129.014501, + 43.523295 + ], + [ + 128.949212, + 43.55409 + ], + [ + 128.877763, + 43.540213 + ], + [ + 128.719467, + 43.816724 + ], + [ + 128.760734, + 43.857724 + ], + [ + 128.723778, + 43.894816 + ], + [ + 128.636315, + 43.891366 + ], + [ + 128.644938, + 43.936193 + ], + [ + 128.584576, + 43.990887 + ], + [ + 128.574721, + 44.047682 + ], + [ + 128.450301, + 44.203157 + ], + [ + 128.481714, + 44.375332 + ], + [ + 128.46262, + 44.433894 + ], + [ + 128.373309, + 44.51416 + ], + [ + 128.211317, + 44.431757 + ], + [ + 128.190375, + 44.367206 + ], + [ + 128.049941, + 44.349239 + ], + [ + 128.101679, + 44.290593 + ], + [ + 128.089977, + 44.132342 + ], + [ + 128.059796, + 44.110007 + ], + [ + 127.862079, + 44.063162 + ], + [ + 127.729036, + 44.098836 + ], + [ + 127.724109, + 44.196723 + ], + [ + 127.681609, + 44.167116 + ], + [ + 127.591066, + 44.227601 + ], + [ + 127.623095, + 44.277743 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.483892, + 44.401842 + ], + [ + 127.50853, + 44.437312 + ], + [ + 127.463566, + 44.484713 + ], + [ + 127.536247, + 44.522266 + ], + [ + 127.557189, + 44.575566 + ], + [ + 127.392733, + 44.632223 + ], + [ + 127.182082, + 44.644144 + ], + [ + 127.094003, + 44.615189 + ], + [ + 127.049039, + 44.567041 + ], + [ + 127.037336, + 44.72157 + ], + [ + 126.984366, + 44.823936 + ], + [ + 127.021938, + 44.899002 + ], + [ + 127.085995, + 44.944757 + ], + [ + 126.968351, + 45.074621 + ], + [ + 126.96404, + 45.132056 + ], + [ + 126.831613, + 45.146406 + ], + [ + 126.567375, + 45.252651 + ], + [ + 126.428172, + 45.2358 + ], + [ + 126.321615, + 45.178891 + ], + [ + 126.166398, + 45.133323 + ], + [ + 125.915095, + 45.196602 + ], + [ + 125.760494, + 45.291389 + ], + [ + 125.697052, + 45.349447 + ], + [ + 125.716146, + 45.421725 + ], + [ + 125.687813, + 45.51404 + ], + [ + 125.628067, + 45.522006 + ], + [ + 125.497488, + 45.469161 + ], + [ + 125.424807, + 45.485523 + ], + [ + 125.398322, + 45.416686 + ], + [ + 125.347815, + 45.395262 + ], + [ + 125.248649, + 45.417526 + ], + [ + 125.06941, + 45.384757 + ], + [ + 125.025678, + 45.493492 + ], + [ + 124.961005, + 45.49517 + ], + [ + 124.923433, + 45.541286 + ], + [ + 124.886476, + 45.442719 + ], + [ + 124.625318, + 45.437262 + ], + [ + 124.544014, + 45.412066 + ], + [ + 124.480572, + 45.456151 + ], + [ + 124.398652, + 45.44062 + ], + [ + 124.354305, + 45.546734 + ], + [ + 124.287783, + 45.539191 + ], + [ + 124.273001, + 45.584014 + ], + [ + 124.129487, + 45.637589 + ], + [ + 124.13811, + 45.68735 + ], + [ + 124.009379, + 45.78215 + ], + [ + 124.064813, + 45.797586 + ], + [ + 124.061118, + 45.886369 + ], + [ + 123.996444, + 45.907189 + ], + [ + 123.970574, + 45.971267 + ], + [ + 124.040176, + 46.019484 + ], + [ + 123.99398, + 46.101275 + ], + [ + 123.982893, + 46.22601 + ], + [ + 123.896046, + 46.303774 + ], + [ + 123.779633, + 46.264078 + ], + [ + 123.610866, + 46.252909 + ], + [ + 123.565902, + 46.22601 + ], + [ + 123.498765, + 46.259528 + ], + [ + 123.373113, + 46.223112 + ], + [ + 123.319527, + 46.253736 + ] + ] + ], + [ + [ + [ + 124.43992, + 50.388713 + ], + [ + 124.36416, + 50.360857 + ], + [ + 124.368471, + 50.258068 + ], + [ + 124.32474, + 50.178436 + ], + [ + 124.278544, + 50.231284 + ], + [ + 124.189233, + 50.216737 + ], + [ + 124.103001, + 50.238555 + ], + [ + 124.061733, + 50.199122 + ], + [ + 124.007531, + 50.219417 + ], + [ + 123.953944, + 50.186865 + ], + [ + 123.878799, + 50.208696 + ], + [ + 123.870792, + 50.270307 + ], + [ + 123.777785, + 50.344441 + ], + [ + 123.800575, + 50.455806 + ], + [ + 123.920067, + 50.37307 + ], + [ + 124.005067, + 50.434469 + ], + [ + 123.983509, + 50.510249 + ], + [ + 124.076516, + 50.564249 + ], + [ + 124.289015, + 50.553226 + ], + [ + 124.322892, + 50.532693 + ], + [ + 124.43992, + 50.539919 + ], + [ + 124.43992, + 50.388713 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 310000, + "name": "上海市", + "center": [ + 121.472644, + 31.231706 + ], + "centroid": [ + 121.438732, + 31.072508 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 8, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.970004, + 30.789217 + ], + [ + 121.943518, + 30.77688 + ], + [ + 121.904714, + 30.814399 + ], + [ + 121.601056, + 30.805149 + ], + [ + 121.426129, + 30.730089 + ], + [ + 121.362071, + 30.679673 + ], + [ + 121.274608, + 30.677615 + ], + [ + 121.217942, + 30.785105 + ], + [ + 121.123087, + 30.778936 + ], + [ + 121.097218, + 30.85704 + ], + [ + 120.989428, + 30.833924 + ], + [ + 120.991892, + 31.00793 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.881023, + 31.134513 + ], + [ + 121.076892, + 31.158581 + ], + [ + 121.063341, + 31.268088 + ], + [ + 121.150188, + 31.275247 + ], + [ + 121.106457, + 31.364697 + ], + [ + 121.173594, + 31.448956 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.343593, + 31.512229 + ], + [ + 121.520984, + 31.394835 + ], + [ + 121.713773, + 31.308992 + ], + [ + 121.946598, + 31.065861 + ], + [ + 121.990945, + 30.968434 + ], + [ + 121.970004, + 30.789217 + ] + ] + ], + [ + [ + [ + 121.371926, + 31.553028 + ], + [ + 121.145261, + 31.753699 + ], + [ + 121.200079, + 31.835066 + ], + [ + 121.323267, + 31.86861 + ], + [ + 121.43352, + 31.768452 + ], + [ + 121.715005, + 31.673788 + ], + [ + 121.974931, + 31.617249 + ], + [ + 121.995873, + 31.493354 + ], + [ + 121.890547, + 31.428537 + ], + [ + 121.819098, + 31.438237 + ], + [ + 121.547469, + 31.531101 + ], + [ + 121.434136, + 31.59024 + ], + [ + 121.371926, + 31.553028 + ] + ] + ], + [ + [ + [ + 121.74149, + 31.345792 + ], + [ + 121.509897, + 31.482639 + ], + [ + 121.742106, + 31.407091 + ], + [ + 121.74149, + 31.345792 + ] + ] + ], + [ + [ + [ + 121.844352, + 31.294678 + ], + [ + 121.792613, + 31.377468 + ], + [ + 121.914569, + 31.343236 + ], + [ + 121.844352, + 31.294678 + ] + ] + ], + [ + [ + [ + 121.943518, + 31.215397 + ], + [ + 122.008808, + 31.221026 + ], + [ + 121.995873, + 31.160629 + ], + [ + 121.943518, + 31.215397 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 320000, + "name": "江苏省", + "center": [ + 118.767413, + 32.041544 + ], + "centroid": [ + 119.48196, + 32.985864 + ], + "childrenNum": 13, + "level": "province", + "subFeatureIndex": 9, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.974931, + 31.617249 + ], + [ + 121.715005, + 31.673788 + ], + [ + 121.43352, + 31.768452 + ], + [ + 121.323267, + 31.86861 + ], + [ + 121.200079, + 31.835066 + ], + [ + 121.145261, + 31.753699 + ], + [ + 121.371926, + 31.553028 + ], + [ + 121.343593, + 31.512229 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.302325, + 31.498966 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.25613, + 31.478047 + ], + [ + 121.173594, + 31.448956 + ], + [ + 121.106457, + 31.364697 + ], + [ + 121.150188, + 31.275247 + ], + [ + 121.063341, + 31.268088 + ], + [ + 121.076892, + 31.158581 + ], + [ + 120.881023, + 31.134513 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.698089, + 30.970999 + ], + [ + 120.713487, + 30.885286 + ], + [ + 120.589068, + 30.854472 + ], + [ + 120.504684, + 30.757858 + ], + [ + 120.423996, + 30.900689 + ], + [ + 120.35809, + 30.88734 + ], + [ + 120.371025, + 30.948424 + ], + [ + 120.226279, + 30.926356 + ], + [ + 120.13512, + 30.941752 + ], + [ + 120.001461, + 31.026902 + ], + [ + 119.919542, + 31.170868 + ], + [ + 119.678093, + 31.168308 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.460051, + 31.156533 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.379979, + 31.269622 + ], + [ + 119.267878, + 31.250698 + ], + [ + 119.199508, + 31.293655 + ], + [ + 119.075089, + 31.232282 + ], + [ + 118.781286, + 31.239956 + ], + [ + 118.728931, + 31.281384 + ], + [ + 118.745561, + 31.37287 + ], + [ + 118.853967, + 31.39841 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.873061, + 31.53569 + ], + [ + 118.858278, + 31.624382 + ], + [ + 118.804691, + 31.618268 + ], + [ + 118.77451, + 31.682444 + ], + [ + 118.736938, + 31.634061 + ], + [ + 118.643931, + 31.65138 + ], + [ + 118.697518, + 31.709935 + ], + [ + 118.638388, + 31.759295 + ], + [ + 118.552772, + 31.729275 + ], + [ + 118.481939, + 31.778117 + ], + [ + 118.504729, + 31.841674 + ], + [ + 118.363679, + 31.930581 + ], + [ + 118.400019, + 32.077724 + ], + [ + 118.499801, + 32.1203 + ], + [ + 118.522591, + 32.188178 + ], + [ + 118.642083, + 32.208937 + ], + [ + 118.69567, + 32.31721 + ], + [ + 118.69259, + 32.463224 + ], + [ + 118.592192, + 32.481396 + ], + [ + 118.563859, + 32.56363 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.978386, + 32.504106 + ], + [ + 119.041212, + 32.515207 + ], + [ + 119.084944, + 32.452622 + ], + [ + 119.22045, + 32.57674 + ], + [ + 119.184726, + 32.825465 + ], + [ + 119.104038, + 32.82647 + ], + [ + 118.995017, + 32.958604 + ], + [ + 118.849039, + 32.956596 + ], + [ + 118.811467, + 32.854622 + ], + [ + 118.74125, + 32.850601 + ], + [ + 118.756648, + 32.737433 + ], + [ + 118.707373, + 32.720319 + ], + [ + 118.375382, + 32.718809 + ], + [ + 118.250346, + 32.84859 + ], + [ + 118.2331, + 32.914414 + ], + [ + 118.293462, + 32.947056 + ], + [ + 118.244803, + 32.998256 + ], + [ + 118.221397, + 33.182228 + ], + [ + 118.038463, + 33.134642 + ], + [ + 117.939297, + 33.262813 + ], + [ + 117.971941, + 33.277821 + ], + [ + 118.050782, + 33.492148 + ], + [ + 118.108064, + 33.475181 + ], + [ + 118.112376, + 33.617302 + ], + [ + 118.16781, + 33.66313 + ], + [ + 118.116071, + 33.767645 + ], + [ + 117.901724, + 33.719883 + ], + [ + 117.805638, + 33.736304 + ], + [ + 117.752667, + 33.711422 + ], + [ + 117.758826, + 33.885445 + ], + [ + 117.715095, + 33.879485 + ], + [ + 117.629479, + 34.028872 + ], + [ + 117.575892, + 33.982744 + ], + [ + 117.514914, + 34.061097 + ], + [ + 117.410205, + 34.026888 + ], + [ + 117.352922, + 34.089842 + ], + [ + 117.192778, + 34.068532 + ], + [ + 117.025243, + 34.167106 + ], + [ + 117.04988, + 34.242321 + ], + [ + 116.971656, + 34.279409 + ], + [ + 116.969192, + 34.387613 + ], + [ + 116.828142, + 34.389094 + ], + [ + 116.774555, + 34.452764 + ], + [ + 116.574991, + 34.488773 + ], + [ + 116.595933, + 34.510469 + ], + [ + 116.491839, + 34.57109 + ], + [ + 116.429629, + 34.652834 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.408071, + 34.85095 + ], + [ + 116.445028, + 34.89562 + ], + [ + 116.677853, + 34.939285 + ], + [ + 116.821983, + 34.929475 + ], + [ + 116.966728, + 34.875497 + ], + [ + 117.000605, + 34.793482 + ], + [ + 117.088069, + 34.702039 + ], + [ + 117.07575, + 34.637575 + ], + [ + 117.137344, + 34.633144 + ], + [ + 117.175532, + 34.47003 + ], + [ + 117.242669, + 34.445856 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.402813, + 34.569612 + ], + [ + 117.465023, + 34.484827 + ], + [ + 117.592523, + 34.462631 + ], + [ + 117.684298, + 34.547439 + ], + [ + 117.801942, + 34.51885 + ], + [ + 117.793935, + 34.65185 + ], + [ + 117.902956, + 34.644467 + ], + [ + 117.951615, + 34.678424 + ], + [ + 118.084042, + 34.655788 + ], + [ + 118.079115, + 34.569612 + ], + [ + 118.185056, + 34.543989 + ], + [ + 118.132702, + 34.483348 + ], + [ + 118.177665, + 34.453257 + ], + [ + 118.179513, + 34.379218 + ], + [ + 118.290382, + 34.424637 + ], + [ + 118.404947, + 34.427598 + ], + [ + 118.440671, + 34.527724 + ], + [ + 118.424657, + 34.595228 + ], + [ + 118.460997, + 34.65628 + ], + [ + 118.601431, + 34.714336 + ], + [ + 118.690127, + 34.678424 + ], + [ + 118.783749, + 34.723188 + ], + [ + 118.719076, + 34.745315 + ], + [ + 118.772047, + 34.794464 + ], + [ + 118.860742, + 34.94419 + ], + [ + 118.865053, + 35.029974 + ], + [ + 118.928495, + 35.051039 + ], + [ + 119.114509, + 35.054958 + ], + [ + 119.137915, + 35.09609 + ], + [ + 119.286972, + 35.11518 + ], + [ + 119.306066, + 35.076506 + ], + [ + 119.238929, + 35.04908 + ], + [ + 119.202588, + 34.890222 + ], + [ + 119.238313, + 34.799378 + ], + [ + 119.378747, + 34.764487 + ], + [ + 119.459435, + 34.770876 + ], + [ + 119.50871, + 34.729089 + ], + [ + 119.465594, + 34.673012 + ], + [ + 119.582623, + 34.598676 + ], + [ + 119.781571, + 34.515892 + ], + [ + 119.811752, + 34.48532 + ], + [ + 119.962657, + 34.458684 + ], + [ + 120.311895, + 34.307091 + ], + [ + 120.367329, + 34.091328 + ], + [ + 120.583524, + 33.668608 + ], + [ + 120.651277, + 33.575937 + ], + [ + 120.741205, + 33.337826 + ], + [ + 120.821893, + 33.298327 + ], + [ + 120.90566, + 33.030366 + ], + [ + 120.929682, + 32.876232 + ], + [ + 120.974646, + 32.874724 + ], + [ + 120.966638, + 32.770141 + ], + [ + 120.900733, + 32.72334 + ], + [ + 120.916131, + 32.642261 + ], + [ + 121.153268, + 32.529333 + ], + [ + 121.352216, + 32.47433 + ], + [ + 121.425513, + 32.430909 + ], + [ + 121.472941, + 32.138034 + ], + [ + 121.524063, + 32.137528 + ], + [ + 121.759352, + 32.059471 + ], + [ + 121.856055, + 31.95546 + ], + [ + 121.970004, + 31.719096 + ], + [ + 121.974931, + 31.617249 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 330000, + "name": "浙江省", + "center": [ + 120.153576, + 30.287459 + ], + "centroid": [ + 120.109522, + 29.181876 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 10, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.461568, + 27.14259 + ], + [ + 120.401206, + 27.211253 + ], + [ + 120.430155, + 27.258601 + ], + [ + 120.34146, + 27.39946 + ], + [ + 120.26262, + 27.432921 + ], + [ + 120.13512, + 27.420175 + ], + [ + 120.052584, + 27.338886 + ], + [ + 120.007005, + 27.376084 + ], + [ + 119.843165, + 27.300611 + ], + [ + 119.770484, + 27.305928 + ], + [ + 119.685485, + 27.438762 + ], + [ + 119.70889, + 27.514141 + ], + [ + 119.630666, + 27.582574 + ], + [ + 119.644217, + 27.663684 + ], + [ + 119.501319, + 27.649905 + ], + [ + 119.474833, + 27.539079 + ], + [ + 119.376899, + 27.534835 + ], + [ + 119.267878, + 27.421237 + ], + [ + 119.194581, + 27.418582 + ], + [ + 118.983314, + 27.498751 + ], + [ + 118.903858, + 27.462125 + ], + [ + 118.869365, + 27.54014 + ], + [ + 118.913713, + 27.61651 + ], + [ + 118.818242, + 27.916697 + ], + [ + 118.730163, + 27.970611 + ], + [ + 118.719076, + 28.063576 + ], + [ + 118.802228, + 28.117416 + ], + [ + 118.771431, + 28.188634 + ], + [ + 118.802228, + 28.240303 + ], + [ + 118.700598, + 28.310912 + ], + [ + 118.674728, + 28.271398 + ], + [ + 118.587881, + 28.28299 + ], + [ + 118.444367, + 28.25348 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.486867, + 28.328821 + ], + [ + 118.432048, + 28.402003 + ], + [ + 118.472084, + 28.482497 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.421577, + 28.540331 + ], + [ + 118.421577, + 28.541908 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.431432, + 28.679528 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.306396, + 28.823782 + ], + [ + 118.270056, + 28.918619 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.037847, + 29.097054 + ], + [ + 118.027992, + 29.168132 + ], + [ + 118.077883, + 29.290836 + ], + [ + 118.136397, + 29.284052 + ], + [ + 118.20723, + 29.346135 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.316252, + 29.422774 + ], + [ + 118.310708, + 29.49623 + ], + [ + 118.496106, + 29.519662 + ], + [ + 118.500417, + 29.575877 + ], + [ + 118.573714, + 29.638302 + ], + [ + 118.644547, + 29.641942 + ], + [ + 118.744945, + 29.738621 + ], + [ + 118.755416, + 29.845586 + ], + [ + 118.894619, + 29.93792 + ], + [ + 118.902626, + 30.029133 + ], + [ + 118.847807, + 30.163208 + ], + [ + 118.929727, + 30.202515 + ], + [ + 118.880452, + 30.31518 + ], + [ + 118.954365, + 30.360106 + ], + [ + 119.06277, + 30.304849 + ], + [ + 119.201356, + 30.290901 + ], + [ + 119.246936, + 30.341002 + ], + [ + 119.36766, + 30.384885 + ], + [ + 119.326392, + 30.532906 + ], + [ + 119.237081, + 30.54682 + ], + [ + 119.238929, + 30.60915 + ], + [ + 119.312225, + 30.620993 + ], + [ + 119.386754, + 30.685333 + ], + [ + 119.416935, + 30.642101 + ], + [ + 119.482841, + 30.70437 + ], + [ + 119.479761, + 30.772253 + ], + [ + 119.575847, + 30.829814 + ], + [ + 119.585702, + 30.976642 + ], + [ + 119.633746, + 31.019724 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.678093, + 31.168308 + ], + [ + 119.919542, + 31.170868 + ], + [ + 120.001461, + 31.026902 + ], + [ + 120.13512, + 30.941752 + ], + [ + 120.226279, + 30.926356 + ], + [ + 120.371025, + 30.948424 + ], + [ + 120.35809, + 30.88734 + ], + [ + 120.423996, + 30.900689 + ], + [ + 120.504684, + 30.757858 + ], + [ + 120.589068, + 30.854472 + ], + [ + 120.713487, + 30.885286 + ], + [ + 120.698089, + 30.970999 + ], + [ + 120.901349, + 31.017673 + ], + [ + 120.991892, + 31.00793 + ], + [ + 120.989428, + 30.833924 + ], + [ + 121.097218, + 30.85704 + ], + [ + 121.123087, + 30.778936 + ], + [ + 121.217942, + 30.785105 + ], + [ + 121.274608, + 30.677615 + ], + [ + 121.058413, + 30.563823 + ], + [ + 121.225333, + 30.404496 + ], + [ + 121.328195, + 30.397271 + ], + [ + 121.497578, + 30.258864 + ], + [ + 121.632469, + 30.072119 + ], + [ + 121.721164, + 29.992865 + ], + [ + 121.78399, + 29.993383 + ], + [ + 121.919497, + 29.920808 + ], + [ + 121.968156, + 29.956584 + ], + [ + 122.00696, + 29.891764 + ], + [ + 122.140003, + 29.901619 + ], + [ + 122.10243, + 29.859597 + ], + [ + 121.997721, + 29.759919 + ], + [ + 121.937359, + 29.748491 + ], + [ + 121.833265, + 29.653382 + ], + [ + 121.966308, + 29.635702 + ], + [ + 122.000185, + 29.582642 + ], + [ + 121.968772, + 29.515497 + ], + [ + 121.993409, + 29.451954 + ], + [ + 121.937975, + 29.384201 + ], + [ + 121.986634, + 29.15507 + ], + [ + 121.966308, + 29.053128 + ], + [ + 121.884388, + 29.105419 + ], + [ + 121.780294, + 29.109601 + ], + [ + 121.767975, + 29.166565 + ], + [ + 121.660186, + 29.118487 + ], + [ + 121.774751, + 28.864138 + ], + [ + 121.668193, + 28.873046 + ], + [ + 121.704534, + 28.816443 + ], + [ + 121.689135, + 28.719415 + ], + [ + 121.540694, + 28.655379 + ], + [ + 121.634317, + 28.56293 + ], + [ + 121.687287, + 28.40095 + ], + [ + 121.627541, + 28.251899 + ], + [ + 121.499426, + 28.306171 + ], + [ + 121.373774, + 28.133246 + ], + [ + 121.288159, + 28.144854 + ], + [ + 121.261057, + 28.034533 + ], + [ + 121.140949, + 28.031364 + ], + [ + 121.108304, + 28.13905 + ], + [ + 121.059029, + 28.096305 + ], + [ + 120.991892, + 27.95 + ], + [ + 121.05595, + 27.900306 + ], + [ + 121.162507, + 27.90718 + ], + [ + 121.152652, + 27.810376 + ], + [ + 121.153268, + 27.809847 + ], + [ + 121.149572, + 27.801908 + ], + [ + 121.149572, + 27.801379 + ], + [ + 121.149572, + 27.80085 + ], + [ + 121.13479, + 27.787088 + ], + [ + 121.134174, + 27.787088 + ], + [ + 121.152036, + 27.815139 + ], + [ + 121.027616, + 27.832601 + ], + [ + 120.942001, + 27.896605 + ], + [ + 120.797871, + 27.779677 + ], + [ + 120.634647, + 27.577271 + ], + [ + 120.703016, + 27.478581 + ], + [ + 120.673451, + 27.369708 + ], + [ + 120.572437, + 27.313903 + ], + [ + 120.544104, + 27.154303 + ], + [ + 120.461568, + 27.14259 + ] + ] + ], + [ + [ + [ + 122.301379, + 29.942068 + ], + [ + 122.163408, + 29.988201 + ], + [ + 122.038989, + 29.989756 + ], + [ + 121.991561, + 30.075743 + ], + [ + 121.990945, + 30.076261 + ], + [ + 121.952757, + 30.183898 + ], + [ + 122.152938, + 30.113015 + ], + [ + 122.293988, + 30.100075 + ], + [ + 122.347574, + 30.014109 + ], + [ + 122.301379, + 29.942068 + ] + ] + ], + [ + [ + [ + 122.100583, + 30.304333 + ], + [ + 122.228082, + 30.329641 + ], + [ + 122.22993, + 30.232503 + ], + [ + 122.058083, + 30.291934 + ], + [ + 122.100583, + 30.304333 + ] + ] + ], + [ + [ + [ + 122.317393, + 30.249561 + ], + [ + 122.40732, + 30.272817 + ], + [ + 122.397465, + 30.225266 + ], + [ + 122.317393, + 30.249561 + ] + ] + ], + [ + [ + [ + 122.435038, + 29.906287 + ], + [ + 122.391922, + 29.831573 + ], + [ + 122.327248, + 29.922883 + ], + [ + 122.411632, + 29.951918 + ], + [ + 122.435038, + 29.906287 + ] + ] + ], + [ + [ + [ + 122.353734, + 30.464339 + ], + [ + 122.423335, + 30.408624 + ], + [ + 122.281669, + 30.418944 + ], + [ + 122.277973, + 30.471558 + ], + [ + 122.353734, + 30.464339 + ] + ] + ], + [ + [ + [ + 122.303843, + 29.832611 + ], + [ + 122.310002, + 29.766671 + ], + [ + 122.221307, + 29.832611 + ], + [ + 122.303843, + 29.832611 + ] + ] + ], + [ + [ + [ + 122.13138, + 29.673659 + ], + [ + 122.047612, + 29.719396 + ], + [ + 122.130148, + 29.79056 + ], + [ + 122.200981, + 29.711082 + ], + [ + 122.192358, + 29.655462 + ], + [ + 122.13138, + 29.673659 + ] + ] + ], + [ + [ + [ + 121.943518, + 30.77688 + ], + [ + 121.970004, + 30.789217 + ], + [ + 122.011271, + 30.669381 + ], + [ + 121.968156, + 30.68842 + ], + [ + 121.943518, + 30.77688 + ] + ] + ], + [ + [ + [ + 121.874533, + 29.964878 + ], + [ + 121.835113, + 29.992865 + ], + [ + 121.855439, + 30.085062 + ], + [ + 121.924424, + 30.052441 + ], + [ + 121.933047, + 29.994938 + ], + [ + 121.874533, + 29.964878 + ] + ] + ], + [ + [ + [ + 122.155401, + 29.97058 + ], + [ + 122.154169, + 29.971098 + ], + [ + 122.152322, + 29.971098 + ], + [ + 122.163408, + 29.988201 + ], + [ + 122.155401, + 29.97058 + ] + ] + ], + [ + [ + [ + 121.136638, + 27.948414 + ], + [ + 121.041783, + 27.943657 + ], + [ + 121.0695, + 27.984349 + ], + [ + 121.136638, + 27.948414 + ] + ] + ], + [ + [ + [ + 121.134174, + 27.786029 + ], + [ + 121.134174, + 27.787088 + ], + [ + 121.13479, + 27.787088 + ], + [ + 121.134174, + 27.786029 + ] + ] + ], + [ + [ + [ + 122.152322, + 29.971098 + ], + [ + 122.154169, + 29.971098 + ], + [ + 122.155401, + 29.97058 + ], + [ + 122.152322, + 29.971098 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 340000, + "name": "安徽省", + "center": [ + 117.283042, + 31.86119 + ], + "centroid": [ + 117.226894, + 31.849585 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 11, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.5088, + 32.468777 + ], + [ + 115.409018, + 32.549005 + ], + [ + 115.304924, + 32.553039 + ], + [ + 115.20083, + 32.591864 + ], + [ + 115.183584, + 32.665937 + ], + [ + 115.197135, + 32.85613 + ], + [ + 115.139237, + 32.897837 + ], + [ + 114.943368, + 32.935005 + ], + [ + 114.883006, + 32.990227 + ], + [ + 114.925506, + 33.016821 + ], + [ + 114.902716, + 33.129632 + ], + [ + 114.966158, + 33.147167 + ], + [ + 115.042534, + 33.08653 + ], + [ + 115.168186, + 33.088535 + ], + [ + 115.301229, + 33.141657 + ], + [ + 115.365286, + 33.335826 + ], + [ + 115.312931, + 33.376307 + ], + [ + 115.345576, + 33.503125 + ], + [ + 115.421953, + 33.556992 + ], + [ + 115.639995, + 33.584909 + ], + [ + 115.563003, + 33.771624 + ], + [ + 115.614126, + 33.775603 + ], + [ + 115.629524, + 33.871536 + ], + [ + 115.546988, + 33.875014 + ], + [ + 115.60735, + 34.030359 + ], + [ + 115.736082, + 34.076957 + ], + [ + 115.877132, + 34.003083 + ], + [ + 115.95782, + 34.007547 + ], + [ + 116.00032, + 33.964881 + ], + [ + 115.987385, + 33.900842 + ], + [ + 116.05945, + 33.861103 + ], + [ + 116.074232, + 33.781571 + ], + [ + 116.155536, + 33.709929 + ], + [ + 116.263326, + 33.729835 + ], + [ + 116.316297, + 33.771127 + ], + [ + 116.437021, + 33.801461 + ], + [ + 116.437637, + 33.846694 + ], + [ + 116.64336, + 33.896869 + ], + [ + 116.648288, + 33.973317 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.530643, + 34.107183 + ], + [ + 116.565752, + 34.173541 + ], + [ + 116.516477, + 34.296217 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.26271, + 34.375762 + ], + [ + 116.213435, + 34.382181 + ], + [ + 116.162312, + 34.459178 + ], + [ + 116.204196, + 34.508497 + ], + [ + 116.196804, + 34.576017 + ], + [ + 116.240536, + 34.552367 + ], + [ + 116.281188, + 34.60754 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.429629, + 34.652834 + ], + [ + 116.491839, + 34.57109 + ], + [ + 116.595933, + 34.510469 + ], + [ + 116.574991, + 34.488773 + ], + [ + 116.774555, + 34.452764 + ], + [ + 116.828142, + 34.389094 + ], + [ + 116.969192, + 34.387613 + ], + [ + 116.971656, + 34.279409 + ], + [ + 117.04988, + 34.242321 + ], + [ + 117.025243, + 34.167106 + ], + [ + 117.192778, + 34.068532 + ], + [ + 117.352922, + 34.089842 + ], + [ + 117.410205, + 34.026888 + ], + [ + 117.514914, + 34.061097 + ], + [ + 117.575892, + 33.982744 + ], + [ + 117.629479, + 34.028872 + ], + [ + 117.715095, + 33.879485 + ], + [ + 117.758826, + 33.885445 + ], + [ + 117.752667, + 33.711422 + ], + [ + 117.805638, + 33.736304 + ], + [ + 117.901724, + 33.719883 + ], + [ + 118.116071, + 33.767645 + ], + [ + 118.16781, + 33.66313 + ], + [ + 118.112376, + 33.617302 + ], + [ + 118.108064, + 33.475181 + ], + [ + 118.050782, + 33.492148 + ], + [ + 117.971941, + 33.277821 + ], + [ + 117.939297, + 33.262813 + ], + [ + 118.038463, + 33.134642 + ], + [ + 118.221397, + 33.182228 + ], + [ + 118.244803, + 32.998256 + ], + [ + 118.293462, + 32.947056 + ], + [ + 118.2331, + 32.914414 + ], + [ + 118.250346, + 32.84859 + ], + [ + 118.375382, + 32.718809 + ], + [ + 118.707373, + 32.720319 + ], + [ + 118.756648, + 32.737433 + ], + [ + 118.74125, + 32.850601 + ], + [ + 118.811467, + 32.854622 + ], + [ + 118.849039, + 32.956596 + ], + [ + 118.995017, + 32.958604 + ], + [ + 119.104038, + 32.82647 + ], + [ + 119.184726, + 32.825465 + ], + [ + 119.22045, + 32.57674 + ], + [ + 119.084944, + 32.452622 + ], + [ + 119.041212, + 32.515207 + ], + [ + 118.978386, + 32.504106 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.922336, + 32.557074 + ], + [ + 118.92172, + 32.557074 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.719076, + 32.614042 + ], + [ + 118.563859, + 32.56363 + ], + [ + 118.592192, + 32.481396 + ], + [ + 118.69259, + 32.463224 + ], + [ + 118.69567, + 32.31721 + ], + [ + 118.642083, + 32.208937 + ], + [ + 118.522591, + 32.188178 + ], + [ + 118.499801, + 32.1203 + ], + [ + 118.400019, + 32.077724 + ], + [ + 118.363679, + 31.930581 + ], + [ + 118.504729, + 31.841674 + ], + [ + 118.481939, + 31.778117 + ], + [ + 118.552772, + 31.729275 + ], + [ + 118.638388, + 31.759295 + ], + [ + 118.697518, + 31.709935 + ], + [ + 118.643931, + 31.65138 + ], + [ + 118.736938, + 31.634061 + ], + [ + 118.77451, + 31.682444 + ], + [ + 118.804691, + 31.618268 + ], + [ + 118.858278, + 31.624382 + ], + [ + 118.873061, + 31.53569 + ], + [ + 118.866285, + 31.527021 + ], + [ + 118.870597, + 31.526001 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.853967, + 31.39841 + ], + [ + 118.745561, + 31.37287 + ], + [ + 118.728931, + 31.281384 + ], + [ + 118.781286, + 31.239956 + ], + [ + 119.075089, + 31.232282 + ], + [ + 119.199508, + 31.293655 + ], + [ + 119.267878, + 31.250698 + ], + [ + 119.379979, + 31.269622 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.388602, + 31.194415 + ], + [ + 119.460051, + 31.156533 + ], + [ + 119.623891, + 31.130416 + ], + [ + 119.633746, + 31.019724 + ], + [ + 119.585702, + 30.976642 + ], + [ + 119.575847, + 30.829814 + ], + [ + 119.479761, + 30.772253 + ], + [ + 119.482841, + 30.70437 + ], + [ + 119.416935, + 30.642101 + ], + [ + 119.386754, + 30.685333 + ], + [ + 119.312225, + 30.620993 + ], + [ + 119.238929, + 30.60915 + ], + [ + 119.237081, + 30.54682 + ], + [ + 119.326392, + 30.532906 + ], + [ + 119.36766, + 30.384885 + ], + [ + 119.246936, + 30.341002 + ], + [ + 119.201356, + 30.290901 + ], + [ + 119.06277, + 30.304849 + ], + [ + 118.954365, + 30.360106 + ], + [ + 118.880452, + 30.31518 + ], + [ + 118.929727, + 30.202515 + ], + [ + 118.847807, + 30.163208 + ], + [ + 118.902626, + 30.029133 + ], + [ + 118.894619, + 29.93792 + ], + [ + 118.755416, + 29.845586 + ], + [ + 118.744945, + 29.738621 + ], + [ + 118.644547, + 29.641942 + ], + [ + 118.573714, + 29.638302 + ], + [ + 118.500417, + 29.575877 + ], + [ + 118.496106, + 29.519662 + ], + [ + 118.310708, + 29.49623 + ], + [ + 118.316252, + 29.422774 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.136397, + 29.419125 + ], + [ + 118.134549, + 29.508728 + ], + [ + 118.008282, + 29.578479 + ], + [ + 117.872775, + 29.547774 + ], + [ + 117.807486, + 29.573796 + ], + [ + 117.707703, + 29.548815 + ], + [ + 117.647957, + 29.614897 + ], + [ + 117.545711, + 29.594089 + ], + [ + 117.532161, + 29.651822 + ], + [ + 117.453936, + 29.688214 + ], + [ + 117.455168, + 29.749011 + ], + [ + 117.384335, + 29.84351 + ], + [ + 117.29256, + 29.822749 + ], + [ + 117.246365, + 29.915104 + ], + [ + 117.17738, + 29.921846 + ], + [ + 117.073286, + 29.832092 + ], + [ + 117.136728, + 29.7755 + ], + [ + 117.112706, + 29.712121 + ], + [ + 116.780715, + 29.570153 + ], + [ + 116.651983, + 29.637262 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.717273, + 29.690813 + ], + [ + 116.710498, + 29.69705 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.706186, + 29.69809 + ], + [ + 116.698795, + 29.707964 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.789954, + 29.795233 + ], + [ + 116.882961, + 29.89332 + ], + [ + 116.900207, + 29.949326 + ], + [ + 116.83307, + 29.957621 + ], + [ + 116.747454, + 30.057101 + ], + [ + 116.666766, + 30.076779 + ], + [ + 116.586078, + 30.046226 + ], + [ + 116.552201, + 29.909918 + ], + [ + 116.473361, + 29.89747 + ], + [ + 116.26271, + 29.782251 + ], + [ + 116.207891, + 29.82742 + ], + [ + 116.13521, + 29.819634 + ], + [ + 116.127203, + 29.899544 + ], + [ + 116.073616, + 29.970061 + ], + [ + 116.091479, + 30.036385 + ], + [ + 116.065609, + 30.204584 + ], + [ + 115.985537, + 30.290901 + ], + [ + 115.903001, + 30.313631 + ], + [ + 115.921479, + 30.416364 + ], + [ + 115.876516, + 30.582368 + ], + [ + 115.819234, + 30.59782 + ], + [ + 115.762567, + 30.685848 + ], + [ + 115.782893, + 30.751687 + ], + [ + 115.851262, + 30.756829 + ], + [ + 115.865429, + 30.864231 + ], + [ + 115.976298, + 30.931488 + ], + [ + 116.071769, + 30.956633 + ], + [ + 116.058834, + 31.012545 + ], + [ + 115.938726, + 31.047409 + ], + [ + 115.869125, + 31.147828 + ], + [ + 115.763799, + 31.118123 + ], + [ + 115.700973, + 31.201068 + ], + [ + 115.646155, + 31.209768 + ], + [ + 115.559307, + 31.160117 + ], + [ + 115.516191, + 31.263485 + ], + [ + 115.457677, + 31.281384 + ], + [ + 115.442279, + 31.346303 + ], + [ + 115.372062, + 31.349368 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.371446, + 31.495905 + ], + [ + 115.496481, + 31.674297 + ], + [ + 115.660937, + 31.760822 + ], + [ + 115.767495, + 31.787272 + ], + [ + 115.816154, + 31.762348 + ], + [ + 115.909777, + 31.791849 + ], + [ + 115.893146, + 31.833033 + ], + [ + 115.931334, + 31.994541 + ], + [ + 115.941805, + 32.166402 + ], + [ + 115.912856, + 32.227666 + ], + [ + 115.899306, + 32.391005 + ], + [ + 115.845719, + 32.501583 + ], + [ + 115.789052, + 32.468777 + ], + [ + 115.706517, + 32.494014 + ], + [ + 115.667712, + 32.409696 + ], + [ + 115.567314, + 32.421819 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.510648, + 32.467768 + ], + [ + 115.510648, + 32.468272 + ], + [ + 115.510648, + 32.468777 + ], + [ + 115.5088, + 32.468777 + ] + ] + ], + [ + [ + [ + 116.717273, + 29.690813 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.694483, + 29.672099 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.698795, + 29.707964 + ], + [ + 116.706186, + 29.69809 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.710498, + 29.69705 + ], + [ + 116.709882, + 29.69757 + ], + [ + 116.717273, + 29.690813 + ] + ] + ], + [ + [ + [ + 118.873061, + 31.53569 + ], + [ + 118.876756, + 31.532631 + ], + [ + 118.870597, + 31.526001 + ], + [ + 118.866285, + 31.527021 + ], + [ + 118.873061, + 31.53569 + ] + ] + ], + [ + [ + [ + 115.510648, + 32.468777 + ], + [ + 115.510648, + 32.468272 + ], + [ + 115.510648, + 32.467768 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.5088, + 32.468777 + ], + [ + 115.510648, + 32.468777 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 350000, + "name": "福建省", + "center": [ + 119.306239, + 26.075302 + ], + "centroid": [ + 118.005928, + 26.070282 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 12, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.461568, + 27.14259 + ], + [ + 120.393199, + 27.081343 + ], + [ + 120.287257, + 27.094128 + ], + [ + 120.29588, + 27.035519 + ], + [ + 120.231823, + 26.907006 + ], + [ + 120.117258, + 26.916609 + ], + [ + 120.047041, + 26.824809 + ], + [ + 120.1382, + 26.79704 + ], + [ + 120.165917, + 26.73133 + ], + [ + 120.110483, + 26.692848 + ], + [ + 120.1382, + 26.637775 + ], + [ + 119.967585, + 26.597657 + ], + [ + 119.896136, + 26.516306 + ], + [ + 119.827767, + 26.524872 + ], + [ + 119.851788, + 26.595516 + ], + [ + 119.949107, + 26.624404 + ], + [ + 120.052584, + 26.786892 + ], + [ + 119.942947, + 26.784756 + ], + [ + 119.86965, + 26.642588 + ], + [ + 119.83023, + 26.69071 + ], + [ + 119.711354, + 26.686433 + ], + [ + 119.665159, + 26.725986 + ], + [ + 119.577695, + 26.622264 + ], + [ + 119.788346, + 26.58321 + ], + [ + 119.876426, + 26.359867 + ], + [ + 119.962657, + 26.373269 + ], + [ + 119.8986, + 26.308388 + ], + [ + 119.841317, + 26.322333 + ], + [ + 119.668854, + 26.256887 + ], + [ + 119.604181, + 26.168853 + ], + [ + 119.668854, + 26.025924 + ], + [ + 119.723673, + 26.011406 + ], + [ + 119.688564, + 25.897892 + ], + [ + 119.632514, + 25.884436 + ], + [ + 119.635594, + 25.746011 + ], + [ + 119.601101, + 25.683479 + ], + [ + 119.472986, + 25.662448 + ], + [ + 119.586934, + 25.592317 + ], + [ + 119.634362, + 25.475161 + ], + [ + 119.716898, + 25.550758 + ], + [ + 119.716898, + 25.551838 + ], + [ + 119.683637, + 25.592856 + ], + [ + 119.785883, + 25.667841 + ], + [ + 119.790194, + 25.614439 + ], + [ + 119.883817, + 25.54644 + ], + [ + 119.812368, + 25.523225 + ], + [ + 119.864107, + 25.479482 + ], + [ + 119.764325, + 25.433562 + ], + [ + 119.773564, + 25.395732 + ], + [ + 119.646064, + 25.460576 + ], + [ + 119.649144, + 25.34275 + ], + [ + 119.549362, + 25.367082 + ], + [ + 119.48592, + 25.364919 + ], + [ + 119.490232, + 25.447069 + ], + [ + 119.438493, + 25.412487 + ], + [ + 119.452044, + 25.490824 + ], + [ + 119.36458, + 25.521065 + ], + [ + 119.354725, + 25.427077 + ], + [ + 119.288204, + 25.410865 + ], + [ + 119.256175, + 25.488664 + ], + [ + 119.14469, + 25.388165 + ], + [ + 119.299291, + 25.32869 + ], + [ + 119.380595, + 25.250247 + ], + [ + 119.293131, + 25.23347 + ], + [ + 119.26911, + 25.15984 + ], + [ + 119.131755, + 25.223187 + ], + [ + 119.165632, + 25.145217 + ], + [ + 119.119436, + 25.012447 + ], + [ + 119.107118, + 25.075327 + ], + [ + 119.035669, + 25.125717 + ], + [ + 119.081248, + 25.218856 + ], + [ + 118.989473, + 25.202075 + ], + [ + 118.996864, + 25.266481 + ], + [ + 118.911249, + 25.241589 + ], + [ + 118.981466, + 25.19612 + ], + [ + 118.975923, + 25.118133 + ], + [ + 118.868133, + 25.082372 + ], + [ + 118.928495, + 25.025459 + ], + [ + 119.02335, + 25.04877 + ], + [ + 118.989473, + 24.973944 + ], + [ + 119.032589, + 24.962011 + ], + [ + 119.032589, + 24.961468 + ], + [ + 118.918024, + 24.924034 + ], + [ + 118.96114, + 24.871933 + ], + [ + 118.86259, + 24.886589 + ], + [ + 118.650707, + 24.808949 + ], + [ + 118.786213, + 24.776358 + ], + [ + 118.703677, + 24.665485 + ], + [ + 118.675344, + 24.57628 + ], + [ + 118.558316, + 24.512602 + ], + [ + 118.557084, + 24.573016 + ], + [ + 118.444367, + 24.614907 + ], + [ + 118.355056, + 24.534376 + ], + [ + 118.242955, + 24.512602 + ], + [ + 118.134549, + 24.575736 + ], + [ + 118.12531, + 24.571927 + ], + [ + 118.048934, + 24.418385 + ], + [ + 118.088354, + 24.409123 + ], + [ + 118.158571, + 24.270111 + ], + [ + 118.001507, + 24.176805 + ], + [ + 117.762522, + 23.88718 + ], + [ + 117.671979, + 23.877879 + ], + [ + 117.612849, + 23.71364 + ], + [ + 117.500132, + 23.703232 + ], + [ + 117.463791, + 23.58539 + ], + [ + 117.387415, + 23.555228 + ], + [ + 117.192778, + 23.561809 + ], + [ + 117.192778, + 23.629799 + ], + [ + 117.053576, + 23.696657 + ], + [ + 117.012308, + 23.855446 + ], + [ + 116.980279, + 23.881709 + ], + [ + 116.981511, + 23.999282 + ], + [ + 116.939627, + 24.033713 + ], + [ + 116.9347, + 24.127123 + ], + [ + 116.998757, + 24.178988 + ], + [ + 116.933468, + 24.21992 + ], + [ + 116.903903, + 24.369888 + ], + [ + 116.860787, + 24.462507 + ], + [ + 116.789338, + 24.50988 + ], + [ + 116.761005, + 24.58281 + ], + [ + 116.815207, + 24.655154 + ], + [ + 116.778867, + 24.680165 + ], + [ + 116.597165, + 24.65461 + ], + [ + 116.525716, + 24.604572 + ], + [ + 116.486912, + 24.71876 + ], + [ + 116.44626, + 24.714412 + ], + [ + 116.376659, + 24.820353 + ], + [ + 116.245464, + 24.793197 + ], + [ + 116.18079, + 24.87519 + ], + [ + 116.068073, + 24.849675 + ], + [ + 116.014486, + 24.905584 + ], + [ + 115.89253, + 24.937056 + ], + [ + 115.873436, + 25.020038 + ], + [ + 115.928255, + 25.050396 + ], + [ + 115.880212, + 25.092126 + ], + [ + 115.855574, + 25.209654 + ], + [ + 115.929487, + 25.234553 + ], + [ + 116.008327, + 25.319496 + ], + [ + 116.005247, + 25.490284 + ], + [ + 116.063145, + 25.563173 + ], + [ + 116.067457, + 25.703967 + ], + [ + 116.18079, + 25.774571 + ], + [ + 116.131515, + 25.82413 + ], + [ + 116.176478, + 25.893048 + ], + [ + 116.258398, + 25.902736 + ], + [ + 116.36434, + 25.960312 + ], + [ + 116.383434, + 26.029687 + ], + [ + 116.489375, + 26.113529 + ], + [ + 116.471513, + 26.175296 + ], + [ + 116.396985, + 26.166168 + ], + [ + 116.412999, + 26.298197 + ], + [ + 116.519557, + 26.410251 + ], + [ + 116.601476, + 26.372733 + ], + [ + 116.610716, + 26.477216 + ], + [ + 116.539267, + 26.559129 + ], + [ + 116.566368, + 26.650075 + ], + [ + 116.516477, + 26.69071 + ], + [ + 116.557745, + 26.774073 + ], + [ + 116.548506, + 26.839758 + ], + [ + 116.679085, + 26.978479 + ], + [ + 116.910062, + 27.034453 + ], + [ + 117.05296, + 27.100519 + ], + [ + 117.043721, + 27.139928 + ], + [ + 117.171836, + 27.290509 + ], + [ + 117.100387, + 27.338886 + ], + [ + 117.133032, + 27.4223 + ], + [ + 117.084989, + 27.564011 + ], + [ + 117.01662, + 27.563481 + ], + [ + 117.040641, + 27.670043 + ], + [ + 117.096692, + 27.626582 + ], + [ + 117.118865, + 27.694416 + ], + [ + 117.204481, + 27.683819 + ], + [ + 117.296872, + 27.764854 + ], + [ + 117.27901, + 27.870161 + ], + [ + 117.341836, + 27.855879 + ], + [ + 117.52169, + 27.982236 + ], + [ + 117.608537, + 27.863814 + ], + [ + 117.740348, + 27.800321 + ], + [ + 117.78716, + 27.896076 + ], + [ + 117.856145, + 27.945772 + ], + [ + 117.999043, + 27.991218 + ], + [ + 118.096977, + 27.96744 + ], + [ + 118.155491, + 28.061992 + ], + [ + 118.356288, + 28.091555 + ], + [ + 118.37415, + 28.188106 + ], + [ + 118.314404, + 28.22238 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.444367, + 28.25348 + ], + [ + 118.587881, + 28.28299 + ], + [ + 118.674728, + 28.271398 + ], + [ + 118.700598, + 28.310912 + ], + [ + 118.802228, + 28.240303 + ], + [ + 118.771431, + 28.188634 + ], + [ + 118.802228, + 28.117416 + ], + [ + 118.719076, + 28.063576 + ], + [ + 118.730163, + 27.970611 + ], + [ + 118.818242, + 27.916697 + ], + [ + 118.913713, + 27.61651 + ], + [ + 118.869365, + 27.54014 + ], + [ + 118.903858, + 27.462125 + ], + [ + 118.983314, + 27.498751 + ], + [ + 119.194581, + 27.418582 + ], + [ + 119.267878, + 27.421237 + ], + [ + 119.376899, + 27.534835 + ], + [ + 119.474833, + 27.539079 + ], + [ + 119.501319, + 27.649905 + ], + [ + 119.644217, + 27.663684 + ], + [ + 119.630666, + 27.582574 + ], + [ + 119.70889, + 27.514141 + ], + [ + 119.685485, + 27.438762 + ], + [ + 119.770484, + 27.305928 + ], + [ + 119.843165, + 27.300611 + ], + [ + 120.007005, + 27.376084 + ], + [ + 120.052584, + 27.338886 + ], + [ + 120.13512, + 27.420175 + ], + [ + 120.26262, + 27.432921 + ], + [ + 120.34146, + 27.39946 + ], + [ + 120.430155, + 27.258601 + ], + [ + 120.401206, + 27.211253 + ], + [ + 120.461568, + 27.14259 + ] + ] + ], + [ + [ + [ + 118.412338, + 24.514235 + ], + [ + 118.477012, + 24.437452 + ], + [ + 118.335962, + 24.385148 + ], + [ + 118.316252, + 24.487557 + ], + [ + 118.374766, + 24.458695 + ], + [ + 118.412338, + 24.514235 + ] + ] + ], + [ + [ + [ + 119.532116, + 25.203158 + ], + [ + 119.549362, + 25.162007 + ], + [ + 119.444036, + 25.202075 + ], + [ + 119.473601, + 25.259988 + ], + [ + 119.532116, + 25.203158 + ] + ] + ], + [ + [ + [ + 118.079115, + 24.444533 + ], + [ + 118.093281, + 24.540907 + ], + [ + 118.142557, + 24.561588 + ], + [ + 118.20723, + 24.487012 + ], + [ + 118.143173, + 24.421109 + ], + [ + 118.079115, + 24.444533 + ] + ] + ], + [ + [ + [ + 119.737224, + 26.646332 + ], + [ + 119.668238, + 26.628683 + ], + [ + 119.673782, + 26.681087 + ], + [ + 119.737224, + 26.646332 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 360000, + "name": "江西省", + "center": [ + 115.892151, + 28.676493 + ], + "centroid": [ + 115.732937, + 27.636129 + ], + "childrenNum": 11, + "level": "province", + "subFeatureIndex": 13, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.94185, + 29.047374 + ], + [ + 113.952321, + 29.092871 + ], + [ + 114.061959, + 29.204176 + ], + [ + 114.252284, + 29.234985 + ], + [ + 114.259059, + 29.344049 + ], + [ + 114.519602, + 29.325271 + ], + [ + 114.660652, + 29.393585 + ], + [ + 114.759818, + 29.363345 + ], + [ + 114.931049, + 29.422252 + ], + [ + 114.860216, + 29.475917 + ], + [ + 114.940904, + 29.494147 + ], + [ + 115.00065, + 29.572235 + ], + [ + 115.154019, + 29.51029 + ], + [ + 115.142316, + 29.651822 + ], + [ + 115.359127, + 29.646623 + ], + [ + 115.471844, + 29.742777 + ], + [ + 115.511264, + 29.839877 + ], + [ + 115.667712, + 29.850257 + ], + [ + 115.837096, + 29.748491 + ], + [ + 115.965827, + 29.724593 + ], + [ + 116.13521, + 29.819634 + ], + [ + 116.207891, + 29.82742 + ], + [ + 116.26271, + 29.782251 + ], + [ + 116.473361, + 29.89747 + ], + [ + 116.552201, + 29.909918 + ], + [ + 116.586078, + 30.046226 + ], + [ + 116.666766, + 30.076779 + ], + [ + 116.747454, + 30.057101 + ], + [ + 116.83307, + 29.957621 + ], + [ + 116.900207, + 29.949326 + ], + [ + 116.882961, + 29.89332 + ], + [ + 116.789954, + 29.795233 + ], + [ + 116.684012, + 29.72823 + ], + [ + 116.677237, + 29.66898 + ], + [ + 116.651983, + 29.637262 + ], + [ + 116.780715, + 29.570153 + ], + [ + 117.112706, + 29.712121 + ], + [ + 117.136728, + 29.7755 + ], + [ + 117.073286, + 29.832092 + ], + [ + 117.17738, + 29.921846 + ], + [ + 117.246365, + 29.915104 + ], + [ + 117.29256, + 29.822749 + ], + [ + 117.384335, + 29.84351 + ], + [ + 117.455168, + 29.749011 + ], + [ + 117.453936, + 29.688214 + ], + [ + 117.532161, + 29.651822 + ], + [ + 117.545711, + 29.594089 + ], + [ + 117.647957, + 29.614897 + ], + [ + 117.707703, + 29.548815 + ], + [ + 117.807486, + 29.573796 + ], + [ + 117.872775, + 29.547774 + ], + [ + 118.008282, + 29.578479 + ], + [ + 118.134549, + 29.508728 + ], + [ + 118.136397, + 29.419125 + ], + [ + 118.193064, + 29.395149 + ], + [ + 118.20723, + 29.346135 + ], + [ + 118.136397, + 29.284052 + ], + [ + 118.077883, + 29.290836 + ], + [ + 118.027992, + 29.168132 + ], + [ + 118.037847, + 29.097054 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.111144, + 28.997671 + ], + [ + 118.270056, + 28.918619 + ], + [ + 118.306396, + 28.823782 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.379077, + 28.785509 + ], + [ + 118.431432, + 28.679528 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.423425, + 28.587626 + ], + [ + 118.421577, + 28.541908 + ], + [ + 118.421577, + 28.540331 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.425273, + 28.537177 + ], + [ + 118.426505, + 28.532447 + ], + [ + 118.472084, + 28.482497 + ], + [ + 118.432048, + 28.402003 + ], + [ + 118.486867, + 28.328821 + ], + [ + 118.433896, + 28.288786 + ], + [ + 118.314404, + 28.22238 + ], + [ + 118.37415, + 28.188106 + ], + [ + 118.356288, + 28.091555 + ], + [ + 118.155491, + 28.061992 + ], + [ + 118.096977, + 27.96744 + ], + [ + 117.999043, + 27.991218 + ], + [ + 117.856145, + 27.945772 + ], + [ + 117.78716, + 27.896076 + ], + [ + 117.740348, + 27.800321 + ], + [ + 117.608537, + 27.863814 + ], + [ + 117.52169, + 27.982236 + ], + [ + 117.341836, + 27.855879 + ], + [ + 117.27901, + 27.870161 + ], + [ + 117.296872, + 27.764854 + ], + [ + 117.204481, + 27.683819 + ], + [ + 117.118865, + 27.694416 + ], + [ + 117.096692, + 27.626582 + ], + [ + 117.040641, + 27.670043 + ], + [ + 117.01662, + 27.563481 + ], + [ + 117.084989, + 27.564011 + ], + [ + 117.133032, + 27.4223 + ], + [ + 117.100387, + 27.338886 + ], + [ + 117.171836, + 27.290509 + ], + [ + 117.043721, + 27.139928 + ], + [ + 117.05296, + 27.100519 + ], + [ + 116.910062, + 27.034453 + ], + [ + 116.679085, + 26.978479 + ], + [ + 116.548506, + 26.839758 + ], + [ + 116.557745, + 26.774073 + ], + [ + 116.516477, + 26.69071 + ], + [ + 116.566368, + 26.650075 + ], + [ + 116.539267, + 26.559129 + ], + [ + 116.610716, + 26.477216 + ], + [ + 116.601476, + 26.372733 + ], + [ + 116.519557, + 26.410251 + ], + [ + 116.412999, + 26.298197 + ], + [ + 116.396985, + 26.166168 + ], + [ + 116.471513, + 26.175296 + ], + [ + 116.489375, + 26.113529 + ], + [ + 116.383434, + 26.029687 + ], + [ + 116.36434, + 25.960312 + ], + [ + 116.258398, + 25.902736 + ], + [ + 116.176478, + 25.893048 + ], + [ + 116.131515, + 25.82413 + ], + [ + 116.18079, + 25.774571 + ], + [ + 116.067457, + 25.703967 + ], + [ + 116.063145, + 25.563173 + ], + [ + 116.005247, + 25.490284 + ], + [ + 116.008327, + 25.319496 + ], + [ + 115.929487, + 25.234553 + ], + [ + 115.855574, + 25.209654 + ], + [ + 115.880212, + 25.092126 + ], + [ + 115.928255, + 25.050396 + ], + [ + 115.873436, + 25.020038 + ], + [ + 115.89253, + 24.937056 + ], + [ + 115.907313, + 24.880075 + ], + [ + 115.822313, + 24.90884 + ], + [ + 115.756408, + 24.749192 + ], + [ + 115.845103, + 24.563221 + ], + [ + 115.688038, + 24.545261 + ], + [ + 115.67264, + 24.604028 + ], + [ + 115.573474, + 24.617083 + ], + [ + 115.556227, + 24.682883 + ], + [ + 115.412714, + 24.792654 + ], + [ + 115.358511, + 24.735064 + ], + [ + 115.308004, + 24.758429 + ], + [ + 115.095505, + 24.674184 + ], + [ + 115.056701, + 24.703541 + ], + [ + 114.909491, + 24.661679 + ], + [ + 114.868839, + 24.562132 + ], + [ + 114.729637, + 24.608924 + ], + [ + 114.704999, + 24.526211 + ], + [ + 114.664963, + 24.583898 + ], + [ + 114.589819, + 24.537642 + ], + [ + 114.534384, + 24.558867 + ], + [ + 114.428443, + 24.486468 + ], + [ + 114.391486, + 24.562677 + ], + [ + 114.308334, + 24.574104 + ], + [ + 114.258443, + 24.641558 + ], + [ + 114.169132, + 24.689407 + ], + [ + 114.27261, + 24.700279 + ], + [ + 114.33482, + 24.747562 + ], + [ + 114.403189, + 24.877361 + ], + [ + 114.395798, + 24.951161 + ], + [ + 114.506051, + 24.999975 + ], + [ + 114.561485, + 25.077495 + ], + [ + 114.640326, + 25.073702 + ], + [ + 114.735796, + 25.121925 + ], + [ + 114.679746, + 25.194495 + ], + [ + 114.743188, + 25.274597 + ], + [ + 114.63663, + 25.324364 + ], + [ + 114.535616, + 25.41681 + ], + [ + 114.381015, + 25.31571 + ], + [ + 114.31511, + 25.338424 + ], + [ + 114.262755, + 25.29191 + ], + [ + 114.13156, + 25.30922 + ], + [ + 114.039785, + 25.250789 + ], + [ + 114.051488, + 25.348699 + ], + [ + 113.94493, + 25.441667 + ], + [ + 113.983118, + 25.599332 + ], + [ + 113.913517, + 25.701272 + ], + [ + 113.971416, + 25.835979 + ], + [ + 114.028082, + 25.893586 + ], + [ + 114.007756, + 26.007104 + ], + [ + 114.044096, + 26.076452 + ], + [ + 114.237501, + 26.152204 + ], + [ + 114.181451, + 26.214489 + ], + [ + 114.088444, + 26.168316 + ], + [ + 113.944314, + 26.16402 + ], + [ + 114.029314, + 26.266545 + ], + [ + 114.030546, + 26.376485 + ], + [ + 114.085364, + 26.4065 + ], + [ + 114.073046, + 26.480965 + ], + [ + 114.106306, + 26.576254 + ], + [ + 113.915365, + 26.613706 + ], + [ + 113.860546, + 26.663978 + ], + [ + 113.834677, + 26.803983 + ], + [ + 113.927068, + 26.949149 + ], + [ + 113.821126, + 27.037651 + ], + [ + 113.779242, + 27.137265 + ], + [ + 113.848844, + 27.225087 + ], + [ + 113.872865, + 27.385116 + ], + [ + 113.616635, + 27.345264 + ], + [ + 113.632033, + 27.405303 + ], + [ + 113.583374, + 27.524754 + ], + [ + 113.607395, + 27.625522 + ], + [ + 113.763228, + 27.799262 + ], + [ + 113.729967, + 27.887086 + ], + [ + 113.752141, + 27.933614 + ], + [ + 113.864242, + 28.004954 + ], + [ + 113.914133, + 27.991218 + ], + [ + 114.047176, + 28.05724 + ], + [ + 113.992357, + 28.161207 + ], + [ + 114.107538, + 28.182833 + ], + [ + 114.25598, + 28.323554 + ], + [ + 114.252284, + 28.395687 + ], + [ + 114.172212, + 28.432524 + ], + [ + 114.218407, + 28.484601 + ], + [ + 114.08598, + 28.558201 + ], + [ + 114.157429, + 28.761384 + ], + [ + 114.152502, + 28.83479 + ], + [ + 114.076741, + 28.834266 + ], + [ + 114.008988, + 28.955273 + ], + [ + 113.966488, + 28.945326 + ], + [ + 113.94185, + 29.047374 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370000, + "name": "山东省", + "center": [ + 117.000923, + 36.675807 + ], + "centroid": [ + 118.186283, + 36.374485 + ], + "childrenNum": 17, + "level": "province", + "subFeatureIndex": 14, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.362071, + 37.634292 + ], + [ + 121.4791, + 37.474914 + ], + [ + 121.565331, + 37.440242 + ], + [ + 121.635548, + 37.49438 + ], + [ + 121.66573, + 37.47349 + ], + [ + 121.923808, + 37.473015 + ], + [ + 122.08888, + 37.554171 + ], + [ + 122.166488, + 37.439292 + ], + [ + 122.234857, + 37.469216 + ], + [ + 122.284133, + 37.426464 + ], + [ + 122.41656, + 37.414585 + ], + [ + 122.487393, + 37.434541 + ], + [ + 122.553914, + 37.406981 + ], + [ + 122.670942, + 37.429315 + ], + [ + 122.573624, + 37.296159 + ], + [ + 122.629059, + 37.194708 + ], + [ + 122.581015, + 37.147508 + ], + [ + 122.505871, + 37.149892 + ], + [ + 122.467067, + 37.03726 + ], + [ + 122.575472, + 37.054452 + ], + [ + 122.532356, + 36.901497 + ], + [ + 122.344495, + 36.828257 + ], + [ + 122.174495, + 36.842623 + ], + [ + 122.141235, + 36.93833 + ], + [ + 122.051923, + 36.904846 + ], + [ + 122.008808, + 36.962238 + ], + [ + 121.767975, + 36.874698 + ], + [ + 121.762432, + 36.846454 + ], + [ + 121.627541, + 36.795683 + ], + [ + 121.647867, + 36.723301 + ], + [ + 121.492035, + 36.789933 + ], + [ + 121.454462, + 36.75255 + ], + [ + 121.209318, + 36.671489 + ], + [ + 121.028848, + 36.573046 + ], + [ + 120.847146, + 36.618682 + ], + [ + 120.983269, + 36.546133 + ], + [ + 120.890878, + 36.373375 + ], + [ + 120.828668, + 36.466779 + ], + [ + 120.759683, + 36.462448 + ], + [ + 120.694393, + 36.390234 + ], + [ + 120.7449, + 36.330969 + ], + [ + 120.66298, + 36.331933 + ], + [ + 120.712255, + 36.126809 + ], + [ + 120.478199, + 36.091522 + ], + [ + 120.343308, + 36.04219 + ], + [ + 120.290337, + 36.061539 + ], + [ + 120.362402, + 36.19637 + ], + [ + 120.181316, + 36.204095 + ], + [ + 120.108635, + 36.127292 + ], + [ + 120.241062, + 36.047995 + ], + [ + 120.213345, + 35.998152 + ], + [ + 120.292801, + 36.017512 + ], + [ + 120.262004, + 35.965712 + ], + [ + 120.062439, + 35.870739 + ], + [ + 120.011317, + 35.713006 + ], + [ + 119.926317, + 35.759631 + ], + [ + 119.923237, + 35.635238 + ], + [ + 119.718129, + 35.615785 + ], + [ + 119.665775, + 35.57005 + ], + [ + 119.543819, + 35.347815 + ], + [ + 119.411392, + 35.231581 + ], + [ + 119.373819, + 35.078464 + ], + [ + 119.306066, + 35.076506 + ], + [ + 119.286972, + 35.11518 + ], + [ + 119.137915, + 35.09609 + ], + [ + 119.114509, + 35.054958 + ], + [ + 118.928495, + 35.051039 + ], + [ + 118.865053, + 35.029974 + ], + [ + 118.860742, + 34.94419 + ], + [ + 118.772047, + 34.794464 + ], + [ + 118.719076, + 34.745315 + ], + [ + 118.783749, + 34.723188 + ], + [ + 118.690127, + 34.678424 + ], + [ + 118.601431, + 34.714336 + ], + [ + 118.460997, + 34.65628 + ], + [ + 118.424657, + 34.595228 + ], + [ + 118.440671, + 34.527724 + ], + [ + 118.404947, + 34.427598 + ], + [ + 118.290382, + 34.424637 + ], + [ + 118.179513, + 34.379218 + ], + [ + 118.177665, + 34.453257 + ], + [ + 118.132702, + 34.483348 + ], + [ + 118.185056, + 34.543989 + ], + [ + 118.079115, + 34.569612 + ], + [ + 118.084042, + 34.655788 + ], + [ + 117.951615, + 34.678424 + ], + [ + 117.902956, + 34.644467 + ], + [ + 117.793935, + 34.65185 + ], + [ + 117.801942, + 34.51885 + ], + [ + 117.684298, + 34.547439 + ], + [ + 117.592523, + 34.462631 + ], + [ + 117.465023, + 34.484827 + ], + [ + 117.402813, + 34.569612 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.322125, + 34.574046 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.32151, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.322125, + 34.566656 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.301184, + 34.557294 + ], + [ + 117.242669, + 34.445856 + ], + [ + 117.175532, + 34.47003 + ], + [ + 117.137344, + 34.633144 + ], + [ + 117.07575, + 34.637575 + ], + [ + 117.088069, + 34.702039 + ], + [ + 117.000605, + 34.793482 + ], + [ + 116.966728, + 34.875497 + ], + [ + 116.821983, + 34.929475 + ], + [ + 116.677853, + 34.939285 + ], + [ + 116.445028, + 34.89562 + ], + [ + 116.408071, + 34.85095 + ], + [ + 116.374195, + 34.640036 + ], + [ + 116.281188, + 34.60754 + ], + [ + 116.240536, + 34.552367 + ], + [ + 116.196804, + 34.576017 + ], + [ + 116.134594, + 34.559758 + ], + [ + 116.101334, + 34.605571 + ], + [ + 115.83032, + 34.562714 + ], + [ + 115.697278, + 34.594243 + ], + [ + 115.667096, + 34.557294 + ], + [ + 115.515575, + 34.582421 + ], + [ + 115.461373, + 34.637083 + ], + [ + 115.42688, + 34.805273 + ], + [ + 115.317243, + 34.859297 + ], + [ + 115.256265, + 34.845549 + ], + [ + 115.251953, + 34.906416 + ], + [ + 115.189128, + 34.914757 + ], + [ + 115.12815, + 35.004493 + ], + [ + 115.028983, + 34.97165 + ], + [ + 114.923658, + 34.968709 + ], + [ + 114.824492, + 35.012335 + ], + [ + 114.883006, + 35.098537 + ], + [ + 114.841738, + 35.151389 + ], + [ + 114.932281, + 35.197362 + ], + [ + 114.929817, + 35.248196 + ], + [ + 115.02036, + 35.364406 + ], + [ + 115.093657, + 35.41611 + ], + [ + 115.237171, + 35.422937 + ], + [ + 115.357895, + 35.498475 + ], + [ + 115.383148, + 35.569076 + ], + [ + 115.48601, + 35.710091 + ], + [ + 115.693582, + 35.75429 + ], + [ + 115.773654, + 35.854252 + ], + [ + 115.875284, + 35.859102 + ], + [ + 115.911624, + 35.960385 + ], + [ + 116.048979, + 35.970071 + ], + [ + 116.099486, + 36.111826 + ], + [ + 115.989849, + 36.045576 + ], + [ + 115.646155, + 35.920663 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.498329, + 35.897401 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.363438, + 35.78002 + ], + [ + 115.335105, + 35.796522 + ], + [ + 115.362822, + 35.972008 + ], + [ + 115.447822, + 36.012672 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.466916, + 36.259115 + ], + [ + 115.366518, + 36.308793 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.308004, + 36.461967 + ], + [ + 115.283366, + 36.486505 + ], + [ + 115.365902, + 36.622043 + ], + [ + 115.479851, + 36.76022 + ], + [ + 115.683727, + 36.808139 + ], + [ + 115.71206, + 36.883313 + ], + [ + 115.79706, + 36.968931 + ], + [ + 115.776734, + 36.992829 + ], + [ + 115.868509, + 37.076414 + ], + [ + 115.909777, + 37.206622 + ], + [ + 115.969523, + 37.239497 + ], + [ + 115.984921, + 37.326616 + ], + [ + 116.051443, + 37.367998 + ], + [ + 116.169087, + 37.384164 + ], + [ + 116.236224, + 37.361816 + ], + [ + 116.2855, + 37.404604 + ], + [ + 116.226369, + 37.428365 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.240536, + 37.489633 + ], + [ + 116.27626, + 37.466841 + ], + [ + 116.291659, + 37.557966 + ], + [ + 116.337238, + 37.580255 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.379738, + 37.521909 + ], + [ + 116.38097, + 37.522858 + ], + [ + 116.433941, + 37.47349 + ], + [ + 116.724664, + 37.744139 + ], + [ + 116.788106, + 37.843429 + ], + [ + 117.023395, + 37.832561 + ], + [ + 117.093612, + 37.849571 + ], + [ + 117.267923, + 37.838704 + ], + [ + 117.34122, + 37.863271 + ], + [ + 117.438538, + 37.853823 + ], + [ + 117.513067, + 37.94353 + ], + [ + 117.5839, + 38.070819 + ], + [ + 117.70216, + 38.075529 + ], + [ + 117.771761, + 38.136734 + ], + [ + 117.808718, + 38.228445 + ], + [ + 117.895565, + 38.30173 + ], + [ + 117.997811, + 38.211992 + ], + [ + 118.045238, + 38.207761 + ], + [ + 118.143788, + 38.297035 + ], + [ + 118.07234, + 38.170139 + ], + [ + 118.331034, + 38.124968 + ], + [ + 118.504729, + 38.114141 + ], + [ + 118.552156, + 38.055744 + ], + [ + 118.607591, + 38.129204 + ], + [ + 118.726467, + 38.154144 + ], + [ + 118.853967, + 38.155085 + ], + [ + 118.974075, + 38.094367 + ], + [ + 119.004872, + 37.992114 + ], + [ + 119.110813, + 37.921349 + ], + [ + 119.12806, + 37.814601 + ], + [ + 119.217371, + 37.810347 + ], + [ + 119.259871, + 37.702492 + ], + [ + 119.080016, + 37.696337 + ], + [ + 118.99748, + 37.632396 + ], + [ + 118.939582, + 37.527129 + ], + [ + 118.983314, + 37.349926 + ], + [ + 119.054147, + 37.254738 + ], + [ + 119.12806, + 37.254738 + ], + [ + 119.298675, + 37.197567 + ], + [ + 119.329472, + 37.115548 + ], + [ + 119.489616, + 37.13463 + ], + [ + 119.566608, + 37.100755 + ], + [ + 119.744615, + 37.135107 + ], + [ + 119.89244, + 37.263786 + ], + [ + 119.843781, + 37.376557 + ], + [ + 120.144359, + 37.482036 + ], + [ + 120.246605, + 37.556543 + ], + [ + 120.215192, + 37.621023 + ], + [ + 120.272475, + 37.636661 + ], + [ + 120.227511, + 37.693497 + ], + [ + 120.367945, + 37.697758 + ], + [ + 120.466496, + 37.757858 + ], + [ + 120.595227, + 37.767318 + ], + [ + 120.733197, + 37.833506 + ], + [ + 120.938305, + 37.821219 + ], + [ + 121.037471, + 37.718585 + ], + [ + 121.136022, + 37.723318 + ], + [ + 121.153884, + 37.613914 + ], + [ + 121.217326, + 37.582626 + ], + [ + 121.354064, + 37.595901 + ], + [ + 121.362071, + 37.634292 + ] + ] + ], + [ + [ + [ + 115.498329, + 35.897401 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.463837, + 35.88092 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.463837, + 35.882859 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.464452, + 35.88092 + ], + [ + 115.464452, + 35.882859 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.467532, + 35.889646 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.473692, + 35.896917 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.498329, + 35.897401 + ] + ] + ], + [ + [ + [ + 121.487723, + 37.578833 + ], + [ + 121.487723, + 37.577884 + ], + [ + 121.487107, + 37.577884 + ], + [ + 121.485875, + 37.578359 + ], + [ + 121.485875, + 37.578833 + ], + [ + 121.487723, + 37.578833 + ] + ] + ], + [ + [ + [ + 121.487723, + 37.578833 + ], + [ + 121.488339, + 37.578833 + ], + [ + 121.488339, + 37.578833 + ], + [ + 121.487723, + 37.57741 + ], + [ + 121.487723, + 37.577884 + ], + [ + 121.487723, + 37.578833 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 410000, + "name": "河南省", + "center": [ + 113.665412, + 34.757975 + ], + "centroid": [ + 113.619918, + 33.902738 + ], + "childrenNum": 18, + "level": "province", + "subFeatureIndex": 15, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.196804, + 34.576017 + ], + [ + 116.204196, + 34.508497 + ], + [ + 116.162312, + 34.459178 + ], + [ + 116.213435, + 34.382181 + ], + [ + 116.26271, + 34.375762 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.409303, + 34.273971 + ], + [ + 116.516477, + 34.296217 + ], + [ + 116.565752, + 34.173541 + ], + [ + 116.530643, + 34.107183 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.575607, + 34.069028 + ], + [ + 116.648288, + 33.973317 + ], + [ + 116.64336, + 33.896869 + ], + [ + 116.437637, + 33.846694 + ], + [ + 116.437021, + 33.801461 + ], + [ + 116.316297, + 33.771127 + ], + [ + 116.263326, + 33.729835 + ], + [ + 116.155536, + 33.709929 + ], + [ + 116.074232, + 33.781571 + ], + [ + 116.05945, + 33.861103 + ], + [ + 115.987385, + 33.900842 + ], + [ + 116.00032, + 33.964881 + ], + [ + 115.95782, + 34.007547 + ], + [ + 115.877132, + 34.003083 + ], + [ + 115.736082, + 34.076957 + ], + [ + 115.60735, + 34.030359 + ], + [ + 115.546988, + 33.875014 + ], + [ + 115.629524, + 33.871536 + ], + [ + 115.614126, + 33.775603 + ], + [ + 115.563003, + 33.771624 + ], + [ + 115.639995, + 33.584909 + ], + [ + 115.421953, + 33.556992 + ], + [ + 115.345576, + 33.503125 + ], + [ + 115.312931, + 33.376307 + ], + [ + 115.365286, + 33.335826 + ], + [ + 115.301229, + 33.141657 + ], + [ + 115.168186, + 33.088535 + ], + [ + 115.042534, + 33.08653 + ], + [ + 114.966158, + 33.147167 + ], + [ + 114.902716, + 33.129632 + ], + [ + 114.925506, + 33.016821 + ], + [ + 114.883006, + 32.990227 + ], + [ + 114.943368, + 32.935005 + ], + [ + 115.139237, + 32.897837 + ], + [ + 115.197135, + 32.85613 + ], + [ + 115.183584, + 32.665937 + ], + [ + 115.20083, + 32.591864 + ], + [ + 115.304924, + 32.553039 + ], + [ + 115.409018, + 32.549005 + ], + [ + 115.5088, + 32.468777 + ], + [ + 115.509416, + 32.466758 + ], + [ + 115.567314, + 32.421819 + ], + [ + 115.667712, + 32.409696 + ], + [ + 115.706517, + 32.494014 + ], + [ + 115.789052, + 32.468777 + ], + [ + 115.845719, + 32.501583 + ], + [ + 115.899306, + 32.391005 + ], + [ + 115.912856, + 32.227666 + ], + [ + 115.941805, + 32.166402 + ], + [ + 115.931334, + 31.994541 + ], + [ + 115.893146, + 31.833033 + ], + [ + 115.909777, + 31.791849 + ], + [ + 115.816154, + 31.762348 + ], + [ + 115.767495, + 31.787272 + ], + [ + 115.660937, + 31.760822 + ], + [ + 115.496481, + 31.674297 + ], + [ + 115.371446, + 31.495905 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.301229, + 31.384109 + ], + [ + 115.22054, + 31.426494 + ], + [ + 115.235323, + 31.556597 + ], + [ + 115.12507, + 31.598904 + ], + [ + 115.088729, + 31.507638 + ], + [ + 115.024056, + 31.528551 + ], + [ + 114.830035, + 31.458654 + ], + [ + 114.778912, + 31.5209 + ], + [ + 114.696376, + 31.526001 + ], + [ + 114.641558, + 31.582085 + ], + [ + 114.560869, + 31.561185 + ], + [ + 114.549783, + 31.642721 + ], + [ + 114.586123, + 31.762348 + ], + [ + 114.448769, + 31.728257 + ], + [ + 114.292936, + 31.752173 + ], + [ + 114.195002, + 31.850315 + ], + [ + 114.135871, + 31.843707 + ], + [ + 114.088444, + 31.781677 + ], + [ + 113.988662, + 31.750138 + ], + [ + 113.954785, + 31.856413 + ], + [ + 113.838373, + 31.854889 + ], + [ + 113.791561, + 32.036142 + ], + [ + 113.728735, + 32.0833 + ], + [ + 113.783554, + 32.186153 + ], + [ + 113.749677, + 32.272196 + ], + [ + 113.761996, + 32.268149 + ], + [ + 113.757069, + 32.29243 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.752757, + 32.388478 + ], + [ + 113.664062, + 32.422324 + ], + [ + 113.624642, + 32.361191 + ], + [ + 113.425693, + 32.269161 + ], + [ + 113.211962, + 32.431919 + ], + [ + 113.118956, + 32.375846 + ], + [ + 113.025949, + 32.425354 + ], + [ + 112.992072, + 32.378373 + ], + [ + 112.860877, + 32.395552 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.544284, + 32.403635 + ], + [ + 112.451893, + 32.344511 + ], + [ + 112.390915, + 32.371298 + ], + [ + 112.328089, + 32.321761 + ], + [ + 112.228923, + 32.385447 + ], + [ + 112.014576, + 32.450098 + ], + [ + 111.948671, + 32.517225 + ], + [ + 111.890157, + 32.503097 + ], + [ + 111.640701, + 32.634703 + ], + [ + 111.577875, + 32.593376 + ], + [ + 111.380159, + 32.828984 + ], + [ + 111.293311, + 32.859145 + ], + [ + 111.242804, + 32.930486 + ], + [ + 111.273601, + 32.971656 + ], + [ + 111.238493, + 33.040899 + ], + [ + 111.151029, + 33.053438 + ], + [ + 111.179363, + 33.115601 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.032769, + 33.209265 + ], + [ + 110.984726, + 33.255308 + ], + [ + 111.025994, + 33.330327 + ], + [ + 110.996429, + 33.435745 + ], + [ + 111.02661, + 33.474183 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.00382, + 33.578429 + ], + [ + 110.877552, + 33.635238 + ], + [ + 110.782698, + 33.795494 + ], + [ + 110.587445, + 33.887929 + ], + [ + 110.669365, + 33.939072 + ], + [ + 110.590525, + 34.096778 + ], + [ + 110.642264, + 34.16067 + ], + [ + 110.43962, + 34.24331 + ], + [ + 110.426685, + 34.275454 + ], + [ + 110.503677, + 34.337234 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.360779, + 34.516878 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.474728, + 34.617389 + ], + [ + 110.533242, + 34.583406 + ], + [ + 110.710017, + 34.605078 + ], + [ + 110.749437, + 34.652342 + ], + [ + 110.883712, + 34.642498 + ], + [ + 110.929907, + 34.731548 + ], + [ + 110.966248, + 34.70499 + ], + [ + 111.118385, + 34.756622 + ], + [ + 111.148566, + 34.80773 + ], + [ + 111.232949, + 34.789551 + ], + [ + 111.346282, + 34.831798 + ], + [ + 111.570484, + 34.843094 + ], + [ + 111.66965, + 34.988319 + ], + [ + 111.900012, + 35.079933 + ], + [ + 112.062004, + 35.055937 + ], + [ + 112.078634, + 35.219362 + ], + [ + 112.058924, + 35.279951 + ], + [ + 112.513487, + 35.218384 + ], + [ + 112.637291, + 35.225716 + ], + [ + 112.628052, + 35.263342 + ], + [ + 112.766022, + 35.203718 + ], + [ + 112.818377, + 35.258457 + ], + [ + 112.911384, + 35.24673 + ], + [ + 112.992072, + 35.296068 + ], + [ + 112.997, + 35.362455 + ], + [ + 113.126347, + 35.332197 + ], + [ + 113.189789, + 35.449261 + ], + [ + 113.298194, + 35.427325 + ], + [ + 113.31236, + 35.481424 + ], + [ + 113.485439, + 35.520879 + ], + [ + 113.578446, + 35.63378 + ], + [ + 113.604316, + 35.797008 + ], + [ + 113.656671, + 35.836792 + ], + [ + 113.637576, + 35.98847 + ], + [ + 113.694859, + 36.026707 + ], + [ + 113.651743, + 36.172224 + ], + [ + 113.716417, + 36.262492 + ], + [ + 113.731199, + 36.363257 + ], + [ + 113.819894, + 36.330969 + ], + [ + 113.881488, + 36.354102 + ], + [ + 113.911054, + 36.314578 + ], + [ + 113.982502, + 36.358921 + ], + [ + 114.055799, + 36.330005 + ], + [ + 114.060727, + 36.276482 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.169132, + 36.243675 + ], + [ + 114.345291, + 36.255738 + ], + [ + 114.591666, + 36.130192 + ], + [ + 114.912571, + 36.140339 + ], + [ + 114.914419, + 36.051865 + ], + [ + 114.996955, + 36.06831 + ], + [ + 115.064092, + 36.178985 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.201446, + 36.210371 + ], + [ + 115.312931, + 36.088137 + ], + [ + 115.483547, + 36.149036 + ], + [ + 115.447822, + 36.012672 + ], + [ + 115.362822, + 35.972008 + ], + [ + 115.335105, + 35.796522 + ], + [ + 115.363438, + 35.78002 + ], + [ + 115.460141, + 35.86783 + ], + [ + 115.496481, + 35.885283 + ], + [ + 115.646155, + 35.920663 + ], + [ + 115.989849, + 36.045576 + ], + [ + 116.099486, + 36.111826 + ], + [ + 116.048979, + 35.970071 + ], + [ + 115.911624, + 35.960385 + ], + [ + 115.875284, + 35.859102 + ], + [ + 115.773654, + 35.854252 + ], + [ + 115.693582, + 35.75429 + ], + [ + 115.48601, + 35.710091 + ], + [ + 115.383148, + 35.569076 + ], + [ + 115.357895, + 35.498475 + ], + [ + 115.237171, + 35.422937 + ], + [ + 115.093657, + 35.41611 + ], + [ + 115.02036, + 35.364406 + ], + [ + 114.929817, + 35.248196 + ], + [ + 114.932281, + 35.197362 + ], + [ + 114.841738, + 35.151389 + ], + [ + 114.883006, + 35.098537 + ], + [ + 114.824492, + 35.012335 + ], + [ + 114.923658, + 34.968709 + ], + [ + 115.028983, + 34.97165 + ], + [ + 115.12815, + 35.004493 + ], + [ + 115.189128, + 34.914757 + ], + [ + 115.251953, + 34.906416 + ], + [ + 115.256265, + 34.845549 + ], + [ + 115.317243, + 34.859297 + ], + [ + 115.42688, + 34.805273 + ], + [ + 115.461373, + 34.637083 + ], + [ + 115.515575, + 34.582421 + ], + [ + 115.667096, + 34.557294 + ], + [ + 115.697278, + 34.594243 + ], + [ + 115.83032, + 34.562714 + ], + [ + 116.101334, + 34.605571 + ], + [ + 116.134594, + 34.559758 + ], + [ + 116.196804, + 34.576017 + ] + ] + ], + [ + [ + [ + 115.498329, + 35.897401 + ], + [ + 115.487242, + 35.903702 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.503257, + 35.91194 + ], + [ + 115.498329, + 35.897401 + ] + ] + ], + [ + [ + [ + 113.749677, + 32.272196 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.757069, + 32.29243 + ], + [ + 113.761996, + 32.268149 + ], + [ + 113.749677, + 32.272196 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 420000, + "name": "湖北省", + "center": [ + 114.298572, + 30.584355 + ], + "centroid": [ + 112.271042, + 30.98802 + ], + "childrenNum": 17, + "level": "province", + "subFeatureIndex": 16, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.232378, + 29.119533 + ], + [ + 109.110422, + 29.215143 + ], + [ + 109.11227, + 29.360737 + ], + [ + 108.919481, + 29.326314 + ], + [ + 108.927488, + 29.435281 + ], + [ + 108.880677, + 29.442576 + ], + [ + 108.91209, + 29.571714 + ], + [ + 108.844337, + 29.658582 + ], + [ + 108.785822, + 29.633622 + ], + [ + 108.690968, + 29.689773 + ], + [ + 108.666946, + 29.842472 + ], + [ + 108.602273, + 29.865824 + ], + [ + 108.504338, + 29.707964 + ], + [ + 108.437201, + 29.741218 + ], + [ + 108.424266, + 29.816 + ], + [ + 108.371295, + 29.841434 + ], + [ + 108.516041, + 29.885539 + ], + [ + 108.542526, + 29.998047 + ], + [ + 108.513577, + 30.057619 + ], + [ + 108.56778, + 30.157517 + ], + [ + 108.581947, + 30.255763 + ], + [ + 108.460606, + 30.35959 + ], + [ + 108.402092, + 30.376626 + ], + [ + 108.42673, + 30.492184 + ], + [ + 108.56778, + 30.468464 + ], + [ + 108.688504, + 30.587519 + ], + [ + 108.743939, + 30.494762 + ], + [ + 108.808612, + 30.491153 + ], + [ + 108.971836, + 30.627686 + ], + [ + 109.114734, + 30.64416 + ], + [ + 109.09256, + 30.578762 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.143683, + 30.521052 + ], + [ + 109.299516, + 30.630775 + ], + [ + 109.36111, + 30.550942 + ], + [ + 109.35495, + 30.487028 + ], + [ + 109.435638, + 30.59576 + ], + [ + 109.590855, + 30.693566 + ], + [ + 109.780564, + 30.848822 + ], + [ + 109.893897, + 30.899662 + ], + [ + 110.008462, + 30.883746 + ], + [ + 110.082375, + 30.799496 + ], + [ + 110.172918, + 30.978694 + ], + [ + 110.135961, + 30.986902 + ], + [ + 110.119947, + 31.088409 + ], + [ + 110.189548, + 31.129391 + ], + [ + 110.140273, + 31.390238 + ], + [ + 110.054042, + 31.410666 + ], + [ + 109.946252, + 31.506108 + ], + [ + 109.848934, + 31.552008 + ], + [ + 109.719586, + 31.555067 + ], + [ + 109.76455, + 31.602981 + ], + [ + 109.731289, + 31.700263 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.638282, + 31.811172 + ], + [ + 109.584696, + 31.900617 + ], + [ + 109.631507, + 31.962059 + ], + [ + 109.590855, + 32.012807 + ], + [ + 109.621652, + 32.106617 + ], + [ + 109.592703, + 32.219568 + ], + [ + 109.495385, + 32.300522 + ], + [ + 109.502776, + 32.389489 + ], + [ + 109.575457, + 32.506629 + ], + [ + 109.637051, + 32.540935 + ], + [ + 109.631507, + 32.599929 + ], + [ + 109.726978, + 32.608498 + ], + [ + 109.816905, + 32.577244 + ], + [ + 109.910528, + 32.592872 + ], + [ + 110.017701, + 32.546987 + ], + [ + 110.085454, + 32.613034 + ], + [ + 110.153824, + 32.593376 + ], + [ + 110.206179, + 32.633191 + ], + [ + 110.156903, + 32.683061 + ], + [ + 110.159367, + 32.767122 + ], + [ + 110.10886, + 32.82999 + ], + [ + 109.988752, + 32.886281 + ], + [ + 109.76455, + 32.909391 + ], + [ + 109.794731, + 33.066977 + ], + [ + 109.688174, + 33.116603 + ], + [ + 109.576073, + 33.110088 + ], + [ + 109.438718, + 33.152177 + ], + [ + 109.537268, + 33.2438 + ], + [ + 109.619804, + 33.27532 + ], + [ + 109.732521, + 33.231288 + ], + [ + 109.852013, + 33.247803 + ], + [ + 110.031252, + 33.191742 + ], + [ + 110.164911, + 33.209265 + ], + [ + 110.218497, + 33.163197 + ], + [ + 110.468569, + 33.181226 + ], + [ + 110.54125, + 33.255809 + ], + [ + 110.59422, + 33.168706 + ], + [ + 110.702626, + 33.097057 + ], + [ + 110.745741, + 33.147167 + ], + [ + 110.824582, + 33.158188 + ], + [ + 110.984726, + 33.255308 + ], + [ + 111.032769, + 33.209265 + ], + [ + 111.037081, + 33.187235 + ], + [ + 111.031537, + 33.17722 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.179363, + 33.115601 + ], + [ + 111.151029, + 33.053438 + ], + [ + 111.238493, + 33.040899 + ], + [ + 111.273601, + 32.971656 + ], + [ + 111.242804, + 32.930486 + ], + [ + 111.293311, + 32.859145 + ], + [ + 111.380159, + 32.828984 + ], + [ + 111.577875, + 32.593376 + ], + [ + 111.640701, + 32.634703 + ], + [ + 111.890157, + 32.503097 + ], + [ + 111.948671, + 32.517225 + ], + [ + 112.014576, + 32.450098 + ], + [ + 112.228923, + 32.385447 + ], + [ + 112.328089, + 32.321761 + ], + [ + 112.390915, + 32.371298 + ], + [ + 112.451893, + 32.344511 + ], + [ + 112.544284, + 32.403635 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.730914, + 32.363212 + ], + [ + 112.732146, + 32.362707 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.860877, + 32.395552 + ], + [ + 112.992072, + 32.378373 + ], + [ + 113.025949, + 32.425354 + ], + [ + 113.118956, + 32.375846 + ], + [ + 113.211962, + 32.431919 + ], + [ + 113.425693, + 32.269161 + ], + [ + 113.624642, + 32.361191 + ], + [ + 113.664062, + 32.422324 + ], + [ + 113.752757, + 32.388478 + ], + [ + 113.758301, + 32.296476 + ], + [ + 113.749677, + 32.272196 + ], + [ + 113.783554, + 32.186153 + ], + [ + 113.728735, + 32.0833 + ], + [ + 113.791561, + 32.036142 + ], + [ + 113.838373, + 31.854889 + ], + [ + 113.954785, + 31.856413 + ], + [ + 113.988662, + 31.750138 + ], + [ + 114.088444, + 31.781677 + ], + [ + 114.135871, + 31.843707 + ], + [ + 114.195002, + 31.850315 + ], + [ + 114.292936, + 31.752173 + ], + [ + 114.448769, + 31.728257 + ], + [ + 114.586123, + 31.762348 + ], + [ + 114.549783, + 31.642721 + ], + [ + 114.560869, + 31.561185 + ], + [ + 114.641558, + 31.582085 + ], + [ + 114.696376, + 31.526001 + ], + [ + 114.778912, + 31.5209 + ], + [ + 114.830035, + 31.458654 + ], + [ + 115.024056, + 31.528551 + ], + [ + 115.088729, + 31.507638 + ], + [ + 115.12507, + 31.598904 + ], + [ + 115.235323, + 31.556597 + ], + [ + 115.22054, + 31.426494 + ], + [ + 115.301229, + 31.384109 + ], + [ + 115.373909, + 31.405559 + ], + [ + 115.372062, + 31.349368 + ], + [ + 115.442279, + 31.346303 + ], + [ + 115.457677, + 31.281384 + ], + [ + 115.516191, + 31.263485 + ], + [ + 115.559307, + 31.160117 + ], + [ + 115.646155, + 31.209768 + ], + [ + 115.700973, + 31.201068 + ], + [ + 115.763799, + 31.118123 + ], + [ + 115.869125, + 31.147828 + ], + [ + 115.938726, + 31.047409 + ], + [ + 116.058834, + 31.012545 + ], + [ + 116.071769, + 30.956633 + ], + [ + 115.976298, + 30.931488 + ], + [ + 115.865429, + 30.864231 + ], + [ + 115.851262, + 30.756829 + ], + [ + 115.782893, + 30.751687 + ], + [ + 115.762567, + 30.685848 + ], + [ + 115.819234, + 30.59782 + ], + [ + 115.876516, + 30.582368 + ], + [ + 115.921479, + 30.416364 + ], + [ + 115.903001, + 30.313631 + ], + [ + 115.985537, + 30.290901 + ], + [ + 116.065609, + 30.204584 + ], + [ + 116.091479, + 30.036385 + ], + [ + 116.073616, + 29.970061 + ], + [ + 116.127203, + 29.899544 + ], + [ + 116.13521, + 29.819634 + ], + [ + 115.965827, + 29.724593 + ], + [ + 115.837096, + 29.748491 + ], + [ + 115.667712, + 29.850257 + ], + [ + 115.511264, + 29.839877 + ], + [ + 115.471844, + 29.742777 + ], + [ + 115.359127, + 29.646623 + ], + [ + 115.142316, + 29.651822 + ], + [ + 115.154019, + 29.51029 + ], + [ + 115.00065, + 29.572235 + ], + [ + 114.940904, + 29.494147 + ], + [ + 114.860216, + 29.475917 + ], + [ + 114.931049, + 29.422252 + ], + [ + 114.759818, + 29.363345 + ], + [ + 114.660652, + 29.393585 + ], + [ + 114.519602, + 29.325271 + ], + [ + 114.259059, + 29.344049 + ], + [ + 114.252284, + 29.234985 + ], + [ + 114.061959, + 29.204176 + ], + [ + 113.952321, + 29.092871 + ], + [ + 113.94185, + 29.047374 + ], + [ + 113.877793, + 29.035343 + ], + [ + 113.816199, + 29.105419 + ], + [ + 113.749677, + 29.060973 + ], + [ + 113.66283, + 29.1697 + ], + [ + 113.689931, + 29.230808 + ], + [ + 113.606779, + 29.253779 + ], + [ + 113.686236, + 29.392021 + ], + [ + 113.753373, + 29.43997 + ], + [ + 113.630801, + 29.523307 + ], + [ + 113.736743, + 29.576918 + ], + [ + 113.664678, + 29.683536 + ], + [ + 113.547033, + 29.675219 + ], + [ + 113.566127, + 29.846105 + ], + [ + 113.37765, + 29.703287 + ], + [ + 113.145441, + 29.449349 + ], + [ + 113.078304, + 29.438407 + ], + [ + 113.057362, + 29.522265 + ], + [ + 112.950188, + 29.472792 + ], + [ + 112.912, + 29.607095 + ], + [ + 113.004391, + 29.692892 + ], + [ + 113.020405, + 29.772384 + ], + [ + 112.937869, + 29.783809 + ], + [ + 112.939101, + 29.768229 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.861493, + 29.78329 + ], + [ + 112.79374, + 29.736023 + ], + [ + 112.788812, + 29.681457 + ], + [ + 112.687182, + 29.592528 + ], + [ + 112.439574, + 29.633622 + ], + [ + 112.369973, + 29.542048 + ], + [ + 112.281278, + 29.536842 + ], + [ + 112.303452, + 29.585244 + ], + [ + 112.111279, + 29.659622 + ], + [ + 112.07617, + 29.740179 + ], + [ + 111.95483, + 29.796791 + ], + [ + 111.962222, + 29.837282 + ], + [ + 111.862439, + 29.856484 + ], + [ + 111.807005, + 29.904213 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.39063, + 29.914585 + ], + [ + 111.244036, + 30.039492 + ], + [ + 110.929907, + 30.063316 + ], + [ + 110.924364, + 30.111463 + ], + [ + 110.746973, + 30.113015 + ], + [ + 110.712481, + 30.033277 + ], + [ + 110.650887, + 30.077814 + ], + [ + 110.497518, + 30.05503 + ], + [ + 110.557264, + 29.988201 + ], + [ + 110.498134, + 29.910955 + ], + [ + 110.60038, + 29.839877 + ], + [ + 110.642264, + 29.777578 + ], + [ + 110.507373, + 29.691853 + ], + [ + 110.360779, + 29.635702 + ], + [ + 110.219729, + 29.746413 + ], + [ + 110.113788, + 29.789521 + ], + [ + 110.02386, + 29.769788 + ], + [ + 109.869876, + 29.774462 + ], + [ + 109.775637, + 29.755244 + ], + [ + 109.714043, + 29.673139 + ], + [ + 109.717739, + 29.614897 + ], + [ + 109.516326, + 29.62582 + ], + [ + 109.458428, + 29.513414 + ], + [ + 109.343863, + 29.369602 + ], + [ + 109.352487, + 29.284574 + ], + [ + 109.258248, + 29.21932 + ], + [ + 109.274262, + 29.122146 + ], + [ + 109.232378, + 29.119533 + ] + ] + ], + [ + [ + [ + 113.020405, + 29.772384 + ], + [ + 112.926782, + 29.692372 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.939101, + 29.768229 + ], + [ + 112.937869, + 29.783809 + ], + [ + 113.020405, + 29.772384 + ] + ] + ], + [ + [ + [ + 111.032769, + 33.209265 + ], + [ + 111.056791, + 33.192743 + ], + [ + 111.031537, + 33.17722 + ], + [ + 111.037081, + 33.187235 + ], + [ + 111.032769, + 33.209265 + ] + ] + ], + [ + [ + [ + 109.106111, + 30.57052 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.106111, + 30.57052 + ] + ] + ], + [ + [ + [ + 112.732146, + 32.362707 + ], + [ + 112.730914, + 32.363212 + ], + [ + 112.729066, + 32.366245 + ], + [ + 112.733993, + 32.363718 + ], + [ + 112.732146, + 32.362707 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 430000, + "name": "湖南省", + "center": [ + 112.982279, + 28.19409 + ], + "centroid": [ + 111.754313, + 27.655081 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 17, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.965962, + 26.195699 + ], + [ + 110.017701, + 26.343246 + ], + [ + 109.932701, + 26.476145 + ], + [ + 109.856325, + 26.465433 + ], + [ + 109.892665, + 26.525408 + ], + [ + 109.82676, + 26.605681 + ], + [ + 109.946252, + 26.685899 + ], + [ + 109.838463, + 26.72759 + ], + [ + 109.821216, + 26.781017 + ], + [ + 109.652449, + 26.76232 + ], + [ + 109.660456, + 26.709419 + ], + [ + 109.590855, + 26.686433 + ], + [ + 109.529261, + 26.740414 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.52187, + 26.748964 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.500928, + 26.828546 + ], + [ + 109.486761, + 26.895267 + ], + [ + 109.555131, + 26.947015 + ], + [ + 109.520022, + 27.058433 + ], + [ + 109.454733, + 27.069622 + ], + [ + 109.472595, + 27.135136 + ], + [ + 109.415928, + 27.15377 + ], + [ + 109.267487, + 27.128746 + ], + [ + 109.164625, + 27.065893 + ], + [ + 109.07901, + 27.115965 + ], + [ + 108.87575, + 26.999273 + ], + [ + 108.791366, + 27.084539 + ], + [ + 108.878829, + 27.106378 + ], + [ + 108.907162, + 27.2054 + ], + [ + 109.040821, + 27.276151 + ], + [ + 109.142451, + 27.418051 + ], + [ + 109.202197, + 27.449913 + ], + [ + 109.300132, + 27.423893 + ], + [ + 109.303211, + 27.475396 + ], + [ + 109.461508, + 27.567724 + ], + [ + 109.470747, + 27.68011 + ], + [ + 109.332777, + 27.782853 + ], + [ + 109.345711, + 27.840537 + ], + [ + 109.30198, + 27.956342 + ], + [ + 109.378972, + 28.032948 + ], + [ + 109.298284, + 28.036117 + ], + [ + 109.340168, + 28.190216 + ], + [ + 109.388211, + 28.268236 + ], + [ + 109.27303, + 28.310386 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.321074, + 28.581322 + ], + [ + 109.304443, + 28.623871 + ], + [ + 109.201581, + 28.598133 + ], + [ + 109.2989, + 28.747221 + ], + [ + 109.241002, + 28.776594 + ], + [ + 109.235458, + 28.882476 + ], + [ + 109.319842, + 29.042667 + ], + [ + 109.232378, + 29.119533 + ], + [ + 109.274262, + 29.122146 + ], + [ + 109.258248, + 29.21932 + ], + [ + 109.352487, + 29.284574 + ], + [ + 109.343863, + 29.369602 + ], + [ + 109.458428, + 29.513414 + ], + [ + 109.516326, + 29.62582 + ], + [ + 109.717739, + 29.614897 + ], + [ + 109.714043, + 29.673139 + ], + [ + 109.775637, + 29.755244 + ], + [ + 109.869876, + 29.774462 + ], + [ + 110.02386, + 29.769788 + ], + [ + 110.113788, + 29.789521 + ], + [ + 110.219729, + 29.746413 + ], + [ + 110.360779, + 29.635702 + ], + [ + 110.507373, + 29.691853 + ], + [ + 110.642264, + 29.777578 + ], + [ + 110.60038, + 29.839877 + ], + [ + 110.498134, + 29.910955 + ], + [ + 110.557264, + 29.988201 + ], + [ + 110.497518, + 30.05503 + ], + [ + 110.650887, + 30.077814 + ], + [ + 110.712481, + 30.033277 + ], + [ + 110.746973, + 30.113015 + ], + [ + 110.924364, + 30.111463 + ], + [ + 110.929907, + 30.063316 + ], + [ + 111.244036, + 30.039492 + ], + [ + 111.39063, + 29.914585 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.709686, + 29.897988 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.723853, + 29.909399 + ], + [ + 111.807005, + 29.904213 + ], + [ + 111.862439, + 29.856484 + ], + [ + 111.962222, + 29.837282 + ], + [ + 111.95483, + 29.796791 + ], + [ + 112.07617, + 29.740179 + ], + [ + 112.111279, + 29.659622 + ], + [ + 112.303452, + 29.585244 + ], + [ + 112.281278, + 29.536842 + ], + [ + 112.369973, + 29.542048 + ], + [ + 112.439574, + 29.633622 + ], + [ + 112.687182, + 29.592528 + ], + [ + 112.788812, + 29.681457 + ], + [ + 112.79374, + 29.736023 + ], + [ + 112.861493, + 29.78329 + ], + [ + 112.926782, + 29.763036 + ], + [ + 112.926782, + 29.692372 + ], + [ + 113.020405, + 29.772384 + ], + [ + 113.004391, + 29.692892 + ], + [ + 112.912, + 29.607095 + ], + [ + 112.950188, + 29.472792 + ], + [ + 113.057362, + 29.522265 + ], + [ + 113.078304, + 29.438407 + ], + [ + 113.145441, + 29.449349 + ], + [ + 113.37765, + 29.703287 + ], + [ + 113.566127, + 29.846105 + ], + [ + 113.547033, + 29.675219 + ], + [ + 113.664678, + 29.683536 + ], + [ + 113.736743, + 29.576918 + ], + [ + 113.630801, + 29.523307 + ], + [ + 113.753373, + 29.43997 + ], + [ + 113.686236, + 29.392021 + ], + [ + 113.606779, + 29.253779 + ], + [ + 113.689931, + 29.230808 + ], + [ + 113.66283, + 29.1697 + ], + [ + 113.749677, + 29.060973 + ], + [ + 113.816199, + 29.105419 + ], + [ + 113.877793, + 29.035343 + ], + [ + 113.94185, + 29.047374 + ], + [ + 113.966488, + 28.945326 + ], + [ + 114.008988, + 28.955273 + ], + [ + 114.076741, + 28.834266 + ], + [ + 114.152502, + 28.83479 + ], + [ + 114.157429, + 28.761384 + ], + [ + 114.08598, + 28.558201 + ], + [ + 114.218407, + 28.484601 + ], + [ + 114.172212, + 28.432524 + ], + [ + 114.252284, + 28.395687 + ], + [ + 114.25598, + 28.323554 + ], + [ + 114.107538, + 28.182833 + ], + [ + 113.992357, + 28.161207 + ], + [ + 114.047176, + 28.05724 + ], + [ + 113.914133, + 27.991218 + ], + [ + 113.864242, + 28.004954 + ], + [ + 113.752141, + 27.933614 + ], + [ + 113.729967, + 27.887086 + ], + [ + 113.763228, + 27.799262 + ], + [ + 113.607395, + 27.625522 + ], + [ + 113.583374, + 27.524754 + ], + [ + 113.632033, + 27.405303 + ], + [ + 113.616635, + 27.345264 + ], + [ + 113.872865, + 27.385116 + ], + [ + 113.848844, + 27.225087 + ], + [ + 113.779242, + 27.137265 + ], + [ + 113.821126, + 27.037651 + ], + [ + 113.927068, + 26.949149 + ], + [ + 113.834677, + 26.803983 + ], + [ + 113.860546, + 26.663978 + ], + [ + 113.915365, + 26.613706 + ], + [ + 114.106306, + 26.576254 + ], + [ + 114.073046, + 26.480965 + ], + [ + 114.085364, + 26.4065 + ], + [ + 114.030546, + 26.376485 + ], + [ + 114.029314, + 26.266545 + ], + [ + 113.944314, + 26.16402 + ], + [ + 114.088444, + 26.168316 + ], + [ + 114.181451, + 26.214489 + ], + [ + 114.237501, + 26.152204 + ], + [ + 114.044096, + 26.076452 + ], + [ + 114.007756, + 26.007104 + ], + [ + 114.028082, + 25.893586 + ], + [ + 113.971416, + 25.835979 + ], + [ + 113.913517, + 25.701272 + ], + [ + 113.983118, + 25.599332 + ], + [ + 113.94493, + 25.441667 + ], + [ + 113.887032, + 25.436804 + ], + [ + 113.822974, + 25.331935 + ], + [ + 113.753373, + 25.362756 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.535946, + 25.368704 + ], + [ + 113.449715, + 25.359512 + ], + [ + 113.373338, + 25.402758 + ], + [ + 113.311129, + 25.490284 + ], + [ + 113.248919, + 25.514045 + ], + [ + 113.11834, + 25.445449 + ], + [ + 113.080151, + 25.3833 + ], + [ + 112.900297, + 25.311383 + ], + [ + 112.867036, + 25.249706 + ], + [ + 112.992688, + 25.247 + ], + [ + 113.034572, + 25.198285 + ], + [ + 112.96805, + 25.141426 + ], + [ + 113.018557, + 25.082914 + ], + [ + 112.979137, + 25.034133 + ], + [ + 113.011782, + 24.946279 + ], + [ + 112.871348, + 24.895816 + ], + [ + 112.780805, + 24.896901 + ], + [ + 112.712436, + 25.083456 + ], + [ + 112.660081, + 25.132759 + ], + [ + 112.414937, + 25.142509 + ], + [ + 112.369357, + 25.189081 + ], + [ + 112.3053, + 25.157132 + ], + [ + 112.187039, + 25.182584 + ], + [ + 112.155626, + 25.026544 + ], + [ + 112.119902, + 24.963638 + ], + [ + 112.175337, + 24.92729 + ], + [ + 112.171025, + 24.86379 + ], + [ + 112.097112, + 24.826327 + ], + [ + 112.024431, + 24.739955 + ], + [ + 111.951135, + 24.769839 + ], + [ + 111.68936, + 24.778531 + ], + [ + 111.570484, + 24.644821 + ], + [ + 111.431282, + 24.687776 + ], + [ + 111.479325, + 24.797543 + ], + [ + 111.470086, + 24.928917 + ], + [ + 111.43313, + 24.97991 + ], + [ + 111.435593, + 25.09321 + ], + [ + 111.321645, + 25.10513 + ], + [ + 111.274833, + 25.151175 + ], + [ + 111.200921, + 25.074786 + ], + [ + 111.101754, + 25.035218 + ], + [ + 111.100522, + 24.945736 + ], + [ + 110.991501, + 24.924034 + ], + [ + 110.951465, + 25.043891 + ], + [ + 110.998892, + 25.161465 + ], + [ + 111.112841, + 25.217232 + ], + [ + 111.103602, + 25.284877 + ], + [ + 111.301319, + 25.450851 + ], + [ + 111.343202, + 25.602569 + ], + [ + 111.30871, + 25.72014 + ], + [ + 111.442369, + 25.771877 + ], + [ + 111.43313, + 25.84621 + ], + [ + 111.49226, + 25.868824 + ], + [ + 111.346282, + 25.906504 + ], + [ + 111.252043, + 25.864517 + ], + [ + 111.189834, + 25.953318 + ], + [ + 111.267442, + 26.058716 + ], + [ + 111.279761, + 26.271911 + ], + [ + 111.204616, + 26.307852 + ], + [ + 111.092515, + 26.306779 + ], + [ + 110.94469, + 26.373805 + ], + [ + 110.939146, + 26.28425 + ], + [ + 110.76114, + 26.248838 + ], + [ + 110.612083, + 26.333594 + ], + [ + 110.555416, + 26.286396 + ], + [ + 110.516612, + 26.186035 + ], + [ + 110.373098, + 26.08935 + ], + [ + 110.325671, + 25.975373 + ], + [ + 110.257301, + 25.961388 + ], + [ + 110.201251, + 26.066241 + ], + [ + 110.165527, + 26.023773 + ], + [ + 110.065128, + 26.051191 + ], + [ + 110.099005, + 26.16939 + ], + [ + 109.965962, + 26.195699 + ] + ] + ], + [ + [ + [ + 109.48245, + 26.029687 + ], + [ + 109.449805, + 26.101709 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.439334, + 26.238641 + ], + [ + 109.466435, + 26.314288 + ], + [ + 109.340784, + 26.264399 + ], + [ + 109.285965, + 26.296052 + ], + [ + 109.326001, + 26.427398 + ], + [ + 109.407305, + 26.532902 + ], + [ + 109.35495, + 26.693383 + ], + [ + 109.454117, + 26.761252 + ], + [ + 109.52187, + 26.748964 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.529261, + 26.740414 + ], + [ + 109.590855, + 26.686433 + ], + [ + 109.660456, + 26.709419 + ], + [ + 109.652449, + 26.76232 + ], + [ + 109.821216, + 26.781017 + ], + [ + 109.838463, + 26.72759 + ], + [ + 109.946252, + 26.685899 + ], + [ + 109.82676, + 26.605681 + ], + [ + 109.892665, + 26.525408 + ], + [ + 109.856325, + 26.465433 + ], + [ + 109.932701, + 26.476145 + ], + [ + 110.017701, + 26.343246 + ], + [ + 109.965962, + 26.195699 + ], + [ + 109.906832, + 26.143611 + ], + [ + 109.864332, + 26.027537 + ], + [ + 109.783028, + 25.988282 + ], + [ + 109.806434, + 25.874746 + ], + [ + 109.685094, + 25.880129 + ], + [ + 109.730057, + 25.989895 + ], + [ + 109.635203, + 26.047428 + ], + [ + 109.513247, + 25.997962 + ], + [ + 109.48245, + 26.029687 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 440000, + "name": "广东省", + "center": [ + 113.280637, + 23.125178 + ], + "centroid": [ + 113.429877, + 23.334664 + ], + "childrenNum": 22, + "level": "province", + "subFeatureIndex": 18, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.785492, + 21.457116 + ], + [ + 109.742992, + 21.61629 + ], + [ + 109.898209, + 21.649661 + ], + [ + 109.940709, + 21.734723 + ], + [ + 109.94502, + 21.844172 + ], + [ + 110.051578, + 21.856945 + ], + [ + 110.119947, + 21.901918 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.388497, + 21.89026 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.414366, + 22.20858 + ], + [ + 110.488895, + 22.144863 + ], + [ + 110.560344, + 22.196393 + ], + [ + 110.629329, + 22.149296 + ], + [ + 110.646575, + 22.222982 + ], + [ + 110.725415, + 22.295522 + ], + [ + 110.785777, + 22.294415 + ], + [ + 110.711249, + 22.369684 + ], + [ + 110.778386, + 22.585304 + ], + [ + 111.055559, + 22.648268 + ], + [ + 111.056791, + 22.72776 + ], + [ + 111.202152, + 22.740452 + ], + [ + 111.358601, + 22.889362 + ], + [ + 111.363528, + 22.968713 + ], + [ + 111.433746, + 23.036456 + ], + [ + 111.377695, + 23.082149 + ], + [ + 111.388782, + 23.210337 + ], + [ + 111.353673, + 23.28895 + ], + [ + 111.399869, + 23.469638 + ], + [ + 111.479941, + 23.532738 + ], + [ + 111.487332, + 23.62651 + ], + [ + 111.615448, + 23.639117 + ], + [ + 111.667187, + 23.718023 + ], + [ + 111.621607, + 23.725692 + ], + [ + 111.664723, + 23.83465 + ], + [ + 111.8107, + 23.806735 + ], + [ + 111.812548, + 23.887727 + ], + [ + 111.940664, + 23.987803 + ], + [ + 111.878454, + 24.110195 + ], + [ + 111.877838, + 24.229196 + ], + [ + 111.939432, + 24.230287 + ], + [ + 112.029975, + 24.297925 + ], + [ + 112.057692, + 24.387327 + ], + [ + 111.985011, + 24.467953 + ], + [ + 112.007185, + 24.534376 + ], + [ + 111.937584, + 24.595323 + ], + [ + 111.961606, + 24.720934 + ], + [ + 112.024431, + 24.739955 + ], + [ + 112.097112, + 24.826327 + ], + [ + 112.171025, + 24.86379 + ], + [ + 112.175337, + 24.92729 + ], + [ + 112.119902, + 24.963638 + ], + [ + 112.155626, + 25.026544 + ], + [ + 112.187039, + 25.182584 + ], + [ + 112.3053, + 25.157132 + ], + [ + 112.369357, + 25.189081 + ], + [ + 112.414937, + 25.142509 + ], + [ + 112.660081, + 25.132759 + ], + [ + 112.712436, + 25.083456 + ], + [ + 112.780805, + 24.896901 + ], + [ + 112.871348, + 24.895816 + ], + [ + 113.011782, + 24.946279 + ], + [ + 112.979137, + 25.034133 + ], + [ + 113.018557, + 25.082914 + ], + [ + 112.96805, + 25.141426 + ], + [ + 113.034572, + 25.198285 + ], + [ + 112.992688, + 25.247 + ], + [ + 112.867036, + 25.249706 + ], + [ + 112.900297, + 25.311383 + ], + [ + 113.080151, + 25.3833 + ], + [ + 113.11834, + 25.445449 + ], + [ + 113.248919, + 25.514045 + ], + [ + 113.311129, + 25.490284 + ], + [ + 113.373338, + 25.402758 + ], + [ + 113.449715, + 25.359512 + ], + [ + 113.535946, + 25.368704 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.611707, + 25.326527 + ], + [ + 113.753373, + 25.362756 + ], + [ + 113.822974, + 25.331935 + ], + [ + 113.887032, + 25.436804 + ], + [ + 113.94493, + 25.441667 + ], + [ + 114.051488, + 25.348699 + ], + [ + 114.039785, + 25.250789 + ], + [ + 114.13156, + 25.30922 + ], + [ + 114.262755, + 25.29191 + ], + [ + 114.31511, + 25.338424 + ], + [ + 114.381015, + 25.31571 + ], + [ + 114.535616, + 25.41681 + ], + [ + 114.63663, + 25.324364 + ], + [ + 114.743188, + 25.274597 + ], + [ + 114.679746, + 25.194495 + ], + [ + 114.735796, + 25.121925 + ], + [ + 114.640326, + 25.073702 + ], + [ + 114.561485, + 25.077495 + ], + [ + 114.506051, + 24.999975 + ], + [ + 114.395798, + 24.951161 + ], + [ + 114.403189, + 24.877361 + ], + [ + 114.33482, + 24.747562 + ], + [ + 114.27261, + 24.700279 + ], + [ + 114.169132, + 24.689407 + ], + [ + 114.258443, + 24.641558 + ], + [ + 114.308334, + 24.574104 + ], + [ + 114.391486, + 24.562677 + ], + [ + 114.428443, + 24.486468 + ], + [ + 114.534384, + 24.558867 + ], + [ + 114.589819, + 24.537642 + ], + [ + 114.664963, + 24.583898 + ], + [ + 114.704999, + 24.526211 + ], + [ + 114.729637, + 24.608924 + ], + [ + 114.868839, + 24.562132 + ], + [ + 114.909491, + 24.661679 + ], + [ + 115.056701, + 24.703541 + ], + [ + 115.095505, + 24.674184 + ], + [ + 115.308004, + 24.758429 + ], + [ + 115.358511, + 24.735064 + ], + [ + 115.412714, + 24.792654 + ], + [ + 115.556227, + 24.682883 + ], + [ + 115.573474, + 24.617083 + ], + [ + 115.67264, + 24.604028 + ], + [ + 115.688038, + 24.545261 + ], + [ + 115.845103, + 24.563221 + ], + [ + 115.756408, + 24.749192 + ], + [ + 115.822313, + 24.90884 + ], + [ + 115.907313, + 24.880075 + ], + [ + 115.89253, + 24.937056 + ], + [ + 116.014486, + 24.905584 + ], + [ + 116.068073, + 24.849675 + ], + [ + 116.18079, + 24.87519 + ], + [ + 116.245464, + 24.793197 + ], + [ + 116.376659, + 24.820353 + ], + [ + 116.44626, + 24.714412 + ], + [ + 116.486912, + 24.71876 + ], + [ + 116.525716, + 24.604572 + ], + [ + 116.597165, + 24.65461 + ], + [ + 116.778867, + 24.680165 + ], + [ + 116.815207, + 24.655154 + ], + [ + 116.761005, + 24.58281 + ], + [ + 116.789338, + 24.50988 + ], + [ + 116.860787, + 24.462507 + ], + [ + 116.903903, + 24.369888 + ], + [ + 116.933468, + 24.21992 + ], + [ + 116.998757, + 24.178988 + ], + [ + 116.9347, + 24.127123 + ], + [ + 116.939627, + 24.033713 + ], + [ + 116.981511, + 23.999282 + ], + [ + 116.980279, + 23.881709 + ], + [ + 117.012308, + 23.855446 + ], + [ + 117.053576, + 23.696657 + ], + [ + 117.192778, + 23.629799 + ], + [ + 117.192778, + 23.561809 + ], + [ + 117.054192, + 23.542064 + ], + [ + 117.01046, + 23.502564 + ], + [ + 116.921765, + 23.53219 + ], + [ + 116.874953, + 23.447683 + ], + [ + 116.874338, + 23.447683 + ], + [ + 116.871258, + 23.416391 + ], + [ + 116.871874, + 23.415842 + ], + [ + 116.782563, + 23.313679 + ], + [ + 116.806584, + 23.200989 + ], + [ + 116.74499, + 23.215286 + ], + [ + 116.550969, + 23.109668 + ], + [ + 116.576839, + 23.014429 + ], + [ + 116.50539, + 22.930696 + ], + [ + 116.382818, + 22.919124 + ], + [ + 116.317528, + 22.952736 + ], + [ + 116.226985, + 22.914715 + ], + [ + 116.106877, + 22.817685 + ], + [ + 116.073616, + 22.8425 + ], + [ + 115.883291, + 22.785142 + ], + [ + 115.796444, + 22.739349 + ], + [ + 115.788437, + 22.809964 + ], + [ + 115.654162, + 22.865657 + ], + [ + 115.542677, + 22.76142 + ], + [ + 115.606119, + 22.754799 + ], + [ + 115.57409, + 22.650477 + ], + [ + 115.471844, + 22.697956 + ], + [ + 115.381301, + 22.684156 + ], + [ + 115.338185, + 22.776867 + ], + [ + 115.230396, + 22.776867 + ], + [ + 115.236555, + 22.825406 + ], + [ + 115.054853, + 22.777419 + ], + [ + 115.04007, + 22.712307 + ], + [ + 114.87623, + 22.589724 + ], + [ + 114.747499, + 22.581437 + ], + [ + 114.728405, + 22.651029 + ], + [ + 114.749963, + 22.764179 + ], + [ + 114.709927, + 22.7879 + ], + [ + 114.512826, + 22.655446 + ], + [ + 114.603369, + 22.63888 + ], + [ + 114.559022, + 22.583094 + ], + [ + 114.616304, + 22.54276 + ], + [ + 114.611377, + 22.481959 + ], + [ + 114.485109, + 22.446572 + ], + [ + 114.467863, + 22.533365 + ], + [ + 114.41058, + 22.599667 + ], + [ + 114.232574, + 22.539997 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.045944, + 22.502413 + ], + [ + 114.044096, + 22.502413 + ], + [ + 114.031778, + 22.504071 + ], + [ + 113.959097, + 22.505177 + ], + [ + 113.891959, + 22.442701 + ], + [ + 113.733663, + 22.73659 + ], + [ + 113.678228, + 22.726104 + ], + [ + 113.740438, + 22.53447 + ], + [ + 113.631417, + 22.475877 + ], + [ + 113.669605, + 22.416154 + ], + [ + 113.558736, + 22.213012 + ], + [ + 113.553809, + 22.107727 + ], + [ + 113.442324, + 22.009575 + ], + [ + 113.330223, + 21.961861 + ], + [ + 113.246455, + 21.880266 + ], + [ + 113.091854, + 22.065591 + ], + [ + 113.032724, + 22.072799 + ], + [ + 113.037652, + 21.935223 + ], + [ + 112.944645, + 21.84195 + ], + [ + 112.795587, + 21.923567 + ], + [ + 112.651458, + 21.761954 + ], + [ + 112.523342, + 21.760842 + ], + [ + 112.439574, + 21.803624 + ], + [ + 112.415553, + 21.734723 + ], + [ + 112.24001, + 21.701371 + ], + [ + 112.192583, + 21.78918 + ], + [ + 112.036134, + 21.761398 + ], + [ + 111.951135, + 21.671904 + ], + [ + 112.026895, + 21.633533 + ], + [ + 111.811316, + 21.558985 + ], + [ + 111.810084, + 21.604609 + ], + [ + 111.693672, + 21.590144 + ], + [ + 111.677658, + 21.52949 + ], + [ + 111.382623, + 21.495534 + ], + [ + 111.257587, + 21.413675 + ], + [ + 111.28284, + 21.485513 + ], + [ + 111.061102, + 21.44932 + ], + [ + 110.929291, + 21.375792 + ], + [ + 110.799328, + 21.374678 + ], + [ + 110.626249, + 21.215797 + ], + [ + 110.422373, + 21.190695 + ], + [ + 110.388497, + 21.125968 + ], + [ + 110.296722, + 21.093594 + ], + [ + 110.180925, + 20.981905 + ], + [ + 110.201251, + 20.867337 + ], + [ + 110.390344, + 20.820367 + ], + [ + 110.392192, + 20.682727 + ], + [ + 110.466105, + 20.680488 + ], + [ + 110.548025, + 20.477715 + ], + [ + 110.545561, + 20.42726 + ], + [ + 110.452554, + 20.311151 + ], + [ + 110.349076, + 20.258958 + ], + [ + 110.118099, + 20.219661 + ], + [ + 110.082375, + 20.258958 + ], + [ + 109.910528, + 20.224152 + ], + [ + 109.916071, + 20.316762 + ], + [ + 109.861252, + 20.376789 + ], + [ + 109.888354, + 20.475473 + ], + [ + 109.839695, + 20.489485 + ], + [ + 109.793499, + 20.61554 + ], + [ + 109.74484, + 20.62114 + ], + [ + 109.730057, + 20.719667 + ], + [ + 109.654913, + 20.903673 + ], + [ + 109.674623, + 21.136572 + ], + [ + 109.763934, + 21.226395 + ], + [ + 109.757775, + 21.346816 + ], + [ + 109.868644, + 21.365763 + ], + [ + 109.894513, + 21.44208 + ], + [ + 109.785492, + 21.457116 + ] + ] + ], + [ + [ + [ + 117.100387, + 23.401566 + ], + [ + 116.946402, + 23.421881 + ], + [ + 117.129336, + 23.483358 + ], + [ + 117.100387, + 23.401566 + ] + ] + ], + [ + [ + [ + 112.853486, + 21.74028 + ], + [ + 112.804826, + 21.686361 + ], + [ + 112.817145, + 21.590144 + ], + [ + 112.730914, + 21.613509 + ], + [ + 112.782037, + 21.665788 + ], + [ + 112.70566, + 21.679133 + ], + [ + 112.831312, + 21.77529 + ], + [ + 112.853486, + 21.74028 + ] + ] + ], + [ + [ + [ + 112.625588, + 21.616847 + ], + [ + 112.535045, + 21.628527 + ], + [ + 112.663776, + 21.714157 + ], + [ + 112.625588, + 21.616847 + ] + ] + ], + [ + [ + [ + 110.495054, + 21.075171 + ], + [ + 110.560344, + 21.061213 + ], + [ + 110.535706, + 20.923235 + ], + [ + 110.47288, + 20.983022 + ], + [ + 110.347845, + 20.984698 + ], + [ + 110.201251, + 20.938324 + ], + [ + 110.211106, + 20.986933 + ], + [ + 110.305961, + 21.088012 + ], + [ + 110.495054, + 21.075171 + ] + ] + ], + [ + [ + [ + 110.501829, + 21.142711 + ], + [ + 110.431612, + 21.181211 + ], + [ + 110.634256, + 21.21022 + ], + [ + 110.582517, + 21.094711 + ], + [ + 110.501829, + 21.142711 + ] + ] + ], + [ + [ + [ + 116.769628, + 20.771704 + ], + [ + 116.88604, + 20.77562 + ], + [ + 116.934084, + 20.67657 + ], + [ + 116.862635, + 20.588657 + ], + [ + 116.749302, + 20.600979 + ], + [ + 116.849084, + 20.62842 + ], + [ + 116.87249, + 20.738134 + ], + [ + 116.769628, + 20.771704 + ] + ] + ], + [ + [ + [ + 110.598532, + 20.857273 + ], + [ + 110.548641, + 20.908703 + ], + [ + 110.584365, + 20.948941 + ], + [ + 110.646575, + 20.917087 + ], + [ + 110.598532, + 20.857273 + ] + ] + ], + [ + [ + [ + 115.943037, + 21.097502 + ], + [ + 116.044051, + 21.11034 + ], + [ + 116.067457, + 21.040552 + ], + [ + 115.989233, + 21.035526 + ], + [ + 115.943037, + 21.097502 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 450000, + "name": "广西壮族自治区", + "center": [ + 108.320004, + 22.82402 + ], + "centroid": [ + 108.794237, + 23.833575 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 19, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 112.024431, + 24.739955 + ], + [ + 111.961606, + 24.720934 + ], + [ + 111.937584, + 24.595323 + ], + [ + 112.007185, + 24.534376 + ], + [ + 111.985011, + 24.467953 + ], + [ + 112.057692, + 24.387327 + ], + [ + 112.029975, + 24.297925 + ], + [ + 111.939432, + 24.230287 + ], + [ + 111.877838, + 24.229196 + ], + [ + 111.878454, + 24.110195 + ], + [ + 111.940664, + 23.987803 + ], + [ + 111.812548, + 23.887727 + ], + [ + 111.8107, + 23.806735 + ], + [ + 111.664723, + 23.83465 + ], + [ + 111.621607, + 23.725692 + ], + [ + 111.667187, + 23.718023 + ], + [ + 111.615448, + 23.639117 + ], + [ + 111.487332, + 23.62651 + ], + [ + 111.479941, + 23.532738 + ], + [ + 111.399869, + 23.469638 + ], + [ + 111.353673, + 23.28895 + ], + [ + 111.388782, + 23.210337 + ], + [ + 111.377695, + 23.082149 + ], + [ + 111.433746, + 23.036456 + ], + [ + 111.363528, + 22.968713 + ], + [ + 111.358601, + 22.889362 + ], + [ + 111.202152, + 22.740452 + ], + [ + 111.056791, + 22.72776 + ], + [ + 111.055559, + 22.648268 + ], + [ + 110.778386, + 22.585304 + ], + [ + 110.711249, + 22.369684 + ], + [ + 110.785777, + 22.294415 + ], + [ + 110.725415, + 22.295522 + ], + [ + 110.646575, + 22.222982 + ], + [ + 110.629329, + 22.149296 + ], + [ + 110.560344, + 22.196393 + ], + [ + 110.488895, + 22.144863 + ], + [ + 110.414366, + 22.20858 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.350924, + 22.072799 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.355236, + 22.061709 + ], + [ + 110.388497, + 21.89026 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.200019, + 21.898587 + ], + [ + 110.119947, + 21.901918 + ], + [ + 110.051578, + 21.856945 + ], + [ + 109.94502, + 21.844172 + ], + [ + 109.940709, + 21.734723 + ], + [ + 109.898209, + 21.649661 + ], + [ + 109.742992, + 21.61629 + ], + [ + 109.785492, + 21.457116 + ], + [ + 109.704188, + 21.462684 + ], + [ + 109.612413, + 21.55676 + ], + [ + 109.540964, + 21.466025 + ], + [ + 109.245929, + 21.425929 + ], + [ + 109.138756, + 21.389163 + ], + [ + 109.042669, + 21.464355 + ], + [ + 109.150459, + 21.523924 + ], + [ + 109.142451, + 21.56455 + ], + [ + 108.937959, + 21.589588 + ], + [ + 108.881293, + 21.627415 + ], + [ + 108.74517, + 21.599046 + ], + [ + 108.710062, + 21.646881 + ], + [ + 108.591802, + 21.677465 + ], + [ + 108.479085, + 21.546743 + ], + [ + 108.338651, + 21.541177 + ], + [ + 108.230245, + 21.49108 + ], + [ + 108.235173, + 21.60294 + ], + [ + 108.106441, + 21.508895 + ], + [ + 108.030681, + 21.546186 + ], + [ + 107.956768, + 21.535055 + ], + [ + 107.860066, + 21.651886 + ], + [ + 107.546553, + 21.58625 + ], + [ + 107.46956, + 21.659671 + ], + [ + 107.388256, + 21.594039 + ], + [ + 107.310648, + 21.733611 + ], + [ + 107.247206, + 21.703039 + ], + [ + 107.088294, + 21.805291 + ], + [ + 107.011917, + 21.826399 + ], + [ + 107.05996, + 21.915241 + ], + [ + 106.999598, + 21.947433 + ], + [ + 106.73844, + 22.007911 + ], + [ + 106.681158, + 21.995152 + ], + [ + 106.717498, + 22.074463 + ], + [ + 106.673151, + 22.182543 + ], + [ + 106.7021, + 22.206918 + ], + [ + 106.663296, + 22.330948 + ], + [ + 106.562282, + 22.34589 + ], + [ + 106.562282, + 22.462608 + ], + [ + 106.61402, + 22.601876 + ], + [ + 106.710723, + 22.57536 + ], + [ + 106.768621, + 22.739349 + ], + [ + 106.841302, + 22.799484 + ], + [ + 106.606013, + 22.925737 + ], + [ + 106.366413, + 22.857939 + ], + [ + 106.286957, + 22.86676 + ], + [ + 106.206885, + 22.978629 + ], + [ + 106.019639, + 22.990747 + ], + [ + 105.994385, + 22.93786 + ], + [ + 105.893987, + 22.936758 + ], + [ + 105.724604, + 23.062332 + ], + [ + 105.574931, + 23.066186 + ], + [ + 105.542902, + 23.18449 + ], + [ + 105.531815, + 23.248275 + ], + [ + 105.694423, + 23.363122 + ], + [ + 105.699966, + 23.401566 + ], + [ + 105.815763, + 23.506953 + ], + [ + 105.89214, + 23.525058 + ], + [ + 105.999929, + 23.447683 + ], + [ + 106.141595, + 23.569487 + ], + [ + 106.120653, + 23.605129 + ], + [ + 106.157609, + 23.724048 + ], + [ + 106.136667, + 23.795238 + ], + [ + 106.192102, + 23.824798 + ], + [ + 106.04982, + 24.089986 + ], + [ + 105.933407, + 24.123847 + ], + [ + 105.89214, + 24.040271 + ], + [ + 105.704278, + 24.066497 + ], + [ + 105.649459, + 24.033167 + ], + [ + 105.628518, + 24.126577 + ], + [ + 105.529967, + 24.129308 + ], + [ + 105.481924, + 24.018958 + ], + [ + 105.320548, + 24.116202 + ], + [ + 105.260186, + 24.061033 + ], + [ + 105.20044, + 24.105279 + ], + [ + 105.229389, + 24.165888 + ], + [ + 105.164715, + 24.288109 + ], + [ + 105.188121, + 24.346995 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.063085, + 24.429281 + ], + [ + 104.979933, + 24.412937 + ], + [ + 104.83642, + 24.446712 + ], + [ + 104.72863, + 24.446167 + ], + [ + 104.70892, + 24.321372 + ], + [ + 104.610986, + 24.376973 + ], + [ + 104.492109, + 24.656241 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.63316, + 24.65896 + ], + [ + 104.743413, + 24.621978 + ], + [ + 104.841963, + 24.676359 + ], + [ + 104.899245, + 24.752996 + ], + [ + 105.03352, + 24.787765 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.082179, + 24.915895 + ], + [ + 105.096346, + 24.928375 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.198592, + 24.995095 + ], + [ + 105.265729, + 24.930003 + ], + [ + 105.365511, + 24.943566 + ], + [ + 105.445584, + 24.918608 + ], + [ + 105.500402, + 24.807862 + ], + [ + 105.70551, + 24.768752 + ], + [ + 105.827466, + 24.702997 + ], + [ + 105.942031, + 24.724738 + ], + [ + 106.023335, + 24.632313 + ], + [ + 106.045508, + 24.681796 + ], + [ + 106.173008, + 24.760059 + ], + [ + 106.206269, + 24.851304 + ], + [ + 106.146522, + 24.948449 + ], + [ + 106.215508, + 24.982079 + ], + [ + 106.304819, + 24.973944 + ], + [ + 106.590615, + 25.087791 + ], + [ + 106.684238, + 25.178252 + ], + [ + 106.732281, + 25.162548 + ], + [ + 106.900432, + 25.194495 + ], + [ + 106.912751, + 25.243212 + ], + [ + 107.013765, + 25.275138 + ], + [ + 107.012533, + 25.353024 + ], + [ + 106.963874, + 25.437884 + ], + [ + 107.066736, + 25.509186 + ], + [ + 107.064272, + 25.559395 + ], + [ + 107.228728, + 25.604728 + ], + [ + 107.336517, + 25.461116 + ], + [ + 107.318039, + 25.401677 + ], + [ + 107.420901, + 25.393029 + ], + [ + 107.432604, + 25.289205 + ], + [ + 107.481263, + 25.300024 + ], + [ + 107.472024, + 25.213984 + ], + [ + 107.599523, + 25.250789 + ], + [ + 107.659885, + 25.316251 + ], + [ + 107.700537, + 25.193954 + ], + [ + 107.741805, + 25.239965 + ], + [ + 107.841587, + 25.115966 + ], + [ + 108.001732, + 25.196661 + ], + [ + 108.115065, + 25.210195 + ], + [ + 108.152021, + 25.324364 + ], + [ + 108.142782, + 25.390867 + ], + [ + 108.348506, + 25.536183 + ], + [ + 108.418723, + 25.443287 + ], + [ + 108.471693, + 25.458955 + ], + [ + 108.625062, + 25.308138 + ], + [ + 108.6072, + 25.491904 + ], + [ + 108.68912, + 25.623072 + ], + [ + 108.763649, + 25.637097 + ], + [ + 108.781511, + 25.554537 + ], + [ + 108.949046, + 25.557236 + ], + [ + 109.025423, + 25.512426 + ], + [ + 109.088249, + 25.550758 + ], + [ + 109.030966, + 25.629545 + ], + [ + 109.07901, + 25.720679 + ], + [ + 109.000785, + 25.73631 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.896076, + 25.71421 + ], + [ + 108.989698, + 25.778881 + ], + [ + 109.143683, + 25.795044 + ], + [ + 109.147995, + 25.7417 + ], + [ + 109.3414, + 25.732537 + ], + [ + 109.339552, + 25.834363 + ], + [ + 109.435022, + 25.933411 + ], + [ + 109.408537, + 25.967305 + ], + [ + 109.48245, + 26.029687 + ], + [ + 109.513247, + 25.997962 + ], + [ + 109.635203, + 26.047428 + ], + [ + 109.730057, + 25.989895 + ], + [ + 109.685094, + 25.880129 + ], + [ + 109.806434, + 25.874746 + ], + [ + 109.783028, + 25.988282 + ], + [ + 109.864332, + 26.027537 + ], + [ + 109.906832, + 26.143611 + ], + [ + 109.965962, + 26.195699 + ], + [ + 110.099005, + 26.16939 + ], + [ + 110.065128, + 26.051191 + ], + [ + 110.165527, + 26.023773 + ], + [ + 110.201251, + 26.066241 + ], + [ + 110.257301, + 25.961388 + ], + [ + 110.325671, + 25.975373 + ], + [ + 110.373098, + 26.08935 + ], + [ + 110.516612, + 26.186035 + ], + [ + 110.555416, + 26.286396 + ], + [ + 110.612083, + 26.333594 + ], + [ + 110.76114, + 26.248838 + ], + [ + 110.939146, + 26.28425 + ], + [ + 110.94469, + 26.373805 + ], + [ + 111.092515, + 26.306779 + ], + [ + 111.204616, + 26.307852 + ], + [ + 111.279761, + 26.271911 + ], + [ + 111.267442, + 26.058716 + ], + [ + 111.189834, + 25.953318 + ], + [ + 111.252043, + 25.864517 + ], + [ + 111.346282, + 25.906504 + ], + [ + 111.49226, + 25.868824 + ], + [ + 111.43313, + 25.84621 + ], + [ + 111.442369, + 25.771877 + ], + [ + 111.30871, + 25.72014 + ], + [ + 111.343202, + 25.602569 + ], + [ + 111.301319, + 25.450851 + ], + [ + 111.103602, + 25.284877 + ], + [ + 111.112841, + 25.217232 + ], + [ + 110.998892, + 25.161465 + ], + [ + 110.951465, + 25.043891 + ], + [ + 110.991501, + 24.924034 + ], + [ + 111.100522, + 24.945736 + ], + [ + 111.101754, + 25.035218 + ], + [ + 111.200921, + 25.074786 + ], + [ + 111.274833, + 25.151175 + ], + [ + 111.321645, + 25.10513 + ], + [ + 111.435593, + 25.09321 + ], + [ + 111.43313, + 24.97991 + ], + [ + 111.470086, + 24.928917 + ], + [ + 111.479325, + 24.797543 + ], + [ + 111.431282, + 24.687776 + ], + [ + 111.570484, + 24.644821 + ], + [ + 111.68936, + 24.778531 + ], + [ + 111.951135, + 24.769839 + ], + [ + 112.024431, + 24.739955 + ] + ] + ], + [ + [ + [ + 105.082179, + 24.915895 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.096346, + 24.928375 + ], + [ + 105.082179, + 24.915895 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 460000, + "name": "海南省", + "center": [ + 110.33119, + 20.031971 + ], + "centroid": [ + 109.754777, + 19.189617 + ], + "childrenNum": 19, + "level": "province", + "subFeatureIndex": 20, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.231147, + 19.863293 + ], + [ + 109.300748, + 19.917868 + ], + [ + 109.498464, + 19.873422 + ], + [ + 109.585312, + 19.98817 + ], + [ + 109.712195, + 20.017406 + ], + [ + 109.76147, + 19.981422 + ], + [ + 109.965346, + 19.993792 + ], + [ + 110.106396, + 20.026963 + ], + [ + 110.144585, + 20.074176 + ], + [ + 110.291178, + 20.056754 + ], + [ + 110.318279, + 20.109015 + ], + [ + 110.526467, + 20.0753 + ], + [ + 110.562191, + 20.109577 + ], + [ + 110.717408, + 20.148901 + ], + [ + 110.744509, + 20.074176 + ], + [ + 110.871393, + 20.011784 + ], + [ + 110.969327, + 20.010097 + ], + [ + 111.071573, + 19.629025 + ], + [ + 110.920668, + 19.552926 + ], + [ + 110.844292, + 19.450278 + ], + [ + 110.729727, + 19.378611 + ], + [ + 110.619474, + 19.152118 + ], + [ + 110.578206, + 18.78489 + ], + [ + 110.499366, + 18.751466 + ], + [ + 110.495054, + 18.65002 + ], + [ + 110.329366, + 18.64265 + ], + [ + 110.246215, + 18.609764 + ], + [ + 110.117483, + 18.507666 + ], + [ + 110.090382, + 18.399262 + ], + [ + 110.022629, + 18.360083 + ], + [ + 109.919767, + 18.375415 + ], + [ + 109.785492, + 18.339639 + ], + [ + 109.749767, + 18.193617 + ], + [ + 109.584696, + 18.143589 + ], + [ + 109.355566, + 18.215216 + ], + [ + 109.287813, + 18.264655 + ], + [ + 109.138756, + 18.268064 + ], + [ + 109.117814, + 18.322032 + ], + [ + 108.944735, + 18.31408 + ], + [ + 108.888068, + 18.412319 + ], + [ + 108.68912, + 18.447513 + ], + [ + 108.644772, + 18.486672 + ], + [ + 108.663866, + 18.673261 + ], + [ + 108.593033, + 18.809246 + ], + [ + 108.637997, + 18.920785 + ], + [ + 108.591186, + 19.14477 + ], + [ + 108.609048, + 19.276417 + ], + [ + 108.663866, + 19.374095 + ], + [ + 108.765496, + 19.401187 + ], + [ + 109.048829, + 19.620007 + ], + [ + 109.169553, + 19.736628 + ], + [ + 109.159082, + 19.790684 + ], + [ + 109.231147, + 19.863293 + ] + ] + ], + [ + [ + [ + 113.896887, + 7.607259 + ], + [ + 114.029314, + 7.670119 + ], + [ + 114.211632, + 7.786918 + ], + [ + 114.268298, + 7.870496 + ], + [ + 114.414892, + 7.952872 + ], + [ + 114.540543, + 7.945761 + ], + [ + 114.540543, + 7.862199 + ], + [ + 114.419819, + 7.765577 + ], + [ + 114.368696, + 7.63869 + ], + [ + 114.157429, + 7.56159 + ], + [ + 113.98743, + 7.536085 + ], + [ + 113.896887, + 7.607259 + ] + ] + ], + [ + [ + [ + 111.660411, + 16.258092 + ], + [ + 111.606825, + 16.17766 + ], + [ + 111.569252, + 16.195472 + ], + [ + 111.660411, + 16.258092 + ] + ] + ], + [ + [ + [ + 113.976959, + 8.872658 + ], + [ + 114.060111, + 8.816493 + ], + [ + 114.037321, + 8.781016 + ], + [ + 113.976959, + 8.872658 + ] + ] + ], + [ + [ + [ + 112.067547, + 16.319543 + ], + [ + 111.97454, + 16.323563 + ], + [ + 112.047221, + 16.360309 + ], + [ + 112.067547, + 16.319543 + ] + ] + ], + [ + [ + [ + 115.837712, + 9.709358 + ], + [ + 115.925791, + 9.7813 + ], + [ + 115.901153, + 9.671021 + ], + [ + 115.837712, + 9.709358 + ] + ] + ], + [ + [ + [ + 109.463972, + 7.344453 + ], + [ + 109.536037, + 7.448882 + ], + [ + 109.653065, + 7.559218 + ], + [ + 109.72205, + 7.575825 + ], + [ + 109.904984, + 7.551507 + ], + [ + 109.938861, + 7.504647 + ], + [ + 109.791651, + 7.524815 + ], + [ + 109.654297, + 7.479138 + ], + [ + 109.513247, + 7.320122 + ], + [ + 109.463972, + 7.344453 + ] + ] + ], + [ + [ + [ + 112.527654, + 16.058099 + ], + [ + 112.607726, + 16.066724 + ], + [ + 112.570154, + 16.010945 + ], + [ + 112.448814, + 16.005194 + ], + [ + 112.527654, + 16.058099 + ] + ] + ], + [ + [ + [ + 114.469095, + 10.83618 + ], + [ + 114.587355, + 10.90904 + ], + [ + 114.565181, + 10.836767 + ], + [ + 114.469095, + 10.83618 + ] + ] + ], + [ + [ + [ + 112.383524, + 16.266134 + ], + [ + 112.528886, + 16.318395 + ], + [ + 112.538741, + 16.289107 + ], + [ + 112.383524, + 16.266134 + ] + ] + ], + [ + [ + [ + 116.48876, + 10.395704 + ], + [ + 116.514629, + 10.349208 + ], + [ + 116.637817, + 10.3651 + ], + [ + 116.566368, + 10.304472 + ], + [ + 116.467202, + 10.309182 + ], + [ + 116.48876, + 10.395704 + ] + ] + ], + [ + [ + [ + 115.16757, + 8.386402 + ], + [ + 115.315395, + 8.356213 + ], + [ + 115.285214, + 8.314772 + ], + [ + 115.18112, + 8.345557 + ], + [ + 115.16757, + 8.386402 + ] + ] + ], + [ + [ + [ + 109.936397, + 7.848566 + ], + [ + 109.953027, + 7.888869 + ], + [ + 110.078063, + 7.949317 + ], + [ + 110.050346, + 7.846195 + ], + [ + 109.988136, + 7.812408 + ], + [ + 109.936397, + 7.848566 + ] + ] + ], + [ + [ + [ + 114.696992, + 11.004203 + ], + [ + 114.766593, + 11.110489 + ], + [ + 114.793079, + 11.076435 + ], + [ + 114.696992, + 11.004203 + ] + ] + ], + [ + [ + [ + 110.459946, + 8.116389 + ], + [ + 110.568351, + 8.172657 + ], + [ + 110.554184, + 8.09388 + ], + [ + 110.471032, + 8.071962 + ], + [ + 110.459946, + 8.116389 + ] + ] + ], + [ + [ + [ + 117.266691, + 10.691581 + ], + [ + 117.369553, + 10.742727 + ], + [ + 117.404661, + 10.671002 + ], + [ + 117.266691, + 10.691581 + ] + ] + ], + [ + [ + [ + 113.80696, + 19.223319 + ], + [ + 113.920293, + 19.223319 + ], + [ + 113.874097, + 19.151553 + ], + [ + 113.80696, + 19.223319 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 500000, + "name": "重庆市", + "center": [ + 106.504962, + 29.533155 + ], + "centroid": [ + 107.88398, + 30.067321 + ], + "childrenNum": 38, + "level": "province", + "subFeatureIndex": 21, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.09256, + 30.578762 + ], + [ + 109.114734, + 30.64416 + ], + [ + 108.971836, + 30.627686 + ], + [ + 108.808612, + 30.491153 + ], + [ + 108.743939, + 30.494762 + ], + [ + 108.688504, + 30.587519 + ], + [ + 108.56778, + 30.468464 + ], + [ + 108.42673, + 30.492184 + ], + [ + 108.402092, + 30.376626 + ], + [ + 108.460606, + 30.35959 + ], + [ + 108.581947, + 30.255763 + ], + [ + 108.56778, + 30.157517 + ], + [ + 108.513577, + 30.057619 + ], + [ + 108.542526, + 29.998047 + ], + [ + 108.516041, + 29.885539 + ], + [ + 108.371295, + 29.841434 + ], + [ + 108.424266, + 29.816 + ], + [ + 108.437201, + 29.741218 + ], + [ + 108.504338, + 29.707964 + ], + [ + 108.602273, + 29.865824 + ], + [ + 108.666946, + 29.842472 + ], + [ + 108.690968, + 29.689773 + ], + [ + 108.785822, + 29.633622 + ], + [ + 108.844337, + 29.658582 + ], + [ + 108.91209, + 29.571714 + ], + [ + 108.880677, + 29.442576 + ], + [ + 108.927488, + 29.435281 + ], + [ + 108.919481, + 29.326314 + ], + [ + 109.11227, + 29.360737 + ], + [ + 109.110422, + 29.215143 + ], + [ + 109.232378, + 29.119533 + ], + [ + 109.319842, + 29.042667 + ], + [ + 109.235458, + 28.882476 + ], + [ + 109.241002, + 28.776594 + ], + [ + 109.2989, + 28.747221 + ], + [ + 109.201581, + 28.598133 + ], + [ + 109.304443, + 28.623871 + ], + [ + 109.321074, + 28.581322 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.191726, + 28.470927 + ], + [ + 109.152306, + 28.349885 + ], + [ + 109.081473, + 28.249264 + ], + [ + 109.086401, + 28.184942 + ], + [ + 109.026655, + 28.220271 + ], + [ + 109.006329, + 28.163317 + ], + [ + 108.922561, + 28.217635 + ], + [ + 108.772888, + 28.21289 + ], + [ + 108.726692, + 28.282463 + ], + [ + 108.764881, + 28.306698 + ], + [ + 108.779663, + 28.425158 + ], + [ + 108.710678, + 28.500902 + ], + [ + 108.640461, + 28.457251 + ], + [ + 108.688504, + 28.422527 + ], + [ + 108.668178, + 28.334614 + ], + [ + 108.611512, + 28.324607 + ], + [ + 108.577019, + 28.534024 + ], + [ + 108.636149, + 28.621245 + ], + [ + 108.565316, + 28.662204 + ], + [ + 108.471077, + 28.627548 + ], + [ + 108.332491, + 28.679528 + ], + [ + 108.385462, + 28.772398 + ], + [ + 108.352817, + 28.815395 + ], + [ + 108.350353, + 28.933282 + ], + [ + 108.268433, + 29.089734 + ], + [ + 108.256115, + 29.040574 + ], + [ + 108.068253, + 29.086597 + ], + [ + 108.024521, + 29.038482 + ], + [ + 107.930899, + 29.035343 + ], + [ + 107.867457, + 28.960508 + ], + [ + 107.784921, + 29.04842 + ], + [ + 107.810791, + 29.138348 + ], + [ + 107.751044, + 29.199997 + ], + [ + 107.701769, + 29.142006 + ], + [ + 107.589052, + 29.149845 + ], + [ + 107.570574, + 29.218276 + ], + [ + 107.486806, + 29.174402 + ], + [ + 107.404271, + 29.187984 + ], + [ + 107.412894, + 29.095485 + ], + [ + 107.36485, + 29.010753 + ], + [ + 107.441227, + 28.943755 + ], + [ + 107.383945, + 28.848417 + ], + [ + 107.219489, + 28.772923 + ], + [ + 107.191156, + 28.888763 + ], + [ + 107.057497, + 28.895049 + ], + [ + 106.983584, + 28.851561 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.926302, + 28.809104 + ], + [ + 106.824056, + 28.756139 + ], + [ + 106.883186, + 28.69265 + ], + [ + 106.866556, + 28.624397 + ], + [ + 106.73844, + 28.554522 + ], + [ + 106.7446, + 28.465667 + ], + [ + 106.632499, + 28.503531 + ], + [ + 106.564745, + 28.485127 + ], + [ + 106.63681, + 28.623346 + ], + [ + 106.562897, + 28.753516 + ], + [ + 106.45326, + 28.816968 + ], + [ + 106.504999, + 28.662204 + ], + [ + 106.484057, + 28.530344 + ], + [ + 106.395978, + 28.570287 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.304203, + 28.650653 + ], + [ + 106.248152, + 28.829024 + ], + [ + 106.173008, + 28.92019 + ], + [ + 106.048588, + 28.906573 + ], + [ + 106.043661, + 28.954226 + ], + [ + 105.970364, + 28.966267 + ], + [ + 105.88906, + 28.909716 + ], + [ + 105.762176, + 28.991391 + ], + [ + 105.693807, + 29.267351 + ], + [ + 105.518264, + 29.264219 + ], + [ + 105.427721, + 29.316924 + ], + [ + 105.428337, + 29.417562 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.324859, + 29.448828 + ], + [ + 105.289751, + 29.552979 + ], + [ + 105.38399, + 29.67002 + ], + [ + 105.476996, + 29.674699 + ], + [ + 105.575547, + 29.745374 + ], + [ + 105.619894, + 29.846624 + ], + [ + 105.709206, + 29.840396 + ], + [ + 105.70243, + 29.924957 + ], + [ + 105.753553, + 30.018254 + ], + [ + 105.687648, + 30.038974 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.582938, + 30.127507 + ], + [ + 105.580474, + 30.129577 + ], + [ + 105.574315, + 30.130611 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.571235, + 30.17976 + ], + [ + 105.642684, + 30.186484 + ], + [ + 105.624822, + 30.275917 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.714749, + 30.322927 + ], + [ + 105.792357, + 30.427199 + ], + [ + 105.881053, + 30.387465 + ], + [ + 106.031958, + 30.373529 + ], + [ + 106.10587, + 30.310531 + ], + [ + 106.17116, + 30.306399 + ], + [ + 106.180399, + 30.23302 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.262935, + 30.211306 + ], + [ + 106.428623, + 30.254729 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.677462, + 30.157 + ], + [ + 106.726121, + 30.033277 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.913367, + 30.025506 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.981736, + 30.085062 + ], + [ + 107.053801, + 30.043636 + ], + [ + 107.054417, + 30.041046 + ], + [ + 107.055649, + 30.040528 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.221337, + 30.213891 + ], + [ + 107.359923, + 30.456087 + ], + [ + 107.516987, + 30.644675 + ], + [ + 107.424597, + 30.740889 + ], + [ + 107.514524, + 30.854986 + ], + [ + 107.645103, + 30.821079 + ], + [ + 107.739957, + 30.884259 + ], + [ + 107.763979, + 30.816968 + ], + [ + 107.85329, + 30.793842 + ], + [ + 107.994956, + 30.90839 + ], + [ + 107.943833, + 30.989466 + ], + [ + 108.053471, + 31.040745 + ], + [ + 108.009123, + 31.10839 + ], + [ + 108.083652, + 31.185713 + ], + [ + 108.095354, + 31.268088 + ], + [ + 108.185898, + 31.337104 + ], + [ + 108.153869, + 31.371338 + ], + [ + 108.216079, + 31.410666 + ], + [ + 108.191441, + 31.492333 + ], + [ + 108.34173, + 31.509679 + ], + [ + 108.391621, + 31.593298 + ], + [ + 108.517889, + 31.665131 + ], + [ + 108.535135, + 31.757769 + ], + [ + 108.343578, + 31.860987 + ], + [ + 108.259194, + 31.966628 + ], + [ + 108.373759, + 32.077217 + ], + [ + 108.447672, + 32.07164 + ], + [ + 108.369447, + 32.173493 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.67249, + 32.104083 + ], + [ + 108.734084, + 32.106617 + ], + [ + 108.902235, + 31.984899 + ], + [ + 108.988466, + 31.979317 + ], + [ + 109.164009, + 31.877247 + ], + [ + 109.195422, + 31.817782 + ], + [ + 109.273646, + 31.801003 + ], + [ + 109.281654, + 31.717061 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.731289, + 31.700263 + ], + [ + 109.76455, + 31.602981 + ], + [ + 109.719586, + 31.555067 + ], + [ + 109.848934, + 31.552008 + ], + [ + 109.946252, + 31.506108 + ], + [ + 110.054042, + 31.410666 + ], + [ + 110.140273, + 31.390238 + ], + [ + 110.189548, + 31.129391 + ], + [ + 110.119947, + 31.088409 + ], + [ + 110.135961, + 30.986902 + ], + [ + 110.172918, + 30.978694 + ], + [ + 110.082375, + 30.799496 + ], + [ + 110.008462, + 30.883746 + ], + [ + 109.893897, + 30.899662 + ], + [ + 109.780564, + 30.848822 + ], + [ + 109.590855, + 30.693566 + ], + [ + 109.435638, + 30.59576 + ], + [ + 109.35495, + 30.487028 + ], + [ + 109.36111, + 30.550942 + ], + [ + 109.299516, + 30.630775 + ], + [ + 109.143683, + 30.521052 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.106111, + 30.57052 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.108575, + 30.576702 + ], + [ + 109.102415, + 30.580308 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.09256, + 30.578762 + ] + ] + ], + [ + [ + [ + 105.574315, + 30.130611 + ], + [ + 105.580474, + 30.129577 + ], + [ + 105.582938, + 30.127507 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.574315, + 30.130611 + ] + ] + ], + [ + [ + [ + 109.09256, + 30.578762 + ], + [ + 109.09872, + 30.579277 + ], + [ + 109.106111, + 30.57052 + ], + [ + 109.103647, + 30.565883 + ], + [ + 109.09256, + 30.578762 + ] + ] + ], + [ + [ + [ + 109.102415, + 30.580308 + ], + [ + 109.108575, + 30.576702 + ], + [ + 109.106727, + 30.572066 + ], + [ + 109.100567, + 30.580823 + ], + [ + 109.102415, + 30.580308 + ] + ] + ], + [ + [ + [ + 107.053801, + 30.043636 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.055649, + 30.040528 + ], + [ + 107.054417, + 30.041046 + ], + [ + 107.053801, + 30.043636 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 510000, + "name": "四川省", + "center": [ + 104.065735, + 30.659462 + ], + "centroid": [ + 102.693438, + 30.674548 + ], + "childrenNum": 21, + "level": "province", + "subFeatureIndex": 22, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.720292, + 30.252662 + ], + [ + 105.720292, + 30.252662 + ], + [ + 105.624822, + 30.275917 + ], + [ + 105.642684, + 30.186484 + ], + [ + 105.571235, + 30.17976 + ], + [ + 105.56138, + 30.188035 + ], + [ + 105.558916, + 30.18545 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.574315, + 30.130611 + ], + [ + 105.582938, + 30.123884 + ], + [ + 105.687648, + 30.038974 + ], + [ + 105.753553, + 30.018254 + ], + [ + 105.70243, + 29.924957 + ], + [ + 105.709206, + 29.840396 + ], + [ + 105.619894, + 29.846624 + ], + [ + 105.575547, + 29.745374 + ], + [ + 105.476996, + 29.674699 + ], + [ + 105.38399, + 29.67002 + ], + [ + 105.289751, + 29.552979 + ], + [ + 105.324859, + 29.448828 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.380294, + 29.456643 + ], + [ + 105.428337, + 29.417562 + ], + [ + 105.427721, + 29.316924 + ], + [ + 105.518264, + 29.264219 + ], + [ + 105.693807, + 29.267351 + ], + [ + 105.762176, + 28.991391 + ], + [ + 105.88906, + 28.909716 + ], + [ + 105.970364, + 28.966267 + ], + [ + 106.043661, + 28.954226 + ], + [ + 106.048588, + 28.906573 + ], + [ + 106.173008, + 28.92019 + ], + [ + 106.248152, + 28.829024 + ], + [ + 106.304203, + 28.650653 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.330688, + 28.481971 + ], + [ + 106.2925, + 28.537177 + ], + [ + 106.103407, + 28.636476 + ], + [ + 105.966668, + 28.76086 + ], + [ + 105.891524, + 28.672179 + ], + [ + 105.884748, + 28.594981 + ], + [ + 105.749242, + 28.614943 + ], + [ + 105.683952, + 28.535601 + ], + [ + 105.62359, + 28.518253 + ], + [ + 105.639604, + 28.32408 + ], + [ + 105.730147, + 28.271925 + ], + [ + 105.826234, + 28.304064 + ], + [ + 105.88906, + 28.238722 + ], + [ + 105.860111, + 28.165955 + ], + [ + 105.975907, + 28.107917 + ], + [ + 106.126812, + 28.16701 + ], + [ + 106.206885, + 28.134302 + ], + [ + 106.328225, + 27.952643 + ], + [ + 106.304819, + 27.899249 + ], + [ + 106.343007, + 27.821489 + ], + [ + 106.193334, + 27.754265 + ], + [ + 106.120653, + 27.779677 + ], + [ + 106.023335, + 27.746851 + ], + [ + 105.78435, + 27.719312 + ], + [ + 105.62359, + 27.666333 + ], + [ + 105.605112, + 27.715605 + ], + [ + 105.508409, + 27.769089 + ], + [ + 105.353809, + 27.74897 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.273736, + 27.795028 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.244171, + 27.823077 + ], + [ + 105.233084, + 27.895547 + ], + [ + 105.284823, + 27.935729 + ], + [ + 105.270657, + 27.99703 + ], + [ + 105.186273, + 27.995445 + ], + [ + 105.186889, + 28.0546 + ], + [ + 105.05939, + 28.097889 + ], + [ + 104.872144, + 27.905594 + ], + [ + 104.743413, + 27.901892 + ], + [ + 104.573413, + 27.840537 + ], + [ + 104.40095, + 27.952114 + ], + [ + 104.354139, + 28.019744 + ], + [ + 104.44653, + 28.112666 + ], + [ + 104.44961, + 28.269817 + ], + [ + 104.384936, + 28.329874 + ], + [ + 104.314103, + 28.306698 + ], + [ + 104.254357, + 28.408844 + ], + [ + 104.261748, + 28.537177 + ], + [ + 104.318415, + 28.538229 + ], + [ + 104.425588, + 28.626497 + ], + [ + 104.314719, + 28.615468 + ], + [ + 104.12501, + 28.637526 + ], + [ + 103.940844, + 28.606013 + ], + [ + 103.844757, + 28.660104 + ], + [ + 103.838598, + 28.587101 + ], + [ + 103.781931, + 28.525613 + ], + [ + 103.877402, + 28.311966 + ], + [ + 103.721569, + 28.201817 + ], + [ + 103.639649, + 28.261912 + ], + [ + 103.573128, + 28.230815 + ], + [ + 103.471498, + 28.123221 + ], + [ + 103.430846, + 28.044039 + ], + [ + 103.488128, + 28.03242 + ], + [ + 103.515846, + 27.965326 + ], + [ + 103.487512, + 27.795028 + ], + [ + 103.29226, + 27.632943 + ], + [ + 103.295955, + 27.568785 + ], + [ + 103.222043, + 27.566133 + ], + [ + 103.111789, + 27.401054 + ], + [ + 102.989833, + 27.368114 + ], + [ + 102.941174, + 27.405303 + ], + [ + 102.882044, + 27.293168 + ], + [ + 102.913457, + 27.133538 + ], + [ + 102.870957, + 27.026992 + ], + [ + 102.898674, + 26.908073 + ], + [ + 102.991681, + 26.775675 + ], + [ + 103.018783, + 26.593911 + ], + [ + 103.056971, + 26.525943 + ], + [ + 102.989833, + 26.483108 + ], + [ + 102.998457, + 26.371661 + ], + [ + 102.739762, + 26.268691 + ], + [ + 102.674473, + 26.205363 + ], + [ + 102.60056, + 26.250448 + ], + [ + 102.638748, + 26.307852 + ], + [ + 102.567915, + 26.36362 + ], + [ + 102.392372, + 26.296588 + ], + [ + 102.349257, + 26.244545 + ], + [ + 102.245163, + 26.212341 + ], + [ + 102.107808, + 26.068391 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.005562, + 26.091499 + ], + [ + 101.917483, + 26.108156 + ], + [ + 101.86328, + 26.052266 + ], + [ + 101.799223, + 26.109231 + ], + [ + 101.807846, + 26.156501 + ], + [ + 101.690202, + 26.241861 + ], + [ + 101.630455, + 26.224687 + ], + [ + 101.586724, + 26.279422 + ], + [ + 101.660636, + 26.346999 + ], + [ + 101.636615, + 26.395245 + ], + [ + 101.506652, + 26.499708 + ], + [ + 101.458608, + 26.495424 + ], + [ + 101.400094, + 26.605146 + ], + [ + 101.451833, + 26.600867 + ], + [ + 101.453065, + 26.692848 + ], + [ + 101.512195, + 26.756443 + ], + [ + 101.389623, + 26.723314 + ], + [ + 101.357594, + 26.770868 + ], + [ + 101.399478, + 26.841893 + ], + [ + 101.267667, + 26.902737 + ], + [ + 101.264587, + 26.955549 + ], + [ + 101.136472, + 27.023794 + ], + [ + 101.170349, + 27.195821 + ], + [ + 101.057016, + 27.20061 + ], + [ + 101.021907, + 27.332508 + ], + [ + 100.936908, + 27.469026 + ], + [ + 100.848212, + 27.670573 + ], + [ + 100.782307, + 27.691767 + ], + [ + 100.707162, + 27.80085 + ], + [ + 100.681293, + 27.923041 + ], + [ + 100.633866, + 27.915111 + ], + [ + 100.54517, + 27.809318 + ], + [ + 100.442924, + 27.866459 + ], + [ + 100.327744, + 27.720372 + ], + [ + 100.295099, + 27.869633 + ], + [ + 100.210715, + 27.877037 + ], + [ + 100.196549, + 27.936257 + ], + [ + 100.086296, + 28.030836 + ], + [ + 100.033941, + 28.184942 + ], + [ + 100.157129, + 28.210254 + ], + [ + 100.176223, + 28.324607 + ], + [ + 100.054267, + 28.376737 + ], + [ + 100.073977, + 28.42621 + ], + [ + 99.990209, + 28.476712 + ], + [ + 99.987129, + 28.524561 + ], + [ + 99.793724, + 28.699473 + ], + [ + 99.733362, + 28.719415 + ], + [ + 99.717964, + 28.846321 + ], + [ + 99.625573, + 28.814871 + ], + [ + 99.615718, + 28.741975 + ], + [ + 99.532566, + 28.681628 + ], + [ + 99.463581, + 28.549266 + ], + [ + 99.403219, + 28.546638 + ], + [ + 99.437095, + 28.398318 + ], + [ + 99.374886, + 28.181778 + ], + [ + 99.306516, + 28.227652 + ], + [ + 99.280647, + 28.298269 + ], + [ + 99.174705, + 28.402003 + ], + [ + 99.183944, + 28.588677 + ], + [ + 99.126662, + 28.699473 + ], + [ + 99.103872, + 28.842128 + ], + [ + 99.132206, + 28.948467 + ], + [ + 99.113727, + 29.221409 + ], + [ + 99.075539, + 29.314316 + ], + [ + 99.052133, + 29.563908 + ], + [ + 98.993003, + 29.656502 + ], + [ + 99.0238, + 29.846105 + ], + [ + 99.068148, + 29.93118 + ], + [ + 99.044742, + 30.079885 + ], + [ + 98.989308, + 30.151826 + ], + [ + 98.907388, + 30.698196 + ], + [ + 98.957895, + 30.765056 + ], + [ + 98.901844, + 30.785105 + ], + [ + 98.774345, + 30.907877 + ], + [ + 98.806374, + 30.995621 + ], + [ + 98.736772, + 31.049459 + ], + [ + 98.709671, + 31.118635 + ], + [ + 98.602498, + 31.192367 + ], + [ + 98.64007, + 31.337615 + ], + [ + 98.691809, + 31.333016 + ], + [ + 98.773113, + 31.249163 + ], + [ + 98.88583, + 31.376446 + ], + [ + 98.837787, + 31.436705 + ], + [ + 98.713367, + 31.510189 + ], + [ + 98.553839, + 31.656473 + ], + [ + 98.543983, + 31.718588 + ], + [ + 98.414636, + 31.832525 + ], + [ + 98.434962, + 32.007734 + ], + [ + 98.301919, + 32.12334 + ], + [ + 98.218768, + 32.234752 + ], + [ + 98.218768, + 32.342489 + ], + [ + 97.937283, + 32.484425 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.543698, + 32.621602 + ], + [ + 97.42359, + 32.704713 + ], + [ + 97.386018, + 32.779196 + ], + [ + 97.373699, + 32.956094 + ], + [ + 97.523988, + 32.988721 + ], + [ + 97.542466, + 33.036385 + ], + [ + 97.487648, + 33.10658 + ], + [ + 97.487648, + 33.168205 + ], + [ + 97.576343, + 33.221779 + ], + [ + 97.621306, + 33.334327 + ], + [ + 97.676125, + 33.340825 + ], + [ + 97.753733, + 33.410277 + ], + [ + 97.625618, + 33.461705 + ], + [ + 97.552321, + 33.465698 + ], + [ + 97.52522, + 33.575937 + ], + [ + 97.415583, + 33.605343 + ], + [ + 97.435293, + 33.680558 + ], + [ + 97.388481, + 33.884452 + ], + [ + 97.458698, + 33.886935 + ], + [ + 97.660111, + 33.956444 + ], + [ + 97.70261, + 34.036805 + ], + [ + 97.665654, + 34.126997 + ], + [ + 97.834421, + 34.208186 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.937283, + 34.196804 + ], + [ + 98.051848, + 34.115604 + ], + [ + 98.21076, + 34.078444 + ], + [ + 98.401702, + 34.08786 + ], + [ + 98.440506, + 33.981255 + ], + [ + 98.406629, + 33.867065 + ], + [ + 98.462064, + 33.849178 + ], + [ + 98.539056, + 33.746752 + ], + [ + 98.6567, + 33.647193 + ], + [ + 98.61728, + 33.63723 + ], + [ + 98.648077, + 33.549014 + ], + [ + 98.742316, + 33.477677 + ], + [ + 98.734309, + 33.409278 + ], + [ + 98.779272, + 33.37181 + ], + [ + 98.759562, + 33.277321 + ], + [ + 98.858728, + 33.150674 + ], + [ + 99.002242, + 33.08252 + ], + [ + 99.179633, + 33.044912 + ], + [ + 99.235067, + 32.982197 + ], + [ + 99.268328, + 32.878744 + ], + [ + 99.385973, + 32.900349 + ], + [ + 99.558436, + 32.839039 + ], + [ + 99.607711, + 32.780705 + ], + [ + 99.763543, + 32.778693 + ], + [ + 99.788181, + 32.956596 + ], + [ + 99.854086, + 32.945048 + ], + [ + 99.877492, + 33.045915 + ], + [ + 99.956332, + 32.948061 + ], + [ + 100.038252, + 32.928979 + ], + [ + 100.123252, + 32.837028 + ], + [ + 100.139266, + 32.724346 + ], + [ + 100.088143, + 32.668959 + ], + [ + 100.208252, + 32.606482 + ], + [ + 100.258759, + 32.742466 + ], + [ + 100.339447, + 32.719313 + ], + [ + 100.399809, + 32.756556 + ], + [ + 100.516837, + 32.630168 + ], + [ + 100.54517, + 32.569681 + ], + [ + 100.645568, + 32.526306 + ], + [ + 100.690532, + 32.678025 + ], + [ + 100.93198, + 32.600433 + ], + [ + 101.075494, + 32.683061 + ], + [ + 101.157414, + 32.661404 + ], + [ + 101.22332, + 32.725856 + ], + [ + 101.237486, + 32.824962 + ], + [ + 101.124153, + 32.909893 + ], + [ + 101.129081, + 32.989725 + ], + [ + 101.183899, + 32.984204 + ], + [ + 101.169733, + 33.100566 + ], + [ + 101.11553, + 33.194746 + ], + [ + 101.183283, + 33.270317 + ], + [ + 101.297232, + 33.262313 + ], + [ + 101.393935, + 33.157687 + ], + [ + 101.405022, + 33.225783 + ], + [ + 101.486326, + 33.227285 + ], + [ + 101.625528, + 33.100566 + ], + [ + 101.739477, + 33.265815 + ], + [ + 101.64955, + 33.323328 + ], + [ + 101.695745, + 33.433748 + ], + [ + 101.769658, + 33.447728 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.844186, + 33.602353 + ], + [ + 101.907012, + 33.542032 + ], + [ + 101.9452, + 33.437742 + ], + [ + 101.885454, + 33.380804 + ], + [ + 101.878063, + 33.315829 + ], + [ + 101.769658, + 33.268816 + ], + [ + 101.841723, + 33.184731 + ], + [ + 101.865744, + 33.103072 + ], + [ + 101.935345, + 33.186734 + ], + [ + 102.08933, + 33.204759 + ], + [ + 102.112736, + 33.287324 + ], + [ + 102.217446, + 33.248303 + ], + [ + 102.186649, + 33.332327 + ], + [ + 102.264873, + 33.417269 + ], + [ + 102.396684, + 33.40678 + ], + [ + 102.462589, + 33.449724 + ], + [ + 102.440416, + 33.57494 + ], + [ + 102.33817, + 33.614313 + ], + [ + 102.342481, + 33.725357 + ], + [ + 102.299981, + 33.782566 + ], + [ + 102.239619, + 33.788036 + ], + [ + 102.234076, + 33.870046 + ], + [ + 102.136142, + 33.965377 + ], + [ + 102.237772, + 33.963392 + ], + [ + 102.315996, + 33.994154 + ], + [ + 102.391756, + 33.970836 + ], + [ + 102.437336, + 34.087364 + ], + [ + 102.471213, + 34.072993 + ], + [ + 102.655994, + 34.113623 + ], + [ + 102.599328, + 34.145321 + ], + [ + 102.798276, + 34.272982 + ], + [ + 102.911609, + 34.313022 + ], + [ + 102.978747, + 34.249246 + ], + [ + 102.973203, + 34.205217 + ], + [ + 103.124108, + 34.16166 + ], + [ + 103.178927, + 34.079931 + ], + [ + 103.119797, + 34.034822 + ], + [ + 103.124108, + 33.968354 + ], + [ + 103.181391, + 33.900842 + ], + [ + 103.153057, + 33.814884 + ], + [ + 103.279325, + 33.806433 + ], + [ + 103.349542, + 33.74327 + ], + [ + 103.525085, + 33.798975 + ], + [ + 103.520157, + 33.678566 + ], + [ + 103.626099, + 33.727347 + ], + [ + 103.778236, + 33.658648 + ], + [ + 103.871243, + 33.68255 + ], + [ + 104.046169, + 33.686533 + ], + [ + 104.168741, + 33.611821 + ], + [ + 104.155191, + 33.542531 + ], + [ + 104.22048, + 33.404782 + ], + [ + 104.292545, + 33.336326 + ], + [ + 104.432979, + 33.325828 + ], + [ + 104.303632, + 33.304328 + ], + [ + 104.378161, + 33.109086 + ], + [ + 104.337509, + 33.038392 + ], + [ + 104.426204, + 33.0108 + ], + [ + 104.378161, + 32.953081 + ], + [ + 104.288234, + 32.94304 + ], + [ + 104.294393, + 32.83552 + ], + [ + 104.363994, + 32.822448 + ], + [ + 104.458849, + 32.748504 + ], + [ + 104.582653, + 32.722333 + ], + [ + 104.643015, + 32.661908 + ], + [ + 104.739717, + 32.635711 + ], + [ + 104.845659, + 32.653848 + ], + [ + 104.881999, + 32.600938 + ], + [ + 105.026745, + 32.650322 + ], + [ + 105.111128, + 32.59388 + ], + [ + 105.347033, + 32.682558 + ], + [ + 105.455439, + 32.737433 + ], + [ + 105.391381, + 32.835017 + ], + [ + 105.414171, + 32.921948 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.563844, + 32.72485 + ], + [ + 105.596489, + 32.699175 + ], + [ + 105.719061, + 32.759575 + ], + [ + 105.822538, + 32.770141 + ], + [ + 105.825002, + 32.824962 + ], + [ + 106.025798, + 32.85814 + ], + [ + 106.093552, + 32.823956 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.076305, + 32.753537 + ], + [ + 106.17424, + 32.697664 + ], + [ + 106.347935, + 32.670974 + ], + [ + 106.421231, + 32.616562 + ], + [ + 106.585687, + 32.688097 + ], + [ + 106.663296, + 32.690615 + ], + [ + 106.733513, + 32.739446 + ], + [ + 106.82344, + 32.705217 + ], + [ + 107.066736, + 32.708741 + ], + [ + 107.108004, + 32.600938 + ], + [ + 107.080286, + 32.542448 + ], + [ + 107.127098, + 32.482406 + ], + [ + 107.263836, + 32.403129 + ], + [ + 107.313727, + 32.489976 + ], + [ + 107.382097, + 32.54043 + ], + [ + 107.436299, + 32.529837 + ], + [ + 107.456625, + 32.417778 + ], + [ + 107.533002, + 32.383426 + ], + [ + 107.680211, + 32.398078 + ], + [ + 107.707929, + 32.331873 + ], + [ + 107.75474, + 32.338445 + ], + [ + 107.812022, + 32.24791 + ], + [ + 107.979558, + 32.14614 + ], + [ + 108.070717, + 32.233234 + ], + [ + 108.179122, + 32.222099 + ], + [ + 108.251187, + 32.273208 + ], + [ + 108.312781, + 32.232222 + ], + [ + 108.46923, + 32.270173 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.369447, + 32.173493 + ], + [ + 108.447672, + 32.07164 + ], + [ + 108.373759, + 32.077217 + ], + [ + 108.259194, + 31.966628 + ], + [ + 108.343578, + 31.860987 + ], + [ + 108.535135, + 31.757769 + ], + [ + 108.517889, + 31.665131 + ], + [ + 108.391621, + 31.593298 + ], + [ + 108.34173, + 31.509679 + ], + [ + 108.191441, + 31.492333 + ], + [ + 108.216079, + 31.410666 + ], + [ + 108.153869, + 31.371338 + ], + [ + 108.185898, + 31.337104 + ], + [ + 108.095354, + 31.268088 + ], + [ + 108.083652, + 31.185713 + ], + [ + 108.009123, + 31.10839 + ], + [ + 108.053471, + 31.040745 + ], + [ + 107.943833, + 30.989466 + ], + [ + 107.994956, + 30.90839 + ], + [ + 107.85329, + 30.793842 + ], + [ + 107.763979, + 30.816968 + ], + [ + 107.739957, + 30.884259 + ], + [ + 107.645103, + 30.821079 + ], + [ + 107.514524, + 30.854986 + ], + [ + 107.424597, + 30.740889 + ], + [ + 107.516987, + 30.644675 + ], + [ + 107.359923, + 30.456087 + ], + [ + 107.221337, + 30.213891 + ], + [ + 107.058113, + 30.043118 + ], + [ + 107.053801, + 30.043636 + ], + [ + 106.981736, + 30.085062 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.978041, + 30.087651 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.978041, + 30.087651 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.913367, + 30.025506 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.825904, + 30.031205 + ], + [ + 106.726121, + 30.033277 + ], + [ + 106.677462, + 30.157 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.611557, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612173, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.612789, + 30.235605 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.610941, + 30.292451 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.451412, + 30.307949 + ], + [ + 106.428623, + 30.254729 + ], + [ + 106.262935, + 30.211306 + ], + [ + 106.261703, + 30.205101 + ], + [ + 106.260471, + 30.204067 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.180399, + 30.23302 + ], + [ + 106.17116, + 30.306399 + ], + [ + 106.10587, + 30.310531 + ], + [ + 106.031958, + 30.373529 + ], + [ + 105.881053, + 30.387465 + ], + [ + 105.792357, + 30.427199 + ], + [ + 105.714749, + 30.322927 + ], + [ + 105.720292, + 30.252662 + ] + ] + ], + [ + [ + [ + 106.262935, + 30.211306 + ], + [ + 106.256776, + 30.19631 + ], + [ + 106.260471, + 30.204067 + ], + [ + 106.261703, + 30.205101 + ], + [ + 106.262935, + 30.211306 + ] + ] + ], + [ + [ + [ + 105.571235, + 30.17976 + ], + [ + 105.56138, + 30.183898 + ], + [ + 105.558916, + 30.18545 + ], + [ + 105.56138, + 30.188035 + ], + [ + 105.571235, + 30.17976 + ] + ] + ], + [ + [ + [ + 106.981736, + 30.085062 + ], + [ + 106.980504, + 30.085062 + ], + [ + 106.980504, + 30.087651 + ], + [ + 106.981736, + 30.085062 + ] + ] + ], + [ + [ + [ + 106.980504, + 30.085062 + ], + [ + 106.976193, + 30.083509 + ], + [ + 106.978041, + 30.087133 + ], + [ + 106.980504, + 30.085062 + ] + ] + ], + [ + [ + [ + 106.976193, + 30.083509 + ], + [ + 106.974345, + 30.082992 + ], + [ + 106.976193, + 30.087651 + ], + [ + 106.976193, + 30.083509 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 520000, + "name": "贵州省", + "center": [ + 106.713478, + 26.578343 + ], + "centroid": [ + 106.88108, + 26.826362 + ], + "childrenNum": 9, + "level": "province", + "subFeatureIndex": 23, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.52187, + 26.748964 + ], + [ + 109.454117, + 26.761252 + ], + [ + 109.35495, + 26.693383 + ], + [ + 109.407305, + 26.532902 + ], + [ + 109.326001, + 26.427398 + ], + [ + 109.285965, + 26.296052 + ], + [ + 109.340784, + 26.264399 + ], + [ + 109.466435, + 26.314288 + ], + [ + 109.439334, + 26.238641 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.486761, + 26.148445 + ], + [ + 109.449805, + 26.101709 + ], + [ + 109.48245, + 26.029687 + ], + [ + 109.408537, + 25.967305 + ], + [ + 109.435022, + 25.933411 + ], + [ + 109.339552, + 25.834363 + ], + [ + 109.3414, + 25.732537 + ], + [ + 109.147995, + 25.7417 + ], + [ + 109.143683, + 25.795044 + ], + [ + 108.989698, + 25.778881 + ], + [ + 108.896076, + 25.71421 + ], + [ + 108.953974, + 25.686714 + ], + [ + 108.953974, + 25.686714 + ], + [ + 109.000785, + 25.73631 + ], + [ + 109.07901, + 25.720679 + ], + [ + 109.030966, + 25.629545 + ], + [ + 109.088249, + 25.550758 + ], + [ + 109.025423, + 25.512426 + ], + [ + 108.949046, + 25.557236 + ], + [ + 108.781511, + 25.554537 + ], + [ + 108.763649, + 25.637097 + ], + [ + 108.68912, + 25.623072 + ], + [ + 108.6072, + 25.491904 + ], + [ + 108.625062, + 25.308138 + ], + [ + 108.471693, + 25.458955 + ], + [ + 108.418723, + 25.443287 + ], + [ + 108.348506, + 25.536183 + ], + [ + 108.142782, + 25.390867 + ], + [ + 108.152021, + 25.324364 + ], + [ + 108.115065, + 25.210195 + ], + [ + 108.001732, + 25.196661 + ], + [ + 107.841587, + 25.115966 + ], + [ + 107.741805, + 25.239965 + ], + [ + 107.700537, + 25.193954 + ], + [ + 107.659885, + 25.316251 + ], + [ + 107.599523, + 25.250789 + ], + [ + 107.472024, + 25.213984 + ], + [ + 107.481263, + 25.300024 + ], + [ + 107.432604, + 25.289205 + ], + [ + 107.420901, + 25.393029 + ], + [ + 107.318039, + 25.401677 + ], + [ + 107.336517, + 25.461116 + ], + [ + 107.228728, + 25.604728 + ], + [ + 107.064272, + 25.559395 + ], + [ + 107.066736, + 25.509186 + ], + [ + 106.963874, + 25.437884 + ], + [ + 107.012533, + 25.353024 + ], + [ + 107.013765, + 25.275138 + ], + [ + 106.912751, + 25.243212 + ], + [ + 106.900432, + 25.194495 + ], + [ + 106.732281, + 25.162548 + ], + [ + 106.684238, + 25.178252 + ], + [ + 106.590615, + 25.087791 + ], + [ + 106.304819, + 24.973944 + ], + [ + 106.215508, + 24.982079 + ], + [ + 106.146522, + 24.948449 + ], + [ + 106.206269, + 24.851304 + ], + [ + 106.173008, + 24.760059 + ], + [ + 106.045508, + 24.681796 + ], + [ + 106.023335, + 24.632313 + ], + [ + 105.942031, + 24.724738 + ], + [ + 105.827466, + 24.702997 + ], + [ + 105.70551, + 24.768752 + ], + [ + 105.500402, + 24.807862 + ], + [ + 105.445584, + 24.918608 + ], + [ + 105.365511, + 24.943566 + ], + [ + 105.265729, + 24.930003 + ], + [ + 105.198592, + 24.995095 + ], + [ + 105.09573, + 24.928375 + ], + [ + 105.077868, + 24.918065 + ], + [ + 105.03352, + 24.787765 + ], + [ + 104.899245, + 24.752996 + ], + [ + 104.841963, + 24.676359 + ], + [ + 104.743413, + 24.621978 + ], + [ + 104.63316, + 24.65896 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.539537, + 24.813836 + ], + [ + 104.713232, + 24.996179 + ], + [ + 104.667652, + 25.05961 + ], + [ + 104.750804, + 25.215067 + ], + [ + 104.822869, + 25.17013 + ], + [ + 104.816094, + 25.262152 + ], + [ + 104.639935, + 25.298942 + ], + [ + 104.646094, + 25.356809 + ], + [ + 104.543232, + 25.400597 + ], + [ + 104.556783, + 25.524845 + ], + [ + 104.434827, + 25.47246 + ], + [ + 104.420661, + 25.585301 + ], + [ + 104.332581, + 25.598792 + ], + [ + 104.309791, + 25.648964 + ], + [ + 104.328886, + 25.760561 + ], + [ + 104.373233, + 25.731459 + ], + [ + 104.441602, + 25.869362 + ], + [ + 104.414501, + 25.909733 + ], + [ + 104.499501, + 26.070541 + ], + [ + 104.592508, + 26.317506 + ], + [ + 104.683667, + 26.377557 + ], + [ + 104.554935, + 26.590701 + ], + [ + 104.487798, + 26.579465 + ], + [ + 104.421276, + 26.712091 + ], + [ + 104.354139, + 26.621194 + ], + [ + 104.120082, + 26.636705 + ], + [ + 104.052329, + 26.507204 + ], + [ + 103.865699, + 26.512023 + ], + [ + 103.764685, + 26.584816 + ], + [ + 103.773308, + 26.716901 + ], + [ + 103.705555, + 26.794904 + ], + [ + 103.779468, + 26.874454 + ], + [ + 103.77454, + 26.951815 + ], + [ + 103.675374, + 27.051506 + ], + [ + 103.638418, + 27.013133 + ], + [ + 103.624251, + 27.112237 + ], + [ + 103.711714, + 27.14259 + ], + [ + 103.903271, + 27.347921 + ], + [ + 103.932221, + 27.444072 + ], + [ + 104.015372, + 27.429204 + ], + [ + 104.01722, + 27.383523 + ], + [ + 104.113307, + 27.338354 + ], + [ + 104.174285, + 27.262856 + ], + [ + 104.363378, + 27.467964 + ], + [ + 104.497653, + 27.411677 + ], + [ + 104.546312, + 27.330382 + ], + [ + 104.609754, + 27.306991 + ], + [ + 104.808702, + 27.35483 + ], + [ + 104.871528, + 27.291041 + ], + [ + 105.067397, + 27.418051 + ], + [ + 105.184425, + 27.393085 + ], + [ + 105.260186, + 27.514672 + ], + [ + 105.232469, + 27.546506 + ], + [ + 105.305149, + 27.612799 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.353809, + 27.74897 + ], + [ + 105.508409, + 27.769089 + ], + [ + 105.605112, + 27.715605 + ], + [ + 105.62359, + 27.666333 + ], + [ + 105.78435, + 27.719312 + ], + [ + 106.023335, + 27.746851 + ], + [ + 106.120653, + 27.779677 + ], + [ + 106.193334, + 27.754265 + ], + [ + 106.343007, + 27.821489 + ], + [ + 106.304819, + 27.899249 + ], + [ + 106.328225, + 27.952643 + ], + [ + 106.206885, + 28.134302 + ], + [ + 106.126812, + 28.16701 + ], + [ + 105.975907, + 28.107917 + ], + [ + 105.860111, + 28.165955 + ], + [ + 105.88906, + 28.238722 + ], + [ + 105.826234, + 28.304064 + ], + [ + 105.730147, + 28.271925 + ], + [ + 105.639604, + 28.32408 + ], + [ + 105.62359, + 28.518253 + ], + [ + 105.683952, + 28.535601 + ], + [ + 105.749242, + 28.614943 + ], + [ + 105.884748, + 28.594981 + ], + [ + 105.891524, + 28.672179 + ], + [ + 105.966668, + 28.76086 + ], + [ + 106.103407, + 28.636476 + ], + [ + 106.2925, + 28.537177 + ], + [ + 106.330688, + 28.481971 + ], + [ + 106.37442, + 28.525613 + ], + [ + 106.395978, + 28.570287 + ], + [ + 106.484057, + 28.530344 + ], + [ + 106.504999, + 28.662204 + ], + [ + 106.45326, + 28.816968 + ], + [ + 106.562897, + 28.753516 + ], + [ + 106.63681, + 28.623346 + ], + [ + 106.564745, + 28.485127 + ], + [ + 106.632499, + 28.503531 + ], + [ + 106.7446, + 28.465667 + ], + [ + 106.73844, + 28.554522 + ], + [ + 106.866556, + 28.624397 + ], + [ + 106.883186, + 28.69265 + ], + [ + 106.824056, + 28.756139 + ], + [ + 106.926302, + 28.809104 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.986664, + 28.793899 + ], + [ + 106.983584, + 28.851561 + ], + [ + 107.057497, + 28.895049 + ], + [ + 107.191156, + 28.888763 + ], + [ + 107.219489, + 28.772923 + ], + [ + 107.383945, + 28.848417 + ], + [ + 107.441227, + 28.943755 + ], + [ + 107.36485, + 29.010753 + ], + [ + 107.412894, + 29.095485 + ], + [ + 107.404271, + 29.187984 + ], + [ + 107.486806, + 29.174402 + ], + [ + 107.570574, + 29.218276 + ], + [ + 107.589052, + 29.149845 + ], + [ + 107.701769, + 29.142006 + ], + [ + 107.751044, + 29.199997 + ], + [ + 107.810791, + 29.138348 + ], + [ + 107.784921, + 29.04842 + ], + [ + 107.867457, + 28.960508 + ], + [ + 107.930899, + 29.035343 + ], + [ + 108.024521, + 29.038482 + ], + [ + 108.068253, + 29.086597 + ], + [ + 108.256115, + 29.040574 + ], + [ + 108.268433, + 29.089734 + ], + [ + 108.350353, + 28.933282 + ], + [ + 108.352817, + 28.815395 + ], + [ + 108.385462, + 28.772398 + ], + [ + 108.332491, + 28.679528 + ], + [ + 108.471077, + 28.627548 + ], + [ + 108.565316, + 28.662204 + ], + [ + 108.636149, + 28.621245 + ], + [ + 108.577019, + 28.534024 + ], + [ + 108.611512, + 28.324607 + ], + [ + 108.668178, + 28.334614 + ], + [ + 108.688504, + 28.422527 + ], + [ + 108.640461, + 28.457251 + ], + [ + 108.710678, + 28.500902 + ], + [ + 108.779663, + 28.425158 + ], + [ + 108.764881, + 28.306698 + ], + [ + 108.726692, + 28.282463 + ], + [ + 108.772888, + 28.21289 + ], + [ + 108.922561, + 28.217635 + ], + [ + 109.006329, + 28.163317 + ], + [ + 109.026655, + 28.220271 + ], + [ + 109.086401, + 28.184942 + ], + [ + 109.081473, + 28.249264 + ], + [ + 109.152306, + 28.349885 + ], + [ + 109.191726, + 28.470927 + ], + [ + 109.274262, + 28.494592 + ], + [ + 109.27303, + 28.310386 + ], + [ + 109.388211, + 28.268236 + ], + [ + 109.340168, + 28.190216 + ], + [ + 109.298284, + 28.036117 + ], + [ + 109.378972, + 28.032948 + ], + [ + 109.30198, + 27.956342 + ], + [ + 109.345711, + 27.840537 + ], + [ + 109.332777, + 27.782853 + ], + [ + 109.470747, + 27.68011 + ], + [ + 109.461508, + 27.567724 + ], + [ + 109.303211, + 27.475396 + ], + [ + 109.300132, + 27.423893 + ], + [ + 109.202197, + 27.449913 + ], + [ + 109.142451, + 27.418051 + ], + [ + 109.040821, + 27.276151 + ], + [ + 108.907162, + 27.2054 + ], + [ + 108.878829, + 27.106378 + ], + [ + 108.791366, + 27.084539 + ], + [ + 108.87575, + 26.999273 + ], + [ + 109.07901, + 27.115965 + ], + [ + 109.164625, + 27.065893 + ], + [ + 109.267487, + 27.128746 + ], + [ + 109.415928, + 27.15377 + ], + [ + 109.472595, + 27.135136 + ], + [ + 109.454733, + 27.069622 + ], + [ + 109.520022, + 27.058433 + ], + [ + 109.555131, + 26.947015 + ], + [ + 109.486761, + 26.895267 + ], + [ + 109.500928, + 26.828546 + ], + [ + 109.481218, + 26.838156 + ], + [ + 109.473211, + 26.828546 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.52187, + 26.748964 + ] + ] + ], + [ + [ + [ + 109.529261, + 26.740414 + ], + [ + 109.528029, + 26.744689 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.548971, + 26.737208 + ], + [ + 109.529261, + 26.740414 + ] + ] + ], + [ + [ + [ + 109.500928, + 26.828546 + ], + [ + 109.504624, + 26.805051 + ], + [ + 109.473211, + 26.828546 + ], + [ + 109.481218, + 26.838156 + ], + [ + 109.500928, + 26.828546 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 530000, + "name": "云南省", + "center": [ + 102.712251, + 25.040609 + ], + "centroid": [ + 101.485108, + 25.008649 + ], + "childrenNum": 16, + "level": "province", + "subFeatureIndex": 24, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.542902, + 23.18449 + ], + [ + 105.445584, + 23.292797 + ], + [ + 105.372903, + 23.317525 + ], + [ + 105.325475, + 23.390034 + ], + [ + 105.238012, + 23.264217 + ], + [ + 105.093266, + 23.260919 + ], + [ + 104.886311, + 23.169088 + ], + [ + 104.804391, + 23.110218 + ], + [ + 104.860441, + 22.970917 + ], + [ + 104.737869, + 22.825957 + ], + [ + 104.579573, + 22.84636 + ], + [ + 104.375697, + 22.690228 + ], + [ + 104.272219, + 22.738245 + ], + [ + 104.274067, + 22.828163 + ], + [ + 104.117618, + 22.808861 + ], + [ + 104.045553, + 22.728312 + ], + [ + 104.009213, + 22.51789 + ], + [ + 103.964249, + 22.502966 + ], + [ + 103.825047, + 22.615685 + ], + [ + 103.642113, + 22.795071 + ], + [ + 103.566969, + 22.698508 + ], + [ + 103.53494, + 22.594143 + ], + [ + 103.436389, + 22.697404 + ], + [ + 103.441317, + 22.753144 + ], + [ + 103.323057, + 22.807758 + ], + [ + 103.283021, + 22.678635 + ], + [ + 103.195557, + 22.648268 + ], + [ + 103.183854, + 22.557679 + ], + [ + 103.081608, + 22.506835 + ], + [ + 103.079761, + 22.448784 + ], + [ + 102.930703, + 22.482512 + ], + [ + 102.880196, + 22.586961 + ], + [ + 102.688639, + 22.700164 + ], + [ + 102.603024, + 22.731623 + ], + [ + 102.570379, + 22.700164 + ], + [ + 102.510633, + 22.774661 + ], + [ + 102.384365, + 22.679739 + ], + [ + 102.420706, + 22.636119 + ], + [ + 102.322771, + 22.554364 + ], + [ + 102.25625, + 22.457631 + ], + [ + 102.270416, + 22.419472 + ], + [ + 102.046214, + 22.457631 + ], + [ + 101.907628, + 22.43717 + ], + [ + 101.862665, + 22.389048 + ], + [ + 101.76473, + 22.506282 + ], + [ + 101.672339, + 22.474772 + ], + [ + 101.625528, + 22.282789 + ], + [ + 101.547304, + 22.237936 + ], + [ + 101.596579, + 22.160933 + ], + [ + 101.573789, + 22.114933 + ], + [ + 101.626144, + 22.006247 + ], + [ + 101.606434, + 21.967965 + ], + [ + 101.701288, + 21.938553 + ], + [ + 101.777049, + 21.826954 + ], + [ + 101.747484, + 21.730276 + ], + [ + 101.780129, + 21.640763 + ], + [ + 101.754875, + 21.585137 + ], + [ + 101.745636, + 21.29721 + ], + [ + 101.833715, + 21.252606 + ], + [ + 101.76473, + 21.147733 + ], + [ + 101.672339, + 21.195158 + ], + [ + 101.605818, + 21.172285 + ], + [ + 101.604586, + 21.229741 + ], + [ + 101.532521, + 21.252606 + ], + [ + 101.387775, + 21.225837 + ], + [ + 101.290457, + 21.178422 + ], + [ + 101.222088, + 21.234203 + ], + [ + 101.244877, + 21.302227 + ], + [ + 101.142631, + 21.409218 + ], + [ + 101.194986, + 21.425372 + ], + [ + 101.209153, + 21.557316 + ], + [ + 101.117378, + 21.689141 + ], + [ + 101.123537, + 21.771956 + ], + [ + 101.015132, + 21.70693 + ], + [ + 100.870386, + 21.672461 + ], + [ + 100.730568, + 21.518914 + ], + [ + 100.558105, + 21.450434 + ], + [ + 100.48296, + 21.459343 + ], + [ + 100.437381, + 21.532829 + ], + [ + 100.351765, + 21.52949 + ], + [ + 100.247056, + 21.463798 + ], + [ + 100.199628, + 21.512791 + ], + [ + 100.126948, + 21.508338 + ], + [ + 100.107853, + 21.585137 + ], + [ + 100.169447, + 21.663564 + ], + [ + 100.095535, + 21.704151 + ], + [ + 99.991441, + 21.703595 + ], + [ + 99.944014, + 21.821955 + ], + [ + 99.999448, + 21.970184 + ], + [ + 99.972347, + 22.052837 + ], + [ + 99.871333, + 22.0667 + ], + [ + 99.870101, + 22.029544 + ], + [ + 99.486987, + 22.12879 + ], + [ + 99.400139, + 22.099966 + ], + [ + 99.220901, + 22.111053 + ], + [ + 99.156227, + 22.160933 + ], + [ + 99.235683, + 22.250673 + ], + [ + 99.282495, + 22.401219 + ], + [ + 99.381661, + 22.503519 + ], + [ + 99.385973, + 22.57094 + ], + [ + 99.31514, + 22.737693 + ], + [ + 99.385973, + 22.761972 + ], + [ + 99.457421, + 22.84636 + ], + [ + 99.456806, + 22.932901 + ], + [ + 99.563363, + 22.925737 + ], + [ + 99.517168, + 23.006719 + ], + [ + 99.528255, + 23.065635 + ], + [ + 99.3484, + 23.128927 + ], + [ + 99.255393, + 23.077746 + ], + [ + 99.106336, + 23.086552 + ], + [ + 98.889525, + 23.209238 + ], + [ + 98.936953, + 23.309833 + ], + [ + 98.872279, + 23.484456 + ], + [ + 98.826084, + 23.470187 + ], + [ + 98.808221, + 23.547549 + ], + [ + 98.877823, + 23.59197 + ], + [ + 98.786048, + 23.781551 + ], + [ + 98.669019, + 23.800713 + ], + [ + 98.701664, + 23.834103 + ], + [ + 98.701048, + 23.946251 + ], + [ + 98.899996, + 24.109102 + ], + [ + 98.875975, + 24.150056 + ], + [ + 98.716446, + 24.12767 + ], + [ + 98.611737, + 24.08507 + ], + [ + 98.550759, + 24.125485 + ], + [ + 98.360434, + 24.097087 + ], + [ + 98.225543, + 24.113471 + ], + [ + 98.110978, + 24.092171 + ], + [ + 97.902175, + 24.01404 + ], + [ + 97.894168, + 23.973589 + ], + [ + 97.769748, + 23.933126 + ], + [ + 97.711234, + 23.861465 + ], + [ + 97.5283, + 23.926563 + ], + [ + 97.634241, + 24.046828 + ], + [ + 97.730944, + 24.113471 + ], + [ + 97.729712, + 24.227013 + ], + [ + 97.767284, + 24.258656 + ], + [ + 97.658879, + 24.326279 + ], + [ + 97.716161, + 24.358987 + ], + [ + 97.669966, + 24.452703 + ], + [ + 97.531995, + 24.43146 + ], + [ + 97.570799, + 24.602396 + ], + [ + 97.570183, + 24.766579 + ], + [ + 97.701379, + 24.842617 + ], + [ + 97.764204, + 24.824155 + ], + [ + 97.785762, + 24.875733 + ], + [ + 97.716777, + 24.978283 + ], + [ + 97.839349, + 25.27081 + ], + [ + 97.914494, + 25.211278 + ], + [ + 98.014892, + 25.305433 + ], + [ + 98.06971, + 25.311924 + ], + [ + 98.15779, + 25.457334 + ], + [ + 98.131304, + 25.510266 + ], + [ + 98.189818, + 25.569111 + ], + [ + 98.170724, + 25.620374 + ], + [ + 98.247717, + 25.607965 + ], + [ + 98.314854, + 25.543201 + ], + [ + 98.402317, + 25.593936 + ], + [ + 98.457752, + 25.68294 + ], + [ + 98.476846, + 25.777265 + ], + [ + 98.553839, + 25.845672 + ], + [ + 98.640686, + 25.798815 + ], + [ + 98.704744, + 25.852133 + ], + [ + 98.686881, + 25.925877 + ], + [ + 98.614201, + 25.968919 + ], + [ + 98.575396, + 26.118364 + ], + [ + 98.634527, + 26.145759 + ], + [ + 98.662244, + 26.0872 + ], + [ + 98.735541, + 26.183351 + ], + [ + 98.672715, + 26.240251 + ], + [ + 98.733693, + 26.350753 + ], + [ + 98.753403, + 26.559129 + ], + [ + 98.781736, + 26.62066 + ], + [ + 98.746012, + 26.697125 + ], + [ + 98.757098, + 26.87819 + ], + [ + 98.732461, + 27.002472 + ], + [ + 98.765722, + 27.050973 + ], + [ + 98.712135, + 27.077081 + ], + [ + 98.696121, + 27.211253 + ], + [ + 98.734309, + 27.35111 + ], + [ + 98.706591, + 27.362269 + ], + [ + 98.674563, + 27.582044 + ], + [ + 98.583404, + 27.571437 + ], + [ + 98.444201, + 27.665274 + ], + [ + 98.429419, + 27.548628 + ], + [ + 98.317318, + 27.519448 + ], + [ + 98.278514, + 27.659974 + ], + [ + 98.234166, + 27.690707 + ], + [ + 98.222463, + 27.812493 + ], + [ + 98.169492, + 27.851118 + ], + [ + 98.205217, + 27.88973 + ], + [ + 98.133152, + 27.99069 + ], + [ + 98.160253, + 28.101056 + ], + [ + 98.139311, + 28.142216 + ], + [ + 98.168876, + 28.204454 + ], + [ + 98.266195, + 28.24083 + ], + [ + 98.208913, + 28.35831 + ], + [ + 98.301303, + 28.384633 + ], + [ + 98.37768, + 28.246101 + ], + [ + 98.389383, + 28.114777 + ], + [ + 98.428803, + 28.10475 + ], + [ + 98.559382, + 28.182833 + ], + [ + 98.626519, + 28.165427 + ], + [ + 98.712135, + 28.229233 + ], + [ + 98.752787, + 28.333561 + ], + [ + 98.677026, + 28.463563 + ], + [ + 98.627751, + 28.487756 + ], + [ + 98.638222, + 28.55242 + ], + [ + 98.594491, + 28.667979 + ], + [ + 98.683802, + 28.739877 + ], + [ + 98.652389, + 28.816968 + ], + [ + 98.657932, + 28.93014 + ], + [ + 98.765722, + 29.006044 + ], + [ + 98.815613, + 28.948991 + ], + [ + 98.828547, + 28.820113 + ], + [ + 98.912931, + 28.800715 + ], + [ + 98.972677, + 28.832693 + ], + [ + 98.917243, + 28.888239 + ], + [ + 98.925866, + 28.978306 + ], + [ + 99.009018, + 29.031158 + ], + [ + 98.967134, + 29.128418 + ], + [ + 98.976373, + 29.204698 + ], + [ + 99.113727, + 29.221409 + ], + [ + 99.132206, + 28.948467 + ], + [ + 99.103872, + 28.842128 + ], + [ + 99.126662, + 28.699473 + ], + [ + 99.183944, + 28.588677 + ], + [ + 99.174705, + 28.402003 + ], + [ + 99.280647, + 28.298269 + ], + [ + 99.306516, + 28.227652 + ], + [ + 99.374886, + 28.181778 + ], + [ + 99.437095, + 28.398318 + ], + [ + 99.403219, + 28.546638 + ], + [ + 99.463581, + 28.549266 + ], + [ + 99.532566, + 28.681628 + ], + [ + 99.615718, + 28.741975 + ], + [ + 99.625573, + 28.814871 + ], + [ + 99.717964, + 28.846321 + ], + [ + 99.733362, + 28.719415 + ], + [ + 99.793724, + 28.699473 + ], + [ + 99.987129, + 28.524561 + ], + [ + 99.990209, + 28.476712 + ], + [ + 100.073977, + 28.42621 + ], + [ + 100.054267, + 28.376737 + ], + [ + 100.176223, + 28.324607 + ], + [ + 100.157129, + 28.210254 + ], + [ + 100.033941, + 28.184942 + ], + [ + 100.086296, + 28.030836 + ], + [ + 100.196549, + 27.936257 + ], + [ + 100.210715, + 27.877037 + ], + [ + 100.295099, + 27.869633 + ], + [ + 100.327744, + 27.720372 + ], + [ + 100.442924, + 27.866459 + ], + [ + 100.54517, + 27.809318 + ], + [ + 100.633866, + 27.915111 + ], + [ + 100.681293, + 27.923041 + ], + [ + 100.707162, + 27.80085 + ], + [ + 100.782307, + 27.691767 + ], + [ + 100.848212, + 27.670573 + ], + [ + 100.936908, + 27.469026 + ], + [ + 101.021907, + 27.332508 + ], + [ + 101.057016, + 27.20061 + ], + [ + 101.170349, + 27.195821 + ], + [ + 101.136472, + 27.023794 + ], + [ + 101.264587, + 26.955549 + ], + [ + 101.267667, + 26.902737 + ], + [ + 101.399478, + 26.841893 + ], + [ + 101.357594, + 26.770868 + ], + [ + 101.389623, + 26.723314 + ], + [ + 101.512195, + 26.756443 + ], + [ + 101.453065, + 26.692848 + ], + [ + 101.451833, + 26.600867 + ], + [ + 101.400094, + 26.605146 + ], + [ + 101.458608, + 26.495424 + ], + [ + 101.506652, + 26.499708 + ], + [ + 101.636615, + 26.395245 + ], + [ + 101.660636, + 26.346999 + ], + [ + 101.586724, + 26.279422 + ], + [ + 101.630455, + 26.224687 + ], + [ + 101.690202, + 26.241861 + ], + [ + 101.807846, + 26.156501 + ], + [ + 101.799223, + 26.109231 + ], + [ + 101.86328, + 26.052266 + ], + [ + 101.917483, + 26.108156 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.005562, + 26.091499 + ], + [ + 102.107808, + 26.068391 + ], + [ + 102.245163, + 26.212341 + ], + [ + 102.349257, + 26.244545 + ], + [ + 102.392372, + 26.296588 + ], + [ + 102.567915, + 26.36362 + ], + [ + 102.638748, + 26.307852 + ], + [ + 102.60056, + 26.250448 + ], + [ + 102.674473, + 26.205363 + ], + [ + 102.739762, + 26.268691 + ], + [ + 102.998457, + 26.371661 + ], + [ + 102.989833, + 26.483108 + ], + [ + 103.056971, + 26.525943 + ], + [ + 103.018783, + 26.593911 + ], + [ + 102.991681, + 26.775675 + ], + [ + 102.898674, + 26.908073 + ], + [ + 102.870957, + 27.026992 + ], + [ + 102.913457, + 27.133538 + ], + [ + 102.882044, + 27.293168 + ], + [ + 102.941174, + 27.405303 + ], + [ + 102.989833, + 27.368114 + ], + [ + 103.111789, + 27.401054 + ], + [ + 103.222043, + 27.566133 + ], + [ + 103.295955, + 27.568785 + ], + [ + 103.29226, + 27.632943 + ], + [ + 103.487512, + 27.795028 + ], + [ + 103.515846, + 27.965326 + ], + [ + 103.488128, + 28.03242 + ], + [ + 103.430846, + 28.044039 + ], + [ + 103.471498, + 28.123221 + ], + [ + 103.573128, + 28.230815 + ], + [ + 103.639649, + 28.261912 + ], + [ + 103.721569, + 28.201817 + ], + [ + 103.877402, + 28.311966 + ], + [ + 103.781931, + 28.525613 + ], + [ + 103.838598, + 28.587101 + ], + [ + 103.844757, + 28.660104 + ], + [ + 103.940844, + 28.606013 + ], + [ + 104.12501, + 28.637526 + ], + [ + 104.314719, + 28.615468 + ], + [ + 104.425588, + 28.626497 + ], + [ + 104.318415, + 28.538229 + ], + [ + 104.261748, + 28.537177 + ], + [ + 104.254357, + 28.408844 + ], + [ + 104.314103, + 28.306698 + ], + [ + 104.384936, + 28.329874 + ], + [ + 104.44961, + 28.269817 + ], + [ + 104.44653, + 28.112666 + ], + [ + 104.354139, + 28.019744 + ], + [ + 104.40095, + 27.952114 + ], + [ + 104.573413, + 27.840537 + ], + [ + 104.743413, + 27.901892 + ], + [ + 104.872144, + 27.905594 + ], + [ + 105.05939, + 28.097889 + ], + [ + 105.186889, + 28.0546 + ], + [ + 105.186273, + 27.995445 + ], + [ + 105.270657, + 27.99703 + ], + [ + 105.284823, + 27.935729 + ], + [ + 105.233084, + 27.895547 + ], + [ + 105.244171, + 27.823077 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.308229, + 27.810376 + ], + [ + 105.273736, + 27.795028 + ], + [ + 105.308229, + 27.705011 + ], + [ + 105.305149, + 27.612799 + ], + [ + 105.232469, + 27.546506 + ], + [ + 105.260186, + 27.514672 + ], + [ + 105.184425, + 27.393085 + ], + [ + 105.067397, + 27.418051 + ], + [ + 104.871528, + 27.291041 + ], + [ + 104.808702, + 27.35483 + ], + [ + 104.609754, + 27.306991 + ], + [ + 104.546312, + 27.330382 + ], + [ + 104.497653, + 27.411677 + ], + [ + 104.363378, + 27.467964 + ], + [ + 104.174285, + 27.262856 + ], + [ + 104.113307, + 27.338354 + ], + [ + 104.01722, + 27.383523 + ], + [ + 104.015372, + 27.429204 + ], + [ + 103.932221, + 27.444072 + ], + [ + 103.903271, + 27.347921 + ], + [ + 103.711714, + 27.14259 + ], + [ + 103.624251, + 27.112237 + ], + [ + 103.638418, + 27.013133 + ], + [ + 103.675374, + 27.051506 + ], + [ + 103.77454, + 26.951815 + ], + [ + 103.779468, + 26.874454 + ], + [ + 103.705555, + 26.794904 + ], + [ + 103.773308, + 26.716901 + ], + [ + 103.764685, + 26.584816 + ], + [ + 103.865699, + 26.512023 + ], + [ + 104.052329, + 26.507204 + ], + [ + 104.120082, + 26.636705 + ], + [ + 104.354139, + 26.621194 + ], + [ + 104.421276, + 26.712091 + ], + [ + 104.487798, + 26.579465 + ], + [ + 104.554935, + 26.590701 + ], + [ + 104.683667, + 26.377557 + ], + [ + 104.592508, + 26.317506 + ], + [ + 104.499501, + 26.070541 + ], + [ + 104.414501, + 25.909733 + ], + [ + 104.441602, + 25.869362 + ], + [ + 104.373233, + 25.731459 + ], + [ + 104.328886, + 25.760561 + ], + [ + 104.309791, + 25.648964 + ], + [ + 104.332581, + 25.598792 + ], + [ + 104.420661, + 25.585301 + ], + [ + 104.434827, + 25.47246 + ], + [ + 104.556783, + 25.524845 + ], + [ + 104.543232, + 25.400597 + ], + [ + 104.646094, + 25.356809 + ], + [ + 104.639935, + 25.298942 + ], + [ + 104.816094, + 25.262152 + ], + [ + 104.822869, + 25.17013 + ], + [ + 104.750804, + 25.215067 + ], + [ + 104.667652, + 25.05961 + ], + [ + 104.713232, + 24.996179 + ], + [ + 104.539537, + 24.813836 + ], + [ + 104.529682, + 24.73126 + ], + [ + 104.492109, + 24.656241 + ], + [ + 104.610986, + 24.376973 + ], + [ + 104.70892, + 24.321372 + ], + [ + 104.72863, + 24.446167 + ], + [ + 104.83642, + 24.446712 + ], + [ + 104.979933, + 24.412937 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.063085, + 24.429281 + ], + [ + 105.188121, + 24.346995 + ], + [ + 105.164715, + 24.288109 + ], + [ + 105.229389, + 24.165888 + ], + [ + 105.20044, + 24.105279 + ], + [ + 105.260186, + 24.061033 + ], + [ + 105.320548, + 24.116202 + ], + [ + 105.481924, + 24.018958 + ], + [ + 105.529967, + 24.129308 + ], + [ + 105.628518, + 24.126577 + ], + [ + 105.649459, + 24.033167 + ], + [ + 105.704278, + 24.066497 + ], + [ + 105.89214, + 24.040271 + ], + [ + 105.933407, + 24.123847 + ], + [ + 106.04982, + 24.089986 + ], + [ + 106.192102, + 23.824798 + ], + [ + 106.136667, + 23.795238 + ], + [ + 106.157609, + 23.724048 + ], + [ + 106.120653, + 23.605129 + ], + [ + 106.141595, + 23.569487 + ], + [ + 105.999929, + 23.447683 + ], + [ + 105.89214, + 23.525058 + ], + [ + 105.815763, + 23.506953 + ], + [ + 105.699966, + 23.401566 + ], + [ + 105.694423, + 23.363122 + ], + [ + 105.531815, + 23.248275 + ], + [ + 105.542902, + 23.18449 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 540000, + "name": "西藏自治区", + "center": [ + 91.132212, + 29.660361 + ], + "centroid": [ + 88.388277, + 31.56375 + ], + "childrenNum": 7, + "level": "province", + "subFeatureIndex": 25, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 79.039649, + 34.33427 + ], + [ + 79.0107, + 34.399956 + ], + [ + 79.161605, + 34.441416 + ], + [ + 79.229358, + 34.413778 + ], + [ + 79.504683, + 34.454737 + ], + [ + 79.675914, + 34.451284 + ], + [ + 79.801566, + 34.478909 + ], + [ + 79.906892, + 34.683837 + ], + [ + 79.947544, + 34.820993 + ], + [ + 80.034391, + 34.902 + ], + [ + 80.031311, + 35.034384 + ], + [ + 80.118159, + 35.066222 + ], + [ + 80.23026, + 35.147476 + ], + [ + 80.257977, + 35.20323 + ], + [ + 80.362687, + 35.209096 + ], + [ + 80.268448, + 35.294114 + ], + [ + 80.321419, + 35.386848 + ], + [ + 80.412578, + 35.433663 + ], + [ + 80.516672, + 35.392214 + ], + [ + 80.65649, + 35.394165 + ], + [ + 80.689135, + 35.33903 + ], + [ + 80.844351, + 35.345375 + ], + [ + 81.026053, + 35.312181 + ], + [ + 81.031597, + 35.380506 + ], + [ + 81.09935, + 35.407333 + ], + [ + 81.219458, + 35.319016 + ], + [ + 81.362356, + 35.354647 + ], + [ + 81.494167, + 35.292161 + ], + [ + 81.513261, + 35.235002 + ], + [ + 81.675253, + 35.233536 + ], + [ + 81.736847, + 35.262365 + ], + [ + 81.927789, + 35.271158 + ], + [ + 82.05344, + 35.350255 + ], + [ + 82.033114, + 35.450236 + ], + [ + 82.328149, + 35.559342 + ], + [ + 82.336156, + 35.651284 + ], + [ + 82.424852, + 35.713006 + ], + [ + 82.628727, + 35.692114 + ], + [ + 82.731589, + 35.63767 + ], + [ + 82.788872, + 35.684824 + ], + [ + 82.960719, + 35.671702 + ], + [ + 82.998907, + 35.484348 + ], + [ + 83.067892, + 35.462908 + ], + [ + 83.127022, + 35.398554 + ], + [ + 83.242203, + 35.420011 + ], + [ + 83.451006, + 35.38197 + ], + [ + 83.622238, + 35.335614 + ], + [ + 83.677672, + 35.360991 + ], + [ + 83.885244, + 35.367334 + ], + [ + 84.005968, + 35.422449 + ], + [ + 84.095895, + 35.362943 + ], + [ + 84.1618, + 35.359039 + ], + [ + 84.335495, + 35.414647 + ], + [ + 84.45314, + 35.473141 + ], + [ + 84.448828, + 35.55058 + ], + [ + 84.729081, + 35.613353 + ], + [ + 85.053065, + 35.751862 + ], + [ + 85.159006, + 35.745549 + ], + [ + 85.271107, + 35.788757 + ], + [ + 85.372121, + 35.701346 + ], + [ + 85.613569, + 35.652257 + ], + [ + 85.65299, + 35.731465 + ], + [ + 85.811286, + 35.779049 + ], + [ + 85.949256, + 35.779049 + ], + [ + 86.060125, + 35.846008 + ], + [ + 86.132806, + 35.979271 + ], + [ + 86.199944, + 36.032513 + ], + [ + 86.187625, + 36.131158 + ], + [ + 86.392733, + 36.206992 + ], + [ + 86.515305, + 36.205543 + ], + [ + 86.701318, + 36.245122 + ], + [ + 86.746282, + 36.291916 + ], + [ + 86.862078, + 36.300114 + ], + [ + 86.887332, + 36.262492 + ], + [ + 86.996353, + 36.308793 + ], + [ + 87.149106, + 36.29722 + ], + [ + 87.193454, + 36.349283 + ], + [ + 87.306787, + 36.363739 + ], + [ + 87.361605, + 36.419128 + ], + [ + 87.460155, + 36.409498 + ], + [ + 87.470626, + 36.354102 + ], + [ + 87.570409, + 36.342536 + ], + [ + 87.731785, + 36.384936 + ], + [ + 87.949211, + 36.401312 + ], + [ + 87.983088, + 36.437903 + ], + [ + 88.134609, + 36.427313 + ], + [ + 88.241782, + 36.468704 + ], + [ + 88.365586, + 36.457636 + ], + [ + 88.470912, + 36.482175 + ], + [ + 88.573158, + 36.461005 + ], + [ + 88.623665, + 36.389271 + ], + [ + 88.783809, + 36.291916 + ], + [ + 88.802903, + 36.337717 + ], + [ + 88.926091, + 36.364221 + ], + [ + 88.964279, + 36.318917 + ], + [ + 89.10225, + 36.281305 + ], + [ + 89.127503, + 36.249465 + ], + [ + 89.232213, + 36.295774 + ], + [ + 89.287647, + 36.235954 + ], + [ + 89.375727, + 36.228231 + ], + [ + 89.490291, + 36.150969 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.638117, + 36.04993 + ], + [ + 89.476125, + 36.021868 + ], + [ + 89.418843, + 36.04606 + ], + [ + 89.429929, + 35.916302 + ], + [ + 89.549422, + 35.858132 + ], + [ + 89.801957, + 35.847948 + ], + [ + 89.747138, + 35.751862 + ], + [ + 89.765616, + 35.599732 + ], + [ + 89.700327, + 35.537435 + ], + [ + 89.744058, + 35.479963 + ], + [ + 89.68616, + 35.414647 + ], + [ + 89.497067, + 35.361479 + ], + [ + 89.532175, + 35.285323 + ], + [ + 89.449639, + 35.226693 + ], + [ + 89.513081, + 35.139158 + ], + [ + 89.593153, + 35.104412 + ], + [ + 89.560509, + 34.938794 + ], + [ + 89.654747, + 34.883351 + ], + [ + 89.707102, + 34.919663 + ], + [ + 89.821667, + 34.902981 + ], + [ + 89.867862, + 34.810677 + ], + [ + 89.799493, + 34.74384 + ], + [ + 89.732356, + 34.732039 + ], + [ + 89.72558, + 34.660709 + ], + [ + 89.798877, + 34.628714 + ], + [ + 89.823515, + 34.455231 + ], + [ + 89.801957, + 34.390575 + ], + [ + 89.872174, + 34.335752 + ], + [ + 89.825362, + 34.293746 + ], + [ + 89.818587, + 34.174037 + ], + [ + 89.655979, + 34.096778 + ], + [ + 89.635037, + 34.0492 + ], + [ + 89.691704, + 33.957933 + ], + [ + 89.795181, + 33.865575 + ], + [ + 89.837065, + 33.869052 + ], + [ + 89.933768, + 33.796986 + ], + [ + 89.907282, + 33.74128 + ], + [ + 90.008296, + 33.688026 + ], + [ + 89.984275, + 33.61232 + ], + [ + 90.01076, + 33.553501 + ], + [ + 90.080977, + 33.530561 + ], + [ + 90.092064, + 33.469691 + ], + [ + 90.246665, + 33.42426 + ], + [ + 90.332896, + 33.310829 + ], + [ + 90.405577, + 33.260311 + ], + [ + 90.486881, + 33.266815 + ], + [ + 90.70554, + 33.135645 + ], + [ + 90.805938, + 33.114599 + ], + [ + 91.001807, + 33.116102 + ], + [ + 91.001807, + 33.116102 + ], + [ + 91.134849, + 33.073495 + ], + [ + 91.262349, + 33.141156 + ], + [ + 91.436044, + 33.065974 + ], + [ + 91.49887, + 33.109086 + ], + [ + 91.58079, + 33.039395 + ], + [ + 91.785281, + 32.944044 + ], + [ + 91.896766, + 32.907884 + ], + [ + 91.955897, + 32.820437 + ], + [ + 92.145606, + 32.885779 + ], + [ + 92.227526, + 32.820939 + ], + [ + 92.198577, + 32.755046 + ], + [ + 92.255243, + 32.720823 + ], + [ + 92.355641, + 32.764606 + ], + [ + 92.63651, + 32.720319 + ], + [ + 92.686401, + 32.765109 + ], + [ + 92.877342, + 32.697161 + ], + [ + 93.019624, + 32.737433 + ], + [ + 93.069515, + 32.626137 + ], + [ + 93.239514, + 32.662411 + ], + [ + 93.385492, + 32.525297 + ], + [ + 93.4631, + 32.556065 + ], + [ + 93.516687, + 32.475844 + ], + [ + 93.618933, + 32.522775 + ], + [ + 93.654657, + 32.57321 + ], + [ + 93.820345, + 32.549509 + ], + [ + 93.861613, + 32.466253 + ], + [ + 93.958931, + 32.484929 + ], + [ + 94.136322, + 32.433939 + ], + [ + 94.196684, + 32.516216 + ], + [ + 94.371611, + 32.524793 + ], + [ + 94.395016, + 32.594385 + ], + [ + 94.53853, + 32.599425 + ], + [ + 94.614291, + 32.673492 + ], + [ + 94.772587, + 32.555057 + ], + [ + 94.80708, + 32.486444 + ], + [ + 94.889616, + 32.472311 + ], + [ + 94.912405, + 32.415758 + ], + [ + 94.985086, + 32.421819 + ], + [ + 95.081789, + 32.384942 + ], + [ + 95.218527, + 32.397067 + ], + [ + 95.261643, + 32.348049 + ], + [ + 95.096571, + 32.322267 + ], + [ + 95.10581, + 32.259042 + ], + [ + 95.241317, + 32.32075 + ], + [ + 95.26965, + 32.194761 + ], + [ + 95.312766, + 32.148673 + ], + [ + 95.406389, + 32.182102 + ], + [ + 95.454432, + 32.062006 + ], + [ + 95.360809, + 31.959013 + ], + [ + 95.439649, + 31.831508 + ], + [ + 95.546823, + 31.739961 + ], + [ + 95.618272, + 31.783712 + ], + [ + 95.779648, + 31.74912 + ], + [ + 95.825227, + 31.681935 + ], + [ + 95.89914, + 31.817273 + ], + [ + 95.982908, + 31.816765 + ], + [ + 96.041422, + 31.734364 + ], + [ + 96.135661, + 31.702299 + ], + [ + 96.160298, + 31.600943 + ], + [ + 96.204646, + 31.598904 + ], + [ + 96.252689, + 31.69619 + ], + [ + 96.176313, + 31.777608 + ], + [ + 96.253921, + 31.929566 + ], + [ + 96.389428, + 31.919917 + ], + [ + 96.468268, + 31.769978 + ], + [ + 96.576057, + 31.712989 + ], + [ + 96.616093, + 31.736908 + ], + [ + 96.775006, + 31.673788 + ], + [ + 96.840295, + 31.720623 + ], + [ + 96.760223, + 31.856922 + ], + [ + 96.81073, + 31.894521 + ], + [ + 96.722651, + 32.013314 + ], + [ + 96.894498, + 32.013822 + ], + [ + 97.008447, + 32.067076 + ], + [ + 97.130403, + 32.04375 + ], + [ + 97.308409, + 32.074682 + ], + [ + 97.264062, + 32.183621 + ], + [ + 97.299786, + 32.294959 + ], + [ + 97.371235, + 32.273208 + ], + [ + 97.424822, + 32.323278 + ], + [ + 97.387865, + 32.427374 + ], + [ + 97.341054, + 32.441009 + ], + [ + 97.388481, + 32.501583 + ], + [ + 97.334895, + 32.514198 + ], + [ + 97.448843, + 32.586823 + ], + [ + 97.472249, + 32.54497 + ], + [ + 97.670582, + 32.517225 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.937283, + 32.484425 + ], + [ + 98.218768, + 32.342489 + ], + [ + 98.218768, + 32.234752 + ], + [ + 98.301919, + 32.12334 + ], + [ + 98.434962, + 32.007734 + ], + [ + 98.414636, + 31.832525 + ], + [ + 98.543983, + 31.718588 + ], + [ + 98.553839, + 31.656473 + ], + [ + 98.713367, + 31.510189 + ], + [ + 98.837787, + 31.436705 + ], + [ + 98.88583, + 31.376446 + ], + [ + 98.773113, + 31.249163 + ], + [ + 98.691809, + 31.333016 + ], + [ + 98.64007, + 31.337615 + ], + [ + 98.602498, + 31.192367 + ], + [ + 98.709671, + 31.118635 + ], + [ + 98.736772, + 31.049459 + ], + [ + 98.806374, + 30.995621 + ], + [ + 98.774345, + 30.907877 + ], + [ + 98.901844, + 30.785105 + ], + [ + 98.957895, + 30.765056 + ], + [ + 98.907388, + 30.698196 + ], + [ + 98.989308, + 30.151826 + ], + [ + 99.044742, + 30.079885 + ], + [ + 99.068148, + 29.93118 + ], + [ + 99.0238, + 29.846105 + ], + [ + 98.993003, + 29.656502 + ], + [ + 99.052133, + 29.563908 + ], + [ + 99.075539, + 29.314316 + ], + [ + 99.113727, + 29.221409 + ], + [ + 98.976373, + 29.204698 + ], + [ + 98.967134, + 29.128418 + ], + [ + 99.009018, + 29.031158 + ], + [ + 98.925866, + 28.978306 + ], + [ + 98.917243, + 28.888239 + ], + [ + 98.972677, + 28.832693 + ], + [ + 98.912931, + 28.800715 + ], + [ + 98.828547, + 28.820113 + ], + [ + 98.815613, + 28.948991 + ], + [ + 98.765722, + 29.006044 + ], + [ + 98.657932, + 28.93014 + ], + [ + 98.652389, + 28.816968 + ], + [ + 98.683802, + 28.739877 + ], + [ + 98.594491, + 28.667979 + ], + [ + 98.638222, + 28.55242 + ], + [ + 98.627751, + 28.487756 + ], + [ + 98.677026, + 28.463563 + ], + [ + 98.752787, + 28.333561 + ], + [ + 98.712135, + 28.229233 + ], + [ + 98.626519, + 28.165427 + ], + [ + 98.559382, + 28.182833 + ], + [ + 98.428803, + 28.10475 + ], + [ + 98.389383, + 28.114777 + ], + [ + 98.37768, + 28.246101 + ], + [ + 98.301303, + 28.384633 + ], + [ + 98.208913, + 28.35831 + ], + [ + 98.266195, + 28.24083 + ], + [ + 98.168876, + 28.204454 + ], + [ + 98.139311, + 28.142216 + ], + [ + 98.090036, + 28.195489 + ], + [ + 98.03337, + 28.187052 + ], + [ + 98.020435, + 28.25348 + ], + [ + 97.907718, + 28.363575 + ], + [ + 97.801161, + 28.326714 + ], + [ + 97.738335, + 28.396213 + ], + [ + 97.737103, + 28.465667 + ], + [ + 97.68598, + 28.51983 + ], + [ + 97.569567, + 28.541382 + ], + [ + 97.506126, + 28.471453 + ], + [ + 97.485184, + 28.386212 + ], + [ + 97.518445, + 28.327767 + ], + [ + 97.460546, + 28.268236 + ], + [ + 97.42359, + 28.297742 + ], + [ + 97.350909, + 28.23714 + ], + [ + 97.321344, + 28.054071 + ], + [ + 97.413119, + 28.013406 + ], + [ + 97.386634, + 27.882855 + ], + [ + 97.303482, + 27.913525 + ], + [ + 97.062649, + 27.742615 + ], + [ + 97.049099, + 27.814081 + ], + [ + 96.972722, + 27.861169 + ], + [ + 96.849534, + 27.874393 + ], + [ + 96.784245, + 27.9315 + ], + [ + 96.690622, + 27.948943 + ], + [ + 96.572978, + 28.058296 + ], + [ + 96.499681, + 28.067271 + ], + [ + 96.46334, + 28.143271 + ], + [ + 96.398667, + 28.118471 + ], + [ + 96.297037, + 28.141161 + ], + [ + 96.275479, + 28.228179 + ], + [ + 95.989067, + 28.198126 + ], + [ + 95.874502, + 28.297742 + ], + [ + 95.674322, + 28.254007 + ], + [ + 95.371896, + 28.110028 + ], + [ + 95.28628, + 27.939957 + ], + [ + 95.015267, + 27.828897 + ], + [ + 94.88592, + 27.743145 + ], + [ + 94.524979, + 27.596362 + ], + [ + 94.277372, + 27.580983 + ], + [ + 93.970634, + 27.305396 + ], + [ + 93.849294, + 27.168676 + ], + [ + 93.841903, + 27.045645 + ], + [ + 93.56781, + 26.937948 + ], + [ + 93.232739, + 26.907006 + ], + [ + 93.111399, + 26.880325 + ], + [ + 92.909371, + 26.914475 + ], + [ + 92.802813, + 26.895267 + ], + [ + 92.682089, + 26.948082 + ], + [ + 92.57122, + 26.946482 + ], + [ + 92.404916, + 26.902737 + ], + [ + 92.109265, + 26.854705 + ], + [ + 92.124664, + 26.959815 + ], + [ + 92.043976, + 27.052572 + ], + [ + 92.032273, + 27.168144 + ], + [ + 92.125896, + 27.27296 + ], + [ + 92.010715, + 27.474866 + ], + [ + 91.839484, + 27.489728 + ], + [ + 91.753868, + 27.462656 + ], + [ + 91.585101, + 27.54014 + ], + [ + 91.570934, + 27.650965 + ], + [ + 91.642383, + 27.766442 + ], + [ + 91.611586, + 27.891316 + ], + [ + 91.486551, + 27.937314 + ], + [ + 91.464993, + 28.002841 + ], + [ + 91.309776, + 28.057768 + ], + [ + 91.251878, + 27.970611 + ], + [ + 91.162567, + 27.968497 + ], + [ + 91.113292, + 27.846357 + ], + [ + 90.96485, + 27.900306 + ], + [ + 90.96177, + 27.9537 + ], + [ + 90.896481, + 27.9463 + ], + [ + 90.802242, + 28.040342 + ], + [ + 90.701844, + 28.076246 + ], + [ + 90.591591, + 28.021329 + ], + [ + 90.513983, + 28.061992 + ], + [ + 90.384019, + 28.060936 + ], + [ + 90.296556, + 28.15435 + ], + [ + 90.231882, + 28.144854 + ], + [ + 90.124709, + 28.190743 + ], + [ + 90.03355, + 28.13694 + ], + [ + 89.976268, + 28.189161 + ], + [ + 89.906051, + 28.180723 + ], + [ + 89.789638, + 28.24083 + ], + [ + 89.720037, + 28.170175 + ], + [ + 89.605472, + 28.161735 + ], + [ + 89.461958, + 28.031892 + ], + [ + 89.375727, + 27.875979 + ], + [ + 89.238988, + 27.796616 + ], + [ + 89.184786, + 27.673752 + ], + [ + 89.131815, + 27.633474 + ], + [ + 89.163228, + 27.574619 + ], + [ + 89.095474, + 27.471681 + ], + [ + 89.182938, + 27.373959 + ], + [ + 89.077612, + 27.287319 + ], + [ + 89.057286, + 27.234663 + ], + [ + 88.975982, + 27.217106 + ], + [ + 88.911924, + 27.274024 + ], + [ + 88.920548, + 27.325598 + ], + [ + 88.809063, + 27.405834 + ], + [ + 88.770874, + 27.567724 + ], + [ + 88.852178, + 27.671103 + ], + [ + 88.888519, + 27.846886 + ], + [ + 88.842939, + 28.006539 + ], + [ + 88.764099, + 28.068327 + ], + [ + 88.67602, + 28.068327 + ], + [ + 88.645223, + 28.111083 + ], + [ + 88.565151, + 28.083109 + ], + [ + 88.554064, + 28.027667 + ], + [ + 88.478919, + 28.034005 + ], + [ + 88.401311, + 27.976952 + ], + [ + 88.254101, + 27.939429 + ], + [ + 88.156783, + 27.957928 + ], + [ + 88.111819, + 27.864872 + ], + [ + 87.826639, + 27.927799 + ], + [ + 87.727473, + 27.802967 + ], + [ + 87.590119, + 27.848473 + ], + [ + 87.45954, + 27.82096 + ], + [ + 87.420735, + 27.859053 + ], + [ + 87.364069, + 27.824135 + ], + [ + 87.280917, + 27.845299 + ], + [ + 87.227946, + 27.813022 + ], + [ + 87.118309, + 27.840537 + ], + [ + 87.035157, + 27.9463 + ], + [ + 86.935375, + 27.955285 + ], + [ + 86.864542, + 28.022385 + ], + [ + 86.756753, + 28.032948 + ], + [ + 86.700086, + 28.101583 + ], + [ + 86.647732, + 28.069383 + ], + [ + 86.568891, + 28.103167 + ], + [ + 86.514689, + 27.954757 + ], + [ + 86.450015, + 27.908766 + ], + [ + 86.231972, + 27.97431 + ], + [ + 86.19132, + 28.16701 + ], + [ + 86.082915, + 28.01816 + ], + [ + 86.125415, + 27.923041 + ], + [ + 86.053966, + 27.900306 + ], + [ + 85.949256, + 27.937314 + ], + [ + 85.980053, + 27.984349 + ], + [ + 85.901213, + 28.053543 + ], + [ + 85.854402, + 28.172284 + ], + [ + 85.753388, + 28.227652 + ], + [ + 85.720743, + 28.371999 + ], + [ + 85.682555, + 28.375684 + ], + [ + 85.650526, + 28.283517 + ], + [ + 85.526106, + 28.324607 + ], + [ + 85.415853, + 28.321447 + ], + [ + 85.272339, + 28.282463 + ], + [ + 85.209513, + 28.338827 + ], + [ + 85.113427, + 28.34462 + ], + [ + 85.108499, + 28.461459 + ], + [ + 85.189803, + 28.545062 + ], + [ + 85.195963, + 28.623871 + ], + [ + 85.126361, + 28.675854 + ], + [ + 85.05676, + 28.674279 + ], + [ + 84.981616, + 28.586576 + ], + [ + 84.857196, + 28.56766 + ], + [ + 84.698284, + 28.633325 + ], + [ + 84.650856, + 28.714692 + ], + [ + 84.483321, + 28.735155 + ], + [ + 84.408176, + 28.854182 + ], + [ + 84.234481, + 28.889287 + ], + [ + 84.248648, + 29.030635 + ], + [ + 84.194445, + 29.044759 + ], + [ + 84.20738, + 29.118487 + ], + [ + 84.116837, + 29.286661 + ], + [ + 84.002272, + 29.291358 + ], + [ + 83.917273, + 29.324749 + ], + [ + 83.727563, + 29.244383 + ], + [ + 83.656114, + 29.167088 + ], + [ + 83.548941, + 29.201042 + ], + [ + 83.266841, + 29.571194 + ], + [ + 83.12887, + 29.62374 + ], + [ + 83.088834, + 29.605014 + ], + [ + 82.9484, + 29.704846 + ], + [ + 82.830756, + 29.687694 + ], + [ + 82.703872, + 29.847662 + ], + [ + 82.6238, + 29.834687 + ], + [ + 82.560974, + 29.955547 + ], + [ + 82.498148, + 29.947771 + ], + [ + 82.412533, + 30.012037 + ], + [ + 82.246845, + 30.071601 + ], + [ + 82.17786, + 30.067976 + ], + [ + 82.207425, + 30.143548 + ], + [ + 82.114418, + 30.226816 + ], + [ + 82.104563, + 30.346682 + ], + [ + 81.99123, + 30.322927 + ], + [ + 81.872354, + 30.373012 + ], + [ + 81.759021, + 30.385401 + ], + [ + 81.63029, + 30.446802 + ], + [ + 81.566232, + 30.428747 + ], + [ + 81.555761, + 30.369399 + ], + [ + 81.406704, + 30.40398 + ], + [ + 81.427646, + 30.305366 + ], + [ + 81.393769, + 30.199413 + ], + [ + 81.335871, + 30.150791 + ], + [ + 81.269349, + 30.153378 + ], + [ + 81.293371, + 30.094899 + ], + [ + 81.225618, + 30.005301 + ], + [ + 81.131995, + 30.016181 + ], + [ + 81.034677, + 30.246977 + ], + [ + 80.81725, + 30.321378 + ], + [ + 80.719316, + 30.414816 + ], + [ + 80.633084, + 30.458665 + ], + [ + 80.549316, + 30.448866 + ], + [ + 80.322035, + 30.564338 + ], + [ + 80.214245, + 30.585974 + ], + [ + 80.124934, + 30.558671 + ], + [ + 80.04363, + 30.603485 + ], + [ + 79.970333, + 30.685848 + ], + [ + 79.961094, + 30.771225 + ], + [ + 79.890877, + 30.854986 + ], + [ + 79.835443, + 30.850876 + ], + [ + 79.75845, + 30.93662 + ], + [ + 79.668523, + 30.980233 + ], + [ + 79.59769, + 30.925843 + ], + [ + 79.505915, + 31.027415 + ], + [ + 79.427075, + 31.018186 + ], + [ + 79.421531, + 31.067399 + ], + [ + 79.316206, + 31.017673 + ], + [ + 79.33222, + 30.96946 + ], + [ + 79.227511, + 30.94945 + ], + [ + 79.181931, + 31.015622 + ], + [ + 79.0957, + 30.993057 + ], + [ + 79.010084, + 31.044333 + ], + [ + 78.997765, + 31.159093 + ], + [ + 78.865338, + 31.313082 + ], + [ + 78.841933, + 31.288542 + ], + [ + 78.755085, + 31.3555 + ], + [ + 78.792041, + 31.436195 + ], + [ + 78.729832, + 31.478047 + ], + [ + 78.740303, + 31.532631 + ], + [ + 78.845628, + 31.610115 + ], + [ + 78.763092, + 31.668696 + ], + [ + 78.706426, + 31.778626 + ], + [ + 78.654071, + 31.821849 + ], + [ + 78.739687, + 31.885376 + ], + [ + 78.762476, + 31.946829 + ], + [ + 78.599868, + 32.024982 + ], + [ + 78.519796, + 32.123847 + ], + [ + 78.469905, + 32.127901 + ], + [ + 78.430485, + 32.211975 + ], + [ + 78.511173, + 32.308108 + ], + [ + 78.458818, + 32.379889 + ], + [ + 78.472985, + 32.435454 + ], + [ + 78.395377, + 32.530342 + ], + [ + 78.518564, + 32.605978 + ], + [ + 78.628202, + 32.630168 + ], + [ + 78.741534, + 32.703706 + ], + [ + 78.781571, + 32.607994 + ], + [ + 78.760629, + 32.56363 + ], + [ + 78.81052, + 32.436464 + ], + [ + 78.970664, + 32.331873 + ], + [ + 79.005772, + 32.375341 + ], + [ + 79.103091, + 32.369782 + ], + [ + 79.135736, + 32.472311 + ], + [ + 79.252148, + 32.51672 + ], + [ + 79.308199, + 32.596905 + ], + [ + 79.27309, + 32.678025 + ], + [ + 79.301423, + 32.728877 + ], + [ + 79.224431, + 32.784729 + ], + [ + 79.255844, + 32.942537 + ], + [ + 79.162837, + 33.011804 + ], + [ + 79.139431, + 33.117606 + ], + [ + 79.162221, + 33.166202 + ], + [ + 79.072294, + 33.228286 + ], + [ + 79.022403, + 33.323328 + ], + [ + 78.84686, + 33.421264 + ], + [ + 78.74215, + 33.553501 + ], + [ + 78.755085, + 33.623281 + ], + [ + 78.692259, + 33.676575 + ], + [ + 78.779723, + 33.732323 + ], + [ + 78.758165, + 33.791019 + ], + [ + 78.744614, + 33.980759 + ], + [ + 78.656535, + 34.030359 + ], + [ + 78.661462, + 34.086868 + ], + [ + 78.750158, + 34.092815 + ], + [ + 78.793273, + 34.132445 + ], + [ + 78.9257, + 34.155719 + ], + [ + 78.981751, + 34.318458 + ], + [ + 79.039649, + 34.33427 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 610000, + "name": "陕西省", + "center": [ + 108.948024, + 34.263161 + ], + "centroid": [ + 108.887567, + 35.263665 + ], + "childrenNum": 10, + "level": "province", + "subFeatureIndex": 26, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 107.288474, + 37.00812 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.336517, + 37.165628 + ], + [ + 107.257677, + 37.337082 + ], + [ + 107.284162, + 37.482036 + ], + [ + 107.342061, + 37.515265 + ], + [ + 107.348836, + 37.608226 + ], + [ + 107.484959, + 37.706279 + ], + [ + 107.499125, + 37.7659 + ], + [ + 107.620465, + 37.775832 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.982022, + 37.787181 + ], + [ + 108.025137, + 37.649926 + ], + [ + 108.134159, + 37.621971 + ], + [ + 108.219158, + 37.661295 + ], + [ + 108.304158, + 37.638556 + ], + [ + 108.440896, + 37.654663 + ], + [ + 108.532671, + 37.690656 + ], + [ + 108.611512, + 37.65419 + ], + [ + 108.777815, + 37.683554 + ], + [ + 108.799989, + 37.783871 + ], + [ + 108.798141, + 37.93362 + ], + [ + 108.82709, + 37.989285 + ], + [ + 108.797525, + 38.047735 + ], + [ + 108.871438, + 38.027471 + ], + [ + 108.938575, + 37.920877 + ], + [ + 109.017416, + 37.969949 + ], + [ + 109.069155, + 38.091071 + ], + [ + 108.963829, + 38.155085 + ], + [ + 108.938575, + 38.207291 + ], + [ + 109.051908, + 38.432146 + ], + [ + 109.178792, + 38.520675 + ], + [ + 109.276726, + 38.623121 + ], + [ + 109.367269, + 38.627328 + ], + [ + 109.338936, + 38.70161 + ], + [ + 109.404226, + 38.720752 + ], + [ + 109.511399, + 38.833633 + ], + [ + 109.549587, + 38.805662 + ], + [ + 109.624116, + 38.854603 + ], + [ + 109.683862, + 38.935631 + ], + [ + 109.665384, + 38.981691 + ], + [ + 109.961035, + 39.191608 + ], + [ + 110.217881, + 39.28105 + ], + [ + 110.146432, + 39.455434 + ], + [ + 110.243751, + 39.42355 + ], + [ + 110.39096, + 39.31161 + ], + [ + 110.434692, + 39.381016 + ], + [ + 110.528315, + 39.380091 + ], + [ + 110.604075, + 39.277345 + ], + [ + 110.702626, + 39.27364 + ], + [ + 110.740198, + 39.351874 + ], + [ + 110.892335, + 39.509927 + ], + [ + 111.134399, + 39.586513 + ], + [ + 111.148566, + 39.531619 + ], + [ + 111.064182, + 39.400899 + ], + [ + 111.125776, + 39.366678 + ], + [ + 111.247732, + 39.302351 + ], + [ + 111.163348, + 39.152644 + ], + [ + 111.138711, + 39.064897 + ], + [ + 110.980414, + 38.970063 + ], + [ + 111.009363, + 38.847614 + ], + [ + 110.880016, + 38.618446 + ], + [ + 110.920052, + 38.581973 + ], + [ + 110.874473, + 38.453702 + ], + [ + 110.77777, + 38.44105 + ], + [ + 110.746973, + 38.366029 + ], + [ + 110.661358, + 38.308773 + ], + [ + 110.57759, + 38.297035 + ], + [ + 110.565887, + 38.215283 + ], + [ + 110.509221, + 38.192245 + ], + [ + 110.501213, + 38.031713 + ], + [ + 110.522771, + 37.954853 + ], + [ + 110.59422, + 37.921821 + ], + [ + 110.663821, + 37.803256 + ], + [ + 110.758676, + 37.744139 + ], + [ + 110.706321, + 37.705332 + ], + [ + 110.796248, + 37.66319 + ], + [ + 110.795017, + 37.566029 + ], + [ + 110.745125, + 37.450693 + ], + [ + 110.644111, + 37.435017 + ], + [ + 110.630561, + 37.373228 + ], + [ + 110.695234, + 37.34945 + ], + [ + 110.690307, + 37.287115 + ], + [ + 110.53509, + 37.137969 + ], + [ + 110.444547, + 37.007164 + ], + [ + 110.382953, + 37.021975 + ], + [ + 110.425453, + 36.960325 + ], + [ + 110.416214, + 36.790892 + ], + [ + 110.447011, + 36.737687 + ], + [ + 110.394656, + 36.676768 + ], + [ + 110.496902, + 36.582175 + ], + [ + 110.503677, + 36.487948 + ], + [ + 110.45933, + 36.330969 + ], + [ + 110.474112, + 36.248018 + ], + [ + 110.447011, + 36.164495 + ], + [ + 110.511684, + 35.879951 + ], + [ + 110.549257, + 35.877527 + ], + [ + 110.57759, + 35.701346 + ], + [ + 110.609619, + 35.632321 + ], + [ + 110.525851, + 35.44195 + ], + [ + 110.477808, + 35.413672 + ], + [ + 110.45009, + 35.327803 + ], + [ + 110.39404, + 35.271647 + ], + [ + 110.325671, + 35.014785 + ], + [ + 110.257301, + 34.93487 + ], + [ + 110.232664, + 34.803308 + ], + [ + 110.241287, + 34.682361 + ], + [ + 110.310272, + 34.608033 + ], + [ + 110.379257, + 34.600646 + ], + [ + 110.360779, + 34.516878 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.403279, + 34.43352 + ], + [ + 110.503677, + 34.337234 + ], + [ + 110.426685, + 34.275454 + ], + [ + 110.43962, + 34.24331 + ], + [ + 110.642264, + 34.16067 + ], + [ + 110.590525, + 34.096778 + ], + [ + 110.669365, + 33.939072 + ], + [ + 110.587445, + 33.887929 + ], + [ + 110.782698, + 33.795494 + ], + [ + 110.877552, + 33.635238 + ], + [ + 111.00382, + 33.578429 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.022914, + 33.475181 + ], + [ + 111.022914, + 33.474682 + ], + [ + 111.02661, + 33.474183 + ], + [ + 110.996429, + 33.435745 + ], + [ + 111.025994, + 33.330327 + ], + [ + 110.984726, + 33.255308 + ], + [ + 110.824582, + 33.158188 + ], + [ + 110.745741, + 33.147167 + ], + [ + 110.702626, + 33.097057 + ], + [ + 110.59422, + 33.168706 + ], + [ + 110.54125, + 33.255809 + ], + [ + 110.468569, + 33.181226 + ], + [ + 110.218497, + 33.163197 + ], + [ + 110.164911, + 33.209265 + ], + [ + 110.031252, + 33.191742 + ], + [ + 109.852013, + 33.247803 + ], + [ + 109.732521, + 33.231288 + ], + [ + 109.619804, + 33.27532 + ], + [ + 109.537268, + 33.2438 + ], + [ + 109.438718, + 33.152177 + ], + [ + 109.576073, + 33.110088 + ], + [ + 109.688174, + 33.116603 + ], + [ + 109.794731, + 33.066977 + ], + [ + 109.76455, + 32.909391 + ], + [ + 109.988752, + 32.886281 + ], + [ + 110.10886, + 32.82999 + ], + [ + 110.159367, + 32.767122 + ], + [ + 110.156903, + 32.683061 + ], + [ + 110.206179, + 32.633191 + ], + [ + 110.153824, + 32.593376 + ], + [ + 110.085454, + 32.613034 + ], + [ + 110.017701, + 32.546987 + ], + [ + 109.910528, + 32.592872 + ], + [ + 109.816905, + 32.577244 + ], + [ + 109.726978, + 32.608498 + ], + [ + 109.631507, + 32.599929 + ], + [ + 109.637051, + 32.540935 + ], + [ + 109.575457, + 32.506629 + ], + [ + 109.502776, + 32.389489 + ], + [ + 109.495385, + 32.300522 + ], + [ + 109.592703, + 32.219568 + ], + [ + 109.621652, + 32.106617 + ], + [ + 109.590855, + 32.012807 + ], + [ + 109.631507, + 31.962059 + ], + [ + 109.584696, + 31.900617 + ], + [ + 109.638282, + 31.811172 + ], + [ + 109.585928, + 31.726731 + ], + [ + 109.281654, + 31.717061 + ], + [ + 109.273646, + 31.801003 + ], + [ + 109.195422, + 31.817782 + ], + [ + 109.164009, + 31.877247 + ], + [ + 108.988466, + 31.979317 + ], + [ + 108.902235, + 31.984899 + ], + [ + 108.734084, + 32.106617 + ], + [ + 108.67249, + 32.104083 + ], + [ + 108.509882, + 32.201343 + ], + [ + 108.46923, + 32.270173 + ], + [ + 108.312781, + 32.232222 + ], + [ + 108.251187, + 32.273208 + ], + [ + 108.179122, + 32.222099 + ], + [ + 108.070717, + 32.233234 + ], + [ + 107.979558, + 32.14614 + ], + [ + 107.812022, + 32.24791 + ], + [ + 107.75474, + 32.338445 + ], + [ + 107.707929, + 32.331873 + ], + [ + 107.680211, + 32.398078 + ], + [ + 107.533002, + 32.383426 + ], + [ + 107.456625, + 32.417778 + ], + [ + 107.436299, + 32.529837 + ], + [ + 107.382097, + 32.54043 + ], + [ + 107.313727, + 32.489976 + ], + [ + 107.263836, + 32.403129 + ], + [ + 107.127098, + 32.482406 + ], + [ + 107.080286, + 32.542448 + ], + [ + 107.108004, + 32.600938 + ], + [ + 107.066736, + 32.708741 + ], + [ + 106.82344, + 32.705217 + ], + [ + 106.733513, + 32.739446 + ], + [ + 106.663296, + 32.690615 + ], + [ + 106.585687, + 32.688097 + ], + [ + 106.421231, + 32.616562 + ], + [ + 106.347935, + 32.670974 + ], + [ + 106.17424, + 32.697664 + ], + [ + 106.076305, + 32.753537 + ], + [ + 106.076305, + 32.758065 + ], + [ + 106.076921, + 32.764103 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.093552, + 32.823956 + ], + [ + 106.025798, + 32.85814 + ], + [ + 105.825002, + 32.824962 + ], + [ + 105.822538, + 32.770141 + ], + [ + 105.719061, + 32.759575 + ], + [ + 105.596489, + 32.699175 + ], + [ + 105.563844, + 32.72485 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.590329, + 32.876734 + ], + [ + 105.735691, + 32.905372 + ], + [ + 105.917393, + 32.993739 + ], + [ + 105.930944, + 33.177721 + ], + [ + 105.965436, + 33.204759 + ], + [ + 105.862574, + 33.234291 + ], + [ + 105.74801, + 33.298827 + ], + [ + 105.723372, + 33.390796 + ], + [ + 105.82993, + 33.382802 + ], + [ + 105.842248, + 33.490152 + ], + [ + 105.956197, + 33.612818 + ], + [ + 106.129276, + 33.604347 + ], + [ + 106.187174, + 33.54652 + ], + [ + 106.303587, + 33.604347 + ], + [ + 106.447101, + 33.613316 + ], + [ + 106.456956, + 33.533055 + ], + [ + 106.54134, + 33.513103 + ], + [ + 106.58076, + 33.575937 + ], + [ + 106.539492, + 33.691013 + ], + [ + 106.480362, + 33.715403 + ], + [ + 106.461883, + 33.789528 + ], + [ + 106.493296, + 33.846197 + ], + [ + 106.41076, + 33.906304 + ], + [ + 106.474202, + 33.970836 + ], + [ + 106.501919, + 34.104706 + ], + [ + 106.585071, + 34.149282 + ], + [ + 106.526557, + 34.291768 + ], + [ + 106.663912, + 34.24331 + ], + [ + 106.717498, + 34.369342 + ], + [ + 106.624491, + 34.410323 + ], + [ + 106.610325, + 34.454244 + ], + [ + 106.455108, + 34.531667 + ], + [ + 106.334384, + 34.517864 + ], + [ + 106.314058, + 34.578973 + ], + [ + 106.419384, + 34.643482 + ], + [ + 106.505615, + 34.74679 + ], + [ + 106.575216, + 34.769893 + ], + [ + 106.493296, + 34.941247 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.5746, + 35.089236 + ], + [ + 106.710723, + 35.100495 + ], + [ + 106.838222, + 35.079933 + ], + [ + 106.901664, + 35.094621 + ], + [ + 107.08275, + 35.024095 + ], + [ + 107.089526, + 34.976553 + ], + [ + 107.189308, + 34.893166 + ], + [ + 107.252134, + 34.880896 + ], + [ + 107.286626, + 34.931927 + ], + [ + 107.523763, + 34.909851 + ], + [ + 107.561951, + 34.966747 + ], + [ + 107.634016, + 34.950565 + ], + [ + 107.804631, + 34.95694 + ], + [ + 107.863761, + 34.996161 + ], + [ + 107.757204, + 35.076016 + ], + [ + 107.686371, + 35.217895 + ], + [ + 107.651878, + 35.239889 + ], + [ + 107.745501, + 35.311693 + ], + [ + 107.867457, + 35.256014 + ], + [ + 108.049159, + 35.254059 + ], + [ + 108.174811, + 35.305345 + ], + [ + 108.2401, + 35.256014 + ], + [ + 108.352817, + 35.285812 + ], + [ + 108.48894, + 35.275066 + ], + [ + 108.614591, + 35.32878 + ], + [ + 108.631222, + 35.418548 + ], + [ + 108.618287, + 35.556908 + ], + [ + 108.539447, + 35.605569 + ], + [ + 108.517273, + 35.715921 + ], + [ + 108.524664, + 35.839703 + ], + [ + 108.498179, + 35.876072 + ], + [ + 108.588722, + 35.950214 + ], + [ + 108.656475, + 35.952636 + ], + [ + 108.712526, + 36.13889 + ], + [ + 108.646004, + 36.25429 + ], + [ + 108.651548, + 36.384936 + ], + [ + 108.618903, + 36.434052 + ], + [ + 108.510498, + 36.474478 + ], + [ + 108.495099, + 36.422498 + ], + [ + 108.407636, + 36.458117 + ], + [ + 108.340498, + 36.55911 + ], + [ + 108.262274, + 36.549497 + ], + [ + 108.194521, + 36.625405 + ], + [ + 108.163724, + 36.563916 + ], + [ + 108.007891, + 36.61628 + ], + [ + 108.004811, + 36.683006 + ], + [ + 107.939522, + 36.655651 + ], + [ + 107.907493, + 36.751591 + ], + [ + 107.720863, + 36.802391 + ], + [ + 107.540393, + 36.828736 + ], + [ + 107.478183, + 36.908674 + ], + [ + 107.310032, + 36.912501 + ], + [ + 107.288474, + 37.00812 + ] + ] + ], + [ + [ + [ + 106.076305, + 32.753537 + ], + [ + 106.07261, + 32.764103 + ], + [ + 106.076921, + 32.764103 + ], + [ + 106.076305, + 32.758065 + ], + [ + 106.076305, + 32.753537 + ] + ] + ], + [ + [ + [ + 111.022914, + 33.474682 + ], + [ + 111.022914, + 33.475181 + ], + [ + 111.02661, + 33.478675 + ], + [ + 111.02661, + 33.474183 + ], + [ + 111.022914, + 33.474682 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 620000, + "name": "甘肃省", + "center": [ + 103.823557, + 36.058039 + ], + "childrenNum": 14, + "level": "province", + "subFeatureIndex": 27, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.494528, + 35.005964 + ], + [ + 106.494528, + 35.005964 + ], + [ + 106.493296, + 34.941247 + ], + [ + 106.575216, + 34.769893 + ], + [ + 106.505615, + 34.74679 + ], + [ + 106.419384, + 34.643482 + ], + [ + 106.314058, + 34.578973 + ], + [ + 106.334384, + 34.517864 + ], + [ + 106.455108, + 34.531667 + ], + [ + 106.610325, + 34.454244 + ], + [ + 106.624491, + 34.410323 + ], + [ + 106.717498, + 34.369342 + ], + [ + 106.663912, + 34.24331 + ], + [ + 106.526557, + 34.291768 + ], + [ + 106.585071, + 34.149282 + ], + [ + 106.501919, + 34.104706 + ], + [ + 106.474202, + 33.970836 + ], + [ + 106.41076, + 33.906304 + ], + [ + 106.493296, + 33.846197 + ], + [ + 106.461883, + 33.789528 + ], + [ + 106.480362, + 33.715403 + ], + [ + 106.539492, + 33.691013 + ], + [ + 106.58076, + 33.575937 + ], + [ + 106.54134, + 33.513103 + ], + [ + 106.456956, + 33.533055 + ], + [ + 106.447101, + 33.613316 + ], + [ + 106.303587, + 33.604347 + ], + [ + 106.187174, + 33.54652 + ], + [ + 106.129276, + 33.604347 + ], + [ + 105.956197, + 33.612818 + ], + [ + 105.842248, + 33.490152 + ], + [ + 105.82993, + 33.382802 + ], + [ + 105.723372, + 33.390796 + ], + [ + 105.74801, + 33.298827 + ], + [ + 105.862574, + 33.234291 + ], + [ + 105.965436, + 33.204759 + ], + [ + 105.930944, + 33.177721 + ], + [ + 105.917393, + 32.993739 + ], + [ + 105.735691, + 32.905372 + ], + [ + 105.590329, + 32.876734 + ], + [ + 105.49917, + 32.911902 + ], + [ + 105.414171, + 32.921948 + ], + [ + 105.391381, + 32.835017 + ], + [ + 105.455439, + 32.737433 + ], + [ + 105.347033, + 32.682558 + ], + [ + 105.111128, + 32.59388 + ], + [ + 105.026745, + 32.650322 + ], + [ + 104.881999, + 32.600938 + ], + [ + 104.845659, + 32.653848 + ], + [ + 104.739717, + 32.635711 + ], + [ + 104.643015, + 32.661908 + ], + [ + 104.582653, + 32.722333 + ], + [ + 104.458849, + 32.748504 + ], + [ + 104.363994, + 32.822448 + ], + [ + 104.294393, + 32.83552 + ], + [ + 104.288234, + 32.94304 + ], + [ + 104.378161, + 32.953081 + ], + [ + 104.426204, + 33.0108 + ], + [ + 104.337509, + 33.038392 + ], + [ + 104.378161, + 33.109086 + ], + [ + 104.303632, + 33.304328 + ], + [ + 104.432979, + 33.325828 + ], + [ + 104.292545, + 33.336326 + ], + [ + 104.22048, + 33.404782 + ], + [ + 104.155191, + 33.542531 + ], + [ + 104.168741, + 33.611821 + ], + [ + 104.046169, + 33.686533 + ], + [ + 103.871243, + 33.68255 + ], + [ + 103.778236, + 33.658648 + ], + [ + 103.626099, + 33.727347 + ], + [ + 103.520157, + 33.678566 + ], + [ + 103.525085, + 33.798975 + ], + [ + 103.349542, + 33.74327 + ], + [ + 103.279325, + 33.806433 + ], + [ + 103.153057, + 33.814884 + ], + [ + 103.181391, + 33.900842 + ], + [ + 103.124108, + 33.968354 + ], + [ + 103.119797, + 34.034822 + ], + [ + 103.178927, + 34.079931 + ], + [ + 103.124108, + 34.16166 + ], + [ + 102.973203, + 34.205217 + ], + [ + 102.978747, + 34.249246 + ], + [ + 102.911609, + 34.313022 + ], + [ + 102.798276, + 34.272982 + ], + [ + 102.599328, + 34.145321 + ], + [ + 102.655994, + 34.113623 + ], + [ + 102.471213, + 34.072993 + ], + [ + 102.437336, + 34.087364 + ], + [ + 102.391756, + 33.970836 + ], + [ + 102.315996, + 33.994154 + ], + [ + 102.237772, + 33.963392 + ], + [ + 102.136142, + 33.965377 + ], + [ + 102.234076, + 33.870046 + ], + [ + 102.239619, + 33.788036 + ], + [ + 102.299981, + 33.782566 + ], + [ + 102.342481, + 33.725357 + ], + [ + 102.33817, + 33.614313 + ], + [ + 102.440416, + 33.57494 + ], + [ + 102.462589, + 33.449724 + ], + [ + 102.396684, + 33.40678 + ], + [ + 102.264873, + 33.417269 + ], + [ + 102.186649, + 33.332327 + ], + [ + 102.217446, + 33.248303 + ], + [ + 102.112736, + 33.287324 + ], + [ + 102.08933, + 33.204759 + ], + [ + 101.935345, + 33.186734 + ], + [ + 101.865744, + 33.103072 + ], + [ + 101.841723, + 33.184731 + ], + [ + 101.769658, + 33.268816 + ], + [ + 101.878063, + 33.315829 + ], + [ + 101.885454, + 33.380804 + ], + [ + 101.9452, + 33.437742 + ], + [ + 101.907012, + 33.542032 + ], + [ + 101.844186, + 33.602353 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.735781, + 33.49614 + ], + [ + 101.622448, + 33.502127 + ], + [ + 101.582412, + 33.675081 + ], + [ + 101.501724, + 33.70296 + ], + [ + 101.385312, + 33.644702 + ], + [ + 101.238718, + 33.685039 + ], + [ + 101.166653, + 33.660142 + ], + [ + 101.191907, + 33.786047 + ], + [ + 101.153718, + 33.844706 + ], + [ + 100.999118, + 33.889419 + ], + [ + 100.806329, + 34.155224 + ], + [ + 100.764445, + 34.178987 + ], + [ + 100.821727, + 34.317469 + ], + [ + 100.895024, + 34.375268 + ], + [ + 100.986799, + 34.374774 + ], + [ + 101.054552, + 34.322905 + ], + [ + 101.235022, + 34.325376 + ], + [ + 101.331109, + 34.245289 + ], + [ + 101.530057, + 34.21066 + ], + [ + 101.622448, + 34.178492 + ], + [ + 101.736397, + 34.079931 + ], + [ + 101.84665, + 34.150272 + ], + [ + 101.955055, + 34.10966 + ], + [ + 101.965526, + 34.167601 + ], + [ + 102.062229, + 34.227976 + ], + [ + 102.067772, + 34.293746 + ], + [ + 102.149692, + 34.271993 + ], + [ + 102.189728, + 34.355018 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.155852, + 34.507511 + ], + [ + 102.003715, + 34.538074 + ], + [ + 101.919947, + 34.621821 + ], + [ + 101.917483, + 34.875497 + ], + [ + 102.048062, + 34.910832 + ], + [ + 102.094874, + 34.986848 + ], + [ + 102.218677, + 35.058386 + ], + [ + 102.29567, + 35.071609 + ], + [ + 102.310452, + 35.128883 + ], + [ + 102.402227, + 35.191006 + ], + [ + 102.370814, + 35.262854 + ], + [ + 102.279655, + 35.304857 + ], + [ + 102.317228, + 35.433663 + ], + [ + 102.407155, + 35.408308 + ], + [ + 102.447807, + 35.437563 + ], + [ + 102.504473, + 35.583189 + ], + [ + 102.742226, + 35.495065 + ], + [ + 102.808747, + 35.560315 + ], + [ + 102.686175, + 35.772253 + ], + [ + 102.78411, + 35.862496 + ], + [ + 102.955957, + 35.861041 + ], + [ + 102.971971, + 35.995247 + ], + [ + 102.882044, + 36.082335 + ], + [ + 102.941174, + 36.105058 + ], + [ + 102.98737, + 36.193956 + ], + [ + 103.068058, + 36.203612 + ], + [ + 103.024326, + 36.257185 + ], + [ + 102.830305, + 36.358439 + ], + [ + 102.832153, + 36.357957 + ], + [ + 102.831537, + 36.360848 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.769943, + 36.472072 + ], + [ + 102.761936, + 36.568721 + ], + [ + 102.606719, + 36.682526 + ], + [ + 102.704654, + 36.792329 + ], + [ + 102.587009, + 36.869912 + ], + [ + 102.56114, + 36.919676 + ], + [ + 102.450271, + 36.968453 + ], + [ + 102.506321, + 37.019108 + ], + [ + 102.488459, + 37.079278 + ], + [ + 102.642444, + 37.099801 + ], + [ + 102.599944, + 37.174687 + ], + [ + 102.457662, + 37.24807 + ], + [ + 102.428097, + 37.308534 + ], + [ + 102.19712, + 37.420287 + ], + [ + 102.102881, + 37.48441 + ], + [ + 102.130598, + 37.544684 + ], + [ + 102.035743, + 37.627184 + ], + [ + 102.036359, + 37.684974 + ], + [ + 101.946432, + 37.728051 + ], + [ + 101.815853, + 37.65419 + ], + [ + 101.791832, + 37.695864 + ], + [ + 101.659405, + 37.733256 + ], + [ + 101.597195, + 37.828308 + ], + [ + 101.459224, + 37.866105 + ], + [ + 101.362522, + 37.791437 + ], + [ + 101.150639, + 37.876969 + ], + [ + 100.887633, + 38.050562 + ], + [ + 100.93814, + 38.160261 + ], + [ + 100.825423, + 38.158849 + ], + [ + 100.74843, + 38.239724 + ], + [ + 100.619083, + 38.265567 + ], + [ + 100.546402, + 38.246773 + ], + [ + 100.474953, + 38.289052 + ], + [ + 100.318505, + 38.329428 + ], + [ + 100.261222, + 38.366498 + ], + [ + 100.24028, + 38.441519 + ], + [ + 100.064122, + 38.518802 + ], + [ + 100.001296, + 38.466821 + ], + [ + 100.093071, + 38.4073 + ], + [ + 100.157744, + 38.309712 + ], + [ + 100.182998, + 38.221864 + ], + [ + 100.126332, + 38.231735 + ], + [ + 99.937238, + 38.34163 + ], + [ + 99.826985, + 38.370251 + ], + [ + 99.65945, + 38.449017 + ], + [ + 99.555972, + 38.520207 + ], + [ + 99.50916, + 38.608628 + ], + [ + 99.450646, + 38.60442 + ], + [ + 99.361951, + 38.718418 + ], + [ + 99.222133, + 38.788875 + ], + [ + 99.068764, + 38.896991 + ], + [ + 99.1088, + 38.946334 + ], + [ + 98.951735, + 38.987737 + ], + [ + 98.816845, + 39.085799 + ], + [ + 98.743548, + 39.086728 + ], + [ + 98.584635, + 38.930046 + ], + [ + 98.457752, + 38.952849 + ], + [ + 98.383839, + 39.029581 + ], + [ + 98.280977, + 39.027257 + ], + [ + 98.251412, + 38.891403 + ], + [ + 98.094964, + 38.786077 + ], + [ + 98.009348, + 38.859262 + ], + [ + 97.828878, + 38.930046 + ], + [ + 97.701379, + 38.963085 + ], + [ + 97.679205, + 39.010522 + ], + [ + 97.371235, + 39.14058 + ], + [ + 97.220946, + 39.192999 + ], + [ + 96.962867, + 39.198564 + ], + [ + 97.012142, + 39.141972 + ], + [ + 96.969643, + 39.097873 + ], + [ + 96.940693, + 38.907701 + ], + [ + 96.983809, + 38.869046 + ], + [ + 97.009063, + 38.702544 + ], + [ + 97.057722, + 38.672654 + ], + [ + 97.055874, + 38.5946 + ], + [ + 96.975802, + 38.559519 + ], + [ + 96.7941, + 38.60816 + ], + [ + 96.780549, + 38.504289 + ], + [ + 96.6666, + 38.483684 + ], + [ + 96.698013, + 38.422302 + ], + [ + 96.626564, + 38.356177 + ], + [ + 96.665369, + 38.230325 + ], + [ + 96.46334, + 38.27778 + ], + [ + 96.335841, + 38.246303 + ], + [ + 96.313051, + 38.162142 + ], + [ + 96.221892, + 38.148969 + ], + [ + 96.109175, + 38.187072 + ], + [ + 96.063596, + 38.172962 + ], + [ + 95.856024, + 38.284355 + ], + [ + 95.83693, + 38.343977 + ], + [ + 95.702039, + 38.400736 + ], + [ + 95.51849, + 38.295156 + ], + [ + 95.320157, + 38.32051 + ], + [ + 95.261027, + 38.301261 + ], + [ + 95.121825, + 38.417615 + ], + [ + 94.973999, + 38.430271 + ], + [ + 94.810775, + 38.385261 + ], + [ + 94.67958, + 38.387137 + ], + [ + 94.527443, + 38.36556 + ], + [ + 94.511429, + 38.445268 + ], + [ + 94.370379, + 38.762753 + ], + [ + 93.885018, + 38.720752 + ], + [ + 93.800019, + 38.750622 + ], + [ + 93.769838, + 38.821047 + ], + [ + 93.884403, + 38.826175 + ], + [ + 93.729186, + 38.92446 + ], + [ + 93.453245, + 38.915615 + ], + [ + 93.274007, + 38.89606 + ], + [ + 93.179152, + 38.923994 + ], + [ + 93.198246, + 39.045847 + ], + [ + 93.131725, + 39.108088 + ], + [ + 93.142196, + 39.160531 + ], + [ + 92.978356, + 39.143364 + ], + [ + 92.938936, + 39.169809 + ], + [ + 92.866871, + 39.138723 + ], + [ + 92.489916, + 39.09973 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.366728, + 39.059322 + ], + [ + 92.339011, + 39.236575 + ], + [ + 92.52564, + 39.368528 + ], + [ + 92.639589, + 39.514543 + ], + [ + 92.745531, + 39.868137 + ], + [ + 92.796654, + 40.15364 + ], + [ + 92.906907, + 40.310773 + ], + [ + 92.928465, + 40.572609 + ], + [ + 93.506216, + 40.648464 + ], + [ + 93.760599, + 40.664804 + ], + [ + 93.820961, + 40.793574 + ], + [ + 93.809874, + 40.879583 + ], + [ + 94.01067, + 41.114857 + ], + [ + 94.184365, + 41.268392 + ], + [ + 94.534219, + 41.50586 + ], + [ + 94.750413, + 41.538114 + ], + [ + 94.861898, + 41.668309 + ], + [ + 95.135991, + 41.772811 + ], + [ + 95.29552, + 41.569456 + ], + [ + 95.39407, + 41.693333 + ], + [ + 95.57146, + 41.796011 + ], + [ + 95.677402, + 41.830795 + ], + [ + 95.855408, + 41.849516 + ], + [ + 96.038342, + 41.924794 + ], + [ + 96.117183, + 41.985753 + ], + [ + 96.13874, + 42.054207 + ], + [ + 96.077147, + 42.149652 + ], + [ + 96.178161, + 42.217929 + ], + [ + 96.040806, + 42.3264 + ], + [ + 96.06606, + 42.414367 + ], + [ + 95.978596, + 42.436892 + ], + [ + 96.02356, + 42.54234 + ], + [ + 96.103632, + 42.604026 + ], + [ + 96.386348, + 42.727655 + ], + [ + 96.742361, + 42.757096 + ], + [ + 96.968411, + 42.756218 + ], + [ + 97.172903, + 42.795305 + ], + [ + 97.307177, + 42.565259 + ], + [ + 97.84674, + 41.656687 + ], + [ + 97.613915, + 41.477176 + ], + [ + 97.629314, + 41.440407 + ], + [ + 97.971776, + 41.097726 + ], + [ + 98.25018, + 40.939271 + ], + [ + 98.333332, + 40.918929 + ], + [ + 98.344419, + 40.568518 + ], + [ + 98.627751, + 40.677965 + ], + [ + 98.569853, + 40.746901 + ], + [ + 98.668403, + 40.772734 + ], + [ + 98.689345, + 40.691576 + ], + [ + 98.801446, + 40.609411 + ], + [ + 98.790975, + 40.705185 + ], + [ + 98.984996, + 40.782701 + ], + [ + 99.041662, + 40.693844 + ], + [ + 99.102025, + 40.676603 + ], + [ + 99.172858, + 40.747354 + ], + [ + 99.174705, + 40.858317 + ], + [ + 99.565827, + 40.846551 + ], + [ + 99.673, + 40.932943 + ], + [ + 100.057346, + 40.908077 + ], + [ + 100.107853, + 40.875511 + ], + [ + 100.237201, + 40.716977 + ], + [ + 100.242744, + 40.618495 + ], + [ + 100.169447, + 40.541242 + ], + [ + 100.169447, + 40.277458 + ], + [ + 100.002528, + 40.197528 + ], + [ + 99.927383, + 40.063947 + ], + [ + 99.488218, + 39.875943 + ], + [ + 99.672384, + 39.887881 + ], + [ + 99.822058, + 39.85987 + ], + [ + 99.904593, + 39.785886 + ], + [ + 100.040716, + 39.756913 + ], + [ + 100.128179, + 39.702155 + ], + [ + 100.250135, + 39.68512 + ], + [ + 100.314193, + 39.606799 + ], + [ + 100.326512, + 39.509003 + ], + [ + 100.500823, + 39.4813 + ], + [ + 100.498975, + 39.400437 + ], + [ + 100.619699, + 39.38749 + ], + [ + 100.842053, + 39.405523 + ], + [ + 100.842669, + 39.199955 + ], + [ + 100.864227, + 39.106695 + ], + [ + 100.835278, + 39.025863 + ], + [ + 100.961545, + 39.005873 + ], + [ + 100.969553, + 38.9468 + ], + [ + 101.117378, + 38.97518 + ], + [ + 101.228863, + 39.02075 + ], + [ + 101.198682, + 38.943077 + ], + [ + 101.24303, + 38.86066 + ], + [ + 101.334189, + 38.848545 + ], + [ + 101.307087, + 38.802865 + ], + [ + 101.562702, + 38.712816 + ], + [ + 101.601506, + 38.6549 + ], + [ + 101.679115, + 38.690869 + ], + [ + 101.777049, + 38.660507 + ], + [ + 101.941505, + 38.808926 + ], + [ + 102.075164, + 38.891403 + ], + [ + 101.926106, + 39.000758 + ], + [ + 101.830636, + 39.093229 + ], + [ + 102.280887, + 39.190217 + ], + [ + 102.45335, + 39.25511 + ], + [ + 102.601792, + 39.172129 + ], + [ + 103.007696, + 39.09973 + ], + [ + 103.344615, + 39.331514 + ], + [ + 103.595302, + 39.386565 + ], + [ + 103.839214, + 39.460516 + ], + [ + 103.964865, + 39.455434 + ], + [ + 104.091133, + 39.418466 + ], + [ + 104.047401, + 39.297721 + ], + [ + 104.177364, + 39.15218 + ], + [ + 104.207546, + 39.083941 + ], + [ + 104.168125, + 38.940285 + ], + [ + 104.044322, + 38.895128 + ], + [ + 103.85954, + 38.64462 + ], + [ + 103.416063, + 38.404956 + ], + [ + 103.507838, + 38.281068 + ], + [ + 103.53494, + 38.156497 + ], + [ + 103.369868, + 38.089658 + ], + [ + 103.362477, + 38.037368 + ], + [ + 103.401897, + 37.861854 + ], + [ + 103.676606, + 37.783871 + ], + [ + 103.948235, + 37.564606 + ], + [ + 104.183524, + 37.406981 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.437907, + 37.445943 + ], + [ + 104.679971, + 37.407931 + ], + [ + 104.713848, + 37.32947 + ], + [ + 104.632544, + 37.299015 + ], + [ + 104.600515, + 37.242831 + ], + [ + 104.638087, + 37.201857 + ], + [ + 104.775442, + 37.246641 + ], + [ + 104.85613, + 37.211864 + ], + [ + 104.95468, + 37.040125 + ], + [ + 105.165331, + 36.995218 + ], + [ + 105.190585, + 36.886185 + ], + [ + 105.244787, + 36.894798 + ], + [ + 105.334714, + 36.800953 + ], + [ + 105.319932, + 36.742961 + ], + [ + 105.218302, + 36.730494 + ], + [ + 105.22015, + 36.631167 + ], + [ + 105.281744, + 36.522575 + ], + [ + 105.319932, + 36.536038 + ], + [ + 105.398156, + 36.430683 + ], + [ + 105.401236, + 36.370002 + ], + [ + 105.473301, + 36.298185 + ], + [ + 105.460366, + 36.223887 + ], + [ + 105.513337, + 36.150003 + ], + [ + 105.343954, + 36.033965 + ], + [ + 105.333483, + 35.887707 + ], + [ + 105.392613, + 35.865405 + ], + [ + 105.481924, + 35.727094 + ], + [ + 105.570003, + 35.716407 + ], + [ + 105.671017, + 35.749434 + ], + [ + 105.754785, + 35.730494 + ], + [ + 105.690727, + 35.698431 + ], + [ + 105.847176, + 35.490681 + ], + [ + 105.868734, + 35.53987 + ], + [ + 106.015943, + 35.52234 + ], + [ + 106.070762, + 35.491655 + ], + [ + 106.057827, + 35.488245 + ], + [ + 105.897683, + 35.451698 + ], + [ + 105.894603, + 35.413672 + ], + [ + 106.054132, + 35.449261 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.064603, + 35.431225 + ], + [ + 106.073226, + 35.421474 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.107102, + 35.364894 + ], + [ + 106.174856, + 35.438538 + ], + [ + 106.319601, + 35.265296 + ], + [ + 106.472354, + 35.310716 + ], + [ + 106.503767, + 35.415135 + ], + [ + 106.440941, + 35.526723 + ], + [ + 106.476666, + 35.580756 + ], + [ + 106.434782, + 35.688712 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.501304, + 35.735836 + ], + [ + 106.503767, + 35.736322 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.737208, + 35.689198 + ], + [ + 106.86594, + 35.737779 + ], + [ + 106.92199, + 35.803316 + ], + [ + 106.849925, + 35.887707 + ], + [ + 106.950939, + 36.004444 + ], + [ + 106.957715, + 36.091522 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.505615, + 36.265869 + ], + [ + 106.488369, + 36.400348 + ], + [ + 106.521014, + 36.479289 + ], + [ + 106.401521, + 36.546133 + ], + [ + 106.471738, + 36.581214 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.589383, + 36.750153 + ], + [ + 106.631883, + 36.723301 + ], + [ + 106.658368, + 36.811972 + ], + [ + 106.595542, + 36.940243 + ], + [ + 106.666991, + 37.01672 + ], + [ + 106.605397, + 37.127475 + ], + [ + 106.750143, + 37.098847 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.891193, + 37.098369 + ], + [ + 107.030395, + 37.140831 + ], + [ + 107.095685, + 37.115548 + ], + [ + 107.180685, + 37.143692 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.288474, + 37.00812 + ], + [ + 107.310032, + 36.912501 + ], + [ + 107.478183, + 36.908674 + ], + [ + 107.540393, + 36.828736 + ], + [ + 107.720863, + 36.802391 + ], + [ + 107.907493, + 36.751591 + ], + [ + 107.939522, + 36.655651 + ], + [ + 108.004811, + 36.683006 + ], + [ + 108.007891, + 36.61628 + ], + [ + 108.163724, + 36.563916 + ], + [ + 108.194521, + 36.625405 + ], + [ + 108.262274, + 36.549497 + ], + [ + 108.340498, + 36.55911 + ], + [ + 108.407636, + 36.458117 + ], + [ + 108.495099, + 36.422498 + ], + [ + 108.510498, + 36.474478 + ], + [ + 108.618903, + 36.434052 + ], + [ + 108.651548, + 36.384936 + ], + [ + 108.646004, + 36.25429 + ], + [ + 108.712526, + 36.13889 + ], + [ + 108.656475, + 35.952636 + ], + [ + 108.588722, + 35.950214 + ], + [ + 108.498179, + 35.876072 + ], + [ + 108.524664, + 35.839703 + ], + [ + 108.517273, + 35.715921 + ], + [ + 108.539447, + 35.605569 + ], + [ + 108.618287, + 35.556908 + ], + [ + 108.631222, + 35.418548 + ], + [ + 108.614591, + 35.32878 + ], + [ + 108.48894, + 35.275066 + ], + [ + 108.352817, + 35.285812 + ], + [ + 108.2401, + 35.256014 + ], + [ + 108.174811, + 35.305345 + ], + [ + 108.049159, + 35.254059 + ], + [ + 107.867457, + 35.256014 + ], + [ + 107.745501, + 35.311693 + ], + [ + 107.651878, + 35.239889 + ], + [ + 107.686371, + 35.217895 + ], + [ + 107.757204, + 35.076016 + ], + [ + 107.863761, + 34.996161 + ], + [ + 107.804631, + 34.95694 + ], + [ + 107.634016, + 34.950565 + ], + [ + 107.561951, + 34.966747 + ], + [ + 107.523763, + 34.909851 + ], + [ + 107.286626, + 34.931927 + ], + [ + 107.252134, + 34.880896 + ], + [ + 107.189308, + 34.893166 + ], + [ + 107.089526, + 34.976553 + ], + [ + 107.08275, + 35.024095 + ], + [ + 106.901664, + 35.094621 + ], + [ + 106.838222, + 35.079933 + ], + [ + 106.710723, + 35.100495 + ], + [ + 106.5746, + 35.089236 + ], + [ + 106.494528, + 35.005964 + ] + ] + ], + [ + [ + [ + 106.070762, + 35.491655 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.054132, + 35.449261 + ], + [ + 106.057827, + 35.488245 + ], + [ + 106.070762, + 35.491655 + ] + ] + ], + [ + [ + [ + 106.073226, + 35.421474 + ], + [ + 106.064603, + 35.431225 + ], + [ + 106.061523, + 35.457547 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.06953, + 35.458034 + ], + [ + 106.071378, + 35.449261 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.073226, + 35.421474 + ] + ] + ], + [ + [ + [ + 102.831537, + 36.360848 + ], + [ + 102.832153, + 36.357957 + ], + [ + 102.830305, + 36.358439 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.831537, + 36.360848 + ] + ] + ], + [ + [ + [ + 106.503767, + 35.736322 + ], + [ + 106.501304, + 35.735836 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.503767, + 35.736322 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 630000, + "name": "青海省", + "center": [ + 101.778916, + 36.623178 + ], + "centroid": [ + 96.043531, + 35.726402 + ], + "childrenNum": 8, + "level": "province", + "subFeatureIndex": 28, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 91.001807, + 33.116102 + ], + [ + 91.001807, + 33.116102 + ], + [ + 90.805938, + 33.114599 + ], + [ + 90.70554, + 33.135645 + ], + [ + 90.486881, + 33.266815 + ], + [ + 90.405577, + 33.260311 + ], + [ + 90.332896, + 33.310829 + ], + [ + 90.246665, + 33.42426 + ], + [ + 90.092064, + 33.469691 + ], + [ + 90.080977, + 33.530561 + ], + [ + 90.01076, + 33.553501 + ], + [ + 89.984275, + 33.61232 + ], + [ + 90.008296, + 33.688026 + ], + [ + 89.907282, + 33.74128 + ], + [ + 89.933768, + 33.796986 + ], + [ + 89.837065, + 33.869052 + ], + [ + 89.795181, + 33.865575 + ], + [ + 89.691704, + 33.957933 + ], + [ + 89.635037, + 34.0492 + ], + [ + 89.655979, + 34.096778 + ], + [ + 89.818587, + 34.174037 + ], + [ + 89.825362, + 34.293746 + ], + [ + 89.872174, + 34.335752 + ], + [ + 89.801957, + 34.390575 + ], + [ + 89.823515, + 34.455231 + ], + [ + 89.798877, + 34.628714 + ], + [ + 89.72558, + 34.660709 + ], + [ + 89.732356, + 34.732039 + ], + [ + 89.799493, + 34.74384 + ], + [ + 89.867862, + 34.810677 + ], + [ + 89.821667, + 34.902981 + ], + [ + 89.707102, + 34.919663 + ], + [ + 89.654747, + 34.883351 + ], + [ + 89.560509, + 34.938794 + ], + [ + 89.593153, + 35.104412 + ], + [ + 89.513081, + 35.139158 + ], + [ + 89.449639, + 35.226693 + ], + [ + 89.532175, + 35.285323 + ], + [ + 89.497067, + 35.361479 + ], + [ + 89.68616, + 35.414647 + ], + [ + 89.744058, + 35.479963 + ], + [ + 89.700327, + 35.537435 + ], + [ + 89.765616, + 35.599732 + ], + [ + 89.747138, + 35.751862 + ], + [ + 89.801957, + 35.847948 + ], + [ + 89.549422, + 35.858132 + ], + [ + 89.429929, + 35.916302 + ], + [ + 89.418843, + 36.04606 + ], + [ + 89.476125, + 36.021868 + ], + [ + 89.638117, + 36.04993 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.941159, + 36.067343 + ], + [ + 89.937463, + 36.130675 + ], + [ + 89.999057, + 36.169809 + ], + [ + 90.028006, + 36.25815 + ], + [ + 90.145651, + 36.238849 + ], + [ + 90.128405, + 36.208923 + ], + [ + 90.234962, + 36.161597 + ], + [ + 90.430215, + 36.133091 + ], + [ + 90.526917, + 36.148553 + ], + [ + 90.66304, + 36.134058 + ], + [ + 90.776373, + 36.086203 + ], + [ + 90.841046, + 36.01848 + ], + [ + 90.922966, + 36.029126 + ], + [ + 90.979017, + 36.106992 + ], + [ + 91.09235, + 36.088621 + ], + [ + 91.124994, + 36.115693 + ], + [ + 91.07264, + 36.299149 + ], + [ + 91.026444, + 36.323738 + ], + [ + 91.05293, + 36.432608 + ], + [ + 91.035683, + 36.529788 + ], + [ + 90.7388, + 36.58746 + ], + [ + 90.720938, + 36.708912 + ], + [ + 90.735105, + 36.827778 + ], + [ + 90.853981, + 36.915371 + ], + [ + 90.983944, + 36.913458 + ], + [ + 91.181045, + 37.025318 + ], + [ + 91.303617, + 37.01242 + ], + [ + 91.280211, + 37.163721 + ], + [ + 91.1909, + 37.205669 + ], + [ + 91.192132, + 37.27807 + ], + [ + 91.134849, + 37.32614 + ], + [ + 91.099741, + 37.447843 + ], + [ + 91.057241, + 37.483936 + ], + [ + 90.958075, + 37.477763 + ], + [ + 90.863836, + 37.534246 + ], + [ + 90.882314, + 37.575513 + ], + [ + 90.776373, + 37.6504 + ], + [ + 90.519526, + 37.73089 + ], + [ + 90.516446, + 38.207291 + ], + [ + 90.530613, + 38.32004 + ], + [ + 90.361846, + 38.300322 + ], + [ + 90.352607, + 38.233615 + ], + [ + 90.280542, + 38.238315 + ], + [ + 90.137644, + 38.340692 + ], + [ + 90.111774, + 38.477595 + ], + [ + 90.315034, + 38.501948 + ], + [ + 90.424671, + 38.492114 + ], + [ + 90.463476, + 38.556711 + ], + [ + 90.610685, + 38.596003 + ], + [ + 90.619308, + 38.664245 + ], + [ + 90.831191, + 38.667982 + ], + [ + 91.307928, + 38.751089 + ], + [ + 91.446515, + 38.813588 + ], + [ + 91.87952, + 38.884417 + ], + [ + 91.966368, + 38.930976 + ], + [ + 92.173323, + 38.960758 + ], + [ + 92.263866, + 39.002153 + ], + [ + 92.38459, + 39.000758 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.489916, + 39.09973 + ], + [ + 92.866871, + 39.138723 + ], + [ + 92.938936, + 39.169809 + ], + [ + 92.978356, + 39.143364 + ], + [ + 93.142196, + 39.160531 + ], + [ + 93.131725, + 39.108088 + ], + [ + 93.198246, + 39.045847 + ], + [ + 93.179152, + 38.923994 + ], + [ + 93.274007, + 38.89606 + ], + [ + 93.453245, + 38.915615 + ], + [ + 93.729186, + 38.92446 + ], + [ + 93.884403, + 38.826175 + ], + [ + 93.769838, + 38.821047 + ], + [ + 93.800019, + 38.750622 + ], + [ + 93.885018, + 38.720752 + ], + [ + 94.370379, + 38.762753 + ], + [ + 94.511429, + 38.445268 + ], + [ + 94.527443, + 38.36556 + ], + [ + 94.67958, + 38.387137 + ], + [ + 94.810775, + 38.385261 + ], + [ + 94.973999, + 38.430271 + ], + [ + 95.121825, + 38.417615 + ], + [ + 95.261027, + 38.301261 + ], + [ + 95.320157, + 38.32051 + ], + [ + 95.51849, + 38.295156 + ], + [ + 95.702039, + 38.400736 + ], + [ + 95.83693, + 38.343977 + ], + [ + 95.856024, + 38.284355 + ], + [ + 96.063596, + 38.172962 + ], + [ + 96.109175, + 38.187072 + ], + [ + 96.221892, + 38.148969 + ], + [ + 96.313051, + 38.162142 + ], + [ + 96.335841, + 38.246303 + ], + [ + 96.46334, + 38.27778 + ], + [ + 96.665369, + 38.230325 + ], + [ + 96.626564, + 38.356177 + ], + [ + 96.698013, + 38.422302 + ], + [ + 96.6666, + 38.483684 + ], + [ + 96.780549, + 38.504289 + ], + [ + 96.7941, + 38.60816 + ], + [ + 96.975802, + 38.559519 + ], + [ + 97.055874, + 38.5946 + ], + [ + 97.057722, + 38.672654 + ], + [ + 97.009063, + 38.702544 + ], + [ + 96.983809, + 38.869046 + ], + [ + 96.940693, + 38.907701 + ], + [ + 96.969643, + 39.097873 + ], + [ + 97.012142, + 39.141972 + ], + [ + 96.962867, + 39.198564 + ], + [ + 97.220946, + 39.192999 + ], + [ + 97.371235, + 39.14058 + ], + [ + 97.679205, + 39.010522 + ], + [ + 97.701379, + 38.963085 + ], + [ + 97.828878, + 38.930046 + ], + [ + 98.009348, + 38.859262 + ], + [ + 98.094964, + 38.786077 + ], + [ + 98.251412, + 38.891403 + ], + [ + 98.280977, + 39.027257 + ], + [ + 98.383839, + 39.029581 + ], + [ + 98.457752, + 38.952849 + ], + [ + 98.584635, + 38.930046 + ], + [ + 98.743548, + 39.086728 + ], + [ + 98.816845, + 39.085799 + ], + [ + 98.951735, + 38.987737 + ], + [ + 99.1088, + 38.946334 + ], + [ + 99.068764, + 38.896991 + ], + [ + 99.222133, + 38.788875 + ], + [ + 99.361951, + 38.718418 + ], + [ + 99.450646, + 38.60442 + ], + [ + 99.50916, + 38.608628 + ], + [ + 99.555972, + 38.520207 + ], + [ + 99.65945, + 38.449017 + ], + [ + 99.826985, + 38.370251 + ], + [ + 99.937238, + 38.34163 + ], + [ + 100.126332, + 38.231735 + ], + [ + 100.182998, + 38.221864 + ], + [ + 100.157744, + 38.309712 + ], + [ + 100.093071, + 38.4073 + ], + [ + 100.001296, + 38.466821 + ], + [ + 100.064122, + 38.518802 + ], + [ + 100.24028, + 38.441519 + ], + [ + 100.261222, + 38.366498 + ], + [ + 100.318505, + 38.329428 + ], + [ + 100.474953, + 38.289052 + ], + [ + 100.546402, + 38.246773 + ], + [ + 100.619083, + 38.265567 + ], + [ + 100.74843, + 38.239724 + ], + [ + 100.825423, + 38.158849 + ], + [ + 100.93814, + 38.160261 + ], + [ + 100.887633, + 38.050562 + ], + [ + 101.150639, + 37.876969 + ], + [ + 101.362522, + 37.791437 + ], + [ + 101.459224, + 37.866105 + ], + [ + 101.597195, + 37.828308 + ], + [ + 101.659405, + 37.733256 + ], + [ + 101.791832, + 37.695864 + ], + [ + 101.815853, + 37.65419 + ], + [ + 101.946432, + 37.728051 + ], + [ + 102.036359, + 37.684974 + ], + [ + 102.035743, + 37.627184 + ], + [ + 102.130598, + 37.544684 + ], + [ + 102.102881, + 37.48441 + ], + [ + 102.19712, + 37.420287 + ], + [ + 102.428097, + 37.308534 + ], + [ + 102.457662, + 37.24807 + ], + [ + 102.599944, + 37.174687 + ], + [ + 102.642444, + 37.099801 + ], + [ + 102.488459, + 37.079278 + ], + [ + 102.506321, + 37.019108 + ], + [ + 102.450271, + 36.968453 + ], + [ + 102.56114, + 36.919676 + ], + [ + 102.587009, + 36.869912 + ], + [ + 102.704654, + 36.792329 + ], + [ + 102.606719, + 36.682526 + ], + [ + 102.761936, + 36.568721 + ], + [ + 102.769943, + 36.472072 + ], + [ + 102.830305, + 36.362294 + ], + [ + 102.830305, + 36.358439 + ], + [ + 103.024326, + 36.257185 + ], + [ + 103.068058, + 36.203612 + ], + [ + 102.98737, + 36.193956 + ], + [ + 102.941174, + 36.105058 + ], + [ + 102.882044, + 36.082335 + ], + [ + 102.971971, + 35.995247 + ], + [ + 102.955957, + 35.861041 + ], + [ + 102.78411, + 35.862496 + ], + [ + 102.686175, + 35.772253 + ], + [ + 102.808747, + 35.560315 + ], + [ + 102.742226, + 35.495065 + ], + [ + 102.504473, + 35.583189 + ], + [ + 102.447807, + 35.437563 + ], + [ + 102.407155, + 35.408308 + ], + [ + 102.317228, + 35.433663 + ], + [ + 102.279655, + 35.304857 + ], + [ + 102.370814, + 35.262854 + ], + [ + 102.402227, + 35.191006 + ], + [ + 102.310452, + 35.128883 + ], + [ + 102.29567, + 35.071609 + ], + [ + 102.218677, + 35.058386 + ], + [ + 102.094874, + 34.986848 + ], + [ + 102.048062, + 34.910832 + ], + [ + 101.917483, + 34.875497 + ], + [ + 101.919947, + 34.621821 + ], + [ + 102.003715, + 34.538074 + ], + [ + 102.155852, + 34.507511 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.210054, + 34.399462 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.237772, + 34.343163 + ], + [ + 102.237156, + 34.343163 + ], + [ + 102.189728, + 34.355018 + ], + [ + 102.149692, + 34.271993 + ], + [ + 102.067772, + 34.293746 + ], + [ + 102.062229, + 34.227976 + ], + [ + 101.965526, + 34.167601 + ], + [ + 101.955055, + 34.10966 + ], + [ + 101.84665, + 34.150272 + ], + [ + 101.736397, + 34.079931 + ], + [ + 101.622448, + 34.178492 + ], + [ + 101.530057, + 34.21066 + ], + [ + 101.331109, + 34.245289 + ], + [ + 101.235022, + 34.325376 + ], + [ + 101.054552, + 34.322905 + ], + [ + 100.986799, + 34.374774 + ], + [ + 100.895024, + 34.375268 + ], + [ + 100.821727, + 34.317469 + ], + [ + 100.764445, + 34.178987 + ], + [ + 100.806329, + 34.155224 + ], + [ + 100.999118, + 33.889419 + ], + [ + 101.153718, + 33.844706 + ], + [ + 101.191907, + 33.786047 + ], + [ + 101.166653, + 33.660142 + ], + [ + 101.238718, + 33.685039 + ], + [ + 101.385312, + 33.644702 + ], + [ + 101.501724, + 33.70296 + ], + [ + 101.582412, + 33.675081 + ], + [ + 101.622448, + 33.502127 + ], + [ + 101.735781, + 33.49614 + ], + [ + 101.769042, + 33.538541 + ], + [ + 101.769658, + 33.447728 + ], + [ + 101.695745, + 33.433748 + ], + [ + 101.64955, + 33.323328 + ], + [ + 101.739477, + 33.265815 + ], + [ + 101.625528, + 33.100566 + ], + [ + 101.486326, + 33.227285 + ], + [ + 101.405022, + 33.225783 + ], + [ + 101.393935, + 33.157687 + ], + [ + 101.297232, + 33.262313 + ], + [ + 101.183283, + 33.270317 + ], + [ + 101.11553, + 33.194746 + ], + [ + 101.169733, + 33.100566 + ], + [ + 101.183899, + 32.984204 + ], + [ + 101.129081, + 32.989725 + ], + [ + 101.124153, + 32.909893 + ], + [ + 101.237486, + 32.824962 + ], + [ + 101.22332, + 32.725856 + ], + [ + 101.157414, + 32.661404 + ], + [ + 101.075494, + 32.683061 + ], + [ + 100.93198, + 32.600433 + ], + [ + 100.690532, + 32.678025 + ], + [ + 100.645568, + 32.526306 + ], + [ + 100.54517, + 32.569681 + ], + [ + 100.516837, + 32.630168 + ], + [ + 100.399809, + 32.756556 + ], + [ + 100.339447, + 32.719313 + ], + [ + 100.258759, + 32.742466 + ], + [ + 100.208252, + 32.606482 + ], + [ + 100.088143, + 32.668959 + ], + [ + 100.139266, + 32.724346 + ], + [ + 100.123252, + 32.837028 + ], + [ + 100.038252, + 32.928979 + ], + [ + 99.956332, + 32.948061 + ], + [ + 99.877492, + 33.045915 + ], + [ + 99.854086, + 32.945048 + ], + [ + 99.788181, + 32.956596 + ], + [ + 99.763543, + 32.778693 + ], + [ + 99.607711, + 32.780705 + ], + [ + 99.558436, + 32.839039 + ], + [ + 99.385973, + 32.900349 + ], + [ + 99.268328, + 32.878744 + ], + [ + 99.235067, + 32.982197 + ], + [ + 99.179633, + 33.044912 + ], + [ + 99.002242, + 33.08252 + ], + [ + 98.858728, + 33.150674 + ], + [ + 98.759562, + 33.277321 + ], + [ + 98.779272, + 33.37181 + ], + [ + 98.734309, + 33.409278 + ], + [ + 98.742316, + 33.477677 + ], + [ + 98.648077, + 33.549014 + ], + [ + 98.61728, + 33.63723 + ], + [ + 98.6567, + 33.647193 + ], + [ + 98.539056, + 33.746752 + ], + [ + 98.462064, + 33.849178 + ], + [ + 98.406629, + 33.867065 + ], + [ + 98.440506, + 33.981255 + ], + [ + 98.401702, + 34.08786 + ], + [ + 98.21076, + 34.078444 + ], + [ + 98.051848, + 34.115604 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.937283, + 34.196804 + ], + [ + 97.834421, + 34.208186 + ], + [ + 97.665654, + 34.126997 + ], + [ + 97.70261, + 34.036805 + ], + [ + 97.660111, + 33.956444 + ], + [ + 97.458698, + 33.886935 + ], + [ + 97.388481, + 33.884452 + ], + [ + 97.435293, + 33.680558 + ], + [ + 97.415583, + 33.605343 + ], + [ + 97.52522, + 33.575937 + ], + [ + 97.552321, + 33.465698 + ], + [ + 97.625618, + 33.461705 + ], + [ + 97.753733, + 33.410277 + ], + [ + 97.676125, + 33.340825 + ], + [ + 97.621306, + 33.334327 + ], + [ + 97.576343, + 33.221779 + ], + [ + 97.487648, + 33.168205 + ], + [ + 97.487648, + 33.10658 + ], + [ + 97.542466, + 33.036385 + ], + [ + 97.523988, + 32.988721 + ], + [ + 97.373699, + 32.956094 + ], + [ + 97.386018, + 32.779196 + ], + [ + 97.42359, + 32.704713 + ], + [ + 97.543698, + 32.621602 + ], + [ + 97.730944, + 32.527315 + ], + [ + 97.670582, + 32.517225 + ], + [ + 97.472249, + 32.54497 + ], + [ + 97.448843, + 32.586823 + ], + [ + 97.334895, + 32.514198 + ], + [ + 97.388481, + 32.501583 + ], + [ + 97.341054, + 32.441009 + ], + [ + 97.387865, + 32.427374 + ], + [ + 97.424822, + 32.323278 + ], + [ + 97.371235, + 32.273208 + ], + [ + 97.299786, + 32.294959 + ], + [ + 97.264062, + 32.183621 + ], + [ + 97.308409, + 32.074682 + ], + [ + 97.130403, + 32.04375 + ], + [ + 97.008447, + 32.067076 + ], + [ + 96.894498, + 32.013822 + ], + [ + 96.722651, + 32.013314 + ], + [ + 96.81073, + 31.894521 + ], + [ + 96.760223, + 31.856922 + ], + [ + 96.840295, + 31.720623 + ], + [ + 96.775006, + 31.673788 + ], + [ + 96.616093, + 31.736908 + ], + [ + 96.576057, + 31.712989 + ], + [ + 96.468268, + 31.769978 + ], + [ + 96.389428, + 31.919917 + ], + [ + 96.253921, + 31.929566 + ], + [ + 96.176313, + 31.777608 + ], + [ + 96.252689, + 31.69619 + ], + [ + 96.204646, + 31.598904 + ], + [ + 96.160298, + 31.600943 + ], + [ + 96.135661, + 31.702299 + ], + [ + 96.041422, + 31.734364 + ], + [ + 95.982908, + 31.816765 + ], + [ + 95.89914, + 31.817273 + ], + [ + 95.825227, + 31.681935 + ], + [ + 95.779648, + 31.74912 + ], + [ + 95.618272, + 31.783712 + ], + [ + 95.546823, + 31.739961 + ], + [ + 95.439649, + 31.831508 + ], + [ + 95.360809, + 31.959013 + ], + [ + 95.454432, + 32.062006 + ], + [ + 95.406389, + 32.182102 + ], + [ + 95.312766, + 32.148673 + ], + [ + 95.26965, + 32.194761 + ], + [ + 95.241317, + 32.32075 + ], + [ + 95.10581, + 32.259042 + ], + [ + 95.096571, + 32.322267 + ], + [ + 95.261643, + 32.348049 + ], + [ + 95.218527, + 32.397067 + ], + [ + 95.081789, + 32.384942 + ], + [ + 94.985086, + 32.421819 + ], + [ + 94.912405, + 32.415758 + ], + [ + 94.889616, + 32.472311 + ], + [ + 94.80708, + 32.486444 + ], + [ + 94.772587, + 32.555057 + ], + [ + 94.614291, + 32.673492 + ], + [ + 94.53853, + 32.599425 + ], + [ + 94.395016, + 32.594385 + ], + [ + 94.371611, + 32.524793 + ], + [ + 94.196684, + 32.516216 + ], + [ + 94.136322, + 32.433939 + ], + [ + 93.958931, + 32.484929 + ], + [ + 93.861613, + 32.466253 + ], + [ + 93.820345, + 32.549509 + ], + [ + 93.654657, + 32.57321 + ], + [ + 93.618933, + 32.522775 + ], + [ + 93.516687, + 32.475844 + ], + [ + 93.4631, + 32.556065 + ], + [ + 93.385492, + 32.525297 + ], + [ + 93.239514, + 32.662411 + ], + [ + 93.069515, + 32.626137 + ], + [ + 93.019624, + 32.737433 + ], + [ + 92.877342, + 32.697161 + ], + [ + 92.686401, + 32.765109 + ], + [ + 92.63651, + 32.720319 + ], + [ + 92.355641, + 32.764606 + ], + [ + 92.255243, + 32.720823 + ], + [ + 92.198577, + 32.755046 + ], + [ + 92.227526, + 32.820939 + ], + [ + 92.145606, + 32.885779 + ], + [ + 91.955897, + 32.820437 + ], + [ + 91.896766, + 32.907884 + ], + [ + 91.785281, + 32.944044 + ], + [ + 91.58079, + 33.039395 + ], + [ + 91.49887, + 33.109086 + ], + [ + 91.436044, + 33.065974 + ], + [ + 91.262349, + 33.141156 + ], + [ + 91.134849, + 33.073495 + ], + [ + 91.001807, + 33.116102 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 640000, + "name": "宁夏回族自治区", + "center": [ + 106.278179, + 38.46637 + ], + "centroid": [ + 106.169867, + 37.291331 + ], + "childrenNum": 5, + "level": "province", + "subFeatureIndex": 29, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.06953, + 35.458034 + ], + [ + 106.071994, + 35.463395 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.078153, + 35.489707 + ], + [ + 106.070762, + 35.491655 + ], + [ + 106.015943, + 35.52234 + ], + [ + 105.868734, + 35.53987 + ], + [ + 105.847176, + 35.490681 + ], + [ + 105.690727, + 35.698431 + ], + [ + 105.754785, + 35.730494 + ], + [ + 105.671017, + 35.749434 + ], + [ + 105.570003, + 35.716407 + ], + [ + 105.481924, + 35.727094 + ], + [ + 105.392613, + 35.865405 + ], + [ + 105.333483, + 35.887707 + ], + [ + 105.343954, + 36.033965 + ], + [ + 105.513337, + 36.150003 + ], + [ + 105.460366, + 36.223887 + ], + [ + 105.473301, + 36.298185 + ], + [ + 105.401236, + 36.370002 + ], + [ + 105.398156, + 36.430683 + ], + [ + 105.319932, + 36.536038 + ], + [ + 105.281744, + 36.522575 + ], + [ + 105.22015, + 36.631167 + ], + [ + 105.218302, + 36.730494 + ], + [ + 105.319932, + 36.742961 + ], + [ + 105.334714, + 36.800953 + ], + [ + 105.244787, + 36.894798 + ], + [ + 105.190585, + 36.886185 + ], + [ + 105.165331, + 36.995218 + ], + [ + 104.95468, + 37.040125 + ], + [ + 104.85613, + 37.211864 + ], + [ + 104.775442, + 37.246641 + ], + [ + 104.638087, + 37.201857 + ], + [ + 104.600515, + 37.242831 + ], + [ + 104.632544, + 37.299015 + ], + [ + 104.713848, + 37.32947 + ], + [ + 104.679971, + 37.407931 + ], + [ + 104.437907, + 37.445943 + ], + [ + 104.287002, + 37.42789 + ], + [ + 104.407726, + 37.464467 + ], + [ + 104.419429, + 37.511943 + ], + [ + 104.801311, + 37.538516 + ], + [ + 104.866601, + 37.566503 + ], + [ + 105.024281, + 37.579781 + ], + [ + 105.111128, + 37.633818 + ], + [ + 105.315004, + 37.702018 + ], + [ + 105.598952, + 37.699178 + ], + [ + 105.622974, + 37.778669 + ], + [ + 105.760944, + 37.799947 + ], + [ + 105.80406, + 37.861854 + ], + [ + 105.799749, + 37.940227 + ], + [ + 105.840401, + 38.003902 + ], + [ + 105.780655, + 38.084949 + ], + [ + 105.775111, + 38.186601 + ], + [ + 105.86627, + 38.296565 + ], + [ + 105.821307, + 38.366967 + ], + [ + 105.874277, + 38.593197 + ], + [ + 105.852719, + 38.641349 + ], + [ + 105.90569, + 38.731488 + ], + [ + 105.897683, + 38.788875 + ], + [ + 106.003625, + 38.874636 + ], + [ + 105.97098, + 38.909097 + ], + [ + 106.060907, + 38.968667 + ], + [ + 106.096631, + 39.08487 + ], + [ + 106.145907, + 39.153108 + ], + [ + 106.283877, + 39.14522 + ], + [ + 106.284493, + 39.270397 + ], + [ + 106.402753, + 39.291701 + ], + [ + 106.506231, + 39.269934 + ], + [ + 106.602318, + 39.375466 + ], + [ + 106.683622, + 39.357426 + ], + [ + 106.751375, + 39.381478 + ], + [ + 106.806809, + 39.318554 + ], + [ + 106.795723, + 39.214327 + ], + [ + 106.859164, + 39.107623 + ], + [ + 106.96757, + 39.054676 + ], + [ + 106.954019, + 38.941215 + ], + [ + 106.709491, + 38.718885 + ], + [ + 106.66268, + 38.601614 + ], + [ + 106.647897, + 38.470569 + ], + [ + 106.601702, + 38.392295 + ], + [ + 106.482825, + 38.319571 + ], + [ + 106.546883, + 38.269794 + ], + [ + 106.768621, + 38.174843 + ], + [ + 107.014997, + 38.120261 + ], + [ + 107.19054, + 38.154144 + ], + [ + 107.329742, + 38.087774 + ], + [ + 107.438147, + 37.992586 + ], + [ + 107.419669, + 37.940699 + ], + [ + 107.49235, + 37.944945 + ], + [ + 107.65003, + 37.864688 + ], + [ + 107.620465, + 37.775832 + ], + [ + 107.499125, + 37.7659 + ], + [ + 107.484959, + 37.706279 + ], + [ + 107.348836, + 37.608226 + ], + [ + 107.342061, + 37.515265 + ], + [ + 107.284162, + 37.482036 + ], + [ + 107.257677, + 37.337082 + ], + [ + 107.336517, + 37.165628 + ], + [ + 107.268764, + 37.099324 + ], + [ + 107.180685, + 37.143692 + ], + [ + 107.095685, + 37.115548 + ], + [ + 107.030395, + 37.140831 + ], + [ + 106.891193, + 37.098369 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.777244, + 37.156569 + ], + [ + 106.750143, + 37.098847 + ], + [ + 106.605397, + 37.127475 + ], + [ + 106.666991, + 37.01672 + ], + [ + 106.595542, + 36.940243 + ], + [ + 106.658368, + 36.811972 + ], + [ + 106.631883, + 36.723301 + ], + [ + 106.589383, + 36.750153 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.519782, + 36.708912 + ], + [ + 106.471738, + 36.581214 + ], + [ + 106.401521, + 36.546133 + ], + [ + 106.521014, + 36.479289 + ], + [ + 106.488369, + 36.400348 + ], + [ + 106.505615, + 36.265869 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.599238, + 36.274552 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.858548, + 36.206992 + ], + [ + 106.957715, + 36.091522 + ], + [ + 106.950939, + 36.004444 + ], + [ + 106.849925, + 35.887707 + ], + [ + 106.92199, + 35.803316 + ], + [ + 106.86594, + 35.737779 + ], + [ + 106.737208, + 35.689198 + ], + [ + 106.504383, + 35.738265 + ], + [ + 106.501304, + 35.737779 + ], + [ + 106.434782, + 35.688712 + ], + [ + 106.476666, + 35.580756 + ], + [ + 106.440941, + 35.526723 + ], + [ + 106.503767, + 35.415135 + ], + [ + 106.472354, + 35.310716 + ], + [ + 106.319601, + 35.265296 + ], + [ + 106.174856, + 35.438538 + ], + [ + 106.107102, + 35.364894 + ], + [ + 106.079385, + 35.427325 + ], + [ + 106.071378, + 35.449261 + ], + [ + 106.073226, + 35.450236 + ], + [ + 106.073842, + 35.45511 + ], + [ + 106.06953, + 35.458034 + ] + ] + ], + [ + [ + [ + 106.057827, + 35.488245 + ], + [ + 106.054132, + 35.449261 + ], + [ + 105.894603, + 35.413672 + ], + [ + 105.897683, + 35.451698 + ], + [ + 106.057827, + 35.488245 + ] + ] + ], + [ + [ + [ + 106.071378, + 35.449261 + ], + [ + 106.06953, + 35.458034 + ], + [ + 106.073842, + 35.45511 + ], + [ + 106.073226, + 35.450236 + ], + [ + 106.071378, + 35.449261 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 650000, + "name": "新疆维吾尔自治区", + "center": [ + 87.617733, + 43.792818 + ], + "centroid": [ + 85.294712, + 41.371801 + ], + "childrenNum": 23, + "level": "province", + "subFeatureIndex": 30, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 79.039649, + 34.33427 + ], + [ + 78.958961, + 34.386132 + ], + [ + 78.878273, + 34.391563 + ], + [ + 78.742766, + 34.454737 + ], + [ + 78.708274, + 34.522301 + ], + [ + 78.634977, + 34.538074 + ], + [ + 78.58139, + 34.505539 + ], + [ + 78.542586, + 34.574539 + ], + [ + 78.436029, + 34.543496 + ], + [ + 78.427405, + 34.594243 + ], + [ + 78.280812, + 34.623298 + ], + [ + 78.267261, + 34.705482 + ], + [ + 78.213059, + 34.717778 + ], + [ + 78.237696, + 34.882369 + ], + [ + 78.182262, + 34.936832 + ], + [ + 78.201972, + 34.974592 + ], + [ + 78.123131, + 35.036833 + ], + [ + 78.124979, + 35.108327 + ], + [ + 78.062769, + 35.11469 + ], + [ + 78.01719, + 35.22816 + ], + [ + 78.013494, + 35.36587 + ], + [ + 78.136066, + 35.49263 + ], + [ + 78.009799, + 35.491655 + ], + [ + 77.914944, + 35.464857 + ], + [ + 77.816394, + 35.518445 + ], + [ + 77.690742, + 35.448287 + ], + [ + 77.518895, + 35.481912 + ], + [ + 77.396939, + 35.467781 + ], + [ + 77.307628, + 35.540356 + ], + [ + 77.195527, + 35.519419 + ], + [ + 77.072339, + 35.590974 + ], + [ + 76.967013, + 35.591947 + ], + [ + 76.83705, + 35.66198 + ], + [ + 76.76129, + 35.65566 + ], + [ + 76.69292, + 35.747492 + ], + [ + 76.593754, + 35.772253 + ], + [ + 76.566037, + 35.819328 + ], + [ + 76.59745, + 35.895947 + ], + [ + 76.54879, + 35.919209 + ], + [ + 76.365857, + 35.82418 + ], + [ + 76.298719, + 35.841643 + ], + [ + 76.147198, + 35.833397 + ], + [ + 76.16506, + 35.909033 + ], + [ + 76.104082, + 36.018964 + ], + [ + 75.961184, + 36.051381 + ], + [ + 75.942706, + 36.137923 + ], + [ + 76.016619, + 36.165461 + ], + [ + 76.011691, + 36.229197 + ], + [ + 76.060967, + 36.225335 + ], + [ + 75.989518, + 36.340127 + ], + [ + 76.035097, + 36.409017 + ], + [ + 75.945786, + 36.588421 + ], + [ + 75.871873, + 36.66621 + ], + [ + 75.724048, + 36.750632 + ], + [ + 75.537418, + 36.773161 + ], + [ + 75.536802, + 36.730015 + ], + [ + 75.458578, + 36.720903 + ], + [ + 75.425933, + 36.778912 + ], + [ + 75.413614, + 36.954588 + ], + [ + 75.244847, + 36.963194 + ], + [ + 75.130898, + 37.010987 + ], + [ + 75.032348, + 37.01672 + ], + [ + 74.893762, + 36.939764 + ], + [ + 74.84695, + 37.056839 + ], + [ + 74.739161, + 37.028185 + ], + [ + 74.70898, + 37.084529 + ], + [ + 74.56793, + 37.032961 + ], + [ + 74.498944, + 37.072595 + ], + [ + 74.465068, + 37.147031 + ], + [ + 74.511263, + 37.239973 + ], + [ + 74.665864, + 37.235686 + ], + [ + 74.727458, + 37.282831 + ], + [ + 74.816153, + 37.216629 + ], + [ + 74.911008, + 37.23378 + ], + [ + 74.927022, + 37.277594 + ], + [ + 75.125971, + 37.322334 + ], + [ + 75.153072, + 37.414109 + ], + [ + 75.069304, + 37.513367 + ], + [ + 75.035428, + 37.501026 + ], + [ + 74.940573, + 37.558914 + ], + [ + 74.891914, + 37.668399 + ], + [ + 75.006478, + 37.771102 + ], + [ + 74.917167, + 37.844847 + ], + [ + 74.911008, + 37.967118 + ], + [ + 74.821697, + 38.102842 + ], + [ + 74.789668, + 38.324734 + ], + [ + 74.868508, + 38.404018 + ], + [ + 74.862965, + 38.484152 + ], + [ + 74.792747, + 38.536121 + ], + [ + 74.717603, + 38.542205 + ], + [ + 74.639995, + 38.599744 + ], + [ + 74.506336, + 38.63761 + ], + [ + 74.229779, + 38.656302 + ], + [ + 74.147859, + 38.676858 + ], + [ + 74.068403, + 38.585714 + ], + [ + 74.090577, + 38.542205 + ], + [ + 73.926121, + 38.536121 + ], + [ + 73.89902, + 38.579166 + ], + [ + 73.799237, + 38.610966 + ], + [ + 73.757353, + 38.719818 + ], + [ + 73.769056, + 38.775815 + ], + [ + 73.699455, + 38.857865 + ], + [ + 73.767824, + 38.941215 + ], + [ + 73.826339, + 38.917012 + ], + [ + 73.820179, + 39.041665 + ], + [ + 73.743187, + 39.029581 + ], + [ + 73.719781, + 39.108088 + ], + [ + 73.639709, + 39.220353 + ], + [ + 73.542391, + 39.269471 + ], + [ + 73.554094, + 39.350023 + ], + [ + 73.502355, + 39.383791 + ], + [ + 73.592898, + 39.412457 + ], + [ + 73.61076, + 39.466059 + ], + [ + 73.745651, + 39.461902 + ], + [ + 73.868223, + 39.482686 + ], + [ + 73.953838, + 39.600345 + ], + [ + 73.905795, + 39.742193 + ], + [ + 73.841737, + 39.756453 + ], + [ + 73.845433, + 39.831389 + ], + [ + 73.907027, + 39.873647 + ], + [ + 73.910722, + 39.934693 + ], + [ + 73.980324, + 40.004851 + ], + [ + 73.943367, + 40.015849 + ], + [ + 74.023439, + 40.085008 + ], + [ + 74.26304, + 40.125281 + ], + [ + 74.356662, + 40.089128 + ], + [ + 74.442894, + 40.137175 + ], + [ + 74.577169, + 40.260567 + ], + [ + 74.673255, + 40.278828 + ], + [ + 74.697893, + 40.344527 + ], + [ + 74.908544, + 40.339055 + ], + [ + 74.795211, + 40.443412 + ], + [ + 74.819233, + 40.505767 + ], + [ + 74.891914, + 40.507587 + ], + [ + 74.973218, + 40.460258 + ], + [ + 75.102565, + 40.439769 + ], + [ + 75.13521, + 40.463445 + ], + [ + 75.242383, + 40.448876 + ], + [ + 75.355716, + 40.538059 + ], + [ + 75.432093, + 40.563518 + ], + [ + 75.550353, + 40.648917 + ], + [ + 75.636584, + 40.624399 + ], + [ + 75.646439, + 40.516684 + ], + [ + 75.733287, + 40.474369 + ], + [ + 75.669845, + 40.363678 + ], + [ + 75.709265, + 40.28111 + ], + [ + 75.831221, + 40.327196 + ], + [ + 75.921764, + 40.291151 + ], + [ + 75.986438, + 40.381911 + ], + [ + 76.176147, + 40.381455 + ], + [ + 76.279625, + 40.439314 + ], + [ + 76.333212, + 40.343615 + ], + [ + 76.442233, + 40.391482 + ], + [ + 76.539551, + 40.4639 + ], + [ + 76.556798, + 40.542606 + ], + [ + 76.657196, + 40.620312 + ], + [ + 76.676906, + 40.696113 + ], + [ + 76.646725, + 40.760045 + ], + [ + 76.731724, + 40.818935 + ], + [ + 76.761905, + 40.954185 + ], + [ + 76.85368, + 40.976323 + ], + [ + 76.885709, + 41.027348 + ], + [ + 77.002122, + 41.073373 + ], + [ + 77.091433, + 41.062546 + ], + [ + 77.169041, + 41.009291 + ], + [ + 77.296541, + 41.004776 + ], + [ + 77.363062, + 41.040888 + ], + [ + 77.476395, + 40.999357 + ], + [ + 77.591576, + 40.992132 + ], + [ + 77.829328, + 41.059388 + ], + [ + 77.814546, + 41.134238 + ], + [ + 77.905089, + 41.185141 + ], + [ + 77.972842, + 41.172982 + ], + [ + 78.129291, + 41.228354 + ], + [ + 78.162551, + 41.382521 + ], + [ + 78.324544, + 41.384316 + ], + [ + 78.458818, + 41.41349 + ], + [ + 78.580774, + 41.481659 + ], + [ + 78.650375, + 41.467314 + ], + [ + 78.739071, + 41.555578 + ], + [ + 78.825302, + 41.560503 + ], + [ + 78.959577, + 41.652663 + ], + [ + 79.021787, + 41.657134 + ], + [ + 79.138199, + 41.722814 + ], + [ + 79.21704, + 41.725493 + ], + [ + 79.326061, + 41.809391 + ], + [ + 79.361169, + 41.796457 + ], + [ + 79.462799, + 41.848625 + ], + [ + 79.550879, + 41.833915 + ], + [ + 79.640806, + 41.884717 + ], + [ + 79.776313, + 41.892734 + ], + [ + 79.852689, + 42.015544 + ], + [ + 79.918594, + 42.041322 + ], + [ + 80.14218, + 42.034656 + ], + [ + 80.193303, + 42.081301 + ], + [ + 80.139717, + 42.151427 + ], + [ + 80.168666, + 42.200202 + ], + [ + 80.28631, + 42.232993 + ], + [ + 80.283847, + 42.320649 + ], + [ + 80.229028, + 42.358241 + ], + [ + 80.206238, + 42.428943 + ], + [ + 80.265368, + 42.502211 + ], + [ + 80.164354, + 42.627363 + ], + [ + 80.228412, + 42.692923 + ], + [ + 80.261673, + 42.825592 + ], + [ + 80.417505, + 42.838755 + ], + [ + 80.500041, + 42.879544 + ], + [ + 80.602903, + 42.89445 + ], + [ + 80.487106, + 42.94878 + ], + [ + 80.378701, + 43.031497 + ], + [ + 80.593048, + 43.133319 + ], + [ + 80.79446, + 43.137248 + ], + [ + 80.777214, + 43.30816 + ], + [ + 80.69283, + 43.32035 + ], + [ + 80.761199, + 43.446456 + ], + [ + 80.75504, + 43.49422 + ], + [ + 80.522215, + 43.816724 + ], + [ + 80.511128, + 43.906887 + ], + [ + 80.453846, + 43.989596 + ], + [ + 80.449534, + 44.077778 + ], + [ + 80.3941, + 44.127189 + ], + [ + 80.413194, + 44.264461 + ], + [ + 80.350368, + 44.484713 + ], + [ + 80.411962, + 44.605392 + ], + [ + 80.313412, + 44.704987 + ], + [ + 80.200695, + 44.75642 + ], + [ + 80.169898, + 44.844727 + ], + [ + 79.999283, + 44.793797 + ], + [ + 79.969102, + 44.877383 + ], + [ + 79.887798, + 44.909173 + ], + [ + 80.144644, + 45.058985 + ], + [ + 80.24381, + 45.031507 + ], + [ + 80.328194, + 45.069973 + ], + [ + 80.404571, + 45.049264 + ], + [ + 80.493882, + 45.126991 + ], + [ + 80.599207, + 45.10588 + ], + [ + 80.731634, + 45.156111 + ], + [ + 80.897938, + 45.127413 + ], + [ + 80.93551, + 45.16033 + ], + [ + 81.024821, + 45.162862 + ], + [ + 81.111669, + 45.218522 + ], + [ + 81.170183, + 45.210935 + ], + [ + 81.44982, + 45.265707 + ], + [ + 81.575471, + 45.307803 + ], + [ + 81.634601, + 45.357856 + ], + [ + 81.78797, + 45.383497 + ], + [ + 81.921013, + 45.233272 + ], + [ + 82.052824, + 45.25602 + ], + [ + 82.109491, + 45.211357 + ], + [ + 82.294272, + 45.247596 + ], + [ + 82.487061, + 45.181 + ], + [ + 82.58746, + 45.224001 + ], + [ + 82.60101, + 45.346083 + ], + [ + 82.546808, + 45.425925 + ], + [ + 82.281954, + 45.538772 + ], + [ + 82.266555, + 45.620015 + ], + [ + 82.289961, + 45.7166 + ], + [ + 82.340468, + 45.772552 + ], + [ + 82.342932, + 45.935076 + ], + [ + 82.461808, + 45.979999 + ], + [ + 82.518474, + 46.153938 + ], + [ + 82.726662, + 46.494818 + ], + [ + 82.829524, + 46.772551 + ], + [ + 82.876335, + 46.82375 + ], + [ + 82.937929, + 47.014193 + ], + [ + 82.993364, + 47.06557 + ], + [ + 83.02724, + 47.215341 + ], + [ + 83.15474, + 47.236063 + ], + [ + 83.257602, + 47.173057 + ], + [ + 83.370318, + 47.178751 + ], + [ + 83.418978, + 47.118934 + ], + [ + 83.463325, + 47.131961 + ], + [ + 83.576042, + 47.059049 + ], + [ + 83.766367, + 47.026838 + ], + [ + 83.932671, + 46.970117 + ], + [ + 84.002888, + 46.990527 + ], + [ + 84.086656, + 46.965217 + ], + [ + 84.195061, + 47.003586 + ], + [ + 84.37122, + 46.993384 + ], + [ + 84.425422, + 47.00889 + ], + [ + 84.506726, + 46.972975 + ], + [ + 84.748175, + 47.009706 + ], + [ + 84.849189, + 46.95705 + ], + [ + 84.934188, + 46.863857 + ], + [ + 84.987159, + 46.918239 + ], + [ + 85.082014, + 46.939895 + ], + [ + 85.276651, + 47.068831 + ], + [ + 85.325926, + 47.044781 + ], + [ + 85.545816, + 47.057826 + ], + [ + 85.582772, + 47.14295 + ], + [ + 85.682555, + 47.222655 + ], + [ + 85.675163, + 47.318063 + ], + [ + 85.701649, + 47.384138 + ], + [ + 85.614801, + 47.497853 + ], + [ + 85.617881, + 47.550781 + ], + [ + 85.547048, + 48.00833 + ], + [ + 85.529186, + 48.02714 + ], + [ + 85.587084, + 48.191738 + ], + [ + 85.678243, + 48.266272 + ], + [ + 85.695489, + 48.335129 + ], + [ + 85.791576, + 48.418986 + ], + [ + 85.916612, + 48.438043 + ], + [ + 86.225813, + 48.432485 + ], + [ + 86.305269, + 48.491999 + ], + [ + 86.416138, + 48.481688 + ], + [ + 86.579978, + 48.538768 + ], + [ + 86.640956, + 48.629012 + ], + [ + 86.780774, + 48.73133 + ], + [ + 86.754289, + 48.78458 + ], + [ + 86.822042, + 48.849193 + ], + [ + 86.757985, + 48.894844 + ], + [ + 86.732731, + 48.995444 + ], + [ + 86.836209, + 49.051159 + ], + [ + 86.88918, + 49.132656 + ], + [ + 87.088128, + 49.13383 + ], + [ + 87.112766, + 49.155748 + ], + [ + 87.239033, + 49.114644 + ], + [ + 87.388707, + 49.098193 + ], + [ + 87.43675, + 49.075073 + ], + [ + 87.511894, + 49.101718 + ], + [ + 87.49896, + 49.141268 + ], + [ + 87.821096, + 49.173745 + ], + [ + 87.867291, + 49.108769 + ], + [ + 87.833415, + 49.050374 + ], + [ + 87.911639, + 48.980132 + ], + [ + 87.87653, + 48.949099 + ], + [ + 87.763198, + 48.926697 + ], + [ + 87.742256, + 48.881074 + ], + [ + 87.93874, + 48.757765 + ], + [ + 88.029283, + 48.75027 + ], + [ + 88.089645, + 48.695009 + ], + [ + 88.027436, + 48.62743 + ], + [ + 87.96153, + 48.599344 + ], + [ + 88.041602, + 48.548275 + ], + [ + 88.10874, + 48.545898 + ], + [ + 88.196819, + 48.493982 + ], + [ + 88.363123, + 48.460267 + ], + [ + 88.443811, + 48.391579 + ], + [ + 88.503557, + 48.413029 + ], + [ + 88.605803, + 48.337914 + ], + [ + 88.575006, + 48.277423 + ], + [ + 88.663085, + 48.172189 + ], + [ + 88.79736, + 48.133869 + ], + [ + 88.824461, + 48.106708 + ], + [ + 88.939026, + 48.115497 + ], + [ + 89.078228, + 47.98711 + ], + [ + 89.231597, + 47.980301 + ], + [ + 89.38127, + 48.046344 + ], + [ + 89.569132, + 48.037943 + ], + [ + 89.651052, + 47.913774 + ], + [ + 89.735435, + 47.897329 + ], + [ + 89.761921, + 47.835916 + ], + [ + 89.957789, + 47.842743 + ], + [ + 89.960253, + 47.885694 + ], + [ + 90.086521, + 47.865628 + ], + [ + 90.07605, + 47.777646 + ], + [ + 90.13518, + 47.723337 + ], + [ + 90.331665, + 47.68146 + ], + [ + 90.398186, + 47.547551 + ], + [ + 90.468403, + 47.497853 + ], + [ + 90.468403, + 47.404795 + ], + [ + 90.526301, + 47.378871 + ], + [ + 90.488113, + 47.317252 + ], + [ + 90.56141, + 47.207212 + ], + [ + 90.767134, + 46.992568 + ], + [ + 90.901408, + 46.960725 + ], + [ + 90.958075, + 46.8794 + ], + [ + 90.942676, + 46.825797 + ], + [ + 91.054161, + 46.71761 + ], + [ + 91.017821, + 46.582483 + ], + [ + 91.079415, + 46.558626 + ], + [ + 90.983328, + 46.374823 + ], + [ + 90.900177, + 46.31204 + ], + [ + 91.021517, + 46.121185 + ], + [ + 91.028292, + 46.023224 + ], + [ + 90.850285, + 45.888035 + ], + [ + 90.714779, + 45.728714 + ], + [ + 90.676591, + 45.582339 + ], + [ + 90.671047, + 45.48762 + ], + [ + 90.772677, + 45.432223 + ], + [ + 90.804706, + 45.294756 + ], + [ + 90.877387, + 45.280865 + ], + [ + 90.881698, + 45.191964 + ], + [ + 91.007966, + 45.218522 + ], + [ + 91.129922, + 45.215993 + ], + [ + 91.242023, + 45.137544 + ], + [ + 91.37753, + 45.110947 + ], + [ + 91.448978, + 45.156533 + ], + [ + 91.561695, + 45.075466 + ], + [ + 91.694738, + 45.065325 + ], + [ + 91.803144, + 45.082649 + ], + [ + 92.100026, + 45.081381 + ], + [ + 92.240461, + 45.015859 + ], + [ + 92.315605, + 45.02897 + ], + [ + 92.501003, + 45.001054 + ], + [ + 92.779407, + 45.050532 + ], + [ + 92.884117, + 45.046727 + ], + [ + 92.932776, + 45.017551 + ], + [ + 93.174225, + 45.015436 + ], + [ + 93.434767, + 44.955343 + ], + [ + 93.509296, + 44.968044 + ], + [ + 93.716251, + 44.89434 + ], + [ + 93.723642, + 44.86551 + ], + [ + 94.215162, + 44.667978 + ], + [ + 94.329727, + 44.582811 + ], + [ + 94.359292, + 44.51544 + ], + [ + 94.470777, + 44.509466 + ], + [ + 94.606283, + 44.448418 + ], + [ + 94.722696, + 44.340681 + ], + [ + 94.945666, + 44.292734 + ], + [ + 94.998637, + 44.25332 + ], + [ + 95.398381, + 44.294447 + ], + [ + 95.326932, + 44.028756 + ], + [ + 95.527113, + 44.007243 + ], + [ + 95.623199, + 43.855567 + ], + [ + 95.735916, + 43.597437 + ], + [ + 95.857872, + 43.417779 + ], + [ + 95.880046, + 43.280289 + ], + [ + 95.921314, + 43.22974 + ], + [ + 96.363558, + 42.900586 + ], + [ + 96.386348, + 42.727655 + ], + [ + 96.103632, + 42.604026 + ], + [ + 96.02356, + 42.54234 + ], + [ + 95.978596, + 42.436892 + ], + [ + 96.06606, + 42.414367 + ], + [ + 96.040806, + 42.3264 + ], + [ + 96.178161, + 42.217929 + ], + [ + 96.077147, + 42.149652 + ], + [ + 96.13874, + 42.054207 + ], + [ + 96.117183, + 41.985753 + ], + [ + 96.038342, + 41.924794 + ], + [ + 95.855408, + 41.849516 + ], + [ + 95.677402, + 41.830795 + ], + [ + 95.57146, + 41.796011 + ], + [ + 95.39407, + 41.693333 + ], + [ + 95.29552, + 41.569456 + ], + [ + 95.135991, + 41.772811 + ], + [ + 94.861898, + 41.668309 + ], + [ + 94.750413, + 41.538114 + ], + [ + 94.534219, + 41.50586 + ], + [ + 94.184365, + 41.268392 + ], + [ + 94.01067, + 41.114857 + ], + [ + 93.809874, + 40.879583 + ], + [ + 93.820961, + 40.793574 + ], + [ + 93.760599, + 40.664804 + ], + [ + 93.506216, + 40.648464 + ], + [ + 92.928465, + 40.572609 + ], + [ + 92.906907, + 40.310773 + ], + [ + 92.796654, + 40.15364 + ], + [ + 92.745531, + 39.868137 + ], + [ + 92.639589, + 39.514543 + ], + [ + 92.52564, + 39.368528 + ], + [ + 92.339011, + 39.236575 + ], + [ + 92.366728, + 39.059322 + ], + [ + 92.41046, + 39.038412 + ], + [ + 92.38459, + 39.000758 + ], + [ + 92.263866, + 39.002153 + ], + [ + 92.173323, + 38.960758 + ], + [ + 91.966368, + 38.930976 + ], + [ + 91.87952, + 38.884417 + ], + [ + 91.446515, + 38.813588 + ], + [ + 91.307928, + 38.751089 + ], + [ + 90.831191, + 38.667982 + ], + [ + 90.619308, + 38.664245 + ], + [ + 90.610685, + 38.596003 + ], + [ + 90.463476, + 38.556711 + ], + [ + 90.424671, + 38.492114 + ], + [ + 90.315034, + 38.501948 + ], + [ + 90.111774, + 38.477595 + ], + [ + 90.137644, + 38.340692 + ], + [ + 90.280542, + 38.238315 + ], + [ + 90.352607, + 38.233615 + ], + [ + 90.361846, + 38.300322 + ], + [ + 90.530613, + 38.32004 + ], + [ + 90.516446, + 38.207291 + ], + [ + 90.519526, + 37.73089 + ], + [ + 90.776373, + 37.6504 + ], + [ + 90.882314, + 37.575513 + ], + [ + 90.863836, + 37.534246 + ], + [ + 90.958075, + 37.477763 + ], + [ + 91.057241, + 37.483936 + ], + [ + 91.099741, + 37.447843 + ], + [ + 91.134849, + 37.32614 + ], + [ + 91.192132, + 37.27807 + ], + [ + 91.1909, + 37.205669 + ], + [ + 91.280211, + 37.163721 + ], + [ + 91.303617, + 37.01242 + ], + [ + 91.181045, + 37.025318 + ], + [ + 90.983944, + 36.913458 + ], + [ + 90.853981, + 36.915371 + ], + [ + 90.735105, + 36.827778 + ], + [ + 90.720938, + 36.708912 + ], + [ + 90.7388, + 36.58746 + ], + [ + 91.035683, + 36.529788 + ], + [ + 91.05293, + 36.432608 + ], + [ + 91.026444, + 36.323738 + ], + [ + 91.07264, + 36.299149 + ], + [ + 91.124994, + 36.115693 + ], + [ + 91.09235, + 36.088621 + ], + [ + 90.979017, + 36.106992 + ], + [ + 90.922966, + 36.029126 + ], + [ + 90.841046, + 36.01848 + ], + [ + 90.776373, + 36.086203 + ], + [ + 90.66304, + 36.134058 + ], + [ + 90.526917, + 36.148553 + ], + [ + 90.430215, + 36.133091 + ], + [ + 90.234962, + 36.161597 + ], + [ + 90.128405, + 36.208923 + ], + [ + 90.145651, + 36.238849 + ], + [ + 90.028006, + 36.25815 + ], + [ + 89.999057, + 36.169809 + ], + [ + 89.937463, + 36.130675 + ], + [ + 89.941159, + 36.067343 + ], + [ + 89.711414, + 36.092972 + ], + [ + 89.490291, + 36.150969 + ], + [ + 89.375727, + 36.228231 + ], + [ + 89.287647, + 36.235954 + ], + [ + 89.232213, + 36.295774 + ], + [ + 89.127503, + 36.249465 + ], + [ + 89.10225, + 36.281305 + ], + [ + 88.964279, + 36.318917 + ], + [ + 88.926091, + 36.364221 + ], + [ + 88.802903, + 36.337717 + ], + [ + 88.783809, + 36.291916 + ], + [ + 88.623665, + 36.389271 + ], + [ + 88.573158, + 36.461005 + ], + [ + 88.470912, + 36.482175 + ], + [ + 88.365586, + 36.457636 + ], + [ + 88.241782, + 36.468704 + ], + [ + 88.134609, + 36.427313 + ], + [ + 87.983088, + 36.437903 + ], + [ + 87.949211, + 36.401312 + ], + [ + 87.731785, + 36.384936 + ], + [ + 87.570409, + 36.342536 + ], + [ + 87.470626, + 36.354102 + ], + [ + 87.460155, + 36.409498 + ], + [ + 87.361605, + 36.419128 + ], + [ + 87.306787, + 36.363739 + ], + [ + 87.193454, + 36.349283 + ], + [ + 87.149106, + 36.29722 + ], + [ + 86.996353, + 36.308793 + ], + [ + 86.887332, + 36.262492 + ], + [ + 86.862078, + 36.300114 + ], + [ + 86.746282, + 36.291916 + ], + [ + 86.701318, + 36.245122 + ], + [ + 86.515305, + 36.205543 + ], + [ + 86.392733, + 36.206992 + ], + [ + 86.187625, + 36.131158 + ], + [ + 86.199944, + 36.032513 + ], + [ + 86.132806, + 35.979271 + ], + [ + 86.060125, + 35.846008 + ], + [ + 85.949256, + 35.779049 + ], + [ + 85.811286, + 35.779049 + ], + [ + 85.65299, + 35.731465 + ], + [ + 85.613569, + 35.652257 + ], + [ + 85.372121, + 35.701346 + ], + [ + 85.271107, + 35.788757 + ], + [ + 85.159006, + 35.745549 + ], + [ + 85.053065, + 35.751862 + ], + [ + 84.729081, + 35.613353 + ], + [ + 84.448828, + 35.55058 + ], + [ + 84.45314, + 35.473141 + ], + [ + 84.335495, + 35.414647 + ], + [ + 84.1618, + 35.359039 + ], + [ + 84.095895, + 35.362943 + ], + [ + 84.005968, + 35.422449 + ], + [ + 83.885244, + 35.367334 + ], + [ + 83.677672, + 35.360991 + ], + [ + 83.622238, + 35.335614 + ], + [ + 83.451006, + 35.38197 + ], + [ + 83.242203, + 35.420011 + ], + [ + 83.127022, + 35.398554 + ], + [ + 83.067892, + 35.462908 + ], + [ + 82.998907, + 35.484348 + ], + [ + 82.960719, + 35.671702 + ], + [ + 82.788872, + 35.684824 + ], + [ + 82.731589, + 35.63767 + ], + [ + 82.628727, + 35.692114 + ], + [ + 82.424852, + 35.713006 + ], + [ + 82.336156, + 35.651284 + ], + [ + 82.328149, + 35.559342 + ], + [ + 82.033114, + 35.450236 + ], + [ + 82.05344, + 35.350255 + ], + [ + 81.927789, + 35.271158 + ], + [ + 81.736847, + 35.262365 + ], + [ + 81.675253, + 35.233536 + ], + [ + 81.513261, + 35.235002 + ], + [ + 81.494167, + 35.292161 + ], + [ + 81.362356, + 35.354647 + ], + [ + 81.219458, + 35.319016 + ], + [ + 81.09935, + 35.407333 + ], + [ + 81.031597, + 35.380506 + ], + [ + 81.026053, + 35.312181 + ], + [ + 80.844351, + 35.345375 + ], + [ + 80.689135, + 35.33903 + ], + [ + 80.65649, + 35.394165 + ], + [ + 80.516672, + 35.392214 + ], + [ + 80.412578, + 35.433663 + ], + [ + 80.321419, + 35.386848 + ], + [ + 80.268448, + 35.294114 + ], + [ + 80.362687, + 35.209096 + ], + [ + 80.257977, + 35.20323 + ], + [ + 80.23026, + 35.147476 + ], + [ + 80.118159, + 35.066222 + ], + [ + 80.031311, + 35.034384 + ], + [ + 80.034391, + 34.902 + ], + [ + 79.947544, + 34.820993 + ], + [ + 79.906892, + 34.683837 + ], + [ + 79.801566, + 34.478909 + ], + [ + 79.675914, + 34.451284 + ], + [ + 79.504683, + 34.454737 + ], + [ + 79.229358, + 34.413778 + ], + [ + 79.161605, + 34.441416 + ], + [ + 79.0107, + 34.399956 + ], + [ + 79.039649, + 34.33427 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 710000, + "name": "台湾省", + "center": [ + 121.509062, + 25.044332 + ], + "centroid": [ + 120.971486, + 23.749452 + ], + "childrenNum": 0, + "level": "province", + "subFeatureIndex": 31, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.443706, + 22.441042 + ], + [ + 120.297112, + 22.531154 + ], + [ + 120.20041, + 22.721137 + ], + [ + 120.131425, + 23.002313 + ], + [ + 120.018708, + 23.073342 + ], + [ + 120.108019, + 23.34115 + ], + [ + 120.12157, + 23.504758 + ], + [ + 120.095084, + 23.587583 + ], + [ + 120.102476, + 23.70104 + ], + [ + 120.175156, + 23.807282 + ], + [ + 120.245989, + 23.84067 + ], + [ + 120.278018, + 23.927657 + ], + [ + 120.68885, + 24.600764 + ], + [ + 120.82374, + 24.68832 + ], + [ + 120.89211, + 24.767665 + ], + [ + 120.914899, + 24.864876 + ], + [ + 121.024537, + 25.040639 + ], + [ + 121.209318, + 25.127342 + ], + [ + 121.371926, + 25.15984 + ], + [ + 121.444607, + 25.27081 + ], + [ + 121.53515, + 25.307597 + ], + [ + 121.62323, + 25.294614 + ], + [ + 121.745186, + 25.162007 + ], + [ + 121.917033, + 25.137634 + ], + [ + 121.947214, + 25.031965 + ], + [ + 122.012503, + 25.001602 + ], + [ + 121.844968, + 24.836101 + ], + [ + 121.841272, + 24.733977 + ], + [ + 121.892395, + 24.618171 + ], + [ + 121.88562, + 24.529477 + ], + [ + 121.809243, + 24.338818 + ], + [ + 121.643556, + 24.097633 + ], + [ + 121.65957, + 24.006934 + ], + [ + 121.621382, + 23.920547 + ], + [ + 121.522832, + 23.538772 + ], + [ + 121.479716, + 23.32247 + ], + [ + 121.415042, + 23.196039 + ], + [ + 121.430441, + 23.137181 + ], + [ + 121.370695, + 23.084351 + ], + [ + 121.324499, + 22.945574 + ], + [ + 121.170514, + 22.723345 + ], + [ + 121.03316, + 22.650477 + ], + [ + 120.914899, + 22.302718 + ], + [ + 120.907508, + 22.033426 + ], + [ + 120.86624, + 21.98461 + ], + [ + 120.873016, + 21.897477 + ], + [ + 120.701784, + 21.926898 + ], + [ + 120.651277, + 22.033426 + ], + [ + 120.640806, + 22.241259 + ], + [ + 120.569973, + 22.361938 + ], + [ + 120.443706, + 22.441042 + ] + ] + ], + [ + [ + [ + 119.646064, + 23.55084 + ], + [ + 119.609108, + 23.503661 + ], + [ + 119.566608, + 23.584842 + ], + [ + 119.678093, + 23.600195 + ], + [ + 119.646064, + 23.55084 + ] + ] + ], + [ + [ + [ + 123.491374, + 25.747089 + ], + [ + 123.496917, + 25.739005 + ], + [ + 123.495069, + 25.737927 + ], + [ + 123.494453, + 25.737927 + ], + [ + 123.492606, + 25.737388 + ], + [ + 123.480903, + 25.737927 + ], + [ + 123.480287, + 25.737388 + ], + [ + 123.46612, + 25.732537 + ], + [ + 123.465504, + 25.732537 + ], + [ + 123.491374, + 25.747089 + ] + ] + ], + [ + [ + [ + 123.549272, + 25.724991 + ], + [ + 123.549272, + 25.724991 + ], + [ + 123.546192, + 25.729303 + ], + [ + 123.546192, + 25.728764 + ], + [ + 123.549272, + 25.724991 + ] + ] + ], + [ + [ + [ + 123.690322, + 25.923187 + ], + [ + 123.691554, + 25.921572 + ], + [ + 123.690938, + 25.917267 + ], + [ + 123.690938, + 25.916729 + ], + [ + 123.690322, + 25.923187 + ] + ] + ], + [ + [ + [ + 123.559743, + 25.718523 + ], + [ + 123.559743, + 25.717984 + ], + [ + 123.548656, + 25.720679 + ], + [ + 123.549272, + 25.720679 + ], + [ + 123.559743, + 25.718523 + ] + ] + ], + [ + [ + [ + 121.510513, + 22.087215 + ], + [ + 121.573339, + 22.086106 + ], + [ + 121.594281, + 21.995152 + ], + [ + 121.510513, + 22.087215 + ] + ] + ], + [ + [ + [ + 123.559743, + 25.718523 + ], + [ + 123.560359, + 25.718523 + ], + [ + 123.560359, + 25.717984 + ], + [ + 123.559743, + 25.717984 + ], + [ + 123.559743, + 25.718523 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 810000, + "name": "香港特别行政区", + "center": [ + 114.173355, + 22.320048 + ], + "centroid": [ + 114.134394, + 22.377371 + ], + "childrenNum": 18, + "level": "province", + "subFeatureIndex": 32, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.031778, + 22.504071 + ], + [ + 114.044096, + 22.502413 + ], + [ + 114.045944, + 22.502413 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.185762, + 22.551601 + ], + [ + 114.232574, + 22.539997 + ], + [ + 114.232574, + 22.528944 + ], + [ + 114.263371, + 22.541654 + ], + [ + 114.263987, + 22.541654 + ], + [ + 114.271994, + 22.535023 + ], + [ + 114.28924, + 22.522864 + ], + [ + 114.355762, + 22.434958 + ], + [ + 114.406269, + 22.433299 + ], + [ + 114.406269, + 22.432746 + ], + [ + 114.356994, + 22.340356 + ], + [ + 114.323733, + 22.384622 + ], + [ + 114.315726, + 22.299951 + ], + [ + 114.315726, + 22.298843 + ], + [ + 114.248588, + 22.274484 + ], + [ + 114.265835, + 22.200825 + ], + [ + 114.195002, + 22.232951 + ], + [ + 114.120473, + 22.272269 + ], + [ + 114.121089, + 22.320985 + ], + [ + 114.034857, + 22.301058 + ], + [ + 114.026234, + 22.229628 + ], + [ + 113.848844, + 22.191961 + ], + [ + 113.898119, + 22.308808 + ], + [ + 114.015763, + 22.332054 + ], + [ + 113.920293, + 22.368024 + ], + [ + 113.918445, + 22.418366 + ], + [ + 114.031778, + 22.504071 + ] + ] + ], + [ + [ + [ + 114.350834, + 22.260087 + ], + [ + 114.355146, + 22.268393 + ], + [ + 114.355762, + 22.268393 + ], + [ + 114.350834, + 22.260087 + ] + ] + ], + [ + [ + [ + 114.320037, + 22.381303 + ], + [ + 114.320037, + 22.381856 + ], + [ + 114.319421, + 22.382409 + ], + [ + 114.323733, + 22.384622 + ], + [ + 114.320037, + 22.381303 + ] + ] + ], + [ + [ + [ + 114.372392, + 22.322645 + ], + [ + 114.372392, + 22.323752 + ], + [ + 114.37424, + 22.323199 + ], + [ + 114.372392, + 22.322645 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 820000, + "name": "澳门特别行政区", + "center": [ + 113.54909, + 22.198951 + ], + "centroid": [ + 113.56642, + 22.159262 + ], + "childrenNum": 8, + "level": "province", + "subFeatureIndex": 33, + "acroutes": [ + 100000 + ], + "parent": { + "adcode": 100000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.558736, + 22.213012 + ], + [ + 113.6037, + 22.132116 + ], + [ + 113.553809, + 22.107727 + ], + [ + 113.558736, + 22.213012 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 100000, + "name": "", + "adchar": "JD" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 122.51865306, + 23.46078502 + ], + [ + 122.51742454, + 23.45790762 + ], + [ + 122.51536697, + 23.45555069 + ], + [ + 122.51268178, + 23.45394494 + ], + [ + 122.50963181, + 23.45324755 + ], + [ + 122.5065156, + 23.45352678 + ], + [ + 122.5036382, + 23.45475531 + ], + [ + 122.50128127, + 23.45681287 + ], + [ + 122.49967552, + 23.45949807 + ], + [ + 122.49897813, + 23.46254804 + ], + [ + 122.49925737, + 23.46566424 + ], + [ + 122.77921829, + 24.57855302 + ], + [ + 122.78044682, + 24.58143041 + ], + [ + 122.78250438, + 24.58378734 + ], + [ + 122.78518957, + 24.5853931 + ], + [ + 122.78823955, + 24.58609049 + ], + [ + 122.79135575, + 24.58581125 + ], + [ + 122.79423315, + 24.58458272 + ], + [ + 122.79659008, + 24.58252516 + ], + [ + 122.79819583, + 24.57983997 + ], + [ + 122.79889322, + 24.57678999 + ], + [ + 122.79861399, + 24.57367379 + ], + [ + 122.51865306, + 23.46078502 + ] + ] + ], + [ + [ + [ + 121.17202617, + 20.8054593 + ], + [ + 121.16966862, + 20.80340244 + ], + [ + 121.16679085, + 20.80217478 + ], + [ + 121.16367457, + 20.80189649 + ], + [ + 121.1606248, + 20.8025948 + ], + [ + 121.1579401, + 20.80420136 + ], + [ + 121.15588324, + 20.80655891 + ], + [ + 121.15465558, + 20.80943668 + ], + [ + 121.15437729, + 20.81255297 + ], + [ + 121.1550756, + 20.81560273 + ], + [ + 121.15668216, + 20.81828744 + ], + [ + 121.89404403, + 21.70026162 + ], + [ + 121.89640158, + 21.70231847 + ], + [ + 121.89927934, + 21.70354613 + ], + [ + 121.90239563, + 21.70382443 + ], + [ + 121.9054454, + 21.70312611 + ], + [ + 121.9081301, + 21.70151955 + ], + [ + 121.91018696, + 21.699162 + ], + [ + 121.91141462, + 21.69628423 + ], + [ + 121.91169291, + 21.69316794 + ], + [ + 121.9109946, + 21.69011818 + ], + [ + 121.90938804, + 21.68743347 + ], + [ + 121.17202617, + 20.8054593 + ] + ] + ], + [ + [ + [ + 119.47366172, + 18.00707291 + ], + [ + 119.47175735, + 18.00459056 + ], + [ + 119.46917909, + 18.0028182 + ], + [ + 119.46617933, + 18.0019293 + ], + [ + 119.4630517, + 18.00201089 + ], + [ + 119.46010237, + 18.00305497 + ], + [ + 119.45762002, + 18.00495935 + ], + [ + 119.45584765, + 18.00753761 + ], + [ + 119.45495876, + 18.01053737 + ], + [ + 119.45504035, + 18.01366499 + ], + [ + 119.45608443, + 18.01661433 + ], + [ + 120.00812005, + 19.0335793 + ], + [ + 120.01002443, + 19.03606165 + ], + [ + 120.01260269, + 19.03783401 + ], + [ + 120.01560245, + 19.03872291 + ], + [ + 120.01873007, + 19.03864132 + ], + [ + 120.02167941, + 19.03759723 + ], + [ + 120.02416175, + 19.03569286 + ], + [ + 120.02593412, + 19.0331146 + ], + [ + 120.02682302, + 19.03011484 + ], + [ + 120.02674143, + 19.02698721 + ], + [ + 120.02569734, + 19.02403788 + ], + [ + 119.47366172, + 18.00707291 + ] + ] + ], + [ + [ + [ + 119.0726757, + 15.04098494 + ], + [ + 119.0726746, + 15.04083704 + ], + [ + 119.07218171, + 15.00751424 + ], + [ + 119.07164663, + 15.00443165 + ], + [ + 119.07018516, + 15.00166528 + ], + [ + 119.06794036, + 14.99948592 + ], + [ + 119.06513198, + 14.99810691 + ], + [ + 119.06203491, + 14.99766324 + ], + [ + 119.05895232, + 14.99819832 + ], + [ + 119.05618595, + 14.99965979 + ], + [ + 119.05400659, + 15.00190458 + ], + [ + 119.05262758, + 15.00471297 + ], + [ + 119.0521839, + 15.00781004 + ], + [ + 119.0526757, + 15.04105889 + ], + [ + 119.0526757, + 16.04388528 + ], + [ + 119.05316513, + 16.04697545 + ], + [ + 119.05458553, + 16.04976313 + ], + [ + 119.05679784, + 16.05197545 + ], + [ + 119.05958553, + 16.05339584 + ], + [ + 119.0626757, + 16.05388528 + ], + [ + 119.06576587, + 16.05339584 + ], + [ + 119.06855355, + 16.05197545 + ], + [ + 119.07076587, + 16.04976313 + ], + [ + 119.07218626, + 16.04697545 + ], + [ + 119.0726757, + 16.04388528 + ], + [ + 119.0726757, + 15.04098494 + ] + ] + ], + [ + [ + [ + 118.68646749, + 11.18959191 + ], + [ + 118.85557939, + 11.6136711 + ], + [ + 118.9698053, + 11.99151854 + ], + [ + 118.97116801, + 11.99433487 + ], + [ + 118.97333431, + 11.99659227 + ], + [ + 118.97609216, + 11.99806975 + ], + [ + 118.9791716, + 11.99862269 + ], + [ + 118.98227119, + 11.99819697 + ], + [ + 118.98508753, + 11.99683427 + ], + [ + 118.98734492, + 11.99466796 + ], + [ + 118.9888224, + 11.99191011 + ], + [ + 118.98937534, + 11.98883067 + ], + [ + 118.98894963, + 11.98573108 + ], + [ + 118.87459939, + 11.60747236 + ], + [ + 118.87431591, + 11.606662 + ], + [ + 118.70476212, + 11.18147468 + ], + [ + 118.70409227, + 11.18010771 + ], + [ + 118.54242469, + 10.9053354 + ], + [ + 118.54043581, + 10.90292022 + ], + [ + 118.53779795, + 10.90123786 + ], + [ + 118.53476931, + 10.90045298 + ], + [ + 118.53164636, + 10.90064241 + ], + [ + 118.5287348, + 10.90178762 + ], + [ + 118.52631962, + 10.9037765 + ], + [ + 118.52463726, + 10.90641436 + ], + [ + 118.52385237, + 10.909443 + ], + [ + 118.52404181, + 10.91256595 + ], + [ + 118.52518702, + 10.91547751 + ], + [ + 118.68646749, + 11.18959191 + ] + ] + ], + [ + [ + [ + 115.54466883, + 7.14672265 + ], + [ + 115.54229721, + 7.14468204 + ], + [ + 115.53941108, + 7.14347417 + ], + [ + 115.53629295, + 7.14321728 + ], + [ + 115.53324806, + 7.14393652 + ], + [ + 115.53057445, + 7.14556148 + ], + [ + 115.52853383, + 7.1479331 + ], + [ + 115.52732596, + 7.15081924 + ], + [ + 115.52706908, + 7.15393736 + ], + [ + 115.52778832, + 7.15698226 + ], + [ + 115.52941328, + 7.15965587 + ], + [ + 116.23523025, + 7.99221221 + ], + [ + 116.23760187, + 7.99425282 + ], + [ + 116.240488, + 7.99546069 + ], + [ + 116.24360613, + 7.99571758 + ], + [ + 116.24665102, + 7.99499834 + ], + [ + 116.24932463, + 7.99337338 + ], + [ + 116.25136525, + 7.99100176 + ], + [ + 116.25257312, + 7.98811563 + ], + [ + 116.25283001, + 7.9849975 + ], + [ + 116.25211077, + 7.98195261 + ], + [ + 116.2504858, + 7.979279 + ], + [ + 115.54466883, + 7.14672265 + ] + ] + ], + [ + [ + [ + 112.30705249, + 3.53487257 + ], + [ + 112.51501594, + 3.59753306 + ], + [ + 112.84361424, + 3.7506962 + ], + [ + 112.84662187, + 3.75155809 + ], + [ + 112.84974864, + 3.7514484 + ], + [ + 112.85268847, + 3.75037785 + ], + [ + 112.8551536, + 3.74845124 + ], + [ + 112.85690272, + 3.74585715 + ], + [ + 112.85776462, + 3.74284952 + ], + [ + 112.85765492, + 3.73972276 + ], + [ + 112.85658437, + 3.73678292 + ], + [ + 112.85465776, + 3.7343178 + ], + [ + 112.85206367, + 3.73256867 + ], + [ + 112.52281386, + 3.57910186 + ], + [ + 112.52147408, + 3.5785908 + ], + [ + 112.31248917, + 3.51562254 + ], + [ + 112.31181658, + 3.51544515 + ], + [ + 111.79132585, + 3.39736822 + ], + [ + 111.78820398, + 3.39716187 + ], + [ + 111.78517113, + 3.39793033 + ], + [ + 111.78252419, + 3.39959839 + ], + [ + 111.78052226, + 3.40200275 + ], + [ + 111.77936129, + 3.40490807 + ], + [ + 111.77915495, + 3.40802995 + ], + [ + 111.77992341, + 3.41106279 + ], + [ + 111.78159146, + 3.41370973 + ], + [ + 111.78399583, + 3.41571167 + ], + [ + 111.78690114, + 3.41687263 + ], + [ + 112.30705249, + 3.53487257 + ] + ] + ], + [ + [ + [ + 108.26055972, + 6.08912451 + ], + [ + 108.26004031, + 6.09098419 + ], + [ + 108.23638164, + 6.22427602 + ], + [ + 108.23630689, + 6.22476797 + ], + [ + 108.19687578, + 6.53630242 + ], + [ + 108.19679674, + 6.53760583 + ], + [ + 108.1987683, + 6.95072469 + ], + [ + 108.19897125, + 6.95268198 + ], + [ + 108.22460147, + 7.07791743 + ], + [ + 108.22570055, + 7.08084671 + ], + [ + 108.22765103, + 7.083293 + ], + [ + 108.230262, + 7.08501682 + ], + [ + 108.23327786, + 7.08584944 + ], + [ + 108.23640341, + 7.08570936 + ], + [ + 108.2393327, + 7.08461028 + ], + [ + 108.24177899, + 7.0826598 + ], + [ + 108.24350281, + 7.08004883 + ], + [ + 108.24433543, + 7.07703297 + ], + [ + 108.24419535, + 7.07390742 + ], + [ + 108.21876335, + 6.94964057 + ], + [ + 108.21679964, + 6.53816468 + ], + [ + 108.25611734, + 6.22752625 + ], + [ + 108.279563, + 6.09543449 + ], + [ + 108.30878645, + 6.01987736 + ], + [ + 108.30944469, + 6.0168187 + ], + [ + 108.30912553, + 6.01370633 + ], + [ + 108.30786022, + 6.01084492 + ], + [ + 108.30577262, + 6.00851455 + ], + [ + 108.30306706, + 6.00694335 + ], + [ + 108.3000084, + 6.00628511 + ], + [ + 108.29689603, + 6.00660426 + ], + [ + 108.29403462, + 6.00786957 + ], + [ + 108.29170425, + 6.00995718 + ], + [ + 108.29013305, + 6.01266273 + ], + [ + 108.26055972, + 6.08912451 + ] + ] + ], + [ + [ + [ + 110.12822847, + 11.36894451 + ], + [ + 110.18898148, + 11.48996382 + ], + [ + 110.23982347, + 11.61066468 + ], + [ + 110.28485499, + 11.78705054 + ], + [ + 110.3083549, + 11.94803461 + ], + [ + 110.3142445, + 12.14195265 + ], + [ + 110.312278, + 12.23998238 + ], + [ + 110.31270536, + 12.24308175 + ], + [ + 110.31406956, + 12.24589736 + ], + [ + 110.31623706, + 12.2481536 + ], + [ + 110.3189957, + 12.24962962 + ], + [ + 110.32207543, + 12.25018094 + ], + [ + 110.32517479, + 12.24975358 + ], + [ + 110.3279904, + 12.24838938 + ], + [ + 110.33024665, + 12.24622187 + ], + [ + 110.33172267, + 12.24346324 + ], + [ + 110.33227398, + 12.24038351 + ], + [ + 110.33424553, + 12.14210167 + ], + [ + 110.33424294, + 12.14159753 + ], + [ + 110.32832827, + 11.94685414 + ], + [ + 110.32822801, + 11.94571326 + ], + [ + 110.30456934, + 11.78364161 + ], + [ + 110.30436343, + 11.7826124 + ], + [ + 110.25901765, + 11.60499559 + ], + [ + 110.25854422, + 11.60358735 + ], + [ + 110.20728377, + 11.48189306 + ], + [ + 110.20700505, + 11.48128846 + ], + [ + 110.14588682, + 11.35954163 + ], + [ + 110.14541497, + 11.35870461 + ], + [ + 110.07246741, + 11.24270688 + ], + [ + 110.07040803, + 11.24035153 + ], + [ + 110.0677216, + 11.23874785 + ], + [ + 110.06467109, + 11.23805281 + ], + [ + 110.0615551, + 11.23833444 + ], + [ + 110.05867865, + 11.23956519 + ], + [ + 110.05632331, + 11.24162456 + ], + [ + 110.05471962, + 11.24431099 + ], + [ + 110.05402458, + 11.2473615 + ], + [ + 110.05430621, + 11.25047749 + ], + [ + 110.05553696, + 11.25335394 + ], + [ + 110.12822847, + 11.36894451 + ] + ] + ], + [ + [ + [ + 109.82951587, + 15.22896754 + ], + [ + 109.77065019, + 15.44468789 + ], + [ + 109.67264555, + 15.66561455 + ], + [ + 109.57455994, + 15.82609887 + ], + [ + 109.51574449, + 15.91095759 + ], + [ + 109.29314007, + 16.19491896 + ], + [ + 109.29161878, + 16.19765288 + ], + [ + 109.29101677, + 16.20072311 + ], + [ + 109.29139298, + 16.2038291 + ], + [ + 109.29271057, + 16.20666681 + ], + [ + 109.29484059, + 16.20895848 + ], + [ + 109.29757451, + 16.21047978 + ], + [ + 109.30064474, + 16.21108179 + ], + [ + 109.30375073, + 16.21070558 + ], + [ + 109.30658844, + 16.20938798 + ], + [ + 109.30888011, + 16.20725797 + ], + [ + 109.53166592, + 15.92306523 + ], + [ + 109.53201478, + 15.92259221 + ], + [ + 109.59116145, + 15.8372556 + ], + [ + 109.59147511, + 15.83677407 + ], + [ + 109.6900529, + 15.67548445 + ], + [ + 109.69066131, + 15.67432448 + ], + [ + 109.7892391, + 15.45210582 + ], + [ + 109.78974541, + 15.45068337 + ], + [ + 109.84889209, + 15.23393326 + ], + [ + 109.84903675, + 15.23333003 + ], + [ + 109.8648092, + 15.15722425 + ], + [ + 109.86495704, + 15.15409906 + ], + [ + 109.86413191, + 15.15108113 + ], + [ + 109.86241457, + 15.1484659 + ], + [ + 109.85997314, + 15.14650935 + ], + [ + 109.85704658, + 15.145403 + ], + [ + 109.85392139, + 15.14525516 + ], + [ + 109.85090347, + 15.14608029 + ], + [ + 109.84828823, + 15.14779763 + ], + [ + 109.84633168, + 15.15023907 + ], + [ + 109.84522534, + 15.15316562 + ], + [ + 109.82951587, + 15.22896754 + ] + ] + ] + ] + } + } + ] +}', N'admin', N'2020-05-19 16:42:27.0000000', N'admin', N'2021-02-01 17:41:14.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1235113459258056705', N'内蒙古地图', N'内蒙古地图', N'{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 150100, + "name": "呼和浩特市", + "center": [ + 111.670801, + 40.818311 + ], + "centroid": [ + 111.502117, + 40.596287 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 111.438183, + 39.640433 + ], + [ + 111.440784, + 39.672526 + ], + [ + 111.365058, + 39.721166 + ], + [ + 111.371417, + 39.791775 + ], + [ + 111.417083, + 39.829778 + ], + [ + 111.41506, + 39.864772 + ], + [ + 111.445409, + 39.899045 + ], + [ + 111.426332, + 39.949983 + ], + [ + 111.420263, + 40.02211 + ], + [ + 111.360433, + 40.10187 + ], + [ + 111.314188, + 40.150557 + ], + [ + 111.248289, + 40.164561 + ], + [ + 111.190483, + 40.216525 + ], + [ + 111.115624, + 40.255866 + ], + [ + 111.05406, + 40.264605 + ], + [ + 111.032961, + 40.296931 + ], + [ + 111.033828, + 40.315271 + ], + [ + 111.114757, + 40.331161 + ], + [ + 111.106664, + 40.38073 + ], + [ + 111.083253, + 40.425729 + ], + [ + 111.028337, + 40.429914 + ], + [ + 111.019955, + 40.459198 + ], + [ + 110.966195, + 40.471221 + ], + [ + 110.959547, + 40.496133 + ], + [ + 110.9081, + 40.481675 + ], + [ + 110.889024, + 40.511633 + ], + [ + 110.843068, + 40.534962 + ], + [ + 110.880064, + 40.586468 + ], + [ + 110.831217, + 40.586816 + ], + [ + 110.802025, + 40.612207 + ], + [ + 110.788441, + 40.687625 + ], + [ + 110.797112, + 40.759662 + ], + [ + 110.783527, + 40.79383 + ], + [ + 110.733814, + 40.785853 + ], + [ + 110.713004, + 40.810301 + ], + [ + 110.735548, + 40.827461 + ], + [ + 110.744797, + 40.919079 + ], + [ + 110.712137, + 40.939326 + ], + [ + 110.644792, + 40.920118 + ], + [ + 110.62774, + 40.988272 + ], + [ + 110.660978, + 41.008497 + ], + [ + 110.675719, + 41.049965 + ], + [ + 110.648261, + 41.109874 + ], + [ + 110.656065, + 41.166109 + ], + [ + 110.62774, + 41.166109 + ], + [ + 110.612999, + 41.208856 + ], + [ + 110.556927, + 41.232458 + ], + [ + 110.550857, + 41.288415 + ], + [ + 110.576003, + 41.332974 + ], + [ + 110.634098, + 41.311816 + ], + [ + 110.647105, + 41.33263 + ], + [ + 110.742196, + 41.385408 + ], + [ + 110.762139, + 41.373893 + ], + [ + 110.828905, + 41.383002 + ], + [ + 110.820523, + 41.358938 + ], + [ + 110.875728, + 41.356875 + ], + [ + 110.89596, + 41.334006 + ], + [ + 110.947697, + 41.31801 + ], + [ + 110.967351, + 41.347935 + ], + [ + 111.010706, + 41.334866 + ], + [ + 111.032094, + 41.300461 + ], + [ + 111.093947, + 41.286694 + ], + [ + 111.102618, + 41.308203 + ], + [ + 111.162447, + 41.28394 + ], + [ + 111.235283, + 41.240553 + ], + [ + 111.279794, + 41.290308 + ], + [ + 111.355231, + 41.313193 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.525181, + 41.331426 + ], + [ + 111.582409, + 41.306655 + ], + [ + 111.702646, + 41.29461 + ], + [ + 111.730104, + 41.310956 + ], + [ + 111.804096, + 41.259668 + ], + [ + 111.840514, + 41.252091 + ], + [ + 111.877221, + 41.129027 + ], + [ + 111.921732, + 41.095895 + ], + [ + 112.027517, + 41.048583 + ], + [ + 112.010175, + 41.014719 + ], + [ + 112.037055, + 40.96389 + ], + [ + 112.09515, + 40.943305 + ], + [ + 112.125788, + 40.955933 + ], + [ + 112.150933, + 40.879088 + ], + [ + 112.176079, + 40.85276 + ], + [ + 112.17868, + 40.811514 + ], + [ + 112.15209, + 40.764519 + ], + [ + 112.098619, + 40.74526 + ], + [ + 112.130412, + 40.697697 + ], + [ + 112.115672, + 40.658788 + ], + [ + 112.045148, + 40.655139 + ], + [ + 112.087925, + 40.618813 + ], + [ + 112.098619, + 40.583859 + ], + [ + 112.059022, + 40.584381 + ], + [ + 112.052374, + 40.55985 + ], + [ + 112.113648, + 40.508672 + ], + [ + 112.13706, + 40.508324 + ], + [ + 112.183305, + 40.466168 + ], + [ + 112.22348, + 40.452575 + ], + [ + 112.2177, + 40.42817 + ], + [ + 112.264523, + 40.38736 + ], + [ + 112.236198, + 40.353856 + ], + [ + 112.272616, + 40.357172 + ], + [ + 112.289379, + 40.281032 + ], + [ + 112.31019, + 40.25639 + ], + [ + 112.285622, + 40.198158 + ], + [ + 112.233018, + 40.170336 + ], + [ + 112.223191, + 40.128845 + ], + [ + 112.183594, + 40.083998 + ], + [ + 112.174923, + 40.05122 + ], + [ + 112.076363, + 39.919425 + ], + [ + 112.042547, + 39.886216 + ], + [ + 112.035032, + 39.854398 + ], + [ + 111.970578, + 39.79635 + ], + [ + 111.956416, + 39.687686 + ], + [ + 111.925489, + 39.667414 + ], + [ + 111.92838, + 39.610266 + ], + [ + 111.878955, + 39.605855 + ], + [ + 111.842537, + 39.620147 + ], + [ + 111.787621, + 39.589618 + ], + [ + 111.722589, + 39.606031 + ], + [ + 111.646574, + 39.644313 + ], + [ + 111.616515, + 39.633378 + ], + [ + 111.502059, + 39.663182 + ], + [ + 111.438183, + 39.640433 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150200, + "name": "包头市", + "center": [ + 109.840405, + 40.658168 + ], + "centroid": [ + 110.265618, + 41.560878 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 109.437509, + 40.513722 + ], + [ + 109.445602, + 40.540184 + ], + [ + 109.407739, + 40.628027 + ], + [ + 109.41641, + 40.708463 + ], + [ + 109.47913, + 40.749945 + ], + [ + 109.528554, + 40.732592 + ], + [ + 109.545607, + 40.742831 + ], + [ + 109.635496, + 40.738666 + ], + [ + 109.795908, + 40.76157 + ], + [ + 109.79822, + 40.795911 + ], + [ + 109.841575, + 40.835606 + ], + [ + 109.869322, + 40.841324 + ], + [ + 109.867299, + 40.878049 + ], + [ + 109.886953, + 40.924271 + ], + [ + 109.835216, + 40.945727 + ], + [ + 109.8251, + 40.994496 + ], + [ + 109.79822, + 41.008151 + ], + [ + 109.759779, + 40.999509 + ], + [ + 109.735211, + 41.036318 + ], + [ + 109.698794, + 41.036663 + ], + [ + 109.688099, + 41.07725 + ], + [ + 109.657462, + 41.115914 + ], + [ + 109.724806, + 41.115224 + ], + [ + 109.709488, + 41.152486 + ], + [ + 109.667578, + 41.199723 + ], + [ + 109.620466, + 41.275506 + ], + [ + 109.641565, + 41.31801 + ], + [ + 109.696192, + 41.322998 + ], + [ + 109.698794, + 41.379393 + ], + [ + 109.63116, + 41.426637 + ], + [ + 109.66411, + 41.49907 + ], + [ + 109.478263, + 41.499584 + ], + [ + 109.428838, + 41.552055 + ], + [ + 109.423636, + 41.634448 + ], + [ + 109.395022, + 41.697926 + ], + [ + 109.341551, + 41.742546 + ], + [ + 109.367853, + 41.765784 + ], + [ + 109.317272, + 41.80865 + ], + [ + 109.292127, + 41.854557 + ], + [ + 109.259177, + 41.868374 + ], + [ + 109.263513, + 41.889521 + ], + [ + 109.337216, + 41.898727 + ], + [ + 109.375079, + 41.932985 + ], + [ + 109.48809, + 42.077312 + ], + [ + 109.515548, + 42.139333 + ], + [ + 109.539248, + 42.147315 + ], + [ + 109.508611, + 42.263702 + ], + [ + 109.472482, + 42.314363 + ], + [ + 109.477396, + 42.345181 + ], + [ + 109.445313, + 42.379198 + ], + [ + 109.433463, + 42.427737 + ], + [ + 109.379414, + 42.447345 + ], + [ + 109.486934, + 42.458668 + ], + [ + 109.544162, + 42.472354 + ], + [ + 109.684053, + 42.558961 + ], + [ + 109.906029, + 42.635844 + ], + [ + 110.108351, + 42.642752 + ], + [ + 110.139566, + 42.674755 + ], + [ + 110.337552, + 42.738039 + ], + [ + 110.438135, + 42.690414 + ], + [ + 110.521954, + 42.62607 + ], + [ + 110.577159, + 42.573637 + ], + [ + 110.639012, + 42.491779 + ], + [ + 110.704911, + 42.470833 + ], + [ + 110.730057, + 42.442613 + ], + [ + 110.72312, + 42.393916 + ], + [ + 110.750867, + 42.294883 + ], + [ + 110.783238, + 42.239967 + ], + [ + 110.784683, + 42.176347 + ], + [ + 110.842201, + 42.119969 + ], + [ + 110.985849, + 41.9352 + ], + [ + 111.039609, + 41.822818 + ], + [ + 111.078917, + 41.78611 + ], + [ + 111.120827, + 41.771421 + ], + [ + 111.150886, + 41.735026 + ], + [ + 111.241353, + 41.671242 + ], + [ + 111.371128, + 41.635646 + ], + [ + 111.441362, + 41.524282 + ], + [ + 111.446565, + 41.472646 + ], + [ + 111.434136, + 41.425264 + ], + [ + 111.387313, + 41.378705 + ], + [ + 111.424887, + 41.346903 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.355231, + 41.313193 + ], + [ + 111.279794, + 41.290308 + ], + [ + 111.235283, + 41.240553 + ], + [ + 111.162447, + 41.28394 + ], + [ + 111.102618, + 41.308203 + ], + [ + 111.093947, + 41.286694 + ], + [ + 111.032094, + 41.300461 + ], + [ + 111.010706, + 41.334866 + ], + [ + 110.967351, + 41.347935 + ], + [ + 110.947697, + 41.31801 + ], + [ + 110.89596, + 41.334006 + ], + [ + 110.875728, + 41.356875 + ], + [ + 110.820523, + 41.358938 + ], + [ + 110.828905, + 41.383002 + ], + [ + 110.762139, + 41.373893 + ], + [ + 110.742196, + 41.385408 + ], + [ + 110.647105, + 41.33263 + ], + [ + 110.634098, + 41.311816 + ], + [ + 110.576003, + 41.332974 + ], + [ + 110.550857, + 41.288415 + ], + [ + 110.556927, + 41.232458 + ], + [ + 110.612999, + 41.208856 + ], + [ + 110.62774, + 41.166109 + ], + [ + 110.656065, + 41.166109 + ], + [ + 110.648261, + 41.109874 + ], + [ + 110.675719, + 41.049965 + ], + [ + 110.660978, + 41.008497 + ], + [ + 110.62774, + 40.988272 + ], + [ + 110.644792, + 40.920118 + ], + [ + 110.712137, + 40.939326 + ], + [ + 110.744797, + 40.919079 + ], + [ + 110.735548, + 40.827461 + ], + [ + 110.713004, + 40.810301 + ], + [ + 110.733814, + 40.785853 + ], + [ + 110.783527, + 40.79383 + ], + [ + 110.797112, + 40.759662 + ], + [ + 110.788441, + 40.687625 + ], + [ + 110.802025, + 40.612207 + ], + [ + 110.831217, + 40.586816 + ], + [ + 110.880064, + 40.586468 + ], + [ + 110.843068, + 40.534962 + ], + [ + 110.889024, + 40.511633 + ], + [ + 110.9081, + 40.481675 + ], + [ + 110.959547, + 40.496133 + ], + [ + 110.966195, + 40.471221 + ], + [ + 111.019955, + 40.459198 + ], + [ + 111.028337, + 40.429914 + ], + [ + 111.083253, + 40.425729 + ], + [ + 111.106664, + 40.38073 + ], + [ + 111.114757, + 40.331161 + ], + [ + 111.033828, + 40.315271 + ], + [ + 111.032961, + 40.296931 + ], + [ + 110.999144, + 40.26111 + ], + [ + 110.945963, + 40.270373 + ], + [ + 110.914458, + 40.244678 + ], + [ + 110.837287, + 40.289943 + ], + [ + 110.816477, + 40.266178 + ], + [ + 110.782371, + 40.274042 + ], + [ + 110.768787, + 40.299726 + ], + [ + 110.702021, + 40.325399 + ], + [ + 110.636699, + 40.308634 + ], + [ + 110.570222, + 40.340589 + ], + [ + 110.510971, + 40.389279 + ], + [ + 110.488137, + 40.369563 + ], + [ + 110.472241, + 40.404978 + ], + [ + 110.45172, + 40.391896 + ], + [ + 110.369057, + 40.444383 + ], + [ + 110.357495, + 40.462509 + ], + [ + 110.319054, + 40.445777 + ], + [ + 110.296799, + 40.492823 + ], + [ + 110.249398, + 40.475054 + ], + [ + 110.247953, + 40.521209 + ], + [ + 110.18321, + 40.554282 + ], + [ + 110.164712, + 40.513722 + ], + [ + 110.035804, + 40.534266 + ], + [ + 109.996207, + 40.510588 + ], + [ + 109.910075, + 40.532003 + ], + [ + 109.866143, + 40.509891 + ], + [ + 109.802267, + 40.509717 + ], + [ + 109.708621, + 40.477494 + ], + [ + 109.667, + 40.500139 + ], + [ + 109.635496, + 40.546798 + ], + [ + 109.580291, + 40.553586 + ], + [ + 109.519883, + 40.514244 + ], + [ + 109.437509, + 40.513722 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150300, + "name": "乌海市", + "center": [ + 106.825563, + 39.673734 + ], + "centroid": [ + 106.872209, + 39.425058 + ], + "childrenNum": 3, + "level": "city", + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.967739, + 39.052388 + ], + [ + 106.933344, + 39.076396 + ], + [ + 106.881318, + 39.090263 + ], + [ + 106.853571, + 39.116569 + ], + [ + 106.825535, + 39.193828 + ], + [ + 106.796054, + 39.214239 + ], + [ + 106.806748, + 39.318684 + ], + [ + 106.781603, + 39.371822 + ], + [ + 106.750965, + 39.381559 + ], + [ + 106.73449, + 39.437303 + ], + [ + 106.635064, + 39.476209 + ], + [ + 106.611074, + 39.543005 + ], + [ + 106.637376, + 39.573731 + ], + [ + 106.755012, + 39.626851 + ], + [ + 106.795476, + 39.689449 + ], + [ + 106.757324, + 39.710595 + ], + [ + 106.766573, + 39.763787 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.768885, + 39.86653 + ], + [ + 106.778712, + 39.811131 + ], + [ + 106.86282, + 39.842793 + ], + [ + 106.871491, + 39.865475 + ], + [ + 106.933922, + 39.914506 + ], + [ + 106.963403, + 39.902383 + ], + [ + 106.965137, + 39.859673 + ], + [ + 106.9345, + 39.858794 + ], + [ + 106.875827, + 39.795822 + ], + [ + 106.899238, + 39.755687 + ], + [ + 106.91369, + 39.682046 + ], + [ + 106.875827, + 39.672526 + ], + [ + 106.911956, + 39.627027 + ], + [ + 106.931899, + 39.576732 + ], + [ + 106.935945, + 39.517213 + ], + [ + 106.965426, + 39.420142 + ], + [ + 106.952131, + 39.409171 + ], + [ + 106.943749, + 39.299367 + ], + [ + 107.034505, + 39.251318 + ], + [ + 107.060229, + 39.222401 + ], + [ + 107.136533, + 39.27969 + ], + [ + 107.139134, + 39.226127 + ], + [ + 107.11659, + 39.205365 + ], + [ + 107.103583, + 39.136113 + ], + [ + 107.087976, + 39.113903 + ], + [ + 107.077859, + 39.045273 + ], + [ + 107.06283, + 39.061458 + ], + [ + 107.033349, + 39.036734 + ], + [ + 106.967739, + 39.052388 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150400, + "name": "赤峰市", + "center": [ + 118.956806, + 42.275317 + ], + "centroid": [ + 118.878117, + 43.240534 + ], + "childrenNum": 12, + "level": "city", + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.886032, + 42.270651 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.883719, + 42.24268 + ], + [ + 120.829382, + 42.252514 + ], + [ + 120.820711, + 42.228096 + ], + [ + 120.745273, + 42.223517 + ], + [ + 120.722151, + 42.203669 + ], + [ + 120.624748, + 42.154447 + ], + [ + 120.584283, + 42.16718 + ], + [ + 120.466647, + 42.105357 + ], + [ + 120.493527, + 42.072552 + ], + [ + 120.450751, + 42.057248 + ], + [ + 120.456531, + 42.016251 + ], + [ + 120.374447, + 41.994466 + ], + [ + 120.28687, + 41.934859 + ], + [ + 120.260279, + 41.904183 + ], + [ + 120.300455, + 41.888157 + ], + [ + 120.251608, + 41.883894 + ], + [ + 120.128192, + 41.773471 + ], + [ + 120.138308, + 41.729215 + ], + [ + 120.09611, + 41.697071 + ], + [ + 120.036858, + 41.708016 + ], + [ + 120.024719, + 41.738615 + ], + [ + 120.050443, + 41.776033 + ], + [ + 120.041772, + 41.818721 + ], + [ + 120.023274, + 41.816502 + ], + [ + 119.985122, + 41.904694 + ], + [ + 119.954484, + 41.920375 + ], + [ + 119.954484, + 41.968246 + ], + [ + 119.924425, + 41.989189 + ], + [ + 119.869798, + 42.083432 + ], + [ + 119.84552, + 42.097199 + ], + [ + 119.839739, + 42.148674 + ], + [ + 119.854769, + 42.170236 + ], + [ + 119.846676, + 42.215205 + ], + [ + 119.744648, + 42.211643 + ], + [ + 119.67239, + 42.241663 + ], + [ + 119.616896, + 42.252683 + ], + [ + 119.608514, + 42.277091 + ], + [ + 119.541459, + 42.292172 + ], + [ + 119.572096, + 42.359399 + ], + [ + 119.50244, + 42.387995 + ], + [ + 119.488277, + 42.351444 + ], + [ + 119.41573, + 42.309621 + ], + [ + 119.346652, + 42.299965 + ], + [ + 119.28451, + 42.265227 + ], + [ + 119.237976, + 42.200954 + ], + [ + 119.276417, + 42.186021 + ], + [ + 119.314859, + 42.119799 + ], + [ + 119.352433, + 42.11827 + ], + [ + 119.385093, + 42.089551 + ], + [ + 119.374399, + 42.021016 + ], + [ + 119.324686, + 41.969268 + ], + [ + 119.340871, + 41.921568 + ], + [ + 119.334513, + 41.869398 + ], + [ + 119.312835, + 41.805747 + ], + [ + 119.290002, + 41.783378 + ], + [ + 119.317749, + 41.763222 + ], + [ + 119.299829, + 41.711435 + ], + [ + 119.307922, + 41.657554 + ], + [ + 119.342606, + 41.618012 + ], + [ + 119.416019, + 41.590096 + ], + [ + 119.414863, + 41.562339 + ], + [ + 119.361971, + 41.566451 + ], + [ + 119.404458, + 41.510734 + ], + [ + 119.403302, + 41.475221 + ], + [ + 119.377867, + 41.459774 + ], + [ + 119.376422, + 41.422172 + ], + [ + 119.309945, + 41.406026 + ], + [ + 119.326131, + 41.329362 + ], + [ + 119.252139, + 41.325578 + ], + [ + 119.197801, + 41.282907 + ], + [ + 119.155024, + 41.297708 + ], + [ + 119.093172, + 41.293578 + ], + [ + 118.974669, + 41.306483 + ], + [ + 118.89085, + 41.300805 + ], + [ + 118.844894, + 41.342432 + ], + [ + 118.839691, + 41.374237 + ], + [ + 118.770035, + 41.353093 + ], + [ + 118.741999, + 41.32403 + ], + [ + 118.676967, + 41.350514 + ], + [ + 118.629855, + 41.346387 + ], + [ + 118.519156, + 41.353781 + ], + [ + 118.412503, + 41.331942 + ], + [ + 118.380132, + 41.31216 + ], + [ + 118.349206, + 41.342776 + ], + [ + 118.361056, + 41.384892 + ], + [ + 118.32695, + 41.450848 + ], + [ + 118.272034, + 41.471273 + ], + [ + 118.315678, + 41.512449 + ], + [ + 118.301515, + 41.569707 + ], + [ + 118.230414, + 41.582215 + ], + [ + 118.209893, + 41.610649 + ], + [ + 118.206713, + 41.650708 + ], + [ + 118.169139, + 41.670729 + ], + [ + 118.130698, + 41.742375 + ], + [ + 118.140236, + 41.784061 + ], + [ + 118.16596, + 41.813259 + ], + [ + 118.235905, + 41.807625 + ], + [ + 118.246889, + 41.773984 + ], + [ + 118.292266, + 41.772788 + ], + [ + 118.340246, + 41.872468 + ], + [ + 118.268855, + 41.930088 + ], + [ + 118.30614, + 41.939971 + ], + [ + 118.313944, + 41.988167 + ], + [ + 118.23764, + 42.022887 + ], + [ + 118.296891, + 42.048405 + ], + [ + 118.272323, + 42.083262 + ], + [ + 118.226656, + 42.090231 + ], + [ + 118.220298, + 42.058609 + ], + [ + 118.189082, + 42.030544 + ], + [ + 118.125206, + 42.032926 + ], + [ + 118.155266, + 42.081222 + ], + [ + 118.088789, + 42.117081 + ], + [ + 118.106419, + 42.171934 + ], + [ + 118.033584, + 42.199088 + ], + [ + 117.96913, + 42.245562 + ], + [ + 118.047457, + 42.28065 + ], + [ + 118.059885, + 42.298271 + ], + [ + 118.016242, + 42.333329 + ], + [ + 118.024335, + 42.384781 + ], + [ + 117.997744, + 42.416747 + ], + [ + 117.874038, + 42.510185 + ], + [ + 117.855829, + 42.540063 + ], + [ + 117.797734, + 42.585274 + ], + [ + 117.779814, + 42.618655 + ], + [ + 117.707267, + 42.587972 + ], + [ + 117.667381, + 42.582407 + ], + [ + 117.600326, + 42.602978 + ], + [ + 117.539918, + 42.605507 + ], + [ + 117.520264, + 42.59185 + ], + [ + 117.473441, + 42.602472 + ], + [ + 117.435289, + 42.585442 + ], + [ + 117.433266, + 42.555755 + ], + [ + 117.39627, + 42.53635 + ], + [ + 117.413034, + 42.471171 + ], + [ + 117.332105, + 42.46154 + ], + [ + 117.286727, + 42.479787 + ], + [ + 117.176028, + 42.465596 + ], + [ + 117.095389, + 42.484178 + ], + [ + 117.078625, + 42.460189 + ], + [ + 117.016772, + 42.456471 + ], + [ + 116.993939, + 42.425708 + ], + [ + 116.893645, + 42.387826 + ], + [ + 116.907807, + 42.443965 + ], + [ + 116.875725, + 42.482996 + ], + [ + 116.885552, + 42.534662 + ], + [ + 116.82052, + 42.546981 + ], + [ + 116.801444, + 42.582913 + ], + [ + 116.699127, + 42.592019 + ], + [ + 116.669357, + 42.555755 + ], + [ + 116.638141, + 42.577179 + ], + [ + 116.63554, + 42.614609 + ], + [ + 116.58785, + 42.599775 + ], + [ + 116.619354, + 42.671387 + ], + [ + 116.67427, + 42.761586 + ], + [ + 116.666177, + 42.81655 + ], + [ + 116.673981, + 42.889758 + ], + [ + 116.664732, + 42.933038 + ], + [ + 116.580624, + 42.985336 + ], + [ + 116.500852, + 43.01532 + ], + [ + 116.503742, + 43.04914 + ], + [ + 116.436109, + 43.077922 + ], + [ + 116.419345, + 43.104015 + ], + [ + 116.356336, + 43.156835 + ], + [ + 116.37021, + 43.243323 + ], + [ + 116.413853, + 43.258003 + ], + [ + 116.436398, + 43.328188 + ], + [ + 116.518194, + 43.365664 + ], + [ + 116.59681, + 43.410605 + ], + [ + 116.621956, + 43.505039 + ], + [ + 116.681207, + 43.517165 + ], + [ + 116.734967, + 43.509026 + ], + [ + 116.790461, + 43.484436 + ], + [ + 116.830636, + 43.5067 + ], + [ + 116.804912, + 43.565147 + ], + [ + 116.812138, + 43.612593 + ], + [ + 116.837284, + 43.614086 + ], + [ + 116.858383, + 43.657351 + ], + [ + 116.971683, + 43.673422 + ], + [ + 117.053768, + 43.753384 + ], + [ + 117.001164, + 43.782495 + ], + [ + 116.986135, + 43.840343 + ], + [ + 117.013304, + 43.85075 + ], + [ + 117.000008, + 43.912328 + ], + [ + 117.031802, + 43.942845 + ], + [ + 117.022264, + 43.969721 + ], + [ + 116.970816, + 43.988674 + ], + [ + 116.961567, + 44.024752 + ], + [ + 117.011281, + 44.057681 + ], + [ + 117.120823, + 44.179195 + ], + [ + 117.166201, + 44.192662 + ], + [ + 117.206666, + 44.220081 + ], + [ + 117.452631, + 44.235017 + ], + [ + 117.522866, + 44.226811 + ], + [ + 117.550613, + 44.187736 + ], + [ + 117.634721, + 44.14847 + ], + [ + 117.624894, + 44.128745 + ], + [ + 117.686746, + 44.095033 + ], + [ + 117.643392, + 44.042207 + ], + [ + 117.700331, + 44.016353 + ], + [ + 117.790219, + 44.019482 + ], + [ + 117.827793, + 44.063113 + ], + [ + 117.859876, + 44.072987 + ], + [ + 117.904098, + 44.121182 + ], + [ + 117.962193, + 44.121182 + ], + [ + 118.06162, + 44.100461 + ], + [ + 118.116825, + 44.132362 + ], + [ + 118.128675, + 44.190692 + ], + [ + 118.148907, + 44.215157 + ], + [ + 118.172608, + 44.204321 + ], + [ + 118.19284, + 44.242565 + ], + [ + 118.237351, + 44.279144 + ], + [ + 118.214228, + 44.306195 + ], + [ + 118.250935, + 44.337493 + ], + [ + 118.34198, + 44.319961 + ], + [ + 118.414816, + 44.322419 + ], + [ + 118.428111, + 44.346174 + ], + [ + 118.466552, + 44.354036 + ], + [ + 118.476957, + 44.399383 + ], + [ + 118.544591, + 44.411165 + ], + [ + 118.54777, + 44.442243 + ], + [ + 118.596038, + 44.468728 + ], + [ + 118.635635, + 44.472814 + ], + [ + 118.659336, + 44.453361 + ], + [ + 118.75067, + 44.477554 + ], + [ + 118.789111, + 44.46317 + ], + [ + 118.816569, + 44.49128 + ], + [ + 118.904723, + 44.516436 + ], + [ + 118.981606, + 44.566064 + ], + [ + 119.001549, + 44.648248 + ], + [ + 118.96831, + 44.691087 + ], + [ + 118.926112, + 44.7046 + ], + [ + 118.97149, + 44.729827 + ], + [ + 119.001549, + 44.713879 + ], + [ + 119.074674, + 44.712739 + ], + [ + 119.148377, + 44.731617 + ], + [ + 119.125832, + 44.762199 + ], + [ + 119.173233, + 44.76041 + ], + [ + 119.14751, + 44.808692 + ], + [ + 119.067448, + 44.870895 + ], + [ + 119.082188, + 44.938381 + ], + [ + 119.107334, + 44.920543 + ], + [ + 119.146642, + 44.924922 + ], + [ + 119.224681, + 44.909676 + ], + [ + 119.230172, + 44.9353 + ], + [ + 119.18624, + 44.952971 + ], + [ + 119.15329, + 44.992993 + ], + [ + 119.171788, + 45.015989 + ], + [ + 119.208495, + 44.997366 + ], + [ + 119.231907, + 45.019065 + ], + [ + 119.196934, + 45.03234 + ], + [ + 119.156759, + 45.074409 + ], + [ + 119.159071, + 45.099959 + ], + [ + 119.215432, + 45.152802 + ], + [ + 119.28769, + 45.121943 + ], + [ + 119.293181, + 45.087347 + ], + [ + 119.342027, + 45.076026 + ], + [ + 119.373243, + 45.105456 + ], + [ + 119.360814, + 45.165884 + ], + [ + 119.311101, + 45.186551 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.33827, + 45.252214 + ], + [ + 119.492324, + 45.223829 + ], + [ + 119.507642, + 45.194622 + ], + [ + 119.634816, + 45.121619 + ], + [ + 119.668633, + 45.084436 + ], + [ + 119.708519, + 44.989429 + ], + [ + 119.751874, + 44.925895 + ], + [ + 119.848988, + 44.894751 + ], + [ + 119.864307, + 44.873329 + ], + [ + 119.927604, + 44.846379 + ], + [ + 119.9409, + 44.826401 + ], + [ + 120.076166, + 44.72641 + ], + [ + 120.082236, + 44.687668 + ], + [ + 120.116342, + 44.652484 + ], + [ + 120.180796, + 44.635373 + ], + [ + 120.156517, + 44.598853 + ], + [ + 120.206519, + 44.571938 + ], + [ + 120.2123, + 44.552355 + ], + [ + 120.28687, + 44.517253 + ], + [ + 120.325022, + 44.440444 + ], + [ + 120.312016, + 44.418363 + ], + [ + 120.339185, + 44.39071 + ], + [ + 120.378493, + 44.38629 + ], + [ + 120.38832, + 44.337656 + ], + [ + 120.454508, + 44.262416 + ], + [ + 120.496707, + 44.249292 + ], + [ + 120.560872, + 44.261432 + ], + [ + 120.574456, + 44.235017 + ], + [ + 120.645847, + 44.235017 + ], + [ + 120.653651, + 44.185765 + ], + [ + 120.688912, + 44.18248 + ], + [ + 120.706543, + 44.129238 + ], + [ + 120.746141, + 44.113783 + ], + [ + 120.708856, + 44.081543 + ], + [ + 120.693537, + 44.037268 + ], + [ + 120.774466, + 43.935588 + ], + [ + 120.795854, + 43.885756 + ], + [ + 120.787472, + 43.814401 + ], + [ + 120.836029, + 43.788613 + ], + [ + 120.876783, + 43.739485 + ], + [ + 120.940659, + 43.693961 + ], + [ + 120.964359, + 43.654037 + ], + [ + 120.93141, + 43.611101 + ], + [ + 120.864354, + 43.593188 + ], + [ + 120.807993, + 43.559504 + ], + [ + 120.758569, + 43.54307 + ], + [ + 120.753366, + 43.525967 + ], + [ + 120.694404, + 43.488424 + ], + [ + 120.654807, + 43.451024 + ], + [ + 120.60018, + 43.427241 + ], + [ + 120.464046, + 43.400787 + ], + [ + 120.426761, + 43.380149 + ], + [ + 120.504222, + 43.380315 + ], + [ + 120.607406, + 43.393798 + ], + [ + 120.644402, + 43.409607 + ], + [ + 120.705387, + 43.410439 + ], + [ + 120.772153, + 43.42824 + ], + [ + 120.762904, + 43.406112 + ], + [ + 120.721284, + 43.393964 + ], + [ + 120.666368, + 43.325022 + ], + [ + 120.627927, + 43.318523 + ], + [ + 120.631973, + 43.295856 + ], + [ + 120.589486, + 43.276849 + ], + [ + 120.574745, + 43.240486 + ], + [ + 120.535148, + 43.226803 + ], + [ + 120.507979, + 43.196254 + ], + [ + 120.47474, + 43.184899 + ], + [ + 120.451907, + 43.131434 + ], + [ + 120.386008, + 43.102008 + ], + [ + 120.3467, + 43.058512 + ], + [ + 120.387164, + 42.986342 + ], + [ + 120.430519, + 42.986174 + ], + [ + 120.403061, + 42.93723 + ], + [ + 120.420403, + 42.914757 + ], + [ + 120.396413, + 42.885563 + ], + [ + 120.42416, + 42.8671 + ], + [ + 120.462023, + 42.756541 + ], + [ + 120.484856, + 42.725926 + ], + [ + 120.512892, + 42.649154 + ], + [ + 120.564918, + 42.598089 + ], + [ + 120.568386, + 42.540569 + ], + [ + 120.653073, + 42.465089 + ], + [ + 120.666079, + 42.442275 + ], + [ + 120.768685, + 42.393916 + ], + [ + 120.766951, + 42.366168 + ], + [ + 120.84181, + 42.309282 + ], + [ + 120.861175, + 42.269465 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.886032, + 42.270651 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150500, + "name": "通辽市", + "center": [ + 122.263119, + 43.617429 + ], + "centroid": [ + 121.569877, + 43.834478 + ], + "childrenNum": 8, + "level": "city", + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.886032, + 42.270651 + ], + [ + 120.885743, + 42.270482 + ], + [ + 120.861175, + 42.269465 + ], + [ + 120.84181, + 42.309282 + ], + [ + 120.766951, + 42.366168 + ], + [ + 120.768685, + 42.393916 + ], + [ + 120.666079, + 42.442275 + ], + [ + 120.653073, + 42.465089 + ], + [ + 120.568386, + 42.540569 + ], + [ + 120.564918, + 42.598089 + ], + [ + 120.512892, + 42.649154 + ], + [ + 120.484856, + 42.725926 + ], + [ + 120.462023, + 42.756541 + ], + [ + 120.42416, + 42.8671 + ], + [ + 120.396413, + 42.885563 + ], + [ + 120.420403, + 42.914757 + ], + [ + 120.403061, + 42.93723 + ], + [ + 120.430519, + 42.986174 + ], + [ + 120.387164, + 42.986342 + ], + [ + 120.3467, + 43.058512 + ], + [ + 120.386008, + 43.102008 + ], + [ + 120.451907, + 43.131434 + ], + [ + 120.47474, + 43.184899 + ], + [ + 120.507979, + 43.196254 + ], + [ + 120.535148, + 43.226803 + ], + [ + 120.574745, + 43.240486 + ], + [ + 120.589486, + 43.276849 + ], + [ + 120.631973, + 43.295856 + ], + [ + 120.627927, + 43.318523 + ], + [ + 120.666368, + 43.325022 + ], + [ + 120.721284, + 43.393964 + ], + [ + 120.762904, + 43.406112 + ], + [ + 120.772153, + 43.42824 + ], + [ + 120.705387, + 43.410439 + ], + [ + 120.644402, + 43.409607 + ], + [ + 120.607406, + 43.393798 + ], + [ + 120.504222, + 43.380315 + ], + [ + 120.426761, + 43.380149 + ], + [ + 120.464046, + 43.400787 + ], + [ + 120.60018, + 43.427241 + ], + [ + 120.654807, + 43.451024 + ], + [ + 120.694404, + 43.488424 + ], + [ + 120.753366, + 43.525967 + ], + [ + 120.758569, + 43.54307 + ], + [ + 120.807993, + 43.559504 + ], + [ + 120.864354, + 43.593188 + ], + [ + 120.93141, + 43.611101 + ], + [ + 120.964359, + 43.654037 + ], + [ + 120.940659, + 43.693961 + ], + [ + 120.876783, + 43.739485 + ], + [ + 120.836029, + 43.788613 + ], + [ + 120.787472, + 43.814401 + ], + [ + 120.795854, + 43.885756 + ], + [ + 120.774466, + 43.935588 + ], + [ + 120.693537, + 44.037268 + ], + [ + 120.708856, + 44.081543 + ], + [ + 120.746141, + 44.113783 + ], + [ + 120.706543, + 44.129238 + ], + [ + 120.688912, + 44.18248 + ], + [ + 120.653651, + 44.185765 + ], + [ + 120.645847, + 44.235017 + ], + [ + 120.574456, + 44.235017 + ], + [ + 120.560872, + 44.261432 + ], + [ + 120.496707, + 44.249292 + ], + [ + 120.454508, + 44.262416 + ], + [ + 120.38832, + 44.337656 + ], + [ + 120.378493, + 44.38629 + ], + [ + 120.339185, + 44.39071 + ], + [ + 120.312016, + 44.418363 + ], + [ + 120.325022, + 44.440444 + ], + [ + 120.28687, + 44.517253 + ], + [ + 120.2123, + 44.552355 + ], + [ + 120.206519, + 44.571938 + ], + [ + 120.156517, + 44.598853 + ], + [ + 120.180796, + 44.635373 + ], + [ + 120.116342, + 44.652484 + ], + [ + 120.082236, + 44.687668 + ], + [ + 120.076166, + 44.72641 + ], + [ + 119.9409, + 44.826401 + ], + [ + 119.927604, + 44.846379 + ], + [ + 119.864307, + 44.873329 + ], + [ + 119.848988, + 44.894751 + ], + [ + 119.751874, + 44.925895 + ], + [ + 119.708519, + 44.989429 + ], + [ + 119.668633, + 45.084436 + ], + [ + 119.634816, + 45.121619 + ], + [ + 119.507642, + 45.194622 + ], + [ + 119.492324, + 45.223829 + ], + [ + 119.33827, + 45.252214 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.248381, + 45.304111 + ], + [ + 119.313413, + 45.385244 + ], + [ + 119.304742, + 45.468029 + ], + [ + 119.396943, + 45.511863 + ], + [ + 119.496081, + 45.550691 + ], + [ + 119.55909, + 45.615933 + ], + [ + 119.544927, + 45.635956 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.656493, + 45.623463 + ], + [ + 119.790893, + 45.564323 + ], + [ + 119.819507, + 45.572821 + ], + [ + 119.877602, + 45.549088 + ], + [ + 119.918355, + 45.561918 + ], + [ + 119.906794, + 45.505603 + ], + [ + 120.002464, + 45.482162 + ], + [ + 120.031656, + 45.499342 + ], + [ + 120.028765, + 45.526306 + ], + [ + 119.994082, + 45.552937 + ], + [ + 119.994082, + 45.580837 + ], + [ + 120.027031, + 45.594942 + ], + [ + 120.142644, + 45.584204 + ], + [ + 120.165766, + 45.594782 + ], + [ + 120.269239, + 45.552135 + ], + [ + 120.318375, + 45.556626 + ], + [ + 120.35855, + 45.516838 + ], + [ + 120.414044, + 45.503516 + ], + [ + 120.434854, + 45.464495 + ], + [ + 120.49584, + 45.464173 + ], + [ + 120.559716, + 45.416604 + ], + [ + 120.554224, + 45.357569 + ], + [ + 120.580526, + 45.352901 + ], + [ + 120.660298, + 45.297666 + ], + [ + 120.744406, + 45.260115 + ], + [ + 120.82678, + 45.253504 + ], + [ + 120.834873, + 45.216084 + ], + [ + 120.882274, + 45.217537 + ], + [ + 120.967827, + 45.184129 + ], + [ + 120.97303, + 45.157002 + ], + [ + 120.947884, + 45.120973 + ], + [ + 120.97303, + 45.11871 + ], + [ + 120.977076, + 45.072953 + ], + [ + 121.032859, + 44.9985 + ], + [ + 121.239806, + 44.934165 + ], + [ + 121.401663, + 44.85125 + ], + [ + 121.420161, + 44.817953 + ], + [ + 121.409178, + 44.790815 + ], + [ + 121.529993, + 44.720389 + ], + [ + 121.548491, + 44.667472 + ], + [ + 121.595603, + 44.659164 + ], + [ + 121.585198, + 44.639774 + ], + [ + 121.651097, + 44.563126 + ], + [ + 121.697631, + 44.534562 + ], + [ + 121.760062, + 44.47739 + ], + [ + 121.778271, + 44.446494 + ], + [ + 121.829429, + 44.411328 + ], + [ + 121.881166, + 44.402983 + ], + [ + 121.933769, + 44.351252 + ], + [ + 122.017877, + 44.304392 + ], + [ + 122.167596, + 44.25569 + ], + [ + 122.22598, + 44.263564 + ], + [ + 122.274537, + 44.25405 + ], + [ + 122.319337, + 44.232883 + ], + [ + 122.483218, + 44.236986 + ], + [ + 122.512988, + 44.250276 + ], + [ + 122.641896, + 44.283408 + ], + [ + 122.675423, + 44.285703 + ], + [ + 122.760687, + 44.369756 + ], + [ + 122.856068, + 44.398238 + ], + [ + 123.024862, + 44.492914 + ], + [ + 123.124867, + 44.509577 + ], + [ + 123.124, + 44.457939 + ], + [ + 123.142208, + 44.428178 + ], + [ + 123.114461, + 44.402493 + ], + [ + 123.127179, + 44.368774 + ], + [ + 123.196835, + 44.345028 + ], + [ + 123.277186, + 44.252573 + ], + [ + 123.287302, + 44.213351 + ], + [ + 123.32372, + 44.179852 + ], + [ + 123.38644, + 44.161945 + ], + [ + 123.3506, + 44.092566 + ], + [ + 123.328344, + 44.083847 + ], + [ + 123.332391, + 44.028376 + ], + [ + 123.400891, + 43.979281 + ], + [ + 123.375168, + 43.965599 + ], + [ + 123.428349, + 43.927341 + ], + [ + 123.443957, + 43.877337 + ], + [ + 123.468236, + 43.853062 + ], + [ + 123.463322, + 43.819524 + ], + [ + 123.49685, + 43.785637 + ], + [ + 123.482687, + 43.737831 + ], + [ + 123.517371, + 43.71383 + ], + [ + 123.537314, + 43.649728 + ], + [ + 123.511879, + 43.62619 + ], + [ + 123.510434, + 43.592193 + ], + [ + 123.421123, + 43.59833 + ], + [ + 123.46101, + 43.568632 + ], + [ + 123.452339, + 43.545726 + ], + [ + 123.352912, + 43.567636 + ], + [ + 123.304644, + 43.550707 + ], + [ + 123.32979, + 43.518992 + ], + [ + 123.315916, + 43.49208 + ], + [ + 123.375746, + 43.476625 + ], + [ + 123.419967, + 43.410106 + ], + [ + 123.441934, + 43.43772 + ], + [ + 123.486734, + 43.44537 + ], + [ + 123.519683, + 43.402452 + ], + [ + 123.545118, + 43.415097 + ], + [ + 123.608705, + 43.36633 + ], + [ + 123.703796, + 43.370659 + ], + [ + 123.712756, + 43.347179 + ], + [ + 123.696281, + 43.281351 + ], + [ + 123.664199, + 43.26234 + ], + [ + 123.676916, + 43.224132 + ], + [ + 123.646279, + 43.213283 + ], + [ + 123.667956, + 43.18089 + ], + [ + 123.636163, + 43.141462 + ], + [ + 123.626336, + 43.079427 + ], + [ + 123.572576, + 43.004601 + ], + [ + 123.537603, + 43.007114 + ], + [ + 123.471993, + 43.042779 + ], + [ + 123.321986, + 43.000749 + ], + [ + 123.258977, + 42.993043 + ], + [ + 123.184118, + 42.925995 + ], + [ + 123.188742, + 42.895799 + ], + [ + 123.169955, + 42.859713 + ], + [ + 123.227473, + 42.83234 + ], + [ + 123.115907, + 42.800419 + ], + [ + 123.058389, + 42.769153 + ], + [ + 122.980351, + 42.777559 + ], + [ + 122.945956, + 42.753682 + ], + [ + 122.928904, + 42.772179 + ], + [ + 122.887283, + 42.770162 + ], + [ + 122.850865, + 42.714315 + ], + [ + 122.732362, + 42.786469 + ], + [ + 122.625132, + 42.773188 + ], + [ + 122.58091, + 42.789662 + ], + [ + 122.563857, + 42.825957 + ], + [ + 122.436973, + 42.842921 + ], + [ + 122.358356, + 42.835868 + ], + [ + 122.349974, + 42.82159 + ], + [ + 122.374831, + 42.774869 + ], + [ + 122.46154, + 42.758055 + ], + [ + 122.399688, + 42.712128 + ], + [ + 122.398531, + 42.68671 + ], + [ + 122.341303, + 42.671219 + ], + [ + 122.259507, + 42.696643 + ], + [ + 122.203724, + 42.732151 + ], + [ + 122.19621, + 42.690919 + ], + [ + 122.133201, + 42.689404 + ], + [ + 122.060943, + 42.723402 + ], + [ + 122.018745, + 42.699168 + ], + [ + 121.940417, + 42.688562 + ], + [ + 121.916139, + 42.65724 + ], + [ + 121.921341, + 42.606181 + ], + [ + 121.869315, + 42.527911 + ], + [ + 121.828851, + 42.531962 + ], + [ + 121.747344, + 42.484516 + ], + [ + 121.711215, + 42.443627 + ], + [ + 121.666127, + 42.437204 + ], + [ + 121.637802, + 42.480462 + ], + [ + 121.605141, + 42.493974 + ], + [ + 121.607742, + 42.516094 + ], + [ + 121.570168, + 42.486881 + ], + [ + 121.506292, + 42.482489 + ], + [ + 121.478834, + 42.496339 + ], + [ + 121.433746, + 42.475395 + ], + [ + 121.385188, + 42.473029 + ], + [ + 121.304549, + 42.435683 + ], + [ + 121.284895, + 42.387826 + ], + [ + 121.218706, + 42.371922 + ], + [ + 121.121592, + 42.280989 + ], + [ + 121.087197, + 42.278447 + ], + [ + 121.069277, + 42.252683 + ], + [ + 121.028813, + 42.24251 + ], + [ + 120.936034, + 42.279803 + ], + [ + 120.886032, + 42.270651 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150600, + "name": "鄂尔多斯市", + "center": [ + 109.99029, + 39.817179 + ], + "centroid": [ + 108.63473, + 39.427784 + ], + "childrenNum": 9, + "level": "city", + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 110.74104, + 39.349509 + ], + [ + 110.739595, + 39.348977 + ], + [ + 110.732947, + 39.308406 + ], + [ + 110.702888, + 39.273839 + ], + [ + 110.626294, + 39.266747 + ], + [ + 110.566754, + 39.319924 + ], + [ + 110.559239, + 39.352165 + ], + [ + 110.524266, + 39.382799 + ], + [ + 110.482646, + 39.360666 + ], + [ + 110.430042, + 39.379258 + ], + [ + 110.429175, + 39.342069 + ], + [ + 110.391023, + 39.311773 + ], + [ + 110.340443, + 39.341715 + ], + [ + 110.243328, + 39.423681 + ], + [ + 110.152572, + 39.453929 + ], + [ + 110.132051, + 39.446855 + ], + [ + 110.136676, + 39.391827 + ], + [ + 110.158931, + 39.389526 + ], + [ + 110.203153, + 39.315317 + ], + [ + 110.210957, + 39.281463 + ], + [ + 110.110663, + 39.249721 + ], + [ + 110.010947, + 39.20856 + ], + [ + 109.962679, + 39.211932 + ], + [ + 109.902849, + 39.271889 + ], + [ + 109.869033, + 39.249721 + ], + [ + 109.960367, + 39.186727 + ], + [ + 109.89389, + 39.141265 + ], + [ + 109.922215, + 39.106972 + ], + [ + 109.860073, + 39.124387 + ], + [ + 109.757467, + 39.053455 + ], + [ + 109.725384, + 39.018407 + ], + [ + 109.665266, + 38.981739 + ], + [ + 109.683764, + 38.935611 + ], + [ + 109.624513, + 38.854502 + ], + [ + 109.549653, + 38.805791 + ], + [ + 109.517282, + 38.833808 + ], + [ + 109.450805, + 38.788833 + ], + [ + 109.40167, + 38.716314 + ], + [ + 109.338661, + 38.701479 + ], + [ + 109.328834, + 38.660534 + ], + [ + 109.367564, + 38.629766 + ], + [ + 109.331435, + 38.59791 + ], + [ + 109.276808, + 38.622966 + ], + [ + 109.196747, + 38.552607 + ], + [ + 109.175936, + 38.518746 + ], + [ + 109.052231, + 38.42855 + ], + [ + 109.051364, + 38.385295 + ], + [ + 109.00772, + 38.359078 + ], + [ + 108.961764, + 38.265087 + ], + [ + 108.975927, + 38.245122 + ], + [ + 108.938931, + 38.209497 + ], + [ + 108.967545, + 38.152784 + ], + [ + 109.068995, + 38.091161 + ], + [ + 109.050786, + 38.054919 + ], + [ + 109.069573, + 38.02299 + ], + [ + 109.038068, + 38.021546 + ], + [ + 109.017547, + 37.969924 + ], + [ + 108.982574, + 37.963784 + ], + [ + 108.974193, + 37.931815 + ], + [ + 108.935751, + 37.921698 + ], + [ + 108.893842, + 37.978229 + ], + [ + 108.882859, + 38.013787 + ], + [ + 108.830544, + 38.049869 + ], + [ + 108.797595, + 38.047885 + ], + [ + 108.826787, + 37.995198 + ], + [ + 108.798173, + 37.933622 + ], + [ + 108.793259, + 37.815925 + ], + [ + 108.784588, + 37.764701 + ], + [ + 108.792103, + 37.700214 + ], + [ + 108.777651, + 37.683539 + ], + [ + 108.611169, + 37.654169 + ], + [ + 108.532553, + 37.690608 + ], + [ + 108.422432, + 37.64891 + ], + [ + 108.301039, + 37.640749 + ], + [ + 108.246412, + 37.665774 + ], + [ + 108.19352, + 37.63821 + ], + [ + 108.133979, + 37.622066 + ], + [ + 108.013164, + 37.665592 + ], + [ + 108.024436, + 37.698764 + ], + [ + 107.993221, + 37.735363 + ], + [ + 107.981949, + 37.787331 + ], + [ + 107.884834, + 37.808325 + ], + [ + 107.842636, + 37.828951 + ], + [ + 107.741186, + 37.845412 + ], + [ + 107.68338, + 37.887722 + ], + [ + 107.650141, + 37.864581 + ], + [ + 107.560541, + 37.893687 + ], + [ + 107.492619, + 37.944821 + ], + [ + 107.450132, + 37.933261 + ], + [ + 107.41169, + 37.949156 + ], + [ + 107.440015, + 37.995017 + ], + [ + 107.39377, + 38.01505 + ], + [ + 107.331629, + 38.086474 + ], + [ + 107.242318, + 38.110626 + ], + [ + 107.190293, + 38.154045 + ], + [ + 107.138845, + 38.160709 + ], + [ + 107.125839, + 38.137113 + ], + [ + 107.068899, + 38.139095 + ], + [ + 107.014851, + 38.120357 + ], + [ + 106.945194, + 38.131708 + ], + [ + 106.755879, + 38.181236 + ], + [ + 106.728132, + 38.204098 + ], + [ + 106.627838, + 38.23253 + ], + [ + 106.555291, + 38.263828 + ], + [ + 106.482455, + 38.319556 + ], + [ + 106.504711, + 38.332852 + ], + [ + 106.511358, + 38.336804 + ], + [ + 106.601825, + 38.392476 + ], + [ + 106.648648, + 38.472676 + ], + [ + 106.662522, + 38.60149 + ], + [ + 106.702697, + 38.708271 + ], + [ + 106.755879, + 38.748474 + ], + [ + 106.837386, + 38.847545 + ], + [ + 106.954443, + 38.941134 + ], + [ + 106.971496, + 39.016983 + ], + [ + 106.967739, + 39.052388 + ], + [ + 107.033349, + 39.036734 + ], + [ + 107.06283, + 39.061458 + ], + [ + 107.077859, + 39.045273 + ], + [ + 107.087976, + 39.113903 + ], + [ + 107.103583, + 39.136113 + ], + [ + 107.11659, + 39.205365 + ], + [ + 107.139134, + 39.226127 + ], + [ + 107.136533, + 39.27969 + ], + [ + 107.060229, + 39.222401 + ], + [ + 107.034505, + 39.251318 + ], + [ + 106.943749, + 39.299367 + ], + [ + 106.952131, + 39.409171 + ], + [ + 106.965426, + 39.420142 + ], + [ + 106.935945, + 39.517213 + ], + [ + 106.931899, + 39.576732 + ], + [ + 106.911956, + 39.627027 + ], + [ + 106.875827, + 39.672526 + ], + [ + 106.91369, + 39.682046 + ], + [ + 106.899238, + 39.755687 + ], + [ + 106.875827, + 39.795822 + ], + [ + 106.9345, + 39.858794 + ], + [ + 106.965137, + 39.859673 + ], + [ + 106.963403, + 39.902383 + ], + [ + 106.933922, + 39.914506 + ], + [ + 106.871491, + 39.865475 + ], + [ + 106.86282, + 39.842793 + ], + [ + 106.778712, + 39.811131 + ], + [ + 106.768885, + 39.86653 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.696049, + 39.890258 + ], + [ + 106.723796, + 39.932422 + ], + [ + 106.704142, + 39.967364 + ], + [ + 106.720039, + 39.993163 + ], + [ + 106.718016, + 40.047363 + ], + [ + 106.759347, + 40.083647 + ], + [ + 106.801546, + 40.10187 + ], + [ + 106.866578, + 40.181012 + ], + [ + 106.922939, + 40.196934 + ], + [ + 106.948663, + 40.234887 + ], + [ + 106.99722, + 40.262333 + ], + [ + 107.013116, + 40.314572 + ], + [ + 107.055026, + 40.332733 + ], + [ + 107.044043, + 40.35403 + ], + [ + 107.114277, + 40.366945 + ], + [ + 107.15214, + 40.410907 + ], + [ + 107.147227, + 40.464251 + ], + [ + 107.18509, + 40.471744 + ], + [ + 107.203877, + 40.505712 + ], + [ + 107.1611, + 40.525388 + ], + [ + 107.169193, + 40.598295 + ], + [ + 107.230757, + 40.577423 + ], + [ + 107.250989, + 40.58299 + ], + [ + 107.286829, + 40.650969 + ], + [ + 107.392325, + 40.644887 + ], + [ + 107.455334, + 40.680677 + ], + [ + 107.485104, + 40.711067 + ], + [ + 107.526725, + 40.701344 + ], + [ + 107.584531, + 40.739707 + ], + [ + 107.612567, + 40.778049 + ], + [ + 107.603896, + 40.798685 + ], + [ + 107.653609, + 40.772845 + ], + [ + 107.679622, + 40.780824 + ], + [ + 107.681067, + 40.817235 + ], + [ + 107.738874, + 40.874758 + ], + [ + 107.747545, + 40.860728 + ], + [ + 107.821247, + 40.835779 + ], + [ + 107.856509, + 40.874585 + ], + [ + 107.899575, + 40.849295 + ], + [ + 107.972122, + 40.862287 + ], + [ + 108.000447, + 40.846003 + ], + [ + 108.088601, + 40.832314 + ], + [ + 108.125308, + 40.842711 + ], + [ + 108.182247, + 40.888092 + ], + [ + 108.211439, + 40.850681 + ], + [ + 108.211728, + 40.820875 + ], + [ + 108.288033, + 40.819661 + ], + [ + 108.338902, + 40.801633 + ], + [ + 108.421565, + 40.80666 + ], + [ + 108.468388, + 40.785159 + ], + [ + 108.483129, + 40.75463 + ], + [ + 108.580243, + 40.710893 + ], + [ + 108.591804, + 40.658962 + ], + [ + 108.656547, + 40.667128 + ], + [ + 108.720134, + 40.619161 + ], + [ + 108.762622, + 40.62681 + ], + [ + 108.778229, + 40.567158 + ], + [ + 108.831122, + 40.541577 + ], + [ + 108.870141, + 40.570464 + ], + [ + 108.92737, + 40.552194 + ], + [ + 108.925635, + 40.533048 + ], + [ + 108.997604, + 40.530088 + ], + [ + 108.998182, + 40.55724 + ], + [ + 109.053387, + 40.550801 + ], + [ + 109.088938, + 40.532699 + ], + [ + 109.157149, + 40.53357 + ], + [ + 109.322475, + 40.484636 + ], + [ + 109.419879, + 40.473312 + ], + [ + 109.437509, + 40.513722 + ], + [ + 109.519883, + 40.514244 + ], + [ + 109.580291, + 40.553586 + ], + [ + 109.635496, + 40.546798 + ], + [ + 109.667, + 40.500139 + ], + [ + 109.708621, + 40.477494 + ], + [ + 109.802267, + 40.509717 + ], + [ + 109.866143, + 40.509891 + ], + [ + 109.910075, + 40.532003 + ], + [ + 109.996207, + 40.510588 + ], + [ + 110.035804, + 40.534266 + ], + [ + 110.164712, + 40.513722 + ], + [ + 110.18321, + 40.554282 + ], + [ + 110.247953, + 40.521209 + ], + [ + 110.249398, + 40.475054 + ], + [ + 110.296799, + 40.492823 + ], + [ + 110.319054, + 40.445777 + ], + [ + 110.357495, + 40.462509 + ], + [ + 110.369057, + 40.444383 + ], + [ + 110.45172, + 40.391896 + ], + [ + 110.472241, + 40.404978 + ], + [ + 110.488137, + 40.369563 + ], + [ + 110.510971, + 40.389279 + ], + [ + 110.570222, + 40.340589 + ], + [ + 110.636699, + 40.308634 + ], + [ + 110.702021, + 40.325399 + ], + [ + 110.768787, + 40.299726 + ], + [ + 110.782371, + 40.274042 + ], + [ + 110.816477, + 40.266178 + ], + [ + 110.837287, + 40.289943 + ], + [ + 110.914458, + 40.244678 + ], + [ + 110.945963, + 40.270373 + ], + [ + 110.999144, + 40.26111 + ], + [ + 111.032961, + 40.296931 + ], + [ + 111.05406, + 40.264605 + ], + [ + 111.115624, + 40.255866 + ], + [ + 111.190483, + 40.216525 + ], + [ + 111.248289, + 40.164561 + ], + [ + 111.314188, + 40.150557 + ], + [ + 111.360433, + 40.10187 + ], + [ + 111.420263, + 40.02211 + ], + [ + 111.426332, + 39.949983 + ], + [ + 111.445409, + 39.899045 + ], + [ + 111.41506, + 39.864772 + ], + [ + 111.417083, + 39.829778 + ], + [ + 111.371417, + 39.791775 + ], + [ + 111.365058, + 39.721166 + ], + [ + 111.440784, + 39.672526 + ], + [ + 111.438183, + 39.640433 + ], + [ + 111.426622, + 39.50343 + ], + [ + 111.364191, + 39.467368 + ], + [ + 111.352341, + 39.426689 + ], + [ + 111.289332, + 39.417134 + ], + [ + 111.21216, + 39.425627 + ], + [ + 111.145394, + 39.409525 + ], + [ + 111.108109, + 39.356593 + ], + [ + 111.097993, + 39.401915 + ], + [ + 111.064466, + 39.400854 + ], + [ + 111.058396, + 39.447739 + ], + [ + 111.108976, + 39.474264 + ], + [ + 111.106375, + 39.498481 + ], + [ + 111.148863, + 39.53223 + ], + [ + 111.154932, + 39.568964 + ], + [ + 111.134411, + 39.586441 + ], + [ + 111.100883, + 39.559429 + ], + [ + 111.043655, + 39.554661 + ], + [ + 111.041054, + 39.567728 + ], + [ + 110.959258, + 39.51951 + ], + [ + 110.890758, + 39.508908 + ], + [ + 110.808095, + 39.411826 + ], + [ + 110.74104, + 39.349509 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150700, + "name": "呼伦贝尔市", + "center": [ + 119.758168, + 49.215333 + ], + "centroid": [ + 120.886666, + 49.619014 + ], + "childrenNum": 14, + "level": "city", + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.486254, + 47.336721 + ], + [ + 119.444633, + 47.371014 + ], + [ + 119.386827, + 47.397532 + ], + [ + 119.351565, + 47.432095 + ], + [ + 119.322084, + 47.427136 + ], + [ + 119.365728, + 47.477472 + ], + [ + 119.205316, + 47.520335 + ], + [ + 119.152134, + 47.540594 + ], + [ + 119.134214, + 47.664452 + ], + [ + 118.773214, + 47.771085 + ], + [ + 118.568002, + 47.99213 + ], + [ + 118.455858, + 47.996268 + ], + [ + 118.424354, + 48.014811 + ], + [ + 118.329841, + 48.006077 + ], + [ + 118.27637, + 48.009295 + ], + [ + 118.240241, + 48.040544 + ], + [ + 118.107576, + 48.031049 + ], + [ + 118.015375, + 48.012053 + ], + [ + 117.926353, + 48.015883 + ], + [ + 117.886756, + 48.025228 + ], + [ + 117.813342, + 48.01619 + ], + [ + 117.528935, + 47.782937 + ], + [ + 117.493674, + 47.758461 + ], + [ + 117.384131, + 47.641154 + ], + [ + 117.094811, + 47.824013 + ], + [ + 116.879193, + 47.893936 + ], + [ + 116.791328, + 47.897622 + ], + [ + 116.669935, + 47.890557 + ], + [ + 116.452872, + 47.837544 + ], + [ + 116.265869, + 47.876733 + ], + [ + 116.110949, + 47.811709 + ], + [ + 115.968167, + 47.689897 + ], + [ + 115.938975, + 47.683113 + ], + [ + 115.580577, + 47.921725 + ], + [ + 115.529418, + 48.15527 + ], + [ + 115.822785, + 48.259372 + ], + [ + 115.799373, + 48.515059 + ], + [ + 115.830299, + 48.560101 + ], + [ + 116.078288, + 48.822421 + ], + [ + 116.048518, + 48.873516 + ], + [ + 116.350845, + 49.317592 + ], + [ + 116.717914, + 49.847284 + ], + [ + 116.736701, + 49.847579 + ], + [ + 117.069087, + 49.695514 + ], + [ + 117.278056, + 49.636364 + ], + [ + 117.485003, + 49.6331 + ], + [ + 117.638189, + 49.574914 + ], + [ + 117.809585, + 49.521268 + ], + [ + 117.849471, + 49.551442 + ], + [ + 117.866524, + 49.59214 + ], + [ + 117.950921, + 49.596 + ], + [ + 117.980691, + 49.621231 + ], + [ + 118.082719, + 49.616631 + ], + [ + 118.118848, + 49.666467 + ], + [ + 118.154688, + 49.66024 + ], + [ + 118.185325, + 49.687809 + ], + [ + 118.205846, + 49.684697 + ], + [ + 118.220876, + 49.730022 + ], + [ + 118.282439, + 49.74364 + ], + [ + 118.315967, + 49.767168 + ], + [ + 118.388514, + 49.785952 + ], + [ + 118.402387, + 49.811381 + ], + [ + 118.385334, + 49.826898 + ], + [ + 118.469732, + 49.825716 + ], + [ + 118.496033, + 49.84625 + ], + [ + 118.485917, + 49.866923 + ], + [ + 118.523202, + 49.881093 + ], + [ + 118.572916, + 49.930952 + ], + [ + 118.617715, + 49.927856 + ], + [ + 118.651243, + 49.950852 + ], + [ + 118.741999, + 49.946578 + ], + [ + 118.763098, + 49.959694 + ], + [ + 118.96542, + 49.98886 + ], + [ + 119.050395, + 49.980613 + ], + [ + 119.091437, + 49.985768 + ], + [ + 119.123809, + 50.018156 + ], + [ + 119.188263, + 50.054493 + ], + [ + 119.189997, + 50.085365 + ], + [ + 119.234797, + 50.074783 + ], + [ + 119.290291, + 50.121651 + ], + [ + 119.309656, + 50.161285 + ], + [ + 119.34434, + 50.163192 + ], + [ + 119.359658, + 50.197074 + ], + [ + 119.318616, + 50.220381 + ], + [ + 119.340004, + 50.243823 + ], + [ + 119.347808, + 50.298135 + ], + [ + 119.386827, + 50.321685 + ], + [ + 119.358502, + 50.358961 + ], + [ + 119.277284, + 50.365974 + ], + [ + 119.237109, + 50.346539 + ], + [ + 119.23393, + 50.365098 + ], + [ + 119.195489, + 50.349316 + ], + [ + 119.155602, + 50.364659 + ], + [ + 119.176702, + 50.378683 + ], + [ + 119.126699, + 50.391243 + ], + [ + 119.164851, + 50.422482 + ], + [ + 119.206761, + 50.410368 + ], + [ + 119.239999, + 50.459095 + ], + [ + 119.264567, + 50.469447 + ], + [ + 119.238265, + 50.505587 + ], + [ + 119.262544, + 50.510831 + ], + [ + 119.26659, + 50.56091 + ], + [ + 119.299251, + 50.583893 + ], + [ + 119.282487, + 50.604831 + ], + [ + 119.361393, + 50.632732 + ], + [ + 119.394053, + 50.667296 + ], + [ + 119.387405, + 50.682827 + ], + [ + 119.433072, + 50.684568 + ], + [ + 119.496659, + 50.745478 + ], + [ + 119.515735, + 50.814125 + ], + [ + 119.498971, + 50.827726 + ], + [ + 119.491457, + 50.878913 + ], + [ + 119.569784, + 50.933797 + ], + [ + 119.598687, + 50.984723 + ], + [ + 119.629902, + 51.008508 + ], + [ + 119.683084, + 51.018883 + ], + [ + 119.725572, + 51.049562 + ], + [ + 119.722681, + 51.076192 + ], + [ + 119.764302, + 51.092594 + ], + [ + 119.785112, + 51.163603 + ], + [ + 119.760255, + 51.213272 + ], + [ + 119.786268, + 51.225466 + ], + [ + 119.82153, + 51.21442 + ], + [ + 119.797251, + 51.247121 + ], + [ + 119.827889, + 51.263749 + ], + [ + 119.810836, + 51.278508 + ], + [ + 119.879336, + 51.2967 + ], + [ + 119.883961, + 51.336927 + ], + [ + 119.922402, + 51.345225 + ], + [ + 119.945813, + 51.365965 + ], + [ + 119.912864, + 51.375259 + ], + [ + 119.922113, + 51.396557 + ], + [ + 119.971248, + 51.400415 + ], + [ + 119.982809, + 51.444976 + ], + [ + 120.002464, + 51.459392 + ], + [ + 119.987145, + 51.506604 + ], + [ + 120.017204, + 51.521143 + ], + [ + 120.052466, + 51.560887 + ], + [ + 120.035124, + 51.585799 + ], + [ + 120.06605, + 51.639135 + ], + [ + 120.102179, + 51.650221 + ], + [ + 120.094375, + 51.682043 + ], + [ + 120.172414, + 51.679913 + ], + [ + 120.226174, + 51.717674 + ], + [ + 120.293518, + 51.750724 + ], + [ + 120.311149, + 51.781767 + ], + [ + 120.363463, + 51.789985 + ], + [ + 120.406818, + 51.81647 + ], + [ + 120.400459, + 51.833457 + ], + [ + 120.459422, + 51.845062 + ], + [ + 120.496996, + 51.88735 + ], + [ + 120.533414, + 51.87915 + ], + [ + 120.547865, + 51.907137 + ], + [ + 120.660876, + 51.929458 + ], + [ + 120.661165, + 51.955578 + ], + [ + 120.701341, + 51.980555 + ], + [ + 120.71955, + 52.010171 + ], + [ + 120.686022, + 52.034976 + ], + [ + 120.698739, + 52.056107 + ], + [ + 120.769552, + 52.114093 + ], + [ + 120.763193, + 52.142777 + ], + [ + 120.785738, + 52.165542 + ], + [ + 120.747008, + 52.20402 + ], + [ + 120.758569, + 52.256346 + ], + [ + 120.717526, + 52.260833 + ], + [ + 120.696138, + 52.289842 + ], + [ + 120.628505, + 52.322753 + ], + [ + 120.624169, + 52.361514 + ], + [ + 120.649315, + 52.363752 + ], + [ + 120.648448, + 52.389619 + ], + [ + 120.690069, + 52.430416 + ], + [ + 120.683132, + 52.466571 + ], + [ + 120.706543, + 52.490147 + ], + [ + 120.692959, + 52.518309 + ], + [ + 120.73429, + 52.536842 + ], + [ + 120.629372, + 52.570265 + ], + [ + 120.596711, + 52.592811 + ], + [ + 120.561161, + 52.595594 + ], + [ + 120.4837, + 52.630084 + ], + [ + 120.437166, + 52.639675 + ], + [ + 120.396702, + 52.616319 + ], + [ + 120.286292, + 52.622993 + ], + [ + 120.185998, + 52.579312 + ], + [ + 120.080502, + 52.585436 + ], + [ + 120.049287, + 52.598515 + ], + [ + 120.035124, + 52.646346 + ], + [ + 120.070675, + 52.707587 + ], + [ + 120.031367, + 52.772762 + ], + [ + 120.099, + 52.787309 + ], + [ + 120.141198, + 52.812927 + ], + [ + 120.187732, + 52.807943 + ], + [ + 120.222416, + 52.842819 + ], + [ + 120.296986, + 52.869926 + ], + [ + 120.294963, + 52.890659 + ], + [ + 120.344676, + 52.900884 + ], + [ + 120.363174, + 52.941345 + ], + [ + 120.408263, + 52.956387 + ], + [ + 120.453063, + 53.010028 + ], + [ + 120.529078, + 53.045981 + ], + [ + 120.541507, + 53.070346 + ], + [ + 120.611163, + 53.100336 + ], + [ + 120.642089, + 53.105149 + ], + [ + 120.660009, + 53.137038 + ], + [ + 120.686889, + 53.142396 + ], + [ + 120.690936, + 53.172611 + ], + [ + 120.748164, + 53.210349 + ], + [ + 120.814063, + 53.239692 + ], + [ + 120.840076, + 53.241063 + ], + [ + 120.822734, + 53.270112 + ], + [ + 120.93112, + 53.286957 + ], + [ + 120.954821, + 53.298594 + ], + [ + 121.047022, + 53.288874 + ], + [ + 121.096735, + 53.307354 + ], + [ + 121.129396, + 53.277371 + ], + [ + 121.153674, + 53.285314 + ], + [ + 121.234603, + 53.280932 + ], + [ + 121.285473, + 53.291338 + ], + [ + 121.329405, + 53.322816 + ], + [ + 121.416115, + 53.319395 + ], + [ + 121.499356, + 53.337178 + ], + [ + 121.511495, + 53.31748 + ], + [ + 121.579706, + 53.289285 + ], + [ + 121.615257, + 53.259016 + ], + [ + 121.648207, + 53.260797 + ], + [ + 121.678844, + 53.241337 + ], + [ + 121.679133, + 53.199511 + ], + [ + 121.665259, + 53.170551 + ], + [ + 121.719597, + 53.146243 + ], + [ + 121.753125, + 53.147342 + ], + [ + 121.784629, + 53.104599 + ], + [ + 121.775669, + 53.089746 + ], + [ + 121.814978, + 53.069108 + ], + [ + 121.785496, + 53.018571 + ], + [ + 121.715551, + 52.998037 + ], + [ + 121.677399, + 52.948108 + ], + [ + 121.662369, + 52.912487 + ], + [ + 121.610344, + 52.892317 + ], + [ + 121.620171, + 52.851119 + ], + [ + 121.591268, + 52.824693 + ], + [ + 121.482014, + 52.774286 + ], + [ + 121.454845, + 52.735333 + ], + [ + 121.373049, + 52.683157 + ], + [ + 121.321023, + 52.678852 + ], + [ + 121.292698, + 52.651765 + ], + [ + 121.182289, + 52.596289 + ], + [ + 121.232002, + 52.577642 + ], + [ + 121.277091, + 52.587662 + ], + [ + 121.325648, + 52.572631 + ], + [ + 121.353106, + 52.535728 + ], + [ + 121.409756, + 52.523466 + ], + [ + 121.416404, + 52.49935 + ], + [ + 121.49502, + 52.484847 + ], + [ + 121.518721, + 52.456663 + ], + [ + 121.565255, + 52.460292 + ], + [ + 121.5904, + 52.443123 + ], + [ + 121.640114, + 52.444379 + ], + [ + 121.678844, + 52.419801 + ], + [ + 121.658612, + 52.390318 + ], + [ + 121.715551, + 52.343047 + ], + [ + 121.714106, + 52.318133 + ], + [ + 121.769311, + 52.308191 + ], + [ + 121.841279, + 52.282697 + ], + [ + 121.90082, + 52.280595 + ], + [ + 121.947643, + 52.298387 + ], + [ + 121.976835, + 52.343747 + ], + [ + 122.035508, + 52.377596 + ], + [ + 122.040422, + 52.413096 + ], + [ + 122.091291, + 52.427204 + ], + [ + 122.16933, + 52.51357 + ], + [ + 122.207771, + 52.469222 + ], + [ + 122.310377, + 52.475222 + ], + [ + 122.34217, + 52.414074 + ], + [ + 122.367027, + 52.413794 + ], + [ + 122.416451, + 52.37424 + ], + [ + 122.439863, + 52.393672 + ], + [ + 122.484085, + 52.341508 + ], + [ + 122.478304, + 52.296286 + ], + [ + 122.560678, + 52.282557 + ], + [ + 122.585824, + 52.26644 + ], + [ + 122.678892, + 52.276671 + ], + [ + 122.710685, + 52.256206 + ], + [ + 122.760976, + 52.26686 + ], + [ + 122.787278, + 52.252701 + ], + [ + 122.766179, + 52.232646 + ], + [ + 122.769358, + 52.179729 + ], + [ + 122.738143, + 52.153458 + ], + [ + 122.690742, + 52.140387 + ], + [ + 122.629178, + 52.136592 + ], + [ + 122.643919, + 52.111702 + ], + [ + 122.625132, + 52.067513 + ], + [ + 122.650567, + 52.059064 + ], + [ + 122.665018, + 51.99875 + ], + [ + 122.683805, + 51.974489 + ], + [ + 122.726293, + 51.978862 + ], + [ + 122.729472, + 51.919288 + ], + [ + 122.706061, + 51.890177 + ], + [ + 122.725715, + 51.87816 + ], + [ + 122.732651, + 51.832608 + ], + [ + 122.77196, + 51.7795 + ], + [ + 122.749993, + 51.747746 + ], + [ + 122.77485, + 51.703907 + ], + [ + 122.816181, + 51.655195 + ], + [ + 122.820806, + 51.633165 + ], + [ + 122.856357, + 51.606714 + ], + [ + 122.832656, + 51.581672 + ], + [ + 122.873988, + 51.561172 + ], + [ + 122.880057, + 51.511023 + ], + [ + 122.854623, + 51.477655 + ], + [ + 122.900289, + 51.445261 + ], + [ + 122.898555, + 51.422558 + ], + [ + 122.965899, + 51.386981 + ], + [ + 122.960119, + 51.361675 + ], + [ + 122.978039, + 51.331489 + ], + [ + 123.014457, + 51.310018 + ], + [ + 123.059257, + 51.3219 + ], + [ + 123.15377, + 51.300853 + ], + [ + 123.231519, + 51.268621 + ], + [ + 123.294239, + 51.254145 + ], + [ + 123.339617, + 51.27249 + ], + [ + 123.4402, + 51.270914 + ], + [ + 123.465345, + 51.28739 + ], + [ + 123.588472, + 51.142484 + ], + [ + 123.736456, + 50.974052 + ], + [ + 123.772007, + 50.906507 + ], + [ + 123.792817, + 50.891773 + ], + [ + 123.795419, + 50.83033 + ], + [ + 123.825767, + 50.813835 + ], + [ + 123.872301, + 50.765185 + ], + [ + 124.027511, + 50.619074 + ], + [ + 124.020574, + 50.598143 + ], + [ + 124.076646, + 50.564111 + ], + [ + 124.087051, + 50.539953 + ], + [ + 124.026355, + 50.538352 + ], + [ + 124.023464, + 50.51855 + ], + [ + 123.983578, + 50.510249 + ], + [ + 124.003521, + 50.478922 + ], + [ + 124.005255, + 50.434592 + ], + [ + 123.969994, + 50.399274 + ], + [ + 123.939934, + 50.397376 + ], + [ + 123.92028, + 50.372987 + ], + [ + 123.879527, + 50.402486 + ], + [ + 123.840508, + 50.411536 + ], + [ + 123.825767, + 50.449471 + ], + [ + 123.780389, + 50.437072 + ], + [ + 123.787326, + 50.373717 + ], + [ + 123.777788, + 50.344493 + ], + [ + 123.870278, + 50.273988 + ], + [ + 123.862763, + 50.226389 + ], + [ + 123.954097, + 50.186956 + ], + [ + 124.007568, + 50.219355 + ], + [ + 124.061905, + 50.19898 + ], + [ + 124.103526, + 50.222139 + ], + [ + 124.102659, + 50.238696 + ], + [ + 124.189368, + 50.216864 + ], + [ + 124.283014, + 50.230785 + ], + [ + 124.286483, + 50.189596 + ], + [ + 124.327525, + 50.178449 + ], + [ + 124.359607, + 50.199127 + ], + [ + 124.344289, + 50.219062 + ], + [ + 124.368567, + 50.258176 + ], + [ + 124.348624, + 50.292429 + ], + [ + 124.374059, + 50.310862 + ], + [ + 124.347757, + 50.316566 + ], + [ + 124.364232, + 50.360861 + ], + [ + 124.403829, + 50.362468 + ], + [ + 124.439958, + 50.388615 + ], + [ + 124.499499, + 50.398106 + ], + [ + 124.504701, + 50.342592 + ], + [ + 124.578693, + 50.294623 + ], + [ + 124.592278, + 50.243676 + ], + [ + 124.619735, + 50.229613 + ], + [ + 124.575514, + 50.179623 + ], + [ + 124.508169, + 50.162606 + ], + [ + 124.533315, + 50.149398 + ], + [ + 124.555282, + 50.106229 + ], + [ + 124.604995, + 50.07052 + ], + [ + 124.63939, + 50.069931 + ], + [ + 124.680721, + 50.031693 + ], + [ + 124.650373, + 49.99475 + ], + [ + 124.670894, + 49.95041 + ], + [ + 124.66598, + 49.868104 + ], + [ + 124.711069, + 49.82276 + ], + [ + 124.730723, + 49.817441 + ], + [ + 124.720318, + 49.775008 + ], + [ + 124.67494, + 49.774712 + ], + [ + 124.741418, + 49.76125 + ], + [ + 124.82408, + 49.849942 + ], + [ + 124.878707, + 49.834876 + ], + [ + 124.972642, + 49.83458 + ], + [ + 124.97033, + 49.853339 + ], + [ + 124.935357, + 49.866627 + ], + [ + 124.977267, + 49.900719 + ], + [ + 125.0449, + 49.826898 + ], + [ + 125.09577, + 49.795859 + ], + [ + 125.177855, + 49.829409 + ], + [ + 125.222943, + 49.798964 + ], + [ + 125.228146, + 49.774564 + ], + [ + 125.205313, + 49.733575 + ], + [ + 125.224967, + 49.726468 + ], + [ + 125.219764, + 49.669135 + ], + [ + 125.189994, + 49.649861 + ], + [ + 125.164559, + 49.669431 + ], + [ + 125.127274, + 49.655051 + ], + [ + 125.154154, + 49.61678 + ], + [ + 125.168317, + 49.629985 + ], + [ + 125.205313, + 49.59407 + ], + [ + 125.226412, + 49.596 + ], + [ + 125.235661, + 49.540891 + ], + [ + 125.212538, + 49.541337 + ], + [ + 125.228435, + 49.48691 + ], + [ + 125.263986, + 49.46146 + ], + [ + 125.257049, + 49.393976 + ], + [ + 125.258205, + 49.314008 + ], + [ + 125.214851, + 49.280252 + ], + [ + 125.233638, + 49.255442 + ], + [ + 125.219475, + 49.189023 + ], + [ + 125.185369, + 49.18528 + ], + [ + 125.160224, + 49.146342 + ], + [ + 125.117447, + 49.125962 + ], + [ + 125.039409, + 49.151885 + ], + [ + 125.039987, + 49.176297 + ], + [ + 124.982759, + 49.16252 + ], + [ + 124.906454, + 49.183933 + ], + [ + 124.860787, + 49.166564 + ], + [ + 124.847492, + 49.129709 + ], + [ + 124.80934, + 49.115918 + ], + [ + 124.828994, + 49.071974 + ], + [ + 124.808184, + 49.020481 + ], + [ + 124.765407, + 48.981263 + ], + [ + 124.744308, + 48.920496 + ], + [ + 124.711936, + 48.921248 + ], + [ + 124.714827, + 48.886771 + ], + [ + 124.697196, + 48.841871 + ], + [ + 124.65413, + 48.834333 + ], + [ + 124.653552, + 48.777161 + ], + [ + 124.613955, + 48.751193 + ], + [ + 124.624938, + 48.700276 + ], + [ + 124.601816, + 48.632356 + ], + [ + 124.578982, + 48.596468 + ], + [ + 124.518575, + 48.554188 + ], + [ + 124.548923, + 48.531291 + ], + [ + 124.534471, + 48.51779 + ], + [ + 124.553258, + 48.46527 + ], + [ + 124.508748, + 48.448257 + ], + [ + 124.526378, + 48.421664 + ], + [ + 124.52002, + 48.374521 + ], + [ + 124.5469, + 48.357631 + ], + [ + 124.541119, + 48.335253 + ], + [ + 124.57956, + 48.297479 + ], + [ + 124.55875, + 48.268215 + ], + [ + 124.578982, + 48.262116 + ], + [ + 124.547189, + 48.200936 + ], + [ + 124.512505, + 48.16459 + ], + [ + 124.531003, + 48.148699 + ], + [ + 124.488515, + 48.126383 + ], + [ + 124.463948, + 48.097633 + ], + [ + 124.416258, + 48.087995 + ], + [ + 124.430131, + 48.121032 + ], + [ + 124.472619, + 48.134485 + ], + [ + 124.476954, + 48.164131 + ], + [ + 124.410477, + 48.190401 + ], + [ + 124.428397, + 48.230086 + ], + [ + 124.404985, + 48.264251 + ], + [ + 124.365099, + 48.284678 + ], + [ + 124.35585, + 48.314846 + ], + [ + 124.318854, + 48.347128 + ], + [ + 124.33215, + 48.379238 + ], + [ + 124.306715, + 48.399619 + ], + [ + 124.330126, + 48.435646 + ], + [ + 124.302668, + 48.456764 + ], + [ + 124.31423, + 48.50383 + ], + [ + 124.259025, + 48.536447 + ], + [ + 124.24255, + 48.522189 + ], + [ + 124.083294, + 48.438533 + ], + [ + 123.979821, + 48.363718 + ], + [ + 123.866231, + 48.27477 + ], + [ + 123.746283, + 48.197577 + ], + [ + 123.705241, + 48.152061 + ], + [ + 123.61911, + 48.077896 + ], + [ + 123.537603, + 48.021858 + ], + [ + 123.300308, + 47.953642 + ], + [ + 123.254642, + 47.874736 + ], + [ + 123.221692, + 47.832624 + ], + [ + 123.165042, + 47.783091 + ], + [ + 123.031221, + 47.741829 + ], + [ + 122.980929, + 47.717179 + ], + [ + 122.857513, + 47.678333 + ], + [ + 122.765023, + 47.61445 + ], + [ + 122.593049, + 47.547088 + ], + [ + 122.543336, + 47.495426 + ], + [ + 122.506918, + 47.401408 + ], + [ + 122.418186, + 47.350534 + ], + [ + 122.308932, + 47.304271 + ], + [ + 122.256906, + 47.260299 + ], + [ + 122.209505, + 47.236199 + ], + [ + 122.146207, + 47.222201 + ], + [ + 122.084644, + 47.180652 + ], + [ + 122.042156, + 47.204154 + ], + [ + 121.840123, + 47.265739 + ], + [ + 121.760351, + 47.280968 + ], + [ + 121.674219, + 47.249883 + ], + [ + 121.639825, + 47.203064 + ], + [ + 121.648785, + 47.179406 + ], + [ + 121.588955, + 47.1724 + ], + [ + 121.551092, + 47.197773 + ], + [ + 121.488661, + 47.183765 + ], + [ + 121.437503, + 47.184232 + ], + [ + 121.368136, + 47.135175 + ], + [ + 121.329405, + 47.136577 + ], + [ + 121.246453, + 47.112577 + ], + [ + 121.172461, + 47.141251 + ], + [ + 121.098469, + 47.151999 + ], + [ + 121.018119, + 47.129253 + ], + [ + 120.976787, + 47.09652 + ], + [ + 120.945861, + 47.099014 + ], + [ + 120.876494, + 47.149819 + ], + [ + 120.823312, + 47.145613 + ], + [ + 120.773888, + 47.176915 + ], + [ + 120.739204, + 47.217379 + ], + [ + 120.623302, + 47.244285 + ], + [ + 120.624748, + 47.300698 + ], + [ + 120.708277, + 47.337342 + ], + [ + 120.733134, + 47.357672 + ], + [ + 120.732556, + 47.384972 + ], + [ + 120.703364, + 47.408539 + ], + [ + 120.725619, + 47.441545 + ], + [ + 120.643535, + 47.506877 + ], + [ + 120.593532, + 47.488617 + ], + [ + 120.582549, + 47.505329 + ], + [ + 120.604226, + 47.532244 + ], + [ + 120.581104, + 47.548479 + ], + [ + 120.525321, + 47.544769 + ], + [ + 120.52561, + 47.574599 + ], + [ + 120.385719, + 47.620317 + ], + [ + 120.344387, + 47.602405 + ], + [ + 120.265193, + 47.65643 + ], + [ + 120.230509, + 47.623713 + ], + [ + 120.200161, + 47.632975 + ], + [ + 120.188022, + 47.615222 + ], + [ + 120.11403, + 47.597926 + ], + [ + 120.023852, + 47.554044 + ], + [ + 119.958242, + 47.581552 + ], + [ + 119.904482, + 47.5678 + ], + [ + 119.853034, + 47.520954 + ], + [ + 119.814015, + 47.49914 + ], + [ + 119.814304, + 47.474995 + ], + [ + 119.764013, + 47.436123 + ], + [ + 119.657938, + 47.410554 + ], + [ + 119.616896, + 47.361706 + ], + [ + 119.486254, + 47.336721 + ] + ] + ], + [ + [ + [ + 125.177855, + 49.829409 + ], + [ + 125.09577, + 49.795859 + ], + [ + 125.0449, + 49.826898 + ], + [ + 124.977267, + 49.900719 + ], + [ + 124.935357, + 49.866627 + ], + [ + 124.97033, + 49.853339 + ], + [ + 124.972642, + 49.83458 + ], + [ + 124.878707, + 49.834876 + ], + [ + 124.82408, + 49.849942 + ], + [ + 124.741418, + 49.76125 + ], + [ + 124.67494, + 49.774712 + ], + [ + 124.720318, + 49.775008 + ], + [ + 124.730723, + 49.817441 + ], + [ + 124.711069, + 49.82276 + ], + [ + 124.66598, + 49.868104 + ], + [ + 124.670894, + 49.95041 + ], + [ + 124.650373, + 49.99475 + ], + [ + 124.680721, + 50.031693 + ], + [ + 124.63939, + 50.069931 + ], + [ + 124.604995, + 50.07052 + ], + [ + 124.555282, + 50.106229 + ], + [ + 124.533315, + 50.149398 + ], + [ + 124.508169, + 50.162606 + ], + [ + 124.575514, + 50.179623 + ], + [ + 124.619735, + 50.229613 + ], + [ + 124.592278, + 50.243676 + ], + [ + 124.578693, + 50.294623 + ], + [ + 124.504701, + 50.342592 + ], + [ + 124.499499, + 50.398106 + ], + [ + 124.439958, + 50.388615 + ], + [ + 124.416547, + 50.449617 + ], + [ + 124.444872, + 50.476298 + ], + [ + 124.43331, + 50.546649 + ], + [ + 124.393135, + 50.547522 + ], + [ + 124.315964, + 50.532674 + ], + [ + 124.266539, + 50.556254 + ], + [ + 124.183009, + 50.557709 + ], + [ + 124.110174, + 50.569785 + ], + [ + 124.076646, + 50.564111 + ], + [ + 124.020574, + 50.598143 + ], + [ + 124.027511, + 50.619074 + ], + [ + 123.872301, + 50.765185 + ], + [ + 123.825767, + 50.813835 + ], + [ + 123.795419, + 50.83033 + ], + [ + 123.792817, + 50.891773 + ], + [ + 123.772007, + 50.906507 + ], + [ + 123.736456, + 50.974052 + ], + [ + 123.588472, + 51.142484 + ], + [ + 123.465345, + 51.28739 + ], + [ + 123.582692, + 51.294695 + ], + [ + 123.582403, + 51.306868 + ], + [ + 123.661886, + 51.31918 + ], + [ + 123.660441, + 51.342793 + ], + [ + 123.711022, + 51.398272 + ], + [ + 123.794552, + 51.361246 + ], + [ + 123.842531, + 51.367538 + ], + [ + 123.88762, + 51.320898 + ], + [ + 123.926061, + 51.30071 + ], + [ + 123.994561, + 51.322758 + ], + [ + 124.071733, + 51.320754 + ], + [ + 124.090231, + 51.341362 + ], + [ + 124.128094, + 51.347514 + ], + [ + 124.192548, + 51.339359 + ], + [ + 124.239371, + 51.344653 + ], + [ + 124.271453, + 51.308299 + ], + [ + 124.311628, + 51.289539 + ], + [ + 124.339375, + 51.293406 + ], + [ + 124.406431, + 51.27206 + ], + [ + 124.430131, + 51.301283 + ], + [ + 124.426663, + 51.331918 + ], + [ + 124.443716, + 51.358099 + ], + [ + 124.49025, + 51.380406 + ], + [ + 124.55586, + 51.375402 + ], + [ + 124.587075, + 51.363677 + ], + [ + 124.624649, + 51.328627 + ], + [ + 124.693438, + 51.332777 + ], + [ + 124.751245, + 51.356955 + ], + [ + 124.783616, + 51.392269 + ], + [ + 124.864545, + 51.379691 + ], + [ + 124.885066, + 51.408131 + ], + [ + 124.942583, + 51.447403 + ], + [ + 124.917727, + 51.474231 + ], + [ + 124.92871, + 51.498477 + ], + [ + 124.983626, + 51.508315 + ], + [ + 125.004436, + 51.529266 + ], + [ + 125.047502, + 51.529693 + ], + [ + 125.072936, + 51.553482 + ], + [ + 125.05993, + 51.596756 + ], + [ + 125.098949, + 51.658321 + ], + [ + 125.12843, + 51.659031 + ], + [ + 125.130453, + 51.635439 + ], + [ + 125.17612, + 51.639277 + ], + [ + 125.289132, + 51.633875 + ], + [ + 125.316011, + 51.609986 + ], + [ + 125.351562, + 51.623923 + ], + [ + 125.379598, + 51.586795 + ], + [ + 125.424687, + 51.563023 + ], + [ + 125.524114, + 51.49149 + ], + [ + 125.625853, + 51.379262 + ], + [ + 125.669496, + 51.343222 + ], + [ + 125.695509, + 51.337785 + ], + [ + 125.711117, + 51.302715 + ], + [ + 125.76401, + 51.261455 + ], + [ + 125.75794, + 51.227331 + ], + [ + 125.817769, + 51.227044 + ], + [ + 125.851875, + 51.212555 + ], + [ + 125.868928, + 51.140328 + ], + [ + 125.908814, + 51.139179 + ], + [ + 125.946388, + 51.108128 + ], + [ + 125.990032, + 51.119199 + ], + [ + 125.976158, + 51.084538 + ], + [ + 126.009108, + 51.057193 + ], + [ + 126.057087, + 51.045242 + ], + [ + 126.033676, + 51.010525 + ], + [ + 126.072695, + 50.979243 + ], + [ + 126.044081, + 50.928022 + ], + [ + 126.021247, + 50.927878 + ], + [ + 125.995524, + 50.897118 + ], + [ + 125.996391, + 50.871542 + ], + [ + 125.958817, + 50.900296 + ], + [ + 125.945521, + 50.855495 + ], + [ + 125.906791, + 50.855206 + ], + [ + 125.920375, + 50.831343 + ], + [ + 125.878466, + 50.816585 + ], + [ + 125.889449, + 50.804862 + ], + [ + 125.838869, + 50.794439 + ], + [ + 125.840025, + 50.756202 + ], + [ + 125.805341, + 50.772717 + ], + [ + 125.758518, + 50.747217 + ], + [ + 125.794647, + 50.739971 + ], + [ + 125.782219, + 50.724024 + ], + [ + 125.825284, + 50.70488 + ], + [ + 125.787421, + 50.678037 + ], + [ + 125.792913, + 50.644208 + ], + [ + 125.829331, + 50.561637 + ], + [ + 125.752737, + 50.506898 + ], + [ + 125.740598, + 50.523356 + ], + [ + 125.654467, + 50.471197 + ], + [ + 125.632211, + 50.443928 + ], + [ + 125.59088, + 50.452242 + ], + [ + 125.561977, + 50.438239 + ], + [ + 125.574694, + 50.401318 + ], + [ + 125.536542, + 50.420001 + ], + [ + 125.513131, + 50.409347 + ], + [ + 125.537409, + 50.379852 + ], + [ + 125.522669, + 50.367143 + ], + [ + 125.530473, + 50.331043 + ], + [ + 125.466308, + 50.297403 + ], + [ + 125.466019, + 50.266961 + ], + [ + 125.442896, + 50.26169 + ], + [ + 125.464573, + 50.229906 + ], + [ + 125.388558, + 50.178449 + ], + [ + 125.33422, + 50.164953 + ], + [ + 125.375841, + 50.137362 + ], + [ + 125.313121, + 50.139417 + ], + [ + 125.27757, + 50.12635 + ], + [ + 125.257627, + 50.100794 + ], + [ + 125.289132, + 50.091243 + ], + [ + 125.278726, + 50.071843 + ], + [ + 125.337689, + 50.05964 + ], + [ + 125.316011, + 50.045669 + ], + [ + 125.285663, + 50.058757 + ], + [ + 125.256182, + 50.039049 + ], + [ + 125.286819, + 50.034489 + ], + [ + 125.296646, + 50.009472 + ], + [ + 125.242019, + 49.987829 + ], + [ + 125.231614, + 49.957631 + ], + [ + 125.189994, + 49.959841 + ], + [ + 125.225545, + 49.924612 + ], + [ + 125.212827, + 49.907209 + ], + [ + 125.24173, + 49.866775 + ], + [ + 125.2241, + 49.835762 + ], + [ + 125.177855, + 49.829409 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150800, + "name": "巴彦淖尔市", + "center": [ + 107.416959, + 40.757402 + ], + "centroid": [ + 107.572978, + 41.453196 + ], + "childrenNum": 7, + "level": "city", + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 106.866578, + 40.181012 + ], + [ + 106.740271, + 40.196234 + ], + [ + 106.705587, + 40.262158 + ], + [ + 106.765706, + 40.29466 + ], + [ + 106.820044, + 40.355252 + ], + [ + 106.672349, + 40.375845 + ], + [ + 106.604426, + 40.377764 + ], + [ + 106.528122, + 40.365375 + ], + [ + 106.476386, + 40.319113 + ], + [ + 106.426961, + 40.339542 + ], + [ + 106.32002, + 40.34024 + ], + [ + 106.219148, + 40.461289 + ], + [ + 106.197182, + 40.515637 + ], + [ + 106.268283, + 40.519294 + ], + [ + 106.282446, + 40.548539 + ], + [ + 106.34979, + 40.527999 + ], + [ + 106.37956, + 40.501009 + ], + [ + 106.482455, + 40.502925 + ], + [ + 106.467137, + 40.546276 + ], + [ + 106.321754, + 40.589425 + ], + [ + 106.273197, + 40.591165 + ], + [ + 106.235334, + 40.626636 + ], + [ + 106.237935, + 40.661221 + ], + [ + 106.161631, + 40.68502 + ], + [ + 106.115097, + 40.717838 + ], + [ + 105.944279, + 40.739534 + ], + [ + 105.835604, + 40.781864 + ], + [ + 105.781266, + 40.785333 + ], + [ + 105.697447, + 40.811168 + ], + [ + 105.636461, + 40.854492 + ], + [ + 105.559001, + 40.89017 + ], + [ + 105.503507, + 40.927559 + ], + [ + 105.395409, + 40.984987 + ], + [ + 105.403213, + 41.015756 + ], + [ + 105.379224, + 41.059464 + ], + [ + 105.31766, + 41.113153 + ], + [ + 105.334424, + 41.131442 + ], + [ + 105.317082, + 41.201446 + ], + [ + 105.245691, + 41.32403 + ], + [ + 105.222858, + 41.396748 + ], + [ + 105.201759, + 41.542456 + ], + [ + 105.226326, + 41.67877 + ], + [ + 105.226615, + 41.748186 + ], + [ + 105.291647, + 41.749894 + ], + [ + 105.385293, + 41.79721 + ], + [ + 105.589638, + 41.888498 + ], + [ + 105.741669, + 41.94934 + ], + [ + 106.013069, + 42.032075 + ], + [ + 106.344877, + 42.149523 + ], + [ + 106.613097, + 42.241832 + ], + [ + 106.785938, + 42.291494 + ], + [ + 107.051269, + 42.319275 + ], + [ + 107.271799, + 42.364138 + ], + [ + 107.304171, + 42.412689 + ], + [ + 107.466317, + 42.458837 + ], + [ + 107.501868, + 42.456809 + ], + [ + 107.574415, + 42.413027 + ], + [ + 107.732804, + 42.414887 + ], + [ + 107.939172, + 42.403726 + ], + [ + 108.022413, + 42.433316 + ], + [ + 108.089179, + 42.436359 + ], + [ + 108.23803, + 42.460358 + ], + [ + 108.298438, + 42.438387 + ], + [ + 108.532842, + 42.442951 + ], + [ + 108.704816, + 42.413365 + ], + [ + 108.798751, + 42.415225 + ], + [ + 108.845574, + 42.395776 + ], + [ + 108.983153, + 42.448866 + ], + [ + 109.02564, + 42.458499 + ], + [ + 109.291549, + 42.435852 + ], + [ + 109.379414, + 42.447345 + ], + [ + 109.433463, + 42.427737 + ], + [ + 109.445313, + 42.379198 + ], + [ + 109.477396, + 42.345181 + ], + [ + 109.472482, + 42.314363 + ], + [ + 109.508611, + 42.263702 + ], + [ + 109.539248, + 42.147315 + ], + [ + 109.515548, + 42.139333 + ], + [ + 109.48809, + 42.077312 + ], + [ + 109.375079, + 41.932985 + ], + [ + 109.337216, + 41.898727 + ], + [ + 109.263513, + 41.889521 + ], + [ + 109.259177, + 41.868374 + ], + [ + 109.292127, + 41.854557 + ], + [ + 109.317272, + 41.80865 + ], + [ + 109.367853, + 41.765784 + ], + [ + 109.341551, + 41.742546 + ], + [ + 109.395022, + 41.697926 + ], + [ + 109.423636, + 41.634448 + ], + [ + 109.428838, + 41.552055 + ], + [ + 109.478263, + 41.499584 + ], + [ + 109.66411, + 41.49907 + ], + [ + 109.63116, + 41.426637 + ], + [ + 109.698794, + 41.379393 + ], + [ + 109.696192, + 41.322998 + ], + [ + 109.641565, + 41.31801 + ], + [ + 109.620466, + 41.275506 + ], + [ + 109.667578, + 41.199723 + ], + [ + 109.709488, + 41.152486 + ], + [ + 109.724806, + 41.115224 + ], + [ + 109.657462, + 41.115914 + ], + [ + 109.688099, + 41.07725 + ], + [ + 109.698794, + 41.036663 + ], + [ + 109.735211, + 41.036318 + ], + [ + 109.759779, + 40.999509 + ], + [ + 109.79822, + 41.008151 + ], + [ + 109.8251, + 40.994496 + ], + [ + 109.835216, + 40.945727 + ], + [ + 109.886953, + 40.924271 + ], + [ + 109.867299, + 40.878049 + ], + [ + 109.869322, + 40.841324 + ], + [ + 109.841575, + 40.835606 + ], + [ + 109.79822, + 40.795911 + ], + [ + 109.795908, + 40.76157 + ], + [ + 109.635496, + 40.738666 + ], + [ + 109.545607, + 40.742831 + ], + [ + 109.528554, + 40.732592 + ], + [ + 109.47913, + 40.749945 + ], + [ + 109.41641, + 40.708463 + ], + [ + 109.407739, + 40.628027 + ], + [ + 109.445602, + 40.540184 + ], + [ + 109.437509, + 40.513722 + ], + [ + 109.419879, + 40.473312 + ], + [ + 109.322475, + 40.484636 + ], + [ + 109.157149, + 40.53357 + ], + [ + 109.088938, + 40.532699 + ], + [ + 109.053387, + 40.550801 + ], + [ + 108.998182, + 40.55724 + ], + [ + 108.997604, + 40.530088 + ], + [ + 108.925635, + 40.533048 + ], + [ + 108.92737, + 40.552194 + ], + [ + 108.870141, + 40.570464 + ], + [ + 108.831122, + 40.541577 + ], + [ + 108.778229, + 40.567158 + ], + [ + 108.762622, + 40.62681 + ], + [ + 108.720134, + 40.619161 + ], + [ + 108.656547, + 40.667128 + ], + [ + 108.591804, + 40.658962 + ], + [ + 108.580243, + 40.710893 + ], + [ + 108.483129, + 40.75463 + ], + [ + 108.468388, + 40.785159 + ], + [ + 108.421565, + 40.80666 + ], + [ + 108.338902, + 40.801633 + ], + [ + 108.288033, + 40.819661 + ], + [ + 108.211728, + 40.820875 + ], + [ + 108.211439, + 40.850681 + ], + [ + 108.182247, + 40.888092 + ], + [ + 108.125308, + 40.842711 + ], + [ + 108.088601, + 40.832314 + ], + [ + 108.000447, + 40.846003 + ], + [ + 107.972122, + 40.862287 + ], + [ + 107.899575, + 40.849295 + ], + [ + 107.856509, + 40.874585 + ], + [ + 107.821247, + 40.835779 + ], + [ + 107.747545, + 40.860728 + ], + [ + 107.738874, + 40.874758 + ], + [ + 107.681067, + 40.817235 + ], + [ + 107.679622, + 40.780824 + ], + [ + 107.653609, + 40.772845 + ], + [ + 107.603896, + 40.798685 + ], + [ + 107.612567, + 40.778049 + ], + [ + 107.584531, + 40.739707 + ], + [ + 107.526725, + 40.701344 + ], + [ + 107.485104, + 40.711067 + ], + [ + 107.455334, + 40.680677 + ], + [ + 107.392325, + 40.644887 + ], + [ + 107.286829, + 40.650969 + ], + [ + 107.250989, + 40.58299 + ], + [ + 107.230757, + 40.577423 + ], + [ + 107.169193, + 40.598295 + ], + [ + 107.1611, + 40.525388 + ], + [ + 107.203877, + 40.505712 + ], + [ + 107.18509, + 40.471744 + ], + [ + 107.147227, + 40.464251 + ], + [ + 107.15214, + 40.410907 + ], + [ + 107.114277, + 40.366945 + ], + [ + 107.044043, + 40.35403 + ], + [ + 107.055026, + 40.332733 + ], + [ + 107.013116, + 40.314572 + ], + [ + 106.99722, + 40.262333 + ], + [ + 106.948663, + 40.234887 + ], + [ + 106.922939, + 40.196934 + ], + [ + 106.866578, + 40.181012 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 150900, + "name": "乌兰察布市", + "center": [ + 113.114543, + 41.034126 + ], + "centroid": [ + 112.442779, + 41.696758 + ], + "childrenNum": 11, + "level": "city", + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.807129, + 42.149523 + ], + [ + 114.755393, + 42.115891 + ], + [ + 114.67562, + 42.120478 + ], + [ + 114.624751, + 42.112153 + ], + [ + 114.565788, + 42.133728 + ], + [ + 114.510872, + 42.110964 + ], + [ + 114.502491, + 42.067111 + ], + [ + 114.466073, + 42.038029 + ], + [ + 114.509427, + 41.972503 + ], + [ + 114.421562, + 41.942185 + ], + [ + 114.352483, + 41.953939 + ], + [ + 114.346703, + 41.928043 + ], + [ + 114.200742, + 41.789867 + ], + [ + 114.206812, + 41.738445 + ], + [ + 114.237449, + 41.69861 + ], + [ + 114.215483, + 41.685099 + ], + [ + 114.259415, + 41.62332 + ], + [ + 114.228778, + 41.620923 + ], + [ + 114.221552, + 41.582215 + ], + [ + 114.23109, + 41.513649 + ], + [ + 114.101315, + 41.537827 + ], + [ + 114.032237, + 41.529597 + ], + [ + 113.92992, + 41.484487 + ], + [ + 113.92096, + 41.456513 + ], + [ + 113.871247, + 41.413412 + ], + [ + 113.948707, + 41.392109 + ], + [ + 113.926741, + 41.326266 + ], + [ + 113.899572, + 41.316289 + ], + [ + 113.951308, + 41.282907 + ], + [ + 113.97154, + 41.23952 + ], + [ + 113.992351, + 41.269825 + ], + [ + 114.01634, + 41.232113 + ], + [ + 113.996686, + 41.192484 + ], + [ + 113.961135, + 41.171281 + ], + [ + 113.920382, + 41.171971 + ], + [ + 113.877894, + 41.115569 + ], + [ + 113.820377, + 41.10159 + ], + [ + 113.868356, + 41.068962 + ], + [ + 113.975587, + 40.976514 + ], + [ + 113.991195, + 40.940191 + ], + [ + 114.057383, + 40.925137 + ], + [ + 114.041486, + 40.917349 + ], + [ + 114.055359, + 40.86783 + ], + [ + 114.073568, + 40.857264 + ], + [ + 114.044665, + 40.8311 + ], + [ + 114.134554, + 40.737798 + ], + [ + 114.093223, + 40.731898 + ], + [ + 114.06403, + 40.707074 + ], + [ + 114.070389, + 40.660352 + ], + [ + 114.041775, + 40.608729 + ], + [ + 114.076748, + 40.575857 + ], + [ + 114.062007, + 40.52887 + ], + [ + 114.011427, + 40.515812 + ], + [ + 113.948707, + 40.517379 + ], + [ + 113.890034, + 40.466517 + ], + [ + 113.851014, + 40.460592 + ], + [ + 113.794942, + 40.517901 + ], + [ + 113.763438, + 40.474009 + ], + [ + 113.680486, + 40.444034 + ], + [ + 113.55996, + 40.348619 + ], + [ + 113.387698, + 40.319113 + ], + [ + 113.316018, + 40.320161 + ], + [ + 113.251275, + 40.413349 + ], + [ + 113.11543, + 40.381079 + ], + [ + 113.039704, + 40.370086 + ], + [ + 112.892876, + 40.326447 + ], + [ + 112.848655, + 40.20708 + ], + [ + 112.750673, + 40.168061 + ], + [ + 112.728707, + 40.168236 + ], + [ + 112.629858, + 40.235761 + ], + [ + 112.509043, + 40.270373 + ], + [ + 112.45615, + 40.300075 + ], + [ + 112.418287, + 40.295358 + ], + [ + 112.345451, + 40.25639 + ], + [ + 112.31019, + 40.25639 + ], + [ + 112.289379, + 40.281032 + ], + [ + 112.272616, + 40.357172 + ], + [ + 112.236198, + 40.353856 + ], + [ + 112.264523, + 40.38736 + ], + [ + 112.2177, + 40.42817 + ], + [ + 112.22348, + 40.452575 + ], + [ + 112.183305, + 40.466168 + ], + [ + 112.13706, + 40.508324 + ], + [ + 112.113648, + 40.508672 + ], + [ + 112.052374, + 40.55985 + ], + [ + 112.059022, + 40.584381 + ], + [ + 112.098619, + 40.583859 + ], + [ + 112.087925, + 40.618813 + ], + [ + 112.045148, + 40.655139 + ], + [ + 112.115672, + 40.658788 + ], + [ + 112.130412, + 40.697697 + ], + [ + 112.098619, + 40.74526 + ], + [ + 112.15209, + 40.764519 + ], + [ + 112.17868, + 40.811514 + ], + [ + 112.176079, + 40.85276 + ], + [ + 112.150933, + 40.879088 + ], + [ + 112.125788, + 40.955933 + ], + [ + 112.09515, + 40.943305 + ], + [ + 112.037055, + 40.96389 + ], + [ + 112.010175, + 41.014719 + ], + [ + 112.027517, + 41.048583 + ], + [ + 111.921732, + 41.095895 + ], + [ + 111.877221, + 41.129027 + ], + [ + 111.840514, + 41.252091 + ], + [ + 111.804096, + 41.259668 + ], + [ + 111.730104, + 41.310956 + ], + [ + 111.702646, + 41.29461 + ], + [ + 111.582409, + 41.306655 + ], + [ + 111.525181, + 41.331426 + ], + [ + 111.425465, + 41.31887 + ], + [ + 111.424887, + 41.346903 + ], + [ + 111.387313, + 41.378705 + ], + [ + 111.434136, + 41.425264 + ], + [ + 111.446565, + 41.472646 + ], + [ + 111.441362, + 41.524282 + ], + [ + 111.371128, + 41.635646 + ], + [ + 111.241353, + 41.671242 + ], + [ + 111.150886, + 41.735026 + ], + [ + 111.120827, + 41.771421 + ], + [ + 111.078917, + 41.78611 + ], + [ + 111.039609, + 41.822818 + ], + [ + 110.985849, + 41.9352 + ], + [ + 110.842201, + 42.119969 + ], + [ + 110.784683, + 42.176347 + ], + [ + 110.783238, + 42.239967 + ], + [ + 110.750867, + 42.294883 + ], + [ + 110.72312, + 42.393916 + ], + [ + 110.730057, + 42.442613 + ], + [ + 110.704911, + 42.470833 + ], + [ + 110.639012, + 42.491779 + ], + [ + 110.577159, + 42.573637 + ], + [ + 110.521954, + 42.62607 + ], + [ + 110.438135, + 42.690414 + ], + [ + 110.337552, + 42.738039 + ], + [ + 110.437268, + 42.781426 + ], + [ + 110.46964, + 42.839059 + ], + [ + 110.631497, + 42.936057 + ], + [ + 110.689303, + 43.021516 + ], + [ + 110.68728, + 43.036418 + ], + [ + 110.736415, + 43.089631 + ], + [ + 110.769943, + 43.099332 + ], + [ + 110.820234, + 43.148982 + ], + [ + 111.020533, + 43.33002 + ], + [ + 111.069668, + 43.358004 + ], + [ + 111.150886, + 43.380315 + ], + [ + 111.21534, + 43.279351 + ], + [ + 111.380087, + 43.18206 + ], + [ + 111.506972, + 43.179387 + ], + [ + 111.618827, + 43.054161 + ], + [ + 111.658135, + 43.024028 + ], + [ + 111.75236, + 42.987514 + ], + [ + 111.855833, + 42.839899 + ], + [ + 111.858434, + 42.81823 + ], + [ + 111.934738, + 42.707415 + ], + [ + 112.026072, + 42.602978 + ], + [ + 112.028962, + 42.584599 + ], + [ + 112.180704, + 42.534662 + ], + [ + 112.178391, + 42.511029 + ], + [ + 112.254407, + 42.482827 + ], + [ + 112.398055, + 42.387318 + ], + [ + 112.612227, + 42.341287 + ], + [ + 112.654715, + 42.315887 + ], + [ + 112.636795, + 42.280311 + ], + [ + 112.689976, + 42.254379 + ], + [ + 112.737956, + 42.144258 + ], + [ + 112.790848, + 42.138144 + ], + [ + 112.856458, + 42.115721 + ], + [ + 112.938832, + 42.019655 + ], + [ + 112.965134, + 41.9977 + ], + [ + 113.041727, + 41.986125 + ], + [ + 113.086527, + 41.932644 + ], + [ + 113.127281, + 41.953939 + ], + [ + 113.17208, + 41.950022 + ], + [ + 113.148669, + 41.978293 + ], + [ + 113.22873, + 42.01489 + ], + [ + 113.313417, + 42.105357 + ], + [ + 113.372379, + 42.143579 + ], + [ + 113.572388, + 42.13186 + ], + [ + 113.632218, + 42.104677 + ], + [ + 113.709389, + 42.129822 + ], + [ + 113.743206, + 42.083432 + ], + [ + 113.782803, + 42.067111 + ], + [ + 113.895236, + 42.058099 + ], + [ + 113.914601, + 41.978122 + ], + [ + 113.988015, + 41.952917 + ], + [ + 114.019231, + 41.991572 + ], + [ + 114.058539, + 41.949681 + ], + [ + 114.069233, + 41.999062 + ], + [ + 114.105362, + 41.98306 + ], + [ + 114.065186, + 42.043302 + ], + [ + 114.093801, + 42.065241 + ], + [ + 114.100159, + 42.125745 + ], + [ + 114.131953, + 42.116911 + ], + [ + 114.213459, + 42.125235 + ], + [ + 114.257103, + 42.175668 + ], + [ + 114.320112, + 42.189416 + ], + [ + 114.375895, + 42.1519 + ], + [ + 114.377051, + 42.110114 + ], + [ + 114.44584, + 42.098729 + ], + [ + 114.479079, + 42.115551 + ], + [ + 114.465206, + 42.170745 + ], + [ + 114.437748, + 42.171424 + ], + [ + 114.404798, + 42.200276 + ], + [ + 114.519832, + 42.229962 + ], + [ + 114.575037, + 42.296577 + ], + [ + 114.689205, + 42.26421 + ], + [ + 114.669551, + 42.248953 + ], + [ + 114.68747, + 42.221142 + ], + [ + 114.675042, + 42.19807 + ], + [ + 114.758572, + 42.218598 + ], + [ + 114.809153, + 42.200106 + ], + [ + 114.790077, + 42.187718 + ], + [ + 114.807129, + 42.149523 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152200, + "name": "兴安盟", + "center": [ + 122.070317, + 46.076268 + ], + "centroid": [ + 121.340147, + 46.24332 + ], + "childrenNum": 6, + "level": "city", + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 122.418186, + 47.350534 + ], + [ + 122.462696, + 47.278482 + ], + [ + 122.509808, + 47.242886 + ], + [ + 122.556342, + 47.172556 + ], + [ + 122.596229, + 47.155115 + ], + [ + 122.612414, + 47.128474 + ], + [ + 122.679759, + 47.094181 + ], + [ + 122.702014, + 47.096676 + ], + [ + 122.821962, + 47.065638 + ], + [ + 122.852021, + 47.072346 + ], + [ + 122.845952, + 47.046757 + ], + [ + 122.778318, + 47.002883 + ], + [ + 122.77485, + 46.973979 + ], + [ + 122.802308, + 46.937396 + ], + [ + 122.848842, + 46.939586 + ], + [ + 122.895376, + 46.960224 + ], + [ + 122.893642, + 46.895155 + ], + [ + 122.907226, + 46.807907 + ], + [ + 122.996537, + 46.761641 + ], + [ + 123.026596, + 46.71879 + ], + [ + 123.077176, + 46.745007 + ], + [ + 123.104056, + 46.734647 + ], + [ + 123.171112, + 46.743908 + ], + [ + 123.18643, + 46.786739 + ], + [ + 123.230941, + 46.859928 + ], + [ + 123.295684, + 46.865253 + ], + [ + 123.34164, + 46.826872 + ], + [ + 123.374589, + 46.837684 + ], + [ + 123.406672, + 46.906423 + ], + [ + 123.404649, + 46.93552 + ], + [ + 123.360427, + 46.97101 + ], + [ + 123.304066, + 46.964914 + ], + [ + 123.301754, + 46.999759 + ], + [ + 123.336437, + 46.989136 + ], + [ + 123.427482, + 46.934425 + ], + [ + 123.527776, + 46.958036 + ], + [ + 123.522284, + 46.922225 + ], + [ + 123.483843, + 46.844734 + ], + [ + 123.514192, + 46.826089 + ], + [ + 123.562749, + 46.825932 + ], + [ + 123.576911, + 46.890616 + ], + [ + 123.605525, + 46.891242 + ], + [ + 123.599167, + 46.864939 + ], + [ + 123.625758, + 46.847711 + ], + [ + 123.580091, + 46.827969 + ], + [ + 123.629226, + 46.81355 + ], + [ + 123.631827, + 46.729466 + ], + [ + 123.604658, + 46.690046 + ], + [ + 123.482109, + 46.686904 + ], + [ + 123.366497, + 46.67779 + ], + [ + 123.277475, + 46.661602 + ], + [ + 123.279209, + 46.616941 + ], + [ + 123.22834, + 46.5883 + ], + [ + 123.181517, + 46.613637 + ], + [ + 123.098565, + 46.603094 + ], + [ + 123.077755, + 46.622132 + ], + [ + 123.045672, + 46.617255 + ], + [ + 123.052898, + 46.580115 + ], + [ + 123.007231, + 46.576966 + ], + [ + 123.011566, + 46.434928 + ], + [ + 123.094807, + 46.342192 + ], + [ + 123.140474, + 46.300274 + ], + [ + 123.178626, + 46.24803 + ], + [ + 123.128624, + 46.210478 + ], + [ + 123.127757, + 46.174646 + ], + [ + 123.1029, + 46.17195 + ], + [ + 123.112438, + 46.130061 + ], + [ + 123.069951, + 46.123552 + ], + [ + 123.045672, + 46.100052 + ], + [ + 122.793059, + 46.073205 + ], + [ + 122.82861, + 45.912329 + ], + [ + 122.800285, + 45.856685 + ], + [ + 122.752305, + 45.834827 + ], + [ + 122.792481, + 45.766165 + ], + [ + 122.751149, + 45.736119 + ], + [ + 122.7419, + 45.705097 + ], + [ + 122.671377, + 45.700619 + ], + [ + 122.640739, + 45.771118 + ], + [ + 122.603454, + 45.778147 + ], + [ + 122.554897, + 45.821421 + ], + [ + 122.504317, + 45.787731 + ], + [ + 122.495935, + 45.85828 + ], + [ + 122.445933, + 45.91695 + ], + [ + 122.362114, + 45.917428 + ], + [ + 122.373097, + 45.856047 + ], + [ + 122.337546, + 45.859875 + ], + [ + 122.320782, + 45.830518 + ], + [ + 122.262687, + 45.794918 + ], + [ + 122.200834, + 45.856845 + ], + [ + 122.09158, + 45.882043 + ], + [ + 122.083488, + 45.917269 + ], + [ + 122.040133, + 45.959001 + ], + [ + 121.923653, + 46.004838 + ], + [ + 121.863824, + 46.002611 + ], + [ + 121.843303, + 46.024403 + ], + [ + 121.761796, + 45.998952 + ], + [ + 121.809197, + 45.961548 + ], + [ + 121.821047, + 45.920615 + ], + [ + 121.81729, + 45.875665 + ], + [ + 121.784918, + 45.860194 + ], + [ + 121.754281, + 45.794918 + ], + [ + 121.690116, + 45.76281 + ], + [ + 121.656878, + 45.77016 + ], + [ + 121.644449, + 45.752423 + ], + [ + 121.714106, + 45.701738 + ], + [ + 121.81122, + 45.68702 + ], + [ + 121.812376, + 45.704777 + ], + [ + 121.867003, + 45.719811 + ], + [ + 121.934058, + 45.710535 + ], + [ + 121.970187, + 45.69278 + ], + [ + 122.003426, + 45.623302 + ], + [ + 121.9962, + 45.598949 + ], + [ + 121.96643, + 45.596064 + ], + [ + 121.99331, + 45.552937 + ], + [ + 122.002559, + 45.50785 + ], + [ + 122.023369, + 45.490191 + ], + [ + 122.163549, + 45.443768 + ], + [ + 122.179735, + 45.409369 + ], + [ + 122.146785, + 45.374465 + ], + [ + 122.147363, + 45.295572 + ], + [ + 122.238986, + 45.276234 + ], + [ + 122.230026, + 45.206887 + ], + [ + 122.192741, + 45.180739 + ], + [ + 122.143317, + 45.182999 + ], + [ + 122.109789, + 45.141979 + ], + [ + 122.119327, + 45.068586 + ], + [ + 122.098806, + 45.021493 + ], + [ + 122.074528, + 45.006597 + ], + [ + 122.086667, + 44.952971 + ], + [ + 122.079152, + 44.914218 + ], + [ + 122.049671, + 44.912758 + ], + [ + 122.114992, + 44.776671 + ], + [ + 122.169041, + 44.770167 + ], + [ + 122.142739, + 44.753742 + ], + [ + 122.110656, + 44.767891 + ], + [ + 122.102853, + 44.736336 + ], + [ + 122.152566, + 44.743819 + ], + [ + 122.161526, + 44.7282 + ], + [ + 122.117304, + 44.702158 + ], + [ + 122.103142, + 44.673988 + ], + [ + 122.131756, + 44.577485 + ], + [ + 122.195921, + 44.559863 + ], + [ + 122.223957, + 44.526235 + ], + [ + 122.228003, + 44.480168 + ], + [ + 122.286098, + 44.477717 + ], + [ + 122.29448, + 44.411001 + ], + [ + 122.29159, + 44.310292 + ], + [ + 122.274537, + 44.25405 + ], + [ + 122.22598, + 44.263564 + ], + [ + 122.167596, + 44.25569 + ], + [ + 122.017877, + 44.304392 + ], + [ + 121.933769, + 44.351252 + ], + [ + 121.881166, + 44.402983 + ], + [ + 121.829429, + 44.411328 + ], + [ + 121.778271, + 44.446494 + ], + [ + 121.760062, + 44.47739 + ], + [ + 121.697631, + 44.534562 + ], + [ + 121.651097, + 44.563126 + ], + [ + 121.585198, + 44.639774 + ], + [ + 121.595603, + 44.659164 + ], + [ + 121.548491, + 44.667472 + ], + [ + 121.529993, + 44.720389 + ], + [ + 121.409178, + 44.790815 + ], + [ + 121.420161, + 44.817953 + ], + [ + 121.401663, + 44.85125 + ], + [ + 121.239806, + 44.934165 + ], + [ + 121.032859, + 44.9985 + ], + [ + 120.977076, + 45.072953 + ], + [ + 120.97303, + 45.11871 + ], + [ + 120.947884, + 45.120973 + ], + [ + 120.97303, + 45.157002 + ], + [ + 120.967827, + 45.184129 + ], + [ + 120.882274, + 45.217537 + ], + [ + 120.834873, + 45.216084 + ], + [ + 120.82678, + 45.253504 + ], + [ + 120.744406, + 45.260115 + ], + [ + 120.660298, + 45.297666 + ], + [ + 120.580526, + 45.352901 + ], + [ + 120.554224, + 45.357569 + ], + [ + 120.559716, + 45.416604 + ], + [ + 120.49584, + 45.464173 + ], + [ + 120.434854, + 45.464495 + ], + [ + 120.414044, + 45.503516 + ], + [ + 120.35855, + 45.516838 + ], + [ + 120.318375, + 45.556626 + ], + [ + 120.269239, + 45.552135 + ], + [ + 120.165766, + 45.594782 + ], + [ + 120.142644, + 45.584204 + ], + [ + 120.027031, + 45.594942 + ], + [ + 119.994082, + 45.580837 + ], + [ + 119.994082, + 45.552937 + ], + [ + 120.028765, + 45.526306 + ], + [ + 120.031656, + 45.499342 + ], + [ + 120.002464, + 45.482162 + ], + [ + 119.906794, + 45.505603 + ], + [ + 119.918355, + 45.561918 + ], + [ + 119.877602, + 45.549088 + ], + [ + 119.819507, + 45.572821 + ], + [ + 119.790893, + 45.564323 + ], + [ + 119.656493, + 45.623463 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.596086, + 45.670057 + ], + [ + 119.681639, + 45.669417 + ], + [ + 119.708808, + 45.703178 + ], + [ + 119.700426, + 45.736439 + ], + [ + 119.751585, + 45.76297 + ], + [ + 119.807946, + 45.820463 + ], + [ + 119.829912, + 45.974603 + ], + [ + 119.807657, + 45.991314 + ], + [ + 119.833669, + 46.004838 + ], + [ + 119.855058, + 46.107992 + ], + [ + 119.879336, + 46.144344 + ], + [ + 119.850433, + 46.18321 + ], + [ + 119.889452, + 46.209686 + ], + [ + 119.835693, + 46.235357 + ], + [ + 119.837716, + 46.320683 + ], + [ + 119.874134, + 46.345512 + ], + [ + 119.838294, + 46.37586 + ], + [ + 119.900147, + 46.403507 + ], + [ + 119.961421, + 46.39561 + ], + [ + 119.984544, + 46.418667 + ], + [ + 119.909396, + 46.429088 + ], + [ + 119.948704, + 46.493617 + ], + [ + 119.907083, + 46.53775 + ], + [ + 119.952461, + 46.604196 + ], + [ + 119.906794, + 46.668518 + ], + [ + 119.935119, + 46.712822 + ], + [ + 119.91691, + 46.758346 + ], + [ + 119.936275, + 46.790189 + ], + [ + 119.920379, + 46.853193 + ], + [ + 119.928761, + 46.903762 + ], + [ + 119.859682, + 46.917062 + ], + [ + 119.844942, + 46.96507 + ], + [ + 119.794939, + 47.013035 + ], + [ + 119.8065, + 47.054872 + ], + [ + 119.762857, + 47.130968 + ], + [ + 119.716034, + 47.195595 + ], + [ + 119.62181, + 47.248484 + ], + [ + 119.557356, + 47.257656 + ], + [ + 119.561113, + 47.301164 + ], + [ + 119.486254, + 47.336721 + ], + [ + 119.616896, + 47.361706 + ], + [ + 119.657938, + 47.410554 + ], + [ + 119.764013, + 47.436123 + ], + [ + 119.814304, + 47.474995 + ], + [ + 119.814015, + 47.49914 + ], + [ + 119.853034, + 47.520954 + ], + [ + 119.904482, + 47.5678 + ], + [ + 119.958242, + 47.581552 + ], + [ + 120.023852, + 47.554044 + ], + [ + 120.11403, + 47.597926 + ], + [ + 120.188022, + 47.615222 + ], + [ + 120.200161, + 47.632975 + ], + [ + 120.230509, + 47.623713 + ], + [ + 120.265193, + 47.65643 + ], + [ + 120.344387, + 47.602405 + ], + [ + 120.385719, + 47.620317 + ], + [ + 120.52561, + 47.574599 + ], + [ + 120.525321, + 47.544769 + ], + [ + 120.581104, + 47.548479 + ], + [ + 120.604226, + 47.532244 + ], + [ + 120.582549, + 47.505329 + ], + [ + 120.593532, + 47.488617 + ], + [ + 120.643535, + 47.506877 + ], + [ + 120.725619, + 47.441545 + ], + [ + 120.703364, + 47.408539 + ], + [ + 120.732556, + 47.384972 + ], + [ + 120.733134, + 47.357672 + ], + [ + 120.708277, + 47.337342 + ], + [ + 120.624748, + 47.300698 + ], + [ + 120.623302, + 47.244285 + ], + [ + 120.739204, + 47.217379 + ], + [ + 120.773888, + 47.176915 + ], + [ + 120.823312, + 47.145613 + ], + [ + 120.876494, + 47.149819 + ], + [ + 120.945861, + 47.099014 + ], + [ + 120.976787, + 47.09652 + ], + [ + 121.018119, + 47.129253 + ], + [ + 121.098469, + 47.151999 + ], + [ + 121.172461, + 47.141251 + ], + [ + 121.246453, + 47.112577 + ], + [ + 121.329405, + 47.136577 + ], + [ + 121.368136, + 47.135175 + ], + [ + 121.437503, + 47.184232 + ], + [ + 121.488661, + 47.183765 + ], + [ + 121.551092, + 47.197773 + ], + [ + 121.588955, + 47.1724 + ], + [ + 121.648785, + 47.179406 + ], + [ + 121.639825, + 47.203064 + ], + [ + 121.674219, + 47.249883 + ], + [ + 121.760351, + 47.280968 + ], + [ + 121.840123, + 47.265739 + ], + [ + 122.042156, + 47.204154 + ], + [ + 122.084644, + 47.180652 + ], + [ + 122.146207, + 47.222201 + ], + [ + 122.209505, + 47.236199 + ], + [ + 122.256906, + 47.260299 + ], + [ + 122.308932, + 47.304271 + ], + [ + 122.418186, + 47.350534 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152500, + "name": "锡林郭勒盟", + "center": [ + 116.090996, + 43.944018 + ], + "centroid": [ + 115.515195, + 44.233018 + ], + "childrenNum": 12, + "level": "city", + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.893645, + 42.387826 + ], + [ + 116.884974, + 42.353306 + ], + [ + 116.918502, + 42.229962 + ], + [ + 116.903472, + 42.190773 + ], + [ + 116.789305, + 42.200276 + ], + [ + 116.825145, + 42.155636 + ], + [ + 116.85029, + 42.156315 + ], + [ + 116.890755, + 42.092611 + ], + [ + 116.879482, + 42.018463 + ], + [ + 116.832081, + 42.00536 + ], + [ + 116.814161, + 41.981868 + ], + [ + 116.766471, + 41.990381 + ], + [ + 116.727452, + 41.951044 + ], + [ + 116.652304, + 41.943889 + ], + [ + 116.640743, + 41.930429 + ], + [ + 116.566462, + 41.928725 + ], + [ + 116.533801, + 41.938948 + ], + [ + 116.514147, + 41.970119 + ], + [ + 116.482643, + 41.975909 + ], + [ + 116.427438, + 41.938948 + ], + [ + 116.386684, + 41.952406 + ], + [ + 116.414431, + 41.986976 + ], + [ + 116.373678, + 42.009955 + ], + [ + 116.327144, + 42.0057 + ], + [ + 116.298241, + 41.968076 + ], + [ + 116.233498, + 41.941504 + ], + [ + 116.19419, + 41.861893 + ], + [ + 116.123088, + 41.861722 + ], + [ + 116.106902, + 41.831522 + ], + [ + 116.128869, + 41.806089 + ], + [ + 116.098809, + 41.776546 + ], + [ + 116.016725, + 41.777058 + ], + [ + 115.995047, + 41.828621 + ], + [ + 115.946779, + 41.885599 + ], + [ + 115.916431, + 41.945081 + ], + [ + 115.853133, + 41.927703 + ], + [ + 115.837236, + 41.937756 + ], + [ + 115.724514, + 41.868033 + ], + [ + 115.688096, + 41.867692 + ], + [ + 115.653991, + 41.828962 + ], + [ + 115.574218, + 41.805406 + ], + [ + 115.51988, + 41.767834 + ], + [ + 115.429991, + 41.728702 + ], + [ + 115.347039, + 41.71229 + ], + [ + 115.319003, + 41.691427 + ], + [ + 115.362358, + 41.668163 + ], + [ + 115.345594, + 41.635646 + ], + [ + 115.377677, + 41.602428 + ], + [ + 115.310911, + 41.592665 + ], + [ + 115.290389, + 41.622977 + ], + [ + 115.264377, + 41.613046 + ], + [ + 115.257729, + 41.581187 + ], + [ + 115.204258, + 41.571421 + ], + [ + 115.195009, + 41.602086 + ], + [ + 115.087779, + 41.622806 + ], + [ + 115.055985, + 41.602257 + ], + [ + 115.025059, + 41.615272 + ], + [ + 114.8606, + 41.601058 + ], + [ + 114.895573, + 41.636502 + ], + [ + 114.902799, + 41.689375 + ], + [ + 114.896151, + 41.767663 + ], + [ + 114.867248, + 41.803016 + ], + [ + 114.922453, + 41.825207 + ], + [ + 114.939217, + 41.846197 + ], + [ + 114.921586, + 41.875879 + ], + [ + 114.916961, + 41.981017 + ], + [ + 114.901932, + 42.015571 + ], + [ + 114.860889, + 42.054868 + ], + [ + 114.856265, + 42.109944 + ], + [ + 114.807129, + 42.149523 + ], + [ + 114.790077, + 42.187718 + ], + [ + 114.809153, + 42.200106 + ], + [ + 114.758572, + 42.218598 + ], + [ + 114.675042, + 42.19807 + ], + [ + 114.68747, + 42.221142 + ], + [ + 114.669551, + 42.248953 + ], + [ + 114.689205, + 42.26421 + ], + [ + 114.575037, + 42.296577 + ], + [ + 114.519832, + 42.229962 + ], + [ + 114.404798, + 42.200276 + ], + [ + 114.437748, + 42.171424 + ], + [ + 114.465206, + 42.170745 + ], + [ + 114.479079, + 42.115551 + ], + [ + 114.44584, + 42.098729 + ], + [ + 114.377051, + 42.110114 + ], + [ + 114.375895, + 42.1519 + ], + [ + 114.320112, + 42.189416 + ], + [ + 114.257103, + 42.175668 + ], + [ + 114.213459, + 42.125235 + ], + [ + 114.131953, + 42.116911 + ], + [ + 114.100159, + 42.125745 + ], + [ + 114.093801, + 42.065241 + ], + [ + 114.065186, + 42.043302 + ], + [ + 114.105362, + 41.98306 + ], + [ + 114.069233, + 41.999062 + ], + [ + 114.058539, + 41.949681 + ], + [ + 114.019231, + 41.991572 + ], + [ + 113.988015, + 41.952917 + ], + [ + 113.914601, + 41.978122 + ], + [ + 113.895236, + 42.058099 + ], + [ + 113.782803, + 42.067111 + ], + [ + 113.743206, + 42.083432 + ], + [ + 113.709389, + 42.129822 + ], + [ + 113.632218, + 42.104677 + ], + [ + 113.572388, + 42.13186 + ], + [ + 113.372379, + 42.143579 + ], + [ + 113.313417, + 42.105357 + ], + [ + 113.22873, + 42.01489 + ], + [ + 113.148669, + 41.978293 + ], + [ + 113.17208, + 41.950022 + ], + [ + 113.127281, + 41.953939 + ], + [ + 113.086527, + 41.932644 + ], + [ + 113.041727, + 41.986125 + ], + [ + 112.965134, + 41.9977 + ], + [ + 112.938832, + 42.019655 + ], + [ + 112.856458, + 42.115721 + ], + [ + 112.790848, + 42.138144 + ], + [ + 112.737956, + 42.144258 + ], + [ + 112.689976, + 42.254379 + ], + [ + 112.636795, + 42.280311 + ], + [ + 112.654715, + 42.315887 + ], + [ + 112.612227, + 42.341287 + ], + [ + 112.398055, + 42.387318 + ], + [ + 112.254407, + 42.482827 + ], + [ + 112.178391, + 42.511029 + ], + [ + 112.180704, + 42.534662 + ], + [ + 112.028962, + 42.584599 + ], + [ + 112.026072, + 42.602978 + ], + [ + 111.934738, + 42.707415 + ], + [ + 111.858434, + 42.81823 + ], + [ + 111.855833, + 42.839899 + ], + [ + 111.75236, + 42.987514 + ], + [ + 111.658135, + 43.024028 + ], + [ + 111.618827, + 43.054161 + ], + [ + 111.506972, + 43.179387 + ], + [ + 111.380087, + 43.18206 + ], + [ + 111.21534, + 43.279351 + ], + [ + 111.150886, + 43.380315 + ], + [ + 111.183546, + 43.396128 + ], + [ + 111.354075, + 43.436057 + ], + [ + 111.40032, + 43.472802 + ], + [ + 111.456681, + 43.494406 + ], + [ + 111.564489, + 43.490252 + ], + [ + 111.643973, + 43.543734 + ], + [ + 111.794269, + 43.671931 + ], + [ + 111.891673, + 43.674085 + ], + [ + 111.950924, + 43.693133 + ], + [ + 111.970578, + 43.748421 + ], + [ + 111.959884, + 43.82316 + ], + [ + 111.870284, + 43.940206 + ], + [ + 111.77317, + 44.010587 + ], + [ + 111.702357, + 44.033974 + ], + [ + 111.663049, + 44.061138 + ], + [ + 111.559287, + 44.17131 + ], + [ + 111.541656, + 44.20662 + ], + [ + 111.534141, + 44.262088 + ], + [ + 111.506683, + 44.294229 + ], + [ + 111.428645, + 44.31947 + ], + [ + 111.415927, + 44.357148 + ], + [ + 111.4272, + 44.39431 + ], + [ + 111.478358, + 44.488829 + ], + [ + 111.514487, + 44.507453 + ], + [ + 111.530673, + 44.550233 + ], + [ + 111.569981, + 44.57618 + ], + [ + 111.560732, + 44.646944 + ], + [ + 111.624608, + 44.778297 + ], + [ + 111.692241, + 44.86018 + ], + [ + 111.764499, + 44.969339 + ], + [ + 111.903523, + 45.052245 + ], + [ + 112.002661, + 45.090743 + ], + [ + 112.071161, + 45.096079 + ], + [ + 112.113648, + 45.073115 + ], + [ + 112.39661, + 45.064542 + ], + [ + 112.438808, + 45.071498 + ], + [ + 112.540547, + 45.001091 + ], + [ + 112.599799, + 44.930598 + ], + [ + 112.712232, + 44.879335 + ], + [ + 112.850678, + 44.840695 + ], + [ + 112.937965, + 44.840208 + ], + [ + 113.03797, + 44.822502 + ], + [ + 113.129015, + 44.796991 + ], + [ + 113.504177, + 44.777484 + ], + [ + 113.540595, + 44.759434 + ], + [ + 113.631062, + 44.745446 + ], + [ + 113.71228, + 44.788214 + ], + [ + 113.798989, + 44.849464 + ], + [ + 113.861998, + 44.863265 + ], + [ + 113.907376, + 44.915191 + ], + [ + 114.065186, + 44.931246 + ], + [ + 114.116923, + 44.956861 + ], + [ + 114.190915, + 45.03671 + ], + [ + 114.313464, + 45.107396 + ], + [ + 114.347281, + 45.119357 + ], + [ + 114.409712, + 45.179609 + ], + [ + 114.459714, + 45.213342 + ], + [ + 114.519543, + 45.283809 + ], + [ + 114.539776, + 45.326015 + ], + [ + 114.551048, + 45.387657 + ], + [ + 114.744988, + 45.438304 + ], + [ + 114.920719, + 45.386049 + ], + [ + 114.974189, + 45.37704 + ], + [ + 115.16784, + 45.396343 + ], + [ + 115.36467, + 45.392322 + ], + [ + 115.530285, + 45.428982 + ], + [ + 115.699657, + 45.459515 + ], + [ + 115.863827, + 45.572982 + ], + [ + 115.936663, + 45.632913 + ], + [ + 116.026841, + 45.661093 + ], + [ + 116.035512, + 45.6851 + ], + [ + 116.115573, + 45.679659 + ], + [ + 116.174246, + 45.68862 + ], + [ + 116.217312, + 45.722369 + ], + [ + 116.223093, + 45.747309 + ], + [ + 116.260956, + 45.775911 + ], + [ + 116.286969, + 45.775112 + ], + [ + 116.288703, + 45.838976 + ], + [ + 116.243036, + 45.876143 + ], + [ + 116.27165, + 45.966802 + ], + [ + 116.414142, + 46.134029 + ], + [ + 116.439577, + 46.137679 + ], + [ + 116.536113, + 46.232664 + ], + [ + 116.573398, + 46.258958 + ], + [ + 116.585249, + 46.292361 + ], + [ + 116.673403, + 46.325112 + ], + [ + 116.745661, + 46.327801 + ], + [ + 116.813294, + 46.355946 + ], + [ + 116.82659, + 46.380443 + ], + [ + 117.097412, + 46.357211 + ], + [ + 117.247708, + 46.367011 + ], + [ + 117.371991, + 46.360214 + ], + [ + 117.375749, + 46.416457 + ], + [ + 117.392224, + 46.463176 + ], + [ + 117.447718, + 46.528138 + ], + [ + 117.419971, + 46.582004 + ], + [ + 117.495697, + 46.600577 + ], + [ + 117.595991, + 46.603567 + ], + [ + 117.630096, + 46.591606 + ], + [ + 117.641079, + 46.558228 + ], + [ + 117.703799, + 46.516791 + ], + [ + 117.769987, + 46.537592 + ], + [ + 117.813342, + 46.530817 + ], + [ + 117.870859, + 46.54988 + ], + [ + 117.868547, + 46.575706 + ], + [ + 117.914503, + 46.607973 + ], + [ + 117.982425, + 46.614895 + ], + [ + 117.993119, + 46.63157 + ], + [ + 118.04659, + 46.631412 + ], + [ + 118.124339, + 46.678262 + ], + [ + 118.19284, + 46.682819 + ], + [ + 118.238796, + 46.709524 + ], + [ + 118.316545, + 46.739513 + ], + [ + 118.410191, + 46.72821 + ], + [ + 118.446609, + 46.704498 + ], + [ + 118.585922, + 46.693031 + ], + [ + 118.638815, + 46.721459 + ], + [ + 118.676967, + 46.698058 + ], + [ + 118.787955, + 46.687061 + ], + [ + 118.788244, + 46.717533 + ], + [ + 118.845183, + 46.771838 + ], + [ + 118.91455, + 46.774976 + ], + [ + 118.912527, + 46.733391 + ], + [ + 118.950968, + 46.722087 + ], + [ + 119.011376, + 46.745634 + ], + [ + 119.040857, + 46.708896 + ], + [ + 119.123231, + 46.642893 + ], + [ + 119.152423, + 46.658301 + ], + [ + 119.262833, + 46.648868 + ], + [ + 119.313413, + 46.610805 + ], + [ + 119.357924, + 46.6193 + ], + [ + 119.37411, + 46.603252 + ], + [ + 119.431916, + 46.638647 + ], + [ + 119.491746, + 46.62921 + ], + [ + 119.558223, + 46.633772 + ], + [ + 119.598976, + 46.618199 + ], + [ + 119.656782, + 46.625593 + ], + [ + 119.677593, + 46.58468 + ], + [ + 119.739734, + 46.615367 + ], + [ + 119.783667, + 46.625907 + ], + [ + 119.813437, + 46.668361 + ], + [ + 119.804188, + 46.681719 + ], + [ + 119.906794, + 46.668518 + ], + [ + 119.952461, + 46.604196 + ], + [ + 119.907083, + 46.53775 + ], + [ + 119.948704, + 46.493617 + ], + [ + 119.909396, + 46.429088 + ], + [ + 119.984544, + 46.418667 + ], + [ + 119.961421, + 46.39561 + ], + [ + 119.900147, + 46.403507 + ], + [ + 119.838294, + 46.37586 + ], + [ + 119.874134, + 46.345512 + ], + [ + 119.837716, + 46.320683 + ], + [ + 119.835693, + 46.235357 + ], + [ + 119.889452, + 46.209686 + ], + [ + 119.850433, + 46.18321 + ], + [ + 119.879336, + 46.144344 + ], + [ + 119.855058, + 46.107992 + ], + [ + 119.833669, + 46.004838 + ], + [ + 119.807657, + 45.991314 + ], + [ + 119.829912, + 45.974603 + ], + [ + 119.807946, + 45.820463 + ], + [ + 119.751585, + 45.76297 + ], + [ + 119.700426, + 45.736439 + ], + [ + 119.708808, + 45.703178 + ], + [ + 119.681639, + 45.669417 + ], + [ + 119.596086, + 45.670057 + ], + [ + 119.566027, + 45.65565 + ], + [ + 119.544927, + 45.635956 + ], + [ + 119.55909, + 45.615933 + ], + [ + 119.496081, + 45.550691 + ], + [ + 119.396943, + 45.511863 + ], + [ + 119.304742, + 45.468029 + ], + [ + 119.313413, + 45.385244 + ], + [ + 119.248381, + 45.304111 + ], + [ + 119.323818, + 45.245925 + ], + [ + 119.311101, + 45.186551 + ], + [ + 119.360814, + 45.165884 + ], + [ + 119.373243, + 45.105456 + ], + [ + 119.342027, + 45.076026 + ], + [ + 119.293181, + 45.087347 + ], + [ + 119.28769, + 45.121943 + ], + [ + 119.215432, + 45.152802 + ], + [ + 119.159071, + 45.099959 + ], + [ + 119.156759, + 45.074409 + ], + [ + 119.196934, + 45.03234 + ], + [ + 119.231907, + 45.019065 + ], + [ + 119.208495, + 44.997366 + ], + [ + 119.171788, + 45.015989 + ], + [ + 119.15329, + 44.992993 + ], + [ + 119.18624, + 44.952971 + ], + [ + 119.230172, + 44.9353 + ], + [ + 119.224681, + 44.909676 + ], + [ + 119.146642, + 44.924922 + ], + [ + 119.107334, + 44.920543 + ], + [ + 119.082188, + 44.938381 + ], + [ + 119.067448, + 44.870895 + ], + [ + 119.14751, + 44.808692 + ], + [ + 119.173233, + 44.76041 + ], + [ + 119.125832, + 44.762199 + ], + [ + 119.148377, + 44.731617 + ], + [ + 119.074674, + 44.712739 + ], + [ + 119.001549, + 44.713879 + ], + [ + 118.97149, + 44.729827 + ], + [ + 118.926112, + 44.7046 + ], + [ + 118.96831, + 44.691087 + ], + [ + 119.001549, + 44.648248 + ], + [ + 118.981606, + 44.566064 + ], + [ + 118.904723, + 44.516436 + ], + [ + 118.816569, + 44.49128 + ], + [ + 118.789111, + 44.46317 + ], + [ + 118.75067, + 44.477554 + ], + [ + 118.659336, + 44.453361 + ], + [ + 118.635635, + 44.472814 + ], + [ + 118.596038, + 44.468728 + ], + [ + 118.54777, + 44.442243 + ], + [ + 118.544591, + 44.411165 + ], + [ + 118.476957, + 44.399383 + ], + [ + 118.466552, + 44.354036 + ], + [ + 118.428111, + 44.346174 + ], + [ + 118.414816, + 44.322419 + ], + [ + 118.34198, + 44.319961 + ], + [ + 118.250935, + 44.337493 + ], + [ + 118.214228, + 44.306195 + ], + [ + 118.237351, + 44.279144 + ], + [ + 118.19284, + 44.242565 + ], + [ + 118.172608, + 44.204321 + ], + [ + 118.148907, + 44.215157 + ], + [ + 118.128675, + 44.190692 + ], + [ + 118.116825, + 44.132362 + ], + [ + 118.06162, + 44.100461 + ], + [ + 117.962193, + 44.121182 + ], + [ + 117.904098, + 44.121182 + ], + [ + 117.859876, + 44.072987 + ], + [ + 117.827793, + 44.063113 + ], + [ + 117.790219, + 44.019482 + ], + [ + 117.700331, + 44.016353 + ], + [ + 117.643392, + 44.042207 + ], + [ + 117.686746, + 44.095033 + ], + [ + 117.624894, + 44.128745 + ], + [ + 117.634721, + 44.14847 + ], + [ + 117.550613, + 44.187736 + ], + [ + 117.522866, + 44.226811 + ], + [ + 117.452631, + 44.235017 + ], + [ + 117.206666, + 44.220081 + ], + [ + 117.166201, + 44.192662 + ], + [ + 117.120823, + 44.179195 + ], + [ + 117.011281, + 44.057681 + ], + [ + 116.961567, + 44.024752 + ], + [ + 116.970816, + 43.988674 + ], + [ + 117.022264, + 43.969721 + ], + [ + 117.031802, + 43.942845 + ], + [ + 117.000008, + 43.912328 + ], + [ + 117.013304, + 43.85075 + ], + [ + 116.986135, + 43.840343 + ], + [ + 117.001164, + 43.782495 + ], + [ + 117.053768, + 43.753384 + ], + [ + 116.971683, + 43.673422 + ], + [ + 116.858383, + 43.657351 + ], + [ + 116.837284, + 43.614086 + ], + [ + 116.812138, + 43.612593 + ], + [ + 116.804912, + 43.565147 + ], + [ + 116.830636, + 43.5067 + ], + [ + 116.790461, + 43.484436 + ], + [ + 116.734967, + 43.509026 + ], + [ + 116.681207, + 43.517165 + ], + [ + 116.621956, + 43.505039 + ], + [ + 116.59681, + 43.410605 + ], + [ + 116.518194, + 43.365664 + ], + [ + 116.436398, + 43.328188 + ], + [ + 116.413853, + 43.258003 + ], + [ + 116.37021, + 43.243323 + ], + [ + 116.356336, + 43.156835 + ], + [ + 116.419345, + 43.104015 + ], + [ + 116.436109, + 43.077922 + ], + [ + 116.503742, + 43.04914 + ], + [ + 116.500852, + 43.01532 + ], + [ + 116.580624, + 42.985336 + ], + [ + 116.664732, + 42.933038 + ], + [ + 116.673981, + 42.889758 + ], + [ + 116.666177, + 42.81655 + ], + [ + 116.67427, + 42.761586 + ], + [ + 116.619354, + 42.671387 + ], + [ + 116.58785, + 42.599775 + ], + [ + 116.63554, + 42.614609 + ], + [ + 116.638141, + 42.577179 + ], + [ + 116.669357, + 42.555755 + ], + [ + 116.699127, + 42.592019 + ], + [ + 116.801444, + 42.582913 + ], + [ + 116.82052, + 42.546981 + ], + [ + 116.885552, + 42.534662 + ], + [ + 116.875725, + 42.482996 + ], + [ + 116.907807, + 42.443965 + ], + [ + 116.893645, + 42.387826 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 152900, + "name": "阿拉善盟", + "center": [ + 105.706422, + 38.844814 + ], + "centroid": [ + 102.422231, + 40.532548 + ], + "childrenNum": 3, + "level": "city", + "subFeatureIndex": 11, + "acroutes": [ + 100000, + 150000 + ], + "parent": { + "adcode": 150000 + } + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 105.226615, + 41.748186 + ], + [ + 105.226326, + 41.67877 + ], + [ + 105.201759, + 41.542456 + ], + [ + 105.222858, + 41.396748 + ], + [ + 105.245691, + 41.32403 + ], + [ + 105.317082, + 41.201446 + ], + [ + 105.334424, + 41.131442 + ], + [ + 105.31766, + 41.113153 + ], + [ + 105.379224, + 41.059464 + ], + [ + 105.403213, + 41.015756 + ], + [ + 105.395409, + 40.984987 + ], + [ + 105.503507, + 40.927559 + ], + [ + 105.559001, + 40.89017 + ], + [ + 105.636461, + 40.854492 + ], + [ + 105.697447, + 40.811168 + ], + [ + 105.781266, + 40.785333 + ], + [ + 105.835604, + 40.781864 + ], + [ + 105.944279, + 40.739534 + ], + [ + 106.115097, + 40.717838 + ], + [ + 106.161631, + 40.68502 + ], + [ + 106.237935, + 40.661221 + ], + [ + 106.235334, + 40.626636 + ], + [ + 106.273197, + 40.591165 + ], + [ + 106.321754, + 40.589425 + ], + [ + 106.467137, + 40.546276 + ], + [ + 106.482455, + 40.502925 + ], + [ + 106.37956, + 40.501009 + ], + [ + 106.34979, + 40.527999 + ], + [ + 106.282446, + 40.548539 + ], + [ + 106.268283, + 40.519294 + ], + [ + 106.197182, + 40.515637 + ], + [ + 106.219148, + 40.461289 + ], + [ + 106.32002, + 40.34024 + ], + [ + 106.426961, + 40.339542 + ], + [ + 106.476386, + 40.319113 + ], + [ + 106.528122, + 40.365375 + ], + [ + 106.604426, + 40.377764 + ], + [ + 106.672349, + 40.375845 + ], + [ + 106.820044, + 40.355252 + ], + [ + 106.765706, + 40.29466 + ], + [ + 106.705587, + 40.262158 + ], + [ + 106.740271, + 40.196234 + ], + [ + 106.866578, + 40.181012 + ], + [ + 106.801546, + 40.10187 + ], + [ + 106.759347, + 40.083647 + ], + [ + 106.718016, + 40.047363 + ], + [ + 106.720039, + 39.993163 + ], + [ + 106.704142, + 39.967364 + ], + [ + 106.723796, + 39.932422 + ], + [ + 106.696049, + 39.890258 + ], + [ + 106.754145, + 39.850706 + ], + [ + 106.766573, + 39.763787 + ], + [ + 106.757324, + 39.710595 + ], + [ + 106.795476, + 39.689449 + ], + [ + 106.755012, + 39.626851 + ], + [ + 106.637376, + 39.573731 + ], + [ + 106.611074, + 39.543005 + ], + [ + 106.635064, + 39.476209 + ], + [ + 106.73449, + 39.437303 + ], + [ + 106.750965, + 39.381559 + ], + [ + 106.680731, + 39.355885 + ], + [ + 106.602692, + 39.375363 + ], + [ + 106.555869, + 39.322228 + ], + [ + 106.525232, + 39.308406 + ], + [ + 106.506445, + 39.270116 + ], + [ + 106.402972, + 39.291568 + ], + [ + 106.279845, + 39.262136 + ], + [ + 106.295452, + 39.167907 + ], + [ + 106.250941, + 39.131494 + ], + [ + 106.146023, + 39.153166 + ], + [ + 106.098333, + 39.087597 + ], + [ + 106.078101, + 39.026592 + ], + [ + 106.089373, + 39.015916 + ], + [ + 106.060759, + 38.968563 + ], + [ + 106.018849, + 38.951109 + ], + [ + 105.973183, + 38.911377 + ], + [ + 106.002953, + 38.875902 + ], + [ + 105.935898, + 38.810075 + ], + [ + 105.898613, + 38.789547 + ], + [ + 105.905838, + 38.731324 + ], + [ + 105.893121, + 38.691111 + ], + [ + 105.852946, + 38.641574 + ], + [ + 105.875201, + 38.591823 + ], + [ + 105.856703, + 38.572128 + ], + [ + 105.862773, + 38.526272 + ], + [ + 105.83676, + 38.475903 + ], + [ + 105.835604, + 38.390322 + ], + [ + 105.82173, + 38.368058 + ], + [ + 105.865952, + 38.29727 + ], + [ + 105.84254, + 38.241165 + ], + [ + 105.797163, + 38.217055 + ], + [ + 105.775196, + 38.186817 + ], + [ + 105.76797, + 38.121619 + ], + [ + 105.782133, + 38.082327 + ], + [ + 105.839939, + 38.007832 + ], + [ + 105.799764, + 37.940125 + ], + [ + 105.808724, + 37.87543 + ], + [ + 105.760745, + 37.799819 + ], + [ + 105.677504, + 37.771943 + ], + [ + 105.62201, + 37.777736 + ], + [ + 105.616229, + 37.722501 + ], + [ + 105.598887, + 37.699308 + ], + [ + 105.467378, + 37.694958 + ], + [ + 105.403791, + 37.709999 + ], + [ + 105.31477, + 37.702026 + ], + [ + 105.221991, + 37.677014 + ], + [ + 105.111003, + 37.633857 + ], + [ + 105.028051, + 37.581055 + ], + [ + 104.866482, + 37.566714 + ], + [ + 104.806075, + 37.539659 + ], + [ + 104.623696, + 37.522585 + ], + [ + 104.41964, + 37.511866 + ], + [ + 104.407501, + 37.464614 + ], + [ + 104.322526, + 37.448432 + ], + [ + 104.23784, + 37.411874 + ], + [ + 104.183502, + 37.40678 + ], + [ + 104.074537, + 37.475158 + ], + [ + 103.93349, + 37.574157 + ], + [ + 103.871348, + 37.605737 + ], + [ + 103.841, + 37.647459 + ], + [ + 103.683189, + 37.777918 + ], + [ + 103.636077, + 37.795476 + ], + [ + 103.401962, + 37.861869 + ], + [ + 103.385487, + 37.946989 + ], + [ + 103.368145, + 37.985631 + ], + [ + 103.368723, + 38.088997 + ], + [ + 103.534916, + 38.156747 + ], + [ + 103.507747, + 38.28091 + ], + [ + 103.466416, + 38.350996 + ], + [ + 103.416413, + 38.405041 + ], + [ + 103.859787, + 38.644436 + ], + [ + 104.011528, + 38.859139 + ], + [ + 104.044478, + 38.894979 + ], + [ + 104.167894, + 38.940421 + ], + [ + 104.196219, + 38.988149 + ], + [ + 104.191017, + 39.042249 + ], + [ + 104.207202, + 39.083685 + ], + [ + 104.177432, + 39.152101 + ], + [ + 104.047657, + 39.297772 + ], + [ + 104.073381, + 39.351811 + ], + [ + 104.090145, + 39.419788 + ], + [ + 103.955745, + 39.457112 + ], + [ + 103.838977, + 39.460295 + ], + [ + 103.595324, + 39.386693 + ], + [ + 103.428842, + 39.353582 + ], + [ + 103.346468, + 39.332504 + ], + [ + 103.188079, + 39.215481 + ], + [ + 103.133163, + 39.192763 + ], + [ + 103.013215, + 39.101107 + ], + [ + 102.947027, + 39.106794 + ], + [ + 102.583426, + 39.180691 + ], + [ + 102.453651, + 39.255219 + ], + [ + 102.352201, + 39.231272 + ], + [ + 102.286591, + 39.192585 + ], + [ + 102.059701, + 39.143575 + ], + [ + 102.008254, + 39.125809 + ], + [ + 101.897555, + 39.11106 + ], + [ + 101.8305, + 39.093463 + ], + [ + 101.926169, + 39.00061 + ], + [ + 101.955072, + 38.986012 + ], + [ + 102.045828, + 38.904604 + ], + [ + 102.07502, + 38.891592 + ], + [ + 101.941488, + 38.808826 + ], + [ + 101.873854, + 38.734004 + ], + [ + 101.777029, + 38.660534 + ], + [ + 101.679047, + 38.690932 + ], + [ + 101.601876, + 38.655169 + ], + [ + 101.557654, + 38.715063 + ], + [ + 101.412272, + 38.764192 + ], + [ + 101.331343, + 38.777228 + ], + [ + 101.306197, + 38.801865 + ], + [ + 101.341459, + 38.82221 + ], + [ + 101.335389, + 38.846831 + ], + [ + 101.242032, + 38.861279 + ], + [ + 101.237697, + 38.907278 + ], + [ + 101.198678, + 38.943271 + ], + [ + 101.228737, + 39.02072 + ], + [ + 101.117171, + 38.975151 + ], + [ + 100.969187, + 38.947012 + ], + [ + 100.969476, + 38.996694 + ], + [ + 100.901843, + 39.029973 + ], + [ + 100.875541, + 39.00239 + ], + [ + 100.835077, + 39.026059 + ], + [ + 100.829296, + 39.074973 + ], + [ + 100.864269, + 39.106972 + ], + [ + 100.84288, + 39.200218 + ], + [ + 100.842013, + 39.405809 + ], + [ + 100.707903, + 39.40457 + ], + [ + 100.617436, + 39.387401 + ], + [ + 100.499222, + 39.4005 + ], + [ + 100.500668, + 39.481336 + ], + [ + 100.44315, + 39.485578 + ], + [ + 100.326382, + 39.509085 + ], + [ + 100.300947, + 39.572318 + ], + [ + 100.314242, + 39.606914 + ], + [ + 100.250078, + 39.685042 + ], + [ + 100.127817, + 39.702137 + ], + [ + 100.040819, + 39.757096 + ], + [ + 99.904396, + 39.785791 + ], + [ + 99.822022, + 39.860025 + ], + [ + 99.672593, + 39.887974 + ], + [ + 99.487903, + 39.876022 + ], + [ + 99.441079, + 39.885865 + ], + [ + 99.459577, + 39.898166 + ], + [ + 99.524609, + 39.888149 + ], + [ + 99.713925, + 39.972103 + ], + [ + 99.75121, + 40.006849 + ], + [ + 99.841388, + 40.01334 + ], + [ + 99.928386, + 40.064894 + ], + [ + 99.955844, + 40.150907 + ], + [ + 100.0018, + 40.196934 + ], + [ + 100.169727, + 40.277537 + ], + [ + 100.169727, + 40.541403 + ], + [ + 100.242563, + 40.61864 + ], + [ + 100.23736, + 40.716796 + ], + [ + 100.108163, + 40.875624 + ], + [ + 100.057005, + 40.908002 + ], + [ + 99.985903, + 40.909733 + ], + [ + 99.673171, + 40.932924 + ], + [ + 99.565941, + 40.846696 + ], + [ + 99.174882, + 40.858303 + ], + [ + 99.173148, + 40.747343 + ], + [ + 99.125747, + 40.715234 + ], + [ + 99.102046, + 40.676335 + ], + [ + 99.041638, + 40.693703 + ], + [ + 98.984988, + 40.782905 + ], + [ + 98.791049, + 40.705337 + ], + [ + 98.807234, + 40.65931 + ], + [ + 98.800298, + 40.610294 + ], + [ + 98.715611, + 40.661742 + ], + [ + 98.687864, + 40.696829 + ], + [ + 98.668499, + 40.772845 + ], + [ + 98.56994, + 40.746822 + ], + [ + 98.628035, + 40.677898 + ], + [ + 98.344206, + 40.568376 + ], + [ + 98.333223, + 40.919079 + ], + [ + 98.250271, + 40.939153 + ], + [ + 98.18495, + 40.988099 + ], + [ + 98.142463, + 41.001756 + ], + [ + 97.971934, + 41.097966 + ], + [ + 97.629432, + 41.440547 + ], + [ + 97.614114, + 41.47728 + ], + [ + 97.847073, + 41.656527 + ], + [ + 97.500814, + 42.243867 + ], + [ + 97.371328, + 42.456978 + ], + [ + 97.172763, + 42.795209 + ], + [ + 97.282595, + 42.782098 + ], + [ + 97.831754, + 42.706069 + ], + [ + 98.195355, + 42.653366 + ], + [ + 98.546528, + 42.638203 + ], + [ + 98.962733, + 42.606855 + ], + [ + 99.507557, + 42.56807 + ], + [ + 99.969139, + 42.647806 + ], + [ + 100.272622, + 42.63635 + ], + [ + 100.325515, + 42.690077 + ], + [ + 100.576683, + 42.682838 + ], + [ + 100.862824, + 42.671219 + ], + [ + 101.155034, + 42.613935 + ], + [ + 101.581644, + 42.52521 + ], + [ + 101.80362, + 42.503769 + ], + [ + 101.981952, + 42.326556 + ], + [ + 102.070395, + 42.232166 + ], + [ + 102.093807, + 42.223686 + ], + [ + 102.449026, + 42.144088 + ], + [ + 102.540938, + 42.162257 + ], + [ + 102.712045, + 42.152749 + ], + [ + 103.021886, + 42.028162 + ], + [ + 103.207444, + 41.962796 + ], + [ + 103.418437, + 41.882359 + ], + [ + 103.868747, + 41.802503 + ], + [ + 104.095636, + 41.80865 + ], + [ + 104.53005, + 41.874855 + ], + [ + 104.52427, + 41.661832 + ], + [ + 104.689017, + 41.645232 + ], + [ + 104.923133, + 41.654131 + ], + [ + 105.009553, + 41.583243 + ], + [ + 105.226615, + 41.748186 + ] + ] + ] + ] + } + } + ] +}', N'admin', N'2020-05-19 16:42:33.0000000', N'jeecg', N'2020-05-19 16:42:33.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1262343644795432961', N'河北省', N'河北省', N'{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 130100, + "name": "石家庄市", + "center": [ + 114.502461, + 38.045474 + ], + "centroid": [ + 114.44505, + 38.133023 + ], + "childrenNum": 22, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.839548, + 38.758413 + ], + [ + 113.864664, + 38.746006 + ], + [ + 113.883245, + 38.74667 + ], + [ + 113.932324, + 38.71362 + ], + [ + 113.929697, + 38.702467 + ], + [ + 113.964617, + 38.699811 + ], + [ + 113.991655, + 38.676769 + ], + [ + 114.028624, + 38.688524 + ], + [ + 114.052139, + 38.686399 + ], + [ + 114.086097, + 38.65837 + ], + [ + 114.125053, + 38.659632 + ], + [ + 114.129153, + 38.669596 + ], + [ + 114.182205, + 38.67657 + ], + [ + 114.212831, + 38.688192 + ], + [ + 114.311502, + 38.706517 + ], + [ + 114.341167, + 38.690184 + ], + [ + 114.366411, + 38.6862 + ], + [ + 114.413504, + 38.703928 + ], + [ + 114.437787, + 38.692773 + ], + [ + 114.452652, + 38.699413 + ], + [ + 114.498463, + 38.678297 + ], + [ + 114.522106, + 38.65372 + ], + [ + 114.53633, + 38.649268 + ], + [ + 114.536907, + 38.632324 + ], + [ + 114.552284, + 38.612983 + ], + [ + 114.527616, + 38.590644 + ], + [ + 114.56324, + 38.590644 + ], + [ + 114.58432, + 38.596429 + ], + [ + 114.595724, + 38.568897 + ], + [ + 114.635257, + 38.514801 + ], + [ + 114.651851, + 38.504682 + ], + [ + 114.6737, + 38.473452 + ], + [ + 114.702084, + 38.489102 + ], + [ + 114.729442, + 38.484574 + ], + [ + 114.765259, + 38.496626 + ], + [ + 114.81075, + 38.492365 + ], + [ + 114.830868, + 38.46033 + ], + [ + 114.819143, + 38.449871 + ], + [ + 114.837852, + 38.435745 + ], + [ + 114.840992, + 38.460797 + ], + [ + 114.858163, + 38.448605 + ], + [ + 114.853998, + 38.435879 + ], + [ + 114.882254, + 38.424149 + ], + [ + 114.910381, + 38.393751 + ], + [ + 114.923388, + 38.388217 + ], + [ + 114.932871, + 38.344194 + ], + [ + 114.942994, + 38.343193 + ], + [ + 114.922875, + 38.315631 + ], + [ + 114.906986, + 38.309624 + ], + [ + 114.902565, + 38.294936 + ], + [ + 114.883343, + 38.284854 + ], + [ + 114.886162, + 38.265286 + ], + [ + 114.915059, + 38.263348 + ], + [ + 114.927681, + 38.283385 + ], + [ + 114.970096, + 38.281114 + ], + [ + 114.990087, + 38.272165 + ], + [ + 114.989062, + 38.258138 + ], + [ + 115.031862, + 38.267089 + ], + [ + 115.056465, + 38.258472 + ], + [ + 115.066204, + 38.264684 + ], + [ + 115.056722, + 38.288326 + ], + [ + 115.073765, + 38.293134 + ], + [ + 115.085874, + 38.276773 + ], + [ + 115.108107, + 38.264551 + ], + [ + 115.152317, + 38.256802 + ], + [ + 115.168591, + 38.259608 + ], + [ + 115.19422, + 38.236759 + ], + [ + 115.210174, + 38.236491 + ], + [ + 115.225871, + 38.269894 + ], + [ + 115.252205, + 38.29093 + ], + [ + 115.265788, + 38.287658 + ], + [ + 115.263994, + 38.260543 + ], + [ + 115.273605, + 38.2403 + ], + [ + 115.302758, + 38.235289 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.323645, + 38.220586 + ], + [ + 115.35094, + 38.210493 + ], + [ + 115.342418, + 38.196254 + ], + [ + 115.346903, + 38.13967 + ], + [ + 115.364843, + 38.13793 + ], + [ + 115.383232, + 38.0886 + ], + [ + 115.420522, + 38.089671 + ], + [ + 115.439871, + 38.082038 + ], + [ + 115.468063, + 38.095161 + ], + [ + 115.482992, + 38.08398 + ], + [ + 115.466782, + 38.063554 + ], + [ + 115.45134, + 38.017323 + ], + [ + 115.438205, + 38.001102 + ], + [ + 115.464219, + 37.99299 + ], + [ + 115.444997, + 37.989168 + ], + [ + 115.456017, + 37.974551 + ], + [ + 115.457555, + 37.95074 + ], + [ + 115.448585, + 37.936584 + ], + [ + 115.412769, + 37.943293 + ], + [ + 115.408668, + 37.918936 + ], + [ + 115.385795, + 37.917191 + ], + [ + 115.365484, + 37.906318 + ], + [ + 115.360294, + 37.880068 + ], + [ + 115.389831, + 37.874629 + ], + [ + 115.388614, + 37.853003 + ], + [ + 115.363049, + 37.849845 + ], + [ + 115.360166, + 37.820215 + ], + [ + 115.349722, + 37.805765 + ], + [ + 115.352349, + 37.784052 + ], + [ + 115.371635, + 37.770335 + ], + [ + 115.344468, + 37.74814 + ], + [ + 115.360294, + 37.731994 + ], + [ + 115.386179, + 37.727082 + ], + [ + 115.394316, + 37.712143 + ], + [ + 115.380989, + 37.707432 + ], + [ + 115.333768, + 37.71322 + ], + [ + 115.317046, + 37.695383 + ], + [ + 115.325567, + 37.682458 + ], + [ + 115.316853, + 37.660102 + ], + [ + 115.301412, + 37.660169 + ], + [ + 115.297376, + 37.629587 + ], + [ + 115.258356, + 37.639625 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.253807, + 37.671415 + ], + [ + 115.261431, + 37.68818 + ], + [ + 115.243235, + 37.722641 + ], + [ + 115.227281, + 37.732599 + ], + [ + 115.172564, + 37.749351 + ], + [ + 115.152765, + 37.759507 + ], + [ + 115.160262, + 37.780287 + ], + [ + 115.150523, + 37.808521 + ], + [ + 115.131173, + 37.799783 + ], + [ + 115.122972, + 37.811479 + ], + [ + 115.097471, + 37.807849 + ], + [ + 115.097215, + 37.797498 + ], + [ + 115.072099, + 37.788893 + ], + [ + 115.066653, + 37.771007 + ], + [ + 115.070049, + 37.745651 + ], + [ + 115.041024, + 37.733541 + ], + [ + 115.012512, + 37.75157 + ], + [ + 115.001748, + 37.734685 + ], + [ + 114.987524, + 37.742691 + ], + [ + 114.960165, + 37.720084 + ], + [ + 114.931846, + 37.728899 + ], + [ + 114.904038, + 37.729302 + ], + [ + 114.895965, + 37.712547 + ], + [ + 114.881357, + 37.716113 + ], + [ + 114.871041, + 37.702114 + ], + [ + 114.847783, + 37.69673 + ], + [ + 114.841504, + 37.676129 + ], + [ + 114.808571, + 37.659832 + ], + [ + 114.797423, + 37.628239 + ], + [ + 114.764618, + 37.624399 + ], + [ + 114.725983, + 37.630665 + ], + [ + 114.707338, + 37.615774 + ], + [ + 114.698816, + 37.589353 + ], + [ + 114.680171, + 37.565283 + ], + [ + 114.64679, + 37.556247 + ], + [ + 114.585217, + 37.55301 + ], + [ + 114.519927, + 37.574656 + ], + [ + 114.483471, + 37.576814 + ], + [ + 114.433495, + 37.552537 + ], + [ + 114.412095, + 37.549907 + ], + [ + 114.37269, + 37.52967 + ], + [ + 114.370192, + 37.513612 + ], + [ + 114.358274, + 37.519212 + ], + [ + 114.334632, + 37.502949 + ], + [ + 114.310861, + 37.499979 + ], + [ + 114.303621, + 37.507808 + ], + [ + 114.27293, + 37.494445 + ], + [ + 114.255439, + 37.504096 + ], + [ + 114.215009, + 37.51125 + ], + [ + 114.184575, + 37.530817 + ], + [ + 114.166123, + 37.528186 + ], + [ + 114.156191, + 37.505244 + ], + [ + 114.133766, + 37.498899 + ], + [ + 114.126526, + 37.481957 + ], + [ + 114.113263, + 37.493837 + ], + [ + 114.096477, + 37.490935 + ], + [ + 114.06899, + 37.447384 + ], + [ + 114.022666, + 37.435496 + ], + [ + 114.028304, + 37.474598 + ], + [ + 114.036762, + 37.494175 + ], + [ + 114.059635, + 37.515906 + ], + [ + 114.118325, + 37.590634 + ], + [ + 114.115378, + 37.619884 + ], + [ + 114.131139, + 37.648315 + ], + [ + 114.139725, + 37.675927 + ], + [ + 114.128256, + 37.69821 + ], + [ + 114.088275, + 37.708845 + ], + [ + 114.068029, + 37.721564 + ], + [ + 113.993769, + 37.706893 + ], + [ + 114.000817, + 37.735358 + ], + [ + 114.041182, + 37.756817 + ], + [ + 114.043873, + 37.777463 + ], + [ + 114.018821, + 37.794876 + ], + [ + 114.006648, + 37.813495 + ], + [ + 113.982557, + 37.812823 + ], + [ + 113.970191, + 37.833923 + ], + [ + 113.971536, + 37.868786 + ], + [ + 113.956864, + 37.911419 + ], + [ + 113.929185, + 37.932022 + ], + [ + 113.922842, + 37.952082 + ], + [ + 113.90125, + 37.98481 + ], + [ + 113.872353, + 37.990375 + ], + [ + 113.878376, + 38.032402 + ], + [ + 113.876261, + 38.055047 + ], + [ + 113.856015, + 38.065898 + ], + [ + 113.854733, + 38.077082 + ], + [ + 113.824235, + 38.106676 + ], + [ + 113.810075, + 38.112566 + ], + [ + 113.822505, + 38.150442 + ], + [ + 113.83359, + 38.147431 + ], + [ + 113.828848, + 38.168971 + ], + [ + 113.796876, + 38.162884 + ], + [ + 113.756575, + 38.171713 + ], + [ + 113.731139, + 38.168369 + ], + [ + 113.720631, + 38.174656 + ], + [ + 113.738507, + 38.189501 + ], + [ + 113.715057, + 38.193713 + ], + [ + 113.711725, + 38.213702 + ], + [ + 113.679112, + 38.205413 + ], + [ + 113.657072, + 38.225599 + ], + [ + 113.636761, + 38.232682 + ], + [ + 113.598894, + 38.227136 + ], + [ + 113.570318, + 38.237427 + ], + [ + 113.566282, + 38.252393 + ], + [ + 113.544818, + 38.270495 + ], + [ + 113.546035, + 38.293067 + ], + [ + 113.557248, + 38.34346 + ], + [ + 113.53431, + 38.365208 + ], + [ + 113.525468, + 38.383016 + ], + [ + 113.538026, + 38.418017 + ], + [ + 113.573202, + 38.449205 + ], + [ + 113.583517, + 38.465992 + ], + [ + 113.561348, + 38.485773 + ], + [ + 113.555518, + 38.521058 + ], + [ + 113.562053, + 38.558321 + ], + [ + 113.602803, + 38.586854 + ], + [ + 113.604212, + 38.616107 + ], + [ + 113.612862, + 38.646013 + ], + [ + 113.632596, + 38.653122 + ], + [ + 113.667067, + 38.646943 + ], + [ + 113.702114, + 38.65166 + ], + [ + 113.713839, + 38.663684 + ], + [ + 113.709995, + 38.698284 + ], + [ + 113.729024, + 38.71196 + ], + [ + 113.745363, + 38.701538 + ], + [ + 113.775669, + 38.709836 + ], + [ + 113.78041, + 38.728355 + ], + [ + 113.802899, + 38.763321 + ], + [ + 113.839548, + 38.758413 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130200, + "name": "唐山市", + "center": [ + 118.175393, + 39.635113 + ], + "centroid": [ + 118.343434, + 39.717249 + ], + "childrenNum": 14, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.319039, + 39.429554 + ], + [ + 119.317052, + 39.410759 + ], + [ + 119.272779, + 39.363616 + ], + [ + 119.239269, + 39.352368 + ], + [ + 119.185577, + 39.342039 + ], + [ + 119.121505, + 39.281549 + ], + [ + 119.096068, + 39.241963 + ], + [ + 119.038276, + 39.21178 + ], + [ + 119.023988, + 39.186925 + ], + [ + 118.977984, + 39.163381 + ], + [ + 118.926278, + 39.123464 + ], + [ + 118.890013, + 39.118844 + ], + [ + 118.896549, + 39.139698 + ], + [ + 118.952035, + 39.175649 + ], + [ + 118.920447, + 39.171758 + ], + [ + 118.897253, + 39.151508 + ], + [ + 118.876366, + 39.14999 + ], + [ + 118.857913, + 39.162854 + ], + [ + 118.814409, + 39.138642 + ], + [ + 118.760716, + 39.133495 + ], + [ + 118.719646, + 39.136992 + ], + [ + 118.692992, + 39.148077 + ], + [ + 118.637314, + 39.157379 + ], + [ + 118.59272, + 39.142601 + ], + [ + 118.578752, + 39.130921 + ], + [ + 118.588619, + 39.107623 + ], + [ + 118.560107, + 39.09904 + ], + [ + 118.551394, + 39.088278 + ], + [ + 118.532877, + 39.091051 + ], + [ + 118.570487, + 38.999212 + ], + [ + 118.604445, + 38.971505 + ], + [ + 118.539732, + 38.909835 + ], + [ + 118.525252, + 38.90487 + ], + [ + 118.491038, + 38.909041 + ], + [ + 118.406463, + 38.960525 + ], + [ + 118.378015, + 38.97177 + ], + [ + 118.371031, + 38.984137 + ], + [ + 118.373594, + 39.012037 + ], + [ + 118.309907, + 39.011773 + ], + [ + 118.290813, + 39.022216 + ], + [ + 118.267107, + 39.021555 + ], + [ + 118.225011, + 39.034839 + ], + [ + 118.182596, + 39.094155 + ], + [ + 118.16299, + 39.136596 + ], + [ + 118.121151, + 39.186068 + ], + [ + 118.07771, + 39.202024 + ], + [ + 118.07047, + 39.214021 + ], + [ + 118.037153, + 39.220348 + ], + [ + 118.037089, + 39.230497 + ], + [ + 118.064768, + 39.231222 + ], + [ + 118.064768, + 39.256061 + ], + [ + 118.036512, + 39.265151 + ], + [ + 118.024787, + 39.292414 + ], + [ + 118.016842, + 39.284117 + ], + [ + 117.97763, + 39.300643 + ], + [ + 117.972248, + 39.314401 + ], + [ + 117.891774, + 39.32322 + ], + [ + 117.888314, + 39.332038 + ], + [ + 117.84955, + 39.327366 + ], + [ + 117.842054, + 39.336512 + ], + [ + 117.862877, + 39.362169 + ], + [ + 117.837056, + 39.350789 + ], + [ + 117.803354, + 39.362037 + ], + [ + 117.805277, + 39.373284 + ], + [ + 117.852369, + 39.38078 + ], + [ + 117.859353, + 39.403265 + ], + [ + 117.871847, + 39.411547 + ], + [ + 117.87031, + 39.45498 + ], + [ + 117.878062, + 39.467196 + ], + [ + 117.898181, + 39.472516 + ], + [ + 117.898565, + 39.509675 + ], + [ + 117.912277, + 39.516172 + ], + [ + 117.905293, + 39.53015 + ], + [ + 117.933997, + 39.574164 + ], + [ + 117.892607, + 39.591539 + ], + [ + 117.868259, + 39.596849 + ], + [ + 117.851408, + 39.589244 + ], + [ + 117.826548, + 39.590818 + ], + [ + 117.801945, + 39.601765 + ], + [ + 117.76773, + 39.599012 + ], + [ + 117.747868, + 39.589375 + ], + [ + 117.753122, + 39.576 + ], + [ + 117.737745, + 39.574033 + ], + [ + 117.744857, + 39.548585 + ], + [ + 117.71596, + 39.530084 + ], + [ + 117.710194, + 39.550422 + ], + [ + 117.689563, + 39.559539 + ], + [ + 117.688794, + 39.569246 + ], + [ + 117.708913, + 39.572918 + ], + [ + 117.68495, + 39.588916 + ], + [ + 117.660795, + 39.57541 + ], + [ + 117.636191, + 39.603731 + ], + [ + 117.621967, + 39.59167 + ], + [ + 117.619084, + 39.603207 + ], + [ + 117.641189, + 39.612645 + ], + [ + 117.641957, + 39.628438 + ], + [ + 117.662012, + 39.636365 + ], + [ + 117.668355, + 39.667085 + ], + [ + 117.657014, + 39.668657 + ], + [ + 117.643944, + 39.688692 + ], + [ + 117.644777, + 39.701849 + ], + [ + 117.602425, + 39.705384 + ], + [ + 117.577629, + 39.726913 + ], + [ + 117.596082, + 39.735222 + ], + [ + 117.59589, + 39.746147 + ], + [ + 117.559305, + 39.756088 + ], + [ + 117.546106, + 39.776164 + ], + [ + 117.561419, + 39.800024 + ], + [ + 117.537264, + 39.835178 + ], + [ + 117.548092, + 39.839882 + ], + [ + 117.521374, + 39.870641 + ], + [ + 117.518811, + 39.891271 + ], + [ + 117.507406, + 39.909023 + ], + [ + 117.525539, + 39.92964 + ], + [ + 117.514967, + 39.946665 + ], + [ + 117.532907, + 39.952469 + ], + [ + 117.547323, + 39.976855 + ], + [ + 117.537777, + 39.997452 + ], + [ + 117.589226, + 39.996866 + ], + [ + 117.634589, + 39.968901 + ], + [ + 117.674698, + 39.974834 + ], + [ + 117.70667, + 39.986046 + ], + [ + 117.72775, + 39.972422 + ], + [ + 117.756326, + 39.96512 + ], + [ + 117.763566, + 39.972748 + ], + [ + 117.781826, + 39.966293 + ], + [ + 117.797075, + 40.010225 + ], + [ + 117.782467, + 40.023516 + ], + [ + 117.744152, + 40.018434 + ], + [ + 117.747932, + 40.047421 + ], + [ + 117.758312, + 40.04436 + ], + [ + 117.776188, + 40.059272 + ], + [ + 117.758184, + 40.065978 + ], + [ + 117.751648, + 40.081993 + ], + [ + 117.721983, + 40.07991 + ], + [ + 117.708272, + 40.093643 + ], + [ + 117.67489, + 40.082123 + ], + [ + 117.668099, + 40.100931 + ], + [ + 117.644841, + 40.096181 + ], + [ + 117.65317, + 40.110757 + ], + [ + 117.650159, + 40.128191 + ], + [ + 117.635999, + 40.132094 + ], + [ + 117.630232, + 40.147833 + ], + [ + 117.601208, + 40.171239 + ], + [ + 117.576412, + 40.178584 + ], + [ + 117.575451, + 40.192817 + ], + [ + 117.609409, + 40.194897 + ], + [ + 117.619532, + 40.206398 + ], + [ + 117.64625, + 40.205163 + ], + [ + 117.677069, + 40.22095 + ], + [ + 117.694112, + 40.238161 + ], + [ + 117.714551, + 40.241668 + ], + [ + 117.75152, + 40.229718 + ], + [ + 117.807775, + 40.261926 + ], + [ + 117.844104, + 40.261406 + ], + [ + 117.867554, + 40.26965 + ], + [ + 117.897989, + 40.270429 + ], + [ + 117.909457, + 40.285876 + ], + [ + 118.000888, + 40.29256 + ], + [ + 118.031643, + 40.302358 + ], + [ + 118.061564, + 40.319095 + ], + [ + 118.079312, + 40.353528 + ], + [ + 118.121856, + 40.354695 + ], + [ + 118.133837, + 40.375113 + ], + [ + 118.165232, + 40.400449 + ], + [ + 118.153123, + 40.409519 + ], + [ + 118.156967, + 40.423768 + ], + [ + 118.173818, + 40.423056 + ], + [ + 118.239684, + 40.464686 + ], + [ + 118.262942, + 40.452063 + ], + [ + 118.277935, + 40.425711 + ], + [ + 118.306575, + 40.419558 + ], + [ + 118.356295, + 40.435295 + ], + [ + 118.360011, + 40.428819 + ], + [ + 118.387305, + 40.436719 + ], + [ + 118.402683, + 40.416838 + ], + [ + 118.430746, + 40.411851 + ], + [ + 118.45599, + 40.414053 + ], + [ + 118.503211, + 40.403365 + ], + [ + 118.523458, + 40.40628 + ], + [ + 118.548062, + 40.422667 + ], + [ + 118.571512, + 40.414636 + ], + [ + 118.550881, + 40.385482 + ], + [ + 118.558377, + 40.36928 + ], + [ + 118.539989, + 40.361048 + ], + [ + 118.532364, + 40.319419 + ], + [ + 118.533325, + 40.298854 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.571384, + 40.269845 + ], + [ + 118.628472, + 40.249915 + ], + [ + 118.665634, + 40.242577 + ], + [ + 118.708562, + 40.216078 + ], + [ + 118.746108, + 40.208087 + ], + [ + 118.743609, + 40.191777 + ], + [ + 118.775581, + 40.194182 + ], + [ + 118.794482, + 40.204838 + ], + [ + 118.849135, + 40.178974 + ], + [ + 118.867652, + 40.180599 + ], + [ + 118.888924, + 40.168768 + ], + [ + 118.906736, + 40.169679 + ], + [ + 118.92474, + 40.149653 + ], + [ + 118.918269, + 40.092211 + ], + [ + 118.900521, + 40.086549 + ], + [ + 118.866307, + 40.061942 + ], + [ + 118.865602, + 40.023777 + ], + [ + 118.88508, + 40.005403 + ], + [ + 118.884247, + 39.961794 + ], + [ + 118.875149, + 39.941121 + ], + [ + 118.859643, + 39.93362 + ], + [ + 118.853556, + 39.88409 + ], + [ + 118.835232, + 39.859018 + ], + [ + 118.838179, + 39.847981 + ], + [ + 118.816843, + 39.825836 + ], + [ + 118.825429, + 39.799436 + ], + [ + 118.797942, + 39.790415 + ], + [ + 118.800185, + 39.775706 + ], + [ + 118.774428, + 39.764198 + ], + [ + 118.787242, + 39.71592 + ], + [ + 118.804157, + 39.679985 + ], + [ + 118.822225, + 39.668984 + ], + [ + 118.824596, + 39.648681 + ], + [ + 118.850097, + 39.622737 + ], + [ + 118.844586, + 39.615004 + ], + [ + 118.861309, + 39.574754 + ], + [ + 118.882261, + 39.566557 + ], + [ + 118.895139, + 39.547011 + ], + [ + 118.938452, + 39.557572 + ], + [ + 118.945243, + 39.544781 + ], + [ + 118.983302, + 39.538942 + ], + [ + 118.966067, + 39.529494 + ], + [ + 118.961453, + 39.51591 + ], + [ + 119.008098, + 39.509347 + ], + [ + 119.015658, + 39.482103 + ], + [ + 119.004894, + 39.467459 + ], + [ + 119.048399, + 39.459052 + ], + [ + 119.064545, + 39.473763 + ], + [ + 119.185769, + 39.458986 + ], + [ + 119.212295, + 39.463453 + ], + [ + 119.257401, + 39.429752 + ], + [ + 119.280403, + 39.422852 + ], + [ + 119.319039, + 39.429554 + ] + ] + ], + [ + [ + [ + 117.784581, + 39.377032 + ], + [ + 117.744601, + 39.354604 + ], + [ + 117.692318, + 39.35171 + ], + [ + 117.670918, + 39.356446 + ], + [ + 117.669316, + 39.324141 + ], + [ + 117.650799, + 39.315191 + ], + [ + 117.637536, + 39.335986 + ], + [ + 117.595249, + 39.349144 + ], + [ + 117.536239, + 39.338026 + ], + [ + 117.520862, + 39.357236 + ], + [ + 117.535342, + 39.374007 + ], + [ + 117.557895, + 39.38558 + ], + [ + 117.571158, + 39.404646 + ], + [ + 117.590636, + 39.405435 + ], + [ + 117.6014, + 39.4195 + ], + [ + 117.61415, + 39.407078 + ], + [ + 117.643495, + 39.405829 + ], + [ + 117.669124, + 39.412008 + ], + [ + 117.673224, + 39.386698 + ], + [ + 117.702313, + 39.388934 + ], + [ + 117.69975, + 39.407604 + ], + [ + 117.737296, + 39.410562 + ], + [ + 117.782147, + 39.394785 + ], + [ + 117.784581, + 39.377032 + ] + ] + ], + [ + [ + [ + 118.630522, + 39.054726 + ], + [ + 118.620847, + 39.068268 + ], + [ + 118.638852, + 39.076061 + ], + [ + 118.653652, + 39.056973 + ], + [ + 118.640005, + 39.042306 + ], + [ + 118.630522, + 39.054726 + ] + ] + ], + [ + [ + [ + 118.869446, + 39.142733 + ], + [ + 118.871753, + 39.115082 + ], + [ + 118.857465, + 39.098842 + ], + [ + 118.820495, + 39.093693 + ], + [ + 118.820239, + 39.108745 + ], + [ + 118.842664, + 39.117788 + ], + [ + 118.869446, + 39.142733 + ] + ] + ], + [ + [ + [ + 118.83914, + 39.153817 + ], + [ + 118.841511, + 39.135475 + ], + [ + 118.825749, + 39.122672 + ], + [ + 118.815177, + 39.132373 + ], + [ + 118.83914, + 39.153817 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130300, + "name": "秦皇岛市", + "center": [ + 119.586579, + 39.942531 + ], + "centroid": [ + 119.193332, + 40.088346 + ], + "childrenNum": 7, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.319039, + 39.429554 + ], + [ + 119.280403, + 39.422852 + ], + [ + 119.257401, + 39.429752 + ], + [ + 119.212295, + 39.463453 + ], + [ + 119.185769, + 39.458986 + ], + [ + 119.064545, + 39.473763 + ], + [ + 119.048399, + 39.459052 + ], + [ + 119.004894, + 39.467459 + ], + [ + 119.015658, + 39.482103 + ], + [ + 119.008098, + 39.509347 + ], + [ + 118.961453, + 39.51591 + ], + [ + 118.966067, + 39.529494 + ], + [ + 118.983302, + 39.538942 + ], + [ + 118.945243, + 39.544781 + ], + [ + 118.938452, + 39.557572 + ], + [ + 118.895139, + 39.547011 + ], + [ + 118.882261, + 39.566557 + ], + [ + 118.861309, + 39.574754 + ], + [ + 118.844586, + 39.615004 + ], + [ + 118.850097, + 39.622737 + ], + [ + 118.824596, + 39.648681 + ], + [ + 118.822225, + 39.668984 + ], + [ + 118.804157, + 39.679985 + ], + [ + 118.787242, + 39.71592 + ], + [ + 118.774428, + 39.764198 + ], + [ + 118.800185, + 39.775706 + ], + [ + 118.797942, + 39.790415 + ], + [ + 118.825429, + 39.799436 + ], + [ + 118.816843, + 39.825836 + ], + [ + 118.838179, + 39.847981 + ], + [ + 118.835232, + 39.859018 + ], + [ + 118.853556, + 39.88409 + ], + [ + 118.859643, + 39.93362 + ], + [ + 118.875149, + 39.941121 + ], + [ + 118.884247, + 39.961794 + ], + [ + 118.88508, + 40.005403 + ], + [ + 118.865602, + 40.023777 + ], + [ + 118.866307, + 40.061942 + ], + [ + 118.900521, + 40.086549 + ], + [ + 118.918269, + 40.092211 + ], + [ + 118.92474, + 40.149653 + ], + [ + 118.906736, + 40.169679 + ], + [ + 118.888924, + 40.168768 + ], + [ + 118.867652, + 40.180599 + ], + [ + 118.849135, + 40.178974 + ], + [ + 118.794482, + 40.204838 + ], + [ + 118.775581, + 40.194182 + ], + [ + 118.743609, + 40.191777 + ], + [ + 118.746108, + 40.208087 + ], + [ + 118.708562, + 40.216078 + ], + [ + 118.665634, + 40.242577 + ], + [ + 118.628472, + 40.249915 + ], + [ + 118.571384, + 40.269845 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.580098, + 40.305861 + ], + [ + 118.596949, + 40.308456 + ], + [ + 118.608225, + 40.328305 + ], + [ + 118.640197, + 40.354566 + ], + [ + 118.643785, + 40.380946 + ], + [ + 118.618349, + 40.425193 + ], + [ + 118.624179, + 40.437626 + ], + [ + 118.657176, + 40.450574 + ], + [ + 118.702795, + 40.491411 + ], + [ + 118.723491, + 40.473746 + ], + [ + 118.772954, + 40.479765 + ], + [ + 118.792112, + 40.492382 + ], + [ + 118.794867, + 40.510753 + ], + [ + 118.821328, + 40.531964 + ], + [ + 118.864, + 40.527244 + ], + [ + 118.886938, + 40.542438 + ], + [ + 118.919038, + 40.53093 + ], + [ + 118.966003, + 40.536102 + ], + [ + 118.952676, + 40.558469 + ], + [ + 118.983366, + 40.56364 + ], + [ + 118.998359, + 40.578955 + ], + [ + 119.013095, + 40.577081 + ], + [ + 119.063392, + 40.606151 + ], + [ + 119.086394, + 40.588775 + ], + [ + 119.105487, + 40.603632 + ], + [ + 119.158474, + 40.614418 + ], + [ + 119.162575, + 40.600015 + ], + [ + 119.178209, + 40.609316 + ], + [ + 119.230812, + 40.603891 + ], + [ + 119.232862, + 40.589421 + ], + [ + 119.220624, + 40.569133 + ], + [ + 119.25612, + 40.543279 + ], + [ + 119.302188, + 40.530283 + ], + [ + 119.338068, + 40.531253 + ], + [ + 119.361839, + 40.537331 + ], + [ + 119.441864, + 40.539852 + ], + [ + 119.477809, + 40.533322 + ], + [ + 119.491007, + 40.536167 + ], + [ + 119.503886, + 40.553945 + ], + [ + 119.520288, + 40.547416 + ], + [ + 119.534256, + 40.554203 + ], + [ + 119.571033, + 40.540887 + ], + [ + 119.568855, + 40.520778 + ], + [ + 119.555464, + 40.516833 + ], + [ + 119.553542, + 40.501762 + ], + [ + 119.604927, + 40.454976 + ], + [ + 119.593458, + 40.435683 + ], + [ + 119.600442, + 40.406863 + ], + [ + 119.586667, + 40.375437 + ], + [ + 119.599801, + 40.356575 + ], + [ + 119.598136, + 40.334206 + ], + [ + 119.621458, + 40.30359 + ], + [ + 119.642153, + 40.291327 + ], + [ + 119.651892, + 40.272377 + ], + [ + 119.633503, + 40.249395 + ], + [ + 119.625174, + 40.224132 + ], + [ + 119.671562, + 40.23959 + ], + [ + 119.676239, + 40.224522 + ], + [ + 119.716797, + 40.196066 + ], + [ + 119.745949, + 40.207957 + ], + [ + 119.755496, + 40.153165 + ], + [ + 119.76248, + 40.144776 + ], + [ + 119.736723, + 40.104836 + ], + [ + 119.771578, + 40.082253 + ], + [ + 119.76043, + 40.065653 + ], + [ + 119.770873, + 40.048788 + ], + [ + 119.795285, + 40.040387 + ], + [ + 119.817069, + 40.052826 + ], + [ + 119.835009, + 40.050286 + ], + [ + 119.854231, + 40.03231 + ], + [ + 119.841032, + 40.011789 + ], + [ + 119.872363, + 39.960621 + ], + [ + 119.862432, + 39.951556 + ], + [ + 119.835522, + 39.964468 + ], + [ + 119.836739, + 39.985786 + ], + [ + 119.816877, + 39.978224 + ], + [ + 119.787212, + 39.950382 + ], + [ + 119.726279, + 39.941056 + ], + [ + 119.683543, + 39.921942 + ], + [ + 119.674317, + 39.933424 + ], + [ + 119.666436, + 39.92018 + ], + [ + 119.637027, + 39.923182 + ], + [ + 119.612936, + 39.898907 + ], + [ + 119.587948, + 39.909936 + ], + [ + 119.559564, + 39.901518 + ], + [ + 119.541048, + 39.888138 + ], + [ + 119.520352, + 39.838183 + ], + [ + 119.537652, + 39.831259 + ], + [ + 119.53778, + 39.810154 + ], + [ + 119.506641, + 39.816493 + ], + [ + 119.464738, + 39.809239 + ], + [ + 119.396886, + 39.761124 + ], + [ + 119.395925, + 39.74425 + ], + [ + 119.3735, + 39.739671 + ], + [ + 119.358122, + 39.721744 + ], + [ + 119.334928, + 39.656148 + ], + [ + 119.31276, + 39.605894 + ], + [ + 119.270024, + 39.498582 + ], + [ + 119.304238, + 39.459972 + ], + [ + 119.319039, + 39.429554 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130400, + "name": "邯郸市", + "center": [ + 114.490686, + 36.612273 + ], + "centroid": [ + 114.548854, + 36.553496 + ], + "childrenNum": 18, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 113.794954, + 36.994995 + ], + [ + 113.828784, + 37.012048 + ], + [ + 113.859475, + 37.015037 + ], + [ + 113.883886, + 37.010893 + ], + [ + 113.901185, + 36.99683 + ], + [ + 113.941743, + 36.983376 + ], + [ + 113.984415, + 36.941503 + ], + [ + 113.991078, + 36.914913 + ], + [ + 114.028176, + 36.881236 + ], + [ + 114.063672, + 36.879331 + ], + [ + 114.090005, + 36.861023 + ], + [ + 114.081548, + 36.845094 + ], + [ + 114.100449, + 36.839035 + ], + [ + 114.182653, + 36.843937 + ], + [ + 114.225902, + 36.843052 + ], + [ + 114.252684, + 36.856531 + ], + [ + 114.299969, + 36.845435 + ], + [ + 114.304518, + 36.857007 + ], + [ + 114.336105, + 36.846728 + ], + [ + 114.353533, + 36.852038 + ], + [ + 114.421193, + 36.839444 + ], + [ + 114.462327, + 36.847681 + ], + [ + 114.478921, + 36.833248 + ], + [ + 114.507754, + 36.827936 + ], + [ + 114.555231, + 36.845979 + ], + [ + 114.551707, + 36.884094 + ], + [ + 114.56702, + 36.891307 + ], + [ + 114.64884, + 36.89845 + ], + [ + 114.671073, + 36.917429 + ], + [ + 114.707145, + 36.918041 + ], + [ + 114.718166, + 36.938103 + ], + [ + 114.734568, + 36.942931 + ], + [ + 114.74341, + 36.932323 + ], + [ + 114.772691, + 36.928447 + ], + [ + 114.787492, + 36.91396 + ], + [ + 114.838172, + 36.950885 + ], + [ + 114.836314, + 36.958024 + ], + [ + 114.862712, + 36.969715 + ], + [ + 114.892441, + 36.969647 + ], + [ + 114.949593, + 36.948778 + ], + [ + 114.985602, + 36.950477 + ], + [ + 115.02161, + 36.961422 + ], + [ + 115.0589, + 36.957004 + ], + [ + 115.096702, + 36.964549 + ], + [ + 115.111631, + 36.958431 + ], + [ + 115.125022, + 36.936471 + ], + [ + 115.106505, + 36.923958 + ], + [ + 115.125086, + 36.90607 + ], + [ + 115.143219, + 36.899131 + ], + [ + 115.16622, + 36.901512 + ], + [ + 115.170449, + 36.881509 + ], + [ + 115.158916, + 36.852038 + ], + [ + 115.176856, + 36.854353 + ], + [ + 115.200563, + 36.868374 + ], + [ + 115.283344, + 36.862589 + ], + [ + 115.325567, + 36.869667 + ], + [ + 115.307499, + 36.837129 + ], + [ + 115.323004, + 36.815474 + ], + [ + 115.335691, + 36.775826 + ], + [ + 115.349786, + 36.786796 + ], + [ + 115.362921, + 36.771056 + ], + [ + 115.390664, + 36.76315 + ], + [ + 115.423661, + 36.766081 + ], + [ + 115.463386, + 36.752177 + ], + [ + 115.478314, + 36.754699 + ], + [ + 115.450507, + 36.713656 + ], + [ + 115.446663, + 36.694626 + ], + [ + 115.420586, + 36.686781 + ], + [ + 115.406426, + 36.663242 + ], + [ + 115.386756, + 36.656827 + ], + [ + 115.388229, + 36.647203 + ], + [ + 115.366061, + 36.621945 + ], + [ + 115.355104, + 36.627407 + ], + [ + 115.334281, + 36.58247 + ], + [ + 115.33127, + 36.550219 + ], + [ + 115.307435, + 36.527458 + ], + [ + 115.288341, + 36.528484 + ], + [ + 115.296479, + 36.508862 + ], + [ + 115.272836, + 36.497373 + ], + [ + 115.291417, + 36.460572 + ], + [ + 115.300259, + 36.465908 + ], + [ + 115.317046, + 36.454003 + ], + [ + 115.312048, + 36.433541 + ], + [ + 115.29744, + 36.413484 + ], + [ + 115.339983, + 36.398078 + ], + [ + 115.349594, + 36.363079 + ], + [ + 115.368688, + 36.342593 + ], + [ + 115.359782, + 36.318743 + ], + [ + 115.366637, + 36.30894 + ], + [ + 115.394637, + 36.322581 + ], + [ + 115.422956, + 36.32217 + ], + [ + 115.417062, + 36.29276 + ], + [ + 115.436347, + 36.27637 + ], + [ + 115.462681, + 36.276096 + ], + [ + 115.465372, + 36.250373 + ], + [ + 115.47652, + 36.246531 + ], + [ + 115.475944, + 36.193066 + ], + [ + 115.483568, + 36.148976 + ], + [ + 115.469985, + 36.152892 + ], + [ + 115.463898, + 36.171299 + ], + [ + 115.451276, + 36.16972 + ], + [ + 115.449674, + 36.150144 + ], + [ + 115.431286, + 36.149183 + ], + [ + 115.415716, + 36.137572 + ], + [ + 115.404632, + 36.15564 + ], + [ + 115.39265, + 36.12919 + ], + [ + 115.377914, + 36.128503 + ], + [ + 115.369264, + 36.102731 + ], + [ + 115.341393, + 36.087608 + ], + [ + 115.313073, + 36.088227 + ], + [ + 115.297247, + 36.109123 + ], + [ + 115.302181, + 36.127678 + ], + [ + 115.279307, + 36.137847 + ], + [ + 115.260406, + 36.171574 + ], + [ + 115.242146, + 36.191212 + ], + [ + 115.20178, + 36.212768 + ], + [ + 115.189222, + 36.195538 + ], + [ + 115.170705, + 36.191006 + ], + [ + 115.142834, + 36.209679 + ], + [ + 115.110414, + 36.199382 + ], + [ + 115.104583, + 36.172192 + ], + [ + 115.06268, + 36.178235 + ], + [ + 115.048456, + 36.162027 + ], + [ + 115.045893, + 36.112216 + ], + [ + 114.998416, + 36.069732 + ], + [ + 114.954591, + 36.067806 + ], + [ + 114.920184, + 36.048205 + ], + [ + 114.914674, + 36.051988 + ], + [ + 114.926463, + 36.089464 + ], + [ + 114.90705, + 36.117233 + ], + [ + 114.912432, + 36.140458 + ], + [ + 114.879435, + 36.147809 + ], + [ + 114.858675, + 36.144305 + ], + [ + 114.857458, + 36.127747 + ], + [ + 114.825166, + 36.123693 + ], + [ + 114.77865, + 36.133175 + ], + [ + 114.771345, + 36.124517 + ], + [ + 114.73444, + 36.155777 + ], + [ + 114.720665, + 36.140046 + ], + [ + 114.692409, + 36.146229 + ], + [ + 114.691128, + 36.138397 + ], + [ + 114.655183, + 36.140252 + ], + [ + 114.630387, + 36.124243 + ], + [ + 114.610845, + 36.128297 + ], + [ + 114.58259, + 36.121356 + ], + [ + 114.586883, + 36.140939 + ], + [ + 114.55805, + 36.150763 + ], + [ + 114.53287, + 36.171505 + ], + [ + 114.480267, + 36.177823 + ], + [ + 114.466171, + 36.197735 + ], + [ + 114.417541, + 36.205904 + ], + [ + 114.408442, + 36.224573 + ], + [ + 114.39236, + 36.221141 + ], + [ + 114.356096, + 36.230337 + ], + [ + 114.345139, + 36.255792 + ], + [ + 114.328353, + 36.248177 + ], + [ + 114.290102, + 36.247148 + ], + [ + 114.256464, + 36.264024 + ], + [ + 114.235577, + 36.252774 + ], + [ + 114.223723, + 36.270883 + ], + [ + 114.211037, + 36.273009 + ], + [ + 114.203028, + 36.24557 + ], + [ + 114.168878, + 36.243443 + ], + [ + 114.17663, + 36.263132 + ], + [ + 114.130627, + 36.279662 + ], + [ + 114.12108, + 36.272735 + ], + [ + 114.092632, + 36.27781 + ], + [ + 114.085328, + 36.270129 + ], + [ + 114.060532, + 36.276507 + ], + [ + 114.04272, + 36.297011 + ], + [ + 114.061557, + 36.317989 + ], + [ + 114.055727, + 36.329983 + ], + [ + 114.026254, + 36.325117 + ], + [ + 114.032276, + 36.347527 + ], + [ + 114.023691, + 36.354995 + ], + [ + 114.010684, + 36.342456 + ], + [ + 113.985824, + 36.357599 + ], + [ + 113.979802, + 36.344101 + ], + [ + 113.994474, + 36.344169 + ], + [ + 113.993833, + 36.314561 + ], + [ + 113.983005, + 36.317166 + ], + [ + 113.964232, + 36.352597 + ], + [ + 113.952763, + 36.358147 + ], + [ + 113.957248, + 36.33622 + ], + [ + 113.934439, + 36.336151 + ], + [ + 113.93162, + 36.319497 + ], + [ + 113.911181, + 36.314767 + ], + [ + 113.901121, + 36.336974 + ], + [ + 113.881515, + 36.353899 + ], + [ + 113.85358, + 36.35013 + ], + [ + 113.855951, + 36.329367 + ], + [ + 113.818212, + 36.331149 + ], + [ + 113.797581, + 36.347184 + ], + [ + 113.764392, + 36.355612 + ], + [ + 113.755166, + 36.365956 + ], + [ + 113.73242, + 36.357599 + ], + [ + 113.729601, + 36.381642 + ], + [ + 113.708329, + 36.423342 + ], + [ + 113.670206, + 36.425122 + ], + [ + 113.6292, + 36.454687 + ], + [ + 113.587233, + 36.460982 + ], + [ + 113.582108, + 36.482942 + ], + [ + 113.554428, + 36.494706 + ], + [ + 113.559939, + 36.52862 + ], + [ + 113.547317, + 36.534362 + ], + [ + 113.588707, + 36.548101 + ], + [ + 113.58813, + 36.562725 + ], + [ + 113.569678, + 36.585885 + ], + [ + 113.539756, + 36.594082 + ], + [ + 113.545266, + 36.616892 + ], + [ + 113.535463, + 36.62925 + ], + [ + 113.486833, + 36.635189 + ], + [ + 113.47703, + 36.655189 + ], + [ + 113.502018, + 36.681528 + ], + [ + 113.507015, + 36.704858 + ], + [ + 113.477542, + 36.697287 + ], + [ + 113.465369, + 36.70779 + ], + [ + 113.47767, + 36.726407 + ], + [ + 113.499391, + 36.740589 + ], + [ + 113.536232, + 36.732339 + ], + [ + 113.549303, + 36.752313 + ], + [ + 113.569165, + 36.758107 + ], + [ + 113.599984, + 36.752927 + ], + [ + 113.65579, + 36.785706 + ], + [ + 113.68097, + 36.790134 + ], + [ + 113.673923, + 36.807505 + ], + [ + 113.68411, + 36.824804 + ], + [ + 113.676293, + 36.855646 + ], + [ + 113.696924, + 36.882257 + ], + [ + 113.710508, + 36.88736 + ], + [ + 113.731587, + 36.87865 + ], + [ + 113.731908, + 36.859118 + ], + [ + 113.742095, + 36.851085 + ], + [ + 113.772337, + 36.871165 + ], + [ + 113.786945, + 36.870076 + ], + [ + 113.79284, + 36.894709 + ], + [ + 113.761701, + 36.956052 + ], + [ + 113.777463, + 36.96856 + ], + [ + 113.794954, + 36.994995 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130500, + "name": "邢台市", + "center": [ + 114.508851, + 37.0682 + ], + "centroid": [ + 114.822689, + 37.213818 + ], + "childrenNum": 19, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.022666, + 37.435496 + ], + [ + 114.06899, + 37.447384 + ], + [ + 114.096477, + 37.490935 + ], + [ + 114.113263, + 37.493837 + ], + [ + 114.126526, + 37.481957 + ], + [ + 114.133766, + 37.498899 + ], + [ + 114.156191, + 37.505244 + ], + [ + 114.166123, + 37.528186 + ], + [ + 114.184575, + 37.530817 + ], + [ + 114.215009, + 37.51125 + ], + [ + 114.255439, + 37.504096 + ], + [ + 114.27293, + 37.494445 + ], + [ + 114.303621, + 37.507808 + ], + [ + 114.310861, + 37.499979 + ], + [ + 114.334632, + 37.502949 + ], + [ + 114.358274, + 37.519212 + ], + [ + 114.370192, + 37.513612 + ], + [ + 114.37269, + 37.52967 + ], + [ + 114.412095, + 37.549907 + ], + [ + 114.433495, + 37.552537 + ], + [ + 114.483471, + 37.576814 + ], + [ + 114.519927, + 37.574656 + ], + [ + 114.585217, + 37.55301 + ], + [ + 114.64679, + 37.556247 + ], + [ + 114.680171, + 37.565283 + ], + [ + 114.698816, + 37.589353 + ], + [ + 114.707338, + 37.615774 + ], + [ + 114.725983, + 37.630665 + ], + [ + 114.764618, + 37.624399 + ], + [ + 114.797423, + 37.628239 + ], + [ + 114.808571, + 37.659832 + ], + [ + 114.841504, + 37.676129 + ], + [ + 114.847783, + 37.69673 + ], + [ + 114.871041, + 37.702114 + ], + [ + 114.881357, + 37.716113 + ], + [ + 114.895965, + 37.712547 + ], + [ + 114.904038, + 37.729302 + ], + [ + 114.931846, + 37.728899 + ], + [ + 114.960165, + 37.720084 + ], + [ + 114.987524, + 37.742691 + ], + [ + 115.001748, + 37.734685 + ], + [ + 115.012512, + 37.75157 + ], + [ + 115.041024, + 37.733541 + ], + [ + 115.070049, + 37.745651 + ], + [ + 115.066653, + 37.771007 + ], + [ + 115.072099, + 37.788893 + ], + [ + 115.097215, + 37.797498 + ], + [ + 115.097471, + 37.807849 + ], + [ + 115.122972, + 37.811479 + ], + [ + 115.131173, + 37.799783 + ], + [ + 115.150523, + 37.808521 + ], + [ + 115.160262, + 37.780287 + ], + [ + 115.152765, + 37.759507 + ], + [ + 115.172564, + 37.749351 + ], + [ + 115.227281, + 37.732599 + ], + [ + 115.243235, + 37.722641 + ], + [ + 115.261431, + 37.68818 + ], + [ + 115.253807, + 37.671415 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.227858, + 37.648921 + ], + [ + 115.202934, + 37.637133 + ], + [ + 115.191593, + 37.608833 + ], + [ + 115.172756, + 37.600543 + ], + [ + 115.200563, + 37.572498 + ], + [ + 115.188325, + 37.563125 + ], + [ + 115.201908, + 37.555977 + ], + [ + 115.237276, + 37.575465 + ], + [ + 115.282575, + 37.576005 + ], + [ + 115.307179, + 37.563935 + ], + [ + 115.360871, + 37.523935 + ], + [ + 115.359461, + 37.558675 + ], + [ + 115.372147, + 37.544106 + ], + [ + 115.405785, + 37.535944 + ], + [ + 115.410078, + 37.523261 + ], + [ + 115.430965, + 37.506796 + ], + [ + 115.455313, + 37.501802 + ], + [ + 115.421675, + 37.495727 + ], + [ + 115.426096, + 37.506256 + ], + [ + 115.402069, + 37.51017 + ], + [ + 115.397968, + 37.497347 + ], + [ + 115.417638, + 37.487762 + ], + [ + 115.410719, + 37.476421 + ], + [ + 115.431478, + 37.469602 + ], + [ + 115.404183, + 37.462039 + ], + [ + 115.360038, + 37.461431 + ], + [ + 115.345109, + 37.448195 + ], + [ + 115.391049, + 37.42793 + ], + [ + 115.428595, + 37.387926 + ], + [ + 115.468768, + 37.382788 + ], + [ + 115.506634, + 37.368997 + ], + [ + 115.520089, + 37.353648 + ], + [ + 115.52938, + 37.326864 + ], + [ + 115.577177, + 37.316107 + ], + [ + 115.599218, + 37.332884 + ], + [ + 115.590632, + 37.312453 + ], + [ + 115.599859, + 37.301965 + ], + [ + 115.623437, + 37.297905 + ], + [ + 115.63292, + 37.277058 + ], + [ + 115.67258, + 37.275839 + ], + [ + 115.675784, + 37.258914 + ], + [ + 115.698465, + 37.257153 + ], + [ + 115.756322, + 37.209876 + ], + [ + 115.76997, + 37.14155 + ], + [ + 115.786564, + 37.123916 + ], + [ + 115.827378, + 37.106006 + ], + [ + 115.853904, + 37.059245 + ], + [ + 115.812385, + 37.028961 + ], + [ + 115.80963, + 37.011436 + ], + [ + 115.776441, + 36.992073 + ], + [ + 115.784322, + 36.970735 + ], + [ + 115.796816, + 36.968763 + ], + [ + 115.772789, + 36.936811 + ], + [ + 115.757796, + 36.903008 + ], + [ + 115.740561, + 36.90641 + ], + [ + 115.71128, + 36.882393 + ], + [ + 115.688598, + 36.83958 + ], + [ + 115.684177, + 36.812954 + ], + [ + 115.66502, + 36.812477 + ], + [ + 115.637405, + 36.797492 + ], + [ + 115.572116, + 36.775349 + ], + [ + 115.538734, + 36.784139 + ], + [ + 115.523613, + 36.763832 + ], + [ + 115.502918, + 36.77017 + ], + [ + 115.478314, + 36.754699 + ], + [ + 115.463386, + 36.752177 + ], + [ + 115.423661, + 36.766081 + ], + [ + 115.390664, + 36.76315 + ], + [ + 115.362921, + 36.771056 + ], + [ + 115.349786, + 36.786796 + ], + [ + 115.335691, + 36.775826 + ], + [ + 115.323004, + 36.815474 + ], + [ + 115.307499, + 36.837129 + ], + [ + 115.325567, + 36.869667 + ], + [ + 115.283344, + 36.862589 + ], + [ + 115.200563, + 36.868374 + ], + [ + 115.176856, + 36.854353 + ], + [ + 115.158916, + 36.852038 + ], + [ + 115.170449, + 36.881509 + ], + [ + 115.16622, + 36.901512 + ], + [ + 115.143219, + 36.899131 + ], + [ + 115.125086, + 36.90607 + ], + [ + 115.106505, + 36.923958 + ], + [ + 115.125022, + 36.936471 + ], + [ + 115.111631, + 36.958431 + ], + [ + 115.096702, + 36.964549 + ], + [ + 115.0589, + 36.957004 + ], + [ + 115.02161, + 36.961422 + ], + [ + 114.985602, + 36.950477 + ], + [ + 114.949593, + 36.948778 + ], + [ + 114.892441, + 36.969647 + ], + [ + 114.862712, + 36.969715 + ], + [ + 114.836314, + 36.958024 + ], + [ + 114.838172, + 36.950885 + ], + [ + 114.787492, + 36.91396 + ], + [ + 114.772691, + 36.928447 + ], + [ + 114.74341, + 36.932323 + ], + [ + 114.734568, + 36.942931 + ], + [ + 114.718166, + 36.938103 + ], + [ + 114.707145, + 36.918041 + ], + [ + 114.671073, + 36.917429 + ], + [ + 114.64884, + 36.89845 + ], + [ + 114.56702, + 36.891307 + ], + [ + 114.551707, + 36.884094 + ], + [ + 114.555231, + 36.845979 + ], + [ + 114.507754, + 36.827936 + ], + [ + 114.478921, + 36.833248 + ], + [ + 114.462327, + 36.847681 + ], + [ + 114.421193, + 36.839444 + ], + [ + 114.353533, + 36.852038 + ], + [ + 114.336105, + 36.846728 + ], + [ + 114.304518, + 36.857007 + ], + [ + 114.299969, + 36.845435 + ], + [ + 114.252684, + 36.856531 + ], + [ + 114.225902, + 36.843052 + ], + [ + 114.182653, + 36.843937 + ], + [ + 114.100449, + 36.839035 + ], + [ + 114.081548, + 36.845094 + ], + [ + 114.090005, + 36.861023 + ], + [ + 114.063672, + 36.879331 + ], + [ + 114.028176, + 36.881236 + ], + [ + 113.991078, + 36.914913 + ], + [ + 113.984415, + 36.941503 + ], + [ + 113.941743, + 36.983376 + ], + [ + 113.901185, + 36.99683 + ], + [ + 113.883886, + 37.010893 + ], + [ + 113.859475, + 37.015037 + ], + [ + 113.828784, + 37.012048 + ], + [ + 113.794954, + 36.994995 + ], + [ + 113.771888, + 37.016803 + ], + [ + 113.790149, + 37.04295 + ], + [ + 113.788227, + 37.059788 + ], + [ + 113.768749, + 37.062504 + ], + [ + 113.758177, + 37.075672 + ], + [ + 113.77349, + 37.106956 + ], + [ + 113.767339, + 37.144601 + ], + [ + 113.77317, + 37.151857 + ], + [ + 113.831924, + 37.167518 + ], + [ + 113.836601, + 37.18948 + ], + [ + 113.853067, + 37.215093 + ], + [ + 113.886449, + 37.23914 + ], + [ + 113.886897, + 37.25993 + ], + [ + 113.899007, + 37.279495 + ], + [ + 113.902147, + 37.30995 + ], + [ + 113.921176, + 37.33072 + ], + [ + 113.959811, + 37.348982 + ], + [ + 113.973907, + 37.403133 + ], + [ + 114.022666, + 37.435496 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130600, + "name": "保定市", + "center": [ + 115.482331, + 38.867657 + ], + "centroid": [ + 115.177664, + 39.025148 + ], + "childrenNum": 24, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.244678, + 39.517354 + ], + [ + 116.222766, + 39.501995 + ], + [ + 116.220843, + 39.511644 + ], + [ + 116.182144, + 39.49635 + ], + [ + 116.179901, + 39.486568 + ], + [ + 116.151325, + 39.471005 + ], + [ + 116.132104, + 39.429423 + ], + [ + 116.133001, + 39.4055 + ], + [ + 116.116791, + 39.376243 + ], + [ + 116.13582, + 39.351842 + ], + [ + 116.198226, + 39.351315 + ], + [ + 116.208734, + 39.330195 + ], + [ + 116.201109, + 39.251911 + ], + [ + 116.186116, + 39.222457 + ], + [ + 116.206555, + 39.207429 + ], + [ + 116.207837, + 39.168526 + ], + [ + 116.221804, + 39.147813 + ], + [ + 116.262426, + 39.138114 + ], + [ + 116.278957, + 39.112045 + ], + [ + 116.305354, + 39.098116 + ], + [ + 116.317592, + 39.077911 + ], + [ + 116.318617, + 39.037416 + ], + [ + 116.307148, + 39.032196 + ], + [ + 116.293757, + 39.007344 + ], + [ + 116.299588, + 38.993658 + ], + [ + 116.3215, + 38.998088 + ], + [ + 116.33534, + 38.984004 + ], + [ + 116.316182, + 38.962708 + ], + [ + 116.298755, + 38.975076 + ], + [ + 116.291386, + 38.948683 + ], + [ + 116.253007, + 38.932074 + ], + [ + 116.243653, + 38.949345 + ], + [ + 116.228083, + 38.942199 + ], + [ + 116.230262, + 38.92453 + ], + [ + 116.209503, + 38.921618 + ], + [ + 116.15203, + 38.948352 + ], + [ + 116.121083, + 38.934391 + ], + [ + 116.125633, + 38.920823 + ], + [ + 116.112754, + 38.909703 + ], + [ + 116.085524, + 38.91063 + ], + [ + 116.045543, + 38.897786 + ], + [ + 116.04157, + 38.878451 + ], + [ + 116.048746, + 38.8607 + ], + [ + 116.035548, + 38.829492 + ], + [ + 116.04093, + 38.812259 + ], + [ + 116.023054, + 38.812524 + ], + [ + 115.999731, + 38.796812 + ], + [ + 115.995118, + 38.77798 + ], + [ + 115.95187, + 38.746736 + ], + [ + 115.944053, + 38.735456 + ], + [ + 115.966286, + 38.708973 + ], + [ + 115.955009, + 38.702932 + ], + [ + 115.959879, + 38.679891 + ], + [ + 115.973526, + 38.668467 + ], + [ + 115.973398, + 38.635514 + ], + [ + 115.951101, + 38.627938 + ], + [ + 115.96321, + 38.613182 + ], + [ + 115.960583, + 38.584394 + ], + [ + 115.934058, + 38.546678 + ], + [ + 115.940721, + 38.530508 + ], + [ + 115.890809, + 38.52585 + ], + [ + 115.878507, + 38.535566 + ], + [ + 115.869345, + 38.524652 + ], + [ + 115.875047, + 38.510141 + ], + [ + 115.816101, + 38.52545 + ], + [ + 115.79137, + 38.512005 + ], + [ + 115.770418, + 38.48817 + ], + [ + 115.745686, + 38.481311 + ], + [ + 115.718584, + 38.449205 + ], + [ + 115.715957, + 38.438411 + ], + [ + 115.731462, + 38.392618 + ], + [ + 115.705321, + 38.367543 + ], + [ + 115.699811, + 38.349932 + ], + [ + 115.650155, + 38.340791 + ], + [ + 115.644965, + 38.32611 + ], + [ + 115.590504, + 38.332784 + ], + [ + 115.57942, + 38.342859 + ], + [ + 115.575768, + 38.326377 + ], + [ + 115.550908, + 38.332917 + ], + [ + 115.547704, + 38.318168 + ], + [ + 115.516437, + 38.318168 + ], + [ + 115.516822, + 38.357337 + ], + [ + 115.494781, + 38.362006 + ], + [ + 115.495101, + 38.342993 + ], + [ + 115.478122, + 38.341658 + ], + [ + 115.462104, + 38.327311 + ], + [ + 115.420906, + 38.337922 + ], + [ + 115.402453, + 38.320103 + ], + [ + 115.381822, + 38.327578 + ], + [ + 115.383104, + 38.299076 + ], + [ + 115.393611, + 38.285588 + ], + [ + 115.369072, + 38.283451 + ], + [ + 115.356194, + 38.271764 + ], + [ + 115.34953, + 38.248117 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.302758, + 38.235289 + ], + [ + 115.273605, + 38.2403 + ], + [ + 115.263994, + 38.260543 + ], + [ + 115.265788, + 38.287658 + ], + [ + 115.252205, + 38.29093 + ], + [ + 115.225871, + 38.269894 + ], + [ + 115.210174, + 38.236491 + ], + [ + 115.19422, + 38.236759 + ], + [ + 115.168591, + 38.259608 + ], + [ + 115.152317, + 38.256802 + ], + [ + 115.108107, + 38.264551 + ], + [ + 115.085874, + 38.276773 + ], + [ + 115.073765, + 38.293134 + ], + [ + 115.056722, + 38.288326 + ], + [ + 115.066204, + 38.264684 + ], + [ + 115.056465, + 38.258472 + ], + [ + 115.031862, + 38.267089 + ], + [ + 114.989062, + 38.258138 + ], + [ + 114.990087, + 38.272165 + ], + [ + 114.970096, + 38.281114 + ], + [ + 114.927681, + 38.283385 + ], + [ + 114.915059, + 38.263348 + ], + [ + 114.886162, + 38.265286 + ], + [ + 114.883343, + 38.284854 + ], + [ + 114.902565, + 38.294936 + ], + [ + 114.906986, + 38.309624 + ], + [ + 114.922875, + 38.315631 + ], + [ + 114.942994, + 38.343193 + ], + [ + 114.932871, + 38.344194 + ], + [ + 114.923388, + 38.388217 + ], + [ + 114.910381, + 38.393751 + ], + [ + 114.882254, + 38.424149 + ], + [ + 114.853998, + 38.435879 + ], + [ + 114.858163, + 38.448605 + ], + [ + 114.840992, + 38.460797 + ], + [ + 114.837852, + 38.435745 + ], + [ + 114.819143, + 38.449871 + ], + [ + 114.830868, + 38.46033 + ], + [ + 114.81075, + 38.492365 + ], + [ + 114.765259, + 38.496626 + ], + [ + 114.729442, + 38.484574 + ], + [ + 114.702084, + 38.489102 + ], + [ + 114.6737, + 38.473452 + ], + [ + 114.651851, + 38.504682 + ], + [ + 114.635257, + 38.514801 + ], + [ + 114.595724, + 38.568897 + ], + [ + 114.58432, + 38.596429 + ], + [ + 114.56324, + 38.590644 + ], + [ + 114.527616, + 38.590644 + ], + [ + 114.552284, + 38.612983 + ], + [ + 114.536907, + 38.632324 + ], + [ + 114.53633, + 38.649268 + ], + [ + 114.522106, + 38.65372 + ], + [ + 114.498463, + 38.678297 + ], + [ + 114.452652, + 38.699413 + ], + [ + 114.437787, + 38.692773 + ], + [ + 114.413504, + 38.703928 + ], + [ + 114.366411, + 38.6862 + ], + [ + 114.341167, + 38.690184 + ], + [ + 114.311502, + 38.706517 + ], + [ + 114.212831, + 38.688192 + ], + [ + 114.182205, + 38.67657 + ], + [ + 114.129153, + 38.669596 + ], + [ + 114.125053, + 38.659632 + ], + [ + 114.086097, + 38.65837 + ], + [ + 114.052139, + 38.686399 + ], + [ + 114.028624, + 38.688524 + ], + [ + 113.991655, + 38.676769 + ], + [ + 113.964617, + 38.699811 + ], + [ + 113.929697, + 38.702467 + ], + [ + 113.932324, + 38.71362 + ], + [ + 113.883245, + 38.74667 + ], + [ + 113.864664, + 38.746006 + ], + [ + 113.839548, + 38.758413 + ], + [ + 113.836537, + 38.79595 + ], + [ + 113.853644, + 38.810138 + ], + [ + 113.855566, + 38.828962 + ], + [ + 113.83564, + 38.842547 + ], + [ + 113.801297, + 38.85487 + ], + [ + 113.776181, + 38.885669 + ], + [ + 113.775156, + 38.919103 + ], + [ + 113.767532, + 38.959665 + ], + [ + 113.776758, + 38.98698 + ], + [ + 113.806808, + 38.989691 + ], + [ + 113.830514, + 39.011773 + ], + [ + 113.884399, + 39.051688 + ], + [ + 113.898046, + 39.067607 + ], + [ + 113.930274, + 39.063446 + ], + [ + 113.942896, + 39.08742 + ], + [ + 113.961733, + 39.100823 + ], + [ + 113.995115, + 39.095475 + ], + [ + 114.006456, + 39.12287 + ], + [ + 114.050793, + 39.13587 + ], + [ + 114.065274, + 39.093494 + ], + [ + 114.078793, + 39.095343 + ], + [ + 114.096797, + 39.083722 + ], + [ + 114.108714, + 39.052282 + ], + [ + 114.126654, + 39.050895 + ], + [ + 114.157217, + 39.061134 + ], + [ + 114.180923, + 39.049111 + ], + [ + 114.197005, + 39.050432 + ], + [ + 114.22635, + 39.066485 + ], + [ + 114.300097, + 39.079231 + ], + [ + 114.320215, + 39.070712 + ], + [ + 114.349176, + 39.076788 + ], + [ + 114.369679, + 39.107557 + ], + [ + 114.360773, + 39.133957 + ], + [ + 114.388196, + 39.176968 + ], + [ + 114.417989, + 39.171626 + ], + [ + 114.443618, + 39.174132 + ], + [ + 114.453165, + 39.192662 + ], + [ + 114.469695, + 39.193321 + ], + [ + 114.475974, + 39.215867 + ], + [ + 114.467389, + 39.225884 + ], + [ + 114.436314, + 39.229641 + ], + [ + 114.415939, + 39.242885 + ], + [ + 114.437018, + 39.25942 + ], + [ + 114.425101, + 39.285105 + ], + [ + 114.438236, + 39.319139 + ], + [ + 114.46662, + 39.329669 + ], + [ + 114.47969, + 39.351118 + ], + [ + 114.469503, + 39.355196 + ], + [ + 114.470913, + 39.408787 + ], + [ + 114.496798, + 39.438556 + ], + [ + 114.502308, + 39.477112 + ], + [ + 114.532678, + 39.486174 + ], + [ + 114.536586, + 39.512891 + ], + [ + 114.557345, + 39.531987 + ], + [ + 114.563432, + 39.558162 + ], + [ + 114.58432, + 39.585835 + ], + [ + 114.604887, + 39.567869 + ], + [ + 114.633527, + 39.555866 + ], + [ + 114.654991, + 39.599209 + ], + [ + 114.680748, + 39.588064 + ], + [ + 114.712079, + 39.594358 + ], + [ + 114.716756, + 39.618674 + ], + [ + 114.760645, + 39.617036 + ], + [ + 114.783775, + 39.609499 + ], + [ + 114.821642, + 39.61022 + ], + [ + 114.838429, + 39.589179 + ], + [ + 114.891032, + 39.634728 + ], + [ + 114.936331, + 39.66368 + ], + [ + 114.961895, + 39.666103 + ], + [ + 114.987396, + 39.67802 + ], + [ + 115.011487, + 39.674746 + ], + [ + 115.03199, + 39.702373 + ], + [ + 115.050058, + 39.709245 + ], + [ + 115.095293, + 39.704795 + ], + [ + 115.138734, + 39.688627 + ], + [ + 115.168847, + 39.672651 + ], + [ + 115.179163, + 39.679592 + ], + [ + 115.177625, + 39.700475 + ], + [ + 115.215043, + 39.708067 + ], + [ + 115.250859, + 39.73882 + ], + [ + 115.283216, + 39.745165 + ], + [ + 115.312945, + 39.783551 + ], + [ + 115.342867, + 39.79205 + ], + [ + 115.330052, + 39.80656 + ], + [ + 115.345237, + 39.821851 + ], + [ + 115.343251, + 39.837857 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.365676, + 39.867507 + ], + [ + 115.364523, + 39.885331 + ], + [ + 115.399891, + 39.891336 + ], + [ + 115.40162, + 39.903802 + ], + [ + 115.426801, + 39.950056 + ], + [ + 115.438462, + 39.952534 + ], + [ + 115.480685, + 39.935838 + ], + [ + 115.487285, + 39.923834 + ], + [ + 115.523037, + 39.898907 + ], + [ + 115.51003, + 39.881479 + ], + [ + 115.526625, + 39.875538 + ], + [ + 115.514323, + 39.837726 + ], + [ + 115.569168, + 39.814206 + ], + [ + 115.55488, + 39.795579 + ], + [ + 115.505289, + 39.784597 + ], + [ + 115.483761, + 39.798717 + ], + [ + 115.457171, + 39.781982 + ], + [ + 115.434105, + 39.782309 + ], + [ + 115.439871, + 39.752099 + ], + [ + 115.466717, + 39.740456 + ], + [ + 115.482351, + 39.742483 + ], + [ + 115.499266, + 39.69622 + ], + [ + 115.491065, + 39.66846 + ], + [ + 115.478507, + 39.650319 + ], + [ + 115.506698, + 39.652153 + ], + [ + 115.52246, + 39.639969 + ], + [ + 115.523421, + 39.620378 + ], + [ + 115.513041, + 39.611727 + ], + [ + 115.515925, + 39.591211 + ], + [ + 115.545974, + 39.61874 + ], + [ + 115.587044, + 39.589965 + ], + [ + 115.61844, + 39.604059 + ], + [ + 115.633176, + 39.597701 + ], + [ + 115.664507, + 39.604649 + ], + [ + 115.667134, + 39.615594 + ], + [ + 115.685331, + 39.603666 + ], + [ + 115.697889, + 39.579344 + ], + [ + 115.692058, + 39.56577 + ], + [ + 115.71711, + 39.560392 + ], + [ + 115.738574, + 39.546289 + ], + [ + 115.752542, + 39.515385 + ], + [ + 115.82033, + 39.509741 + ], + [ + 115.819241, + 39.53074 + ], + [ + 115.846023, + 39.543272 + ], + [ + 115.855506, + 39.555014 + ], + [ + 115.882992, + 39.548126 + ], + [ + 115.89004, + 39.567869 + ], + [ + 115.907852, + 39.566885 + ], + [ + 115.915605, + 39.58295 + ], + [ + 115.910223, + 39.600847 + ], + [ + 115.923742, + 39.597308 + ], + [ + 115.937966, + 39.577442 + ], + [ + 115.959558, + 39.560851 + ], + [ + 115.978139, + 39.572852 + ], + [ + 115.978459, + 39.595669 + ], + [ + 115.991018, + 39.593768 + ], + [ + 115.995182, + 39.577049 + ], + [ + 116.026193, + 39.587409 + ], + [ + 116.036188, + 39.571672 + ], + [ + 116.121468, + 39.574951 + ], + [ + 116.149595, + 39.573049 + ], + [ + 116.151774, + 39.583409 + ], + [ + 116.19688, + 39.588982 + ], + [ + 116.221164, + 39.578951 + ], + [ + 116.246152, + 39.557178 + ], + [ + 116.244678, + 39.517354 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130700, + "name": "张家口市", + "center": [ + 114.884091, + 40.811901 + ], + "centroid": [ + 115.038685, + 40.874644 + ], + "childrenNum": 16, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 114.563432, + 39.558162 + ], + [ + 114.568942, + 39.573967 + ], + [ + 114.557025, + 39.581442 + ], + [ + 114.515378, + 39.564983 + ], + [ + 114.495836, + 39.608188 + ], + [ + 114.474757, + 39.613759 + ], + [ + 114.431636, + 39.614021 + ], + [ + 114.408122, + 39.651956 + ], + [ + 114.408827, + 39.782375 + ], + [ + 114.390695, + 39.818584 + ], + [ + 114.406712, + 39.83348 + ], + [ + 114.395436, + 39.867246 + ], + [ + 114.349432, + 39.862806 + ], + [ + 114.328929, + 39.865548 + ], + [ + 114.286065, + 39.858235 + ], + [ + 114.276967, + 39.874494 + ], + [ + 114.224877, + 39.851704 + ], + [ + 114.19944, + 39.87939 + ], + [ + 114.229426, + 39.899495 + ], + [ + 114.211998, + 39.918745 + ], + [ + 114.174132, + 39.897602 + ], + [ + 114.102884, + 39.912873 + ], + [ + 114.089941, + 39.910197 + ], + [ + 114.067772, + 39.922334 + ], + [ + 114.047397, + 39.916135 + ], + [ + 114.02824, + 39.959316 + ], + [ + 114.029457, + 39.985395 + ], + [ + 114.021256, + 39.991782 + ], + [ + 113.960452, + 40.000906 + ], + [ + 113.932004, + 40.009443 + ], + [ + 113.914641, + 40.005924 + ], + [ + 113.922457, + 40.026578 + ], + [ + 113.954878, + 40.030812 + ], + [ + 113.975573, + 40.051068 + ], + [ + 113.981019, + 40.073205 + ], + [ + 113.973843, + 40.097157 + ], + [ + 113.989476, + 40.112383 + ], + [ + 114.019462, + 40.102819 + ], + [ + 114.043809, + 40.056863 + ], + [ + 114.091159, + 40.075288 + ], + [ + 114.101218, + 40.10874 + ], + [ + 114.089108, + 40.121491 + ], + [ + 114.068029, + 40.179754 + ], + [ + 114.097758, + 40.193597 + ], + [ + 114.123387, + 40.188723 + ], + [ + 114.123963, + 40.178129 + ], + [ + 114.145107, + 40.177349 + ], + [ + 114.180026, + 40.191517 + ], + [ + 114.235833, + 40.198341 + ], + [ + 114.240126, + 40.221924 + ], + [ + 114.255247, + 40.236213 + ], + [ + 114.293113, + 40.230108 + ], + [ + 114.335144, + 40.245434 + ], + [ + 114.362567, + 40.250109 + ], + [ + 114.406392, + 40.246149 + ], + [ + 114.469951, + 40.268093 + ], + [ + 114.510957, + 40.303006 + ], + [ + 114.526463, + 40.32357 + ], + [ + 114.530627, + 40.3451 + ], + [ + 114.499296, + 40.354047 + ], + [ + 114.470784, + 40.349703 + ], + [ + 114.446565, + 40.372845 + ], + [ + 114.390374, + 40.351259 + ], + [ + 114.382237, + 40.362085 + ], + [ + 114.344435, + 40.36954 + ], + [ + 114.314449, + 40.369604 + ], + [ + 114.28709, + 40.423444 + ], + [ + 114.299648, + 40.440086 + ], + [ + 114.275429, + 40.458019 + ], + [ + 114.267228, + 40.474199 + ], + [ + 114.282605, + 40.495164 + ], + [ + 114.285617, + 40.525822 + ], + [ + 114.296381, + 40.535973 + ], + [ + 114.293433, + 40.551424 + ], + [ + 114.273379, + 40.553815 + ], + [ + 114.282926, + 40.590778 + ], + [ + 114.258258, + 40.610672 + ], + [ + 114.236153, + 40.606991 + ], + [ + 114.209307, + 40.629721 + ], + [ + 114.216163, + 40.63437 + ], + [ + 114.200081, + 40.662189 + ], + [ + 114.18323, + 40.671675 + ], + [ + 114.147285, + 40.73346 + ], + [ + 114.134727, + 40.737263 + ], + [ + 114.104165, + 40.768068 + ], + [ + 114.104421, + 40.797571 + ], + [ + 114.081163, + 40.790486 + ], + [ + 114.044771, + 40.831115 + ], + [ + 114.069694, + 40.846948 + ], + [ + 114.073539, + 40.857308 + ], + [ + 114.052844, + 40.870304 + ], + [ + 114.052203, + 40.893395 + ], + [ + 114.041375, + 40.917378 + ], + [ + 114.057457, + 40.925092 + ], + [ + 114.011773, + 40.935311 + ], + [ + 114.000753, + 40.947521 + ], + [ + 113.991142, + 40.940195 + ], + [ + 113.97647, + 40.961206 + ], + [ + 113.972946, + 40.982981 + ], + [ + 113.922585, + 41.024391 + ], + [ + 113.90567, + 41.034081 + ], + [ + 113.868445, + 41.068853 + ], + [ + 113.823402, + 41.093093 + ], + [ + 113.820327, + 41.101619 + ], + [ + 113.863383, + 41.106042 + ], + [ + 113.877927, + 41.115593 + ], + [ + 113.920407, + 41.172034 + ], + [ + 113.973651, + 41.174275 + ], + [ + 113.996781, + 41.192458 + ], + [ + 114.000625, + 41.224011 + ], + [ + 114.016259, + 41.232073 + ], + [ + 114.007032, + 41.250752 + ], + [ + 113.985824, + 41.270385 + ], + [ + 113.976854, + 41.266676 + ], + [ + 113.971536, + 41.239814 + ], + [ + 113.952956, + 41.254269 + ], + [ + 113.951226, + 41.282916 + ], + [ + 113.936297, + 41.294805 + ], + [ + 113.922585, + 41.291162 + ], + [ + 113.89952, + 41.316214 + ], + [ + 113.926622, + 41.326309 + ], + [ + 113.923354, + 41.33934 + ], + [ + 113.937514, + 41.356647 + ], + [ + 113.93399, + 41.376823 + ], + [ + 113.943985, + 41.390802 + ], + [ + 113.918229, + 41.40382 + ], + [ + 113.8712, + 41.413327 + ], + [ + 113.884911, + 41.438141 + ], + [ + 113.92124, + 41.457271 + ], + [ + 113.930659, + 41.485573 + ], + [ + 113.952827, + 41.483533 + ], + [ + 113.977559, + 41.506664 + ], + [ + 114.032148, + 41.529595 + ], + [ + 114.083982, + 41.528958 + ], + [ + 114.101218, + 41.537746 + ], + [ + 114.231027, + 41.513671 + ], + [ + 114.231604, + 41.547043 + ], + [ + 114.221673, + 41.582242 + ], + [ + 114.237242, + 41.59624 + ], + [ + 114.227632, + 41.620221 + ], + [ + 114.259347, + 41.6234 + ], + [ + 114.215394, + 41.685057 + ], + [ + 114.219302, + 41.700239 + ], + [ + 114.237563, + 41.698651 + ], + [ + 114.232501, + 41.717705 + ], + [ + 114.206744, + 41.738402 + ], + [ + 114.215266, + 41.756492 + ], + [ + 114.200401, + 41.778509 + ], + [ + 114.202964, + 41.793416 + ], + [ + 114.243457, + 41.832792 + ], + [ + 114.287026, + 41.868658 + ], + [ + 114.330403, + 41.916977 + ], + [ + 114.326751, + 41.9297 + ], + [ + 114.343217, + 41.926915 + ], + [ + 114.348087, + 41.947609 + ], + [ + 114.374036, + 41.956783 + ], + [ + 114.421705, + 41.942167 + ], + [ + 114.476295, + 41.953936 + ], + [ + 114.487443, + 41.96722 + ], + [ + 114.510701, + 41.973292 + ], + [ + 114.501411, + 41.99277 + ], + [ + 114.484752, + 41.999155 + ], + [ + 114.485969, + 42.015338 + ], + [ + 114.46835, + 42.025577 + ], + [ + 114.466107, + 42.037962 + ], + [ + 114.479883, + 42.064304 + ], + [ + 114.5025, + 42.067398 + ], + [ + 114.500706, + 42.085963 + ], + [ + 114.510957, + 42.110897 + ], + [ + 114.560293, + 42.132414 + ], + [ + 114.585537, + 42.131215 + ], + [ + 114.624813, + 42.112222 + ], + [ + 114.647751, + 42.109634 + ], + [ + 114.675494, + 42.120426 + ], + [ + 114.704647, + 42.121435 + ], + [ + 114.710221, + 42.115377 + ], + [ + 114.754879, + 42.115756 + ], + [ + 114.78935, + 42.130963 + ], + [ + 114.793963, + 42.149193 + ], + [ + 114.828369, + 42.147679 + ], + [ + 114.823051, + 42.140867 + ], + [ + 114.861302, + 42.101997 + ], + [ + 114.860854, + 42.05483 + ], + [ + 114.889622, + 42.030316 + ], + [ + 114.89148, + 42.012115 + ], + [ + 114.901796, + 42.015528 + ], + [ + 114.916853, + 41.981008 + ], + [ + 114.915507, + 41.958934 + ], + [ + 114.933255, + 41.943559 + ], + [ + 114.916148, + 41.936978 + ], + [ + 114.925438, + 41.899566 + ], + [ + 114.92153, + 41.875943 + ], + [ + 114.939214, + 41.846165 + ], + [ + 114.922363, + 41.825121 + ], + [ + 114.8663, + 41.804578 + ], + [ + 114.896157, + 41.76766 + ], + [ + 114.895068, + 41.736561 + ], + [ + 114.902885, + 41.689313 + ], + [ + 114.895581, + 41.636436 + ], + [ + 114.860726, + 41.600948 + ], + [ + 114.877449, + 41.590896 + ], + [ + 114.89808, + 41.607182 + ], + [ + 114.938317, + 41.613225 + ], + [ + 114.977849, + 41.611571 + ], + [ + 115.025006, + 41.61526 + ], + [ + 115.055953, + 41.602284 + ], + [ + 115.087796, + 41.613415 + ], + [ + 115.099137, + 41.623973 + ], + [ + 115.113489, + 41.615769 + ], + [ + 115.142386, + 41.616087 + ], + [ + 115.167246, + 41.605973 + ], + [ + 115.195053, + 41.602093 + ], + [ + 115.205753, + 41.591723 + ], + [ + 115.204215, + 41.571423 + ], + [ + 115.257587, + 41.581097 + ], + [ + 115.266429, + 41.592868 + ], + [ + 115.26425, + 41.611889 + ], + [ + 115.273477, + 41.622764 + ], + [ + 115.290328, + 41.622955 + ], + [ + 115.311535, + 41.592677 + ], + [ + 115.365099, + 41.595795 + ], + [ + 115.377594, + 41.602475 + ], + [ + 115.345494, + 41.635673 + ], + [ + 115.360935, + 41.661355 + ], + [ + 115.355489, + 41.672158 + ], + [ + 115.336844, + 41.675145 + ], + [ + 115.319032, + 41.691473 + ], + [ + 115.347031, + 41.712307 + ], + [ + 115.366317, + 41.712561 + ], + [ + 115.430068, + 41.728753 + ], + [ + 115.488758, + 41.760934 + ], + [ + 115.519769, + 41.767787 + ], + [ + 115.548345, + 41.783902 + ], + [ + 115.574102, + 41.805403 + ], + [ + 115.598641, + 41.808003 + ], + [ + 115.630806, + 41.824995 + ], + [ + 115.653871, + 41.829052 + ], + [ + 115.659382, + 41.848319 + ], + [ + 115.68815, + 41.867708 + ], + [ + 115.724415, + 41.868025 + ], + [ + 115.727874, + 41.888421 + ], + [ + 115.756707, + 41.886774 + ], + [ + 115.795855, + 41.911153 + ], + [ + 115.810976, + 41.912356 + ], + [ + 115.815461, + 41.928687 + ], + [ + 115.828852, + 41.936978 + ], + [ + 115.853071, + 41.927738 + ], + [ + 115.916374, + 41.945141 + ], + [ + 115.946936, + 41.885634 + ], + [ + 115.978588, + 41.840841 + ], + [ + 115.994926, + 41.828608 + ], + [ + 116.016646, + 41.77705 + ], + [ + 116.03401, + 41.782633 + ], + [ + 116.083986, + 41.781745 + ], + [ + 116.081039, + 41.776352 + ], + [ + 116.056307, + 41.733705 + ], + [ + 116.014404, + 41.715355 + ], + [ + 115.972885, + 41.680101 + ], + [ + 115.909967, + 41.642921 + ], + [ + 115.929252, + 41.596113 + ], + [ + 115.924767, + 41.568623 + ], + [ + 115.958789, + 41.550353 + ], + [ + 115.97391, + 41.529659 + ], + [ + 115.982112, + 41.485127 + ], + [ + 115.97673, + 41.470913 + ], + [ + 116.000052, + 41.454402 + ], + [ + 116.004473, + 41.432911 + ], + [ + 116.03023, + 41.416645 + ], + [ + 116.036124, + 41.397694 + ], + [ + 116.07713, + 41.384866 + ], + [ + 116.08751, + 41.376951 + ], + [ + 116.141586, + 41.373439 + ], + [ + 116.17484, + 41.356328 + ], + [ + 116.203352, + 41.326117 + ], + [ + 116.209503, + 41.307715 + ], + [ + 116.191627, + 41.288158 + ], + [ + 116.198995, + 41.259578 + ], + [ + 116.213603, + 41.233288 + ], + [ + 116.235195, + 41.211853 + ], + [ + 116.221356, + 41.185928 + ], + [ + 116.22347, + 41.174275 + ], + [ + 116.245895, + 41.16358 + ], + [ + 116.233273, + 41.130845 + ], + [ + 116.245447, + 41.114183 + ], + [ + 116.268769, + 41.102645 + ], + [ + 116.277419, + 41.083154 + ], + [ + 116.296128, + 41.062118 + ], + [ + 116.264733, + 41.038252 + ], + [ + 116.29837, + 40.986641 + ], + [ + 116.333546, + 40.984458 + ], + [ + 116.341747, + 40.964804 + ], + [ + 116.365069, + 40.943216 + ], + [ + 116.334571, + 40.921749 + ], + [ + 116.334443, + 40.904648 + ], + [ + 116.399988, + 40.84978 + ], + [ + 116.40646, + 40.833368 + ], + [ + 116.43683, + 40.820751 + ], + [ + 116.456564, + 40.798665 + ], + [ + 116.465854, + 40.774511 + ], + [ + 116.453937, + 40.765877 + ], + [ + 116.416519, + 40.769357 + ], + [ + 116.414276, + 40.777925 + ], + [ + 116.379806, + 40.77232 + ], + [ + 116.317015, + 40.772256 + ], + [ + 116.307917, + 40.752152 + ], + [ + 116.290938, + 40.763815 + ], + [ + 116.273446, + 40.762913 + ], + [ + 116.269602, + 40.777152 + ], + [ + 116.247946, + 40.791839 + ], + [ + 116.235003, + 40.783143 + ], + [ + 116.218857, + 40.742807 + ], + [ + 116.191947, + 40.724241 + ], + [ + 116.171316, + 40.695996 + ], + [ + 116.162025, + 40.662383 + ], + [ + 116.136909, + 40.667674 + ], + [ + 116.112562, + 40.648507 + ], + [ + 116.121724, + 40.62914 + ], + [ + 116.099363, + 40.630561 + ], + [ + 116.062714, + 40.610285 + ], + [ + 116.030037, + 40.597367 + ], + [ + 116.0285, + 40.607314 + ], + [ + 116.005113, + 40.584124 + ], + [ + 115.981407, + 40.579665 + ], + [ + 115.971988, + 40.602341 + ], + [ + 115.907788, + 40.617324 + ], + [ + 115.885427, + 40.595235 + ], + [ + 115.846151, + 40.593039 + ], + [ + 115.827378, + 40.587031 + ], + [ + 115.819818, + 40.559374 + ], + [ + 115.792203, + 40.561313 + ], + [ + 115.755041, + 40.540046 + ], + [ + 115.736012, + 40.503832 + ], + [ + 115.782207, + 40.492058 + ], + [ + 115.769841, + 40.468051 + ], + [ + 115.770418, + 40.444165 + ], + [ + 115.796431, + 40.426812 + ], + [ + 115.846856, + 40.375113 + ], + [ + 115.861849, + 40.373428 + ], + [ + 115.864476, + 40.359363 + ], + [ + 115.918296, + 40.353917 + ], + [ + 115.922653, + 40.325905 + ], + [ + 115.943156, + 40.311375 + ], + [ + 115.93976, + 40.304434 + ], + [ + 115.968913, + 40.264263 + ], + [ + 115.960007, + 40.256667 + ], + [ + 115.930085, + 40.254524 + ], + [ + 115.911953, + 40.23446 + ], + [ + 115.898498, + 40.234524 + ], + [ + 115.883121, + 40.216143 + ], + [ + 115.886324, + 40.206657 + ], + [ + 115.870306, + 40.186058 + ], + [ + 115.855506, + 40.188853 + ], + [ + 115.844421, + 40.168053 + ], + [ + 115.847817, + 40.147052 + ], + [ + 115.806555, + 40.15323 + ], + [ + 115.773045, + 40.176179 + ], + [ + 115.754336, + 40.163243 + ], + [ + 115.754849, + 40.145427 + ], + [ + 115.734858, + 40.129492 + ], + [ + 115.715893, + 40.133395 + ], + [ + 115.644581, + 40.12663 + ], + [ + 115.641762, + 40.115897 + ], + [ + 115.59909, + 40.119995 + ], + [ + 115.590697, + 40.096376 + ], + [ + 115.575576, + 40.100997 + ], + [ + 115.553727, + 40.091691 + ], + [ + 115.555457, + 40.082644 + ], + [ + 115.528034, + 40.07633 + ], + [ + 115.478571, + 40.036153 + ], + [ + 115.454544, + 40.029705 + ], + [ + 115.442178, + 40.010876 + ], + [ + 115.450123, + 39.99289 + ], + [ + 115.428531, + 39.984352 + ], + [ + 115.426801, + 39.950056 + ], + [ + 115.40162, + 39.903802 + ], + [ + 115.399891, + 39.891336 + ], + [ + 115.364523, + 39.885331 + ], + [ + 115.365676, + 39.867507 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.354848, + 39.850528 + ], + [ + 115.343251, + 39.837857 + ], + [ + 115.345237, + 39.821851 + ], + [ + 115.330052, + 39.80656 + ], + [ + 115.342867, + 39.79205 + ], + [ + 115.312945, + 39.783551 + ], + [ + 115.283216, + 39.745165 + ], + [ + 115.250859, + 39.73882 + ], + [ + 115.215043, + 39.708067 + ], + [ + 115.177625, + 39.700475 + ], + [ + 115.179163, + 39.679592 + ], + [ + 115.168847, + 39.672651 + ], + [ + 115.138734, + 39.688627 + ], + [ + 115.095293, + 39.704795 + ], + [ + 115.050058, + 39.709245 + ], + [ + 115.03199, + 39.702373 + ], + [ + 115.011487, + 39.674746 + ], + [ + 114.987396, + 39.67802 + ], + [ + 114.961895, + 39.666103 + ], + [ + 114.936331, + 39.66368 + ], + [ + 114.891032, + 39.634728 + ], + [ + 114.838429, + 39.589179 + ], + [ + 114.821642, + 39.61022 + ], + [ + 114.783775, + 39.609499 + ], + [ + 114.760645, + 39.617036 + ], + [ + 114.716756, + 39.618674 + ], + [ + 114.712079, + 39.594358 + ], + [ + 114.680748, + 39.588064 + ], + [ + 114.654991, + 39.599209 + ], + [ + 114.633527, + 39.555866 + ], + [ + 114.604887, + 39.567869 + ], + [ + 114.58432, + 39.585835 + ], + [ + 114.563432, + 39.558162 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130800, + "name": "承德市", + "center": [ + 117.939152, + 40.976204 + ], + "centroid": [ + 117.55153, + 41.356188 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.158474, + 40.614418 + ], + [ + 119.105487, + 40.603632 + ], + [ + 119.086394, + 40.588775 + ], + [ + 119.063392, + 40.606151 + ], + [ + 119.013095, + 40.577081 + ], + [ + 118.998359, + 40.578955 + ], + [ + 118.983366, + 40.56364 + ], + [ + 118.952676, + 40.558469 + ], + [ + 118.966003, + 40.536102 + ], + [ + 118.919038, + 40.53093 + ], + [ + 118.886938, + 40.542438 + ], + [ + 118.864, + 40.527244 + ], + [ + 118.821328, + 40.531964 + ], + [ + 118.794867, + 40.510753 + ], + [ + 118.792112, + 40.492382 + ], + [ + 118.772954, + 40.479765 + ], + [ + 118.723491, + 40.473746 + ], + [ + 118.702795, + 40.491411 + ], + [ + 118.657176, + 40.450574 + ], + [ + 118.624179, + 40.437626 + ], + [ + 118.618349, + 40.425193 + ], + [ + 118.643785, + 40.380946 + ], + [ + 118.640197, + 40.354566 + ], + [ + 118.608225, + 40.328305 + ], + [ + 118.596949, + 40.308456 + ], + [ + 118.580098, + 40.305861 + ], + [ + 118.568949, + 40.287564 + ], + [ + 118.533325, + 40.298854 + ], + [ + 118.532364, + 40.319419 + ], + [ + 118.539989, + 40.361048 + ], + [ + 118.558377, + 40.36928 + ], + [ + 118.550881, + 40.385482 + ], + [ + 118.571512, + 40.414636 + ], + [ + 118.548062, + 40.422667 + ], + [ + 118.523458, + 40.40628 + ], + [ + 118.503211, + 40.403365 + ], + [ + 118.45599, + 40.414053 + ], + [ + 118.430746, + 40.411851 + ], + [ + 118.402683, + 40.416838 + ], + [ + 118.387305, + 40.436719 + ], + [ + 118.360011, + 40.428819 + ], + [ + 118.356295, + 40.435295 + ], + [ + 118.306575, + 40.419558 + ], + [ + 118.277935, + 40.425711 + ], + [ + 118.262942, + 40.452063 + ], + [ + 118.239684, + 40.464686 + ], + [ + 118.173818, + 40.423056 + ], + [ + 118.156967, + 40.423768 + ], + [ + 118.153123, + 40.409519 + ], + [ + 118.165232, + 40.400449 + ], + [ + 118.133837, + 40.375113 + ], + [ + 118.121856, + 40.354695 + ], + [ + 118.079312, + 40.353528 + ], + [ + 118.061564, + 40.319095 + ], + [ + 118.031643, + 40.302358 + ], + [ + 118.000888, + 40.29256 + ], + [ + 117.909457, + 40.285876 + ], + [ + 117.897989, + 40.270429 + ], + [ + 117.867554, + 40.26965 + ], + [ + 117.844104, + 40.261406 + ], + [ + 117.807775, + 40.261926 + ], + [ + 117.75152, + 40.229718 + ], + [ + 117.714551, + 40.241668 + ], + [ + 117.694112, + 40.238161 + ], + [ + 117.677069, + 40.22095 + ], + [ + 117.64625, + 40.205163 + ], + [ + 117.619532, + 40.206398 + ], + [ + 117.609409, + 40.194897 + ], + [ + 117.575451, + 40.192817 + ], + [ + 117.56238, + 40.206073 + ], + [ + 117.571671, + 40.219261 + ], + [ + 117.54617, + 40.232901 + ], + [ + 117.514326, + 40.227705 + ], + [ + 117.484084, + 40.235304 + ], + [ + 117.450062, + 40.252512 + ], + [ + 117.419115, + 40.249785 + ], + [ + 117.415335, + 40.236862 + ], + [ + 117.386375, + 40.22712 + ], + [ + 117.350943, + 40.229978 + ], + [ + 117.339859, + 40.246213 + ], + [ + 117.331465, + 40.28977 + ], + [ + 117.296354, + 40.278088 + ], + [ + 117.293342, + 40.296713 + ], + [ + 117.274377, + 40.308521 + ], + [ + 117.275018, + 40.33239 + ], + [ + 117.260217, + 40.335762 + ], + [ + 117.242277, + 40.369993 + ], + [ + 117.226195, + 40.369021 + ], + [ + 117.228502, + 40.386389 + ], + [ + 117.240675, + 40.394424 + ], + [ + 117.234076, + 40.417162 + ], + [ + 117.263357, + 40.442352 + ], + [ + 117.236511, + 40.45653 + ], + [ + 117.237215, + 40.468763 + ], + [ + 117.208575, + 40.501115 + ], + [ + 117.219019, + 40.514375 + ], + [ + 117.247147, + 40.511788 + ], + [ + 117.264126, + 40.517285 + ], + [ + 117.247403, + 40.54024 + ], + [ + 117.269444, + 40.560473 + ], + [ + 117.311859, + 40.57805 + ], + [ + 117.342742, + 40.581604 + ], + [ + 117.365936, + 40.575982 + ], + [ + 117.387464, + 40.560861 + ], + [ + 117.402072, + 40.573139 + ], + [ + 117.430008, + 40.576112 + ], + [ + 117.412708, + 40.605118 + ], + [ + 117.431545, + 40.625589 + ], + [ + 117.448909, + 40.628366 + ], + [ + 117.46198, + 40.65309 + ], + [ + 117.477997, + 40.635338 + ], + [ + 117.501256, + 40.636759 + ], + [ + 117.514583, + 40.660511 + ], + [ + 117.492862, + 40.675417 + ], + [ + 117.442245, + 40.676643 + ], + [ + 117.409248, + 40.687288 + ], + [ + 117.359208, + 40.673869 + ], + [ + 117.342678, + 40.673611 + ], + [ + 117.32115, + 40.658317 + ], + [ + 117.290395, + 40.660189 + ], + [ + 117.261371, + 40.681159 + ], + [ + 117.241636, + 40.676643 + ], + [ + 117.20236, + 40.695609 + ], + [ + 117.117785, + 40.700059 + ], + [ + 117.110673, + 40.70825 + ], + [ + 117.0771, + 40.700059 + ], + [ + 117.058327, + 40.701543 + ], + [ + 117.031032, + 40.692126 + ], + [ + 116.979967, + 40.702833 + ], + [ + 116.926531, + 40.744869 + ], + [ + 116.923391, + 40.773738 + ], + [ + 116.894623, + 40.781597 + ], + [ + 116.896353, + 40.79712 + ], + [ + 116.880207, + 40.804332 + ], + [ + 116.87617, + 40.821202 + ], + [ + 116.847723, + 40.839354 + ], + [ + 116.813636, + 40.848428 + ], + [ + 116.805051, + 40.840706 + ], + [ + 116.79512, + 40.863614 + ], + [ + 116.759496, + 40.889858 + ], + [ + 116.730471, + 40.897768 + ], + [ + 116.713236, + 40.911978 + ], + [ + 116.722334, + 40.927406 + ], + [ + 116.689465, + 40.950669 + ], + [ + 116.67774, + 40.971227 + ], + [ + 116.683058, + 41.000511 + ], + [ + 116.698884, + 41.021246 + ], + [ + 116.688632, + 41.044669 + ], + [ + 116.665182, + 41.046658 + ], + [ + 116.64769, + 41.059296 + ], + [ + 116.630839, + 41.060771 + ], + [ + 116.614116, + 41.03607 + ], + [ + 116.622958, + 41.02086 + ], + [ + 116.614309, + 40.982916 + ], + [ + 116.597778, + 40.97476 + ], + [ + 116.569715, + 40.991265 + ], + [ + 116.536333, + 40.988889 + ], + [ + 116.516791, + 40.975274 + ], + [ + 116.455539, + 40.980476 + ], + [ + 116.447466, + 40.953818 + ], + [ + 116.473607, + 40.919757 + ], + [ + 116.474184, + 40.896032 + ], + [ + 116.458678, + 40.900597 + ], + [ + 116.41402, + 40.899762 + ], + [ + 116.398771, + 40.905934 + ], + [ + 116.37641, + 40.939681 + ], + [ + 116.365069, + 40.943216 + ], + [ + 116.341747, + 40.964804 + ], + [ + 116.333546, + 40.984458 + ], + [ + 116.29837, + 40.986641 + ], + [ + 116.264733, + 41.038252 + ], + [ + 116.296128, + 41.062118 + ], + [ + 116.277419, + 41.083154 + ], + [ + 116.268769, + 41.102645 + ], + [ + 116.245447, + 41.114183 + ], + [ + 116.233273, + 41.130845 + ], + [ + 116.245895, + 41.16358 + ], + [ + 116.22347, + 41.174275 + ], + [ + 116.221356, + 41.185928 + ], + [ + 116.235195, + 41.211853 + ], + [ + 116.213603, + 41.233288 + ], + [ + 116.198995, + 41.259578 + ], + [ + 116.191627, + 41.288158 + ], + [ + 116.209503, + 41.307715 + ], + [ + 116.203352, + 41.326117 + ], + [ + 116.17484, + 41.356328 + ], + [ + 116.141586, + 41.373439 + ], + [ + 116.08751, + 41.376951 + ], + [ + 116.07713, + 41.384866 + ], + [ + 116.036124, + 41.397694 + ], + [ + 116.03023, + 41.416645 + ], + [ + 116.004473, + 41.432911 + ], + [ + 116.000052, + 41.454402 + ], + [ + 115.97673, + 41.470913 + ], + [ + 115.982112, + 41.485127 + ], + [ + 115.97391, + 41.529659 + ], + [ + 115.958789, + 41.550353 + ], + [ + 115.924767, + 41.568623 + ], + [ + 115.929252, + 41.596113 + ], + [ + 115.909967, + 41.642921 + ], + [ + 115.972885, + 41.680101 + ], + [ + 116.014404, + 41.715355 + ], + [ + 116.056307, + 41.733705 + ], + [ + 116.081039, + 41.776352 + ], + [ + 116.098658, + 41.776479 + ], + [ + 116.129221, + 41.806607 + ], + [ + 116.105706, + 41.834757 + ], + [ + 116.106667, + 41.849587 + ], + [ + 116.134731, + 41.863844 + ], + [ + 116.171124, + 41.868912 + ], + [ + 116.193164, + 41.861816 + ], + [ + 116.212578, + 41.885128 + ], + [ + 116.211361, + 41.906848 + ], + [ + 116.230518, + 41.926282 + ], + [ + 116.233401, + 41.941408 + ], + [ + 116.28421, + 41.959376 + ], + [ + 116.29837, + 41.968106 + ], + [ + 116.306507, + 41.991379 + ], + [ + 116.327267, + 42.005667 + ], + [ + 116.373719, + 42.009965 + ], + [ + 116.409087, + 41.994034 + ], + [ + 116.41402, + 41.98221 + ], + [ + 116.393133, + 41.94299 + ], + [ + 116.432088, + 41.939383 + ], + [ + 116.453873, + 41.945964 + ], + [ + 116.482641, + 41.975886 + ], + [ + 116.496416, + 41.97968 + ], + [ + 116.514164, + 41.970067 + ], + [ + 116.533706, + 41.938876 + ], + [ + 116.566383, + 41.928751 + ], + [ + 116.597073, + 41.935586 + ], + [ + 116.634812, + 41.929953 + ], + [ + 116.669154, + 41.947735 + ], + [ + 116.72746, + 41.951089 + ], + [ + 116.744631, + 41.982146 + ], + [ + 116.766479, + 41.990304 + ], + [ + 116.796209, + 41.978099 + ], + [ + 116.821133, + 41.988723 + ], + [ + 116.831961, + 42.005351 + ], + [ + 116.868161, + 42.002885 + ], + [ + 116.87963, + 42.018372 + ], + [ + 116.881681, + 42.05224 + ], + [ + 116.890651, + 42.092655 + ], + [ + 116.877324, + 42.121057 + ], + [ + 116.865022, + 42.124085 + ], + [ + 116.850221, + 42.15632 + ], + [ + 116.825169, + 42.155563 + ], + [ + 116.789225, + 42.200261 + ], + [ + 116.858166, + 42.197236 + ], + [ + 116.903401, + 42.19087 + ], + [ + 116.917433, + 42.207698 + ], + [ + 116.918522, + 42.229875 + ], + [ + 116.897442, + 42.297618 + ], + [ + 116.886806, + 42.366608 + ], + [ + 116.911858, + 42.391431 + ], + [ + 116.914421, + 42.402677 + ], + [ + 116.965102, + 42.421583 + ], + [ + 117.006685, + 42.432948 + ], + [ + 117.016744, + 42.45649 + ], + [ + 117.046922, + 42.454105 + ], + [ + 117.079535, + 42.460632 + ], + [ + 117.094912, + 42.483661 + ], + [ + 117.135726, + 42.469167 + ], + [ + 117.175963, + 42.465527 + ], + [ + 117.222287, + 42.475442 + ], + [ + 117.252208, + 42.473685 + ], + [ + 117.275466, + 42.481905 + ], + [ + 117.321406, + 42.468791 + ], + [ + 117.330056, + 42.461887 + ], + [ + 117.390732, + 42.462076 + ], + [ + 117.412836, + 42.472493 + ], + [ + 117.416296, + 42.512326 + ], + [ + 117.408415, + 42.519976 + ], + [ + 117.387015, + 42.517405 + ], + [ + 117.39637, + 42.536339 + ], + [ + 117.433147, + 42.555769 + ], + [ + 117.44436, + 42.577447 + ], + [ + 117.435197, + 42.585403 + ], + [ + 117.455957, + 42.589411 + ], + [ + 117.473512, + 42.602437 + ], + [ + 117.524898, + 42.590727 + ], + [ + 117.539955, + 42.605443 + ], + [ + 117.600311, + 42.603001 + ], + [ + 117.610883, + 42.592355 + ], + [ + 117.6442, + 42.589787 + ], + [ + 117.66733, + 42.582459 + ], + [ + 117.707247, + 42.588033 + ], + [ + 117.779904, + 42.618591 + ], + [ + 117.801496, + 42.612706 + ], + [ + 117.792334, + 42.598367 + ], + [ + 117.797588, + 42.585277 + ], + [ + 117.829624, + 42.56498 + ], + [ + 117.849614, + 42.546619 + ], + [ + 117.87409, + 42.510194 + ], + [ + 117.940148, + 42.462766 + ], + [ + 117.954564, + 42.445003 + ], + [ + 117.99762, + 42.416684 + ], + [ + 118.019405, + 42.395201 + ], + [ + 118.021263, + 42.371636 + ], + [ + 118.009153, + 42.358248 + ], + [ + 118.016265, + 42.333286 + ], + [ + 118.059962, + 42.29831 + ], + [ + 118.047468, + 42.280563 + ], + [ + 118.023249, + 42.267155 + ], + [ + 117.971095, + 42.248014 + ], + [ + 117.977438, + 42.229875 + ], + [ + 118.020366, + 42.213432 + ], + [ + 118.033629, + 42.199127 + ], + [ + 118.089051, + 42.183874 + ], + [ + 118.10635, + 42.171958 + ], + [ + 118.104172, + 42.148878 + ], + [ + 118.088859, + 42.117144 + ], + [ + 118.097765, + 42.10509 + ], + [ + 118.136528, + 42.094486 + ], + [ + 118.155173, + 42.081164 + ], + [ + 118.136913, + 42.052871 + ], + [ + 118.115256, + 42.045859 + ], + [ + 118.116538, + 42.037204 + ], + [ + 118.141846, + 42.031327 + ], + [ + 118.189067, + 42.030569 + ], + [ + 118.204188, + 42.034866 + ], + [ + 118.220206, + 42.058619 + ], + [ + 118.212581, + 42.081101 + ], + [ + 118.226613, + 42.090256 + ], + [ + 118.252498, + 42.091014 + ], + [ + 118.272232, + 42.083311 + ], + [ + 118.297284, + 42.048765 + ], + [ + 118.283061, + 42.03158 + ], + [ + 118.237634, + 42.022859 + ], + [ + 118.256278, + 42.010724 + ], + [ + 118.294722, + 42.005224 + ], + [ + 118.314007, + 41.987774 + ], + [ + 118.306255, + 41.975127 + ], + [ + 118.306511, + 41.940269 + ], + [ + 118.268901, + 41.930143 + ], + [ + 118.270182, + 41.917357 + ], + [ + 118.286649, + 41.91109 + ], + [ + 118.324515, + 41.880187 + ], + [ + 118.340213, + 41.872459 + ], + [ + 118.331755, + 41.840651 + ], + [ + 118.319838, + 41.83146 + ], + [ + 118.292287, + 41.772863 + ], + [ + 118.270823, + 41.762203 + ], + [ + 118.246988, + 41.774005 + ], + [ + 118.236032, + 41.807559 + ], + [ + 118.219117, + 41.815358 + ], + [ + 118.165873, + 41.813265 + ], + [ + 118.140372, + 41.783965 + ], + [ + 118.130698, + 41.742275 + ], + [ + 118.155173, + 41.712624 + ], + [ + 118.153699, + 41.691156 + ], + [ + 118.169013, + 41.67076 + ], + [ + 118.206879, + 41.65074 + ], + [ + 118.215208, + 41.633002 + ], + [ + 118.20989, + 41.61774 + ], + [ + 118.215337, + 41.595668 + ], + [ + 118.230522, + 41.582178 + ], + [ + 118.270823, + 41.573524 + ], + [ + 118.279152, + 41.56544 + ], + [ + 118.301577, + 41.569641 + ], + [ + 118.313302, + 41.561494 + ], + [ + 118.302923, + 41.552709 + ], + [ + 118.315801, + 41.512525 + ], + [ + 118.295426, + 41.485127 + ], + [ + 118.269605, + 41.478881 + ], + [ + 118.272168, + 41.471296 + ], + [ + 118.327078, + 41.450831 + ], + [ + 118.34867, + 41.428318 + ], + [ + 118.343993, + 41.404139 + ], + [ + 118.361741, + 41.386717 + ], + [ + 118.348286, + 41.373886 + ], + [ + 118.349119, + 41.342789 + ], + [ + 118.380193, + 41.312124 + ], + [ + 118.399607, + 41.311102 + ], + [ + 118.412422, + 41.33193 + ], + [ + 118.47329, + 41.345663 + ], + [ + 118.500841, + 41.345791 + ], + [ + 118.528135, + 41.355051 + ], + [ + 118.539796, + 41.3509 + ], + [ + 118.57997, + 41.354029 + ], + [ + 118.629946, + 41.34643 + ], + [ + 118.676974, + 41.350453 + ], + [ + 118.695171, + 41.337999 + ], + [ + 118.741879, + 41.324073 + ], + [ + 118.763343, + 41.328928 + ], + [ + 118.770007, + 41.353071 + ], + [ + 118.846124, + 41.373823 + ], + [ + 118.844907, + 41.34247 + ], + [ + 118.868421, + 41.312636 + ], + [ + 118.890718, + 41.300749 + ], + [ + 118.934671, + 41.304584 + ], + [ + 118.949536, + 41.318003 + ], + [ + 118.974716, + 41.306565 + ], + [ + 119.006752, + 41.307076 + ], + [ + 119.035136, + 41.298768 + ], + [ + 119.093121, + 41.293655 + ], + [ + 119.154951, + 41.297682 + ], + [ + 119.200698, + 41.28234 + ], + [ + 119.212103, + 41.308099 + ], + [ + 119.239461, + 41.314489 + ], + [ + 119.248367, + 41.27665 + ], + [ + 119.231004, + 41.256444 + ], + [ + 119.20954, + 41.244483 + ], + [ + 119.209796, + 41.225803 + ], + [ + 119.169623, + 41.222923 + ], + [ + 119.166483, + 41.21294 + ], + [ + 119.188909, + 41.198156 + ], + [ + 119.184295, + 41.182727 + ], + [ + 119.158603, + 41.169664 + ], + [ + 119.126374, + 41.138662 + ], + [ + 119.081204, + 41.131422 + ], + [ + 119.080627, + 41.095978 + ], + [ + 119.073771, + 41.084244 + ], + [ + 119.050834, + 41.080333 + ], + [ + 119.037507, + 41.067378 + ], + [ + 119.008354, + 41.068596 + ], + [ + 118.964657, + 41.079307 + ], + [ + 118.93685, + 41.052624 + ], + [ + 118.936209, + 41.037482 + ], + [ + 118.951971, + 41.018421 + ], + [ + 119.013544, + 41.007637 + ], + [ + 119.0204, + 40.997878 + ], + [ + 119.005086, + 40.984265 + ], + [ + 119.000601, + 40.967052 + ], + [ + 118.946461, + 40.958122 + ], + [ + 118.917052, + 40.968594 + ], + [ + 118.903468, + 40.961784 + ], + [ + 118.891743, + 40.903362 + ], + [ + 118.873034, + 40.848042 + ], + [ + 118.855094, + 40.840577 + ], + [ + 118.846252, + 40.822103 + ], + [ + 118.849135, + 40.800919 + ], + [ + 118.861501, + 40.802658 + ], + [ + 118.878544, + 40.783207 + ], + [ + 118.910965, + 40.776766 + ], + [ + 118.895459, + 40.754021 + ], + [ + 118.91167, + 40.756083 + ], + [ + 118.949344, + 40.747834 + ], + [ + 118.960813, + 40.720566 + ], + [ + 118.987723, + 40.697931 + ], + [ + 119.010725, + 40.687868 + ], + [ + 119.027063, + 40.692448 + ], + [ + 119.048719, + 40.681482 + ], + [ + 119.05423, + 40.664964 + ], + [ + 119.081588, + 40.671869 + ], + [ + 119.095107, + 40.663351 + ], + [ + 119.115098, + 40.666513 + ], + [ + 119.153349, + 40.688707 + ], + [ + 119.176222, + 40.690191 + ], + [ + 119.185833, + 40.67574 + ], + [ + 119.173211, + 40.654316 + ], + [ + 119.146557, + 40.63579 + ], + [ + 119.158474, + 40.614418 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 130900, + "name": "沧州市", + "center": [ + 116.857461, + 38.310582 + ], + "centroid": [ + 116.771346, + 38.27096 + ], + "childrenNum": 16, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.335916, + 37.581263 + ], + [ + 116.3281, + 37.605058 + ], + [ + 116.375192, + 37.617256 + ], + [ + 116.374936, + 37.63949 + ], + [ + 116.36539, + 37.648719 + ], + [ + 116.378909, + 37.659698 + ], + [ + 116.386533, + 37.696393 + ], + [ + 116.424784, + 37.735829 + ], + [ + 116.434331, + 37.734618 + ], + [ + 116.438367, + 37.758902 + ], + [ + 116.451182, + 37.7587 + ], + [ + 116.460664, + 37.778875 + ], + [ + 116.47303, + 37.777059 + ], + [ + 116.466623, + 37.805564 + ], + [ + 116.481424, + 37.830026 + ], + [ + 116.473415, + 37.865495 + ], + [ + 116.51346, + 37.863951 + ], + [ + 116.515382, + 37.892892 + ], + [ + 116.53377, + 37.907727 + ], + [ + 116.565166, + 37.980116 + ], + [ + 116.563243, + 38.01987 + ], + [ + 116.496352, + 38.013704 + ], + [ + 116.483474, + 38.02503 + ], + [ + 116.479309, + 38.011492 + ], + [ + 116.417224, + 38.009481 + ], + [ + 116.3709, + 38.018597 + ], + [ + 116.343925, + 38.017256 + ], + [ + 116.329189, + 38.008141 + ], + [ + 116.306764, + 37.979312 + ], + [ + 116.278252, + 37.962479 + ], + [ + 116.266975, + 37.981458 + ], + [ + 116.266206, + 37.961405 + ], + [ + 116.256595, + 37.965229 + ], + [ + 116.226354, + 37.95121 + ], + [ + 116.209118, + 37.966369 + ], + [ + 116.188039, + 37.968314 + ], + [ + 116.170163, + 37.959594 + ], + [ + 116.170867, + 37.933565 + ], + [ + 116.153952, + 37.914573 + ], + [ + 116.091034, + 37.910949 + ], + [ + 116.093981, + 37.922627 + ], + [ + 116.120571, + 37.948996 + ], + [ + 116.100645, + 37.948929 + ], + [ + 116.071876, + 37.980318 + ], + [ + 116.062394, + 38.005057 + ], + [ + 116.044774, + 38.023824 + ], + [ + 116.049515, + 38.038365 + ], + [ + 116.070595, + 38.041112 + ], + [ + 116.05227, + 38.052434 + ], + [ + 116.055474, + 38.071725 + ], + [ + 116.031511, + 38.082774 + ], + [ + 116.031831, + 38.100718 + ], + [ + 116.048554, + 38.11424 + ], + [ + 116.055218, + 38.131306 + ], + [ + 116.049771, + 38.146026 + ], + [ + 115.986725, + 38.125885 + ], + [ + 115.968913, + 38.138533 + ], + [ + 115.938671, + 38.144354 + ], + [ + 115.935403, + 38.167232 + ], + [ + 115.900804, + 38.158536 + ], + [ + 115.887542, + 38.171312 + ], + [ + 115.899523, + 38.20314 + ], + [ + 115.871267, + 38.217579 + ], + [ + 115.856467, + 38.240901 + ], + [ + 115.864476, + 38.255266 + ], + [ + 115.837181, + 38.272499 + ], + [ + 115.833016, + 38.298008 + ], + [ + 115.850188, + 38.309423 + ], + [ + 115.841538, + 38.346062 + ], + [ + 115.804633, + 38.345462 + ], + [ + 115.783297, + 38.358338 + ], + [ + 115.738767, + 38.369544 + ], + [ + 115.734025, + 38.359205 + ], + [ + 115.705321, + 38.367543 + ], + [ + 115.731462, + 38.392618 + ], + [ + 115.715957, + 38.438411 + ], + [ + 115.718584, + 38.449205 + ], + [ + 115.745686, + 38.481311 + ], + [ + 115.770418, + 38.48817 + ], + [ + 115.79137, + 38.512005 + ], + [ + 115.816101, + 38.52545 + ], + [ + 115.875047, + 38.510141 + ], + [ + 115.869345, + 38.524652 + ], + [ + 115.878507, + 38.535566 + ], + [ + 115.890809, + 38.52585 + ], + [ + 115.940721, + 38.530508 + ], + [ + 115.934058, + 38.546678 + ], + [ + 115.960583, + 38.584394 + ], + [ + 115.96321, + 38.613182 + ], + [ + 115.951101, + 38.627938 + ], + [ + 115.973398, + 38.635514 + ], + [ + 115.973526, + 38.668467 + ], + [ + 115.959879, + 38.679891 + ], + [ + 115.955009, + 38.702932 + ], + [ + 115.966286, + 38.708973 + ], + [ + 115.944053, + 38.735456 + ], + [ + 115.95187, + 38.746736 + ], + [ + 115.995118, + 38.77798 + ], + [ + 115.999731, + 38.796812 + ], + [ + 116.023054, + 38.812524 + ], + [ + 116.04093, + 38.812259 + ], + [ + 116.035548, + 38.829492 + ], + [ + 116.048746, + 38.8607 + ], + [ + 116.04157, + 38.878451 + ], + [ + 116.045543, + 38.897786 + ], + [ + 116.085524, + 38.91063 + ], + [ + 116.112754, + 38.909703 + ], + [ + 116.125633, + 38.920823 + ], + [ + 116.121083, + 38.934391 + ], + [ + 116.15203, + 38.948352 + ], + [ + 116.209503, + 38.921618 + ], + [ + 116.20002, + 38.915727 + ], + [ + 116.202198, + 38.887258 + ], + [ + 116.212194, + 38.870238 + ], + [ + 116.23212, + 38.871894 + ], + [ + 116.248907, + 38.85964 + ], + [ + 116.247497, + 38.848907 + ], + [ + 116.278764, + 38.836451 + ], + [ + 116.271973, + 38.816634 + ], + [ + 116.338287, + 38.80689 + ], + [ + 116.390313, + 38.789784 + ], + [ + 116.42299, + 38.770419 + ], + [ + 116.435804, + 38.733199 + ], + [ + 116.406331, + 38.703596 + ], + [ + 116.370836, + 38.692508 + ], + [ + 116.366863, + 38.67305 + ], + [ + 116.381984, + 38.619165 + ], + [ + 116.41921, + 38.599288 + ], + [ + 116.425425, + 38.587187 + ], + [ + 116.454834, + 38.580337 + ], + [ + 116.455475, + 38.557656 + ], + [ + 116.432152, + 38.552533 + ], + [ + 116.431127, + 38.539558 + ], + [ + 116.452655, + 38.534501 + ], + [ + 116.449772, + 38.518262 + ], + [ + 116.465726, + 38.494096 + ], + [ + 116.519482, + 38.48817 + ], + [ + 116.559399, + 38.496759 + ], + [ + 116.569715, + 38.470988 + ], + [ + 116.589897, + 38.483908 + ], + [ + 116.610593, + 38.479646 + ], + [ + 116.627315, + 38.501087 + ], + [ + 116.621228, + 38.514335 + ], + [ + 116.647114, + 38.50648 + ], + [ + 116.668257, + 38.530042 + ], + [ + 116.672678, + 38.546545 + ], + [ + 116.652431, + 38.551202 + ], + [ + 116.643333, + 38.564773 + ], + [ + 116.671653, + 38.566503 + ], + [ + 116.662234, + 38.581268 + ], + [ + 116.680303, + 38.592706 + ], + [ + 116.680559, + 38.605936 + ], + [ + 116.702792, + 38.619098 + ], + [ + 116.71503, + 38.609327 + ], + [ + 116.733739, + 38.614047 + ], + [ + 116.738224, + 38.631327 + ], + [ + 116.763212, + 38.633853 + ], + [ + 116.77404, + 38.652258 + ], + [ + 116.758855, + 38.732071 + ], + [ + 116.766351, + 38.741959 + ], + [ + 116.796529, + 38.74667 + ], + [ + 116.859127, + 38.741295 + ], + [ + 116.867457, + 38.745873 + ], + [ + 116.866496, + 38.717005 + ], + [ + 116.87726, + 38.680688 + ], + [ + 116.994447, + 38.695695 + ], + [ + 117.014502, + 38.690184 + ], + [ + 117.015719, + 38.700409 + ], + [ + 117.042309, + 38.706517 + ], + [ + 117.039041, + 38.688457 + ], + [ + 117.06813, + 38.680621 + ], + [ + 117.051727, + 38.643488 + ], + [ + 117.064285, + 38.635713 + ], + [ + 117.071526, + 38.607399 + ], + [ + 117.086326, + 38.606402 + ], + [ + 117.098179, + 38.586921 + ], + [ + 117.13611, + 38.598756 + ], + [ + 117.151103, + 38.617702 + ], + [ + 117.186086, + 38.616506 + ], + [ + 117.23036, + 38.641694 + ], + [ + 117.23068, + 38.624017 + ], + [ + 117.255988, + 38.613781 + ], + [ + 117.259512, + 38.603078 + ], + [ + 117.238369, + 38.581002 + ], + [ + 117.253169, + 38.556192 + ], + [ + 117.292189, + 38.562445 + ], + [ + 117.305644, + 38.556591 + ], + [ + 117.358055, + 38.57056 + ], + [ + 117.368883, + 38.582465 + ], + [ + 117.369075, + 38.564773 + ], + [ + 117.391949, + 38.572689 + ], + [ + 117.432442, + 38.601349 + ], + [ + 117.478895, + 38.617237 + ], + [ + 117.541429, + 38.60361 + ], + [ + 117.557831, + 38.613781 + ], + [ + 117.63901, + 38.626742 + ], + [ + 117.645033, + 38.593836 + ], + [ + 117.638562, + 38.570028 + ], + [ + 117.643367, + 38.54029 + ], + [ + 117.68527, + 38.539425 + ], + [ + 117.685975, + 38.532438 + ], + [ + 117.645161, + 38.527647 + ], + [ + 117.647852, + 38.508677 + ], + [ + 117.678799, + 38.477049 + ], + [ + 117.710899, + 38.467791 + ], + [ + 117.725123, + 38.457333 + ], + [ + 117.730505, + 38.424949 + ], + [ + 117.781186, + 38.373812 + ], + [ + 117.804764, + 38.367076 + ], + [ + 117.846411, + 38.36801 + ], + [ + 117.937457, + 38.38775 + ], + [ + 117.958024, + 38.376147 + ], + [ + 117.948349, + 38.346462 + ], + [ + 117.916698, + 38.32344 + ], + [ + 117.895682, + 38.301613 + ], + [ + 117.860891, + 38.274569 + ], + [ + 117.8475, + 38.25393 + ], + [ + 117.808544, + 38.228406 + ], + [ + 117.789195, + 38.180741 + ], + [ + 117.801625, + 38.173786 + ], + [ + 117.766962, + 38.15867 + ], + [ + 117.76882, + 38.131908 + ], + [ + 117.743191, + 38.123409 + ], + [ + 117.729223, + 38.093822 + ], + [ + 117.704492, + 38.076078 + ], + [ + 117.679504, + 38.07956 + ], + [ + 117.666048, + 38.072528 + ], + [ + 117.616713, + 38.069046 + ], + [ + 117.58378, + 38.070653 + ], + [ + 117.556486, + 38.05719 + ], + [ + 117.56033, + 38.040978 + ], + [ + 117.527974, + 37.996275 + ], + [ + 117.512789, + 37.943428 + ], + [ + 117.481137, + 37.914842 + ], + [ + 117.438593, + 37.853876 + ], + [ + 117.406301, + 37.843531 + ], + [ + 117.381954, + 37.854547 + ], + [ + 117.34428, + 37.862675 + ], + [ + 117.320124, + 37.861399 + ], + [ + 117.271366, + 37.839903 + ], + [ + 117.208832, + 37.843732 + ], + [ + 117.185317, + 37.849778 + ], + [ + 117.150142, + 37.839567 + ], + [ + 117.093759, + 37.849509 + ], + [ + 117.074345, + 37.848771 + ], + [ + 117.027188, + 37.832378 + ], + [ + 116.976635, + 37.841045 + ], + [ + 116.947675, + 37.840037 + ], + [ + 116.919355, + 37.845882 + ], + [ + 116.883795, + 37.844337 + ], + [ + 116.84375, + 37.834461 + ], + [ + 116.812739, + 37.843598 + ], + [ + 116.788136, + 37.843396 + ], + [ + 116.786149, + 37.82633 + ], + [ + 116.753665, + 37.792993 + ], + [ + 116.753793, + 37.770536 + ], + [ + 116.744182, + 37.757355 + ], + [ + 116.723167, + 37.766703 + ], + [ + 116.724512, + 37.744305 + ], + [ + 116.699332, + 37.730648 + ], + [ + 116.67979, + 37.728764 + ], + [ + 116.663964, + 37.687776 + ], + [ + 116.641027, + 37.682323 + ], + [ + 116.640834, + 37.666432 + ], + [ + 116.604506, + 37.62514 + ], + [ + 116.574648, + 37.609978 + ], + [ + 116.545816, + 37.582477 + ], + [ + 116.538512, + 37.568453 + ], + [ + 116.517048, + 37.557191 + ], + [ + 116.486421, + 37.524205 + ], + [ + 116.456115, + 37.513679 + ], + [ + 116.434139, + 37.473383 + ], + [ + 116.402167, + 37.509833 + ], + [ + 116.368913, + 37.526364 + ], + [ + 116.376858, + 37.546602 + ], + [ + 116.367696, + 37.566295 + ], + [ + 116.343541, + 37.566025 + ], + [ + 116.335916, + 37.581263 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 131000, + "name": "廊坊市", + "center": [ + 116.704441, + 39.523927 + ], + "centroid": [ + 116.540228, + 39.111214 + ], + "childrenNum": 10, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.209503, + 38.921618 + ], + [ + 116.230262, + 38.92453 + ], + [ + 116.228083, + 38.942199 + ], + [ + 116.243653, + 38.949345 + ], + [ + 116.253007, + 38.932074 + ], + [ + 116.291386, + 38.948683 + ], + [ + 116.298755, + 38.975076 + ], + [ + 116.316182, + 38.962708 + ], + [ + 116.33534, + 38.984004 + ], + [ + 116.3215, + 38.998088 + ], + [ + 116.299588, + 38.993658 + ], + [ + 116.293757, + 39.007344 + ], + [ + 116.307148, + 39.032196 + ], + [ + 116.318617, + 39.037416 + ], + [ + 116.317592, + 39.077911 + ], + [ + 116.305354, + 39.098116 + ], + [ + 116.278957, + 39.112045 + ], + [ + 116.262426, + 39.138114 + ], + [ + 116.221804, + 39.147813 + ], + [ + 116.207837, + 39.168526 + ], + [ + 116.206555, + 39.207429 + ], + [ + 116.186116, + 39.222457 + ], + [ + 116.201109, + 39.251911 + ], + [ + 116.208734, + 39.330195 + ], + [ + 116.198226, + 39.351315 + ], + [ + 116.13582, + 39.351842 + ], + [ + 116.116791, + 39.376243 + ], + [ + 116.133001, + 39.4055 + ], + [ + 116.132104, + 39.429423 + ], + [ + 116.151325, + 39.471005 + ], + [ + 116.179901, + 39.486568 + ], + [ + 116.182144, + 39.49635 + ], + [ + 116.220843, + 39.511644 + ], + [ + 116.222766, + 39.501995 + ], + [ + 116.244678, + 39.517354 + ], + [ + 116.257941, + 39.500551 + ], + [ + 116.279277, + 39.491295 + ], + [ + 116.306443, + 39.488997 + ], + [ + 116.320027, + 39.46851 + ], + [ + 116.350461, + 39.453009 + ], + [ + 116.408958, + 39.45025 + ], + [ + 116.434395, + 39.442761 + ], + [ + 116.454706, + 39.453338 + ], + [ + 116.444134, + 39.482169 + ], + [ + 116.412354, + 39.482103 + ], + [ + 116.418761, + 39.506393 + ], + [ + 116.402807, + 39.5144 + ], + [ + 116.402679, + 39.526869 + ], + [ + 116.424079, + 39.522735 + ], + [ + 116.424656, + 39.509741 + ], + [ + 116.443813, + 39.509872 + ], + [ + 116.440994, + 39.527328 + ], + [ + 116.464573, + 39.527657 + ], + [ + 116.478861, + 39.539204 + ], + [ + 116.470916, + 39.55462 + ], + [ + 116.508462, + 39.551078 + ], + [ + 116.519354, + 39.566491 + ], + [ + 116.524416, + 39.596521 + ], + [ + 116.541779, + 39.593505 + ], + [ + 116.566575, + 39.604387 + ], + [ + 116.565934, + 39.619788 + ], + [ + 116.607773, + 39.619723 + ], + [ + 116.620524, + 39.601699 + ], + [ + 116.646537, + 39.599143 + ], + [ + 116.662363, + 39.605239 + ], + [ + 116.705099, + 39.587999 + ], + [ + 116.727075, + 39.593047 + ], + [ + 116.7026, + 39.610417 + ], + [ + 116.700742, + 39.621033 + ], + [ + 116.748667, + 39.619919 + ], + [ + 116.790699, + 39.596062 + ], + [ + 116.789994, + 39.610548 + ], + [ + 116.812355, + 39.615922 + ], + [ + 116.797875, + 39.594358 + ], + [ + 116.81165, + 39.576983 + ], + [ + 116.787687, + 39.554555 + ], + [ + 116.806204, + 39.528838 + ], + [ + 116.819595, + 39.52851 + ], + [ + 116.826194, + 39.513088 + ], + [ + 116.813957, + 39.510266 + ], + [ + 116.820748, + 39.482431 + ], + [ + 116.785124, + 39.465883 + ], + [ + 116.807421, + 39.445586 + ], + [ + 116.815751, + 39.451761 + ], + [ + 116.832473, + 39.435468 + ], + [ + 116.855475, + 39.443352 + ], + [ + 116.875914, + 39.434548 + ], + [ + 116.834139, + 39.402674 + ], + [ + 116.837599, + 39.374073 + ], + [ + 116.818121, + 39.373547 + ], + [ + 116.829206, + 39.338881 + ], + [ + 116.849196, + 39.339473 + ], + [ + 116.870724, + 39.357499 + ], + [ + 116.875786, + 39.33921 + ], + [ + 116.889626, + 39.338157 + ], + [ + 116.884243, + 39.305383 + ], + [ + 116.867969, + 39.302552 + ], + [ + 116.878733, + 39.255336 + ], + [ + 116.892637, + 39.223973 + ], + [ + 116.874569, + 39.230036 + ], + [ + 116.875594, + 39.21646 + ], + [ + 116.855796, + 39.215669 + ], + [ + 116.863164, + 39.201365 + ], + [ + 116.870084, + 39.153685 + ], + [ + 116.909232, + 39.150782 + ], + [ + 116.924096, + 39.119372 + ], + [ + 116.91109, + 39.111055 + ], + [ + 116.881488, + 39.071702 + ], + [ + 116.869891, + 39.069919 + ], + [ + 116.860473, + 39.050564 + ], + [ + 116.80268, + 39.050895 + ], + [ + 116.787303, + 39.061927 + ], + [ + 116.773015, + 39.046865 + ], + [ + 116.756612, + 39.0503 + ], + [ + 116.754626, + 39.003245 + ], + [ + 116.728613, + 38.975341 + ], + [ + 116.716247, + 38.938957 + ], + [ + 116.70811, + 38.931876 + ], + [ + 116.708046, + 38.897058 + ], + [ + 116.722334, + 38.897058 + ], + [ + 116.723103, + 38.852551 + ], + [ + 116.74604, + 38.851491 + ], + [ + 116.75123, + 38.831282 + ], + [ + 116.73848, + 38.807022 + ], + [ + 116.737327, + 38.784479 + ], + [ + 116.751294, + 38.780168 + ], + [ + 116.746297, + 38.754233 + ], + [ + 116.766351, + 38.741959 + ], + [ + 116.758855, + 38.732071 + ], + [ + 116.77404, + 38.652258 + ], + [ + 116.763212, + 38.633853 + ], + [ + 116.738224, + 38.631327 + ], + [ + 116.733739, + 38.614047 + ], + [ + 116.71503, + 38.609327 + ], + [ + 116.702792, + 38.619098 + ], + [ + 116.680559, + 38.605936 + ], + [ + 116.680303, + 38.592706 + ], + [ + 116.662234, + 38.581268 + ], + [ + 116.671653, + 38.566503 + ], + [ + 116.643333, + 38.564773 + ], + [ + 116.652431, + 38.551202 + ], + [ + 116.672678, + 38.546545 + ], + [ + 116.668257, + 38.530042 + ], + [ + 116.647114, + 38.50648 + ], + [ + 116.621228, + 38.514335 + ], + [ + 116.627315, + 38.501087 + ], + [ + 116.610593, + 38.479646 + ], + [ + 116.589897, + 38.483908 + ], + [ + 116.569715, + 38.470988 + ], + [ + 116.559399, + 38.496759 + ], + [ + 116.519482, + 38.48817 + ], + [ + 116.465726, + 38.494096 + ], + [ + 116.449772, + 38.518262 + ], + [ + 116.452655, + 38.534501 + ], + [ + 116.431127, + 38.539558 + ], + [ + 116.432152, + 38.552533 + ], + [ + 116.455475, + 38.557656 + ], + [ + 116.454834, + 38.580337 + ], + [ + 116.425425, + 38.587187 + ], + [ + 116.41921, + 38.599288 + ], + [ + 116.381984, + 38.619165 + ], + [ + 116.366863, + 38.67305 + ], + [ + 116.370836, + 38.692508 + ], + [ + 116.406331, + 38.703596 + ], + [ + 116.435804, + 38.733199 + ], + [ + 116.42299, + 38.770419 + ], + [ + 116.390313, + 38.789784 + ], + [ + 116.338287, + 38.80689 + ], + [ + 116.271973, + 38.816634 + ], + [ + 116.278764, + 38.836451 + ], + [ + 116.247497, + 38.848907 + ], + [ + 116.248907, + 38.85964 + ], + [ + 116.23212, + 38.871894 + ], + [ + 116.212194, + 38.870238 + ], + [ + 116.202198, + 38.887258 + ], + [ + 116.20002, + 38.915727 + ], + [ + 116.209503, + 38.921618 + ] + ] + ], + [ + [ + [ + 117.209793, + 40.082253 + ], + [ + 117.222863, + 40.065523 + ], + [ + 117.1841, + 40.062593 + ], + [ + 117.187752, + 40.026187 + ], + [ + 117.198132, + 39.99276 + ], + [ + 117.178654, + 39.977311 + ], + [ + 117.175963, + 39.959121 + ], + [ + 117.151039, + 39.944839 + ], + [ + 117.156869, + 39.938055 + ], + [ + 117.137456, + 39.921616 + ], + [ + 117.158856, + 39.909218 + ], + [ + 117.149117, + 39.896297 + ], + [ + 117.166865, + 39.868944 + ], + [ + 117.227797, + 39.852749 + ], + [ + 117.247467, + 39.861043 + ], + [ + 117.259961, + 39.843409 + ], + [ + 117.252208, + 39.834591 + ], + [ + 117.192173, + 39.833088 + ], + [ + 117.195056, + 39.82551 + ], + [ + 117.156357, + 39.817473 + ], + [ + 117.15751, + 39.796756 + ], + [ + 117.178718, + 39.795318 + ], + [ + 117.18064, + 39.78244 + ], + [ + 117.205884, + 39.763871 + ], + [ + 117.161867, + 39.747389 + ], + [ + 117.153153, + 39.722726 + ], + [ + 117.169235, + 39.717622 + ], + [ + 117.170132, + 39.673371 + ], + [ + 117.159624, + 39.666823 + ], + [ + 117.177693, + 39.645602 + ], + [ + 117.157959, + 39.636627 + ], + [ + 117.152641, + 39.623523 + ], + [ + 117.127076, + 39.61697 + ], + [ + 117.057045, + 39.644554 + ], + [ + 117.015783, + 39.654052 + ], + [ + 117.004378, + 39.644489 + ], + [ + 116.974585, + 39.636824 + ], + [ + 116.963629, + 39.643441 + ], + [ + 116.944599, + 39.695173 + ], + [ + 116.950878, + 39.706824 + ], + [ + 116.91692, + 39.706365 + ], + [ + 116.912563, + 39.689216 + ], + [ + 116.893854, + 39.695893 + ], + [ + 116.88277, + 39.718472 + ], + [ + 116.916664, + 39.731362 + ], + [ + 116.901799, + 39.763609 + ], + [ + 116.920893, + 39.769167 + ], + [ + 116.924288, + 39.781263 + ], + [ + 116.949725, + 39.778583 + ], + [ + 116.952608, + 39.789827 + ], + [ + 116.928453, + 39.813095 + ], + [ + 116.92589, + 39.835374 + ], + [ + 116.902824, + 39.848242 + ], + [ + 116.907566, + 39.834133 + ], + [ + 116.885653, + 39.844585 + ], + [ + 116.866047, + 39.843866 + ], + [ + 116.827284, + 39.87704 + ], + [ + 116.804154, + 39.877954 + ], + [ + 116.784676, + 39.891401 + ], + [ + 116.780575, + 39.94973 + ], + [ + 116.757317, + 39.961468 + ], + [ + 116.775385, + 39.99276 + ], + [ + 116.770452, + 40.011658 + ], + [ + 116.781536, + 40.034851 + ], + [ + 116.819979, + 40.028337 + ], + [ + 116.822734, + 40.046444 + ], + [ + 116.857782, + 40.051914 + ], + [ + 116.867841, + 40.041885 + ], + [ + 116.928133, + 40.05491 + ], + [ + 116.960489, + 40.051133 + ], + [ + 116.972086, + 40.037 + ], + [ + 117.000662, + 40.0299 + ], + [ + 117.028533, + 40.033939 + ], + [ + 117.052048, + 40.059402 + ], + [ + 117.085173, + 40.068583 + ], + [ + 117.085621, + 40.075158 + ], + [ + 117.119515, + 40.072424 + ], + [ + 117.13925, + 40.064025 + ], + [ + 117.160073, + 40.076199 + ], + [ + 117.204347, + 40.06982 + ], + [ + 117.209793, + 40.082253 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 131100, + "name": "衡水市", + "center": [ + 115.665993, + 37.735097 + ], + "centroid": [ + 115.828776, + 37.764802 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 130000 + }, + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 130000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.705321, + 38.367543 + ], + [ + 115.734025, + 38.359205 + ], + [ + 115.738767, + 38.369544 + ], + [ + 115.783297, + 38.358338 + ], + [ + 115.804633, + 38.345462 + ], + [ + 115.841538, + 38.346062 + ], + [ + 115.850188, + 38.309423 + ], + [ + 115.833016, + 38.298008 + ], + [ + 115.837181, + 38.272499 + ], + [ + 115.864476, + 38.255266 + ], + [ + 115.856467, + 38.240901 + ], + [ + 115.871267, + 38.217579 + ], + [ + 115.899523, + 38.20314 + ], + [ + 115.887542, + 38.171312 + ], + [ + 115.900804, + 38.158536 + ], + [ + 115.935403, + 38.167232 + ], + [ + 115.938671, + 38.144354 + ], + [ + 115.968913, + 38.138533 + ], + [ + 115.986725, + 38.125885 + ], + [ + 116.049771, + 38.146026 + ], + [ + 116.055218, + 38.131306 + ], + [ + 116.048554, + 38.11424 + ], + [ + 116.031831, + 38.100718 + ], + [ + 116.031511, + 38.082774 + ], + [ + 116.055474, + 38.071725 + ], + [ + 116.05227, + 38.052434 + ], + [ + 116.070595, + 38.041112 + ], + [ + 116.049515, + 38.038365 + ], + [ + 116.044774, + 38.023824 + ], + [ + 116.062394, + 38.005057 + ], + [ + 116.071876, + 37.980318 + ], + [ + 116.100645, + 37.948929 + ], + [ + 116.120571, + 37.948996 + ], + [ + 116.093981, + 37.922627 + ], + [ + 116.091034, + 37.910949 + ], + [ + 116.153952, + 37.914573 + ], + [ + 116.170867, + 37.933565 + ], + [ + 116.170163, + 37.959594 + ], + [ + 116.188039, + 37.968314 + ], + [ + 116.209118, + 37.966369 + ], + [ + 116.226354, + 37.95121 + ], + [ + 116.256595, + 37.965229 + ], + [ + 116.266206, + 37.961405 + ], + [ + 116.266975, + 37.981458 + ], + [ + 116.278252, + 37.962479 + ], + [ + 116.306764, + 37.979312 + ], + [ + 116.329189, + 38.008141 + ], + [ + 116.343925, + 38.017256 + ], + [ + 116.3709, + 38.018597 + ], + [ + 116.417224, + 38.009481 + ], + [ + 116.479309, + 38.011492 + ], + [ + 116.483474, + 38.02503 + ], + [ + 116.496352, + 38.013704 + ], + [ + 116.563243, + 38.01987 + ], + [ + 116.565166, + 37.980116 + ], + [ + 116.53377, + 37.907727 + ], + [ + 116.515382, + 37.892892 + ], + [ + 116.51346, + 37.863951 + ], + [ + 116.473415, + 37.865495 + ], + [ + 116.481424, + 37.830026 + ], + [ + 116.466623, + 37.805564 + ], + [ + 116.47303, + 37.777059 + ], + [ + 116.460664, + 37.778875 + ], + [ + 116.451182, + 37.7587 + ], + [ + 116.438367, + 37.758902 + ], + [ + 116.434331, + 37.734618 + ], + [ + 116.424784, + 37.735829 + ], + [ + 116.386533, + 37.696393 + ], + [ + 116.378909, + 37.659698 + ], + [ + 116.36539, + 37.648719 + ], + [ + 116.374936, + 37.63949 + ], + [ + 116.375192, + 37.617256 + ], + [ + 116.3281, + 37.605058 + ], + [ + 116.335916, + 37.581263 + ], + [ + 116.287863, + 37.5493 + ], + [ + 116.291386, + 37.5238 + ], + [ + 116.278444, + 37.524745 + ], + [ + 116.290233, + 37.484049 + ], + [ + 116.271781, + 37.478176 + ], + [ + 116.276458, + 37.466901 + ], + [ + 116.241346, + 37.491475 + ], + [ + 116.224431, + 37.479729 + ], + [ + 116.229878, + 37.459676 + ], + [ + 116.243076, + 37.448195 + ], + [ + 116.227379, + 37.424755 + ], + [ + 116.263067, + 37.42239 + ], + [ + 116.285236, + 37.40266 + ], + [ + 116.236028, + 37.361559 + ], + [ + 116.195471, + 37.365684 + ], + [ + 116.168817, + 37.38414 + ], + [ + 116.106539, + 37.368794 + ], + [ + 116.08751, + 37.373324 + ], + [ + 116.056179, + 37.369065 + ], + [ + 116.05195, + 37.357502 + ], + [ + 116.024527, + 37.359937 + ], + [ + 116.00947, + 37.343165 + ], + [ + 115.975897, + 37.334508 + ], + [ + 115.98461, + 37.316175 + ], + [ + 115.968272, + 37.287076 + ], + [ + 115.976217, + 37.276178 + ], + [ + 115.964171, + 37.250721 + ], + [ + 115.969425, + 37.239479 + ], + [ + 115.953215, + 37.223697 + ], + [ + 115.940721, + 37.227558 + ], + [ + 115.912017, + 37.207098 + ], + [ + 115.904841, + 37.189344 + ], + [ + 115.911825, + 37.176195 + ], + [ + 115.879981, + 37.151992 + ], + [ + 115.885427, + 37.128731 + ], + [ + 115.864988, + 37.070785 + ], + [ + 115.853904, + 37.059245 + ], + [ + 115.827378, + 37.106006 + ], + [ + 115.786564, + 37.123916 + ], + [ + 115.76997, + 37.14155 + ], + [ + 115.756322, + 37.209876 + ], + [ + 115.698465, + 37.257153 + ], + [ + 115.675784, + 37.258914 + ], + [ + 115.67258, + 37.275839 + ], + [ + 115.63292, + 37.277058 + ], + [ + 115.623437, + 37.297905 + ], + [ + 115.599859, + 37.301965 + ], + [ + 115.590632, + 37.312453 + ], + [ + 115.599218, + 37.332884 + ], + [ + 115.577177, + 37.316107 + ], + [ + 115.52938, + 37.326864 + ], + [ + 115.520089, + 37.353648 + ], + [ + 115.506634, + 37.368997 + ], + [ + 115.468768, + 37.382788 + ], + [ + 115.428595, + 37.387926 + ], + [ + 115.391049, + 37.42793 + ], + [ + 115.345109, + 37.448195 + ], + [ + 115.360038, + 37.461431 + ], + [ + 115.404183, + 37.462039 + ], + [ + 115.431478, + 37.469602 + ], + [ + 115.410719, + 37.476421 + ], + [ + 115.417638, + 37.487762 + ], + [ + 115.397968, + 37.497347 + ], + [ + 115.402069, + 37.51017 + ], + [ + 115.426096, + 37.506256 + ], + [ + 115.421675, + 37.495727 + ], + [ + 115.455313, + 37.501802 + ], + [ + 115.430965, + 37.506796 + ], + [ + 115.410078, + 37.523261 + ], + [ + 115.405785, + 37.535944 + ], + [ + 115.372147, + 37.544106 + ], + [ + 115.359461, + 37.558675 + ], + [ + 115.360871, + 37.523935 + ], + [ + 115.307179, + 37.563935 + ], + [ + 115.282575, + 37.576005 + ], + [ + 115.237276, + 37.575465 + ], + [ + 115.201908, + 37.555977 + ], + [ + 115.188325, + 37.563125 + ], + [ + 115.200563, + 37.572498 + ], + [ + 115.172756, + 37.600543 + ], + [ + 115.191593, + 37.608833 + ], + [ + 115.202934, + 37.637133 + ], + [ + 115.227858, + 37.648921 + ], + [ + 115.255088, + 37.645621 + ], + [ + 115.258356, + 37.639625 + ], + [ + 115.297376, + 37.629587 + ], + [ + 115.301412, + 37.660169 + ], + [ + 115.316853, + 37.660102 + ], + [ + 115.325567, + 37.682458 + ], + [ + 115.317046, + 37.695383 + ], + [ + 115.333768, + 37.71322 + ], + [ + 115.380989, + 37.707432 + ], + [ + 115.394316, + 37.712143 + ], + [ + 115.386179, + 37.727082 + ], + [ + 115.360294, + 37.731994 + ], + [ + 115.344468, + 37.74814 + ], + [ + 115.371635, + 37.770335 + ], + [ + 115.352349, + 37.784052 + ], + [ + 115.349722, + 37.805765 + ], + [ + 115.360166, + 37.820215 + ], + [ + 115.363049, + 37.849845 + ], + [ + 115.388614, + 37.853003 + ], + [ + 115.389831, + 37.874629 + ], + [ + 115.360294, + 37.880068 + ], + [ + 115.365484, + 37.906318 + ], + [ + 115.385795, + 37.917191 + ], + [ + 115.408668, + 37.918936 + ], + [ + 115.412769, + 37.943293 + ], + [ + 115.448585, + 37.936584 + ], + [ + 115.457555, + 37.95074 + ], + [ + 115.456017, + 37.974551 + ], + [ + 115.444997, + 37.989168 + ], + [ + 115.464219, + 37.99299 + ], + [ + 115.438205, + 38.001102 + ], + [ + 115.45134, + 38.017323 + ], + [ + 115.466782, + 38.063554 + ], + [ + 115.482992, + 38.08398 + ], + [ + 115.468063, + 38.095161 + ], + [ + 115.439871, + 38.082038 + ], + [ + 115.420522, + 38.089671 + ], + [ + 115.383232, + 38.0886 + ], + [ + 115.364843, + 38.13793 + ], + [ + 115.346903, + 38.13967 + ], + [ + 115.342418, + 38.196254 + ], + [ + 115.35094, + 38.210493 + ], + [ + 115.323645, + 38.220586 + ], + [ + 115.324734, + 38.248184 + ], + [ + 115.34953, + 38.248117 + ], + [ + 115.356194, + 38.271764 + ], + [ + 115.369072, + 38.283451 + ], + [ + 115.393611, + 38.285588 + ], + [ + 115.383104, + 38.299076 + ], + [ + 115.381822, + 38.327578 + ], + [ + 115.402453, + 38.320103 + ], + [ + 115.420906, + 38.337922 + ], + [ + 115.462104, + 38.327311 + ], + [ + 115.478122, + 38.341658 + ], + [ + 115.495101, + 38.342993 + ], + [ + 115.494781, + 38.362006 + ], + [ + 115.516822, + 38.357337 + ], + [ + 115.516437, + 38.318168 + ], + [ + 115.547704, + 38.318168 + ], + [ + 115.550908, + 38.332917 + ], + [ + 115.575768, + 38.326377 + ], + [ + 115.57942, + 38.342859 + ], + [ + 115.590504, + 38.332784 + ], + [ + 115.644965, + 38.32611 + ], + [ + 115.650155, + 38.340791 + ], + [ + 115.699811, + 38.349932 + ], + [ + 115.705321, + 38.367543 + ] + ] + ] + ] + } + } + ] +}', N'admin', N'2020-05-19 16:42:35.0000000', N'jeecg', N'2020-05-19 16:42:35.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1334703777051127809', N'山东', N'shandong', N'{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "adcode": 370100, + "name": "济南市", + "center": [ + 117.000923, + 36.675807 + ], + "centroid": [ + 117.221244, + 36.639974 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 0, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.273417, + 37.532619 + ], + [ + 117.275549, + 37.526193 + ], + [ + 117.284393, + 37.522266 + ], + [ + 117.286525, + 37.510046 + ], + [ + 117.307215, + 37.507744 + ], + [ + 117.317718, + 37.499371 + ], + [ + 117.312585, + 37.487068 + ], + [ + 117.285894, + 37.479328 + ], + [ + 117.283998, + 37.471587 + ], + [ + 117.304609, + 37.466069 + ], + [ + 117.307768, + 37.46194 + ], + [ + 117.295449, + 37.4538 + ], + [ + 117.309189, + 37.447486 + ], + [ + 117.353332, + 37.450901 + ], + [ + 117.369758, + 37.436048 + ], + [ + 117.368257, + 37.419563 + ], + [ + 117.360202, + 37.405697 + ], + [ + 117.368652, + 37.396399 + ], + [ + 117.401029, + 37.379071 + ], + [ + 117.415401, + 37.364203 + ], + [ + 117.41319, + 37.342255 + ], + [ + 117.409163, + 37.329488 + ], + [ + 117.411611, + 37.308604 + ], + [ + 117.417612, + 37.296587 + ], + [ + 117.430168, + 37.285166 + ], + [ + 117.432379, + 37.272032 + ], + [ + 117.43688, + 37.27235 + ], + [ + 117.438302, + 37.25786 + ], + [ + 117.443908, + 37.250056 + ], + [ + 117.431037, + 37.254396 + ], + [ + 117.424403, + 37.243367 + ], + [ + 117.429141, + 37.239783 + ], + [ + 117.408768, + 37.239703 + ], + [ + 117.402371, + 37.224808 + ], + [ + 117.404977, + 37.21716 + ], + [ + 117.417928, + 37.20003 + ], + [ + 117.436091, + 37.184251 + ], + [ + 117.442724, + 37.170859 + ], + [ + 117.444066, + 37.156868 + ], + [ + 117.4507, + 37.153957 + ], + [ + 117.4507, + 37.143711 + ], + [ + 117.455596, + 37.11767 + ], + [ + 117.459781, + 37.109931 + ], + [ + 117.442092, + 37.093574 + ], + [ + 117.409241, + 37.089425 + ], + [ + 117.391158, + 37.083479 + ], + [ + 117.365256, + 37.069272 + ], + [ + 117.336433, + 37.073941 + ], + [ + 117.339434, + 37.056419 + ], + [ + 117.33667, + 37.046838 + ], + [ + 117.326088, + 37.036178 + ], + [ + 117.315349, + 37.030547 + ], + [ + 117.317323, + 37.020923 + ], + [ + 117.328457, + 37.011218 + ], + [ + 117.35349, + 37.003349 + ], + [ + 117.365335, + 36.99496 + ], + [ + 117.378286, + 36.956997 + ], + [ + 117.391632, + 36.952 + ], + [ + 117.40403, + 36.955038 + ], + [ + 117.415322, + 36.964311 + ], + [ + 117.432853, + 36.954878 + ], + [ + 117.444461, + 36.958116 + ], + [ + 117.458754, + 36.957676 + ], + [ + 117.477628, + 36.961154 + ], + [ + 117.476522, + 36.968348 + ], + [ + 117.494527, + 36.972344 + ], + [ + 117.509847, + 36.969267 + ], + [ + 117.519875, + 36.957117 + ], + [ + 117.536854, + 36.978498 + ], + [ + 117.549094, + 36.979817 + ], + [ + 117.555253, + 36.970785 + ], + [ + 117.54933, + 36.96507 + ], + [ + 117.56544, + 36.959954 + ], + [ + 117.56465, + 36.945084 + ], + [ + 117.553674, + 36.940727 + ], + [ + 117.551305, + 36.93385 + ], + [ + 117.539538, + 36.941486 + ], + [ + 117.534248, + 36.931611 + ], + [ + 117.56923, + 36.915736 + ], + [ + 117.58376, + 36.894176 + ], + [ + 117.585024, + 36.886815 + ], + [ + 117.579891, + 36.878093 + ], + [ + 117.577364, + 36.862847 + ], + [ + 117.580523, + 36.85136 + ], + [ + 117.608556, + 36.821815 + ], + [ + 117.648119, + 36.805436 + ], + [ + 117.677811, + 36.783245 + ], + [ + 117.687603, + 36.763853 + ], + [ + 117.695974, + 36.754115 + ], + [ + 117.724165, + 36.755998 + ], + [ + 117.747303, + 36.748584 + ], + [ + 117.736642, + 36.729423 + ], + [ + 117.739959, + 36.721004 + ], + [ + 117.71848, + 36.704724 + ], + [ + 117.718006, + 36.697826 + ], + [ + 117.715637, + 36.691208 + ], + [ + 117.701265, + 36.685191 + ], + [ + 117.695184, + 36.666978 + ], + [ + 117.698027, + 36.652974 + ], + [ + 117.709003, + 36.651569 + ], + [ + 117.712241, + 36.642258 + ], + [ + 117.70853, + 36.635154 + ], + [ + 117.715321, + 36.627527 + ], + [ + 117.714926, + 36.610545 + ], + [ + 117.706555, + 36.611549 + ], + [ + 117.705055, + 36.605807 + ], + [ + 117.690525, + 36.604883 + ], + [ + 117.697869, + 36.599422 + ], + [ + 117.715163, + 36.600546 + ], + [ + 117.706792, + 36.593559 + ], + [ + 117.715321, + 36.578537 + ], + [ + 117.706792, + 36.581469 + ], + [ + 117.696132, + 36.575042 + ], + [ + 117.694315, + 36.568896 + ], + [ + 117.720849, + 36.560057 + ], + [ + 117.72377, + 36.54732 + ], + [ + 117.739406, + 36.539925 + ], + [ + 117.742486, + 36.525737 + ], + [ + 117.750777, + 36.524652 + ], + [ + 117.76586, + 36.512994 + ], + [ + 117.765544, + 36.509496 + ], + [ + 117.751646, + 36.509979 + ], + [ + 117.735853, + 36.504993 + ], + [ + 117.743118, + 36.498439 + ], + [ + 117.755673, + 36.496228 + ], + [ + 117.757332, + 36.484485 + ], + [ + 117.748566, + 36.478694 + ], + [ + 117.765544, + 36.469845 + ], + [ + 117.757016, + 36.459144 + ], + [ + 117.763491, + 36.452868 + ], + [ + 117.755752, + 36.445303 + ], + [ + 117.779838, + 36.441239 + ], + [ + 117.786471, + 36.434277 + ], + [ + 117.7965, + 36.43963 + ], + [ + 117.799343, + 36.432265 + ], + [ + 117.817268, + 36.436129 + ], + [ + 117.822717, + 36.44305 + ], + [ + 117.833062, + 36.44301 + ], + [ + 117.826823, + 36.427114 + ], + [ + 117.829508, + 36.417776 + ], + [ + 117.855094, + 36.412945 + ], + [ + 117.859279, + 36.389433 + ], + [ + 117.867492, + 36.386373 + ], + [ + 117.879732, + 36.370626 + ], + [ + 117.882101, + 36.35673 + ], + [ + 117.890314, + 36.366035 + ], + [ + 117.89521, + 36.359227 + ], + [ + 117.893472, + 36.339446 + ], + [ + 117.902633, + 36.352057 + ], + [ + 117.915346, + 36.352903 + ], + [ + 117.933904, + 36.341219 + ], + [ + 117.933509, + 36.334369 + ], + [ + 117.919611, + 36.324738 + ], + [ + 117.918347, + 36.317725 + ], + [ + 117.924823, + 36.313171 + ], + [ + 117.922533, + 36.300514 + ], + [ + 117.93114, + 36.283742 + ], + [ + 117.926797, + 36.277532 + ], + [ + 117.932719, + 36.271846 + ], + [ + 117.943696, + 36.274064 + ], + [ + 117.972993, + 36.268378 + ], + [ + 117.975362, + 36.262328 + ], + [ + 117.96707, + 36.248251 + ], + [ + 117.96328, + 36.224971 + ], + [ + 117.967781, + 36.21464 + ], + [ + 117.959332, + 36.204308 + ], + [ + 117.943933, + 36.207981 + ], + [ + 117.928534, + 36.196558 + ], + [ + 117.921664, + 36.203662 + ], + [ + 117.914636, + 36.200837 + ], + [ + 117.915899, + 36.192562 + ], + [ + 117.903027, + 36.172092 + ], + [ + 117.912109, + 36.171648 + ], + [ + 117.917873, + 36.16337 + ], + [ + 117.90666, + 36.152708 + ], + [ + 117.914162, + 36.140631 + ], + [ + 117.91203, + 36.132753 + ], + [ + 117.923875, + 36.1174 + ], + [ + 117.921111, + 36.110005 + ], + [ + 117.931535, + 36.094203 + ], + [ + 117.939984, + 36.094324 + ], + [ + 117.946618, + 36.100387 + ], + [ + 117.954041, + 36.090201 + ], + [ + 117.953172, + 36.081833 + ], + [ + 117.946223, + 36.08151 + ], + [ + 117.94188, + 36.071807 + ], + [ + 117.948829, + 36.062589 + ], + [ + 117.935799, + 36.061214 + ], + [ + 117.932798, + 36.052196 + ], + [ + 117.946855, + 36.04253 + ], + [ + 117.949855, + 36.018259 + ], + [ + 117.94338, + 36.017288 + ], + [ + 117.950803, + 35.996489 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.935088, + 36.004421 + ], + [ + 117.926165, + 36.005068 + ], + [ + 117.922848, + 36.015467 + ], + [ + 117.914557, + 36.020039 + ], + [ + 117.895052, + 36.020363 + ], + [ + 117.877047, + 36.016357 + ], + [ + 117.866386, + 36.007415 + ], + [ + 117.854462, + 36.006889 + ], + [ + 117.841827, + 36.011947 + ], + [ + 117.828719, + 36.008022 + ], + [ + 117.825244, + 36.013363 + ], + [ + 117.801159, + 36.012959 + ], + [ + 117.794763, + 36.015143 + ], + [ + 117.782286, + 36.007294 + ], + [ + 117.781022, + 35.995437 + ], + [ + 117.762307, + 35.990621 + ], + [ + 117.756621, + 35.991916 + ], + [ + 117.756542, + 36.002236 + ], + [ + 117.750304, + 36.011947 + ], + [ + 117.757016, + 36.019392 + ], + [ + 117.741696, + 36.036058 + ], + [ + 117.725824, + 36.029667 + ], + [ + 117.720454, + 36.038243 + ], + [ + 117.701186, + 36.04528 + ], + [ + 117.689972, + 36.052358 + ], + [ + 117.656569, + 36.049729 + ], + [ + 117.630588, + 36.059879 + ], + [ + 117.601844, + 36.075648 + ], + [ + 117.575943, + 36.074516 + ], + [ + 117.561649, + 36.079327 + ], + [ + 117.552884, + 36.087978 + ], + [ + 117.547672, + 36.106166 + ], + [ + 117.534879, + 36.111419 + ], + [ + 117.505898, + 36.098245 + ], + [ + 117.491052, + 36.096587 + ], + [ + 117.484893, + 36.10075 + ], + [ + 117.473758, + 36.089797 + ], + [ + 117.451963, + 36.087412 + ], + [ + 117.447067, + 36.09206 + ], + [ + 117.456148, + 36.100467 + ], + [ + 117.454885, + 36.111177 + ], + [ + 117.463571, + 36.116875 + ], + [ + 117.44683, + 36.120834 + ], + [ + 117.459623, + 36.1498 + ], + [ + 117.469178, + 36.154687 + ], + [ + 117.476601, + 36.150123 + ], + [ + 117.487972, + 36.15921 + ], + [ + 117.475653, + 36.173102 + ], + [ + 117.461202, + 36.170194 + ], + [ + 117.446988, + 36.18691 + ], + [ + 117.440434, + 36.191189 + ], + [ + 117.452437, + 36.203138 + ], + [ + 117.447778, + 36.203541 + ], + [ + 117.447383, + 36.218313 + ], + [ + 117.427878, + 36.221662 + ], + [ + 117.412716, + 36.210927 + ], + [ + 117.396607, + 36.215972 + ], + [ + 117.385235, + 36.226989 + ], + [ + 117.393132, + 36.226747 + ], + [ + 117.392895, + 36.237439 + ], + [ + 117.417217, + 36.243652 + ], + [ + 117.413901, + 36.267934 + ], + [ + 117.394553, + 36.266522 + ], + [ + 117.397791, + 36.283782 + ], + [ + 117.387604, + 36.285556 + ], + [ + 117.38792, + 36.296361 + ], + [ + 117.379707, + 36.315146 + ], + [ + 117.38871, + 36.326148 + ], + [ + 117.387762, + 36.337915 + ], + [ + 117.362729, + 36.360234 + ], + [ + 117.351753, + 36.377997 + ], + [ + 117.35041, + 36.393379 + ], + [ + 117.344962, + 36.403968 + ], + [ + 117.339434, + 36.425786 + ], + [ + 117.339118, + 36.438181 + ], + [ + 117.346936, + 36.455724 + ], + [ + 117.346383, + 36.46373 + ], + [ + 117.335328, + 36.466345 + ], + [ + 117.30682, + 36.467029 + ], + [ + 117.30682, + 36.472097 + ], + [ + 117.288184, + 36.476039 + ], + [ + 117.288973, + 36.468718 + ], + [ + 117.275786, + 36.451218 + ], + [ + 117.263862, + 36.449206 + ], + [ + 117.249726, + 36.436732 + ], + [ + 117.242145, + 36.41528 + ], + [ + 117.218297, + 36.406182 + ], + [ + 117.208742, + 36.405297 + ], + [ + 117.200924, + 36.389755 + ], + [ + 117.191685, + 36.378762 + ], + [ + 117.180945, + 36.37256 + ], + [ + 117.18292, + 36.360798 + ], + [ + 117.179603, + 36.353144 + ], + [ + 117.161361, + 36.351895 + ], + [ + 117.142567, + 36.345731 + ], + [ + 117.137039, + 36.335135 + ], + [ + 117.111691, + 36.340413 + ], + [ + 117.107347, + 36.338882 + ], + [ + 117.088711, + 36.346013 + ], + [ + 117.07734, + 36.321957 + ], + [ + 117.077655, + 36.307205 + ], + [ + 117.074102, + 36.296724 + ], + [ + 117.066995, + 36.296885 + ], + [ + 117.051201, + 36.288741 + ], + [ + 117.0482, + 36.283701 + ], + [ + 117.030275, + 36.277532 + ], + [ + 117.027353, + 36.268983 + ], + [ + 117.003347, + 36.265353 + ], + [ + 117.002794, + 36.254503 + ], + [ + 116.987632, + 36.250711 + ], + [ + 116.975471, + 36.243208 + ], + [ + 116.956835, + 36.259787 + ], + [ + 116.950201, + 36.257327 + ], + [ + 116.932828, + 36.261925 + ], + [ + 116.928722, + 36.26991 + ], + [ + 116.891133, + 36.255471 + ], + [ + 116.873129, + 36.264062 + ], + [ + 116.867759, + 36.28108 + ], + [ + 116.855519, + 36.289709 + ], + [ + 116.855756, + 36.301642 + ], + [ + 116.830644, + 36.294587 + ], + [ + 116.808612, + 36.299022 + ], + [ + 116.786659, + 36.311357 + ], + [ + 116.772761, + 36.312002 + ], + [ + 116.762574, + 36.305391 + ], + [ + 116.732961, + 36.294144 + ], + [ + 116.710376, + 36.279185 + ], + [ + 116.701058, + 36.280153 + ], + [ + 116.686528, + 36.275435 + ], + [ + 116.675709, + 36.276645 + ], + [ + 116.649018, + 36.295797 + ], + [ + 116.615536, + 36.294587 + ], + [ + 116.610403, + 36.282451 + ], + [ + 116.595794, + 36.270999 + ], + [ + 116.587502, + 36.268862 + ], + [ + 116.581264, + 36.255471 + ], + [ + 116.574393, + 36.263457 + ], + [ + 116.558837, + 36.261037 + ], + [ + 116.552361, + 36.247767 + ], + [ + 116.53641, + 36.245588 + ], + [ + 116.525591, + 36.255229 + ], + [ + 116.512325, + 36.253414 + ], + [ + 116.506402, + 36.240344 + ], + [ + 116.485239, + 36.236067 + ], + [ + 116.487529, + 36.228441 + ], + [ + 116.472604, + 36.21464 + ], + [ + 116.481922, + 36.197002 + ], + [ + 116.502059, + 36.192764 + ], + [ + 116.51035, + 36.176857 + ], + [ + 116.525986, + 36.168297 + ], + [ + 116.52188, + 36.157151 + ], + [ + 116.510192, + 36.148346 + ], + [ + 116.507192, + 36.141277 + ], + [ + 116.519748, + 36.141196 + ], + [ + 116.528513, + 36.145276 + ], + [ + 116.525275, + 36.135298 + ], + [ + 116.543122, + 36.13958 + ], + [ + 116.5586, + 36.133804 + ], + [ + 116.562153, + 36.121643 + ], + [ + 116.569024, + 36.118774 + ], + [ + 116.566891, + 36.108752 + ], + [ + 116.554651, + 36.108187 + ], + [ + 116.546597, + 36.101195 + ], + [ + 116.543359, + 36.086604 + ], + [ + 116.532303, + 36.074274 + ], + [ + 116.504112, + 36.064732 + ], + [ + 116.471182, + 36.06457 + ], + [ + 116.452072, + 36.058019 + ], + [ + 116.449387, + 36.047302 + ], + [ + 116.434541, + 36.038607 + ], + [ + 116.436121, + 36.046534 + ], + [ + 116.429566, + 36.052439 + ], + [ + 116.433357, + 36.059839 + ], + [ + 116.427829, + 36.067441 + ], + [ + 116.409508, + 36.068007 + ], + [ + 116.401059, + 36.074031 + ], + [ + 116.398058, + 36.084582 + ], + [ + 116.386845, + 36.090807 + ], + [ + 116.360233, + 36.084744 + ], + [ + 116.352731, + 36.070797 + ], + [ + 116.338753, + 36.060082 + ], + [ + 116.324855, + 36.054178 + ], + [ + 116.310404, + 36.052196 + ], + [ + 116.304718, + 36.046251 + ], + [ + 116.301244, + 36.031123 + ], + [ + 116.294689, + 36.031407 + ], + [ + 116.271552, + 36.043824 + ], + [ + 116.267998, + 36.052964 + ], + [ + 116.267287, + 36.074233 + ], + [ + 116.273368, + 36.093758 + ], + [ + 116.27171, + 36.109843 + ], + [ + 116.261444, + 36.122693 + ], + [ + 116.246677, + 36.149436 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.234911, + 36.180935 + ], + [ + 116.255047, + 36.203703 + ], + [ + 116.280159, + 36.221945 + ], + [ + 116.28624, + 36.239174 + ], + [ + 116.307166, + 36.259464 + ], + [ + 116.310799, + 36.270515 + ], + [ + 116.322644, + 36.284669 + ], + [ + 116.331251, + 36.290677 + ], + [ + 116.374526, + 36.3039 + ], + [ + 116.406745, + 36.319015 + ], + [ + 116.430593, + 36.318007 + ], + [ + 116.441411, + 36.321755 + ], + [ + 116.449071, + 36.337149 + ], + [ + 116.484607, + 36.336948 + ], + [ + 116.503717, + 36.369982 + ], + [ + 116.519984, + 36.384158 + ], + [ + 116.528592, + 36.387259 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.591213, + 36.416286 + ], + [ + 116.612377, + 36.42333 + ], + [ + 116.6198, + 36.428522 + ], + [ + 116.620905, + 36.44144 + ], + [ + 116.611429, + 36.459104 + ], + [ + 116.613009, + 36.473425 + ], + [ + 116.595636, + 36.480383 + ], + [ + 116.593267, + 36.485973 + ], + [ + 116.602032, + 36.495223 + ], + [ + 116.624301, + 36.497233 + ], + [ + 116.627223, + 36.508853 + ], + [ + 116.610087, + 36.51609 + ], + [ + 116.60835, + 36.52011 + ], + [ + 116.622801, + 36.532651 + ], + [ + 116.629592, + 36.544587 + ], + [ + 116.646728, + 36.544105 + ], + [ + 116.658968, + 36.553026 + ], + [ + 116.662916, + 36.563111 + ], + [ + 116.661258, + 36.578376 + ], + [ + 116.682421, + 36.580586 + ], + [ + 116.694345, + 36.591149 + ], + [ + 116.693319, + 36.607895 + ], + [ + 116.71314, + 36.608858 + ], + [ + 116.742042, + 36.620381 + ], + [ + 116.759494, + 36.632746 + ], + [ + 116.763126, + 36.651971 + ], + [ + 116.777262, + 36.660718 + ], + [ + 116.780736, + 36.671552 + ], + [ + 116.780657, + 36.691048 + ], + [ + 116.799689, + 36.694417 + ], + [ + 116.802768, + 36.706729 + ], + [ + 116.830881, + 36.723851 + ], + [ + 116.842489, + 36.72786 + ], + [ + 116.861757, + 36.730345 + ], + [ + 116.873997, + 36.739846 + ], + [ + 116.88679, + 36.745538 + ], + [ + 116.883868, + 36.758243 + ], + [ + 116.87076, + 36.759164 + ], + [ + 116.865548, + 36.777877 + ], + [ + 116.868233, + 36.801872 + ], + [ + 116.872813, + 36.812004 + ], + [ + 116.887975, + 36.811404 + ], + [ + 116.882447, + 36.824058 + ], + [ + 116.887106, + 36.833427 + ], + [ + 116.892476, + 36.830023 + ], + [ + 116.919404, + 36.822776 + ], + [ + 116.933223, + 36.823697 + ], + [ + 116.935908, + 36.829743 + ], + [ + 116.934724, + 36.845116 + ], + [ + 116.9442, + 36.844916 + ], + [ + 116.948069, + 36.839231 + ], + [ + 116.962836, + 36.842674 + ], + [ + 116.96181, + 36.867529 + ], + [ + 116.963152, + 36.893896 + ], + [ + 116.957466, + 36.916495 + ], + [ + 116.934408, + 36.925973 + ], + [ + 116.922563, + 36.93453 + ], + [ + 116.935434, + 36.93457 + ], + [ + 116.931881, + 36.946204 + ], + [ + 116.933381, + 36.959595 + ], + [ + 116.907717, + 36.963272 + ], + [ + 116.897767, + 36.962712 + ], + [ + 116.899188, + 36.977499 + ], + [ + 116.886158, + 36.983573 + ], + [ + 116.885764, + 36.991444 + ], + [ + 116.875024, + 36.999274 + ], + [ + 116.891607, + 37.00271 + ], + [ + 116.907796, + 37.019046 + ], + [ + 116.943173, + 37.030907 + ], + [ + 116.948701, + 37.036537 + ], + [ + 116.944279, + 37.042327 + ], + [ + 116.928643, + 37.05103 + ], + [ + 116.925247, + 37.069831 + ], + [ + 116.91972, + 37.081364 + ], + [ + 116.919009, + 37.093056 + ], + [ + 116.931486, + 37.100477 + ], + [ + 116.982578, + 37.113601 + ], + [ + 117.004531, + 37.121219 + ], + [ + 117.024273, + 37.119664 + ], + [ + 117.044884, + 37.122615 + ], + [ + 117.047411, + 37.134739 + ], + [ + 117.059809, + 37.137251 + ], + [ + 117.054676, + 37.141717 + ], + [ + 117.050648, + 37.160894 + ], + [ + 117.061783, + 37.16496 + ], + [ + 117.06352, + 37.182656 + ], + [ + 117.05744, + 37.192141 + ], + [ + 117.045358, + 37.197161 + ], + [ + 117.037382, + 37.195169 + ], + [ + 117.037777, + 37.207361 + ], + [ + 117.022299, + 37.215089 + ], + [ + 117.03596, + 37.224091 + ], + [ + 117.036592, + 37.237393 + ], + [ + 117.042673, + 37.238867 + ], + [ + 117.041251, + 37.247667 + ], + [ + 117.032328, + 37.253241 + ], + [ + 117.030275, + 37.264229 + ], + [ + 117.038961, + 37.266538 + ], + [ + 117.024273, + 37.278918 + ], + [ + 117.002241, + 37.285962 + ], + [ + 116.993397, + 37.32201 + ], + [ + 116.986684, + 37.335335 + ], + [ + 116.987158, + 37.342692 + ], + [ + 117.006663, + 37.355138 + ], + [ + 117.009664, + 37.359671 + ], + [ + 116.99924, + 37.376964 + ], + [ + 117.008164, + 37.392464 + ], + [ + 117.019693, + 37.405419 + ], + [ + 117.018193, + 37.418967 + ], + [ + 117.029406, + 37.435174 + ], + [ + 117.085631, + 37.437517 + ], + [ + 117.096845, + 37.440099 + ], + [ + 117.104978, + 37.455309 + ], + [ + 117.098819, + 37.469721 + ], + [ + 117.109795, + 37.47901 + ], + [ + 117.124878, + 37.483853 + ], + [ + 117.135618, + 37.475239 + ], + [ + 117.163809, + 37.478971 + ], + [ + 117.176049, + 37.486116 + ], + [ + 117.199345, + 37.487148 + ], + [ + 117.22114, + 37.51318 + ], + [ + 117.230063, + 37.528891 + ], + [ + 117.238197, + 37.532897 + ], + [ + 117.260861, + 37.530081 + ], + [ + 117.273417, + 37.532619 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370200, + "name": "青岛市", + "center": [ + 120.355173, + 36.082982 + ], + "centroid": [ + 120.150851, + 36.451234 + ], + "childrenNum": 10, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 1, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 120.850108, + 36.612271 + ], + [ + 120.86598, + 36.605606 + ], + [ + 120.884854, + 36.60143 + ], + [ + 120.891961, + 36.58898 + ], + [ + 120.893382, + 36.57918 + ], + [ + 120.91265, + 36.568414 + ], + [ + 120.923785, + 36.572029 + ], + [ + 120.936341, + 36.56532 + ], + [ + 120.962163, + 36.562789 + ], + [ + 120.969349, + 36.559495 + ], + [ + 120.983326, + 36.545913 + ], + [ + 120.983958, + 36.540809 + ], + [ + 120.962716, + 36.519225 + ], + [ + 120.954345, + 36.507567 + ], + [ + 120.95861, + 36.498721 + ], + [ + 120.954977, + 36.489311 + ], + [ + 120.967691, + 36.47797 + ], + [ + 120.963585, + 36.464334 + ], + [ + 120.952371, + 36.459184 + ], + [ + 120.947238, + 36.449287 + ], + [ + 120.938315, + 36.44812 + ], + [ + 120.934524, + 36.454678 + ], + [ + 120.920152, + 36.455201 + ], + [ + 120.907833, + 36.445987 + ], + [ + 120.917388, + 36.435364 + ], + [ + 120.91881, + 36.425383 + ], + [ + 120.925522, + 36.419909 + ], + [ + 120.935077, + 36.421036 + ], + [ + 120.927812, + 36.410047 + ], + [ + 120.918968, + 36.419144 + ], + [ + 120.903332, + 36.406142 + ], + [ + 120.891645, + 36.389675 + ], + [ + 120.895909, + 36.376104 + ], + [ + 120.872061, + 36.367001 + ], + [ + 120.87443, + 36.373244 + ], + [ + 120.854925, + 36.381903 + ], + [ + 120.851134, + 36.406021 + ], + [ + 120.859505, + 36.412422 + ], + [ + 120.858952, + 36.424578 + ], + [ + 120.838342, + 36.436974 + ], + [ + 120.842369, + 36.441601 + ], + [ + 120.843001, + 36.457736 + ], + [ + 120.83921, + 36.464374 + ], + [ + 120.828471, + 36.466627 + ], + [ + 120.759453, + 36.462604 + ], + [ + 120.756768, + 36.458098 + ], + [ + 120.761664, + 36.443211 + ], + [ + 120.760084, + 36.434559 + ], + [ + 120.751003, + 36.431299 + ], + [ + 120.736868, + 36.432829 + ], + [ + 120.726997, + 36.422928 + ], + [ + 120.72597, + 36.413912 + ], + [ + 120.71144, + 36.408678 + ], + [ + 120.694383, + 36.390158 + ], + [ + 120.700385, + 36.37123 + ], + [ + 120.709703, + 36.368089 + ], + [ + 120.716494, + 36.360516 + ], + [ + 120.72676, + 36.359831 + ], + [ + 120.729603, + 36.349801 + ], + [ + 120.739632, + 36.3386 + ], + [ + 120.744449, + 36.328163 + ], + [ + 120.73821, + 36.32373 + ], + [ + 120.707966, + 36.328929 + ], + [ + 120.692093, + 36.325544 + ], + [ + 120.663033, + 36.33179 + ], + [ + 120.656005, + 36.322158 + ], + [ + 120.66635, + 36.309342 + ], + [ + 120.665718, + 36.29749 + ], + [ + 120.656005, + 36.28862 + ], + [ + 120.65482, + 36.27983 + ], + [ + 120.659716, + 36.27483 + ], + [ + 120.677326, + 36.281443 + ], + [ + 120.686249, + 36.279104 + ], + [ + 120.685855, + 36.260231 + ], + [ + 120.689724, + 36.251437 + ], + [ + 120.681038, + 36.238932 + ], + [ + 120.689171, + 36.230176 + ], + [ + 120.696752, + 36.204026 + ], + [ + 120.693041, + 36.190624 + ], + [ + 120.697147, + 36.168579 + ], + [ + 120.707255, + 36.165066 + ], + [ + 120.707018, + 36.159331 + ], + [ + 120.698332, + 36.158887 + ], + [ + 120.704333, + 36.152344 + ], + [ + 120.705439, + 36.139702 + ], + [ + 120.716257, + 36.142085 + ], + [ + 120.719811, + 36.13441 + ], + [ + 120.71223, + 36.126572 + ], + [ + 120.695647, + 36.123744 + ], + [ + 120.672667, + 36.129844 + ], + [ + 120.650951, + 36.117885 + ], + [ + 120.632235, + 36.113319 + ], + [ + 120.621259, + 36.119259 + ], + [ + 120.612099, + 36.117521 + ], + [ + 120.607834, + 36.107217 + ], + [ + 120.599859, + 36.101801 + ], + [ + 120.579248, + 36.103943 + ], + [ + 120.580827, + 36.111419 + ], + [ + 120.573325, + 36.114248 + ], + [ + 120.567087, + 36.105964 + ], + [ + 120.547187, + 36.10952 + ], + [ + 120.552241, + 36.097881 + ], + [ + 120.547345, + 36.092141 + ], + [ + 120.526261, + 36.093435 + ], + [ + 120.497832, + 36.08624 + ], + [ + 120.479827, + 36.091656 + ], + [ + 120.467587, + 36.087169 + ], + [ + 120.449662, + 36.07302 + ], + [ + 120.441923, + 36.063236 + ], + [ + 120.437185, + 36.0655 + ], + [ + 120.42226, + 36.054986 + ], + [ + 120.415311, + 36.057413 + ], + [ + 120.404413, + 36.051589 + ], + [ + 120.38783, + 36.051711 + ], + [ + 120.389172, + 36.059394 + ], + [ + 120.37022, + 36.053409 + ], + [ + 120.371089, + 36.044835 + ], + [ + 120.365166, + 36.041398 + ], + [ + 120.35798, + 36.04892 + ], + [ + 120.345661, + 36.043541 + ], + [ + 120.337922, + 36.044633 + ], + [ + 120.342897, + 36.05167 + ], + [ + 120.337527, + 36.054986 + ], + [ + 120.324577, + 36.051104 + ], + [ + 120.324814, + 36.059515 + ], + [ + 120.315969, + 36.059677 + ], + [ + 120.307993, + 36.050214 + ], + [ + 120.296069, + 36.052439 + ], + [ + 120.297649, + 36.045361 + ], + [ + 120.286119, + 36.047181 + ], + [ + 120.290147, + 36.060526 + ], + [ + 120.30136, + 36.071282 + ], + [ + 120.311231, + 36.087614 + ], + [ + 120.312653, + 36.100185 + ], + [ + 120.317549, + 36.108106 + ], + [ + 120.326235, + 36.111662 + ], + [ + 120.333658, + 36.134652 + ], + [ + 120.347004, + 36.155818 + ], + [ + 120.356953, + 36.166076 + ], + [ + 120.358217, + 36.174757 + ], + [ + 120.369509, + 36.177745 + ], + [ + 120.35877, + 36.200312 + ], + [ + 120.336896, + 36.213954 + ], + [ + 120.319997, + 36.232234 + ], + [ + 120.297412, + 36.225455 + ], + [ + 120.293305, + 36.219241 + ], + [ + 120.29828, + 36.203783 + ], + [ + 120.313205, + 36.196316 + ], + [ + 120.310283, + 36.185295 + ], + [ + 120.291489, + 36.185941 + ], + [ + 120.28075, + 36.17932 + ], + [ + 120.276564, + 36.185699 + ], + [ + 120.262982, + 36.182267 + ], + [ + 120.260929, + 36.198415 + ], + [ + 120.244819, + 36.199384 + ], + [ + 120.235027, + 36.189211 + ], + [ + 120.224445, + 36.19131 + ], + [ + 120.217338, + 36.211412 + ], + [ + 120.20723, + 36.211613 + ], + [ + 120.181566, + 36.203945 + ], + [ + 120.164351, + 36.188767 + ], + [ + 120.140345, + 36.173304 + ], + [ + 120.142556, + 36.143539 + ], + [ + 120.128105, + 36.129723 + ], + [ + 120.1086, + 36.12742 + ], + [ + 120.116023, + 36.114046 + ], + [ + 120.116891, + 36.102852 + ], + [ + 120.152111, + 36.095254 + ], + [ + 120.161903, + 36.082682 + ], + [ + 120.173906, + 36.077225 + ], + [ + 120.181645, + 36.066511 + ], + [ + 120.19499, + 36.064206 + ], + [ + 120.231868, + 36.063842 + ], + [ + 120.241345, + 36.060445 + ], + [ + 120.24095, + 36.047828 + ], + [ + 120.230605, + 36.044916 + ], + [ + 120.23479, + 36.030638 + ], + [ + 120.223656, + 36.022385 + ], + [ + 120.223577, + 36.016398 + ], + [ + 120.19886, + 35.99572 + ], + [ + 120.213232, + 35.998351 + ], + [ + 120.244977, + 36.020444 + ], + [ + 120.25698, + 36.024813 + ], + [ + 120.265509, + 36.014011 + ], + [ + 120.256427, + 36.005433 + ], + [ + 120.248768, + 35.992078 + ], + [ + 120.247662, + 35.982567 + ], + [ + 120.254927, + 35.980826 + ], + [ + 120.265588, + 36.001062 + ], + [ + 120.271273, + 35.99394 + ], + [ + 120.278775, + 35.996368 + ], + [ + 120.27459, + 36.004664 + ], + [ + 120.289673, + 36.017086 + ], + [ + 120.309494, + 36.014132 + ], + [ + 120.316522, + 36.002155 + ], + [ + 120.305072, + 35.97184 + ], + [ + 120.284619, + 35.965565 + ], + [ + 120.261718, + 35.965484 + ], + [ + 120.251531, + 35.95937 + ], + [ + 120.246477, + 35.947466 + ], + [ + 120.233132, + 35.941553 + ], + [ + 120.222076, + 35.924947 + ], + [ + 120.209284, + 35.917616 + ], + [ + 120.204388, + 35.910404 + ], + [ + 120.202098, + 35.89205 + ], + [ + 120.185198, + 35.88747 + ], + [ + 120.169405, + 35.888565 + ], + [ + 120.172169, + 35.904408 + ], + [ + 120.184172, + 35.915671 + ], + [ + 120.194438, + 35.93402 + ], + [ + 120.210784, + 35.938435 + ], + [ + 120.207862, + 35.947344 + ], + [ + 120.179276, + 35.936653 + ], + [ + 120.167983, + 35.918426 + ], + [ + 120.15677, + 35.909149 + ], + [ + 120.147768, + 35.907852 + ], + [ + 120.141924, + 35.919438 + ], + [ + 120.142714, + 35.909392 + ], + [ + 120.135843, + 35.905421 + ], + [ + 120.12542, + 35.906718 + ], + [ + 120.123998, + 35.895291 + ], + [ + 120.118392, + 35.888524 + ], + [ + 120.102203, + 35.881918 + ], + [ + 120.084041, + 35.880378 + ], + [ + 120.07875, + 35.885768 + ], + [ + 120.062798, + 35.87134 + ], + [ + 120.036423, + 35.824753 + ], + [ + 120.033264, + 35.806013 + ], + [ + 120.041319, + 35.799198 + ], + [ + 120.049453, + 35.782278 + ], + [ + 120.043135, + 35.776759 + ], + [ + 120.03745, + 35.763041 + ], + [ + 120.037529, + 35.753908 + ], + [ + 120.031369, + 35.752244 + ], + [ + 120.020235, + 35.722239 + ], + [ + 120.011074, + 35.713223 + ], + [ + 120.001519, + 35.720209 + ], + [ + 119.981224, + 35.715335 + ], + [ + 119.986041, + 35.729711 + ], + [ + 119.978461, + 35.739496 + ], + [ + 119.967879, + 35.74108 + ], + [ + 119.969932, + 35.749078 + ], + [ + 119.959982, + 35.759104 + ], + [ + 119.937081, + 35.763407 + ], + [ + 119.924841, + 35.758252 + ], + [ + 119.920735, + 35.737548 + ], + [ + 119.930369, + 35.728899 + ], + [ + 119.949321, + 35.729873 + ], + [ + 119.953349, + 35.72561 + ], + [ + 119.952954, + 35.713142 + ], + [ + 119.94482, + 35.705506 + ], + [ + 119.923894, + 35.696529 + ], + [ + 119.910864, + 35.674305 + ], + [ + 119.912285, + 35.660651 + ], + [ + 119.927921, + 35.65045 + ], + [ + 119.925157, + 35.63736 + ], + [ + 119.902493, + 35.63297 + ], + [ + 119.894597, + 35.628742 + ], + [ + 119.877619, + 35.610972 + ], + [ + 119.868379, + 35.608817 + ], + [ + 119.851717, + 35.622074 + ], + [ + 119.844768, + 35.623619 + ], + [ + 119.831422, + 35.618333 + ], + [ + 119.829606, + 35.643702 + ], + [ + 119.824315, + 35.646304 + ], + [ + 119.818472, + 35.63858 + ], + [ + 119.800625, + 35.626465 + ], + [ + 119.802204, + 35.620244 + ], + [ + 119.792649, + 35.615446 + ], + [ + 119.802994, + 35.609183 + ], + [ + 119.800467, + 35.59869 + ], + [ + 119.792649, + 35.59385 + ], + [ + 119.800862, + 35.581891 + ], + [ + 119.786174, + 35.576073 + ], + [ + 119.780172, + 35.58486 + ], + [ + 119.76967, + 35.577212 + ], + [ + 119.762483, + 35.578351 + ], + [ + 119.752849, + 35.588684 + ], + [ + 119.751349, + 35.617845 + ], + [ + 119.729949, + 35.618943 + ], + [ + 119.717946, + 35.615649 + ], + [ + 119.682173, + 35.590027 + ], + [ + 119.662115, + 35.589294 + ], + [ + 119.651455, + 35.588766 + ], + [ + 119.634713, + 35.598731 + ], + [ + 119.614972, + 35.606336 + ], + [ + 119.609286, + 35.59202 + ], + [ + 119.600599, + 35.590271 + ], + [ + 119.592308, + 35.600683 + ], + [ + 119.57762, + 35.586243 + ], + [ + 119.556535, + 35.592508 + ], + [ + 119.538215, + 35.589294 + ], + [ + 119.536872, + 35.606011 + ], + [ + 119.518157, + 35.615446 + ], + [ + 119.517762, + 35.625774 + ], + [ + 119.524474, + 35.632279 + ], + [ + 119.528265, + 35.674305 + ], + [ + 119.519105, + 35.68552 + ], + [ + 119.51484, + 35.697992 + ], + [ + 119.518473, + 35.700632 + ], + [ + 119.521079, + 35.716879 + ], + [ + 119.517762, + 35.723742 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.527317, + 35.723214 + ], + [ + 119.545085, + 35.726747 + ], + [ + 119.560563, + 35.721752 + ], + [ + 119.566485, + 35.714523 + ], + [ + 119.576988, + 35.71237 + ], + [ + 119.588833, + 35.715701 + ], + [ + 119.601231, + 35.709446 + ], + [ + 119.614182, + 35.716675 + ], + [ + 119.624685, + 35.712817 + ], + [ + 119.627843, + 35.722077 + ], + [ + 119.605495, + 35.747454 + ], + [ + 119.591992, + 35.753218 + ], + [ + 119.596256, + 35.773756 + ], + [ + 119.611576, + 35.776597 + ], + [ + 119.617972, + 35.789623 + ], + [ + 119.60897, + 35.799279 + ], + [ + 119.612445, + 35.812707 + ], + [ + 119.622631, + 35.816114 + ], + [ + 119.629344, + 35.833878 + ], + [ + 119.649796, + 35.845191 + ], + [ + 119.664326, + 35.841015 + ], + [ + 119.676014, + 35.842515 + ], + [ + 119.68699, + 35.861814 + ], + [ + 119.704047, + 35.863962 + ], + [ + 119.71834, + 35.853138 + ], + [ + 119.725211, + 35.856746 + ], + [ + 119.72221, + 35.865138 + ], + [ + 119.736898, + 35.86303 + ], + [ + 119.738003, + 35.873123 + ], + [ + 119.727738, + 35.902544 + ], + [ + 119.721262, + 35.906718 + ], + [ + 119.716208, + 35.927337 + ], + [ + 119.701362, + 35.923732 + ], + [ + 119.701757, + 35.944469 + ], + [ + 119.690149, + 35.963702 + ], + [ + 119.684858, + 35.982648 + ], + [ + 119.689122, + 36.000212 + ], + [ + 119.681068, + 36.012068 + ], + [ + 119.706495, + 36.028292 + ], + [ + 119.717314, + 36.044229 + ], + [ + 119.704126, + 36.055269 + ], + [ + 119.695677, + 36.053045 + ], + [ + 119.675698, + 36.064085 + ], + [ + 119.666695, + 36.062993 + ], + [ + 119.633608, + 36.067683 + ], + [ + 119.632187, + 36.091535 + ], + [ + 119.657061, + 36.100872 + ], + [ + 119.657614, + 36.108631 + ], + [ + 119.643716, + 36.127178 + ], + [ + 119.651218, + 36.130531 + ], + [ + 119.649954, + 36.137157 + ], + [ + 119.660852, + 36.154122 + ], + [ + 119.671039, + 36.177866 + ], + [ + 119.681305, + 36.18045 + ], + [ + 119.691728, + 36.176292 + ], + [ + 119.723473, + 36.175565 + ], + [ + 119.732792, + 36.172536 + ], + [ + 119.733818, + 36.163572 + ], + [ + 119.748111, + 36.158645 + ], + [ + 119.772354, + 36.167691 + ], + [ + 119.782778, + 36.165308 + ], + [ + 119.792333, + 36.171648 + ], + [ + 119.813023, + 36.167691 + ], + [ + 119.81326, + 36.175242 + ], + [ + 119.821315, + 36.171285 + ], + [ + 119.82242, + 36.177987 + ], + [ + 119.831738, + 36.180612 + ], + [ + 119.823131, + 36.19894 + ], + [ + 119.828816, + 36.210685 + ], + [ + 119.819498, + 36.211856 + ], + [ + 119.808048, + 36.232839 + ], + [ + 119.82092, + 36.244499 + ], + [ + 119.820446, + 36.257367 + ], + [ + 119.82929, + 36.258859 + ], + [ + 119.83387, + 36.278822 + ], + [ + 119.848795, + 36.292692 + ], + [ + 119.854402, + 36.302328 + ], + [ + 119.862773, + 36.302368 + ], + [ + 119.865379, + 36.308898 + ], + [ + 119.891991, + 36.318773 + ], + [ + 119.896966, + 36.334047 + ], + [ + 119.895939, + 36.34827 + ], + [ + 119.904784, + 36.369942 + ], + [ + 119.90431, + 36.38154 + ], + [ + 119.909837, + 36.384359 + ], + [ + 119.93029, + 36.385165 + ], + [ + 119.936371, + 36.380655 + ], + [ + 119.945452, + 36.384682 + ], + [ + 119.941425, + 36.39503 + ], + [ + 119.926421, + 36.403324 + ], + [ + 119.925236, + 36.419346 + ], + [ + 119.933923, + 36.42007 + ], + [ + 119.935976, + 36.427436 + ], + [ + 119.949795, + 36.446511 + ], + [ + 119.953981, + 36.444217 + ], + [ + 119.968432, + 36.450051 + ], + [ + 119.994175, + 36.450333 + ], + [ + 119.996623, + 36.446309 + ], + [ + 120.011864, + 36.454236 + ], + [ + 120.012812, + 36.467833 + ], + [ + 120.006889, + 36.468799 + ], + [ + 120.004125, + 36.477447 + ], + [ + 120.010758, + 36.484445 + ], + [ + 120.004204, + 36.489512 + ], + [ + 120.010364, + 36.509255 + ], + [ + 119.997571, + 36.504431 + ], + [ + 119.974749, + 36.515688 + ], + [ + 119.971985, + 36.522441 + ], + [ + 119.951375, + 36.519788 + ], + [ + 119.936292, + 36.511507 + ], + [ + 119.936687, + 36.496389 + ], + [ + 119.923025, + 36.495464 + ], + [ + 119.920261, + 36.522079 + ], + [ + 119.917576, + 36.525858 + ], + [ + 119.826763, + 36.54101 + ], + [ + 119.798019, + 36.551619 + ], + [ + 119.784516, + 36.554673 + ], + [ + 119.755929, + 36.565521 + ], + [ + 119.74748, + 36.571788 + ], + [ + 119.72758, + 36.562749 + ], + [ + 119.730107, + 36.581027 + ], + [ + 119.701125, + 36.602634 + ], + [ + 119.681857, + 36.606891 + ], + [ + 119.670328, + 36.616246 + ], + [ + 119.651297, + 36.623633 + ], + [ + 119.625079, + 36.638807 + ], + [ + 119.617025, + 36.652532 + ], + [ + 119.61355, + 36.66453 + ], + [ + 119.607154, + 36.667379 + ], + [ + 119.596651, + 36.689884 + ], + [ + 119.587412, + 36.696101 + ], + [ + 119.579831, + 36.711581 + ], + [ + 119.567433, + 36.713065 + ], + [ + 119.561036, + 36.720884 + ], + [ + 119.547059, + 36.725454 + ], + [ + 119.534977, + 36.743333 + ], + [ + 119.530555, + 36.765256 + ], + [ + 119.532766, + 36.78008 + ], + [ + 119.539162, + 36.787732 + ], + [ + 119.539162, + 36.799949 + ], + [ + 119.550613, + 36.80868 + ], + [ + 119.563721, + 36.802753 + ], + [ + 119.56767, + 36.805717 + ], + [ + 119.597757, + 36.857244 + ], + [ + 119.599652, + 36.878253 + ], + [ + 119.599968, + 36.920614 + ], + [ + 119.5837, + 36.950441 + ], + [ + 119.598072, + 36.989406 + ], + [ + 119.604548, + 36.996038 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.619078, + 37.017848 + ], + [ + 119.61971, + 37.012895 + ], + [ + 119.629344, + 37.01621 + ], + [ + 119.66251, + 37.008262 + ], + [ + 119.681699, + 36.998475 + ], + [ + 119.716998, + 37.007144 + ], + [ + 119.722289, + 36.993401 + ], + [ + 119.731133, + 36.988487 + ], + [ + 119.743057, + 36.992483 + ], + [ + 119.750559, + 36.990844 + ], + [ + 119.769906, + 36.996597 + ], + [ + 119.771881, + 37.006984 + ], + [ + 119.804968, + 37.013814 + ], + [ + 119.820209, + 36.999594 + ], + [ + 119.829606, + 37.002031 + ], + [ + 119.85148, + 37.002031 + ], + [ + 119.900045, + 36.997556 + ], + [ + 119.902257, + 36.9948 + ], + [ + 119.923341, + 36.993961 + ], + [ + 119.939608, + 37.004108 + ], + [ + 119.949716, + 37.006185 + ], + [ + 119.961561, + 37.013654 + ], + [ + 119.975618, + 37.011098 + ], + [ + 119.980198, + 37.018088 + ], + [ + 119.993543, + 37.012176 + ], + [ + 120.002309, + 37.013494 + ], + [ + 120.024104, + 36.999913 + ], + [ + 120.035238, + 36.998395 + ], + [ + 120.049374, + 37.020045 + ], + [ + 120.09249, + 37.017928 + ], + [ + 120.101571, + 37.014293 + ], + [ + 120.123051, + 37.01645 + ], + [ + 120.138134, + 37.022201 + ], + [ + 120.142319, + 37.015292 + ], + [ + 120.159929, + 37.013375 + ], + [ + 120.167273, + 37.017968 + ], + [ + 120.166404, + 37.025795 + ], + [ + 120.173037, + 37.034421 + ], + [ + 120.180697, + 37.032544 + ], + [ + 120.189621, + 37.038094 + ], + [ + 120.193411, + 37.034261 + ], + [ + 120.205335, + 37.038374 + ], + [ + 120.21647, + 37.056699 + ], + [ + 120.214101, + 37.07019 + ], + [ + 120.220497, + 37.08711 + ], + [ + 120.229894, + 37.089544 + ], + [ + 120.231237, + 37.106301 + ], + [ + 120.236606, + 37.125965 + ], + [ + 120.245688, + 37.118906 + ], + [ + 120.264087, + 37.114718 + ], + [ + 120.280828, + 37.13111 + ], + [ + 120.303413, + 37.130153 + ], + [ + 120.300176, + 37.119584 + ], + [ + 120.315337, + 37.113043 + ], + [ + 120.320628, + 37.10654 + ], + [ + 120.331684, + 37.111966 + ], + [ + 120.336896, + 37.104267 + ], + [ + 120.336343, + 37.092058 + ], + [ + 120.34574, + 37.087789 + ], + [ + 120.348583, + 37.077094 + ], + [ + 120.357822, + 37.084357 + ], + [ + 120.362244, + 37.100477 + ], + [ + 120.369667, + 37.104626 + ], + [ + 120.388225, + 37.104227 + ], + [ + 120.398096, + 37.096447 + ], + [ + 120.408914, + 37.09517 + ], + [ + 120.412942, + 37.103149 + ], + [ + 120.407098, + 37.112803 + ], + [ + 120.415153, + 37.110569 + ], + [ + 120.439475, + 37.116912 + ], + [ + 120.440265, + 37.122655 + ], + [ + 120.462928, + 37.115157 + ], + [ + 120.478643, + 37.124211 + ], + [ + 120.493015, + 37.126723 + ], + [ + 120.493805, + 37.1345 + ], + [ + 120.505729, + 37.143551 + ], + [ + 120.506834, + 37.148854 + ], + [ + 120.517258, + 37.148974 + ], + [ + 120.527129, + 37.143352 + ], + [ + 120.527998, + 37.136733 + ], + [ + 120.542528, + 37.128677 + ], + [ + 120.547661, + 37.113003 + ], + [ + 120.536368, + 37.081963 + ], + [ + 120.539843, + 37.060371 + ], + [ + 120.533289, + 37.053944 + ], + [ + 120.541738, + 37.044163 + ], + [ + 120.549793, + 37.041288 + ], + [ + 120.558953, + 37.047437 + ], + [ + 120.570877, + 37.046399 + ], + [ + 120.58446, + 37.058136 + ], + [ + 120.586513, + 37.048515 + ], + [ + 120.606176, + 37.047157 + ], + [ + 120.613915, + 37.023839 + ], + [ + 120.601754, + 37.012696 + ], + [ + 120.606413, + 37.001192 + ], + [ + 120.593857, + 36.991244 + ], + [ + 120.582328, + 37.001791 + ], + [ + 120.575931, + 36.999074 + ], + [ + 120.574036, + 36.987568 + ], + [ + 120.568508, + 36.983293 + ], + [ + 120.566534, + 36.96559 + ], + [ + 120.560296, + 36.960674 + ], + [ + 120.563218, + 36.95172 + ], + [ + 120.571114, + 36.948682 + ], + [ + 120.574984, + 36.927053 + ], + [ + 120.592909, + 36.912216 + ], + [ + 120.617389, + 36.911136 + ], + [ + 120.622838, + 36.907377 + ], + [ + 120.622838, + 36.890856 + ], + [ + 120.592909, + 36.882134 + ], + [ + 120.576642, + 36.879894 + ], + [ + 120.57988, + 36.858885 + ], + [ + 120.588408, + 36.859045 + ], + [ + 120.595989, + 36.852681 + ], + [ + 120.58754, + 36.843635 + ], + [ + 120.589751, + 36.838791 + ], + [ + 120.609809, + 36.832906 + ], + [ + 120.612336, + 36.829223 + ], + [ + 120.601517, + 36.804996 + ], + [ + 120.590382, + 36.801552 + ], + [ + 120.563454, + 36.802953 + ], + [ + 120.56377, + 36.795343 + ], + [ + 120.5554, + 36.778718 + ], + [ + 120.540791, + 36.7679 + ], + [ + 120.544502, + 36.76213 + ], + [ + 120.546397, + 36.744616 + ], + [ + 120.560375, + 36.742492 + ], + [ + 120.562586, + 36.736479 + ], + [ + 120.584065, + 36.735236 + ], + [ + 120.58525, + 36.728501 + ], + [ + 120.596542, + 36.708052 + ], + [ + 120.586118, + 36.698829 + ], + [ + 120.589751, + 36.694497 + ], + [ + 120.616521, + 36.689764 + ], + [ + 120.619206, + 36.681541 + ], + [ + 120.631446, + 36.673357 + ], + [ + 120.625128, + 36.671231 + ], + [ + 120.627339, + 36.659836 + ], + [ + 120.642027, + 36.666095 + ], + [ + 120.652135, + 36.663327 + ], + [ + 120.648977, + 36.655863 + ], + [ + 120.660585, + 36.647998 + ], + [ + 120.657426, + 36.626644 + ], + [ + 120.644712, + 36.626524 + ], + [ + 120.643449, + 36.613436 + ], + [ + 120.635947, + 36.597775 + ], + [ + 120.637763, + 36.574199 + ], + [ + 120.664059, + 36.583478 + ], + [ + 120.665402, + 36.587454 + ], + [ + 120.679695, + 36.589181 + ], + [ + 120.702991, + 36.598338 + ], + [ + 120.699121, + 36.60665 + ], + [ + 120.70836, + 36.612914 + ], + [ + 120.708281, + 36.621385 + ], + [ + 120.725733, + 36.624436 + ], + [ + 120.751556, + 36.615042 + ], + [ + 120.757557, + 36.606088 + ], + [ + 120.765533, + 36.607011 + ], + [ + 120.777062, + 36.600546 + ], + [ + 120.779747, + 36.591551 + ], + [ + 120.786223, + 36.589663 + ], + [ + 120.850108, + 36.612271 + ] + ] + ], + [ + [ + [ + 120.584381, + 36.096183 + ], + [ + 120.587461, + 36.099457 + ], + [ + 120.595042, + 36.090282 + ], + [ + 120.579485, + 36.091535 + ], + [ + 120.584381, + 36.096183 + ] + ] + ], + [ + [ + [ + 120.990039, + 36.413348 + ], + [ + 120.981431, + 36.417494 + ], + [ + 120.963663, + 36.41363 + ], + [ + 120.950318, + 36.414757 + ], + [ + 120.948502, + 36.421117 + ], + [ + 120.9639, + 36.424618 + ], + [ + 120.969823, + 36.431581 + ], + [ + 120.978115, + 36.428643 + ], + [ + 120.990039, + 36.413348 + ] + ] + ], + [ + [ + [ + 121.004253, + 36.488306 + ], + [ + 120.988538, + 36.485249 + ], + [ + 120.989881, + 36.492367 + ], + [ + 121.004253, + 36.488306 + ] + ] + ], + [ + [ + [ + 120.877352, + 35.89359 + ], + [ + 120.888802, + 35.897277 + ], + [ + 120.875377, + 35.888443 + ], + [ + 120.877352, + 35.89359 + ] + ] + ], + [ + [ + [ + 119.73524, + 35.595762 + ], + [ + 119.738872, + 35.599666 + ], + [ + 119.743689, + 35.591328 + ], + [ + 119.741873, + 35.583884 + ], + [ + 119.73524, + 35.595762 + ] + ] + ], + [ + [ + [ + 120.158823, + 35.76499 + ], + [ + 120.17209, + 35.785727 + ], + [ + 120.180539, + 35.788649 + ], + [ + 120.184725, + 35.766978 + ], + [ + 120.192858, + 35.757156 + ], + [ + 120.187962, + 35.748712 + ], + [ + 120.173037, + 35.741405 + ], + [ + 120.158665, + 35.744896 + ], + [ + 120.155428, + 35.751838 + ], + [ + 120.158823, + 35.76499 + ] + ] + ], + [ + [ + [ + 120.775088, + 36.237963 + ], + [ + 120.777457, + 36.222308 + ], + [ + 120.76806, + 36.230701 + ], + [ + 120.775088, + 36.237963 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370300, + "name": "淄博市", + "center": [ + 118.047648, + 36.814939 + ], + "centroid": [ + 118.058672, + 36.610968 + ], + "childrenNum": 8, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 2, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.718006, + 36.697826 + ], + [ + 117.725666, + 36.695219 + ], + [ + 117.754173, + 36.696944 + ], + [ + 117.777942, + 36.695219 + ], + [ + 117.78197, + 36.70304 + ], + [ + 117.793025, + 36.707451 + ], + [ + 117.795157, + 36.719761 + ], + [ + 117.810161, + 36.734394 + ], + [ + 117.820743, + 36.756359 + ], + [ + 117.826429, + 36.763011 + ], + [ + 117.834404, + 36.751871 + ], + [ + 117.832983, + 36.744816 + ], + [ + 117.852488, + 36.750708 + ], + [ + 117.850672, + 36.764735 + ], + [ + 117.840327, + 36.777516 + ], + [ + 117.825639, + 36.775834 + ], + [ + 117.824297, + 36.787933 + ], + [ + 117.815531, + 36.788573 + ], + [ + 117.814662, + 36.797306 + ], + [ + 117.820901, + 36.801511 + ], + [ + 117.822085, + 36.825139 + ], + [ + 117.831877, + 36.836629 + ], + [ + 117.828008, + 36.855883 + ], + [ + 117.832825, + 36.859966 + ], + [ + 117.856594, + 36.859926 + ], + [ + 117.865597, + 36.866529 + ], + [ + 117.875152, + 36.861246 + ], + [ + 117.891103, + 36.864408 + ], + [ + 117.891814, + 36.871811 + ], + [ + 117.917005, + 36.86973 + ], + [ + 117.9189, + 36.880094 + ], + [ + 117.929719, + 36.890216 + ], + [ + 117.940616, + 36.891616 + ], + [ + 117.9403, + 36.901177 + ], + [ + 117.950645, + 36.902137 + ], + [ + 117.960674, + 36.910376 + ], + [ + 117.96178, + 36.922494 + ], + [ + 117.949145, + 36.918375 + ], + [ + 117.94338, + 36.930012 + ], + [ + 117.935404, + 36.915736 + ], + [ + 117.936115, + 36.93489 + ], + [ + 117.931772, + 36.941886 + ], + [ + 117.913372, + 36.953679 + ], + [ + 117.910292, + 36.962592 + ], + [ + 117.911951, + 36.975141 + ], + [ + 117.906581, + 36.981695 + ], + [ + 117.870493, + 36.985451 + ], + [ + 117.866623, + 36.993282 + ], + [ + 117.866386, + 37.007024 + ], + [ + 117.870493, + 37.013375 + ], + [ + 117.865992, + 37.023719 + ], + [ + 117.841827, + 37.026354 + ], + [ + 117.840327, + 37.035539 + ], + [ + 117.847355, + 37.065959 + ], + [ + 117.800369, + 37.070789 + ], + [ + 117.771783, + 37.069032 + ], + [ + 117.761991, + 37.065839 + ], + [ + 117.739801, + 37.064921 + ], + [ + 117.726692, + 37.068753 + ], + [ + 117.703002, + 37.068673 + ], + [ + 117.673942, + 37.073143 + ], + [ + 117.644645, + 37.083878 + ], + [ + 117.619375, + 37.090103 + ], + [ + 117.608477, + 37.090622 + ], + [ + 117.590946, + 37.084996 + ], + [ + 117.575074, + 37.089185 + ], + [ + 117.567888, + 37.11029 + ], + [ + 117.576969, + 37.114758 + ], + [ + 117.574442, + 37.12106 + ], + [ + 117.557464, + 37.124211 + ], + [ + 117.551305, + 37.146781 + ], + [ + 117.574284, + 37.151366 + ], + [ + 117.586366, + 37.160216 + ], + [ + 117.592052, + 37.169624 + ], + [ + 117.598212, + 37.203058 + ], + [ + 117.615348, + 37.212699 + ], + [ + 117.627193, + 37.228074 + ], + [ + 117.63043, + 37.247269 + ], + [ + 117.644329, + 37.265862 + ], + [ + 117.659491, + 37.274101 + ], + [ + 117.675995, + 37.270121 + ], + [ + 117.693447, + 37.257661 + ], + [ + 117.729851, + 37.249101 + ], + [ + 117.760333, + 37.244959 + ], + [ + 117.773678, + 37.244959 + ], + [ + 117.782128, + 37.248702 + ], + [ + 117.818848, + 37.276012 + ], + [ + 117.83859, + 37.282659 + ], + [ + 117.850909, + 37.28246 + ], + [ + 117.8776, + 37.273027 + ], + [ + 117.888497, + 37.262319 + ], + [ + 117.909266, + 37.265065 + ], + [ + 117.941327, + 37.280549 + ], + [ + 117.948829, + 37.26829 + ], + [ + 117.947013, + 37.262159 + ], + [ + 117.963833, + 37.271753 + ], + [ + 117.990603, + 37.262358 + ], + [ + 117.990761, + 37.248981 + ], + [ + 117.996446, + 37.246273 + ], + [ + 117.981048, + 37.238429 + ], + [ + 117.973862, + 37.216483 + ], + [ + 117.98089, + 37.218674 + ], + [ + 117.984364, + 37.210349 + ], + [ + 117.994393, + 37.212699 + ], + [ + 118.010898, + 37.20756 + ], + [ + 118.019584, + 37.210309 + ], + [ + 118.022348, + 37.2221 + ], + [ + 118.036799, + 37.220905 + ], + [ + 118.046275, + 37.216324 + ], + [ + 118.048012, + 37.205568 + ], + [ + 118.064122, + 37.21007 + ], + [ + 118.074072, + 37.204094 + ], + [ + 118.077941, + 37.188953 + ], + [ + 118.082995, + 37.185605 + ], + [ + 118.071545, + 37.177675 + ], + [ + 118.074467, + 37.170341 + ], + [ + 118.062385, + 37.162528 + ], + [ + 118.059858, + 37.151087 + ], + [ + 118.065069, + 37.139564 + ], + [ + 118.079679, + 37.120781 + ], + [ + 118.068623, + 37.115875 + ], + [ + 118.057252, + 37.106141 + ], + [ + 118.045485, + 37.105982 + ], + [ + 118.045959, + 37.098202 + ], + [ + 118.056857, + 37.093654 + ], + [ + 118.063016, + 37.082841 + ], + [ + 118.086075, + 37.091899 + ], + [ + 118.111187, + 37.094652 + ], + [ + 118.115925, + 37.100636 + ], + [ + 118.130455, + 37.091101 + ], + [ + 118.136062, + 37.077773 + ], + [ + 118.13622, + 37.06536 + ], + [ + 118.156909, + 37.065281 + ], + [ + 118.15762, + 37.057776 + ], + [ + 118.150829, + 37.054743 + ], + [ + 118.15146, + 37.047038 + ], + [ + 118.139615, + 37.044363 + ], + [ + 118.139299, + 37.033103 + ], + [ + 118.134008, + 37.025955 + ], + [ + 118.139299, + 37.014693 + ], + [ + 118.138983, + 37.005985 + ], + [ + 118.153198, + 37.000512 + ], + [ + 118.15146, + 36.988527 + ], + [ + 118.161331, + 36.988567 + ], + [ + 118.160936, + 36.981934 + ], + [ + 118.192918, + 36.977739 + ], + [ + 118.195209, + 36.967348 + ], + [ + 118.209739, + 36.963152 + ], + [ + 118.222531, + 36.967109 + ], + [ + 118.231376, + 36.974822 + ], + [ + 118.235087, + 36.98557 + ], + [ + 118.247327, + 36.98613 + ], + [ + 118.250802, + 37.002949 + ], + [ + 118.262568, + 37.00271 + ], + [ + 118.271412, + 37.006744 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.291628, + 36.995878 + ], + [ + 118.294629, + 36.969666 + ], + [ + 118.312476, + 36.970905 + ], + [ + 118.322347, + 36.974502 + ], + [ + 118.324637, + 36.964751 + ], + [ + 118.3443, + 36.960714 + ], + [ + 118.352276, + 36.974582 + ], + [ + 118.384652, + 36.974382 + ], + [ + 118.387574, + 36.971305 + ], + [ + 118.386548, + 36.950481 + ], + [ + 118.401788, + 36.949802 + ], + [ + 118.40321, + 36.943125 + ], + [ + 118.439061, + 36.942206 + ], + [ + 118.467411, + 36.945484 + ], + [ + 118.494339, + 36.941846 + ], + [ + 118.492365, + 36.931611 + ], + [ + 118.496708, + 36.924733 + ], + [ + 118.48968, + 36.914096 + ], + [ + 118.481862, + 36.914136 + ], + [ + 118.474913, + 36.905297 + ], + [ + 118.483046, + 36.900777 + ], + [ + 118.482809, + 36.879214 + ], + [ + 118.476966, + 36.876893 + ], + [ + 118.465042, + 36.861366 + ], + [ + 118.479967, + 36.860166 + ], + [ + 118.480993, + 36.852641 + ], + [ + 118.460462, + 36.846597 + ], + [ + 118.461488, + 36.854322 + ], + [ + 118.453828, + 36.857564 + ], + [ + 118.450038, + 36.83747 + ], + [ + 118.435508, + 36.838391 + ], + [ + 118.44072, + 36.828142 + ], + [ + 118.438666, + 36.809682 + ], + [ + 118.424531, + 36.802673 + ], + [ + 118.419872, + 36.796304 + ], + [ + 118.388522, + 36.791217 + ], + [ + 118.350222, + 36.768301 + ], + [ + 118.321636, + 36.770905 + ], + [ + 118.318161, + 36.77972 + ], + [ + 118.307501, + 36.776234 + ], + [ + 118.297788, + 36.777677 + ], + [ + 118.298183, + 36.753914 + ], + [ + 118.279546, + 36.753033 + ], + [ + 118.27157, + 36.744015 + ], + [ + 118.276151, + 36.731749 + ], + [ + 118.284363, + 36.72337 + ], + [ + 118.277019, + 36.719801 + ], + [ + 118.264147, + 36.72373 + ], + [ + 118.254276, + 36.731789 + ], + [ + 118.234219, + 36.726457 + ], + [ + 118.227743, + 36.717957 + ], + [ + 118.237614, + 36.712704 + ], + [ + 118.227585, + 36.697625 + ], + [ + 118.238246, + 36.697305 + ], + [ + 118.245037, + 36.690647 + ], + [ + 118.228059, + 36.694016 + ], + [ + 118.21653, + 36.6811 + ], + [ + 118.215819, + 36.668262 + ], + [ + 118.226796, + 36.668382 + ], + [ + 118.230191, + 36.660357 + ], + [ + 118.221189, + 36.664169 + ], + [ + 118.215898, + 36.648921 + ], + [ + 118.199631, + 36.639047 + ], + [ + 118.20658, + 36.637482 + ], + [ + 118.214793, + 36.621144 + ], + [ + 118.200657, + 36.612071 + ], + [ + 118.189523, + 36.599141 + ], + [ + 118.180363, + 36.593599 + ], + [ + 118.176967, + 36.582996 + ], + [ + 118.180678, + 36.577412 + ], + [ + 118.180915, + 36.5607 + ], + [ + 118.183916, + 36.561142 + ], + [ + 118.191892, + 36.546074 + ], + [ + 118.214556, + 36.539322 + ], + [ + 118.221663, + 36.531887 + ], + [ + 118.210844, + 36.526099 + ], + [ + 118.213766, + 36.513075 + ], + [ + 118.210528, + 36.503466 + ], + [ + 118.218346, + 36.497354 + ], + [ + 118.212818, + 36.490075 + ], + [ + 118.216135, + 36.478573 + ], + [ + 118.229638, + 36.467793 + ], + [ + 118.233508, + 36.456609 + ], + [ + 118.22719, + 36.451379 + ], + [ + 118.232797, + 36.432869 + ], + [ + 118.228533, + 36.430736 + ], + [ + 118.224427, + 36.414234 + ], + [ + 118.227427, + 36.408034 + ], + [ + 118.250407, + 36.411214 + ], + [ + 118.251592, + 36.401995 + ], + [ + 118.235403, + 36.389634 + ], + [ + 118.239825, + 36.376748 + ], + [ + 118.256093, + 36.363175 + ], + [ + 118.262726, + 36.352218 + ], + [ + 118.261857, + 36.345852 + ], + [ + 118.269912, + 36.339849 + ], + [ + 118.300157, + 36.338116 + ], + [ + 118.291075, + 36.326189 + ], + [ + 118.304105, + 36.321393 + ], + [ + 118.30908, + 36.307125 + ], + [ + 118.315477, + 36.304464 + ], + [ + 118.310107, + 36.295716 + ], + [ + 118.317609, + 36.288903 + ], + [ + 118.31366, + 36.277371 + ], + [ + 118.315003, + 36.266361 + ], + [ + 118.306948, + 36.252123 + ], + [ + 118.31524, + 36.24938 + ], + [ + 118.350775, + 36.263538 + ], + [ + 118.368385, + 36.248412 + ], + [ + 118.379756, + 36.245265 + ], + [ + 118.386548, + 36.239053 + ], + [ + 118.382046, + 36.207335 + ], + [ + 118.374387, + 36.203097 + ], + [ + 118.387653, + 36.174555 + ], + [ + 118.402262, + 36.162926 + ], + [ + 118.405263, + 36.141641 + ], + [ + 118.402183, + 36.131622 + ], + [ + 118.412844, + 36.127218 + ], + [ + 118.428953, + 36.132672 + ], + [ + 118.440956, + 36.132511 + ], + [ + 118.447116, + 36.140913 + ], + [ + 118.457303, + 36.13247 + ], + [ + 118.462594, + 36.14059 + ], + [ + 118.487863, + 36.131784 + ], + [ + 118.492601, + 36.127057 + ], + [ + 118.479493, + 36.118814 + ], + [ + 118.484468, + 36.104064 + ], + [ + 118.478545, + 36.098245 + ], + [ + 118.482099, + 36.092546 + ], + [ + 118.48044, + 36.074071 + ], + [ + 118.496866, + 36.067683 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.516608, + 36.068573 + ], + [ + 118.513449, + 36.064085 + ], + [ + 118.522214, + 36.05349 + ], + [ + 118.522609, + 36.043622 + ], + [ + 118.516845, + 36.026107 + ], + [ + 118.507447, + 36.029789 + ], + [ + 118.503341, + 36.024246 + ], + [ + 118.489206, + 36.025784 + ], + [ + 118.476097, + 36.031407 + ], + [ + 118.469859, + 36.022992 + ], + [ + 118.476571, + 36.012797 + ], + [ + 118.487074, + 36.005797 + ], + [ + 118.49268, + 35.995437 + ], + [ + 118.486521, + 35.988759 + ], + [ + 118.499393, + 35.976212 + ], + [ + 118.505157, + 35.965808 + ], + [ + 118.502157, + 35.962488 + ], + [ + 118.470964, + 35.960868 + ], + [ + 118.459356, + 35.952689 + ], + [ + 118.430612, + 35.969694 + ], + [ + 118.415213, + 35.990783 + ], + [ + 118.387021, + 35.987586 + ], + [ + 118.382283, + 35.975078 + ], + [ + 118.360725, + 35.970908 + ], + [ + 118.352828, + 35.956698 + ], + [ + 118.344774, + 35.955888 + ], + [ + 118.320136, + 35.946575 + ], + [ + 118.314134, + 35.950827 + ], + [ + 118.303552, + 35.948923 + ], + [ + 118.293523, + 35.937503 + ], + [ + 118.281362, + 35.935964 + ], + [ + 118.26928, + 35.928512 + ], + [ + 118.257593, + 35.925717 + ], + [ + 118.257119, + 35.930699 + ], + [ + 118.245906, + 35.932157 + ], + [ + 118.236904, + 35.939245 + ], + [ + 118.236351, + 35.947749 + ], + [ + 118.22569, + 35.948235 + ], + [ + 118.209897, + 35.955767 + ], + [ + 118.207054, + 35.964391 + ], + [ + 118.193787, + 35.974026 + ], + [ + 118.206106, + 35.97864 + ], + [ + 118.197578, + 36.004947 + ], + [ + 118.178388, + 36.017005 + ], + [ + 118.135588, + 36.02364 + ], + [ + 118.132666, + 36.030436 + ], + [ + 118.10937, + 36.030031 + ], + [ + 118.096104, + 36.024246 + ], + [ + 118.093261, + 36.014618 + ], + [ + 118.084338, + 36.012149 + ], + [ + 118.078415, + 36.017652 + ], + [ + 118.075888, + 36.009034 + ], + [ + 118.066807, + 36.009155 + ], + [ + 118.058989, + 35.992968 + ], + [ + 118.042248, + 35.986371 + ], + [ + 118.032693, + 35.974268 + ], + [ + 118.03293, + 35.964998 + ], + [ + 118.02298, + 35.958965 + ], + [ + 118.021084, + 35.949004 + ], + [ + 117.988471, + 35.947709 + ], + [ + 117.984443, + 35.956293 + ], + [ + 117.992577, + 35.971273 + ], + [ + 117.971414, + 35.969937 + ], + [ + 117.953962, + 35.957913 + ], + [ + 117.947013, + 35.960382 + ], + [ + 117.946065, + 35.970949 + ], + [ + 117.937221, + 35.98119 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.950803, + 35.996489 + ], + [ + 117.94338, + 36.017288 + ], + [ + 117.949855, + 36.018259 + ], + [ + 117.946855, + 36.04253 + ], + [ + 117.932798, + 36.052196 + ], + [ + 117.935799, + 36.061214 + ], + [ + 117.948829, + 36.062589 + ], + [ + 117.94188, + 36.071807 + ], + [ + 117.946223, + 36.08151 + ], + [ + 117.953172, + 36.081833 + ], + [ + 117.954041, + 36.090201 + ], + [ + 117.946618, + 36.100387 + ], + [ + 117.939984, + 36.094324 + ], + [ + 117.931535, + 36.094203 + ], + [ + 117.921111, + 36.110005 + ], + [ + 117.923875, + 36.1174 + ], + [ + 117.91203, + 36.132753 + ], + [ + 117.914162, + 36.140631 + ], + [ + 117.90666, + 36.152708 + ], + [ + 117.917873, + 36.16337 + ], + [ + 117.912109, + 36.171648 + ], + [ + 117.903027, + 36.172092 + ], + [ + 117.915899, + 36.192562 + ], + [ + 117.914636, + 36.200837 + ], + [ + 117.921664, + 36.203662 + ], + [ + 117.928534, + 36.196558 + ], + [ + 117.943933, + 36.207981 + ], + [ + 117.959332, + 36.204308 + ], + [ + 117.967781, + 36.21464 + ], + [ + 117.96328, + 36.224971 + ], + [ + 117.96707, + 36.248251 + ], + [ + 117.975362, + 36.262328 + ], + [ + 117.972993, + 36.268378 + ], + [ + 117.943696, + 36.274064 + ], + [ + 117.932719, + 36.271846 + ], + [ + 117.926797, + 36.277532 + ], + [ + 117.93114, + 36.283742 + ], + [ + 117.922533, + 36.300514 + ], + [ + 117.924823, + 36.313171 + ], + [ + 117.918347, + 36.317725 + ], + [ + 117.919611, + 36.324738 + ], + [ + 117.933509, + 36.334369 + ], + [ + 117.933904, + 36.341219 + ], + [ + 117.915346, + 36.352903 + ], + [ + 117.902633, + 36.352057 + ], + [ + 117.893472, + 36.339446 + ], + [ + 117.89521, + 36.359227 + ], + [ + 117.890314, + 36.366035 + ], + [ + 117.882101, + 36.35673 + ], + [ + 117.879732, + 36.370626 + ], + [ + 117.867492, + 36.386373 + ], + [ + 117.859279, + 36.389433 + ], + [ + 117.855094, + 36.412945 + ], + [ + 117.829508, + 36.417776 + ], + [ + 117.826823, + 36.427114 + ], + [ + 117.833062, + 36.44301 + ], + [ + 117.822717, + 36.44305 + ], + [ + 117.817268, + 36.436129 + ], + [ + 117.799343, + 36.432265 + ], + [ + 117.7965, + 36.43963 + ], + [ + 117.786471, + 36.434277 + ], + [ + 117.779838, + 36.441239 + ], + [ + 117.755752, + 36.445303 + ], + [ + 117.763491, + 36.452868 + ], + [ + 117.757016, + 36.459144 + ], + [ + 117.765544, + 36.469845 + ], + [ + 117.748566, + 36.478694 + ], + [ + 117.757332, + 36.484485 + ], + [ + 117.755673, + 36.496228 + ], + [ + 117.743118, + 36.498439 + ], + [ + 117.735853, + 36.504993 + ], + [ + 117.751646, + 36.509979 + ], + [ + 117.765544, + 36.509496 + ], + [ + 117.76586, + 36.512994 + ], + [ + 117.750777, + 36.524652 + ], + [ + 117.742486, + 36.525737 + ], + [ + 117.739406, + 36.539925 + ], + [ + 117.72377, + 36.54732 + ], + [ + 117.720849, + 36.560057 + ], + [ + 117.694315, + 36.568896 + ], + [ + 117.696132, + 36.575042 + ], + [ + 117.706792, + 36.581469 + ], + [ + 117.715321, + 36.578537 + ], + [ + 117.706792, + 36.593559 + ], + [ + 117.715163, + 36.600546 + ], + [ + 117.697869, + 36.599422 + ], + [ + 117.690525, + 36.604883 + ], + [ + 117.705055, + 36.605807 + ], + [ + 117.706555, + 36.611549 + ], + [ + 117.714926, + 36.610545 + ], + [ + 117.715321, + 36.627527 + ], + [ + 117.70853, + 36.635154 + ], + [ + 117.712241, + 36.642258 + ], + [ + 117.709003, + 36.651569 + ], + [ + 117.698027, + 36.652974 + ], + [ + 117.695184, + 36.666978 + ], + [ + 117.701265, + 36.685191 + ], + [ + 117.715637, + 36.691208 + ], + [ + 117.718006, + 36.697826 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370400, + "name": "枣庄市", + "center": [ + 117.557964, + 34.856424 + ], + "centroid": [ + 117.39817, + 34.916234 + ], + "childrenNum": 6, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 3, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.392342, + 34.574909 + ], + [ + 117.393922, + 34.587676 + ], + [ + 117.398976, + 34.588335 + ], + [ + 117.397949, + 34.604393 + ], + [ + 117.407978, + 34.610651 + ], + [ + 117.4109, + 34.623454 + ], + [ + 117.402687, + 34.628434 + ], + [ + 117.384051, + 34.628228 + ], + [ + 117.376707, + 34.622301 + ], + [ + 117.374022, + 34.636172 + ], + [ + 117.366915, + 34.650246 + ], + [ + 117.354201, + 34.653538 + ], + [ + 117.35657, + 34.661643 + ], + [ + 117.346067, + 34.670982 + ], + [ + 117.329247, + 34.677359 + ], + [ + 117.335485, + 34.692454 + ], + [ + 117.324272, + 34.697307 + ], + [ + 117.326167, + 34.703434 + ], + [ + 117.310611, + 34.717333 + ], + [ + 117.304609, + 34.714866 + ], + [ + 117.278787, + 34.715647 + ], + [ + 117.271443, + 34.726501 + ], + [ + 117.253675, + 34.721444 + ], + [ + 117.242067, + 34.729995 + ], + [ + 117.236697, + 34.746355 + ], + [ + 117.22422, + 34.745533 + ], + [ + 117.212927, + 34.761027 + ], + [ + 117.191369, + 34.780914 + ], + [ + 117.180551, + 34.784201 + ], + [ + 117.176523, + 34.779065 + ], + [ + 117.162467, + 34.782105 + ], + [ + 117.172733, + 34.799194 + ], + [ + 117.180314, + 34.800221 + ], + [ + 117.194686, + 34.816239 + ], + [ + 117.17755, + 34.828722 + ], + [ + 117.156623, + 34.834306 + ], + [ + 117.140593, + 34.846499 + ], + [ + 117.139013, + 34.854052 + ], + [ + 117.125826, + 34.863451 + ], + [ + 117.12093, + 34.903581 + ], + [ + 117.110111, + 34.90514 + ], + [ + 117.111059, + 34.917774 + ], + [ + 117.103399, + 34.937459 + ], + [ + 117.082551, + 34.934917 + ], + [ + 117.073707, + 34.925485 + ], + [ + 117.06123, + 34.930406 + ], + [ + 117.05815, + 34.926961 + ], + [ + 117.041093, + 34.925157 + ], + [ + 117.043462, + 34.932825 + ], + [ + 117.038487, + 34.937869 + ], + [ + 117.017719, + 34.942503 + ], + [ + 116.989448, + 34.93873 + ], + [ + 116.980367, + 34.941027 + ], + [ + 116.9671, + 34.951072 + ], + [ + 116.955334, + 34.967142 + ], + [ + 116.943015, + 34.975627 + ], + [ + 116.954466, + 34.993331 + ], + [ + 116.956993, + 35.01054 + ], + [ + 116.951702, + 35.020618 + ], + [ + 116.937172, + 35.0275 + ], + [ + 116.907875, + 35.046995 + ], + [ + 116.900767, + 35.05977 + ], + [ + 116.881183, + 35.058133 + ], + [ + 116.880473, + 35.062595 + ], + [ + 116.900373, + 35.068737 + ], + [ + 116.888212, + 35.085193 + ], + [ + 116.888922, + 35.093829 + ], + [ + 116.863179, + 35.091496 + ], + [ + 116.848649, + 35.103774 + ], + [ + 116.832065, + 35.123783 + ], + [ + 116.825748, + 35.147631 + ], + [ + 116.81793, + 35.150699 + ], + [ + 116.813192, + 35.159573 + ], + [ + 116.81564, + 35.170777 + ], + [ + 116.811218, + 35.17736 + ], + [ + 116.832776, + 35.184392 + ], + [ + 116.85394, + 35.16861 + ], + [ + 116.86618, + 35.172617 + ], + [ + 116.876603, + 35.188031 + ], + [ + 116.898398, + 35.195757 + ], + [ + 116.904716, + 35.182471 + ], + [ + 116.913718, + 35.178791 + ], + [ + 116.925721, + 35.182266 + ], + [ + 116.938277, + 35.172168 + ], + [ + 116.962047, + 35.177319 + ], + [ + 116.969706, + 35.187377 + ], + [ + 116.995687, + 35.1978 + ], + [ + 117.014639, + 35.214844 + ], + [ + 117.028774, + 35.221219 + ], + [ + 117.053333, + 35.224202 + ], + [ + 117.065336, + 35.22792 + ], + [ + 117.092896, + 35.220361 + ], + [ + 117.104899, + 35.221464 + ], + [ + 117.123536, + 35.23078 + ], + [ + 117.152675, + 35.232047 + ], + [ + 117.176681, + 35.243159 + ], + [ + 117.199108, + 35.24749 + ], + [ + 117.204873, + 35.258518 + ], + [ + 117.220824, + 35.26489 + ], + [ + 117.269231, + 35.261296 + ], + [ + 117.262203, + 35.287472 + ], + [ + 117.284472, + 35.294331 + ], + [ + 117.290079, + 35.299394 + ], + [ + 117.305794, + 35.295229 + ], + [ + 117.311163, + 35.28588 + ], + [ + 117.314085, + 35.302129 + ], + [ + 117.308557, + 35.312579 + ], + [ + 117.318034, + 35.320252 + ], + [ + 117.347568, + 35.315109 + ], + [ + 117.359571, + 35.318375 + ], + [ + 117.399528, + 35.306374 + ], + [ + 117.403635, + 35.301394 + ], + [ + 117.406004, + 35.283348 + ], + [ + 117.419191, + 35.273997 + ], + [ + 117.426456, + 35.261786 + ], + [ + 117.439486, + 35.258927 + ], + [ + 117.449752, + 35.246795 + ], + [ + 117.448331, + 35.231842 + ], + [ + 117.468073, + 35.228369 + ], + [ + 117.480628, + 35.222771 + ], + [ + 117.494843, + 35.205893 + ], + [ + 117.507162, + 35.198986 + ], + [ + 117.526825, + 35.200621 + ], + [ + 117.528009, + 35.184351 + ], + [ + 117.548462, + 35.161741 + ], + [ + 117.556043, + 35.161291 + ], + [ + 117.570336, + 35.168365 + ], + [ + 117.58376, + 35.164317 + ], + [ + 117.586208, + 35.152989 + ], + [ + 117.591025, + 35.152539 + ], + [ + 117.600344, + 35.135524 + ], + [ + 117.604371, + 35.13401 + ], + [ + 117.623007, + 35.113063 + ], + [ + 117.650725, + 35.092724 + ], + [ + 117.656885, + 35.077497 + ], + [ + 117.676469, + 35.065543 + ], + [ + 117.69321, + 35.06018 + ], + [ + 117.707345, + 35.052318 + ], + [ + 117.704423, + 35.031227 + ], + [ + 117.736247, + 35.031514 + ], + [ + 117.744618, + 35.022748 + ], + [ + 117.737985, + 35.013203 + ], + [ + 117.728035, + 35.008041 + ], + [ + 117.726534, + 34.979561 + ], + [ + 117.719506, + 34.968331 + ], + [ + 117.724323, + 34.958329 + ], + [ + 117.714689, + 34.947833 + ], + [ + 117.712004, + 34.934999 + ], + [ + 117.704265, + 34.933605 + ], + [ + 117.698501, + 34.919989 + ], + [ + 117.70466, + 34.906699 + ], + [ + 117.715163, + 34.896238 + ], + [ + 117.729298, + 34.876994 + ], + [ + 117.742407, + 34.874163 + ], + [ + 117.75291, + 34.857623 + ], + [ + 117.763175, + 34.848839 + ], + [ + 117.795315, + 34.835907 + ], + [ + 117.803686, + 34.830734 + ], + [ + 117.798632, + 34.810653 + ], + [ + 117.77739, + 34.801248 + ], + [ + 117.784023, + 34.79484 + ], + [ + 117.784576, + 34.780667 + ], + [ + 117.79958, + 34.768875 + ], + [ + 117.830614, + 34.760246 + ], + [ + 117.830061, + 34.740888 + ], + [ + 117.823665, + 34.72868 + ], + [ + 117.825244, + 34.713139 + ], + [ + 117.831719, + 34.707793 + ], + [ + 117.825639, + 34.684392 + ], + [ + 117.819243, + 34.681842 + ], + [ + 117.805818, + 34.646254 + ], + [ + 117.793657, + 34.651768 + ], + [ + 117.796026, + 34.637736 + ], + [ + 117.793657, + 34.625594 + ], + [ + 117.798553, + 34.621848 + ], + [ + 117.791446, + 34.585082 + ], + [ + 117.794605, + 34.559751 + ], + [ + 117.793499, + 34.548463 + ], + [ + 117.799185, + 34.535155 + ], + [ + 117.801712, + 34.518753 + ], + [ + 117.790498, + 34.518918 + ], + [ + 117.773994, + 34.529056 + ], + [ + 117.748645, + 34.533383 + ], + [ + 117.700712, + 34.54525 + ], + [ + 117.684523, + 34.547351 + ], + [ + 117.681996, + 34.529551 + ], + [ + 117.673389, + 34.515827 + ], + [ + 117.659096, + 34.501071 + ], + [ + 117.647014, + 34.492908 + ], + [ + 117.642039, + 34.496825 + ], + [ + 117.629246, + 34.488538 + ], + [ + 117.609662, + 34.490476 + ], + [ + 117.603187, + 34.476828 + ], + [ + 117.592289, + 34.462518 + ], + [ + 117.569783, + 34.463054 + ], + [ + 117.561334, + 34.471962 + ], + [ + 117.54783, + 34.475179 + ], + [ + 117.538275, + 34.46722 + ], + [ + 117.513005, + 34.472581 + ], + [ + 117.493263, + 34.472663 + ], + [ + 117.487341, + 34.466354 + ], + [ + 117.48663, + 34.482065 + ], + [ + 117.48205, + 34.48594 + ], + [ + 117.465467, + 34.48458 + ], + [ + 117.45141, + 34.506264 + ], + [ + 117.438223, + 34.516445 + ], + [ + 117.439486, + 34.520031 + ], + [ + 117.426772, + 34.525224 + ], + [ + 117.424482, + 34.537009 + ], + [ + 117.403793, + 34.546898 + ], + [ + 117.402529, + 34.569431 + ], + [ + 117.392342, + 34.574909 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370500, + "name": "东营市", + "center": [ + 118.66471, + 37.434564 + ], + "centroid": [ + 118.625299, + 37.636119 + ], + "childrenNum": 5, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 4, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.039928, + 37.304466 + ], + [ + 118.856959, + 37.293842 + ], + [ + 118.821897, + 37.288788 + ], + [ + 118.777991, + 37.280112 + ], + [ + 118.728399, + 37.252764 + ], + [ + 118.709684, + 37.241256 + ], + [ + 118.680624, + 37.229269 + ], + [ + 118.672332, + 37.215129 + ], + [ + 118.668779, + 37.198436 + ], + [ + 118.660408, + 37.187877 + ], + [ + 118.649274, + 37.189112 + ], + [ + 118.645483, + 37.178153 + ], + [ + 118.633638, + 37.171178 + ], + [ + 118.634191, + 37.163366 + ], + [ + 118.64572, + 37.159579 + ], + [ + 118.649195, + 37.164243 + ], + [ + 118.653617, + 37.149692 + ], + [ + 118.673754, + 37.144309 + ], + [ + 118.667041, + 37.11392 + ], + [ + 118.668384, + 37.091539 + ], + [ + 118.665146, + 37.081763 + ], + [ + 118.655512, + 37.082681 + ], + [ + 118.654091, + 37.076935 + ], + [ + 118.632138, + 37.070429 + ], + [ + 118.631901, + 37.066757 + ], + [ + 118.610895, + 37.063005 + ], + [ + 118.591469, + 37.068474 + ], + [ + 118.580414, + 37.063325 + ], + [ + 118.561303, + 37.063325 + ], + [ + 118.557592, + 37.051469 + ], + [ + 118.56004, + 37.041408 + ], + [ + 118.545431, + 37.038494 + ], + [ + 118.545826, + 37.023519 + ], + [ + 118.57149, + 37.022081 + ], + [ + 118.588389, + 37.017409 + ], + [ + 118.583572, + 37.008422 + ], + [ + 118.590206, + 37.001351 + ], + [ + 118.571174, + 37.004148 + ], + [ + 118.566199, + 36.999034 + ], + [ + 118.580493, + 36.994999 + ], + [ + 118.564146, + 36.99416 + ], + [ + 118.553959, + 37.000233 + ], + [ + 118.552301, + 36.979657 + ], + [ + 118.559803, + 36.977059 + ], + [ + 118.557434, + 36.96539 + ], + [ + 118.560751, + 36.946564 + ], + [ + 118.55467, + 36.938368 + ], + [ + 118.537771, + 36.936769 + ], + [ + 118.52711, + 36.939687 + ], + [ + 118.524583, + 36.945284 + ], + [ + 118.503183, + 36.944285 + ], + [ + 118.503736, + 36.95156 + ], + [ + 118.47665, + 36.957077 + ], + [ + 118.467411, + 36.945484 + ], + [ + 118.439061, + 36.942206 + ], + [ + 118.40321, + 36.943125 + ], + [ + 118.401788, + 36.949802 + ], + [ + 118.386548, + 36.950481 + ], + [ + 118.387574, + 36.971305 + ], + [ + 118.384652, + 36.974382 + ], + [ + 118.352276, + 36.974582 + ], + [ + 118.3443, + 36.960714 + ], + [ + 118.324637, + 36.964751 + ], + [ + 118.322347, + 36.974502 + ], + [ + 118.312476, + 36.970905 + ], + [ + 118.294629, + 36.969666 + ], + [ + 118.291628, + 36.995878 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.28997, + 37.00946 + ], + [ + 118.308212, + 37.019885 + ], + [ + 118.310186, + 37.028231 + ], + [ + 118.3259, + 37.035459 + ], + [ + 118.324558, + 37.046279 + ], + [ + 118.337588, + 37.053904 + ], + [ + 118.338535, + 37.072265 + ], + [ + 118.332928, + 37.081923 + ], + [ + 118.338851, + 37.093894 + ], + [ + 118.338298, + 37.10311 + ], + [ + 118.349354, + 37.101753 + ], + [ + 118.338219, + 37.123134 + ], + [ + 118.346116, + 37.123931 + ], + [ + 118.340667, + 37.131748 + ], + [ + 118.347616, + 37.139803 + ], + [ + 118.356224, + 37.139325 + ], + [ + 118.361594, + 37.148495 + ], + [ + 118.366569, + 37.146781 + ], + [ + 118.377545, + 37.154157 + ], + [ + 118.380467, + 37.175164 + ], + [ + 118.387574, + 37.177834 + ], + [ + 118.383389, + 37.190587 + ], + [ + 118.376598, + 37.196962 + ], + [ + 118.375966, + 37.206126 + ], + [ + 118.3642, + 37.210189 + ], + [ + 118.346669, + 37.233252 + ], + [ + 118.350459, + 37.243765 + ], + [ + 118.36033, + 37.244561 + ], + [ + 118.368385, + 37.258576 + ], + [ + 118.375729, + 37.258497 + ], + [ + 118.372096, + 37.273703 + ], + [ + 118.36262, + 37.273783 + ], + [ + 118.368069, + 37.279594 + ], + [ + 118.358277, + 37.280669 + ], + [ + 118.355197, + 37.286997 + ], + [ + 118.342168, + 37.287076 + ], + [ + 118.342168, + 37.295075 + ], + [ + 118.325584, + 37.296866 + ], + [ + 118.326058, + 37.306535 + ], + [ + 118.319741, + 37.305978 + ], + [ + 118.31524, + 37.31477 + ], + [ + 118.315398, + 37.352514 + ], + [ + 118.287285, + 37.352434 + ], + [ + 118.291865, + 37.358518 + ], + [ + 118.286495, + 37.362772 + ], + [ + 118.273624, + 37.360029 + ], + [ + 118.262015, + 37.364283 + ], + [ + 118.258541, + 37.37911 + ], + [ + 118.245827, + 37.376646 + ], + [ + 118.245353, + 37.367781 + ], + [ + 118.222768, + 37.367861 + ], + [ + 118.217951, + 37.371478 + ], + [ + 118.216925, + 37.385191 + ], + [ + 118.202, + 37.382409 + ], + [ + 118.161015, + 37.362573 + ], + [ + 118.156198, + 37.364322 + ], + [ + 118.154935, + 37.377401 + ], + [ + 118.141668, + 37.376487 + ], + [ + 118.135509, + 37.384834 + ], + [ + 118.144037, + 37.392822 + ], + [ + 118.16141, + 37.389961 + ], + [ + 118.160147, + 37.399618 + ], + [ + 118.165596, + 37.4082 + ], + [ + 118.163937, + 37.416742 + ], + [ + 118.14996, + 37.438351 + ], + [ + 118.136141, + 37.441688 + ], + [ + 118.114898, + 37.439742 + ], + [ + 118.118531, + 37.456182 + ], + [ + 118.125322, + 37.45912 + ], + [ + 118.112766, + 37.463528 + ], + [ + 118.120426, + 37.480757 + ], + [ + 118.128481, + 37.483694 + ], + [ + 118.127849, + 37.491831 + ], + [ + 118.135035, + 37.496752 + ], + [ + 118.134245, + 37.507387 + ], + [ + 118.139378, + 37.507427 + ], + [ + 118.136772, + 37.516791 + ], + [ + 118.142537, + 37.518933 + ], + [ + 118.150987, + 37.530517 + ], + [ + 118.156988, + 37.530358 + ], + [ + 118.159831, + 37.539164 + ], + [ + 118.173255, + 37.546858 + ], + [ + 118.176098, + 37.557129 + ], + [ + 118.173176, + 37.563593 + ], + [ + 118.141431, + 37.556297 + ], + [ + 118.134166, + 37.558478 + ], + [ + 118.13922, + 37.571364 + ], + [ + 118.131324, + 37.571285 + ], + [ + 118.127612, + 37.578103 + ], + [ + 118.134877, + 37.590035 + ], + [ + 118.148696, + 37.594078 + ], + [ + 118.146722, + 37.599943 + ], + [ + 118.154935, + 37.605491 + ], + [ + 118.157462, + 37.62035 + ], + [ + 118.154935, + 37.628036 + ], + [ + 118.163542, + 37.63069 + ], + [ + 118.165596, + 37.644633 + ], + [ + 118.172545, + 37.644079 + ], + [ + 118.177125, + 37.657623 + ], + [ + 118.195445, + 37.661742 + ], + [ + 118.200657, + 37.667404 + ], + [ + 118.207449, + 37.661583 + ], + [ + 118.22569, + 37.663682 + ], + [ + 118.239431, + 37.65596 + ], + [ + 118.246459, + 37.658376 + ], + [ + 118.260989, + 37.654614 + ], + [ + 118.2846, + 37.662058 + ], + [ + 118.293129, + 37.670096 + ], + [ + 118.294076, + 37.678529 + ], + [ + 118.305132, + 37.683122 + ], + [ + 118.3045, + 37.690722 + ], + [ + 118.316187, + 37.714151 + ], + [ + 118.319425, + 37.712924 + ], + [ + 118.31753, + 37.728395 + ], + [ + 118.337509, + 37.729502 + ], + [ + 118.341931, + 37.74667 + ], + [ + 118.353697, + 37.750151 + ], + [ + 118.353065, + 37.75814 + ], + [ + 118.340667, + 37.763913 + ], + [ + 118.340588, + 37.774391 + ], + [ + 118.348406, + 37.790719 + ], + [ + 118.36191, + 37.792063 + ], + [ + 118.352355, + 37.814274 + ], + [ + 118.356382, + 37.820834 + ], + [ + 118.344932, + 37.824627 + ], + [ + 118.346116, + 37.832371 + ], + [ + 118.334271, + 37.832134 + ], + [ + 118.340193, + 37.838059 + ], + [ + 118.328111, + 37.865272 + ], + [ + 118.313265, + 37.861521 + ], + [ + 118.301657, + 37.870208 + ], + [ + 118.286337, + 37.8569 + ], + [ + 118.269754, + 37.853109 + ], + [ + 118.258304, + 37.844182 + ], + [ + 118.258146, + 37.854886 + ], + [ + 118.247643, + 37.871788 + ], + [ + 118.248749, + 37.858164 + ], + [ + 118.239115, + 37.868708 + ], + [ + 118.236588, + 37.884501 + ], + [ + 118.243142, + 37.895673 + ], + [ + 118.235403, + 37.905343 + ], + [ + 118.232718, + 37.922509 + ], + [ + 118.225611, + 37.923417 + ], + [ + 118.226954, + 37.939672 + ], + [ + 118.224742, + 37.950559 + ], + [ + 118.215503, + 37.949376 + ], + [ + 118.213529, + 37.95541 + ], + [ + 118.223479, + 37.959788 + ], + [ + 118.220873, + 37.98258 + ], + [ + 118.22956, + 37.986444 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.40779, + 38.026212 + ], + [ + 118.419951, + 38.025503 + ], + [ + 118.419319, + 38.053119 + ], + [ + 118.410001, + 38.053277 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.230665, + 38.056743 + ], + [ + 118.226638, + 38.079583 + ], + [ + 118.235324, + 38.082969 + ], + [ + 118.245511, + 38.103322 + ], + [ + 118.241247, + 38.112138 + ], + [ + 118.227664, + 38.119262 + ], + [ + 118.236272, + 38.125754 + ], + [ + 118.245432, + 38.144286 + ], + [ + 118.274334, + 38.138542 + ], + [ + 118.330717, + 38.125046 + ], + [ + 118.360172, + 38.120954 + ], + [ + 118.38023, + 38.119931 + ], + [ + 118.39097, + 38.123315 + ], + [ + 118.404078, + 38.120914 + ], + [ + 118.420425, + 38.107337 + ], + [ + 118.43148, + 38.106274 + ], + [ + 118.449722, + 38.124259 + ], + [ + 118.461409, + 38.126659 + ], + [ + 118.483204, + 38.123236 + ], + [ + 118.504526, + 38.113909 + ], + [ + 118.513212, + 38.10466 + ], + [ + 118.517081, + 38.088363 + ], + [ + 118.526321, + 38.071314 + ], + [ + 118.534533, + 38.063517 + ], + [ + 118.552459, + 38.055679 + ], + [ + 118.565568, + 38.060209 + ], + [ + 118.597629, + 38.078993 + ], + [ + 118.603946, + 38.101354 + ], + [ + 118.607816, + 38.12906 + ], + [ + 118.62582, + 38.138306 + ], + [ + 118.726425, + 38.154238 + ], + [ + 118.777754, + 38.156952 + ], + [ + 118.811474, + 38.15762 + ], + [ + 118.853721, + 38.154985 + ], + [ + 118.877491, + 38.149596 + ], + [ + 118.908051, + 38.139368 + ], + [ + 118.931426, + 38.127486 + ], + [ + 118.958512, + 38.110131 + ], + [ + 118.974068, + 38.09415 + ], + [ + 118.985282, + 38.062099 + ], + [ + 118.996495, + 38.013996 + ], + [ + 119.00455, + 37.992278 + ], + [ + 119.045297, + 37.967597 + ], + [ + 119.110604, + 37.921365 + ], + [ + 119.120554, + 37.897054 + ], + [ + 119.122844, + 37.866536 + ], + [ + 119.128293, + 37.855992 + ], + [ + 119.126555, + 37.845723 + ], + [ + 119.119764, + 37.839442 + ], + [ + 119.121501, + 37.827511 + ], + [ + 119.128293, + 37.814393 + ], + [ + 119.15451, + 37.80645 + ], + [ + 119.180254, + 37.809098 + ], + [ + 119.204734, + 37.815618 + ], + [ + 119.217605, + 37.810244 + ], + [ + 119.219974, + 37.793723 + ], + [ + 119.21421, + 37.769647 + ], + [ + 119.215394, + 37.76332 + ], + [ + 119.225344, + 37.752998 + ], + [ + 119.275252, + 37.739353 + ], + [ + 119.278963, + 37.729819 + ], + [ + 119.275726, + 37.717435 + ], + [ + 119.26009, + 37.702398 + ], + [ + 119.247218, + 37.698519 + ], + [ + 119.22487, + 37.697332 + ], + [ + 119.196916, + 37.699073 + ], + [ + 119.138006, + 37.705128 + ], + [ + 119.107129, + 37.703941 + ], + [ + 119.080122, + 37.696382 + ], + [ + 119.047509, + 37.679044 + ], + [ + 119.020186, + 37.657227 + ], + [ + 118.997206, + 37.632592 + ], + [ + 118.972331, + 37.594474 + ], + [ + 118.9518, + 37.556019 + ], + [ + 118.939638, + 37.527066 + ], + [ + 118.942955, + 37.497466 + ], + [ + 118.958275, + 37.454912 + ], + [ + 118.973121, + 37.404346 + ], + [ + 118.977385, + 37.382052 + ], + [ + 118.982597, + 37.378077 + ], + [ + 119.003444, + 37.383403 + ], + [ + 119.012842, + 37.376089 + ], + [ + 119.009841, + 37.370763 + ], + [ + 118.985598, + 37.365754 + ], + [ + 118.981412, + 37.35983 + ], + [ + 118.98694, + 37.339511 + ], + [ + 119.001233, + 37.318748 + ], + [ + 119.010315, + 37.313218 + ], + [ + 119.039928, + 37.304466 + ] + ] + ], + [ + [ + [ + 118.410001, + 38.053277 + ], + [ + 118.40779, + 38.026212 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.410001, + 38.053277 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370600, + "name": "烟台市", + "center": [ + 121.391382, + 37.539297 + ], + "centroid": [ + 120.805129, + 37.241857 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 5, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.576514, + 37.127561 + ], + [ + 119.629423, + 37.142116 + ], + [ + 119.678541, + 37.157984 + ], + [ + 119.68628, + 37.15611 + ], + [ + 119.687069, + 37.14395 + ], + [ + 119.698598, + 37.127002 + ], + [ + 119.744795, + 37.135257 + ], + [ + 119.754034, + 37.147459 + ], + [ + 119.771091, + 37.160456 + ], + [ + 119.780488, + 37.175204 + ], + [ + 119.790517, + 37.185008 + ], + [ + 119.80789, + 37.196404 + ], + [ + 119.822104, + 37.220068 + ], + [ + 119.83008, + 37.225724 + ], + [ + 119.865063, + 37.233969 + ], + [ + 119.877066, + 37.24046 + ], + [ + 119.885989, + 37.252286 + ], + [ + 119.858982, + 37.253719 + ], + [ + 119.860956, + 37.262557 + ], + [ + 119.892149, + 37.263911 + ], + [ + 119.895781, + 37.275495 + ], + [ + 119.887332, + 37.283972 + ], + [ + 119.889227, + 37.298457 + ], + [ + 119.883383, + 37.310871 + ], + [ + 119.874697, + 37.313099 + ], + [ + 119.869406, + 37.321016 + ], + [ + 119.85306, + 37.326226 + ], + [ + 119.848085, + 37.337323 + ], + [ + 119.838214, + 37.34309 + ], + [ + 119.842715, + 37.361341 + ], + [ + 119.839714, + 37.37112 + ], + [ + 119.843978, + 37.376725 + ], + [ + 119.927131, + 37.386702 + ], + [ + 119.937397, + 37.393339 + ], + [ + 119.949874, + 37.42004 + ], + [ + 119.986357, + 37.425681 + ], + [ + 120.012654, + 37.442919 + ], + [ + 120.06493, + 37.449114 + ], + [ + 120.086252, + 37.465275 + ], + [ + 120.108758, + 37.470515 + ], + [ + 120.144372, + 37.481908 + ], + [ + 120.194517, + 37.512982 + ], + [ + 120.199492, + 37.524646 + ], + [ + 120.222313, + 37.532857 + ], + [ + 120.235975, + 37.548128 + ], + [ + 120.246793, + 37.556614 + ], + [ + 120.208178, + 37.588648 + ], + [ + 120.217575, + 37.603787 + ], + [ + 120.210152, + 37.616745 + ], + [ + 120.215048, + 37.621143 + ], + [ + 120.24861, + 37.623876 + ], + [ + 120.265667, + 37.628868 + ], + [ + 120.2723, + 37.63683 + ], + [ + 120.273563, + 37.650891 + ], + [ + 120.269299, + 37.658495 + ], + [ + 120.244661, + 37.657703 + ], + [ + 120.232895, + 37.662138 + ], + [ + 120.220339, + 37.672036 + ], + [ + 120.216154, + 37.686605 + ], + [ + 120.227209, + 37.693611 + ], + [ + 120.341555, + 37.693215 + ], + [ + 120.368246, + 37.698005 + ], + [ + 120.386408, + 37.707701 + ], + [ + 120.437817, + 37.74141 + ], + [ + 120.447924, + 37.754659 + ], + [ + 120.47201, + 37.757626 + ], + [ + 120.482354, + 37.755015 + ], + [ + 120.518443, + 37.750586 + ], + [ + 120.528235, + 37.757151 + ], + [ + 120.579959, + 37.760868 + ], + [ + 120.595357, + 37.767551 + ], + [ + 120.621654, + 37.790877 + ], + [ + 120.63421, + 37.796371 + ], + [ + 120.657031, + 37.793051 + ], + [ + 120.733393, + 37.833556 + ], + [ + 120.743185, + 37.833082 + ], + [ + 120.754241, + 37.837506 + ], + [ + 120.762611, + 37.829961 + ], + [ + 120.778563, + 37.831146 + ], + [ + 120.797278, + 37.827709 + ], + [ + 120.811887, + 37.822098 + ], + [ + 120.832972, + 37.821624 + ], + [ + 120.865112, + 37.832963 + ], + [ + 120.890381, + 37.832963 + ], + [ + 120.900489, + 37.823679 + ], + [ + 120.915019, + 37.824034 + ], + [ + 120.921653, + 37.819885 + ], + [ + 120.935788, + 37.822375 + ], + [ + 120.94637, + 37.813405 + ], + [ + 120.947712, + 37.798624 + ], + [ + 120.941158, + 37.793367 + ], + [ + 120.943448, + 37.78554 + ], + [ + 120.952924, + 37.776882 + ], + [ + 120.975588, + 37.762371 + ], + [ + 120.995724, + 37.759049 + ], + [ + 121.016098, + 37.741766 + ], + [ + 121.019573, + 37.731085 + ], + [ + 121.037735, + 37.718583 + ], + [ + 121.055108, + 37.715734 + ], + [ + 121.064584, + 37.717119 + ], + [ + 121.068375, + 37.72519 + ], + [ + 121.075482, + 37.717791 + ], + [ + 121.096329, + 37.722698 + ], + [ + 121.139841, + 37.723054 + ], + [ + 121.148527, + 37.719651 + ], + [ + 121.159583, + 37.70687 + ], + [ + 121.160057, + 37.699034 + ], + [ + 121.146079, + 37.678846 + ], + [ + 121.142684, + 37.661267 + ], + [ + 121.156582, + 37.657386 + ], + [ + 121.161715, + 37.646336 + ], + [ + 121.150107, + 37.628987 + ], + [ + 121.149554, + 37.619875 + ], + [ + 121.16977, + 37.600617 + ], + [ + 121.182483, + 37.594276 + ], + [ + 121.215887, + 37.583098 + ], + [ + 121.251264, + 37.581116 + ], + [ + 121.304963, + 37.582979 + ], + [ + 121.354791, + 37.596178 + ], + [ + 121.361583, + 37.600855 + ], + [ + 121.358266, + 37.616467 + ], + [ + 121.344289, + 37.627759 + ], + [ + 121.349264, + 37.635206 + ], + [ + 121.361898, + 37.634216 + ], + [ + 121.374849, + 37.628749 + ], + [ + 121.386142, + 37.627798 + ], + [ + 121.411174, + 37.609494 + ], + [ + 121.43676, + 37.600815 + ], + [ + 121.439603, + 37.596218 + ], + [ + 121.427047, + 37.590788 + ], + [ + 121.411016, + 37.591263 + ], + [ + 121.389774, + 37.59705 + ], + [ + 121.385905, + 37.591303 + ], + [ + 121.395934, + 37.589876 + ], + [ + 121.401066, + 37.557804 + ], + [ + 121.412438, + 37.547652 + ], + [ + 121.436444, + 37.541227 + ], + [ + 121.459819, + 37.522623 + ], + [ + 121.45666, + 37.502665 + ], + [ + 121.46045, + 37.493855 + ], + [ + 121.479245, + 37.474961 + ], + [ + 121.514938, + 37.46186 + ], + [ + 121.532074, + 37.462456 + ], + [ + 121.537207, + 37.451219 + ], + [ + 121.56532, + 37.440377 + ], + [ + 121.571558, + 37.441449 + ], + [ + 121.576059, + 37.460391 + ], + [ + 121.586562, + 37.467299 + ], + [ + 121.599118, + 37.46992 + ], + [ + 121.618939, + 37.481948 + ], + [ + 121.633469, + 37.49318 + ], + [ + 121.653843, + 37.493061 + ], + [ + 121.660239, + 37.487187 + ], + [ + 121.665767, + 37.473453 + ], + [ + 121.747893, + 37.467458 + ], + [ + 121.773084, + 37.466505 + ], + [ + 121.838943, + 37.471468 + ], + [ + 121.887587, + 37.470039 + ], + [ + 121.923992, + 37.473096 + ], + [ + 121.92944, + 37.460868 + ], + [ + 121.929519, + 37.454713 + ], + [ + 121.920438, + 37.429931 + ], + [ + 121.91878, + 37.420755 + ], + [ + 121.908435, + 37.400969 + ], + [ + 121.90038, + 37.391232 + ], + [ + 121.882454, + 37.381694 + ], + [ + 121.870293, + 37.368894 + ], + [ + 121.865239, + 37.336727 + ], + [ + 121.859396, + 37.329249 + ], + [ + 121.834047, + 37.318311 + ], + [ + 121.822281, + 37.303988 + ], + [ + 121.815253, + 37.300447 + ], + [ + 121.794879, + 37.30375 + ], + [ + 121.790615, + 37.299532 + ], + [ + 121.792431, + 37.288469 + ], + [ + 121.784692, + 37.268409 + ], + [ + 121.778296, + 37.260487 + ], + [ + 121.7749, + 37.248225 + ], + [ + 121.757211, + 37.247667 + ], + [ + 121.74813, + 37.241575 + ], + [ + 121.748525, + 37.223255 + ], + [ + 121.755632, + 37.220506 + ], + [ + 121.754527, + 37.212022 + ], + [ + 121.761634, + 37.217997 + ], + [ + 121.769057, + 37.196364 + ], + [ + 121.759738, + 37.19222 + ], + [ + 121.760686, + 37.178831 + ], + [ + 121.749315, + 37.176439 + ], + [ + 121.753895, + 37.172493 + ], + [ + 121.761002, + 37.177954 + ], + [ + 121.767872, + 37.170979 + ], + [ + 121.747656, + 37.135776 + ], + [ + 121.737706, + 37.136175 + ], + [ + 121.733995, + 37.125607 + ], + [ + 121.699328, + 37.125926 + ], + [ + 121.694037, + 37.141239 + ], + [ + 121.683455, + 37.141917 + ], + [ + 121.688983, + 37.133503 + ], + [ + 121.682271, + 37.13127 + ], + [ + 121.683692, + 37.123014 + ], + [ + 121.678007, + 37.121658 + ], + [ + 121.669162, + 37.110649 + ], + [ + 121.666714, + 37.12082 + ], + [ + 121.654316, + 37.121897 + ], + [ + 121.639865, + 37.131908 + ], + [ + 121.638839, + 37.139524 + ], + [ + 121.628889, + 37.137969 + ], + [ + 121.625414, + 37.131908 + ], + [ + 121.612147, + 37.125846 + ], + [ + 121.600539, + 37.141079 + ], + [ + 121.590747, + 37.144269 + ], + [ + 121.585377, + 37.132306 + ], + [ + 121.590352, + 37.128518 + ], + [ + 121.589168, + 37.116712 + ], + [ + 121.580323, + 37.10674 + ], + [ + 121.574954, + 37.110091 + ], + [ + 121.547868, + 37.104945 + ], + [ + 121.49946, + 37.104426 + ], + [ + 121.465425, + 37.12086 + ], + [ + 121.447578, + 37.123333 + ], + [ + 121.441656, + 37.12106 + ], + [ + 121.427363, + 37.100796 + ], + [ + 121.391432, + 37.098282 + ], + [ + 121.382746, + 37.112125 + ], + [ + 121.376823, + 37.115915 + ], + [ + 121.369795, + 37.110889 + ], + [ + 121.351475, + 37.126962 + ], + [ + 121.363715, + 37.129236 + ], + [ + 121.358187, + 37.140282 + ], + [ + 121.348316, + 37.135975 + ], + [ + 121.34113, + 37.127002 + ], + [ + 121.326916, + 37.12768 + ], + [ + 121.317992, + 37.132825 + ], + [ + 121.314044, + 37.141079 + ], + [ + 121.306542, + 37.141996 + ], + [ + 121.287827, + 37.136055 + ], + [ + 121.26153, + 37.117989 + ], + [ + 121.246368, + 37.102631 + ], + [ + 121.243131, + 37.092138 + ], + [ + 121.204279, + 37.07897 + ], + [ + 121.191407, + 37.072026 + ], + [ + 121.192512, + 37.052108 + ], + [ + 121.188011, + 37.041169 + ], + [ + 121.188564, + 37.029948 + ], + [ + 121.19496, + 37.027273 + ], + [ + 121.194565, + 37.019485 + ], + [ + 121.181299, + 37.016131 + ], + [ + 121.177587, + 37.003748 + ], + [ + 121.182404, + 36.99456 + ], + [ + 121.19038, + 36.996558 + ], + [ + 121.209096, + 36.985371 + ], + [ + 121.222915, + 36.986649 + ], + [ + 121.22639, + 36.971065 + ], + [ + 121.233734, + 36.956917 + ], + [ + 121.248501, + 36.953679 + ], + [ + 121.252607, + 36.938088 + ], + [ + 121.263189, + 36.926093 + ], + [ + 121.272191, + 36.927532 + ], + [ + 121.282615, + 36.918535 + ], + [ + 121.304173, + 36.918335 + ], + [ + 121.308358, + 36.905177 + ], + [ + 121.312938, + 36.904097 + ], + [ + 121.347605, + 36.920574 + ], + [ + 121.360951, + 36.921494 + ], + [ + 121.366557, + 36.903617 + ], + [ + 121.36482, + 36.897417 + ], + [ + 121.385431, + 36.877333 + ], + [ + 121.363873, + 36.871651 + ], + [ + 121.357397, + 36.864048 + ], + [ + 121.357239, + 36.852401 + ], + [ + 121.36174, + 36.841273 + ], + [ + 121.373428, + 36.840593 + ], + [ + 121.376665, + 36.830384 + ], + [ + 121.396802, + 36.803834 + ], + [ + 121.395855, + 36.794342 + ], + [ + 121.409121, + 36.790176 + ], + [ + 121.417334, + 36.792739 + ], + [ + 121.450184, + 36.790056 + ], + [ + 121.462424, + 36.784888 + ], + [ + 121.478218, + 36.770825 + ], + [ + 121.460687, + 36.76245 + ], + [ + 121.454291, + 36.752351 + ], + [ + 121.412596, + 36.748103 + ], + [ + 121.394038, + 36.737962 + ], + [ + 121.390406, + 36.728742 + ], + [ + 121.404304, + 36.726457 + ], + [ + 121.410385, + 36.714709 + ], + [ + 121.405489, + 36.704443 + ], + [ + 121.394354, + 36.699029 + ], + [ + 121.374691, + 36.699791 + ], + [ + 121.365531, + 36.711461 + ], + [ + 121.357792, + 36.713105 + ], + [ + 121.318308, + 36.702117 + ], + [ + 121.298724, + 36.702318 + ], + [ + 121.285536, + 36.699871 + ], + [ + 121.274876, + 36.692652 + ], + [ + 121.251896, + 36.671351 + ], + [ + 121.239261, + 36.668342 + ], + [ + 121.220941, + 36.671271 + ], + [ + 121.194881, + 36.653295 + ], + [ + 121.176877, + 36.65482 + ], + [ + 121.161399, + 36.651288 + ], + [ + 121.146079, + 36.640372 + ], + [ + 121.113939, + 36.621907 + ], + [ + 121.07793, + 36.607614 + ], + [ + 121.055582, + 36.592675 + ], + [ + 121.045237, + 36.579581 + ], + [ + 121.02897, + 36.573194 + ], + [ + 121.016019, + 36.574721 + ], + [ + 120.955609, + 36.576087 + ], + [ + 120.928681, + 36.589783 + ], + [ + 120.924495, + 36.596892 + ], + [ + 120.925917, + 36.613837 + ], + [ + 120.90578, + 36.623473 + ], + [ + 120.89504, + 36.622188 + ], + [ + 120.882011, + 36.627086 + ], + [ + 120.847107, + 36.618615 + ], + [ + 120.850108, + 36.612271 + ], + [ + 120.786223, + 36.589663 + ], + [ + 120.779747, + 36.591551 + ], + [ + 120.777062, + 36.600546 + ], + [ + 120.765533, + 36.607011 + ], + [ + 120.757557, + 36.606088 + ], + [ + 120.751556, + 36.615042 + ], + [ + 120.725733, + 36.624436 + ], + [ + 120.708281, + 36.621385 + ], + [ + 120.70836, + 36.612914 + ], + [ + 120.699121, + 36.60665 + ], + [ + 120.702991, + 36.598338 + ], + [ + 120.679695, + 36.589181 + ], + [ + 120.665402, + 36.587454 + ], + [ + 120.664059, + 36.583478 + ], + [ + 120.637763, + 36.574199 + ], + [ + 120.635947, + 36.597775 + ], + [ + 120.643449, + 36.613436 + ], + [ + 120.644712, + 36.626524 + ], + [ + 120.657426, + 36.626644 + ], + [ + 120.660585, + 36.647998 + ], + [ + 120.648977, + 36.655863 + ], + [ + 120.652135, + 36.663327 + ], + [ + 120.642027, + 36.666095 + ], + [ + 120.627339, + 36.659836 + ], + [ + 120.625128, + 36.671231 + ], + [ + 120.631446, + 36.673357 + ], + [ + 120.619206, + 36.681541 + ], + [ + 120.616521, + 36.689764 + ], + [ + 120.589751, + 36.694497 + ], + [ + 120.586118, + 36.698829 + ], + [ + 120.596542, + 36.708052 + ], + [ + 120.58525, + 36.728501 + ], + [ + 120.584065, + 36.735236 + ], + [ + 120.562586, + 36.736479 + ], + [ + 120.560375, + 36.742492 + ], + [ + 120.546397, + 36.744616 + ], + [ + 120.544502, + 36.76213 + ], + [ + 120.540791, + 36.7679 + ], + [ + 120.5554, + 36.778718 + ], + [ + 120.56377, + 36.795343 + ], + [ + 120.563454, + 36.802953 + ], + [ + 120.590382, + 36.801552 + ], + [ + 120.601517, + 36.804996 + ], + [ + 120.612336, + 36.829223 + ], + [ + 120.609809, + 36.832906 + ], + [ + 120.589751, + 36.838791 + ], + [ + 120.58754, + 36.843635 + ], + [ + 120.595989, + 36.852681 + ], + [ + 120.588408, + 36.859045 + ], + [ + 120.57988, + 36.858885 + ], + [ + 120.576642, + 36.879894 + ], + [ + 120.592909, + 36.882134 + ], + [ + 120.622838, + 36.890856 + ], + [ + 120.622838, + 36.907377 + ], + [ + 120.617389, + 36.911136 + ], + [ + 120.592909, + 36.912216 + ], + [ + 120.574984, + 36.927053 + ], + [ + 120.571114, + 36.948682 + ], + [ + 120.563218, + 36.95172 + ], + [ + 120.560296, + 36.960674 + ], + [ + 120.566534, + 36.96559 + ], + [ + 120.568508, + 36.983293 + ], + [ + 120.574036, + 36.987568 + ], + [ + 120.575931, + 36.999074 + ], + [ + 120.582328, + 37.001791 + ], + [ + 120.593857, + 36.991244 + ], + [ + 120.606413, + 37.001192 + ], + [ + 120.601754, + 37.012696 + ], + [ + 120.613915, + 37.023839 + ], + [ + 120.606176, + 37.047157 + ], + [ + 120.586513, + 37.048515 + ], + [ + 120.58446, + 37.058136 + ], + [ + 120.570877, + 37.046399 + ], + [ + 120.558953, + 37.047437 + ], + [ + 120.549793, + 37.041288 + ], + [ + 120.541738, + 37.044163 + ], + [ + 120.533289, + 37.053944 + ], + [ + 120.539843, + 37.060371 + ], + [ + 120.536368, + 37.081963 + ], + [ + 120.547661, + 37.113003 + ], + [ + 120.542528, + 37.128677 + ], + [ + 120.527998, + 37.136733 + ], + [ + 120.527129, + 37.143352 + ], + [ + 120.517258, + 37.148974 + ], + [ + 120.506834, + 37.148854 + ], + [ + 120.505729, + 37.143551 + ], + [ + 120.493805, + 37.1345 + ], + [ + 120.493015, + 37.126723 + ], + [ + 120.478643, + 37.124211 + ], + [ + 120.462928, + 37.115157 + ], + [ + 120.440265, + 37.122655 + ], + [ + 120.439475, + 37.116912 + ], + [ + 120.415153, + 37.110569 + ], + [ + 120.407098, + 37.112803 + ], + [ + 120.412942, + 37.103149 + ], + [ + 120.408914, + 37.09517 + ], + [ + 120.398096, + 37.096447 + ], + [ + 120.388225, + 37.104227 + ], + [ + 120.369667, + 37.104626 + ], + [ + 120.362244, + 37.100477 + ], + [ + 120.357822, + 37.084357 + ], + [ + 120.348583, + 37.077094 + ], + [ + 120.34574, + 37.087789 + ], + [ + 120.336343, + 37.092058 + ], + [ + 120.336896, + 37.104267 + ], + [ + 120.331684, + 37.111966 + ], + [ + 120.320628, + 37.10654 + ], + [ + 120.315337, + 37.113043 + ], + [ + 120.300176, + 37.119584 + ], + [ + 120.303413, + 37.130153 + ], + [ + 120.280828, + 37.13111 + ], + [ + 120.264087, + 37.114718 + ], + [ + 120.245688, + 37.118906 + ], + [ + 120.236606, + 37.125965 + ], + [ + 120.231237, + 37.106301 + ], + [ + 120.229894, + 37.089544 + ], + [ + 120.220497, + 37.08711 + ], + [ + 120.214101, + 37.07019 + ], + [ + 120.21647, + 37.056699 + ], + [ + 120.205335, + 37.038374 + ], + [ + 120.193411, + 37.034261 + ], + [ + 120.189621, + 37.038094 + ], + [ + 120.180697, + 37.032544 + ], + [ + 120.173037, + 37.034421 + ], + [ + 120.166404, + 37.025795 + ], + [ + 120.167273, + 37.017968 + ], + [ + 120.159929, + 37.013375 + ], + [ + 120.142319, + 37.015292 + ], + [ + 120.138134, + 37.022201 + ], + [ + 120.123051, + 37.01645 + ], + [ + 120.101571, + 37.014293 + ], + [ + 120.09249, + 37.017928 + ], + [ + 120.049374, + 37.020045 + ], + [ + 120.035238, + 36.998395 + ], + [ + 120.024104, + 36.999913 + ], + [ + 120.002309, + 37.013494 + ], + [ + 119.993543, + 37.012176 + ], + [ + 119.980198, + 37.018088 + ], + [ + 119.975618, + 37.011098 + ], + [ + 119.961561, + 37.013654 + ], + [ + 119.949716, + 37.006185 + ], + [ + 119.939608, + 37.004108 + ], + [ + 119.923341, + 36.993961 + ], + [ + 119.902257, + 36.9948 + ], + [ + 119.900045, + 36.997556 + ], + [ + 119.85148, + 37.002031 + ], + [ + 119.829606, + 37.002031 + ], + [ + 119.820209, + 36.999594 + ], + [ + 119.804968, + 37.013814 + ], + [ + 119.771881, + 37.006984 + ], + [ + 119.769906, + 36.996597 + ], + [ + 119.750559, + 36.990844 + ], + [ + 119.743057, + 36.992483 + ], + [ + 119.731133, + 36.988487 + ], + [ + 119.722289, + 36.993401 + ], + [ + 119.716998, + 37.007144 + ], + [ + 119.681699, + 36.998475 + ], + [ + 119.66251, + 37.008262 + ], + [ + 119.629344, + 37.01621 + ], + [ + 119.61971, + 37.012895 + ], + [ + 119.619078, + 37.017848 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.613155, + 37.034101 + ], + [ + 119.606048, + 37.04037 + ], + [ + 119.563406, + 37.058495 + ], + [ + 119.559615, + 37.071786 + ], + [ + 119.576198, + 37.087509 + ], + [ + 119.568696, + 37.100157 + ], + [ + 119.576514, + 37.127561 + ] + ] + ], + [ + [ + [ + 121.508621, + 37.55253 + ], + [ + 121.50712, + 37.556892 + ], + [ + 121.520308, + 37.565139 + ], + [ + 121.526625, + 37.562522 + ], + [ + 121.508621, + 37.55253 + ] + ] + ], + [ + [ + [ + 120.728339, + 37.92393 + ], + [ + 120.725733, + 37.928586 + ], + [ + 120.721548, + 37.931308 + ], + [ + 120.722101, + 37.94551 + ], + [ + 120.732446, + 37.948192 + ], + [ + 120.737736, + 37.955174 + ], + [ + 120.746423, + 37.951466 + ], + [ + 120.758031, + 37.929454 + ], + [ + 120.765375, + 37.922904 + ], + [ + 120.759058, + 37.911776 + ], + [ + 120.764901, + 37.896186 + ], + [ + 120.760558, + 37.890581 + ], + [ + 120.753056, + 37.894883 + ], + [ + 120.740974, + 37.908777 + ], + [ + 120.727708, + 37.909448 + ], + [ + 120.721627, + 37.917182 + ], + [ + 120.728339, + 37.92393 + ] + ] + ], + [ + [ + [ + 120.692409, + 37.983842 + ], + [ + 120.685539, + 37.991332 + ], + [ + 120.697147, + 37.995117 + ], + [ + 120.71602, + 37.987311 + ], + [ + 120.724707, + 37.987429 + ], + [ + 120.730787, + 37.974142 + ], + [ + 120.736631, + 37.971146 + ], + [ + 120.732525, + 37.961484 + ], + [ + 120.706465, + 37.966808 + ], + [ + 120.696278, + 37.974024 + ], + [ + 120.692409, + 37.983842 + ] + ] + ], + [ + [ + [ + 120.653004, + 37.980017 + ], + [ + 120.658611, + 37.975483 + ], + [ + 120.653952, + 37.963969 + ], + [ + 120.64416, + 37.964757 + ], + [ + 120.653004, + 37.980017 + ] + ] + ], + [ + [ + [ + 120.452584, + 37.768856 + ], + [ + 120.443976, + 37.770991 + ], + [ + 120.435526, + 37.786608 + ], + [ + 120.453136, + 37.788387 + ], + [ + 120.463323, + 37.786054 + ], + [ + 120.452584, + 37.768856 + ] + ] + ], + [ + [ + [ + 120.682775, + 37.92831 + ], + [ + 120.673536, + 37.929178 + ], + [ + 120.679379, + 37.937147 + ], + [ + 120.678511, + 37.944642 + ], + [ + 120.692804, + 37.94693 + ], + [ + 120.687829, + 37.931308 + ], + [ + 120.682775, + 37.92831 + ] + ] + ], + [ + [ + [ + 120.750687, + 38.150304 + ], + [ + 120.73821, + 38.161711 + ], + [ + 120.738052, + 38.174688 + ], + [ + 120.742554, + 38.198986 + ], + [ + 120.747607, + 38.202759 + ], + [ + 120.753688, + 38.195291 + ], + [ + 120.760321, + 38.176615 + ], + [ + 120.777694, + 38.172565 + ], + [ + 120.787328, + 38.158682 + ], + [ + 120.771456, + 38.156558 + ], + [ + 120.760479, + 38.15939 + ], + [ + 120.750687, + 38.150304 + ] + ] + ], + [ + [ + [ + 120.91881, + 38.34511 + ], + [ + 120.90657, + 38.349778 + ], + [ + 120.895277, + 38.363232 + ], + [ + 120.900015, + 38.3719 + ], + [ + 120.91494, + 38.373429 + ], + [ + 120.913993, + 38.364566 + ], + [ + 120.921021, + 38.362997 + ], + [ + 120.914151, + 38.354682 + ], + [ + 120.91881, + 38.34511 + ] + ] + ], + [ + [ + [ + 120.841342, + 38.335655 + ], + [ + 120.842843, + 38.355898 + ], + [ + 120.85682, + 38.343188 + ], + [ + 120.841342, + 38.335655 + ] + ] + ], + [ + [ + [ + 120.62655, + 37.945786 + ], + [ + 120.604913, + 37.956712 + ], + [ + 120.598279, + 37.970633 + ], + [ + 120.60207, + 37.97848 + ], + [ + 120.614152, + 37.984512 + ], + [ + 120.632472, + 37.978913 + ], + [ + 120.630972, + 37.952018 + ], + [ + 120.62655, + 37.945786 + ] + ] + ], + [ + [ + [ + 120.903332, + 38.381742 + ], + [ + 120.898515, + 38.386487 + ], + [ + 120.91573, + 38.401933 + ], + [ + 120.931997, + 38.391231 + ], + [ + 120.931918, + 38.382291 + ], + [ + 120.922126, + 38.385271 + ], + [ + 120.903332, + 38.381742 + ] + ] + ], + [ + [ + [ + 120.802253, + 38.284041 + ], + [ + 120.797041, + 38.288282 + ], + [ + 120.808492, + 38.311913 + ], + [ + 120.816546, + 38.318075 + ], + [ + 120.835262, + 38.320077 + ], + [ + 120.849871, + 38.310343 + ], + [ + 120.84308, + 38.30057 + ], + [ + 120.82389, + 38.297939 + ], + [ + 120.81552, + 38.288714 + ], + [ + 120.802253, + 38.284041 + ] + ] + ], + [ + [ + [ + 120.943843, + 38.019907 + ], + [ + 120.932708, + 38.026882 + ], + [ + 120.931287, + 38.035353 + ], + [ + 120.94787, + 38.032398 + ], + [ + 120.951108, + 38.02436 + ], + [ + 120.943843, + 38.019907 + ] + ] + ], + [ + [ + [ + 119.821394, + 37.309121 + ], + [ + 119.818867, + 37.31656 + ], + [ + 119.825895, + 37.315168 + ], + [ + 119.821394, + 37.309121 + ] + ] + ], + [ + [ + [ + 121.388668, + 36.266442 + ], + [ + 121.391432, + 36.271926 + ], + [ + 121.396644, + 36.264183 + ], + [ + 121.388668, + 36.266442 + ] + ] + ], + [ + [ + [ + 120.645818, + 38.132011 + ], + [ + 120.637763, + 38.139171 + ], + [ + 120.640922, + 38.148141 + ], + [ + 120.647318, + 38.149557 + ], + [ + 120.653715, + 38.141532 + ], + [ + 120.645818, + 38.132011 + ] + ] + ], + [ + [ + [ + 120.878141, + 38.026961 + ], + [ + 120.87672, + 38.018213 + ], + [ + 120.872693, + 38.027552 + ], + [ + 120.878141, + 38.026961 + ] + ] + ], + [ + [ + [ + 120.645423, + 38.05501 + ], + [ + 120.641238, + 38.061233 + ], + [ + 120.644791, + 38.06966 + ], + [ + 120.652056, + 38.069109 + ], + [ + 120.652767, + 38.058988 + ], + [ + 120.645423, + 38.05501 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370700, + "name": "潍坊市", + "center": [ + 119.107078, + 36.70925 + ], + "centroid": [ + 119.077723, + 36.554349 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 6, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 118.467411, + 36.945484 + ], + [ + 118.47665, + 36.957077 + ], + [ + 118.503736, + 36.95156 + ], + [ + 118.503183, + 36.944285 + ], + [ + 118.524583, + 36.945284 + ], + [ + 118.52711, + 36.939687 + ], + [ + 118.537771, + 36.936769 + ], + [ + 118.55467, + 36.938368 + ], + [ + 118.560751, + 36.946564 + ], + [ + 118.557434, + 36.96539 + ], + [ + 118.559803, + 36.977059 + ], + [ + 118.552301, + 36.979657 + ], + [ + 118.553959, + 37.000233 + ], + [ + 118.564146, + 36.99416 + ], + [ + 118.580493, + 36.994999 + ], + [ + 118.566199, + 36.999034 + ], + [ + 118.571174, + 37.004148 + ], + [ + 118.590206, + 37.001351 + ], + [ + 118.583572, + 37.008422 + ], + [ + 118.588389, + 37.017409 + ], + [ + 118.57149, + 37.022081 + ], + [ + 118.545826, + 37.023519 + ], + [ + 118.545431, + 37.038494 + ], + [ + 118.56004, + 37.041408 + ], + [ + 118.557592, + 37.051469 + ], + [ + 118.561303, + 37.063325 + ], + [ + 118.580414, + 37.063325 + ], + [ + 118.591469, + 37.068474 + ], + [ + 118.610895, + 37.063005 + ], + [ + 118.631901, + 37.066757 + ], + [ + 118.632138, + 37.070429 + ], + [ + 118.654091, + 37.076935 + ], + [ + 118.655512, + 37.082681 + ], + [ + 118.665146, + 37.081763 + ], + [ + 118.668384, + 37.091539 + ], + [ + 118.667041, + 37.11392 + ], + [ + 118.673754, + 37.144309 + ], + [ + 118.653617, + 37.149692 + ], + [ + 118.649195, + 37.164243 + ], + [ + 118.64572, + 37.159579 + ], + [ + 118.634191, + 37.163366 + ], + [ + 118.633638, + 37.171178 + ], + [ + 118.645483, + 37.178153 + ], + [ + 118.649274, + 37.189112 + ], + [ + 118.660408, + 37.187877 + ], + [ + 118.668779, + 37.198436 + ], + [ + 118.672332, + 37.215129 + ], + [ + 118.680624, + 37.229269 + ], + [ + 118.709684, + 37.241256 + ], + [ + 118.728399, + 37.252764 + ], + [ + 118.777991, + 37.280112 + ], + [ + 118.821897, + 37.288788 + ], + [ + 118.856959, + 37.293842 + ], + [ + 119.039928, + 37.304466 + ], + [ + 119.045376, + 37.298935 + ], + [ + 119.052089, + 37.276848 + ], + [ + 119.054142, + 37.254953 + ], + [ + 119.066935, + 37.241814 + ], + [ + 119.084465, + 37.239424 + ], + [ + 119.091336, + 37.257581 + ], + [ + 119.108393, + 37.260328 + ], + [ + 119.128214, + 37.254874 + ], + [ + 119.134294, + 37.263314 + ], + [ + 119.135479, + 37.282102 + ], + [ + 119.139032, + 37.288191 + ], + [ + 119.157748, + 37.288191 + ], + [ + 119.16983, + 37.278599 + ], + [ + 119.166513, + 37.27438 + ], + [ + 119.15759, + 37.281226 + ], + [ + 119.142586, + 37.279475 + ], + [ + 119.141559, + 37.262557 + ], + [ + 119.128451, + 37.235721 + ], + [ + 119.136979, + 37.231181 + ], + [ + 119.20426, + 37.280112 + ], + [ + 119.212788, + 37.273305 + ], + [ + 119.190993, + 37.259452 + ], + [ + 119.191941, + 37.254117 + ], + [ + 119.202365, + 37.253759 + ], + [ + 119.204418, + 37.246313 + ], + [ + 119.194231, + 37.221741 + ], + [ + 119.191941, + 37.197639 + ], + [ + 119.205365, + 37.194292 + ], + [ + 119.204102, + 37.21007 + ], + [ + 119.206945, + 37.223175 + ], + [ + 119.222106, + 37.225007 + ], + [ + 119.232767, + 37.221821 + ], + [ + 119.244533, + 37.211424 + ], + [ + 119.261432, + 37.207998 + ], + [ + 119.282201, + 37.21242 + ], + [ + 119.296336, + 37.20505 + ], + [ + 119.298389, + 37.19736 + ], + [ + 119.291519, + 37.177635 + ], + [ + 119.291756, + 37.164801 + ], + [ + 119.297126, + 37.158781 + ], + [ + 119.299337, + 37.142594 + ], + [ + 119.30826, + 37.136733 + ], + [ + 119.320421, + 37.120501 + ], + [ + 119.329582, + 37.115715 + ], + [ + 119.342296, + 37.11735 + ], + [ + 119.351298, + 37.122894 + ], + [ + 119.36567, + 37.126045 + ], + [ + 119.425528, + 37.125447 + ], + [ + 119.445585, + 37.130831 + ], + [ + 119.489729, + 37.13446 + ], + [ + 119.489965, + 37.142355 + ], + [ + 119.479068, + 37.153399 + ], + [ + 119.481832, + 37.155791 + ], + [ + 119.493282, + 37.143591 + ], + [ + 119.493282, + 37.133383 + ], + [ + 119.503153, + 37.128279 + ], + [ + 119.51942, + 37.130312 + ], + [ + 119.576514, + 37.127561 + ], + [ + 119.568696, + 37.100157 + ], + [ + 119.576198, + 37.087509 + ], + [ + 119.559615, + 37.071786 + ], + [ + 119.563406, + 37.058495 + ], + [ + 119.606048, + 37.04037 + ], + [ + 119.613155, + 37.034101 + ], + [ + 119.60976, + 37.013894 + ], + [ + 119.604548, + 36.996038 + ], + [ + 119.598072, + 36.989406 + ], + [ + 119.5837, + 36.950441 + ], + [ + 119.599968, + 36.920614 + ], + [ + 119.599652, + 36.878253 + ], + [ + 119.597757, + 36.857244 + ], + [ + 119.56767, + 36.805717 + ], + [ + 119.563721, + 36.802753 + ], + [ + 119.550613, + 36.80868 + ], + [ + 119.539162, + 36.799949 + ], + [ + 119.539162, + 36.787732 + ], + [ + 119.532766, + 36.78008 + ], + [ + 119.530555, + 36.765256 + ], + [ + 119.534977, + 36.743333 + ], + [ + 119.547059, + 36.725454 + ], + [ + 119.561036, + 36.720884 + ], + [ + 119.567433, + 36.713065 + ], + [ + 119.579831, + 36.711581 + ], + [ + 119.587412, + 36.696101 + ], + [ + 119.596651, + 36.689884 + ], + [ + 119.607154, + 36.667379 + ], + [ + 119.61355, + 36.66453 + ], + [ + 119.617025, + 36.652532 + ], + [ + 119.625079, + 36.638807 + ], + [ + 119.651297, + 36.623633 + ], + [ + 119.670328, + 36.616246 + ], + [ + 119.681857, + 36.606891 + ], + [ + 119.701125, + 36.602634 + ], + [ + 119.730107, + 36.581027 + ], + [ + 119.72758, + 36.562749 + ], + [ + 119.74748, + 36.571788 + ], + [ + 119.755929, + 36.565521 + ], + [ + 119.784516, + 36.554673 + ], + [ + 119.798019, + 36.551619 + ], + [ + 119.826763, + 36.54101 + ], + [ + 119.917576, + 36.525858 + ], + [ + 119.920261, + 36.522079 + ], + [ + 119.923025, + 36.495464 + ], + [ + 119.936687, + 36.496389 + ], + [ + 119.936292, + 36.511507 + ], + [ + 119.951375, + 36.519788 + ], + [ + 119.971985, + 36.522441 + ], + [ + 119.974749, + 36.515688 + ], + [ + 119.997571, + 36.504431 + ], + [ + 120.010364, + 36.509255 + ], + [ + 120.004204, + 36.489512 + ], + [ + 120.010758, + 36.484445 + ], + [ + 120.004125, + 36.477447 + ], + [ + 120.006889, + 36.468799 + ], + [ + 120.012812, + 36.467833 + ], + [ + 120.011864, + 36.454236 + ], + [ + 119.996623, + 36.446309 + ], + [ + 119.994175, + 36.450333 + ], + [ + 119.968432, + 36.450051 + ], + [ + 119.953981, + 36.444217 + ], + [ + 119.949795, + 36.446511 + ], + [ + 119.935976, + 36.427436 + ], + [ + 119.933923, + 36.42007 + ], + [ + 119.925236, + 36.419346 + ], + [ + 119.926421, + 36.403324 + ], + [ + 119.941425, + 36.39503 + ], + [ + 119.945452, + 36.384682 + ], + [ + 119.936371, + 36.380655 + ], + [ + 119.93029, + 36.385165 + ], + [ + 119.909837, + 36.384359 + ], + [ + 119.90431, + 36.38154 + ], + [ + 119.904784, + 36.369942 + ], + [ + 119.895939, + 36.34827 + ], + [ + 119.896966, + 36.334047 + ], + [ + 119.891991, + 36.318773 + ], + [ + 119.865379, + 36.308898 + ], + [ + 119.862773, + 36.302368 + ], + [ + 119.854402, + 36.302328 + ], + [ + 119.848795, + 36.292692 + ], + [ + 119.83387, + 36.278822 + ], + [ + 119.82929, + 36.258859 + ], + [ + 119.820446, + 36.257367 + ], + [ + 119.82092, + 36.244499 + ], + [ + 119.808048, + 36.232839 + ], + [ + 119.819498, + 36.211856 + ], + [ + 119.828816, + 36.210685 + ], + [ + 119.823131, + 36.19894 + ], + [ + 119.831738, + 36.180612 + ], + [ + 119.82242, + 36.177987 + ], + [ + 119.821315, + 36.171285 + ], + [ + 119.81326, + 36.175242 + ], + [ + 119.813023, + 36.167691 + ], + [ + 119.792333, + 36.171648 + ], + [ + 119.782778, + 36.165308 + ], + [ + 119.772354, + 36.167691 + ], + [ + 119.748111, + 36.158645 + ], + [ + 119.733818, + 36.163572 + ], + [ + 119.732792, + 36.172536 + ], + [ + 119.723473, + 36.175565 + ], + [ + 119.691728, + 36.176292 + ], + [ + 119.681305, + 36.18045 + ], + [ + 119.671039, + 36.177866 + ], + [ + 119.660852, + 36.154122 + ], + [ + 119.649954, + 36.137157 + ], + [ + 119.651218, + 36.130531 + ], + [ + 119.643716, + 36.127178 + ], + [ + 119.657614, + 36.108631 + ], + [ + 119.657061, + 36.100872 + ], + [ + 119.632187, + 36.091535 + ], + [ + 119.633608, + 36.067683 + ], + [ + 119.666695, + 36.062993 + ], + [ + 119.675698, + 36.064085 + ], + [ + 119.695677, + 36.053045 + ], + [ + 119.704126, + 36.055269 + ], + [ + 119.717314, + 36.044229 + ], + [ + 119.706495, + 36.028292 + ], + [ + 119.681068, + 36.012068 + ], + [ + 119.689122, + 36.000212 + ], + [ + 119.684858, + 35.982648 + ], + [ + 119.690149, + 35.963702 + ], + [ + 119.701757, + 35.944469 + ], + [ + 119.701362, + 35.923732 + ], + [ + 119.716208, + 35.927337 + ], + [ + 119.721262, + 35.906718 + ], + [ + 119.727738, + 35.902544 + ], + [ + 119.738003, + 35.873123 + ], + [ + 119.736898, + 35.86303 + ], + [ + 119.72221, + 35.865138 + ], + [ + 119.725211, + 35.856746 + ], + [ + 119.71834, + 35.853138 + ], + [ + 119.704047, + 35.863962 + ], + [ + 119.68699, + 35.861814 + ], + [ + 119.676014, + 35.842515 + ], + [ + 119.664326, + 35.841015 + ], + [ + 119.649796, + 35.845191 + ], + [ + 119.629344, + 35.833878 + ], + [ + 119.622631, + 35.816114 + ], + [ + 119.612445, + 35.812707 + ], + [ + 119.60897, + 35.799279 + ], + [ + 119.617972, + 35.789623 + ], + [ + 119.611576, + 35.776597 + ], + [ + 119.596256, + 35.773756 + ], + [ + 119.591992, + 35.753218 + ], + [ + 119.605495, + 35.747454 + ], + [ + 119.627843, + 35.722077 + ], + [ + 119.624685, + 35.712817 + ], + [ + 119.614182, + 35.716675 + ], + [ + 119.601231, + 35.709446 + ], + [ + 119.588833, + 35.715701 + ], + [ + 119.576988, + 35.71237 + ], + [ + 119.566485, + 35.714523 + ], + [ + 119.560563, + 35.721752 + ], + [ + 119.545085, + 35.726747 + ], + [ + 119.527317, + 35.723214 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.504101, + 35.752325 + ], + [ + 119.48807, + 35.754599 + ], + [ + 119.48657, + 35.771646 + ], + [ + 119.496599, + 35.779235 + ], + [ + 119.493282, + 35.789866 + ], + [ + 119.482385, + 35.799725 + ], + [ + 119.464696, + 35.80861 + ], + [ + 119.455693, + 35.809056 + ], + [ + 119.444322, + 35.804026 + ], + [ + 119.427739, + 35.802078 + ], + [ + 119.397731, + 35.786823 + ], + [ + 119.390466, + 35.778707 + ], + [ + 119.375857, + 35.770712 + ], + [ + 119.368829, + 35.770834 + ], + [ + 119.374041, + 35.816154 + ], + [ + 119.372382, + 35.830025 + ], + [ + 119.358247, + 35.84511 + ], + [ + 119.371435, + 35.860476 + ], + [ + 119.360695, + 35.884066 + ], + [ + 119.345533, + 35.893792 + ], + [ + 119.315999, + 35.887552 + ], + [ + 119.298153, + 35.893022 + ], + [ + 119.294441, + 35.911336 + ], + [ + 119.281964, + 35.910202 + ], + [ + 119.240427, + 35.884269 + ], + [ + 119.217053, + 35.879527 + ], + [ + 119.190598, + 35.879446 + ], + [ + 119.169119, + 35.894846 + ], + [ + 119.161854, + 35.894481 + ], + [ + 119.158221, + 35.882486 + ], + [ + 119.135637, + 35.892982 + ], + [ + 119.144718, + 35.904449 + ], + [ + 119.151746, + 35.905502 + ], + [ + 119.169672, + 35.91721 + ], + [ + 119.183412, + 35.91875 + ], + [ + 119.179385, + 35.926163 + ], + [ + 119.182623, + 35.962285 + ], + [ + 119.178595, + 35.97107 + ], + [ + 119.155063, + 35.965767 + ], + [ + 119.153246, + 35.971192 + ], + [ + 119.134373, + 35.968601 + ], + [ + 119.121817, + 35.962731 + ], + [ + 119.088888, + 35.963176 + ], + [ + 119.07878, + 35.959289 + ], + [ + 119.066619, + 35.963986 + ], + [ + 119.060538, + 35.978195 + ], + [ + 119.05201, + 35.9803 + ], + [ + 119.021054, + 35.977426 + ], + [ + 119.015606, + 35.995923 + ], + [ + 119.024924, + 36.003571 + ], + [ + 119.023739, + 36.011219 + ], + [ + 119.014105, + 36.013404 + ], + [ + 119.017659, + 36.024044 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.035584, + 36.02275 + ], + [ + 119.047903, + 36.024813 + ], + [ + 119.052089, + 36.037838 + ], + [ + 119.040322, + 36.042934 + ], + [ + 119.042534, + 36.055512 + ], + [ + 119.049641, + 36.066632 + ], + [ + 119.063539, + 36.075042 + ], + [ + 119.066935, + 36.081631 + ], + [ + 119.048851, + 36.092707 + ], + [ + 119.038506, + 36.090444 + ], + [ + 119.020344, + 36.104307 + ], + [ + 119.013868, + 36.09881 + ], + [ + 119.000523, + 36.099497 + ], + [ + 118.988756, + 36.092343 + ], + [ + 118.970278, + 36.09873 + ], + [ + 118.970041, + 36.104671 + ], + [ + 118.958512, + 36.104145 + ], + [ + 118.954642, + 36.1115 + ], + [ + 118.943271, + 36.119582 + ], + [ + 118.936322, + 36.11344 + ], + [ + 118.916185, + 36.111702 + ], + [ + 118.920765, + 36.105721 + ], + [ + 118.908288, + 36.091292 + ], + [ + 118.886493, + 36.088584 + ], + [ + 118.880886, + 36.08438 + ], + [ + 118.875911, + 36.091535 + ], + [ + 118.860513, + 36.101316 + ], + [ + 118.865961, + 36.113682 + ], + [ + 118.860197, + 36.114733 + ], + [ + 118.858302, + 36.129966 + ], + [ + 118.863908, + 36.139298 + ], + [ + 118.858302, + 36.143256 + ], + [ + 118.859802, + 36.16232 + ], + [ + 118.85459, + 36.170194 + ], + [ + 118.846614, + 36.172092 + ], + [ + 118.844561, + 36.18473 + ], + [ + 118.848746, + 36.188606 + ], + [ + 118.847009, + 36.199263 + ], + [ + 118.835796, + 36.203138 + ], + [ + 118.809026, + 36.198738 + ], + [ + 118.802076, + 36.202855 + ], + [ + 118.78573, + 36.197487 + ], + [ + 118.766383, + 36.206649 + ], + [ + 118.745535, + 36.191754 + ], + [ + 118.751142, + 36.183115 + ], + [ + 118.741824, + 36.165551 + ], + [ + 118.733532, + 36.166802 + ], + [ + 118.73298, + 36.1519 + ], + [ + 118.736454, + 36.146528 + ], + [ + 118.72603, + 36.141035 + ], + [ + 118.714659, + 36.154485 + ], + [ + 118.703761, + 36.150446 + ], + [ + 118.701235, + 36.144509 + ], + [ + 118.679913, + 36.152062 + ], + [ + 118.683388, + 36.158564 + ], + [ + 118.675491, + 36.170194 + ], + [ + 118.666015, + 36.168983 + ], + [ + 118.653143, + 36.176695 + ], + [ + 118.644299, + 36.177018 + ], + [ + 118.640824, + 36.171042 + ], + [ + 118.622109, + 36.17718 + ], + [ + 118.606236, + 36.164218 + ], + [ + 118.581914, + 36.151456 + ], + [ + 118.572201, + 36.156424 + ], + [ + 118.563988, + 36.147094 + ], + [ + 118.565015, + 36.130087 + ], + [ + 118.556881, + 36.130935 + ], + [ + 118.541719, + 36.124996 + ], + [ + 118.535797, + 36.118531 + ], + [ + 118.515502, + 36.109884 + ], + [ + 118.509974, + 36.114612 + ], + [ + 118.504762, + 36.105802 + ], + [ + 118.526716, + 36.104671 + ], + [ + 118.529479, + 36.093879 + ], + [ + 118.522925, + 36.084784 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.496866, + 36.067683 + ], + [ + 118.48044, + 36.074071 + ], + [ + 118.482099, + 36.092546 + ], + [ + 118.478545, + 36.098245 + ], + [ + 118.484468, + 36.104064 + ], + [ + 118.479493, + 36.118814 + ], + [ + 118.492601, + 36.127057 + ], + [ + 118.487863, + 36.131784 + ], + [ + 118.462594, + 36.14059 + ], + [ + 118.457303, + 36.13247 + ], + [ + 118.447116, + 36.140913 + ], + [ + 118.440956, + 36.132511 + ], + [ + 118.428953, + 36.132672 + ], + [ + 118.412844, + 36.127218 + ], + [ + 118.402183, + 36.131622 + ], + [ + 118.405263, + 36.141641 + ], + [ + 118.402262, + 36.162926 + ], + [ + 118.387653, + 36.174555 + ], + [ + 118.374387, + 36.203097 + ], + [ + 118.382046, + 36.207335 + ], + [ + 118.386548, + 36.239053 + ], + [ + 118.379756, + 36.245265 + ], + [ + 118.368385, + 36.248412 + ], + [ + 118.350775, + 36.263538 + ], + [ + 118.31524, + 36.24938 + ], + [ + 118.306948, + 36.252123 + ], + [ + 118.315003, + 36.266361 + ], + [ + 118.31366, + 36.277371 + ], + [ + 118.317609, + 36.288903 + ], + [ + 118.310107, + 36.295716 + ], + [ + 118.315477, + 36.304464 + ], + [ + 118.30908, + 36.307125 + ], + [ + 118.304105, + 36.321393 + ], + [ + 118.291075, + 36.326189 + ], + [ + 118.300157, + 36.338116 + ], + [ + 118.269912, + 36.339849 + ], + [ + 118.261857, + 36.345852 + ], + [ + 118.262726, + 36.352218 + ], + [ + 118.256093, + 36.363175 + ], + [ + 118.239825, + 36.376748 + ], + [ + 118.235403, + 36.389634 + ], + [ + 118.251592, + 36.401995 + ], + [ + 118.250407, + 36.411214 + ], + [ + 118.227427, + 36.408034 + ], + [ + 118.224427, + 36.414234 + ], + [ + 118.228533, + 36.430736 + ], + [ + 118.232797, + 36.432869 + ], + [ + 118.22719, + 36.451379 + ], + [ + 118.233508, + 36.456609 + ], + [ + 118.229638, + 36.467793 + ], + [ + 118.216135, + 36.478573 + ], + [ + 118.212818, + 36.490075 + ], + [ + 118.218346, + 36.497354 + ], + [ + 118.210528, + 36.503466 + ], + [ + 118.213766, + 36.513075 + ], + [ + 118.210844, + 36.526099 + ], + [ + 118.221663, + 36.531887 + ], + [ + 118.214556, + 36.539322 + ], + [ + 118.191892, + 36.546074 + ], + [ + 118.183916, + 36.561142 + ], + [ + 118.180915, + 36.5607 + ], + [ + 118.180678, + 36.577412 + ], + [ + 118.176967, + 36.582996 + ], + [ + 118.180363, + 36.593599 + ], + [ + 118.189523, + 36.599141 + ], + [ + 118.200657, + 36.612071 + ], + [ + 118.214793, + 36.621144 + ], + [ + 118.20658, + 36.637482 + ], + [ + 118.199631, + 36.639047 + ], + [ + 118.215898, + 36.648921 + ], + [ + 118.221189, + 36.664169 + ], + [ + 118.230191, + 36.660357 + ], + [ + 118.226796, + 36.668382 + ], + [ + 118.215819, + 36.668262 + ], + [ + 118.21653, + 36.6811 + ], + [ + 118.228059, + 36.694016 + ], + [ + 118.245037, + 36.690647 + ], + [ + 118.238246, + 36.697305 + ], + [ + 118.227585, + 36.697625 + ], + [ + 118.237614, + 36.712704 + ], + [ + 118.227743, + 36.717957 + ], + [ + 118.234219, + 36.726457 + ], + [ + 118.254276, + 36.731789 + ], + [ + 118.264147, + 36.72373 + ], + [ + 118.277019, + 36.719801 + ], + [ + 118.284363, + 36.72337 + ], + [ + 118.276151, + 36.731749 + ], + [ + 118.27157, + 36.744015 + ], + [ + 118.279546, + 36.753033 + ], + [ + 118.298183, + 36.753914 + ], + [ + 118.297788, + 36.777677 + ], + [ + 118.307501, + 36.776234 + ], + [ + 118.318161, + 36.77972 + ], + [ + 118.321636, + 36.770905 + ], + [ + 118.350222, + 36.768301 + ], + [ + 118.388522, + 36.791217 + ], + [ + 118.419872, + 36.796304 + ], + [ + 118.424531, + 36.802673 + ], + [ + 118.438666, + 36.809682 + ], + [ + 118.44072, + 36.828142 + ], + [ + 118.435508, + 36.838391 + ], + [ + 118.450038, + 36.83747 + ], + [ + 118.453828, + 36.857564 + ], + [ + 118.461488, + 36.854322 + ], + [ + 118.460462, + 36.846597 + ], + [ + 118.480993, + 36.852641 + ], + [ + 118.479967, + 36.860166 + ], + [ + 118.465042, + 36.861366 + ], + [ + 118.476966, + 36.876893 + ], + [ + 118.482809, + 36.879214 + ], + [ + 118.483046, + 36.900777 + ], + [ + 118.474913, + 36.905297 + ], + [ + 118.481862, + 36.914136 + ], + [ + 118.48968, + 36.914096 + ], + [ + 118.496708, + 36.924733 + ], + [ + 118.492365, + 36.931611 + ], + [ + 118.494339, + 36.941846 + ], + [ + 118.467411, + 36.945484 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370800, + "name": "济宁市", + "center": [ + 116.587245, + 35.415393 + ], + "centroid": [ + 116.74105, + 35.371092 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 7, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.392342, + 34.574909 + ], + [ + 117.363045, + 34.589241 + ], + [ + 117.357991, + 34.582693 + ], + [ + 117.344014, + 34.582075 + ], + [ + 117.325378, + 34.570996 + ], + [ + 117.333037, + 34.56177 + ], + [ + 117.32135, + 34.565436 + ], + [ + 117.294264, + 34.554025 + ], + [ + 117.30303, + 34.548999 + ], + [ + 117.302477, + 34.541253 + ], + [ + 117.285341, + 34.533012 + ], + [ + 117.268047, + 34.532806 + ], + [ + 117.27547, + 34.520113 + ], + [ + 117.269705, + 34.511664 + ], + [ + 117.274364, + 34.503544 + ], + [ + 117.259282, + 34.49736 + ], + [ + 117.267494, + 34.480003 + ], + [ + 117.263625, + 34.472622 + ], + [ + 117.256044, + 34.476292 + ], + [ + 117.252332, + 34.486518 + ], + [ + 117.242698, + 34.478519 + ], + [ + 117.255096, + 34.472539 + ], + [ + 117.255886, + 34.462023 + ], + [ + 117.24791, + 34.451052 + ], + [ + 117.234644, + 34.454476 + ], + [ + 117.222325, + 34.450599 + ], + [ + 117.222088, + 34.445731 + ], + [ + 117.200214, + 34.441606 + ], + [ + 117.199503, + 34.43451 + ], + [ + 117.166099, + 34.434675 + ], + [ + 117.159861, + 34.453115 + ], + [ + 117.156623, + 34.48091 + ], + [ + 117.145963, + 34.503956 + ], + [ + 117.139803, + 34.522875 + ], + [ + 117.140593, + 34.538699 + ], + [ + 117.151253, + 34.559257 + ], + [ + 117.147621, + 34.570255 + ], + [ + 117.133486, + 34.58607 + ], + [ + 117.123694, + 34.604682 + ], + [ + 117.115244, + 34.628146 + ], + [ + 117.103952, + 34.64897 + ], + [ + 117.095897, + 34.64753 + ], + [ + 117.081525, + 34.638188 + ], + [ + 117.072996, + 34.639094 + ], + [ + 117.062336, + 34.657735 + ], + [ + 117.061704, + 34.675713 + ], + [ + 117.072049, + 34.694181 + ], + [ + 117.07734, + 34.696484 + ], + [ + 117.069048, + 34.708287 + ], + [ + 117.070469, + 34.713714 + ], + [ + 117.061151, + 34.723993 + ], + [ + 117.043225, + 34.736531 + ], + [ + 117.021904, + 34.759219 + ], + [ + 116.995687, + 34.758274 + ], + [ + 116.989685, + 34.765136 + ], + [ + 116.978472, + 34.763616 + ], + [ + 116.976814, + 34.771259 + ], + [ + 116.96789, + 34.772984 + ], + [ + 116.965837, + 34.785063 + ], + [ + 116.951623, + 34.794553 + ], + [ + 116.951149, + 34.810571 + ], + [ + 116.971681, + 34.811885 + ], + [ + 116.979183, + 34.814966 + ], + [ + 116.966074, + 34.844487 + ], + [ + 116.92888, + 34.842886 + ], + [ + 116.930144, + 34.859675 + ], + [ + 116.936303, + 34.865093 + ], + [ + 116.951465, + 34.864313 + ], + [ + 116.976892, + 34.868541 + ], + [ + 116.966943, + 34.875599 + ], + [ + 116.945226, + 34.876789 + ], + [ + 116.945305, + 34.873794 + ], + [ + 116.922168, + 34.871413 + ], + [ + 116.922326, + 34.894515 + ], + [ + 116.89903, + 34.904689 + ], + [ + 116.876129, + 34.912524 + ], + [ + 116.858125, + 34.928355 + ], + [ + 116.822115, + 34.929299 + ], + [ + 116.815877, + 34.965298 + ], + [ + 116.80877, + 34.968823 + ], + [ + 116.812166, + 34.927945 + ], + [ + 116.803874, + 34.928314 + ], + [ + 116.803716, + 34.970339 + ], + [ + 116.789107, + 34.975094 + ], + [ + 116.789107, + 34.959804 + ], + [ + 116.781605, + 34.961895 + ], + [ + 116.785474, + 34.9473 + ], + [ + 116.796925, + 34.944143 + ], + [ + 116.797635, + 34.938771 + ], + [ + 116.786975, + 34.940453 + ], + [ + 116.78121, + 34.916585 + ], + [ + 116.756572, + 34.917487 + ], + [ + 116.74599, + 34.915764 + ], + [ + 116.74528, + 34.920973 + ], + [ + 116.720405, + 34.926141 + ], + [ + 116.706191, + 34.933974 + ], + [ + 116.696951, + 34.932743 + ], + [ + 116.677999, + 34.939182 + ], + [ + 116.675709, + 34.933154 + ], + [ + 116.658415, + 34.933441 + ], + [ + 116.657862, + 34.929012 + ], + [ + 116.640016, + 34.932579 + ], + [ + 116.631803, + 34.94074 + ], + [ + 116.622485, + 34.940043 + ], + [ + 116.613877, + 34.922778 + ], + [ + 116.5601, + 34.909324 + ], + [ + 116.546123, + 34.909406 + ], + [ + 116.523064, + 34.903951 + ], + [ + 116.502769, + 34.906125 + ], + [ + 116.500558, + 34.90112 + ], + [ + 116.480737, + 34.897387 + ], + [ + 116.455784, + 34.900628 + ], + [ + 116.445044, + 34.895418 + ], + [ + 116.445281, + 34.888648 + ], + [ + 116.436042, + 34.883026 + ], + [ + 116.409745, + 34.852944 + ], + [ + 116.373815, + 34.86538 + ], + [ + 116.339543, + 34.867022 + ], + [ + 116.325803, + 34.874943 + ], + [ + 116.299032, + 34.877733 + ], + [ + 116.286713, + 34.88159 + ], + [ + 116.266261, + 34.89751 + ], + [ + 116.226935, + 34.911786 + ], + [ + 116.213826, + 34.913098 + ], + [ + 116.201586, + 34.919702 + ], + [ + 116.192505, + 34.939182 + ], + [ + 116.162181, + 34.94361 + ], + [ + 116.155153, + 34.947259 + ], + [ + 116.162023, + 34.957632 + ], + [ + 116.171499, + 34.964683 + ], + [ + 116.170789, + 34.974684 + ], + [ + 116.139754, + 34.995421 + ], + [ + 116.115748, + 35.025574 + ], + [ + 116.114564, + 35.039828 + ], + [ + 116.119381, + 35.053383 + ], + [ + 116.141413, + 35.055062 + ], + [ + 116.140228, + 35.06018 + ], + [ + 116.15389, + 35.088467 + ], + [ + 116.141018, + 35.09076 + ], + [ + 116.154284, + 35.113513 + ], + [ + 116.181765, + 35.11204 + ], + [ + 116.204903, + 35.145668 + ], + [ + 116.214537, + 35.155606 + ], + [ + 116.223618, + 35.173231 + ], + [ + 116.221881, + 35.181817 + ], + [ + 116.213115, + 35.196697 + ], + [ + 116.228356, + 35.194367 + ], + [ + 116.234516, + 35.200008 + ], + [ + 116.234437, + 35.208264 + ], + [ + 116.248256, + 35.195634 + ], + [ + 116.269104, + 35.191178 + ], + [ + 116.284265, + 35.22506 + ], + [ + 116.285608, + 35.242669 + ], + [ + 116.269656, + 35.269872 + ], + [ + 116.265866, + 35.271547 + ], + [ + 116.237201, + 35.261745 + ], + [ + 116.223539, + 35.260438 + ], + [ + 116.215642, + 35.29131 + ], + [ + 116.199612, + 35.304986 + ], + [ + 116.193452, + 35.337555 + ], + [ + 116.201744, + 35.345185 + ], + [ + 116.215169, + 35.350734 + ], + [ + 116.22117, + 35.358608 + ], + [ + 116.223855, + 35.371702 + ], + [ + 116.215879, + 35.393438 + ], + [ + 116.212642, + 35.409054 + ], + [ + 116.215958, + 35.419857 + ], + [ + 116.215484, + 35.435957 + ], + [ + 116.204429, + 35.436079 + ], + [ + 116.20206, + 35.458247 + ], + [ + 116.206798, + 35.465703 + ], + [ + 116.19669, + 35.46334 + ], + [ + 116.188319, + 35.467781 + ], + [ + 116.188319, + 35.477313 + ], + [ + 116.177817, + 35.466151 + ], + [ + 116.178685, + 35.450342 + ], + [ + 116.167946, + 35.452217 + ], + [ + 116.15689, + 35.446838 + ], + [ + 116.160918, + 35.471569 + ], + [ + 116.15002, + 35.469573 + ], + [ + 116.129567, + 35.475235 + ], + [ + 116.128778, + 35.489614 + ], + [ + 116.121276, + 35.497881 + ], + [ + 116.12554, + 35.516042 + ], + [ + 116.123408, + 35.540589 + ], + [ + 116.115274, + 35.566471 + ], + [ + 116.114327, + 35.577456 + ], + [ + 116.125145, + 35.587871 + ], + [ + 116.125145, + 35.59385 + ], + [ + 116.116222, + 35.606621 + ], + [ + 116.115906, + 35.618414 + ], + [ + 116.134384, + 35.638539 + ], + [ + 116.127514, + 35.649433 + ], + [ + 116.121829, + 35.67459 + ], + [ + 116.103034, + 35.687348 + ], + [ + 116.089847, + 35.699373 + ], + [ + 116.079897, + 35.712452 + ], + [ + 116.071052, + 35.719072 + ], + [ + 116.041518, + 35.733893 + ], + [ + 116.026909, + 35.749687 + ], + [ + 116.017591, + 35.756263 + ], + [ + 115.970289, + 35.782156 + ], + [ + 115.945493, + 35.791976 + ], + [ + 115.922119, + 35.799157 + ], + [ + 115.925988, + 35.804756 + ], + [ + 115.911932, + 35.811733 + ], + [ + 115.898192, + 35.805202 + ], + [ + 115.883583, + 35.808163 + ], + [ + 115.877107, + 35.820657 + ], + [ + 115.875212, + 35.835095 + ], + [ + 115.876002, + 35.867124 + ], + [ + 115.876081, + 35.875069 + ], + [ + 115.882872, + 35.879892 + ], + [ + 115.883267, + 35.895413 + ], + [ + 115.88911, + 35.897561 + ], + [ + 115.884767, + 35.909108 + ], + [ + 115.872369, + 35.909351 + ], + [ + 115.875133, + 35.920168 + ], + [ + 115.907826, + 35.926851 + ], + [ + 115.909958, + 35.935762 + ], + [ + 115.906325, + 35.9454 + ], + [ + 115.911853, + 35.960261 + ], + [ + 115.957654, + 35.967994 + ], + [ + 115.985135, + 35.974107 + ], + [ + 116.00006, + 35.974349 + ], + [ + 116.036069, + 35.96771 + ], + [ + 116.048704, + 35.970301 + ], + [ + 116.0506, + 35.981919 + ], + [ + 116.061892, + 35.97358 + ], + [ + 116.065367, + 35.964714 + ], + [ + 116.060392, + 35.956374 + ], + [ + 116.048704, + 35.948114 + ], + [ + 116.05897, + 35.936167 + ], + [ + 116.07279, + 35.940055 + ], + [ + 116.074606, + 35.927459 + ], + [ + 116.086767, + 35.923246 + ], + [ + 116.081634, + 35.914172 + ], + [ + 116.09261, + 35.904935 + ], + [ + 116.126172, + 35.891037 + ], + [ + 116.142834, + 35.895656 + ], + [ + 116.154284, + 35.886012 + ], + [ + 116.161155, + 35.900397 + ], + [ + 116.166998, + 35.90457 + ], + [ + 116.185398, + 35.900478 + ], + [ + 116.190057, + 35.892536 + ], + [ + 116.20814, + 35.886863 + ], + [ + 116.214774, + 35.889659 + ], + [ + 116.218485, + 35.879811 + ], + [ + 116.221091, + 35.892779 + ], + [ + 116.233963, + 35.888403 + ], + [ + 116.230804, + 35.860963 + ], + [ + 116.233963, + 35.851273 + ], + [ + 116.245808, + 35.834162 + ], + [ + 116.250072, + 35.823536 + ], + [ + 116.274868, + 35.803377 + ], + [ + 116.277395, + 35.806581 + ], + [ + 116.304007, + 35.799401 + ], + [ + 116.297295, + 35.795546 + ], + [ + 116.301875, + 35.777084 + ], + [ + 116.309377, + 35.77404 + ], + [ + 116.32983, + 35.787594 + ], + [ + 116.336621, + 35.796723 + ], + [ + 116.355652, + 35.800537 + ], + [ + 116.362838, + 35.795952 + ], + [ + 116.377921, + 35.796642 + ], + [ + 116.385581, + 35.801754 + ], + [ + 116.400822, + 35.794613 + ], + [ + 116.421196, + 35.799279 + ], + [ + 116.428698, + 35.796398 + ], + [ + 116.436989, + 35.807271 + ], + [ + 116.459811, + 35.81583 + ], + [ + 116.459732, + 35.828241 + ], + [ + 116.468024, + 35.836149 + ], + [ + 116.475841, + 35.83327 + ], + [ + 116.486976, + 35.84138 + ], + [ + 116.507508, + 35.84361 + ], + [ + 116.515325, + 35.841866 + ], + [ + 116.520616, + 35.853057 + ], + [ + 116.525275, + 35.847462 + ], + [ + 116.53641, + 35.847178 + ], + [ + 116.549834, + 35.857517 + ], + [ + 116.55702, + 35.890753 + ], + [ + 116.566023, + 35.899222 + ], + [ + 116.595715, + 35.905056 + ], + [ + 116.599663, + 35.916157 + ], + [ + 116.618536, + 35.935195 + ], + [ + 116.62817, + 35.938556 + ], + [ + 116.665996, + 35.940176 + ], + [ + 116.676973, + 35.925596 + ], + [ + 116.672392, + 35.92118 + ], + [ + 116.666944, + 35.898209 + ], + [ + 116.647518, + 35.884674 + ], + [ + 116.62438, + 35.878068 + ], + [ + 116.614904, + 35.865746 + ], + [ + 116.617036, + 35.855206 + ], + [ + 116.641042, + 35.836879 + ], + [ + 116.656441, + 35.828525 + ], + [ + 116.676736, + 35.822198 + ], + [ + 116.686607, + 35.814005 + ], + [ + 116.687317, + 35.798062 + ], + [ + 116.670497, + 35.761499 + ], + [ + 116.662679, + 35.758252 + ], + [ + 116.636699, + 35.764137 + ], + [ + 116.619563, + 35.756628 + ], + [ + 116.614588, + 35.74924 + ], + [ + 116.612061, + 35.71237 + ], + [ + 116.615615, + 35.705222 + ], + [ + 116.627539, + 35.705791 + ], + [ + 116.648939, + 35.713426 + ], + [ + 116.664969, + 35.716716 + ], + [ + 116.68866, + 35.724838 + ], + [ + 116.698847, + 35.72098 + ], + [ + 116.705322, + 35.70839 + ], + [ + 116.733829, + 35.703435 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.762732, + 35.708309 + ], + [ + 116.770076, + 35.703557 + ], + [ + 116.77742, + 35.690882 + ], + [ + 116.795345, + 35.682188 + ], + [ + 116.8049, + 35.686292 + ], + [ + 116.811376, + 35.706034 + ], + [ + 116.8218, + 35.705222 + ], + [ + 116.8233, + 35.696935 + ], + [ + 116.836882, + 35.697382 + ], + [ + 116.861994, + 35.679059 + ], + [ + 116.879367, + 35.685479 + ], + [ + 116.88071, + 35.696732 + ], + [ + 116.897135, + 35.701851 + ], + [ + 116.909849, + 35.699982 + ], + [ + 116.91814, + 35.706278 + ], + [ + 116.930538, + 35.709406 + ], + [ + 116.931012, + 35.713629 + ], + [ + 116.949649, + 35.715741 + ], + [ + 116.954939, + 35.719072 + ], + [ + 116.952412, + 35.737507 + ], + [ + 116.946253, + 35.744368 + ], + [ + 116.952412, + 35.7561 + ], + [ + 116.974366, + 35.760444 + ], + [ + 116.993397, + 35.794045 + ], + [ + 116.991423, + 35.805973 + ], + [ + 117.009506, + 35.807636 + ], + [ + 117.0268, + 35.799401 + ], + [ + 117.049622, + 35.801307 + ], + [ + 117.070864, + 35.790394 + ], + [ + 117.083815, + 35.80431 + ], + [ + 117.097318, + 35.802687 + ], + [ + 117.103241, + 35.790272 + ], + [ + 117.131275, + 35.786498 + ], + [ + 117.137908, + 35.783374 + ], + [ + 117.135855, + 35.774811 + ], + [ + 117.128353, + 35.769901 + ], + [ + 117.135381, + 35.767303 + ], + [ + 117.143436, + 35.771727 + ], + [ + 117.163651, + 35.775014 + ], + [ + 117.175023, + 35.780209 + ], + [ + 117.200214, + 35.775095 + ], + [ + 117.21806, + 35.778464 + ], + [ + 117.226984, + 35.773959 + ], + [ + 117.260308, + 35.771037 + ], + [ + 117.297581, + 35.788487 + ], + [ + 117.306504, + 35.798833 + ], + [ + 117.318428, + 35.793802 + ], + [ + 117.341013, + 35.793558 + ], + [ + 117.343382, + 35.784267 + ], + [ + 117.350331, + 35.782725 + ], + [ + 117.364467, + 35.770225 + ], + [ + 117.379155, + 35.775785 + ], + [ + 117.391, + 35.767141 + ], + [ + 117.415559, + 35.775177 + ], + [ + 117.431195, + 35.760971 + ], + [ + 117.440197, + 35.744571 + ], + [ + 117.452832, + 35.742298 + ], + [ + 117.478733, + 35.732675 + ], + [ + 117.488683, + 35.721102 + ], + [ + 117.49121, + 35.707903 + ], + [ + 117.511031, + 35.712411 + ], + [ + 117.530931, + 35.707131 + ], + [ + 117.520586, + 35.697626 + ], + [ + 117.529431, + 35.682879 + ], + [ + 117.576022, + 35.650206 + ], + [ + 117.596948, + 35.630449 + ], + [ + 117.588893, + 35.619878 + ], + [ + 117.585577, + 35.593972 + ], + [ + 117.592763, + 35.589701 + ], + [ + 117.590394, + 35.573551 + ], + [ + 117.593473, + 35.567448 + ], + [ + 117.582418, + 35.554141 + ], + [ + 117.528641, + 35.547182 + ], + [ + 117.515058, + 35.551008 + ], + [ + 117.499502, + 35.550845 + ], + [ + 117.496264, + 35.543031 + ], + [ + 117.50424, + 35.531675 + ], + [ + 117.516401, + 35.527319 + ], + [ + 117.520033, + 35.51991 + ], + [ + 117.513795, + 35.514576 + ], + [ + 117.501634, + 35.512947 + ], + [ + 117.498396, + 35.503093 + ], + [ + 117.481734, + 35.507898 + ], + [ + 117.472416, + 35.514372 + ], + [ + 117.467441, + 35.512255 + ], + [ + 117.462703, + 35.497922 + ], + [ + 117.452279, + 35.490306 + ], + [ + 117.442171, + 35.469247 + ], + [ + 117.42851, + 35.458614 + ], + [ + 117.453779, + 35.442396 + ], + [ + 117.455833, + 35.424953 + ], + [ + 117.467441, + 35.418186 + ], + [ + 117.474785, + 35.400941 + ], + [ + 117.463334, + 35.39038 + ], + [ + 117.463887, + 35.375617 + ], + [ + 117.439644, + 35.359668 + ], + [ + 117.439012, + 35.348939 + ], + [ + 117.446988, + 35.330292 + ], + [ + 117.453937, + 35.325027 + ], + [ + 117.478891, + 35.314375 + ], + [ + 117.463098, + 35.287472 + ], + [ + 117.439565, + 35.282368 + ], + [ + 117.419191, + 35.273997 + ], + [ + 117.406004, + 35.283348 + ], + [ + 117.403635, + 35.301394 + ], + [ + 117.399528, + 35.306374 + ], + [ + 117.359571, + 35.318375 + ], + [ + 117.347568, + 35.315109 + ], + [ + 117.318034, + 35.320252 + ], + [ + 117.308557, + 35.312579 + ], + [ + 117.314085, + 35.302129 + ], + [ + 117.311163, + 35.28588 + ], + [ + 117.305794, + 35.295229 + ], + [ + 117.290079, + 35.299394 + ], + [ + 117.284472, + 35.294331 + ], + [ + 117.262203, + 35.287472 + ], + [ + 117.269231, + 35.261296 + ], + [ + 117.220824, + 35.26489 + ], + [ + 117.204873, + 35.258518 + ], + [ + 117.199108, + 35.24749 + ], + [ + 117.176681, + 35.243159 + ], + [ + 117.152675, + 35.232047 + ], + [ + 117.123536, + 35.23078 + ], + [ + 117.104899, + 35.221464 + ], + [ + 117.092896, + 35.220361 + ], + [ + 117.065336, + 35.22792 + ], + [ + 117.053333, + 35.224202 + ], + [ + 117.028774, + 35.221219 + ], + [ + 117.014639, + 35.214844 + ], + [ + 116.995687, + 35.1978 + ], + [ + 116.969706, + 35.187377 + ], + [ + 116.962047, + 35.177319 + ], + [ + 116.938277, + 35.172168 + ], + [ + 116.925721, + 35.182266 + ], + [ + 116.913718, + 35.178791 + ], + [ + 116.904716, + 35.182471 + ], + [ + 116.898398, + 35.195757 + ], + [ + 116.876603, + 35.188031 + ], + [ + 116.86618, + 35.172617 + ], + [ + 116.85394, + 35.16861 + ], + [ + 116.832776, + 35.184392 + ], + [ + 116.811218, + 35.17736 + ], + [ + 116.81564, + 35.170777 + ], + [ + 116.813192, + 35.159573 + ], + [ + 116.81793, + 35.150699 + ], + [ + 116.825748, + 35.147631 + ], + [ + 116.832065, + 35.123783 + ], + [ + 116.848649, + 35.103774 + ], + [ + 116.863179, + 35.091496 + ], + [ + 116.888922, + 35.093829 + ], + [ + 116.888212, + 35.085193 + ], + [ + 116.900373, + 35.068737 + ], + [ + 116.880473, + 35.062595 + ], + [ + 116.881183, + 35.058133 + ], + [ + 116.900767, + 35.05977 + ], + [ + 116.907875, + 35.046995 + ], + [ + 116.937172, + 35.0275 + ], + [ + 116.951702, + 35.020618 + ], + [ + 116.956993, + 35.01054 + ], + [ + 116.954466, + 34.993331 + ], + [ + 116.943015, + 34.975627 + ], + [ + 116.955334, + 34.967142 + ], + [ + 116.9671, + 34.951072 + ], + [ + 116.980367, + 34.941027 + ], + [ + 116.989448, + 34.93873 + ], + [ + 117.017719, + 34.942503 + ], + [ + 117.038487, + 34.937869 + ], + [ + 117.043462, + 34.932825 + ], + [ + 117.041093, + 34.925157 + ], + [ + 117.05815, + 34.926961 + ], + [ + 117.06123, + 34.930406 + ], + [ + 117.073707, + 34.925485 + ], + [ + 117.082551, + 34.934917 + ], + [ + 117.103399, + 34.937459 + ], + [ + 117.111059, + 34.917774 + ], + [ + 117.110111, + 34.90514 + ], + [ + 117.12093, + 34.903581 + ], + [ + 117.125826, + 34.863451 + ], + [ + 117.139013, + 34.854052 + ], + [ + 117.140593, + 34.846499 + ], + [ + 117.156623, + 34.834306 + ], + [ + 117.17755, + 34.828722 + ], + [ + 117.194686, + 34.816239 + ], + [ + 117.180314, + 34.800221 + ], + [ + 117.172733, + 34.799194 + ], + [ + 117.162467, + 34.782105 + ], + [ + 117.176523, + 34.779065 + ], + [ + 117.180551, + 34.784201 + ], + [ + 117.191369, + 34.780914 + ], + [ + 117.212927, + 34.761027 + ], + [ + 117.22422, + 34.745533 + ], + [ + 117.236697, + 34.746355 + ], + [ + 117.242067, + 34.729995 + ], + [ + 117.253675, + 34.721444 + ], + [ + 117.271443, + 34.726501 + ], + [ + 117.278787, + 34.715647 + ], + [ + 117.304609, + 34.714866 + ], + [ + 117.310611, + 34.717333 + ], + [ + 117.326167, + 34.703434 + ], + [ + 117.324272, + 34.697307 + ], + [ + 117.335485, + 34.692454 + ], + [ + 117.329247, + 34.677359 + ], + [ + 117.346067, + 34.670982 + ], + [ + 117.35657, + 34.661643 + ], + [ + 117.354201, + 34.653538 + ], + [ + 117.366915, + 34.650246 + ], + [ + 117.374022, + 34.636172 + ], + [ + 117.376707, + 34.622301 + ], + [ + 117.384051, + 34.628228 + ], + [ + 117.402687, + 34.628434 + ], + [ + 117.4109, + 34.623454 + ], + [ + 117.407978, + 34.610651 + ], + [ + 117.397949, + 34.604393 + ], + [ + 117.398976, + 34.588335 + ], + [ + 117.393922, + 34.587676 + ], + [ + 117.392342, + 34.574909 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 370900, + "name": "泰安市", + "center": [ + 117.129063, + 36.194968 + ], + "centroid": [ + 117.030947, + 36.002333 + ], + "childrenNum": 6, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 8, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.596948, + 35.630449 + ], + [ + 117.576022, + 35.650206 + ], + [ + 117.529431, + 35.682879 + ], + [ + 117.520586, + 35.697626 + ], + [ + 117.530931, + 35.707131 + ], + [ + 117.511031, + 35.712411 + ], + [ + 117.49121, + 35.707903 + ], + [ + 117.488683, + 35.721102 + ], + [ + 117.478733, + 35.732675 + ], + [ + 117.452832, + 35.742298 + ], + [ + 117.440197, + 35.744571 + ], + [ + 117.431195, + 35.760971 + ], + [ + 117.415559, + 35.775177 + ], + [ + 117.391, + 35.767141 + ], + [ + 117.379155, + 35.775785 + ], + [ + 117.364467, + 35.770225 + ], + [ + 117.350331, + 35.782725 + ], + [ + 117.343382, + 35.784267 + ], + [ + 117.341013, + 35.793558 + ], + [ + 117.318428, + 35.793802 + ], + [ + 117.306504, + 35.798833 + ], + [ + 117.297581, + 35.788487 + ], + [ + 117.260308, + 35.771037 + ], + [ + 117.226984, + 35.773959 + ], + [ + 117.21806, + 35.778464 + ], + [ + 117.200214, + 35.775095 + ], + [ + 117.175023, + 35.780209 + ], + [ + 117.163651, + 35.775014 + ], + [ + 117.143436, + 35.771727 + ], + [ + 117.135381, + 35.767303 + ], + [ + 117.128353, + 35.769901 + ], + [ + 117.135855, + 35.774811 + ], + [ + 117.137908, + 35.783374 + ], + [ + 117.131275, + 35.786498 + ], + [ + 117.103241, + 35.790272 + ], + [ + 117.097318, + 35.802687 + ], + [ + 117.083815, + 35.80431 + ], + [ + 117.070864, + 35.790394 + ], + [ + 117.049622, + 35.801307 + ], + [ + 117.0268, + 35.799401 + ], + [ + 117.009506, + 35.807636 + ], + [ + 116.991423, + 35.805973 + ], + [ + 116.993397, + 35.794045 + ], + [ + 116.974366, + 35.760444 + ], + [ + 116.952412, + 35.7561 + ], + [ + 116.946253, + 35.744368 + ], + [ + 116.952412, + 35.737507 + ], + [ + 116.954939, + 35.719072 + ], + [ + 116.949649, + 35.715741 + ], + [ + 116.931012, + 35.713629 + ], + [ + 116.930538, + 35.709406 + ], + [ + 116.91814, + 35.706278 + ], + [ + 116.909849, + 35.699982 + ], + [ + 116.897135, + 35.701851 + ], + [ + 116.88071, + 35.696732 + ], + [ + 116.879367, + 35.685479 + ], + [ + 116.861994, + 35.679059 + ], + [ + 116.836882, + 35.697382 + ], + [ + 116.8233, + 35.696935 + ], + [ + 116.8218, + 35.705222 + ], + [ + 116.811376, + 35.706034 + ], + [ + 116.8049, + 35.686292 + ], + [ + 116.795345, + 35.682188 + ], + [ + 116.77742, + 35.690882 + ], + [ + 116.770076, + 35.703557 + ], + [ + 116.762732, + 35.708309 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.743069, + 35.703597 + ], + [ + 116.733829, + 35.703435 + ], + [ + 116.705322, + 35.70839 + ], + [ + 116.698847, + 35.72098 + ], + [ + 116.68866, + 35.724838 + ], + [ + 116.664969, + 35.716716 + ], + [ + 116.648939, + 35.713426 + ], + [ + 116.627539, + 35.705791 + ], + [ + 116.615615, + 35.705222 + ], + [ + 116.612061, + 35.71237 + ], + [ + 116.614588, + 35.74924 + ], + [ + 116.619563, + 35.756628 + ], + [ + 116.636699, + 35.764137 + ], + [ + 116.662679, + 35.758252 + ], + [ + 116.670497, + 35.761499 + ], + [ + 116.687317, + 35.798062 + ], + [ + 116.686607, + 35.814005 + ], + [ + 116.676736, + 35.822198 + ], + [ + 116.656441, + 35.828525 + ], + [ + 116.641042, + 35.836879 + ], + [ + 116.617036, + 35.855206 + ], + [ + 116.614904, + 35.865746 + ], + [ + 116.62438, + 35.878068 + ], + [ + 116.647518, + 35.884674 + ], + [ + 116.666944, + 35.898209 + ], + [ + 116.672392, + 35.92118 + ], + [ + 116.676973, + 35.925596 + ], + [ + 116.665996, + 35.940176 + ], + [ + 116.62817, + 35.938556 + ], + [ + 116.618536, + 35.935195 + ], + [ + 116.599663, + 35.916157 + ], + [ + 116.595715, + 35.905056 + ], + [ + 116.566023, + 35.899222 + ], + [ + 116.55702, + 35.890753 + ], + [ + 116.549834, + 35.857517 + ], + [ + 116.53641, + 35.847178 + ], + [ + 116.525275, + 35.847462 + ], + [ + 116.520616, + 35.853057 + ], + [ + 116.515325, + 35.841866 + ], + [ + 116.507508, + 35.84361 + ], + [ + 116.486976, + 35.84138 + ], + [ + 116.475841, + 35.83327 + ], + [ + 116.468024, + 35.836149 + ], + [ + 116.459732, + 35.828241 + ], + [ + 116.459811, + 35.81583 + ], + [ + 116.436989, + 35.807271 + ], + [ + 116.428698, + 35.796398 + ], + [ + 116.421196, + 35.799279 + ], + [ + 116.400822, + 35.794613 + ], + [ + 116.385581, + 35.801754 + ], + [ + 116.377921, + 35.796642 + ], + [ + 116.362838, + 35.795952 + ], + [ + 116.355652, + 35.800537 + ], + [ + 116.336621, + 35.796723 + ], + [ + 116.32983, + 35.787594 + ], + [ + 116.309377, + 35.77404 + ], + [ + 116.301875, + 35.777084 + ], + [ + 116.297295, + 35.795546 + ], + [ + 116.304007, + 35.799401 + ], + [ + 116.277395, + 35.806581 + ], + [ + 116.274868, + 35.803377 + ], + [ + 116.250072, + 35.823536 + ], + [ + 116.245808, + 35.834162 + ], + [ + 116.233963, + 35.851273 + ], + [ + 116.230804, + 35.860963 + ], + [ + 116.233963, + 35.888403 + ], + [ + 116.221091, + 35.892779 + ], + [ + 116.218485, + 35.879811 + ], + [ + 116.214774, + 35.889659 + ], + [ + 116.20814, + 35.886863 + ], + [ + 116.190057, + 35.892536 + ], + [ + 116.185398, + 35.900478 + ], + [ + 116.166998, + 35.90457 + ], + [ + 116.161155, + 35.900397 + ], + [ + 116.154284, + 35.886012 + ], + [ + 116.142834, + 35.895656 + ], + [ + 116.126172, + 35.891037 + ], + [ + 116.09261, + 35.904935 + ], + [ + 116.081634, + 35.914172 + ], + [ + 116.086767, + 35.923246 + ], + [ + 116.074606, + 35.927459 + ], + [ + 116.07279, + 35.940055 + ], + [ + 116.05897, + 35.936167 + ], + [ + 116.048704, + 35.948114 + ], + [ + 116.060392, + 35.956374 + ], + [ + 116.065367, + 35.964714 + ], + [ + 116.061892, + 35.97358 + ], + [ + 116.0506, + 35.981919 + ], + [ + 116.052574, + 35.99912 + ], + [ + 116.06284, + 36.028899 + ], + [ + 116.073658, + 36.026148 + ], + [ + 116.079502, + 36.042611 + ], + [ + 116.076106, + 36.056887 + ], + [ + 116.087162, + 36.071403 + ], + [ + 116.091742, + 36.089474 + ], + [ + 116.096875, + 36.092182 + ], + [ + 116.099323, + 36.112066 + ], + [ + 116.114011, + 36.122047 + ], + [ + 116.123882, + 36.136429 + ], + [ + 116.164313, + 36.146084 + ], + [ + 116.164392, + 36.168862 + ], + [ + 116.169446, + 36.171325 + ], + [ + 116.213036, + 36.169831 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.246677, + 36.149436 + ], + [ + 116.261444, + 36.122693 + ], + [ + 116.27171, + 36.109843 + ], + [ + 116.273368, + 36.093758 + ], + [ + 116.267287, + 36.074233 + ], + [ + 116.267998, + 36.052964 + ], + [ + 116.271552, + 36.043824 + ], + [ + 116.294689, + 36.031407 + ], + [ + 116.301244, + 36.031123 + ], + [ + 116.304718, + 36.046251 + ], + [ + 116.310404, + 36.052196 + ], + [ + 116.324855, + 36.054178 + ], + [ + 116.338753, + 36.060082 + ], + [ + 116.352731, + 36.070797 + ], + [ + 116.360233, + 36.084744 + ], + [ + 116.386845, + 36.090807 + ], + [ + 116.398058, + 36.084582 + ], + [ + 116.401059, + 36.074031 + ], + [ + 116.409508, + 36.068007 + ], + [ + 116.427829, + 36.067441 + ], + [ + 116.433357, + 36.059839 + ], + [ + 116.429566, + 36.052439 + ], + [ + 116.436121, + 36.046534 + ], + [ + 116.434541, + 36.038607 + ], + [ + 116.449387, + 36.047302 + ], + [ + 116.452072, + 36.058019 + ], + [ + 116.471182, + 36.06457 + ], + [ + 116.504112, + 36.064732 + ], + [ + 116.532303, + 36.074274 + ], + [ + 116.543359, + 36.086604 + ], + [ + 116.546597, + 36.101195 + ], + [ + 116.554651, + 36.108187 + ], + [ + 116.566891, + 36.108752 + ], + [ + 116.569024, + 36.118774 + ], + [ + 116.562153, + 36.121643 + ], + [ + 116.5586, + 36.133804 + ], + [ + 116.543122, + 36.13958 + ], + [ + 116.525275, + 36.135298 + ], + [ + 116.528513, + 36.145276 + ], + [ + 116.519748, + 36.141196 + ], + [ + 116.507192, + 36.141277 + ], + [ + 116.510192, + 36.148346 + ], + [ + 116.52188, + 36.157151 + ], + [ + 116.525986, + 36.168297 + ], + [ + 116.51035, + 36.176857 + ], + [ + 116.502059, + 36.192764 + ], + [ + 116.481922, + 36.197002 + ], + [ + 116.472604, + 36.21464 + ], + [ + 116.487529, + 36.228441 + ], + [ + 116.485239, + 36.236067 + ], + [ + 116.506402, + 36.240344 + ], + [ + 116.512325, + 36.253414 + ], + [ + 116.525591, + 36.255229 + ], + [ + 116.53641, + 36.245588 + ], + [ + 116.552361, + 36.247767 + ], + [ + 116.558837, + 36.261037 + ], + [ + 116.574393, + 36.263457 + ], + [ + 116.581264, + 36.255471 + ], + [ + 116.587502, + 36.268862 + ], + [ + 116.595794, + 36.270999 + ], + [ + 116.610403, + 36.282451 + ], + [ + 116.615536, + 36.294587 + ], + [ + 116.649018, + 36.295797 + ], + [ + 116.675709, + 36.276645 + ], + [ + 116.686528, + 36.275435 + ], + [ + 116.701058, + 36.280153 + ], + [ + 116.710376, + 36.279185 + ], + [ + 116.732961, + 36.294144 + ], + [ + 116.762574, + 36.305391 + ], + [ + 116.772761, + 36.312002 + ], + [ + 116.786659, + 36.311357 + ], + [ + 116.808612, + 36.299022 + ], + [ + 116.830644, + 36.294587 + ], + [ + 116.855756, + 36.301642 + ], + [ + 116.855519, + 36.289709 + ], + [ + 116.867759, + 36.28108 + ], + [ + 116.873129, + 36.264062 + ], + [ + 116.891133, + 36.255471 + ], + [ + 116.928722, + 36.26991 + ], + [ + 116.932828, + 36.261925 + ], + [ + 116.950201, + 36.257327 + ], + [ + 116.956835, + 36.259787 + ], + [ + 116.975471, + 36.243208 + ], + [ + 116.987632, + 36.250711 + ], + [ + 117.002794, + 36.254503 + ], + [ + 117.003347, + 36.265353 + ], + [ + 117.027353, + 36.268983 + ], + [ + 117.030275, + 36.277532 + ], + [ + 117.0482, + 36.283701 + ], + [ + 117.051201, + 36.288741 + ], + [ + 117.066995, + 36.296885 + ], + [ + 117.074102, + 36.296724 + ], + [ + 117.077655, + 36.307205 + ], + [ + 117.07734, + 36.321957 + ], + [ + 117.088711, + 36.346013 + ], + [ + 117.107347, + 36.338882 + ], + [ + 117.111691, + 36.340413 + ], + [ + 117.137039, + 36.335135 + ], + [ + 117.142567, + 36.345731 + ], + [ + 117.161361, + 36.351895 + ], + [ + 117.179603, + 36.353144 + ], + [ + 117.18292, + 36.360798 + ], + [ + 117.180945, + 36.37256 + ], + [ + 117.191685, + 36.378762 + ], + [ + 117.200924, + 36.389755 + ], + [ + 117.208742, + 36.405297 + ], + [ + 117.218297, + 36.406182 + ], + [ + 117.242145, + 36.41528 + ], + [ + 117.249726, + 36.436732 + ], + [ + 117.263862, + 36.449206 + ], + [ + 117.275786, + 36.451218 + ], + [ + 117.288973, + 36.468718 + ], + [ + 117.288184, + 36.476039 + ], + [ + 117.30682, + 36.472097 + ], + [ + 117.30682, + 36.467029 + ], + [ + 117.335328, + 36.466345 + ], + [ + 117.346383, + 36.46373 + ], + [ + 117.346936, + 36.455724 + ], + [ + 117.339118, + 36.438181 + ], + [ + 117.339434, + 36.425786 + ], + [ + 117.344962, + 36.403968 + ], + [ + 117.35041, + 36.393379 + ], + [ + 117.351753, + 36.377997 + ], + [ + 117.362729, + 36.360234 + ], + [ + 117.387762, + 36.337915 + ], + [ + 117.38871, + 36.326148 + ], + [ + 117.379707, + 36.315146 + ], + [ + 117.38792, + 36.296361 + ], + [ + 117.387604, + 36.285556 + ], + [ + 117.397791, + 36.283782 + ], + [ + 117.394553, + 36.266522 + ], + [ + 117.413901, + 36.267934 + ], + [ + 117.417217, + 36.243652 + ], + [ + 117.392895, + 36.237439 + ], + [ + 117.393132, + 36.226747 + ], + [ + 117.385235, + 36.226989 + ], + [ + 117.396607, + 36.215972 + ], + [ + 117.412716, + 36.210927 + ], + [ + 117.427878, + 36.221662 + ], + [ + 117.447383, + 36.218313 + ], + [ + 117.447778, + 36.203541 + ], + [ + 117.452437, + 36.203138 + ], + [ + 117.440434, + 36.191189 + ], + [ + 117.446988, + 36.18691 + ], + [ + 117.461202, + 36.170194 + ], + [ + 117.475653, + 36.173102 + ], + [ + 117.487972, + 36.15921 + ], + [ + 117.476601, + 36.150123 + ], + [ + 117.469178, + 36.154687 + ], + [ + 117.459623, + 36.1498 + ], + [ + 117.44683, + 36.120834 + ], + [ + 117.463571, + 36.116875 + ], + [ + 117.454885, + 36.111177 + ], + [ + 117.456148, + 36.100467 + ], + [ + 117.447067, + 36.09206 + ], + [ + 117.451963, + 36.087412 + ], + [ + 117.473758, + 36.089797 + ], + [ + 117.484893, + 36.10075 + ], + [ + 117.491052, + 36.096587 + ], + [ + 117.505898, + 36.098245 + ], + [ + 117.534879, + 36.111419 + ], + [ + 117.547672, + 36.106166 + ], + [ + 117.552884, + 36.087978 + ], + [ + 117.561649, + 36.079327 + ], + [ + 117.575943, + 36.074516 + ], + [ + 117.601844, + 36.075648 + ], + [ + 117.630588, + 36.059879 + ], + [ + 117.656569, + 36.049729 + ], + [ + 117.689972, + 36.052358 + ], + [ + 117.701186, + 36.04528 + ], + [ + 117.720454, + 36.038243 + ], + [ + 117.725824, + 36.029667 + ], + [ + 117.741696, + 36.036058 + ], + [ + 117.757016, + 36.019392 + ], + [ + 117.750304, + 36.011947 + ], + [ + 117.756542, + 36.002236 + ], + [ + 117.756621, + 35.991916 + ], + [ + 117.762307, + 35.990621 + ], + [ + 117.781022, + 35.995437 + ], + [ + 117.782286, + 36.007294 + ], + [ + 117.794763, + 36.015143 + ], + [ + 117.801159, + 36.012959 + ], + [ + 117.825244, + 36.013363 + ], + [ + 117.828719, + 36.008022 + ], + [ + 117.841827, + 36.011947 + ], + [ + 117.854462, + 36.006889 + ], + [ + 117.866386, + 36.007415 + ], + [ + 117.877047, + 36.016357 + ], + [ + 117.895052, + 36.020363 + ], + [ + 117.914557, + 36.020039 + ], + [ + 117.922848, + 36.015467 + ], + [ + 117.926165, + 36.005068 + ], + [ + 117.935088, + 36.004421 + ], + [ + 117.937536, + 35.99653 + ], + [ + 117.937221, + 35.98119 + ], + [ + 117.946065, + 35.970949 + ], + [ + 117.947013, + 35.960382 + ], + [ + 117.953962, + 35.957913 + ], + [ + 117.971414, + 35.969937 + ], + [ + 117.992577, + 35.971273 + ], + [ + 117.984443, + 35.956293 + ], + [ + 117.988471, + 35.947709 + ], + [ + 117.997394, + 35.934587 + ], + [ + 117.99921, + 35.925393 + ], + [ + 117.988234, + 35.908703 + ], + [ + 117.981364, + 35.906191 + ], + [ + 117.97931, + 35.889699 + ], + [ + 117.968097, + 35.884066 + ], + [ + 117.960516, + 35.87057 + ], + [ + 117.937615, + 35.874826 + ], + [ + 117.924586, + 35.880946 + ], + [ + 117.906265, + 35.884634 + ], + [ + 117.883364, + 35.882648 + ], + [ + 117.86686, + 35.86984 + ], + [ + 117.85541, + 35.850219 + ], + [ + 117.842143, + 35.84507 + ], + [ + 117.827376, + 35.827754 + ], + [ + 117.828403, + 35.821792 + ], + [ + 117.840959, + 35.812058 + ], + [ + 117.846092, + 35.796398 + ], + [ + 117.831167, + 35.786661 + ], + [ + 117.828482, + 35.773837 + ], + [ + 117.833694, + 35.760484 + ], + [ + 117.837405, + 35.741445 + ], + [ + 117.823033, + 35.739496 + ], + [ + 117.811504, + 35.732919 + ], + [ + 117.781733, + 35.734096 + ], + [ + 117.769019, + 35.726625 + ], + [ + 117.754173, + 35.709609 + ], + [ + 117.732615, + 35.71237 + ], + [ + 117.707424, + 35.726016 + ], + [ + 117.679154, + 35.713305 + ], + [ + 117.663913, + 35.70969 + ], + [ + 117.634616, + 35.709324 + ], + [ + 117.62585, + 35.703841 + ], + [ + 117.605319, + 35.674834 + ], + [ + 117.599001, + 35.649149 + ], + [ + 117.596948, + 35.630449 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371000, + "name": "威海市", + "center": [ + 122.116394, + 37.509691 + ], + "centroid": [ + 122.000809, + 37.118689 + ], + "childrenNum": 4, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 9, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 121.923992, + 37.473096 + ], + [ + 121.966002, + 37.489648 + ], + [ + 121.979111, + 37.488378 + ], + [ + 121.996958, + 37.493974 + ], + [ + 121.999485, + 37.506236 + ], + [ + 122.013225, + 37.510006 + ], + [ + 122.017253, + 37.530914 + ], + [ + 122.036284, + 37.529446 + ], + [ + 122.045207, + 37.531628 + ], + [ + 122.053736, + 37.543448 + ], + [ + 122.069924, + 37.537062 + ], + [ + 122.075215, + 37.540473 + ], + [ + 122.074583, + 37.551816 + ], + [ + 122.066529, + 37.562364 + ], + [ + 122.069529, + 37.568747 + ], + [ + 122.088797, + 37.554116 + ], + [ + 122.107434, + 37.550309 + ], + [ + 122.123148, + 37.552926 + ], + [ + 122.119437, + 37.564227 + ], + [ + 122.125833, + 37.56732 + ], + [ + 122.133572, + 37.556455 + ], + [ + 122.150471, + 37.557129 + ], + [ + 122.144154, + 37.550388 + ], + [ + 122.150708, + 37.544281 + ], + [ + 122.171398, + 37.541147 + ], + [ + 122.171714, + 37.534285 + ], + [ + 122.163106, + 37.518973 + ], + [ + 122.15442, + 37.518219 + ], + [ + 122.14755, + 37.51199 + ], + [ + 122.136336, + 37.512307 + ], + [ + 122.131993, + 37.499371 + ], + [ + 122.149524, + 37.493418 + ], + [ + 122.153946, + 37.488616 + ], + [ + 122.148892, + 37.481948 + ], + [ + 122.156947, + 37.459438 + ], + [ + 122.165712, + 37.450027 + ], + [ + 122.167213, + 37.438073 + ], + [ + 122.183717, + 37.431282 + ], + [ + 122.185849, + 37.441688 + ], + [ + 122.194456, + 37.456222 + ], + [ + 122.212461, + 37.455666 + ], + [ + 122.220595, + 37.463289 + ], + [ + 122.233151, + 37.46051 + ], + [ + 122.235046, + 37.469205 + ], + [ + 122.24089, + 37.465354 + ], + [ + 122.252656, + 37.467855 + ], + [ + 122.260316, + 37.46047 + ], + [ + 122.27682, + 37.456778 + ], + [ + 122.286138, + 37.447287 + ], + [ + 122.280373, + 37.442641 + ], + [ + 122.280216, + 37.433863 + ], + [ + 122.285664, + 37.425403 + ], + [ + 122.31046, + 37.423059 + ], + [ + 122.312355, + 37.416663 + ], + [ + 122.336993, + 37.414438 + ], + [ + 122.387375, + 37.42 + ], + [ + 122.393376, + 37.415114 + ], + [ + 122.416751, + 37.414676 + ], + [ + 122.437046, + 37.420358 + ], + [ + 122.464684, + 37.42441 + ], + [ + 122.480952, + 37.433665 + ], + [ + 122.489559, + 37.431917 + ], + [ + 122.487348, + 37.420278 + ], + [ + 122.495245, + 37.413683 + ], + [ + 122.513408, + 37.410703 + ], + [ + 122.553602, + 37.406929 + ], + [ + 122.580293, + 37.410187 + ], + [ + 122.595929, + 37.421152 + ], + [ + 122.606511, + 37.424131 + ], + [ + 122.626648, + 37.424688 + ], + [ + 122.643862, + 37.428064 + ], + [ + 122.649548, + 37.419881 + ], + [ + 122.656655, + 37.428461 + ], + [ + 122.665816, + 37.424251 + ], + [ + 122.659735, + 37.421589 + ], + [ + 122.666526, + 37.414438 + ], + [ + 122.675923, + 37.413326 + ], + [ + 122.669527, + 37.42858 + ], + [ + 122.684847, + 37.4287 + ], + [ + 122.688558, + 37.422423 + ], + [ + 122.704273, + 37.414955 + ], + [ + 122.706958, + 37.404108 + ], + [ + 122.715802, + 37.396121 + ], + [ + 122.697877, + 37.384118 + ], + [ + 122.69456, + 37.376328 + ], + [ + 122.680662, + 37.37438 + ], + [ + 122.675134, + 37.383761 + ], + [ + 122.655629, + 37.388292 + ], + [ + 122.641809, + 37.385867 + ], + [ + 122.626884, + 37.36957 + ], + [ + 122.611486, + 37.366907 + ], + [ + 122.594823, + 37.347981 + ], + [ + 122.59356, + 37.336289 + ], + [ + 122.611486, + 37.339431 + ], + [ + 122.610459, + 37.331119 + ], + [ + 122.594192, + 37.319822 + ], + [ + 122.573897, + 37.296349 + ], + [ + 122.581083, + 37.286957 + ], + [ + 122.57137, + 37.279037 + ], + [ + 122.577056, + 37.271395 + ], + [ + 122.567185, + 37.261164 + ], + [ + 122.584716, + 37.258736 + ], + [ + 122.592454, + 37.261284 + ], + [ + 122.590638, + 37.248065 + ], + [ + 122.60043, + 37.242212 + ], + [ + 122.60043, + 37.22895 + ], + [ + 122.604063, + 37.221462 + ], + [ + 122.623963, + 37.212739 + ], + [ + 122.628859, + 37.203456 + ], + [ + 122.624042, + 37.191144 + ], + [ + 122.606274, + 37.193057 + ], + [ + 122.596877, + 37.181262 + ], + [ + 122.57903, + 37.183493 + ], + [ + 122.573344, + 37.17624 + ], + [ + 122.587243, + 37.163684 + ], + [ + 122.586374, + 37.153519 + ], + [ + 122.581083, + 37.147738 + ], + [ + 122.559762, + 37.147419 + ], + [ + 122.533544, + 37.153359 + ], + [ + 122.501562, + 37.148695 + ], + [ + 122.493113, + 37.142036 + ], + [ + 122.484505, + 37.128877 + ], + [ + 122.481189, + 37.117829 + ], + [ + 122.477951, + 37.091539 + ], + [ + 122.481031, + 37.071786 + ], + [ + 122.480083, + 37.06105 + ], + [ + 122.45963, + 37.04584 + ], + [ + 122.461447, + 37.039532 + ], + [ + 122.487901, + 37.034301 + ], + [ + 122.498641, + 37.034301 + ], + [ + 122.524226, + 37.04033 + ], + [ + 122.548706, + 37.05091 + ], + [ + 122.575634, + 37.054423 + ], + [ + 122.585268, + 37.042965 + ], + [ + 122.583373, + 37.037296 + ], + [ + 122.555971, + 37.02324 + ], + [ + 122.544837, + 37.004587 + ], + [ + 122.545232, + 36.990205 + ], + [ + 122.556919, + 36.978898 + ], + [ + 122.557551, + 36.968707 + ], + [ + 122.545863, + 36.956317 + ], + [ + 122.546574, + 36.923494 + ], + [ + 122.542468, + 36.913536 + ], + [ + 122.532123, + 36.901457 + ], + [ + 122.516408, + 36.890256 + ], + [ + 122.497061, + 36.886095 + ], + [ + 122.484663, + 36.891536 + ], + [ + 122.485453, + 36.903777 + ], + [ + 122.492639, + 36.912176 + ], + [ + 122.483005, + 36.914056 + ], + [ + 122.434124, + 36.914256 + ], + [ + 122.428833, + 36.908856 + ], + [ + 122.446601, + 36.898217 + ], + [ + 122.454498, + 36.878813 + ], + [ + 122.464448, + 36.879294 + ], + [ + 122.457025, + 36.86913 + ], + [ + 122.445732, + 36.873052 + ], + [ + 122.416119, + 36.859485 + ], + [ + 122.403326, + 36.860686 + ], + [ + 122.392587, + 36.866209 + ], + [ + 122.3839, + 36.865368 + ], + [ + 122.386506, + 36.860046 + ], + [ + 122.378373, + 36.844275 + ], + [ + 122.350655, + 36.835228 + ], + [ + 122.342758, + 36.828502 + ], + [ + 122.335414, + 36.83767 + ], + [ + 122.32657, + 36.830424 + ], + [ + 122.298141, + 36.83707 + ], + [ + 122.280452, + 36.835829 + ], + [ + 122.263869, + 36.841633 + ], + [ + 122.250603, + 36.839912 + ], + [ + 122.245865, + 36.835428 + ], + [ + 122.220437, + 36.848919 + ], + [ + 122.196115, + 36.842874 + ], + [ + 122.174714, + 36.842474 + ], + [ + 122.17203, + 36.852441 + ], + [ + 122.181427, + 36.856323 + ], + [ + 122.188534, + 36.866209 + ], + [ + 122.175662, + 36.894537 + ], + [ + 122.164291, + 36.892536 + ], + [ + 122.155999, + 36.883055 + ], + [ + 122.119674, + 36.892096 + ], + [ + 122.117463, + 36.895737 + ], + [ + 122.127176, + 36.918535 + ], + [ + 122.14139, + 36.938288 + ], + [ + 122.136731, + 36.944325 + ], + [ + 122.12765, + 36.945484 + ], + [ + 122.112409, + 36.939607 + ], + [ + 122.106486, + 36.941686 + ], + [ + 122.0993, + 36.93289 + ], + [ + 122.100801, + 36.921934 + ], + [ + 122.09322, + 36.914136 + ], + [ + 122.073636, + 36.914376 + ], + [ + 122.051998, + 36.904977 + ], + [ + 122.05342, + 36.895697 + ], + [ + 122.046234, + 36.891176 + ], + [ + 122.042522, + 36.872011 + ], + [ + 122.037784, + 36.875492 + ], + [ + 122.03731, + 36.895817 + ], + [ + 122.025307, + 36.908856 + ], + [ + 122.022464, + 36.942006 + ], + [ + 122.013936, + 36.959994 + ], + [ + 121.994668, + 36.953719 + ], + [ + 121.98306, + 36.958436 + ], + [ + 121.977611, + 36.947163 + ], + [ + 121.964818, + 36.938128 + ], + [ + 121.927545, + 36.932371 + ], + [ + 121.897616, + 36.921694 + ], + [ + 121.870846, + 36.915736 + ], + [ + 121.862791, + 36.909256 + ], + [ + 121.829388, + 36.898057 + ], + [ + 121.816121, + 36.891856 + ], + [ + 121.790457, + 36.884255 + ], + [ + 121.767714, + 36.874852 + ], + [ + 121.76195, + 36.866049 + ], + [ + 121.763766, + 36.85084 + ], + [ + 121.757606, + 36.841753 + ], + [ + 121.73818, + 36.835068 + ], + [ + 121.726256, + 36.82626 + ], + [ + 121.718517, + 36.829223 + ], + [ + 121.70683, + 36.822296 + ], + [ + 121.670742, + 36.817651 + ], + [ + 121.64176, + 36.805757 + ], + [ + 121.628494, + 36.797306 + ], + [ + 121.628968, + 36.783245 + ], + [ + 121.634416, + 36.766858 + ], + [ + 121.653527, + 36.72798 + ], + [ + 121.651473, + 36.723851 + ], + [ + 121.620834, + 36.737241 + ], + [ + 121.606067, + 36.738122 + ], + [ + 121.599671, + 36.745578 + ], + [ + 121.60125, + 36.763412 + ], + [ + 121.586009, + 36.756399 + ], + [ + 121.570531, + 36.766257 + ], + [ + 121.556317, + 36.764294 + ], + [ + 121.574638, + 36.745538 + ], + [ + 121.574322, + 36.737 + ], + [ + 121.565477, + 36.728822 + ], + [ + 121.542024, + 36.734595 + ], + [ + 121.531995, + 36.731027 + ], + [ + 121.532153, + 36.736198 + ], + [ + 121.546051, + 36.741971 + ], + [ + 121.547394, + 36.74642 + ], + [ + 121.53239, + 36.753273 + ], + [ + 121.520466, + 36.749386 + ], + [ + 121.517702, + 36.761088 + ], + [ + 121.507594, + 36.760928 + ], + [ + 121.505857, + 36.770665 + ], + [ + 121.482245, + 36.77355 + ], + [ + 121.481061, + 36.780401 + ], + [ + 121.496302, + 36.792379 + ], + [ + 121.528205, + 36.805637 + ], + [ + 121.546051, + 36.806558 + ], + [ + 121.554027, + 36.81709 + ], + [ + 121.569979, + 36.827501 + ], + [ + 121.565083, + 36.830504 + ], + [ + 121.539339, + 36.823417 + ], + [ + 121.530179, + 36.818772 + ], + [ + 121.522914, + 36.80824 + ], + [ + 121.506962, + 36.803834 + ], + [ + 121.480271, + 36.784487 + ], + [ + 121.478218, + 36.770825 + ], + [ + 121.462424, + 36.784888 + ], + [ + 121.450184, + 36.790056 + ], + [ + 121.417334, + 36.792739 + ], + [ + 121.409121, + 36.790176 + ], + [ + 121.395855, + 36.794342 + ], + [ + 121.396802, + 36.803834 + ], + [ + 121.376665, + 36.830384 + ], + [ + 121.373428, + 36.840593 + ], + [ + 121.36174, + 36.841273 + ], + [ + 121.357239, + 36.852401 + ], + [ + 121.357397, + 36.864048 + ], + [ + 121.363873, + 36.871651 + ], + [ + 121.385431, + 36.877333 + ], + [ + 121.36482, + 36.897417 + ], + [ + 121.366557, + 36.903617 + ], + [ + 121.360951, + 36.921494 + ], + [ + 121.347605, + 36.920574 + ], + [ + 121.312938, + 36.904097 + ], + [ + 121.308358, + 36.905177 + ], + [ + 121.304173, + 36.918335 + ], + [ + 121.282615, + 36.918535 + ], + [ + 121.272191, + 36.927532 + ], + [ + 121.263189, + 36.926093 + ], + [ + 121.252607, + 36.938088 + ], + [ + 121.248501, + 36.953679 + ], + [ + 121.233734, + 36.956917 + ], + [ + 121.22639, + 36.971065 + ], + [ + 121.222915, + 36.986649 + ], + [ + 121.209096, + 36.985371 + ], + [ + 121.19038, + 36.996558 + ], + [ + 121.182404, + 36.99456 + ], + [ + 121.177587, + 37.003748 + ], + [ + 121.181299, + 37.016131 + ], + [ + 121.194565, + 37.019485 + ], + [ + 121.19496, + 37.027273 + ], + [ + 121.188564, + 37.029948 + ], + [ + 121.188011, + 37.041169 + ], + [ + 121.192512, + 37.052108 + ], + [ + 121.191407, + 37.072026 + ], + [ + 121.204279, + 37.07897 + ], + [ + 121.243131, + 37.092138 + ], + [ + 121.246368, + 37.102631 + ], + [ + 121.26153, + 37.117989 + ], + [ + 121.287827, + 37.136055 + ], + [ + 121.306542, + 37.141996 + ], + [ + 121.314044, + 37.141079 + ], + [ + 121.317992, + 37.132825 + ], + [ + 121.326916, + 37.12768 + ], + [ + 121.34113, + 37.127002 + ], + [ + 121.348316, + 37.135975 + ], + [ + 121.358187, + 37.140282 + ], + [ + 121.363715, + 37.129236 + ], + [ + 121.351475, + 37.126962 + ], + [ + 121.369795, + 37.110889 + ], + [ + 121.376823, + 37.115915 + ], + [ + 121.382746, + 37.112125 + ], + [ + 121.391432, + 37.098282 + ], + [ + 121.427363, + 37.100796 + ], + [ + 121.441656, + 37.12106 + ], + [ + 121.447578, + 37.123333 + ], + [ + 121.465425, + 37.12086 + ], + [ + 121.49946, + 37.104426 + ], + [ + 121.547868, + 37.104945 + ], + [ + 121.574954, + 37.110091 + ], + [ + 121.580323, + 37.10674 + ], + [ + 121.589168, + 37.116712 + ], + [ + 121.590352, + 37.128518 + ], + [ + 121.585377, + 37.132306 + ], + [ + 121.590747, + 37.144269 + ], + [ + 121.600539, + 37.141079 + ], + [ + 121.612147, + 37.125846 + ], + [ + 121.625414, + 37.131908 + ], + [ + 121.628889, + 37.137969 + ], + [ + 121.638839, + 37.139524 + ], + [ + 121.639865, + 37.131908 + ], + [ + 121.654316, + 37.121897 + ], + [ + 121.666714, + 37.12082 + ], + [ + 121.669162, + 37.110649 + ], + [ + 121.678007, + 37.121658 + ], + [ + 121.683692, + 37.123014 + ], + [ + 121.682271, + 37.13127 + ], + [ + 121.688983, + 37.133503 + ], + [ + 121.683455, + 37.141917 + ], + [ + 121.694037, + 37.141239 + ], + [ + 121.699328, + 37.125926 + ], + [ + 121.733995, + 37.125607 + ], + [ + 121.737706, + 37.136175 + ], + [ + 121.747656, + 37.135776 + ], + [ + 121.767872, + 37.170979 + ], + [ + 121.761002, + 37.177954 + ], + [ + 121.753895, + 37.172493 + ], + [ + 121.749315, + 37.176439 + ], + [ + 121.760686, + 37.178831 + ], + [ + 121.759738, + 37.19222 + ], + [ + 121.769057, + 37.196364 + ], + [ + 121.761634, + 37.217997 + ], + [ + 121.754527, + 37.212022 + ], + [ + 121.755632, + 37.220506 + ], + [ + 121.748525, + 37.223255 + ], + [ + 121.74813, + 37.241575 + ], + [ + 121.757211, + 37.247667 + ], + [ + 121.7749, + 37.248225 + ], + [ + 121.778296, + 37.260487 + ], + [ + 121.784692, + 37.268409 + ], + [ + 121.792431, + 37.288469 + ], + [ + 121.790615, + 37.299532 + ], + [ + 121.794879, + 37.30375 + ], + [ + 121.815253, + 37.300447 + ], + [ + 121.822281, + 37.303988 + ], + [ + 121.834047, + 37.318311 + ], + [ + 121.859396, + 37.329249 + ], + [ + 121.865239, + 37.336727 + ], + [ + 121.870293, + 37.368894 + ], + [ + 121.882454, + 37.381694 + ], + [ + 121.90038, + 37.391232 + ], + [ + 121.908435, + 37.400969 + ], + [ + 121.91878, + 37.420755 + ], + [ + 121.920438, + 37.429931 + ], + [ + 121.933941, + 37.452529 + ], + [ + 121.929519, + 37.454713 + ], + [ + 121.92944, + 37.460868 + ], + [ + 121.923992, + 37.473096 + ] + ] + ], + [ + [ + [ + 122.183559, + 37.49957 + ], + [ + 122.171951, + 37.501792 + ], + [ + 122.184901, + 37.5156 + ], + [ + 122.188218, + 37.510165 + ], + [ + 122.199747, + 37.510323 + ], + [ + 122.202748, + 37.501951 + ], + [ + 122.216173, + 37.497824 + ], + [ + 122.183559, + 37.49957 + ] + ] + ], + [ + [ + [ + 122.257631, + 36.755638 + ], + [ + 122.267028, + 36.754195 + ], + [ + 122.260316, + 36.748704 + ], + [ + 122.257631, + 36.755638 + ] + ] + ], + [ + [ + [ + 121.484614, + 36.732871 + ], + [ + 121.492274, + 36.740207 + ], + [ + 121.499776, + 36.73712 + ], + [ + 121.484614, + 36.732871 + ] + ] + ], + [ + [ + [ + 121.620834, + 36.713827 + ], + [ + 121.623124, + 36.728702 + ], + [ + 121.631179, + 36.725855 + ], + [ + 121.620834, + 36.713827 + ] + ] + ], + [ + [ + [ + 122.482215, + 37.447089 + ], + [ + 122.483479, + 37.454991 + ], + [ + 122.490586, + 37.449829 + ], + [ + 122.482215, + 37.447089 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371100, + "name": "日照市", + "center": [ + 119.461208, + 35.428588 + ], + "centroid": [ + 119.146499, + 35.578656 + ], + "childrenNum": 4, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 10, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 119.662115, + 35.589294 + ], + [ + 119.665748, + 35.570255 + ], + [ + 119.649875, + 35.537658 + ], + [ + 119.639215, + 35.509446 + ], + [ + 119.628712, + 35.500854 + ], + [ + 119.618999, + 35.459469 + ], + [ + 119.612997, + 35.449813 + ], + [ + 119.600205, + 35.443537 + ], + [ + 119.592545, + 35.43339 + ], + [ + 119.579673, + 35.406527 + ], + [ + 119.578804, + 35.385568 + ], + [ + 119.588991, + 35.376106 + ], + [ + 119.586938, + 35.36387 + ], + [ + 119.57912, + 35.357629 + ], + [ + 119.543743, + 35.34796 + ], + [ + 119.539794, + 35.329802 + ], + [ + 119.552745, + 35.330006 + ], + [ + 119.552113, + 35.324456 + ], + [ + 119.53861, + 35.320456 + ], + [ + 119.538452, + 35.29674 + ], + [ + 119.528502, + 35.303721 + ], + [ + 119.520447, + 35.303803 + ], + [ + 119.516025, + 35.318089 + ], + [ + 119.502442, + 35.321721 + ], + [ + 119.476541, + 35.308334 + ], + [ + 119.451113, + 35.28539 + ], + [ + 119.42458, + 35.255332 + ], + [ + 119.411313, + 35.231638 + ], + [ + 119.397652, + 35.166893 + ], + [ + 119.416604, + 35.167465 + ], + [ + 119.416999, + 35.158183 + ], + [ + 119.396073, + 35.157815 + ], + [ + 119.393546, + 35.143582 + ], + [ + 119.397731, + 35.137692 + ], + [ + 119.418973, + 35.128283 + ], + [ + 119.428292, + 35.121205 + ], + [ + 119.432398, + 35.111385 + ], + [ + 119.426633, + 35.108234 + ], + [ + 119.412893, + 35.11073 + ], + [ + 119.403259, + 35.106802 + ], + [ + 119.396467, + 35.091701 + ], + [ + 119.386518, + 35.088918 + ], + [ + 119.374041, + 35.078685 + ], + [ + 119.360379, + 35.075655 + ], + [ + 119.350508, + 35.083883 + ], + [ + 119.305812, + 35.076679 + ], + [ + 119.301785, + 35.093174 + ], + [ + 119.286702, + 35.11515 + ], + [ + 119.267276, + 35.117154 + ], + [ + 119.25551, + 35.122637 + ], + [ + 119.240743, + 35.122923 + ], + [ + 119.220685, + 35.10717 + ], + [ + 119.203233, + 35.110894 + ], + [ + 119.196679, + 35.129919 + ], + [ + 119.189967, + 35.138101 + ], + [ + 119.174252, + 35.139042 + ], + [ + 119.164223, + 35.143173 + ], + [ + 119.163433, + 35.154134 + ], + [ + 119.173146, + 35.1617 + ], + [ + 119.164855, + 35.166525 + ], + [ + 119.157274, + 35.18243 + ], + [ + 119.149219, + 35.189298 + ], + [ + 119.1354, + 35.191669 + ], + [ + 119.139032, + 35.202338 + ], + [ + 119.161301, + 35.204136 + ], + [ + 119.170225, + 35.21231 + ], + [ + 119.174568, + 35.230331 + ], + [ + 119.182149, + 35.241852 + ], + [ + 119.181991, + 35.25231 + ], + [ + 119.187519, + 35.258192 + ], + [ + 119.179543, + 35.287595 + ], + [ + 119.164065, + 35.289554 + ], + [ + 119.155931, + 35.293882 + ], + [ + 119.157669, + 35.301721 + ], + [ + 119.143218, + 35.314048 + ], + [ + 119.141322, + 35.320823 + ], + [ + 119.148193, + 35.326741 + ], + [ + 119.146455, + 35.334862 + ], + [ + 119.133741, + 35.335596 + ], + [ + 119.105708, + 35.330659 + ], + [ + 119.096153, + 35.326864 + ], + [ + 119.087229, + 35.340575 + ], + [ + 119.085571, + 35.354243 + ], + [ + 119.078385, + 35.357506 + ], + [ + 119.075542, + 35.366113 + ], + [ + 119.06575, + 35.364563 + ], + [ + 119.04893, + 35.371498 + ], + [ + 119.044587, + 35.377004 + ], + [ + 119.024371, + 35.386873 + ], + [ + 118.999654, + 35.388953 + ], + [ + 118.984413, + 35.382224 + ], + [ + 118.98852, + 35.36697 + ], + [ + 118.986861, + 35.353141 + ], + [ + 118.973042, + 35.340167 + ], + [ + 118.961828, + 35.334168 + ], + [ + 118.947219, + 35.336943 + ], + [ + 118.930478, + 35.331271 + ], + [ + 118.923213, + 35.339187 + ], + [ + 118.92195, + 35.348408 + ], + [ + 118.904814, + 35.355507 + ], + [ + 118.889573, + 35.357261 + ], + [ + 118.871015, + 35.367215 + ], + [ + 118.874174, + 35.388464 + ], + [ + 118.865725, + 35.391685 + ], + [ + 118.859644, + 35.381694 + ], + [ + 118.84314, + 35.370804 + ], + [ + 118.816764, + 35.373292 + ], + [ + 118.797575, + 35.369417 + ], + [ + 118.784151, + 35.371049 + ], + [ + 118.776412, + 35.37627 + ], + [ + 118.768989, + 35.368031 + ], + [ + 118.739455, + 35.359505 + ], + [ + 118.723898, + 35.368479 + ], + [ + 118.712527, + 35.363544 + ], + [ + 118.709605, + 35.369825 + ], + [ + 118.696891, + 35.379818 + ], + [ + 118.682914, + 35.368642 + ], + [ + 118.652274, + 35.373578 + ], + [ + 118.632059, + 35.368438 + ], + [ + 118.625425, + 35.370315 + ], + [ + 118.624952, + 35.387036 + ], + [ + 118.606157, + 35.390747 + ], + [ + 118.601419, + 35.414517 + ], + [ + 118.619029, + 35.423118 + ], + [ + 118.635691, + 35.421039 + ], + [ + 118.642246, + 35.425156 + ], + [ + 118.632611, + 35.430903 + ], + [ + 118.6289, + 35.449324 + ], + [ + 118.64801, + 35.453276 + ], + [ + 118.651011, + 35.458614 + ], + [ + 118.662066, + 35.461547 + ], + [ + 118.667831, + 35.456821 + ], + [ + 118.693575, + 35.459103 + ], + [ + 118.698234, + 35.455436 + ], + [ + 118.709131, + 35.457677 + ], + [ + 118.723898, + 35.468758 + ], + [ + 118.734322, + 35.48607 + ], + [ + 118.725004, + 35.496578 + ], + [ + 118.698865, + 35.513558 + ], + [ + 118.696575, + 35.528622 + ], + [ + 118.725083, + 35.553205 + ], + [ + 118.724056, + 35.562972 + ], + [ + 118.734875, + 35.569767 + ], + [ + 118.74056, + 35.581484 + ], + [ + 118.735822, + 35.593443 + ], + [ + 118.739692, + 35.62496 + ], + [ + 118.751458, + 35.640409 + ], + [ + 118.76662, + 35.653539 + ], + [ + 118.791416, + 35.68296 + ], + [ + 118.794101, + 35.697504 + ], + [ + 118.806499, + 35.718056 + ], + [ + 118.804209, + 35.728655 + ], + [ + 118.798918, + 35.730117 + ], + [ + 118.757223, + 35.725935 + ], + [ + 118.743482, + 35.729346 + ], + [ + 118.722161, + 35.73101 + ], + [ + 118.707078, + 35.738075 + ], + [ + 118.703288, + 35.745221 + ], + [ + 118.706525, + 35.765152 + ], + [ + 118.702182, + 35.772295 + ], + [ + 118.700603, + 35.791367 + ], + [ + 118.716712, + 35.80723 + ], + [ + 118.724609, + 35.820454 + ], + [ + 118.722082, + 35.834932 + ], + [ + 118.732822, + 35.848111 + ], + [ + 118.7498, + 35.849489 + ], + [ + 118.75438, + 35.853544 + ], + [ + 118.756038, + 35.877379 + ], + [ + 118.765198, + 35.898331 + ], + [ + 118.777281, + 35.896791 + ], + [ + 118.775148, + 35.917251 + ], + [ + 118.805709, + 35.923854 + ], + [ + 118.80413, + 35.939731 + ], + [ + 118.813922, + 35.948761 + ], + [ + 118.837217, + 35.948883 + ], + [ + 118.883571, + 35.957305 + ], + [ + 118.893047, + 35.963257 + ], + [ + 118.897312, + 35.97605 + ], + [ + 118.87986, + 35.992321 + ], + [ + 118.896048, + 36.006404 + ], + [ + 118.956853, + 36.008427 + ], + [ + 118.981886, + 36.017409 + ], + [ + 118.999022, + 36.038404 + ], + [ + 119.012526, + 36.03533 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.017659, + 36.024044 + ], + [ + 119.014105, + 36.013404 + ], + [ + 119.023739, + 36.011219 + ], + [ + 119.024924, + 36.003571 + ], + [ + 119.015606, + 35.995923 + ], + [ + 119.021054, + 35.977426 + ], + [ + 119.05201, + 35.9803 + ], + [ + 119.060538, + 35.978195 + ], + [ + 119.066619, + 35.963986 + ], + [ + 119.07878, + 35.959289 + ], + [ + 119.088888, + 35.963176 + ], + [ + 119.121817, + 35.962731 + ], + [ + 119.134373, + 35.968601 + ], + [ + 119.153246, + 35.971192 + ], + [ + 119.155063, + 35.965767 + ], + [ + 119.178595, + 35.97107 + ], + [ + 119.182623, + 35.962285 + ], + [ + 119.179385, + 35.926163 + ], + [ + 119.183412, + 35.91875 + ], + [ + 119.169672, + 35.91721 + ], + [ + 119.151746, + 35.905502 + ], + [ + 119.144718, + 35.904449 + ], + [ + 119.135637, + 35.892982 + ], + [ + 119.158221, + 35.882486 + ], + [ + 119.161854, + 35.894481 + ], + [ + 119.169119, + 35.894846 + ], + [ + 119.190598, + 35.879446 + ], + [ + 119.217053, + 35.879527 + ], + [ + 119.240427, + 35.884269 + ], + [ + 119.281964, + 35.910202 + ], + [ + 119.294441, + 35.911336 + ], + [ + 119.298153, + 35.893022 + ], + [ + 119.315999, + 35.887552 + ], + [ + 119.345533, + 35.893792 + ], + [ + 119.360695, + 35.884066 + ], + [ + 119.371435, + 35.860476 + ], + [ + 119.358247, + 35.84511 + ], + [ + 119.372382, + 35.830025 + ], + [ + 119.374041, + 35.816154 + ], + [ + 119.368829, + 35.770834 + ], + [ + 119.375857, + 35.770712 + ], + [ + 119.390466, + 35.778707 + ], + [ + 119.397731, + 35.786823 + ], + [ + 119.427739, + 35.802078 + ], + [ + 119.444322, + 35.804026 + ], + [ + 119.455693, + 35.809056 + ], + [ + 119.464696, + 35.80861 + ], + [ + 119.482385, + 35.799725 + ], + [ + 119.493282, + 35.789866 + ], + [ + 119.496599, + 35.779235 + ], + [ + 119.48657, + 35.771646 + ], + [ + 119.48807, + 35.754599 + ], + [ + 119.504101, + 35.752325 + ], + [ + 119.525422, + 35.730604 + ], + [ + 119.517762, + 35.723742 + ], + [ + 119.521079, + 35.716879 + ], + [ + 119.518473, + 35.700632 + ], + [ + 119.51484, + 35.697992 + ], + [ + 119.519105, + 35.68552 + ], + [ + 119.528265, + 35.674305 + ], + [ + 119.524474, + 35.632279 + ], + [ + 119.517762, + 35.625774 + ], + [ + 119.518157, + 35.615446 + ], + [ + 119.536872, + 35.606011 + ], + [ + 119.538215, + 35.589294 + ], + [ + 119.556535, + 35.592508 + ], + [ + 119.57762, + 35.586243 + ], + [ + 119.592308, + 35.600683 + ], + [ + 119.600599, + 35.590271 + ], + [ + 119.609286, + 35.59202 + ], + [ + 119.614972, + 35.606336 + ], + [ + 119.634713, + 35.598731 + ], + [ + 119.651455, + 35.588766 + ], + [ + 119.662115, + 35.589294 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371300, + "name": "临沂市", + "center": [ + 118.326443, + 35.065282 + ], + "centroid": [ + 118.286436, + 35.311894 + ], + "childrenNum": 12, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 11, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.419191, + 35.273997 + ], + [ + 117.439565, + 35.282368 + ], + [ + 117.463098, + 35.287472 + ], + [ + 117.478891, + 35.314375 + ], + [ + 117.453937, + 35.325027 + ], + [ + 117.446988, + 35.330292 + ], + [ + 117.439012, + 35.348939 + ], + [ + 117.439644, + 35.359668 + ], + [ + 117.463887, + 35.375617 + ], + [ + 117.463334, + 35.39038 + ], + [ + 117.474785, + 35.400941 + ], + [ + 117.467441, + 35.418186 + ], + [ + 117.455833, + 35.424953 + ], + [ + 117.453779, + 35.442396 + ], + [ + 117.42851, + 35.458614 + ], + [ + 117.442171, + 35.469247 + ], + [ + 117.452279, + 35.490306 + ], + [ + 117.462703, + 35.497922 + ], + [ + 117.467441, + 35.512255 + ], + [ + 117.472416, + 35.514372 + ], + [ + 117.481734, + 35.507898 + ], + [ + 117.498396, + 35.503093 + ], + [ + 117.501634, + 35.512947 + ], + [ + 117.513795, + 35.514576 + ], + [ + 117.520033, + 35.51991 + ], + [ + 117.516401, + 35.527319 + ], + [ + 117.50424, + 35.531675 + ], + [ + 117.496264, + 35.543031 + ], + [ + 117.499502, + 35.550845 + ], + [ + 117.515058, + 35.551008 + ], + [ + 117.528641, + 35.547182 + ], + [ + 117.582418, + 35.554141 + ], + [ + 117.593473, + 35.567448 + ], + [ + 117.590394, + 35.573551 + ], + [ + 117.592763, + 35.589701 + ], + [ + 117.585577, + 35.593972 + ], + [ + 117.588893, + 35.619878 + ], + [ + 117.596948, + 35.630449 + ], + [ + 117.599001, + 35.649149 + ], + [ + 117.605319, + 35.674834 + ], + [ + 117.62585, + 35.703841 + ], + [ + 117.634616, + 35.709324 + ], + [ + 117.663913, + 35.70969 + ], + [ + 117.679154, + 35.713305 + ], + [ + 117.707424, + 35.726016 + ], + [ + 117.732615, + 35.71237 + ], + [ + 117.754173, + 35.709609 + ], + [ + 117.769019, + 35.726625 + ], + [ + 117.781733, + 35.734096 + ], + [ + 117.811504, + 35.732919 + ], + [ + 117.823033, + 35.739496 + ], + [ + 117.837405, + 35.741445 + ], + [ + 117.833694, + 35.760484 + ], + [ + 117.828482, + 35.773837 + ], + [ + 117.831167, + 35.786661 + ], + [ + 117.846092, + 35.796398 + ], + [ + 117.840959, + 35.812058 + ], + [ + 117.828403, + 35.821792 + ], + [ + 117.827376, + 35.827754 + ], + [ + 117.842143, + 35.84507 + ], + [ + 117.85541, + 35.850219 + ], + [ + 117.86686, + 35.86984 + ], + [ + 117.883364, + 35.882648 + ], + [ + 117.906265, + 35.884634 + ], + [ + 117.924586, + 35.880946 + ], + [ + 117.937615, + 35.874826 + ], + [ + 117.960516, + 35.87057 + ], + [ + 117.968097, + 35.884066 + ], + [ + 117.97931, + 35.889699 + ], + [ + 117.981364, + 35.906191 + ], + [ + 117.988234, + 35.908703 + ], + [ + 117.99921, + 35.925393 + ], + [ + 117.997394, + 35.934587 + ], + [ + 117.988471, + 35.947709 + ], + [ + 118.021084, + 35.949004 + ], + [ + 118.02298, + 35.958965 + ], + [ + 118.03293, + 35.964998 + ], + [ + 118.032693, + 35.974268 + ], + [ + 118.042248, + 35.986371 + ], + [ + 118.058989, + 35.992968 + ], + [ + 118.066807, + 36.009155 + ], + [ + 118.075888, + 36.009034 + ], + [ + 118.078415, + 36.017652 + ], + [ + 118.084338, + 36.012149 + ], + [ + 118.093261, + 36.014618 + ], + [ + 118.096104, + 36.024246 + ], + [ + 118.10937, + 36.030031 + ], + [ + 118.132666, + 36.030436 + ], + [ + 118.135588, + 36.02364 + ], + [ + 118.178388, + 36.017005 + ], + [ + 118.197578, + 36.004947 + ], + [ + 118.206106, + 35.97864 + ], + [ + 118.193787, + 35.974026 + ], + [ + 118.207054, + 35.964391 + ], + [ + 118.209897, + 35.955767 + ], + [ + 118.22569, + 35.948235 + ], + [ + 118.236351, + 35.947749 + ], + [ + 118.236904, + 35.939245 + ], + [ + 118.245906, + 35.932157 + ], + [ + 118.257119, + 35.930699 + ], + [ + 118.257593, + 35.925717 + ], + [ + 118.26928, + 35.928512 + ], + [ + 118.281362, + 35.935964 + ], + [ + 118.293523, + 35.937503 + ], + [ + 118.303552, + 35.948923 + ], + [ + 118.314134, + 35.950827 + ], + [ + 118.320136, + 35.946575 + ], + [ + 118.344774, + 35.955888 + ], + [ + 118.352828, + 35.956698 + ], + [ + 118.360725, + 35.970908 + ], + [ + 118.382283, + 35.975078 + ], + [ + 118.387021, + 35.987586 + ], + [ + 118.415213, + 35.990783 + ], + [ + 118.430612, + 35.969694 + ], + [ + 118.459356, + 35.952689 + ], + [ + 118.470964, + 35.960868 + ], + [ + 118.502157, + 35.962488 + ], + [ + 118.505157, + 35.965808 + ], + [ + 118.499393, + 35.976212 + ], + [ + 118.486521, + 35.988759 + ], + [ + 118.49268, + 35.995437 + ], + [ + 118.487074, + 36.005797 + ], + [ + 118.476571, + 36.012797 + ], + [ + 118.469859, + 36.022992 + ], + [ + 118.476097, + 36.031407 + ], + [ + 118.489206, + 36.025784 + ], + [ + 118.503341, + 36.024246 + ], + [ + 118.507447, + 36.029789 + ], + [ + 118.516845, + 36.026107 + ], + [ + 118.522609, + 36.043622 + ], + [ + 118.522214, + 36.05349 + ], + [ + 118.513449, + 36.064085 + ], + [ + 118.516608, + 36.068573 + ], + [ + 118.507842, + 36.074961 + ], + [ + 118.522925, + 36.084784 + ], + [ + 118.529479, + 36.093879 + ], + [ + 118.526716, + 36.104671 + ], + [ + 118.504762, + 36.105802 + ], + [ + 118.509974, + 36.114612 + ], + [ + 118.515502, + 36.109884 + ], + [ + 118.535797, + 36.118531 + ], + [ + 118.541719, + 36.124996 + ], + [ + 118.556881, + 36.130935 + ], + [ + 118.565015, + 36.130087 + ], + [ + 118.563988, + 36.147094 + ], + [ + 118.572201, + 36.156424 + ], + [ + 118.581914, + 36.151456 + ], + [ + 118.606236, + 36.164218 + ], + [ + 118.622109, + 36.17718 + ], + [ + 118.640824, + 36.171042 + ], + [ + 118.644299, + 36.177018 + ], + [ + 118.653143, + 36.176695 + ], + [ + 118.666015, + 36.168983 + ], + [ + 118.675491, + 36.170194 + ], + [ + 118.683388, + 36.158564 + ], + [ + 118.679913, + 36.152062 + ], + [ + 118.701235, + 36.144509 + ], + [ + 118.703761, + 36.150446 + ], + [ + 118.714659, + 36.154485 + ], + [ + 118.72603, + 36.141035 + ], + [ + 118.736454, + 36.146528 + ], + [ + 118.73298, + 36.1519 + ], + [ + 118.733532, + 36.166802 + ], + [ + 118.741824, + 36.165551 + ], + [ + 118.751142, + 36.183115 + ], + [ + 118.745535, + 36.191754 + ], + [ + 118.766383, + 36.206649 + ], + [ + 118.78573, + 36.197487 + ], + [ + 118.802076, + 36.202855 + ], + [ + 118.809026, + 36.198738 + ], + [ + 118.835796, + 36.203138 + ], + [ + 118.847009, + 36.199263 + ], + [ + 118.848746, + 36.188606 + ], + [ + 118.844561, + 36.18473 + ], + [ + 118.846614, + 36.172092 + ], + [ + 118.85459, + 36.170194 + ], + [ + 118.859802, + 36.16232 + ], + [ + 118.858302, + 36.143256 + ], + [ + 118.863908, + 36.139298 + ], + [ + 118.858302, + 36.129966 + ], + [ + 118.860197, + 36.114733 + ], + [ + 118.865961, + 36.113682 + ], + [ + 118.860513, + 36.101316 + ], + [ + 118.875911, + 36.091535 + ], + [ + 118.880886, + 36.08438 + ], + [ + 118.886493, + 36.088584 + ], + [ + 118.908288, + 36.091292 + ], + [ + 118.920765, + 36.105721 + ], + [ + 118.916185, + 36.111702 + ], + [ + 118.936322, + 36.11344 + ], + [ + 118.943271, + 36.119582 + ], + [ + 118.954642, + 36.1115 + ], + [ + 118.958512, + 36.104145 + ], + [ + 118.970041, + 36.104671 + ], + [ + 118.970278, + 36.09873 + ], + [ + 118.988756, + 36.092343 + ], + [ + 119.000523, + 36.099497 + ], + [ + 119.013868, + 36.09881 + ], + [ + 119.020344, + 36.104307 + ], + [ + 119.038506, + 36.090444 + ], + [ + 119.048851, + 36.092707 + ], + [ + 119.066935, + 36.081631 + ], + [ + 119.063539, + 36.075042 + ], + [ + 119.049641, + 36.066632 + ], + [ + 119.042534, + 36.055512 + ], + [ + 119.040322, + 36.042934 + ], + [ + 119.052089, + 36.037838 + ], + [ + 119.047903, + 36.024813 + ], + [ + 119.035584, + 36.02275 + ], + [ + 119.024134, + 36.02631 + ], + [ + 119.012526, + 36.03533 + ], + [ + 118.999022, + 36.038404 + ], + [ + 118.981886, + 36.017409 + ], + [ + 118.956853, + 36.008427 + ], + [ + 118.896048, + 36.006404 + ], + [ + 118.87986, + 35.992321 + ], + [ + 118.897312, + 35.97605 + ], + [ + 118.893047, + 35.963257 + ], + [ + 118.883571, + 35.957305 + ], + [ + 118.837217, + 35.948883 + ], + [ + 118.813922, + 35.948761 + ], + [ + 118.80413, + 35.939731 + ], + [ + 118.805709, + 35.923854 + ], + [ + 118.775148, + 35.917251 + ], + [ + 118.777281, + 35.896791 + ], + [ + 118.765198, + 35.898331 + ], + [ + 118.756038, + 35.877379 + ], + [ + 118.75438, + 35.853544 + ], + [ + 118.7498, + 35.849489 + ], + [ + 118.732822, + 35.848111 + ], + [ + 118.722082, + 35.834932 + ], + [ + 118.724609, + 35.820454 + ], + [ + 118.716712, + 35.80723 + ], + [ + 118.700603, + 35.791367 + ], + [ + 118.702182, + 35.772295 + ], + [ + 118.706525, + 35.765152 + ], + [ + 118.703288, + 35.745221 + ], + [ + 118.707078, + 35.738075 + ], + [ + 118.722161, + 35.73101 + ], + [ + 118.743482, + 35.729346 + ], + [ + 118.757223, + 35.725935 + ], + [ + 118.798918, + 35.730117 + ], + [ + 118.804209, + 35.728655 + ], + [ + 118.806499, + 35.718056 + ], + [ + 118.794101, + 35.697504 + ], + [ + 118.791416, + 35.68296 + ], + [ + 118.76662, + 35.653539 + ], + [ + 118.751458, + 35.640409 + ], + [ + 118.739692, + 35.62496 + ], + [ + 118.735822, + 35.593443 + ], + [ + 118.74056, + 35.581484 + ], + [ + 118.734875, + 35.569767 + ], + [ + 118.724056, + 35.562972 + ], + [ + 118.725083, + 35.553205 + ], + [ + 118.696575, + 35.528622 + ], + [ + 118.698865, + 35.513558 + ], + [ + 118.725004, + 35.496578 + ], + [ + 118.734322, + 35.48607 + ], + [ + 118.723898, + 35.468758 + ], + [ + 118.709131, + 35.457677 + ], + [ + 118.698234, + 35.455436 + ], + [ + 118.693575, + 35.459103 + ], + [ + 118.667831, + 35.456821 + ], + [ + 118.662066, + 35.461547 + ], + [ + 118.651011, + 35.458614 + ], + [ + 118.64801, + 35.453276 + ], + [ + 118.6289, + 35.449324 + ], + [ + 118.632611, + 35.430903 + ], + [ + 118.642246, + 35.425156 + ], + [ + 118.635691, + 35.421039 + ], + [ + 118.619029, + 35.423118 + ], + [ + 118.601419, + 35.414517 + ], + [ + 118.606157, + 35.390747 + ], + [ + 118.624952, + 35.387036 + ], + [ + 118.625425, + 35.370315 + ], + [ + 118.632059, + 35.368438 + ], + [ + 118.652274, + 35.373578 + ], + [ + 118.682914, + 35.368642 + ], + [ + 118.696891, + 35.379818 + ], + [ + 118.709605, + 35.369825 + ], + [ + 118.712527, + 35.363544 + ], + [ + 118.723898, + 35.368479 + ], + [ + 118.739455, + 35.359505 + ], + [ + 118.768989, + 35.368031 + ], + [ + 118.776412, + 35.37627 + ], + [ + 118.784151, + 35.371049 + ], + [ + 118.797575, + 35.369417 + ], + [ + 118.816764, + 35.373292 + ], + [ + 118.84314, + 35.370804 + ], + [ + 118.859644, + 35.381694 + ], + [ + 118.865725, + 35.391685 + ], + [ + 118.874174, + 35.388464 + ], + [ + 118.871015, + 35.367215 + ], + [ + 118.889573, + 35.357261 + ], + [ + 118.904814, + 35.355507 + ], + [ + 118.92195, + 35.348408 + ], + [ + 118.923213, + 35.339187 + ], + [ + 118.930478, + 35.331271 + ], + [ + 118.947219, + 35.336943 + ], + [ + 118.961828, + 35.334168 + ], + [ + 118.973042, + 35.340167 + ], + [ + 118.986861, + 35.353141 + ], + [ + 118.98852, + 35.36697 + ], + [ + 118.984413, + 35.382224 + ], + [ + 118.999654, + 35.388953 + ], + [ + 119.024371, + 35.386873 + ], + [ + 119.044587, + 35.377004 + ], + [ + 119.04893, + 35.371498 + ], + [ + 119.06575, + 35.364563 + ], + [ + 119.075542, + 35.366113 + ], + [ + 119.078385, + 35.357506 + ], + [ + 119.085571, + 35.354243 + ], + [ + 119.087229, + 35.340575 + ], + [ + 119.096153, + 35.326864 + ], + [ + 119.105708, + 35.330659 + ], + [ + 119.133741, + 35.335596 + ], + [ + 119.146455, + 35.334862 + ], + [ + 119.148193, + 35.326741 + ], + [ + 119.141322, + 35.320823 + ], + [ + 119.143218, + 35.314048 + ], + [ + 119.157669, + 35.301721 + ], + [ + 119.155931, + 35.293882 + ], + [ + 119.164065, + 35.289554 + ], + [ + 119.179543, + 35.287595 + ], + [ + 119.187519, + 35.258192 + ], + [ + 119.181991, + 35.25231 + ], + [ + 119.182149, + 35.241852 + ], + [ + 119.174568, + 35.230331 + ], + [ + 119.170225, + 35.21231 + ], + [ + 119.161301, + 35.204136 + ], + [ + 119.139032, + 35.202338 + ], + [ + 119.1354, + 35.191669 + ], + [ + 119.149219, + 35.189298 + ], + [ + 119.157274, + 35.18243 + ], + [ + 119.164855, + 35.166525 + ], + [ + 119.173146, + 35.1617 + ], + [ + 119.163433, + 35.154134 + ], + [ + 119.164223, + 35.143173 + ], + [ + 119.174252, + 35.139042 + ], + [ + 119.189967, + 35.138101 + ], + [ + 119.196679, + 35.129919 + ], + [ + 119.203233, + 35.110894 + ], + [ + 119.171409, + 35.10717 + ], + [ + 119.159011, + 35.100991 + ], + [ + 119.138085, + 35.096285 + ], + [ + 119.129477, + 35.076187 + ], + [ + 119.120475, + 35.070088 + ], + [ + 119.120396, + 35.05801 + ], + [ + 119.114631, + 35.05498 + ], + [ + 119.073647, + 35.056659 + ], + [ + 119.061407, + 35.051581 + ], + [ + 119.037401, + 35.051335 + ], + [ + 119.00534, + 35.05412 + ], + [ + 118.992152, + 35.048182 + ], + [ + 118.965619, + 35.046462 + ], + [ + 118.945166, + 35.040811 + ], + [ + 118.928504, + 35.050885 + ], + [ + 118.911131, + 35.047773 + ], + [ + 118.903787, + 35.041343 + ], + [ + 118.885782, + 35.034258 + ], + [ + 118.86533, + 35.029834 + ], + [ + 118.862487, + 35.025697 + ], + [ + 118.865093, + 34.993208 + ], + [ + 118.859249, + 34.962633 + ], + [ + 118.86075, + 34.943979 + ], + [ + 118.829715, + 34.911129 + ], + [ + 118.805235, + 34.873055 + ], + [ + 118.802471, + 34.845637 + ], + [ + 118.768989, + 34.846129 + ], + [ + 118.768278, + 34.838822 + ], + [ + 118.78194, + 34.82749 + ], + [ + 118.776649, + 34.818785 + ], + [ + 118.779018, + 34.809627 + ], + [ + 118.773569, + 34.795333 + ], + [ + 118.756512, + 34.789541 + ], + [ + 118.73756, + 34.792088 + ], + [ + 118.728399, + 34.786871 + ], + [ + 118.740166, + 34.781243 + ], + [ + 118.738507, + 34.766862 + ], + [ + 118.727215, + 34.768752 + ], + [ + 118.716475, + 34.763821 + ], + [ + 118.719239, + 34.745533 + ], + [ + 118.730374, + 34.745451 + ], + [ + 118.740087, + 34.736901 + ], + [ + 118.759197, + 34.740847 + ], + [ + 118.768515, + 34.738093 + ], + [ + 118.78344, + 34.722061 + ], + [ + 118.758723, + 34.703434 + ], + [ + 118.739376, + 34.69377 + ], + [ + 118.720108, + 34.694222 + ], + [ + 118.704077, + 34.688752 + ], + [ + 118.690258, + 34.678593 + ], + [ + 118.681335, + 34.678346 + ], + [ + 118.664357, + 34.693441 + ], + [ + 118.650537, + 34.695086 + ], + [ + 118.633717, + 34.687025 + ], + [ + 118.604894, + 34.696484 + ], + [ + 118.60134, + 34.714167 + ], + [ + 118.570464, + 34.712522 + ], + [ + 118.558934, + 34.706847 + ], + [ + 118.546063, + 34.70619 + ], + [ + 118.53935, + 34.711494 + ], + [ + 118.525215, + 34.712563 + ], + [ + 118.522688, + 34.692289 + ], + [ + 118.508158, + 34.687066 + ], + [ + 118.500814, + 34.675178 + ], + [ + 118.484231, + 34.6709 + ], + [ + 118.468437, + 34.674315 + ], + [ + 118.460856, + 34.65757 + ], + [ + 118.466463, + 34.643127 + ], + [ + 118.474913, + 34.637201 + ], + [ + 118.473807, + 34.623412 + ], + [ + 118.46362, + 34.625265 + ], + [ + 118.452881, + 34.617691 + ], + [ + 118.439219, + 34.626294 + ], + [ + 118.42382, + 34.591094 + ], + [ + 118.428322, + 34.563253 + ], + [ + 118.440956, + 34.52477 + ], + [ + 118.439535, + 34.507996 + ], + [ + 118.430928, + 34.489074 + ], + [ + 118.421372, + 34.483219 + ], + [ + 118.41624, + 34.473859 + ], + [ + 118.411344, + 34.446391 + ], + [ + 118.405342, + 34.437027 + ], + [ + 118.404947, + 34.427744 + ], + [ + 118.395155, + 34.427084 + ], + [ + 118.379993, + 34.415531 + ], + [ + 118.353223, + 34.41747 + ], + [ + 118.352197, + 34.422834 + ], + [ + 118.320925, + 34.421349 + ], + [ + 118.290681, + 34.424567 + ], + [ + 118.28918, + 34.412271 + ], + [ + 118.279862, + 34.412188 + ], + [ + 118.277414, + 34.404677 + ], + [ + 118.242431, + 34.405709 + ], + [ + 118.230981, + 34.398693 + ], + [ + 118.220241, + 34.405957 + ], + [ + 118.217714, + 34.379127 + ], + [ + 118.204369, + 34.377352 + ], + [ + 118.189602, + 34.380654 + ], + [ + 118.183363, + 34.390355 + ], + [ + 118.179336, + 34.379416 + ], + [ + 118.170413, + 34.381356 + ], + [ + 118.177125, + 34.408722 + ], + [ + 118.178862, + 34.425186 + ], + [ + 118.177757, + 34.453238 + ], + [ + 118.139931, + 34.475344 + ], + [ + 118.132824, + 34.483425 + ], + [ + 118.141826, + 34.497154 + ], + [ + 118.164964, + 34.504904 + ], + [ + 118.16757, + 34.519701 + ], + [ + 118.184706, + 34.544179 + ], + [ + 118.163542, + 34.551471 + ], + [ + 118.153671, + 34.549164 + ], + [ + 118.140721, + 34.554025 + ], + [ + 118.137167, + 34.563253 + ], + [ + 118.126428, + 34.55522 + ], + [ + 118.100447, + 34.564736 + ], + [ + 118.078968, + 34.569761 + ], + [ + 118.082363, + 34.579893 + ], + [ + 118.102816, + 34.593441 + ], + [ + 118.11474, + 34.614397 + ], + [ + 118.113003, + 34.621437 + ], + [ + 118.100526, + 34.626582 + ], + [ + 118.094603, + 34.636583 + ], + [ + 118.102658, + 34.647736 + ], + [ + 118.084022, + 34.655924 + ], + [ + 118.077783, + 34.653702 + ], + [ + 118.05741, + 34.655019 + ], + [ + 118.053935, + 34.650945 + ], + [ + 118.02069, + 34.660409 + ], + [ + 118.018242, + 34.647036 + ], + [ + 118.007818, + 34.64753 + ], + [ + 118.007423, + 34.65613 + ], + [ + 117.99084, + 34.661726 + ], + [ + 117.991708, + 34.670077 + ], + [ + 117.96328, + 34.678552 + ], + [ + 117.951672, + 34.678469 + ], + [ + 117.939669, + 34.664852 + ], + [ + 117.90974, + 34.67016 + ], + [ + 117.903106, + 34.644567 + ], + [ + 117.880995, + 34.645184 + ], + [ + 117.877916, + 34.650205 + ], + [ + 117.863465, + 34.645184 + ], + [ + 117.849408, + 34.647201 + ], + [ + 117.847513, + 34.652386 + ], + [ + 117.834483, + 34.647324 + ], + [ + 117.831798, + 34.653455 + ], + [ + 117.820111, + 34.646172 + ], + [ + 117.805818, + 34.646254 + ], + [ + 117.819243, + 34.681842 + ], + [ + 117.825639, + 34.684392 + ], + [ + 117.831719, + 34.707793 + ], + [ + 117.825244, + 34.713139 + ], + [ + 117.823665, + 34.72868 + ], + [ + 117.830061, + 34.740888 + ], + [ + 117.830614, + 34.760246 + ], + [ + 117.79958, + 34.768875 + ], + [ + 117.784576, + 34.780667 + ], + [ + 117.784023, + 34.79484 + ], + [ + 117.77739, + 34.801248 + ], + [ + 117.798632, + 34.810653 + ], + [ + 117.803686, + 34.830734 + ], + [ + 117.795315, + 34.835907 + ], + [ + 117.763175, + 34.848839 + ], + [ + 117.75291, + 34.857623 + ], + [ + 117.742407, + 34.874163 + ], + [ + 117.729298, + 34.876994 + ], + [ + 117.715163, + 34.896238 + ], + [ + 117.70466, + 34.906699 + ], + [ + 117.698501, + 34.919989 + ], + [ + 117.704265, + 34.933605 + ], + [ + 117.712004, + 34.934999 + ], + [ + 117.714689, + 34.947833 + ], + [ + 117.724323, + 34.958329 + ], + [ + 117.719506, + 34.968331 + ], + [ + 117.726534, + 34.979561 + ], + [ + 117.728035, + 35.008041 + ], + [ + 117.737985, + 35.013203 + ], + [ + 117.744618, + 35.022748 + ], + [ + 117.736247, + 35.031514 + ], + [ + 117.704423, + 35.031227 + ], + [ + 117.707345, + 35.052318 + ], + [ + 117.69321, + 35.06018 + ], + [ + 117.676469, + 35.065543 + ], + [ + 117.656885, + 35.077497 + ], + [ + 117.650725, + 35.092724 + ], + [ + 117.623007, + 35.113063 + ], + [ + 117.604371, + 35.13401 + ], + [ + 117.600344, + 35.135524 + ], + [ + 117.591025, + 35.152539 + ], + [ + 117.586208, + 35.152989 + ], + [ + 117.58376, + 35.164317 + ], + [ + 117.570336, + 35.168365 + ], + [ + 117.556043, + 35.161291 + ], + [ + 117.548462, + 35.161741 + ], + [ + 117.528009, + 35.184351 + ], + [ + 117.526825, + 35.200621 + ], + [ + 117.507162, + 35.198986 + ], + [ + 117.494843, + 35.205893 + ], + [ + 117.480628, + 35.222771 + ], + [ + 117.468073, + 35.228369 + ], + [ + 117.448331, + 35.231842 + ], + [ + 117.449752, + 35.246795 + ], + [ + 117.439486, + 35.258927 + ], + [ + 117.426456, + 35.261786 + ], + [ + 117.419191, + 35.273997 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371400, + "name": "德州市", + "center": [ + 116.307428, + 37.453968 + ], + "centroid": [ + 116.653994, + 37.251363 + ], + "childrenNum": 11, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 12, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.768684, + 36.921014 + ], + [ + 115.761972, + 36.924413 + ], + [ + 115.762683, + 36.939327 + ], + [ + 115.772791, + 36.936849 + ], + [ + 115.788189, + 36.9526 + ], + [ + 115.796876, + 36.968747 + ], + [ + 115.791743, + 36.975261 + ], + [ + 115.784478, + 36.970625 + ], + [ + 115.786373, + 36.983093 + ], + [ + 115.776265, + 36.990884 + ], + [ + 115.790874, + 37.005985 + ], + [ + 115.808089, + 37.010259 + ], + [ + 115.813222, + 37.019126 + ], + [ + 115.812354, + 37.02895 + ], + [ + 115.825778, + 37.032384 + ], + [ + 115.831938, + 37.045281 + ], + [ + 115.85626, + 37.06073 + ], + [ + 115.855154, + 37.071108 + ], + [ + 115.865025, + 37.070828 + ], + [ + 115.868263, + 37.084038 + ], + [ + 115.879476, + 37.105583 + ], + [ + 115.885399, + 37.128757 + ], + [ + 115.879397, + 37.138647 + ], + [ + 115.87995, + 37.152004 + ], + [ + 115.892269, + 37.157625 + ], + [ + 115.912485, + 37.178751 + ], + [ + 115.904825, + 37.189391 + ], + [ + 115.9098, + 37.206803 + ], + [ + 115.920145, + 37.214173 + ], + [ + 115.920934, + 37.223534 + ], + [ + 115.926778, + 37.219511 + ], + [ + 115.941387, + 37.227716 + ], + [ + 115.953232, + 37.223693 + ], + [ + 115.969421, + 37.239464 + ], + [ + 115.971079, + 37.245636 + ], + [ + 115.963972, + 37.250096 + ], + [ + 115.972895, + 37.257103 + ], + [ + 115.966973, + 37.265742 + ], + [ + 115.975185, + 37.268967 + ], + [ + 115.976212, + 37.276171 + ], + [ + 115.96871, + 37.28632 + ], + [ + 115.970763, + 37.295553 + ], + [ + 115.981503, + 37.30737 + ], + [ + 115.984346, + 37.319265 + ], + [ + 115.975659, + 37.317515 + ], + [ + 115.972974, + 37.324039 + ], + [ + 115.984503, + 37.326067 + ], + [ + 115.975738, + 37.337283 + ], + [ + 115.986951, + 37.341738 + ], + [ + 116.009457, + 37.343169 + ], + [ + 116.000376, + 37.350804 + ], + [ + 116.013643, + 37.349571 + ], + [ + 116.024461, + 37.359949 + ], + [ + 116.031252, + 37.356411 + ], + [ + 116.051942, + 37.357484 + ], + [ + 116.056206, + 37.369053 + ], + [ + 116.072474, + 37.368099 + ], + [ + 116.087557, + 37.373307 + ], + [ + 116.106588, + 37.368815 + ], + [ + 116.116459, + 37.374301 + ], + [ + 116.126646, + 37.373466 + ], + [ + 116.168814, + 37.384118 + ], + [ + 116.18524, + 37.369928 + ], + [ + 116.195506, + 37.365674 + ], + [ + 116.234437, + 37.361221 + ], + [ + 116.251652, + 37.376566 + ], + [ + 116.261602, + 37.389802 + ], + [ + 116.270446, + 37.389126 + ], + [ + 116.273052, + 37.398425 + ], + [ + 116.282923, + 37.401326 + ], + [ + 116.270446, + 37.413802 + ], + [ + 116.275026, + 37.418252 + ], + [ + 116.263023, + 37.422423 + ], + [ + 116.270999, + 37.426714 + ], + [ + 116.250072, + 37.425919 + ], + [ + 116.247151, + 37.422066 + ], + [ + 116.231515, + 37.424529 + ], + [ + 116.22733, + 37.434261 + ], + [ + 116.243123, + 37.448201 + ], + [ + 116.243597, + 37.455904 + ], + [ + 116.229936, + 37.459676 + ], + [ + 116.224803, + 37.479963 + ], + [ + 116.235068, + 37.479725 + ], + [ + 116.241307, + 37.491434 + ], + [ + 116.258285, + 37.482662 + ], + [ + 116.256469, + 37.478812 + ], + [ + 116.276448, + 37.466902 + ], + [ + 116.271473, + 37.478931 + ], + [ + 116.290899, + 37.484766 + ], + [ + 116.286082, + 37.491117 + ], + [ + 116.292952, + 37.497387 + ], + [ + 116.284344, + 37.500721 + ], + [ + 116.297532, + 37.508816 + ], + [ + 116.280317, + 37.510879 + ], + [ + 116.283555, + 37.517584 + ], + [ + 116.278422, + 37.524765 + ], + [ + 116.291373, + 37.523813 + ], + [ + 116.286082, + 37.532619 + ], + [ + 116.291373, + 37.545589 + ], + [ + 116.287898, + 37.549317 + ], + [ + 116.299348, + 37.55935 + ], + [ + 116.299664, + 37.56958 + ], + [ + 116.304481, + 37.564505 + ], + [ + 116.334805, + 37.574773 + ], + [ + 116.319406, + 37.580046 + ], + [ + 116.33591, + 37.581235 + ], + [ + 116.344913, + 37.570492 + ], + [ + 116.343491, + 37.566011 + ], + [ + 116.367655, + 37.566289 + ], + [ + 116.375473, + 37.560341 + ], + [ + 116.376895, + 37.546581 + ], + [ + 116.367892, + 37.533809 + ], + [ + 116.368919, + 37.526392 + ], + [ + 116.382738, + 37.523615 + ], + [ + 116.388661, + 37.516315 + ], + [ + 116.402164, + 37.509847 + ], + [ + 116.414089, + 37.490997 + ], + [ + 116.434146, + 37.473334 + ], + [ + 116.438648, + 37.477224 + ], + [ + 116.446702, + 37.500562 + ], + [ + 116.46218, + 37.517426 + ], + [ + 116.482633, + 37.52179 + ], + [ + 116.49969, + 37.537855 + ], + [ + 116.507113, + 37.541822 + ], + [ + 116.51959, + 37.559905 + ], + [ + 116.538463, + 37.56843 + ], + [ + 116.545807, + 37.582504 + ], + [ + 116.563496, + 37.596495 + ], + [ + 116.556547, + 37.596852 + ], + [ + 116.580316, + 37.613258 + ], + [ + 116.60448, + 37.625105 + ], + [ + 116.630776, + 37.652713 + ], + [ + 116.640884, + 37.666454 + ], + [ + 116.636462, + 37.675877 + ], + [ + 116.641042, + 37.68233 + ], + [ + 116.646412, + 37.676233 + ], + [ + 116.653677, + 37.67754 + ], + [ + 116.664022, + 37.687793 + ], + [ + 116.675235, + 37.720838 + ], + [ + 116.679736, + 37.72879 + ], + [ + 116.69932, + 37.73065 + ], + [ + 116.698768, + 37.738759 + ], + [ + 116.709586, + 37.735199 + ], + [ + 116.724511, + 37.744297 + ], + [ + 116.718826, + 37.762331 + ], + [ + 116.723169, + 37.766721 + ], + [ + 116.73912, + 37.756914 + ], + [ + 116.744174, + 37.757349 + ], + [ + 116.753808, + 37.770517 + ], + [ + 116.75365, + 37.793011 + ], + [ + 116.74599, + 37.795778 + ], + [ + 116.758941, + 37.801865 + ], + [ + 116.766838, + 37.81135 + ], + [ + 116.786185, + 37.826326 + ], + [ + 116.788159, + 37.843432 + ], + [ + 116.794556, + 37.846987 + ], + [ + 116.811771, + 37.847935 + ], + [ + 116.812718, + 37.84359 + ], + [ + 116.828038, + 37.840627 + ], + [ + 116.843753, + 37.834465 + ], + [ + 116.879604, + 37.843748 + ], + [ + 116.919325, + 37.84592 + ], + [ + 116.950359, + 37.839719 + ], + [ + 116.976656, + 37.841062 + ], + [ + 117.008874, + 37.833872 + ], + [ + 117.027195, + 37.832371 + ], + [ + 117.040541, + 37.839324 + ], + [ + 117.074339, + 37.848725 + ], + [ + 117.093765, + 37.849515 + ], + [ + 117.150148, + 37.8396 + ], + [ + 117.163651, + 37.839798 + ], + [ + 117.185368, + 37.849791 + ], + [ + 117.208821, + 37.843748 + ], + [ + 117.259755, + 37.838257 + ], + [ + 117.271364, + 37.839916 + ], + [ + 117.284472, + 37.84675 + ], + [ + 117.302951, + 37.852358 + ], + [ + 117.320166, + 37.861402 + ], + [ + 117.344251, + 37.862666 + ], + [ + 117.364704, + 37.854136 + ], + [ + 117.381919, + 37.854531 + ], + [ + 117.40632, + 37.843511 + ], + [ + 117.423614, + 37.847263 + ], + [ + 117.438539, + 37.853859 + ], + [ + 117.466809, + 37.890739 + ], + [ + 117.481181, + 37.914854 + ], + [ + 117.49271, + 37.927481 + ], + [ + 117.512847, + 37.943459 + ], + [ + 117.520902, + 37.966729 + ], + [ + 117.524377, + 37.989479 + ], + [ + 117.541039, + 38.011237 + ], + [ + 117.54933, + 38.010252 + ], + [ + 117.563545, + 37.998585 + ], + [ + 117.570652, + 37.957264 + ], + [ + 117.567809, + 37.946772 + ], + [ + 117.529036, + 37.932295 + ], + [ + 117.539302, + 37.913552 + ], + [ + 117.542776, + 37.890146 + ], + [ + 117.547198, + 37.883198 + ], + [ + 117.568835, + 37.882409 + ], + [ + 117.580602, + 37.875302 + ], + [ + 117.581076, + 37.858993 + ], + [ + 117.595685, + 37.853504 + ], + [ + 117.606582, + 37.845209 + ], + [ + 117.605003, + 37.838968 + ], + [ + 117.59529, + 37.834741 + ], + [ + 117.588025, + 37.82273 + ], + [ + 117.56623, + 37.812733 + ], + [ + 117.568599, + 37.804987 + ], + [ + 117.559912, + 37.800008 + ], + [ + 117.546567, + 37.776368 + ], + [ + 117.547356, + 37.767512 + ], + [ + 117.526509, + 37.762964 + ], + [ + 117.522165, + 37.755371 + ], + [ + 117.531563, + 37.748213 + ], + [ + 117.544119, + 37.747699 + ], + [ + 117.547198, + 37.737494 + ], + [ + 117.542618, + 37.726258 + ], + [ + 117.556201, + 37.716683 + ], + [ + 117.539775, + 37.713993 + ], + [ + 117.543092, + 37.703625 + ], + [ + 117.531247, + 37.688901 + ], + [ + 117.506451, + 37.686803 + ], + [ + 117.50345, + 37.680548 + ], + [ + 117.488604, + 37.677025 + ], + [ + 117.477075, + 37.654416 + ], + [ + 117.465625, + 37.655564 + ], + [ + 117.451963, + 37.669978 + ], + [ + 117.444224, + 37.671918 + ], + [ + 117.428825, + 37.665741 + ], + [ + 117.415401, + 37.669582 + ], + [ + 117.407188, + 37.678846 + ], + [ + 117.392974, + 37.660039 + ], + [ + 117.373074, + 37.648594 + ], + [ + 117.363835, + 37.649624 + ], + [ + 117.357596, + 37.658495 + ], + [ + 117.358149, + 37.672947 + ], + [ + 117.363598, + 37.679559 + ], + [ + 117.36573, + 37.698361 + ], + [ + 117.352543, + 37.707345 + ], + [ + 117.344567, + 37.693136 + ], + [ + 117.347489, + 37.683319 + ], + [ + 117.329405, + 37.673343 + ], + [ + 117.318428, + 37.662019 + ], + [ + 117.312506, + 37.64194 + ], + [ + 117.304925, + 37.640514 + ], + [ + 117.312585, + 37.633701 + ], + [ + 117.317797, + 37.615081 + ], + [ + 117.314875, + 37.600458 + ], + [ + 117.308321, + 37.589956 + ], + [ + 117.288973, + 37.577112 + ], + [ + 117.280682, + 37.56621 + ], + [ + 117.277681, + 37.545391 + ], + [ + 117.273417, + 37.532619 + ], + [ + 117.260861, + 37.530081 + ], + [ + 117.238197, + 37.532897 + ], + [ + 117.230063, + 37.528891 + ], + [ + 117.22114, + 37.51318 + ], + [ + 117.199345, + 37.487148 + ], + [ + 117.176049, + 37.486116 + ], + [ + 117.163809, + 37.478971 + ], + [ + 117.135618, + 37.475239 + ], + [ + 117.124878, + 37.483853 + ], + [ + 117.109795, + 37.47901 + ], + [ + 117.098819, + 37.469721 + ], + [ + 117.104978, + 37.455309 + ], + [ + 117.096845, + 37.440099 + ], + [ + 117.085631, + 37.437517 + ], + [ + 117.029406, + 37.435174 + ], + [ + 117.018193, + 37.418967 + ], + [ + 117.019693, + 37.405419 + ], + [ + 117.008164, + 37.392464 + ], + [ + 116.99924, + 37.376964 + ], + [ + 117.009664, + 37.359671 + ], + [ + 117.006663, + 37.355138 + ], + [ + 116.987158, + 37.342692 + ], + [ + 116.986684, + 37.335335 + ], + [ + 116.993397, + 37.32201 + ], + [ + 117.002241, + 37.285962 + ], + [ + 117.024273, + 37.278918 + ], + [ + 117.038961, + 37.266538 + ], + [ + 117.030275, + 37.264229 + ], + [ + 117.032328, + 37.253241 + ], + [ + 117.041251, + 37.247667 + ], + [ + 117.042673, + 37.238867 + ], + [ + 117.036592, + 37.237393 + ], + [ + 117.03596, + 37.224091 + ], + [ + 117.022299, + 37.215089 + ], + [ + 117.037777, + 37.207361 + ], + [ + 117.037382, + 37.195169 + ], + [ + 117.045358, + 37.197161 + ], + [ + 117.05744, + 37.192141 + ], + [ + 117.06352, + 37.182656 + ], + [ + 117.061783, + 37.16496 + ], + [ + 117.050648, + 37.160894 + ], + [ + 117.054676, + 37.141717 + ], + [ + 117.059809, + 37.137251 + ], + [ + 117.047411, + 37.134739 + ], + [ + 117.044884, + 37.122615 + ], + [ + 117.024273, + 37.119664 + ], + [ + 117.004531, + 37.121219 + ], + [ + 116.982578, + 37.113601 + ], + [ + 116.931486, + 37.100477 + ], + [ + 116.919009, + 37.093056 + ], + [ + 116.91972, + 37.081364 + ], + [ + 116.925247, + 37.069831 + ], + [ + 116.928643, + 37.05103 + ], + [ + 116.944279, + 37.042327 + ], + [ + 116.948701, + 37.036537 + ], + [ + 116.943173, + 37.030907 + ], + [ + 116.907796, + 37.019046 + ], + [ + 116.891607, + 37.00271 + ], + [ + 116.875024, + 36.999274 + ], + [ + 116.885764, + 36.991444 + ], + [ + 116.886158, + 36.983573 + ], + [ + 116.899188, + 36.977499 + ], + [ + 116.897767, + 36.962712 + ], + [ + 116.907717, + 36.963272 + ], + [ + 116.933381, + 36.959595 + ], + [ + 116.931881, + 36.946204 + ], + [ + 116.935434, + 36.93457 + ], + [ + 116.922563, + 36.93453 + ], + [ + 116.934408, + 36.925973 + ], + [ + 116.957466, + 36.916495 + ], + [ + 116.963152, + 36.893896 + ], + [ + 116.96181, + 36.867529 + ], + [ + 116.962836, + 36.842674 + ], + [ + 116.948069, + 36.839231 + ], + [ + 116.9442, + 36.844916 + ], + [ + 116.934724, + 36.845116 + ], + [ + 116.935908, + 36.829743 + ], + [ + 116.933223, + 36.823697 + ], + [ + 116.919404, + 36.822776 + ], + [ + 116.892476, + 36.830023 + ], + [ + 116.887106, + 36.833427 + ], + [ + 116.882447, + 36.824058 + ], + [ + 116.887975, + 36.811404 + ], + [ + 116.872813, + 36.812004 + ], + [ + 116.868233, + 36.801872 + ], + [ + 116.865548, + 36.777877 + ], + [ + 116.87076, + 36.759164 + ], + [ + 116.883868, + 36.758243 + ], + [ + 116.88679, + 36.745538 + ], + [ + 116.873997, + 36.739846 + ], + [ + 116.861757, + 36.730345 + ], + [ + 116.842489, + 36.72786 + ], + [ + 116.830881, + 36.723851 + ], + [ + 116.802768, + 36.706729 + ], + [ + 116.799689, + 36.694417 + ], + [ + 116.780657, + 36.691048 + ], + [ + 116.780736, + 36.671552 + ], + [ + 116.777262, + 36.660718 + ], + [ + 116.763126, + 36.651971 + ], + [ + 116.759494, + 36.632746 + ], + [ + 116.742042, + 36.620381 + ], + [ + 116.71314, + 36.608858 + ], + [ + 116.693319, + 36.607895 + ], + [ + 116.694345, + 36.591149 + ], + [ + 116.682421, + 36.580586 + ], + [ + 116.661258, + 36.578376 + ], + [ + 116.662916, + 36.563111 + ], + [ + 116.658968, + 36.553026 + ], + [ + 116.646728, + 36.544105 + ], + [ + 116.629592, + 36.544587 + ], + [ + 116.622801, + 36.532651 + ], + [ + 116.60835, + 36.52011 + ], + [ + 116.610087, + 36.51609 + ], + [ + 116.627223, + 36.508853 + ], + [ + 116.624301, + 36.497233 + ], + [ + 116.602032, + 36.495223 + ], + [ + 116.593267, + 36.485973 + ], + [ + 116.595636, + 36.480383 + ], + [ + 116.613009, + 36.473425 + ], + [ + 116.611429, + 36.459104 + ], + [ + 116.620905, + 36.44144 + ], + [ + 116.6198, + 36.428522 + ], + [ + 116.612377, + 36.42333 + ], + [ + 116.591213, + 36.416286 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.549518, + 36.417333 + ], + [ + 116.535857, + 36.41842 + ], + [ + 116.539647, + 36.427597 + ], + [ + 116.527092, + 36.424337 + ], + [ + 116.511851, + 36.430012 + ], + [ + 116.512798, + 36.441239 + ], + [ + 116.507271, + 36.447999 + ], + [ + 116.489345, + 36.454477 + ], + [ + 116.481685, + 36.448361 + ], + [ + 116.461548, + 36.449971 + ], + [ + 116.455705, + 36.46192 + ], + [ + 116.459258, + 36.47978 + ], + [ + 116.445676, + 36.488587 + ], + [ + 116.443544, + 36.498319 + ], + [ + 116.431304, + 36.500611 + ], + [ + 116.412983, + 36.519145 + ], + [ + 116.400901, + 36.524813 + ], + [ + 116.399322, + 36.540126 + ], + [ + 116.403507, + 36.564878 + ], + [ + 116.410298, + 36.593237 + ], + [ + 116.411325, + 36.615242 + ], + [ + 116.406034, + 36.631983 + ], + [ + 116.41322, + 36.643181 + ], + [ + 116.411246, + 36.676647 + ], + [ + 116.40706, + 36.689042 + ], + [ + 116.407139, + 36.704804 + ], + [ + 116.397584, + 36.715431 + ], + [ + 116.393399, + 36.731708 + ], + [ + 116.401849, + 36.74634 + ], + [ + 116.405639, + 36.761208 + ], + [ + 116.396242, + 36.792459 + ], + [ + 116.376026, + 36.797025 + ], + [ + 116.391978, + 36.802913 + ], + [ + 116.397663, + 36.809441 + ], + [ + 116.409193, + 36.807038 + ], + [ + 116.408008, + 36.815729 + ], + [ + 116.399874, + 36.823857 + ], + [ + 116.409587, + 36.83759 + ], + [ + 116.407218, + 36.846717 + ], + [ + 116.415352, + 36.855923 + ], + [ + 116.412746, + 36.861086 + ], + [ + 116.429645, + 36.865208 + ], + [ + 116.434146, + 36.876453 + ], + [ + 116.419537, + 36.877213 + ], + [ + 116.415905, + 36.881374 + ], + [ + 116.422143, + 36.890536 + ], + [ + 116.417958, + 36.894297 + ], + [ + 116.421591, + 36.905257 + ], + [ + 116.433988, + 36.908417 + ], + [ + 116.447966, + 36.899977 + ], + [ + 116.452467, + 36.906417 + ], + [ + 116.449308, + 36.915496 + ], + [ + 116.439911, + 36.916495 + ], + [ + 116.444728, + 36.923694 + ], + [ + 116.443149, + 36.932211 + ], + [ + 116.461548, + 36.940687 + ], + [ + 116.470551, + 36.940007 + ], + [ + 116.471103, + 36.947043 + ], + [ + 116.458074, + 36.955358 + ], + [ + 116.442675, + 36.954319 + ], + [ + 116.434383, + 36.968228 + ], + [ + 116.405876, + 36.969067 + ], + [ + 116.379343, + 36.966309 + ], + [ + 116.370261, + 36.963272 + ], + [ + 116.366471, + 36.971864 + ], + [ + 116.341359, + 36.980256 + ], + [ + 116.340175, + 36.971944 + ], + [ + 116.324065, + 36.972024 + ], + [ + 116.317037, + 36.981854 + ], + [ + 116.304955, + 36.990245 + ], + [ + 116.30535, + 36.994999 + ], + [ + 116.290741, + 36.995759 + ], + [ + 116.26784, + 37.010499 + ], + [ + 116.254731, + 37.008262 + ], + [ + 116.247624, + 37.019685 + ], + [ + 116.250388, + 37.025476 + ], + [ + 116.232857, + 37.032225 + ], + [ + 116.225592, + 37.025396 + ], + [ + 116.222276, + 37.010339 + ], + [ + 116.235779, + 37.010139 + ], + [ + 116.229225, + 36.996438 + ], + [ + 116.211694, + 36.990085 + ], + [ + 116.212089, + 36.982454 + ], + [ + 116.219196, + 36.979617 + ], + [ + 116.210588, + 36.970146 + ], + [ + 116.211536, + 36.963112 + ], + [ + 116.191478, + 36.963312 + ], + [ + 116.18366, + 36.959595 + ], + [ + 116.172842, + 36.947723 + ], + [ + 116.173237, + 36.929692 + ], + [ + 116.164392, + 36.916975 + ], + [ + 116.146388, + 36.910776 + ], + [ + 116.123724, + 36.890656 + ], + [ + 116.114958, + 36.897697 + ], + [ + 116.097349, + 36.891336 + ], + [ + 116.098217, + 36.883895 + ], + [ + 116.082424, + 36.883855 + ], + [ + 116.075948, + 36.889496 + ], + [ + 116.061892, + 36.888576 + ], + [ + 116.050126, + 36.894497 + ], + [ + 116.005667, + 36.884375 + ], + [ + 115.947704, + 36.888576 + ], + [ + 115.920461, + 36.892976 + ], + [ + 115.894796, + 36.905657 + ], + [ + 115.885241, + 36.907017 + ], + [ + 115.881687, + 36.917575 + ], + [ + 115.875844, + 36.916255 + ], + [ + 115.868421, + 36.901457 + ], + [ + 115.853733, + 36.904777 + ], + [ + 115.85855, + 36.908337 + ], + [ + 115.85397, + 36.916215 + ], + [ + 115.848995, + 36.912656 + ], + [ + 115.832964, + 36.918575 + ], + [ + 115.83178, + 36.910856 + ], + [ + 115.823251, + 36.913496 + ], + [ + 115.81875, + 36.908577 + ], + [ + 115.813064, + 36.913416 + ], + [ + 115.791348, + 36.914336 + ], + [ + 115.779819, + 36.904977 + ], + [ + 115.780293, + 36.912216 + ], + [ + 115.768684, + 36.921014 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371500, + "name": "聊城市", + "center": [ + 115.980367, + 36.456013 + ], + "centroid": [ + 115.887733, + 36.460089 + ], + "childrenNum": 8, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 13, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 115.768684, + 36.921014 + ], + [ + 115.780293, + 36.912216 + ], + [ + 115.779819, + 36.904977 + ], + [ + 115.791348, + 36.914336 + ], + [ + 115.813064, + 36.913416 + ], + [ + 115.81875, + 36.908577 + ], + [ + 115.823251, + 36.913496 + ], + [ + 115.83178, + 36.910856 + ], + [ + 115.832964, + 36.918575 + ], + [ + 115.848995, + 36.912656 + ], + [ + 115.85397, + 36.916215 + ], + [ + 115.85855, + 36.908337 + ], + [ + 115.853733, + 36.904777 + ], + [ + 115.868421, + 36.901457 + ], + [ + 115.875844, + 36.916255 + ], + [ + 115.881687, + 36.917575 + ], + [ + 115.885241, + 36.907017 + ], + [ + 115.894796, + 36.905657 + ], + [ + 115.920461, + 36.892976 + ], + [ + 115.947704, + 36.888576 + ], + [ + 116.005667, + 36.884375 + ], + [ + 116.050126, + 36.894497 + ], + [ + 116.061892, + 36.888576 + ], + [ + 116.075948, + 36.889496 + ], + [ + 116.082424, + 36.883855 + ], + [ + 116.098217, + 36.883895 + ], + [ + 116.097349, + 36.891336 + ], + [ + 116.114958, + 36.897697 + ], + [ + 116.123724, + 36.890656 + ], + [ + 116.146388, + 36.910776 + ], + [ + 116.164392, + 36.916975 + ], + [ + 116.173237, + 36.929692 + ], + [ + 116.172842, + 36.947723 + ], + [ + 116.18366, + 36.959595 + ], + [ + 116.191478, + 36.963312 + ], + [ + 116.211536, + 36.963112 + ], + [ + 116.210588, + 36.970146 + ], + [ + 116.219196, + 36.979617 + ], + [ + 116.212089, + 36.982454 + ], + [ + 116.211694, + 36.990085 + ], + [ + 116.229225, + 36.996438 + ], + [ + 116.235779, + 37.010139 + ], + [ + 116.222276, + 37.010339 + ], + [ + 116.225592, + 37.025396 + ], + [ + 116.232857, + 37.032225 + ], + [ + 116.250388, + 37.025476 + ], + [ + 116.247624, + 37.019685 + ], + [ + 116.254731, + 37.008262 + ], + [ + 116.26784, + 37.010499 + ], + [ + 116.290741, + 36.995759 + ], + [ + 116.30535, + 36.994999 + ], + [ + 116.304955, + 36.990245 + ], + [ + 116.317037, + 36.981854 + ], + [ + 116.324065, + 36.972024 + ], + [ + 116.340175, + 36.971944 + ], + [ + 116.341359, + 36.980256 + ], + [ + 116.366471, + 36.971864 + ], + [ + 116.370261, + 36.963272 + ], + [ + 116.379343, + 36.966309 + ], + [ + 116.405876, + 36.969067 + ], + [ + 116.434383, + 36.968228 + ], + [ + 116.442675, + 36.954319 + ], + [ + 116.458074, + 36.955358 + ], + [ + 116.471103, + 36.947043 + ], + [ + 116.470551, + 36.940007 + ], + [ + 116.461548, + 36.940687 + ], + [ + 116.443149, + 36.932211 + ], + [ + 116.444728, + 36.923694 + ], + [ + 116.439911, + 36.916495 + ], + [ + 116.449308, + 36.915496 + ], + [ + 116.452467, + 36.906417 + ], + [ + 116.447966, + 36.899977 + ], + [ + 116.433988, + 36.908417 + ], + [ + 116.421591, + 36.905257 + ], + [ + 116.417958, + 36.894297 + ], + [ + 116.422143, + 36.890536 + ], + [ + 116.415905, + 36.881374 + ], + [ + 116.419537, + 36.877213 + ], + [ + 116.434146, + 36.876453 + ], + [ + 116.429645, + 36.865208 + ], + [ + 116.412746, + 36.861086 + ], + [ + 116.415352, + 36.855923 + ], + [ + 116.407218, + 36.846717 + ], + [ + 116.409587, + 36.83759 + ], + [ + 116.399874, + 36.823857 + ], + [ + 116.408008, + 36.815729 + ], + [ + 116.409193, + 36.807038 + ], + [ + 116.397663, + 36.809441 + ], + [ + 116.391978, + 36.802913 + ], + [ + 116.376026, + 36.797025 + ], + [ + 116.396242, + 36.792459 + ], + [ + 116.405639, + 36.761208 + ], + [ + 116.401849, + 36.74634 + ], + [ + 116.393399, + 36.731708 + ], + [ + 116.397584, + 36.715431 + ], + [ + 116.407139, + 36.704804 + ], + [ + 116.40706, + 36.689042 + ], + [ + 116.411246, + 36.676647 + ], + [ + 116.41322, + 36.643181 + ], + [ + 116.406034, + 36.631983 + ], + [ + 116.411325, + 36.615242 + ], + [ + 116.410298, + 36.593237 + ], + [ + 116.403507, + 36.564878 + ], + [ + 116.399322, + 36.540126 + ], + [ + 116.400901, + 36.524813 + ], + [ + 116.412983, + 36.519145 + ], + [ + 116.431304, + 36.500611 + ], + [ + 116.443544, + 36.498319 + ], + [ + 116.445676, + 36.488587 + ], + [ + 116.459258, + 36.47978 + ], + [ + 116.455705, + 36.46192 + ], + [ + 116.461548, + 36.449971 + ], + [ + 116.481685, + 36.448361 + ], + [ + 116.489345, + 36.454477 + ], + [ + 116.507271, + 36.447999 + ], + [ + 116.512798, + 36.441239 + ], + [ + 116.511851, + 36.430012 + ], + [ + 116.527092, + 36.424337 + ], + [ + 116.539647, + 36.427597 + ], + [ + 116.535857, + 36.41842 + ], + [ + 116.549518, + 36.417333 + ], + [ + 116.546202, + 36.40892 + ], + [ + 116.528592, + 36.387259 + ], + [ + 116.519984, + 36.384158 + ], + [ + 116.503717, + 36.369982 + ], + [ + 116.484607, + 36.336948 + ], + [ + 116.449071, + 36.337149 + ], + [ + 116.441411, + 36.321755 + ], + [ + 116.430593, + 36.318007 + ], + [ + 116.406745, + 36.319015 + ], + [ + 116.374526, + 36.3039 + ], + [ + 116.331251, + 36.290677 + ], + [ + 116.322644, + 36.284669 + ], + [ + 116.310799, + 36.270515 + ], + [ + 116.307166, + 36.259464 + ], + [ + 116.28624, + 36.239174 + ], + [ + 116.280159, + 36.221945 + ], + [ + 116.255047, + 36.203703 + ], + [ + 116.234911, + 36.180935 + ], + [ + 116.226066, + 36.173748 + ], + [ + 116.213036, + 36.169831 + ], + [ + 116.169446, + 36.171325 + ], + [ + 116.164392, + 36.168862 + ], + [ + 116.164313, + 36.146084 + ], + [ + 116.123882, + 36.136429 + ], + [ + 116.114011, + 36.122047 + ], + [ + 116.099323, + 36.112066 + ], + [ + 116.057391, + 36.104913 + ], + [ + 116.028804, + 36.072292 + ], + [ + 116.016406, + 36.061375 + ], + [ + 115.989794, + 36.045442 + ], + [ + 115.964051, + 36.0416 + ], + [ + 115.935859, + 36.031447 + ], + [ + 115.919276, + 36.019675 + ], + [ + 115.895981, + 36.026188 + ], + [ + 115.869447, + 36.015346 + ], + [ + 115.859655, + 36.003693 + ], + [ + 115.846231, + 36.004987 + ], + [ + 115.837465, + 36.011016 + ], + [ + 115.81725, + 36.012756 + ], + [ + 115.797508, + 36.00697 + ], + [ + 115.779819, + 35.993778 + ], + [ + 115.786689, + 35.991228 + ], + [ + 115.774528, + 35.981878 + ], + [ + 115.774686, + 35.974511 + ], + [ + 115.764341, + 35.970989 + ], + [ + 115.73307, + 35.96682 + ], + [ + 115.717908, + 35.971394 + ], + [ + 115.698719, + 35.96605 + ], + [ + 115.686953, + 35.9552 + ], + [ + 115.68411, + 35.944388 + ], + [ + 115.675423, + 35.938435 + ], + [ + 115.651812, + 35.928917 + ], + [ + 115.642415, + 35.920046 + ], + [ + 115.607353, + 35.925839 + ], + [ + 115.583742, + 35.921707 + ], + [ + 115.548206, + 35.898006 + ], + [ + 115.513302, + 35.890348 + ], + [ + 115.504932, + 35.8991 + ], + [ + 115.510775, + 35.908014 + ], + [ + 115.505406, + 35.914415 + ], + [ + 115.490717, + 35.908379 + ], + [ + 115.495377, + 35.896021 + ], + [ + 115.488033, + 35.880784 + ], + [ + 115.460078, + 35.867732 + ], + [ + 115.433861, + 35.839069 + ], + [ + 115.432834, + 35.833878 + ], + [ + 115.417909, + 35.824996 + ], + [ + 115.407564, + 35.80865 + ], + [ + 115.370923, + 35.788852 + ], + [ + 115.3635, + 35.779925 + ], + [ + 115.334993, + 35.796723 + ], + [ + 115.335704, + 35.814329 + ], + [ + 115.344074, + 35.838744 + ], + [ + 115.349602, + 35.860963 + ], + [ + 115.338152, + 35.864692 + ], + [ + 115.3436, + 35.87215 + ], + [ + 115.354893, + 35.869273 + ], + [ + 115.36429, + 35.894035 + ], + [ + 115.367449, + 35.92033 + ], + [ + 115.364132, + 35.929484 + ], + [ + 115.354182, + 35.937503 + ], + [ + 115.356472, + 35.954633 + ], + [ + 115.363105, + 35.972002 + ], + [ + 115.386322, + 35.974471 + ], + [ + 115.395956, + 35.991673 + ], + [ + 115.419646, + 36.004745 + ], + [ + 115.4431, + 36.008872 + ], + [ + 115.447522, + 36.011826 + ], + [ + 115.448865, + 36.047383 + ], + [ + 115.441599, + 36.055755 + ], + [ + 115.459604, + 36.063357 + ], + [ + 115.455103, + 36.071282 + ], + [ + 115.459762, + 36.080378 + ], + [ + 115.466395, + 36.079691 + ], + [ + 115.468843, + 36.092222 + ], + [ + 115.473976, + 36.098123 + ], + [ + 115.484242, + 36.125845 + ], + [ + 115.48519, + 36.139702 + ], + [ + 115.480689, + 36.171729 + ], + [ + 115.47595, + 36.193046 + ], + [ + 115.479109, + 36.209555 + ], + [ + 115.47595, + 36.218878 + ], + [ + 115.476503, + 36.246516 + ], + [ + 115.465369, + 36.250389 + ], + [ + 115.467817, + 36.267894 + ], + [ + 115.462684, + 36.27612 + ], + [ + 115.446101, + 36.273782 + ], + [ + 115.436388, + 36.276362 + ], + [ + 115.428491, + 36.286201 + ], + [ + 115.41704, + 36.292773 + ], + [ + 115.422963, + 36.30261 + ], + [ + 115.41941, + 36.310914 + ], + [ + 115.422963, + 36.322199 + ], + [ + 115.414987, + 36.326551 + ], + [ + 115.394614, + 36.322602 + ], + [ + 115.366659, + 36.308938 + ], + [ + 115.359789, + 36.318733 + ], + [ + 115.370449, + 36.332757 + ], + [ + 115.368712, + 36.342629 + ], + [ + 115.349602, + 36.363094 + ], + [ + 115.348575, + 36.384641 + ], + [ + 115.339968, + 36.39809 + ], + [ + 115.324885, + 36.405095 + ], + [ + 115.313514, + 36.406625 + ], + [ + 115.297404, + 36.413469 + ], + [ + 115.312092, + 36.433593 + ], + [ + 115.316909, + 36.432587 + ], + [ + 115.317067, + 36.454035 + ], + [ + 115.300247, + 36.465902 + ], + [ + 115.291403, + 36.460592 + ], + [ + 115.288876, + 36.470006 + ], + [ + 115.293693, + 36.476079 + ], + [ + 115.28469, + 36.476441 + ], + [ + 115.283506, + 36.486416 + ], + [ + 115.276083, + 36.486938 + ], + [ + 115.272845, + 36.497394 + ], + [ + 115.289744, + 36.497796 + ], + [ + 115.296536, + 36.508853 + ], + [ + 115.292587, + 36.514401 + ], + [ + 115.295193, + 36.523205 + ], + [ + 115.288323, + 36.528511 + ], + [ + 115.295035, + 36.533254 + ], + [ + 115.300484, + 36.525938 + ], + [ + 115.307433, + 36.527426 + ], + [ + 115.331281, + 36.550213 + ], + [ + 115.334282, + 36.582473 + ], + [ + 115.337836, + 36.58898 + ], + [ + 115.35055, + 36.590065 + ], + [ + 115.351576, + 36.595004 + ], + [ + 115.340363, + 36.595245 + ], + [ + 115.341468, + 36.603478 + ], + [ + 115.350707, + 36.60665 + ], + [ + 115.345022, + 36.612392 + ], + [ + 115.35513, + 36.627407 + ], + [ + 115.366027, + 36.621947 + ], + [ + 115.378504, + 36.632866 + ], + [ + 115.38798, + 36.646432 + ], + [ + 115.386322, + 36.656305 + ], + [ + 115.406459, + 36.663246 + ], + [ + 115.412144, + 36.676486 + ], + [ + 115.420594, + 36.686756 + ], + [ + 115.446653, + 36.694617 + ], + [ + 115.451391, + 36.702197 + ], + [ + 115.450523, + 36.713626 + ], + [ + 115.459762, + 36.717395 + ], + [ + 115.460947, + 36.731869 + ], + [ + 115.475477, + 36.744215 + ], + [ + 115.478398, + 36.758804 + ], + [ + 115.491428, + 36.761609 + ], + [ + 115.506511, + 36.770465 + ], + [ + 115.523568, + 36.763853 + ], + [ + 115.52878, + 36.77395 + ], + [ + 115.536835, + 36.772628 + ], + [ + 115.53873, + 36.784127 + ], + [ + 115.54947, + 36.782885 + ], + [ + 115.552628, + 36.775874 + ], + [ + 115.561315, + 36.775753 + ], + [ + 115.560525, + 36.783806 + ], + [ + 115.572133, + 36.775353 + ], + [ + 115.584689, + 36.781042 + ], + [ + 115.63744, + 36.797506 + ], + [ + 115.650469, + 36.807519 + ], + [ + 115.666184, + 36.812485 + ], + [ + 115.671554, + 36.809281 + ], + [ + 115.684189, + 36.812966 + ], + [ + 115.692243, + 36.829343 + ], + [ + 115.688532, + 36.840312 + ], + [ + 115.700772, + 36.860726 + ], + [ + 115.699982, + 36.866929 + ], + [ + 115.711275, + 36.882374 + ], + [ + 115.726121, + 36.893616 + ], + [ + 115.735202, + 36.897017 + ], + [ + 115.740572, + 36.906417 + ], + [ + 115.757787, + 36.903017 + ], + [ + 115.765131, + 36.909096 + ], + [ + 115.768684, + 36.921014 + ] + ] + ], + [ + [ + [ + 115.495377, + 35.896021 + ], + [ + 115.504932, + 35.8991 + ], + [ + 115.513302, + 35.890348 + ], + [ + 115.503431, + 35.888686 + ], + [ + 115.488033, + 35.880784 + ], + [ + 115.495377, + 35.896021 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371600, + "name": "滨州市", + "center": [ + 118.016974, + 37.383542 + ], + "centroid": [ + 117.847396, + 37.542717 + ], + "childrenNum": 7, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 14, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 117.273417, + 37.532619 + ], + [ + 117.277681, + 37.545391 + ], + [ + 117.280682, + 37.56621 + ], + [ + 117.288973, + 37.577112 + ], + [ + 117.308321, + 37.589956 + ], + [ + 117.314875, + 37.600458 + ], + [ + 117.317797, + 37.615081 + ], + [ + 117.312585, + 37.633701 + ], + [ + 117.304925, + 37.640514 + ], + [ + 117.312506, + 37.64194 + ], + [ + 117.318428, + 37.662019 + ], + [ + 117.329405, + 37.673343 + ], + [ + 117.347489, + 37.683319 + ], + [ + 117.344567, + 37.693136 + ], + [ + 117.352543, + 37.707345 + ], + [ + 117.36573, + 37.698361 + ], + [ + 117.363598, + 37.679559 + ], + [ + 117.358149, + 37.672947 + ], + [ + 117.357596, + 37.658495 + ], + [ + 117.363835, + 37.649624 + ], + [ + 117.373074, + 37.648594 + ], + [ + 117.392974, + 37.660039 + ], + [ + 117.407188, + 37.678846 + ], + [ + 117.415401, + 37.669582 + ], + [ + 117.428825, + 37.665741 + ], + [ + 117.444224, + 37.671918 + ], + [ + 117.451963, + 37.669978 + ], + [ + 117.465625, + 37.655564 + ], + [ + 117.477075, + 37.654416 + ], + [ + 117.488604, + 37.677025 + ], + [ + 117.50345, + 37.680548 + ], + [ + 117.506451, + 37.686803 + ], + [ + 117.531247, + 37.688901 + ], + [ + 117.543092, + 37.703625 + ], + [ + 117.539775, + 37.713993 + ], + [ + 117.556201, + 37.716683 + ], + [ + 117.542618, + 37.726258 + ], + [ + 117.547198, + 37.737494 + ], + [ + 117.544119, + 37.747699 + ], + [ + 117.531563, + 37.748213 + ], + [ + 117.522165, + 37.755371 + ], + [ + 117.526509, + 37.762964 + ], + [ + 117.547356, + 37.767512 + ], + [ + 117.546567, + 37.776368 + ], + [ + 117.559912, + 37.800008 + ], + [ + 117.568599, + 37.804987 + ], + [ + 117.56623, + 37.812733 + ], + [ + 117.588025, + 37.82273 + ], + [ + 117.59529, + 37.834741 + ], + [ + 117.605003, + 37.838968 + ], + [ + 117.606582, + 37.845209 + ], + [ + 117.595685, + 37.853504 + ], + [ + 117.581076, + 37.858993 + ], + [ + 117.580602, + 37.875302 + ], + [ + 117.568835, + 37.882409 + ], + [ + 117.547198, + 37.883198 + ], + [ + 117.542776, + 37.890146 + ], + [ + 117.539302, + 37.913552 + ], + [ + 117.529036, + 37.932295 + ], + [ + 117.567809, + 37.946772 + ], + [ + 117.570652, + 37.957264 + ], + [ + 117.563545, + 37.998585 + ], + [ + 117.54933, + 38.010252 + ], + [ + 117.541039, + 38.011237 + ], + [ + 117.545935, + 38.026842 + ], + [ + 117.560386, + 38.040987 + ], + [ + 117.556517, + 38.057215 + ], + [ + 117.564887, + 38.063674 + ], + [ + 117.57618, + 38.065132 + ], + [ + 117.58376, + 38.070645 + ], + [ + 117.605082, + 38.073008 + ], + [ + 117.616769, + 38.06903 + ], + [ + 117.644961, + 38.072377 + ], + [ + 117.666045, + 38.072535 + ], + [ + 117.679469, + 38.079544 + ], + [ + 117.704502, + 38.07604 + ], + [ + 117.729219, + 38.093796 + ], + [ + 117.730641, + 38.108321 + ], + [ + 117.743197, + 38.123393 + ], + [ + 117.768782, + 38.131893 + ], + [ + 117.772099, + 38.138817 + ], + [ + 117.766966, + 38.158682 + ], + [ + 117.771704, + 38.166076 + ], + [ + 117.79421, + 38.167846 + ], + [ + 117.801317, + 38.175239 + ], + [ + 117.789235, + 38.180744 + ], + [ + 117.796105, + 38.1936 + ], + [ + 117.797842, + 38.207712 + ], + [ + 117.805897, + 38.217734 + ], + [ + 117.808582, + 38.228383 + ], + [ + 117.823586, + 38.235652 + ], + [ + 117.847513, + 38.25392 + ], + [ + 117.860859, + 38.274578 + ], + [ + 117.895683, + 38.301629 + ], + [ + 117.893393, + 38.287968 + ], + [ + 117.89671, + 38.279605 + ], + [ + 117.935404, + 38.255098 + ], + [ + 117.997631, + 38.211918 + ], + [ + 118.018794, + 38.202641 + ], + [ + 118.033009, + 38.205904 + ], + [ + 118.04517, + 38.214001 + ], + [ + 118.112134, + 38.210227 + ], + [ + 118.177915, + 38.186406 + ], + [ + 118.216846, + 38.146921 + ], + [ + 118.245432, + 38.144286 + ], + [ + 118.236272, + 38.125754 + ], + [ + 118.227664, + 38.119262 + ], + [ + 118.241247, + 38.112138 + ], + [ + 118.245511, + 38.103322 + ], + [ + 118.235324, + 38.082969 + ], + [ + 118.226638, + 38.079583 + ], + [ + 118.230665, + 38.056743 + ], + [ + 118.227585, + 38.037874 + ], + [ + 118.2234, + 38.00095 + ], + [ + 118.22956, + 37.986444 + ], + [ + 118.220873, + 37.98258 + ], + [ + 118.223479, + 37.959788 + ], + [ + 118.213529, + 37.95541 + ], + [ + 118.215503, + 37.949376 + ], + [ + 118.224742, + 37.950559 + ], + [ + 118.226954, + 37.939672 + ], + [ + 118.225611, + 37.923417 + ], + [ + 118.232718, + 37.922509 + ], + [ + 118.235403, + 37.905343 + ], + [ + 118.243142, + 37.895673 + ], + [ + 118.236588, + 37.884501 + ], + [ + 118.239115, + 37.868708 + ], + [ + 118.248749, + 37.858164 + ], + [ + 118.247643, + 37.871788 + ], + [ + 118.258146, + 37.854886 + ], + [ + 118.258304, + 37.844182 + ], + [ + 118.269754, + 37.853109 + ], + [ + 118.286337, + 37.8569 + ], + [ + 118.301657, + 37.870208 + ], + [ + 118.313265, + 37.861521 + ], + [ + 118.328111, + 37.865272 + ], + [ + 118.340193, + 37.838059 + ], + [ + 118.334271, + 37.832134 + ], + [ + 118.346116, + 37.832371 + ], + [ + 118.344932, + 37.824627 + ], + [ + 118.356382, + 37.820834 + ], + [ + 118.352355, + 37.814274 + ], + [ + 118.36191, + 37.792063 + ], + [ + 118.348406, + 37.790719 + ], + [ + 118.340588, + 37.774391 + ], + [ + 118.340667, + 37.763913 + ], + [ + 118.353065, + 37.75814 + ], + [ + 118.353697, + 37.750151 + ], + [ + 118.341931, + 37.74667 + ], + [ + 118.337509, + 37.729502 + ], + [ + 118.31753, + 37.728395 + ], + [ + 118.319425, + 37.712924 + ], + [ + 118.316187, + 37.714151 + ], + [ + 118.3045, + 37.690722 + ], + [ + 118.305132, + 37.683122 + ], + [ + 118.294076, + 37.678529 + ], + [ + 118.293129, + 37.670096 + ], + [ + 118.2846, + 37.662058 + ], + [ + 118.260989, + 37.654614 + ], + [ + 118.246459, + 37.658376 + ], + [ + 118.239431, + 37.65596 + ], + [ + 118.22569, + 37.663682 + ], + [ + 118.207449, + 37.661583 + ], + [ + 118.200657, + 37.667404 + ], + [ + 118.195445, + 37.661742 + ], + [ + 118.177125, + 37.657623 + ], + [ + 118.172545, + 37.644079 + ], + [ + 118.165596, + 37.644633 + ], + [ + 118.163542, + 37.63069 + ], + [ + 118.154935, + 37.628036 + ], + [ + 118.157462, + 37.62035 + ], + [ + 118.154935, + 37.605491 + ], + [ + 118.146722, + 37.599943 + ], + [ + 118.148696, + 37.594078 + ], + [ + 118.134877, + 37.590035 + ], + [ + 118.127612, + 37.578103 + ], + [ + 118.131324, + 37.571285 + ], + [ + 118.13922, + 37.571364 + ], + [ + 118.134166, + 37.558478 + ], + [ + 118.141431, + 37.556297 + ], + [ + 118.173176, + 37.563593 + ], + [ + 118.176098, + 37.557129 + ], + [ + 118.173255, + 37.546858 + ], + [ + 118.159831, + 37.539164 + ], + [ + 118.156988, + 37.530358 + ], + [ + 118.150987, + 37.530517 + ], + [ + 118.142537, + 37.518933 + ], + [ + 118.136772, + 37.516791 + ], + [ + 118.139378, + 37.507427 + ], + [ + 118.134245, + 37.507387 + ], + [ + 118.135035, + 37.496752 + ], + [ + 118.127849, + 37.491831 + ], + [ + 118.128481, + 37.483694 + ], + [ + 118.120426, + 37.480757 + ], + [ + 118.112766, + 37.463528 + ], + [ + 118.125322, + 37.45912 + ], + [ + 118.118531, + 37.456182 + ], + [ + 118.114898, + 37.439742 + ], + [ + 118.136141, + 37.441688 + ], + [ + 118.14996, + 37.438351 + ], + [ + 118.163937, + 37.416742 + ], + [ + 118.165596, + 37.4082 + ], + [ + 118.160147, + 37.399618 + ], + [ + 118.16141, + 37.389961 + ], + [ + 118.144037, + 37.392822 + ], + [ + 118.135509, + 37.384834 + ], + [ + 118.141668, + 37.376487 + ], + [ + 118.154935, + 37.377401 + ], + [ + 118.156198, + 37.364322 + ], + [ + 118.161015, + 37.362573 + ], + [ + 118.202, + 37.382409 + ], + [ + 118.216925, + 37.385191 + ], + [ + 118.217951, + 37.371478 + ], + [ + 118.222768, + 37.367861 + ], + [ + 118.245353, + 37.367781 + ], + [ + 118.245827, + 37.376646 + ], + [ + 118.258541, + 37.37911 + ], + [ + 118.262015, + 37.364283 + ], + [ + 118.273624, + 37.360029 + ], + [ + 118.286495, + 37.362772 + ], + [ + 118.291865, + 37.358518 + ], + [ + 118.287285, + 37.352434 + ], + [ + 118.315398, + 37.352514 + ], + [ + 118.31524, + 37.31477 + ], + [ + 118.319741, + 37.305978 + ], + [ + 118.326058, + 37.306535 + ], + [ + 118.325584, + 37.296866 + ], + [ + 118.342168, + 37.295075 + ], + [ + 118.342168, + 37.287076 + ], + [ + 118.355197, + 37.286997 + ], + [ + 118.358277, + 37.280669 + ], + [ + 118.368069, + 37.279594 + ], + [ + 118.36262, + 37.273783 + ], + [ + 118.372096, + 37.273703 + ], + [ + 118.375729, + 37.258497 + ], + [ + 118.368385, + 37.258576 + ], + [ + 118.36033, + 37.244561 + ], + [ + 118.350459, + 37.243765 + ], + [ + 118.346669, + 37.233252 + ], + [ + 118.3642, + 37.210189 + ], + [ + 118.375966, + 37.206126 + ], + [ + 118.376598, + 37.196962 + ], + [ + 118.383389, + 37.190587 + ], + [ + 118.387574, + 37.177834 + ], + [ + 118.380467, + 37.175164 + ], + [ + 118.377545, + 37.154157 + ], + [ + 118.366569, + 37.146781 + ], + [ + 118.361594, + 37.148495 + ], + [ + 118.356224, + 37.139325 + ], + [ + 118.347616, + 37.139803 + ], + [ + 118.340667, + 37.131748 + ], + [ + 118.346116, + 37.123931 + ], + [ + 118.338219, + 37.123134 + ], + [ + 118.349354, + 37.101753 + ], + [ + 118.338298, + 37.10311 + ], + [ + 118.338851, + 37.093894 + ], + [ + 118.332928, + 37.081923 + ], + [ + 118.338535, + 37.072265 + ], + [ + 118.337588, + 37.053904 + ], + [ + 118.324558, + 37.046279 + ], + [ + 118.3259, + 37.035459 + ], + [ + 118.310186, + 37.028231 + ], + [ + 118.308212, + 37.019885 + ], + [ + 118.28997, + 37.00946 + ], + [ + 118.288785, + 36.999993 + ], + [ + 118.271412, + 37.006744 + ], + [ + 118.262568, + 37.00271 + ], + [ + 118.250802, + 37.002949 + ], + [ + 118.247327, + 36.98613 + ], + [ + 118.235087, + 36.98557 + ], + [ + 118.231376, + 36.974822 + ], + [ + 118.222531, + 36.967109 + ], + [ + 118.209739, + 36.963152 + ], + [ + 118.195209, + 36.967348 + ], + [ + 118.192918, + 36.977739 + ], + [ + 118.160936, + 36.981934 + ], + [ + 118.161331, + 36.988567 + ], + [ + 118.15146, + 36.988527 + ], + [ + 118.153198, + 37.000512 + ], + [ + 118.138983, + 37.005985 + ], + [ + 118.139299, + 37.014693 + ], + [ + 118.134008, + 37.025955 + ], + [ + 118.139299, + 37.033103 + ], + [ + 118.139615, + 37.044363 + ], + [ + 118.15146, + 37.047038 + ], + [ + 118.150829, + 37.054743 + ], + [ + 118.15762, + 37.057776 + ], + [ + 118.156909, + 37.065281 + ], + [ + 118.13622, + 37.06536 + ], + [ + 118.136062, + 37.077773 + ], + [ + 118.130455, + 37.091101 + ], + [ + 118.115925, + 37.100636 + ], + [ + 118.111187, + 37.094652 + ], + [ + 118.086075, + 37.091899 + ], + [ + 118.063016, + 37.082841 + ], + [ + 118.056857, + 37.093654 + ], + [ + 118.045959, + 37.098202 + ], + [ + 118.045485, + 37.105982 + ], + [ + 118.057252, + 37.106141 + ], + [ + 118.068623, + 37.115875 + ], + [ + 118.079679, + 37.120781 + ], + [ + 118.065069, + 37.139564 + ], + [ + 118.059858, + 37.151087 + ], + [ + 118.062385, + 37.162528 + ], + [ + 118.074467, + 37.170341 + ], + [ + 118.071545, + 37.177675 + ], + [ + 118.082995, + 37.185605 + ], + [ + 118.077941, + 37.188953 + ], + [ + 118.074072, + 37.204094 + ], + [ + 118.064122, + 37.21007 + ], + [ + 118.048012, + 37.205568 + ], + [ + 118.046275, + 37.216324 + ], + [ + 118.036799, + 37.220905 + ], + [ + 118.022348, + 37.2221 + ], + [ + 118.019584, + 37.210309 + ], + [ + 118.010898, + 37.20756 + ], + [ + 117.994393, + 37.212699 + ], + [ + 117.984364, + 37.210349 + ], + [ + 117.98089, + 37.218674 + ], + [ + 117.973862, + 37.216483 + ], + [ + 117.981048, + 37.238429 + ], + [ + 117.996446, + 37.246273 + ], + [ + 117.990761, + 37.248981 + ], + [ + 117.990603, + 37.262358 + ], + [ + 117.963833, + 37.271753 + ], + [ + 117.947013, + 37.262159 + ], + [ + 117.948829, + 37.26829 + ], + [ + 117.941327, + 37.280549 + ], + [ + 117.909266, + 37.265065 + ], + [ + 117.888497, + 37.262319 + ], + [ + 117.8776, + 37.273027 + ], + [ + 117.850909, + 37.28246 + ], + [ + 117.83859, + 37.282659 + ], + [ + 117.818848, + 37.276012 + ], + [ + 117.782128, + 37.248702 + ], + [ + 117.773678, + 37.244959 + ], + [ + 117.760333, + 37.244959 + ], + [ + 117.729851, + 37.249101 + ], + [ + 117.693447, + 37.257661 + ], + [ + 117.675995, + 37.270121 + ], + [ + 117.659491, + 37.274101 + ], + [ + 117.644329, + 37.265862 + ], + [ + 117.63043, + 37.247269 + ], + [ + 117.627193, + 37.228074 + ], + [ + 117.615348, + 37.212699 + ], + [ + 117.598212, + 37.203058 + ], + [ + 117.592052, + 37.169624 + ], + [ + 117.586366, + 37.160216 + ], + [ + 117.574284, + 37.151366 + ], + [ + 117.551305, + 37.146781 + ], + [ + 117.557464, + 37.124211 + ], + [ + 117.574442, + 37.12106 + ], + [ + 117.576969, + 37.114758 + ], + [ + 117.567888, + 37.11029 + ], + [ + 117.575074, + 37.089185 + ], + [ + 117.590946, + 37.084996 + ], + [ + 117.608477, + 37.090622 + ], + [ + 117.619375, + 37.090103 + ], + [ + 117.644645, + 37.083878 + ], + [ + 117.673942, + 37.073143 + ], + [ + 117.703002, + 37.068673 + ], + [ + 117.726692, + 37.068753 + ], + [ + 117.739801, + 37.064921 + ], + [ + 117.761991, + 37.065839 + ], + [ + 117.771783, + 37.069032 + ], + [ + 117.800369, + 37.070789 + ], + [ + 117.847355, + 37.065959 + ], + [ + 117.840327, + 37.035539 + ], + [ + 117.841827, + 37.026354 + ], + [ + 117.865992, + 37.023719 + ], + [ + 117.870493, + 37.013375 + ], + [ + 117.866386, + 37.007024 + ], + [ + 117.866623, + 36.993282 + ], + [ + 117.870493, + 36.985451 + ], + [ + 117.906581, + 36.981695 + ], + [ + 117.911951, + 36.975141 + ], + [ + 117.910292, + 36.962592 + ], + [ + 117.913372, + 36.953679 + ], + [ + 117.931772, + 36.941886 + ], + [ + 117.936115, + 36.93489 + ], + [ + 117.935404, + 36.915736 + ], + [ + 117.94338, + 36.930012 + ], + [ + 117.949145, + 36.918375 + ], + [ + 117.96178, + 36.922494 + ], + [ + 117.960674, + 36.910376 + ], + [ + 117.950645, + 36.902137 + ], + [ + 117.9403, + 36.901177 + ], + [ + 117.940616, + 36.891616 + ], + [ + 117.929719, + 36.890216 + ], + [ + 117.9189, + 36.880094 + ], + [ + 117.917005, + 36.86973 + ], + [ + 117.891814, + 36.871811 + ], + [ + 117.891103, + 36.864408 + ], + [ + 117.875152, + 36.861246 + ], + [ + 117.865597, + 36.866529 + ], + [ + 117.856594, + 36.859926 + ], + [ + 117.832825, + 36.859966 + ], + [ + 117.828008, + 36.855883 + ], + [ + 117.831877, + 36.836629 + ], + [ + 117.822085, + 36.825139 + ], + [ + 117.820901, + 36.801511 + ], + [ + 117.814662, + 36.797306 + ], + [ + 117.815531, + 36.788573 + ], + [ + 117.824297, + 36.787933 + ], + [ + 117.825639, + 36.775834 + ], + [ + 117.840327, + 36.777516 + ], + [ + 117.850672, + 36.764735 + ], + [ + 117.852488, + 36.750708 + ], + [ + 117.832983, + 36.744816 + ], + [ + 117.834404, + 36.751871 + ], + [ + 117.826429, + 36.763011 + ], + [ + 117.820743, + 36.756359 + ], + [ + 117.810161, + 36.734394 + ], + [ + 117.795157, + 36.719761 + ], + [ + 117.793025, + 36.707451 + ], + [ + 117.78197, + 36.70304 + ], + [ + 117.777942, + 36.695219 + ], + [ + 117.754173, + 36.696944 + ], + [ + 117.725666, + 36.695219 + ], + [ + 117.718006, + 36.697826 + ], + [ + 117.71848, + 36.704724 + ], + [ + 117.739959, + 36.721004 + ], + [ + 117.736642, + 36.729423 + ], + [ + 117.747303, + 36.748584 + ], + [ + 117.724165, + 36.755998 + ], + [ + 117.695974, + 36.754115 + ], + [ + 117.687603, + 36.763853 + ], + [ + 117.677811, + 36.783245 + ], + [ + 117.648119, + 36.805436 + ], + [ + 117.608556, + 36.821815 + ], + [ + 117.580523, + 36.85136 + ], + [ + 117.577364, + 36.862847 + ], + [ + 117.579891, + 36.878093 + ], + [ + 117.585024, + 36.886815 + ], + [ + 117.58376, + 36.894176 + ], + [ + 117.56923, + 36.915736 + ], + [ + 117.534248, + 36.931611 + ], + [ + 117.539538, + 36.941486 + ], + [ + 117.551305, + 36.93385 + ], + [ + 117.553674, + 36.940727 + ], + [ + 117.56465, + 36.945084 + ], + [ + 117.56544, + 36.959954 + ], + [ + 117.54933, + 36.96507 + ], + [ + 117.555253, + 36.970785 + ], + [ + 117.549094, + 36.979817 + ], + [ + 117.536854, + 36.978498 + ], + [ + 117.519875, + 36.957117 + ], + [ + 117.509847, + 36.969267 + ], + [ + 117.494527, + 36.972344 + ], + [ + 117.476522, + 36.968348 + ], + [ + 117.477628, + 36.961154 + ], + [ + 117.458754, + 36.957676 + ], + [ + 117.444461, + 36.958116 + ], + [ + 117.432853, + 36.954878 + ], + [ + 117.415322, + 36.964311 + ], + [ + 117.40403, + 36.955038 + ], + [ + 117.391632, + 36.952 + ], + [ + 117.378286, + 36.956997 + ], + [ + 117.365335, + 36.99496 + ], + [ + 117.35349, + 37.003349 + ], + [ + 117.328457, + 37.011218 + ], + [ + 117.317323, + 37.020923 + ], + [ + 117.315349, + 37.030547 + ], + [ + 117.326088, + 37.036178 + ], + [ + 117.33667, + 37.046838 + ], + [ + 117.339434, + 37.056419 + ], + [ + 117.336433, + 37.073941 + ], + [ + 117.365256, + 37.069272 + ], + [ + 117.391158, + 37.083479 + ], + [ + 117.409241, + 37.089425 + ], + [ + 117.442092, + 37.093574 + ], + [ + 117.459781, + 37.109931 + ], + [ + 117.455596, + 37.11767 + ], + [ + 117.4507, + 37.143711 + ], + [ + 117.4507, + 37.153957 + ], + [ + 117.444066, + 37.156868 + ], + [ + 117.442724, + 37.170859 + ], + [ + 117.436091, + 37.184251 + ], + [ + 117.417928, + 37.20003 + ], + [ + 117.404977, + 37.21716 + ], + [ + 117.402371, + 37.224808 + ], + [ + 117.408768, + 37.239703 + ], + [ + 117.429141, + 37.239783 + ], + [ + 117.424403, + 37.243367 + ], + [ + 117.431037, + 37.254396 + ], + [ + 117.443908, + 37.250056 + ], + [ + 117.438302, + 37.25786 + ], + [ + 117.43688, + 37.27235 + ], + [ + 117.432379, + 37.272032 + ], + [ + 117.430168, + 37.285166 + ], + [ + 117.417612, + 37.296587 + ], + [ + 117.411611, + 37.308604 + ], + [ + 117.409163, + 37.329488 + ], + [ + 117.41319, + 37.342255 + ], + [ + 117.415401, + 37.364203 + ], + [ + 117.401029, + 37.379071 + ], + [ + 117.368652, + 37.396399 + ], + [ + 117.360202, + 37.405697 + ], + [ + 117.368257, + 37.419563 + ], + [ + 117.369758, + 37.436048 + ], + [ + 117.353332, + 37.450901 + ], + [ + 117.309189, + 37.447486 + ], + [ + 117.295449, + 37.4538 + ], + [ + 117.307768, + 37.46194 + ], + [ + 117.304609, + 37.466069 + ], + [ + 117.283998, + 37.471587 + ], + [ + 117.285894, + 37.479328 + ], + [ + 117.312585, + 37.487068 + ], + [ + 117.317718, + 37.499371 + ], + [ + 117.307215, + 37.507744 + ], + [ + 117.286525, + 37.510046 + ], + [ + 117.284393, + 37.522266 + ], + [ + 117.275549, + 37.526193 + ], + [ + 117.273417, + 37.532619 + ] + ] + ], + [ + [ + [ + 118.40779, + 38.026212 + ], + [ + 118.410001, + 38.053277 + ], + [ + 118.419319, + 38.053119 + ], + [ + 118.419951, + 38.025503 + ], + [ + 118.40779, + 38.026212 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "adcode": 371700, + "name": "菏泽市", + "center": [ + 115.469381, + 35.246531 + ], + "centroid": [ + 115.698013, + 35.152536 + ], + "childrenNum": 9, + "level": "city", + "parent": { + "adcode": 370000 + }, + "subFeatureIndex": 15, + "acroutes": [ + 100000, + 370000 + ] + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 116.409745, + 34.852944 + ], + [ + 116.40635, + 34.82014 + ], + [ + 116.403191, + 34.756301 + ], + [ + 116.371525, + 34.750136 + ], + [ + 116.365681, + 34.742779 + ], + [ + 116.36197, + 34.723705 + ], + [ + 116.382896, + 34.716264 + ], + [ + 116.39182, + 34.710343 + ], + [ + 116.392688, + 34.703887 + ], + [ + 116.385502, + 34.694716 + ], + [ + 116.385186, + 34.686696 + ], + [ + 116.378079, + 34.684146 + ], + [ + 116.378237, + 34.66802 + ], + [ + 116.364418, + 34.651851 + ], + [ + 116.37421, + 34.639958 + ], + [ + 116.356521, + 34.629504 + ], + [ + 116.331014, + 34.624977 + ], + [ + 116.325171, + 34.620572 + ], + [ + 116.323591, + 34.607687 + ], + [ + 116.318064, + 34.601017 + ], + [ + 116.301086, + 34.607769 + ], + [ + 116.286082, + 34.608799 + ], + [ + 116.278659, + 34.602129 + ], + [ + 116.277079, + 34.586029 + ], + [ + 116.256627, + 34.580634 + ], + [ + 116.249204, + 34.571614 + ], + [ + 116.240754, + 34.552377 + ], + [ + 116.23341, + 34.555137 + ], + [ + 116.216906, + 34.575115 + ], + [ + 116.199059, + 34.577463 + ], + [ + 116.190136, + 34.570502 + ], + [ + 116.156653, + 34.553737 + ], + [ + 116.146861, + 34.553201 + ], + [ + 116.134542, + 34.55971 + ], + [ + 116.124829, + 34.572314 + ], + [ + 116.11788, + 34.589776 + ], + [ + 116.101297, + 34.605793 + ], + [ + 116.082661, + 34.608305 + ], + [ + 116.055101, + 34.595417 + ], + [ + 116.03757, + 34.593029 + ], + [ + 116.023908, + 34.601964 + ], + [ + 116.010168, + 34.615838 + ], + [ + 116.001561, + 34.619049 + ], + [ + 115.991374, + 34.615344 + ], + [ + 115.98474, + 34.607234 + ], + [ + 115.98403, + 34.589282 + ], + [ + 115.969973, + 34.582611 + ], + [ + 115.946204, + 34.581622 + ], + [ + 115.858313, + 34.569967 + ], + [ + 115.849705, + 34.565601 + ], + [ + 115.838097, + 34.567784 + ], + [ + 115.838808, + 34.560575 + ], + [ + 115.827436, + 34.558268 + ], + [ + 115.802404, + 34.572479 + ], + [ + 115.795928, + 34.578492 + ], + [ + 115.762051, + 34.587717 + ], + [ + 115.718224, + 34.591094 + ], + [ + 115.711433, + 34.59867 + ], + [ + 115.699114, + 34.598876 + ], + [ + 115.697297, + 34.569019 + ], + [ + 115.684426, + 34.555591 + ], + [ + 115.669422, + 34.55695 + ], + [ + 115.643599, + 34.567701 + ], + [ + 115.639493, + 34.571532 + ], + [ + 115.621883, + 34.574744 + ], + [ + 115.610354, + 34.572067 + ], + [ + 115.593771, + 34.573179 + ], + [ + 115.576792, + 34.570667 + ], + [ + 115.561157, + 34.572232 + ], + [ + 115.55476, + 34.56906 + ], + [ + 115.52112, + 34.578739 + ], + [ + 115.494982, + 34.604723 + ], + [ + 115.486295, + 34.616867 + ], + [ + 115.479583, + 34.632673 + ], + [ + 115.46142, + 34.637283 + ], + [ + 115.458183, + 34.656171 + ], + [ + 115.444758, + 34.674479 + ], + [ + 115.447048, + 34.698623 + ], + [ + 115.444916, + 34.710302 + ], + [ + 115.433861, + 34.725103 + ], + [ + 115.445548, + 34.752561 + ], + [ + 115.436546, + 34.776805 + ], + [ + 115.43465, + 34.790322 + ], + [ + 115.426754, + 34.805396 + ], + [ + 115.413882, + 34.80782 + ], + [ + 115.416172, + 34.813323 + ], + [ + 115.408512, + 34.82593 + ], + [ + 115.393982, + 34.831801 + ], + [ + 115.379215, + 34.828763 + ], + [ + 115.356946, + 34.837303 + ], + [ + 115.345969, + 34.846212 + ], + [ + 115.329623, + 34.851466 + ], + [ + 115.317146, + 34.859183 + ], + [ + 115.302379, + 34.858813 + ], + [ + 115.289586, + 34.851589 + ], + [ + 115.274661, + 34.85475 + ], + [ + 115.256104, + 34.845308 + ], + [ + 115.243469, + 34.850152 + ], + [ + 115.239363, + 34.874655 + ], + [ + 115.240784, + 34.883847 + ], + [ + 115.249234, + 34.894515 + ], + [ + 115.252156, + 34.906576 + ], + [ + 115.239363, + 34.911868 + ], + [ + 115.204933, + 34.914247 + ], + [ + 115.202722, + 34.925608 + ], + [ + 115.211724, + 34.943364 + ], + [ + 115.222148, + 34.945578 + ], + [ + 115.219147, + 34.960624 + ], + [ + 115.208249, + 34.958329 + ], + [ + 115.201616, + 34.95099 + ], + [ + 115.175004, + 34.962469 + ], + [ + 115.15692, + 34.958001 + ], + [ + 115.157236, + 34.966978 + ], + [ + 115.146576, + 34.980135 + ], + [ + 115.131177, + 34.983578 + ], + [ + 115.132993, + 34.999683 + ], + [ + 115.128097, + 35.004354 + ], + [ + 115.106144, + 35.000789 + ], + [ + 115.074952, + 35.000379 + ], + [ + 115.051656, + 34.985996 + ], + [ + 115.0376, + 34.981611 + ], + [ + 115.028835, + 34.971815 + ], + [ + 115.016042, + 34.977348 + ], + [ + 115.008066, + 34.988496 + ], + [ + 114.970319, + 34.990504 + ], + [ + 114.946787, + 34.988701 + ], + [ + 114.934784, + 34.980709 + ], + [ + 114.923807, + 34.968741 + ], + [ + 114.913936, + 34.977881 + ], + [ + 114.907935, + 34.989356 + ], + [ + 114.889693, + 34.993987 + ], + [ + 114.880296, + 35.003493 + ], + [ + 114.884402, + 35.021929 + ], + [ + 114.869951, + 35.024468 + ], + [ + 114.859291, + 35.002674 + ], + [ + 114.827072, + 35.01013 + ], + [ + 114.846972, + 35.023444 + ], + [ + 114.855263, + 35.036183 + ], + [ + 114.85092, + 35.041917 + ], + [ + 114.834021, + 35.042162 + ], + [ + 114.819254, + 35.051786 + ], + [ + 114.83181, + 35.074182 + ], + [ + 114.861186, + 35.082983 + ], + [ + 114.876269, + 35.091128 + ], + [ + 114.882902, + 35.098781 + ], + [ + 114.883613, + 35.109667 + ], + [ + 114.872557, + 35.125992 + ], + [ + 114.860633, + 35.137405 + ], + [ + 114.841681, + 35.151189 + ], + [ + 114.841049, + 35.159246 + ], + [ + 114.850288, + 35.172617 + ], + [ + 114.86166, + 35.182389 + ], + [ + 114.876584, + 35.189012 + ], + [ + 114.909356, + 35.19449 + ], + [ + 114.928308, + 35.194776 + ], + [ + 114.932494, + 35.198659 + ], + [ + 114.92973, + 35.248225 + ], + [ + 114.954605, + 35.255455 + ], + [ + 114.957684, + 35.261132 + ], + [ + 114.975531, + 35.261541 + ], + [ + 114.975768, + 35.270281 + ], + [ + 114.963607, + 35.273752 + ], + [ + 114.987613, + 35.30221 + ], + [ + 115.004749, + 35.317273 + ], + [ + 115.014541, + 35.318089 + ], + [ + 115.0177, + 35.340575 + ], + [ + 115.02536, + 35.346328 + ], + [ + 115.035152, + 35.368316 + ], + [ + 115.043286, + 35.376963 + ], + [ + 115.057737, + 35.378472 + ], + [ + 115.075426, + 35.375168 + ], + [ + 115.088613, + 35.39299 + ], + [ + 115.084823, + 35.410074 + ], + [ + 115.091614, + 35.416066 + ], + [ + 115.105907, + 35.403958 + ], + [ + 115.114831, + 35.404121 + ], + [ + 115.117989, + 35.41839 + ], + [ + 115.117831, + 35.400125 + ], + [ + 115.126597, + 35.408728 + ], + [ + 115.126439, + 35.418023 + ], + [ + 115.136863, + 35.421529 + ], + [ + 115.16766, + 35.426094 + ], + [ + 115.189534, + 35.425116 + ], + [ + 115.197905, + 35.420673 + ], + [ + 115.209829, + 35.423118 + ], + [ + 115.23731, + 35.423118 + ], + [ + 115.257446, + 35.43559 + ], + [ + 115.272608, + 35.448305 + ], + [ + 115.270792, + 35.456821 + ], + [ + 115.286665, + 35.464481 + ], + [ + 115.307117, + 35.480001 + ], + [ + 115.357973, + 35.498451 + ], + [ + 115.357973, + 35.506555 + ], + [ + 115.350313, + 35.529476 + ], + [ + 115.35355, + 35.540548 + ], + [ + 115.360499, + 35.543275 + ], + [ + 115.345969, + 35.546979 + ], + [ + 115.345101, + 35.553612 + ], + [ + 115.357973, + 35.554711 + ], + [ + 115.359236, + 35.565454 + ], + [ + 115.369502, + 35.559757 + ], + [ + 115.370765, + 35.571028 + ], + [ + 115.383242, + 35.568912 + ], + [ + 115.383716, + 35.57766 + ], + [ + 115.389718, + 35.577334 + ], + [ + 115.394456, + 35.586894 + ], + [ + 115.411908, + 35.603571 + ], + [ + 115.416251, + 35.623985 + ], + [ + 115.439388, + 35.643458 + ], + [ + 115.452418, + 35.660732 + ], + [ + 115.461499, + 35.680847 + ], + [ + 115.485979, + 35.710137 + ], + [ + 115.511486, + 35.727153 + ], + [ + 115.524121, + 35.726341 + ], + [ + 115.533202, + 35.734137 + ], + [ + 115.552786, + 35.73032 + ], + [ + 115.562499, + 35.738644 + ], + [ + 115.583031, + 35.730564 + ], + [ + 115.588875, + 35.738522 + ], + [ + 115.619514, + 35.739212 + ], + [ + 115.643046, + 35.743841 + ], + [ + 115.665079, + 35.751067 + ], + [ + 115.693586, + 35.754071 + ], + [ + 115.698245, + 35.768399 + ], + [ + 115.696271, + 35.788892 + ], + [ + 115.704404, + 35.788933 + ], + [ + 115.706379, + 35.805608 + ], + [ + 115.717434, + 35.802727 + ], + [ + 115.720277, + 35.817087 + ], + [ + 115.727937, + 35.815627 + ], + [ + 115.734886, + 35.832945 + ], + [ + 115.753128, + 35.832945 + ], + [ + 115.752891, + 35.838379 + ], + [ + 115.763709, + 35.838379 + ], + [ + 115.773343, + 35.854192 + ], + [ + 115.816776, + 35.844259 + ], + [ + 115.821356, + 35.852652 + ], + [ + 115.841335, + 35.850016 + ], + [ + 115.840861, + 35.857192 + ], + [ + 115.859971, + 35.857882 + ], + [ + 115.865499, + 35.868624 + ], + [ + 115.872606, + 35.872799 + ], + [ + 115.871422, + 35.858327 + ], + [ + 115.876002, + 35.867124 + ], + [ + 115.875212, + 35.835095 + ], + [ + 115.877107, + 35.820657 + ], + [ + 115.883583, + 35.808163 + ], + [ + 115.898192, + 35.805202 + ], + [ + 115.911932, + 35.811733 + ], + [ + 115.925988, + 35.804756 + ], + [ + 115.922119, + 35.799157 + ], + [ + 115.945493, + 35.791976 + ], + [ + 115.970289, + 35.782156 + ], + [ + 116.017591, + 35.756263 + ], + [ + 116.026909, + 35.749687 + ], + [ + 116.041518, + 35.733893 + ], + [ + 116.071052, + 35.719072 + ], + [ + 116.079897, + 35.712452 + ], + [ + 116.089847, + 35.699373 + ], + [ + 116.103034, + 35.687348 + ], + [ + 116.121829, + 35.67459 + ], + [ + 116.127514, + 35.649433 + ], + [ + 116.134384, + 35.638539 + ], + [ + 116.115906, + 35.618414 + ], + [ + 116.116222, + 35.606621 + ], + [ + 116.125145, + 35.59385 + ], + [ + 116.125145, + 35.587871 + ], + [ + 116.114327, + 35.577456 + ], + [ + 116.115274, + 35.566471 + ], + [ + 116.123408, + 35.540589 + ], + [ + 116.12554, + 35.516042 + ], + [ + 116.121276, + 35.497881 + ], + [ + 116.128778, + 35.489614 + ], + [ + 116.129567, + 35.475235 + ], + [ + 116.15002, + 35.469573 + ], + [ + 116.160918, + 35.471569 + ], + [ + 116.15689, + 35.446838 + ], + [ + 116.167946, + 35.452217 + ], + [ + 116.178685, + 35.450342 + ], + [ + 116.177817, + 35.466151 + ], + [ + 116.188319, + 35.477313 + ], + [ + 116.188319, + 35.467781 + ], + [ + 116.19669, + 35.46334 + ], + [ + 116.206798, + 35.465703 + ], + [ + 116.20206, + 35.458247 + ], + [ + 116.204429, + 35.436079 + ], + [ + 116.215484, + 35.435957 + ], + [ + 116.215958, + 35.419857 + ], + [ + 116.212642, + 35.409054 + ], + [ + 116.215879, + 35.393438 + ], + [ + 116.223855, + 35.371702 + ], + [ + 116.22117, + 35.358608 + ], + [ + 116.215169, + 35.350734 + ], + [ + 116.201744, + 35.345185 + ], + [ + 116.193452, + 35.337555 + ], + [ + 116.199612, + 35.304986 + ], + [ + 116.215642, + 35.29131 + ], + [ + 116.223539, + 35.260438 + ], + [ + 116.237201, + 35.261745 + ], + [ + 116.265866, + 35.271547 + ], + [ + 116.269656, + 35.269872 + ], + [ + 116.285608, + 35.242669 + ], + [ + 116.284265, + 35.22506 + ], + [ + 116.269104, + 35.191178 + ], + [ + 116.248256, + 35.195634 + ], + [ + 116.234437, + 35.208264 + ], + [ + 116.234516, + 35.200008 + ], + [ + 116.228356, + 35.194367 + ], + [ + 116.213115, + 35.196697 + ], + [ + 116.221881, + 35.181817 + ], + [ + 116.223618, + 35.173231 + ], + [ + 116.214537, + 35.155606 + ], + [ + 116.204903, + 35.145668 + ], + [ + 116.181765, + 35.11204 + ], + [ + 116.154284, + 35.113513 + ], + [ + 116.141018, + 35.09076 + ], + [ + 116.15389, + 35.088467 + ], + [ + 116.140228, + 35.06018 + ], + [ + 116.141413, + 35.055062 + ], + [ + 116.119381, + 35.053383 + ], + [ + 116.114564, + 35.039828 + ], + [ + 116.115748, + 35.025574 + ], + [ + 116.139754, + 34.995421 + ], + [ + 116.170789, + 34.974684 + ], + [ + 116.171499, + 34.964683 + ], + [ + 116.162023, + 34.957632 + ], + [ + 116.155153, + 34.947259 + ], + [ + 116.162181, + 34.94361 + ], + [ + 116.192505, + 34.939182 + ], + [ + 116.201586, + 34.919702 + ], + [ + 116.213826, + 34.913098 + ], + [ + 116.226935, + 34.911786 + ], + [ + 116.266261, + 34.89751 + ], + [ + 116.286713, + 34.88159 + ], + [ + 116.299032, + 34.877733 + ], + [ + 116.325803, + 34.874943 + ], + [ + 116.339543, + 34.867022 + ], + [ + 116.373815, + 34.86538 + ], + [ + 116.409745, + 34.852944 + ] + ] + ] + ] + } + } + ] +}', N'admin', N'2020-12-07 19:27:59.0000000', N'admin', N'2021-02-01 17:41:17.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1335896227857940481', N'杭州', N'hangzhou', N'{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":330102,"name":"上城区","center":[120.171465,30.250236],"centroid":[120.173932,30.226977],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":0,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.188063,30.257783],[120.187445,30.250124],[120.186613,30.246239],[120.19132,30.245676],[120.197999,30.242341],[120.19983,30.240158],[120.213307,30.230548],[120.196573,30.216571],[120.182858,30.207933],[120.177628,30.205626],[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.164079,30.25836],[120.171804,30.258003],[120.188063,30.257783]]]]}},{"type":"Feature","properties":{"adcode":330103,"name":"下城区","center":[120.172763,30.276271],"centroid":[120.180095,30.303745],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":1,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.205939,30.332202],[120.203157,30.329733],[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.156472,30.260295],[120.158469,30.259142],[120.154666,30.272688],[120.161892,30.273305],[120.160822,30.279096],[120.159681,30.280524],[120.154547,30.282637],[120.153073,30.284983],[120.154024,30.289895],[120.165553,30.293463],[120.166266,30.294807],[120.164816,30.30009],[120.157162,30.308197],[120.156972,30.309213],[120.169522,30.325399],[120.174348,30.331146],[120.17827,30.336604],[120.187041,30.347561],[120.195789,30.348892],[120.199853,30.35099]]]]}},{"type":"Feature","properties":{"adcode":330104,"name":"江干区","center":[120.202633,30.266603],"centroid":[120.296023,30.310268],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":2,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.203157,30.329733],[120.205939,30.332202],[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.210407,30.357736],[120.211739,30.359971],[120.213093,30.36503],[120.211881,30.369198],[120.208957,30.374243],[120.208815,30.376478],[120.210502,30.37911],[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.295767,30.314851],[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],[120.347206,30.36928],[120.350629,30.372173],[120.355953,30.374065],[120.362847,30.374682],[120.371143,30.377286],[120.379486,30.380714],[120.383194,30.381235],[120.398312,30.384799],[120.400095,30.384264],[120.400903,30.377026],[120.399596,30.37327],[120.396197,30.370624],[120.388543,30.370117],[120.380817,30.356378],[120.38241,30.355761],[120.378084,30.344929],[120.384169,30.340005],[120.383955,30.339155],[120.395198,30.332215],[120.40309,30.325248],[120.406584,30.324878],[120.413739,30.318307],[120.408866,30.305413],[120.403423,30.293188],[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.298952,30.287878],[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.213307,30.230548],[120.19983,30.240158],[120.197999,30.242341],[120.19132,30.245676],[120.186613,30.246239],[120.187445,30.250124],[120.188063,30.257783]]]]}},{"type":"Feature","properties":{"adcode":330105,"name":"拱墅区","center":[120.150053,30.314697],"centroid":[120.152502,30.339314],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":3,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.129208,30.38203],[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.210502,30.37911],[120.208815,30.376478],[120.208957,30.374243],[120.211881,30.369198],[120.213093,30.36503],[120.211739,30.359971],[120.210407,30.357736],[120.204251,30.352662],[120.199853,30.35099],[120.195789,30.348892],[120.187041,30.347561],[120.17827,30.336604],[120.174348,30.331146],[120.169522,30.325399],[120.156972,30.309213],[120.157162,30.308197],[120.164816,30.30009],[120.166266,30.294807],[120.165553,30.293463],[120.154024,30.289895],[120.153073,30.284983],[120.154547,30.282637],[120.159681,30.280524],[120.160822,30.279096],[120.161892,30.273305],[120.154666,30.272688],[120.154024,30.27535],[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.104677,30.292461],[120.102205,30.298292],[120.102823,30.304672],[120.102038,30.312697],[120.095597,30.325481],[120.092007,30.326071],[120.088489,30.330529],[120.085779,30.331187]]]]}},{"type":"Feature","properties":{"adcode":330106,"name":"西湖区","center":[120.147376,30.272934],"centroid":[120.083604,30.200677],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":4,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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.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],[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.079742,30.341816],[120.081881,30.33563],[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.102205,30.298292],[120.104677,30.292461],[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.154024,30.27535],[120.154666,30.272688],[120.158469,30.259142],[120.156472,30.260295],[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]]]]}},{"type":"Feature","properties":{"adcode":330108,"name":"滨江区","center":[120.21062,30.206615],"centroid":[120.185259,30.180456],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":5,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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.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.177628,30.205626],[120.182858,30.207933],[120.196573,30.216571],[120.213307,30.230548],[120.221057,30.23766]]]]}},{"type":"Feature","properties":{"adcode":330109,"name":"萧山区","center":[120.27069,30.162932],"centroid":[120.388786,30.16844],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":6,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.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],[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.298952,30.287878],[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.403423,30.293188],[120.408866,30.305413],[120.413739,30.318307],[120.418945,30.326441],[120.419159,30.331077],[120.421108,30.334643],[120.433492,30.36141],[120.438436,30.37268],[120.443262,30.376903],[120.450227,30.380042],[120.460234,30.382688],[120.47616,30.385457],[120.497791,30.388924],[120.510152,30.389144],[120.567866,30.387869],[120.589188,30.388527],[120.619543,30.389007],[120.6339,30.389459],[120.642719,30.388582],[120.659002,30.385594],[120.662686,30.384661],[120.684935,30.379973],[120.69354,30.377835],[120.698199,30.375038],[120.702478,30.369431],[120.70388,30.365853],[120.704546,30.344462],[120.704142,30.330803],[120.705045,30.315605],[120.706043,30.30946],[120.710845,30.297538],[120.71403,30.293353],[120.71926,30.28818],[120.721946,30.286314],[120.705663,30.271412],[120.700529,30.267761],[120.693944,30.262052],[120.679088,30.244249],[120.669033,30.233129],[120.646831,30.21955],[120.642695,30.217257],[120.641911,30.214758],[120.624606,30.187868],[120.612768,30.166288],[120.609179,30.152851],[120.608181,30.15182],[120.601953,30.150735],[120.593491,30.146764],[120.590852,30.146283],[120.585932,30.147272],[120.583864,30.150405],[120.568342,30.151312],[120.563421,30.147946],[120.559808,30.148179],[120.558144,30.151463],[120.550918,30.15564],[120.540411,30.156547],[120.533779,30.157454],[120.529382,30.157522],[120.524889,30.155695],[120.518495,30.155393],[120.51058,30.157536],[120.506158,30.159776],[120.50245,30.165917],[120.4981,30.169187],[120.494891,30.170148],[120.484076,30.172209],[120.483719,30.170423],[120.480867,30.170134],[120.479203,30.168664],[120.47509,30.169818],[120.466153,30.169557],[120.463728,30.162207],[120.465012,30.155489],[120.464394,30.154115],[120.461042,30.153991],[120.459545,30.151546],[120.451177,30.150982],[120.45006,30.145665],[120.447636,30.143576],[120.446923,30.135454],[120.438484,30.133792],[120.429594,30.132445],[120.424008,30.133187],[120.422891,30.13588],[120.424127,30.1408],[120.426076,30.144277],[120.422201,30.146846],[120.423152,30.151065],[120.42194,30.151037],[120.421678,30.148193],[120.419396,30.152851],[120.417923,30.148509],[120.414476,30.148042],[120.414214,30.149114],[120.410887,30.149526],[120.41072,30.146118],[120.411362,30.132623],[120.40927,30.12938],[120.404944,30.129476],[120.405562,30.1361],[120.404231,30.137296],[120.399001,30.136348],[120.397433,30.137832],[120.397813,30.143191],[120.392631,30.146091],[120.390492,30.149347],[120.387806,30.156176],[120.384763,30.157303],[120.381958,30.155352],[120.379201,30.154981],[120.373163,30.155503],[120.36646,30.153881],[120.361872,30.152068],[120.358758,30.147836],[120.355074,30.151133],[120.352031,30.150694],[120.352055,30.146736],[120.353957,30.144222],[120.35341,30.142188],[120.339623,30.142119],[120.339124,30.138464],[120.334299,30.134616],[120.331351,30.129298],[120.327999,30.125202],[120.326217,30.1249],[120.323198,30.126755],[120.318016,30.125999],[120.316542,30.132376],[120.314688,30.136471],[120.31224,30.13742],[120.303397,30.133008],[120.298904,30.129545],[120.29831,30.126549],[120.303754,30.126686],[120.300307,30.118357],[120.295624,30.115457],[120.293651,30.111911],[120.286853,30.10677],[120.28885,30.101161],[120.294483,30.098274],[120.299285,30.097366],[120.304681,30.09969],[120.309482,30.106013],[120.313333,30.107072],[120.31823,30.102893],[120.325408,30.097793],[120.33128,30.09705],[120.333704,30.095483],[120.335677,30.090877],[120.335796,30.081363],[120.333776,30.074845],[120.337579,30.071998],[120.338601,30.070211],[120.337508,30.059333],[120.33437,30.056912],[120.332088,30.053487],[120.327096,30.05108],[120.324957,30.048632],[120.325551,30.044946],[120.33185,30.037903],[120.335582,30.036885],[120.340479,30.0376],[120.343617,30.034918],[120.346279,30.023609],[120.344805,30.021381],[120.345827,30.019716],[120.351271,30.017886],[120.353291,30.016317],[120.356904,30.011694],[120.357284,30.004718],[120.358164,30.00286],[120.362847,29.997741],[120.36085,29.99214],[120.36047,29.988589],[120.362657,29.985506],[120.362276,29.982726],[120.364297,29.978528],[120.362276,29.97433],[120.357213,29.973449],[120.346469,29.973779],[120.342095,29.963758],[120.342333,29.960412],[120.340526,29.956048],[120.333681,29.95189],[120.331517,29.949302],[120.326074,29.946231],[120.325194,29.938548],[120.321676,29.937033],[120.315258,29.928867],[120.313547,29.9276],[120.307058,29.929336],[120.299309,29.932544],[120.297122,29.932654],[120.291345,29.935684],[120.288968,29.932131],[120.287233,29.926815],[120.284167,29.922161],[120.282123,29.921059],[120.277844,29.920742],[120.274373,29.91953],[120.265269,29.924516],[120.264746,29.930961],[120.262298,29.934748],[120.260753,29.938865],[120.258899,29.941206],[120.255215,29.943643],[120.25279,29.941577],[120.250722,29.936703],[120.24573,29.935808],[120.241689,29.939044],[120.239788,29.939567],[120.232038,29.939732],[120.226524,29.940545],[120.224004,29.942073],[120.221009,29.942238],[120.214567,29.939484],[120.207246,29.93377],[120.20185,29.931856],[120.200424,29.92946],[120.204798,29.924061],[120.203157,29.921541],[120.197643,29.917354],[120.190155,29.906914],[120.187184,29.904724],[120.185092,29.904503],[120.180623,29.907368],[120.175822,29.90909],[120.176273,29.91358],[120.172993,29.916238],[120.166313,29.917271],[120.160276,29.909145],[120.159729,29.906211],[120.155046,29.906101],[120.151742,29.908084],[120.150031,29.905054],[120.14946,29.899324],[120.149888,29.895191],[120.148723,29.891637],[120.150268,29.887587],[120.148486,29.881277],[120.144754,29.874112],[120.141188,29.870199],[120.136719,29.866327],[120.133748,29.86284],[120.1313,29.858816],[120.122101,29.852876],[120.118369,29.852229],[120.11226,29.847171],[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.104463,29.981377],[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.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]]]]}},{"type":"Feature","properties":{"adcode":330110,"name":"余杭区","center":[120.301737,30.421187],"centroid":[119.990852,30.381676],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":7,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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.129208,30.38203],[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],[120.081881,30.33563],[120.079742,30.341816],[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],[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.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.686033,30.417541],[119.693521,30.424488],[119.696397,30.42668],[119.707284,30.430023],[119.709209,30.434065],[119.707617,30.437422],[119.704764,30.440326],[119.704146,30.443203],[119.699749,30.448587],[119.694923,30.452738],[119.69528,30.4596],[119.694282,30.462942],[119.695375,30.464476],[119.699368,30.465339],[119.701722,30.467996],[119.702577,30.473255],[119.704408,30.476446],[119.708235,30.485156],[119.708877,30.487963],[119.704717,30.494563],[119.708568,30.498287],[119.709186,30.508829],[119.706785,30.515852],[119.706381,30.521423],[119.704883,30.525981],[119.700272,30.531142],[119.694995,30.542351],[119.692404,30.556145],[119.693735,30.558868],[119.701341,30.558307],[119.707118,30.561057],[119.711729,30.566516],[119.716911,30.564806],[119.721617,30.560934],[119.729058,30.551766],[119.743248,30.550165],[119.74843,30.550206],[119.752091,30.551232],[119.768944,30.551355],[119.770846,30.549658],[119.772034,30.546429],[119.770727,30.544048],[119.768588,30.537259],[119.767684,30.524722],[119.766876,30.520835],[119.761813,30.51885],[119.761837,30.517125],[119.766401,30.514072],[119.784062,30.511019],[119.790433,30.506899],[119.794188,30.505625],[119.798277,30.505927],[119.806905,30.507802],[119.815891,30.510663],[119.818363,30.510102],[119.823711,30.507145],[119.829582,30.502969],[119.832459,30.49878],[119.836024,30.496589],[119.841325,30.496384],[119.846032,30.498424],[119.847149,30.50197],[119.848765,30.503188],[119.851118,30.502025],[119.854113,30.493974],[119.860175,30.48621],[119.864763,30.482526],[119.867116,30.477775],[119.869612,30.47698],[119.874128,30.478281],[119.877812,30.477925],[119.880808,30.476213],[119.88038,30.474214],[119.874366,30.471174],[119.872821,30.467065],[119.872607,30.46249],[119.873676,30.460915],[119.877622,30.460038],[119.882115,30.460367],[119.888034,30.458313],[119.891005,30.456135],[119.894571,30.455327],[119.897613,30.456011],[119.90106,30.458874],[119.903033,30.459408],[119.907407,30.456696],[119.909308,30.456326],[119.91487,30.458984],[119.918816,30.4616],[119.92155,30.462531],[119.924925,30.462189],[119.929299,30.459367],[119.931415,30.456463],[119.93151,30.449299],[119.93498,30.446779],[119.939188,30.44619],[119.944179,30.447149],[119.95074,30.444231],[119.952333,30.441861],[119.952737,30.438751],[119.955874,30.433668],[119.959606,30.432339],[119.965026,30.431572],[119.970612,30.432914],[119.973369,30.437751],[119.982973,30.445286],[119.987109,30.446135],[119.990793,30.445272],[120.0037,30.444285],[120.005459,30.443505],[120.008407,30.438669],[120.011901,30.436011],[120.013827,30.4356],[120.027732,30.434832],[120.031108,30.435161],[120.041543,30.43338],[120.044134,30.431969],[120.046107,30.427434],[120.049815,30.427338],[120.057089,30.429242],[120.061938,30.429325],[120.064743,30.430092],[120.062342,30.435572],[120.065907,30.437353],[120.067952,30.441135],[120.068118,30.445943],[120.065075,30.449546],[120.062413,30.451587],[120.059252,30.459011],[120.06025,30.464956],[120.059489,30.473433],[120.060416,30.476145],[120.063839,30.479418],[120.06586,30.483581],[120.066454,30.489496],[120.068284,30.496603],[120.076081,30.495357],[120.08074,30.497151],[120.090034,30.495987],[120.093766,30.496589],[120.099233,30.495795],[120.099804,30.494125],[120.097047,30.489852],[120.096761,30.486758],[120.099542,30.483293],[120.107315,30.481226],[120.111237,30.476186],[120.115136,30.475871],[120.122623,30.479117],[120.129707,30.479897],[120.146013,30.482705],[120.147796,30.48087],[120.146655,30.474666],[120.147083,30.471283],[120.149817,30.467503],[120.160371,30.469914],[120.162463,30.473146],[120.165624,30.474159],[120.169784,30.473981],[120.172945,30.475022],[120.175061,30.47683],[120.173159,30.483266],[120.174419,30.484129],[120.178246,30.481499],[120.180219,30.481787],[120.180005,30.483964],[120.177699,30.486018],[120.177747,30.488606],[120.173801,30.49203],[120.177058,30.493782],[120.179149,30.491947],[120.1859,30.494631],[120.182287,30.496233],[120.182216,30.499629],[120.185092,30.502627],[120.194553,30.503668],[120.197001,30.505092],[120.195812,30.509459],[120.196573,30.512032],[120.200234,30.514921],[120.201755,30.514428],[120.2033,30.507816],[120.205416,30.505858],[120.208268,30.507939],[120.212523,30.509774],[120.220724,30.510253],[120.224598,30.50976],[120.233869,30.506392],[120.239288,30.505242],[120.251934,30.506543],[120.261228,30.505242],[120.2671,30.505817],[120.27744,30.504831],[120.282123,30.508692],[120.285831,30.507802],[120.286853,30.510992],[120.289277,30.513032],[120.296527,30.514798],[120.299808,30.517809],[120.299903,30.519822],[120.311598,30.520739],[120.314593,30.521861],[120.317707,30.521601],[120.319894,30.518494],[120.322295,30.509979],[120.322651,30.506488],[120.326145,30.500437],[120.325765,30.496945],[120.327667,30.491071],[120.327904,30.484197],[120.325789,30.480774],[120.326026,30.478596],[120.328332,30.473584],[120.329188,30.468421],[120.331327,30.468407],[120.335059,30.471352],[120.341382,30.472269],[120.340645,30.466038],[120.337246,30.464312],[120.336866,30.458121],[120.337864,30.451916],[120.339813,30.450149],[120.340978,30.441614],[120.339433,30.440011],[120.340336,30.433887],[120.335939,30.431243],[120.330757,30.427269],[120.332682,30.424666],[120.332967,30.417308],[120.324838,30.411963],[120.32151,30.407715],[120.322057,30.404741],[120.320512,30.40433],[120.31533,30.400657],[120.310481,30.400205],[120.306273,30.39745],[120.306677,30.395092],[120.308936,30.393338],[120.31571,30.394325],[120.318824,30.388801],[120.318372,30.38547],[120.319276,30.379329],[120.324386,30.378493],[120.332635,30.375271],[120.339409,30.373325],[120.342927,30.371611],[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.295767,30.314851],[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]]]]}},{"type":"Feature","properties":{"adcode":330111,"name":"富阳区","center":[119.949869,30.049871],"centroid":[119.839625,29.995216],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":8,"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.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.104463,29.981377],[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.102015,29.832905],[120.101111,29.830258],[120.102728,29.823972],[120.09871,29.819023],[120.095834,29.816596],[120.091888,29.816679],[120.085328,29.820967],[120.080384,29.826522],[120.077198,29.828149],[120.074275,29.827336],[120.065646,29.822042],[120.061961,29.821628],[120.054355,29.823559],[120.049553,29.823917],[120.038453,29.822828],[120.036076,29.816596],[120.03106,29.810254],[120.030038,29.806283],[120.032296,29.803898],[120.034649,29.799568],[120.036218,29.79346],[120.036622,29.78884],[120.035481,29.787213],[120.030062,29.782758],[120.029776,29.779324],[120.030038,29.770552],[120.02835,29.768938],[120.025522,29.769311],[120.021718,29.767049],[120.020292,29.764855],[120.015229,29.764235],[120.011497,29.761503],[120.011212,29.757324],[120.008977,29.75713],[120.003439,29.75513],[120.000087,29.754909],[119.991958,29.753157],[119.987845,29.754909],[119.986871,29.75673],[119.981214,29.757972],[119.979859,29.759641],[119.978718,29.76589],[119.977078,29.766469],[119.973132,29.765793],[119.968639,29.762897],[119.967165,29.759986],[119.962316,29.75571],[119.960272,29.755144],[119.94765,29.756179],[119.94456,29.755503],[119.93933,29.752675],[119.937024,29.750564],[119.933079,29.749046],[119.927184,29.744438],[119.924949,29.745252],[119.924331,29.748867],[119.923166,29.750357],[119.916416,29.752344],[119.913539,29.755861],[119.907692,29.754523],[119.904364,29.754606],[119.896448,29.761159],[119.892574,29.763117],[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],[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.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]]]]}},{"type":"Feature","properties":{"adcode":330112,"name":"临安区","center":[119.715101,30.231153],"centroid":[119.343878,30.201776],"childrenNum":0,"level":"district","parent":{"adcode":330100},"subFeatureIndex":9,"acroutes":[100000,330000,330100]},"geometry":{"type":"MultiPolygon","coordinates":[[[[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],[118.89883,30.018766],[118.902586,30.029057],[118.901516,30.031314],[118.895597,30.032455],[118.892269,30.039017],[118.890582,30.041273],[118.891342,30.043034],[118.897333,30.049623],[118.897356,30.051864],[118.89391,30.054932],[118.88811,30.062372],[118.885067,30.064036],[118.878815,30.064655],[118.875464,30.07204],[118.87506,30.079039],[118.873729,30.081748],[118.872992,30.087028],[118.872611,30.095401],[118.868856,30.101463],[118.869117,30.107402],[118.871637,30.11301],[118.873895,30.115058],[118.878055,30.116735],[118.883855,30.116392],[118.88723,30.11745],[118.888609,30.122357],[118.888656,30.128432],[118.893387,30.133091],[118.895978,30.138794],[118.896952,30.1444],[118.896786,30.148083],[118.895098,30.148495],[118.890938,30.147451],[118.881026,30.146805],[118.874988,30.148193],[118.870543,30.151161],[118.865718,30.151491],[118.862081,30.148894],[118.8564,30.14822],[118.852145,30.149924],[118.846987,30.153881],[118.845703,30.156135],[118.846797,30.161053],[118.84808,30.163046],[118.852858,30.166549],[118.858349,30.168087],[118.864411,30.168994],[118.870282,30.171055],[118.873681,30.172923],[118.884259,30.176811],[118.891628,30.18041],[118.9028,30.183226],[118.904796,30.18655],[118.91081,30.187484],[118.912165,30.1885],[118.915707,30.194392],[118.920651,30.199021],[118.929232,30.201918],[118.92909,30.20667],[118.926142,30.212643],[118.923385,30.214511],[118.919368,30.215225],[118.911452,30.215321],[118.905201,30.216571],[118.90318,30.21793],[118.899876,30.223422],[118.896168,30.234557],[118.893529,30.23976],[118.892531,30.243247],[118.889726,30.24499],[118.882429,30.247475],[118.881549,30.251153],[118.882357,30.252348],[118.888965,30.253775],[118.889441,30.255724],[118.886541,30.260734],[118.885043,30.268379],[118.879861,30.278355],[118.878079,30.282719],[118.877199,30.288071],[118.877508,30.290815],[118.880574,30.294519],[118.881811,30.298512],[118.881549,30.304603],[118.879196,30.312189],[118.879885,30.314878],[118.889607,30.317018],[118.894124,30.319089],[118.899781,30.322587],[118.90841,30.330871],[118.911143,30.332229],[118.917894,30.332449],[118.9226,30.334753],[118.928282,30.339978],[118.933559,30.342131],[118.93634,30.345066],[118.937362,30.348713],[118.936435,30.350811],[118.94977,30.358778],[118.954191,30.360341],[118.955404,30.359189],[118.956592,30.352059],[118.959373,30.347287],[118.964056,30.350578],[118.969048,30.351332],[118.972708,30.347534],[118.975751,30.347164],[118.985735,30.34955],[118.988112,30.348672],[118.988539,30.346547],[118.987755,30.340705],[118.98804,30.333477],[118.989157,30.33238],[118.996312,30.330501],[119.004442,30.328938],[119.007152,30.327717],[119.010598,30.323561],[119.01376,30.321531],[119.018538,30.32042],[119.02158,30.315509],[119.024742,30.313657],[119.028783,30.312587],[119.037197,30.312066],[119.046872,30.313191],[119.048322,30.31267],[119.050414,30.309268],[119.050842,30.30673],[119.052672,30.305221],[119.05676,30.303876],[119.059874,30.303849],[119.062988,30.30496],[119.067077,30.308197],[119.069858,30.312135],[119.0734,30.31588],[119.08267,30.321627],[119.090253,30.324014],[119.0932,30.322957],[119.094959,30.320653],[119.102328,30.31758],[119.105466,30.314631],[119.111028,30.311298],[119.119467,30.310104],[119.125671,30.305371],[119.128499,30.304727],[119.151271,30.304603],[119.154599,30.302833],[119.156739,30.299541],[119.160875,30.298114],[119.163584,30.299664],[119.166294,30.298827],[119.170525,30.295342],[119.173996,30.294711],[119.179629,30.295384],[119.18821,30.291652],[119.19092,30.291954],[119.201046,30.291021],[119.203709,30.296262],[119.204065,30.299349],[119.205682,30.301558],[119.210602,30.299431],[119.212908,30.299239],[119.218019,30.301338],[119.222606,30.299623],[119.224032,30.296564],[119.223747,30.291281],[119.225482,30.288798],[119.229191,30.289662],[119.233731,30.293394],[119.238152,30.301365],[119.243072,30.313287],[119.245925,30.321613],[119.244095,30.324452],[119.239982,30.327031],[119.241575,30.33153],[119.247137,30.340814],[119.248849,30.341541],[119.252747,30.340334],[119.257121,30.337756],[119.261209,30.337249],[119.26506,30.338058],[119.270599,30.342062],[119.272334,30.34257],[119.275757,30.34091],[119.278158,30.341582],[119.289448,30.349646],[119.297507,30.35764],[119.300668,30.363686],[119.31077,30.366387],[119.326554,30.371762],[119.329074,30.371515],[119.336347,30.366264],[119.342647,30.363152],[119.343788,30.360684],[119.344881,30.354143],[119.349445,30.349152],[119.356077,30.349426],[119.368247,30.35295],[119.375616,30.354815],[119.381083,30.35812],[119.386146,30.363906],[119.391875,30.366305],[119.395845,30.36625],[119.399981,30.3678],[119.403047,30.373325],[119.407136,30.373325],[119.418141,30.376108],[119.421113,30.379727],[119.426556,30.383949],[119.430502,30.384058],[119.432784,30.386485],[119.434186,30.390254],[119.435708,30.391501],[119.441032,30.392461],[119.445739,30.399191],[119.448425,30.405235],[119.450231,30.410826],[119.451848,30.412169],[119.455865,30.411991],[119.467013,30.40814],[119.477329,30.40729],[119.483819,30.408318],[119.490403,30.408208],[119.498889,30.406865],[119.506092,30.404673],[119.513151,30.401671],[119.516907,30.402535],[119.522232,30.404673],[119.528626,30.408524],[119.533451,30.409414],[119.535733,30.411662],[119.536446,30.414403],[119.53483,30.420788],[119.535305,30.424049],[119.544386,30.431065],[119.54662,30.434805],[119.551731,30.439765],[119.565922,30.443381],[119.569107,30.44097],[119.571864,30.436915],[119.572839,30.431325],[119.579708,30.424748],[119.5818,30.423625],[119.591665,30.421638],[119.597893,30.422446],[119.602789,30.425886],[119.606569,30.427146],[119.613011,30.426023],[119.618026,30.427324],[119.623018,30.429763],[119.627653,30.433024],[119.633881,30.440217],[119.63709,30.441833],[119.642296,30.440217],[119.645101,30.437764],[119.645671,30.429845],[119.637161,30.428708],[119.632193,30.42716],[119.631052,30.423282],[119.634071,30.414992],[119.635878,30.406249],[119.635973,30.403617],[119.632383,30.399766],[119.640014,30.39793],[119.644411,30.395764],[119.649783,30.395449],[119.658151,30.397464],[119.661859,30.397409],[119.667397,30.399108],[119.677856,30.40618],[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.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.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]]]]}},{"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.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.890221,29.758496],[119.888794,29.755972],[119.88908,29.753102],[119.890981,29.750426],[119.894476,29.748757],[119.900466,29.744645],[119.898612,29.740617],[119.901393,29.728612],[119.905648,29.72766],[119.911376,29.722582],[119.91247,29.720402],[119.911376,29.715944],[119.91178,29.71364],[119.915584,29.707967],[119.914252,29.705524],[119.919529,29.699562],[119.922525,29.697753],[119.928657,29.698858],[119.931676,29.696691],[119.933768,29.698582],[119.930084,29.701936],[119.930226,29.704503],[119.933578,29.706739],[119.937761,29.70747],[119.941517,29.705234],[119.94494,29.704903],[119.948149,29.703068],[119.951287,29.699299],[119.957942,29.698416],[119.960129,29.696967],[119.967403,29.694896],[119.973441,29.689941],[119.973797,29.678648],[119.973155,29.673098],[119.970778,29.670765],[119.966832,29.670958],[119.959083,29.672822],[119.948862,29.668017],[119.945653,29.667368],[119.940733,29.667506],[119.936169,29.666526],[119.924806,29.669895],[119.92281,29.668487],[119.921265,29.664027],[119.918246,29.664386],[119.914514,29.66625],[119.911709,29.666498],[119.908595,29.663074],[119.902344,29.661403],[119.895712,29.660644],[119.887178,29.662039],[119.883494,29.663433],[119.879286,29.667934],[119.875816,29.668984],[119.873058,29.668666],[119.869992,29.66995],[119.863384,29.669481],[119.859533,29.671345],[119.856538,29.671027],[119.852521,29.668887],[119.842157,29.675556],[119.837664,29.676453],[119.835454,29.678124],[119.836904,29.68076],[119.835359,29.682251],[119.824472,29.671856],[119.821738,29.671193],[119.817602,29.673057],[119.814132,29.671359],[119.810709,29.667493],[119.809972,29.665201],[119.805313,29.664952],[119.802484,29.663254],[119.79918,29.660078],[119.798253,29.656929],[119.796351,29.655687],[119.793214,29.656101],[119.79117,29.654969],[119.788151,29.645205],[119.781067,29.638618],[119.777525,29.628645],[119.776527,29.62685],[119.776218,29.620233],[119.779831,29.613285],[119.780069,29.609458],[119.779308,29.604001],[119.774364,29.599179],[119.76728,29.597659],[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.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.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]]]]}},{"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.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],[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.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.893054,29.3288],[118.890629,29.324049],[118.886327,29.322372],[118.87834,29.326556],[118.873206,29.324492],[118.869545,29.322317],[118.863222,29.317495],[118.860679,29.314974],[118.857161,29.309182],[118.855734,29.303335],[118.849412,29.298346],[118.842684,29.297487],[118.838786,29.293191],[118.835078,29.290488],[118.828755,29.287453],[118.828636,29.285042],[118.826544,29.280288],[118.824476,29.279484],[118.819699,29.280343],[118.816894,29.281716],[118.812377,29.280801],[118.809525,29.278278],[118.80073,29.272942],[118.793622,29.267952],[118.786373,29.266732],[118.78478,29.259108],[118.781832,29.258068],[118.778267,29.252564],[118.77501,29.251011],[118.768188,29.251912],[118.766382,29.251164],[118.763886,29.248294],[118.762412,29.240322],[118.766691,29.235621],[118.767261,29.234137],[118.766239,29.229256],[118.767,29.223058],[118.765431,29.220589],[118.759298,29.218065],[118.757349,29.215985],[118.753023,29.213863],[118.743752,29.213655],[118.734173,29.207427],[118.73258,29.205416],[118.731701,29.201519],[118.72949,29.199674],[118.723333,29.198911],[118.718651,29.192807],[118.715442,29.189867],[118.708834,29.188757],[118.70137,29.192169],[118.693882,29.196955],[118.688748,29.20095],[118.684612,29.202531],[118.676577,29.200659],[118.670159,29.200506],[118.655374,29.196886],[118.651904,29.196414],[118.638307,29.192169],[118.628894,29.19235],[118.62685,29.195665],[118.628205,29.199063],[118.631984,29.202004],[118.633672,29.205624],[118.632317,29.214168],[118.631841,29.219618],[118.628109,29.220229],[118.624377,29.218883],[118.620123,29.219272],[118.618863,29.220714],[118.616486,29.226316],[118.613847,29.229464],[118.613063,29.231919],[118.607786,29.238228],[118.607596,29.239711],[118.614632,29.246325],[118.615464,29.250762],[118.611423,29.25768],[118.610091,29.262324],[118.606669,29.267134],[118.606669,29.268492],[118.609854,29.273108],[118.609497,29.277003],[118.610614,29.27947],[118.615511,29.278971],[118.619196,29.276809],[118.621145,29.278084],[118.623997,29.272346],[118.630582,29.265207],[118.634908,29.261852],[118.636928,29.263627],[118.636382,29.267078],[118.634147,29.27297],[118.629916,29.279886],[118.62452,29.284238],[118.619124,29.292928],[118.614394,29.296586],[118.617223,29.303127],[118.6138,29.307311],[118.604814,29.314614],[118.603483,29.316442],[118.60384,29.323564],[118.60094,29.327789],[118.596043,29.330823],[118.594593,29.330698],[118.589031,29.327872],[118.587533,29.328496],[118.587129,29.332056],[118.584253,29.333663],[118.579856,29.332153],[118.575149,29.336558],[118.571679,29.338317],[118.562266,29.338539],[118.551498,29.335713],[118.54237,29.33696],[118.541039,29.342528],[118.528559,29.345257],[118.523401,29.345368],[118.519099,29.344384],[118.518885,29.346448],[118.523995,29.355229],[118.524352,29.36142],[118.517482,29.363484],[118.509994,29.361642],[118.50574,29.359274],[118.502887,29.360991],[118.498989,29.361891],[118.494163,29.362057],[118.491596,29.365215],[118.488839,29.367237],[118.479164,29.366544],[118.473341,29.362764],[118.470132,29.360091],[118.464664,29.360312],[118.45625,29.365893],[118.448738,29.375241],[118.445957,29.37639],[118.441251,29.375919],[118.437685,29.377705],[118.430102,29.382455],[118.423637,29.387356],[118.422733,29.390471],[118.425847,29.395179],[118.4258,29.397643],[118.422139,29.400232],[118.418122,29.40163],[118.415293,29.403762],[118.409684,29.404495],[118.407021,29.405575],[118.405405,29.408136],[118.410825,29.413479],[118.413297,29.41813],[118.413154,29.420552],[118.40859,29.42339],[118.40203,29.425175],[118.395231,29.423473],[118.390263,29.423971],[118.386698,29.427652],[118.384154,29.433258],[118.378093,29.43388],[118.375169,29.435195],[118.372935,29.437824],[118.366374,29.450154],[118.363426,29.451067],[118.357341,29.451565],[118.35254,29.452797],[118.350686,29.454775],[118.350186,29.458746],[118.345741,29.465138],[118.345028,29.468251],[118.344957,29.475707],[118.347619,29.473978],[118.353609,29.47503],[118.35872,29.477063],[118.360479,29.479097],[118.362951,29.484159],[118.365708,29.48629],[118.371104,29.492154],[118.373505,29.496483],[118.379804,29.502555],[118.381444,29.504933],[118.383013,29.510133],[118.393044,29.507298],[118.402814,29.507464],[118.407473,29.508059],[118.41256,29.509677],[118.414984,29.509746],[118.420238,29.508031],[118.425491,29.504754],[118.430578,29.50373],[118.436544,29.505749],[118.439872,29.510036],[118.443105,29.50893],[118.448976,29.513397],[118.45045,29.512733],[118.45827,29.506358],[118.459815,29.50557],[118.464213,29.505888],[118.470393,29.507464],[118.479022,29.510935],[118.481969,29.512996],[118.489433,29.51684],[118.495162,29.518361],[118.496065,29.520642],[118.495162,29.525703],[118.4949,29.5314],[118.495875,29.533321],[118.497563,29.540331],[118.497848,29.544008],[118.494948,29.550602],[118.4949,29.553712],[118.498371,29.56137],[118.49868,29.567672],[118.499678,29.573615],[118.50177,29.576379],[118.50574,29.57725],[118.515462,29.583316],[118.521547,29.585956],[118.532172,29.588954],[118.535239,29.590612],[118.540896,29.599331],[118.542037,29.603821],[118.54855,29.611212],[118.549905,29.613395],[118.553447,29.612373],[118.555087,29.613409],[118.559746,29.620689],[118.567519,29.627292],[118.568065,29.633438],[118.569302,29.635496],[118.573865,29.638383],[118.584015,29.640523],[118.595544,29.644059],[118.602057,29.643672],[118.614228,29.650425],[118.620004,29.654112],[118.633482,29.648782],[118.636928,29.644832],[118.640945,29.641932],[118.642918,29.641656],[118.647316,29.643382],[118.653401,29.648685],[118.656872,29.654444],[118.659629,29.65646],[118.666712,29.663309],[118.672275,29.667009],[118.673915,29.669094],[118.674153,29.674009],[118.67508,29.675625],[118.681498,29.67978],[118.682353,29.68105],[118.682924,29.688326],[118.685467,29.69052],[118.691648,29.69393],[118.692884,29.699148],[118.700823,29.706463],[118.718698,29.709182],[118.72407,29.715958],[118.724641,29.72261],[118.726947,29.725825],[118.733626,29.730089],[118.737406,29.735029],[118.739711,29.736809],[118.744703,29.738768],[118.745559,29.740327],[118.74651,29.746287],[118.748673,29.750426],[118.749029,29.761145],[118.745535,29.76738],[118.747365,29.772428],[118.746628,29.775352],[118.744299,29.779641],[118.738356,29.784799],[118.736526,29.788454],[118.738618,29.807952],[118.739925,29.813288],[118.742278,29.816321],[118.74601,29.818168],[118.754972,29.816982],[118.759441,29.817162],[118.765906,29.82309],[118.765669,29.824524],[118.76013,29.828921],[118.753855,29.829541],[118.750955,29.831609],[118.75471,29.839232],[118.754164,29.843697],[118.755614,29.84542],[118.766952,29.848949],[118.770066,29.846826],[118.774178,29.845324],[118.778742,29.841906],[118.781975,29.842595],[118.786634,29.845227],[118.788916,29.851016],[118.798091,29.858816],[118.802608,29.860663],[118.807718,29.867649],[118.812972,29.87086],[118.81649,29.873946],[118.819057,29.874815],[118.823383,29.87881],[118.830134,29.882489],[118.84133,29.891306],[118.843968,29.89515],[118.845537,29.899103],[118.844848,29.905288],[118.844895,29.915261],[118.843112,29.920591],[118.8419,29.928151],[118.840141,29.929859],[118.838715,29.9345],[118.838976,29.938273],[118.841163,29.939925],[118.848294,29.941261],[118.857921,29.938011],[118.863911,29.936978],[118.867239,29.939484],[118.868951,29.943904],[118.87197,29.946892],[118.876248,29.945736],[118.880337,29.942982],[118.883688,29.939429],[118.887634,29.939223],[118.893553,29.937598],[118.89467,29.938066],[118.894005,29.943106],[118.892365,29.9482],[118.893006,29.957081],[118.891533,29.959889],[118.893173,29.969291],[118.896453,29.975761],[118.898093,29.977495],[118.899472,29.981446],[118.897214,29.987116],[118.893197,29.990956],[118.892079,29.994796],[118.893981,29.997411],[118.895098,30.001195],[118.894028,30.006713],[118.889845,30.010593],[118.890344,30.012024],[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.766829,29.589341],[119.765236,29.587572],[119.765616,29.584712],[119.768421,29.582459],[119.769182,29.579544],[119.766187,29.570906],[119.761647,29.566525],[119.764832,29.563111],[119.765521,29.560015],[119.76419,29.557334],[119.758842,29.556034],[119.756417,29.553726],[119.750665,29.550726],[119.747266,29.550588],[119.741109,29.551901],[119.730412,29.548197],[119.724803,29.545128],[119.72264,29.542764],[119.724755,29.538188],[119.731862,29.532962],[119.734311,29.528385],[119.744033,29.520781],[119.745602,29.518389],[119.744936,29.516425],[119.740348,29.513341],[119.735404,29.510935],[119.726894,29.511557],[119.727536,29.509442],[119.72554,29.506925],[119.718836,29.505293],[119.717862,29.502652],[119.718337,29.496691],[119.719549,29.491158],[119.718741,29.48853],[119.716673,29.486331],[119.712632,29.484132],[119.706785,29.472374],[119.708449,29.467725],[119.707118,29.464225],[119.709518,29.458885],[119.71344,29.456187],[119.715817,29.449005],[119.71344,29.445006],[119.710659,29.442266],[119.709518,29.439111],[119.710636,29.436122],[119.709637,29.434185],[119.70726,29.433216],[119.700509,29.433008],[119.697372,29.434116],[119.693663,29.438765],[119.691168,29.438779],[119.689836,29.433327],[119.690312,29.42685],[119.688909,29.421756],[119.683442,29.418628],[119.678973,29.41777],[119.676311,29.41921],[119.673387,29.425023],[119.67006,29.425424],[119.664402,29.424068],[119.6601,29.426891],[119.655488,29.425922],[119.649094,29.428344],[119.646741,29.43323],[119.644459,29.434102],[119.642486,29.432953],[119.638659,29.428275],[119.633596,29.423348],[119.626631,29.42022],[119.62492,29.41777],[119.625633,29.415293],[119.625538,29.410476],[119.617361,29.399733],[119.612155,29.394763],[119.607068,29.393877],[119.605547,29.392742],[119.606236,29.388076],[119.613866,29.383244],[119.617598,29.38035],[119.618573,29.378467],[119.619643,29.372956],[119.619381,29.371059],[119.616291,29.368261],[119.614057,29.368275],[119.608518,29.370242],[119.604596,29.369632],[119.597988,29.372928],[119.592925,29.377705],[119.589454,29.378702],[119.582085,29.379132],[119.578425,29.378121],[119.574598,29.372762],[119.565898,29.371183],[119.560573,29.372083],[119.55677,29.371585],[119.551469,29.36732],[119.545408,29.367361],[119.540915,29.369799],[119.538847,29.371931],[119.536042,29.37315],[119.529838,29.370546],[119.523872,29.36599],[119.525773,29.36347],[119.526605,29.360021],[119.52506,29.35516],[119.522707,29.350022],[119.512082,29.336724],[119.510418,29.333469],[119.501979,29.335879],[119.50003,29.335713],[119.492329,29.331059],[119.485364,29.332541],[119.480206,29.33297],[119.477543,29.335048],[119.47771,29.341586],[119.476022,29.345216],[119.471482,29.349025],[119.469652,29.349662],[119.464565,29.349177],[119.461427,29.350908],[119.459834,29.356656],[119.454819,29.365284],[119.457576,29.370366],[119.453369,29.378827],[119.451824,29.385598],[119.453607,29.389253],[119.451348,29.397283],[119.448876,29.400688],[119.443148,29.404565],[119.440676,29.408745],[119.441674,29.413036],[119.438798,29.415749],[119.439416,29.421424],[119.438964,29.423597],[119.437134,29.424123],[119.427768,29.422158],[119.428553,29.419057],[119.432332,29.415154],[119.426746,29.405548],[119.421255,29.404758],[119.415883,29.403],[119.410725,29.402557],[119.409204,29.400716],[119.405614,29.399927],[119.404758,29.400688],[119.404901,29.405326],[119.403974,29.407223],[119.399933,29.411237],[119.393515,29.411251],[119.391709,29.416884],[119.389783,29.425826],[119.388547,29.429715],[119.382129,29.43186],[119.378112,29.429798],[119.375283,29.424538],[119.372455,29.421037],[119.370814,29.417715],[119.368319,29.415708],[119.362162,29.416746],[119.360237,29.416289],[119.355578,29.410794],[119.353201,29.409866],[119.346378,29.408731],[119.343906,29.409008],[119.338392,29.411707],[119.334897,29.40815],[119.334042,29.405354],[119.331094,29.400356],[119.32779,29.396923],[119.328646,29.39342],[119.333875,29.390734],[119.336038,29.385847],[119.339105,29.384296],[119.340151,29.382358],[119.339295,29.379145],[119.340198,29.377304],[119.336466,29.372499],[119.335016,29.366987],[119.336704,29.363373],[119.332806,29.353748],[119.334303,29.348983],[119.340008,29.348581],[119.34557,29.342265],[119.348447,29.336253],[119.348233,29.333441],[119.344287,29.324395],[119.347092,29.322719],[119.348779,29.319504],[119.347282,29.317163],[119.340531,29.315389],[119.324201,29.30799],[119.323131,29.305011],[119.328646,29.299274],[119.329026,29.294383],[119.328337,29.292789],[119.32577,29.292248],[119.324177,29.295408],[119.322632,29.29617],[119.322608,29.290488],[119.323345,29.288146],[119.322727,29.284931],[119.318306,29.2799],[119.312672,29.278639],[119.305066,29.279332],[119.298648,29.279276],[119.292562,29.281799],[119.288117,29.280995],[119.286026,29.279332],[119.286216,29.275257],[119.288094,29.268839],[119.287167,29.267453],[119.282317,29.264944],[119.282056,29.26127],[119.278657,29.260646],[119.275781,29.258636],[119.273475,29.25377],[119.270646,29.251649],[119.260924,29.247809],[119.257644,29.247989],[119.249205,29.250193],[119.244237,29.250997],[119.238746,29.250152],[119.237772,29.25072],[119.239293,29.258913],[119.236298,29.26346],[119.234016,29.270682],[119.231544,29.273274],[119.228786,29.27437],[119.227099,29.276837],[119.229,29.282575],[119.228739,29.284183],[119.225031,29.285153],[119.219397,29.2827],[119.214833,29.283753],[119.208178,29.284404],[119.205111,29.288257],[119.200286,29.290391],[119.198836,29.286026],[119.200737,29.280524],[119.200999,29.275811],[119.204255,29.274771],[119.203328,29.272318],[119.200405,29.272152],[119.19779,29.26992],[119.192299,29.263571],[119.191515,29.261741],[119.192228,29.258456],[119.195484,29.256446],[119.198622,29.257985],[119.200904,29.257472],[119.204303,29.252356],[119.210293,29.248724],[119.214786,29.246935],[119.212195,29.246076],[119.211268,29.244426],[119.211648,29.235413],[119.210269,29.230657],[119.213645,29.225207],[119.211838,29.222905],[119.209033,29.222059],[119.204469,29.223557],[119.203233,29.228383],[119.201736,29.229367],[119.196102,29.227883],[119.194153,29.22927],[119.190825,29.22848],[119.189518,29.227093],[119.189779,29.223709],[119.193963,29.220145],[119.194938,29.216304],[119.189518,29.205194],[119.181032,29.206304],[119.177704,29.207233],[119.175826,29.211893],[119.168053,29.219022],[119.165652,29.219202],[119.160257,29.220991],[119.156453,29.223806],[119.15372,29.227024],[119.151771,29.227897],[119.145709,29.222974],[119.141525,29.223377],[119.138126,29.220242],[119.131542,29.221116],[119.130163,29.2226],[119.129117,29.227079],[119.132588,29.235441],[119.126455,29.237119],[119.123508,29.236716],[119.106393,29.227509],[119.10045,29.228313],[119.094222,29.228258],[119.091893,29.230546],[119.08519,29.230601],[119.082908,29.228826],[119.081981,29.22658],[119.07775,29.224222],[119.075658,29.223987],[119.068384,29.226455],[119.062941,29.226275],[119.055144,29.222239],[119.050033,29.221546],[119.045588,29.221823],[119.037126,29.217205],[119.030589,29.215069],[119.01307,29.212379],[119.003253,29.207691],[119.001851,29.208551],[118.998903,29.216345],[118.995742,29.21708],[118.993127,29.219244],[118.991867,29.221837],[118.987137,29.226053],[118.985711,29.229728],[118.98583,29.235344],[118.984831,29.239476],[118.988254,29.243552],[118.982597,29.249736],[118.981408,29.254325],[118.979245,29.258955],[118.977344,29.258775],[118.970189,29.264944],[118.966837,29.269352],[118.963295,29.267674],[118.959492,29.271403],[118.958565,29.273801],[118.954881,29.277918],[118.952337,29.278763],[118.949651,29.281743],[118.949176,29.283919],[118.951268,29.286275],[118.961893,29.290211],[118.963533,29.291999],[118.962083,29.29617],[118.952622,29.298554],[118.948035,29.301117],[118.944113,29.306286],[118.927069,29.310374],[118.923456,29.31478],[118.916753,29.31816],[118.911262,29.324409],[118.908362,29.325143],[118.905414,29.327374],[118.903917,29.330186],[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.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]]]]}}]}', N'admin', N'2020-12-07 18:37:35.0000000', NULL, N'2020-12-07 18:37:35.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1335907956524433409', N'上海', N'shanghai', N'{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":310101,"name":"黄浦区","center":[121.490317,31.222771],"centroid":[121.483572,31.215946],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":0,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.475987,31.187885],[121.474944,31.189886],[121.470356,31.191431],[121.469605,31.196404],[121.46745,31.203065],[121.466449,31.204395],[121.462264,31.203173],[121.461555,31.210194],[121.460707,31.213488],[121.457689,31.220196],[121.456758,31.223898],[121.467464,31.223862],[121.467658,31.225634],[121.466129,31.234917],[121.462973,31.241396],[121.469563,31.239216],[121.474847,31.24142],[121.47892,31.240294],[121.482994,31.241923],[121.485969,31.244091],[121.487805,31.244186],[121.494826,31.24221],[121.493491,31.240163],[121.493491,31.23615],[121.495744,31.232977],[121.502014,31.228018],[121.506741,31.223119],[121.509397,31.218459],[121.509911,31.214506],[121.508368,31.210158],[121.501319,31.199747],[121.498066,31.195601],[121.494631,31.192857],[121.490752,31.191467],[121.475987,31.187885]]]]}},{"type":"Feature","properties":{"adcode":310104,"name":"徐汇区","center":[121.43752,31.179973],"centroid":[121.439404,31.162992],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":1,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.412572,31.19112],[121.419719,31.190796],[121.422027,31.192294],[121.421638,31.19535],[121.423793,31.197314],[121.433025,31.20128],[121.437933,31.203976],[121.435235,31.21114],[121.43746,31.211535],[121.439462,31.214482],[121.44697,31.215812],[121.452184,31.217429],[121.457689,31.220196],[121.460707,31.213488],[121.461555,31.210194],[121.462264,31.203173],[121.466449,31.204395],[121.46745,31.203065],[121.469605,31.196404],[121.470356,31.191431],[121.474944,31.189886],[121.475987,31.187885],[121.468729,31.184122],[121.466254,31.18109],[121.464905,31.178022],[121.464905,31.17541],[121.468159,31.167092],[121.469369,31.162298],[121.468354,31.158091],[121.46574,31.155118],[121.460387,31.150276],[121.457453,31.146451],[121.457453,31.142232],[121.462431,31.134463],[121.468729,31.127868],[121.469674,31.124859],[121.469299,31.118731],[121.465211,31.1121],[121.463237,31.108586],[121.462862,31.101954],[121.455423,31.100755],[121.452629,31.101234],[121.451878,31.103849],[121.446275,31.105744],[121.447623,31.107423],[121.452364,31.108586],[121.450154,31.112819],[121.450807,31.115398],[121.446706,31.114282],[121.445788,31.114954],[121.441547,31.112568],[121.438002,31.1121],[121.435736,31.113539],[121.438836,31.119103],[121.43853,31.121729],[121.436445,31.129043],[121.421526,31.127137],[121.418398,31.131669],[121.41381,31.13728],[121.411293,31.14174],[121.404953,31.156689],[121.400977,31.155214],[121.401449,31.153776],[121.396931,31.152685],[121.395874,31.15585],[121.401867,31.157528],[121.404578,31.157588],[121.402645,31.162226],[121.394567,31.159601],[121.391508,31.168686],[121.394053,31.169489],[121.39269,31.173085],[121.395415,31.174595],[121.394442,31.177879],[121.398071,31.178226],[121.398349,31.179904],[121.400101,31.178813],[121.41146,31.182037],[121.415158,31.183391],[121.415256,31.187357],[121.41356,31.18683],[121.412572,31.19112]]]]}},{"type":"Feature","properties":{"adcode":310105,"name":"长宁区","center":[121.4222,31.218123],"centroid":[121.380949,31.20737],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":2,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.439462,31.214482],[121.43746,31.211535],[121.435235,31.21114],[121.437933,31.203976],[121.433025,31.20128],[121.423793,31.197314],[121.421638,31.19535],[121.422027,31.192294],[121.419719,31.190796],[121.412572,31.19112],[121.391425,31.191911],[121.38001,31.190065],[121.365954,31.185572],[121.360253,31.185296],[121.358321,31.186015],[121.356958,31.182768],[121.353301,31.181629],[121.351424,31.183499],[121.341414,31.179436],[121.338341,31.180108],[121.331806,31.189622],[121.338049,31.192618],[121.33734,31.195817],[121.338925,31.196644],[121.338438,31.20666],[121.338508,31.212182],[121.339996,31.212278],[121.33937,31.216615],[121.342457,31.217789],[121.343096,31.223071],[121.345627,31.223526],[121.340997,31.224269],[121.341581,31.226293],[121.345362,31.227886],[121.345376,31.23039],[121.343513,31.234306],[121.338355,31.237528],[121.340872,31.239947],[121.345585,31.239887],[121.344612,31.243552],[121.346822,31.241037],[121.347281,31.243192],[121.348922,31.243863],[121.350131,31.241839],[121.348741,31.239372],[121.352856,31.238342],[121.354177,31.237121],[121.359071,31.229827],[121.362102,31.22597],[121.366065,31.226006],[121.366691,31.224065],[121.371404,31.222508],[121.373197,31.220089],[121.37691,31.220687],[121.388658,31.218639],[121.399712,31.218711],[121.400462,31.220807],[121.403799,31.22058],[121.408707,31.222364],[121.414157,31.223359],[121.415965,31.224473],[121.414853,31.228054],[121.415617,31.228581],[121.419941,31.225191],[121.423334,31.228114],[121.427519,31.229288],[121.427713,31.224221],[121.429034,31.223095],[121.434304,31.225886],[121.435416,31.225071],[121.436167,31.220675],[121.439462,31.214482]]]]}},{"type":"Feature","properties":{"adcode":310106,"name":"静安区","center":[121.448224,31.229003],"centroid":[121.450659,31.270821],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":3,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.482994,31.241923],[121.47892,31.240294],[121.474847,31.24142],[121.469563,31.239216],[121.462973,31.241396],[121.466129,31.234917],[121.467658,31.225634],[121.467464,31.223862],[121.456758,31.223898],[121.457689,31.220196],[121.452184,31.217429],[121.44697,31.215812],[121.439462,31.214482],[121.436167,31.220675],[121.435416,31.225071],[121.434304,31.225886],[121.429034,31.223095],[121.427713,31.224221],[121.427519,31.229288],[121.427908,31.231144],[121.431009,31.235108],[121.435166,31.235252],[121.445774,31.241348],[121.449987,31.2433],[121.448318,31.245216],[121.450404,31.247743],[121.451461,31.251994],[121.44932,31.252928],[121.451044,31.256269],[121.442952,31.267117],[121.437098,31.269439],[121.432413,31.271942],[121.429841,31.274923],[121.425252,31.270661],[121.424571,31.27193],[121.424432,31.280238],[121.422833,31.28426],[121.423806,31.291011],[121.419691,31.291071],[121.418648,31.292256],[121.420039,31.296912],[121.42364,31.297259],[121.426935,31.298528],[121.426434,31.303207],[121.431287,31.303638],[121.432441,31.305912],[121.431676,31.309478],[121.432163,31.31168],[121.434623,31.312303],[121.432468,31.318669],[121.433595,31.32087],[121.436459,31.32087],[121.436765,31.319662],[121.44672,31.319817],[121.447887,31.317101],[121.4547,31.319243],[121.457133,31.321002],[121.465378,31.321397],[121.468145,31.32032],[121.468312,31.316036],[121.467672,31.306307],[121.463529,31.306008],[121.46453,31.297989],[121.462445,31.292747],[121.460081,31.289778],[121.461805,31.284691],[121.461457,31.278921],[121.462834,31.275389],[121.464627,31.274396],[121.469605,31.267799],[121.474124,31.263453],[121.480491,31.258568],[121.480589,31.255239],[121.479629,31.253383],[121.481673,31.250689],[121.479588,31.249815],[121.481228,31.247959],[121.482994,31.241923]]]]}},{"type":"Feature","properties":{"adcode":310107,"name":"普陀区","center":[121.392499,31.241701],"centroid":[121.392058,31.257885],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":4,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.354177,31.237121],[121.356054,31.237803],[121.356068,31.240151],[121.360086,31.240498],[121.36067,31.238642],[121.363117,31.240091],[121.366718,31.246342],[121.368387,31.247384],[121.372349,31.243755],[121.3731,31.245683],[121.375686,31.244486],[121.377216,31.247719],[121.380886,31.257766],[121.377508,31.259478],[121.375158,31.25949],[121.374574,31.257059],[121.365884,31.257682],[121.366023,31.259358],[121.361783,31.259945],[121.358918,31.263609],[121.35985,31.266997],[121.362227,31.26756],[121.366996,31.266662],[121.367441,31.269631],[121.361268,31.27084],[121.358918,31.268793],[121.35732,31.271415],[121.344723,31.273917],[121.343541,31.271439],[121.338272,31.272839],[121.338883,31.275006],[121.336228,31.275461],[121.336061,31.280046],[121.335004,31.279711],[121.332738,31.286067],[121.328998,31.284595],[121.327316,31.285182],[121.326384,31.288928],[121.33353,31.291107],[121.332891,31.292998],[121.336506,31.294901],[121.338675,31.293225],[121.341011,31.293716],[121.340927,31.297439],[121.34685,31.297654],[121.346892,31.296349],[121.349659,31.297582],[121.348894,31.299246],[121.352954,31.301663],[121.354803,31.299808],[121.360309,31.302717],[121.363534,31.302741],[121.360295,31.294674],[121.358585,31.293465],[121.363785,31.292028],[121.363785,31.291334],[121.369666,31.28912],[121.370153,31.290329],[121.374838,31.289096],[121.376242,31.290592],[121.38154,31.289431],[121.381623,31.292711],[121.384765,31.294446],[121.388394,31.29526],[121.394762,31.294674],[121.393483,31.291274],[121.39789,31.29052],[121.399559,31.288904],[121.398446,31.287145],[121.400379,31.286115],[121.404453,31.286223],[121.400087,31.278071],[121.404564,31.276227],[121.406496,31.276862],[121.40544,31.273067],[121.41096,31.273175],[121.410598,31.270373],[121.41527,31.26914],[121.41577,31.265896],[121.419496,31.265237],[121.425252,31.270661],[121.429841,31.274923],[121.432413,31.271942],[121.437098,31.269439],[121.442952,31.267117],[121.451044,31.256269],[121.44932,31.252928],[121.451461,31.251994],[121.450404,31.247743],[121.448318,31.245216],[121.449987,31.2433],[121.445774,31.241348],[121.435166,31.235252],[121.431009,31.235108],[121.427908,31.231144],[121.427519,31.229288],[121.423334,31.228114],[121.419941,31.225191],[121.415617,31.228581],[121.414853,31.228054],[121.415965,31.224473],[121.414157,31.223359],[121.408707,31.222364],[121.403799,31.22058],[121.400462,31.220807],[121.399712,31.218711],[121.388658,31.218639],[121.37691,31.220687],[121.373197,31.220089],[121.371404,31.222508],[121.366691,31.224065],[121.366065,31.226006],[121.362102,31.22597],[121.359071,31.229827],[121.354177,31.237121]]]]}},{"type":"Feature","properties":{"adcode":310109,"name":"虹口区","center":[121.491832,31.26097],"centroid":[121.485443,31.276649],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":5,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.485413,31.311573],[121.485664,31.303483],[121.490168,31.292603],[121.493644,31.293884],[121.500652,31.295488],[121.502709,31.289658],[121.498149,31.286259],[121.496049,31.282991],[121.496564,31.276407],[121.499915,31.275904],[121.506505,31.270589],[121.50631,31.266746],[121.508479,31.262639],[121.514569,31.256317],[121.517642,31.251862],[121.516001,31.251599],[121.516488,31.246953],[121.50688,31.246474],[121.500012,31.244989],[121.494826,31.24221],[121.487805,31.244186],[121.485969,31.244091],[121.482994,31.241923],[121.481228,31.247959],[121.479588,31.249815],[121.481673,31.250689],[121.479629,31.253383],[121.480589,31.255239],[121.480491,31.258568],[121.474124,31.263453],[121.469605,31.267799],[121.464627,31.274396],[121.462834,31.275389],[121.461457,31.278921],[121.461805,31.284691],[121.460081,31.289778],[121.462445,31.292747],[121.46453,31.297989],[121.463529,31.306008],[121.467672,31.306307],[121.468312,31.316036],[121.472956,31.315797],[121.479171,31.314696],[121.485372,31.314636],[121.485413,31.311573]]]]}},{"type":"Feature","properties":{"adcode":310110,"name":"杨浦区","center":[121.522797,31.270755],"centroid":[121.529302,31.29835],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":6,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.516488,31.246953],[121.516001,31.251599],[121.517642,31.251862],[121.514569,31.256317],[121.508479,31.262639],[121.50631,31.266746],[121.506505,31.270589],[121.499915,31.275904],[121.496564,31.276407],[121.496049,31.282991],[121.498149,31.286259],[121.502709,31.289658],[121.500652,31.295488],[121.493644,31.293884],[121.490168,31.292603],[121.485664,31.303483],[121.485413,31.311573],[121.496717,31.311489],[121.496216,31.323347],[121.498928,31.325322],[121.497593,31.328109],[121.493575,31.330299],[121.50556,31.345732],[121.517628,31.340779],[121.520256,31.344033],[121.522883,31.342885],[121.525483,31.346797],[121.549398,31.337789],[121.555779,31.333948],[121.558574,31.331256],[121.560493,31.32781],[121.561883,31.321158],[121.561758,31.303339],[121.562523,31.29976],[121.565456,31.294135],[121.569141,31.285254],[121.56953,31.279567],[121.568515,31.275701],[121.563537,31.268805],[121.559074,31.264219],[121.541542,31.251826],[121.536384,31.249623],[121.527555,31.247252],[121.516488,31.246953]]]]}},{"type":"Feature","properties":{"adcode":310112,"name":"闵行区","center":[121.375972,31.111658],"centroid":[121.418901,31.087213],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":7,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.35871,30.97786],[121.351258,30.975986],[121.34375,30.976599],[121.334406,30.980694],[121.329554,30.981318],[121.327371,30.980658],[121.3258,30.9833],[121.326898,30.989964],[121.326773,30.994479],[121.327482,30.995896],[121.330347,30.996905],[121.33823,31.006197],[121.339829,31.010267],[121.34425,31.013941],[121.34279,31.014817],[121.339898,31.013857],[121.333072,31.01334],[121.333725,31.015657],[121.333892,31.026917],[121.333308,31.030686],[121.334017,31.031922],[121.33367,31.040695],[121.335102,31.04564],[121.335338,31.060435],[121.341456,31.062763],[121.343444,31.059139],[121.35344,31.061287],[121.358195,31.064047],[121.357278,31.066758],[121.363743,31.068354],[121.364424,31.069878],[121.362116,31.072601],[121.364341,31.073705],[121.365481,31.077892],[121.368804,31.079127],[121.370625,31.078372],[121.372016,31.079871],[121.368289,31.088976],[121.362756,31.099771],[121.359085,31.098931],[121.35839,31.100791],[121.351341,31.099255],[121.348532,31.106655],[121.351675,31.107735],[121.352217,31.106487],[121.357014,31.110529],[121.356026,31.112532],[121.353774,31.111512],[121.35066,31.115554],[121.353065,31.117604],[121.349589,31.117748],[121.346753,31.121657],[121.347545,31.121969],[121.34489,31.12577],[121.346002,31.126202],[121.344014,31.129451],[121.344681,31.130338],[121.342095,31.134655],[121.33677,31.138971],[121.338814,31.14017],[121.336728,31.14355],[121.335477,31.143862],[121.333711,31.148765],[121.331292,31.149772],[121.331528,31.15205],[121.328775,31.156665],[121.327218,31.156856],[121.323854,31.162933],[121.318584,31.170256],[121.318042,31.173624],[121.316304,31.176836],[121.310784,31.18423],[121.30856,31.188388],[121.300565,31.197027],[121.297506,31.201412],[121.294837,31.203077],[121.292431,31.202514],[121.292126,31.200621],[121.287329,31.196332],[121.284034,31.194391],[121.277388,31.193576],[121.271701,31.198309],[121.266724,31.203257],[121.264777,31.203317],[121.263053,31.205701],[121.26468,31.206731],[121.263846,31.208912],[121.259397,31.212769],[121.261218,31.215081],[121.259675,31.218148],[121.25745,31.220208],[121.258215,31.222772],[121.256588,31.226329],[121.258006,31.226868],[121.257158,31.230701],[121.254155,31.23312],[121.252792,31.236965],[121.251082,31.238198],[121.249692,31.236534],[121.247912,31.240917],[121.241391,31.240222],[121.239932,31.241061],[121.241683,31.247348],[121.24591,31.248821],[121.247314,31.253287],[121.254183,31.258688],[121.254405,31.259634],[121.260217,31.258328],[121.263985,31.259155],[121.264444,31.256496],[121.271284,31.252258],[121.275302,31.253527],[121.280363,31.251886],[121.284228,31.251838],[121.28142,31.248174],[121.283742,31.245192],[121.287301,31.243276],[121.288538,31.238198],[121.29264,31.232761],[121.296922,31.231048],[121.302998,31.230605],[121.315386,31.227204],[121.322853,31.229623],[121.32612,31.229575],[121.333878,31.232006],[121.334935,31.235887],[121.338355,31.237528],[121.343513,31.234306],[121.345376,31.23039],[121.345362,31.227886],[121.341581,31.226293],[121.340997,31.224269],[121.345627,31.223526],[121.343096,31.223071],[121.342457,31.217789],[121.33937,31.216615],[121.339996,31.212278],[121.338508,31.212182],[121.338438,31.20666],[121.338925,31.196644],[121.33734,31.195817],[121.338049,31.192618],[121.331806,31.189622],[121.338341,31.180108],[121.341414,31.179436],[121.351424,31.183499],[121.353301,31.181629],[121.356958,31.182768],[121.358321,31.186015],[121.360253,31.185296],[121.365954,31.185572],[121.38001,31.190065],[121.391425,31.191911],[121.412572,31.19112],[121.41356,31.18683],[121.415256,31.187357],[121.415158,31.183391],[121.41146,31.182037],[121.400101,31.178813],[121.398349,31.179904],[121.398071,31.178226],[121.394442,31.177879],[121.395415,31.174595],[121.39269,31.173085],[121.394053,31.169489],[121.391508,31.168686],[121.394567,31.159601],[121.402645,31.162226],[121.404578,31.157588],[121.401867,31.157528],[121.395874,31.15585],[121.396931,31.152685],[121.401449,31.153776],[121.400977,31.155214],[121.404953,31.156689],[121.411293,31.14174],[121.41381,31.13728],[121.418398,31.131669],[121.421526,31.127137],[121.436445,31.129043],[121.43853,31.121729],[121.438836,31.119103],[121.435736,31.113539],[121.438002,31.1121],[121.441547,31.112568],[121.445788,31.114954],[121.446706,31.114282],[121.450807,31.115398],[121.450154,31.112819],[121.452364,31.108586],[121.447623,31.107423],[121.446275,31.105744],[121.451878,31.103849],[121.452629,31.101234],[121.455423,31.100755],[121.462862,31.101954],[121.463237,31.108586],[121.465211,31.1121],[121.470286,31.110937],[121.473984,31.112915],[121.474137,31.114354],[121.477321,31.110853],[121.481353,31.110697],[121.477446,31.117328],[121.481256,31.118024],[121.48191,31.120086],[121.485705,31.121933],[121.485969,31.124523],[121.490266,31.124283],[121.49281,31.118719],[121.498538,31.121501],[121.501583,31.114666],[121.505295,31.115494],[121.503863,31.118324],[121.50549,31.120002],[121.511343,31.12119],[121.513749,31.118012],[121.514513,31.115278],[121.521424,31.116309],[121.522869,31.115242],[121.525289,31.116741],[121.53142,31.11842],[121.532254,31.117208],[121.535341,31.117976],[121.537885,31.113983],[121.539526,31.115626],[121.542251,31.116153],[121.544225,31.111464],[121.547687,31.109653],[121.550426,31.11162],[121.549217,31.113419],[121.552317,31.113899],[121.553332,31.112688],[121.555279,31.114882],[121.556697,31.113083],[121.559867,31.111896],[121.557851,31.109797],[121.561396,31.106224],[121.561132,31.105264],[121.563649,31.101858],[121.562064,31.101258],[121.563315,31.098955],[121.566819,31.096569],[121.567264,31.09363],[121.564358,31.091891],[121.561855,31.091867],[121.561563,31.09357],[121.559088,31.091951],[121.551608,31.090128],[121.551539,31.088148],[121.548549,31.086889],[121.550565,31.082834],[121.553555,31.080303],[121.556405,31.081059],[121.557031,31.082702],[121.561563,31.08365],[121.563579,31.082486],[121.569766,31.081611],[121.571643,31.080063],[121.572658,31.081323],[121.575272,31.080063],[121.567639,31.0762],[121.56262,31.075121],[121.562675,31.074305],[121.557531,31.073357],[121.559033,31.072169],[121.555599,31.071689],[121.55279,31.069506],[121.556753,31.06737],[121.551789,31.065643],[121.551094,31.063795],[121.548549,31.063639],[121.547201,31.061647],[121.548383,31.056896],[121.543308,31.055696],[121.54328,31.054016],[121.540791,31.052528],[121.542307,31.049072],[121.541472,31.046396],[121.54588,31.047044],[121.547799,31.048544],[121.54955,31.047908],[121.550538,31.049396],[121.552693,31.0493],[121.554737,31.050824],[121.556127,31.047632],[121.557031,31.04798],[121.559811,31.044812],[121.562119,31.043635],[121.559464,31.041391],[121.559505,31.030278],[121.558254,31.029533],[121.558407,31.024528],[121.555765,31.022908],[121.552804,31.023268],[121.552262,31.020915],[121.554139,31.01861],[121.556516,31.01873],[121.556474,31.020255],[121.558699,31.020255],[121.56027,31.024132],[121.564302,31.021191],[121.569057,31.024396],[121.56839,31.025284],[121.572325,31.026677],[121.574758,31.020951],[121.574674,31.018634],[121.571018,31.016426],[121.569822,31.012452],[121.565859,31.011912],[121.568181,31.010063],[121.569725,31.010603],[121.571463,31.005633],[121.570253,31.004565],[121.570712,31.002295],[121.567959,31.000879],[121.570475,30.998345],[121.561494,30.995644],[121.555918,30.995152],[121.556224,30.993374],[121.553304,30.993026],[121.55279,30.98886],[121.549537,30.988307],[121.54613,30.99305],[121.543294,30.994203],[121.538233,30.993146],[121.537774,30.994683],[121.534507,30.995848],[121.531962,30.994815],[121.528612,30.99592],[121.522897,30.99981],[121.520325,30.999354],[121.520089,31.00256],[121.522105,31.002199],[121.520853,31.004445],[121.517002,31.007626],[121.510412,31.004553],[121.507881,31.004745],[121.503057,31.002716],[121.49883,30.999426],[121.498872,30.998213],[121.495924,30.998297],[121.491948,31.010039],[121.492879,31.012752],[121.489153,31.014949],[121.485872,31.014073],[121.476362,31.01334],[121.47144,31.011948],[121.465587,31.008755],[121.459942,31.007398],[121.448305,31.007458],[121.440811,31.005789],[121.436834,31.00406],[121.433636,31.001779],[121.431426,30.999174],[121.423973,30.994515],[121.413184,30.991069],[121.409333,30.990229],[121.394261,30.988247],[121.375227,30.982832],[121.35871,30.97786]]]]}},{"type":"Feature","properties":{"adcode":310113,"name":"宝山区","center":[121.489934,31.398896],"centroid":[121.404861,31.392111],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":8,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.425252,31.270661],[121.419496,31.265237],[121.41577,31.265896],[121.41527,31.26914],[121.410598,31.270373],[121.41096,31.273175],[121.40544,31.273067],[121.406496,31.276862],[121.404564,31.276227],[121.400087,31.278071],[121.404453,31.286223],[121.400379,31.286115],[121.398446,31.287145],[121.399559,31.288904],[121.39789,31.29052],[121.393483,31.291274],[121.394762,31.294674],[121.388394,31.29526],[121.384765,31.294446],[121.381623,31.292711],[121.38154,31.289431],[121.376242,31.290592],[121.374838,31.289096],[121.370153,31.290329],[121.369666,31.28912],[121.363785,31.291334],[121.363785,31.292028],[121.358585,31.293465],[121.360295,31.294674],[121.363534,31.302741],[121.360309,31.302717],[121.354803,31.299808],[121.352954,31.301663],[121.348894,31.299246],[121.349659,31.297582],[121.346892,31.296349],[121.34685,31.297654],[121.340927,31.297439],[121.341011,31.293716],[121.338675,31.293225],[121.336506,31.294901],[121.33588,31.297044],[121.334198,31.296122],[121.331306,31.301436],[121.335686,31.303339],[121.338981,31.310101],[121.340357,31.311525],[121.343458,31.317185],[121.347698,31.316706],[121.347782,31.319542],[121.3492,31.321313],[121.345585,31.320835],[121.344848,31.323335],[121.347517,31.324077],[121.345932,31.32513],[121.342318,31.331005],[121.341692,31.33329],[121.342846,31.336066],[121.34628,31.336329],[121.344347,31.341928],[121.342401,31.341306],[121.338925,31.344775],[121.337521,31.344536],[121.336464,31.346821],[121.332502,31.347084],[121.332251,31.351307],[121.334643,31.3509],[121.337743,31.3534],[121.337118,31.356019],[121.341428,31.357802],[121.340329,31.360517],[121.338911,31.360995],[121.337576,31.364189],[121.335018,31.366963],[121.335991,31.370097],[121.333336,31.371281],[121.334003,31.37262],[121.331389,31.37433],[121.328734,31.377344],[121.331306,31.378456],[121.330527,31.381135],[121.326607,31.381063],[121.323061,31.388489],[121.320419,31.389123],[121.323339,31.393331],[121.323145,31.395866],[121.321476,31.397576],[121.317444,31.39742],[121.314747,31.398365],[121.315637,31.402729],[121.317375,31.403661],[121.314316,31.4072],[121.32847,31.411958],[121.330444,31.410308],[121.333141,31.410739],[121.332488,31.413117],[121.334101,31.413655],[121.33239,31.416943],[121.336561,31.419058],[121.336422,31.424999],[121.335143,31.429158],[121.336645,31.429493],[121.336603,31.432254],[121.333656,31.440118],[121.331236,31.439652],[121.328261,31.441098],[121.326106,31.448041],[121.327399,31.448829],[121.324132,31.455007],[121.319794,31.454876],[121.318654,31.456895],[121.320531,31.457289],[121.317778,31.460109],[121.317277,31.466262],[121.320058,31.466728],[121.320572,31.469058],[121.317958,31.468472],[121.31426,31.472474],[121.318807,31.475055],[121.315956,31.481219],[121.313342,31.480598],[121.310214,31.487311],[121.308629,31.488649],[121.31027,31.489735],[121.309171,31.492495],[121.306544,31.493307],[121.304667,31.495779],[121.300857,31.496747],[121.299926,31.499756],[121.302595,31.502599],[121.305876,31.503435],[121.305529,31.505333],[121.310353,31.505919],[121.311938,31.502909],[121.315345,31.501273],[121.316652,31.505775],[121.320169,31.505883],[121.321879,31.503399],[121.32003,31.502993],[121.319905,31.49972],[121.323701,31.499649],[121.323131,31.502288],[121.327218,31.504247],[121.329512,31.504247],[121.335838,31.508295],[121.343499,31.512057],[121.357751,31.508259],[121.362255,31.50679],[121.376298,31.501106],[121.405426,31.487215],[121.406288,31.485388],[121.403966,31.481494],[121.404328,31.479212],[121.409694,31.476321],[121.41869,31.470682],[121.434276,31.458496],[121.446024,31.450717],[121.463696,31.438277],[121.481339,31.427294],[121.49427,31.417851],[121.505991,31.407021],[121.507228,31.409722],[121.501319,31.411982],[121.502362,31.413404],[121.510801,31.409973],[121.517239,31.406303],[121.516585,31.405287],[121.509425,31.408288],[121.507353,31.405933],[121.521229,31.39479],[121.512372,31.385858],[121.507284,31.379102],[121.503835,31.373744],[121.50346,31.369403],[121.503835,31.36493],[121.508424,31.357251],[121.514903,31.352],[121.525483,31.346797],[121.522883,31.342885],[121.520256,31.344033],[121.517628,31.340779],[121.50556,31.345732],[121.493575,31.330299],[121.497593,31.328109],[121.498928,31.325322],[121.496216,31.323347],[121.496717,31.311489],[121.485413,31.311573],[121.485372,31.314636],[121.479171,31.314696],[121.472956,31.315797],[121.468312,31.316036],[121.468145,31.32032],[121.465378,31.321397],[121.457133,31.321002],[121.4547,31.319243],[121.447887,31.317101],[121.44672,31.319817],[121.436765,31.319662],[121.436459,31.32087],[121.433595,31.32087],[121.432468,31.318669],[121.434623,31.312303],[121.432163,31.31168],[121.431676,31.309478],[121.432441,31.305912],[121.431287,31.303638],[121.426434,31.303207],[121.426935,31.298528],[121.42364,31.297259],[121.420039,31.296912],[121.418648,31.292256],[121.419691,31.291071],[121.423806,31.291011],[121.422833,31.28426],[121.424432,31.280238],[121.424571,31.27193],[121.425252,31.270661]]]]}},{"type":"Feature","properties":{"adcode":310114,"name":"嘉定区","center":[121.250333,31.383524],"centroid":[121.244394,31.358136],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":9,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.336506,31.294901],[121.332891,31.292998],[121.33353,31.291107],[121.326384,31.288928],[121.327316,31.285182],[121.328998,31.284595],[121.332738,31.286067],[121.335004,31.279711],[121.336061,31.280046],[121.336228,31.275461],[121.338883,31.275006],[121.338272,31.272839],[121.343541,31.271439],[121.344723,31.273917],[121.35732,31.271415],[121.358918,31.268793],[121.361268,31.27084],[121.367441,31.269631],[121.366996,31.266662],[121.362227,31.26756],[121.35985,31.266997],[121.358918,31.263609],[121.361783,31.259945],[121.366023,31.259358],[121.365884,31.257682],[121.374574,31.257059],[121.375158,31.25949],[121.377508,31.259478],[121.380886,31.257766],[121.377216,31.247719],[121.375686,31.244486],[121.3731,31.245683],[121.372349,31.243755],[121.368387,31.247384],[121.366718,31.246342],[121.363117,31.240091],[121.36067,31.238642],[121.360086,31.240498],[121.356068,31.240151],[121.356054,31.237803],[121.354177,31.237121],[121.352856,31.238342],[121.348741,31.239372],[121.350131,31.241839],[121.348922,31.243863],[121.347281,31.243192],[121.346822,31.241037],[121.344612,31.243552],[121.345585,31.239887],[121.340872,31.239947],[121.338355,31.237528],[121.334935,31.235887],[121.333878,31.232006],[121.32612,31.229575],[121.322853,31.229623],[121.315386,31.227204],[121.302998,31.230605],[121.296922,31.231048],[121.29264,31.232761],[121.288538,31.238198],[121.287301,31.243276],[121.283742,31.245192],[121.28142,31.248174],[121.284228,31.251838],[121.280363,31.251886],[121.275302,31.253527],[121.271284,31.252258],[121.264444,31.256496],[121.263985,31.259155],[121.260217,31.258328],[121.254405,31.259634],[121.254183,31.258688],[121.246758,31.258448],[121.246577,31.259801],[121.242253,31.25937],[121.237693,31.262088],[121.235177,31.262699],[121.229087,31.262711],[121.229198,31.261717],[121.223539,31.260532],[121.223859,31.259035],[121.220216,31.257406],[121.221273,31.256293],[121.214182,31.254353],[121.212625,31.259837],[121.209761,31.260831],[121.209816,31.258017],[121.208482,31.25749],[121.206368,31.260065],[121.202865,31.257131],[121.203143,31.255814],[121.199848,31.255239],[121.19608,31.253395],[121.19626,31.251228],[121.193368,31.251455],[121.193021,31.253623],[121.188377,31.25476],[121.186444,31.252329],[121.183928,31.252246],[121.181537,31.254413],[121.17934,31.253419],[121.178798,31.255862],[121.176768,31.254605],[121.174251,31.256856],[121.171415,31.254928],[121.16894,31.256197],[121.170386,31.259119],[121.168036,31.259622],[121.167661,31.263944],[121.162614,31.269176],[121.161057,31.26762],[121.157845,31.270541],[121.155537,31.266147],[121.151783,31.267632],[121.153924,31.272061],[121.153743,31.276646],[121.155481,31.278442],[121.155537,31.280765],[121.159402,31.281579],[121.161293,31.283985],[121.159305,31.28766],[121.156399,31.287408],[121.154967,31.290209],[121.153145,31.28997],[121.151282,31.291933],[121.152714,31.294075],[121.148933,31.298875],[121.150782,31.299018],[121.146903,31.305936],[121.143774,31.309706],[121.13895,31.305625],[121.139645,31.302992],[121.133778,31.30207],[121.129954,31.302597],[121.129134,31.307528],[121.129773,31.308306],[121.127966,31.311884],[121.128633,31.314265],[121.127076,31.316934],[121.127257,31.319315],[121.131637,31.32324],[121.131539,31.325441],[121.133305,31.325585],[121.132582,31.331962],[121.13115,31.332106],[121.130121,31.334702],[121.130816,31.341509],[121.130441,31.344213],[121.123948,31.342753],[121.117969,31.343447],[121.11733,31.34712],[121.120194,31.347562],[121.117246,31.351689],[121.111838,31.350517],[121.111157,31.351534],[121.10832,31.350649],[121.108418,31.354034],[121.107361,31.354763],[121.108251,31.360457],[121.106749,31.364535],[121.106958,31.366593],[121.10889,31.366509],[121.10928,31.364703],[121.112853,31.365133],[121.113173,31.36688],[121.120208,31.368674],[121.119082,31.370563],[121.11523,31.371137],[121.113757,31.37445],[121.118206,31.375837],[121.12328,31.37848],[121.124268,31.376722],[121.131247,31.379664],[121.131762,31.378815],[121.138408,31.381147],[121.137518,31.382785],[121.141049,31.384531],[121.141425,31.38355],[121.148432,31.385404],[121.148988,31.38691],[121.147097,31.3899],[121.14383,31.392327],[121.149475,31.394503],[121.147653,31.397325],[121.152742,31.398174],[121.149586,31.399381],[121.15049,31.402215],[121.153896,31.403685],[121.153104,31.405837],[121.157887,31.407893],[121.15886,31.410117],[121.154508,31.411575],[121.155523,31.413835],[121.153493,31.413679],[121.148905,31.415867],[121.149266,31.41913],[121.146208,31.419704],[121.146249,31.421078],[121.151157,31.421796],[121.155273,31.42574],[121.161362,31.425776],[121.162002,31.427951],[121.16431,31.427222],[121.16253,31.429565],[121.162711,31.432218],[121.158484,31.432254],[121.152492,31.433604],[121.14782,31.436186],[121.146569,31.439006],[121.147348,31.44393],[121.160917,31.449678],[121.163045,31.448865],[121.166048,31.450168],[121.16773,31.448315],[121.16983,31.450024],[121.174974,31.449295],[121.180814,31.451458],[121.186055,31.454362],[121.185457,31.457468],[121.186055,31.460814],[121.195051,31.467827],[121.202906,31.469356],[121.203421,31.472331],[121.206368,31.474995],[121.214377,31.479128],[121.21503,31.477528],[121.21364,31.475939],[121.219062,31.475222],[121.220731,31.47607],[121.225361,31.476022],[121.226209,31.477683],[121.230352,31.477432],[121.230839,31.481111],[121.22867,31.482127],[121.232994,31.487896],[121.235413,31.488099],[121.234746,31.492686],[121.237234,31.491957],[121.240877,31.493701],[121.241141,31.490906],[121.243797,31.487311],[121.244409,31.481183],[121.248176,31.481876],[121.245813,31.479881],[121.247064,31.477062],[121.249692,31.477623],[121.251221,31.479606],[121.253362,31.479809],[121.253627,31.483082],[121.255643,31.483632],[121.254794,31.477635],[121.261454,31.478854],[121.261732,31.480777],[121.265153,31.48313],[121.267433,31.483357],[121.267322,31.486224],[121.268879,31.487466],[121.272049,31.484337],[121.27622,31.485376],[121.276442,31.486654],[121.280321,31.488672],[121.279696,31.490404],[121.283686,31.489795],[121.285355,31.490679],[121.289387,31.489031],[121.29061,31.491694],[121.293488,31.489807],[121.298605,31.491515],[121.298563,31.493713],[121.300496,31.494537],[121.300857,31.496747],[121.304667,31.495779],[121.306544,31.493307],[121.309171,31.492495],[121.31027,31.489735],[121.308629,31.488649],[121.310214,31.487311],[121.313342,31.480598],[121.315956,31.481219],[121.318807,31.475055],[121.31426,31.472474],[121.317958,31.468472],[121.320572,31.469058],[121.320058,31.466728],[121.317277,31.466262],[121.317778,31.460109],[121.320531,31.457289],[121.318654,31.456895],[121.319794,31.454876],[121.324132,31.455007],[121.327399,31.448829],[121.326106,31.448041],[121.328261,31.441098],[121.331236,31.439652],[121.333656,31.440118],[121.336603,31.432254],[121.336645,31.429493],[121.335143,31.429158],[121.336422,31.424999],[121.336561,31.419058],[121.33239,31.416943],[121.334101,31.413655],[121.332488,31.413117],[121.333141,31.410739],[121.330444,31.410308],[121.32847,31.411958],[121.314316,31.4072],[121.317375,31.403661],[121.315637,31.402729],[121.314747,31.398365],[121.317444,31.39742],[121.321476,31.397576],[121.323145,31.395866],[121.323339,31.393331],[121.320419,31.389123],[121.323061,31.388489],[121.326607,31.381063],[121.330527,31.381135],[121.331306,31.378456],[121.328734,31.377344],[121.331389,31.37433],[121.334003,31.37262],[121.333336,31.371281],[121.335991,31.370097],[121.335018,31.366963],[121.337576,31.364189],[121.338911,31.360995],[121.340329,31.360517],[121.341428,31.357802],[121.337118,31.356019],[121.337743,31.3534],[121.334643,31.3509],[121.332251,31.351307],[121.332502,31.347084],[121.336464,31.346821],[121.337521,31.344536],[121.338925,31.344775],[121.342401,31.341306],[121.344347,31.341928],[121.34628,31.336329],[121.342846,31.336066],[121.341692,31.33329],[121.342318,31.331005],[121.345932,31.32513],[121.347517,31.324077],[121.344848,31.323335],[121.345585,31.320835],[121.3492,31.321313],[121.347782,31.319542],[121.347698,31.316706],[121.343458,31.317185],[121.340357,31.311525],[121.338981,31.310101],[121.335686,31.303339],[121.331306,31.301436],[121.334198,31.296122],[121.33588,31.297044],[121.336506,31.294901]]]]}},{"type":"Feature","properties":{"adcode":310115,"name":"浦东新区","center":[121.567706,31.245944],"centroid":[121.742177,31.083823],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":10,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.570475,30.998345],[121.567959,31.000879],[121.570712,31.002295],[121.570253,31.004565],[121.571463,31.005633],[121.569725,31.010603],[121.568181,31.010063],[121.565859,31.011912],[121.569822,31.012452],[121.571018,31.016426],[121.574674,31.018634],[121.574758,31.020951],[121.572325,31.026677],[121.56839,31.025284],[121.569057,31.024396],[121.564302,31.021191],[121.56027,31.024132],[121.558699,31.020255],[121.556474,31.020255],[121.556516,31.01873],[121.554139,31.01861],[121.552262,31.020915],[121.552804,31.023268],[121.555765,31.022908],[121.558407,31.024528],[121.558254,31.029533],[121.559505,31.030278],[121.559464,31.041391],[121.562119,31.043635],[121.559811,31.044812],[121.557031,31.04798],[121.556127,31.047632],[121.554737,31.050824],[121.552693,31.0493],[121.550538,31.049396],[121.54955,31.047908],[121.547799,31.048544],[121.54588,31.047044],[121.541472,31.046396],[121.542307,31.049072],[121.540791,31.052528],[121.54328,31.054016],[121.543308,31.055696],[121.548383,31.056896],[121.547201,31.061647],[121.548549,31.063639],[121.551094,31.063795],[121.551789,31.065643],[121.556753,31.06737],[121.55279,31.069506],[121.555599,31.071689],[121.559033,31.072169],[121.557531,31.073357],[121.562675,31.074305],[121.56262,31.075121],[121.567639,31.0762],[121.575272,31.080063],[121.572658,31.081323],[121.571643,31.080063],[121.569766,31.081611],[121.563579,31.082486],[121.561563,31.08365],[121.557031,31.082702],[121.556405,31.081059],[121.553555,31.080303],[121.550565,31.082834],[121.548549,31.086889],[121.551539,31.088148],[121.551608,31.090128],[121.559088,31.091951],[121.561563,31.09357],[121.561855,31.091867],[121.564358,31.091891],[121.567264,31.09363],[121.566819,31.096569],[121.563315,31.098955],[121.562064,31.101258],[121.563649,31.101858],[121.561132,31.105264],[121.561396,31.106224],[121.557851,31.109797],[121.559867,31.111896],[121.556697,31.113083],[121.555279,31.114882],[121.553332,31.112688],[121.552317,31.113899],[121.549217,31.113419],[121.550426,31.11162],[121.547687,31.109653],[121.544225,31.111464],[121.542251,31.116153],[121.539526,31.115626],[121.537885,31.113983],[121.535341,31.117976],[121.532254,31.117208],[121.53142,31.11842],[121.525289,31.116741],[121.522869,31.115242],[121.521424,31.116309],[121.514513,31.115278],[121.513749,31.118012],[121.511343,31.12119],[121.50549,31.120002],[121.503863,31.118324],[121.505295,31.115494],[121.501583,31.114666],[121.498538,31.121501],[121.49281,31.118719],[121.490266,31.124283],[121.485969,31.124523],[121.485705,31.121933],[121.48191,31.120086],[121.481256,31.118024],[121.477446,31.117328],[121.481353,31.110697],[121.477321,31.110853],[121.474137,31.114354],[121.473984,31.112915],[121.470286,31.110937],[121.465211,31.1121],[121.469299,31.118731],[121.469674,31.124859],[121.468729,31.127868],[121.462431,31.134463],[121.457453,31.142232],[121.457453,31.146451],[121.460387,31.150276],[121.46574,31.155118],[121.468354,31.158091],[121.469369,31.162298],[121.468159,31.167092],[121.464905,31.17541],[121.464905,31.178022],[121.466254,31.18109],[121.468729,31.184122],[121.475987,31.187885],[121.490752,31.191467],[121.494631,31.192857],[121.498066,31.195601],[121.501319,31.199747],[121.508368,31.210158],[121.509911,31.214506],[121.509397,31.218459],[121.506741,31.223119],[121.502014,31.228018],[121.495744,31.232977],[121.493491,31.23615],[121.493491,31.240163],[121.494826,31.24221],[121.500012,31.244989],[121.50688,31.246474],[121.516488,31.246953],[121.527555,31.247252],[121.536384,31.249623],[121.541542,31.251826],[121.559074,31.264219],[121.563537,31.268805],[121.568515,31.275701],[121.56953,31.279567],[121.569141,31.285254],[121.565456,31.294135],[121.562523,31.29976],[121.561758,31.303339],[121.561883,31.321158],[121.560493,31.32781],[121.558574,31.331256],[121.555779,31.333948],[121.549398,31.337789],[121.525483,31.346797],[121.514903,31.352],[121.508424,31.357251],[121.503835,31.36493],[121.50346,31.369403],[121.503835,31.373744],[121.507284,31.379102],[121.512372,31.385858],[121.521229,31.39479],[121.538011,31.388489],[121.559811,31.38361],[121.593708,31.376411],[121.603038,31.372656],[121.610559,31.368195],[121.689448,31.322462],[121.712431,31.309407],[121.722511,31.303518],[121.729101,31.298288],[121.743742,31.283207],[121.809812,31.196907],[121.853358,31.155346],[121.884029,31.130638],[121.889465,31.121705],[121.94679,31.065883],[121.962682,31.047284],[121.977558,31.016101],[121.990934,30.968432],[121.996231,30.935458],[121.998497,30.899961],[121.996982,30.874898],[121.993951,30.863055],[121.985372,30.850694],[121.970732,30.839077],[121.954715,30.825811],[121.954326,30.821409],[121.955466,30.817138],[121.969703,30.789202],[121.943689,30.777096],[121.9246,30.8066],[121.915284,30.812892],[121.904467,30.814155],[121.793767,30.816862],[121.769338,30.85043],[121.768143,30.863272],[121.771605,30.875427],[121.772481,30.875703],[121.773134,30.880596],[121.776679,30.881005],[121.776012,30.886426],[121.778807,30.894588],[121.778987,30.899468],[121.778334,30.903807],[121.77896,30.910116],[121.780239,30.911811],[121.781115,30.917567],[121.777653,30.926723],[121.777806,30.931025],[121.77337,30.931553],[121.773023,30.933932],[121.769769,30.935278],[121.76799,30.93833],[121.766432,30.936539],[121.763846,30.936852],[121.764277,30.938522],[121.761469,30.938414],[121.761677,30.940132],[121.764542,30.941766],[121.760927,30.944613],[121.761024,30.947604],[121.759286,30.949154],[121.751987,30.952721],[121.749234,30.953046],[121.747857,30.951893],[121.743742,30.956589],[121.739988,30.956721],[121.73686,30.958703],[121.737916,30.960637],[121.733954,30.964469],[121.73191,30.967784],[121.712792,30.980934],[121.705507,30.984981],[121.699459,30.987419],[121.69298,30.98934],[121.688086,30.990145],[121.683595,30.989808],[121.674558,30.991802],[121.673348,30.989832],[121.669525,30.991609],[121.663115,30.992714],[121.654536,30.993254],[121.646695,30.99335],[121.62057,30.992678],[121.61772,30.995692],[121.614717,31.001251],[121.604066,31.001131],[121.595585,31.002043],[121.594682,31.000699],[121.584309,31.000819],[121.582933,30.999498],[121.576746,30.999474],[121.570475,30.998345]]],[[[121.943244,31.215465],[121.946595,31.224365],[121.951044,31.228821],[121.957259,31.230414],[121.969188,31.230282],[121.980659,31.22809],[121.989655,31.224521],[122.008563,31.220987],[122.011038,31.217405],[122.012609,31.210002],[122.012011,31.192043],[122.010593,31.188004],[121.999554,31.165079],[121.99573,31.1608],[121.975862,31.158834],[121.970773,31.157552],[121.965685,31.15754],[121.959637,31.159278],[121.952629,31.1672],[121.948027,31.176405],[121.944843,31.186878],[121.942619,31.198465],[121.941826,31.207678],[121.943244,31.215465]]],[[[121.882625,31.240857],[121.88991,31.242594],[121.897363,31.242115],[121.915451,31.236558],[121.923557,31.233863],[121.926727,31.229731],[121.927519,31.224017],[121.925448,31.205438],[121.922445,31.196859],[121.918788,31.194319],[121.913852,31.19384],[121.908777,31.195266],[121.901645,31.20146],[121.889271,31.214997],[121.885155,31.22052],[121.882541,31.225611],[121.880873,31.23633],[121.882625,31.240857]]]]}},{"type":"Feature","properties":{"adcode":310116,"name":"金山区","center":[121.330736,30.724697],"centroid":[121.255144,30.818932],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":11,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.99673,30.950307],[121.002055,30.95104],[121.002653,30.947015],[121.00763,30.947628],[121.010175,30.950727],[121.015361,30.948169],[121.013345,30.946811],[121.011079,30.947184],[121.011607,30.943604],[121.013831,30.944168],[121.015291,30.940288],[121.017697,30.939219],[121.016932,30.941333],[121.019462,30.941165],[121.028041,30.94394],[121.02989,30.944457],[121.029612,30.941874],[121.031851,30.939771],[121.031503,30.936083],[121.028694,30.92754],[121.028319,30.922602],[121.025872,30.91675],[121.024885,30.911618],[121.025288,30.909059],[121.034659,30.90615],[121.034395,30.902737],[121.038788,30.902148],[121.040332,30.904504],[121.040874,30.900706],[121.04232,30.899408],[121.045184,30.901896],[121.053026,30.903374],[121.056529,30.90335],[121.067944,30.904504],[121.068973,30.902124],[121.072491,30.903182],[121.072421,30.904924],[121.080833,30.905946],[121.081806,30.904251],[121.083725,30.905285],[121.091664,30.90341],[121.094347,30.904804],[121.09425,30.902545],[121.097128,30.903206],[121.098782,30.906607],[121.096196,30.910332],[121.093805,30.909708],[121.089092,30.911979],[121.089022,30.915296],[121.091358,30.916185],[121.100395,30.926459],[121.104358,30.922758],[121.105122,30.920138],[121.110962,30.921749],[121.114591,30.921676],[121.121445,30.919958],[121.119346,30.911991],[121.117802,30.910705],[121.113506,30.903602],[121.110851,30.90103],[121.111087,30.899228],[121.113451,30.897425],[121.118164,30.901487],[121.122224,30.901114],[121.123545,30.902857],[121.130163,30.902593],[121.131706,30.899732],[121.134417,30.901812],[121.141258,30.901331],[121.14098,30.904984],[121.139673,30.907388],[121.14009,30.910332],[121.13742,30.913349],[121.139061,30.91961],[121.143246,30.918108],[121.142162,30.915596],[121.149836,30.912616],[121.152895,30.9102],[121.156649,30.909972],[121.156288,30.912616],[121.156746,30.918961],[121.158206,30.920295],[121.164616,30.919934],[121.16691,30.916978],[121.171262,30.914683],[121.174654,30.915115],[121.186472,30.915404],[121.187765,30.916593],[121.194828,30.917314],[121.207522,30.919886],[121.211026,30.92128],[121.218145,30.927684],[121.222997,30.930748],[121.227335,30.926783],[121.234495,30.928562],[121.234773,30.925978],[121.238166,30.924861],[121.240655,30.925149],[121.242935,30.91991],[121.244589,30.920307],[121.245507,30.917074],[121.243686,30.917855],[121.246619,30.9099],[121.255226,30.909551],[121.255893,30.907977],[121.258952,30.907208],[121.262122,30.908097],[121.262525,30.906835],[121.266932,30.906258],[121.266168,30.901715],[121.269046,30.901679],[121.270422,30.900165],[121.27298,30.900405],[121.274663,30.896078],[121.279098,30.897112],[121.27964,30.894456],[121.282073,30.894804],[121.28231,30.896571],[121.285257,30.896631],[121.285799,30.895429],[121.288413,30.896066],[121.288719,30.899961],[121.290151,30.900021],[121.291013,30.902677],[121.290068,30.909804],[121.288705,30.909912],[121.288844,30.916894],[121.294948,30.918504],[121.294809,30.914947],[121.296269,30.914959],[121.29848,30.909744],[121.301775,30.908458],[121.303443,30.909287],[121.303721,30.912099],[121.306502,30.912123],[121.306808,30.910212],[121.313829,30.910717],[121.314608,30.909143],[121.320127,30.91109],[121.321518,30.908986],[121.325939,30.908962],[121.327635,30.91014],[121.331097,30.907508],[121.334657,30.907737],[121.336631,30.906739],[121.340162,30.908554],[121.343819,30.909119],[121.347573,30.913145],[121.350604,30.911402],[121.351814,30.913217],[121.35668,30.908614],[121.358418,30.900598],[121.360476,30.897785],[121.361185,30.892977],[121.36327,30.886955],[121.367233,30.886667],[121.370166,30.883914],[121.371751,30.883698],[121.377535,30.879983],[121.382207,30.878961],[121.381498,30.876605],[121.382791,30.874489],[121.38286,30.869043],[121.381873,30.867324],[121.381929,30.863765],[121.384001,30.863488],[121.383472,30.859232],[121.384376,30.856238],[121.383722,30.851765],[121.384918,30.848073],[121.385446,30.843178],[121.379065,30.843238],[121.379259,30.840112],[121.383764,30.833906],[121.387588,30.832799],[121.387588,30.829864],[121.391717,30.829913],[121.392051,30.82782],[121.396986,30.827988],[121.397376,30.833292],[121.399712,30.834182],[121.404202,30.833797],[121.403632,30.829877],[121.400685,30.830105],[121.400991,30.827399],[121.404786,30.823081],[121.41235,30.821505],[121.414171,30.821757],[121.41552,30.819941],[121.415131,30.815803],[121.419288,30.81602],[121.420525,30.819797],[121.425989,30.81869],[121.437029,30.818101],[121.441645,30.806829],[121.445427,30.804868],[121.44672,30.805577],[121.451711,30.798323],[121.465072,30.776483],[121.478767,30.756347],[121.426365,30.730283],[121.406997,30.718086],[121.361894,30.67952],[121.35433,30.676991],[121.346642,30.675593],[121.326718,30.67593],[121.291041,30.678328],[121.274649,30.6774],[121.271604,30.69689],[121.270422,30.69807],[121.270672,30.701563],[121.268656,30.702129],[121.268031,30.706103],[121.266668,30.706296],[121.265862,30.709488],[121.268448,30.712149],[121.267057,30.715039],[121.270339,30.716894],[121.270102,30.72047],[121.272035,30.723252],[121.270339,30.725864],[121.271451,30.726948],[121.269755,30.730729],[121.271451,30.73227],[121.26817,30.734931],[121.266835,30.733498],[121.261343,30.738217],[121.256393,30.743948],[121.244756,30.749185],[121.243102,30.750533],[121.23729,30.752651],[121.232298,30.755817],[121.230686,30.763737],[121.229115,30.767974],[121.226918,30.770826],[121.226209,30.775087],[121.224624,30.776976],[121.2234,30.775977],[121.217992,30.784954],[121.213723,30.785929],[121.205534,30.785905],[121.200098,30.783294],[121.199166,30.780755],[121.20032,30.773618],[121.196956,30.773354],[121.191839,30.778853],[121.190963,30.781092],[121.189517,30.778974],[121.186361,30.779034],[121.185791,30.776651],[121.183441,30.775038],[121.179965,30.774376],[121.174668,30.772018],[121.170984,30.774677],[121.170789,30.777084],[121.168968,30.775953],[121.163434,30.775279],[121.160737,30.773221],[121.160681,30.776579],[121.155815,30.777205],[121.152687,30.778974],[121.144122,30.779479],[121.140618,30.776928],[121.1387,30.77842],[121.13603,30.777337],[121.131817,30.777313],[121.127521,30.778673],[121.12342,30.77895],[121.117219,30.786073],[121.120041,30.788552],[121.125255,30.788179],[121.126576,30.788998],[121.126047,30.79304],[121.128202,30.810221],[121.130218,30.815574],[121.132373,30.819279],[121.13742,30.825029],[121.13742,30.829985],[121.136239,30.827868],[121.134264,30.828505],[121.132916,30.831608],[121.134612,30.833028],[121.131609,30.83601],[121.129982,30.834892],[121.127688,30.83565],[121.120639,30.836335],[121.117747,30.835301],[121.119832,30.83773],[121.12025,30.843299],[121.123545,30.847267],[121.121153,30.850165],[121.120055,30.849119],[121.114744,30.851476],[121.113159,30.854049],[121.110906,30.851416],[121.104789,30.849335],[121.102272,30.850261],[121.097684,30.854927],[121.097712,30.857103],[121.080471,30.848746],[121.066999,30.84877],[121.06052,30.845187],[121.061674,30.843383],[121.060228,30.842793],[121.062049,30.83779],[121.056335,30.835602],[121.046755,30.831091],[121.048896,30.825186],[121.045101,30.825907],[121.043516,30.828157],[121.039956,30.827218],[121.04175,30.825378],[121.040276,30.82438],[121.039192,30.820867],[121.03769,30.820266],[121.03908,30.818582],[121.043752,30.820013],[121.044976,30.815526],[121.037912,30.81389],[121.036647,30.818449],[121.030057,30.828553],[121.014874,30.833954],[121.014402,30.835818],[121.010898,30.834615],[121.006935,30.830779],[121.003446,30.826304],[121.00054,30.829431],[120.994603,30.821493],[120.990918,30.822708],[120.992754,30.825691],[120.989153,30.828698],[120.992462,30.831572],[120.989125,30.832318],[120.989987,30.834724],[120.992865,30.838392],[120.995659,30.838572],[120.997759,30.84408],[120.9999,30.843335],[121.000985,30.845632],[121.003974,30.846101],[121.006463,30.850454],[121.008006,30.850574],[121.010133,30.853135],[121.013359,30.851692],[121.015013,30.853604],[121.010981,30.856033],[121.015403,30.86053],[121.016265,30.862851],[121.013971,30.86439],[121.01778,30.86938],[121.014819,30.871027],[121.01778,30.873359],[121.020463,30.87188],[121.019796,30.873996],[121.021896,30.875162],[121.019421,30.876665],[121.021465,30.878793],[121.0186,30.880716],[121.017474,30.882724],[121.011092,30.882219],[121.008298,30.882964],[121.00852,30.888121],[121.005017,30.888794],[120.993824,30.88966],[120.992907,30.893915],[120.99046,30.89579],[120.992656,30.899732],[120.992809,30.90216],[120.995715,30.903723],[120.998635,30.903386],[120.998704,30.905946],[121.00257,30.904852],[121.004516,30.906955],[121.004572,30.909299],[120.998982,30.909527],[120.999622,30.91395],[121.000025,30.934701],[121.000818,30.937729],[120.997481,30.941141],[120.995673,30.944336],[120.996813,30.944625],[120.99673,30.950307]]],[[[121.426671,30.682183],[121.428589,30.681749],[121.426796,30.680315],[121.426671,30.682183]]],[[[121.422458,30.691482],[121.426615,30.691277],[121.428909,30.689109],[121.425364,30.687374],[121.419482,30.689856],[121.419469,30.691626],[121.422458,30.691482]]],[[[121.406775,30.704995],[121.409291,30.704514],[121.406622,30.703093],[121.406775,30.704995]]]]}},{"type":"Feature","properties":{"adcode":310117,"name":"松江区","center":[121.223543,31.03047],"centroid":[121.220231,31.015194],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":12,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.323854,31.162933],[121.327218,31.156856],[121.328775,31.156665],[121.331528,31.15205],[121.331292,31.149772],[121.333711,31.148765],[121.335477,31.143862],[121.336728,31.14355],[121.338814,31.14017],[121.33677,31.138971],[121.342095,31.134655],[121.344681,31.130338],[121.344014,31.129451],[121.346002,31.126202],[121.34489,31.12577],[121.347545,31.121969],[121.346753,31.121657],[121.349589,31.117748],[121.353065,31.117604],[121.35066,31.115554],[121.353774,31.111512],[121.356026,31.112532],[121.357014,31.110529],[121.352217,31.106487],[121.351675,31.107735],[121.348532,31.106655],[121.351341,31.099255],[121.35839,31.100791],[121.359085,31.098931],[121.362756,31.099771],[121.368289,31.088976],[121.372016,31.079871],[121.370625,31.078372],[121.368804,31.079127],[121.365481,31.077892],[121.364341,31.073705],[121.362116,31.072601],[121.364424,31.069878],[121.363743,31.068354],[121.357278,31.066758],[121.358195,31.064047],[121.35344,31.061287],[121.343444,31.059139],[121.341456,31.062763],[121.335338,31.060435],[121.335102,31.04564],[121.33367,31.040695],[121.334017,31.031922],[121.333308,31.030686],[121.333892,31.026917],[121.333725,31.015657],[121.333072,31.01334],[121.339898,31.013857],[121.34279,31.014817],[121.34425,31.013941],[121.339829,31.010267],[121.33823,31.006197],[121.330347,30.996905],[121.327482,30.995896],[121.326773,30.994479],[121.326898,30.989964],[121.3258,30.9833],[121.327371,30.980658],[121.329554,30.981318],[121.334406,30.980694],[121.34375,30.976599],[121.351258,30.975986],[121.35871,30.97786],[121.359961,30.976251],[121.361435,30.970438],[121.36099,30.965574],[121.362853,30.959544],[121.363117,30.956109],[121.362255,30.9517],[121.362478,30.948901],[121.365467,30.947232],[121.363868,30.945165],[121.361129,30.944048],[121.362408,30.939122],[121.362658,30.934761],[121.359336,30.935086],[121.357361,30.933632],[121.354706,30.933512],[121.355679,30.932058],[121.35116,30.930628],[121.352203,30.928213],[121.352161,30.923803],[121.355373,30.921388],[121.356054,30.919742],[121.355081,30.916341],[121.351814,30.913217],[121.350604,30.911402],[121.347573,30.913145],[121.343819,30.909119],[121.340162,30.908554],[121.336631,30.906739],[121.334657,30.907737],[121.331097,30.907508],[121.327635,30.91014],[121.325939,30.908962],[121.321518,30.908986],[121.320127,30.91109],[121.314608,30.909143],[121.313829,30.910717],[121.306808,30.910212],[121.306502,30.912123],[121.303721,30.912099],[121.303443,30.909287],[121.301775,30.908458],[121.29848,30.909744],[121.296269,30.914959],[121.294809,30.914947],[121.294948,30.918504],[121.288844,30.916894],[121.288705,30.909912],[121.290068,30.909804],[121.291013,30.902677],[121.290151,30.900021],[121.288719,30.899961],[121.288413,30.896066],[121.285799,30.895429],[121.285257,30.896631],[121.28231,30.896571],[121.282073,30.894804],[121.27964,30.894456],[121.279098,30.897112],[121.274663,30.896078],[121.27298,30.900405],[121.270422,30.900165],[121.269046,30.901679],[121.266168,30.901715],[121.266932,30.906258],[121.262525,30.906835],[121.262122,30.908097],[121.258952,30.907208],[121.255893,30.907977],[121.255226,30.909551],[121.246619,30.9099],[121.243686,30.917855],[121.245507,30.917074],[121.244589,30.920307],[121.242935,30.91991],[121.240655,30.925149],[121.238166,30.924861],[121.234773,30.925978],[121.234495,30.928562],[121.227335,30.926783],[121.222997,30.930748],[121.218145,30.927684],[121.211026,30.92128],[121.207522,30.919886],[121.194828,30.917314],[121.187765,30.916593],[121.186472,30.915404],[121.174654,30.915115],[121.171262,30.914683],[121.16691,30.916978],[121.164616,30.919934],[121.158206,30.920295],[121.156746,30.918961],[121.156288,30.912616],[121.156649,30.909972],[121.152895,30.9102],[121.149836,30.912616],[121.142162,30.915596],[121.143246,30.918108],[121.139061,30.91961],[121.13742,30.913349],[121.14009,30.910332],[121.139673,30.907388],[121.14098,30.904984],[121.141258,30.901331],[121.134417,30.901812],[121.131706,30.899732],[121.130163,30.902593],[121.123545,30.902857],[121.122224,30.901114],[121.118164,30.901487],[121.113451,30.897425],[121.111087,30.899228],[121.110851,30.90103],[121.113506,30.903602],[121.117802,30.910705],[121.119346,30.911991],[121.121445,30.919958],[121.114591,30.921676],[121.110962,30.921749],[121.105122,30.920138],[121.104358,30.922758],[121.100395,30.926459],[121.091358,30.916185],[121.089022,30.915296],[121.089092,30.911979],[121.093805,30.909708],[121.096196,30.910332],[121.098782,30.906607],[121.097128,30.903206],[121.09425,30.902545],[121.094347,30.904804],[121.091664,30.90341],[121.083725,30.905285],[121.081806,30.904251],[121.080833,30.905946],[121.072421,30.904924],[121.072491,30.903182],[121.068973,30.902124],[121.067944,30.904504],[121.056529,30.90335],[121.053026,30.903374],[121.045184,30.901896],[121.04232,30.899408],[121.040874,30.900706],[121.040332,30.904504],[121.038788,30.902148],[121.034395,30.902737],[121.034659,30.90615],[121.025288,30.909059],[121.024885,30.911618],[121.025872,30.91675],[121.028319,30.922602],[121.028694,30.92754],[121.031503,30.936083],[121.031851,30.939771],[121.029612,30.941874],[121.02989,30.944457],[121.028041,30.94394],[121.027902,30.945826],[121.033213,30.947111],[121.034659,30.952974],[121.036258,30.957094],[121.040401,30.956493],[121.043516,30.957514],[121.042626,30.960433],[121.045949,30.963448],[121.043112,30.969429],[121.0467,30.970246],[121.047409,30.969033],[121.051024,30.969369],[121.053262,30.964445],[121.05735,30.965346],[121.056891,30.96191],[121.059505,30.959184],[121.060339,30.956517],[121.065344,30.95516],[121.07231,30.955088],[121.076495,30.955809],[121.076634,30.957574],[121.079109,30.958283],[121.078539,30.960025],[121.080736,30.960181],[121.081236,30.962283],[121.088174,30.962151],[121.088035,30.964168],[121.093555,30.964673],[121.097489,30.965634],[121.095779,30.968408],[121.095557,30.974245],[121.099172,30.973068],[121.099686,30.980994],[121.099227,30.981979],[121.100145,30.994935],[121.104107,30.99508],[121.104205,31.007998],[121.10205,31.011756],[121.093026,31.020207],[121.085532,31.0255],[121.089509,31.027901],[121.091177,31.025933],[121.096405,31.026437],[121.096975,31.031454],[121.099936,31.031202],[121.100284,31.03341],[121.097767,31.038871],[121.095863,31.040479],[121.09311,31.040719],[121.09621,31.044812],[121.090259,31.048136],[121.089926,31.05194],[121.087159,31.052948],[121.085866,31.050224],[121.082404,31.054208],[121.080972,31.056896],[121.08442,31.058779],[121.086519,31.061167],[121.085935,31.062847],[121.088202,31.064671],[121.092929,31.064539],[121.094542,31.061899],[121.093012,31.058443],[121.094639,31.056332],[121.098337,31.05662],[121.101146,31.053644],[121.101813,31.05728],[121.10839,31.057939],[121.10864,31.05662],[121.118206,31.056068],[121.117997,31.058407],[121.120708,31.057268],[121.12588,31.057376],[121.127757,31.059751],[121.126395,31.059811],[121.126228,31.06665],[121.122238,31.067178],[121.121543,31.07019],[121.118386,31.075948],[121.117121,31.075624],[121.112603,31.077628],[121.107264,31.082115],[121.102912,31.080219],[121.100687,31.080939],[121.099408,31.085941],[121.10084,31.088688],[121.097601,31.093534],[121.099519,31.094158],[121.099853,31.096593],[121.097976,31.099339],[121.100618,31.098428],[121.103843,31.100539],[121.103551,31.102638],[121.108751,31.107159],[121.112589,31.111932],[121.114368,31.109797],[121.11612,31.110973],[121.117733,31.108874],[121.120959,31.107747],[121.125505,31.103369],[121.127688,31.103309],[121.130691,31.100527],[121.131942,31.10205],[121.133319,31.099075],[121.135766,31.09808],[121.141605,31.09868],[121.141897,31.096893],[121.144483,31.097456],[121.14586,31.093954],[121.149461,31.095297],[121.151157,31.091651],[121.152867,31.092035],[121.153465,31.09014],[121.155161,31.090475],[121.155384,31.093162],[121.156733,31.09315],[121.156788,31.098943],[121.154341,31.098884],[121.154397,31.101846],[121.159569,31.100539],[121.165492,31.101438],[121.1652,31.104269],[121.166799,31.104293],[121.166451,31.10831],[121.170567,31.107819],[121.170497,31.109054],[121.174487,31.108538],[121.172986,31.114091],[121.17521,31.115242],[121.174321,31.117868],[121.17642,31.119007],[121.178839,31.117149],[121.183817,31.118695],[121.183858,31.124295],[121.181815,31.124295],[121.181842,31.126957],[121.180341,31.127425],[121.179868,31.131873],[121.181662,31.131777],[121.181968,31.143478],[121.194717,31.138179],[121.199653,31.139582],[121.201627,31.140937],[121.200348,31.137832],[121.206174,31.138299],[121.208287,31.135686],[121.22055,31.138383],[121.227988,31.139091],[121.226765,31.134139],[121.223581,31.126442],[121.221732,31.119931],[121.221301,31.115074],[121.224095,31.115146],[121.233884,31.117316],[121.235816,31.118959],[121.236831,31.125698],[121.239848,31.126238],[121.244534,31.125398],[121.245326,31.129295],[121.239348,31.129955],[121.245479,31.130758],[121.246995,31.134163],[121.25378,31.13264],[121.258048,31.132353],[121.257965,31.127077],[121.261607,31.127173],[121.26062,31.132269],[121.263623,31.135422],[121.26557,31.134787],[121.265737,31.136393],[121.280989,31.133252],[121.287482,31.139954],[121.284173,31.142627],[121.281781,31.142016],[121.279293,31.145708],[121.277012,31.144174],[121.276415,31.145852],[121.278723,31.14825],[121.277763,31.152265],[121.28028,31.150539],[121.283825,31.150839],[121.28313,31.152158],[121.285438,31.153452],[121.287134,31.152313],[121.295435,31.15392],[121.301441,31.15549],[121.316221,31.160189],[121.318056,31.157564],[121.320934,31.158487],[121.322491,31.162394],[121.323854,31.162933]]]]}},{"type":"Feature","properties":{"adcode":310118,"name":"青浦区","center":[121.113021,31.151209],"centroid":[121.085182,31.124658],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":13,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.323854,31.162933],[121.322491,31.162394],[121.320934,31.158487],[121.318056,31.157564],[121.316221,31.160189],[121.301441,31.15549],[121.295435,31.15392],[121.287134,31.152313],[121.285438,31.153452],[121.28313,31.152158],[121.283825,31.150839],[121.28028,31.150539],[121.277763,31.152265],[121.278723,31.14825],[121.276415,31.145852],[121.277012,31.144174],[121.279293,31.145708],[121.281781,31.142016],[121.284173,31.142627],[121.287482,31.139954],[121.280989,31.133252],[121.265737,31.136393],[121.26557,31.134787],[121.263623,31.135422],[121.26062,31.132269],[121.261607,31.127173],[121.257965,31.127077],[121.258048,31.132353],[121.25378,31.13264],[121.246995,31.134163],[121.245479,31.130758],[121.239348,31.129955],[121.245326,31.129295],[121.244534,31.125398],[121.239848,31.126238],[121.236831,31.125698],[121.235816,31.118959],[121.233884,31.117316],[121.224095,31.115146],[121.221301,31.115074],[121.221732,31.119931],[121.223581,31.126442],[121.226765,31.134139],[121.227988,31.139091],[121.22055,31.138383],[121.208287,31.135686],[121.206174,31.138299],[121.200348,31.137832],[121.201627,31.140937],[121.199653,31.139582],[121.194717,31.138179],[121.181968,31.143478],[121.181662,31.131777],[121.179868,31.131873],[121.180341,31.127425],[121.181842,31.126957],[121.181815,31.124295],[121.183858,31.124295],[121.183817,31.118695],[121.178839,31.117149],[121.17642,31.119007],[121.174321,31.117868],[121.17521,31.115242],[121.172986,31.114091],[121.174487,31.108538],[121.170497,31.109054],[121.170567,31.107819],[121.166451,31.10831],[121.166799,31.104293],[121.1652,31.104269],[121.165492,31.101438],[121.159569,31.100539],[121.154397,31.101846],[121.154341,31.098884],[121.156788,31.098943],[121.156733,31.09315],[121.155384,31.093162],[121.155161,31.090475],[121.153465,31.09014],[121.152867,31.092035],[121.151157,31.091651],[121.149461,31.095297],[121.14586,31.093954],[121.144483,31.097456],[121.141897,31.096893],[121.141605,31.09868],[121.135766,31.09808],[121.133319,31.099075],[121.131942,31.10205],[121.130691,31.100527],[121.127688,31.103309],[121.125505,31.103369],[121.120959,31.107747],[121.117733,31.108874],[121.11612,31.110973],[121.114368,31.109797],[121.112589,31.111932],[121.108751,31.107159],[121.103551,31.102638],[121.103843,31.100539],[121.100618,31.098428],[121.097976,31.099339],[121.099853,31.096593],[121.099519,31.094158],[121.097601,31.093534],[121.10084,31.088688],[121.099408,31.085941],[121.100687,31.080939],[121.102912,31.080219],[121.107264,31.082115],[121.112603,31.077628],[121.117121,31.075624],[121.118386,31.075948],[121.121543,31.07019],[121.122238,31.067178],[121.126228,31.06665],[121.126395,31.059811],[121.127757,31.059751],[121.12588,31.057376],[121.120708,31.057268],[121.117997,31.058407],[121.118206,31.056068],[121.10864,31.05662],[121.10839,31.057939],[121.101813,31.05728],[121.101146,31.053644],[121.098337,31.05662],[121.094639,31.056332],[121.093012,31.058443],[121.094542,31.061899],[121.092929,31.064539],[121.088202,31.064671],[121.085935,31.062847],[121.086519,31.061167],[121.08442,31.058779],[121.080972,31.056896],[121.082404,31.054208],[121.085866,31.050224],[121.087159,31.052948],[121.089926,31.05194],[121.090259,31.048136],[121.09621,31.044812],[121.09311,31.040719],[121.095863,31.040479],[121.097767,31.038871],[121.100284,31.03341],[121.099936,31.031202],[121.096975,31.031454],[121.096405,31.026437],[121.091177,31.025933],[121.089509,31.027901],[121.085532,31.0255],[121.093026,31.020207],[121.10205,31.011756],[121.104205,31.007998],[121.104107,30.99508],[121.100145,30.994935],[121.099227,30.981979],[121.099686,30.980994],[121.099172,30.973068],[121.095557,30.974245],[121.095779,30.968408],[121.097489,30.965634],[121.093555,30.964673],[121.088035,30.964168],[121.088174,30.962151],[121.081236,30.962283],[121.080736,30.960181],[121.078539,30.960025],[121.079109,30.958283],[121.076634,30.957574],[121.076495,30.955809],[121.07231,30.955088],[121.065344,30.95516],[121.060339,30.956517],[121.059505,30.959184],[121.056891,30.96191],[121.05735,30.965346],[121.053262,30.964445],[121.051024,30.969369],[121.047409,30.969033],[121.0467,30.970246],[121.043112,30.969429],[121.045949,30.963448],[121.042626,30.960433],[121.043516,30.957514],[121.040401,30.956493],[121.036258,30.957094],[121.034659,30.952974],[121.033213,30.947111],[121.027902,30.945826],[121.028041,30.94394],[121.019462,30.941165],[121.016932,30.941333],[121.017697,30.939219],[121.015291,30.940288],[121.013831,30.944168],[121.011607,30.943604],[121.011079,30.947184],[121.013345,30.946811],[121.015361,30.948169],[121.010175,30.950727],[121.00763,30.947628],[121.002653,30.947015],[121.002055,30.95104],[120.99673,30.950307],[120.995368,30.950367],[120.994797,30.954824],[120.992531,30.955028],[120.991683,30.958211],[120.994756,30.958703],[120.992601,30.962835],[120.993699,30.964024],[120.991433,30.968372],[120.993143,30.972119],[120.99737,30.972444],[121.000512,30.973933],[121.000567,30.977007],[121.002361,30.97762],[121.000832,30.980466],[120.999344,30.980106],[120.997133,30.989232],[120.994603,30.991922],[120.994839,30.99526],[120.990515,30.994551],[120.989834,30.996664],[120.992045,30.997109],[120.992086,31.003424],[120.991057,31.00747],[120.991933,31.008154],[120.989987,31.010495],[120.989514,31.014397],[120.983855,31.014445],[120.982993,31.016089],[120.970202,31.016149],[120.963209,31.016594],[120.964849,31.019751],[120.964293,31.020771],[120.960483,31.021659],[120.958301,31.028573],[120.952197,31.030254],[120.951085,31.029077],[120.949124,31.029953],[120.948735,31.025068],[120.951168,31.024012],[120.949972,31.017638],[120.936305,31.01711],[120.935749,31.015381],[120.940087,31.010027],[120.938085,31.009007],[120.933789,31.010027],[120.931383,31.01178],[120.92699,31.012068],[120.926155,31.010423],[120.918105,31.012788],[120.911014,31.010555],[120.909944,31.012644],[120.910055,31.016942],[120.901365,31.017494],[120.900559,31.020423],[120.901338,31.0255],[120.901977,31.037647],[120.899739,31.039603],[120.897027,31.04558],[120.897208,31.04822],[120.895442,31.050332],[120.894567,31.053896],[120.894622,31.058659],[120.895915,31.063075],[120.898863,31.070514],[120.899614,31.07836],[120.904619,31.078528],[120.90473,31.080495],[120.901671,31.084094],[120.902116,31.085653],[120.899294,31.086937],[120.896694,31.086649],[120.895415,31.090703],[120.892175,31.094194],[120.892842,31.096533],[120.891216,31.09718],[120.891021,31.094302],[120.887476,31.094074],[120.878077,31.095753],[120.878967,31.09838],[120.876005,31.097864],[120.876631,31.099939],[120.873169,31.100323],[120.872543,31.098884],[120.869818,31.098943],[120.869582,31.097216],[120.865744,31.097624],[120.863993,31.100299],[120.859766,31.100287],[120.856804,31.102829],[120.857917,31.108526],[120.860225,31.10933],[120.862241,31.112508],[120.865967,31.11475],[120.870597,31.119715],[120.871014,31.123804],[120.872349,31.127161],[120.876422,31.131489],[120.881289,31.134727],[120.89921,31.136057],[120.905397,31.134211],[120.916923,31.136189],[120.93034,31.141404],[120.952642,31.138251],[120.983911,31.131705],[120.991252,31.13318],[121.007269,31.13342],[121.018489,31.134103],[121.022813,31.138311],[121.022271,31.140457],[121.025677,31.140769],[121.02672,31.143766],[121.028375,31.143874],[121.028778,31.141249],[121.033088,31.142208],[121.036119,31.140325],[121.036258,31.137376],[121.038649,31.136909],[121.041819,31.138899],[121.044781,31.145528],[121.041541,31.146931],[121.041472,31.14982],[121.045254,31.151582],[121.04542,31.154028],[121.049133,31.154615],[121.050273,31.150719],[121.055834,31.150659],[121.057378,31.152781],[121.062564,31.153129],[121.064135,31.150839],[121.066067,31.150947],[121.06572,31.148597],[121.069126,31.148705],[121.067777,31.152289],[121.072046,31.153512],[121.073839,31.157072],[121.077023,31.158451],[121.07605,31.160536],[121.076787,31.162622],[121.0737,31.161711],[121.07313,31.163257],[121.077371,31.16454],[121.075466,31.170316],[121.072379,31.169609],[121.072532,31.172701],[121.075424,31.173444],[121.074229,31.176225],[121.071406,31.179472],[121.071225,31.181462],[121.075591,31.182852],[121.074993,31.184386],[121.069474,31.182888],[121.068751,31.184889],[121.071684,31.185955],[121.07035,31.188735],[121.070614,31.1913],[121.07256,31.191527],[121.072185,31.193169],[121.070113,31.193612],[121.069599,31.195314],[121.06679,31.194966],[121.066609,31.197183],[121.069209,31.196524],[121.067805,31.201005],[121.065608,31.211871],[121.062633,31.224664],[121.0628,31.226964],[121.064719,31.227275],[121.064649,31.230785],[121.06718,31.230917],[121.067388,31.232929],[121.06458,31.232965],[121.062605,31.234689],[121.061243,31.237827],[121.063898,31.238438],[121.063565,31.242222],[121.064343,31.246138],[121.061646,31.24524],[121.057669,31.246749],[121.060979,31.246486],[121.061952,31.257945],[121.063245,31.267907],[121.068695,31.268098],[121.072741,31.26914],[121.080416,31.270158],[121.082154,31.271535],[121.084545,31.275713],[121.081361,31.277257],[121.084698,31.2876],[121.087326,31.290664],[121.086909,31.291717],[121.090134,31.291909],[121.093096,31.28821],[121.095404,31.287001],[121.09881,31.276251],[121.105442,31.273654],[121.103829,31.27533],[121.106666,31.276706],[121.111115,31.281746],[121.114994,31.285265],[121.117719,31.285684],[121.131053,31.280106],[121.131678,31.281363],[121.138032,31.278753],[121.137601,31.277592],[121.140535,31.276491],[121.142885,31.277664],[121.142996,31.275473],[121.150392,31.275437],[121.153743,31.276646],[121.153924,31.272061],[121.151783,31.267632],[121.155537,31.266147],[121.157845,31.270541],[121.161057,31.26762],[121.162614,31.269176],[121.167661,31.263944],[121.168036,31.259622],[121.170386,31.259119],[121.16894,31.256197],[121.171415,31.254928],[121.174251,31.256856],[121.176768,31.254605],[121.178798,31.255862],[121.17934,31.253419],[121.181537,31.254413],[121.183928,31.252246],[121.186444,31.252329],[121.188377,31.25476],[121.193021,31.253623],[121.193368,31.251455],[121.19626,31.251228],[121.19608,31.253395],[121.199848,31.255239],[121.203143,31.255814],[121.202865,31.257131],[121.206368,31.260065],[121.208482,31.25749],[121.209816,31.258017],[121.209761,31.260831],[121.212625,31.259837],[121.214182,31.254353],[121.221273,31.256293],[121.220216,31.257406],[121.223859,31.259035],[121.223539,31.260532],[121.229198,31.261717],[121.229087,31.262711],[121.235177,31.262699],[121.237693,31.262088],[121.242253,31.25937],[121.246577,31.259801],[121.246758,31.258448],[121.254183,31.258688],[121.247314,31.253287],[121.24591,31.248821],[121.241683,31.247348],[121.239932,31.241061],[121.241391,31.240222],[121.247912,31.240917],[121.249692,31.236534],[121.251082,31.238198],[121.252792,31.236965],[121.254155,31.23312],[121.257158,31.230701],[121.258006,31.226868],[121.256588,31.226329],[121.258215,31.222772],[121.25745,31.220208],[121.259675,31.218148],[121.261218,31.215081],[121.259397,31.212769],[121.263846,31.208912],[121.26468,31.206731],[121.263053,31.205701],[121.264777,31.203317],[121.266724,31.203257],[121.271701,31.198309],[121.277388,31.193576],[121.284034,31.194391],[121.287329,31.196332],[121.292126,31.200621],[121.292431,31.202514],[121.294837,31.203077],[121.297506,31.201412],[121.300565,31.197027],[121.30856,31.188388],[121.310784,31.18423],[121.316304,31.176836],[121.318042,31.173624],[121.318584,31.170256],[121.323854,31.162933]]]]}},{"type":"Feature","properties":{"adcode":310120,"name":"奉贤区","center":[121.458472,30.912345],"centroid":[121.56251,30.897998],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":14,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.570475,30.998345],[121.576746,30.999474],[121.582933,30.999498],[121.584309,31.000819],[121.594682,31.000699],[121.595585,31.002043],[121.604066,31.001131],[121.614717,31.001251],[121.61772,30.995692],[121.62057,30.992678],[121.646695,30.99335],[121.654536,30.993254],[121.663115,30.992714],[121.669525,30.991609],[121.673348,30.989832],[121.674558,30.991802],[121.683595,30.989808],[121.688086,30.990145],[121.69298,30.98934],[121.699459,30.987419],[121.705507,30.984981],[121.712792,30.980934],[121.73191,30.967784],[121.733954,30.964469],[121.737916,30.960637],[121.73686,30.958703],[121.739988,30.956721],[121.743742,30.956589],[121.747857,30.951893],[121.749234,30.953046],[121.751987,30.952721],[121.759286,30.949154],[121.761024,30.947604],[121.760927,30.944613],[121.764542,30.941766],[121.761677,30.940132],[121.761469,30.938414],[121.764277,30.938522],[121.763846,30.936852],[121.766432,30.936539],[121.76799,30.93833],[121.769769,30.935278],[121.773023,30.933932],[121.77337,30.931553],[121.777806,30.931025],[121.777653,30.926723],[121.781115,30.917567],[121.780239,30.911811],[121.77896,30.910116],[121.778334,30.903807],[121.778987,30.899468],[121.778807,30.894588],[121.776012,30.886426],[121.776679,30.881005],[121.773134,30.880596],[121.772481,30.875703],[121.771605,30.875427],[121.768143,30.863272],[121.769338,30.85043],[121.793767,30.816862],[121.77914,30.817222],[121.727071,30.817716],[121.68119,30.818401],[121.648419,30.8162],[121.601327,30.805084],[121.552832,30.789395],[121.517197,30.775387],[121.478767,30.756347],[121.465072,30.776483],[121.451711,30.798323],[121.44672,30.805577],[121.445427,30.804868],[121.441645,30.806829],[121.437029,30.818101],[121.425989,30.81869],[121.420525,30.819797],[121.419288,30.81602],[121.415131,30.815803],[121.41552,30.819941],[121.414171,30.821757],[121.41235,30.821505],[121.404786,30.823081],[121.400991,30.827399],[121.400685,30.830105],[121.403632,30.829877],[121.404202,30.833797],[121.399712,30.834182],[121.397376,30.833292],[121.396986,30.827988],[121.392051,30.82782],[121.391717,30.829913],[121.387588,30.829864],[121.387588,30.832799],[121.383764,30.833906],[121.379259,30.840112],[121.379065,30.843238],[121.385446,30.843178],[121.384918,30.848073],[121.383722,30.851765],[121.384376,30.856238],[121.383472,30.859232],[121.384001,30.863488],[121.381929,30.863765],[121.381873,30.867324],[121.38286,30.869043],[121.382791,30.874489],[121.381498,30.876605],[121.382207,30.878961],[121.377535,30.879983],[121.371751,30.883698],[121.370166,30.883914],[121.367233,30.886667],[121.36327,30.886955],[121.361185,30.892977],[121.360476,30.897785],[121.358418,30.900598],[121.35668,30.908614],[121.351814,30.913217],[121.355081,30.916341],[121.356054,30.919742],[121.355373,30.921388],[121.352161,30.923803],[121.352203,30.928213],[121.35116,30.930628],[121.355679,30.932058],[121.354706,30.933512],[121.357361,30.933632],[121.359336,30.935086],[121.362658,30.934761],[121.362408,30.939122],[121.361129,30.944048],[121.363868,30.945165],[121.365467,30.947232],[121.362478,30.948901],[121.362255,30.9517],[121.363117,30.956109],[121.362853,30.959544],[121.36099,30.965574],[121.361435,30.970438],[121.359961,30.976251],[121.35871,30.97786],[121.375227,30.982832],[121.394261,30.988247],[121.409333,30.990229],[121.413184,30.991069],[121.423973,30.994515],[121.431426,30.999174],[121.433636,31.001779],[121.436834,31.00406],[121.440811,31.005789],[121.448305,31.007458],[121.459942,31.007398],[121.465587,31.008755],[121.47144,31.011948],[121.476362,31.01334],[121.485872,31.014073],[121.489153,31.014949],[121.492879,31.012752],[121.491948,31.010039],[121.495924,30.998297],[121.498872,30.998213],[121.49883,30.999426],[121.503057,31.002716],[121.507881,31.004745],[121.510412,31.004553],[121.517002,31.007626],[121.520853,31.004445],[121.522105,31.002199],[121.520089,31.00256],[121.520325,30.999354],[121.522897,30.99981],[121.528612,30.99592],[121.531962,30.994815],[121.534507,30.995848],[121.537774,30.994683],[121.538233,30.993146],[121.543294,30.994203],[121.54613,30.99305],[121.549537,30.988307],[121.55279,30.98886],[121.553304,30.993026],[121.556224,30.993374],[121.555918,30.995152],[121.561494,30.995644],[121.570475,30.998345]]]]}},{"type":"Feature","properties":{"adcode":310151,"name":"崇明区","center":[121.397516,31.626946],"centroid":[121.568484,31.635916],"childrenNum":0,"level":"district","parent":{"adcode":310000},"subFeatureIndex":15,"acroutes":[100000,310000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[121.975181,31.617034],[121.98825,31.529597],[121.993867,31.51189],[121.995716,31.493104],[121.991698,31.476763],[121.981813,31.4641],[121.967284,31.456656],[121.934304,31.442364],[121.918051,31.434692],[121.901144,31.430126],[121.89055,31.428788],[121.882096,31.428656],[121.87299,31.429338],[121.857807,31.430043],[121.845377,31.431895],[121.834212,31.433975],[121.819183,31.438206],[121.763443,31.458233],[121.72988,31.471973],[121.682858,31.491061],[121.670609,31.494214],[121.638645,31.49972],[121.625784,31.501775],[121.617678,31.503673],[121.608794,31.50691],[121.547673,31.531125],[121.471176,31.57443],[121.43422,31.590336],[121.414797,31.591076],[121.403521,31.590002],[121.395457,31.585444],[121.37221,31.55321],[121.345585,31.571685],[121.289109,31.616283],[121.179868,31.720774],[121.145332,31.753927],[121.142064,31.755308],[121.118498,31.759084],[121.149225,31.787294],[121.181509,31.820411],[121.200334,31.835144],[121.225305,31.847043],[121.242073,31.853397],[121.252111,31.857727],[121.265584,31.864128],[121.281336,31.869041],[121.291166,31.870992],[121.3019,31.872716],[121.310367,31.872502],[121.315859,31.871479],[121.323061,31.868529],[121.369291,31.843283],[121.376381,31.838571],[121.385043,31.833525],[121.395388,31.821291],[121.399142,31.817483],[121.405468,31.809841],[121.411488,31.806341],[121.416312,31.79764],[121.410904,31.79558],[121.420915,31.779602],[121.425781,31.774267],[121.431481,31.769266],[121.445385,31.7643],[121.449751,31.761668],[121.455576,31.759346],[121.464141,31.757142],[121.476807,31.756142],[121.487749,31.753415],[121.498566,31.75326],[121.51304,31.743695],[121.514986,31.742873],[121.526693,31.740217],[121.528361,31.738347],[121.539429,31.735499],[121.540124,31.733307],[121.549509,31.726969],[121.551386,31.727386],[121.565025,31.716711],[121.578539,31.710527],[121.592262,31.706487],[121.593249,31.705379],[121.599659,31.703115],[121.60091,31.707],[121.602746,31.70694],[121.611755,31.704283],[121.627341,31.697776],[121.633278,31.696167],[121.642649,31.697454],[121.715267,31.673842],[121.817806,31.652025],[121.887616,31.63638],[121.975181,31.617034]]],[[[121.778862,31.310196],[121.770951,31.31168],[121.76425,31.315306],[121.76076,31.320344],[121.751166,31.337801],[121.744659,31.343675],[121.740766,31.346486],[121.727933,31.354799],[121.686682,31.376591],[121.641036,31.401115],[121.601425,31.421855],[121.590371,31.427545],[121.572255,31.436066],[121.558463,31.448793],[121.549773,31.457062],[121.54328,31.462403],[121.537413,31.466704],[121.529515,31.471172],[121.516849,31.477313],[121.510134,31.482581],[121.509105,31.485352],[121.509355,31.489795],[121.513457,31.493355],[121.516933,31.494298],[121.521132,31.493976],[121.549926,31.489747],[121.562356,31.486367],[121.567347,31.4835],[121.572811,31.469452],[121.575828,31.463813],[121.58303,31.456262],[121.585561,31.454672],[121.599812,31.450681],[121.606319,31.449403],[121.621752,31.444145],[121.673835,31.427748],[121.688294,31.425883],[121.697193,31.423995],[121.708316,31.419728],[121.723707,31.412364],[121.729296,31.410356],[121.737485,31.408814],[121.742185,31.407212],[121.753725,31.400362],[121.760857,31.395185],[121.76938,31.390749],[121.774135,31.386982],[121.780572,31.380154],[121.787886,31.37164],[121.790875,31.367059],[121.792377,31.363304],[121.793002,31.355074],[121.796005,31.345624],[121.796478,31.33542],[121.795866,31.329976],[121.794073,31.319542],[121.790986,31.314313],[121.7879,31.312003],[121.782004,31.310328],[121.778862,31.310196]]],[[[122.242018,31.419082],[122.245369,31.421318],[122.247149,31.419333],[122.243562,31.417839],[122.242018,31.419082]]],[[[121.801775,31.356976],[121.800566,31.363997],[121.797674,31.369642],[121.792808,31.377571],[121.793864,31.380477],[121.796756,31.381075],[121.803458,31.381219],[121.817445,31.380585],[121.824744,31.378588],[121.828401,31.376447],[121.831752,31.375526],[121.845586,31.374582],[121.852885,31.371376],[121.858516,31.369379],[121.870376,31.366007],[121.913074,31.350445],[121.951726,31.337274],[122.001556,31.329246],[122.04107,31.323814],[122.078012,31.323527],[122.116678,31.321229],[122.121975,31.315438],[122.122684,31.307205],[122.105207,31.262136],[122.097769,31.255658],[122.087285,31.257538],[122.072005,31.266829],[122.016447,31.282285],[121.975779,31.279998],[121.932261,31.283147],[121.900755,31.291167],[121.88959,31.292028],[121.865968,31.294937],[121.860782,31.294949],[121.856681,31.292818],[121.852885,31.292364],[121.840566,31.29544],[121.833601,31.299653],[121.832043,31.301711],[121.822617,31.307372],[121.81319,31.316228],[121.806642,31.324173],[121.80375,31.328445],[121.803152,31.332106],[121.802693,31.342789],[121.801775,31.356976]]],[[[121.627049,31.444993],[121.616872,31.446643],[121.613855,31.447885],[121.594153,31.458568],[121.58627,31.464076],[121.577886,31.472486],[121.57612,31.474768],[121.575814,31.478197],[121.577149,31.479343],[121.586896,31.479535],[121.595293,31.478292],[121.602134,31.476835],[121.608571,31.474446],[121.61366,31.471339],[121.625172,31.462212],[121.631609,31.456823],[121.635044,31.452988],[121.636295,31.449881],[121.634001,31.445937],[121.631512,31.445101],[121.627049,31.444993]]]]}}]}', N'admin', N'2020-12-07 19:24:11.0000000', NULL, N'2020-12-07 19:24:11.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1336859680042913794', N'北京', N'beijing', N'{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":110101,"name":"东城区","center":[116.418757,39.917544],"centroid":[116.416739,39.912912],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":0,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.387658,39.96093],[116.389498,39.96314],[116.40788,39.962182],[116.407504,39.973995],[116.411101,39.97146],[116.411415,39.964928],[116.414196,39.962182],[116.424861,39.962279],[116.429002,39.957274],[116.429483,39.950155],[116.436698,39.949245],[116.435422,39.952121],[116.442239,39.9497],[116.440566,39.945295],[116.446338,39.946205],[116.443703,39.936663],[116.443682,39.928664],[116.434314,39.92868],[116.434983,39.913964],[116.436488,39.902042],[116.448722,39.903246],[116.446819,39.900042],[116.447154,39.894186],[116.450876,39.894088],[116.450939,39.890249],[116.444059,39.890038],[116.445648,39.879283],[116.44364,39.87284],[116.442574,39.87188],[116.423209,39.872824],[116.413652,39.871148],[116.41589,39.863645],[116.41246,39.858942],[116.406856,39.859967],[116.3955,39.858682],[116.394956,39.862734],[116.387888,39.867372],[116.380632,39.866054],[116.38059,39.871148],[116.399097,39.872205],[116.397612,39.898675],[116.396086,39.89944],[116.395563,39.907995],[116.392259,39.907881],[116.392175,39.92242],[116.399474,39.923574],[116.396692,39.928306],[116.396169,39.94006],[116.394266,39.940629],[116.393723,39.957371],[116.38678,39.957014],[116.387658,39.96093]]]]}},{"type":"Feature","properties":{"adcode":110102,"name":"西城区","center":[116.366794,39.915309],"centroid":[116.365684,39.912236],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":1,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.380903,39.972712],[116.394099,39.972858],[116.394162,39.969397],[116.390084,39.968406],[116.387658,39.96093],[116.38678,39.957014],[116.393723,39.957371],[116.394266,39.940629],[116.396169,39.94006],[116.396692,39.928306],[116.399474,39.923574],[116.392175,39.92242],[116.392259,39.907881],[116.395563,39.907995],[116.396086,39.89944],[116.397612,39.898675],[116.399097,39.872205],[116.38059,39.871148],[116.35058,39.86869],[116.349472,39.873588],[116.344286,39.873653],[116.341567,39.876159],[116.335273,39.875183],[116.326636,39.876859],[116.321345,39.875004],[116.325799,39.896789],[116.337301,39.89739],[116.335356,39.898448],[116.334645,39.922664],[116.333056,39.938565],[116.327953,39.942369],[116.332889,39.944092],[116.341442,39.941979],[116.35171,39.94375],[116.351814,39.950854],[116.355265,39.951796],[116.35698,39.944466],[116.371974,39.948594],[116.370384,39.967902],[116.380401,39.968178],[116.380903,39.972712]]]]}},{"type":"Feature","properties":{"adcode":110105,"name":"朝阳区","center":[116.486409,39.921489],"centroid":[116.513687,39.951064],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":2,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.595548,40.01751],[116.60132,40.013873],[116.61989,40.011794],[116.628129,40.007653],[116.625766,40.003122],[116.63273,39.999825],[116.637582,40.002359],[116.642684,39.996755],[116.643751,39.989608],[116.640321,39.990177],[116.639129,39.986879],[116.63365,39.986197],[116.634026,39.981696],[116.639819,39.982606],[116.641827,39.969575],[116.643081,39.952983],[116.645277,39.945977],[116.632228,39.950545],[116.630492,39.946156],[116.633441,39.940906],[116.629677,39.938727],[116.6293,39.931314],[116.624156,39.929981],[116.630576,39.921672],[116.620956,39.923103],[116.623006,39.913818],[116.620245,39.90767],[116.623361,39.904271],[116.621019,39.898854],[116.61531,39.895503],[116.615603,39.889794],[116.627585,39.890477],[116.628987,39.881594],[116.624323,39.881155],[116.62493,39.87725],[116.619994,39.868951],[116.626958,39.860683],[116.613449,39.850185],[116.604185,39.850071],[116.604666,39.846132],[116.608367,39.846539],[116.601905,39.840727],[116.60224,39.831675],[116.598977,39.831659],[116.599228,39.825585],[116.59147,39.826367],[116.591595,39.823875],[116.583732,39.824917],[116.587015,39.828223],[116.577479,39.827539],[116.577145,39.830682],[116.569386,39.833498],[116.558596,39.834687],[116.543664,39.835078],[116.542681,39.830209],[116.533187,39.832733],[116.538143,39.828207],[116.534944,39.82482],[116.525868,39.826904],[116.525366,39.829754],[116.516164,39.829835],[116.510602,39.827637],[116.510142,39.821449],[116.502801,39.819006],[116.505813,39.817866],[116.498201,39.8157],[116.495357,39.818795],[116.485632,39.816889],[116.485256,39.81272],[116.474256,39.809772],[116.468463,39.814511],[116.462775,39.815945],[116.452737,39.823012],[116.443912,39.82096],[116.44592,39.826692],[116.436677,39.827425],[116.43699,39.830649],[116.430068,39.830112],[116.425217,39.831903],[116.432055,39.832929],[116.436739,39.841329],[116.440587,39.839653],[116.442323,39.843674],[116.446694,39.84426],[116.445983,39.848329],[116.450479,39.848704],[116.451148,39.852008],[116.460308,39.848622],[116.467794,39.856012],[116.463319,39.856224],[116.456062,39.86122],[116.454222,39.859381],[116.448178,39.863645],[116.446359,39.860862],[116.442971,39.866087],[116.44364,39.87284],[116.445648,39.879283],[116.444059,39.890038],[116.450939,39.890249],[116.450876,39.894088],[116.447154,39.894186],[116.446819,39.900042],[116.448722,39.903246],[116.436488,39.902042],[116.434983,39.913964],[116.434314,39.92868],[116.443682,39.928664],[116.443703,39.936663],[116.446338,39.946205],[116.440566,39.945295],[116.442239,39.9497],[116.435422,39.952121],[116.436698,39.949245],[116.429483,39.950155],[116.429002,39.957274],[116.424861,39.962279],[116.414196,39.962182],[116.411415,39.964928],[116.411101,39.97146],[116.407504,39.973995],[116.40788,39.962182],[116.389498,39.96314],[116.387658,39.96093],[116.390084,39.968406],[116.394162,39.969397],[116.394099,39.972858],[116.380903,39.972712],[116.381196,39.977976],[116.376554,39.992971],[116.350873,40.0267],[116.378708,40.031181],[116.395103,40.032854],[116.390251,40.036587],[116.390649,40.041279],[116.39297,40.041733],[116.395333,40.036766],[116.405266,40.038974],[116.408884,40.043291],[116.406124,40.049768],[116.409595,40.055626],[116.415618,40.056],[116.433268,40.06228],[116.442867,40.061323],[116.451629,40.058759],[116.45142,40.06129],[116.459408,40.059992],[116.462127,40.06731],[116.458635,40.070377],[116.458823,40.075796],[116.462608,40.076786],[116.461855,40.080825],[116.466247,40.08235],[116.466832,40.090185],[116.471015,40.08939],[116.473545,40.085562],[116.482935,40.083745],[116.486657,40.081036],[116.49933,40.080387],[116.506775,40.074352],[116.513948,40.070426],[116.525993,40.071334],[116.534379,40.066791],[116.543183,40.059408],[116.547784,40.062718],[116.551757,40.059765],[116.552761,40.05488],[116.54655,40.048956],[116.550753,40.045499],[116.564242,40.039655],[116.570474,40.032431],[116.578797,40.033097],[116.577814,40.027512],[116.595548,40.01751]]],[[[116.603683,40.052949],[116.598517,40.052543],[116.601633,40.047658],[116.599417,40.047171],[116.599814,40.041408],[116.590006,40.043616],[116.591198,40.051796],[116.587957,40.05053],[116.590131,40.056162],[116.586597,40.074336],[116.58139,40.073817],[116.581411,40.067846],[116.578149,40.076461],[116.574322,40.096138],[116.574071,40.107815],[116.578316,40.102739],[116.580365,40.088352],[116.595903,40.090218],[116.598705,40.09351],[116.598392,40.103874],[116.602909,40.093883],[116.603473,40.086811],[116.608409,40.054912],[116.603683,40.052949]]]]}},{"type":"Feature","properties":{"adcode":110106,"name":"丰台区","center":[116.286968,39.863642],"centroid":[116.250298,39.83569],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":3,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.167033,39.888752],[116.179099,39.882684],[116.19035,39.881529],[116.199426,39.883286],[116.20457,39.879885],[116.208126,39.874125],[116.212099,39.874679],[116.210907,39.878079],[116.219105,39.876713],[116.219523,39.881334],[116.222952,39.883986],[116.22772,39.883839],[116.227783,39.889078],[116.234642,39.88955],[116.233534,39.89212],[116.252899,39.896382],[116.259089,39.896658],[116.266199,39.896252],[116.294975,39.896496],[116.294995,39.886735],[116.29922,39.889566],[116.30656,39.890883],[116.30449,39.892478],[116.313189,39.896772],[116.325799,39.896789],[116.321345,39.875004],[116.326636,39.876859],[116.335273,39.875183],[116.341567,39.876159],[116.344286,39.873653],[116.349472,39.873588],[116.35058,39.86869],[116.38059,39.871148],[116.380632,39.866054],[116.387888,39.867372],[116.394956,39.862734],[116.3955,39.858682],[116.406856,39.859967],[116.41246,39.858942],[116.41589,39.863645],[116.413652,39.871148],[116.423209,39.872824],[116.442574,39.87188],[116.44364,39.87284],[116.442971,39.866087],[116.446359,39.860862],[116.448178,39.863645],[116.454222,39.859381],[116.456062,39.86122],[116.463319,39.856224],[116.467794,39.856012],[116.460308,39.848622],[116.451148,39.852008],[116.450479,39.848704],[116.445983,39.848329],[116.446694,39.84426],[116.442323,39.843674],[116.440587,39.839653],[116.436739,39.841329],[116.432055,39.832929],[116.425217,39.831903],[116.420072,39.826611],[116.415785,39.829428],[116.414426,39.824282],[116.418441,39.822915],[116.419759,39.815375],[116.41016,39.817052],[116.410013,39.811336],[116.415262,39.812525],[116.417772,39.81013],[116.422456,39.81044],[116.425719,39.805358],[116.429399,39.803583],[116.429274,39.794102],[116.421034,39.794134],[116.42024,39.787439],[116.396023,39.786738],[116.397905,39.781068],[116.398888,39.765864],[116.391903,39.765277],[116.390649,39.780465],[116.385609,39.778852],[116.379209,39.77939],[116.378478,39.785646],[116.367582,39.784962],[116.365742,39.794151],[116.368189,39.794819],[116.367039,39.79982],[116.356833,39.800471],[116.355704,39.805668],[116.341755,39.807589],[116.340124,39.802149],[116.328225,39.801416],[116.326824,39.798386],[116.322872,39.798386],[116.321784,39.783626],[116.317978,39.783447],[116.31068,39.772057],[116.307062,39.770085],[116.301541,39.774941],[116.295205,39.790958],[116.291148,39.793271],[116.296083,39.795568],[116.289182,39.795894],[116.287237,39.799103],[116.27423,39.796936],[116.262184,39.792782],[116.259298,39.797621],[116.251519,39.793059],[116.250933,39.801432],[116.25361,39.807231],[116.251644,39.81329],[116.244304,39.818567],[116.243007,39.825145],[116.23962,39.826872],[116.228306,39.827197],[116.227219,39.825048],[116.214127,39.824706],[116.214462,39.818974],[116.216762,39.816905],[116.207415,39.810814],[116.208063,39.806352],[116.201852,39.799657],[116.201852,39.788269],[116.200388,39.778151],[116.194449,39.778493],[116.194407,39.780579],[116.188008,39.781785],[116.183365,39.780204],[116.182989,39.783707],[116.16971,39.784278],[116.166113,39.775039],[116.159923,39.767494],[116.150554,39.766565],[116.143444,39.764381],[116.133427,39.766336],[116.12847,39.762409],[116.121465,39.761626],[116.117491,39.77336],[116.121486,39.779047],[116.124351,39.77675],[116.127467,39.779047],[116.132569,39.778624],[116.131503,39.783121],[116.125062,39.785353],[116.120754,39.784848],[116.119792,39.789654],[116.106366,39.788612],[116.107014,39.78532],[116.101368,39.78576],[116.094613,39.781557],[116.091581,39.784082],[116.091916,39.787927],[116.0856,39.795324],[116.087127,39.803289],[116.084826,39.811596],[116.086186,39.816401],[116.089594,39.816352],[116.088214,39.82692],[116.089741,39.829721],[116.085747,39.832163],[116.084366,39.828581],[116.078615,39.831593],[116.07619,39.837015],[116.068975,39.840792],[116.061488,39.841899],[116.05465,39.845953],[116.056553,39.85095],[116.070982,39.853717],[116.070188,39.860423],[116.067344,39.865761],[116.07046,39.868446],[116.078323,39.870318],[116.087169,39.866152],[116.095826,39.869032],[116.104149,39.868837],[116.105425,39.872547],[116.112242,39.873247],[116.119729,39.877477],[116.125898,39.877949],[116.13167,39.881268],[116.147605,39.885287],[116.150972,39.884051],[116.156137,39.889029],[116.163352,39.886881],[116.167033,39.888752]]]]}},{"type":"Feature","properties":{"adcode":110107,"name":"石景山区","center":[116.195445,39.914601],"centroid":[116.176243,39.9332],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":4,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.259089,39.896658],[116.252899,39.896382],[116.233534,39.89212],[116.234642,39.88955],[116.227783,39.889078],[116.22772,39.883839],[116.222952,39.883986],[116.219523,39.881334],[116.219105,39.876713],[116.210907,39.878079],[116.212099,39.874679],[116.208126,39.874125],[116.20457,39.879885],[116.199426,39.883286],[116.19035,39.881529],[116.179099,39.882684],[116.167033,39.888752],[116.161094,39.896805],[116.153503,39.900985],[116.152792,39.906629],[116.146852,39.910077],[116.139282,39.922095],[116.13029,39.924518],[116.127341,39.926615],[116.127822,39.930338],[116.124769,39.934907],[116.119875,39.932761],[116.11195,39.942921],[116.114522,39.949196],[116.120545,39.951],[116.115254,39.957745],[116.120712,39.96119],[116.122971,39.967561],[116.116592,39.971932],[116.113455,39.981518],[116.118934,39.986115],[116.144678,39.989186],[116.151579,39.993442],[116.156117,39.989137],[116.158124,39.984133],[116.166845,39.987561],[116.169229,39.979357],[116.171487,39.977001],[116.178012,39.982216],[116.178911,39.988292],[116.186586,39.983906],[116.18531,39.977976],[116.185812,39.970274],[116.190685,39.968259],[116.190747,39.965367],[116.20112,39.961109],[116.212831,39.948952],[116.215466,39.94375],[116.216281,39.936386],[116.213186,39.933232],[116.216198,39.931233],[116.213061,39.928891],[116.215696,39.927103],[116.207707,39.9259],[116.206787,39.916663],[116.230899,39.919525],[116.232426,39.91694],[116.237696,39.918452],[116.250975,39.919834],[116.252983,39.915558],[116.252983,39.896951],[116.259089,39.896658]]]]}},{"type":"Feature","properties":{"adcode":110108,"name":"海淀区","center":[116.310316,39.956074],"centroid":[116.233161,40.026971],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":5,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.259089,39.896658],[116.252983,39.896951],[116.252983,39.915558],[116.250975,39.919834],[116.237696,39.918452],[116.232426,39.91694],[116.230899,39.919525],[116.206787,39.916663],[116.207707,39.9259],[116.215696,39.927103],[116.213061,39.928891],[116.216198,39.931233],[116.213186,39.933232],[116.216281,39.936386],[116.215466,39.94375],[116.212831,39.948952],[116.20112,39.961109],[116.190747,39.965367],[116.190685,39.968259],[116.185812,39.970274],[116.18531,39.977976],[116.186586,39.983906],[116.178911,39.988292],[116.178012,39.982216],[116.171487,39.977001],[116.169229,39.979357],[116.166845,39.987561],[116.158124,39.984133],[116.156117,39.989137],[116.151579,39.993442],[116.154527,39.997275],[116.161658,39.999987],[116.172115,40.000637],[116.175335,40.006403],[116.164774,40.014328],[116.163938,40.016796],[116.157309,40.021034],[116.149278,40.022154],[116.140098,40.02873],[116.129558,40.0311],[116.123598,40.029655],[116.114522,40.033],[116.105488,40.032204],[116.098398,40.033811],[116.095073,40.031782],[116.084241,40.030905],[116.078176,40.032756],[116.075123,40.039915],[116.068055,40.051926],[116.071129,40.062037],[116.064981,40.067456],[116.064019,40.073022],[116.054587,40.07823],[116.051325,40.084345],[116.048878,40.085303],[116.051848,40.091661],[116.055905,40.09643],[116.061969,40.09956],[116.062931,40.10282],[116.069456,40.104912],[116.072676,40.109258],[116.073847,40.115436],[116.077883,40.115047],[116.08445,40.120252],[116.089783,40.119327],[116.096056,40.121257],[116.102246,40.115987],[116.105864,40.118014],[116.113309,40.115598],[116.127676,40.116393],[116.132214,40.115079],[116.132925,40.121354],[116.152708,40.121776],[116.169563,40.124564],[116.167409,40.128455],[116.17178,40.127936],[116.168622,40.135442],[116.167681,40.141844],[116.174122,40.143595],[116.180417,40.14729],[116.183094,40.153335],[116.182696,40.158099],[116.192065,40.155669],[116.194282,40.160076],[116.202166,40.160984],[116.203211,40.153773],[116.205658,40.150175],[116.206285,40.143092],[116.212224,40.140548],[116.215445,40.143174],[116.233785,40.136577],[116.247043,40.136204],[116.245036,40.118825],[116.241836,40.118403],[116.243363,40.113279],[116.240498,40.108009],[116.245956,40.10535],[116.252732,40.106517],[116.255868,40.104474],[116.25957,40.106907],[116.258022,40.11195],[116.263334,40.110588],[116.263899,40.10402],[116.258273,40.101522],[116.265237,40.094694],[116.27333,40.09557],[116.2731,40.092699],[116.279897,40.079754],[116.290353,40.083145],[116.302942,40.060803],[116.305995,40.063043],[116.309446,40.060609],[116.318292,40.061663],[116.325946,40.054799],[116.338828,40.058921],[116.340271,40.055091],[116.343366,40.055448],[116.342676,40.059635],[116.346963,40.06043],[116.34667,40.063659],[116.357293,40.066012],[116.363023,40.065931],[116.363149,40.068965],[116.372538,40.06843],[116.373354,40.065623],[116.381928,40.066402],[116.382848,40.061582],[116.379272,40.059002],[116.372267,40.05785],[116.372999,40.054344],[116.367394,40.053436],[116.36959,40.04696],[116.376114,40.045466],[116.376888,40.042756],[116.38519,40.042853],[116.390649,40.041279],[116.390251,40.036587],[116.395103,40.032854],[116.378708,40.031181],[116.350873,40.0267],[116.376554,39.992971],[116.381196,39.977976],[116.380903,39.972712],[116.380401,39.968178],[116.370384,39.967902],[116.371974,39.948594],[116.35698,39.944466],[116.355265,39.951796],[116.351814,39.950854],[116.35171,39.94375],[116.341442,39.941979],[116.332889,39.944092],[116.327953,39.942369],[116.333056,39.938565],[116.334645,39.922664],[116.335356,39.898448],[116.337301,39.89739],[116.325799,39.896789],[116.313189,39.896772],[116.30449,39.892478],[116.30656,39.890883],[116.29922,39.889566],[116.294995,39.886735],[116.294975,39.896496],[116.266199,39.896252],[116.259089,39.896658]]]]}},{"type":"Feature","properties":{"adcode":110109,"name":"门头沟区","center":[116.105381,39.937183],"centroid":[115.791703,39.994114],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":6,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[115.853348,40.149332],[115.856547,40.147468],[115.865184,40.148635],[115.870768,40.144276],[115.874155,40.14387],[115.8816,40.139073],[115.900442,40.138716],[115.904457,40.136123],[115.906549,40.138181],[115.921438,40.134485],[115.933588,40.124824],[115.947913,40.107409],[115.943229,40.103339],[115.952681,40.10102],[115.956717,40.096041],[115.957449,40.100679],[115.962552,40.10235],[115.962092,40.094419],[115.960461,40.092456],[115.966588,40.084556],[115.968575,40.075488],[115.977232,40.079041],[115.979993,40.081669],[115.986434,40.083469],[115.99735,40.082074],[116.005129,40.079803],[116.007785,40.080614],[116.020856,40.074579],[116.030914,40.082188],[116.033926,40.079657],[116.037899,40.084524],[116.043775,40.083502],[116.048878,40.085303],[116.051325,40.084345],[116.054587,40.07823],[116.064019,40.073022],[116.064981,40.067456],[116.071129,40.062037],[116.068055,40.051926],[116.075123,40.039915],[116.078176,40.032756],[116.084241,40.030905],[116.095073,40.031782],[116.098398,40.033811],[116.105488,40.032204],[116.114522,40.033],[116.123598,40.029655],[116.129558,40.0311],[116.140098,40.02873],[116.149278,40.022154],[116.157309,40.021034],[116.163938,40.016796],[116.164774,40.014328],[116.175335,40.006403],[116.172115,40.000637],[116.161658,39.999987],[116.154527,39.997275],[116.151579,39.993442],[116.144678,39.989186],[116.118934,39.986115],[116.113455,39.981518],[116.116592,39.971932],[116.122971,39.967561],[116.120712,39.96119],[116.115254,39.957745],[116.120545,39.951],[116.114522,39.949196],[116.11195,39.942921],[116.119875,39.932761],[116.124769,39.934907],[116.127822,39.930338],[116.127341,39.926615],[116.13029,39.924518],[116.139282,39.922095],[116.146852,39.910077],[116.152792,39.906629],[116.153503,39.900985],[116.161094,39.896805],[116.167033,39.888752],[116.163352,39.886881],[116.156137,39.889029],[116.150972,39.884051],[116.147605,39.885287],[116.13167,39.881268],[116.125898,39.877949],[116.119729,39.877477],[116.112242,39.873247],[116.105425,39.872547],[116.104149,39.868837],[116.095826,39.869032],[116.087169,39.866152],[116.078323,39.870318],[116.07046,39.868446],[116.067344,39.865761],[116.070188,39.860423],[116.070982,39.853717],[116.056553,39.85095],[116.05465,39.845953],[116.045825,39.84732],[116.04181,39.844878],[116.033089,39.845904],[116.030308,39.843462],[116.021023,39.840662],[116.018367,39.841525],[116.016694,39.849225],[116.00789,39.849469],[115.991285,39.840222],[115.98428,39.849111],[115.98817,39.859837],[115.986789,39.864703],[115.992875,39.867356],[115.997245,39.875167],[115.990177,39.876338],[115.97627,39.870497],[115.976563,39.868251],[115.968742,39.867714],[115.967822,39.872059],[115.961318,39.867877],[115.954145,39.866786],[115.949837,39.871278],[115.92744,39.876192],[115.921856,39.884164],[115.935805,39.898236],[115.944965,39.901847],[115.945697,39.910972],[115.941159,39.917509],[115.935868,39.917753],[115.927858,39.914257],[115.903935,39.914029],[115.890112,39.917281],[115.87884,39.915964],[115.87311,39.912484],[115.868321,39.905572],[115.860897,39.901359],[115.845255,39.897049],[115.838772,39.900644],[115.835112,39.899586],[115.826914,39.910581],[115.8188,39.913948],[115.811084,39.913785],[115.806839,39.919656],[115.797344,39.92216],[115.792848,39.920859],[115.774257,39.920599],[115.769385,39.925233],[115.76148,39.920989],[115.749622,39.917655],[115.74889,39.9152],[115.731261,39.907865],[115.721621,39.906824],[115.719592,39.904612],[115.709178,39.905117],[115.691779,39.8997],[115.68929,39.896187],[115.682556,39.893047],[115.678144,39.886556],[115.671055,39.88597],[115.667541,39.883888],[115.654869,39.882505],[115.648867,39.875411],[115.644705,39.875964],[115.640021,39.871554],[115.630987,39.871977],[115.623103,39.866949],[115.621973,39.863271],[115.616369,39.857542],[115.613086,39.843755],[115.607586,39.84089],[115.604533,39.834443],[115.599325,39.829151],[115.596649,39.821498],[115.59117,39.818534],[115.587322,39.813762],[115.577367,39.812541],[115.569274,39.813274],[115.563461,39.816417],[115.548027,39.822703],[115.546396,39.825992],[115.534957,39.830714],[115.530482,39.829916],[115.526509,39.835241],[115.514505,39.83835],[115.510992,39.84509],[115.515948,39.847678],[115.522368,39.858779],[115.521929,39.868186],[115.527345,39.869862],[115.529185,39.875948],[115.526299,39.875655],[115.516659,39.880406],[115.51003,39.88148],[115.509026,39.884164],[115.523016,39.898919],[115.52013,39.902547],[115.50386,39.915818],[115.494994,39.917948],[115.487277,39.923835],[115.48069,39.93585],[115.472387,39.93876],[115.464462,39.940142],[115.456787,39.944271],[115.452312,39.948188],[115.447042,39.948806],[115.444595,39.951358],[115.438468,39.95256],[115.43577,39.950919],[115.42615,39.95035],[115.423745,39.955697],[115.426924,39.965302],[115.423411,39.969819],[115.427635,39.979471],[115.428513,39.984328],[115.436815,39.991427],[115.443905,39.994644],[115.450346,39.993247],[115.449196,40.001985],[115.442817,40.007345],[115.442169,40.010885],[115.452082,40.02079],[115.454528,40.029704],[115.460656,40.032172],[115.468414,40.031896],[115.478557,40.036165],[115.488992,40.043746],[115.488323,40.046132],[115.500954,40.052478],[115.510427,40.062913],[115.509695,40.065477],[115.514944,40.066937],[115.527324,40.076072],[115.537885,40.077775],[115.544263,40.07591],[115.552168,40.079252],[115.555472,40.082626],[115.553736,40.091661],[115.563419,40.097922],[115.567769,40.096543],[115.576196,40.100825],[115.578538,40.096365],[115.584038,40.094889],[115.590709,40.096397],[115.592403,40.110182],[115.594432,40.108982],[115.59485,40.116279],[115.599116,40.120008],[115.606979,40.120057],[115.616223,40.117138],[115.621388,40.118711],[115.625048,40.116295],[115.631468,40.117852],[115.635943,40.115793],[115.643722,40.117511],[115.641882,40.120819],[115.64458,40.126639],[115.654806,40.131276],[115.657734,40.128098],[115.678667,40.130935],[115.681197,40.13267],[115.68699,40.13053],[115.693096,40.131924],[115.697216,40.12672],[115.702172,40.128196],[115.712064,40.126899],[115.711039,40.128941],[115.704765,40.129655],[115.699746,40.132394],[115.708697,40.134291],[115.715891,40.133383],[115.724841,40.128812],[115.734126,40.129379],[115.741111,40.132216],[115.749246,40.137711],[115.75485,40.145459],[115.749539,40.152995],[115.754328,40.163252],[115.762212,40.16262],[115.768213,40.165553],[115.773023,40.176197],[115.787014,40.178708],[115.78693,40.170414],[115.789837,40.168939],[115.802091,40.156754],[115.806567,40.153254],[115.822272,40.152606],[115.829047,40.149981],[115.83576,40.145426],[115.834234,40.15024],[115.846384,40.147096],[115.853348,40.149332]]]]}},{"type":"Feature","properties":{"adcode":110111,"name":"房山区","center":[116.139157,39.735535],"centroid":[115.853935,39.719211],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":7,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.05465,39.845953],[116.061488,39.841899],[116.068975,39.840792],[116.07619,39.837015],[116.078615,39.831593],[116.084366,39.828581],[116.085747,39.832163],[116.089741,39.829721],[116.088214,39.82692],[116.089594,39.816352],[116.086186,39.816401],[116.084826,39.811596],[116.087127,39.803289],[116.0856,39.795324],[116.091916,39.787927],[116.091581,39.784082],[116.094613,39.781557],[116.101368,39.78576],[116.107014,39.78532],[116.106366,39.788612],[116.119792,39.789654],[116.120754,39.784848],[116.125062,39.785353],[116.131503,39.783121],[116.132569,39.778624],[116.127467,39.779047],[116.124351,39.77675],[116.121486,39.779047],[116.117491,39.77336],[116.121465,39.761626],[116.12847,39.762409],[116.133427,39.766336],[116.143444,39.764381],[116.150554,39.766565],[116.159923,39.767494],[116.166113,39.775039],[116.16971,39.784278],[116.182989,39.783707],[116.183365,39.780204],[116.188008,39.781785],[116.194407,39.780579],[116.194449,39.778493],[116.200388,39.778151],[116.201852,39.788269],[116.201852,39.799657],[116.208063,39.806352],[116.207415,39.810814],[116.216762,39.816905],[116.214462,39.818974],[116.214127,39.824706],[116.227219,39.825048],[116.228306,39.827197],[116.23962,39.826872],[116.243007,39.825145],[116.244304,39.818567],[116.251644,39.81329],[116.25361,39.807231],[116.250933,39.801432],[116.251519,39.793059],[116.251602,39.782518],[116.253777,39.77952],[116.252481,39.771747],[116.254426,39.76324],[116.252481,39.758676],[116.251895,39.749092],[116.243948,39.741658],[116.248026,39.732641],[116.248466,39.728027],[116.245768,39.72408],[116.245036,39.718421],[116.236629,39.71286],[116.231945,39.706025],[116.23435,39.703823],[116.230941,39.692355],[116.221238,39.678453],[116.22565,39.67359],[116.221342,39.667486],[116.223162,39.664728],[116.216992,39.651572],[116.215487,39.64305],[116.218875,39.628011],[116.219502,39.618931],[116.21808,39.608102],[116.223141,39.597222],[116.222597,39.593938],[116.226089,39.591993],[116.225085,39.584085],[116.221175,39.578921],[116.208105,39.577728],[116.206243,39.583219],[116.201726,39.586373],[116.196394,39.586095],[116.196854,39.588987],[116.19058,39.587386],[116.190768,39.589396],[116.184432,39.590915],[116.177071,39.590016],[116.176924,39.585899],[116.165527,39.583562],[116.151788,39.583415],[116.149613,39.573087],[116.13878,39.571044],[116.138425,39.568887],[116.130373,39.567743],[116.130311,39.569459],[116.121528,39.570554],[116.121465,39.574917],[116.116634,39.574002],[116.11379,39.570668],[116.106282,39.570979],[116.105801,39.576568],[116.101368,39.580049],[116.102016,39.576143],[116.098817,39.575146],[116.039237,39.571943],[116.032964,39.572302],[116.032859,39.574607],[116.024766,39.575604],[116.02623,39.587402],[116.020667,39.585981],[116.014038,39.588072],[116.013703,39.583039],[116.010588,39.583023],[116.007618,39.577205],[115.995196,39.577075],[115.996953,39.583203],[115.990721,39.586471],[115.990993,39.593791],[115.978445,39.595686],[115.977086,39.590931],[115.978153,39.572842],[115.974576,39.570832],[115.968909,39.570995],[115.967592,39.564604],[115.963409,39.565503],[115.957554,39.560927],[115.954982,39.566092],[115.950423,39.56637],[115.949147,39.573299],[115.943083,39.574672],[115.943187,39.577385],[115.937938,39.577467],[115.938105,39.581699],[115.934969,39.581814],[115.934174,39.588072],[115.929991,39.589935],[115.930221,39.593382],[115.924178,39.59384],[115.923759,39.597287],[115.912488,39.599149],[115.910187,39.600832],[115.9068,39.590016],[115.909665,39.588284],[115.908744,39.58402],[115.915604,39.582958],[115.911777,39.574182],[115.91276,39.572842],[115.907866,39.566876],[115.896009,39.569916],[115.890028,39.567873],[115.893416,39.561875],[115.89306,39.556219],[115.888752,39.555614],[115.887686,39.55066],[115.883587,39.551102],[115.88296,39.54811],[115.873298,39.548829],[115.872315,39.546099],[115.866355,39.546361],[115.866041,39.549843],[115.862026,39.548551],[115.855481,39.554993],[115.851361,39.550448],[115.847555,39.550284],[115.846028,39.543287],[115.84216,39.54157],[115.828692,39.541309],[115.828399,39.535455],[115.824321,39.534212],[115.822753,39.530533],[115.819219,39.530762],[115.819804,39.524923],[115.824112,39.522405],[115.824447,39.518774],[115.819762,39.518528],[115.822146,39.514145],[115.829487,39.512885],[115.828692,39.507045],[115.821456,39.509499],[115.792681,39.510742],[115.785006,39.51035],[115.777917,39.513834],[115.776537,39.512722],[115.767419,39.515862],[115.770828,39.510971],[115.768736,39.508878],[115.765328,39.514848],[115.759451,39.513916],[115.752508,39.515453],[115.743934,39.526771],[115.741487,39.536289],[115.73879,39.539314],[115.739124,39.545363],[115.726765,39.548143],[115.726953,39.543908],[115.7216,39.543499],[115.72022,39.554747],[115.717104,39.560403],[115.710161,39.563019],[115.698722,39.563248],[115.692072,39.565781],[115.694393,39.56941],[115.698596,39.570586],[115.697906,39.579248],[115.693431,39.580327],[115.694226,39.587778],[115.689269,39.592941],[115.68929,39.599035],[115.685317,39.603675],[115.673271,39.608526],[115.667479,39.615256],[115.667583,39.609637],[115.665304,39.605325],[115.657273,39.600081],[115.650268,39.600996],[115.643576,39.598937],[115.641589,39.603332],[115.634688,39.603871],[115.632555,39.597695],[115.625947,39.599394],[115.618439,39.604067],[115.6125,39.601126],[115.605285,39.600032],[115.599785,39.600865],[115.598719,39.597761],[115.592445,39.59665],[115.586109,39.589412],[115.571867,39.591569],[115.573875,39.596552],[115.567267,39.599623],[115.564569,39.605619],[115.55451,39.609408],[115.551875,39.614064],[115.545978,39.618751],[115.539119,39.616285],[115.533263,39.611434],[115.533891,39.608608],[115.530586,39.602874],[115.524229,39.598937],[115.518311,39.597156],[115.518834,39.593072],[115.515948,39.591193],[115.512121,39.605129],[115.514358,39.613508],[115.523414,39.620384],[115.521699,39.622311],[115.520423,39.633416],[115.522452,39.639964],[115.515864,39.641237],[115.511493,39.644388],[115.506705,39.652127],[115.496771,39.652551],[115.494659,39.649237],[115.478515,39.650331],[115.477971,39.654216],[115.482593,39.66303],[115.491334,39.668694],[115.486733,39.673362],[115.489724,39.678012],[115.488783,39.681619],[115.494408,39.686481],[115.496395,39.685665],[115.499783,39.691278],[115.49926,39.696189],[115.492631,39.701719],[115.490247,39.701409],[115.493404,39.707494],[115.491229,39.714719],[115.488866,39.733163],[115.492108,39.73887],[115.482321,39.742473],[115.470568,39.742391],[115.46672,39.740451],[115.457728,39.744918],[115.439158,39.752678],[115.434411,39.763859],[115.435414,39.769938],[115.430918,39.772073],[115.427029,39.769775],[115.425209,39.77336],[115.431169,39.775756],[115.434076,39.782274],[115.443382,39.785646],[115.452751,39.781964],[115.45777,39.782143],[115.475859,39.791821],[115.483241,39.798679],[115.49238,39.796057],[115.497336,39.791088],[115.508712,39.784082],[115.513815,39.788693],[115.536275,39.792131],[115.539432,39.794754],[115.554866,39.795601],[115.56229,39.803713],[115.566577,39.804609],[115.566367,39.809788],[115.569274,39.813274],[115.577367,39.812541],[115.587322,39.813762],[115.59117,39.818534],[115.596649,39.821498],[115.599325,39.829151],[115.604533,39.834443],[115.607586,39.84089],[115.613086,39.843755],[115.616369,39.857542],[115.621973,39.863271],[115.623103,39.866949],[115.630987,39.871977],[115.640021,39.871554],[115.644705,39.875964],[115.648867,39.875411],[115.654869,39.882505],[115.667541,39.883888],[115.671055,39.88597],[115.678144,39.886556],[115.682556,39.893047],[115.68929,39.896187],[115.691779,39.8997],[115.709178,39.905117],[115.719592,39.904612],[115.721621,39.906824],[115.731261,39.907865],[115.74889,39.9152],[115.749622,39.917655],[115.76148,39.920989],[115.769385,39.925233],[115.774257,39.920599],[115.792848,39.920859],[115.797344,39.92216],[115.806839,39.919656],[115.811084,39.913785],[115.8188,39.913948],[115.826914,39.910581],[115.835112,39.899586],[115.838772,39.900644],[115.845255,39.897049],[115.860897,39.901359],[115.868321,39.905572],[115.87311,39.912484],[115.87884,39.915964],[115.890112,39.917281],[115.903935,39.914029],[115.927858,39.914257],[115.935868,39.917753],[115.941159,39.917509],[115.945697,39.910972],[115.944965,39.901847],[115.935805,39.898236],[115.921856,39.884164],[115.92744,39.876192],[115.949837,39.871278],[115.954145,39.866786],[115.961318,39.867877],[115.967822,39.872059],[115.968742,39.867714],[115.976563,39.868251],[115.97627,39.870497],[115.990177,39.876338],[115.997245,39.875167],[115.992875,39.867356],[115.986789,39.864703],[115.98817,39.859837],[115.98428,39.849111],[115.991285,39.840222],[116.00789,39.849469],[116.016694,39.849225],[116.018367,39.841525],[116.021023,39.840662],[116.030308,39.843462],[116.033089,39.845904],[116.04181,39.844878],[116.045825,39.84732],[116.05465,39.845953]]]]}},{"type":"Feature","properties":{"adcode":110112,"name":"通州区","center":[116.658603,39.902486],"centroid":[116.73624,39.803923],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":8,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.534944,39.82482],[116.538143,39.828207],[116.533187,39.832733],[116.542681,39.830209],[116.543664,39.835078],[116.558596,39.834687],[116.569386,39.833498],[116.577145,39.830682],[116.577479,39.827539],[116.587015,39.828223],[116.583732,39.824917],[116.591595,39.823875],[116.59147,39.826367],[116.599228,39.825585],[116.598977,39.831659],[116.60224,39.831675],[116.601905,39.840727],[116.608367,39.846539],[116.604666,39.846132],[116.604185,39.850071],[116.613449,39.850185],[116.626958,39.860683],[116.619994,39.868951],[116.62493,39.87725],[116.624323,39.881155],[116.628987,39.881594],[116.627585,39.890477],[116.615603,39.889794],[116.61531,39.895503],[116.621019,39.898854],[116.623361,39.904271],[116.620245,39.90767],[116.623006,39.913818],[116.620956,39.923103],[116.630576,39.921672],[116.624156,39.929981],[116.6293,39.931314],[116.629677,39.938727],[116.633441,39.940906],[116.630492,39.946156],[116.632228,39.950545],[116.645277,39.945977],[116.643081,39.952983],[116.641827,39.969575],[116.639819,39.982606],[116.634026,39.981696],[116.63365,39.986197],[116.639129,39.986879],[116.640321,39.990177],[116.643751,39.989608],[116.642684,39.996755],[116.637582,40.002359],[116.63273,39.999825],[116.625766,40.003122],[116.628129,40.007653],[116.61989,40.011794],[116.60132,40.013873],[116.595548,40.01751],[116.600839,40.018858],[116.602762,40.028503],[116.610061,40.031214],[116.614055,40.03175],[116.614139,40.028178],[116.619388,40.026733],[116.620099,40.022512],[116.624239,40.023664],[116.627063,40.021505],[116.633504,40.023664],[116.636159,40.019703],[116.651195,40.025759],[116.651676,40.021911],[116.655629,40.018566],[116.660125,40.021651],[116.664705,40.019037],[116.668615,40.013938],[116.678465,40.015058],[116.683777,40.014458],[116.686286,40.00827],[116.688378,40.00918],[116.685575,40.016569],[116.697244,40.016098],[116.703936,40.020141],[116.708621,40.026587],[116.716337,40.023762],[116.717383,40.019605],[116.719725,40.022512],[116.724221,40.021278],[116.724828,40.024265],[116.732043,40.022219],[116.732335,40.025109],[116.737145,40.02761],[116.747058,40.025385],[116.747037,40.021976],[116.751763,40.019962],[116.75329,40.015919],[116.764791,40.016049],[116.771755,40.014474],[116.770459,40.011632],[116.775749,40.002943],[116.775373,39.992759],[116.766757,39.982281],[116.766443,39.976351],[116.759605,39.969933],[116.757326,39.961483],[116.762826,39.956006],[116.78058,39.949716],[116.782567,39.947554],[116.78332,39.936045],[116.782358,39.928273],[116.78217,39.910419],[116.78424,39.902221],[116.7847,39.89142],[116.787084,39.886833],[116.794738,39.881252],[116.804148,39.877933],[116.804253,39.88488],[116.808247,39.884913],[116.80831,39.889631],[116.812304,39.889712],[116.81312,39.881301],[116.817009,39.878649],[116.823681,39.879137],[116.827277,39.877071],[116.836897,39.864736],[116.839407,39.865777],[116.847249,39.858616],[116.85254,39.859056],[116.85829,39.84846],[116.865505,39.846913],[116.866049,39.843902],[116.871507,39.842062],[116.878638,39.842257],[116.878304,39.84522],[116.885665,39.844585],[116.897501,39.832587],[116.903357,39.830682],[116.907581,39.834117],[116.902896,39.841346],[116.902813,39.848248],[116.910383,39.850608],[116.917431,39.846913],[116.9259,39.835403],[116.92887,39.820912],[116.92818,39.814153],[116.92979,39.811368],[116.942881,39.801677],[116.934809,39.801139],[116.938301,39.793124],[116.950828,39.791528],[116.953797,39.78607],[116.948004,39.785369],[116.94974,39.778542],[116.945788,39.777369],[116.939284,39.781361],[116.933784,39.781801],[116.921718,39.780628],[116.91649,39.775935],[116.920902,39.769107],[116.910613,39.762278],[116.908292,39.766711],[116.901809,39.763615],[116.901558,39.755204],[116.907163,39.75597],[116.913185,39.745962],[116.914461,39.741755],[116.910718,39.740989],[116.912934,39.73569],[116.916364,39.73587],[116.916678,39.731353],[116.911533,39.731516],[116.90229,39.729413],[116.89976,39.726168],[116.887589,39.725515],[116.8828,39.71847],[116.887108,39.714311],[116.886376,39.707004],[116.893841,39.695879],[116.89336,39.693187],[116.887819,39.690952],[116.88991,39.687656],[116.902896,39.690576],[116.909024,39.682859],[116.905197,39.681651],[116.906661,39.677425],[116.891144,39.67408],[116.883239,39.675352],[116.87318,39.671387],[116.863979,39.670391],[116.860486,39.667258],[116.849946,39.667552],[116.85141,39.652845],[116.839135,39.647523],[116.840766,39.644241],[116.833572,39.644127],[116.834555,39.641841],[116.826901,39.638217],[116.82893,39.635163],[116.826357,39.633122],[116.838445,39.62223],[116.834116,39.621495],[116.835391,39.617004],[116.82504,39.613884],[116.823994,39.617183],[116.81954,39.618996],[116.809711,39.614521],[116.802078,39.6123],[116.790012,39.610535],[116.792835,39.602155],[116.789384,39.602596],[116.790702,39.596045],[116.785474,39.596209],[116.785055,39.593497],[116.778196,39.593382],[116.774892,39.599166],[116.774202,39.605439],[116.762616,39.613819],[116.748689,39.619943],[116.744004,39.616824],[116.737877,39.61537],[116.730516,39.619143],[116.730202,39.622932],[116.725518,39.624075],[116.721398,39.629415],[116.723489,39.639033],[116.716003,39.640356],[116.710419,39.639686],[116.70609,39.642903],[116.702891,39.649923],[116.702138,39.657644],[116.704857,39.667192],[116.703769,39.674145],[116.693543,39.674944],[116.692706,39.676789],[116.685554,39.676886],[116.680786,39.674896],[116.675203,39.676234],[116.668574,39.674602],[116.666022,39.679693],[116.669577,39.683642],[116.666566,39.687101],[116.65818,39.68857],[116.658097,39.686155],[116.651321,39.687868],[116.651509,39.694459],[116.647097,39.694786],[116.64626,39.700447],[116.647912,39.703579],[116.653098,39.703823],[116.652994,39.708619],[116.644587,39.709647],[116.638502,39.717166],[116.637623,39.723934],[116.631203,39.722971],[116.628129,39.727749],[116.621646,39.728076],[116.621876,39.725825],[116.616251,39.725581],[116.609141,39.719367],[116.604561,39.718731],[116.604017,39.714752],[116.598371,39.711963],[116.590194,39.711522],[116.590152,39.713349],[116.581202,39.712517],[116.579884,39.710234],[116.573464,39.709125],[116.573276,39.714507],[116.544961,39.715045],[116.535676,39.711881],[116.530552,39.713268],[116.53256,39.71529],[116.527332,39.716578],[116.52936,39.719808],[116.534609,39.718079],[116.536972,39.72152],[116.53783,39.728043],[116.531849,39.730016],[116.532413,39.73962],[116.537997,39.738071],[116.53624,39.740663],[116.527562,39.743304],[116.536408,39.753917],[116.540716,39.760502],[116.548119,39.765554],[116.561565,39.771111],[116.576957,39.771943],[116.594377,39.776685],[116.574677,39.798386],[116.565078,39.793988],[116.562423,39.796936],[116.555145,39.793548],[116.546634,39.803501],[116.538373,39.81513],[116.533375,39.819658],[116.539586,39.821563],[116.534944,39.82482]]]]}},{"type":"Feature","properties":{"adcode":110113,"name":"顺义区","center":[116.653525,40.128936],"centroid":[116.726467,40.152366],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":9,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.771755,40.014474],[116.764791,40.016049],[116.75329,40.015919],[116.751763,40.019962],[116.747037,40.021976],[116.747058,40.025385],[116.737145,40.02761],[116.732335,40.025109],[116.732043,40.022219],[116.724828,40.024265],[116.724221,40.021278],[116.719725,40.022512],[116.717383,40.019605],[116.716337,40.023762],[116.708621,40.026587],[116.703936,40.020141],[116.697244,40.016098],[116.685575,40.016569],[116.688378,40.00918],[116.686286,40.00827],[116.683777,40.014458],[116.678465,40.015058],[116.668615,40.013938],[116.664705,40.019037],[116.660125,40.021651],[116.655629,40.018566],[116.651676,40.021911],[116.651195,40.025759],[116.636159,40.019703],[116.633504,40.023664],[116.627063,40.021505],[116.624239,40.023664],[116.620099,40.022512],[116.619388,40.026733],[116.614139,40.028178],[116.614055,40.03175],[116.610061,40.031214],[116.603683,40.052949],[116.608409,40.054912],[116.603473,40.086811],[116.602909,40.093883],[116.598392,40.103874],[116.598705,40.09351],[116.595903,40.090218],[116.580365,40.088352],[116.578316,40.102739],[116.574071,40.107815],[116.574322,40.096138],[116.578149,40.076461],[116.551757,40.059765],[116.547784,40.062718],[116.543183,40.059408],[116.534379,40.066791],[116.525993,40.071334],[116.513948,40.070426],[116.506775,40.074352],[116.49933,40.080387],[116.486657,40.081036],[116.482935,40.083745],[116.473545,40.085562],[116.471015,40.08939],[116.466832,40.090185],[116.466498,40.094954],[116.473357,40.097516],[116.480885,40.096965],[116.489292,40.101668],[116.492199,40.111561],[116.487222,40.124678],[116.484754,40.140078],[116.482307,40.140629],[116.480781,40.14742],[116.490777,40.148992],[116.492303,40.156981],[116.484629,40.160465],[116.477916,40.159979],[116.476912,40.163576],[116.480802,40.171937],[116.483332,40.171742],[116.485151,40.176764],[116.490129,40.181316],[116.487975,40.184686],[116.488016,40.191796],[116.484503,40.196493],[116.472249,40.205092],[116.473712,40.221203],[116.477979,40.225201],[116.483771,40.225185],[116.481094,40.238248],[116.482098,40.245385],[116.493705,40.251179],[116.501024,40.251599],[116.503011,40.25969],[116.505959,40.261356],[116.509201,40.258056],[116.523965,40.257522],[116.526181,40.261324],[116.535717,40.261373],[116.540088,40.267165],[116.53693,40.277178],[116.540904,40.274946],[116.546236,40.276224],[116.552176,40.27383],[116.566187,40.27802],[116.565371,40.273377],[116.570516,40.273102],[116.570202,40.268863],[116.58254,40.268362],[116.585238,40.266226],[116.588396,40.269462],[116.590842,40.264139],[116.599647,40.265385],[116.600755,40.258978],[116.604624,40.256146],[116.603787,40.251324],[116.61324,40.251761],[116.622044,40.250467],[116.6238,40.252667],[116.623654,40.26058],[116.63526,40.261454],[116.637038,40.25846],[116.641492,40.259463],[116.643081,40.25715],[116.648519,40.260143],[116.666901,40.262085],[116.669494,40.253153],[116.673321,40.246777],[116.668783,40.238539],[116.670247,40.234865],[116.676311,40.238604],[116.678131,40.234379],[116.684007,40.234282],[116.69072,40.240886],[116.697265,40.243216],[116.696554,40.248072],[116.704585,40.251551],[116.704668,40.257101],[116.710837,40.256227],[116.738421,40.284392],[116.738965,40.284101],[116.741098,40.283001],[116.738337,40.278764],[116.74298,40.279087],[116.752788,40.275512],[116.762658,40.269058],[116.768597,40.270109],[116.771651,40.266501],[116.773512,40.269527],[116.782964,40.273248],[116.784073,40.279443],[116.787795,40.281449],[116.788025,40.289439],[116.794487,40.287417],[116.800572,40.289196],[116.809607,40.28601],[116.811823,40.282387],[116.825123,40.285347],[116.82458,40.290991],[116.827215,40.298333],[116.830101,40.299206],[116.828992,40.304413],[116.838382,40.310185],[116.848984,40.311204],[116.854547,40.303152],[116.857182,40.2929],[116.859462,40.290878],[116.871319,40.290943],[116.871737,40.281481],[116.876338,40.274348],[116.874247,40.268281],[116.879893,40.264139],[116.881273,40.259221],[116.886104,40.255256],[116.886585,40.251907],[116.892252,40.245709],[116.894343,40.240028],[116.901746,40.23684],[116.893946,40.233457],[116.900701,40.228763],[116.906598,40.228682],[116.908606,40.222401],[116.913917,40.220118],[116.915507,40.222271],[116.922031,40.220134],[116.92544,40.225768],[116.931065,40.230624],[116.935206,40.229847],[116.940978,40.223922],[116.938029,40.210549],[116.929685,40.211585],[116.930898,40.207084],[116.939556,40.192347],[116.945913,40.193141],[116.94997,40.186354],[116.945809,40.186224],[116.945349,40.1813],[116.951371,40.174788],[116.962037,40.175549],[116.961242,40.171937],[116.968749,40.163495],[116.972054,40.156301],[116.977763,40.151374],[116.970025,40.140321],[116.967829,40.129849],[116.96578,40.127823],[116.971594,40.124224],[116.969189,40.118776],[116.971301,40.114009],[116.976069,40.111188],[116.973329,40.103712],[116.967976,40.101214],[116.975462,40.095051],[116.979938,40.093867],[116.981862,40.089828],[116.981192,40.08149],[116.986274,40.078359],[116.982844,40.070685],[116.980816,40.071188],[116.978599,40.064893],[116.973476,40.066304],[116.970652,40.063805],[116.962288,40.063529],[116.961932,40.051358],[116.945265,40.041425],[116.945014,40.048631],[116.937632,40.046911],[116.938824,40.050887],[116.931693,40.052024],[116.928096,40.054929],[116.924164,40.047463],[116.917974,40.044704],[116.914252,40.052592],[116.906431,40.051423],[116.90137,40.047723],[116.890265,40.04597],[116.88075,40.046164],[116.873619,40.041522],[116.867826,40.041863],[116.857809,40.051894],[116.850197,40.054977],[116.849486,40.051926],[116.831502,40.051196],[116.831732,40.048485],[116.822739,40.046473],[116.823158,40.039834],[116.820816,40.038779],[116.82,40.028357],[116.815295,40.030905],[116.803375,40.032155],[116.800259,40.028844],[116.789531,40.032318],[116.790221,40.034477],[116.781542,40.034818],[116.77782,40.032448],[116.777485,40.027204],[116.771755,40.014474]]],[[[116.578149,40.076461],[116.581411,40.067846],[116.58139,40.073817],[116.586597,40.074336],[116.590131,40.056162],[116.587957,40.05053],[116.591198,40.051796],[116.590006,40.043616],[116.599814,40.041408],[116.599417,40.047171],[116.601633,40.047658],[116.598517,40.052543],[116.603683,40.052949],[116.610061,40.031214],[116.602762,40.028503],[116.600839,40.018858],[116.595548,40.01751],[116.577814,40.027512],[116.578797,40.033097],[116.570474,40.032431],[116.564242,40.039655],[116.550753,40.045499],[116.54655,40.048956],[116.552761,40.05488],[116.551757,40.059765],[116.578149,40.076461]]]]}},{"type":"Feature","properties":{"adcode":110114,"name":"昌平区","center":[116.235906,40.218085],"centroid":[116.210635,40.215461],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":10,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.466832,40.090185],[116.466247,40.08235],[116.461855,40.080825],[116.462608,40.076786],[116.458823,40.075796],[116.458635,40.070377],[116.462127,40.06731],[116.459408,40.059992],[116.45142,40.06129],[116.451629,40.058759],[116.442867,40.061323],[116.433268,40.06228],[116.415618,40.056],[116.409595,40.055626],[116.406124,40.049768],[116.408884,40.043291],[116.405266,40.038974],[116.395333,40.036766],[116.39297,40.041733],[116.390649,40.041279],[116.38519,40.042853],[116.376888,40.042756],[116.376114,40.045466],[116.36959,40.04696],[116.367394,40.053436],[116.372999,40.054344],[116.372267,40.05785],[116.379272,40.059002],[116.382848,40.061582],[116.381928,40.066402],[116.373354,40.065623],[116.372538,40.06843],[116.363149,40.068965],[116.363023,40.065931],[116.357293,40.066012],[116.34667,40.063659],[116.346963,40.06043],[116.342676,40.059635],[116.343366,40.055448],[116.340271,40.055091],[116.338828,40.058921],[116.325946,40.054799],[116.318292,40.061663],[116.309446,40.060609],[116.305995,40.063043],[116.302942,40.060803],[116.290353,40.083145],[116.279897,40.079754],[116.2731,40.092699],[116.27333,40.09557],[116.265237,40.094694],[116.258273,40.101522],[116.263899,40.10402],[116.263334,40.110588],[116.258022,40.11195],[116.25957,40.106907],[116.255868,40.104474],[116.252732,40.106517],[116.245956,40.10535],[116.240498,40.108009],[116.243363,40.113279],[116.241836,40.118403],[116.245036,40.118825],[116.247043,40.136204],[116.233785,40.136577],[116.215445,40.143174],[116.212224,40.140548],[116.206285,40.143092],[116.205658,40.150175],[116.203211,40.153773],[116.202166,40.160984],[116.194282,40.160076],[116.192065,40.155669],[116.182696,40.158099],[116.183094,40.153335],[116.180417,40.14729],[116.174122,40.143595],[116.167681,40.141844],[116.168622,40.135442],[116.17178,40.127936],[116.167409,40.128455],[116.169563,40.124564],[116.152708,40.121776],[116.132925,40.121354],[116.132214,40.115079],[116.127676,40.116393],[116.113309,40.115598],[116.105864,40.118014],[116.102246,40.115987],[116.096056,40.121257],[116.089783,40.119327],[116.08445,40.120252],[116.077883,40.115047],[116.073847,40.115436],[116.072676,40.109258],[116.069456,40.104912],[116.062931,40.10282],[116.061969,40.09956],[116.055905,40.09643],[116.051848,40.091661],[116.048878,40.085303],[116.043775,40.083502],[116.037899,40.084524],[116.033926,40.079657],[116.030914,40.082188],[116.020856,40.074579],[116.007785,40.080614],[116.005129,40.079803],[115.99735,40.082074],[115.986434,40.083469],[115.979993,40.081669],[115.977232,40.079041],[115.968575,40.075488],[115.966588,40.084556],[115.960461,40.092456],[115.962092,40.094419],[115.962552,40.10235],[115.957449,40.100679],[115.956717,40.096041],[115.952681,40.10102],[115.943229,40.103339],[115.947913,40.107409],[115.933588,40.124824],[115.921438,40.134485],[115.906549,40.138181],[115.904457,40.136123],[115.900442,40.138716],[115.8816,40.139073],[115.874155,40.14387],[115.870768,40.144276],[115.865184,40.148635],[115.856547,40.147468],[115.853348,40.149332],[115.853557,40.154162],[115.84676,40.163171],[115.844418,40.168016],[115.846865,40.169458],[115.854205,40.179939],[115.848099,40.183843],[115.855502,40.188865],[115.863072,40.186095],[115.870308,40.186079],[115.873695,40.192687],[115.87633,40.193918],[115.877313,40.200849],[115.886326,40.206663],[115.883169,40.209594],[115.885072,40.212039],[115.883106,40.216119],[115.891366,40.225379],[115.891994,40.228147],[115.898476,40.234509],[115.898079,40.236419],[115.906695,40.23412],[115.911965,40.234477],[115.916628,40.242391],[115.916984,40.247068],[115.935826,40.25558],[115.942706,40.253557],[115.950276,40.256163],[115.960001,40.256648],[115.965605,40.259415],[115.968888,40.264269],[115.967006,40.265612],[115.976396,40.270983],[115.981812,40.276903],[115.978822,40.281627],[115.981227,40.28525],[115.978675,40.289633],[115.982732,40.297977],[115.990323,40.299498],[115.987919,40.303799],[115.975538,40.308698],[115.976417,40.311511],[115.973259,40.318997],[115.979658,40.320532],[115.982711,40.324202],[115.993398,40.328986],[115.999065,40.325463],[116.007597,40.33314],[116.01684,40.33466],[116.026481,40.324283],[116.026167,40.320484],[116.031144,40.312352],[116.040095,40.312724],[116.042479,40.316846],[116.051116,40.315812],[116.056971,40.322181],[116.053353,40.326853],[116.061802,40.336809],[116.06841,40.336971],[116.073429,40.339831],[116.077716,40.339346],[116.083342,40.33571],[116.086353,40.330813],[116.098649,40.330005],[116.102978,40.331524],[116.110381,40.330813],[116.116634,40.323668],[116.116237,40.321955],[116.122385,40.312805],[116.132737,40.31198],[116.141959,40.316879],[116.138383,40.324671],[116.13809,40.330974],[116.143904,40.336082],[116.137651,40.336534],[116.137567,40.340769],[116.140809,40.343047],[116.138404,40.345229],[116.144782,40.348541],[116.147543,40.340655],[116.144719,40.336631],[116.152603,40.337714],[116.155677,40.344906],[116.1507,40.349252],[116.145514,40.351046],[116.148651,40.35696],[116.148233,40.361807],[116.159295,40.366265],[116.168789,40.366718],[116.170713,40.369351],[116.177154,40.370934],[116.180354,40.367687],[116.192985,40.372775],[116.209129,40.376232],[116.211451,40.381756],[116.222221,40.382111],[116.226989,40.38111],[116.23184,40.374988],[116.23665,40.377427],[116.241962,40.377508],[116.24353,40.379818],[116.247796,40.374471],[116.252104,40.376297],[116.25338,40.381239],[116.258336,40.383193],[116.261264,40.380561],[116.270863,40.382693],[116.282845,40.375263],[116.290729,40.383177],[116.289872,40.391672],[116.293762,40.392415],[116.295581,40.384437],[116.302691,40.387473],[116.313106,40.389459],[116.32078,40.386859],[116.32398,40.387295],[116.337364,40.379769],[116.34506,40.373163],[116.355369,40.37137],[116.360033,40.366815],[116.357356,40.364084],[116.352797,40.364391],[116.348866,40.356427],[116.355641,40.356814],[116.363923,40.359028],[116.369673,40.356362],[116.367101,40.350351],[116.364508,40.349107],[116.369903,40.342401],[116.368231,40.334805],[116.365909,40.331702],[116.376135,40.334352],[116.375069,40.337375],[116.384563,40.339055],[116.391422,40.338393],[116.396358,40.334853],[116.408633,40.334886],[116.408989,40.333205],[116.417061,40.329843],[116.424359,40.331265],[116.427914,40.329213],[116.43423,40.329116],[116.438245,40.333221],[116.443745,40.322682],[116.449182,40.32113],[116.455184,40.316345],[116.44822,40.305982],[116.443766,40.302457],[116.448011,40.300484],[116.45096,40.293045],[116.449412,40.286722],[116.45533,40.284845],[116.460308,40.28711],[116.469634,40.283001],[116.472081,40.280122],[116.478794,40.280025],[116.484001,40.2759],[116.484273,40.267634],[116.493245,40.262489],[116.501839,40.262974],[116.505959,40.261356],[116.503011,40.25969],[116.501024,40.251599],[116.493705,40.251179],[116.482098,40.245385],[116.481094,40.238248],[116.483771,40.225185],[116.477979,40.225201],[116.473712,40.221203],[116.472249,40.205092],[116.484503,40.196493],[116.488016,40.191796],[116.487975,40.184686],[116.490129,40.181316],[116.485151,40.176764],[116.483332,40.171742],[116.480802,40.171937],[116.476912,40.163576],[116.477916,40.159979],[116.484629,40.160465],[116.492303,40.156981],[116.490777,40.148992],[116.480781,40.14742],[116.482307,40.140629],[116.484754,40.140078],[116.487222,40.124678],[116.492199,40.111561],[116.489292,40.101668],[116.480885,40.096965],[116.473357,40.097516],[116.466498,40.094954],[116.466832,40.090185]]]]}},{"type":"Feature","properties":{"adcode":110115,"name":"大兴区","center":[116.338033,39.728908],"centroid":[116.421058,39.649884],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":11,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.534944,39.82482],[116.539586,39.821563],[116.533375,39.819658],[116.538373,39.81513],[116.546634,39.803501],[116.555145,39.793548],[116.562423,39.796936],[116.565078,39.793988],[116.574677,39.798386],[116.594377,39.776685],[116.576957,39.771943],[116.561565,39.771111],[116.548119,39.765554],[116.540716,39.760502],[116.536408,39.753917],[116.527562,39.743304],[116.53624,39.740663],[116.537997,39.738071],[116.532413,39.73962],[116.531849,39.730016],[116.53783,39.728043],[116.536972,39.72152],[116.534609,39.718079],[116.52936,39.719808],[116.527332,39.716578],[116.53256,39.71529],[116.530552,39.713268],[116.535676,39.711881],[116.544961,39.715045],[116.573276,39.714507],[116.573464,39.709125],[116.579884,39.710234],[116.581202,39.712517],[116.590152,39.713349],[116.590194,39.711522],[116.598371,39.711963],[116.604017,39.714752],[116.604561,39.718731],[116.609141,39.719367],[116.616251,39.725581],[116.621876,39.725825],[116.621646,39.728076],[116.628129,39.727749],[116.631203,39.722971],[116.637623,39.723934],[116.638502,39.717166],[116.644587,39.709647],[116.652994,39.708619],[116.653098,39.703823],[116.647912,39.703579],[116.64626,39.700447],[116.647097,39.694786],[116.651509,39.694459],[116.651321,39.687868],[116.658097,39.686155],[116.65818,39.68857],[116.666566,39.687101],[116.669577,39.683642],[116.666022,39.679693],[116.668574,39.674602],[116.675203,39.676234],[116.680786,39.674896],[116.685554,39.676886],[116.692706,39.676789],[116.693543,39.674944],[116.703769,39.674145],[116.704857,39.667192],[116.702138,39.657644],[116.702891,39.649923],[116.70609,39.642903],[116.710419,39.639686],[116.716003,39.640356],[116.723489,39.639033],[116.721398,39.629415],[116.725518,39.624075],[116.721858,39.621756],[116.716149,39.62156],[116.70929,39.618114],[116.705338,39.621462],[116.700737,39.62107],[116.702577,39.610421],[116.718282,39.603021],[116.718324,39.601077],[116.724953,39.598006],[116.727065,39.593055],[116.705108,39.587974],[116.700695,39.590964],[116.699127,39.595457],[116.696408,39.595392],[116.694087,39.601355],[116.6889,39.598496],[116.669975,39.603381],[116.670037,39.604916],[116.662384,39.60521],[116.6568,39.602776],[116.657678,39.60075],[116.646532,39.599117],[116.645549,39.60209],[116.635595,39.604818],[116.635407,39.599934],[116.628338,39.599558],[116.620517,39.601665],[116.620182,39.606893],[116.616857,39.607301],[116.616648,39.614096],[116.613177,39.613802],[116.611755,39.618882],[116.607781,39.619698],[116.607886,39.624696],[116.602177,39.624533],[116.600128,39.619649],[116.593561,39.618588],[116.591993,39.621299],[116.579194,39.623487],[116.579382,39.619666],[116.565936,39.61978],[116.565978,39.616138],[116.569637,39.61176],[116.566103,39.61114],[116.566605,39.604361],[116.562276,39.601714],[116.557132,39.601502],[116.549436,39.596143],[116.544187,39.596519],[116.544124,39.603609],[116.540883,39.60142],[116.541803,39.59348],[116.530866,39.596715],[116.530615,39.598774],[116.524446,39.596535],[116.525052,39.593807],[116.521267,39.590229],[116.52317,39.586242],[116.519699,39.581863],[116.520389,39.577156],[116.52614,39.577271],[116.527248,39.57294],[116.520389,39.57191],[116.519385,39.566484],[116.511564,39.565503],[116.510581,39.560502],[116.50805,39.560256],[116.508448,39.551053],[116.489773,39.550268],[116.48948,39.553472],[116.473378,39.553096],[116.470952,39.5546],[116.475134,39.545756],[116.47802,39.543205],[116.478188,39.535487],[116.468819,39.534359],[116.464595,39.531628],[116.464553,39.527638],[116.453846,39.528652],[116.45372,39.526477],[116.440985,39.527311],[116.436802,39.526346],[116.439876,39.523353],[116.440378,39.516271],[116.442741,39.516189],[116.443829,39.509875],[116.433017,39.507438],[116.431699,39.51053],[116.424631,39.509728],[116.423125,39.516337],[116.424046,39.522732],[116.421473,39.525103],[116.411247,39.524678],[116.402652,39.526886],[116.40282,39.51439],[116.407253,39.512116],[116.40857,39.508011],[116.418734,39.506391],[116.422895,39.496608],[116.418504,39.496575],[116.415827,39.48823],[116.411582,39.485105],[116.412376,39.482077],[116.423544,39.485154],[116.427329,39.487788],[116.429964,39.481325],[116.425342,39.481259],[116.428333,39.476219],[116.433644,39.478183],[116.436258,39.482912],[116.444142,39.482192],[116.444059,39.47887],[116.448764,39.476284],[116.448638,39.465122],[116.453992,39.45751],[116.454682,39.453302],[116.450667,39.452648],[116.450353,39.448522],[116.437241,39.445951],[116.434397,39.442758],[116.425635,39.446885],[116.408947,39.450257],[116.399787,39.450044],[116.391903,39.452893],[116.388557,39.450732],[116.373563,39.452058],[116.367791,39.451633],[116.362187,39.454874],[116.351124,39.455529],[116.350162,39.45291],[116.334499,39.457019],[116.325611,39.462961],[116.325088,39.466153],[116.320048,39.468543],[116.319944,39.473436],[116.314779,39.476104],[116.312708,39.480556],[116.306957,39.485023],[116.305284,39.489179],[116.283201,39.493941],[116.279269,39.491306],[116.275631,39.495201],[116.269315,39.495495],[116.257939,39.500518],[116.25706,39.505491],[116.253861,39.510055],[116.245831,39.514897],[116.246709,39.520098],[116.24353,39.524236],[116.246479,39.525299],[116.248256,39.530271],[116.245601,39.53014],[116.246521,39.539788],[116.242505,39.552966],[116.246186,39.557167],[116.243007,39.55836],[116.240644,39.564098],[116.234684,39.563934],[116.236462,39.568396],[116.229373,39.565471],[116.225817,39.568151],[116.221175,39.578921],[116.225085,39.584085],[116.226089,39.591993],[116.222597,39.593938],[116.223141,39.597222],[116.21808,39.608102],[116.219502,39.618931],[116.218875,39.628011],[116.215487,39.64305],[116.216992,39.651572],[116.223162,39.664728],[116.221342,39.667486],[116.22565,39.67359],[116.221238,39.678453],[116.230941,39.692355],[116.23435,39.703823],[116.231945,39.706025],[116.236629,39.71286],[116.245036,39.718421],[116.245768,39.72408],[116.248466,39.728027],[116.248026,39.732641],[116.243948,39.741658],[116.251895,39.749092],[116.252481,39.758676],[116.254426,39.76324],[116.252481,39.771747],[116.253777,39.77952],[116.251602,39.782518],[116.251519,39.793059],[116.259298,39.797621],[116.262184,39.792782],[116.27423,39.796936],[116.287237,39.799103],[116.289182,39.795894],[116.296083,39.795568],[116.291148,39.793271],[116.295205,39.790958],[116.301541,39.774941],[116.307062,39.770085],[116.31068,39.772057],[116.317978,39.783447],[116.321784,39.783626],[116.322872,39.798386],[116.326824,39.798386],[116.328225,39.801416],[116.340124,39.802149],[116.341755,39.807589],[116.355704,39.805668],[116.356833,39.800471],[116.367039,39.79982],[116.368189,39.794819],[116.365742,39.794151],[116.367582,39.784962],[116.378478,39.785646],[116.379209,39.77939],[116.385609,39.778852],[116.390649,39.780465],[116.391903,39.765277],[116.398888,39.765864],[116.397905,39.781068],[116.396023,39.786738],[116.42024,39.787439],[116.421034,39.794134],[116.429274,39.794102],[116.429399,39.803583],[116.425719,39.805358],[116.422456,39.81044],[116.417772,39.81013],[116.415262,39.812525],[116.410013,39.811336],[116.41016,39.817052],[116.419759,39.815375],[116.418441,39.822915],[116.414426,39.824282],[116.415785,39.829428],[116.420072,39.826611],[116.425217,39.831903],[116.430068,39.830112],[116.43699,39.830649],[116.436677,39.827425],[116.44592,39.826692],[116.443912,39.82096],[116.452737,39.823012],[116.462775,39.815945],[116.468463,39.814511],[116.474256,39.809772],[116.485256,39.81272],[116.485632,39.816889],[116.495357,39.818795],[116.498201,39.8157],[116.505813,39.817866],[116.502801,39.819006],[116.510142,39.821449],[116.510602,39.827637],[116.516164,39.829835],[116.525366,39.829754],[116.525868,39.826904],[116.534944,39.82482]]]]}},{"type":"Feature","properties":{"adcode":110116,"name":"怀柔区","center":[116.637122,40.324272],"centroid":[116.586079,40.63069],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":12,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.289872,40.391672],[116.286003,40.396032],[116.289746,40.402539],[116.287864,40.404719],[116.291608,40.408448],[116.288513,40.413437],[116.289433,40.418021],[116.291942,40.416617],[116.296648,40.420701],[116.294452,40.429304],[116.290667,40.435856],[116.289788,40.440907],[116.294368,40.449975],[116.293824,40.452831],[116.300955,40.458429],[116.306853,40.466092],[116.301646,40.468108],[116.294786,40.47535],[116.291691,40.485317],[116.29717,40.486768],[116.303779,40.485817],[116.31022,40.491702],[116.31321,40.491799],[116.323227,40.500151],[116.330567,40.500748],[116.336653,40.498636],[116.34232,40.500457],[116.348636,40.499071],[116.357042,40.501941],[116.365909,40.499635],[116.369632,40.500312],[116.377537,40.49683],[116.378603,40.491525],[116.376825,40.485736],[116.387344,40.482043],[116.38609,40.475802],[116.393702,40.47256],[116.4065,40.481995],[116.413673,40.481527],[116.416664,40.483011],[116.420971,40.480301],[116.433142,40.478189],[116.443201,40.481801],[116.455937,40.480914],[116.457903,40.488445],[116.465577,40.48701],[116.468212,40.48493],[116.483541,40.484994],[116.487347,40.481737],[116.492157,40.481027],[116.508322,40.483172],[116.511543,40.486929],[116.519092,40.491799],[116.519155,40.496604],[116.51194,40.501135],[116.506398,40.508212],[116.500459,40.510904],[116.497762,40.518093],[116.492073,40.518093],[116.488581,40.515853],[116.476306,40.514192],[116.470345,40.518963],[116.46587,40.518802],[116.460956,40.524363],[116.467125,40.530068],[116.470617,40.535418],[116.479651,40.541396],[116.484587,40.552867],[116.496277,40.555106],[116.499999,40.560921],[116.505144,40.562581],[116.509577,40.57276],[116.513153,40.572792],[116.517796,40.579749],[116.525136,40.583002],[116.531577,40.59131],[116.530929,40.595883],[116.535948,40.59944],[116.532915,40.606459],[116.535634,40.615698],[116.538938,40.619673],[116.539294,40.625612],[116.545003,40.627076],[116.551674,40.625209],[116.561231,40.628557],[116.568989,40.625483],[116.574092,40.631678],[116.573903,40.63628],[116.563886,40.636908],[116.55389,40.642877],[116.551151,40.642828],[116.550335,40.647606],[116.545023,40.650116],[116.544103,40.653767],[116.540046,40.656679],[116.529507,40.654588],[116.527039,40.6584],[116.518381,40.660925],[116.520096,40.66411],[116.517273,40.665734],[116.513488,40.672344],[116.505938,40.673067],[116.501568,40.671186],[116.492826,40.673984],[116.487138,40.674338],[116.483374,40.679403],[116.488811,40.69196],[116.496653,40.696879],[116.502676,40.697361],[116.501066,40.70228],[116.501923,40.706796],[116.506064,40.710879],[116.503115,40.715893],[116.504119,40.720135],[116.506858,40.720039],[116.510748,40.72645],[116.509493,40.73548],[116.513697,40.741456],[116.506461,40.743432],[116.501819,40.746581],[116.502906,40.756635],[116.50025,40.760811],[116.495482,40.759735],[116.491404,40.7633],[116.485193,40.765179],[116.4803,40.771586],[116.471517,40.771233],[116.465452,40.772742],[116.465849,40.774525],[116.460663,40.78244],[116.461416,40.78854],[116.457233,40.7983],[116.452152,40.798059],[116.450981,40.801927],[116.440002,40.809133],[116.439897,40.815038],[116.436823,40.820735],[116.422477,40.822772],[116.414991,40.829318],[116.406458,40.833361],[116.406145,40.837933],[116.399306,40.850492],[116.391778,40.854838],[116.389707,40.861814],[116.38174,40.863465],[116.374881,40.871531],[116.366599,40.876645],[116.365972,40.880188],[116.360514,40.884885],[116.353864,40.887786],[116.344683,40.894694],[116.342236,40.899887],[116.334436,40.90463],[116.33544,40.910495],[116.334122,40.920829],[116.338828,40.925732],[116.339894,40.929416],[116.35012,40.936048],[116.358925,40.93608],[116.364801,40.942999],[116.370343,40.943655],[116.379941,40.935775],[116.379732,40.933228],[116.384019,40.928535],[116.384877,40.922848],[116.39274,40.913123],[116.396316,40.911264],[116.398533,40.906024],[116.404764,40.905736],[116.413715,40.899758],[116.418922,40.902339],[116.430905,40.903364],[116.436614,40.89939],[116.448492,40.899919],[116.45073,40.901345],[116.458676,40.900592],[116.464344,40.896329],[116.474047,40.896008],[116.477581,40.901746],[116.473608,40.91974],[116.468422,40.925091],[116.467209,40.931322],[116.461541,40.932684],[116.462315,40.935231],[116.455372,40.945433],[116.454829,40.949533],[116.447446,40.95384],[116.453302,40.964584],[116.451713,40.968667],[116.455519,40.980481],[116.464135,40.984498],[116.474193,40.978608],[116.47894,40.979104],[116.485612,40.982465],[116.493726,40.977919],[116.496737,40.978432],[116.504516,40.975919],[116.51629,40.975198],[116.519573,40.981569],[116.524718,40.981073],[116.533417,40.985698],[116.535634,40.988675],[116.541991,40.99026],[116.547826,40.988003],[116.558617,40.988627],[116.561231,40.993461],[116.569177,40.991636],[116.574928,40.986307],[116.589692,40.976703],[116.597764,40.97475],[116.614515,40.983314],[116.617067,40.998725],[116.614892,41.003574],[116.619179,41.01423],[116.621897,41.015749],[116.62288,41.020693],[116.621228,41.028978],[116.617589,41.034704],[116.614118,41.036096],[116.613491,41.040782],[116.617736,41.048649],[116.61646,41.053382],[116.624093,41.054437],[116.630848,41.0608],[116.637937,41.060497],[116.641158,41.058322],[116.647431,41.059393],[116.653914,41.05626],[116.657009,41.051303],[116.665207,41.046682],[116.673279,41.046378],[116.67698,41.042732],[116.682878,41.041789],[116.688629,41.044651],[116.692246,41.040813],[116.691347,41.037503],[116.69509,41.033265],[116.695739,41.025396],[116.698855,41.021253],[116.693836,41.013686],[116.690866,41.012982],[116.69095,41.007254],[116.683066,41.000486],[116.682543,40.986259],[116.685304,40.982641],[116.681267,40.980737],[116.677921,40.975983],[116.677921,40.970972],[116.687248,40.962551],[116.689298,40.951118],[116.696178,40.94452],[116.702368,40.940628],[116.702786,40.936512],[116.70722,40.934029],[116.712197,40.934846],[116.713891,40.929416],[116.722318,40.92743],[116.717111,40.921695],[116.713347,40.910431],[116.716881,40.910175],[116.723678,40.906313],[116.726145,40.901185],[116.730432,40.897771],[116.739759,40.896665],[116.750257,40.891665],[116.759501,40.889854],[116.758539,40.881983],[116.762135,40.880765],[116.769392,40.882961],[116.772362,40.87852],[116.776795,40.878376],[116.797226,40.860034],[116.796996,40.854886],[116.802413,40.851198],[116.802496,40.842392],[116.805947,40.840836],[116.813622,40.848423],[116.820732,40.848263],[116.823471,40.842681],[116.828009,40.841109],[116.831815,40.842585],[116.837775,40.841542],[116.839741,40.839024],[116.84819,40.839313],[116.848587,40.837147],[116.855425,40.835447],[116.860633,40.830457],[116.861448,40.825356],[116.870378,40.821601],[116.876171,40.8212],[116.876735,40.818456],[116.882172,40.814172],[116.880207,40.804367],[116.886961,40.801076],[116.878575,40.797545],[116.873326,40.798781],[116.871277,40.794785],[116.862577,40.792858],[116.867471,40.784559],[116.858039,40.78305],[116.856806,40.77955],[116.851264,40.778924],[116.850448,40.775006],[116.834785,40.770221],[116.840076,40.760682],[116.831795,40.751303],[116.826211,40.749343],[116.818662,40.75042],[116.810527,40.749118],[116.802977,40.745986],[116.793629,40.748267],[116.783759,40.757631],[116.780727,40.751512],[116.782818,40.747817],[116.786352,40.736026],[116.790472,40.728973],[116.789091,40.712454],[116.786687,40.7103],[116.787105,40.704482],[116.783989,40.700496],[116.769246,40.70281],[116.762867,40.706427],[116.756155,40.705687],[116.754963,40.702891],[116.748668,40.700544],[116.747518,40.697072],[116.74252,40.69593],[116.735807,40.69167],[116.725581,40.689114],[116.725413,40.68466],[116.714915,40.680014],[116.713221,40.669867],[116.714309,40.666104],[116.709855,40.662598],[116.712636,40.653896],[116.711151,40.648218],[116.712197,40.641268],[116.70149,40.632917],[116.70195,40.628444],[116.705128,40.626947],[116.704689,40.620076],[116.701322,40.621379],[116.697955,40.618402],[116.702598,40.612785],[116.70655,40.610998],[116.707993,40.606507],[116.705609,40.60303],[116.711235,40.600213],[116.708495,40.595206],[116.711611,40.59189],[116.708955,40.590054],[116.714351,40.58028],[116.71456,40.570682],[116.710503,40.568685],[116.709855,40.565512],[116.699336,40.563563],[116.686349,40.564497],[116.679636,40.562001],[116.682397,40.556766],[116.66872,40.557507],[116.665771,40.552432],[116.67698,40.554462],[116.68225,40.548904],[116.690699,40.549468],[116.702138,40.545456],[116.701469,40.539913],[116.706948,40.532582],[116.712573,40.529955],[116.717216,40.524798],[116.712239,40.522058],[116.711402,40.516465],[116.701071,40.510549],[116.699106,40.50444],[116.698353,40.493266],[116.693376,40.490783],[116.694149,40.485462],[116.704334,40.479043],[116.69348,40.481704],[116.693397,40.476108],[116.695571,40.466721],[116.698667,40.468043],[116.706174,40.459929],[116.716902,40.457074],[116.719223,40.460397],[116.723594,40.458542],[116.7196,40.455735],[116.719265,40.448636],[116.725811,40.443085],[116.72098,40.440988],[116.716421,40.441714],[116.723552,40.435065],[116.722339,40.423832],[116.72556,40.418053],[116.73244,40.420604],[116.733235,40.418312],[116.741139,40.414631],[116.728801,40.40982],[116.724389,40.409191],[116.723427,40.405316],[116.718512,40.402055],[116.713242,40.40157],[116.713849,40.395806],[116.711716,40.386908],[116.716254,40.384114],[116.707115,40.377007],[116.706509,40.373809],[116.714079,40.368608],[116.719872,40.369044],[116.718094,40.361338],[116.726773,40.361193],[116.725769,40.355619],[116.729031,40.355619],[116.727484,40.346522],[116.723887,40.344033],[116.722967,40.339152],[116.731185,40.339023],[116.73129,40.335031],[116.744046,40.339136],[116.744653,40.333706],[116.751491,40.335742],[116.758559,40.333884],[116.759689,40.326853],[116.762846,40.326707],[116.768639,40.317816],[116.773324,40.315973],[116.762888,40.310428],[116.756845,40.302586],[116.754461,40.303686],[116.738965,40.284101],[116.738421,40.284392],[116.710837,40.256227],[116.704668,40.257101],[116.704585,40.251551],[116.696554,40.248072],[116.697265,40.243216],[116.69072,40.240886],[116.684007,40.234282],[116.678131,40.234379],[116.676311,40.238604],[116.670247,40.234865],[116.668783,40.238539],[116.673321,40.246777],[116.669494,40.253153],[116.666901,40.262085],[116.648519,40.260143],[116.643081,40.25715],[116.641492,40.259463],[116.637038,40.25846],[116.63526,40.261454],[116.623654,40.26058],[116.6238,40.252667],[116.622044,40.250467],[116.61324,40.251761],[116.603787,40.251324],[116.604624,40.256146],[116.600755,40.258978],[116.599647,40.265385],[116.590842,40.264139],[116.588396,40.269462],[116.585238,40.266226],[116.58254,40.268362],[116.570202,40.268863],[116.570516,40.273102],[116.565371,40.273377],[116.566187,40.27802],[116.552176,40.27383],[116.546236,40.276224],[116.540904,40.274946],[116.53693,40.277178],[116.540088,40.267165],[116.535717,40.261373],[116.526181,40.261324],[116.523965,40.257522],[116.509201,40.258056],[116.505959,40.261356],[116.501839,40.262974],[116.493245,40.262489],[116.484273,40.267634],[116.484001,40.2759],[116.478794,40.280025],[116.472081,40.280122],[116.469634,40.283001],[116.460308,40.28711],[116.45533,40.284845],[116.449412,40.286722],[116.45096,40.293045],[116.448011,40.300484],[116.443766,40.302457],[116.44822,40.305982],[116.455184,40.316345],[116.449182,40.32113],[116.443745,40.322682],[116.438245,40.333221],[116.43423,40.329116],[116.427914,40.329213],[116.424359,40.331265],[116.417061,40.329843],[116.408989,40.333205],[116.408633,40.334886],[116.396358,40.334853],[116.391422,40.338393],[116.384563,40.339055],[116.375069,40.337375],[116.376135,40.334352],[116.365909,40.331702],[116.368231,40.334805],[116.369903,40.342401],[116.364508,40.349107],[116.367101,40.350351],[116.369673,40.356362],[116.363923,40.359028],[116.355641,40.356814],[116.348866,40.356427],[116.352797,40.364391],[116.357356,40.364084],[116.360033,40.366815],[116.355369,40.37137],[116.34506,40.373163],[116.337364,40.379769],[116.32398,40.387295],[116.32078,40.386859],[116.313106,40.389459],[116.302691,40.387473],[116.295581,40.384437],[116.293762,40.392415],[116.289872,40.391672]]]]}},{"type":"Feature","properties":{"adcode":110117,"name":"平谷区","center":[117.112335,40.144783],"centroid":[117.145392,40.208997],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":13,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.961932,40.051358],[116.962288,40.063529],[116.970652,40.063805],[116.973476,40.066304],[116.978599,40.064893],[116.980816,40.071188],[116.982844,40.070685],[116.986274,40.078359],[116.981192,40.08149],[116.981862,40.089828],[116.979938,40.093867],[116.975462,40.095051],[116.967976,40.101214],[116.973329,40.103712],[116.976069,40.111188],[116.971301,40.114009],[116.969189,40.118776],[116.971594,40.124224],[116.96578,40.127823],[116.967829,40.129849],[116.970025,40.140321],[116.977763,40.151374],[116.972054,40.156301],[116.968749,40.163495],[116.961242,40.171937],[116.962037,40.175549],[116.951371,40.174788],[116.945349,40.1813],[116.945809,40.186224],[116.94997,40.186354],[116.945913,40.193141],[116.939556,40.192347],[116.930898,40.207084],[116.929685,40.211585],[116.938029,40.210549],[116.940978,40.223922],[116.935206,40.229847],[116.936837,40.232259],[116.945641,40.233441],[116.946896,40.236095],[116.953567,40.236079],[116.956286,40.232615],[116.959924,40.23268],[116.974082,40.24456],[116.975881,40.249463],[116.969293,40.253962],[116.961786,40.252635],[116.954341,40.25715],[116.950953,40.261081],[116.960468,40.2704],[116.961995,40.273442],[116.970527,40.276531],[116.971343,40.281724],[116.983765,40.287886],[116.991042,40.287724],[116.990833,40.290603],[116.99834,40.29083],[117.004091,40.293918],[117.002,40.299675],[117.011306,40.307113],[117.007563,40.314599],[117.006998,40.319255],[117.01024,40.320726],[117.012686,40.32674],[117.020842,40.336179],[117.026133,40.338458],[117.032762,40.33752],[117.039266,40.340057],[117.048279,40.341528],[117.052817,40.337649],[117.060931,40.337795],[117.066933,40.342983],[117.072286,40.342999],[117.072705,40.345584],[117.085231,40.350432],[117.0946,40.358285],[117.100915,40.360546],[117.117457,40.353744],[117.125362,40.35641],[117.128122,40.358866],[117.142385,40.362824],[117.147466,40.369965],[117.155329,40.371402],[117.157609,40.374859],[117.16796,40.371467],[117.170491,40.374342],[117.179943,40.375021],[117.185799,40.377767],[117.199747,40.375861],[117.204536,40.373082],[117.211124,40.373825],[117.218527,40.377718],[117.223901,40.375538],[117.22618,40.369044],[117.237055,40.370627],[117.242283,40.369981],[117.247762,40.364101],[117.250188,40.358381],[117.254182,40.357105],[117.25437,40.351191],[117.257089,40.341463],[117.261125,40.338781],[117.259828,40.336195],[117.267127,40.335694],[117.274969,40.331944],[117.271288,40.325285],[117.271853,40.319853],[117.274697,40.314405],[117.274342,40.308552],[117.285739,40.302214],[117.293309,40.296748],[117.294647,40.290894],[117.292368,40.286236],[117.29632,40.2781],[117.304309,40.278181],[117.316835,40.281999],[117.316794,40.285104],[117.32336,40.284441],[117.331244,40.289665],[117.334005,40.285654],[117.337999,40.265903],[117.337622,40.263266],[117.342202,40.256502],[117.339881,40.246194],[117.343457,40.242909],[117.345464,40.234946],[117.348246,40.234574],[117.351613,40.229459],[117.355691,40.229556],[117.36027,40.23255],[117.373989,40.232777],[117.386829,40.227111],[117.390029,40.227969],[117.39373,40.221656],[117.377586,40.218612],[117.378443,40.21029],[117.385679,40.207894],[117.393145,40.203376],[117.379552,40.201319],[117.381455,40.194906],[117.384382,40.195278],[117.38409,40.187828],[117.388356,40.188249],[117.397704,40.192914],[117.4077,40.187504],[117.404751,40.183244],[117.401217,40.183617],[117.391618,40.177607],[117.393186,40.174901],[117.380597,40.17691],[117.381225,40.172455],[117.377021,40.176327],[117.372023,40.176538],[117.368844,40.17299],[117.364014,40.176683],[117.359413,40.173346],[117.353746,40.17367],[117.351111,40.171661],[117.357343,40.164273],[117.360626,40.156965],[117.351717,40.150564],[117.355272,40.148587],[117.350525,40.144827],[117.356883,40.145037],[117.35636,40.140904],[117.351404,40.139932],[117.349082,40.136528],[117.330617,40.133691],[117.33093,40.13575],[117.323276,40.14071],[117.318571,40.138522],[117.313761,40.139964],[117.307613,40.136982],[117.302991,40.125926],[117.297073,40.121273],[117.297094,40.118857],[117.285425,40.121322],[117.275659,40.113636],[117.276663,40.109307],[117.274362,40.105804],[117.269908,40.107198],[117.266834,40.112177],[117.260393,40.114155],[117.255541,40.113279],[117.249268,40.116474],[117.245357,40.113215],[117.238226,40.111755],[117.236009,40.108382],[117.229025,40.103533],[117.228606,40.100257],[117.224403,40.098619],[117.224487,40.094662],[117.211249,40.096608],[117.21104,40.090785],[117.213989,40.086243],[117.204285,40.079657],[117.203616,40.076704],[117.208175,40.076834],[117.205247,40.07028],[117.197572,40.067748],[117.198576,40.070101],[117.191842,40.072973],[117.189207,40.082853],[117.18538,40.083875],[117.181533,40.080095],[117.186426,40.076202],[117.183603,40.072081],[117.175593,40.071642],[117.172227,40.074157],[117.158466,40.077435],[117.160139,40.075553],[117.15625,40.069338],[117.139227,40.064049],[117.128896,40.06546],[117.119507,40.072421],[117.107775,40.071805],[117.103927,40.075585],[117.085608,40.075131],[117.085064,40.068592],[117.080986,40.065087],[117.081049,40.068819],[117.069652,40.06757],[117.070634,40.064179],[117.064382,40.062783],[117.061182,40.060105],[117.052022,40.059375],[117.053382,40.052884],[117.051437,40.051163],[117.038639,40.049378],[117.033159,40.04235],[117.027032,40.038828],[117.028517,40.033957],[117.023916,40.033746],[117.024836,40.03011],[117.020884,40.032448],[117.018061,40.030467],[117.011369,40.031246],[117.000683,40.029915],[117.00016,40.032253],[116.991837,40.036896],[116.985626,40.038828],[116.972095,40.036977],[116.969293,40.048583],[116.964902,40.047836],[116.961932,40.051358]]]]}},{"type":"Feature","properties":{"adcode":110118,"name":"密云区","center":[116.843352,40.377362],"centroid":[116.994846,40.526834],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":14,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.886961,40.801076],[116.889073,40.798348],[116.896686,40.796438],[116.89495,40.790675],[116.895013,40.781733],[116.898589,40.77674],[116.904569,40.777286],[116.923391,40.773722],[116.923181,40.766897],[116.927908,40.757824],[116.923516,40.750596],[116.926548,40.744894],[116.940706,40.739786],[116.942714,40.729857],[116.946645,40.726916],[116.960134,40.721083],[116.96647,40.71525],[116.965111,40.709593],[116.969628,40.706362],[116.977533,40.705559],[116.979938,40.702826],[116.988177,40.703164],[116.990456,40.701203],[117.002481,40.697345],[117.005513,40.694853],[117.013418,40.694082],[117.018291,40.696011],[117.027848,40.694355],[117.031047,40.692136],[117.035585,40.694467],[117.036108,40.697265],[117.044494,40.700367],[117.054887,40.699804],[117.058338,40.70154],[117.076804,40.700029],[117.081153,40.702617],[117.086047,40.702055],[117.095144,40.705559],[117.110661,40.708243],[117.117792,40.700078],[117.128792,40.700913],[117.132493,40.698663],[117.142531,40.6972],[117.147571,40.698968],[117.159491,40.696332],[117.16474,40.699628],[117.169236,40.699097],[117.176639,40.693567],[117.180947,40.694082],[117.182453,40.697072],[117.193996,40.696268],[117.197802,40.694291],[117.202361,40.695577],[117.208405,40.694435],[117.210622,40.691976],[117.217335,40.69196],[117.218715,40.689484],[117.233207,40.683583],[117.234336,40.680577],[117.241635,40.676669],[117.256775,40.679467],[117.261397,40.681155],[117.267754,40.676669],[117.273401,40.670076],[117.278629,40.667551],[117.278608,40.664463],[117.290423,40.660185],[117.321164,40.658287],[117.331851,40.661504],[117.337622,40.664447],[117.336681,40.666956],[117.342411,40.673437],[117.359748,40.673919],[117.37058,40.679708],[117.378192,40.678808],[117.386996,40.684178],[117.397223,40.683776],[117.409226,40.687281],[117.414852,40.685947],[117.419348,40.68696],[117.426437,40.685304],[117.432711,40.681622],[117.437332,40.683599],[117.442226,40.676605],[117.453958,40.677618],[117.465188,40.673534],[117.471503,40.674338],[117.482399,40.679033],[117.484741,40.677087],[117.493357,40.67527],[117.502934,40.669674],[117.514583,40.660523],[117.513913,40.656196],[117.50283,40.653076],[117.505026,40.646142],[117.501972,40.644518],[117.500425,40.6362],[117.489948,40.636023],[117.486163,40.633496],[117.477986,40.635331],[117.475539,40.644421],[117.473093,40.644453],[117.467885,40.649521],[117.464309,40.648652],[117.462009,40.653076],[117.449106,40.651596],[117.456467,40.649167],[117.451448,40.646577],[117.45402,40.642844],[117.448876,40.62838],[117.442289,40.627977],[117.438002,40.625692],[117.431561,40.625596],[117.42857,40.631887],[117.428884,40.637632],[117.421188,40.635427],[117.42054,40.629232],[117.424701,40.621862],[117.422987,40.618305],[117.41918,40.617114],[117.412739,40.605123],[117.414747,40.600728],[117.421753,40.593178],[117.420623,40.590875],[117.423217,40.58144],[117.429804,40.579298],[117.429992,40.576126],[117.42123,40.569104],[117.413471,40.569893],[117.40358,40.574257],[117.400589,40.569345],[117.39465,40.567912],[117.389297,40.561244],[117.378422,40.56337],[117.375453,40.567799],[117.369221,40.57036],[117.365917,40.575965],[117.353014,40.578831],[117.350023,40.582197],[117.342767,40.581585],[117.334611,40.576464],[117.328442,40.575948],[117.325451,40.578155],[117.311837,40.578026],[117.299562,40.566801],[117.285592,40.565061],[117.279256,40.560342],[117.273191,40.561501],[117.268507,40.559842],[117.25964,40.552867],[117.24954,40.548179],[117.250606,40.542024],[117.247427,40.540236],[117.252007,40.53632],[117.255123,40.527973],[117.26146,40.51906],[117.264115,40.517271],[117.263133,40.513145],[117.255562,40.514934],[117.246821,40.511968],[117.239543,40.516723],[117.230405,40.511162],[117.219969,40.514321],[117.215013,40.513273],[117.212504,40.507906],[117.214449,40.506922],[117.208572,40.501102],[117.208426,40.498071],[117.212065,40.494685],[117.21792,40.494589],[117.22846,40.481301],[117.225783,40.47585],[117.230907,40.470463],[117.237243,40.468785],[117.233207,40.463204],[117.236532,40.456558],[117.243308,40.455428],[117.252154,40.450459],[117.252635,40.446038],[117.263342,40.442375],[117.257654,40.435372],[117.246737,40.426883],[117.243872,40.422848],[117.234085,40.417149],[117.237515,40.407786],[117.236616,40.400844],[117.240484,40.39763],[117.240694,40.394417],[117.23695,40.394078],[117.235382,40.389556],[117.229045,40.386843],[117.226661,40.378558],[117.223901,40.375538],[117.218527,40.377718],[117.211124,40.373825],[117.204536,40.373082],[117.199747,40.375861],[117.185799,40.377767],[117.179943,40.375021],[117.170491,40.374342],[117.16796,40.371467],[117.157609,40.374859],[117.155329,40.371402],[117.147466,40.369965],[117.142385,40.362824],[117.128122,40.358866],[117.125362,40.35641],[117.117457,40.353744],[117.100915,40.360546],[117.0946,40.358285],[117.085231,40.350432],[117.072705,40.345584],[117.072286,40.342999],[117.066933,40.342983],[117.060931,40.337795],[117.052817,40.337649],[117.048279,40.341528],[117.039266,40.340057],[117.032762,40.33752],[117.026133,40.338458],[117.020842,40.336179],[117.012686,40.32674],[117.01024,40.320726],[117.006998,40.319255],[117.007563,40.314599],[117.011306,40.307113],[117.002,40.299675],[117.004091,40.293918],[116.99834,40.29083],[116.990833,40.290603],[116.991042,40.287724],[116.983765,40.287886],[116.971343,40.281724],[116.970527,40.276531],[116.961995,40.273442],[116.960468,40.2704],[116.950953,40.261081],[116.954341,40.25715],[116.961786,40.252635],[116.969293,40.253962],[116.975881,40.249463],[116.974082,40.24456],[116.959924,40.23268],[116.956286,40.232615],[116.953567,40.236079],[116.946896,40.236095],[116.945641,40.233441],[116.936837,40.232259],[116.935206,40.229847],[116.931065,40.230624],[116.92544,40.225768],[116.922031,40.220134],[116.915507,40.222271],[116.913917,40.220118],[116.908606,40.222401],[116.906598,40.228682],[116.900701,40.228763],[116.893946,40.233457],[116.901746,40.23684],[116.894343,40.240028],[116.892252,40.245709],[116.886585,40.251907],[116.886104,40.255256],[116.881273,40.259221],[116.879893,40.264139],[116.874247,40.268281],[116.876338,40.274348],[116.871737,40.281481],[116.871319,40.290943],[116.859462,40.290878],[116.857182,40.2929],[116.854547,40.303152],[116.848984,40.311204],[116.838382,40.310185],[116.828992,40.304413],[116.830101,40.299206],[116.827215,40.298333],[116.82458,40.290991],[116.825123,40.285347],[116.811823,40.282387],[116.809607,40.28601],[116.800572,40.289196],[116.794487,40.287417],[116.788025,40.289439],[116.787795,40.281449],[116.784073,40.279443],[116.782964,40.273248],[116.773512,40.269527],[116.771651,40.266501],[116.768597,40.270109],[116.762658,40.269058],[116.752788,40.275512],[116.74298,40.279087],[116.738337,40.278764],[116.741098,40.283001],[116.738965,40.284101],[116.754461,40.303686],[116.756845,40.302586],[116.762888,40.310428],[116.773324,40.315973],[116.768639,40.317816],[116.762846,40.326707],[116.759689,40.326853],[116.758559,40.333884],[116.751491,40.335742],[116.744653,40.333706],[116.744046,40.339136],[116.73129,40.335031],[116.731185,40.339023],[116.722967,40.339152],[116.723887,40.344033],[116.727484,40.346522],[116.729031,40.355619],[116.725769,40.355619],[116.726773,40.361193],[116.718094,40.361338],[116.719872,40.369044],[116.714079,40.368608],[116.706509,40.373809],[116.707115,40.377007],[116.716254,40.384114],[116.711716,40.386908],[116.713849,40.395806],[116.713242,40.40157],[116.718512,40.402055],[116.723427,40.405316],[116.724389,40.409191],[116.728801,40.40982],[116.741139,40.414631],[116.733235,40.418312],[116.73244,40.420604],[116.72556,40.418053],[116.722339,40.423832],[116.723552,40.435065],[116.716421,40.441714],[116.72098,40.440988],[116.725811,40.443085],[116.719265,40.448636],[116.7196,40.455735],[116.723594,40.458542],[116.719223,40.460397],[116.716902,40.457074],[116.706174,40.459929],[116.698667,40.468043],[116.695571,40.466721],[116.693397,40.476108],[116.69348,40.481704],[116.704334,40.479043],[116.694149,40.485462],[116.693376,40.490783],[116.698353,40.493266],[116.699106,40.50444],[116.701071,40.510549],[116.711402,40.516465],[116.712239,40.522058],[116.717216,40.524798],[116.712573,40.529955],[116.706948,40.532582],[116.701469,40.539913],[116.702138,40.545456],[116.690699,40.549468],[116.68225,40.548904],[116.67698,40.554462],[116.665771,40.552432],[116.66872,40.557507],[116.682397,40.556766],[116.679636,40.562001],[116.686349,40.564497],[116.699336,40.563563],[116.709855,40.565512],[116.710503,40.568685],[116.71456,40.570682],[116.714351,40.58028],[116.708955,40.590054],[116.711611,40.59189],[116.708495,40.595206],[116.711235,40.600213],[116.705609,40.60303],[116.707993,40.606507],[116.70655,40.610998],[116.702598,40.612785],[116.697955,40.618402],[116.701322,40.621379],[116.704689,40.620076],[116.705128,40.626947],[116.70195,40.628444],[116.70149,40.632917],[116.712197,40.641268],[116.711151,40.648218],[116.712636,40.653896],[116.709855,40.662598],[116.714309,40.666104],[116.713221,40.669867],[116.714915,40.680014],[116.725413,40.68466],[116.725581,40.689114],[116.735807,40.69167],[116.74252,40.69593],[116.747518,40.697072],[116.748668,40.700544],[116.754963,40.702891],[116.756155,40.705687],[116.762867,40.706427],[116.769246,40.70281],[116.783989,40.700496],[116.787105,40.704482],[116.786687,40.7103],[116.789091,40.712454],[116.790472,40.728973],[116.786352,40.736026],[116.782818,40.747817],[116.780727,40.751512],[116.783759,40.757631],[116.793629,40.748267],[116.802977,40.745986],[116.810527,40.749118],[116.818662,40.75042],[116.826211,40.749343],[116.831795,40.751303],[116.840076,40.760682],[116.834785,40.770221],[116.850448,40.775006],[116.851264,40.778924],[116.856806,40.77955],[116.858039,40.78305],[116.867471,40.784559],[116.862577,40.792858],[116.871277,40.794785],[116.873326,40.798781],[116.878575,40.797545],[116.886961,40.801076]]]]}},{"type":"Feature","properties":{"adcode":110119,"name":"延庆区","center":[115.985006,40.465325],"centroid":[116.16401,40.540016],"childrenNum":0,"level":"district","parent":{"adcode":110000},"subFeatureIndex":15,"acroutes":[100000,110000]},"geometry":{"type":"MultiPolygon","coordinates":[[[[115.967006,40.265612],[115.961611,40.269219],[115.960231,40.274914],[115.955212,40.276984],[115.951698,40.282015],[115.950088,40.289228],[115.946115,40.289034],[115.945885,40.296199],[115.939757,40.304397],[115.943814,40.310945],[115.937185,40.313047],[115.935721,40.316717],[115.929239,40.32105],[115.926792,40.319611],[115.922672,40.325899],[115.92721,40.329601],[115.922881,40.332898],[115.921417,40.338668],[115.924094,40.341059],[115.920581,40.346473],[115.918301,40.35389],[115.909539,40.357622],[115.892997,40.355554],[115.890927,40.357897],[115.88526,40.357024],[115.883169,40.359545],[115.878066,40.359367],[115.876226,40.362146],[115.872754,40.359593],[115.864452,40.359335],[115.861901,40.363422],[115.861859,40.373422],[115.855962,40.37712],[115.846865,40.375085],[115.840633,40.381094],[115.837454,40.381255],[115.836555,40.38568],[115.796445,40.426834],[115.796884,40.432531],[115.78992,40.432483],[115.786679,40.437066],[115.77043,40.444166],[115.773546,40.44812],[115.77248,40.452831],[115.77547,40.45204],[115.7734,40.457397],[115.779527,40.464075],[115.772856,40.462301],[115.770367,40.46493],[115.771559,40.47285],[115.776683,40.477511],[115.776202,40.482704],[115.782204,40.492073],[115.774529,40.493911],[115.768088,40.498345],[115.744039,40.498249],[115.743077,40.494959],[115.73605,40.503988],[115.743098,40.513854],[115.743788,40.518464],[115.748702,40.526087],[115.755624,40.531019],[115.752968,40.536288],[115.75506,40.540042],[115.759577,40.538914],[115.763885,40.540574],[115.770179,40.548002],[115.773902,40.548582],[115.776327,40.552158],[115.784713,40.558376],[115.7922,40.561292],[115.79908,40.5577],[115.804915,40.55865],[115.815036,40.55741],[115.819804,40.559343],[115.82154,40.563305],[115.820662,40.568234],[115.827374,40.587027],[115.846175,40.593049],[115.854895,40.590151],[115.86623,40.593371],[115.867777,40.595786],[115.885406,40.595223],[115.888146,40.597026],[115.894733,40.606878],[115.897849,40.608101],[115.907803,40.617291],[115.920372,40.616632],[115.928297,40.612753],[115.935031,40.613316],[115.944672,40.611095],[115.948331,40.608809],[115.955107,40.609534],[115.967404,40.605896],[115.965877,40.601002],[115.971983,40.60237],[115.97512,40.590779],[115.982147,40.579008],[115.995238,40.579862],[115.996116,40.58392],[116.005109,40.584097],[116.025268,40.60654],[116.028509,40.607328],[116.030036,40.597364],[116.032357,40.599875],[116.04457,40.602032],[116.050907,40.606121],[116.058289,40.607006],[116.062722,40.610322],[116.069811,40.610258],[116.073492,40.612125],[116.076691,40.619883],[116.08583,40.623825],[116.088507,40.626626],[116.098879,40.630584],[116.1044,40.626996],[116.118349,40.627961],[116.122071,40.629989],[116.120419,40.633287],[116.112744,40.640946],[116.111531,40.646287],[116.113225,40.648845],[116.125229,40.654089],[116.13694,40.667648],[116.142858,40.666972],[116.151432,40.663338],[116.162683,40.662437],[116.167597,40.672633],[116.168413,40.67892],[116.171487,40.68167],[116.173683,40.689034],[116.171341,40.695979],[116.176213,40.700544],[116.177907,40.707889],[116.181128,40.712438],[116.184913,40.713675],[116.192274,40.724779],[116.197753,40.7269],[116.2057,40.733038],[116.204717,40.739946],[116.210551,40.741713],[116.213249,40.740139],[116.220359,40.744669],[116.220485,40.749183],[116.223308,40.753793],[116.23366,40.759896],[116.229979,40.762417],[116.231757,40.77149],[116.235625,40.775135],[116.235019,40.78313],[116.245224,40.78838],[116.247943,40.791831],[116.257834,40.787898],[116.261013,40.782938],[116.269587,40.777158],[116.26988,40.770703],[116.274167,40.766335],[116.273456,40.762883],[116.277366,40.76163],[116.281402,40.763926],[116.290918,40.763814],[116.29786,40.756812],[116.304762,40.755656],[116.30794,40.752122],[116.311119,40.75511],[116.30794,40.763734],[116.313168,40.770205],[116.31756,40.77218],[116.330149,40.77377],[116.33314,40.772694],[116.342947,40.773096],[116.353111,40.770221],[116.361204,40.772646],[116.367687,40.77088],[116.37097,40.772453],[116.379837,40.772325],[116.392635,40.778394],[116.403217,40.778635],[116.407838,40.780417],[116.4143,40.777912],[116.416496,40.76937],[116.424861,40.767443],[116.431846,40.768246],[116.437722,40.766865],[116.444414,40.76921],[116.45395,40.76587],[116.465452,40.772742],[116.471517,40.771233],[116.4803,40.771586],[116.485193,40.765179],[116.491404,40.7633],[116.495482,40.759735],[116.50025,40.760811],[116.502906,40.756635],[116.501819,40.746581],[116.506461,40.743432],[116.513697,40.741456],[116.509493,40.73548],[116.510748,40.72645],[116.506858,40.720039],[116.504119,40.720135],[116.503115,40.715893],[116.506064,40.710879],[116.501923,40.706796],[116.501066,40.70228],[116.502676,40.697361],[116.496653,40.696879],[116.488811,40.69196],[116.483374,40.679403],[116.487138,40.674338],[116.492826,40.673984],[116.501568,40.671186],[116.505938,40.673067],[116.513488,40.672344],[116.517273,40.665734],[116.520096,40.66411],[116.518381,40.660925],[116.527039,40.6584],[116.529507,40.654588],[116.540046,40.656679],[116.544103,40.653767],[116.545023,40.650116],[116.550335,40.647606],[116.551151,40.642828],[116.55389,40.642877],[116.563886,40.636908],[116.573903,40.63628],[116.574092,40.631678],[116.568989,40.625483],[116.561231,40.628557],[116.551674,40.625209],[116.545003,40.627076],[116.539294,40.625612],[116.538938,40.619673],[116.535634,40.615698],[116.532915,40.606459],[116.535948,40.59944],[116.530929,40.595883],[116.531577,40.59131],[116.525136,40.583002],[116.517796,40.579749],[116.513153,40.572792],[116.509577,40.57276],[116.505144,40.562581],[116.499999,40.560921],[116.496277,40.555106],[116.484587,40.552867],[116.479651,40.541396],[116.470617,40.535418],[116.467125,40.530068],[116.460956,40.524363],[116.46587,40.518802],[116.470345,40.518963],[116.476306,40.514192],[116.488581,40.515853],[116.492073,40.518093],[116.497762,40.518093],[116.500459,40.510904],[116.506398,40.508212],[116.51194,40.501135],[116.519155,40.496604],[116.519092,40.491799],[116.511543,40.486929],[116.508322,40.483172],[116.492157,40.481027],[116.487347,40.481737],[116.483541,40.484994],[116.468212,40.48493],[116.465577,40.48701],[116.457903,40.488445],[116.455937,40.480914],[116.443201,40.481801],[116.433142,40.478189],[116.420971,40.480301],[116.416664,40.483011],[116.413673,40.481527],[116.4065,40.481995],[116.393702,40.47256],[116.38609,40.475802],[116.387344,40.482043],[116.376825,40.485736],[116.378603,40.491525],[116.377537,40.49683],[116.369632,40.500312],[116.365909,40.499635],[116.357042,40.501941],[116.348636,40.499071],[116.34232,40.500457],[116.336653,40.498636],[116.330567,40.500748],[116.323227,40.500151],[116.31321,40.491799],[116.31022,40.491702],[116.303779,40.485817],[116.29717,40.486768],[116.291691,40.485317],[116.294786,40.47535],[116.301646,40.468108],[116.306853,40.466092],[116.300955,40.458429],[116.293824,40.452831],[116.294368,40.449975],[116.289788,40.440907],[116.290667,40.435856],[116.294452,40.429304],[116.296648,40.420701],[116.291942,40.416617],[116.289433,40.418021],[116.288513,40.413437],[116.291608,40.408448],[116.287864,40.404719],[116.289746,40.402539],[116.286003,40.396032],[116.289872,40.391672],[116.290729,40.383177],[116.282845,40.375263],[116.270863,40.382693],[116.261264,40.380561],[116.258336,40.383193],[116.25338,40.381239],[116.252104,40.376297],[116.247796,40.374471],[116.24353,40.379818],[116.241962,40.377508],[116.23665,40.377427],[116.23184,40.374988],[116.226989,40.38111],[116.222221,40.382111],[116.211451,40.381756],[116.209129,40.376232],[116.192985,40.372775],[116.180354,40.367687],[116.177154,40.370934],[116.170713,40.369351],[116.168789,40.366718],[116.159295,40.366265],[116.148233,40.361807],[116.148651,40.35696],[116.145514,40.351046],[116.1507,40.349252],[116.155677,40.344906],[116.152603,40.337714],[116.144719,40.336631],[116.147543,40.340655],[116.144782,40.348541],[116.138404,40.345229],[116.140809,40.343047],[116.137567,40.340769],[116.137651,40.336534],[116.143904,40.336082],[116.13809,40.330974],[116.138383,40.324671],[116.141959,40.316879],[116.132737,40.31198],[116.122385,40.312805],[116.116237,40.321955],[116.116634,40.323668],[116.110381,40.330813],[116.102978,40.331524],[116.098649,40.330005],[116.086353,40.330813],[116.083342,40.33571],[116.077716,40.339346],[116.073429,40.339831],[116.06841,40.336971],[116.061802,40.336809],[116.053353,40.326853],[116.056971,40.322181],[116.051116,40.315812],[116.042479,40.316846],[116.040095,40.312724],[116.031144,40.312352],[116.026167,40.320484],[116.026481,40.324283],[116.01684,40.33466],[116.007597,40.33314],[115.999065,40.325463],[115.993398,40.328986],[115.982711,40.324202],[115.979658,40.320532],[115.973259,40.318997],[115.976417,40.311511],[115.975538,40.308698],[115.987919,40.303799],[115.990323,40.299498],[115.982732,40.297977],[115.978675,40.289633],[115.981227,40.28525],[115.978822,40.281627],[115.981812,40.276903],[115.976396,40.270983],[115.967006,40.265612]]]]}}]}', N'admin', N'2020-12-10 10:26:00.0000000', NULL, N'2020-12-10 10:26:00.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'1338695077400154114', N'无锡市', N'wuxi', N'{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"adcode":320205,"name":"锡山区","center":[120.357298,31.585559],"centroid":[120.482864,31.624824],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":0,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.581713,31.727632],[120.582451,31.721169],[120.58458,31.71792],[120.58509,31.714432],[120.589848,31.714115],[120.590836,31.712997],[120.596788,31.710822],[120.599079,31.710716],[120.600806,31.708849],[120.600231,31.706876],[120.595734,31.705608],[120.592802,31.700817],[120.587024,31.696166],[120.584917,31.69281],[120.578118,31.6937],[120.578367,31.689947],[120.575587,31.691824],[120.576836,31.689463],[120.572405,31.689692],[120.570059,31.688908],[120.568049,31.685199],[120.566235,31.685393],[120.566094,31.683112],[120.562858,31.680513],[120.564161,31.67891],[120.566626,31.678672],[120.566377,31.676143],[120.568766,31.668593],[120.568625,31.665174],[120.566789,31.659931],[120.558589,31.658504],[120.561066,31.655693],[120.571731,31.655781],[120.583429,31.651957],[120.586643,31.651816],[120.592128,31.650282],[120.595854,31.643761],[120.589587,31.636525],[120.595571,31.631395],[120.592107,31.62504],[120.6006,31.617115],[120.596266,31.613298],[120.591488,31.611499],[120.584482,31.613439],[120.577086,31.614162],[120.570026,31.609445],[120.567126,31.609172],[120.568343,31.606183],[120.566464,31.601933],[120.557058,31.600302],[120.553104,31.60561],[120.546251,31.604693],[120.54309,31.601739],[120.545078,31.585717],[120.547782,31.583283],[120.546848,31.579685],[120.548,31.576599],[120.550215,31.575011],[120.553072,31.575082],[120.563629,31.579597],[120.568256,31.576299],[120.573035,31.577472],[120.567419,31.583998],[120.570428,31.585665],[120.573838,31.585947],[120.584254,31.585144],[120.587045,31.583389],[120.594572,31.576008],[120.595962,31.571492],[120.597548,31.563862],[120.599264,31.54846],[120.60502,31.546078],[120.602805,31.541182],[120.602913,31.53827],[120.605118,31.535685],[120.60426,31.530867],[120.605759,31.525247],[120.602349,31.51899],[120.600035,31.51861],[120.598569,31.516166],[120.595636,31.517145],[120.593986,31.525502],[120.592758,31.52755],[120.589826,31.526967],[120.585775,31.524532],[120.576923,31.517498],[120.568549,31.512371],[120.559849,31.508964],[120.555201,31.507579],[120.551616,31.500632],[120.548499,31.497402],[120.548043,31.495089],[120.549086,31.489175],[120.553007,31.486738],[120.555244,31.480294],[120.555233,31.477866],[120.553441,31.477027],[120.551236,31.48213],[120.552062,31.483825],[120.547793,31.486244],[120.546197,31.487912],[120.542971,31.487612],[120.534999,31.487921],[120.533055,31.490675],[120.531024,31.495327],[120.528613,31.497887],[120.5253,31.499229],[120.525267,31.502583],[120.522389,31.504631],[120.519804,31.500888],[120.518295,31.501718],[120.519598,31.504604],[120.521118,31.504507],[120.521129,31.507402],[120.519196,31.508929],[120.518251,31.512759],[120.521542,31.512609],[120.523519,31.514524],[120.521455,31.515672],[120.52265,31.517869],[120.522606,31.521452],[120.528786,31.526588],[120.523888,31.529244],[120.518914,31.527453],[120.516959,31.529817],[120.513016,31.531547],[120.508096,31.534926],[120.506782,31.537476],[120.504544,31.538791],[120.505967,31.542099],[120.502774,31.544552],[120.504523,31.549493],[120.503295,31.552686],[120.498647,31.554697],[120.490707,31.557414],[120.486971,31.555941],[120.481334,31.554883],[120.481693,31.55954],[120.477033,31.558905],[120.47623,31.560511],[120.472819,31.561066],[120.473112,31.563986],[120.46614,31.564674],[120.466715,31.566791],[120.46085,31.565838],[120.457831,31.564171],[120.455116,31.568061],[120.45176,31.5665],[120.451477,31.568255],[120.448545,31.569631],[120.448968,31.571095],[120.444178,31.576475],[120.439237,31.574676],[120.434099,31.576466],[120.429288,31.577286],[120.422543,31.580823],[120.419404,31.581026],[120.415733,31.583425],[120.414267,31.580691],[120.399615,31.580197],[120.394522,31.57674],[120.394804,31.573635],[120.39374,31.573538],[120.39677,31.569516],[120.392588,31.567408],[120.388646,31.570919],[120.387321,31.573441],[120.385051,31.573776],[120.380435,31.575875],[120.37811,31.576025],[120.372028,31.573679],[120.369367,31.573397],[120.366913,31.57009],[120.362753,31.569031],[120.351881,31.568035],[120.348905,31.565847],[120.346135,31.569516],[120.348394,31.570857],[120.349557,31.574455],[120.345886,31.575858],[120.347135,31.581326],[120.34581,31.590876],[120.342334,31.598274],[120.340792,31.599958],[120.341096,31.60308],[120.349231,31.602762],[120.352848,31.603847],[120.352587,31.607479],[120.350013,31.610838],[120.340042,31.610486],[120.321741,31.613562],[120.31794,31.613792],[120.314432,31.612989],[120.314606,31.619072],[120.315779,31.632012],[120.317723,31.634551],[120.323903,31.636146],[120.329985,31.638737],[120.334123,31.637821],[120.334905,31.636199],[120.340683,31.635485],[120.343257,31.63664],[120.346668,31.636128],[120.345266,31.646017],[120.345288,31.65245],[120.357811,31.652714],[120.360461,31.655323],[120.362644,31.655349],[120.366326,31.653419],[120.368075,31.653499],[120.368716,31.655781],[120.374765,31.660962],[120.378751,31.665685],[120.382629,31.667377],[120.391176,31.674478],[120.390981,31.676689],[120.389373,31.677932],[120.383204,31.679491],[120.379349,31.682037],[120.378056,31.684407],[120.376981,31.690978],[120.3776,31.693383],[120.382857,31.694202],[120.384909,31.695171],[120.390307,31.699513],[120.394174,31.699231],[120.398106,31.697408],[120.399398,31.699998],[120.402982,31.699522],[120.411041,31.703538],[120.415375,31.704604],[120.41986,31.704498],[120.427376,31.70249],[120.430309,31.704604],[120.432948,31.705309],[120.44685,31.706084],[120.451173,31.707255],[120.452824,31.711456],[120.456701,31.710725],[120.458309,31.7132],[120.461339,31.714503],[120.46261,31.716132],[120.471907,31.712513],[120.485125,31.713728],[120.487297,31.715445],[120.491272,31.713719],[120.492163,31.711905],[120.491022,31.70965],[120.496312,31.710417],[120.498288,31.713402],[120.504827,31.713825],[120.507336,31.724119],[120.50853,31.724762],[120.518284,31.734896],[120.528504,31.725818],[120.535129,31.721653],[120.541755,31.723397],[120.546968,31.725977],[120.551953,31.726734],[120.562412,31.723062],[120.56806,31.722957],[120.576,31.726153],[120.580257,31.726329],[120.581713,31.727632]]]]}},{"type":"Feature","properties":{"adcode":320206,"name":"惠山区","center":[120.303543,31.681019],"centroid":[120.210639,31.65177],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":1,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.074955,31.554424],[120.071827,31.554371],[120.069188,31.552492],[120.063899,31.555571],[120.058208,31.559523],[120.056155,31.563404],[120.05937,31.56904],[120.059457,31.57263],[120.055775,31.576669],[120.057067,31.5804],[120.061814,31.583072],[120.064692,31.586961],[120.068526,31.590127],[120.070622,31.590956],[120.07489,31.595364],[120.075585,31.607118],[120.084242,31.611808],[120.093962,31.618085],[120.10238,31.625877],[120.104476,31.628769],[120.116423,31.62995],[120.119486,31.630893],[120.121115,31.638147],[120.124482,31.648238],[120.125883,31.657843],[120.126024,31.673844],[120.126709,31.678725],[120.128533,31.684636],[120.143272,31.676073],[120.151037,31.682398],[120.151027,31.684829],[120.149365,31.686221],[120.143,31.688327],[120.143858,31.689965],[120.14527,31.697065],[120.147703,31.69821],[120.15359,31.699143],[120.153166,31.70212],[120.156837,31.703829],[120.155979,31.712601],[120.158912,31.713948],[120.159477,31.717206],[120.16141,31.718069],[120.158075,31.722393],[120.158108,31.725924],[120.155176,31.727086],[120.155979,31.729569],[120.157684,31.730696],[120.156131,31.737942],[120.154752,31.741429],[120.155968,31.742045],[120.156077,31.751509],[120.155241,31.752283],[120.155621,31.756843],[120.159998,31.759079],[120.169023,31.760962],[120.17239,31.75804],[120.178657,31.758401],[120.183121,31.753296],[120.183947,31.749915],[120.197056,31.752706],[120.201161,31.753269],[120.203779,31.740381],[120.202921,31.735372],[120.203942,31.728891],[120.206451,31.726065],[120.215357,31.724321],[120.220494,31.723969],[120.224991,31.724779],[120.228857,31.727306],[120.237361,31.728363],[120.248646,31.726928],[120.254446,31.724365],[120.256933,31.72013],[120.261104,31.721002],[120.264384,31.722692],[120.273714,31.724603],[120.276157,31.723168],[120.282435,31.70338],[120.283662,31.7019],[120.292558,31.69909],[120.298423,31.698932],[120.311336,31.700253],[120.319395,31.700746],[120.333862,31.698192],[120.336013,31.694396],[120.346624,31.691145],[120.349209,31.689128],[120.360135,31.687481],[120.366619,31.689137],[120.371322,31.691612],[120.3776,31.693383],[120.376981,31.690978],[120.378056,31.684407],[120.379349,31.682037],[120.383204,31.679491],[120.389373,31.677932],[120.390981,31.676689],[120.391176,31.674478],[120.382629,31.667377],[120.378751,31.665685],[120.374765,31.660962],[120.368716,31.655781],[120.368075,31.653499],[120.366326,31.653419],[120.362644,31.655349],[120.360461,31.655323],[120.357811,31.652714],[120.345288,31.65245],[120.345266,31.646017],[120.346668,31.636128],[120.343257,31.63664],[120.340683,31.635485],[120.334905,31.636199],[120.334123,31.637821],[120.329985,31.638737],[120.323903,31.636146],[120.317723,31.634551],[120.315779,31.632012],[120.314606,31.619072],[120.312553,31.618825],[120.305287,31.62288],[120.300258,31.624881],[120.290168,31.626538],[120.282935,31.626521],[120.283108,31.6292],[120.269728,31.630778],[120.266491,31.625578],[120.265481,31.621567],[120.262331,31.619583],[120.253012,31.626741],[120.248233,31.626627],[120.243878,31.625384],[120.246289,31.6208],[120.24516,31.618102],[120.241565,31.615969],[120.244106,31.608846],[120.246105,31.600523],[120.242531,31.59249],[120.240576,31.592331],[120.234787,31.594359],[120.228358,31.594553],[120.222156,31.592666],[120.215476,31.592578],[120.214043,31.590832],[120.220983,31.579562],[120.220266,31.576528],[120.217084,31.57681],[120.213684,31.574605],[120.197914,31.568634],[120.196947,31.566738],[120.199054,31.564974],[120.197371,31.561551],[120.194482,31.561269],[120.186336,31.565935],[120.184435,31.564991],[120.183697,31.560458],[120.181611,31.556991],[120.179157,31.555474],[120.176735,31.556585],[120.175323,31.561631],[120.173346,31.564118],[120.168144,31.5647],[120.165189,31.566844],[120.163061,31.573662],[120.16255,31.576987],[120.161551,31.59413],[120.153927,31.589501],[120.14956,31.587384],[120.135995,31.582146],[120.134018,31.582225],[120.132063,31.579227],[120.128913,31.577533],[120.122408,31.577128],[120.119301,31.575381],[120.118661,31.572859],[120.113762,31.572083],[120.111514,31.570733],[120.112882,31.568864],[120.102054,31.563545],[120.091562,31.559258],[120.085143,31.557194],[120.074955,31.554424]]]]}},{"type":"Feature","properties":{"adcode":320211,"name":"滨湖区","center":[120.266053,31.550228],"centroid":[120.196866,31.446924],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":2,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.100153,31.335332],[120.100436,31.33939],[120.096145,31.352493],[120.093658,31.353138],[120.057252,31.356126],[120.044859,31.358805],[120.041905,31.361024],[120.040157,31.364498],[120.039711,31.378127],[120.044566,31.406228],[120.054786,31.434286],[120.060966,31.440424],[120.078757,31.450007],[120.087793,31.453416],[120.089987,31.45474],[120.091356,31.453186],[120.110069,31.461531],[120.105682,31.470493],[120.108733,31.480991],[120.111188,31.48514],[120.117607,31.493235],[120.123581,31.499202],[120.127501,31.501471],[120.129739,31.504701],[120.12319,31.511338],[120.12206,31.508479],[120.121984,31.505354],[120.118834,31.505504],[120.118378,31.51193],[120.120257,31.514983],[120.11626,31.516228],[120.117542,31.518037],[120.115771,31.519105],[120.111025,31.514039],[120.10743,31.511983],[120.102738,31.513545],[120.100501,31.516828],[120.103412,31.518557],[120.103955,31.521011],[120.10238,31.523146],[120.102358,31.527391],[120.103857,31.52815],[120.101587,31.529959],[120.102054,31.533523],[120.100729,31.533797],[120.10112,31.536841],[120.103151,31.538782],[120.101717,31.542002],[120.09948,31.542338],[120.096786,31.541138],[120.094169,31.541932],[120.095038,31.544173],[120.096732,31.543573],[120.099056,31.546299],[120.096949,31.547252],[120.097329,31.548743],[120.085339,31.550904],[120.082319,31.550286],[120.080191,31.55146],[120.081537,31.553418],[120.079561,31.555033],[120.074955,31.554424],[120.085143,31.557194],[120.091562,31.559258],[120.102054,31.563545],[120.112882,31.568864],[120.111514,31.570733],[120.113762,31.572083],[120.118661,31.572859],[120.119301,31.575381],[120.122408,31.577128],[120.128913,31.577533],[120.132063,31.579227],[120.134018,31.582225],[120.135995,31.582146],[120.14956,31.587384],[120.153927,31.589501],[120.161551,31.59413],[120.16255,31.576987],[120.163061,31.573662],[120.165189,31.566844],[120.168144,31.5647],[120.173346,31.564118],[120.175323,31.561631],[120.176735,31.556585],[120.179157,31.555474],[120.181611,31.556991],[120.183697,31.560458],[120.184435,31.564991],[120.186336,31.565935],[120.194482,31.561269],[120.197371,31.561551],[120.199054,31.564974],[120.196947,31.566738],[120.197914,31.568634],[120.213684,31.574605],[120.217084,31.57681],[120.220266,31.576528],[120.220983,31.579562],[120.214043,31.590832],[120.215476,31.592578],[120.222156,31.592666],[120.228358,31.594553],[120.234787,31.594359],[120.240576,31.592331],[120.242531,31.59249],[120.244454,31.587657],[120.250102,31.583045],[120.255489,31.580603],[120.25904,31.580259],[120.263189,31.578495],[120.269065,31.578856],[120.268011,31.580338],[120.271009,31.581229],[120.271954,31.579915],[120.27707,31.580497],[120.280643,31.577904],[120.279524,31.574755],[120.27985,31.570195],[120.283,31.565512],[120.289907,31.558191],[120.288267,31.554936],[120.285368,31.551451],[120.285096,31.549828],[120.287637,31.537626],[120.287855,31.535306],[120.291971,31.535262],[120.293046,31.532332],[120.297076,31.531432],[120.29675,31.528291],[120.295316,31.525847],[120.298227,31.523596],[120.303842,31.525114],[120.307937,31.524946],[120.310294,31.526605],[120.311532,31.521699],[120.310087,31.520269],[120.308241,31.520737],[120.307329,31.517401],[120.31126,31.514013],[120.313639,31.513227],[120.322121,31.513836],[120.323533,31.513077],[120.325695,31.516898],[120.330495,31.518805],[120.331679,31.522511],[120.334612,31.52657],[120.338055,31.529138],[120.347135,31.527338],[120.357453,31.518399],[120.362579,31.513439],[120.356269,31.509379],[120.351718,31.507879],[120.354031,31.500765],[120.354792,31.500879],[120.360429,31.491408],[120.359755,31.489907],[120.354998,31.488539],[120.357083,31.47384],[120.361221,31.471853],[120.359169,31.46795],[120.353293,31.461496],[120.355823,31.416459],[120.335546,31.407359],[120.308143,31.393266],[120.253121,31.366098],[120.209611,31.345668],[120.173715,31.30881],[120.110232,31.264001],[120.100153,31.335332]]]]}},{"type":"Feature","properties":{"adcode":320213,"name":"梁溪区","center":[120.296595,31.575706],"centroid":[120.299797,31.580629],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":3,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.345886,31.575858],[120.342844,31.576228],[120.340346,31.575038],[120.336784,31.575187],[120.336762,31.573706],[120.334253,31.573812],[120.334156,31.576493],[120.332005,31.577992],[120.330593,31.576819],[120.332516,31.573873],[120.329844,31.574014],[120.330202,31.572427],[120.333015,31.571527],[120.333167,31.569746],[120.331332,31.568343],[120.326346,31.569349],[120.326879,31.570866],[120.329518,31.569657],[120.32967,31.574041],[120.327052,31.5742],[120.32702,31.575778],[120.323631,31.575461],[120.325673,31.573679],[120.323805,31.572321],[120.319189,31.578953],[120.321046,31.579553],[120.319015,31.581326],[120.317506,31.579624],[120.319091,31.577551],[120.316843,31.576475],[120.316571,31.578415],[120.315094,31.575919],[120.317017,31.574438],[120.313954,31.573891],[120.317332,31.572912],[120.317614,31.574755],[120.319656,31.573723],[120.31958,31.569993],[120.323718,31.569869],[120.320405,31.568687],[120.322491,31.567946],[120.323077,31.562248],[120.32122,31.559558],[120.323642,31.559911],[120.324391,31.556762],[120.334514,31.55677],[120.343073,31.545408],[120.33799,31.543652],[120.335502,31.538967],[120.346505,31.528573],[120.347135,31.527338],[120.338055,31.529138],[120.334612,31.52657],[120.331679,31.522511],[120.330495,31.518805],[120.325695,31.516898],[120.323533,31.513077],[120.322121,31.513836],[120.313639,31.513227],[120.31126,31.514013],[120.307329,31.517401],[120.308241,31.520737],[120.310087,31.520269],[120.311532,31.521699],[120.310294,31.526605],[120.307937,31.524946],[120.303842,31.525114],[120.298227,31.523596],[120.295316,31.525847],[120.29675,31.528291],[120.297076,31.531432],[120.293046,31.532332],[120.291971,31.535262],[120.287855,31.535306],[120.287637,31.537626],[120.285096,31.549828],[120.285368,31.551451],[120.288267,31.554936],[120.289907,31.558191],[120.283,31.565512],[120.27985,31.570195],[120.279524,31.574755],[120.280643,31.577904],[120.27707,31.580497],[120.271954,31.579915],[120.271009,31.581229],[120.268011,31.580338],[120.269065,31.578856],[120.263189,31.578495],[120.25904,31.580259],[120.255489,31.580603],[120.250102,31.583045],[120.244454,31.587657],[120.242531,31.59249],[120.246105,31.600523],[120.244106,31.608846],[120.241565,31.615969],[120.24516,31.618102],[120.246289,31.6208],[120.243878,31.625384],[120.248233,31.626627],[120.253012,31.626741],[120.262331,31.619583],[120.265481,31.621567],[120.266491,31.625578],[120.269728,31.630778],[120.283108,31.6292],[120.282935,31.626521],[120.290168,31.626538],[120.300258,31.624881],[120.305287,31.62288],[120.312553,31.618825],[120.314606,31.619072],[120.314432,31.612989],[120.31794,31.613792],[120.321741,31.613562],[120.340042,31.610486],[120.350013,31.610838],[120.352587,31.607479],[120.352848,31.603847],[120.349231,31.602762],[120.341096,31.60308],[120.340792,31.599958],[120.342334,31.598274],[120.34581,31.590876],[120.347135,31.581326],[120.345886,31.575858]]]]}},{"type":"Feature","properties":{"adcode":320214,"name":"新吴区","center":[120.352782,31.550966],"centroid":[120.429487,31.506686],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":4,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.347135,31.527338],[120.346505,31.528573],[120.335502,31.538967],[120.33799,31.543652],[120.343073,31.545408],[120.334514,31.55677],[120.324391,31.556762],[120.323642,31.559911],[120.32122,31.559558],[120.323077,31.562248],[120.322491,31.567946],[120.320405,31.568687],[120.323718,31.569869],[120.31958,31.569993],[120.319656,31.573723],[120.317614,31.574755],[120.317332,31.572912],[120.313954,31.573891],[120.317017,31.574438],[120.315094,31.575919],[120.316571,31.578415],[120.316843,31.576475],[120.319091,31.577551],[120.317506,31.579624],[120.319015,31.581326],[120.321046,31.579553],[120.319189,31.578953],[120.323805,31.572321],[120.325673,31.573679],[120.323631,31.575461],[120.32702,31.575778],[120.327052,31.5742],[120.32967,31.574041],[120.329518,31.569657],[120.326879,31.570866],[120.326346,31.569349],[120.331332,31.568343],[120.333167,31.569746],[120.333015,31.571527],[120.330202,31.572427],[120.329844,31.574014],[120.332516,31.573873],[120.330593,31.576819],[120.332005,31.577992],[120.334156,31.576493],[120.334253,31.573812],[120.336762,31.573706],[120.336784,31.575187],[120.340346,31.575038],[120.342844,31.576228],[120.345886,31.575858],[120.349557,31.574455],[120.348394,31.570857],[120.346135,31.569516],[120.348905,31.565847],[120.351881,31.568035],[120.362753,31.569031],[120.366913,31.57009],[120.369367,31.573397],[120.372028,31.573679],[120.37811,31.576025],[120.380435,31.575875],[120.385051,31.573776],[120.387321,31.573441],[120.388646,31.570919],[120.392588,31.567408],[120.39677,31.569516],[120.39374,31.573538],[120.394804,31.573635],[120.394522,31.57674],[120.399615,31.580197],[120.414267,31.580691],[120.415733,31.583425],[120.419404,31.581026],[120.422543,31.580823],[120.429288,31.577286],[120.434099,31.576466],[120.439237,31.574676],[120.444178,31.576475],[120.448968,31.571095],[120.448545,31.569631],[120.451477,31.568255],[120.45176,31.5665],[120.455116,31.568061],[120.457831,31.564171],[120.46085,31.565838],[120.466715,31.566791],[120.46614,31.564674],[120.473112,31.563986],[120.472819,31.561066],[120.47623,31.560511],[120.477033,31.558905],[120.481693,31.55954],[120.481334,31.554883],[120.486971,31.555941],[120.490707,31.557414],[120.498647,31.554697],[120.503295,31.552686],[120.504523,31.549493],[120.502774,31.544552],[120.505967,31.542099],[120.504544,31.538791],[120.506782,31.537476],[120.508096,31.534926],[120.513016,31.531547],[120.516959,31.529817],[120.518914,31.527453],[120.523888,31.529244],[120.528786,31.526588],[120.522606,31.521452],[120.52265,31.517869],[120.521455,31.515672],[120.523519,31.514524],[120.521542,31.512609],[120.518251,31.512759],[120.519196,31.508929],[120.521129,31.507402],[120.521118,31.504507],[120.519598,31.504604],[120.518295,31.501718],[120.519804,31.500888],[120.522389,31.504631],[120.525267,31.502583],[120.5253,31.499229],[120.528613,31.497887],[120.531024,31.495327],[120.533055,31.490675],[120.534999,31.487921],[120.542971,31.487612],[120.546197,31.487912],[120.547793,31.486244],[120.552062,31.483825],[120.551236,31.48213],[120.553441,31.477027],[120.54636,31.473133],[120.543568,31.470264],[120.537312,31.468365],[120.53615,31.467094],[120.5311,31.466608],[120.526017,31.46833],[120.523845,31.468357],[120.516003,31.464427],[120.515981,31.460233],[120.517361,31.457831],[120.513852,31.456189],[120.512364,31.45708],[120.50853,31.45565],[120.505044,31.457964],[120.501406,31.457557],[120.495421,31.451093],[120.495758,31.447931],[120.487026,31.44862],[120.484799,31.447481],[120.485418,31.449901],[120.480552,31.449132],[120.474437,31.446571],[120.460177,31.445485],[120.438172,31.44877],[120.431721,31.448647],[120.437477,31.443047],[120.435001,31.442606],[120.430537,31.446395],[120.426584,31.445441],[120.422641,31.448991],[120.418818,31.448382],[120.355823,31.416459],[120.353293,31.461496],[120.359169,31.46795],[120.361221,31.471853],[120.357083,31.47384],[120.354998,31.488539],[120.359755,31.489907],[120.360429,31.491408],[120.354792,31.500879],[120.354031,31.500765],[120.351718,31.507879],[120.356269,31.509379],[120.362579,31.513439],[120.357453,31.518399],[120.347135,31.527338]]]]}},{"type":"Feature","properties":{"adcode":320281,"name":"江阴市","center":[120.275891,31.910984],"centroid":[120.303787,31.832204],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":5,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.581713,31.727632],[120.580257,31.726329],[120.576,31.726153],[120.56806,31.722957],[120.562412,31.723062],[120.551953,31.726734],[120.546968,31.725977],[120.541755,31.723397],[120.535129,31.721653],[120.528504,31.725818],[120.518284,31.734896],[120.50853,31.724762],[120.507336,31.724119],[120.504827,31.713825],[120.498288,31.713402],[120.496312,31.710417],[120.491022,31.70965],[120.492163,31.711905],[120.491272,31.713719],[120.487297,31.715445],[120.485125,31.713728],[120.471907,31.712513],[120.46261,31.716132],[120.461339,31.714503],[120.458309,31.7132],[120.456701,31.710725],[120.452824,31.711456],[120.451173,31.707255],[120.44685,31.706084],[120.432948,31.705309],[120.430309,31.704604],[120.427376,31.70249],[120.41986,31.704498],[120.415375,31.704604],[120.411041,31.703538],[120.402982,31.699522],[120.399398,31.699998],[120.398106,31.697408],[120.394174,31.699231],[120.390307,31.699513],[120.384909,31.695171],[120.382857,31.694202],[120.3776,31.693383],[120.371322,31.691612],[120.366619,31.689137],[120.360135,31.687481],[120.349209,31.689128],[120.346624,31.691145],[120.336013,31.694396],[120.333862,31.698192],[120.319395,31.700746],[120.311336,31.700253],[120.298423,31.698932],[120.292558,31.69909],[120.283662,31.7019],[120.282435,31.70338],[120.276157,31.723168],[120.273714,31.724603],[120.264384,31.722692],[120.261104,31.721002],[120.256933,31.72013],[120.254446,31.724365],[120.248646,31.726928],[120.237361,31.728363],[120.228857,31.727306],[120.224991,31.724779],[120.220494,31.723969],[120.215357,31.724321],[120.206451,31.726065],[120.203942,31.728891],[120.202921,31.735372],[120.203779,31.740381],[120.201161,31.753269],[120.200043,31.757767],[120.196556,31.764774],[120.192527,31.767352],[120.186108,31.783633],[120.185098,31.787681],[120.181242,31.79399],[120.174248,31.801029],[120.176192,31.807267],[120.179244,31.812853],[120.177886,31.814137],[120.172217,31.814947],[120.17049,31.817251],[120.172043,31.823004],[120.165494,31.825564],[120.163919,31.830287],[120.164093,31.832697],[120.167079,31.835485],[120.16999,31.836065],[120.173194,31.838774],[120.172521,31.840867],[120.1768,31.844499],[120.180493,31.849002],[120.184251,31.856124],[120.185185,31.860415],[120.182719,31.864855],[120.175888,31.870209],[120.168795,31.870165],[120.158119,31.867835],[120.151657,31.864187],[120.146161,31.862481],[120.144228,31.858929],[120.122809,31.859342],[120.117401,31.855007],[120.114088,31.855342],[120.098665,31.855553],[120.085469,31.853055],[120.080299,31.84748],[120.060489,31.834517],[120.056405,31.833348],[120.056698,31.831976],[120.051887,31.829152],[120.047966,31.825713],[120.044979,31.821755],[120.032011,31.826074],[120.030251,31.831272],[120.028763,31.832116],[120.025277,31.831677],[120.02279,31.828669],[120.022225,31.826654],[120.019292,31.822802],[120.014557,31.824948],[120.011331,31.823849],[120.009811,31.826989],[120.006292,31.825317],[120.003359,31.828246],[120.003685,31.838598],[120.000709,31.837859],[120.001187,31.840559],[120.000459,31.845616],[119.997342,31.845941],[119.99681,31.848984],[119.992911,31.84945],[119.990152,31.852809],[119.990217,31.854867],[119.995029,31.855939],[120.003272,31.859158],[120.005097,31.862543],[120.007997,31.8638],[120.007997,31.866886],[120.010506,31.867809],[120.013199,31.871686],[120.010223,31.873814],[120.01069,31.875546],[120.014774,31.881787],[120.009018,31.882868],[120.008518,31.885496],[120.006324,31.889127],[120.002555,31.8891],[120.000188,31.892537],[119.997831,31.894348],[120.001915,31.901484],[120.000894,31.905571],[120.005477,31.911889],[120.014991,31.914754],[120.022409,31.919692],[120.014405,31.927073],[120.011342,31.929331],[120.007399,31.935929],[120.008192,31.94033],[120.007649,31.947999],[120.008779,31.951293],[120.010832,31.953805],[120.01485,31.955149],[120.022399,31.967752],[120.064909,31.955465],[120.134811,31.939381],[120.175247,31.933829],[120.205875,31.931519],[120.236601,31.932907],[120.262994,31.941841],[120.294165,31.954886],[120.353054,31.980635],[120.370703,31.99082],[120.368878,31.961086],[120.371594,31.954956],[120.373527,31.946435],[120.375341,31.941727],[120.385996,31.935621],[120.390307,31.932195],[120.391252,31.928602],[120.390481,31.925852],[120.381065,31.918884],[120.379349,31.914148],[120.379761,31.912188],[120.38265,31.910949],[120.385214,31.911722],[120.385138,31.909534],[120.38857,31.909218],[120.390905,31.907926],[120.392067,31.905307],[120.396411,31.908181],[120.39791,31.90616],[120.40131,31.90536],[120.402385,31.907381],[120.40774,31.905518],[120.424998,31.898399],[120.436847,31.895604],[120.449544,31.891948],[120.466498,31.889979],[120.466574,31.887791],[120.468822,31.879616],[120.471299,31.879203],[120.484593,31.87442],[120.490881,31.871335],[120.492261,31.86547],[120.496073,31.860881],[120.502057,31.85215],[120.503274,31.841711],[120.508292,31.84369],[120.514428,31.841527],[120.517393,31.837947],[120.521977,31.834183],[120.528808,31.831351],[120.531306,31.827851],[120.529319,31.821324],[120.530839,31.81704],[120.529959,31.814674],[120.523693,31.810531],[120.522541,31.80629],[120.523942,31.801293],[120.526516,31.795548],[120.531154,31.793207],[120.531556,31.787796],[120.544394,31.787136],[120.544502,31.789468],[120.546229,31.791922],[120.548923,31.792054],[120.555483,31.794069],[120.555852,31.786872],[120.558383,31.78571],[120.57071,31.793779],[120.580735,31.784795],[120.584243,31.782146],[120.58874,31.771603],[120.589402,31.766182],[120.588533,31.762556],[120.594833,31.760434],[120.597668,31.75503],[120.600024,31.744625],[120.598754,31.742802],[120.594822,31.741138],[120.593323,31.738171],[120.589435,31.73494],[120.585601,31.735407],[120.584352,31.734465],[120.581713,31.727632]]]]}},{"type":"Feature","properties":{"adcode":320282,"name":"宜兴市","center":[119.820538,31.364384],"centroid":[119.787423,31.352315],"childrenNum":0,"level":"district","parent":{"adcode":320200},"subFeatureIndex":6,"acroutes":[100000,320000,320200]},"geometry":{"type":"MultiPolygon","coordinates":[[[[120.100153,31.335332],[120.110232,31.264001],[119.920011,31.170918],[119.913103,31.169572],[119.900211,31.169182],[119.891305,31.16431],[119.885245,31.162875],[119.883463,31.161538],[119.878359,31.16082],[119.875242,31.162353],[119.86664,31.168314],[119.859406,31.168828],[119.856267,31.170121],[119.851304,31.167827],[119.8476,31.167579],[119.842148,31.168757],[119.837575,31.173673],[119.831808,31.172451],[119.82817,31.17447],[119.826464,31.173204],[119.823782,31.168226],[119.823445,31.165825],[119.82792,31.163363],[119.829744,31.161387],[119.829375,31.158269],[119.823304,31.154132],[119.813583,31.149614],[119.809858,31.148524],[119.806599,31.149392],[119.800995,31.156338],[119.798019,31.157436],[119.794066,31.156205],[119.791274,31.156612],[119.789233,31.159686],[119.789352,31.162158],[119.793392,31.168057],[119.792513,31.171459],[119.790492,31.173204],[119.786626,31.173762],[119.784606,31.176011],[119.779327,31.178784],[119.773039,31.178049],[119.765653,31.173779],[119.762286,31.173363],[119.755357,31.170777],[119.753163,31.171406],[119.747754,31.169661],[119.74467,31.169882],[119.74051,31.173416],[119.738609,31.173585],[119.732864,31.171494],[119.723708,31.169758],[119.715888,31.169572],[119.713107,31.167614],[119.710316,31.158862],[119.707937,31.154025],[119.703875,31.151899],[119.698727,31.153069],[119.693297,31.156958],[119.68275,31.160501],[119.679275,31.167118],[119.678048,31.16819],[119.672606,31.167995],[119.663733,31.165958],[119.66294,31.164798],[119.662516,31.159855],[119.660072,31.15896],[119.656401,31.155283],[119.649374,31.154105],[119.645768,31.150464],[119.641554,31.148116],[119.637775,31.140488],[119.638122,31.135526],[119.63078,31.131255],[119.621972,31.130032],[119.616052,31.130094],[119.613728,31.129181],[119.609775,31.123811],[119.602802,31.112139],[119.599782,31.10917],[119.592115,31.110056],[119.581992,31.108647],[119.576507,31.110269],[119.574096,31.113991],[119.571326,31.129013],[119.564039,31.135871],[119.560259,31.140718],[119.554188,31.143996],[119.545835,31.14785],[119.541382,31.152333],[119.534518,31.158109],[119.532596,31.159093],[119.536625,31.167889],[119.543022,31.17548],[119.546378,31.176038],[119.548963,31.177942],[119.552374,31.177969],[119.553579,31.179156],[119.553188,31.183168],[119.554296,31.191678],[119.552765,31.201083],[119.552971,31.208635],[119.552558,31.212389],[119.550745,31.21617],[119.553851,31.221048],[119.551233,31.224952],[119.544152,31.226864],[119.536115,31.233494],[119.534475,31.236761],[119.530793,31.237283],[119.529066,31.23931],[119.522593,31.242169],[119.528588,31.247506],[119.527122,31.25232],[119.531553,31.2564],[119.532183,31.258586],[119.530478,31.268965],[119.535669,31.272505],[119.535528,31.275964],[119.530956,31.277663],[119.530912,31.279946],[119.533041,31.285404],[119.531401,31.287864],[119.535094,31.290907],[119.533671,31.294269],[119.527187,31.29794],[119.523679,31.301142],[119.522929,31.310924],[119.51966,31.313418],[119.520029,31.318247],[119.52672,31.327152],[119.53051,31.330875],[119.530728,31.339293],[119.528523,31.344969],[119.527589,31.360334],[119.528164,31.36524],[119.530434,31.370826],[119.534833,31.378039],[119.535702,31.381733],[119.540687,31.390155],[119.541741,31.394715],[119.541111,31.398585],[119.539666,31.400732],[119.537364,31.40143],[119.535974,31.406078],[119.536484,31.408216],[119.546639,31.413243],[119.553351,31.411724],[119.553797,31.415399],[119.556034,31.415143],[119.553905,31.417263],[119.553004,31.421981],[119.554383,31.422051],[119.554818,31.426141],[119.554557,31.433888],[119.556914,31.433897],[119.567514,31.432369],[119.576703,31.430726],[119.578256,31.432228],[119.578343,31.434551],[119.582524,31.437501],[119.582589,31.444823],[119.583317,31.446059],[119.587868,31.445803],[119.589595,31.447658],[119.590029,31.45225],[119.588433,31.454873],[119.589519,31.458352],[119.59143,31.460878],[119.591745,31.463059],[119.588357,31.464577],[119.588335,31.466688],[119.58411,31.465822],[119.565146,31.464339],[119.563572,31.468507],[119.565179,31.471385],[119.571891,31.471103],[119.57301,31.472039],[119.57515,31.480797],[119.573118,31.482624],[119.571652,31.488566],[119.567981,31.490419],[119.566406,31.492812],[119.567025,31.494798],[119.567015,31.504719],[119.568883,31.506775],[119.574259,31.505805],[119.579266,31.503148],[119.583621,31.504542],[119.584783,31.507314],[119.58613,31.514171],[119.58852,31.520111],[119.59307,31.529279],[119.593603,31.532209],[119.595883,31.535306],[119.601227,31.539029],[119.605278,31.549219],[119.607863,31.55318],[119.613315,31.557899],[119.61779,31.559364],[119.627934,31.55992],[119.63078,31.563677],[119.637655,31.568211],[119.640653,31.569084],[119.644443,31.572956],[119.646789,31.577683],[119.642684,31.582357],[119.642488,31.588672],[119.640055,31.590797],[119.641131,31.592851],[119.641239,31.596176],[119.639382,31.600258],[119.644128,31.604711],[119.64982,31.60516],[119.657944,31.609304],[119.661148,31.610186],[119.666774,31.6106],[119.67303,31.609322],[119.674985,31.604226],[119.677885,31.603318],[119.684955,31.604023],[119.690342,31.595241],[119.694122,31.587966],[119.694567,31.584192],[119.698021,31.581414],[119.699791,31.576554],[119.707318,31.577472],[119.709968,31.575999],[119.710044,31.568555],[119.712694,31.560325],[119.712901,31.558305],[119.715247,31.555985],[119.721199,31.556867],[119.725619,31.561031],[119.727759,31.562125],[119.733265,31.563157],[119.737251,31.561481],[119.746114,31.560272],[119.74795,31.558773],[119.755976,31.557026],[119.763905,31.554442],[119.768553,31.553789],[119.778904,31.554689],[119.792176,31.553383],[119.804101,31.54989],[119.807403,31.548504],[119.820697,31.537247],[119.832351,31.529191],[119.84192,31.528467],[119.847796,31.5298],[119.852955,31.534282],[119.856202,31.538835],[119.860069,31.543052],[119.861882,31.546264],[119.864,31.546017],[119.87762,31.546925],[119.890121,31.546546],[119.897594,31.546749],[119.90247,31.547746],[119.911062,31.548257],[119.921369,31.549863],[119.935629,31.552712],[119.94157,31.547684],[119.942483,31.546325],[119.948359,31.543379],[119.958796,31.540264],[119.966171,31.537194],[119.971721,31.535967],[119.973795,31.528361],[119.973567,31.515857],[119.981539,31.511471],[119.989924,31.50373],[119.996115,31.497499],[119.996919,31.501338],[119.997157,31.508117],[120.005553,31.503316],[120.009083,31.504454],[120.015795,31.505443],[120.018489,31.50464],[120.022084,31.501736],[120.030979,31.500209],[120.036203,31.497878],[120.037626,31.494754],[120.045489,31.490252],[120.043361,31.486094],[120.046195,31.479782],[120.044251,31.46969],[120.037604,31.425894],[120.03453,31.418597],[120.027851,31.409047],[120.021074,31.383006],[120.020943,31.374203],[120.023702,31.364948],[120.032076,31.353377],[120.041764,31.34588],[120.060662,31.339143],[120.068743,31.336879],[120.089585,31.332449],[120.100153,31.335332]]]]}}]}', N'admin', N'2020-12-15 11:59:13.0000000', NULL, N'2020-12-15 11:59:13.0000000', N'0', NULL) +GO + +INSERT INTO [dbo].[jimu_report_map] ([id], [label], [name], [data], [create_by], [create_time], [update_by], [update_time], [del_flag], [sys_org_code]) VALUES (N'570159017392984064', NULL, N'100000', N'{ +"type": "FeatureCollection", +"name": "100000_full", +"features": [ +{ "type": "Feature", "properties": { "adcode": "110000", "name": "北京市", "center": [ 116.405285, 39.904989 ], "centroid": [ 116.41995, 40.18994 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 0, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.348611, 40.581141 ], [ 117.348611, 40.581141 ], [ 117.269771, 40.560684 ], [ 117.247597, 40.539766 ], [ 117.262995, 40.512927 ], [ 117.208793, 40.501552 ], [ 117.263611, 40.442367 ], [ 117.234046, 40.417312 ], [ 117.226039, 40.368997 ], [ 117.243285, 40.369453 ], [ 117.271618, 40.325211 ], [ 117.271618, 40.325211 ], [ 117.295024, 40.2782 ], [ 117.331365, 40.289613 ], [ 117.351075, 40.229786 ], [ 117.389879, 40.227958 ], [ 117.383719, 40.188195 ], [ 117.367089, 40.172649 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.172649 ], [ 117.349227, 40.136513 ], [ 117.307343, 40.136971 ], [ 117.274082, 40.105852 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.224191, 40.094865 ], [ 117.224191, 40.094865 ], [ 117.210024, 40.082045 ], [ 117.204481, 40.069681 ], [ 117.159517, 40.077008 ], [ 117.140423, 40.064185 ], [ 117.105315, 40.074261 ], [ 117.105315, 40.074261 ], [ 117.051728, 40.059605 ], [ 117.025243, 40.030283 ], [ 116.945171, 40.04128 ], [ 116.927924, 40.055024 ], [ 116.867562, 40.041739 ], [ 116.831222, 40.051359 ], [ 116.820135, 40.02845 ], [ 116.781331, 40.034866 ], [ 116.757925, 39.967934 ], [ 116.782563, 39.947749 ], [ 116.78441, 39.891294 ], [ 116.812128, 39.889916 ], [ 116.865714, 39.843982 ], [ 116.907598, 39.832494 ], [ 116.918069, 39.84628 ], [ 116.949482, 39.778703 ], [ 116.902055, 39.763523 ], [ 116.916837, 39.731314 ], [ 116.887272, 39.72533 ], [ 116.889736, 39.687576 ], [ 116.90575, 39.688037 ], [ 116.906366, 39.677444 ], [ 116.8497, 39.66777 ], [ 116.812128, 39.615695 ], [ 116.79057, 39.595868 ], [ 116.748686, 39.619844 ], [ 116.709266, 39.618 ], [ 116.726512, 39.595407 ], [ 116.726512, 39.595407 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.664918, 39.605552 ], [ 116.620571, 39.601863 ], [ 116.592237, 39.621227 ], [ 116.592237, 39.621227 ], [ 116.524484, 39.596329 ], [ 116.50847, 39.551122 ], [ 116.473361, 39.552968 ], [ 116.478289, 39.535431 ], [ 116.437637, 39.526661 ], [ 116.443796, 39.510041 ], [ 116.401912, 39.528046 ], [ 116.411767, 39.482794 ], [ 116.444412, 39.482332 ], [ 116.454883, 39.453226 ], [ 116.434557, 39.442597 ], [ 116.361876, 39.455074 ], [ 116.361876, 39.455074 ], [ 116.337854, 39.455536 ], [ 116.307057, 39.488337 ], [ 116.257782, 39.500344 ], [ 116.240536, 39.564041 ], [ 116.198652, 39.589412 ], [ 116.151841, 39.583416 ], [ 116.130283, 39.567732 ], [ 116.09887, 39.575113 ], [ 116.036044, 39.571884 ], [ 116.026189, 39.587567 ], [ 115.995392, 39.576958 ], [ 115.978146, 39.595868 ], [ 115.957204, 39.560812 ], [ 115.910393, 39.600479 ], [ 115.910393, 39.600479 ], [ 115.91532, 39.582955 ], [ 115.91532, 39.582955 ], [ 115.867893, 39.546507 ], [ 115.867893, 39.546507 ], [ 115.828473, 39.541431 ], [ 115.821081, 39.522968 ], [ 115.821081, 39.522968 ], [ 115.806299, 39.510041 ], [ 115.806299, 39.510041 ], [ 115.752712, 39.515581 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.724995, 39.5442 ], [ 115.724995, 39.5442 ], [ 115.722531, 39.543738 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.720683, 39.551122 ], [ 115.720683, 39.551122 ], [ 115.718835, 39.553891 ], [ 115.718835, 39.553891 ], [ 115.716988, 39.56035 ], [ 115.716988, 39.56035 ], [ 115.699125, 39.570039 ], [ 115.699125, 39.570039 ], [ 115.698509, 39.577881 ], [ 115.698509, 39.577881 ], [ 115.667712, 39.615234 ], [ 115.633836, 39.599557 ], [ 115.633836, 39.599557 ], [ 115.587024, 39.589873 ], [ 115.545756, 39.618922 ], [ 115.518039, 39.597252 ], [ 115.522351, 39.640124 ], [ 115.478619, 39.650723 ], [ 115.478619, 39.650723 ], [ 115.491554, 39.670074 ], [ 115.486626, 39.741899 ], [ 115.439815, 39.752022 ], [ 115.443511, 39.785601 ], [ 115.483547, 39.798477 ], [ 115.483547, 39.798477 ], [ 115.50572, 39.784222 ], [ 115.552532, 39.794799 ], [ 115.567314, 39.816407 ], [ 115.514344, 39.837549 ], [ 115.526046, 39.87568 ], [ 115.515575, 39.892212 ], [ 115.515575, 39.892212 ], [ 115.522967, 39.899099 ], [ 115.481083, 39.935819 ], [ 115.426264, 39.950502 ], [ 115.428728, 39.984443 ], [ 115.450286, 39.992697 ], [ 115.454597, 40.029825 ], [ 115.485394, 40.040364 ], [ 115.527278, 40.076092 ], [ 115.59072, 40.096239 ], [ 115.599959, 40.119583 ], [ 115.75456, 40.145663 ], [ 115.75456, 40.145663 ], [ 115.773654, 40.176307 ], [ 115.806299, 40.15344 ], [ 115.847567, 40.147036 ], [ 115.855574, 40.188652 ], [ 115.870356, 40.185909 ], [ 115.89869, 40.234354 ], [ 115.968907, 40.264045 ], [ 115.95166, 40.281852 ], [ 115.917784, 40.354405 ], [ 115.864197, 40.359422 ], [ 115.771806, 40.443734 ], [ 115.781045, 40.49336 ], [ 115.736082, 40.503372 ], [ 115.755176, 40.540221 ], [ 115.784741, 40.55841 ], [ 115.819849, 40.55932 ], [ 115.827857, 40.587504 ], [ 115.885139, 40.595229 ], [ 115.907929, 40.617493 ], [ 115.971986, 40.6025 ], [ 115.982457, 40.578868 ], [ 116.005247, 40.583868 ], [ 116.09887, 40.630665 ], [ 116.133979, 40.666536 ], [ 116.162928, 40.662451 ], [ 116.171551, 40.695582 ], [ 116.204812, 40.740035 ], [ 116.22021, 40.744115 ], [ 116.247311, 40.791707 ], [ 116.273181, 40.762703 ], [ 116.311369, 40.754996 ], [ 116.316912, 40.772221 ], [ 116.453651, 40.765876 ], [ 116.46597, 40.774487 ], [ 116.438253, 40.81934 ], [ 116.334159, 40.90443 ], [ 116.339702, 40.929303 ], [ 116.370499, 40.94377 ], [ 116.398216, 40.90624 ], [ 116.477057, 40.899907 ], [ 116.447492, 40.953715 ], [ 116.455499, 40.980828 ], [ 116.519557, 40.98128 ], [ 116.519557, 40.98128 ], [ 116.5676, 40.992574 ], [ 116.598397, 40.974503 ], [ 116.623034, 41.021026 ], [ 116.615643, 41.053076 ], [ 116.647672, 41.059394 ], [ 116.688324, 41.044501 ], [ 116.698795, 41.021477 ], [ 116.677853, 40.970888 ], [ 116.722201, 40.927495 ], [ 116.713577, 40.909858 ], [ 116.759773, 40.889954 ], [ 116.81336, 40.848319 ], [ 116.848468, 40.839264 ], [ 116.924229, 40.773581 ], [ 116.926692, 40.745022 ], [ 116.964881, 40.709647 ], [ 117.012308, 40.693767 ], [ 117.11209, 40.707379 ], [ 117.117018, 40.70012 ], [ 117.208177, 40.694675 ], [ 117.278394, 40.664267 ], [ 117.319662, 40.657911 ], [ 117.342451, 40.673799 ], [ 117.408973, 40.686961 ], [ 117.493973, 40.675161 ], [ 117.514914, 40.660181 ], [ 117.501364, 40.636569 ], [ 117.467487, 40.649738 ], [ 117.467487, 40.649738 ], [ 117.412669, 40.605226 ], [ 117.429915, 40.576141 ], [ 117.389879, 40.561593 ], [ 117.348611, 40.581141 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "120000", "name": "天津市", "center": [ 117.190182, 39.125596 ], "centroid": [ 117.347019, 39.28803 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 1, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.765602, 39.400527 ], [ 117.699696, 39.407463 ], [ 117.673211, 39.386652 ], [ 117.668899, 39.412087 ], [ 117.614081, 39.407001 ], [ 117.601146, 39.419485 ], [ 117.570965, 39.404689 ], [ 117.521074, 39.357043 ], [ 117.536472, 39.338068 ], [ 117.594987, 39.349176 ], [ 117.669515, 39.322792 ], [ 117.670747, 39.35658 ], [ 117.74466, 39.354729 ], [ 117.784696, 39.376938 ], [ 117.805022, 39.373237 ], [ 117.810565, 39.354729 ], [ 117.850601, 39.363984 ], [ 117.850601, 39.363984 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.88879, 39.332051 ], [ 117.919587, 39.318162 ], [ 117.919587, 39.318162 ], [ 117.965782, 39.314921 ], [ 117.965782, 39.314921 ], [ 117.973173, 39.312143 ], [ 117.973173, 39.312143 ], [ 117.979333, 39.300566 ], [ 117.979333, 39.300566 ], [ 117.982412, 39.298714 ], [ 117.982412, 39.298714 ], [ 118.024296, 39.289451 ], [ 118.024296, 39.289451 ], [ 118.036615, 39.264898 ], [ 118.064948, 39.256094 ], [ 118.064948, 39.231065 ], [ 118.037231, 39.220402 ], [ 117.977485, 39.206028 ], [ 117.96455, 39.172631 ], [ 117.871543, 39.122506 ], [ 117.837667, 39.057011 ], [ 117.855529, 38.957492 ], [ 117.898029, 38.948649 ], [ 117.875855, 38.920252 ], [ 117.847522, 38.855502 ], [ 117.778536, 38.869016 ], [ 117.752051, 38.847579 ], [ 117.64611, 38.828933 ], [ 117.646725, 38.788827 ], [ 117.671363, 38.772032 ], [ 117.740964, 38.753833 ], [ 117.740964, 38.700141 ], [ 117.729261, 38.680055 ], [ 117.65658, 38.66043 ], [ 117.639334, 38.626776 ], [ 117.55803, 38.613683 ], [ 117.47919, 38.616489 ], [ 117.432379, 38.601524 ], [ 117.368937, 38.564566 ], [ 117.25314, 38.556143 ], [ 117.238358, 38.580943 ], [ 117.258684, 38.608072 ], [ 117.258684, 38.608072 ], [ 117.213104, 38.639866 ], [ 117.213104, 38.639866 ], [ 117.183539, 38.61836 ], [ 117.183539, 38.61836 ], [ 117.150894, 38.617892 ], [ 117.109626, 38.584685 ], [ 117.070822, 38.608072 ], [ 117.055424, 38.639398 ], [ 117.068358, 38.680522 ], [ 117.038793, 38.688464 ], [ 116.95133, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.95133, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.877417, 38.680522 ], [ 116.858939, 38.741231 ], [ 116.794265, 38.744498 ], [ 116.794265, 38.744498 ], [ 116.746222, 38.754299 ], [ 116.737599, 38.784629 ], [ 116.75115, 38.831264 ], [ 116.723432, 38.852706 ], [ 116.722201, 38.896968 ], [ 116.708034, 38.931892 ], [ 116.72836, 38.975174 ], [ 116.754845, 39.003084 ], [ 116.754229, 39.034701 ], [ 116.754229, 39.034701 ], [ 116.783179, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.871874, 39.054688 ], [ 116.912526, 39.110898 ], [ 116.91191, 39.111362 ], [ 116.91191, 39.111362 ], [ 116.912526, 39.110898 ], [ 116.909446, 39.150822 ], [ 116.870026, 39.153607 ], [ 116.855859, 39.215766 ], [ 116.881729, 39.225966 ], [ 116.881729, 39.225966 ], [ 116.87249, 39.291304 ], [ 116.889736, 39.338068 ], [ 116.870642, 39.357506 ], [ 116.829374, 39.338994 ], [ 116.818287, 39.3737 ], [ 116.840461, 39.378326 ], [ 116.839845, 39.413474 ], [ 116.876185, 39.43474 ], [ 116.832454, 39.435664 ], [ 116.785026, 39.465702 ], [ 116.820751, 39.482332 ], [ 116.819519, 39.528507 ], [ 116.78749, 39.554352 ], [ 116.808432, 39.576497 ], [ 116.812128, 39.615695 ], [ 116.8497, 39.66777 ], [ 116.906366, 39.677444 ], [ 116.90575, 39.688037 ], [ 116.932236, 39.706456 ], [ 116.932236, 39.706456 ], [ 116.944555, 39.695405 ], [ 116.944555, 39.695405 ], [ 116.948866, 39.680668 ], [ 116.948866, 39.680668 ], [ 116.964265, 39.64335 ], [ 116.983359, 39.638742 ], [ 116.983359, 39.638742 ], [ 117.016004, 39.653949 ], [ 117.10901, 39.625375 ], [ 117.10901, 39.625375 ], [ 117.152742, 39.623532 ], [ 117.177996, 39.645194 ], [ 117.165061, 39.718886 ], [ 117.165061, 39.718886 ], [ 117.161981, 39.748801 ], [ 117.205713, 39.763984 ], [ 117.15767, 39.796638 ], [ 117.156438, 39.817326 ], [ 117.192162, 39.832953 ], [ 117.251908, 39.834332 ], [ 117.247597, 39.860981 ], [ 117.227887, 39.852712 ], [ 117.162597, 39.876598 ], [ 117.162597, 39.876598 ], [ 117.150894, 39.944996 ], [ 117.198322, 39.992697 ], [ 117.192162, 40.066475 ], [ 117.210024, 40.082045 ], [ 117.224191, 40.094865 ], [ 117.224191, 40.094865 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.254988, 40.114548 ], [ 117.274082, 40.105852 ], [ 117.307343, 40.136971 ], [ 117.349227, 40.136513 ], [ 117.367089, 40.172649 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.173106 ], [ 117.367089, 40.172649 ], [ 117.383719, 40.188195 ], [ 117.389879, 40.227958 ], [ 117.415748, 40.248973 ], [ 117.450241, 40.252627 ], [ 117.505059, 40.227044 ], [ 117.548791, 40.232527 ], [ 117.571581, 40.219276 ], [ 117.576508, 40.178593 ], [ 117.609769, 40.160301 ], [ 117.609769, 40.160301 ], [ 117.613465, 40.158014 ], [ 117.613465, 40.158014 ], [ 117.651653, 40.122786 ], [ 117.651653, 40.122786 ], [ 117.654117, 40.114548 ], [ 117.654117, 40.114548 ], [ 117.655965, 40.109514 ], [ 117.655965, 40.109514 ], [ 117.675059, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.752667, 40.081588 ], [ 117.776073, 40.059605 ], [ 117.74774, 40.047236 ], [ 117.744044, 40.018368 ], [ 117.768681, 40.022034 ], [ 117.768681, 40.022034 ], [ 117.793319, 40.005534 ], [ 117.793319, 40.005534 ], [ 117.795167, 39.996823 ], [ 117.795167, 39.996823 ], [ 117.781616, 39.966558 ], [ 117.781616, 39.966558 ], [ 117.756363, 39.965181 ], [ 117.691073, 39.984902 ], [ 117.671363, 39.973896 ], [ 117.614697, 39.97252 ], [ 117.594987, 39.994531 ], [ 117.594987, 39.994531 ], [ 117.546327, 39.999116 ], [ 117.534625, 39.954631 ], [ 117.514914, 39.946832 ], [ 117.513067, 39.910576 ], [ 117.513067, 39.910576 ], [ 117.512451, 39.90874 ], [ 117.512451, 39.90874 ], [ 117.508139, 39.901854 ], [ 117.508139, 39.901854 ], [ 117.529081, 39.859144 ], [ 117.529081, 39.859144 ], [ 117.561726, 39.799856 ], [ 117.546327, 39.775943 ], [ 117.56111, 39.754782 ], [ 117.595603, 39.74604 ], [ 117.57774, 39.726711 ], [ 117.627015, 39.703693 ], [ 117.668899, 39.666849 ], [ 117.66274, 39.636437 ], [ 117.637486, 39.603246 ], [ 117.654117, 39.575113 ], [ 117.684914, 39.58895 ], [ 117.707088, 39.576036 ], [ 117.715711, 39.529892 ], [ 117.745276, 39.547892 ], [ 117.753899, 39.579726 ], [ 117.753899, 39.579726 ], [ 117.766834, 39.598635 ], [ 117.829659, 39.589873 ], [ 117.868464, 39.59679 ], [ 117.933753, 39.574191 ], [ 117.904804, 39.533585 ], [ 117.912195, 39.517428 ], [ 117.912195, 39.517428 ], [ 117.899877, 39.474479 ], [ 117.870311, 39.455074 ], [ 117.871543, 39.411625 ], [ 117.846906, 39.407926 ], [ 117.765602, 39.400527 ] ] ], [ [ [ 117.805022, 39.373237 ], [ 117.784696, 39.376938 ], [ 117.765602, 39.400527 ], [ 117.846906, 39.407926 ], [ 117.852449, 39.380639 ], [ 117.805022, 39.373237 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "130000", "name": "河北省", "center": [ 114.502461, 38.045474 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 2, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.467487, 40.649738 ], [ 117.467487, 40.649738 ], [ 117.501364, 40.636569 ], [ 117.514914, 40.660181 ], [ 117.493973, 40.675161 ], [ 117.408973, 40.686961 ], [ 117.342451, 40.673799 ], [ 117.319662, 40.657911 ], [ 117.278394, 40.664267 ], [ 117.208177, 40.694675 ], [ 117.117018, 40.70012 ], [ 117.11209, 40.707379 ], [ 117.012308, 40.693767 ], [ 116.964881, 40.709647 ], [ 116.926692, 40.745022 ], [ 116.924229, 40.773581 ], [ 116.848468, 40.839264 ], [ 116.81336, 40.848319 ], [ 116.759773, 40.889954 ], [ 116.713577, 40.909858 ], [ 116.722201, 40.927495 ], [ 116.677853, 40.970888 ], [ 116.698795, 41.021477 ], [ 116.688324, 41.044501 ], [ 116.647672, 41.059394 ], [ 116.615643, 41.053076 ], [ 116.623034, 41.021026 ], [ 116.598397, 40.974503 ], [ 116.5676, 40.992574 ], [ 116.519557, 40.98128 ], [ 116.519557, 40.98128 ], [ 116.455499, 40.980828 ], [ 116.447492, 40.953715 ], [ 116.477057, 40.899907 ], [ 116.398216, 40.90624 ], [ 116.370499, 40.94377 ], [ 116.339702, 40.929303 ], [ 116.334159, 40.90443 ], [ 116.438253, 40.81934 ], [ 116.46597, 40.774487 ], [ 116.453651, 40.765876 ], [ 116.316912, 40.772221 ], [ 116.311369, 40.754996 ], [ 116.273181, 40.762703 ], [ 116.247311, 40.791707 ], [ 116.22021, 40.744115 ], [ 116.204812, 40.740035 ], [ 116.171551, 40.695582 ], [ 116.162928, 40.662451 ], [ 116.133979, 40.666536 ], [ 116.09887, 40.630665 ], [ 116.005247, 40.583868 ], [ 115.982457, 40.578868 ], [ 115.971986, 40.6025 ], [ 115.907929, 40.617493 ], [ 115.885139, 40.595229 ], [ 115.827857, 40.587504 ], [ 115.819849, 40.55932 ], [ 115.784741, 40.55841 ], [ 115.755176, 40.540221 ], [ 115.736082, 40.503372 ], [ 115.781045, 40.49336 ], [ 115.771806, 40.443734 ], [ 115.864197, 40.359422 ], [ 115.917784, 40.354405 ], [ 115.95166, 40.281852 ], [ 115.968907, 40.264045 ], [ 115.89869, 40.234354 ], [ 115.870356, 40.185909 ], [ 115.855574, 40.188652 ], [ 115.847567, 40.147036 ], [ 115.806299, 40.15344 ], [ 115.773654, 40.176307 ], [ 115.75456, 40.145663 ], [ 115.75456, 40.145663 ], [ 115.599959, 40.119583 ], [ 115.59072, 40.096239 ], [ 115.527278, 40.076092 ], [ 115.485394, 40.040364 ], [ 115.454597, 40.029825 ], [ 115.450286, 39.992697 ], [ 115.428728, 39.984443 ], [ 115.426264, 39.950502 ], [ 115.481083, 39.935819 ], [ 115.522967, 39.899099 ], [ 115.515575, 39.892212 ], [ 115.515575, 39.892212 ], [ 115.526046, 39.87568 ], [ 115.514344, 39.837549 ], [ 115.567314, 39.816407 ], [ 115.552532, 39.794799 ], [ 115.50572, 39.784222 ], [ 115.483547, 39.798477 ], [ 115.483547, 39.798477 ], [ 115.443511, 39.785601 ], [ 115.439815, 39.752022 ], [ 115.486626, 39.741899 ], [ 115.491554, 39.670074 ], [ 115.478619, 39.650723 ], [ 115.478619, 39.650723 ], [ 115.522351, 39.640124 ], [ 115.518039, 39.597252 ], [ 115.545756, 39.618922 ], [ 115.587024, 39.589873 ], [ 115.633836, 39.599557 ], [ 115.633836, 39.599557 ], [ 115.667712, 39.615234 ], [ 115.698509, 39.577881 ], [ 115.698509, 39.577881 ], [ 115.699125, 39.570039 ], [ 115.699125, 39.570039 ], [ 115.716988, 39.56035 ], [ 115.716988, 39.56035 ], [ 115.718835, 39.553891 ], [ 115.718835, 39.553891 ], [ 115.720683, 39.551122 ], [ 115.720683, 39.551122 ], [ 115.722531, 39.5442 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.5442 ], [ 115.722531, 39.543738 ], [ 115.721299, 39.543738 ], [ 115.722531, 39.543738 ], [ 115.724995, 39.5442 ], [ 115.724995, 39.5442 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.738545, 39.540046 ], [ 115.738545, 39.539585 ], [ 115.752712, 39.515581 ], [ 115.806299, 39.510041 ], [ 115.806299, 39.510041 ], [ 115.821081, 39.522968 ], [ 115.821081, 39.522968 ], [ 115.828473, 39.541431 ], [ 115.867893, 39.546507 ], [ 115.867893, 39.546507 ], [ 115.91532, 39.582955 ], [ 115.91532, 39.582955 ], [ 115.910393, 39.600479 ], [ 115.910393, 39.600479 ], [ 115.957204, 39.560812 ], [ 115.978146, 39.595868 ], [ 115.995392, 39.576958 ], [ 116.026189, 39.587567 ], [ 116.036044, 39.571884 ], [ 116.09887, 39.575113 ], [ 116.130283, 39.567732 ], [ 116.151841, 39.583416 ], [ 116.198652, 39.589412 ], [ 116.240536, 39.564041 ], [ 116.257782, 39.500344 ], [ 116.307057, 39.488337 ], [ 116.337854, 39.455536 ], [ 116.361876, 39.455074 ], [ 116.361876, 39.455074 ], [ 116.434557, 39.442597 ], [ 116.454883, 39.453226 ], [ 116.444412, 39.482332 ], [ 116.411767, 39.482794 ], [ 116.401912, 39.528046 ], [ 116.443796, 39.510041 ], [ 116.437637, 39.526661 ], [ 116.478289, 39.535431 ], [ 116.473361, 39.552968 ], [ 116.50847, 39.551122 ], [ 116.524484, 39.596329 ], [ 116.592237, 39.621227 ], [ 116.592237, 39.621227 ], [ 116.620571, 39.601863 ], [ 116.664918, 39.605552 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.723432, 39.59264 ], [ 116.724048, 39.59264 ], [ 116.726512, 39.595407 ], [ 116.726512, 39.595407 ], [ 116.709266, 39.618 ], [ 116.748686, 39.619844 ], [ 116.79057, 39.595868 ], [ 116.812128, 39.615695 ], [ 116.808432, 39.576497 ], [ 116.78749, 39.554352 ], [ 116.819519, 39.528507 ], [ 116.820751, 39.482332 ], [ 116.785026, 39.465702 ], [ 116.832454, 39.435664 ], [ 116.876185, 39.43474 ], [ 116.839845, 39.413474 ], [ 116.840461, 39.378326 ], [ 116.818287, 39.3737 ], [ 116.829374, 39.338994 ], [ 116.870642, 39.357506 ], [ 116.889736, 39.338068 ], [ 116.87249, 39.291304 ], [ 116.881729, 39.225966 ], [ 116.881729, 39.225966 ], [ 116.855859, 39.215766 ], [ 116.870026, 39.153607 ], [ 116.909446, 39.150822 ], [ 116.912526, 39.110898 ], [ 116.91191, 39.111362 ], [ 116.91191, 39.111362 ], [ 116.912526, 39.110898 ], [ 116.871874, 39.054688 ], [ 116.812744, 39.05097 ], [ 116.812744, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.783179, 39.05097 ], [ 116.754229, 39.034701 ], [ 116.754229, 39.034701 ], [ 116.754845, 39.003084 ], [ 116.72836, 38.975174 ], [ 116.708034, 38.931892 ], [ 116.722201, 38.896968 ], [ 116.723432, 38.852706 ], [ 116.75115, 38.831264 ], [ 116.737599, 38.784629 ], [ 116.746222, 38.754299 ], [ 116.794265, 38.744498 ], [ 116.794265, 38.744498 ], [ 116.858939, 38.741231 ], [ 116.877417, 38.680522 ], [ 116.948866, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.95133, 38.689398 ], [ 116.950714, 38.689398 ], [ 116.948866, 38.689398 ], [ 116.95133, 38.689398 ], [ 117.038793, 38.688464 ], [ 117.068358, 38.680522 ], [ 117.055424, 38.639398 ], [ 117.070822, 38.608072 ], [ 117.109626, 38.584685 ], [ 117.150894, 38.617892 ], [ 117.183539, 38.61836 ], [ 117.183539, 38.61836 ], [ 117.213104, 38.639866 ], [ 117.213104, 38.639866 ], [ 117.258684, 38.608072 ], [ 117.258684, 38.608072 ], [ 117.238358, 38.580943 ], [ 117.25314, 38.556143 ], [ 117.368937, 38.564566 ], [ 117.432379, 38.601524 ], [ 117.47919, 38.616489 ], [ 117.55803, 38.613683 ], [ 117.639334, 38.626776 ], [ 117.638102, 38.54491 ], [ 117.68553, 38.539293 ], [ 117.644878, 38.52759 ], [ 117.678754, 38.477008 ], [ 117.72495, 38.457328 ], [ 117.730493, 38.424985 ], [ 117.781, 38.373862 ], [ 117.84629, 38.368232 ], [ 117.937449, 38.387936 ], [ 117.957775, 38.376208 ], [ 117.948536, 38.346644 ], [ 117.895565, 38.301572 ], [ 117.848754, 38.255062 ], [ 117.808718, 38.22827 ], [ 117.789007, 38.180772 ], [ 117.766834, 38.158658 ], [ 117.771145, 38.134655 ], [ 117.746508, 38.12524 ], [ 117.704624, 38.076262 ], [ 117.586979, 38.071551 ], [ 117.557414, 38.046105 ], [ 117.557414, 38.046105 ], [ 117.524154, 37.989527 ], [ 117.513067, 37.94329 ], [ 117.481038, 37.914967 ], [ 117.438538, 37.854035 ], [ 117.400966, 37.844584 ], [ 117.320278, 37.861596 ], [ 117.271618, 37.839858 ], [ 117.185387, 37.849783 ], [ 117.150278, 37.839385 ], [ 117.074518, 37.848837 ], [ 117.027091, 37.832296 ], [ 116.919301, 37.846002 ], [ 116.837997, 37.835132 ], [ 116.804736, 37.848837 ], [ 116.753613, 37.793054 ], [ 116.753613, 37.77035 ], [ 116.724664, 37.744327 ], [ 116.679085, 37.728708 ], [ 116.66307, 37.686096 ], [ 116.604556, 37.624975 ], [ 116.575607, 37.610754 ], [ 116.4826, 37.521573 ], [ 116.448108, 37.503059 ], [ 116.433941, 37.473142 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.36742, 37.566177 ], [ 116.336007, 37.581355 ], [ 116.295355, 37.554316 ], [ 116.278724, 37.524895 ], [ 116.290427, 37.484065 ], [ 116.27626, 37.466967 ], [ 116.240536, 37.489764 ], [ 116.240536, 37.489764 ], [ 116.224522, 37.479791 ], [ 116.243, 37.447965 ], [ 116.226369, 37.428007 ], [ 116.2855, 37.404241 ], [ 116.236224, 37.361442 ], [ 116.193109, 37.365723 ], [ 116.169087, 37.384271 ], [ 116.106261, 37.368577 ], [ 116.085935, 37.373809 ], [ 116.024341, 37.360015 ], [ 115.975682, 37.337179 ], [ 115.969523, 37.239572 ], [ 115.909777, 37.20669 ], [ 115.91224, 37.177132 ], [ 115.879596, 37.150901 ], [ 115.888219, 37.112254 ], [ 115.85619, 37.060694 ], [ 115.776734, 36.992848 ], [ 115.79706, 36.968945 ], [ 115.75764, 36.902453 ], [ 115.71206, 36.883308 ], [ 115.688654, 36.838777 ], [ 115.686807, 36.810034 ], [ 115.524815, 36.763543 ], [ 115.479851, 36.760187 ], [ 115.451518, 36.702151 ], [ 115.420105, 36.686795 ], [ 115.365902, 36.621979 ], [ 115.355431, 36.627262 ], [ 115.33141, 36.550378 ], [ 115.272895, 36.497476 ], [ 115.291374, 36.460423 ], [ 115.317243, 36.454166 ], [ 115.297533, 36.413239 ], [ 115.340033, 36.398307 ], [ 115.368982, 36.342409 ], [ 115.366518, 36.30914 ], [ 115.423185, 36.32216 ], [ 115.417025, 36.292742 ], [ 115.462605, 36.276339 ], [ 115.466916, 36.258969 ], [ 115.466916, 36.258969 ], [ 115.474923, 36.248352 ], [ 115.483547, 36.148865 ], [ 115.465068, 36.170125 ], [ 115.450902, 36.152248 ], [ 115.376989, 36.128083 ], [ 115.365902, 36.099074 ], [ 115.312931, 36.088436 ], [ 115.30246, 36.127599 ], [ 115.279055, 36.13775 ], [ 115.242098, 36.19138 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.209248 ], [ 115.201446, 36.210214 ], [ 115.201446, 36.210214 ], [ 115.1842, 36.193312 ], [ 115.12507, 36.209731 ], [ 115.104744, 36.172058 ], [ 115.06286, 36.178338 ], [ 115.048693, 36.161912 ], [ 115.04623, 36.112613 ], [ 114.998186, 36.069572 ], [ 114.914419, 36.052155 ], [ 114.926737, 36.089403 ], [ 114.912571, 36.140649 ], [ 114.858368, 36.144516 ], [ 114.857752, 36.127599 ], [ 114.771521, 36.124699 ], [ 114.734564, 36.15563 ], [ 114.720398, 36.140166 ], [ 114.640326, 36.137266 ], [ 114.588587, 36.118414 ], [ 114.586739, 36.141133 ], [ 114.533152, 36.171575 ], [ 114.480181, 36.177855 ], [ 114.466015, 36.197658 ], [ 114.417356, 36.205868 ], [ 114.408117, 36.224699 ], [ 114.356378, 36.230492 ], [ 114.345291, 36.255591 ], [ 114.299095, 36.245938 ], [ 114.257827, 36.263794 ], [ 114.241197, 36.251247 ], [ 114.2104, 36.272962 ], [ 114.203009, 36.245456 ], [ 114.170364, 36.245938 ], [ 114.170364, 36.245938 ], [ 114.175907, 36.264759 ], [ 114.129096, 36.280199 ], [ 114.080437, 36.269585 ], [ 114.04348, 36.303353 ], [ 114.056415, 36.329392 ], [ 114.002828, 36.334214 ], [ 113.981887, 36.31782 ], [ 113.962792, 36.353977 ], [ 113.911054, 36.314927 ], [ 113.882104, 36.353977 ], [ 113.84946, 36.347711 ], [ 113.856851, 36.329392 ], [ 113.813119, 36.332285 ], [ 113.755221, 36.366026 ], [ 113.731199, 36.363135 ], [ 113.708409, 36.423352 ], [ 113.670221, 36.425278 ], [ 113.635729, 36.451277 ], [ 113.587069, 36.460904 ], [ 113.554425, 36.494589 ], [ 113.559968, 36.528741 ], [ 113.588917, 36.547974 ], [ 113.569823, 36.585947 ], [ 113.539642, 36.594116 ], [ 113.54457, 36.62342 ], [ 113.486671, 36.635427 ], [ 113.476816, 36.655114 ], [ 113.506997, 36.705029 ], [ 113.465113, 36.707908 ], [ 113.499606, 36.740527 ], [ 113.535946, 36.732373 ], [ 113.549497, 36.752515 ], [ 113.600004, 36.752995 ], [ 113.680692, 36.789907 ], [ 113.676381, 36.855539 ], [ 113.696707, 36.882351 ], [ 113.731815, 36.878521 ], [ 113.731815, 36.858891 ], [ 113.773083, 36.85506 ], [ 113.792793, 36.894796 ], [ 113.76138, 36.956034 ], [ 113.791561, 36.98759 ], [ 113.771851, 37.016745 ], [ 113.788482, 37.059739 ], [ 113.758301, 37.075497 ], [ 113.773699, 37.107004 ], [ 113.773083, 37.151855 ], [ 113.832213, 37.167594 ], [ 113.853155, 37.215269 ], [ 113.886416, 37.239095 ], [ 113.90243, 37.310052 ], [ 113.962792, 37.355734 ], [ 113.973879, 37.40329 ], [ 114.014531, 37.42468 ], [ 114.036705, 37.494037 ], [ 114.118625, 37.59084 ], [ 114.115545, 37.619761 ], [ 114.139567, 37.675676 ], [ 114.12848, 37.698409 ], [ 114.068118, 37.721608 ], [ 113.993589, 37.706932 ], [ 113.996669, 37.730128 ], [ 114.044712, 37.761834 ], [ 114.006524, 37.813386 ], [ 113.976959, 37.816696 ], [ 113.959097, 37.906468 ], [ 113.936307, 37.922993 ], [ 113.901198, 37.984811 ], [ 113.872249, 37.990471 ], [ 113.876561, 38.055059 ], [ 113.811271, 38.117707 ], [ 113.831597, 38.16854 ], [ 113.797105, 38.162894 ], [ 113.720728, 38.174656 ], [ 113.711489, 38.213695 ], [ 113.678844, 38.20523 ], [ 113.64312, 38.232031 ], [ 113.598772, 38.22733 ], [ 113.570439, 38.237202 ], [ 113.54457, 38.270569 ], [ 113.557504, 38.343359 ], [ 113.525475, 38.383245 ], [ 113.537794, 38.417952 ], [ 113.583374, 38.459671 ], [ 113.5612, 38.485909 ], [ 113.561816, 38.558483 ], [ 113.603084, 38.587024 ], [ 113.612939, 38.645942 ], [ 113.70225, 38.651551 ], [ 113.720728, 38.713218 ], [ 113.775547, 38.709949 ], [ 113.802648, 38.763166 ], [ 113.839605, 38.7585 ], [ 113.836525, 38.795824 ], [ 113.855619, 38.828933 ], [ 113.795257, 38.860628 ], [ 113.776163, 38.885788 ], [ 113.76754, 38.959819 ], [ 113.776779, 38.986804 ], [ 113.80696, 38.989595 ], [ 113.898119, 39.067699 ], [ 113.930148, 39.063517 ], [ 113.961561, 39.100681 ], [ 113.994821, 39.095572 ], [ 114.006524, 39.122971 ], [ 114.050872, 39.135969 ], [ 114.064422, 39.094179 ], [ 114.082901, 39.09325 ], [ 114.082901, 39.09325 ], [ 114.10877, 39.052364 ], [ 114.157429, 39.061194 ], [ 114.180835, 39.049111 ], [ 114.252284, 39.073739 ], [ 114.345907, 39.075133 ], [ 114.369928, 39.107648 ], [ 114.360689, 39.134112 ], [ 114.388406, 39.176807 ], [ 114.443841, 39.174023 ], [ 114.47587, 39.21623 ], [ 114.416124, 39.242654 ], [ 114.437066, 39.259337 ], [ 114.430906, 39.307513 ], [ 114.466631, 39.329736 ], [ 114.469095, 39.400989 ], [ 114.496812, 39.438437 ], [ 114.501739, 39.476789 ], [ 114.532536, 39.486027 ], [ 114.568877, 39.573729 ], [ 114.51529, 39.564964 ], [ 114.49558, 39.608318 ], [ 114.431522, 39.613851 ], [ 114.408117, 39.652106 ], [ 114.409964, 39.761683 ], [ 114.41674, 39.775943 ], [ 114.390254, 39.819165 ], [ 114.406885, 39.833413 ], [ 114.395182, 39.867412 ], [ 114.285545, 39.858225 ], [ 114.286776, 39.871087 ], [ 114.215943, 39.8619 ], [ 114.204241, 39.885324 ], [ 114.229494, 39.899558 ], [ 114.212248, 39.918839 ], [ 114.17406, 39.897722 ], [ 114.067502, 39.922511 ], [ 114.047176, 39.916085 ], [ 114.028082, 39.959218 ], [ 114.029314, 39.985819 ], [ 113.910438, 40.015618 ], [ 113.959097, 40.033491 ], [ 113.989278, 40.11226 ], [ 114.018227, 40.103563 ], [ 114.045944, 40.056856 ], [ 114.086596, 40.071513 ], [ 114.101995, 40.099901 ], [ 114.073046, 40.168533 ], [ 114.073046, 40.168533 ], [ 114.097683, 40.193681 ], [ 114.135871, 40.175392 ], [ 114.180219, 40.191395 ], [ 114.235654, 40.198252 ], [ 114.255364, 40.236182 ], [ 114.292936, 40.230242 ], [ 114.362537, 40.249886 ], [ 114.406269, 40.246232 ], [ 114.46971, 40.268155 ], [ 114.510978, 40.302851 ], [ 114.530688, 40.345283 ], [ 114.481413, 40.34802 ], [ 114.438914, 40.371733 ], [ 114.390254, 40.351213 ], [ 114.381015, 40.36307 ], [ 114.31203, 40.372645 ], [ 114.286161, 40.425057 ], [ 114.299711, 40.44009 ], [ 114.267066, 40.474242 ], [ 114.282465, 40.494725 ], [ 114.293552, 40.55159 ], [ 114.273842, 40.552954 ], [ 114.283081, 40.590685 ], [ 114.236269, 40.607043 ], [ 114.183299, 40.67153 ], [ 114.162357, 40.71373 ], [ 114.134639, 40.737314 ], [ 114.103227, 40.770861 ], [ 114.104458, 40.797597 ], [ 114.080437, 40.790348 ], [ 114.044712, 40.830661 ], [ 114.073661, 40.857372 ], [ 114.055183, 40.867782 ], [ 114.041633, 40.917546 ], [ 114.057647, 40.925234 ], [ 113.994821, 40.938798 ], [ 113.973263, 40.983087 ], [ 113.868554, 41.06887 ], [ 113.819279, 41.09774 ], [ 113.877793, 41.115777 ], [ 113.920293, 41.172112 ], [ 113.960945, 41.171211 ], [ 113.996669, 41.19238 ], [ 114.016379, 41.231999 ], [ 113.992357, 41.269794 ], [ 113.971416, 41.239649 ], [ 113.95109, 41.282837 ], [ 113.914749, 41.294529 ], [ 113.899351, 41.316108 ], [ 113.92522, 41.325546 ], [ 113.94493, 41.392477 ], [ 113.871017, 41.413126 ], [ 113.877793, 41.431076 ], [ 113.919677, 41.454404 ], [ 113.933227, 41.487139 ], [ 113.953553, 41.483553 ], [ 113.976959, 41.505966 ], [ 114.032394, 41.529715 ], [ 114.101379, 41.537779 ], [ 114.230726, 41.513584 ], [ 114.221487, 41.582111 ], [ 114.226414, 41.616572 ], [ 114.259059, 41.623282 ], [ 114.215328, 41.68499 ], [ 114.237501, 41.698843 ], [ 114.206704, 41.7386 ], [ 114.215328, 41.75646 ], [ 114.200545, 41.789934 ], [ 114.282465, 41.863517 ], [ 114.343443, 41.926774 ], [ 114.352066, 41.953484 ], [ 114.419203, 41.942356 ], [ 114.478334, 41.951704 ], [ 114.511594, 41.981962 ], [ 114.467863, 42.025989 ], [ 114.480181, 42.064654 ], [ 114.502355, 42.06732 ], [ 114.510978, 42.110844 ], [ 114.560254, 42.132595 ], [ 114.647717, 42.109512 ], [ 114.675434, 42.12061 ], [ 114.75489, 42.115727 ], [ 114.789383, 42.130819 ], [ 114.79431, 42.149457 ], [ 114.825723, 42.139695 ], [ 114.86268, 42.097967 ], [ 114.860832, 42.054879 ], [ 114.9021, 42.015763 ], [ 114.915035, 41.960605 ], [ 114.923658, 41.871093 ], [ 114.939056, 41.846132 ], [ 114.922426, 41.825175 ], [ 114.868839, 41.813579 ], [ 114.89594, 41.76762 ], [ 114.902716, 41.695715 ], [ 114.895325, 41.636255 ], [ 114.860832, 41.60091 ], [ 115.016049, 41.615229 ], [ 115.056085, 41.602253 ], [ 115.0992, 41.62373 ], [ 115.195287, 41.602253 ], [ 115.20391, 41.571367 ], [ 115.256881, 41.580768 ], [ 115.26612, 41.616124 ], [ 115.290142, 41.622835 ], [ 115.310468, 41.592854 ], [ 115.377605, 41.603148 ], [ 115.345576, 41.635807 ], [ 115.360975, 41.661297 ], [ 115.319091, 41.691693 ], [ 115.346808, 41.712247 ], [ 115.42996, 41.728775 ], [ 115.488474, 41.760924 ], [ 115.519887, 41.76762 ], [ 115.57409, 41.80555 ], [ 115.654162, 41.829189 ], [ 115.688038, 41.867528 ], [ 115.726227, 41.870202 ], [ 115.811226, 41.912525 ], [ 115.834632, 41.93835 ], [ 115.85311, 41.927665 ], [ 115.916552, 41.945027 ], [ 115.954124, 41.874213 ], [ 115.994776, 41.828743 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.034196, 41.782795 ], [ 116.09887, 41.776547 ], [ 116.129051, 41.805996 ], [ 116.106877, 41.831419 ], [ 116.122892, 41.861734 ], [ 116.194341, 41.861734 ], [ 116.212819, 41.885352 ], [ 116.223906, 41.932562 ], [ 116.298434, 41.96817 ], [ 116.310137, 41.997086 ], [ 116.373579, 42.009983 ], [ 116.414231, 41.982407 ], [ 116.393289, 41.942802 ], [ 116.453651, 41.945917 ], [ 116.4826, 41.975734 ], [ 116.510933, 41.974399 ], [ 116.553433, 41.928555 ], [ 116.597165, 41.935679 ], [ 116.639049, 41.929891 ], [ 116.66923, 41.947698 ], [ 116.727744, 41.951259 ], [ 116.748686, 41.984186 ], [ 116.796113, 41.977958 ], [ 116.879881, 42.018431 ], [ 116.890352, 42.092639 ], [ 116.850316, 42.156556 ], [ 116.825062, 42.155669 ], [ 116.789338, 42.200462 ], [ 116.903287, 42.190708 ], [ 116.918685, 42.229716 ], [ 116.897743, 42.297479 ], [ 116.886656, 42.366496 ], [ 116.910678, 42.394789 ], [ 116.910678, 42.394789 ], [ 116.910062, 42.395231 ], [ 116.910062, 42.395231 ], [ 116.921765, 42.403628 ], [ 116.921765, 42.403628 ], [ 116.936547, 42.410256 ], [ 116.936547, 42.410256 ], [ 116.944555, 42.415116 ], [ 116.944555, 42.415116 ], [ 116.97104, 42.427486 ], [ 116.97104, 42.427486 ], [ 116.974736, 42.426603 ], [ 116.974736, 42.426603 ], [ 116.99075, 42.425719 ], [ 116.99075, 42.425719 ], [ 117.005533, 42.43367 ], [ 117.005533, 42.43367 ], [ 117.009228, 42.44957 ], [ 117.009228, 42.44957 ], [ 117.01662, 42.456193 ], [ 117.01662, 42.456193 ], [ 117.080061, 42.463699 ], [ 117.080061, 42.463699 ], [ 117.09546, 42.484004 ], [ 117.135496, 42.468996 ], [ 117.188467, 42.468114 ], [ 117.188467, 42.468114 ], [ 117.275314, 42.481797 ], [ 117.275314, 42.481797 ], [ 117.332596, 42.46105 ], [ 117.332596, 42.46105 ], [ 117.390495, 42.461933 ], [ 117.413284, 42.471645 ], [ 117.410205, 42.519743 ], [ 117.387415, 42.517537 ], [ 117.387415, 42.517537 ], [ 117.434226, 42.557224 ], [ 117.435458, 42.585431 ], [ 117.475494, 42.602613 ], [ 117.530313, 42.590278 ], [ 117.537088, 42.603054 ], [ 117.60053, 42.603054 ], [ 117.667051, 42.582347 ], [ 117.708935, 42.588515 ], [ 117.779768, 42.61847 ], [ 117.801326, 42.612744 ], [ 117.797631, 42.585431 ], [ 117.856761, 42.539148 ], [ 117.874007, 42.510038 ], [ 117.997811, 42.416884 ], [ 118.024296, 42.385064 ], [ 118.008898, 42.346595 ], [ 118.060021, 42.298364 ], [ 118.047702, 42.280656 ], [ 117.974405, 42.25054 ], [ 117.977485, 42.229716 ], [ 118.033535, 42.199132 ], [ 118.106216, 42.172082 ], [ 118.089586, 42.12283 ], [ 118.097593, 42.105072 ], [ 118.155491, 42.081091 ], [ 118.116687, 42.037102 ], [ 118.194296, 42.031324 ], [ 118.220165, 42.058434 ], [ 118.212774, 42.081091 ], [ 118.239259, 42.092639 ], [ 118.27252, 42.083312 ], [ 118.296541, 42.057545 ], [ 118.286686, 42.033991 ], [ 118.239875, 42.024655 ], [ 118.291614, 42.007759 ], [ 118.313788, 41.98819 ], [ 118.306396, 41.940131 ], [ 118.268824, 41.930336 ], [ 118.340273, 41.87243 ], [ 118.335346, 41.845241 ], [ 118.29223, 41.772976 ], [ 118.247266, 41.773869 ], [ 118.236179, 41.80778 ], [ 118.178281, 41.814917 ], [ 118.140093, 41.784134 ], [ 118.132702, 41.733241 ], [ 118.155491, 41.712694 ], [ 118.159187, 41.67605 ], [ 118.206614, 41.650566 ], [ 118.215237, 41.59554 ], [ 118.302701, 41.55256 ], [ 118.315636, 41.512688 ], [ 118.271904, 41.471446 ], [ 118.327338, 41.450816 ], [ 118.348896, 41.428384 ], [ 118.361215, 41.384844 ], [ 118.348896, 41.342622 ], [ 118.380309, 41.312062 ], [ 118.412338, 41.331838 ], [ 118.528135, 41.355202 ], [ 118.629765, 41.346666 ], [ 118.677192, 41.35026 ], [ 118.741866, 41.324198 ], [ 118.770199, 41.352956 ], [ 118.843496, 41.374516 ], [ 118.844727, 41.342622 ], [ 118.890923, 41.300823 ], [ 118.949437, 41.317906 ], [ 118.980234, 41.305769 ], [ 119.092951, 41.293629 ], [ 119.168712, 41.294978 ], [ 119.197661, 41.282837 ], [ 119.211827, 41.308016 ], [ 119.239545, 41.31431 ], [ 119.2494, 41.279689 ], [ 119.209364, 41.244599 ], [ 119.204436, 41.222546 ], [ 119.169943, 41.222996 ], [ 119.189038, 41.198234 ], [ 119.126212, 41.138767 ], [ 119.081248, 41.131555 ], [ 119.080632, 41.095936 ], [ 119.037516, 41.067516 ], [ 118.964836, 41.079246 ], [ 118.937118, 41.052625 ], [ 118.951901, 41.018317 ], [ 119.013495, 41.007479 ], [ 119.00056, 40.967273 ], [ 118.977154, 40.959138 ], [ 118.977154, 40.959138 ], [ 118.916792, 40.969984 ], [ 118.90201, 40.960946 ], [ 118.873061, 40.847866 ], [ 118.845959, 40.822057 ], [ 118.878604, 40.783098 ], [ 118.907553, 40.775394 ], [ 118.895234, 40.75409 ], [ 118.950053, 40.747743 ], [ 118.96114, 40.72008 ], [ 119.011031, 40.687414 ], [ 119.028277, 40.692406 ], [ 119.054763, 40.664721 ], [ 119.115125, 40.666536 ], [ 119.165632, 40.69286 ], [ 119.184726, 40.680153 ], [ 119.14469, 40.632482 ], [ 119.162552, 40.600228 ], [ 119.177951, 40.609315 ], [ 119.230921, 40.603863 ], [ 119.22045, 40.569322 ], [ 119.256175, 40.543404 ], [ 119.30237, 40.530215 ], [ 119.429254, 40.540221 ], [ 119.477913, 40.533399 ], [ 119.503783, 40.553864 ], [ 119.559217, 40.547952 ], [ 119.572152, 40.523846 ], [ 119.553674, 40.502007 ], [ 119.604797, 40.455119 ], [ 119.586934, 40.375381 ], [ 119.598021, 40.334335 ], [ 119.651608, 40.271808 ], [ 119.639289, 40.231613 ], [ 119.639289, 40.231613 ], [ 119.671934, 40.23938 ], [ 119.716898, 40.195966 ], [ 119.745847, 40.207851 ], [ 119.760629, 40.136056 ], [ 119.736608, 40.104936 ], [ 119.772332, 40.08113 ], [ 119.783419, 40.046778 ], [ 119.783419, 40.046778 ], [ 119.787115, 40.041739 ], [ 119.787115, 40.041739 ], [ 119.81668, 40.050443 ], [ 119.81668, 40.050443 ], [ 119.854252, 40.033033 ], [ 119.845629, 40.000949 ], [ 119.845629, 40.000949 ], [ 119.854252, 39.98857 ], [ 119.872114, 39.960594 ], [ 119.842549, 39.956007 ], [ 119.820375, 39.979399 ], [ 119.787115, 39.950502 ], [ 119.726137, 39.940867 ], [ 119.681789, 39.922511 ], [ 119.642369, 39.925264 ], [ 119.620195, 39.904609 ], [ 119.588166, 39.910576 ], [ 119.540739, 39.888079 ], [ 119.520413, 39.840306 ], [ 119.536427, 39.809052 ], [ 119.474217, 39.813189 ], [ 119.366428, 39.734996 ], [ 119.269726, 39.498497 ], [ 119.316537, 39.437051 ], [ 119.317153, 39.4107 ], [ 119.272805, 39.363521 ], [ 119.185342, 39.342234 ], [ 119.121284, 39.281576 ], [ 119.096031, 39.24219 ], [ 119.038132, 39.211593 ], [ 119.023966, 39.187012 ], [ 118.97777, 39.163352 ], [ 118.926031, 39.123435 ], [ 118.890307, 39.118792 ], [ 118.896466, 39.139683 ], [ 118.951285, 39.178662 ], [ 118.920488, 39.171703 ], [ 118.897082, 39.151286 ], [ 118.857662, 39.162888 ], [ 118.814546, 39.138754 ], [ 118.76096, 39.133648 ], [ 118.637156, 39.157319 ], [ 118.578642, 39.130863 ], [ 118.588497, 39.107648 ], [ 118.533062, 39.090928 ], [ 118.570634, 38.999363 ], [ 118.604511, 38.971452 ], [ 118.539837, 38.910008 ], [ 118.491178, 38.909077 ], [ 118.377845, 38.971917 ], [ 118.366143, 39.016104 ], [ 118.319331, 39.009594 ], [ 118.225092, 39.034701 ], [ 118.1906, 39.080708 ], [ 118.162883, 39.136433 ], [ 118.12531, 39.182838 ], [ 118.065564, 39.218084 ], [ 118.056941, 39.219939 ], [ 118.037231, 39.220402 ], [ 118.064948, 39.231065 ], [ 118.064948, 39.256094 ], [ 118.036615, 39.264898 ], [ 118.024296, 39.289451 ], [ 118.024296, 39.289451 ], [ 117.982412, 39.298714 ], [ 117.982412, 39.298714 ], [ 117.979333, 39.300566 ], [ 117.979333, 39.300566 ], [ 117.973173, 39.312143 ], [ 117.973173, 39.312143 ], [ 117.965782, 39.314921 ], [ 117.965782, 39.314921 ], [ 117.919587, 39.318162 ], [ 117.919587, 39.318162 ], [ 117.88879, 39.332051 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.854913, 39.328348 ], [ 117.854297, 39.328348 ], [ 117.850601, 39.363984 ], [ 117.850601, 39.363984 ], [ 117.810565, 39.354729 ], [ 117.805022, 39.373237 ], [ 117.852449, 39.380639 ], [ 117.846906, 39.407926 ], [ 117.871543, 39.411625 ], [ 117.870311, 39.455074 ], [ 117.899877, 39.474479 ], [ 117.912195, 39.517428 ], [ 117.912195, 39.517428 ], [ 117.904804, 39.533585 ], [ 117.933753, 39.574191 ], [ 117.868464, 39.59679 ], [ 117.829659, 39.589873 ], [ 117.766834, 39.598635 ], [ 117.753899, 39.579726 ], [ 117.753899, 39.579726 ], [ 117.745276, 39.547892 ], [ 117.715711, 39.529892 ], [ 117.707088, 39.576036 ], [ 117.684914, 39.58895 ], [ 117.654117, 39.575113 ], [ 117.637486, 39.603246 ], [ 117.66274, 39.636437 ], [ 117.668899, 39.666849 ], [ 117.627015, 39.703693 ], [ 117.57774, 39.726711 ], [ 117.595603, 39.74604 ], [ 117.56111, 39.754782 ], [ 117.546327, 39.775943 ], [ 117.561726, 39.799856 ], [ 117.529081, 39.859144 ], [ 117.529081, 39.859144 ], [ 117.508139, 39.901854 ], [ 117.508139, 39.901854 ], [ 117.512451, 39.90874 ], [ 117.512451, 39.90874 ], [ 117.513067, 39.910576 ], [ 117.513067, 39.910576 ], [ 117.514914, 39.946832 ], [ 117.534625, 39.954631 ], [ 117.546327, 39.999116 ], [ 117.594987, 39.994531 ], [ 117.594987, 39.994531 ], [ 117.614697, 39.97252 ], [ 117.671363, 39.973896 ], [ 117.691073, 39.984902 ], [ 117.756363, 39.965181 ], [ 117.781616, 39.966558 ], [ 117.781616, 39.966558 ], [ 117.795167, 39.996823 ], [ 117.795167, 39.996823 ], [ 117.793319, 40.005534 ], [ 117.793319, 40.005534 ], [ 117.768681, 40.022034 ], [ 117.768681, 40.022034 ], [ 117.744044, 40.018368 ], [ 117.74774, 40.047236 ], [ 117.776073, 40.059605 ], [ 117.752667, 40.081588 ], [ 117.71879, 40.082045 ], [ 117.71879, 40.082045 ], [ 117.675059, 40.082045 ], [ 117.655965, 40.109514 ], [ 117.655965, 40.109514 ], [ 117.654117, 40.114548 ], [ 117.654117, 40.114548 ], [ 117.651653, 40.122786 ], [ 117.651653, 40.122786 ], [ 117.613465, 40.158014 ], [ 117.613465, 40.158014 ], [ 117.609769, 40.160301 ], [ 117.609769, 40.160301 ], [ 117.576508, 40.178593 ], [ 117.571581, 40.219276 ], [ 117.548791, 40.232527 ], [ 117.505059, 40.227044 ], [ 117.450241, 40.252627 ], [ 117.415748, 40.248973 ], [ 117.389879, 40.227958 ], [ 117.351075, 40.229786 ], [ 117.331365, 40.289613 ], [ 117.295024, 40.2782 ], [ 117.271618, 40.325211 ], [ 117.271618, 40.325211 ], [ 117.243285, 40.369453 ], [ 117.226039, 40.368997 ], [ 117.234046, 40.417312 ], [ 117.263611, 40.442367 ], [ 117.208793, 40.501552 ], [ 117.262995, 40.512927 ], [ 117.247597, 40.539766 ], [ 117.269771, 40.560684 ], [ 117.348611, 40.581141 ], [ 117.348611, 40.581141 ], [ 117.389879, 40.561593 ], [ 117.429915, 40.576141 ], [ 117.412669, 40.605226 ], [ 117.467487, 40.649738 ] ] ], [ [ [ 117.210024, 40.082045 ], [ 117.192162, 40.066475 ], [ 117.198322, 39.992697 ], [ 117.150894, 39.944996 ], [ 117.162597, 39.876598 ], [ 117.162597, 39.876598 ], [ 117.227887, 39.852712 ], [ 117.247597, 39.860981 ], [ 117.251908, 39.834332 ], [ 117.192162, 39.832953 ], [ 117.156438, 39.817326 ], [ 117.15767, 39.796638 ], [ 117.205713, 39.763984 ], [ 117.161981, 39.748801 ], [ 117.165061, 39.718886 ], [ 117.165061, 39.718886 ], [ 117.177996, 39.645194 ], [ 117.152742, 39.623532 ], [ 117.10901, 39.625375 ], [ 117.10901, 39.625375 ], [ 117.016004, 39.653949 ], [ 116.983359, 39.638742 ], [ 116.983359, 39.638742 ], [ 116.964265, 39.64335 ], [ 116.948866, 39.680668 ], [ 116.948866, 39.680668 ], [ 116.944555, 39.695405 ], [ 116.944555, 39.695405 ], [ 116.932236, 39.706456 ], [ 116.932236, 39.706456 ], [ 116.90575, 39.688037 ], [ 116.889736, 39.687576 ], [ 116.887272, 39.72533 ], [ 116.916837, 39.731314 ], [ 116.902055, 39.763523 ], [ 116.949482, 39.778703 ], [ 116.918069, 39.84628 ], [ 116.907598, 39.832494 ], [ 116.865714, 39.843982 ], [ 116.812128, 39.889916 ], [ 116.78441, 39.891294 ], [ 116.782563, 39.947749 ], [ 116.757925, 39.967934 ], [ 116.781331, 40.034866 ], [ 116.820135, 40.02845 ], [ 116.831222, 40.051359 ], [ 116.867562, 40.041739 ], [ 116.927924, 40.055024 ], [ 116.945171, 40.04128 ], [ 117.025243, 40.030283 ], [ 117.051728, 40.059605 ], [ 117.105315, 40.074261 ], [ 117.105315, 40.074261 ], [ 117.140423, 40.064185 ], [ 117.159517, 40.077008 ], [ 117.204481, 40.069681 ], [ 117.210024, 40.082045 ] ] ], [ [ [ 117.784696, 39.376938 ], [ 117.74466, 39.354729 ], [ 117.670747, 39.35658 ], [ 117.669515, 39.322792 ], [ 117.594987, 39.349176 ], [ 117.536472, 39.338068 ], [ 117.521074, 39.357043 ], [ 117.570965, 39.404689 ], [ 117.601146, 39.419485 ], [ 117.614081, 39.407001 ], [ 117.668899, 39.412087 ], [ 117.673211, 39.386652 ], [ 117.699696, 39.407463 ], [ 117.765602, 39.400527 ], [ 117.784696, 39.376938 ] ] ], [ [ [ 118.869365, 39.142932 ], [ 118.857662, 39.098824 ], [ 118.82009, 39.108576 ], [ 118.869365, 39.142932 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "140000", "name": "山西省", "center": [ 112.549248, 37.857014 ], "centroid": [ 112.304761, 37.618555 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 3, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114.134639, 40.737314 ], [ 114.162357, 40.71373 ], [ 114.183299, 40.67153 ], [ 114.236269, 40.607043 ], [ 114.283081, 40.590685 ], [ 114.273842, 40.552954 ], [ 114.293552, 40.55159 ], [ 114.282465, 40.494725 ], [ 114.267066, 40.474242 ], [ 114.299711, 40.44009 ], [ 114.286161, 40.425057 ], [ 114.31203, 40.372645 ], [ 114.381015, 40.36307 ], [ 114.390254, 40.351213 ], [ 114.438914, 40.371733 ], [ 114.481413, 40.34802 ], [ 114.530688, 40.345283 ], [ 114.510978, 40.302851 ], [ 114.46971, 40.268155 ], [ 114.406269, 40.246232 ], [ 114.362537, 40.249886 ], [ 114.292936, 40.230242 ], [ 114.255364, 40.236182 ], [ 114.235654, 40.198252 ], [ 114.180219, 40.191395 ], [ 114.135871, 40.175392 ], [ 114.097683, 40.193681 ], [ 114.073046, 40.168533 ], [ 114.073046, 40.168533 ], [ 114.101995, 40.099901 ], [ 114.086596, 40.071513 ], [ 114.045944, 40.056856 ], [ 114.018227, 40.103563 ], [ 113.989278, 40.11226 ], [ 113.959097, 40.033491 ], [ 113.910438, 40.015618 ], [ 114.029314, 39.985819 ], [ 114.028082, 39.959218 ], [ 114.047176, 39.916085 ], [ 114.067502, 39.922511 ], [ 114.17406, 39.897722 ], [ 114.212248, 39.918839 ], [ 114.229494, 39.899558 ], [ 114.204241, 39.885324 ], [ 114.215943, 39.8619 ], [ 114.286776, 39.871087 ], [ 114.285545, 39.858225 ], [ 114.395182, 39.867412 ], [ 114.406885, 39.833413 ], [ 114.390254, 39.819165 ], [ 114.41674, 39.775943 ], [ 114.409964, 39.761683 ], [ 114.408117, 39.652106 ], [ 114.431522, 39.613851 ], [ 114.49558, 39.608318 ], [ 114.51529, 39.564964 ], [ 114.568877, 39.573729 ], [ 114.532536, 39.486027 ], [ 114.501739, 39.476789 ], [ 114.496812, 39.438437 ], [ 114.469095, 39.400989 ], [ 114.466631, 39.329736 ], [ 114.430906, 39.307513 ], [ 114.437066, 39.259337 ], [ 114.416124, 39.242654 ], [ 114.47587, 39.21623 ], [ 114.443841, 39.174023 ], [ 114.388406, 39.176807 ], [ 114.360689, 39.134112 ], [ 114.369928, 39.107648 ], [ 114.345907, 39.075133 ], [ 114.252284, 39.073739 ], [ 114.180835, 39.049111 ], [ 114.157429, 39.061194 ], [ 114.10877, 39.052364 ], [ 114.082901, 39.09325 ], [ 114.082901, 39.09325 ], [ 114.064422, 39.094179 ], [ 114.050872, 39.135969 ], [ 114.006524, 39.122971 ], [ 113.994821, 39.095572 ], [ 113.961561, 39.100681 ], [ 113.930148, 39.063517 ], [ 113.898119, 39.067699 ], [ 113.80696, 38.989595 ], [ 113.776779, 38.986804 ], [ 113.76754, 38.959819 ], [ 113.776163, 38.885788 ], [ 113.795257, 38.860628 ], [ 113.855619, 38.828933 ], [ 113.836525, 38.795824 ], [ 113.839605, 38.7585 ], [ 113.802648, 38.763166 ], [ 113.775547, 38.709949 ], [ 113.720728, 38.713218 ], [ 113.70225, 38.651551 ], [ 113.612939, 38.645942 ], [ 113.603084, 38.587024 ], [ 113.561816, 38.558483 ], [ 113.5612, 38.485909 ], [ 113.583374, 38.459671 ], [ 113.537794, 38.417952 ], [ 113.525475, 38.383245 ], [ 113.557504, 38.343359 ], [ 113.54457, 38.270569 ], [ 113.570439, 38.237202 ], [ 113.598772, 38.22733 ], [ 113.64312, 38.232031 ], [ 113.678844, 38.20523 ], [ 113.711489, 38.213695 ], [ 113.720728, 38.174656 ], [ 113.797105, 38.162894 ], [ 113.831597, 38.16854 ], [ 113.811271, 38.117707 ], [ 113.876561, 38.055059 ], [ 113.872249, 37.990471 ], [ 113.901198, 37.984811 ], [ 113.936307, 37.922993 ], [ 113.959097, 37.906468 ], [ 113.976959, 37.816696 ], [ 114.006524, 37.813386 ], [ 114.044712, 37.761834 ], [ 113.996669, 37.730128 ], [ 113.993589, 37.706932 ], [ 114.068118, 37.721608 ], [ 114.12848, 37.698409 ], [ 114.139567, 37.675676 ], [ 114.115545, 37.619761 ], [ 114.118625, 37.59084 ], [ 114.036705, 37.494037 ], [ 114.014531, 37.42468 ], [ 113.973879, 37.40329 ], [ 113.962792, 37.355734 ], [ 113.90243, 37.310052 ], [ 113.886416, 37.239095 ], [ 113.853155, 37.215269 ], [ 113.832213, 37.167594 ], [ 113.773083, 37.151855 ], [ 113.773699, 37.107004 ], [ 113.758301, 37.075497 ], [ 113.788482, 37.059739 ], [ 113.771851, 37.016745 ], [ 113.791561, 36.98759 ], [ 113.76138, 36.956034 ], [ 113.792793, 36.894796 ], [ 113.773083, 36.85506 ], [ 113.731815, 36.858891 ], [ 113.731815, 36.878521 ], [ 113.696707, 36.882351 ], [ 113.676381, 36.855539 ], [ 113.680692, 36.789907 ], [ 113.600004, 36.752995 ], [ 113.549497, 36.752515 ], [ 113.535946, 36.732373 ], [ 113.499606, 36.740527 ], [ 113.465113, 36.707908 ], [ 113.506997, 36.705029 ], [ 113.476816, 36.655114 ], [ 113.486671, 36.635427 ], [ 113.54457, 36.62342 ], [ 113.539642, 36.594116 ], [ 113.569823, 36.585947 ], [ 113.588917, 36.547974 ], [ 113.559968, 36.528741 ], [ 113.554425, 36.494589 ], [ 113.587069, 36.460904 ], [ 113.635729, 36.451277 ], [ 113.670221, 36.425278 ], [ 113.708409, 36.423352 ], [ 113.731199, 36.363135 ], [ 113.736127, 36.324571 ], [ 113.712105, 36.303353 ], [ 113.716417, 36.262347 ], [ 113.681924, 36.216491 ], [ 113.697939, 36.181719 ], [ 113.651127, 36.174473 ], [ 113.705946, 36.148865 ], [ 113.712721, 36.129533 ], [ 113.655439, 36.125182 ], [ 113.671453, 36.115514 ], [ 113.68562, 36.056026 ], [ 113.660366, 36.034735 ], [ 113.694859, 36.026991 ], [ 113.678844, 35.985841 ], [ 113.648663, 35.994073 ], [ 113.654207, 35.931586 ], [ 113.637576, 35.870019 ], [ 113.660982, 35.837035 ], [ 113.582758, 35.818111 ], [ 113.604932, 35.797727 ], [ 113.587685, 35.736542 ], [ 113.592613, 35.691838 ], [ 113.622794, 35.674825 ], [ 113.625258, 35.632518 ], [ 113.578446, 35.633491 ], [ 113.547649, 35.656835 ], [ 113.55812, 35.621816 ], [ 113.513773, 35.57364 ], [ 113.49899, 35.532254 ], [ 113.439244, 35.507412 ], [ 113.391817, 35.506925 ], [ 113.348085, 35.468429 ], [ 113.31236, 35.481101 ], [ 113.304353, 35.426989 ], [ 113.243375, 35.449418 ], [ 113.189789, 35.44893 ], [ 113.188557, 35.412357 ], [ 113.165151, 35.412845 ], [ 113.149137, 35.350878 ], [ 113.126347, 35.332327 ], [ 113.067217, 35.353806 ], [ 112.996384, 35.362104 ], [ 112.985913, 35.33965 ], [ 112.992072, 35.29619 ], [ 112.936022, 35.284466 ], [ 112.934174, 35.262968 ], [ 112.884283, 35.243909 ], [ 112.822073, 35.258082 ], [ 112.772798, 35.207732 ], [ 112.720443, 35.206265 ], [ 112.628052, 35.263457 ], [ 112.637291, 35.225822 ], [ 112.513487, 35.218489 ], [ 112.390915, 35.239021 ], [ 112.36751, 35.219956 ], [ 112.288053, 35.219956 ], [ 112.304684, 35.251728 ], [ 112.242474, 35.234622 ], [ 112.21722, 35.253195 ], [ 112.094033, 35.279092 ], [ 112.058924, 35.280069 ], [ 112.078634, 35.219467 ], [ 112.03983, 35.194039 ], [ 112.066315, 35.153437 ], [ 112.05646, 35.098615 ], [ 112.062004, 35.056005 ], [ 112.039214, 35.045717 ], [ 112.018888, 35.068742 ], [ 111.97762, 35.067272 ], [ 111.933272, 35.083435 ], [ 111.810084, 35.062374 ], [ 111.807005, 35.032977 ], [ 111.739251, 35.00406 ], [ 111.664107, 34.984449 ], [ 111.681969, 34.9511 ], [ 111.646861, 34.938836 ], [ 111.617911, 34.894671 ], [ 111.592042, 34.881416 ], [ 111.570484, 34.843114 ], [ 111.543999, 34.853428 ], [ 111.502731, 34.829851 ], [ 111.439289, 34.838202 ], [ 111.389398, 34.815113 ], [ 111.345666, 34.831816 ], [ 111.29208, 34.806759 ], [ 111.255123, 34.819535 ], [ 111.232949, 34.789559 ], [ 111.148566, 34.807742 ], [ 111.118385, 34.756623 ], [ 111.035233, 34.740887 ], [ 110.976103, 34.706456 ], [ 110.929907, 34.731543 ], [ 110.89911, 34.661673 ], [ 110.870777, 34.636072 ], [ 110.812263, 34.624746 ], [ 110.780234, 34.648874 ], [ 110.749437, 34.65232 ], [ 110.710017, 34.605045 ], [ 110.610851, 34.607508 ], [ 110.533242, 34.583368 ], [ 110.488279, 34.610956 ], [ 110.424837, 34.588295 ], [ 110.379257, 34.600612 ], [ 110.29549, 34.610956 ], [ 110.23636, 34.670533 ], [ 110.231432, 34.701044 ], [ 110.259149, 34.737937 ], [ 110.232664, 34.80332 ], [ 110.233896, 34.83722 ], [ 110.259149, 34.884853 ], [ 110.257301, 34.934912 ], [ 110.272084, 34.942761 ], [ 110.325671, 35.014844 ], [ 110.369402, 35.158329 ], [ 110.374946, 35.251728 ], [ 110.45009, 35.327933 ], [ 110.477808, 35.413821 ], [ 110.531394, 35.511309 ], [ 110.567735, 35.539559 ], [ 110.609619, 35.632031 ], [ 110.57759, 35.701559 ], [ 110.571431, 35.800639 ], [ 110.550489, 35.838005 ], [ 110.549257, 35.877778 ], [ 110.511684, 35.879718 ], [ 110.516612, 35.918501 ], [ 110.502445, 35.947575 ], [ 110.516612, 35.971796 ], [ 110.49259, 35.994073 ], [ 110.491974, 36.034735 ], [ 110.467953, 36.074893 ], [ 110.447011, 36.164328 ], [ 110.45625, 36.22663 ], [ 110.474112, 36.248352 ], [ 110.474112, 36.306729 ], [ 110.459946, 36.327946 ], [ 110.487047, 36.393972 ], [ 110.489511, 36.430094 ], [ 110.47288, 36.453203 ], [ 110.503677, 36.488335 ], [ 110.488895, 36.556628 ], [ 110.496902, 36.582102 ], [ 110.447627, 36.621018 ], [ 110.426685, 36.657514 ], [ 110.394656, 36.676716 ], [ 110.402663, 36.697352 ], [ 110.438388, 36.685835 ], [ 110.447011, 36.737649 ], [ 110.407591, 36.776007 ], [ 110.423605, 36.818179 ], [ 110.406975, 36.824886 ], [ 110.424221, 36.855539 ], [ 110.376178, 36.882351 ], [ 110.408823, 36.892403 ], [ 110.424221, 36.963685 ], [ 110.381721, 37.002408 ], [ 110.382953, 37.022001 ], [ 110.426685, 37.008621 ], [ 110.417446, 37.027257 ], [ 110.460561, 37.044932 ], [ 110.49567, 37.086956 ], [ 110.535706, 37.115118 ], [ 110.53509, 37.138021 ], [ 110.590525, 37.187145 ], [ 110.651503, 37.256722 ], [ 110.660126, 37.281011 ], [ 110.690307, 37.287201 ], [ 110.678604, 37.317668 ], [ 110.695234, 37.34955 ], [ 110.641648, 37.360015 ], [ 110.630561, 37.372858 ], [ 110.644111, 37.435135 ], [ 110.740198, 37.44939 ], [ 110.759292, 37.474567 ], [ 110.770995, 37.538184 ], [ 110.795017, 37.558586 ], [ 110.771611, 37.594634 ], [ 110.763604, 37.639668 ], [ 110.793169, 37.650567 ], [ 110.775306, 37.680886 ], [ 110.706321, 37.705511 ], [ 110.716792, 37.728708 ], [ 110.750669, 37.736281 ], [ 110.735886, 37.77035 ], [ 110.680452, 37.790216 ], [ 110.59422, 37.922049 ], [ 110.522771, 37.955088 ], [ 110.528315, 37.990471 ], [ 110.507989, 38.013107 ], [ 110.501829, 38.097929 ], [ 110.519692, 38.130889 ], [ 110.509221, 38.192061 ], [ 110.528315, 38.211814 ], [ 110.565887, 38.215105 ], [ 110.57759, 38.297345 ], [ 110.601612, 38.308147 ], [ 110.661358, 38.308617 ], [ 110.701394, 38.353215 ], [ 110.746973, 38.366355 ], [ 110.77777, 38.440924 ], [ 110.796864, 38.453579 ], [ 110.840596, 38.439986 ], [ 110.874473, 38.453579 ], [ 110.870777, 38.510265 ], [ 110.907733, 38.521035 ], [ 110.920052, 38.581878 ], [ 110.898494, 38.587024 ], [ 110.880632, 38.626776 ], [ 110.916357, 38.673981 ], [ 110.915125, 38.704345 ], [ 110.965016, 38.755699 ], [ 111.009363, 38.847579 ], [ 110.995813, 38.868084 ], [ 111.016755, 38.889981 ], [ 111.009979, 38.932823 ], [ 110.980414, 38.970056 ], [ 110.998276, 38.998433 ], [ 111.038313, 39.020289 ], [ 111.094363, 39.030053 ], [ 111.138095, 39.064447 ], [ 111.147334, 39.100681 ], [ 111.173819, 39.135041 ], [ 111.163348, 39.152678 ], [ 111.219399, 39.244044 ], [ 111.213239, 39.257021 ], [ 111.247732, 39.302419 ], [ 111.202152, 39.305197 ], [ 111.179363, 39.326959 ], [ 111.186138, 39.35149 ], [ 111.155341, 39.338531 ], [ 111.159037, 39.362596 ], [ 111.125776, 39.366297 ], [ 111.143022, 39.407926 ], [ 111.171971, 39.423183 ], [ 111.287152, 39.417173 ], [ 111.358601, 39.432428 ], [ 111.385086, 39.489722 ], [ 111.431282, 39.508656 ], [ 111.422043, 39.539123 ], [ 111.441137, 39.59679 ], [ 111.460847, 39.606935 ], [ 111.445448, 39.640124 ], [ 111.497187, 39.661781 ], [ 111.525521, 39.662242 ], [ 111.61668, 39.633211 ], [ 111.646245, 39.644272 ], [ 111.707839, 39.621227 ], [ 111.722621, 39.606013 ], [ 111.783599, 39.58895 ], [ 111.842729, 39.620305 ], [ 111.87907, 39.606013 ], [ 111.9382, 39.623071 ], [ 111.925265, 39.66731 ], [ 111.959758, 39.692642 ], [ 111.970229, 39.796638 ], [ 112.012729, 39.827438 ], [ 112.042294, 39.886243 ], [ 112.07617, 39.919298 ], [ 112.133453, 40.001866 ], [ 112.142076, 40.027076 ], [ 112.182112, 40.061437 ], [ 112.183344, 40.083877 ], [ 112.232003, 40.133311 ], [ 112.232619, 40.169905 ], [ 112.299756, 40.21105 ], [ 112.310227, 40.256281 ], [ 112.349031, 40.257194 ], [ 112.418017, 40.295091 ], [ 112.456205, 40.300112 ], [ 112.511639, 40.269068 ], [ 112.6299, 40.235725 ], [ 112.712436, 40.178593 ], [ 112.744464, 40.167161 ], [ 112.848558, 40.206937 ], [ 112.898449, 40.329317 ], [ 113.03334, 40.368997 ], [ 113.083231, 40.374925 ], [ 113.251382, 40.413211 ], [ 113.27602, 40.388601 ], [ 113.316672, 40.319736 ], [ 113.387505, 40.319279 ], [ 113.500222, 40.334335 ], [ 113.559968, 40.348476 ], [ 113.688699, 40.448288 ], [ 113.763228, 40.473787 ], [ 113.794641, 40.517932 ], [ 113.850691, 40.460583 ], [ 113.890112, 40.466503 ], [ 113.948626, 40.514747 ], [ 114.011452, 40.515657 ], [ 114.061959, 40.52885 ], [ 114.080437, 40.547952 ], [ 114.076741, 40.575686 ], [ 114.041633, 40.608861 ], [ 114.07243, 40.679246 ], [ 114.063806, 40.706925 ], [ 114.084748, 40.729605 ], [ 114.134639, 40.737314 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "150000", "name": "内蒙古自治区", "center": [ 111.670801, 40.818311 ], "centroid": [ 114.077404, 44.331072 ], "childrenNum": 12, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 4, "acroutes": [ 100000 ] }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 111.125776, 39.366297 ], [ 111.087588, 39.376013 ], [ 111.098059, 39.401914 ], [ 111.064182, 39.400989 ], [ 111.058639, 39.447681 ], [ 111.10545, 39.472631 ], [ 111.10545, 39.497573 ], [ 111.148566, 39.531277 ], [ 111.154725, 39.569116 ], [ 111.136863, 39.587106 ], [ 111.101138, 39.559428 ], [ 111.017371, 39.552045 ], [ 110.958856, 39.519275 ], [ 110.891103, 39.509118 ], [ 110.869545, 39.494341 ], [ 110.782698, 39.38804 ], [ 110.73835, 39.348713 ], [ 110.731575, 39.30705 ], [ 110.702626, 39.273701 ], [ 110.626249, 39.266751 ], [ 110.596684, 39.282966 ], [ 110.566503, 39.320014 ], [ 110.559728, 39.351027 ], [ 110.524003, 39.382952 ], [ 110.482735, 39.360745 ], [ 110.434692, 39.381101 ], [ 110.429764, 39.341308 ], [ 110.385417, 39.310291 ], [ 110.257917, 39.407001 ], [ 110.243751, 39.423645 ], [ 110.152592, 39.45415 ], [ 110.12549, 39.432891 ], [ 110.136577, 39.39174 ], [ 110.161831, 39.387115 ], [ 110.184005, 39.355192 ], [ 110.217881, 39.281113 ], [ 110.109476, 39.249606 ], [ 110.041107, 39.21623 ], [ 109.962267, 39.212056 ], [ 109.90252, 39.271848 ], [ 109.871723, 39.243581 ], [ 109.961035, 39.191651 ], [ 109.893897, 39.141075 ], [ 109.92223, 39.107183 ], [ 109.890818, 39.103932 ], [ 109.851397, 39.122971 ], [ 109.793499, 39.074204 ], [ 109.762086, 39.057476 ], [ 109.72513, 39.018429 ], [ 109.665384, 38.981687 ], [ 109.685094, 38.968195 ], [ 109.672159, 38.928167 ], [ 109.624116, 38.85457 ], [ 109.549587, 38.805618 ], [ 109.511399, 38.833595 ], [ 109.444262, 38.782763 ], [ 109.404226, 38.720689 ], [ 109.338936, 38.701542 ], [ 109.329081, 38.66043 ], [ 109.367269, 38.627711 ], [ 109.331545, 38.597783 ], [ 109.276726, 38.623035 ], [ 109.196654, 38.552867 ], [ 109.175712, 38.518694 ], [ 109.128901, 38.480288 ], [ 109.054372, 38.433892 ], [ 109.051292, 38.385122 ], [ 109.007561, 38.359316 ], [ 108.961981, 38.26493 ], [ 108.976148, 38.245192 ], [ 108.938575, 38.207582 ], [ 108.964445, 38.154894 ], [ 109.069155, 38.091336 ], [ 109.050676, 38.055059 ], [ 109.06977, 38.023008 ], [ 109.037742, 38.021593 ], [ 109.018648, 37.971602 ], [ 108.982923, 37.964053 ], [ 108.9743, 37.931962 ], [ 108.93488, 37.922521 ], [ 108.893612, 37.978207 ], [ 108.883141, 38.01405 ], [ 108.830786, 38.049875 ], [ 108.797525, 38.04799 ], [ 108.82709, 37.989056 ], [ 108.798141, 37.93385 ], [ 108.791982, 37.872934 ], [ 108.799989, 37.784068 ], [ 108.784591, 37.764673 ], [ 108.791982, 37.700303 ], [ 108.777815, 37.683728 ], [ 108.720533, 37.683728 ], [ 108.699591, 37.669518 ], [ 108.628142, 37.651988 ], [ 108.532671, 37.690832 ], [ 108.485244, 37.678044 ], [ 108.422418, 37.648672 ], [ 108.301078, 37.640616 ], [ 108.293071, 37.656726 ], [ 108.24626, 37.665728 ], [ 108.205608, 37.655779 ], [ 108.193905, 37.638246 ], [ 108.134159, 37.622131 ], [ 108.055318, 37.652462 ], [ 108.025137, 37.649619 ], [ 108.012819, 37.66857 ], [ 108.025753, 37.696041 ], [ 107.993109, 37.735335 ], [ 107.982022, 37.787378 ], [ 107.884703, 37.808186 ], [ 107.842819, 37.828987 ], [ 107.732566, 37.84931 ], [ 107.684523, 37.888522 ], [ 107.65003, 37.86443 ], [ 107.560719, 37.893717 ], [ 107.49235, 37.944706 ], [ 107.448618, 37.933378 ], [ 107.411662, 37.948009 ], [ 107.440611, 37.995659 ], [ 107.3938, 38.014993 ], [ 107.33159, 38.086625 ], [ 107.240431, 38.111586 ], [ 107.19054, 38.153953 ], [ 107.138801, 38.161011 ], [ 107.119091, 38.134185 ], [ 107.071047, 38.138892 ], [ 107.051337, 38.122886 ], [ 107.010069, 38.120532 ], [ 106.942316, 38.132302 ], [ 106.858548, 38.156306 ], [ 106.779092, 38.171833 ], [ 106.737824, 38.197706 ], [ 106.654672, 38.22921 ], [ 106.627571, 38.232501 ], [ 106.555506, 38.263521 ], [ 106.482209, 38.319417 ], [ 106.599854, 38.389812 ], [ 106.647897, 38.470917 ], [ 106.66268, 38.601524 ], [ 106.709491, 38.718821 ], [ 106.756302, 38.748699 ], [ 106.837606, 38.847579 ], [ 106.954019, 38.941202 ], [ 106.971881, 39.026333 ], [ 106.96757, 39.054688 ], [ 106.933693, 39.076527 ], [ 106.878874, 39.091392 ], [ 106.859164, 39.107648 ], [ 106.825288, 39.19397 ], [ 106.795723, 39.214375 ], [ 106.790795, 39.241263 ], [ 106.806193, 39.277407 ], [ 106.806809, 39.318625 ], [ 106.781556, 39.371849 ], [ 106.751375, 39.381564 ], [ 106.683622, 39.357506 ], [ 106.643586, 39.357969 ], [ 106.602318, 39.37555 ], [ 106.556122, 39.322329 ], [ 106.525325, 39.308439 ], [ 106.511774, 39.272311 ], [ 106.402753, 39.291767 ], [ 106.280181, 39.262118 ], [ 106.29558, 39.167992 ], [ 106.285109, 39.146181 ], [ 106.251232, 39.131327 ], [ 106.192718, 39.142932 ], [ 106.170544, 39.163352 ], [ 106.145907, 39.153142 ], [ 106.096631, 39.084889 ], [ 106.078153, 39.026333 ], [ 106.087392, 39.006339 ], [ 106.060907, 38.96866 ], [ 106.021487, 38.953769 ], [ 105.97098, 38.909077 ], [ 105.992538, 38.857366 ], [ 105.909386, 38.791159 ], [ 105.908154, 38.737496 ], [ 105.88598, 38.716953 ], [ 105.894603, 38.696405 ], [ 105.852719, 38.641735 ], [ 105.874277, 38.593105 ], [ 105.856415, 38.569714 ], [ 105.863806, 38.53508 ], [ 105.836705, 38.476071 ], [ 105.850872, 38.443736 ], [ 105.827466, 38.432486 ], [ 105.835473, 38.387467 ], [ 105.821307, 38.366824 ], [ 105.86627, 38.296406 ], [ 105.842248, 38.240962 ], [ 105.802828, 38.220277 ], [ 105.775111, 38.186887 ], [ 105.76772, 38.121474 ], [ 105.780655, 38.084741 ], [ 105.840401, 38.004147 ], [ 105.799749, 37.939986 ], [ 105.80406, 37.862068 ], [ 105.760944, 37.799674 ], [ 105.677177, 37.771769 ], [ 105.622358, 37.777919 ], [ 105.616199, 37.722555 ], [ 105.598952, 37.699356 ], [ 105.467141, 37.695094 ], [ 105.4037, 37.710246 ], [ 105.315004, 37.702197 ], [ 105.221998, 37.677097 ], [ 105.187505, 37.657674 ], [ 105.111128, 37.633981 ], [ 105.027977, 37.580881 ], [ 104.866601, 37.566651 ], [ 104.805007, 37.539133 ], [ 104.623305, 37.522522 ], [ 104.433595, 37.515402 ], [ 104.419429, 37.511604 ], [ 104.407726, 37.464592 ], [ 104.322726, 37.44844 ], [ 104.287002, 37.428007 ], [ 104.237727, 37.411847 ], [ 104.183524, 37.406618 ], [ 104.089285, 37.465067 ], [ 103.935916, 37.572818 ], [ 103.874938, 37.604117 ], [ 103.841062, 37.64725 ], [ 103.683381, 37.777919 ], [ 103.627947, 37.797783 ], [ 103.40744, 37.860651 ], [ 103.362477, 38.037621 ], [ 103.368636, 38.08898 ], [ 103.53494, 38.156776 ], [ 103.507838, 38.280905 ], [ 103.465339, 38.353215 ], [ 103.416063, 38.404821 ], [ 103.85954, 38.64454 ], [ 104.011677, 38.85923 ], [ 104.044322, 38.895105 ], [ 104.173053, 38.94446 ], [ 104.196459, 38.9882 ], [ 104.190915, 39.042139 ], [ 104.207546, 39.083495 ], [ 104.171205, 39.160567 ], [ 104.047401, 39.297788 ], [ 104.073271, 39.351953 ], [ 104.089901, 39.419947 ], [ 103.955626, 39.456923 ], [ 103.85338, 39.461543 ], [ 103.728961, 39.430117 ], [ 103.595302, 39.386652 ], [ 103.428998, 39.353341 ], [ 103.344615, 39.331588 ], [ 103.259615, 39.263971 ], [ 103.188166, 39.215302 ], [ 103.133347, 39.192579 ], [ 103.007696, 39.099753 ], [ 102.883892, 39.120649 ], [ 102.616574, 39.171703 ], [ 102.579002, 39.183301 ], [ 102.45335, 39.255167 ], [ 102.3548, 39.231993 ], [ 102.276576, 39.188868 ], [ 102.050526, 39.141075 ], [ 102.012338, 39.127149 ], [ 101.902701, 39.111827 ], [ 101.833715, 39.08907 ], [ 101.926106, 39.000758 ], [ 101.955055, 38.985874 ], [ 102.045599, 38.904885 ], [ 102.075164, 38.891378 ], [ 101.941505, 38.808883 ], [ 101.873751, 38.733761 ], [ 101.777049, 38.66043 ], [ 101.672955, 38.6908 ], [ 101.601506, 38.65529 ], [ 101.562702, 38.713218 ], [ 101.412413, 38.764099 ], [ 101.331109, 38.777164 ], [ 101.307087, 38.80282 ], [ 101.34158, 38.822406 ], [ 101.33542, 38.847113 ], [ 101.24303, 38.860628 ], [ 101.237486, 38.907214 ], [ 101.198682, 38.943064 ], [ 101.228863, 39.020754 ], [ 101.117378, 38.975174 ], [ 100.969553, 38.946788 ], [ 100.961545, 39.005874 ], [ 100.901799, 39.030053 ], [ 100.875314, 39.002619 ], [ 100.835278, 39.025869 ], [ 100.829118, 39.075133 ], [ 100.864227, 39.106719 ], [ 100.842669, 39.199999 ], [ 100.842053, 39.405614 ], [ 100.707778, 39.404689 ], [ 100.606764, 39.387577 ], [ 100.498975, 39.400527 ], [ 100.500823, 39.481408 ], [ 100.44354, 39.485565 ], [ 100.326512, 39.509118 ], [ 100.301258, 39.572345 ], [ 100.314193, 39.606935 ], [ 100.250135, 39.685274 ], [ 100.128179, 39.702312 ], [ 100.040716, 39.757083 ], [ 99.958796, 39.769504 ], [ 99.904593, 39.785601 ], [ 99.822058, 39.860063 ], [ 99.672384, 39.888079 ], [ 99.469124, 39.875221 ], [ 99.440791, 39.885783 ], [ 99.459885, 39.898181 ], [ 99.491298, 39.884406 ], [ 99.533182, 39.891753 ], [ 99.714268, 39.972061 ], [ 99.751225, 40.006909 ], [ 99.841152, 40.013326 ], [ 99.927383, 40.063727 ], [ 99.955716, 40.150695 ], [ 100.007455, 40.20008 ], [ 100.169447, 40.277743 ], [ 100.169447, 40.541131 ], [ 100.242744, 40.618855 ], [ 100.237201, 40.716905 ], [ 100.224882, 40.727337 ], [ 100.107853, 40.875475 ], [ 100.057346, 40.908049 ], [ 99.985897, 40.909858 ], [ 99.673, 40.93292 ], [ 99.565827, 40.846961 ], [ 99.174705, 40.858278 ], [ 99.172858, 40.747289 ], [ 99.12543, 40.715091 ], [ 99.102025, 40.676522 ], [ 99.041662, 40.693767 ], [ 98.984996, 40.782644 ], [ 98.790975, 40.705564 ], [ 98.80699, 40.660181 ], [ 98.802678, 40.607043 ], [ 98.762642, 40.639748 ], [ 98.72199, 40.657911 ], [ 98.689345, 40.691952 ], [ 98.668403, 40.773128 ], [ 98.569853, 40.746836 ], [ 98.627751, 40.677884 ], [ 98.344419, 40.568413 ], [ 98.333332, 40.918903 ], [ 98.25018, 40.93925 ], [ 98.184891, 40.988056 ], [ 98.142391, 41.001607 ], [ 97.971776, 41.09774 ], [ 97.903407, 41.168057 ], [ 97.629314, 41.440498 ], [ 97.613915, 41.477276 ], [ 97.84674, 41.656379 ], [ 97.653335, 41.986856 ], [ 97.500582, 42.243894 ], [ 97.371235, 42.457076 ], [ 97.172903, 42.795257 ], [ 97.28254, 42.782081 ], [ 97.831958, 42.706047 ], [ 98.195362, 42.653251 ], [ 98.546447, 42.638284 ], [ 98.962822, 42.607018 ], [ 99.51224, 42.568244 ], [ 99.969267, 42.647969 ], [ 100.004376, 42.648849 ], [ 100.272309, 42.636523 ], [ 100.32528, 42.690213 ], [ 100.826655, 42.675255 ], [ 100.862995, 42.671295 ], [ 101.291689, 42.586312 ], [ 101.557775, 42.529887 ], [ 101.770274, 42.509597 ], [ 101.803534, 42.503861 ], [ 101.877447, 42.432345 ], [ 102.070236, 42.232374 ], [ 102.093642, 42.223512 ], [ 102.449039, 42.144133 ], [ 102.540814, 42.162323 ], [ 102.621502, 42.154338 ], [ 102.712045, 42.153007 ], [ 103.021862, 42.028212 ], [ 103.20726, 41.96283 ], [ 103.418527, 41.882233 ], [ 103.454868, 41.877332 ], [ 103.868779, 41.802427 ], [ 104.080046, 41.805104 ], [ 104.30856, 41.840782 ], [ 104.418813, 41.860397 ], [ 104.530298, 41.875104 ], [ 104.524138, 41.661745 ], [ 104.68921, 41.6452 ], [ 104.803775, 41.652355 ], [ 104.923267, 41.654143 ], [ 105.009498, 41.583007 ], [ 105.230621, 41.751103 ], [ 105.291599, 41.749763 ], [ 105.385221, 41.797073 ], [ 105.589713, 41.888471 ], [ 105.74185, 41.949033 ], [ 106.01348, 42.032213 ], [ 106.344855, 42.149457 ], [ 106.372572, 42.161436 ], [ 106.612789, 42.241679 ], [ 106.785867, 42.291281 ], [ 107.051337, 42.319166 ], [ 107.271844, 42.364285 ], [ 107.303872, 42.412465 ], [ 107.46648, 42.458842 ], [ 107.501589, 42.456635 ], [ 107.57427, 42.412907 ], [ 107.736262, 42.415116 ], [ 107.939522, 42.403628 ], [ 107.986949, 42.413349 ], [ 108.022058, 42.433229 ], [ 108.089195, 42.436321 ], [ 108.238252, 42.460167 ], [ 108.298614, 42.438529 ], [ 108.532671, 42.442945 ], [ 108.705134, 42.413349 ], [ 108.798757, 42.415116 ], [ 108.845569, 42.395673 ], [ 108.983539, 42.449128 ], [ 109.026039, 42.458401 ], [ 109.291509, 42.435879 ], [ 109.486761, 42.458842 ], [ 109.544044, 42.472528 ], [ 109.683862, 42.558988 ], [ 109.733753, 42.579262 ], [ 109.906216, 42.635643 ], [ 110.108244, 42.642687 ], [ 110.139657, 42.674815 ], [ 110.34846, 42.742098 ], [ 110.437156, 42.781203 ], [ 110.469801, 42.839156 ], [ 110.631177, 42.936061 ], [ 110.689691, 43.02144 ], [ 110.687227, 43.036314 ], [ 110.736502, 43.089657 ], [ 110.769763, 43.099272 ], [ 110.82027, 43.149067 ], [ 111.02045, 43.329998 ], [ 111.069725, 43.357852 ], [ 111.151029, 43.38004 ], [ 111.183674, 43.396132 ], [ 111.354289, 43.436125 ], [ 111.400485, 43.472618 ], [ 111.456535, 43.494329 ], [ 111.564325, 43.490422 ], [ 111.606209, 43.513863 ], [ 111.79407, 43.672068 ], [ 111.891388, 43.6738 ], [ 111.951135, 43.693275 ], [ 111.970845, 43.748205 ], [ 111.959758, 43.823382 ], [ 111.870447, 43.940279 ], [ 111.773128, 44.010479 ], [ 111.702295, 44.034147 ], [ 111.662875, 44.061247 ], [ 111.559397, 44.171238 ], [ 111.541535, 44.206855 ], [ 111.534144, 44.26217 ], [ 111.507042, 44.294305 ], [ 111.428818, 44.319573 ], [ 111.415883, 44.35724 ], [ 111.427586, 44.394455 ], [ 111.478709, 44.488884 ], [ 111.514434, 44.507666 ], [ 111.530448, 44.55033 ], [ 111.569868, 44.57634 ], [ 111.560629, 44.647062 ], [ 111.585267, 44.705789 ], [ 111.624687, 44.778477 ], [ 111.69244, 44.859983 ], [ 111.764505, 44.969325 ], [ 111.903707, 45.052252 ], [ 112.002874, 45.090713 ], [ 112.071243, 45.096206 ], [ 112.113743, 45.072965 ], [ 112.396459, 45.064512 ], [ 112.438959, 45.071697 ], [ 112.540589, 45.001072 ], [ 112.599719, 44.930783 ], [ 112.712436, 44.879494 ], [ 112.850406, 44.840466 ], [ 112.937869, 44.840042 ], [ 113.037652, 44.822641 ], [ 113.11526, 44.799714 ], [ 113.503918, 44.777628 ], [ 113.540874, 44.759358 ], [ 113.631417, 44.745333 ], [ 113.712105, 44.788247 ], [ 113.798953, 44.849377 ], [ 113.861778, 44.863377 ], [ 113.907358, 44.915104 ], [ 114.065038, 44.931206 ], [ 114.116777, 44.957045 ], [ 114.158045, 44.994301 ], [ 114.19069, 45.036607 ], [ 114.313262, 45.107189 ], [ 114.347139, 45.119436 ], [ 114.409348, 45.179371 ], [ 114.459855, 45.21353 ], [ 114.519602, 45.283893 ], [ 114.539928, 45.325985 ], [ 114.551014, 45.387383 ], [ 114.600906, 45.403773 ], [ 114.745035, 45.438217 ], [ 114.920578, 45.386122 ], [ 114.983404, 45.379397 ], [ 115.178041, 45.396209 ], [ 115.36467, 45.392427 ], [ 115.586408, 45.440317 ], [ 115.699741, 45.45963 ], [ 115.864197, 45.572853 ], [ 115.936878, 45.632727 ], [ 116.026805, 45.661177 ], [ 116.035428, 45.685013 ], [ 116.1155, 45.679577 ], [ 116.17463, 45.688775 ], [ 116.217746, 45.72221 ], [ 116.22329, 45.747273 ], [ 116.260862, 45.776082 ], [ 116.286731, 45.775247 ], [ 116.278108, 45.831152 ], [ 116.288579, 45.839074 ], [ 116.243, 45.876169 ], [ 116.271949, 45.966926 ], [ 116.414231, 46.133896 ], [ 116.439484, 46.137628 ], [ 116.536187, 46.23251 ], [ 116.573143, 46.258998 ], [ 116.585462, 46.292504 ], [ 116.673541, 46.325163 ], [ 116.745606, 46.327642 ], [ 116.81336, 46.355737 ], [ 116.834302, 46.384229 ], [ 116.876801, 46.375559 ], [ 117.097308, 46.356976 ], [ 117.247597, 46.366888 ], [ 117.372017, 46.36028 ], [ 117.383719, 46.394962 ], [ 117.375712, 46.416421 ], [ 117.392343, 46.463023 ], [ 117.447777, 46.528117 ], [ 117.42006, 46.582029 ], [ 117.49582, 46.600535 ], [ 117.596218, 46.603414 ], [ 117.622704, 46.596012 ], [ 117.641182, 46.558166 ], [ 117.704008, 46.516587 ], [ 117.748355, 46.521941 ], [ 117.769913, 46.537586 ], [ 117.813645, 46.530588 ], [ 117.870927, 46.549935 ], [ 117.868464, 46.575447 ], [ 117.914659, 46.607936 ], [ 117.982412, 46.614925 ], [ 117.992883, 46.631366 ], [ 118.04647, 46.631366 ], [ 118.124078, 46.678195 ], [ 118.192448, 46.682711 ], [ 118.238643, 46.709392 ], [ 118.274984, 46.715957 ], [ 118.316252, 46.73934 ], [ 118.41049, 46.728265 ], [ 118.446831, 46.704467 ], [ 118.586033, 46.692975 ], [ 118.639004, 46.721291 ], [ 118.677192, 46.6979 ], [ 118.788061, 46.687227 ], [ 118.788061, 46.717598 ], [ 118.845343, 46.771731 ], [ 118.914329, 46.77501 ], [ 118.912481, 46.733188 ], [ 118.951285, 46.722111 ], [ 119.011647, 46.745902 ], [ 119.073857, 46.676552 ], [ 119.123132, 46.642872 ], [ 119.152081, 46.658072 ], [ 119.20074, 46.648213 ], [ 119.26295, 46.649034 ], [ 119.325776, 46.608759 ], [ 119.357805, 46.619447 ], [ 119.374435, 46.603414 ], [ 119.431718, 46.638763 ], [ 119.491464, 46.629311 ], [ 119.557985, 46.633832 ], [ 119.598637, 46.618214 ], [ 119.656535, 46.625612 ], [ 119.682405, 46.605058 ], [ 119.677477, 46.584908 ], [ 119.739687, 46.615336 ], [ 119.783419, 46.626023 ], [ 119.8136, 46.66834 ], [ 119.804361, 46.68189 ], [ 119.859179, 46.669572 ], [ 119.911534, 46.669572 ], [ 119.93494, 46.712674 ], [ 119.917078, 46.758203 ], [ 119.936172, 46.790173 ], [ 119.920157, 46.853238 ], [ 119.926933, 46.903963 ], [ 119.859795, 46.917046 ], [ 119.845013, 46.964852 ], [ 119.795122, 47.013024 ], [ 119.79081, 47.04525 ], [ 119.806825, 47.055037 ], [ 119.763093, 47.13082 ], [ 119.716282, 47.195518 ], [ 119.627586, 47.247544 ], [ 119.56784, 47.248357 ], [ 119.559217, 47.303172 ], [ 119.450812, 47.353065 ], [ 119.437877, 47.378602 ], [ 119.386138, 47.397645 ], [ 119.365812, 47.423161 ], [ 119.32208, 47.42721 ], [ 119.365812, 47.47739 ], [ 119.205052, 47.520249 ], [ 119.152081, 47.540453 ], [ 119.134219, 47.664335 ], [ 118.773278, 47.771034 ], [ 118.568171, 47.992187 ], [ 118.441903, 47.995791 ], [ 118.422193, 48.01461 ], [ 118.37415, 48.016612 ], [ 118.351976, 48.006203 ], [ 118.284839, 48.011007 ], [ 118.238027, 48.031422 ], [ 118.238643, 48.041826 ], [ 118.150564, 48.036224 ], [ 118.124694, 48.047427 ], [ 118.107448, 48.031021 ], [ 118.052014, 48.01421 ], [ 117.96147, 48.011007 ], [ 117.886942, 48.025418 ], [ 117.813645, 48.016212 ], [ 117.529081, 47.782697 ], [ 117.519226, 47.761782 ], [ 117.493357, 47.758563 ], [ 117.384335, 47.641356 ], [ 117.094844, 47.8241 ], [ 116.879265, 47.893968 ], [ 116.791186, 47.89758 ], [ 116.669846, 47.890758 ], [ 116.453035, 47.837358 ], [ 116.26579, 47.876711 ], [ 116.130283, 47.823296 ], [ 116.111189, 47.811642 ], [ 115.968291, 47.689721 ], [ 115.939342, 47.683275 ], [ 115.580249, 47.921649 ], [ 115.539597, 48.104607 ], [ 115.545141, 48.134971 ], [ 115.529126, 48.155336 ], [ 115.81061, 48.257042 ], [ 115.822929, 48.259432 ], [ 115.799523, 48.514982 ], [ 115.83032, 48.560156 ], [ 116.069305, 48.811437 ], [ 116.077928, 48.822471 ], [ 116.048363, 48.873274 ], [ 116.428397, 49.430659 ], [ 116.717889, 49.847288 ], [ 116.736367, 49.847674 ], [ 117.068974, 49.695389 ], [ 117.278394, 49.636512 ], [ 117.485349, 49.633024 ], [ 117.638102, 49.574847 ], [ 117.809333, 49.521263 ], [ 117.849369, 49.551557 ], [ 117.866, 49.591532 ], [ 117.950999, 49.596187 ], [ 117.995963, 49.623332 ], [ 118.011362, 49.614803 ], [ 118.082811, 49.616741 ], [ 118.129622, 49.669446 ], [ 118.156723, 49.660149 ], [ 118.211542, 49.690744 ], [ 118.220781, 49.729831 ], [ 118.284223, 49.743755 ], [ 118.315636, 49.766953 ], [ 118.384005, 49.783958 ], [ 118.398787, 49.802502 ], [ 118.385853, 49.827217 ], [ 118.443751, 49.835709 ], [ 118.483787, 49.830691 ], [ 118.485019, 49.866194 ], [ 118.531214, 49.887791 ], [ 118.574946, 49.931342 ], [ 118.605127, 49.926719 ], [ 118.672264, 49.955991 ], [ 118.739402, 49.946364 ], [ 118.761576, 49.959456 ], [ 118.791757, 49.955606 ], [ 118.964836, 49.988708 ], [ 118.982082, 49.979087 ], [ 119.090487, 49.985629 ], [ 119.12498, 50.019095 ], [ 119.163168, 50.027554 ], [ 119.193965, 50.069826 ], [ 119.190269, 50.087877 ], [ 119.236465, 50.075204 ], [ 119.290052, 50.121655 ], [ 119.309762, 50.161161 ], [ 119.350414, 50.166145 ], [ 119.339327, 50.192206 ], [ 119.358421, 50.197953 ], [ 119.319001, 50.220933 ], [ 119.339943, 50.244668 ], [ 119.35103, 50.303953 ], [ 119.381827, 50.324208 ], [ 119.358421, 50.358965 ], [ 119.322696, 50.352474 ], [ 119.277117, 50.366218 ], [ 119.259871, 50.345218 ], [ 119.232153, 50.365455 ], [ 119.188422, 50.347509 ], [ 119.155777, 50.364691 ], [ 119.176719, 50.378814 ], [ 119.125596, 50.389118 ], [ 119.165016, 50.422683 ], [ 119.217371, 50.414675 ], [ 119.22353, 50.441363 ], [ 119.250631, 50.448604 ], [ 119.262334, 50.490124 ], [ 119.264182, 50.536933 ], [ 119.295595, 50.573814 ], [ 119.281428, 50.601551 ], [ 119.298059, 50.616743 ], [ 119.361501, 50.632689 ], [ 119.394145, 50.667219 ], [ 119.385522, 50.682769 ], [ 119.430486, 50.684286 ], [ 119.450196, 50.695281 ], [ 119.506862, 50.763846 ], [ 119.496391, 50.771795 ], [ 119.515485, 50.814165 ], [ 119.498855, 50.827776 ], [ 119.491464, 50.87878 ], [ 119.569688, 50.933879 ], [ 119.598637, 50.984767 ], [ 119.630666, 51.00925 ], [ 119.678093, 51.016404 ], [ 119.726753, 51.051028 ], [ 119.719361, 51.075099 ], [ 119.764325, 51.092017 ], [ 119.752622, 51.117193 ], [ 119.771716, 51.124331 ], [ 119.788346, 51.174636 ], [ 119.760629, 51.212516 ], [ 119.784035, 51.22601 ], [ 119.821607, 51.21439 ], [ 119.797586, 51.243622 ], [ 119.828383, 51.263099 ], [ 119.811136, 51.281071 ], [ 119.885049, 51.302777 ], [ 119.883817, 51.336813 ], [ 119.946643, 51.360736 ], [ 119.914614, 51.374187 ], [ 119.910918, 51.390994 ], [ 119.97128, 51.40033 ], [ 119.982983, 51.445112 ], [ 120.002693, 51.459283 ], [ 119.982367, 51.482396 ], [ 119.985447, 51.505125 ], [ 120.017476, 51.52114 ], [ 120.052584, 51.560967 ], [ 120.035954, 51.583657 ], [ 120.05936, 51.634203 ], [ 120.100628, 51.649058 ], [ 120.087077, 51.678013 ], [ 120.172693, 51.679868 ], [ 120.226279, 51.717703 ], [ 120.294649, 51.752171 ], [ 120.317438, 51.785873 ], [ 120.363634, 51.789945 ], [ 120.40675, 51.81659 ], [ 120.40059, 51.833605 ], [ 120.480046, 51.855049 ], [ 120.481278, 51.885719 ], [ 120.549032, 51.882394 ], [ 120.548416, 51.907877 ], [ 120.656821, 51.926333 ], [ 120.66298, 51.958061 ], [ 120.704864, 51.983501 ], [ 120.717799, 52.015556 ], [ 120.691929, 52.026973 ], [ 120.690698, 52.047221 ], [ 120.717183, 52.072978 ], [ 120.753523, 52.085483 ], [ 120.76769, 52.10938 ], [ 120.760299, 52.136937 ], [ 120.786784, 52.15787 ], [ 120.745516, 52.20594 ], [ 120.755371, 52.258355 ], [ 120.715951, 52.261286 ], [ 120.695625, 52.290214 ], [ 120.653741, 52.302658 ], [ 120.627256, 52.323878 ], [ 120.62356, 52.361172 ], [ 120.653741, 52.371038 ], [ 120.64943, 52.3904 ], [ 120.688234, 52.427637 ], [ 120.68269, 52.464479 ], [ 120.706712, 52.492909 ], [ 120.687002, 52.511489 ], [ 120.734429, 52.536977 ], [ 120.690698, 52.547532 ], [ 120.658669, 52.56718 ], [ 120.62664, 52.570818 ], [ 120.605082, 52.589364 ], [ 120.56135, 52.595544 ], [ 120.483742, 52.630066 ], [ 120.462184, 52.64532 ], [ 120.396895, 52.616261 ], [ 120.289721, 52.623527 ], [ 120.194866, 52.578819 ], [ 120.125265, 52.586819 ], [ 120.07599, 52.586092 ], [ 120.049505, 52.598453 ], [ 120.035338, 52.646409 ], [ 120.071063, 52.70628 ], [ 120.031642, 52.773674 ], [ 120.101244, 52.788877 ], [ 120.14128, 52.813119 ], [ 120.181316, 52.806969 ], [ 120.222584, 52.84277 ], [ 120.297112, 52.869872 ], [ 120.295265, 52.891542 ], [ 120.350699, 52.906343 ], [ 120.363018, 52.94134 ], [ 120.411061, 52.957927 ], [ 120.452945, 53.01017 ], [ 120.529321, 53.045803 ], [ 120.562582, 53.082845 ], [ 120.643886, 53.106923 ], [ 120.659901, 53.137091 ], [ 120.687002, 53.142476 ], [ 120.690698, 53.174771 ], [ 120.736277, 53.204892 ], [ 120.821893, 53.241797 ], [ 120.838523, 53.239648 ], [ 120.820661, 53.269007 ], [ 120.867472, 53.278669 ], [ 120.882871, 53.294411 ], [ 120.936457, 53.28833 ], [ 120.950624, 53.29763 ], [ 121.055334, 53.29155 ], [ 121.098449, 53.306929 ], [ 121.129246, 53.277238 ], [ 121.155732, 53.285468 ], [ 121.227797, 53.280459 ], [ 121.308485, 53.301565 ], [ 121.336818, 53.325877 ], [ 121.416274, 53.319443 ], [ 121.499426, 53.337314 ], [ 121.504969, 53.323018 ], [ 121.575802, 53.29155 ], [ 121.615222, 53.258984 ], [ 121.642324, 53.262564 ], [ 121.679896, 53.240722 ], [ 121.67928, 53.199515 ], [ 121.660186, 53.195213 ], [ 121.665114, 53.170467 ], [ 121.722396, 53.145706 ], [ 121.753193, 53.147501 ], [ 121.784606, 53.104408 ], [ 121.775367, 53.089674 ], [ 121.817867, 53.061631 ], [ 121.785838, 53.018451 ], [ 121.715621, 52.997926 ], [ 121.677432, 52.948192 ], [ 121.66265, 52.912478 ], [ 121.610295, 52.892264 ], [ 121.604136, 52.872401 ], [ 121.620766, 52.853251 ], [ 121.591201, 52.824693 ], [ 121.537614, 52.801542 ], [ 121.511129, 52.779104 ], [ 121.476636, 52.772225 ], [ 121.455078, 52.73528 ], [ 121.373158, 52.683067 ], [ 121.309717, 52.676173 ], [ 121.29247, 52.651855 ], [ 121.237036, 52.619167 ], [ 121.182217, 52.59918 ], [ 121.225333, 52.577364 ], [ 121.280151, 52.586819 ], [ 121.323883, 52.573727 ], [ 121.353448, 52.534793 ], [ 121.411963, 52.52205 ], [ 121.416274, 52.499468 ], [ 121.474172, 52.482706 ], [ 121.495114, 52.484892 ], [ 121.519136, 52.456821 ], [ 121.565331, 52.460468 ], [ 121.590585, 52.443326 ], [ 121.63986, 52.44442 ], [ 121.678664, 52.419973 ], [ 121.658338, 52.3904 ], [ 121.715621, 52.342894 ], [ 121.714389, 52.318025 ], [ 121.769207, 52.308147 ], [ 121.841272, 52.282526 ], [ 121.901018, 52.280695 ], [ 121.94783, 52.298266 ], [ 121.976779, 52.343626 ], [ 122.035909, 52.377615 ], [ 122.040837, 52.413038 ], [ 122.091344, 52.427272 ], [ 122.080873, 52.440407 ], [ 122.107358, 52.452445 ], [ 122.142467, 52.495096 ], [ 122.140003, 52.510032 ], [ 122.168952, 52.513674 ], [ 122.178191, 52.48963 ], [ 122.207756, 52.469218 ], [ 122.310618, 52.475416 ], [ 122.326016, 52.459374 ], [ 122.342031, 52.414133 ], [ 122.367284, 52.413768 ], [ 122.378987, 52.395512 ], [ 122.419023, 52.375057 ], [ 122.447356, 52.394052 ], [ 122.484313, 52.341432 ], [ 122.478153, 52.29607 ], [ 122.560689, 52.282526 ], [ 122.585943, 52.266413 ], [ 122.67895, 52.276667 ], [ 122.710979, 52.256157 ], [ 122.76087, 52.26678 ], [ 122.787355, 52.252494 ], [ 122.766413, 52.232705 ], [ 122.769493, 52.179893 ], [ 122.73808, 52.153464 ], [ 122.690653, 52.140243 ], [ 122.629059, 52.13657 ], [ 122.643841, 52.111585 ], [ 122.625363, 52.067459 ], [ 122.650616, 52.058997 ], [ 122.664783, 51.99861 ], [ 122.683877, 51.974654 ], [ 122.726377, 51.978709 ], [ 122.729457, 51.919321 ], [ 122.706051, 51.890151 ], [ 122.725761, 51.87833 ], [ 122.732536, 51.832495 ], [ 122.771957, 51.779579 ], [ 122.749167, 51.746613 ], [ 122.778732, 51.698048 ], [ 122.816304, 51.655371 ], [ 122.820616, 51.633088 ], [ 122.85634, 51.606707 ], [ 122.832935, 51.581797 ], [ 122.874202, 51.561339 ], [ 122.880362, 51.537894 ], [ 122.858804, 51.524864 ], [ 122.880362, 51.511085 ], [ 122.854492, 51.477551 ], [ 122.871123, 51.455181 ], [ 122.900072, 51.445112 ], [ 122.903768, 51.415262 ], [ 122.946267, 51.405183 ], [ 122.965977, 51.386886 ], [ 122.965977, 51.345786 ], [ 123.002934, 51.31213 ], [ 123.069455, 51.321108 ], [ 123.127969, 51.297913 ], [ 123.231447, 51.279199 ], [ 123.231447, 51.268716 ], [ 123.294273, 51.254111 ], [ 123.339853, 51.27246 ], [ 123.376809, 51.266844 ], [ 123.414381, 51.278825 ], [ 123.440251, 51.270963 ], [ 123.46304, 51.286686 ], [ 123.582533, 51.294545 ], [ 123.582533, 51.306893 ], [ 123.661989, 51.319237 ], [ 123.660141, 51.342795 ], [ 123.711264, 51.398089 ], [ 123.794416, 51.361109 ], [ 123.842459, 51.367462 ], [ 123.887423, 51.320734 ], [ 123.926227, 51.300532 ], [ 123.939777, 51.313253 ], [ 123.994596, 51.322604 ], [ 124.071588, 51.320734 ], [ 124.090067, 51.3413 ], [ 124.128255, 51.347281 ], [ 124.192313, 51.33943 ], [ 124.239124, 51.344664 ], [ 124.271769, 51.308389 ], [ 124.297638, 51.298661 ], [ 124.339522, 51.293422 ], [ 124.406659, 51.272086 ], [ 124.430065, 51.301281 ], [ 124.426985, 51.331953 ], [ 124.443616, 51.35812 ], [ 124.478108, 51.36223 ], [ 124.490427, 51.380537 ], [ 124.555717, 51.375307 ], [ 124.58713, 51.363725 ], [ 124.62655, 51.327465 ], [ 124.693687, 51.3327 ], [ 124.752817, 51.35812 ], [ 124.76452, 51.38726 ], [ 124.783614, 51.392115 ], [ 124.864302, 51.37979 ], [ 124.885244, 51.40817 ], [ 124.942527, 51.447349 ], [ 124.917889, 51.474196 ], [ 124.928976, 51.498419 ], [ 124.983795, 51.508478 ], [ 125.004737, 51.529332 ], [ 125.047236, 51.529704 ], [ 125.073106, 51.553526 ], [ 125.060171, 51.59667 ], [ 125.098975, 51.658341 ], [ 125.12854, 51.659083 ], [ 125.130388, 51.635317 ], [ 125.175968, 51.639403 ], [ 125.214772, 51.627888 ], [ 125.228938, 51.640517 ], [ 125.289301, 51.633831 ], [ 125.316402, 51.610052 ], [ 125.35151, 51.623801 ], [ 125.38046, 51.585516 ], [ 125.424807, 51.562827 ], [ 125.528285, 51.488359 ], [ 125.559082, 51.461521 ], [ 125.595422, 51.416755 ], [ 125.60035, 51.413396 ], [ 125.600966, 51.410409 ], [ 125.62314, 51.398089 ], [ 125.623756, 51.387633 ], [ 125.626219, 51.380163 ], [ 125.700132, 51.327465 ], [ 125.740784, 51.27583 ], [ 125.76111, 51.261976 ], [ 125.761726, 51.226385 ], [ 125.819008, 51.227134 ], [ 125.850421, 51.21364 ], [ 125.864588, 51.146487 ], [ 125.909551, 51.138977 ], [ 125.946508, 51.108176 ], [ 125.970529, 51.123955 ], [ 125.993935, 51.119072 ], [ 125.976073, 51.084498 ], [ 126.059225, 51.043503 ], [ 126.033971, 51.011132 ], [ 126.041978, 50.981753 ], [ 126.068464, 50.967434 ], [ 126.042594, 50.92558 ], [ 126.02042, 50.927466 ], [ 125.996399, 50.906715 ], [ 125.997631, 50.872738 ], [ 125.961906, 50.901054 ], [ 125.939732, 50.85423 ], [ 125.913247, 50.825885 ], [ 125.878138, 50.816812 ], [ 125.890457, 50.805845 ], [ 125.836255, 50.793363 ], [ 125.846726, 50.769524 ], [ 125.828863, 50.756654 ], [ 125.804226, 50.773309 ], [ 125.758646, 50.746809 ], [ 125.795603, 50.738856 ], [ 125.78082, 50.725598 ], [ 125.825784, 50.70362 ], [ 125.789443, 50.679735 ], [ 125.804226, 50.658874 ], [ 125.793139, 50.643316 ], [ 125.814697, 50.62092 ], [ 125.807921, 50.60383 ], [ 125.829479, 50.56165 ], [ 125.794987, 50.532748 ], [ 125.770349, 50.531227 ], [ 125.754335, 50.506874 ], [ 125.740784, 50.523237 ], [ 125.699516, 50.487078 ], [ 125.654553, 50.471082 ], [ 125.627451, 50.443268 ], [ 125.580024, 50.449366 ], [ 125.562162, 50.438314 ], [ 125.583104, 50.409717 ], [ 125.567089, 50.402852 ], [ 125.536292, 50.420014 ], [ 125.522126, 50.404759 ], [ 125.546763, 50.358965 ], [ 125.520278, 50.3498 ], [ 125.530749, 50.331085 ], [ 125.463611, 50.295925 ], [ 125.466075, 50.266861 ], [ 125.442053, 50.260357 ], [ 125.448829, 50.216338 ], [ 125.417416, 50.195654 ], [ 125.39093, 50.199868 ], [ 125.382923, 50.172278 ], [ 125.335496, 50.161161 ], [ 125.376148, 50.137385 ], [ 125.311474, 50.140453 ], [ 125.27883, 50.127411 ], [ 125.258504, 50.103618 ], [ 125.287453, 50.093636 ], [ 125.283757, 50.070211 ], [ 125.328105, 50.065985 ], [ 125.315786, 50.04562 ], [ 125.289916, 50.057917 ], [ 125.25296, 50.041393 ], [ 125.283757, 50.036012 ], [ 125.297924, 50.014481 ], [ 125.278214, 49.996402 ], [ 125.241873, 49.987938 ], [ 125.231402, 49.957531 ], [ 125.190134, 49.959841 ], [ 125.199373, 49.935194 ], [ 125.225859, 49.922481 ], [ 125.212924, 49.907452 ], [ 125.245569, 49.87198 ], [ 125.225243, 49.867351 ], [ 125.239409, 49.844587 ], [ 125.177815, 49.829533 ], [ 125.222779, 49.799026 ], [ 125.221547, 49.754969 ], [ 125.204301, 49.734086 ], [ 125.225243, 49.726349 ], [ 125.219699, 49.669058 ], [ 125.185207, 49.634574 ], [ 125.189518, 49.652401 ], [ 125.164881, 49.669446 ], [ 125.132236, 49.672157 ], [ 125.127308, 49.655113 ], [ 125.15441, 49.616741 ], [ 125.16796, 49.629923 ], [ 125.205533, 49.593859 ], [ 125.23017, 49.595411 ], [ 125.233866, 49.536801 ], [ 125.211076, 49.539908 ], [ 125.228323, 49.487063 ], [ 125.270822, 49.454395 ], [ 125.256656, 49.437275 ], [ 125.25604, 49.395227 ], [ 125.277598, 49.379644 ], [ 125.256656, 49.359769 ], [ 125.261583, 49.322336 ], [ 125.214772, 49.277066 ], [ 125.233866, 49.255587 ], [ 125.219699, 49.189139 ], [ 125.187671, 49.186792 ], [ 125.158721, 49.144921 ], [ 125.117453, 49.126127 ], [ 125.034302, 49.157056 ], [ 125.039845, 49.17623 ], [ 124.983179, 49.162535 ], [ 124.906802, 49.184054 ], [ 124.860607, 49.166448 ], [ 124.847672, 49.129651 ], [ 124.809484, 49.115943 ], [ 124.828578, 49.077933 ], [ 124.808252, 49.020666 ], [ 124.756513, 48.967262 ], [ 124.744194, 48.920487 ], [ 124.709086, 48.920487 ], [ 124.715861, 48.885475 ], [ 124.697383, 48.841775 ], [ 124.654267, 48.83429 ], [ 124.644412, 48.80789 ], [ 124.656115, 48.783842 ], [ 124.612383, 48.747945 ], [ 124.624702, 48.701755 ], [ 124.601912, 48.632587 ], [ 124.579122, 48.596582 ], [ 124.520608, 48.556195 ], [ 124.548941, 48.535593 ], [ 124.533543, 48.515379 ], [ 124.555717, 48.467784 ], [ 124.507674, 48.445558 ], [ 124.52492, 48.426897 ], [ 124.51876, 48.378027 ], [ 124.547094, 48.35775 ], [ 124.540934, 48.335476 ], [ 124.579738, 48.297269 ], [ 124.558796, 48.268197 ], [ 124.579122, 48.262221 ], [ 124.547094, 48.200829 ], [ 124.512601, 48.164518 ], [ 124.529847, 48.146951 ], [ 124.505826, 48.124985 ], [ 124.478108, 48.123387 ], [ 124.46579, 48.098213 ], [ 124.415899, 48.08782 ], [ 124.430065, 48.12099 ], [ 124.471333, 48.133373 ], [ 124.467637, 48.178886 ], [ 124.418978, 48.181679 ], [ 124.412819, 48.219175 ], [ 124.422058, 48.245884 ], [ 124.365392, 48.283731 ], [ 124.353689, 48.315978 ], [ 124.317964, 48.35099 ], [ 124.331515, 48.380015 ], [ 124.309957, 48.413393 ], [ 124.330283, 48.435633 ], [ 124.302566, 48.456673 ], [ 124.314269, 48.503881 ], [ 124.25945, 48.536385 ], [ 124.136878, 48.463023 ], [ 124.07898, 48.43603 ], [ 124.019234, 48.39313 ], [ 123.862785, 48.271782 ], [ 123.746373, 48.197638 ], [ 123.705105, 48.152142 ], [ 123.579453, 48.045427 ], [ 123.537569, 48.021816 ], [ 123.300432, 47.953723 ], [ 123.256085, 47.876711 ], [ 123.214201, 47.824502 ], [ 123.161846, 47.781892 ], [ 123.041122, 47.746492 ], [ 122.926557, 47.697777 ], [ 122.848949, 47.67441 ], [ 122.765181, 47.614333 ], [ 122.59395, 47.54732 ], [ 122.543443, 47.495589 ], [ 122.507103, 47.401291 ], [ 122.418407, 47.350632 ], [ 122.441197, 47.310476 ], [ 122.462755, 47.27841 ], [ 122.498479, 47.255262 ], [ 122.531124, 47.198771 ], [ 122.582863, 47.158092 ], [ 122.615508, 47.124306 ], [ 122.679566, 47.094164 ], [ 122.710363, 47.093349 ], [ 122.821232, 47.065636 ], [ 122.852645, 47.072158 ], [ 122.845869, 47.046881 ], [ 122.778116, 47.002822 ], [ 122.77442, 46.973837 ], [ 122.798442, 46.9575 ], [ 122.791051, 46.941567 ], [ 122.83971, 46.937072 ], [ 122.895144, 46.960359 ], [ 122.893913, 46.895376 ], [ 122.906847, 46.80738 ], [ 122.996774, 46.761483 ], [ 123.00355, 46.730726 ], [ 123.026339, 46.718829 ], [ 123.076846, 46.745082 ], [ 123.103332, 46.734828 ], [ 123.163694, 46.74016 ], [ 123.198802, 46.803283 ], [ 123.22344, 46.821305 ], [ 123.221592, 46.850373 ], [ 123.295505, 46.865105 ], [ 123.341084, 46.826628 ], [ 123.374345, 46.837683 ], [ 123.40699, 46.906416 ], [ 123.404526, 46.935438 ], [ 123.360179, 46.970978 ], [ 123.304128, 46.964852 ], [ 123.301664, 46.999965 ], [ 123.337389, 46.988943 ], [ 123.42362, 46.934212 ], [ 123.487678, 46.959951 ], [ 123.52833, 46.944836 ], [ 123.483366, 46.84587 ], [ 123.506772, 46.827038 ], [ 123.562823, 46.82581 ], [ 123.575757, 46.845461 ], [ 123.576989, 46.891286 ], [ 123.605322, 46.891286 ], [ 123.599163, 46.868378 ], [ 123.625648, 46.847508 ], [ 123.580069, 46.827447 ], [ 123.629344, 46.813524 ], [ 123.631808, 46.728675 ], [ 123.603475, 46.68928 ], [ 123.474743, 46.686817 ], [ 123.366338, 46.677784 ], [ 123.318295, 46.662179 ], [ 123.276411, 46.660947 ], [ 123.279491, 46.616981 ], [ 123.228368, 46.588198 ], [ 123.18094, 46.614103 ], [ 123.098404, 46.603002 ], [ 123.077462, 46.622324 ], [ 123.04605, 46.617803 ], [ 123.052825, 46.579972 ], [ 123.002318, 46.574624 ], [ 123.010325, 46.524823 ], [ 123.011557, 46.434984 ], [ 123.089781, 46.347888 ], [ 123.142136, 46.298293 ], [ 123.178476, 46.248239 ], [ 123.128585, 46.210565 ], [ 123.127354, 46.174523 ], [ 123.102716, 46.172037 ], [ 123.112571, 46.130163 ], [ 123.070071, 46.123527 ], [ 123.04605, 46.099878 ], [ 122.792898, 46.073313 ], [ 122.828623, 45.912406 ], [ 122.80029, 45.856583 ], [ 122.772572, 45.856583 ], [ 122.752246, 45.834905 ], [ 122.792283, 45.766063 ], [ 122.751015, 45.735996 ], [ 122.741775, 45.705077 ], [ 122.671558, 45.70048 ], [ 122.650001, 45.731401 ], [ 122.640761, 45.771072 ], [ 122.603189, 45.778169 ], [ 122.556378, 45.82156 ], [ 122.522501, 45.786933 ], [ 122.504639, 45.786933 ], [ 122.496016, 45.85825 ], [ 122.446125, 45.916986 ], [ 122.362357, 45.917403 ], [ 122.372828, 45.856166 ], [ 122.337719, 45.859917 ], [ 122.301379, 45.813218 ], [ 122.253952, 45.7982 ], [ 122.236705, 45.831569 ], [ 122.200981, 45.857 ], [ 122.091344, 45.882002 ], [ 122.085184, 45.912406 ], [ 122.040221, 45.959022 ], [ 121.92812, 45.988552 ], [ 121.923808, 46.004767 ], [ 121.864062, 46.002272 ], [ 121.843736, 46.024301 ], [ 121.819098, 46.023054 ], [ 121.761816, 45.998947 ], [ 121.809243, 45.961102 ], [ 121.821562, 45.918235 ], [ 121.805548, 45.900746 ], [ 121.817251, 45.875336 ], [ 121.769823, 45.84366 ], [ 121.766744, 45.830318 ], [ 121.754425, 45.794862 ], [ 121.697142, 45.76314 ], [ 121.657106, 45.770238 ], [ 121.644172, 45.752284 ], [ 121.666345, 45.727641 ], [ 121.713773, 45.701734 ], [ 121.811091, 45.687103 ], [ 121.812323, 45.704659 ], [ 121.867142, 45.719703 ], [ 121.934279, 45.71051 ], [ 121.970004, 45.692956 ], [ 122.003264, 45.623102 ], [ 121.995873, 45.59882 ], [ 121.966308, 45.596308 ], [ 121.993409, 45.552741 ], [ 122.002648, 45.507882 ], [ 122.064242, 45.472641 ], [ 122.168336, 45.439897 ], [ 122.180039, 45.409655 ], [ 122.146778, 45.374352 ], [ 122.147394, 45.295682 ], [ 122.239169, 45.276313 ], [ 122.22993, 45.206784 ], [ 122.192358, 45.180636 ], [ 122.143082, 45.183167 ], [ 122.109822, 45.142236 ], [ 122.119677, 45.068739 ], [ 122.098735, 45.02138 ], [ 122.074713, 45.006573 ], [ 122.087032, 44.95281 ], [ 122.079025, 44.914256 ], [ 122.04946, 44.912985 ], [ 122.098119, 44.81882 ], [ 122.099967, 44.7823 ], [ 122.168952, 44.770405 ], [ 122.142467, 44.753833 ], [ 122.110438, 44.767856 ], [ 122.10243, 44.736406 ], [ 122.152322, 44.744057 ], [ 122.161561, 44.728328 ], [ 122.117213, 44.701961 ], [ 122.103046, 44.67388 ], [ 122.113517, 44.615546 ], [ 122.13138, 44.577619 ], [ 122.196053, 44.559712 ], [ 122.224386, 44.526016 ], [ 122.228082, 44.480345 ], [ 122.28598, 44.477783 ], [ 122.294604, 44.41113 ], [ 122.291524, 44.310152 ], [ 122.271198, 44.255741 ], [ 122.319241, 44.233018 ], [ 122.483081, 44.236877 ], [ 122.515726, 44.251025 ], [ 122.641993, 44.283595 ], [ 122.675254, 44.285738 ], [ 122.702971, 44.319145 ], [ 122.76087, 44.369648 ], [ 122.85634, 44.398304 ], [ 123.025108, 44.493153 ], [ 123.06576, 44.505959 ], [ 123.12489, 44.5098 ], [ 123.137209, 44.486322 ], [ 123.125506, 44.455147 ], [ 123.142136, 44.428228 ], [ 123.114419, 44.40258 ], [ 123.128585, 44.367081 ], [ 123.196955, 44.34483 ], [ 123.277027, 44.25274 ], [ 123.286882, 44.211574 ], [ 123.323838, 44.179823 ], [ 123.386664, 44.161794 ], [ 123.362642, 44.133452 ], [ 123.350939, 44.092633 ], [ 123.32815, 44.084035 ], [ 123.331229, 44.028984 ], [ 123.365722, 44.013922 ], [ 123.400831, 43.979481 ], [ 123.37065, 43.970006 ], [ 123.397135, 43.954929 ], [ 123.467968, 43.853599 ], [ 123.461809, 43.822518 ], [ 123.498149, 43.771114 ], [ 123.48275, 43.737396 ], [ 123.520323, 43.708419 ], [ 123.518475, 43.682024 ], [ 123.536953, 43.633964 ], [ 123.510468, 43.624867 ], [ 123.5117, 43.592801 ], [ 123.421157, 43.598435 ], [ 123.434091, 43.575461 ], [ 123.461193, 43.568523 ], [ 123.452569, 43.545971 ], [ 123.360179, 43.567223 ], [ 123.304744, 43.550742 ], [ 123.329998, 43.519071 ], [ 123.315831, 43.492159 ], [ 123.36449, 43.483475 ], [ 123.382968, 43.469143 ], [ 123.419925, 43.410046 ], [ 123.442098, 43.437863 ], [ 123.486446, 43.44525 ], [ 123.519707, 43.402219 ], [ 123.54496, 43.415262 ], [ 123.608402, 43.366119 ], [ 123.703873, 43.37047 ], [ 123.698329, 43.272071 ], [ 123.664453, 43.264663 ], [ 123.676771, 43.223684 ], [ 123.645974, 43.208855 ], [ 123.666916, 43.179623 ], [ 123.636119, 43.141644 ], [ 123.631192, 43.088346 ], [ 123.580685, 43.036314 ], [ 123.572678, 43.003498 ], [ 123.536337, 43.007 ], [ 123.474743, 43.042438 ], [ 123.434707, 43.027565 ], [ 123.323222, 43.000872 ], [ 123.259165, 42.993431 ], [ 123.18402, 42.925983 ], [ 123.188947, 42.895739 ], [ 123.169853, 42.859777 ], [ 123.227752, 42.831695 ], [ 123.118114, 42.801405 ], [ 123.058368, 42.768903 ], [ 122.980144, 42.777689 ], [ 122.945651, 42.753524 ], [ 122.925941, 42.772417 ], [ 122.887137, 42.770221 ], [ 122.883442, 42.751766 ], [ 122.848949, 42.712203 ], [ 122.786123, 42.757479 ], [ 122.73808, 42.77066 ], [ 122.733152, 42.786034 ], [ 122.653696, 42.78252 ], [ 122.624747, 42.773296 ], [ 122.580399, 42.789987 ], [ 122.576088, 42.819405 ], [ 122.556378, 42.827745 ], [ 122.436886, 42.843105 ], [ 122.35127, 42.830378 ], [ 122.371596, 42.776371 ], [ 122.439349, 42.770221 ], [ 122.460907, 42.755282 ], [ 122.396234, 42.707366 ], [ 122.396234, 42.684054 ], [ 122.338951, 42.669975 ], [ 122.324785, 42.684934 ], [ 122.261343, 42.695931 ], [ 122.204676, 42.732867 ], [ 122.204676, 42.685374 ], [ 122.160945, 42.684934 ], [ 122.072865, 42.710444 ], [ 122.062394, 42.723635 ], [ 122.018663, 42.69901 ], [ 121.939207, 42.688453 ], [ 121.94167, 42.666014 ], [ 121.915801, 42.656332 ], [ 121.921344, 42.605697 ], [ 121.889931, 42.556784 ], [ 121.844352, 42.522389 ], [ 121.831417, 42.533856 ], [ 121.817867, 42.504303 ], [ 121.803084, 42.514891 ], [ 121.747649, 42.484887 ], [ 121.69899, 42.438529 ], [ 121.66573, 42.437204 ], [ 121.604136, 42.495037 ], [ 121.607831, 42.516214 ], [ 121.570875, 42.487093 ], [ 121.506201, 42.482239 ], [ 121.4791, 42.49636 ], [ 121.434752, 42.475176 ], [ 121.386093, 42.474294 ], [ 121.304789, 42.435879 ], [ 121.314644, 42.42837 ], [ 121.285079, 42.387717 ], [ 121.218558, 42.371802 ], [ 121.184681, 42.333324 ], [ 121.133558, 42.300135 ], [ 121.120623, 42.280656 ], [ 121.087978, 42.278885 ], [ 121.070732, 42.254083 ], [ 121.028848, 42.242565 ], [ 120.992508, 42.264714 ], [ 120.933994, 42.27977 ], [ 120.883487, 42.269585 ], [ 120.883487, 42.242565 ], [ 120.8299, 42.252755 ], [ 120.820661, 42.227943 ], [ 120.79048, 42.218636 ], [ 120.745516, 42.223512 ], [ 120.72211, 42.203565 ], [ 120.624792, 42.154338 ], [ 120.58414, 42.167203 ], [ 120.56751, 42.152119 ], [ 120.466496, 42.105516 ], [ 120.493597, 42.073539 ], [ 120.450481, 42.057101 ], [ 120.456641, 42.016208 ], [ 120.399358, 41.984631 ], [ 120.373489, 41.994862 ], [ 120.309431, 41.951704 ], [ 120.318054, 41.93746 ], [ 120.271859, 41.925439 ], [ 120.260156, 41.904062 ], [ 120.290337, 41.897381 ], [ 120.286641, 41.880005 ], [ 120.251533, 41.884016 ], [ 120.215808, 41.853265 ], [ 120.188707, 41.848361 ], [ 120.183164, 41.826513 ], [ 120.127113, 41.77253 ], [ 120.1382, 41.729221 ], [ 120.096316, 41.697056 ], [ 120.035954, 41.708226 ], [ 120.024867, 41.737707 ], [ 120.050737, 41.776101 ], [ 120.041498, 41.818932 ], [ 120.023019, 41.816701 ], [ 119.989759, 41.899163 ], [ 119.954034, 41.923212 ], [ 119.950954, 41.974399 ], [ 119.924469, 41.98908 ], [ 119.921389, 42.014429 ], [ 119.897368, 42.030879 ], [ 119.87581, 42.077982 ], [ 119.845629, 42.097079 ], [ 119.837622, 42.135257 ], [ 119.854868, 42.170308 ], [ 119.841933, 42.215534 ], [ 119.744615, 42.211545 ], [ 119.679941, 42.240793 ], [ 119.617115, 42.252755 ], [ 119.609108, 42.276671 ], [ 119.557985, 42.289068 ], [ 119.539507, 42.297922 ], [ 119.571536, 42.335536 ], [ 119.572152, 42.359421 ], [ 119.540123, 42.363401 ], [ 119.502551, 42.388159 ], [ 119.482841, 42.347037 ], [ 119.432949, 42.317396 ], [ 119.34795, 42.300578 ], [ 119.280197, 42.260728 ], [ 119.274037, 42.239021 ], [ 119.237697, 42.200905 ], [ 119.277733, 42.185387 ], [ 119.286972, 42.154781 ], [ 119.30853, 42.147239 ], [ 119.314689, 42.119723 ], [ 119.352261, 42.118391 ], [ 119.384906, 42.08953 ], [ 119.375667, 42.023322 ], [ 119.324544, 41.969505 ], [ 119.323928, 41.937014 ], [ 119.340559, 41.926774 ], [ 119.323312, 41.889807 ], [ 119.334399, 41.871539 ], [ 119.312841, 41.80555 ], [ 119.292515, 41.790827 ], [ 119.317769, 41.764049 ], [ 119.319001, 41.727435 ], [ 119.299907, 41.705545 ], [ 119.307914, 41.657273 ], [ 119.342406, 41.617914 ], [ 119.415703, 41.590169 ], [ 119.420015, 41.567785 ], [ 119.362116, 41.566442 ], [ 119.361501, 41.545841 ], [ 119.406464, 41.503276 ], [ 119.401537, 41.472343 ], [ 119.378131, 41.459787 ], [ 119.376283, 41.422102 ], [ 119.309762, 41.405944 ], [ 119.330704, 41.385293 ], [ 119.296211, 41.325097 ], [ 119.239545, 41.31431 ], [ 119.211827, 41.308016 ], [ 119.197661, 41.282837 ], [ 119.168712, 41.294978 ], [ 119.092951, 41.293629 ], [ 118.980234, 41.305769 ], [ 118.949437, 41.317906 ], [ 118.890923, 41.300823 ], [ 118.844727, 41.342622 ], [ 118.843496, 41.374516 ], [ 118.770199, 41.352956 ], [ 118.741866, 41.324198 ], [ 118.677192, 41.35026 ], [ 118.629765, 41.346666 ], [ 118.528135, 41.355202 ], [ 118.412338, 41.331838 ], [ 118.380309, 41.312062 ], [ 118.348896, 41.342622 ], [ 118.361215, 41.384844 ], [ 118.348896, 41.428384 ], [ 118.327338, 41.450816 ], [ 118.271904, 41.471446 ], [ 118.315636, 41.512688 ], [ 118.302701, 41.55256 ], [ 118.215237, 41.59554 ], [ 118.206614, 41.650566 ], [ 118.159187, 41.67605 ], [ 118.155491, 41.712694 ], [ 118.132702, 41.733241 ], [ 118.140093, 41.784134 ], [ 118.178281, 41.814917 ], [ 118.236179, 41.80778 ], [ 118.247266, 41.773869 ], [ 118.29223, 41.772976 ], [ 118.335346, 41.845241 ], [ 118.340273, 41.87243 ], [ 118.268824, 41.930336 ], [ 118.306396, 41.940131 ], [ 118.313788, 41.98819 ], [ 118.291614, 42.007759 ], [ 118.239875, 42.024655 ], [ 118.286686, 42.033991 ], [ 118.296541, 42.057545 ], [ 118.27252, 42.083312 ], [ 118.239259, 42.092639 ], [ 118.212774, 42.081091 ], [ 118.220165, 42.058434 ], [ 118.194296, 42.031324 ], [ 118.116687, 42.037102 ], [ 118.155491, 42.081091 ], [ 118.097593, 42.105072 ], [ 118.089586, 42.12283 ], [ 118.106216, 42.172082 ], [ 118.033535, 42.199132 ], [ 117.977485, 42.229716 ], [ 117.974405, 42.25054 ], [ 118.047702, 42.280656 ], [ 118.060021, 42.298364 ], [ 118.008898, 42.346595 ], [ 118.024296, 42.385064 ], [ 117.997811, 42.416884 ], [ 117.874007, 42.510038 ], [ 117.856761, 42.539148 ], [ 117.797631, 42.585431 ], [ 117.801326, 42.612744 ], [ 117.779768, 42.61847 ], [ 117.708935, 42.588515 ], [ 117.667051, 42.582347 ], [ 117.60053, 42.603054 ], [ 117.537088, 42.603054 ], [ 117.530313, 42.590278 ], [ 117.475494, 42.602613 ], [ 117.435458, 42.585431 ], [ 117.434226, 42.557224 ], [ 117.387415, 42.517537 ], [ 117.410205, 42.519743 ], [ 117.413284, 42.471645 ], [ 117.390495, 42.461933 ], [ 117.332596, 42.46105 ], [ 117.275314, 42.481797 ], [ 117.188467, 42.468114 ], [ 117.135496, 42.468996 ], [ 117.09546, 42.484004 ], [ 117.080061, 42.463699 ], [ 117.01662, 42.456193 ], [ 117.009228, 42.44957 ], [ 117.005533, 42.43367 ], [ 116.99075, 42.425719 ], [ 116.974736, 42.426603 ], [ 116.97104, 42.427486 ], [ 116.944555, 42.415116 ], [ 116.936547, 42.410256 ], [ 116.921765, 42.403628 ], [ 116.910062, 42.395231 ], [ 116.910678, 42.394789 ], [ 116.886656, 42.366496 ], [ 116.897743, 42.297479 ], [ 116.918685, 42.229716 ], [ 116.903287, 42.190708 ], [ 116.789338, 42.200462 ], [ 116.825062, 42.155669 ], [ 116.850316, 42.156556 ], [ 116.890352, 42.092639 ], [ 116.879881, 42.018431 ], [ 116.796113, 41.977958 ], [ 116.748686, 41.984186 ], [ 116.727744, 41.951259 ], [ 116.66923, 41.947698 ], [ 116.639049, 41.929891 ], [ 116.597165, 41.935679 ], [ 116.553433, 41.928555 ], [ 116.510933, 41.974399 ], [ 116.4826, 41.975734 ], [ 116.453651, 41.945917 ], [ 116.393289, 41.942802 ], [ 116.414231, 41.982407 ], [ 116.373579, 42.009983 ], [ 116.310137, 41.997086 ], [ 116.298434, 41.96817 ], [ 116.223906, 41.932562 ], [ 116.212819, 41.885352 ], [ 116.194341, 41.861734 ], [ 116.122892, 41.861734 ], [ 116.106877, 41.831419 ], [ 116.129051, 41.805996 ], [ 116.09887, 41.776547 ], [ 116.034196, 41.782795 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 116.007095, 41.79752 ], [ 116.007095, 41.797966 ], [ 115.994776, 41.828743 ], [ 115.954124, 41.874213 ], [ 115.916552, 41.945027 ], [ 115.85311, 41.927665 ], [ 115.834632, 41.93835 ], [ 115.811226, 41.912525 ], [ 115.726227, 41.870202 ], [ 115.688038, 41.867528 ], [ 115.654162, 41.829189 ], [ 115.57409, 41.80555 ], [ 115.519887, 41.76762 ], [ 115.488474, 41.760924 ], [ 115.42996, 41.728775 ], [ 115.346808, 41.712247 ], [ 115.319091, 41.691693 ], [ 115.360975, 41.661297 ], [ 115.345576, 41.635807 ], [ 115.377605, 41.603148 ], [ 115.310468, 41.592854 ], [ 115.290142, 41.622835 ], [ 115.26612, 41.616124 ], [ 115.256881, 41.580768 ], [ 115.20391, 41.571367 ], [ 115.195287, 41.602253 ], [ 115.0992, 41.62373 ], [ 115.056085, 41.602253 ], [ 115.016049, 41.615229 ], [ 114.860832, 41.60091 ], [ 114.895325, 41.636255 ], [ 114.902716, 41.695715 ], [ 114.89594, 41.76762 ], [ 114.868839, 41.813579 ], [ 114.922426, 41.825175 ], [ 114.939056, 41.846132 ], [ 114.923658, 41.871093 ], [ 114.915035, 41.960605 ], [ 114.9021, 42.015763 ], [ 114.860832, 42.054879 ], [ 114.86268, 42.097967 ], [ 114.825723, 42.139695 ], [ 114.79431, 42.149457 ], [ 114.789383, 42.130819 ], [ 114.75489, 42.115727 ], [ 114.675434, 42.12061 ], [ 114.647717, 42.109512 ], [ 114.560254, 42.132595 ], [ 114.510978, 42.110844 ], [ 114.502355, 42.06732 ], [ 114.480181, 42.064654 ], [ 114.467863, 42.025989 ], [ 114.511594, 41.981962 ], [ 114.478334, 41.951704 ], [ 114.419203, 41.942356 ], [ 114.352066, 41.953484 ], [ 114.343443, 41.926774 ], [ 114.282465, 41.863517 ], [ 114.200545, 41.789934 ], [ 114.215328, 41.75646 ], [ 114.206704, 41.7386 ], [ 114.237501, 41.698843 ], [ 114.215328, 41.68499 ], [ 114.259059, 41.623282 ], [ 114.226414, 41.616572 ], [ 114.221487, 41.582111 ], [ 114.230726, 41.513584 ], [ 114.101379, 41.537779 ], [ 114.032394, 41.529715 ], [ 113.976959, 41.505966 ], [ 113.953553, 41.483553 ], [ 113.933227, 41.487139 ], [ 113.919677, 41.454404 ], [ 113.877793, 41.431076 ], [ 113.871017, 41.413126 ], [ 113.94493, 41.392477 ], [ 113.92522, 41.325546 ], [ 113.899351, 41.316108 ], [ 113.914749, 41.294529 ], [ 113.95109, 41.282837 ], [ 113.971416, 41.239649 ], [ 113.992357, 41.269794 ], [ 114.016379, 41.231999 ], [ 113.996669, 41.19238 ], [ 113.960945, 41.171211 ], [ 113.920293, 41.172112 ], [ 113.877793, 41.115777 ], [ 113.819279, 41.09774 ], [ 113.868554, 41.06887 ], [ 113.973263, 40.983087 ], [ 113.994821, 40.938798 ], [ 114.057647, 40.925234 ], [ 114.041633, 40.917546 ], [ 114.055183, 40.867782 ], [ 114.073661, 40.857372 ], [ 114.044712, 40.830661 ], [ 114.080437, 40.790348 ], [ 114.104458, 40.797597 ], [ 114.103227, 40.770861 ], [ 114.134639, 40.737314 ], [ 114.084748, 40.729605 ], [ 114.063806, 40.706925 ], [ 114.07243, 40.679246 ], [ 114.041633, 40.608861 ], [ 114.076741, 40.575686 ], [ 114.080437, 40.547952 ], [ 114.061959, 40.52885 ], [ 114.011452, 40.515657 ], [ 113.948626, 40.514747 ], [ 113.890112, 40.466503 ], [ 113.850691, 40.460583 ], [ 113.794641, 40.517932 ], [ 113.763228, 40.473787 ], [ 113.688699, 40.448288 ], [ 113.559968, 40.348476 ], [ 113.500222, 40.334335 ], [ 113.387505, 40.319279 ], [ 113.316672, 40.319736 ], [ 113.27602, 40.388601 ], [ 113.251382, 40.413211 ], [ 113.083231, 40.374925 ], [ 113.03334, 40.368997 ], [ 112.898449, 40.329317 ], [ 112.848558, 40.206937 ], [ 112.744464, 40.167161 ], [ 112.712436, 40.178593 ], [ 112.6299, 40.235725 ], [ 112.511639, 40.269068 ], [ 112.456205, 40.300112 ], [ 112.418017, 40.295091 ], [ 112.349031, 40.257194 ], [ 112.310227, 40.256281 ], [ 112.299756, 40.21105 ], [ 112.232619, 40.169905 ], [ 112.232003, 40.133311 ], [ 112.183344, 40.083877 ], [ 112.182112, 40.061437 ], [ 112.142076, 40.027076 ], [ 112.133453, 40.001866 ], [ 112.07617, 39.919298 ], [ 112.042294, 39.886243 ], [ 112.012729, 39.827438 ], [ 111.970229, 39.796638 ], [ 111.959758, 39.692642 ], [ 111.925265, 39.66731 ], [ 111.9382, 39.623071 ], [ 111.87907, 39.606013 ], [ 111.842729, 39.620305 ], [ 111.783599, 39.58895 ], [ 111.722621, 39.606013 ], [ 111.707839, 39.621227 ], [ 111.646245, 39.644272 ], [ 111.61668, 39.633211 ], [ 111.525521, 39.662242 ], [ 111.497187, 39.661781 ], [ 111.445448, 39.640124 ], [ 111.460847, 39.606935 ], [ 111.441137, 39.59679 ], [ 111.422043, 39.539123 ], [ 111.431282, 39.508656 ], [ 111.385086, 39.489722 ], [ 111.358601, 39.432428 ], [ 111.287152, 39.417173 ], [ 111.171971, 39.423183 ], [ 111.143022, 39.407926 ], [ 111.125776, 39.366297 ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "210000", "name": "辽宁省", "center": [ 123.429096, 41.796767 ], "centroid": [ 122.605251, 41.299975 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 5, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.557985, 42.289068 ], [ 119.557985, 42.289068 ], [ 119.609108, 42.276671 ], [ 119.617115, 42.252755 ], [ 119.679941, 42.240793 ], [ 119.744615, 42.211545 ], [ 119.841933, 42.215534 ], [ 119.854868, 42.170308 ], [ 119.837622, 42.135257 ], [ 119.845629, 42.097079 ], [ 119.87581, 42.077982 ], [ 119.897368, 42.030879 ], [ 119.921389, 42.014429 ], [ 119.924469, 41.98908 ], [ 119.950954, 41.974399 ], [ 119.954034, 41.923212 ], [ 119.989759, 41.899163 ], [ 120.023019, 41.816701 ], [ 120.041498, 41.818932 ], [ 120.050737, 41.776101 ], [ 120.024867, 41.737707 ], [ 120.035954, 41.708226 ], [ 120.096316, 41.697056 ], [ 120.1382, 41.729221 ], [ 120.127113, 41.77253 ], [ 120.183164, 41.826513 ], [ 120.188707, 41.848361 ], [ 120.215808, 41.853265 ], [ 120.251533, 41.884016 ], [ 120.286641, 41.880005 ], [ 120.290337, 41.897381 ], [ 120.260156, 41.904062 ], [ 120.271859, 41.925439 ], [ 120.318054, 41.93746 ], [ 120.309431, 41.951704 ], [ 120.373489, 41.994862 ], [ 120.399358, 41.984631 ], [ 120.456641, 42.016208 ], [ 120.450481, 42.057101 ], [ 120.493597, 42.073539 ], [ 120.466496, 42.105516 ], [ 120.56751, 42.152119 ], [ 120.58414, 42.167203 ], [ 120.624792, 42.154338 ], [ 120.72211, 42.203565 ], [ 120.745516, 42.223512 ], [ 120.79048, 42.218636 ], [ 120.820661, 42.227943 ], [ 120.8299, 42.252755 ], [ 120.883487, 42.242565 ], [ 120.883487, 42.269585 ], [ 120.883487, 42.269585 ], [ 120.933994, 42.27977 ], [ 120.992508, 42.264714 ], [ 121.028848, 42.242565 ], [ 121.070732, 42.254083 ], [ 121.087978, 42.278885 ], [ 121.120623, 42.280656 ], [ 121.133558, 42.300135 ], [ 121.184681, 42.333324 ], [ 121.218558, 42.371802 ], [ 121.285079, 42.387717 ], [ 121.314644, 42.42837 ], [ 121.304789, 42.435879 ], [ 121.386093, 42.474294 ], [ 121.434752, 42.475176 ], [ 121.4791, 42.49636 ], [ 121.506201, 42.482239 ], [ 121.570875, 42.487093 ], [ 121.607831, 42.516214 ], [ 121.604136, 42.495037 ], [ 121.66573, 42.437204 ], [ 121.69899, 42.438529 ], [ 121.747649, 42.484887 ], [ 121.803084, 42.514891 ], [ 121.817867, 42.504303 ], [ 121.831417, 42.533856 ], [ 121.844352, 42.522389 ], [ 121.889931, 42.556784 ], [ 121.921344, 42.605697 ], [ 121.915801, 42.656332 ], [ 121.94167, 42.666014 ], [ 121.939207, 42.688453 ], [ 122.018663, 42.69901 ], [ 122.062394, 42.723635 ], [ 122.072865, 42.710444 ], [ 122.160945, 42.684934 ], [ 122.204676, 42.685374 ], [ 122.204676, 42.732867 ], [ 122.261343, 42.695931 ], [ 122.324785, 42.684934 ], [ 122.338951, 42.669975 ], [ 122.396234, 42.684054 ], [ 122.396234, 42.707366 ], [ 122.460907, 42.755282 ], [ 122.439349, 42.770221 ], [ 122.371596, 42.776371 ], [ 122.35127, 42.830378 ], [ 122.436886, 42.843105 ], [ 122.556378, 42.827745 ], [ 122.576088, 42.819405 ], [ 122.580399, 42.789987 ], [ 122.624747, 42.773296 ], [ 122.653696, 42.78252 ], [ 122.733152, 42.786034 ], [ 122.73808, 42.77066 ], [ 122.786123, 42.757479 ], [ 122.848949, 42.712203 ], [ 122.848949, 42.712203 ], [ 122.883442, 42.751766 ], [ 122.883442, 42.751766 ], [ 122.887137, 42.770221 ], [ 122.925941, 42.772417 ], [ 122.945651, 42.753524 ], [ 122.980144, 42.777689 ], [ 123.058368, 42.768903 ], [ 123.118114, 42.801405 ], [ 123.227752, 42.831695 ], [ 123.169853, 42.859777 ], [ 123.188947, 42.895739 ], [ 123.18402, 42.925983 ], [ 123.259165, 42.993431 ], [ 123.323222, 43.000872 ], [ 123.434707, 43.027565 ], [ 123.474743, 43.042438 ], [ 123.536337, 43.007 ], [ 123.572678, 43.003498 ], [ 123.580685, 43.036314 ], [ 123.631192, 43.088346 ], [ 123.636119, 43.141644 ], [ 123.666916, 43.179623 ], [ 123.645974, 43.208855 ], [ 123.676771, 43.223684 ], [ 123.664453, 43.264663 ], [ 123.698329, 43.272071 ], [ 123.703873, 43.37047 ], [ 123.710032, 43.417001 ], [ 123.749452, 43.439167 ], [ 123.747604, 43.472184 ], [ 123.79688, 43.489988 ], [ 123.857858, 43.459153 ], [ 123.857858, 43.459153 ], [ 123.852314, 43.406133 ], [ 123.881263, 43.392218 ], [ 123.881263, 43.392218 ], [ 123.896046, 43.361333 ], [ 123.964415, 43.34088 ], [ 124.032784, 43.280786 ], [ 124.099306, 43.292983 ], [ 124.117168, 43.2773 ], [ 124.114088, 43.247229 ], [ 124.168291, 43.244177 ], [ 124.215102, 43.255947 ], [ 124.228653, 43.235022 ], [ 124.27608, 43.233278 ], [ 124.287167, 43.207983 ], [ 124.273617, 43.17875 ], [ 124.366007, 43.121554 ], [ 124.425754, 43.076107 ], [ 124.333363, 42.997371 ], [ 124.369703, 42.972854 ], [ 124.42329, 42.975482 ], [ 124.442384, 42.958841 ], [ 124.431913, 42.930803 ], [ 124.38079, 42.912835 ], [ 124.371551, 42.880831 ], [ 124.435609, 42.880831 ], [ 124.466406, 42.847054 ], [ 124.586514, 42.905384 ], [ 124.607456, 42.937376 ], [ 124.632093, 42.949642 ], [ 124.635173, 42.972854 ], [ 124.658579, 42.972854 ], [ 124.677673, 43.002185 ], [ 124.686912, 43.051185 ], [ 124.719557, 43.069987 ], [ 124.755281, 43.074359 ], [ 124.785462, 43.117185 ], [ 124.882781, 43.13422 ], [ 124.88894, 43.074796 ], [ 124.840897, 43.032377 ], [ 124.869846, 42.988178 ], [ 124.87231, 42.962344 ], [ 124.84952, 42.882585 ], [ 124.856911, 42.824234 ], [ 124.874157, 42.789987 ], [ 124.897563, 42.787791 ], [ 124.92836, 42.819844 ], [ 124.975171, 42.802722 ], [ 124.996729, 42.745174 ], [ 124.968396, 42.722756 ], [ 124.99057, 42.677455 ], [ 125.014592, 42.666014 ], [ 125.010896, 42.63212 ], [ 125.038613, 42.615387 ], [ 125.097127, 42.622433 ], [ 125.082961, 42.591159 ], [ 125.089736, 42.567803 ], [ 125.066946, 42.534738 ], [ 125.090968, 42.515773 ], [ 125.068794, 42.499449 ], [ 125.105135, 42.490624 ], [ 125.150098, 42.458842 ], [ 125.140243, 42.44692 ], [ 125.186439, 42.427928 ], [ 125.185823, 42.38197 ], [ 125.203685, 42.366938 ], [ 125.167345, 42.351903 ], [ 125.175352, 42.308102 ], [ 125.224011, 42.30102 ], [ 125.264047, 42.312528 ], [ 125.299156, 42.289953 ], [ 125.27575, 42.266928 ], [ 125.27575, 42.231045 ], [ 125.312706, 42.219966 ], [ 125.280677, 42.175187 ], [ 125.312706, 42.197359 ], [ 125.305931, 42.146351 ], [ 125.357054, 42.145464 ], [ 125.368141, 42.182726 ], [ 125.41372, 42.156112 ], [ 125.458068, 42.160105 ], [ 125.458068, 42.160105 ], [ 125.490097, 42.136145 ], [ 125.446365, 42.098411 ], [ 125.414336, 42.101964 ], [ 125.416184, 42.063766 ], [ 125.363213, 42.017097 ], [ 125.369989, 42.002868 ], [ 125.29854, 41.974399 ], [ 125.291764, 41.958825 ], [ 125.35151, 41.92811 ], [ 125.307779, 41.924548 ], [ 125.294844, 41.822945 ], [ 125.319482, 41.776993 ], [ 125.319482, 41.776993 ], [ 125.323177, 41.771191 ], [ 125.323177, 41.771191 ], [ 125.336112, 41.768067 ], [ 125.336112, 41.768067 ], [ 125.332416, 41.711354 ], [ 125.317018, 41.676944 ], [ 125.344119, 41.672474 ], [ 125.412488, 41.691246 ], [ 125.446981, 41.67605 ], [ 125.461148, 41.642516 ], [ 125.450061, 41.597777 ], [ 125.479626, 41.544946 ], [ 125.507343, 41.534195 ], [ 125.493176, 41.509103 ], [ 125.533212, 41.479069 ], [ 125.534444, 41.428833 ], [ 125.547995, 41.401006 ], [ 125.581256, 41.396517 ], [ 125.589879, 41.359245 ], [ 125.610205, 41.365084 ], [ 125.637306, 41.34442 ], [ 125.62006, 41.318355 ], [ 125.642234, 41.296327 ], [ 125.646545, 41.264396 ], [ 125.685349, 41.273842 ], [ 125.695205, 41.244599 ], [ 125.749407, 41.245499 ], [ 125.758646, 41.232449 ], [ 125.73832, 41.178418 ], [ 125.791291, 41.167607 ], [ 125.759878, 41.132908 ], [ 125.734009, 41.125695 ], [ 125.712451, 41.095485 ], [ 125.739552, 41.08917 ], [ 125.726617, 41.055332 ], [ 125.684118, 41.021929 ], [ 125.674879, 40.974503 ], [ 125.650241, 40.970888 ], [ 125.635458, 40.94151 ], [ 125.589263, 40.931112 ], [ 125.584335, 40.891764 ], [ 125.652089, 40.91619 ], [ 125.687813, 40.897645 ], [ 125.707523, 40.866877 ], [ 125.648393, 40.826133 ], [ 125.641002, 40.798503 ], [ 125.67611, 40.788082 ], [ 125.685349, 40.769048 ], [ 125.61698, 40.763609 ], [ 125.585567, 40.788535 ], [ 125.551075, 40.761796 ], [ 125.544915, 40.729605 ], [ 125.49564, 40.728697 ], [ 125.459916, 40.707379 ], [ 125.453756, 40.676522 ], [ 125.418648, 40.673345 ], [ 125.422343, 40.635661 ], [ 125.375532, 40.658365 ], [ 125.329337, 40.643835 ], [ 125.305315, 40.661089 ], [ 125.279445, 40.655187 ], [ 125.262815, 40.620218 ], [ 125.181511, 40.611132 ], [ 125.113758, 40.569322 ], [ 125.076801, 40.562048 ], [ 125.015823, 40.533853 ], [ 125.004737, 40.496091 ], [ 125.042925, 40.483802 ], [ 125.044157, 40.466503 ], [ 124.985642, 40.475153 ], [ 124.945606, 40.45603 ], [ 124.913578, 40.481981 ], [ 124.834121, 40.423235 ], [ 124.739267, 40.371733 ], [ 124.722636, 40.321561 ], [ 124.62655, 40.291896 ], [ 124.513833, 40.22019 ], [ 124.490427, 40.18408 ], [ 124.457782, 40.177679 ], [ 124.428217, 40.144291 ], [ 124.346913, 40.079756 ], [ 124.336442, 40.049985 ], [ 124.372167, 40.021576 ], [ 124.349377, 39.989029 ], [ 124.288399, 39.962888 ], [ 124.286551, 39.931689 ], [ 124.241588, 39.928477 ], [ 124.216334, 39.89313 ], [ 124.214486, 39.865116 ], [ 124.173218, 39.841225 ], [ 124.151045, 39.74558 ], [ 124.099306, 39.777323 ], [ 124.103001, 39.823302 ], [ 124.002603, 39.800316 ], [ 123.95148, 39.817786 ], [ 123.812278, 39.831115 ], [ 123.795032, 39.822842 ], [ 123.687858, 39.808132 ], [ 123.674924, 39.826979 ], [ 123.645358, 39.823761 ], [ 123.642279, 39.796178 ], [ 123.612714, 39.775023 ], [ 123.579453, 39.781002 ], [ 123.546808, 39.756163 ], [ 123.536337, 39.788361 ], [ 123.484598, 39.763063 ], [ 123.477823, 39.74696 ], [ 123.392823, 39.723949 ], [ 123.388512, 39.74742 ], [ 123.350939, 39.750641 ], [ 123.274563, 39.753862 ], [ 123.270251, 39.714743 ], [ 123.286882, 39.704154 ], [ 123.253005, 39.689879 ], [ 123.215433, 39.696786 ], [ 123.212969, 39.665928 ], [ 123.166774, 39.674219 ], [ 123.146448, 39.647037 ], [ 123.103332, 39.676983 ], [ 123.010941, 39.655331 ], [ 123.021412, 39.64335 ], [ 122.978912, 39.616156 ], [ 122.972753, 39.594946 ], [ 122.941956, 39.604629 ], [ 122.860652, 39.604629 ], [ 122.847101, 39.581571 ], [ 122.808913, 39.559889 ], [ 122.682645, 39.514658 ], [ 122.649385, 39.516505 ], [ 122.637066, 39.488799 ], [ 122.581631, 39.464316 ], [ 122.532972, 39.419947 ], [ 122.489856, 39.403764 ], [ 122.412864, 39.411625 ], [ 122.366053, 39.370461 ], [ 122.30877, 39.346399 ], [ 122.274893, 39.322329 ], [ 122.242865, 39.267678 ], [ 122.160329, 39.238019 ], [ 122.117213, 39.213911 ], [ 122.123988, 39.172631 ], [ 122.167104, 39.158711 ], [ 122.127684, 39.144788 ], [ 122.088264, 39.112291 ], [ 122.048228, 39.101146 ], [ 122.071634, 39.074204 ], [ 122.061778, 39.060264 ], [ 122.013735, 39.073275 ], [ 121.963228, 39.030053 ], [ 121.913953, 39.0598 ], [ 121.929352, 39.024939 ], [ 121.864062, 39.037026 ], [ 121.855439, 39.025869 ], [ 121.905946, 38.997503 ], [ 121.920728, 38.969591 ], [ 121.863446, 38.942598 ], [ 121.804932, 38.970986 ], [ 121.790149, 39.022614 ], [ 121.756889, 39.025869 ], [ 121.73841, 38.998898 ], [ 121.671273, 39.010059 ], [ 121.66265, 38.966333 ], [ 121.618918, 38.950046 ], [ 121.655874, 38.946788 ], [ 121.719316, 38.920252 ], [ 121.708845, 38.872744 ], [ 121.675585, 38.86156 ], [ 121.618302, 38.862492 ], [ 121.564715, 38.874607 ], [ 121.509897, 38.817743 ], [ 121.399028, 38.812613 ], [ 121.359608, 38.822406 ], [ 121.302325, 38.78976 ], [ 121.259825, 38.786495 ], [ 121.198848, 38.721623 ], [ 121.13787, 38.723023 ], [ 121.112, 38.776231 ], [ 121.12863, 38.799089 ], [ 121.110768, 38.862026 ], [ 121.129862, 38.879266 ], [ 121.094138, 38.894173 ], [ 121.08921, 38.922115 ], [ 121.128014, 38.958888 ], [ 121.180369, 38.959819 ], [ 121.204391, 38.941202 ], [ 121.275224, 38.971917 ], [ 121.341129, 38.980757 ], [ 121.317108, 39.012384 ], [ 121.370695, 39.060264 ], [ 121.431057, 39.027263 ], [ 121.508049, 39.034237 ], [ 121.581962, 39.075598 ], [ 121.599208, 39.098824 ], [ 121.562252, 39.127149 ], [ 121.590585, 39.154999 ], [ 121.642324, 39.11972 ], [ 121.605983, 39.080708 ], [ 121.631853, 39.077921 ], [ 121.68236, 39.117863 ], [ 121.639244, 39.166136 ], [ 121.604136, 39.166136 ], [ 121.586889, 39.193506 ], [ 121.591201, 39.228748 ], [ 121.631237, 39.22643 ], [ 121.589353, 39.263044 ], [ 121.623846, 39.285745 ], [ 121.672505, 39.275554 ], [ 121.667577, 39.310754 ], [ 121.70207, 39.326496 ], [ 121.72486, 39.364447 ], [ 121.621382, 39.326033 ], [ 121.562252, 39.322792 ], [ 121.51544, 39.286672 ], [ 121.464933, 39.30103 ], [ 121.466781, 39.320014 ], [ 121.435984, 39.329736 ], [ 121.432904, 39.357506 ], [ 121.35468, 39.377863 ], [ 121.324499, 39.371386 ], [ 121.307869, 39.391277 ], [ 121.270296, 39.374162 ], [ 121.245659, 39.389427 ], [ 121.246891, 39.421334 ], [ 121.304173, 39.48187 ], [ 121.286927, 39.507271 ], [ 121.268449, 39.482794 ], [ 121.224717, 39.519275 ], [ 121.226565, 39.554814 ], [ 121.263521, 39.589873 ], [ 121.299246, 39.606013 ], [ 121.325731, 39.601402 ], [ 121.450151, 39.624914 ], [ 121.451999, 39.658095 ], [ 121.482796, 39.659478 ], [ 121.502506, 39.703233 ], [ 121.45939, 39.747881 ], [ 121.487107, 39.760303 ], [ 121.472325, 39.802155 ], [ 121.530223, 39.851334 ], [ 121.541926, 39.874302 ], [ 121.572107, 39.865116 ], [ 121.626925, 39.882569 ], [ 121.699606, 39.937196 ], [ 121.76428, 39.933525 ], [ 121.779062, 39.942702 ], [ 121.796309, 39.999116 ], [ 121.824642, 40.025701 ], [ 121.910257, 40.072887 ], [ 121.956453, 40.133311 ], [ 121.995257, 40.128277 ], [ 122.003264, 40.172191 ], [ 121.98109, 40.173106 ], [ 121.950293, 40.204194 ], [ 121.940438, 40.242121 ], [ 122.02667, 40.244862 ], [ 122.039605, 40.260391 ], [ 122.040221, 40.322017 ], [ 122.079641, 40.332967 ], [ 122.110438, 40.315629 ], [ 122.138155, 40.338897 ], [ 122.111054, 40.348932 ], [ 122.135691, 40.374925 ], [ 122.152322, 40.357597 ], [ 122.198517, 40.382219 ], [ 122.186814, 40.422779 ], [ 122.229314, 40.424146 ], [ 122.250872, 40.445555 ], [ 122.241633, 40.465137 ], [ 122.278589, 40.482891 ], [ 122.244712, 40.485167 ], [ 122.245944, 40.519752 ], [ 122.150474, 40.588413 ], [ 122.133843, 40.614313 ], [ 122.148626, 40.671983 ], [ 122.122141, 40.657457 ], [ 122.06609, 40.64883 ], [ 122.025438, 40.674253 ], [ 121.951525, 40.680607 ], [ 121.936127, 40.711462 ], [ 121.934279, 40.79805 ], [ 121.883772, 40.802127 ], [ 121.84312, 40.831567 ], [ 121.816019, 40.894931 ], [ 121.778446, 40.886787 ], [ 121.735331, 40.862351 ], [ 121.732251, 40.846961 ], [ 121.682976, 40.829755 ], [ 121.626309, 40.844244 ], [ 121.576418, 40.837906 ], [ 121.553013, 40.817528 ], [ 121.55486, 40.849677 ], [ 121.526527, 40.85194 ], [ 121.499426, 40.880001 ], [ 121.440296, 40.88181 ], [ 121.440912, 40.84017 ], [ 121.342977, 40.841528 ], [ 121.290622, 40.851488 ], [ 121.274608, 40.886335 ], [ 121.251202, 40.880453 ], [ 121.23642, 40.851035 ], [ 121.177906, 40.873665 ], [ 121.126167, 40.86914 ], [ 121.076892, 40.815716 ], [ 121.086747, 40.79805 ], [ 121.010986, 40.784457 ], [ 121.00729, 40.807563 ], [ 120.971566, 40.805751 ], [ 120.994356, 40.790801 ], [ 120.980189, 40.766329 ], [ 120.991276, 40.744115 ], [ 121.028848, 40.746382 ], [ 121.032544, 40.709193 ], [ 120.983269, 40.712822 ], [ 120.945081, 40.687868 ], [ 120.861313, 40.684692 ], [ 120.8299, 40.671076 ], [ 120.837291, 40.644289 ], [ 120.822509, 40.59432 ], [ 120.72827, 40.539311 ], [ 120.72211, 40.515657 ], [ 120.693777, 40.505647 ], [ 120.666676, 40.467413 ], [ 120.615553, 40.453298 ], [ 120.617401, 40.41959 ], [ 120.596459, 40.399084 ], [ 120.602618, 40.36079 ], [ 120.537329, 40.325211 ], [ 120.52193, 40.304676 ], [ 120.523778, 40.256737 ], [ 120.491749, 40.20008 ], [ 120.451097, 40.177679 ], [ 120.371641, 40.174478 ], [ 120.273091, 40.127362 ], [ 120.161606, 40.096239 ], [ 120.134504, 40.074719 ], [ 120.092005, 40.077466 ], [ 119.947259, 40.040364 ], [ 119.941715, 40.009659 ], [ 119.91831, 39.989946 ], [ 119.854252, 39.98857 ], [ 119.845629, 40.000949 ], [ 119.845629, 40.000949 ], [ 119.854252, 40.033033 ], [ 119.81668, 40.050443 ], [ 119.81668, 40.050443 ], [ 119.787115, 40.041739 ], [ 119.787115, 40.041739 ], [ 119.783419, 40.046778 ], [ 119.783419, 40.046778 ], [ 119.772332, 40.08113 ], [ 119.736608, 40.104936 ], [ 119.760629, 40.136056 ], [ 119.745847, 40.207851 ], [ 119.716898, 40.195966 ], [ 119.671934, 40.23938 ], [ 119.639289, 40.231613 ], [ 119.639289, 40.231613 ], [ 119.651608, 40.271808 ], [ 119.598021, 40.334335 ], [ 119.586934, 40.375381 ], [ 119.604797, 40.455119 ], [ 119.553674, 40.502007 ], [ 119.572152, 40.523846 ], [ 119.559217, 40.547952 ], [ 119.503783, 40.553864 ], [ 119.477913, 40.533399 ], [ 119.429254, 40.540221 ], [ 119.30237, 40.530215 ], [ 119.256175, 40.543404 ], [ 119.22045, 40.569322 ], [ 119.230921, 40.603863 ], [ 119.177951, 40.609315 ], [ 119.162552, 40.600228 ], [ 119.14469, 40.632482 ], [ 119.184726, 40.680153 ], [ 119.165632, 40.69286 ], [ 119.115125, 40.666536 ], [ 119.054763, 40.664721 ], [ 119.028277, 40.692406 ], [ 119.011031, 40.687414 ], [ 118.96114, 40.72008 ], [ 118.950053, 40.747743 ], [ 118.895234, 40.75409 ], [ 118.907553, 40.775394 ], [ 118.878604, 40.783098 ], [ 118.845959, 40.822057 ], [ 118.873061, 40.847866 ], [ 118.90201, 40.960946 ], [ 118.916792, 40.969984 ], [ 118.977154, 40.959138 ], [ 118.977154, 40.959138 ], [ 119.00056, 40.967273 ], [ 119.013495, 41.007479 ], [ 118.951901, 41.018317 ], [ 118.937118, 41.052625 ], [ 118.964836, 41.079246 ], [ 119.037516, 41.067516 ], [ 119.080632, 41.095936 ], [ 119.081248, 41.131555 ], [ 119.126212, 41.138767 ], [ 119.189038, 41.198234 ], [ 119.169943, 41.222996 ], [ 119.204436, 41.222546 ], [ 119.209364, 41.244599 ], [ 119.2494, 41.279689 ], [ 119.239545, 41.31431 ], [ 119.296211, 41.325097 ], [ 119.330704, 41.385293 ], [ 119.309762, 41.405944 ], [ 119.376283, 41.422102 ], [ 119.378131, 41.459787 ], [ 119.401537, 41.472343 ], [ 119.406464, 41.503276 ], [ 119.361501, 41.545841 ], [ 119.362116, 41.566442 ], [ 119.420015, 41.567785 ], [ 119.415703, 41.590169 ], [ 119.342406, 41.617914 ], [ 119.307914, 41.657273 ], [ 119.299907, 41.705545 ], [ 119.319001, 41.727435 ], [ 119.317769, 41.764049 ], [ 119.292515, 41.790827 ], [ 119.312841, 41.80555 ], [ 119.334399, 41.871539 ], [ 119.323312, 41.889807 ], [ 119.340559, 41.926774 ], [ 119.323928, 41.937014 ], [ 119.324544, 41.969505 ], [ 119.375667, 42.023322 ], [ 119.384906, 42.08953 ], [ 119.352261, 42.118391 ], [ 119.314689, 42.119723 ], [ 119.30853, 42.147239 ], [ 119.286972, 42.154781 ], [ 119.277733, 42.185387 ], [ 119.237697, 42.200905 ], [ 119.274037, 42.239021 ], [ 119.280197, 42.260728 ], [ 119.34795, 42.300578 ], [ 119.432949, 42.317396 ], [ 119.482841, 42.347037 ], [ 119.502551, 42.388159 ], [ 119.540123, 42.363401 ], [ 119.572152, 42.359421 ], [ 119.571536, 42.335536 ], [ 119.539507, 42.297922 ], [ 119.557985, 42.289068 ] ] ], [ [ [ 122.673406, 39.269531 ], [ 122.67895, 39.268605 ], [ 122.57732, 39.269994 ], [ 122.497248, 39.300566 ], [ 122.540979, 39.308439 ], [ 122.593334, 39.278334 ], [ 122.641993, 39.288061 ], [ 122.673406, 39.269531 ] ] ], [ [ [ 122.335256, 39.149894 ], [ 122.316161, 39.185157 ], [ 122.343263, 39.203246 ], [ 122.393154, 39.213448 ], [ 122.383299, 39.190723 ], [ 122.398697, 39.16196 ], [ 122.366053, 39.174951 ], [ 122.335256, 39.149894 ] ] ], [ [ [ 122.691884, 39.23292 ], [ 122.691268, 39.23431 ], [ 122.690037, 39.234774 ], [ 122.628443, 39.231993 ], [ 122.635834, 39.241727 ], [ 122.740544, 39.248679 ], [ 122.751631, 39.229675 ], [ 122.696812, 39.206492 ], [ 122.691884, 39.23292 ] ] ], [ [ [ 122.759022, 39.025404 ], [ 122.732536, 39.013779 ], [ 122.704819, 39.044463 ], [ 122.725145, 39.048181 ], [ 122.759022, 39.025404 ] ] ], [ [ [ 123.022644, 39.546507 ], [ 123.036194, 39.533123 ], [ 122.995542, 39.495264 ], [ 122.945035, 39.520198 ], [ 122.96105, 39.551122 ], [ 123.022644, 39.546507 ] ] ], [ [ [ 122.503407, 39.241263 ], [ 122.547755, 39.229211 ], [ 122.502175, 39.224112 ], [ 122.503407, 39.241263 ] ] ], [ [ [ 120.786784, 40.473787 ], [ 120.774465, 40.48016 ], [ 120.805262, 40.525666 ], [ 120.8299, 40.516112 ], [ 120.83298, 40.491995 ], [ 120.786784, 40.473787 ] ] ], [ [ [ 123.086702, 39.426881 ], [ 123.054057, 39.457847 ], [ 123.090397, 39.450915 ], [ 123.086702, 39.426881 ] ] ], [ [ [ 123.160614, 39.025404 ], [ 123.143984, 39.038885 ], [ 123.145832, 39.091857 ], [ 123.20065, 39.077921 ], [ 123.205578, 39.057011 ], [ 123.160614, 39.025404 ] ] ], [ [ [ 123.716807, 39.74512 ], [ 123.719887, 39.763063 ], [ 123.756843, 39.754322 ], [ 123.716807, 39.74512 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "220000", "name": "吉林省", "center": [ 125.3245, 43.886841 ], "centroid": [ 126.171249, 43.70394 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 6, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126.188572, 41.114875 ], [ 126.187956, 41.113072 ], [ 126.16763, 41.094583 ], [ 126.124514, 41.092327 ], [ 126.133753, 41.063906 ], [ 126.099877, 41.036376 ], [ 126.1085, 41.011995 ], [ 126.066, 40.997542 ], [ 126.08263, 40.976762 ], [ 126.051833, 40.96185 ], [ 126.041362, 40.928851 ], [ 126.008102, 40.936537 ], [ 125.959442, 40.88181 ], [ 125.921254, 40.882715 ], [ 125.875059, 40.908501 ], [ 125.860892, 40.888597 ], [ 125.817161, 40.866877 ], [ 125.778356, 40.897645 ], [ 125.707523, 40.866877 ], [ 125.687813, 40.897645 ], [ 125.652089, 40.91619 ], [ 125.584335, 40.891764 ], [ 125.589263, 40.931112 ], [ 125.635458, 40.94151 ], [ 125.650241, 40.970888 ], [ 125.674879, 40.974503 ], [ 125.684118, 41.021929 ], [ 125.726617, 41.055332 ], [ 125.739552, 41.08917 ], [ 125.712451, 41.095485 ], [ 125.734009, 41.125695 ], [ 125.759878, 41.132908 ], [ 125.791291, 41.167607 ], [ 125.73832, 41.178418 ], [ 125.758646, 41.232449 ], [ 125.749407, 41.245499 ], [ 125.695205, 41.244599 ], [ 125.685349, 41.273842 ], [ 125.646545, 41.264396 ], [ 125.642234, 41.296327 ], [ 125.62006, 41.318355 ], [ 125.637306, 41.34442 ], [ 125.610205, 41.365084 ], [ 125.589879, 41.359245 ], [ 125.581256, 41.396517 ], [ 125.547995, 41.401006 ], [ 125.534444, 41.428833 ], [ 125.533212, 41.479069 ], [ 125.493176, 41.509103 ], [ 125.507343, 41.534195 ], [ 125.479626, 41.544946 ], [ 125.450061, 41.597777 ], [ 125.461148, 41.642516 ], [ 125.446981, 41.67605 ], [ 125.412488, 41.691246 ], [ 125.344119, 41.672474 ], [ 125.317018, 41.676944 ], [ 125.332416, 41.711354 ], [ 125.336112, 41.768067 ], [ 125.336112, 41.768067 ], [ 125.323177, 41.771191 ], [ 125.323177, 41.771191 ], [ 125.319482, 41.776993 ], [ 125.319482, 41.776993 ], [ 125.294844, 41.822945 ], [ 125.307779, 41.924548 ], [ 125.35151, 41.92811 ], [ 125.291764, 41.958825 ], [ 125.29854, 41.974399 ], [ 125.369989, 42.002868 ], [ 125.363213, 42.017097 ], [ 125.416184, 42.063766 ], [ 125.414336, 42.101964 ], [ 125.446365, 42.098411 ], [ 125.490097, 42.136145 ], [ 125.458068, 42.160105 ], [ 125.458068, 42.160105 ], [ 125.41372, 42.156112 ], [ 125.368141, 42.182726 ], [ 125.357054, 42.145464 ], [ 125.305931, 42.146351 ], [ 125.312706, 42.197359 ], [ 125.280677, 42.175187 ], [ 125.312706, 42.219966 ], [ 125.27575, 42.231045 ], [ 125.27575, 42.266928 ], [ 125.299156, 42.289953 ], [ 125.264047, 42.312528 ], [ 125.224011, 42.30102 ], [ 125.175352, 42.308102 ], [ 125.167345, 42.351903 ], [ 125.203685, 42.366938 ], [ 125.185823, 42.38197 ], [ 125.186439, 42.427928 ], [ 125.140243, 42.44692 ], [ 125.150098, 42.458842 ], [ 125.105135, 42.490624 ], [ 125.068794, 42.499449 ], [ 125.090968, 42.515773 ], [ 125.066946, 42.534738 ], [ 125.089736, 42.567803 ], [ 125.082961, 42.591159 ], [ 125.097127, 42.622433 ], [ 125.038613, 42.615387 ], [ 125.010896, 42.63212 ], [ 125.014592, 42.666014 ], [ 124.99057, 42.677455 ], [ 124.968396, 42.722756 ], [ 124.996729, 42.745174 ], [ 124.975171, 42.802722 ], [ 124.92836, 42.819844 ], [ 124.897563, 42.787791 ], [ 124.874157, 42.789987 ], [ 124.856911, 42.824234 ], [ 124.84952, 42.882585 ], [ 124.87231, 42.962344 ], [ 124.869846, 42.988178 ], [ 124.840897, 43.032377 ], [ 124.88894, 43.074796 ], [ 124.882781, 43.13422 ], [ 124.785462, 43.117185 ], [ 124.755281, 43.074359 ], [ 124.719557, 43.069987 ], [ 124.686912, 43.051185 ], [ 124.677673, 43.002185 ], [ 124.658579, 42.972854 ], [ 124.635173, 42.972854 ], [ 124.632093, 42.949642 ], [ 124.607456, 42.937376 ], [ 124.586514, 42.905384 ], [ 124.466406, 42.847054 ], [ 124.435609, 42.880831 ], [ 124.371551, 42.880831 ], [ 124.38079, 42.912835 ], [ 124.431913, 42.930803 ], [ 124.442384, 42.958841 ], [ 124.42329, 42.975482 ], [ 124.369703, 42.972854 ], [ 124.333363, 42.997371 ], [ 124.425754, 43.076107 ], [ 124.366007, 43.121554 ], [ 124.273617, 43.17875 ], [ 124.287167, 43.207983 ], [ 124.27608, 43.233278 ], [ 124.228653, 43.235022 ], [ 124.215102, 43.255947 ], [ 124.168291, 43.244177 ], [ 124.114088, 43.247229 ], [ 124.117168, 43.2773 ], [ 124.099306, 43.292983 ], [ 124.032784, 43.280786 ], [ 123.964415, 43.34088 ], [ 123.896046, 43.361333 ], [ 123.881263, 43.392218 ], [ 123.881263, 43.392218 ], [ 123.852314, 43.406133 ], [ 123.857858, 43.459153 ], [ 123.857858, 43.459153 ], [ 123.79688, 43.489988 ], [ 123.747604, 43.472184 ], [ 123.749452, 43.439167 ], [ 123.710032, 43.417001 ], [ 123.703873, 43.37047 ], [ 123.608402, 43.366119 ], [ 123.54496, 43.415262 ], [ 123.519707, 43.402219 ], [ 123.486446, 43.44525 ], [ 123.442098, 43.437863 ], [ 123.419925, 43.410046 ], [ 123.382968, 43.469143 ], [ 123.36449, 43.483475 ], [ 123.315831, 43.492159 ], [ 123.329998, 43.519071 ], [ 123.304744, 43.550742 ], [ 123.360179, 43.567223 ], [ 123.452569, 43.545971 ], [ 123.452569, 43.545971 ], [ 123.461193, 43.568523 ], [ 123.434091, 43.575461 ], [ 123.421157, 43.598435 ], [ 123.5117, 43.592801 ], [ 123.510468, 43.624867 ], [ 123.536953, 43.633964 ], [ 123.518475, 43.682024 ], [ 123.520323, 43.708419 ], [ 123.48275, 43.737396 ], [ 123.498149, 43.771114 ], [ 123.461809, 43.822518 ], [ 123.467968, 43.853599 ], [ 123.397135, 43.954929 ], [ 123.37065, 43.970006 ], [ 123.400831, 43.979481 ], [ 123.365722, 44.013922 ], [ 123.331229, 44.028984 ], [ 123.32815, 44.084035 ], [ 123.350939, 44.092633 ], [ 123.362642, 44.133452 ], [ 123.386664, 44.161794 ], [ 123.323838, 44.179823 ], [ 123.286882, 44.211574 ], [ 123.277027, 44.25274 ], [ 123.196955, 44.34483 ], [ 123.128585, 44.367081 ], [ 123.114419, 44.40258 ], [ 123.142136, 44.428228 ], [ 123.125506, 44.455147 ], [ 123.137209, 44.486322 ], [ 123.12489, 44.5098 ], [ 123.06576, 44.505959 ], [ 123.025108, 44.493153 ], [ 122.85634, 44.398304 ], [ 122.76087, 44.369648 ], [ 122.702971, 44.319145 ], [ 122.675254, 44.285738 ], [ 122.641993, 44.283595 ], [ 122.515726, 44.251025 ], [ 122.483081, 44.236877 ], [ 122.319241, 44.233018 ], [ 122.271198, 44.255741 ], [ 122.291524, 44.310152 ], [ 122.294604, 44.41113 ], [ 122.28598, 44.477783 ], [ 122.228082, 44.480345 ], [ 122.224386, 44.526016 ], [ 122.196053, 44.559712 ], [ 122.13138, 44.577619 ], [ 122.113517, 44.615546 ], [ 122.103046, 44.67388 ], [ 122.117213, 44.701961 ], [ 122.161561, 44.728328 ], [ 122.152322, 44.744057 ], [ 122.10243, 44.736406 ], [ 122.110438, 44.767856 ], [ 122.142467, 44.753833 ], [ 122.168952, 44.770405 ], [ 122.099967, 44.7823 ], [ 122.098119, 44.81882 ], [ 122.04946, 44.912985 ], [ 122.079025, 44.914256 ], [ 122.087032, 44.95281 ], [ 122.074713, 45.006573 ], [ 122.098735, 45.02138 ], [ 122.119677, 45.068739 ], [ 122.109822, 45.142236 ], [ 122.143082, 45.183167 ], [ 122.192358, 45.180636 ], [ 122.22993, 45.206784 ], [ 122.239169, 45.276313 ], [ 122.147394, 45.295682 ], [ 122.146778, 45.374352 ], [ 122.180039, 45.409655 ], [ 122.168336, 45.439897 ], [ 122.064242, 45.472641 ], [ 122.002648, 45.507882 ], [ 121.993409, 45.552741 ], [ 121.966308, 45.596308 ], [ 121.995873, 45.59882 ], [ 122.003264, 45.623102 ], [ 121.970004, 45.692956 ], [ 121.934279, 45.71051 ], [ 121.867142, 45.719703 ], [ 121.812323, 45.704659 ], [ 121.811091, 45.687103 ], [ 121.713773, 45.701734 ], [ 121.666345, 45.727641 ], [ 121.644172, 45.752284 ], [ 121.657106, 45.770238 ], [ 121.697142, 45.76314 ], [ 121.754425, 45.794862 ], [ 121.766744, 45.830318 ], [ 121.766744, 45.830318 ], [ 121.769823, 45.84366 ], [ 121.817251, 45.875336 ], [ 121.805548, 45.900746 ], [ 121.821562, 45.918235 ], [ 121.809243, 45.961102 ], [ 121.761816, 45.998947 ], [ 121.819098, 46.023054 ], [ 121.843736, 46.024301 ], [ 121.864062, 46.002272 ], [ 121.923808, 46.004767 ], [ 121.92812, 45.988552 ], [ 122.040221, 45.959022 ], [ 122.085184, 45.912406 ], [ 122.091344, 45.882002 ], [ 122.200981, 45.857 ], [ 122.236705, 45.831569 ], [ 122.253952, 45.7982 ], [ 122.301379, 45.813218 ], [ 122.337719, 45.859917 ], [ 122.372828, 45.856166 ], [ 122.362357, 45.917403 ], [ 122.446125, 45.916986 ], [ 122.496016, 45.85825 ], [ 122.504639, 45.786933 ], [ 122.522501, 45.786933 ], [ 122.556378, 45.82156 ], [ 122.603189, 45.778169 ], [ 122.640761, 45.771072 ], [ 122.650001, 45.731401 ], [ 122.671558, 45.70048 ], [ 122.741775, 45.705077 ], [ 122.751015, 45.735996 ], [ 122.792283, 45.766063 ], [ 122.752246, 45.834905 ], [ 122.772572, 45.856583 ], [ 122.80029, 45.856583 ], [ 122.828623, 45.912406 ], [ 122.792898, 46.073313 ], [ 123.04605, 46.099878 ], [ 123.070071, 46.123527 ], [ 123.112571, 46.130163 ], [ 123.102716, 46.172037 ], [ 123.127354, 46.174523 ], [ 123.128585, 46.210565 ], [ 123.178476, 46.248239 ], [ 123.248078, 46.273065 ], [ 123.286266, 46.250308 ], [ 123.320758, 46.254447 ], [ 123.357099, 46.232096 ], [ 123.357099, 46.232096 ], [ 123.430396, 46.243687 ], [ 123.452569, 46.233338 ], [ 123.499381, 46.259826 ], [ 123.569598, 46.223816 ], [ 123.569598, 46.223816 ], [ 123.604706, 46.251964 ], [ 123.673692, 46.258585 ], [ 123.726047, 46.255688 ], [ 123.775938, 46.263136 ], [ 123.84985, 46.302428 ], [ 123.896046, 46.303668 ], [ 123.917604, 46.25693 ], [ 123.936082, 46.286715 ], [ 123.960103, 46.288369 ], [ 123.952096, 46.256516 ], [ 123.979814, 46.228784 ], [ 123.956408, 46.206009 ], [ 123.971806, 46.170379 ], [ 124.001987, 46.166649 ], [ 123.991516, 46.143019 ], [ 124.01677, 46.118549 ], [ 123.99398, 46.101123 ], [ 124.015538, 46.088257 ], [ 124.009995, 46.057534 ], [ 124.034016, 46.045074 ], [ 124.040176, 46.01973 ], [ 123.989053, 46.011833 ], [ 124.011842, 45.981899 ], [ 123.973654, 45.973997 ], [ 123.968727, 45.936551 ], [ 123.996444, 45.906993 ], [ 124.061118, 45.886168 ], [ 124.067277, 45.840325 ], [ 124.03648, 45.83824 ], [ 124.064197, 45.802372 ], [ 124.001987, 45.770655 ], [ 124.014922, 45.749779 ], [ 124.054342, 45.751449 ], [ 124.098074, 45.722628 ], [ 124.10177, 45.700898 ], [ 124.13503, 45.690448 ], [ 124.122096, 45.669123 ], [ 124.147349, 45.665359 ], [ 124.128255, 45.641933 ], [ 124.162132, 45.616404 ], [ 124.226805, 45.633564 ], [ 124.238508, 45.591702 ], [ 124.273001, 45.584163 ], [ 124.264377, 45.555256 ], [ 124.287783, 45.539329 ], [ 124.348761, 45.546874 ], [ 124.369087, 45.512915 ], [ 124.352457, 45.496557 ], [ 124.374015, 45.45795 ], [ 124.398652, 45.440737 ], [ 124.480572, 45.456271 ], [ 124.507058, 45.424778 ], [ 124.544014, 45.411756 ], [ 124.579738, 45.424358 ], [ 124.575427, 45.451234 ], [ 124.625318, 45.437377 ], [ 124.690607, 45.452493 ], [ 124.729412, 45.444096 ], [ 124.776223, 45.468024 ], [ 124.792853, 45.436958 ], [ 124.839665, 45.455852 ], [ 124.886476, 45.442836 ], [ 124.884628, 45.495299 ], [ 124.911114, 45.535976 ], [ 124.936983, 45.53388 ], [ 124.961005, 45.495299 ], [ 125.025678, 45.493201 ], [ 125.0497, 45.428558 ], [ 125.08912, 45.420998 ], [ 125.06633, 45.39915 ], [ 125.097127, 45.38276 ], [ 125.137779, 45.409655 ], [ 125.189518, 45.39915 ], [ 125.248649, 45.417637 ], [ 125.301619, 45.402092 ], [ 125.319482, 45.422678 ], [ 125.361981, 45.392847 ], [ 125.398322, 45.416797 ], [ 125.434662, 45.462988 ], [ 125.424807, 45.485649 ], [ 125.480242, 45.486488 ], [ 125.497488, 45.469283 ], [ 125.583104, 45.491942 ], [ 125.61698, 45.517947 ], [ 125.660096, 45.507043 ], [ 125.687813, 45.514173 ], [ 125.711835, 45.477677 ], [ 125.712451, 45.389485 ], [ 125.695205, 45.352066 ], [ 125.726001, 45.336503 ], [ 125.761726, 45.291472 ], [ 125.815929, 45.264942 ], [ 125.823936, 45.237978 ], [ 125.849805, 45.23882 ], [ 125.915095, 45.196664 ], [ 125.957595, 45.201303 ], [ 125.992703, 45.192447 ], [ 125.998247, 45.162072 ], [ 126.047522, 45.170933 ], [ 126.091869, 45.149411 ], [ 126.142992, 45.147723 ], [ 126.166398, 45.13337 ], [ 126.225528, 45.154054 ], [ 126.235383, 45.140125 ], [ 126.285274, 45.162494 ], [ 126.293282, 45.180214 ], [ 126.356107, 45.185698 ], [ 126.402919, 45.222805 ], [ 126.519331, 45.248091 ], [ 126.540273, 45.23882 ], [ 126.569222, 45.252725 ], [ 126.644983, 45.225334 ], [ 126.640055, 45.214373 ], [ 126.685635, 45.187807 ], [ 126.732446, 45.187385 ], [ 126.787265, 45.159118 ], [ 126.792808, 45.135481 ], [ 126.85625, 45.145613 ], [ 126.96404, 45.132104 ], [ 126.970815, 45.070852 ], [ 126.984981, 45.067893 ], [ 127.018242, 45.024341 ], [ 127.050271, 45.004034 ], [ 127.092771, 44.94688 ], [ 127.073061, 44.907051 ], [ 127.021938, 44.898997 ], [ 126.999764, 44.87398 ], [ 126.984366, 44.823914 ], [ 126.9973, 44.764882 ], [ 127.041032, 44.712169 ], [ 127.030561, 44.673454 ], [ 127.044112, 44.653874 ], [ 127.041648, 44.591258 ], [ 127.049655, 44.566961 ], [ 127.089691, 44.593816 ], [ 127.094619, 44.615972 ], [ 127.138966, 44.607451 ], [ 127.182082, 44.644507 ], [ 127.228893, 44.642804 ], [ 127.214111, 44.624917 ], [ 127.261538, 44.61299 ], [ 127.275705, 44.640249 ], [ 127.392733, 44.632158 ], [ 127.557189, 44.575488 ], [ 127.570124, 44.55033 ], [ 127.536247, 44.522176 ], [ 127.485124, 44.528576 ], [ 127.465414, 44.516628 ], [ 127.463566, 44.484615 ], [ 127.50853, 44.437202 ], [ 127.486356, 44.410275 ], [ 127.579363, 44.310581 ], [ 127.623711, 44.278025 ], [ 127.59045, 44.227872 ], [ 127.626174, 44.187977 ], [ 127.641573, 44.193555 ], [ 127.681609, 44.166946 ], [ 127.712406, 44.199133 ], [ 127.735811, 44.11412 ], [ 127.729036, 44.09908 ], [ 127.783239, 44.071997 ], [ 127.808492, 44.086615 ], [ 127.846065, 44.081886 ], [ 127.862695, 44.062967 ], [ 127.912586, 44.064687 ], [ 127.950158, 44.088334 ], [ 128.042549, 44.103807 ], [ 128.091208, 44.133022 ], [ 128.088129, 44.158359 ], [ 128.060411, 44.168663 ], [ 128.09244, 44.181539 ], [ 128.104143, 44.230017 ], [ 128.064107, 44.251454 ], [ 128.101679, 44.293449 ], [ 128.065339, 44.307155 ], [ 128.049941, 44.349965 ], [ 128.074578, 44.370075 ], [ 128.094904, 44.354673 ], [ 128.137404, 44.357668 ], [ 128.172512, 44.34697 ], [ 128.211317, 44.431647 ], [ 128.228563, 44.445748 ], [ 128.293237, 44.467961 ], [ 128.295084, 44.480772 ], [ 128.372693, 44.514495 ], [ 128.397946, 44.483761 ], [ 128.427511, 44.473512 ], [ 128.463236, 44.431647 ], [ 128.457076, 44.409848 ], [ 128.481714, 44.375637 ], [ 128.475555, 44.346114 ], [ 128.446605, 44.339694 ], [ 128.472475, 44.320001 ], [ 128.453997, 44.257884 ], [ 128.471859, 44.247596 ], [ 128.450301, 44.203423 ], [ 128.471859, 44.157501 ], [ 128.529141, 44.112401 ], [ 128.574721, 44.047914 ], [ 128.584576, 43.990246 ], [ 128.610445, 43.960529 ], [ 128.64001, 43.948035 ], [ 128.636315, 43.891132 ], [ 128.696061, 43.903207 ], [ 128.729938, 43.889838 ], [ 128.760734, 43.857482 ], [ 128.719467, 43.816905 ], [ 128.739177, 43.806972 ], [ 128.760119, 43.755554 ], [ 128.729322, 43.736964 ], [ 128.768126, 43.732207 ], [ 128.78722, 43.686784 ], [ 128.821097, 43.637429 ], [ 128.834647, 43.587599 ], [ 128.878379, 43.539898 ], [ 128.949828, 43.553779 ], [ 128.962763, 43.53903 ], [ 129.013886, 43.522976 ], [ 129.037907, 43.540332 ], [ 129.093958, 43.547706 ], [ 129.145081, 43.570258 ], [ 129.169102, 43.561585 ], [ 129.23008, 43.593234 ], [ 129.232544, 43.635263 ], [ 129.217146, 43.648689 ], [ 129.214066, 43.695006 ], [ 129.232544, 43.709284 ], [ 129.211602, 43.784509 ], [ 129.254718, 43.819496 ], [ 129.289826, 43.797038 ], [ 129.30892, 43.812155 ], [ 129.348341, 43.798333 ], [ 129.406855, 43.819496 ], [ 129.417942, 43.843672 ], [ 129.449971, 43.850578 ], [ 129.467833, 43.874741 ], [ 129.529427, 43.870427 ], [ 129.650767, 43.873016 ], [ 129.699426, 43.8838 ], [ 129.743158, 43.876035 ], [ 129.739462, 43.895876 ], [ 129.780114, 43.892857 ], [ 129.802904, 43.964837 ], [ 129.868193, 44.012631 ], [ 129.881128, 44.000148 ], [ 129.907614, 44.023821 ], [ 129.951345, 44.027263 ], [ 129.979062, 44.015644 ], [ 130.017867, 43.961821 ], [ 130.022794, 43.917866 ], [ 130.009243, 43.889407 ], [ 130.027722, 43.851872 ], [ 130.079461, 43.835039 ], [ 130.110873, 43.852735 ], [ 130.116417, 43.878192 ], [ 130.143518, 43.878624 ], [ 130.153373, 43.915711 ], [ 130.208192, 43.948466 ], [ 130.262395, 43.949328 ], [ 130.27225, 43.981634 ], [ 130.307358, 44.002731 ], [ 130.319061, 44.03974 ], [ 130.365256, 44.044042 ], [ 130.364025, 43.992399 ], [ 130.338155, 43.963975 ], [ 130.381887, 43.910106 ], [ 130.368336, 43.894151 ], [ 130.386198, 43.85403 ], [ 130.362793, 43.844967 ], [ 130.381887, 43.817768 ], [ 130.382503, 43.777164 ], [ 130.423155, 43.745179 ], [ 130.394206, 43.703227 ], [ 130.412684, 43.652586 ], [ 130.437937, 43.646091 ], [ 130.488444, 43.65605 ], [ 130.501995, 43.636563 ], [ 130.57098, 43.626167 ], [ 130.57098, 43.626167 ], [ 130.630726, 43.622268 ], [ 130.623335, 43.589767 ], [ 130.665835, 43.583698 ], [ 130.671378, 43.565054 ], [ 130.727429, 43.560284 ], [ 130.776704, 43.52341 ], [ 130.822899, 43.503446 ], [ 130.841378, 43.454374 ], [ 130.864167, 43.437863 ], [ 130.907283, 43.434387 ], [ 130.959638, 43.48608 ], [ 131.026775, 43.508655 ], [ 131.142572, 43.425695 ], [ 131.175217, 43.444816 ], [ 131.201086, 43.442209 ], [ 131.234963, 43.475224 ], [ 131.294093, 43.470012 ], [ 131.304564, 43.502144 ], [ 131.31873, 43.499539 ], [ 131.314419, 43.461325 ], [ 131.295941, 43.441774 ], [ 131.314419, 43.392653 ], [ 131.275615, 43.369165 ], [ 131.269455, 43.297775 ], [ 131.255289, 43.265099 ], [ 131.206014, 43.237202 ], [ 131.201086, 43.203185 ], [ 131.218948, 43.191405 ], [ 131.207861, 43.1316 ], [ 131.173985, 43.111506 ], [ 131.171521, 43.06955 ], [ 131.120398, 43.068238 ], [ 131.102536, 43.021002 ], [ 131.11855, 43.007875 ], [ 131.115471, 42.975482 ], [ 131.151195, 42.968475 ], [ 131.14442, 42.939566 ], [ 131.114855, 42.915027 ], [ 131.034167, 42.929051 ], [ 131.017536, 42.915027 ], [ 131.045869, 42.866796 ], [ 130.981812, 42.857145 ], [ 130.949783, 42.876884 ], [ 130.890653, 42.852758 ], [ 130.845073, 42.881269 ], [ 130.801957, 42.879515 ], [ 130.784095, 42.842227 ], [ 130.75453, 42.845738 ], [ 130.719422, 42.831695 ], [ 130.708335, 42.846615 ], [ 130.665835, 42.847932 ], [ 130.603625, 42.819405 ], [ 130.562357, 42.815015 ], [ 130.532792, 42.787352 ], [ 130.46627, 42.772417 ], [ 130.40714, 42.731548 ], [ 130.425003, 42.706926 ], [ 130.464423, 42.688453 ], [ 130.529096, 42.703408 ], [ 130.592538, 42.671295 ], [ 130.633806, 42.603494 ], [ 130.622719, 42.573092 ], [ 130.570364, 42.557224 ], [ 130.565437, 42.506509 ], [ 130.599929, 42.486211 ], [ 130.600545, 42.450453 ], [ 130.645509, 42.426603 ], [ 130.581451, 42.435437 ], [ 130.585763, 42.485328 ], [ 130.558661, 42.495919 ], [ 130.556198, 42.523712 ], [ 130.520473, 42.583228 ], [ 130.522937, 42.622433 ], [ 130.482285, 42.626837 ], [ 130.459495, 42.588075 ], [ 130.476125, 42.570007 ], [ 130.435474, 42.553257 ], [ 130.423771, 42.574855 ], [ 130.44656, 42.607459 ], [ 130.420691, 42.617148 ], [ 130.388046, 42.603054 ], [ 130.373264, 42.630799 ], [ 130.333228, 42.64973 ], [ 130.290112, 42.702968 ], [ 130.257467, 42.710884 ], [ 130.242069, 42.738582 ], [ 130.245148, 42.799209 ], [ 130.258083, 42.860655 ], [ 130.277793, 42.892232 ], [ 130.258083, 42.90626 ], [ 130.21004, 42.902315 ], [ 130.17062, 42.912397 ], [ 130.136127, 42.90363 ], [ 130.10225, 42.922916 ], [ 130.127504, 42.932556 ], [ 130.120729, 42.954461 ], [ 130.144134, 42.976357 ], [ 130.10841, 42.989929 ], [ 130.072685, 42.971541 ], [ 130.027106, 42.9676 ], [ 130.002468, 42.981174 ], [ 129.963664, 42.978547 ], [ 129.954425, 43.010938 ], [ 129.897143, 43.001748 ], [ 129.903918, 42.968475 ], [ 129.868193, 42.97373 ], [ 129.856491, 42.951833 ], [ 129.874969, 42.923792 ], [ 129.846636, 42.918533 ], [ 129.835549, 42.866796 ], [ 129.816454, 42.851003 ], [ 129.810911, 42.795257 ], [ 129.78381, 42.762752 ], [ 129.767179, 42.707806 ], [ 129.796744, 42.681854 ], [ 129.754245, 42.645768 ], [ 129.786889, 42.615387 ], [ 129.746237, 42.58455 ], [ 129.749933, 42.546644 ], [ 129.738846, 42.500332 ], [ 129.748701, 42.471204 ], [ 129.704354, 42.427045 ], [ 129.643991, 42.43102 ], [ 129.624281, 42.459284 ], [ 129.60026, 42.41114 ], [ 129.546057, 42.361632 ], [ 129.49863, 42.412023 ], [ 129.452434, 42.441179 ], [ 129.400695, 42.449128 ], [ 129.368051, 42.425719 ], [ 129.376058, 42.447803 ], [ 129.344029, 42.451777 ], [ 129.356348, 42.427045 ], [ 129.331094, 42.429695 ], [ 129.30892, 42.403628 ], [ 129.326167, 42.389927 ], [ 129.240551, 42.376223 ], [ 129.231312, 42.356325 ], [ 129.260261, 42.335536 ], [ 129.208522, 42.293052 ], [ 129.231312, 42.283755 ], [ 129.215914, 42.265157 ], [ 129.183269, 42.262056 ], [ 129.181421, 42.242122 ], [ 129.209138, 42.237692 ], [ 129.215914, 42.208442 ], [ 129.166639, 42.188047 ], [ 129.113668, 42.140583 ], [ 129.048378, 42.137476 ], [ 129.039139, 42.107736 ], [ 129.008958, 42.09175 ], [ 128.971386, 42.097079 ], [ 128.954755, 42.083756 ], [ 128.952908, 42.025545 ], [ 128.898089, 42.016653 ], [ 128.795227, 42.042436 ], [ 128.779213, 42.033546 ], [ 128.737945, 42.050435 ], [ 128.70222, 42.02021 ], [ 128.658489, 42.018876 ], [ 128.637547, 42.035324 ], [ 128.60675, 42.02999 ], [ 128.598127, 42.007315 ], [ 128.49896, 42.000644 ], [ 128.466316, 42.020654 ], [ 128.405338, 42.018876 ], [ 128.294468, 42.026434 ], [ 128.090593, 42.022877 ], [ 128.033926, 42.000199 ], [ 128.106607, 41.949923 ], [ 128.115846, 41.896935 ], [ 128.104143, 41.843457 ], [ 128.112766, 41.793504 ], [ 128.147875, 41.78101 ], [ 128.163889, 41.721628 ], [ 128.208853, 41.688565 ], [ 128.248889, 41.681414 ], [ 128.30186, 41.627756 ], [ 128.317874, 41.575844 ], [ 128.301244, 41.544498 ], [ 128.238418, 41.497898 ], [ 128.243345, 41.477276 ], [ 128.203925, 41.410882 ], [ 128.169433, 41.404149 ], [ 128.114614, 41.364186 ], [ 128.090593, 41.374516 ], [ 128.110919, 41.393375 ], [ 128.040085, 41.393375 ], [ 128.000049, 41.442741 ], [ 127.991426, 41.421204 ], [ 127.970484, 41.438704 ], [ 127.93168, 41.444984 ], [ 127.909506, 41.42973 ], [ 127.882405, 41.448124 ], [ 127.86947, 41.4037 ], [ 127.854688, 41.420755 ], [ 127.780159, 41.427038 ], [ 127.684073, 41.422999 ], [ 127.636645, 41.413575 ], [ 127.618783, 41.432871 ], [ 127.563964, 41.432871 ], [ 127.547334, 41.477276 ], [ 127.526392, 41.467859 ], [ 127.465414, 41.479069 ], [ 127.459255, 41.461581 ], [ 127.419835, 41.460235 ], [ 127.405668, 41.478621 ], [ 127.360088, 41.479518 ], [ 127.360704, 41.466065 ], [ 127.296031, 41.486243 ], [ 127.253531, 41.486691 ], [ 127.28864, 41.501932 ], [ 127.241212, 41.520754 ], [ 127.188241, 41.527475 ], [ 127.164836, 41.542706 ], [ 127.14143, 41.530163 ], [ 127.125416, 41.566442 ], [ 127.178386, 41.600015 ], [ 127.135887, 41.600463 ], [ 127.127263, 41.622388 ], [ 127.093387, 41.629993 ], [ 127.103242, 41.647883 ], [ 127.037952, 41.676944 ], [ 127.057662, 41.703758 ], [ 127.050887, 41.744852 ], [ 127.005923, 41.749317 ], [ 126.979438, 41.776993 ], [ 126.940018, 41.773423 ], [ 126.952953, 41.804212 ], [ 126.931395, 41.812687 ], [ 126.861178, 41.768067 ], [ 126.83962, 41.727435 ], [ 126.809439, 41.749317 ], [ 126.8002, 41.702865 ], [ 126.723207, 41.753335 ], [ 126.694874, 41.751103 ], [ 126.690562, 41.728328 ], [ 126.724439, 41.710907 ], [ 126.688099, 41.674262 ], [ 126.644983, 41.661297 ], [ 126.608027, 41.669345 ], [ 126.592628, 41.624624 ], [ 126.564295, 41.608965 ], [ 126.582773, 41.563307 ], [ 126.559983, 41.548081 ], [ 126.497158, 41.406842 ], [ 126.539041, 41.366881 ], [ 126.524259, 41.349362 ], [ 126.497158, 41.374965 ], [ 126.437411, 41.353405 ], [ 126.373354, 41.289133 ], [ 126.35426, 41.244599 ], [ 126.332086, 41.236949 ], [ 126.295129, 41.171661 ], [ 126.188572, 41.114875 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "230000", "name": "黑龙江省", "center": [ 126.642464, 45.756967 ], "centroid": [ 127.693016, 48.04047 ], "childrenNum": 13, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 7, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123.569598, 46.223816 ], [ 123.569598, 46.223816 ], [ 123.499381, 46.259826 ], [ 123.452569, 46.233338 ], [ 123.430396, 46.243687 ], [ 123.357099, 46.232096 ], [ 123.357099, 46.232096 ], [ 123.320758, 46.254447 ], [ 123.286266, 46.250308 ], [ 123.248078, 46.273065 ], [ 123.178476, 46.248239 ], [ 123.142136, 46.298293 ], [ 123.089781, 46.347888 ], [ 123.011557, 46.434984 ], [ 123.010325, 46.524823 ], [ 123.002318, 46.574624 ], [ 123.052825, 46.579972 ], [ 123.04605, 46.617803 ], [ 123.077462, 46.622324 ], [ 123.098404, 46.603002 ], [ 123.18094, 46.614103 ], [ 123.228368, 46.588198 ], [ 123.279491, 46.616981 ], [ 123.276411, 46.660947 ], [ 123.318295, 46.662179 ], [ 123.366338, 46.677784 ], [ 123.474743, 46.686817 ], [ 123.603475, 46.68928 ], [ 123.631808, 46.728675 ], [ 123.629344, 46.813524 ], [ 123.580069, 46.827447 ], [ 123.625648, 46.847508 ], [ 123.599163, 46.868378 ], [ 123.605322, 46.891286 ], [ 123.576989, 46.891286 ], [ 123.575757, 46.845461 ], [ 123.562823, 46.82581 ], [ 123.506772, 46.827038 ], [ 123.483366, 46.84587 ], [ 123.52833, 46.944836 ], [ 123.487678, 46.959951 ], [ 123.42362, 46.934212 ], [ 123.337389, 46.988943 ], [ 123.301664, 46.999965 ], [ 123.304128, 46.964852 ], [ 123.360179, 46.970978 ], [ 123.404526, 46.935438 ], [ 123.40699, 46.906416 ], [ 123.374345, 46.837683 ], [ 123.341084, 46.826628 ], [ 123.295505, 46.865105 ], [ 123.221592, 46.850373 ], [ 123.22344, 46.821305 ], [ 123.198802, 46.803283 ], [ 123.163694, 46.74016 ], [ 123.103332, 46.734828 ], [ 123.076846, 46.745082 ], [ 123.026339, 46.718829 ], [ 123.00355, 46.730726 ], [ 122.996774, 46.761483 ], [ 122.906847, 46.80738 ], [ 122.893913, 46.895376 ], [ 122.895144, 46.960359 ], [ 122.83971, 46.937072 ], [ 122.791051, 46.941567 ], [ 122.798442, 46.9575 ], [ 122.77442, 46.973837 ], [ 122.778116, 47.002822 ], [ 122.845869, 47.046881 ], [ 122.852645, 47.072158 ], [ 122.821232, 47.065636 ], [ 122.710363, 47.093349 ], [ 122.710363, 47.093349 ], [ 122.679566, 47.094164 ], [ 122.615508, 47.124306 ], [ 122.582863, 47.158092 ], [ 122.582863, 47.158092 ], [ 122.531124, 47.198771 ], [ 122.498479, 47.255262 ], [ 122.462755, 47.27841 ], [ 122.441197, 47.310476 ], [ 122.441197, 47.310476 ], [ 122.418407, 47.350632 ], [ 122.507103, 47.401291 ], [ 122.543443, 47.495589 ], [ 122.59395, 47.54732 ], [ 122.765181, 47.614333 ], [ 122.848949, 47.67441 ], [ 122.926557, 47.697777 ], [ 123.041122, 47.746492 ], [ 123.161846, 47.781892 ], [ 123.214201, 47.824502 ], [ 123.256085, 47.876711 ], [ 123.300432, 47.953723 ], [ 123.537569, 48.021816 ], [ 123.579453, 48.045427 ], [ 123.705105, 48.152142 ], [ 123.746373, 48.197638 ], [ 123.862785, 48.271782 ], [ 124.019234, 48.39313 ], [ 124.07898, 48.43603 ], [ 124.136878, 48.463023 ], [ 124.25945, 48.536385 ], [ 124.25945, 48.536385 ], [ 124.314269, 48.503881 ], [ 124.302566, 48.456673 ], [ 124.330283, 48.435633 ], [ 124.309957, 48.413393 ], [ 124.331515, 48.380015 ], [ 124.317964, 48.35099 ], [ 124.353689, 48.315978 ], [ 124.365392, 48.283731 ], [ 124.422058, 48.245884 ], [ 124.412819, 48.219175 ], [ 124.418978, 48.181679 ], [ 124.467637, 48.178886 ], [ 124.471333, 48.133373 ], [ 124.430065, 48.12099 ], [ 124.415899, 48.08782 ], [ 124.46579, 48.098213 ], [ 124.478108, 48.123387 ], [ 124.505826, 48.124985 ], [ 124.529847, 48.146951 ], [ 124.512601, 48.164518 ], [ 124.547094, 48.200829 ], [ 124.579122, 48.262221 ], [ 124.558796, 48.268197 ], [ 124.579738, 48.297269 ], [ 124.540934, 48.335476 ], [ 124.547094, 48.35775 ], [ 124.51876, 48.378027 ], [ 124.52492, 48.426897 ], [ 124.507674, 48.445558 ], [ 124.555717, 48.467784 ], [ 124.533543, 48.515379 ], [ 124.548941, 48.535593 ], [ 124.520608, 48.556195 ], [ 124.579122, 48.596582 ], [ 124.601912, 48.632587 ], [ 124.624702, 48.701755 ], [ 124.612383, 48.747945 ], [ 124.656115, 48.783842 ], [ 124.644412, 48.80789 ], [ 124.654267, 48.83429 ], [ 124.697383, 48.841775 ], [ 124.715861, 48.885475 ], [ 124.709086, 48.920487 ], [ 124.744194, 48.920487 ], [ 124.756513, 48.967262 ], [ 124.808252, 49.020666 ], [ 124.828578, 49.077933 ], [ 124.809484, 49.115943 ], [ 124.847672, 49.129651 ], [ 124.860607, 49.166448 ], [ 124.906802, 49.184054 ], [ 124.983179, 49.162535 ], [ 125.039845, 49.17623 ], [ 125.034302, 49.157056 ], [ 125.117453, 49.126127 ], [ 125.158721, 49.144921 ], [ 125.187671, 49.186792 ], [ 125.219699, 49.189139 ], [ 125.233866, 49.255587 ], [ 125.214772, 49.277066 ], [ 125.261583, 49.322336 ], [ 125.256656, 49.359769 ], [ 125.277598, 49.379644 ], [ 125.25604, 49.395227 ], [ 125.256656, 49.437275 ], [ 125.270822, 49.454395 ], [ 125.228323, 49.487063 ], [ 125.211076, 49.539908 ], [ 125.233866, 49.536801 ], [ 125.23017, 49.595411 ], [ 125.205533, 49.593859 ], [ 125.16796, 49.629923 ], [ 125.15441, 49.616741 ], [ 125.127308, 49.655113 ], [ 125.132236, 49.672157 ], [ 125.164881, 49.669446 ], [ 125.189518, 49.652401 ], [ 125.185207, 49.634574 ], [ 125.219699, 49.669058 ], [ 125.225243, 49.726349 ], [ 125.204301, 49.734086 ], [ 125.221547, 49.754969 ], [ 125.222779, 49.799026 ], [ 125.177815, 49.829533 ], [ 125.239409, 49.844587 ], [ 125.225243, 49.867351 ], [ 125.245569, 49.87198 ], [ 125.212924, 49.907452 ], [ 125.225859, 49.922481 ], [ 125.199373, 49.935194 ], [ 125.190134, 49.959841 ], [ 125.231402, 49.957531 ], [ 125.241873, 49.987938 ], [ 125.278214, 49.996402 ], [ 125.297924, 50.014481 ], [ 125.283757, 50.036012 ], [ 125.25296, 50.041393 ], [ 125.289916, 50.057917 ], [ 125.315786, 50.04562 ], [ 125.328105, 50.065985 ], [ 125.283757, 50.070211 ], [ 125.287453, 50.093636 ], [ 125.258504, 50.103618 ], [ 125.27883, 50.127411 ], [ 125.311474, 50.140453 ], [ 125.376148, 50.137385 ], [ 125.335496, 50.161161 ], [ 125.382923, 50.172278 ], [ 125.39093, 50.199868 ], [ 125.417416, 50.195654 ], [ 125.448829, 50.216338 ], [ 125.442053, 50.260357 ], [ 125.466075, 50.266861 ], [ 125.463611, 50.295925 ], [ 125.530749, 50.331085 ], [ 125.520278, 50.3498 ], [ 125.546763, 50.358965 ], [ 125.522126, 50.404759 ], [ 125.536292, 50.420014 ], [ 125.567089, 50.402852 ], [ 125.583104, 50.409717 ], [ 125.562162, 50.438314 ], [ 125.580024, 50.449366 ], [ 125.627451, 50.443268 ], [ 125.654553, 50.471082 ], [ 125.699516, 50.487078 ], [ 125.740784, 50.523237 ], [ 125.754335, 50.506874 ], [ 125.770349, 50.531227 ], [ 125.794987, 50.532748 ], [ 125.829479, 50.56165 ], [ 125.807921, 50.60383 ], [ 125.814697, 50.62092 ], [ 125.793139, 50.643316 ], [ 125.804226, 50.658874 ], [ 125.789443, 50.679735 ], [ 125.825784, 50.70362 ], [ 125.78082, 50.725598 ], [ 125.795603, 50.738856 ], [ 125.758646, 50.746809 ], [ 125.804226, 50.773309 ], [ 125.828863, 50.756654 ], [ 125.846726, 50.769524 ], [ 125.836255, 50.793363 ], [ 125.890457, 50.805845 ], [ 125.878138, 50.816812 ], [ 125.913247, 50.825885 ], [ 125.939732, 50.85423 ], [ 125.961906, 50.901054 ], [ 125.997631, 50.872738 ], [ 125.996399, 50.906715 ], [ 126.02042, 50.927466 ], [ 126.042594, 50.92558 ], [ 126.068464, 50.967434 ], [ 126.041978, 50.981753 ], [ 126.033971, 51.011132 ], [ 126.059225, 51.043503 ], [ 125.976073, 51.084498 ], [ 125.993935, 51.119072 ], [ 125.970529, 51.123955 ], [ 125.946508, 51.108176 ], [ 125.909551, 51.138977 ], [ 125.864588, 51.146487 ], [ 125.850421, 51.21364 ], [ 125.819008, 51.227134 ], [ 125.761726, 51.226385 ], [ 125.76111, 51.261976 ], [ 125.76111, 51.261976 ], [ 125.740784, 51.27583 ], [ 125.740784, 51.27583 ], [ 125.700132, 51.327465 ], [ 125.700132, 51.327465 ], [ 125.626219, 51.380163 ], [ 125.626219, 51.380163 ], [ 125.623756, 51.387633 ], [ 125.623756, 51.387633 ], [ 125.62314, 51.398089 ], [ 125.62314, 51.398089 ], [ 125.600966, 51.410409 ], [ 125.600966, 51.410409 ], [ 125.60035, 51.413396 ], [ 125.60035, 51.413396 ], [ 125.595422, 51.416755 ], [ 125.595422, 51.416755 ], [ 125.559082, 51.461521 ], [ 125.559082, 51.461521 ], [ 125.528285, 51.488359 ], [ 125.424807, 51.562827 ], [ 125.38046, 51.585516 ], [ 125.35151, 51.623801 ], [ 125.316402, 51.610052 ], [ 125.289301, 51.633831 ], [ 125.228938, 51.640517 ], [ 125.214772, 51.627888 ], [ 125.175968, 51.639403 ], [ 125.130388, 51.635317 ], [ 125.12854, 51.659083 ], [ 125.098975, 51.658341 ], [ 125.060171, 51.59667 ], [ 125.073106, 51.553526 ], [ 125.047236, 51.529704 ], [ 125.004737, 51.529332 ], [ 124.983795, 51.508478 ], [ 124.928976, 51.498419 ], [ 124.917889, 51.474196 ], [ 124.942527, 51.447349 ], [ 124.885244, 51.40817 ], [ 124.864302, 51.37979 ], [ 124.783614, 51.392115 ], [ 124.76452, 51.38726 ], [ 124.752817, 51.35812 ], [ 124.693687, 51.3327 ], [ 124.62655, 51.327465 ], [ 124.58713, 51.363725 ], [ 124.555717, 51.375307 ], [ 124.490427, 51.380537 ], [ 124.478108, 51.36223 ], [ 124.443616, 51.35812 ], [ 124.426985, 51.331953 ], [ 124.430065, 51.301281 ], [ 124.406659, 51.272086 ], [ 124.339522, 51.293422 ], [ 124.297638, 51.298661 ], [ 124.271769, 51.308389 ], [ 124.239124, 51.344664 ], [ 124.192313, 51.33943 ], [ 124.128255, 51.347281 ], [ 124.090067, 51.3413 ], [ 124.071588, 51.320734 ], [ 123.994596, 51.322604 ], [ 123.939777, 51.313253 ], [ 123.926227, 51.300532 ], [ 123.887423, 51.320734 ], [ 123.842459, 51.367462 ], [ 123.794416, 51.361109 ], [ 123.711264, 51.398089 ], [ 123.660141, 51.342795 ], [ 123.661989, 51.319237 ], [ 123.582533, 51.306893 ], [ 123.582533, 51.294545 ], [ 123.46304, 51.286686 ], [ 123.440251, 51.270963 ], [ 123.414381, 51.278825 ], [ 123.376809, 51.266844 ], [ 123.339853, 51.27246 ], [ 123.294273, 51.254111 ], [ 123.231447, 51.268716 ], [ 123.231447, 51.279199 ], [ 123.127969, 51.297913 ], [ 123.069455, 51.321108 ], [ 123.002934, 51.31213 ], [ 122.965977, 51.345786 ], [ 122.965977, 51.386886 ], [ 122.946267, 51.405183 ], [ 122.903768, 51.415262 ], [ 122.900072, 51.445112 ], [ 122.871123, 51.455181 ], [ 122.854492, 51.477551 ], [ 122.880362, 51.511085 ], [ 122.858804, 51.524864 ], [ 122.880362, 51.537894 ], [ 122.874202, 51.561339 ], [ 122.832935, 51.581797 ], [ 122.85634, 51.606707 ], [ 122.820616, 51.633088 ], [ 122.816304, 51.655371 ], [ 122.778732, 51.698048 ], [ 122.749167, 51.746613 ], [ 122.771957, 51.779579 ], [ 122.732536, 51.832495 ], [ 122.725761, 51.87833 ], [ 122.706051, 51.890151 ], [ 122.729457, 51.919321 ], [ 122.726377, 51.978709 ], [ 122.683877, 51.974654 ], [ 122.664783, 51.99861 ], [ 122.650616, 52.058997 ], [ 122.625363, 52.067459 ], [ 122.643841, 52.111585 ], [ 122.629059, 52.13657 ], [ 122.690653, 52.140243 ], [ 122.73808, 52.153464 ], [ 122.769493, 52.179893 ], [ 122.766413, 52.232705 ], [ 122.787355, 52.252494 ], [ 122.76087, 52.26678 ], [ 122.710979, 52.256157 ], [ 122.67895, 52.276667 ], [ 122.585943, 52.266413 ], [ 122.560689, 52.282526 ], [ 122.478153, 52.29607 ], [ 122.484313, 52.341432 ], [ 122.447356, 52.394052 ], [ 122.419023, 52.375057 ], [ 122.378987, 52.395512 ], [ 122.367284, 52.413768 ], [ 122.342031, 52.414133 ], [ 122.326016, 52.459374 ], [ 122.310618, 52.475416 ], [ 122.207756, 52.469218 ], [ 122.178191, 52.48963 ], [ 122.168952, 52.513674 ], [ 122.140003, 52.510032 ], [ 122.142467, 52.495096 ], [ 122.107358, 52.452445 ], [ 122.080873, 52.440407 ], [ 122.091344, 52.427272 ], [ 122.040837, 52.413038 ], [ 122.035909, 52.377615 ], [ 121.976779, 52.343626 ], [ 121.94783, 52.298266 ], [ 121.901018, 52.280695 ], [ 121.841272, 52.282526 ], [ 121.769207, 52.308147 ], [ 121.714389, 52.318025 ], [ 121.715621, 52.342894 ], [ 121.658338, 52.3904 ], [ 121.678664, 52.419973 ], [ 121.63986, 52.44442 ], [ 121.590585, 52.443326 ], [ 121.565331, 52.460468 ], [ 121.519136, 52.456821 ], [ 121.495114, 52.484892 ], [ 121.474172, 52.482706 ], [ 121.416274, 52.499468 ], [ 121.411963, 52.52205 ], [ 121.353448, 52.534793 ], [ 121.323883, 52.573727 ], [ 121.280151, 52.586819 ], [ 121.225333, 52.577364 ], [ 121.182217, 52.59918 ], [ 121.237036, 52.619167 ], [ 121.29247, 52.651855 ], [ 121.309717, 52.676173 ], [ 121.373158, 52.683067 ], [ 121.455078, 52.73528 ], [ 121.476636, 52.772225 ], [ 121.511129, 52.779104 ], [ 121.537614, 52.801542 ], [ 121.591201, 52.824693 ], [ 121.620766, 52.853251 ], [ 121.604136, 52.872401 ], [ 121.610295, 52.892264 ], [ 121.66265, 52.912478 ], [ 121.677432, 52.948192 ], [ 121.715621, 52.997926 ], [ 121.785838, 53.018451 ], [ 121.817867, 53.061631 ], [ 121.775367, 53.089674 ], [ 121.784606, 53.104408 ], [ 121.753193, 53.147501 ], [ 121.722396, 53.145706 ], [ 121.665114, 53.170467 ], [ 121.660186, 53.195213 ], [ 121.67928, 53.199515 ], [ 121.679896, 53.240722 ], [ 121.642324, 53.262564 ], [ 121.615222, 53.258984 ], [ 121.575802, 53.29155 ], [ 121.504969, 53.323018 ], [ 121.499426, 53.337314 ], [ 121.589969, 53.350891 ], [ 121.697758, 53.392666 ], [ 121.754425, 53.389454 ], [ 121.816019, 53.41336 ], [ 121.875765, 53.426556 ], [ 122.026054, 53.428339 ], [ 122.077177, 53.422277 ], [ 122.111054, 53.426913 ], [ 122.161561, 53.468614 ], [ 122.227466, 53.461845 ], [ 122.266886, 53.470039 ], [ 122.350038, 53.505647 ], [ 122.37406, 53.47467 ], [ 122.435038, 53.444739 ], [ 122.496016, 53.458638 ], [ 122.5379, 53.453293 ], [ 122.608117, 53.465408 ], [ 122.673406, 53.459351 ], [ 122.763949, 53.463626 ], [ 122.826775, 53.457213 ], [ 122.894528, 53.462914 ], [ 122.943804, 53.483929 ], [ 123.052209, 53.506715 ], [ 123.093477, 53.508138 ], [ 123.137209, 53.498172 ], [ 123.179092, 53.509918 ], [ 123.231447, 53.549404 ], [ 123.274563, 53.563269 ], [ 123.309672, 53.56078 ], [ 123.394055, 53.538024 ], [ 123.454417, 53.536602 ], [ 123.47228, 53.509206 ], [ 123.499381, 53.497816 ], [ 123.510468, 53.509206 ], [ 123.490758, 53.542648 ], [ 123.517243, 53.558292 ], [ 123.546808, 53.551537 ], [ 123.557895, 53.531978 ], [ 123.53141, 53.507071 ], [ 123.569598, 53.505291 ], [ 123.58746, 53.546915 ], [ 123.620721, 53.550115 ], [ 123.668764, 53.533756 ], [ 123.698329, 53.498528 ], [ 123.746373, 53.500308 ], [ 123.797495, 53.489983 ], [ 123.865249, 53.489627 ], [ 123.985973, 53.434401 ], [ 124.01369, 53.403371 ], [ 124.058038, 53.404085 ], [ 124.125791, 53.348033 ], [ 124.19416, 53.37339 ], [ 124.239124, 53.379817 ], [ 124.327819, 53.331954 ], [ 124.375863, 53.258984 ], [ 124.412203, 53.248601 ], [ 124.435609, 53.223886 ], [ 124.487348, 53.217436 ], [ 124.496587, 53.207759 ], [ 124.563108, 53.201666 ], [ 124.590209, 53.208476 ], [ 124.678905, 53.207043 ], [ 124.720789, 53.192344 ], [ 124.712165, 53.162574 ], [ 124.734339, 53.146783 ], [ 124.787926, 53.140681 ], [ 124.832889, 53.145347 ], [ 124.87231, 53.099018 ], [ 124.909266, 53.118059 ], [ 124.887708, 53.164368 ], [ 124.970244, 53.194137 ], [ 125.038613, 53.202741 ], [ 125.142091, 53.204175 ], [ 125.195062, 53.198439 ], [ 125.252344, 53.18051 ], [ 125.315786, 53.144989 ], [ 125.343503, 53.14463 ], [ 125.452524, 53.107641 ], [ 125.503647, 53.095424 ], [ 125.504263, 53.061271 ], [ 125.530749, 53.0512 ], [ 125.588647, 53.081047 ], [ 125.613901, 53.083564 ], [ 125.640386, 53.06199 ], [ 125.643466, 53.039686 ], [ 125.684118, 53.00801 ], [ 125.742632, 52.993964 ], [ 125.737088, 52.943504 ], [ 125.665023, 52.913561 ], [ 125.666871, 52.869872 ], [ 125.678574, 52.86084 ], [ 125.722306, 52.880347 ], [ 125.751255, 52.88143 ], [ 125.772197, 52.89804 ], [ 125.827631, 52.899123 ], [ 125.854117, 52.891542 ], [ 125.855349, 52.866259 ], [ 125.923718, 52.815651 ], [ 125.937269, 52.786705 ], [ 125.966834, 52.759914 ], [ 125.985312, 52.758465 ], [ 126.02042, 52.795753 ], [ 126.052449, 52.800095 ], [ 126.116507, 52.768243 ], [ 126.112195, 52.757016 ], [ 126.044442, 52.739628 ], [ 126.072775, 52.691048 ], [ 126.061688, 52.673271 ], [ 125.995783, 52.675085 ], [ 125.971145, 52.654033 ], [ 125.968682, 52.630429 ], [ 125.989008, 52.603178 ], [ 126.030891, 52.576273 ], [ 126.055529, 52.582455 ], [ 126.066616, 52.603905 ], [ 126.147304, 52.573 ], [ 126.213209, 52.525327 ], [ 126.192883, 52.492181 ], [ 126.205202, 52.466302 ], [ 126.268644, 52.475051 ], [ 126.326542, 52.424353 ], [ 126.353644, 52.389304 ], [ 126.348716, 52.357882 ], [ 126.320999, 52.342163 ], [ 126.327774, 52.310342 ], [ 126.4331, 52.298632 ], [ 126.436795, 52.277034 ], [ 126.401071, 52.279597 ], [ 126.357955, 52.264216 ], [ 126.312992, 52.235271 ], [ 126.306832, 52.205574 ], [ 126.34502, 52.192002 ], [ 126.403535, 52.185031 ], [ 126.457121, 52.165212 ], [ 126.499005, 52.16044 ], [ 126.556288, 52.136203 ], [ 126.563679, 52.119302 ], [ 126.514404, 52.037282 ], [ 126.487918, 52.041699 ], [ 126.450962, 52.027709 ], [ 126.447882, 52.009294 ], [ 126.468208, 51.982395 ], [ 126.462665, 51.948471 ], [ 126.510092, 51.922274 ], [ 126.555056, 51.874266 ], [ 126.580925, 51.824728 ], [ 126.622809, 51.777357 ], [ 126.658534, 51.762544 ], [ 126.6727, 51.73179 ], [ 126.724439, 51.7266 ], [ 126.734294, 51.711399 ], [ 126.723823, 51.679126 ], [ 126.741069, 51.642374 ], [ 126.67886, 51.602246 ], [ 126.69549, 51.57845 ], [ 126.837156, 51.536033 ], [ 126.843931, 51.521885 ], [ 126.812518, 51.493948 ], [ 126.784185, 51.448095 ], [ 126.791577, 51.432428 ], [ 126.835308, 51.413769 ], [ 126.908605, 51.407423 ], [ 126.930163, 51.359241 ], [ 126.904293, 51.340552 ], [ 126.837156, 51.345038 ], [ 126.813134, 51.311756 ], [ 126.820526, 51.281071 ], [ 126.863025, 51.248492 ], [ 126.908605, 51.246619 ], [ 126.92154, 51.259729 ], [ 126.908605, 51.283691 ], [ 126.877808, 51.300906 ], [ 126.887047, 51.321856 ], [ 126.970815, 51.332327 ], [ 126.98375, 51.318863 ], [ 126.976358, 51.291551 ], [ 126.926467, 51.246244 ], [ 126.899982, 51.200518 ], [ 126.917844, 51.138977 ], [ 126.922772, 51.061937 ], [ 126.985597, 51.029202 ], [ 127.052119, 50.962911 ], [ 127.113713, 50.93765 ], [ 127.143894, 50.910111 ], [ 127.236285, 50.781256 ], [ 127.295415, 50.755139 ], [ 127.305886, 50.733932 ], [ 127.28864, 50.699451 ], [ 127.294799, 50.663426 ], [ 127.370559, 50.581415 ], [ 127.36132, 50.547582 ], [ 127.323132, 50.52552 ], [ 127.293567, 50.46575 ], [ 127.30527, 50.45432 ], [ 127.3644, 50.438314 ], [ 127.369944, 50.403996 ], [ 127.332371, 50.340634 ], [ 127.371791, 50.29669 ], [ 127.44632, 50.270686 ], [ 127.603385, 50.239309 ], [ 127.60708, 50.178794 ], [ 127.58737, 50.137768 ], [ 127.501755, 50.056764 ], [ 127.495595, 49.994479 ], [ 127.543638, 49.944438 ], [ 127.547334, 49.928645 ], [ 127.529472, 49.864265 ], [ 127.531936, 49.826059 ], [ 127.583059, 49.786277 ], [ 127.653892, 49.780094 ], [ 127.674833, 49.764247 ], [ 127.677913, 49.697712 ], [ 127.705015, 49.665185 ], [ 127.782007, 49.630698 ], [ 127.815268, 49.593859 ], [ 127.897804, 49.579116 ], [ 127.949542, 49.596187 ], [ 128.001281, 49.592307 ], [ 128.070882, 49.556604 ], [ 128.122005, 49.55311 ], [ 128.185447, 49.53952 ], [ 128.243345, 49.563203 ], [ 128.287077, 49.566309 ], [ 128.343128, 49.544956 ], [ 128.389939, 49.58998 ], [ 128.500192, 49.593859 ], [ 128.537764, 49.604332 ], [ 128.619684, 49.593471 ], [ 128.656025, 49.577564 ], [ 128.715155, 49.564756 ], [ 128.744104, 49.595023 ], [ 128.802618, 49.58222 ], [ 128.813089, 49.558157 ], [ 128.763198, 49.515824 ], [ 128.76135, 49.482009 ], [ 128.792147, 49.473065 ], [ 128.871604, 49.492506 ], [ 128.932582, 49.46801 ], [ 129.013886, 49.457119 ], [ 129.061929, 49.374189 ], [ 129.084719, 49.359769 ], [ 129.143849, 49.357431 ], [ 129.180805, 49.386657 ], [ 129.215298, 49.399122 ], [ 129.266421, 49.396006 ], [ 129.320623, 49.3586 ], [ 129.358196, 49.355871 ], [ 129.379138, 49.367175 ], [ 129.374826, 49.414309 ], [ 129.390224, 49.432605 ], [ 129.448739, 49.441167 ], [ 129.51834, 49.423652 ], [ 129.546057, 49.395227 ], [ 129.562687, 49.299706 ], [ 129.604571, 49.279018 ], [ 129.696962, 49.298535 ], [ 129.730223, 49.288387 ], [ 129.761636, 49.25754 ], [ 129.753629, 49.208692 ], [ 129.784426, 49.184054 ], [ 129.847867, 49.181316 ], [ 129.864498, 49.158621 ], [ 129.855259, 49.133567 ], [ 129.866962, 49.113985 ], [ 129.913157, 49.1085 ], [ 129.934715, 49.078717 ], [ 129.9187, 49.060681 ], [ 129.937179, 49.040285 ], [ 130.020946, 49.021058 ], [ 130.059135, 48.979047 ], [ 130.113337, 48.956653 ], [ 130.219895, 48.893739 ], [ 130.237757, 48.868551 ], [ 130.279641, 48.866976 ], [ 130.412068, 48.905148 ], [ 130.471198, 48.905541 ], [ 130.501995, 48.865795 ], [ 130.559277, 48.861071 ], [ 130.609168, 48.881146 ], [ 130.680617, 48.881146 ], [ 130.689856, 48.849651 ], [ 130.622103, 48.783842 ], [ 130.576524, 48.688719 ], [ 130.538951, 48.635751 ], [ 130.538335, 48.612016 ], [ 130.605473, 48.594207 ], [ 130.615944, 48.575601 ], [ 130.620871, 48.49595 ], [ 130.647357, 48.484844 ], [ 130.711414, 48.511414 ], [ 130.767465, 48.507846 ], [ 130.776704, 48.480084 ], [ 130.745907, 48.449131 ], [ 130.747755, 48.404256 ], [ 130.785327, 48.357353 ], [ 130.81982, 48.341444 ], [ 130.845073, 48.296473 ], [ 130.817972, 48.265409 ], [ 130.787791, 48.256643 ], [ 130.769313, 48.231136 ], [ 130.765617, 48.18926 ], [ 130.673842, 48.12818 ], [ 130.666451, 48.105007 ], [ 130.699711, 48.044227 ], [ 130.737284, 48.034223 ], [ 130.770544, 47.998194 ], [ 130.870943, 47.943301 ], [ 130.891269, 47.927263 ], [ 130.961486, 47.828118 ], [ 130.966413, 47.733211 ], [ 130.983659, 47.713081 ], [ 131.029855, 47.694555 ], [ 131.115471, 47.689721 ], [ 131.183224, 47.702611 ], [ 131.236811, 47.733211 ], [ 131.273767, 47.738846 ], [ 131.359998, 47.730796 ], [ 131.456085, 47.747297 ], [ 131.543548, 47.736028 ], [ 131.559563, 47.724757 ], [ 131.568186, 47.682469 ], [ 131.59036, 47.660707 ], [ 131.641483, 47.663932 ], [ 131.690142, 47.707041 ], [ 131.741881, 47.706638 ], [ 131.825649, 47.677231 ], [ 131.900793, 47.685692 ], [ 131.976554, 47.673201 ], [ 132.000575, 47.712276 ], [ 132.086191, 47.703013 ], [ 132.157024, 47.70543 ], [ 132.19706, 47.714289 ], [ 132.242639, 47.70986 ], [ 132.272205, 47.718718 ], [ 132.288835, 47.742065 ], [ 132.325175, 47.762184 ], [ 132.371987, 47.765402 ], [ 132.469305, 47.726368 ], [ 132.558, 47.718316 ], [ 132.6005, 47.740858 ], [ 132.599268, 47.792347 ], [ 132.621442, 47.82852 ], [ 132.662094, 47.854227 ], [ 132.687348, 47.88514 ], [ 132.662094, 47.922451 ], [ 132.661478, 47.944905 ], [ 132.691043, 47.962941 ], [ 132.723072, 47.962941 ], [ 132.769268, 47.93849 ], [ 132.819159, 47.936887 ], [ 132.883216, 48.002599 ], [ 132.992238, 48.035424 ], [ 133.016259, 48.054228 ], [ 133.02673, 48.085421 ], [ 133.053216, 48.110202 ], [ 133.130208, 48.134971 ], [ 133.182563, 48.135769 ], [ 133.239845, 48.126583 ], [ 133.302055, 48.103009 ], [ 133.407997, 48.124585 ], [ 133.451728, 48.112999 ], [ 133.545967, 48.121389 ], [ 133.573068, 48.182078 ], [ 133.59709, 48.194846 ], [ 133.667307, 48.183275 ], [ 133.693177, 48.186866 ], [ 133.740604, 48.254651 ], [ 133.791111, 48.261026 ], [ 133.824372, 48.277359 ], [ 133.876111, 48.282536 ], [ 133.940784, 48.302047 ], [ 133.995603, 48.303639 ], [ 134.029479, 48.327519 ], [ 134.0689, 48.338659 ], [ 134.116327, 48.333089 ], [ 134.150819, 48.346217 ], [ 134.20379, 48.3824 ], [ 134.369478, 48.382797 ], [ 134.438463, 48.405448 ], [ 134.501905, 48.418954 ], [ 134.578281, 48.405448 ], [ 134.696542, 48.407037 ], [ 134.764295, 48.370076 ], [ 134.820961, 48.37604 ], [ 134.848679, 48.393925 ], [ 134.886867, 48.437618 ], [ 134.927519, 48.451513 ], [ 134.996504, 48.439603 ], [ 135.035924, 48.440795 ], [ 135.068569, 48.459451 ], [ 135.09567, 48.437618 ], [ 135.090743, 48.403461 ], [ 135.009439, 48.365703 ], [ 134.864077, 48.332293 ], [ 134.77107, 48.288908 ], [ 134.679295, 48.256245 ], [ 134.67252, 48.170505 ], [ 134.632484, 48.099412 ], [ 134.551796, 48.032622 ], [ 134.55426, 47.982173 ], [ 134.599839, 47.947711 ], [ 134.607846, 47.909214 ], [ 134.658969, 47.901191 ], [ 134.677448, 47.884738 ], [ 134.670056, 47.864667 ], [ 134.678679, 47.819278 ], [ 134.772918, 47.763391 ], [ 134.779694, 47.7159 ], [ 134.689766, 47.63813 ], [ 134.678064, 47.588507 ], [ 134.627556, 47.546512 ], [ 134.576434, 47.519036 ], [ 134.568426, 47.478199 ], [ 134.522847, 47.468086 ], [ 134.490202, 47.446235 ], [ 134.339297, 47.439759 ], [ 134.307268, 47.428829 ], [ 134.266616, 47.391974 ], [ 134.263536, 47.371307 ], [ 134.203174, 47.347389 ], [ 134.177305, 47.326299 ], [ 134.156979, 47.248357 ], [ 134.210566, 47.210155 ], [ 134.230276, 47.182097 ], [ 134.232739, 47.134892 ], [ 134.222268, 47.105164 ], [ 134.142812, 47.093349 ], [ 134.118175, 47.061968 ], [ 134.10216, 47.005678 ], [ 134.063972, 46.979962 ], [ 134.076291, 46.938298 ], [ 134.042414, 46.886787 ], [ 134.041182, 46.848326 ], [ 134.025168, 46.810657 ], [ 134.052885, 46.779928 ], [ 134.033175, 46.759023 ], [ 134.030711, 46.708981 ], [ 134.011001, 46.637941 ], [ 133.919842, 46.596012 ], [ 133.890893, 46.525235 ], [ 133.849625, 46.475389 ], [ 133.852089, 46.450242 ], [ 133.902596, 46.446119 ], [ 133.948791, 46.401153 ], [ 133.940784, 46.38134 ], [ 133.876726, 46.362345 ], [ 133.869335, 46.338386 ], [ 133.922922, 46.330948 ], [ 133.908139, 46.308216 ], [ 133.91861, 46.280924 ], [ 133.909987, 46.254447 ], [ 133.867487, 46.250722 ], [ 133.87919, 46.233752 ], [ 133.849625, 46.203939 ], [ 133.814517, 46.230854 ], [ 133.794807, 46.193583 ], [ 133.764626, 46.17328 ], [ 133.706111, 46.163333 ], [ 133.690713, 46.133896 ], [ 133.745531, 46.075389 ], [ 133.740604, 46.048812 ], [ 133.681474, 45.986473 ], [ 133.676546, 45.94321 ], [ 133.614952, 45.942794 ], [ 133.618032, 45.903662 ], [ 133.583539, 45.868669 ], [ 133.55459, 45.893249 ], [ 133.51209, 45.887001 ], [ 133.491764, 45.867002 ], [ 133.494228, 45.840325 ], [ 133.467743, 45.834905 ], [ 133.469591, 45.799451 ], [ 133.505315, 45.785681 ], [ 133.469591, 45.777751 ], [ 133.486837, 45.740173 ], [ 133.454192, 45.731819 ], [ 133.445569, 45.705077 ], [ 133.484989, 45.691702 ], [ 133.485605, 45.658667 ], [ 133.448649, 45.647372 ], [ 133.471438, 45.631053 ], [ 133.412924, 45.618079 ], [ 133.423395, 45.584163 ], [ 133.393214, 45.580393 ], [ 133.342707, 45.554836 ], [ 133.333468, 45.562379 ], [ 133.246005, 45.517528 ], [ 133.201657, 45.515431 ], [ 133.170244, 45.465506 ], [ 133.164701, 45.437377 ], [ 133.143759, 45.430658 ], [ 133.144991, 45.367205 ], [ 133.119121, 45.352908 ], [ 133.128976, 45.336924 ], [ 133.097563, 45.281788 ], [ 133.109266, 45.232077 ], [ 133.124665, 45.222805 ], [ 133.137599, 45.178105 ], [ 133.139447, 45.127459 ], [ 133.107418, 45.124504 ], [ 133.089556, 45.097473 ], [ 133.070462, 45.097051 ], [ 133.045824, 45.066203 ], [ 132.986078, 45.031109 ], [ 132.954049, 45.023072 ], [ 132.916477, 45.031109 ], [ 132.867202, 45.061976 ], [ 132.76434, 45.081417 ], [ 132.394161, 45.16376 ], [ 132.17427, 45.216903 ], [ 132.003655, 45.25441 ], [ 131.976554, 45.277156 ], [ 131.93159, 45.287683 ], [ 131.917423, 45.339448 ], [ 131.887858, 45.342393 ], [ 131.82996, 45.311677 ], [ 131.825649, 45.291472 ], [ 131.788692, 45.245984 ], [ 131.79362, 45.211844 ], [ 131.759127, 45.213952 ], [ 131.721555, 45.234606 ], [ 131.681519, 45.215217 ], [ 131.650722, 45.159962 ], [ 131.687678, 45.1511 ], [ 131.695685, 45.132104 ], [ 131.63286, 45.075078 ], [ 131.566338, 45.045487 ], [ 131.529382, 45.012073 ], [ 131.484418, 44.99557 ], [ 131.501664, 44.977793 ], [ 131.464708, 44.963397 ], [ 131.409889, 44.985836 ], [ 131.380324, 44.978216 ], [ 131.355071, 44.990068 ], [ 131.313803, 44.965938 ], [ 131.311955, 44.94688 ], [ 131.274999, 44.919766 ], [ 131.263296, 44.929935 ], [ 131.207861, 44.913833 ], [ 131.20355, 44.932901 ], [ 131.16105, 44.948151 ], [ 131.090217, 44.924427 ], [ 131.10192, 44.898997 ], [ 131.07913, 44.881614 ], [ 130.965181, 44.85065 ], [ 130.972573, 44.820094 ], [ 131.016304, 44.814575 ], [ 131.016304, 44.789521 ], [ 131.064348, 44.786973 ], [ 131.069275, 44.759783 ], [ 131.093297, 44.746183 ], [ 131.090833, 44.717272 ], [ 131.111775, 44.710042 ], [ 131.310723, 44.046623 ], [ 131.26576, 44.034578 ], [ 131.245434, 43.95579 ], [ 131.26268, 43.948897 ], [ 131.254057, 43.893289 ], [ 131.2171, 43.836334 ], [ 131.213405, 43.801357 ], [ 131.232499, 43.742585 ], [ 131.215869, 43.72745 ], [ 131.221412, 43.682024 ], [ 131.239274, 43.670337 ], [ 131.216485, 43.613169 ], [ 131.222028, 43.593234 ], [ 131.20047, 43.532089 ], [ 131.276847, 43.495632 ], [ 131.304564, 43.502144 ], [ 131.294093, 43.470012 ], [ 131.234963, 43.475224 ], [ 131.201086, 43.442209 ], [ 131.175217, 43.444816 ], [ 131.142572, 43.425695 ], [ 131.026775, 43.508655 ], [ 130.959638, 43.48608 ], [ 130.907283, 43.434387 ], [ 130.864167, 43.437863 ], [ 130.841378, 43.454374 ], [ 130.822899, 43.503446 ], [ 130.776704, 43.52341 ], [ 130.727429, 43.560284 ], [ 130.671378, 43.565054 ], [ 130.665835, 43.583698 ], [ 130.623335, 43.589767 ], [ 130.630726, 43.622268 ], [ 130.57098, 43.626167 ], [ 130.57098, 43.626167 ], [ 130.501995, 43.636563 ], [ 130.488444, 43.65605 ], [ 130.437937, 43.646091 ], [ 130.412684, 43.652586 ], [ 130.394206, 43.703227 ], [ 130.423155, 43.745179 ], [ 130.382503, 43.777164 ], [ 130.381887, 43.817768 ], [ 130.362793, 43.844967 ], [ 130.386198, 43.85403 ], [ 130.368336, 43.894151 ], [ 130.381887, 43.910106 ], [ 130.338155, 43.963975 ], [ 130.364025, 43.992399 ], [ 130.365256, 44.044042 ], [ 130.319061, 44.03974 ], [ 130.307358, 44.002731 ], [ 130.27225, 43.981634 ], [ 130.262395, 43.949328 ], [ 130.208192, 43.948466 ], [ 130.153373, 43.915711 ], [ 130.143518, 43.878624 ], [ 130.116417, 43.878192 ], [ 130.110873, 43.852735 ], [ 130.079461, 43.835039 ], [ 130.027722, 43.851872 ], [ 130.009243, 43.889407 ], [ 130.022794, 43.917866 ], [ 130.017867, 43.961821 ], [ 129.979062, 44.015644 ], [ 129.951345, 44.027263 ], [ 129.907614, 44.023821 ], [ 129.881128, 44.000148 ], [ 129.868193, 44.012631 ], [ 129.802904, 43.964837 ], [ 129.780114, 43.892857 ], [ 129.739462, 43.895876 ], [ 129.743158, 43.876035 ], [ 129.699426, 43.8838 ], [ 129.650767, 43.873016 ], [ 129.529427, 43.870427 ], [ 129.467833, 43.874741 ], [ 129.449971, 43.850578 ], [ 129.417942, 43.843672 ], [ 129.406855, 43.819496 ], [ 129.348341, 43.798333 ], [ 129.30892, 43.812155 ], [ 129.289826, 43.797038 ], [ 129.254718, 43.819496 ], [ 129.211602, 43.784509 ], [ 129.232544, 43.709284 ], [ 129.214066, 43.695006 ], [ 129.217146, 43.648689 ], [ 129.232544, 43.635263 ], [ 129.23008, 43.593234 ], [ 129.169102, 43.561585 ], [ 129.145081, 43.570258 ], [ 129.093958, 43.547706 ], [ 129.037907, 43.540332 ], [ 129.013886, 43.522976 ], [ 128.962763, 43.53903 ], [ 128.949828, 43.553779 ], [ 128.878379, 43.539898 ], [ 128.834647, 43.587599 ], [ 128.821097, 43.637429 ], [ 128.78722, 43.686784 ], [ 128.768126, 43.732207 ], [ 128.729322, 43.736964 ], [ 128.760119, 43.755554 ], [ 128.739177, 43.806972 ], [ 128.719467, 43.816905 ], [ 128.760734, 43.857482 ], [ 128.729938, 43.889838 ], [ 128.696061, 43.903207 ], [ 128.636315, 43.891132 ], [ 128.64001, 43.948035 ], [ 128.610445, 43.960529 ], [ 128.584576, 43.990246 ], [ 128.574721, 44.047914 ], [ 128.529141, 44.112401 ], [ 128.471859, 44.157501 ], [ 128.450301, 44.203423 ], [ 128.471859, 44.247596 ], [ 128.453997, 44.257884 ], [ 128.472475, 44.320001 ], [ 128.446605, 44.339694 ], [ 128.475555, 44.346114 ], [ 128.481714, 44.375637 ], [ 128.457076, 44.409848 ], [ 128.463236, 44.431647 ], [ 128.427511, 44.473512 ], [ 128.397946, 44.483761 ], [ 128.372693, 44.514495 ], [ 128.295084, 44.480772 ], [ 128.293237, 44.467961 ], [ 128.228563, 44.445748 ], [ 128.211317, 44.431647 ], [ 128.172512, 44.34697 ], [ 128.137404, 44.357668 ], [ 128.094904, 44.354673 ], [ 128.074578, 44.370075 ], [ 128.049941, 44.349965 ], [ 128.065339, 44.307155 ], [ 128.101679, 44.293449 ], [ 128.064107, 44.251454 ], [ 128.104143, 44.230017 ], [ 128.09244, 44.181539 ], [ 128.060411, 44.168663 ], [ 128.088129, 44.158359 ], [ 128.091208, 44.133022 ], [ 128.042549, 44.103807 ], [ 127.950158, 44.088334 ], [ 127.912586, 44.064687 ], [ 127.862695, 44.062967 ], [ 127.846065, 44.081886 ], [ 127.808492, 44.086615 ], [ 127.783239, 44.071997 ], [ 127.729036, 44.09908 ], [ 127.735811, 44.11412 ], [ 127.712406, 44.199133 ], [ 127.681609, 44.166946 ], [ 127.641573, 44.193555 ], [ 127.626174, 44.187977 ], [ 127.59045, 44.227872 ], [ 127.623711, 44.278025 ], [ 127.579363, 44.310581 ], [ 127.486356, 44.410275 ], [ 127.50853, 44.437202 ], [ 127.463566, 44.484615 ], [ 127.465414, 44.516628 ], [ 127.485124, 44.528576 ], [ 127.536247, 44.522176 ], [ 127.570124, 44.55033 ], [ 127.557189, 44.575488 ], [ 127.392733, 44.632158 ], [ 127.275705, 44.640249 ], [ 127.261538, 44.61299 ], [ 127.214111, 44.624917 ], [ 127.228893, 44.642804 ], [ 127.182082, 44.644507 ], [ 127.138966, 44.607451 ], [ 127.094619, 44.615972 ], [ 127.089691, 44.593816 ], [ 127.049655, 44.566961 ], [ 127.041648, 44.591258 ], [ 127.044112, 44.653874 ], [ 127.030561, 44.673454 ], [ 127.041032, 44.712169 ], [ 126.9973, 44.764882 ], [ 126.984366, 44.823914 ], [ 126.999764, 44.87398 ], [ 127.021938, 44.898997 ], [ 127.073061, 44.907051 ], [ 127.092771, 44.94688 ], [ 127.050271, 45.004034 ], [ 127.018242, 45.024341 ], [ 126.984981, 45.067893 ], [ 126.970815, 45.070852 ], [ 126.96404, 45.132104 ], [ 126.85625, 45.145613 ], [ 126.792808, 45.135481 ], [ 126.787265, 45.159118 ], [ 126.732446, 45.187385 ], [ 126.685635, 45.187807 ], [ 126.640055, 45.214373 ], [ 126.644983, 45.225334 ], [ 126.569222, 45.252725 ], [ 126.540273, 45.23882 ], [ 126.519331, 45.248091 ], [ 126.402919, 45.222805 ], [ 126.356107, 45.185698 ], [ 126.293282, 45.180214 ], [ 126.285274, 45.162494 ], [ 126.235383, 45.140125 ], [ 126.225528, 45.154054 ], [ 126.166398, 45.13337 ], [ 126.142992, 45.147723 ], [ 126.091869, 45.149411 ], [ 126.047522, 45.170933 ], [ 125.998247, 45.162072 ], [ 125.992703, 45.192447 ], [ 125.957595, 45.201303 ], [ 125.915095, 45.196664 ], [ 125.849805, 45.23882 ], [ 125.823936, 45.237978 ], [ 125.815929, 45.264942 ], [ 125.761726, 45.291472 ], [ 125.726001, 45.336503 ], [ 125.695205, 45.352066 ], [ 125.712451, 45.389485 ], [ 125.711835, 45.477677 ], [ 125.687813, 45.514173 ], [ 125.660096, 45.507043 ], [ 125.61698, 45.517947 ], [ 125.583104, 45.491942 ], [ 125.497488, 45.469283 ], [ 125.480242, 45.486488 ], [ 125.424807, 45.485649 ], [ 125.434662, 45.462988 ], [ 125.398322, 45.416797 ], [ 125.361981, 45.392847 ], [ 125.319482, 45.422678 ], [ 125.301619, 45.402092 ], [ 125.248649, 45.417637 ], [ 125.189518, 45.39915 ], [ 125.137779, 45.409655 ], [ 125.097127, 45.38276 ], [ 125.06633, 45.39915 ], [ 125.08912, 45.420998 ], [ 125.0497, 45.428558 ], [ 125.025678, 45.493201 ], [ 124.961005, 45.495299 ], [ 124.936983, 45.53388 ], [ 124.911114, 45.535976 ], [ 124.884628, 45.495299 ], [ 124.886476, 45.442836 ], [ 124.839665, 45.455852 ], [ 124.792853, 45.436958 ], [ 124.776223, 45.468024 ], [ 124.729412, 45.444096 ], [ 124.690607, 45.452493 ], [ 124.625318, 45.437377 ], [ 124.575427, 45.451234 ], [ 124.579738, 45.424358 ], [ 124.544014, 45.411756 ], [ 124.507058, 45.424778 ], [ 124.480572, 45.456271 ], [ 124.398652, 45.440737 ], [ 124.374015, 45.45795 ], [ 124.352457, 45.496557 ], [ 124.369087, 45.512915 ], [ 124.348761, 45.546874 ], [ 124.287783, 45.539329 ], [ 124.264377, 45.555256 ], [ 124.273001, 45.584163 ], [ 124.238508, 45.591702 ], [ 124.226805, 45.633564 ], [ 124.162132, 45.616404 ], [ 124.128255, 45.641933 ], [ 124.147349, 45.665359 ], [ 124.122096, 45.669123 ], [ 124.13503, 45.690448 ], [ 124.10177, 45.700898 ], [ 124.098074, 45.722628 ], [ 124.054342, 45.751449 ], [ 124.014922, 45.749779 ], [ 124.001987, 45.770655 ], [ 124.064197, 45.802372 ], [ 124.03648, 45.83824 ], [ 124.067277, 45.840325 ], [ 124.061118, 45.886168 ], [ 123.996444, 45.906993 ], [ 123.968727, 45.936551 ], [ 123.973654, 45.973997 ], [ 124.011842, 45.981899 ], [ 123.989053, 46.011833 ], [ 124.040176, 46.01973 ], [ 124.034016, 46.045074 ], [ 124.009995, 46.057534 ], [ 124.015538, 46.088257 ], [ 123.99398, 46.101123 ], [ 124.01677, 46.118549 ], [ 123.991516, 46.143019 ], [ 124.001987, 46.166649 ], [ 123.971806, 46.170379 ], [ 123.956408, 46.206009 ], [ 123.979814, 46.228784 ], [ 123.952096, 46.256516 ], [ 123.960103, 46.288369 ], [ 123.936082, 46.286715 ], [ 123.917604, 46.25693 ], [ 123.896046, 46.303668 ], [ 123.84985, 46.302428 ], [ 123.775938, 46.263136 ], [ 123.726047, 46.255688 ], [ 123.673692, 46.258585 ], [ 123.604706, 46.251964 ], [ 123.569598, 46.223816 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "310000", "name": "上海市", "center": [ 121.472644, 31.231706 ], "centroid": [ 121.438734, 31.07256 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 8, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.901349, 31.017327 ], [ 120.890878, 31.094229 ], [ 120.859465, 31.100379 ], [ 120.881023, 31.134706 ], [ 120.930298, 31.141365 ], [ 121.018377, 31.134194 ], [ 121.076892, 31.158267 ], [ 121.060261, 31.245289 ], [ 121.090442, 31.291838 ], [ 121.138485, 31.276495 ], [ 121.160659, 31.283144 ], [ 121.129862, 31.302577 ], [ 121.130478, 31.343987 ], [ 121.113848, 31.37465 ], [ 121.143413, 31.392021 ], [ 121.174826, 31.44922 ], [ 121.240731, 31.493627 ], [ 121.247507, 31.476785 ], [ 121.301093, 31.49873 ], [ 121.301093, 31.49873 ], [ 121.343593, 31.511996 ], [ 121.404571, 31.479337 ], [ 121.520984, 31.394575 ], [ 121.599208, 31.37465 ], [ 121.722396, 31.3036 ], [ 121.809859, 31.196669 ], [ 121.946598, 31.066039 ], [ 121.977395, 31.016301 ], [ 121.990945, 30.96859 ], [ 121.994025, 30.862823 ], [ 121.954605, 30.825828 ], [ 121.970004, 30.789333 ], [ 121.943518, 30.776993 ], [ 121.904714, 30.814007 ], [ 121.681128, 30.818633 ], [ 121.601056, 30.805269 ], [ 121.517288, 30.775451 ], [ 121.426129, 30.730192 ], [ 121.362071, 30.679764 ], [ 121.274608, 30.677191 ], [ 121.272144, 30.723504 ], [ 121.232108, 30.755909 ], [ 121.21671, 30.785734 ], [ 121.174826, 30.771851 ], [ 121.123087, 30.77905 ], [ 121.13787, 30.826342 ], [ 121.097833, 30.857171 ], [ 121.060261, 30.845354 ], [ 121.038087, 30.814007 ], [ 120.991892, 30.837133 ], [ 121.020225, 30.872069 ], [ 120.993124, 30.889532 ], [ 121.000515, 30.938309 ], [ 120.989428, 31.01425 ], [ 120.949392, 31.030148 ], [ 120.940153, 31.010146 ], [ 120.901349, 31.017327 ] ] ], [ [ [ 121.974931, 31.61704 ], [ 121.995873, 31.493117 ], [ 121.981706, 31.464024 ], [ 121.890547, 31.428795 ], [ 121.819098, 31.437987 ], [ 121.682976, 31.491075 ], [ 121.625693, 31.501792 ], [ 121.547469, 31.531382 ], [ 121.434136, 31.590535 ], [ 121.395332, 31.585437 ], [ 121.371926, 31.553314 ], [ 121.289391, 31.61653 ], [ 121.145261, 31.75403 ], [ 121.118775, 31.759119 ], [ 121.200079, 31.834907 ], [ 121.265369, 31.863883 ], [ 121.323267, 31.868458 ], [ 121.384861, 31.833382 ], [ 121.431673, 31.769295 ], [ 121.49881, 31.753012 ], [ 121.599824, 31.703128 ], [ 121.64294, 31.697527 ], [ 121.715005, 31.673592 ], [ 121.974931, 31.61704 ] ] ], [ [ [ 121.779062, 31.310247 ], [ 121.727939, 31.35472 ], [ 121.572107, 31.435944 ], [ 121.509897, 31.4824 ], [ 121.520984, 31.494137 ], [ 121.567179, 31.48342 ], [ 121.585657, 31.454836 ], [ 121.742106, 31.407345 ], [ 121.792613, 31.363408 ], [ 121.793845, 31.31945 ], [ 121.779062, 31.310247 ] ] ], [ [ [ 121.801852, 31.356765 ], [ 121.792613, 31.377715 ], [ 121.845584, 31.37465 ], [ 121.951525, 31.337343 ], [ 122.040837, 31.324051 ], [ 122.116597, 31.320984 ], [ 122.122756, 31.307179 ], [ 122.097503, 31.255522 ], [ 122.016199, 31.282121 ], [ 121.932431, 31.283144 ], [ 121.840656, 31.295418 ], [ 121.8037, 31.328652 ], [ 121.801852, 31.356765 ] ] ], [ [ [ 121.626925, 31.445135 ], [ 121.579498, 31.479848 ], [ 121.631853, 31.456878 ], [ 121.626925, 31.445135 ] ] ], [ [ [ 121.943518, 31.215608 ], [ 121.950909, 31.228915 ], [ 122.008808, 31.221238 ], [ 121.995873, 31.160828 ], [ 121.959533, 31.159291 ], [ 121.943518, 31.215608 ] ] ], [ [ [ 121.88254, 31.240684 ], [ 121.923808, 31.234032 ], [ 121.909026, 31.195133 ], [ 121.88254, 31.240684 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "320000", "name": "江苏省", "center": [ 118.767413, 32.041544 ], "centroid": [ 119.486395, 32.983908 ], "childrenNum": 13, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 9, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.311654, 34.561686 ], [ 117.311654, 34.561686 ], [ 117.32151, 34.566614 ], [ 117.32151, 34.566614 ], [ 117.325205, 34.573021 ], [ 117.325205, 34.573021 ], [ 117.362777, 34.589281 ], [ 117.402813, 34.569571 ], [ 117.402813, 34.550843 ], [ 117.465023, 34.484767 ], [ 117.53832, 34.467006 ], [ 117.592523, 34.462566 ], [ 117.609769, 34.490686 ], [ 117.659044, 34.501044 ], [ 117.684298, 34.547392 ], [ 117.801942, 34.518798 ], [ 117.791471, 34.583368 ], [ 117.793935, 34.651827 ], [ 117.902956, 34.644443 ], [ 117.909732, 34.670533 ], [ 117.951615, 34.678408 ], [ 118.053861, 34.650843 ], [ 118.084042, 34.655766 ], [ 118.114839, 34.614404 ], [ 118.079115, 34.569571 ], [ 118.185056, 34.543942 ], [ 118.16473, 34.50499 ], [ 118.132702, 34.483287 ], [ 118.177665, 34.45319 ], [ 118.179513, 34.379628 ], [ 118.217701, 34.379134 ], [ 118.220165, 34.405802 ], [ 118.277447, 34.404814 ], [ 118.290382, 34.424563 ], [ 118.379693, 34.415183 ], [ 118.404947, 34.427525 ], [ 118.416034, 34.473914 ], [ 118.439439, 34.507949 ], [ 118.424657, 34.595193 ], [ 118.439439, 34.626223 ], [ 118.473932, 34.623269 ], [ 118.460997, 34.656258 ], [ 118.545997, 34.705964 ], [ 118.601431, 34.714327 ], [ 118.607591, 34.694155 ], [ 118.664257, 34.693663 ], [ 118.690127, 34.678408 ], [ 118.739402, 34.693663 ], [ 118.783749, 34.723181 ], [ 118.764039, 34.740396 ], [ 118.719076, 34.745313 ], [ 118.739402, 34.792508 ], [ 118.772047, 34.794474 ], [ 118.80038, 34.843114 ], [ 118.805307, 34.87307 ], [ 118.860742, 34.944233 ], [ 118.86259, 35.025626 ], [ 118.928495, 35.051106 ], [ 118.942662, 35.040817 ], [ 119.027045, 35.055516 ], [ 119.114509, 35.055026 ], [ 119.137915, 35.096167 ], [ 119.217371, 35.106939 ], [ 119.250016, 35.124562 ], [ 119.286972, 35.115261 ], [ 119.306066, 35.076578 ], [ 119.292515, 35.068742 ], [ 119.307298, 35.032977 ], [ 119.291899, 35.028567 ], [ 119.285124, 35.068252 ], [ 119.238313, 35.048657 ], [ 119.211211, 34.981507 ], [ 119.214907, 34.925589 ], [ 119.202588, 34.890253 ], [ 119.217371, 34.827886 ], [ 119.238313, 34.799388 ], [ 119.272189, 34.797914 ], [ 119.312841, 34.774813 ], [ 119.378747, 34.764489 ], [ 119.440957, 34.769406 ], [ 119.439725, 34.785136 ], [ 119.497007, 34.754164 ], [ 119.494543, 34.754656 ], [ 119.381827, 34.752198 ], [ 119.456971, 34.748264 ], [ 119.525956, 34.73351 ], [ 119.465594, 34.672994 ], [ 119.569072, 34.615389 ], [ 119.610956, 34.592729 ], [ 119.641137, 34.569078 ], [ 119.781571, 34.515839 ], [ 119.811752, 34.485754 ], [ 119.962657, 34.459112 ], [ 120.103707, 34.391481 ], [ 120.311895, 34.306991 ], [ 120.314359, 34.255563 ], [ 120.347619, 34.179352 ], [ 120.367329, 34.091674 ], [ 120.48559, 33.859411 ], [ 120.500372, 33.818152 ], [ 120.534249, 33.782346 ], [ 120.583524, 33.668362 ], [ 120.651277, 33.57567 ], [ 120.717183, 33.436945 ], [ 120.741205, 33.337505 ], [ 120.769538, 33.307 ], [ 120.813885, 33.303499 ], [ 120.833595, 33.274984 ], [ 120.819429, 33.237951 ], [ 120.843451, 33.209915 ], [ 120.874247, 33.093672 ], [ 120.871784, 33.047032 ], [ 120.917979, 33.02596 ], [ 120.932762, 33.005887 ], [ 120.957399, 32.893395 ], [ 120.981421, 32.85972 ], [ 120.972182, 32.761134 ], [ 120.953088, 32.714318 ], [ 120.916131, 32.701225 ], [ 120.963559, 32.68259 ], [ 120.979573, 32.636236 ], [ 120.961711, 32.612042 ], [ 121.020225, 32.605489 ], [ 121.153268, 32.52933 ], [ 121.269681, 32.483402 ], [ 121.352216, 32.474315 ], [ 121.390405, 32.460682 ], [ 121.425513, 32.430885 ], [ 121.450151, 32.282256 ], [ 121.493882, 32.263533 ], [ 121.499426, 32.211394 ], [ 121.458774, 32.177462 ], [ 121.542542, 32.152132 ], [ 121.525295, 32.136423 ], [ 121.759352, 32.059362 ], [ 121.772287, 32.032984 ], [ 121.856055, 31.955328 ], [ 121.889315, 31.866425 ], [ 121.970004, 31.718911 ], [ 121.974931, 31.61704 ], [ 121.715005, 31.673592 ], [ 121.64294, 31.697527 ], [ 121.599824, 31.703128 ], [ 121.49881, 31.753012 ], [ 121.431673, 31.769295 ], [ 121.384861, 31.833382 ], [ 121.323267, 31.868458 ], [ 121.265369, 31.863883 ], [ 121.200079, 31.834907 ], [ 121.118775, 31.759119 ], [ 121.145261, 31.75403 ], [ 121.289391, 31.61653 ], [ 121.371926, 31.553314 ], [ 121.343593, 31.511996 ], [ 121.301093, 31.49873 ], [ 121.301093, 31.49873 ], [ 121.247507, 31.476785 ], [ 121.240731, 31.493627 ], [ 121.174826, 31.44922 ], [ 121.143413, 31.392021 ], [ 121.113848, 31.37465 ], [ 121.130478, 31.343987 ], [ 121.129862, 31.302577 ], [ 121.160659, 31.283144 ], [ 121.138485, 31.276495 ], [ 121.090442, 31.291838 ], [ 121.060261, 31.245289 ], [ 121.076892, 31.158267 ], [ 121.018377, 31.134194 ], [ 120.930298, 31.141365 ], [ 120.881023, 31.134706 ], [ 120.859465, 31.100379 ], [ 120.890878, 31.094229 ], [ 120.901349, 31.017327 ], [ 120.865624, 30.989627 ], [ 120.820661, 31.006556 ], [ 120.770154, 30.996809 ], [ 120.746132, 30.962432 ], [ 120.698089, 30.970643 ], [ 120.684538, 30.955247 ], [ 120.709176, 30.933176 ], [ 120.713487, 30.88491 ], [ 120.68269, 30.882342 ], [ 120.653741, 30.846896 ], [ 120.589068, 30.854603 ], [ 120.563814, 30.835592 ], [ 120.503452, 30.757967 ], [ 120.489285, 30.763624 ], [ 120.460336, 30.839702 ], [ 120.441858, 30.860768 ], [ 120.435083, 30.920855 ], [ 120.42338, 30.902884 ], [ 120.35809, 30.886964 ], [ 120.371025, 30.948575 ], [ 120.316206, 30.933689 ], [ 120.223816, 30.926502 ], [ 120.149903, 30.937283 ], [ 120.111099, 30.955761 ], [ 120.052584, 31.00553 ], [ 120.001461, 31.027071 ], [ 119.988527, 31.059375 ], [ 119.946027, 31.106016 ], [ 119.921389, 31.170045 ], [ 119.878274, 31.160828 ], [ 119.827151, 31.174142 ], [ 119.809904, 31.148536 ], [ 119.779723, 31.17875 ], [ 119.715666, 31.169533 ], [ 119.705811, 31.152634 ], [ 119.678093, 31.167997 ], [ 119.623891, 31.130096 ], [ 119.599869, 31.10909 ], [ 119.532732, 31.159291 ], [ 119.461283, 31.156219 ], [ 119.439109, 31.177214 ], [ 119.391682, 31.174142 ], [ 119.360269, 31.213049 ], [ 119.374435, 31.258591 ], [ 119.350414, 31.301043 ], [ 119.338095, 31.259103 ], [ 119.294363, 31.263195 ], [ 119.266646, 31.250405 ], [ 119.198277, 31.270357 ], [ 119.197661, 31.295418 ], [ 119.158241, 31.294907 ], [ 119.107118, 31.250917 ], [ 119.10527, 31.235055 ], [ 119.014727, 31.241707 ], [ 118.984546, 31.237102 ], [ 118.870597, 31.242219 ], [ 118.794836, 31.229426 ], [ 118.756648, 31.279564 ], [ 118.726467, 31.282121 ], [ 118.720924, 31.322518 ], [ 118.745561, 31.372606 ], [ 118.767735, 31.363919 ], [ 118.824401, 31.375672 ], [ 118.852119, 31.393553 ], [ 118.883532, 31.500261 ], [ 118.885995, 31.519139 ], [ 118.881684, 31.564023 ], [ 118.858894, 31.623665 ], [ 118.802844, 31.619078 ], [ 118.773894, 31.682759 ], [ 118.748025, 31.675629 ], [ 118.736322, 31.633347 ], [ 118.643315, 31.649651 ], [ 118.643315, 31.671555 ], [ 118.697518, 31.709747 ], [ 118.653786, 31.73011 ], [ 118.641467, 31.75861 ], [ 118.571866, 31.746397 ], [ 118.5577, 31.73011 ], [ 118.521975, 31.743343 ], [ 118.533678, 31.76726 ], [ 118.481939, 31.778453 ], [ 118.504729, 31.841516 ], [ 118.466541, 31.857784 ], [ 118.472084, 31.879639 ], [ 118.363679, 31.930443 ], [ 118.389548, 31.985281 ], [ 118.394476, 32.076098 ], [ 118.433896, 32.086746 ], [ 118.501033, 32.121726 ], [ 118.49549, 32.165304 ], [ 118.510888, 32.194176 ], [ 118.643931, 32.209875 ], [ 118.674728, 32.250375 ], [ 118.657482, 32.30148 ], [ 118.703061, 32.328792 ], [ 118.685199, 32.403604 ], [ 118.691359, 32.472295 ], [ 118.628533, 32.467751 ], [ 118.592192, 32.481383 ], [ 118.608823, 32.536899 ], [ 118.564475, 32.562122 ], [ 118.568787, 32.585825 ], [ 118.59712, 32.600951 ], [ 118.632844, 32.578261 ], [ 118.658714, 32.594397 ], [ 118.688895, 32.588346 ], [ 118.719076, 32.614059 ], [ 118.719076, 32.614059 ], [ 118.73509, 32.58885 ], [ 118.757264, 32.603976 ], [ 118.784981, 32.582295 ], [ 118.820706, 32.60448 ], [ 118.84288, 32.56767 ], [ 118.908169, 32.59238 ], [ 118.890923, 32.553042 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.975923, 32.505108 ], [ 119.041212, 32.515201 ], [ 119.084944, 32.452602 ], [ 119.142226, 32.499556 ], [ 119.168096, 32.536394 ], [ 119.152697, 32.557582 ], [ 119.22045, 32.576748 ], [ 119.230921, 32.607001 ], [ 119.208748, 32.641276 ], [ 119.211827, 32.708275 ], [ 119.184726, 32.825529 ], [ 119.113277, 32.823014 ], [ 119.054763, 32.8748 ], [ 119.020886, 32.955685 ], [ 118.993169, 32.958196 ], [ 118.934039, 32.93861 ], [ 118.892771, 32.941121 ], [ 118.89585, 32.957694 ], [ 118.89585, 32.957694 ], [ 118.849039, 32.956689 ], [ 118.846575, 32.922034 ], [ 118.821322, 32.920527 ], [ 118.810235, 32.853687 ], [ 118.743097, 32.853184 ], [ 118.743097, 32.853184 ], [ 118.73817, 32.772708 ], [ 118.756648, 32.737477 ], [ 118.707373, 32.72036 ], [ 118.642699, 32.744525 ], [ 118.572482, 32.719856 ], [ 118.560163, 32.729926 ], [ 118.483787, 32.721367 ], [ 118.450526, 32.743518 ], [ 118.411106, 32.715828 ], [ 118.375382, 32.718849 ], [ 118.363063, 32.770695 ], [ 118.334114, 32.761637 ], [ 118.300237, 32.783275 ], [ 118.301469, 32.846145 ], [ 118.250346, 32.848157 ], [ 118.2331, 32.914498 ], [ 118.252194, 32.936601 ], [ 118.291614, 32.946143 ], [ 118.303933, 32.96874 ], [ 118.26944, 32.969242 ], [ 118.244803, 32.998359 ], [ 118.243571, 33.027967 ], [ 118.219549, 33.114227 ], [ 118.217085, 33.191888 ], [ 118.178281, 33.217926 ], [ 118.149332, 33.169348 ], [ 118.038463, 33.134776 ], [ 118.037231, 33.152314 ], [ 117.988572, 33.180869 ], [ 117.977485, 33.226437 ], [ 117.942376, 33.224936 ], [ 117.939297, 33.262475 ], [ 117.974405, 33.279487 ], [ 117.992883, 33.333005 ], [ 118.029224, 33.374995 ], [ 118.016905, 33.402978 ], [ 118.027376, 33.455421 ], [ 118.050782, 33.491863 ], [ 118.107448, 33.475391 ], [ 118.117919, 33.594615 ], [ 118.112376, 33.617045 ], [ 118.16781, 33.663381 ], [ 118.161035, 33.735576 ], [ 118.117919, 33.766427 ], [ 118.065564, 33.76593 ], [ 118.019985, 33.738562 ], [ 117.972557, 33.74951 ], [ 117.901724, 33.720146 ], [ 117.843826, 33.736074 ], [ 117.791471, 33.733585 ], [ 117.750203, 33.710688 ], [ 117.72495, 33.74951 ], [ 117.739732, 33.758467 ], [ 117.759442, 33.874318 ], [ 117.753899, 33.891211 ], [ 117.715095, 33.879287 ], [ 117.672595, 33.934916 ], [ 117.671363, 33.992494 ], [ 117.629479, 34.028708 ], [ 117.612849, 34.000433 ], [ 117.569117, 33.985051 ], [ 117.543248, 34.038627 ], [ 117.514914, 34.060941 ], [ 117.435458, 34.028212 ], [ 117.404045, 34.03218 ], [ 117.357234, 34.088205 ], [ 117.311654, 34.067882 ], [ 117.277162, 34.078787 ], [ 117.257452, 34.065899 ], [ 117.192162, 34.068873 ], [ 117.130568, 34.101586 ], [ 117.123793, 34.128342 ], [ 117.046801, 34.151622 ], [ 117.025243, 34.167469 ], [ 117.051112, 34.221425 ], [ 116.969192, 34.283753 ], [ 116.983359, 34.348011 ], [ 116.960569, 34.363821 ], [ 116.969192, 34.389012 ], [ 116.909446, 34.408271 ], [ 116.828142, 34.389012 ], [ 116.782563, 34.429993 ], [ 116.773939, 34.453683 ], [ 116.722816, 34.472434 ], [ 116.662454, 34.472927 ], [ 116.592237, 34.493646 ], [ 116.594085, 34.511894 ], [ 116.490607, 34.573513 ], [ 116.477057, 34.614896 ], [ 116.432709, 34.630163 ], [ 116.430245, 34.650843 ], [ 116.374195, 34.640011 ], [ 116.392057, 34.710391 ], [ 116.363724, 34.715311 ], [ 116.369267, 34.749247 ], [ 116.403144, 34.756131 ], [ 116.408071, 34.850972 ], [ 116.445028, 34.895652 ], [ 116.557745, 34.908905 ], [ 116.613795, 34.922645 ], [ 116.622418, 34.939818 ], [ 116.677853, 34.939327 ], [ 116.781331, 34.916757 ], [ 116.781947, 34.961891 ], [ 116.809048, 34.968757 ], [ 116.821983, 34.929515 ], [ 116.858323, 34.928533 ], [ 116.922381, 34.894671 ], [ 116.929156, 34.843114 ], [ 116.966113, 34.844588 ], [ 116.979047, 34.815113 ], [ 116.95133, 34.81069 ], [ 116.969192, 34.771864 ], [ 117.022163, 34.759081 ], [ 117.070206, 34.713835 ], [ 117.061583, 34.675947 ], [ 117.073286, 34.639026 ], [ 117.104083, 34.648874 ], [ 117.15151, 34.559222 ], [ 117.139191, 34.526687 ], [ 117.166293, 34.434435 ], [ 117.248213, 34.451216 ], [ 117.252524, 34.48674 ], [ 117.27285, 34.499565 ], [ 117.267307, 34.528659 ], [ 117.311654, 34.561686 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "330000", "name": "浙江省", "center": [ 120.153576, 30.287459 ], "centroid": [ 120.109921, 29.181449 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 10, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118.433896, 28.288335 ], [ 118.480091, 28.327325 ], [ 118.455454, 28.384204 ], [ 118.432048, 28.402104 ], [ 118.456686, 28.424738 ], [ 118.474548, 28.478934 ], [ 118.414802, 28.497344 ], [ 118.4302, 28.515225 ], [ 118.412338, 28.55676 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.681267 ], [ 118.403099, 28.702791 ], [ 118.364295, 28.813491 ], [ 118.300237, 28.826075 ], [ 118.270056, 28.918836 ], [ 118.195527, 28.904167 ], [ 118.227556, 28.942406 ], [ 118.165346, 28.986912 ], [ 118.133933, 28.983771 ], [ 118.115455, 29.009944 ], [ 118.115455, 29.009944 ], [ 118.097593, 28.998952 ], [ 118.066796, 29.053898 ], [ 118.076035, 29.074822 ], [ 118.037847, 29.102017 ], [ 118.045238, 29.149068 ], [ 118.027992, 29.167882 ], [ 118.042159, 29.210202 ], [ 118.073571, 29.216993 ], [ 118.077883, 29.290614 ], [ 118.138861, 29.283828 ], [ 118.178281, 29.297921 ], [ 118.166578, 29.314099 ], [ 118.205382, 29.343839 ], [ 118.193064, 29.395472 ], [ 118.248498, 29.431443 ], [ 118.316252, 29.422581 ], [ 118.306396, 29.479384 ], [ 118.329802, 29.495012 ], [ 118.347664, 29.474174 ], [ 118.381541, 29.504909 ], [ 118.496106, 29.519492 ], [ 118.500417, 29.57572 ], [ 118.532446, 29.588731 ], [ 118.573714, 29.638159 ], [ 118.61991, 29.654282 ], [ 118.647011, 29.64336 ], [ 118.700598, 29.706277 ], [ 118.744945, 29.73902 ], [ 118.740634, 29.814859 ], [ 118.841032, 29.891159 ], [ 118.838568, 29.934733 ], [ 118.894619, 29.937845 ], [ 118.902626, 30.029078 ], [ 118.878604, 30.064822 ], [ 118.873677, 30.11505 ], [ 118.895234, 30.148694 ], [ 118.852119, 30.149729 ], [ 118.852735, 30.166805 ], [ 118.929727, 30.2025 ], [ 118.905089, 30.216464 ], [ 118.877988, 30.282637 ], [ 118.880452, 30.31519 ], [ 118.954365, 30.360126 ], [ 118.988857, 30.332237 ], [ 119.06277, 30.304856 ], [ 119.091719, 30.323972 ], [ 119.126828, 30.304856 ], [ 119.201356, 30.290905 ], [ 119.236465, 30.297106 ], [ 119.246936, 30.341018 ], [ 119.277117, 30.341018 ], [ 119.326392, 30.372002 ], [ 119.349182, 30.349281 ], [ 119.402768, 30.374584 ], [ 119.36766, 30.38491 ], [ 119.335015, 30.448389 ], [ 119.336247, 30.508734 ], [ 119.326392, 30.532964 ], [ 119.272189, 30.510281 ], [ 119.237081, 30.546881 ], [ 119.265414, 30.574709 ], [ 119.238929, 30.609225 ], [ 119.323312, 30.630341 ], [ 119.343022, 30.664322 ], [ 119.39045, 30.685941 ], [ 119.408312, 30.645274 ], [ 119.444652, 30.650422 ], [ 119.482841, 30.704467 ], [ 119.479761, 30.772365 ], [ 119.527188, 30.77905 ], [ 119.55429, 30.825828 ], [ 119.575847, 30.829939 ], [ 119.557369, 30.874124 ], [ 119.563529, 30.919315 ], [ 119.582007, 30.932149 ], [ 119.580159, 30.967051 ], [ 119.633746, 31.019379 ], [ 119.629434, 31.085517 ], [ 119.649144, 31.104991 ], [ 119.623891, 31.130096 ], [ 119.678093, 31.167997 ], [ 119.705811, 31.152634 ], [ 119.715666, 31.169533 ], [ 119.779723, 31.17875 ], [ 119.809904, 31.148536 ], [ 119.827151, 31.174142 ], [ 119.878274, 31.160828 ], [ 119.921389, 31.170045 ], [ 119.946027, 31.106016 ], [ 119.988527, 31.059375 ], [ 120.001461, 31.027071 ], [ 120.052584, 31.00553 ], [ 120.111099, 30.955761 ], [ 120.149903, 30.937283 ], [ 120.223816, 30.926502 ], [ 120.316206, 30.933689 ], [ 120.371025, 30.948575 ], [ 120.35809, 30.886964 ], [ 120.42338, 30.902884 ], [ 120.435083, 30.920855 ], [ 120.441858, 30.860768 ], [ 120.460336, 30.839702 ], [ 120.489285, 30.763624 ], [ 120.503452, 30.757967 ], [ 120.563814, 30.835592 ], [ 120.589068, 30.854603 ], [ 120.653741, 30.846896 ], [ 120.68269, 30.882342 ], [ 120.713487, 30.88491 ], [ 120.709176, 30.933176 ], [ 120.684538, 30.955247 ], [ 120.698089, 30.970643 ], [ 120.746132, 30.962432 ], [ 120.770154, 30.996809 ], [ 120.820661, 31.006556 ], [ 120.865624, 30.989627 ], [ 120.901349, 31.017327 ], [ 120.940153, 31.010146 ], [ 120.949392, 31.030148 ], [ 120.989428, 31.01425 ], [ 121.000515, 30.938309 ], [ 120.993124, 30.889532 ], [ 121.020225, 30.872069 ], [ 120.991892, 30.837133 ], [ 121.038087, 30.814007 ], [ 121.060261, 30.845354 ], [ 121.097833, 30.857171 ], [ 121.13787, 30.826342 ], [ 121.123087, 30.77905 ], [ 121.174826, 30.771851 ], [ 121.21671, 30.785734 ], [ 121.232108, 30.755909 ], [ 121.272144, 30.723504 ], [ 121.274608, 30.677191 ], [ 121.239499, 30.648878 ], [ 121.188992, 30.632916 ], [ 121.148956, 30.599953 ], [ 121.058413, 30.563888 ], [ 121.092906, 30.515952 ], [ 121.183449, 30.434458 ], [ 121.225333, 30.404526 ], [ 121.328195, 30.397299 ], [ 121.371926, 30.37097 ], [ 121.395332, 30.338435 ], [ 121.497578, 30.258861 ], [ 121.561636, 30.184395 ], [ 121.635548, 30.070002 ], [ 121.652795, 30.071037 ], [ 121.699606, 30.007832 ], [ 121.721164, 29.992802 ], [ 121.78399, 29.99332 ], [ 121.835113, 29.958068 ], [ 121.919497, 29.920729 ], [ 121.971235, 29.955476 ], [ 122.00388, 29.92021 ], [ 122.00696, 29.891678 ], [ 122.140003, 29.901535 ], [ 122.143082, 29.877668 ], [ 122.10243, 29.859504 ], [ 122.043916, 29.822647 ], [ 122.003264, 29.762401 ], [ 121.937359, 29.748373 ], [ 121.833265, 29.653242 ], [ 121.872685, 29.632437 ], [ 121.909641, 29.650122 ], [ 121.966308, 29.636078 ], [ 122.000185, 29.582486 ], [ 121.995257, 29.545007 ], [ 121.968772, 29.515846 ], [ 121.973083, 29.477821 ], [ 121.993409, 29.45229 ], [ 121.975547, 29.411113 ], [ 121.937975, 29.384 ], [ 121.936127, 29.348012 ], [ 121.958301, 29.334448 ], [ 121.94475, 29.28435 ], [ 122.000185, 29.278608 ], [ 122.002032, 29.260336 ], [ 121.966924, 29.249894 ], [ 121.971851, 29.193485 ], [ 121.948446, 29.193485 ], [ 121.986634, 29.154817 ], [ 121.988482, 29.110906 ], [ 121.970004, 29.092604 ], [ 121.966308, 29.052852 ], [ 121.884388, 29.105677 ], [ 121.85975, 29.086328 ], [ 121.811091, 29.10986 ], [ 121.780294, 29.10986 ], [ 121.767975, 29.166837 ], [ 121.750113, 29.136523 ], [ 121.715621, 29.125022 ], [ 121.608447, 29.168927 ], [ 121.616454, 29.143318 ], [ 121.660186, 29.118226 ], [ 121.658954, 29.058606 ], [ 121.712541, 29.028783 ], [ 121.711309, 28.985865 ], [ 121.743338, 28.954451 ], [ 121.772287, 28.898404 ], [ 121.774751, 28.863818 ], [ 121.687287, 28.863294 ], [ 121.704534, 28.804577 ], [ 121.689135, 28.719062 ], [ 121.646019, 28.682842 ], [ 121.540694, 28.655537 ], [ 121.557324, 28.645033 ], [ 121.596128, 28.575156 ], [ 121.634317, 28.562542 ], [ 121.646019, 28.511544 ], [ 121.671273, 28.472621 ], [ 121.692831, 28.407368 ], [ 121.658954, 28.392628 ], [ 121.634317, 28.347868 ], [ 121.660186, 28.355768 ], [ 121.669425, 28.33312 ], [ 121.627541, 28.251966 ], [ 121.580114, 28.240368 ], [ 121.571491, 28.279376 ], [ 121.538846, 28.299401 ], [ 121.488955, 28.301509 ], [ 121.45631, 28.250385 ], [ 121.402107, 28.197127 ], [ 121.373774, 28.133287 ], [ 121.328195, 28.134343 ], [ 121.299862, 28.067297 ], [ 121.261057, 28.034551 ], [ 121.176058, 28.022401 ], [ 121.140949, 28.031382 ], [ 121.121239, 28.12537 ], [ 121.108304, 28.139092 ], [ 121.059029, 28.096338 ], [ 121.015298, 27.981714 ], [ 120.991892, 27.95 ], [ 121.05595, 27.900294 ], [ 121.099681, 27.895005 ], [ 121.162507, 27.90717 ], [ 121.162507, 27.879136 ], [ 121.193304, 27.872259 ], [ 121.192072, 27.822518 ], [ 121.152652, 27.810344 ], [ 121.153268, 27.809815 ], [ 121.149572, 27.801875 ], [ 121.149572, 27.801345 ], [ 121.13479, 27.787051 ], [ 121.134174, 27.787051 ], [ 121.152036, 27.815638 ], [ 121.107688, 27.81352 ], [ 121.070116, 27.834162 ], [ 121.027616, 27.832574 ], [ 120.97403, 27.887071 ], [ 120.942001, 27.896592 ], [ 120.910588, 27.864852 ], [ 120.840371, 27.758986 ], [ 120.797871, 27.779638 ], [ 120.760915, 27.717671 ], [ 120.709176, 27.682699 ], [ 120.685154, 27.622797 ], [ 120.634647, 27.577186 ], [ 120.637111, 27.561271 ], [ 120.703016, 27.478475 ], [ 120.673451, 27.420055 ], [ 120.665444, 27.357884 ], [ 120.580444, 27.321203 ], [ 120.554575, 27.25206 ], [ 120.574901, 27.234501 ], [ 120.545952, 27.156785 ], [ 120.492365, 27.136016 ], [ 120.461568, 27.142407 ], [ 120.404286, 27.204166 ], [ 120.401822, 27.250996 ], [ 120.430155, 27.258976 ], [ 120.343924, 27.363199 ], [ 120.340844, 27.399867 ], [ 120.273091, 27.38924 ], [ 120.26262, 27.432804 ], [ 120.221352, 27.420055 ], [ 120.134504, 27.420055 ], [ 120.136968, 27.402523 ], [ 120.096316, 27.390302 ], [ 120.052584, 27.338747 ], [ 120.026099, 27.344063 ], [ 120.008237, 27.375423 ], [ 119.960194, 27.365857 ], [ 119.938636, 27.329709 ], [ 119.843165, 27.300464 ], [ 119.768636, 27.307909 ], [ 119.782187, 27.330241 ], [ 119.739687, 27.362668 ], [ 119.750774, 27.373829 ], [ 119.711354, 27.403054 ], [ 119.685485, 27.438646 ], [ 119.703347, 27.446613 ], [ 119.70889, 27.514042 ], [ 119.690412, 27.537394 ], [ 119.659615, 27.540578 ], [ 119.675014, 27.574534 ], [ 119.630666, 27.582491 ], [ 119.626354, 27.620676 ], [ 119.644217, 27.663619 ], [ 119.606028, 27.674749 ], [ 119.541971, 27.666799 ], [ 119.501319, 27.649837 ], [ 119.501935, 27.610601 ], [ 119.466826, 27.526249 ], [ 119.438493, 27.508734 ], [ 119.416935, 27.539517 ], [ 119.360269, 27.524657 ], [ 119.334399, 27.480067 ], [ 119.285124, 27.457766 ], [ 119.26911, 27.42218 ], [ 119.224146, 27.416868 ], [ 119.14777, 27.424836 ], [ 119.121284, 27.438115 ], [ 119.129907, 27.475289 ], [ 119.092335, 27.466262 ], [ 119.03998, 27.478475 ], [ 119.020886, 27.498118 ], [ 118.983314, 27.498649 ], [ 118.986393, 27.47582 ], [ 118.955597, 27.4498 ], [ 118.907553, 27.460952 ], [ 118.869365, 27.540047 ], [ 118.909401, 27.568168 ], [ 118.913713, 27.619616 ], [ 118.879836, 27.667859 ], [ 118.873677, 27.733563 ], [ 118.829329, 27.847921 ], [ 118.818242, 27.916689 ], [ 118.753568, 27.947885 ], [ 118.730163, 27.970615 ], [ 118.733858, 28.027684 ], [ 118.719076, 28.063601 ], [ 118.767735, 28.10584 ], [ 118.802228, 28.117453 ], [ 118.805923, 28.154923 ], [ 118.771431, 28.188687 ], [ 118.804075, 28.207675 ], [ 118.802228, 28.240368 ], [ 118.756032, 28.252493 ], [ 118.719692, 28.312047 ], [ 118.699366, 28.309939 ], [ 118.674728, 28.27147 ], [ 118.651322, 28.277267 ], [ 118.595272, 28.258292 ], [ 118.588497, 28.282538 ], [ 118.493026, 28.262509 ], [ 118.490562, 28.238259 ], [ 118.444367, 28.253548 ], [ 118.433896, 28.288335 ] ] ], [ [ [ 122.163408, 29.988137 ], [ 122.118445, 29.986582 ], [ 122.106742, 30.005759 ], [ 122.027902, 29.991247 ], [ 121.978011, 30.059125 ], [ 121.989714, 30.077252 ], [ 121.983554, 30.100554 ], [ 121.934895, 30.161631 ], [ 121.955221, 30.183878 ], [ 122.048844, 30.147141 ], [ 122.095655, 30.158008 ], [ 122.152938, 30.113497 ], [ 122.293988, 30.100554 ], [ 122.288444, 30.073109 ], [ 122.310002, 30.039958 ], [ 122.343879, 30.020269 ], [ 122.341415, 29.976733 ], [ 122.322321, 29.940438 ], [ 122.279205, 29.937326 ], [ 122.239785, 29.962735 ], [ 122.163408, 29.988137 ] ] ], [ [ [ 122.213915, 30.186464 ], [ 122.168336, 30.138343 ], [ 122.143698, 30.163183 ], [ 122.152938, 30.19112 ], [ 122.178807, 30.199396 ], [ 122.213915, 30.186464 ] ] ], [ [ [ 122.229314, 29.711995 ], [ 122.231162, 29.710435 ], [ 122.269966, 29.685482 ], [ 122.210836, 29.700559 ], [ 122.229314, 29.711995 ] ] ], [ [ [ 122.427646, 30.738422 ], [ 122.445509, 30.745109 ], [ 122.475074, 30.714243 ], [ 122.528045, 30.725047 ], [ 122.532972, 30.696748 ], [ 122.427031, 30.697777 ], [ 122.427646, 30.738422 ] ] ], [ [ [ 122.162793, 30.329654 ], [ 122.176343, 30.351863 ], [ 122.191126, 30.329654 ], [ 122.228082, 30.329654 ], [ 122.247176, 30.30124 ], [ 122.231778, 30.234562 ], [ 122.154169, 30.244903 ], [ 122.058083, 30.291938 ], [ 122.162793, 30.329654 ] ] ], [ [ [ 122.317393, 30.249556 ], [ 122.333408, 30.272817 ], [ 122.40732, 30.272817 ], [ 122.417175, 30.238699 ], [ 122.365437, 30.255242 ], [ 122.358661, 30.236113 ], [ 122.277973, 30.242835 ], [ 122.317393, 30.249556 ] ] ], [ [ [ 122.026054, 29.178333 ], [ 122.036525, 29.20759 ], [ 122.075945, 29.176243 ], [ 122.056851, 29.158476 ], [ 122.013119, 29.151681 ], [ 122.026054, 29.178333 ] ] ], [ [ [ 122.372212, 29.893234 ], [ 122.362973, 29.894272 ], [ 122.353734, 29.89946 ], [ 122.338951, 29.911911 ], [ 122.330944, 29.937845 ], [ 122.351886, 29.959105 ], [ 122.398081, 29.9394 ], [ 122.411632, 29.951846 ], [ 122.43319, 29.919173 ], [ 122.433806, 29.883376 ], [ 122.401777, 29.869884 ], [ 122.415944, 29.828877 ], [ 122.386379, 29.834069 ], [ 122.372212, 29.893234 ] ] ], [ [ [ 122.43011, 30.408655 ], [ 122.352502, 30.422074 ], [ 122.318625, 30.407106 ], [ 122.281669, 30.418461 ], [ 122.277973, 30.471603 ], [ 122.37406, 30.461802 ], [ 122.432574, 30.445294 ], [ 122.43011, 30.408655 ] ] ], [ [ [ 121.837577, 28.770484 ], [ 121.861598, 28.814016 ], [ 121.86283, 28.782024 ], [ 121.837577, 28.770484 ] ] ], [ [ [ 122.265038, 29.84549 ], [ 122.319241, 29.829397 ], [ 122.299531, 29.819532 ], [ 122.325401, 29.781621 ], [ 122.310002, 29.766557 ], [ 122.248408, 29.804473 ], [ 122.221307, 29.832512 ], [ 122.265038, 29.84549 ] ] ], [ [ [ 121.790765, 29.082144 ], [ 121.82033, 29.099402 ], [ 121.84312, 29.082144 ], [ 121.832649, 29.050236 ], [ 121.790765, 29.082144 ] ] ], [ [ [ 121.943518, 30.776993 ], [ 121.970004, 30.789333 ], [ 121.987866, 30.753338 ], [ 121.992793, 30.695204 ], [ 122.011271, 30.66947 ], [ 122.075329, 30.647848 ], [ 122.133227, 30.595317 ], [ 122.087032, 30.602014 ], [ 121.997105, 30.658659 ], [ 121.968156, 30.688514 ], [ 121.943518, 30.776993 ] ] ], [ [ [ 121.889315, 28.471569 ], [ 121.881924, 28.502603 ], [ 121.918881, 28.497344 ], [ 121.889315, 28.471569 ] ] ], [ [ [ 122.182503, 29.650642 ], [ 122.138155, 29.662083 ], [ 122.095655, 29.716673 ], [ 122.074097, 29.701599 ], [ 122.047612, 29.719791 ], [ 122.083952, 29.78318 ], [ 122.13138, 29.788893 ], [ 122.146778, 29.749412 ], [ 122.200365, 29.712515 ], [ 122.211452, 29.692241 ], [ 122.182503, 29.650642 ] ] ], [ [ [ 122.461523, 29.944068 ], [ 122.459059, 29.938882 ], [ 122.467067, 29.928509 ], [ 122.462755, 29.927991 ], [ 122.457827, 29.927472 ], [ 122.45598, 29.926435 ], [ 122.452284, 29.935252 ], [ 122.4529, 29.936807 ], [ 122.449204, 29.9394 ], [ 122.450436, 29.940956 ], [ 122.451052, 29.940956 ], [ 122.451668, 29.943031 ], [ 122.460291, 29.947179 ], [ 122.459675, 29.944586 ], [ 122.461523, 29.944068 ] ] ], [ [ [ 122.570544, 30.644244 ], [ 122.546523, 30.651967 ], [ 122.559457, 30.679764 ], [ 122.570544, 30.644244 ] ] ], [ [ [ 121.869605, 28.423685 ], [ 121.889931, 28.45105 ], [ 121.910873, 28.44 ], [ 121.869605, 28.423685 ] ] ], [ [ [ 122.391306, 29.970512 ], [ 122.3679, 29.980361 ], [ 122.378371, 30.023896 ], [ 122.411632, 30.025969 ], [ 122.391306, 29.970512 ] ] ], [ [ [ 122.065474, 30.179739 ], [ 122.025438, 30.161631 ], [ 122.017431, 30.186464 ], [ 122.055619, 30.200431 ], [ 122.065474, 30.179739 ] ] ], [ [ [ 121.850511, 29.977251 ], [ 121.844968, 29.982953 ], [ 121.84004, 30.047211 ], [ 121.848663, 30.101072 ], [ 121.88562, 30.094859 ], [ 121.924424, 30.052391 ], [ 121.933047, 29.994875 ], [ 121.874533, 29.964809 ], [ 121.850511, 29.977251 ] ] ], [ [ [ 121.066421, 27.478475 ], [ 121.067036, 27.478475 ], [ 121.107073, 27.443958 ], [ 121.066421, 27.461483 ], [ 121.066421, 27.478475 ] ] ], [ [ [ 121.952141, 29.187738 ], [ 121.976779, 29.191918 ], [ 121.979243, 29.160043 ], [ 121.952141, 29.187738 ] ] ], [ [ [ 122.038373, 29.759284 ], [ 122.02975, 29.716673 ], [ 122.011271, 29.746294 ], [ 122.038373, 29.759284 ] ] ], [ [ [ 121.957685, 30.287804 ], [ 121.921344, 30.30744 ], [ 121.94167, 30.33327 ], [ 121.989098, 30.339985 ], [ 122.0008, 30.308473 ], [ 121.957685, 30.287804 ] ] ], [ [ [ 121.940438, 30.114533 ], [ 121.962612, 30.106249 ], [ 121.945982, 30.064304 ], [ 121.910257, 30.089163 ], [ 121.940438, 30.114533 ] ] ], [ [ [ 122.155401, 29.970512 ], [ 122.154169, 29.97103 ], [ 122.152322, 29.97103 ], [ 122.163408, 29.988137 ], [ 122.196053, 29.960661 ], [ 122.155401, 29.970512 ] ] ], [ [ [ 122.287828, 29.723949 ], [ 122.251488, 29.731225 ], [ 122.2133, 29.771752 ], [ 122.241633, 29.784738 ], [ 122.258263, 29.753569 ], [ 122.301379, 29.748373 ], [ 122.287828, 29.723949 ] ] ], [ [ [ 121.134174, 27.787051 ], [ 121.13479, 27.787051 ], [ 121.134174, 27.785992 ], [ 121.134174, 27.787051 ] ] ], [ [ [ 122.264423, 30.269716 ], [ 122.300147, 30.271266 ], [ 122.315545, 30.250073 ], [ 122.253952, 30.237147 ], [ 122.264423, 30.269716 ] ] ], [ [ [ 122.282901, 29.860542 ], [ 122.301379, 29.883895 ], [ 122.343263, 29.882857 ], [ 122.343263, 29.860542 ], [ 122.30877, 29.849642 ], [ 122.282901, 29.860542 ] ] ], [ [ [ 122.781196, 30.694175 ], [ 122.757174, 30.713728 ], [ 122.778732, 30.729677 ], [ 122.799674, 30.716301 ], [ 122.781196, 30.694175 ] ] ], [ [ [ 121.098449, 27.937311 ], [ 121.038087, 27.948942 ], [ 121.0695, 27.984357 ], [ 121.120623, 27.986471 ], [ 121.152652, 27.961629 ], [ 121.098449, 27.937311 ] ] ], [ [ [ 121.185913, 27.963215 ], [ 121.17113, 27.978543 ], [ 121.197616, 28.000739 ], [ 121.237652, 27.988056 ], [ 121.185913, 27.963215 ] ] ], [ [ [ 122.454132, 29.956513 ], [ 122.455364, 29.955994 ], [ 122.458443, 29.951846 ], [ 122.459059, 29.950809 ], [ 122.447972, 29.947698 ], [ 122.446741, 29.951327 ], [ 122.445509, 29.952365 ], [ 122.447972, 29.955994 ], [ 122.454132, 29.956513 ] ] ], [ [ [ 122.836014, 30.698806 ], [ 122.807681, 30.714243 ], [ 122.831087, 30.728648 ], [ 122.836014, 30.698806 ] ] ], [ [ [ 122.200365, 29.969475 ], [ 122.239785, 29.960142 ], [ 122.273662, 29.93214 ], [ 122.233626, 29.946661 ], [ 122.200365, 29.969475 ] ] ], [ [ [ 122.029134, 29.954957 ], [ 122.058699, 29.955994 ], [ 122.043916, 29.930584 ], [ 122.029134, 29.954957 ] ] ], [ [ [ 121.044247, 27.979072 ], [ 121.073812, 28.007608 ], [ 121.089826, 27.998625 ], [ 121.044247, 27.979072 ] ] ], [ [ [ 122.471378, 29.927472 ], [ 122.47261, 29.927472 ], [ 122.473226, 29.925397 ], [ 122.470762, 29.925916 ], [ 122.471378, 29.927472 ] ] ], [ [ [ 122.152322, 29.97103 ], [ 122.154169, 29.97103 ], [ 122.155401, 29.970512 ], [ 122.152322, 29.97103 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "340000", "name": "安徽省", "center": [ 117.283042, 31.86119 ], "centroid": [ 117.226862, 31.849273 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 11, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116.599629, 34.014324 ], [ 116.599629, 34.014324 ], [ 116.576223, 34.068873 ], [ 116.576223, 34.068873 ], [ 116.52818, 34.122892 ], [ 116.536187, 34.151127 ], [ 116.565752, 34.16945 ], [ 116.542962, 34.203608 ], [ 116.545426, 34.241711 ], [ 116.582382, 34.266444 ], [ 116.562056, 34.285731 ], [ 116.516477, 34.296114 ], [ 116.456731, 34.268917 ], [ 116.409303, 34.273863 ], [ 116.409303, 34.273863 ], [ 116.372347, 34.26595 ], [ 116.363724, 34.316877 ], [ 116.301514, 34.342082 ], [ 116.255934, 34.376665 ], [ 116.213435, 34.382098 ], [ 116.215898, 34.403333 ], [ 116.178942, 34.430487 ], [ 116.162312, 34.459605 ], [ 116.178326, 34.496112 ], [ 116.204196, 34.508442 ], [ 116.191261, 34.535561 ], [ 116.196804, 34.575977 ], [ 116.247927, 34.551829 ], [ 116.286116, 34.608986 ], [ 116.32492, 34.601104 ], [ 116.334159, 34.620806 ], [ 116.374195, 34.640011 ], [ 116.430245, 34.650843 ], [ 116.432709, 34.630163 ], [ 116.477057, 34.614896 ], [ 116.490607, 34.573513 ], [ 116.594085, 34.511894 ], [ 116.592237, 34.493646 ], [ 116.662454, 34.472927 ], [ 116.722816, 34.472434 ], [ 116.773939, 34.453683 ], [ 116.782563, 34.429993 ], [ 116.828142, 34.389012 ], [ 116.909446, 34.408271 ], [ 116.969192, 34.389012 ], [ 116.960569, 34.363821 ], [ 116.983359, 34.348011 ], [ 116.969192, 34.283753 ], [ 117.051112, 34.221425 ], [ 117.025243, 34.167469 ], [ 117.046801, 34.151622 ], [ 117.123793, 34.128342 ], [ 117.130568, 34.101586 ], [ 117.192162, 34.068873 ], [ 117.257452, 34.065899 ], [ 117.277162, 34.078787 ], [ 117.311654, 34.067882 ], [ 117.357234, 34.088205 ], [ 117.404045, 34.03218 ], [ 117.435458, 34.028212 ], [ 117.514914, 34.060941 ], [ 117.543248, 34.038627 ], [ 117.569117, 33.985051 ], [ 117.612849, 34.000433 ], [ 117.629479, 34.028708 ], [ 117.671363, 33.992494 ], [ 117.672595, 33.934916 ], [ 117.715095, 33.879287 ], [ 117.753899, 33.891211 ], [ 117.759442, 33.874318 ], [ 117.739732, 33.758467 ], [ 117.72495, 33.74951 ], [ 117.750203, 33.710688 ], [ 117.791471, 33.733585 ], [ 117.843826, 33.736074 ], [ 117.901724, 33.720146 ], [ 117.972557, 33.74951 ], [ 118.019985, 33.738562 ], [ 118.065564, 33.76593 ], [ 118.117919, 33.766427 ], [ 118.161035, 33.735576 ], [ 118.16781, 33.663381 ], [ 118.112376, 33.617045 ], [ 118.117919, 33.594615 ], [ 118.107448, 33.475391 ], [ 118.050782, 33.491863 ], [ 118.027376, 33.455421 ], [ 118.016905, 33.402978 ], [ 118.029224, 33.374995 ], [ 117.992883, 33.333005 ], [ 117.974405, 33.279487 ], [ 117.939297, 33.262475 ], [ 117.942376, 33.224936 ], [ 117.977485, 33.226437 ], [ 117.988572, 33.180869 ], [ 118.037231, 33.152314 ], [ 118.038463, 33.134776 ], [ 118.149332, 33.169348 ], [ 118.178281, 33.217926 ], [ 118.217085, 33.191888 ], [ 118.219549, 33.114227 ], [ 118.243571, 33.027967 ], [ 118.244803, 32.998359 ], [ 118.26944, 32.969242 ], [ 118.303933, 32.96874 ], [ 118.291614, 32.946143 ], [ 118.252194, 32.936601 ], [ 118.2331, 32.914498 ], [ 118.250346, 32.848157 ], [ 118.301469, 32.846145 ], [ 118.300237, 32.783275 ], [ 118.334114, 32.761637 ], [ 118.363063, 32.770695 ], [ 118.375382, 32.718849 ], [ 118.411106, 32.715828 ], [ 118.450526, 32.743518 ], [ 118.483787, 32.721367 ], [ 118.560163, 32.729926 ], [ 118.572482, 32.719856 ], [ 118.642699, 32.744525 ], [ 118.707373, 32.72036 ], [ 118.756648, 32.737477 ], [ 118.73817, 32.772708 ], [ 118.743097, 32.853184 ], [ 118.743097, 32.853184 ], [ 118.810235, 32.853687 ], [ 118.821322, 32.920527 ], [ 118.846575, 32.922034 ], [ 118.849039, 32.956689 ], [ 118.89585, 32.957694 ], [ 118.89585, 32.957694 ], [ 118.892771, 32.941121 ], [ 118.934039, 32.93861 ], [ 118.993169, 32.958196 ], [ 119.020886, 32.955685 ], [ 119.054763, 32.8748 ], [ 119.113277, 32.823014 ], [ 119.184726, 32.825529 ], [ 119.211827, 32.708275 ], [ 119.208748, 32.641276 ], [ 119.230921, 32.607001 ], [ 119.22045, 32.576748 ], [ 119.152697, 32.557582 ], [ 119.168096, 32.536394 ], [ 119.142226, 32.499556 ], [ 119.084944, 32.452602 ], [ 119.041212, 32.515201 ], [ 118.975923, 32.505108 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.922336, 32.557078 ], [ 118.92172, 32.557078 ], [ 118.890923, 32.553042 ], [ 118.908169, 32.59238 ], [ 118.84288, 32.56767 ], [ 118.820706, 32.60448 ], [ 118.784981, 32.582295 ], [ 118.757264, 32.603976 ], [ 118.73509, 32.58885 ], [ 118.719076, 32.614059 ], [ 118.719076, 32.614059 ], [ 118.688895, 32.588346 ], [ 118.658714, 32.594397 ], [ 118.632844, 32.578261 ], [ 118.59712, 32.600951 ], [ 118.568787, 32.585825 ], [ 118.564475, 32.562122 ], [ 118.608823, 32.536899 ], [ 118.592192, 32.481383 ], [ 118.628533, 32.467751 ], [ 118.691359, 32.472295 ], [ 118.685199, 32.403604 ], [ 118.703061, 32.328792 ], [ 118.657482, 32.30148 ], [ 118.674728, 32.250375 ], [ 118.643931, 32.209875 ], [ 118.510888, 32.194176 ], [ 118.49549, 32.165304 ], [ 118.501033, 32.121726 ], [ 118.433896, 32.086746 ], [ 118.394476, 32.076098 ], [ 118.389548, 31.985281 ], [ 118.363679, 31.930443 ], [ 118.472084, 31.879639 ], [ 118.466541, 31.857784 ], [ 118.504729, 31.841516 ], [ 118.481939, 31.778453 ], [ 118.533678, 31.76726 ], [ 118.521975, 31.743343 ], [ 118.5577, 31.73011 ], [ 118.571866, 31.746397 ], [ 118.641467, 31.75861 ], [ 118.653786, 31.73011 ], [ 118.697518, 31.709747 ], [ 118.643315, 31.671555 ], [ 118.643315, 31.649651 ], [ 118.736322, 31.633347 ], [ 118.748025, 31.675629 ], [ 118.773894, 31.682759 ], [ 118.802844, 31.619078 ], [ 118.858894, 31.623665 ], [ 118.881684, 31.564023 ], [ 118.885995, 31.519139 ], [ 118.868133, 31.520669 ], [ 118.857046, 31.506384 ], [ 118.883532, 31.500261 ], [ 118.852119, 31.393553 ], [ 118.824401, 31.375672 ], [ 118.767735, 31.363919 ], [ 118.745561, 31.372606 ], [ 118.720924, 31.322518 ], [ 118.726467, 31.282121 ], [ 118.756648, 31.279564 ], [ 118.794836, 31.229426 ], [ 118.870597, 31.242219 ], [ 118.984546, 31.237102 ], [ 119.014727, 31.241707 ], [ 119.10527, 31.235055 ], [ 119.107118, 31.250917 ], [ 119.158241, 31.294907 ], [ 119.197661, 31.295418 ], [ 119.198277, 31.270357 ], [ 119.266646, 31.250405 ], [ 119.294363, 31.263195 ], [ 119.338095, 31.259103 ], [ 119.350414, 31.301043 ], [ 119.374435, 31.258591 ], [ 119.360269, 31.213049 ], [ 119.391682, 31.174142 ], [ 119.439109, 31.177214 ], [ 119.461283, 31.156219 ], [ 119.532732, 31.159291 ], [ 119.599869, 31.10909 ], [ 119.623891, 31.130096 ], [ 119.649144, 31.104991 ], [ 119.629434, 31.085517 ], [ 119.633746, 31.019379 ], [ 119.580159, 30.967051 ], [ 119.582007, 30.932149 ], [ 119.563529, 30.919315 ], [ 119.557369, 30.874124 ], [ 119.575847, 30.829939 ], [ 119.55429, 30.825828 ], [ 119.527188, 30.77905 ], [ 119.479761, 30.772365 ], [ 119.482841, 30.704467 ], [ 119.444652, 30.650422 ], [ 119.408312, 30.645274 ], [ 119.39045, 30.685941 ], [ 119.343022, 30.664322 ], [ 119.323312, 30.630341 ], [ 119.238929, 30.609225 ], [ 119.265414, 30.574709 ], [ 119.237081, 30.546881 ], [ 119.272189, 30.510281 ], [ 119.326392, 30.532964 ], [ 119.336247, 30.508734 ], [ 119.335015, 30.448389 ], [ 119.36766, 30.38491 ], [ 119.402768, 30.374584 ], [ 119.349182, 30.349281 ], [ 119.326392, 30.372002 ], [ 119.277117, 30.341018 ], [ 119.246936, 30.341018 ], [ 119.236465, 30.297106 ], [ 119.201356, 30.290905 ], [ 119.126828, 30.304856 ], [ 119.091719, 30.323972 ], [ 119.06277, 30.304856 ], [ 118.988857, 30.332237 ], [ 118.954365, 30.360126 ], [ 118.880452, 30.31519 ], [ 118.877988, 30.282637 ], [ 118.905089, 30.216464 ], [ 118.929727, 30.2025 ], [ 118.852735, 30.166805 ], [ 118.852119, 30.149729 ], [ 118.895234, 30.148694 ], [ 118.873677, 30.11505 ], [ 118.878604, 30.064822 ], [ 118.902626, 30.029078 ], [ 118.894619, 29.937845 ], [ 118.838568, 29.934733 ], [ 118.841032, 29.891159 ], [ 118.740634, 29.814859 ], [ 118.744945, 29.73902 ], [ 118.700598, 29.706277 ], [ 118.647011, 29.64336 ], [ 118.61991, 29.654282 ], [ 118.573714, 29.638159 ], [ 118.532446, 29.588731 ], [ 118.500417, 29.57572 ], [ 118.496106, 29.519492 ], [ 118.381541, 29.504909 ], [ 118.347664, 29.474174 ], [ 118.329802, 29.495012 ], [ 118.306396, 29.479384 ], [ 118.316252, 29.422581 ], [ 118.248498, 29.431443 ], [ 118.193064, 29.395472 ], [ 118.136397, 29.418932 ], [ 118.127774, 29.47209 ], [ 118.143788, 29.489803 ], [ 118.095129, 29.534072 ], [ 118.050782, 29.542924 ], [ 118.042774, 29.566351 ], [ 118.00397, 29.578322 ], [ 117.933753, 29.549172 ], [ 117.872775, 29.54761 ], [ 117.795167, 29.570515 ], [ 117.729877, 29.550213 ], [ 117.690457, 29.555939 ], [ 117.678754, 29.595496 ], [ 117.647957, 29.614749 ], [ 117.608537, 29.591333 ], [ 117.543248, 29.588731 ], [ 117.523538, 29.630356 ], [ 117.530313, 29.654282 ], [ 117.490277, 29.660003 ], [ 117.453936, 29.688082 ], [ 117.455168, 29.749412 ], [ 117.408973, 29.802396 ], [ 117.415132, 29.85068 ], [ 117.382487, 29.840818 ], [ 117.359082, 29.812782 ], [ 117.338756, 29.848085 ], [ 117.29256, 29.822647 ], [ 117.25314, 29.834588 ], [ 117.261763, 29.880781 ], [ 117.246365, 29.915023 ], [ 117.2168, 29.926953 ], [ 117.171836, 29.920729 ], [ 117.129952, 29.89946 ], [ 117.127489, 29.86158 ], [ 117.073286, 29.831992 ], [ 117.123177, 29.798761 ], [ 117.136728, 29.775388 ], [ 117.108395, 29.75201 ], [ 117.112706, 29.711995 ], [ 117.041873, 29.680803 ], [ 116.996294, 29.683403 ], [ 116.974736, 29.657403 ], [ 116.939627, 29.648561 ], [ 116.873722, 29.609546 ], [ 116.849084, 29.57624 ], [ 116.780715, 29.569994 ], [ 116.760389, 29.599139 ], [ 116.721585, 29.564789 ], [ 116.716657, 29.590813 ], [ 116.651983, 29.637118 ], [ 116.680317, 29.681323 ], [ 116.704954, 29.688602 ], [ 116.706802, 29.6964 ], [ 116.70557, 29.69692 ], [ 116.698795, 29.707836 ], [ 116.673541, 29.709916 ], [ 116.762237, 29.802396 ], [ 116.780715, 29.792529 ], [ 116.882961, 29.893753 ], [ 116.900207, 29.949253 ], [ 116.868794, 29.980361 ], [ 116.83307, 29.95755 ], [ 116.830606, 30.004723 ], [ 116.802889, 29.99643 ], [ 116.783794, 30.030632 ], [ 116.747454, 30.057053 ], [ 116.720353, 30.053945 ], [ 116.666766, 30.076734 ], [ 116.620571, 30.073109 ], [ 116.585462, 30.045657 ], [ 116.552201, 29.909836 ], [ 116.525716, 29.897385 ], [ 116.467818, 29.896347 ], [ 116.342782, 29.835626 ], [ 116.280572, 29.788893 ], [ 116.250391, 29.785777 ], [ 116.227601, 29.816936 ], [ 116.172783, 29.828358 ], [ 116.13521, 29.819532 ], [ 116.128435, 29.897904 ], [ 116.073616, 29.969993 ], [ 116.091479, 30.036331 ], [ 116.078544, 30.062233 ], [ 116.088399, 30.110391 ], [ 116.055754, 30.180774 ], [ 116.065609, 30.204569 ], [ 115.997856, 30.252657 ], [ 115.985537, 30.290905 ], [ 115.903001, 30.31364 ], [ 115.91532, 30.337919 ], [ 115.885139, 30.379747 ], [ 115.921479, 30.416397 ], [ 115.894994, 30.452517 ], [ 115.910393, 30.519046 ], [ 115.887603, 30.542758 ], [ 115.876516, 30.582438 ], [ 115.848799, 30.602014 ], [ 115.819234, 30.597893 ], [ 115.81369, 30.637035 ], [ 115.762567, 30.685426 ], [ 115.782893, 30.751795 ], [ 115.851262, 30.756938 ], [ 115.863581, 30.815549 ], [ 115.848799, 30.828397 ], [ 115.865429, 30.864364 ], [ 115.932566, 30.889532 ], [ 115.976298, 30.931636 ], [ 116.03974, 30.957813 ], [ 116.071769, 30.956787 ], [ 116.058834, 31.012711 ], [ 116.015102, 31.011685 ], [ 116.006479, 31.034764 ], [ 115.938726, 31.04707 ], [ 115.939958, 31.071678 ], [ 115.887603, 31.10909 ], [ 115.867277, 31.147512 ], [ 115.837712, 31.127022 ], [ 115.797676, 31.128047 ], [ 115.778582, 31.112164 ], [ 115.700973, 31.201276 ], [ 115.655394, 31.211002 ], [ 115.603655, 31.17363 ], [ 115.585793, 31.143926 ], [ 115.540213, 31.194621 ], [ 115.539597, 31.231985 ], [ 115.507568, 31.267799 ], [ 115.473076, 31.265242 ], [ 115.443511, 31.344498 ], [ 115.40717, 31.337854 ], [ 115.372062, 31.349098 ], [ 115.393004, 31.389977 ], [ 115.373909, 31.405813 ], [ 115.389924, 31.450241 ], [ 115.371446, 31.495668 ], [ 115.415793, 31.525771 ], [ 115.439815, 31.588496 ], [ 115.485394, 31.608885 ], [ 115.476771, 31.643028 ], [ 115.495249, 31.673083 ], [ 115.534054, 31.698545 ], [ 115.553764, 31.69549 ], [ 115.676336, 31.778453 ], [ 115.731154, 31.76726 ], [ 115.767495, 31.78761 ], [ 115.808147, 31.770313 ], [ 115.808147, 31.770313 ], [ 115.851878, 31.786593 ], [ 115.886371, 31.776418 ], [ 115.914704, 31.814567 ], [ 115.893762, 31.832365 ], [ 115.894994, 31.8649 ], [ 115.920248, 31.920285 ], [ 115.909161, 31.94314 ], [ 115.928871, 32.003046 ], [ 115.922095, 32.049725 ], [ 115.941805, 32.166318 ], [ 115.912856, 32.227596 ], [ 115.899306, 32.390971 ], [ 115.865429, 32.458662 ], [ 115.883291, 32.487946 ], [ 115.845719, 32.501575 ], [ 115.8759, 32.542448 ], [ 115.910393, 32.567165 ], [ 115.891298, 32.576243 ], [ 115.861117, 32.537403 ], [ 115.789052, 32.468761 ], [ 115.771806, 32.505108 ], [ 115.742241, 32.476335 ], [ 115.704669, 32.495013 ], [ 115.667712, 32.409667 ], [ 115.657857, 32.428864 ], [ 115.626445, 32.40512 ], [ 115.604271, 32.425833 ], [ 115.57101, 32.419266 ], [ 115.522967, 32.441997 ], [ 115.509416, 32.466741 ], [ 115.510648, 32.467751 ], [ 115.510648, 32.468256 ], [ 115.510648, 32.468761 ], [ 115.5088, 32.468761 ], [ 115.497713, 32.492489 ], [ 115.409018, 32.549007 ], [ 115.411482, 32.575235 ], [ 115.304924, 32.553042 ], [ 115.30554, 32.583303 ], [ 115.267352, 32.578261 ], [ 115.24333, 32.593388 ], [ 115.20083, 32.591876 ], [ 115.182968, 32.666973 ], [ 115.179273, 32.726402 ], [ 115.189744, 32.770695 ], [ 115.211301, 32.785791 ], [ 115.189744, 32.812452 ], [ 115.197135, 32.856201 ], [ 115.155867, 32.864747 ], [ 115.139237, 32.897917 ], [ 115.029599, 32.906962 ], [ 115.035143, 32.932582 ], [ 115.009273, 32.940117 ], [ 114.943368, 32.935094 ], [ 114.916266, 32.971251 ], [ 114.883006, 32.990328 ], [ 114.891629, 33.020441 ], [ 114.925506, 33.016928 ], [ 114.913187, 33.083143 ], [ 114.897172, 33.086653 ], [ 114.902716, 33.129764 ], [ 114.932897, 33.153817 ], [ 114.966158, 33.147304 ], [ 114.990795, 33.102195 ], [ 115.041302, 33.086653 ], [ 115.168186, 33.088658 ], [ 115.194671, 33.120743 ], [ 115.245178, 33.135778 ], [ 115.289526, 33.131769 ], [ 115.303692, 33.149809 ], [ 115.300613, 33.204407 ], [ 115.340033, 33.260973 ], [ 115.335105, 33.297997 ], [ 115.361591, 33.298497 ], [ 115.365286, 33.336005 ], [ 115.341881, 33.370997 ], [ 115.313547, 33.376994 ], [ 115.328946, 33.403477 ], [ 115.316627, 33.44893 ], [ 115.345576, 33.449928 ], [ 115.345576, 33.502842 ], [ 115.366518, 33.5233 ], [ 115.394851, 33.506335 ], [ 115.422569, 33.557219 ], [ 115.463837, 33.567193 ], [ 115.561771, 33.563703 ], [ 115.564851, 33.576169 ], [ 115.639995, 33.585143 ], [ 115.601191, 33.658898 ], [ 115.601807, 33.718653 ], [ 115.563003, 33.772895 ], [ 115.576553, 33.787817 ], [ 115.614126, 33.775879 ], [ 115.631988, 33.869846 ], [ 115.547604, 33.874815 ], [ 115.577785, 33.950307 ], [ 115.579017, 33.974133 ], [ 115.60735, 34.030196 ], [ 115.642459, 34.03218 ], [ 115.658473, 34.061437 ], [ 115.705901, 34.059949 ], [ 115.736082, 34.076805 ], [ 115.809378, 34.062428 ], [ 115.846335, 34.028708 ], [ 115.852494, 34.003906 ], [ 115.877132, 34.002913 ], [ 115.876516, 34.028708 ], [ 115.904233, 34.009859 ], [ 115.95782, 34.007875 ], [ 116.00032, 33.965199 ], [ 115.982457, 33.917039 ], [ 116.05945, 33.860902 ], [ 116.055754, 33.804727 ], [ 116.074232, 33.781351 ], [ 116.100102, 33.782843 ], [ 116.132747, 33.751501 ], [ 116.155536, 33.709693 ], [ 116.2005, 33.72612 ], [ 116.263326, 33.730101 ], [ 116.316912, 33.771402 ], [ 116.393905, 33.782843 ], [ 116.408071, 33.805721 ], [ 116.437021, 33.801246 ], [ 116.437637, 33.846489 ], [ 116.486296, 33.869846 ], [ 116.558361, 33.881274 ], [ 116.566984, 33.9081 ], [ 116.631042, 33.887733 ], [ 116.64336, 33.896675 ], [ 116.641512, 33.978103 ], [ 116.599629, 34.014324 ] ] ], [ [ [ 118.868133, 31.520669 ], [ 118.885995, 31.519139 ], [ 118.883532, 31.500261 ], [ 118.857046, 31.506384 ], [ 118.868133, 31.520669 ] ] ], [ [ [ 116.698795, 29.707836 ], [ 116.70557, 29.69692 ], [ 116.706802, 29.6964 ], [ 116.704954, 29.688602 ], [ 116.680317, 29.681323 ], [ 116.653831, 29.694841 ], [ 116.673541, 29.709916 ], [ 116.698795, 29.707836 ] ] ], [ [ [ 115.5088, 32.468761 ], [ 115.510648, 32.468761 ], [ 115.510648, 32.468256 ], [ 115.510648, 32.467751 ], [ 115.509416, 32.466741 ], [ 115.5088, 32.468761 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "350000", "name": "福建省", "center": [ 119.306239, 26.075302 ], "centroid": [ 118.006365, 26.069889 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 12, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119.004872, 24.970009 ], [ 119.007335, 24.963499 ], [ 119.032589, 24.961871 ], [ 119.032589, 24.961328 ], [ 119.014111, 24.941252 ], [ 118.945741, 24.954275 ], [ 118.91864, 24.932569 ], [ 118.932807, 24.906518 ], [ 118.987009, 24.898375 ], [ 118.988857, 24.878831 ], [ 118.933423, 24.870687 ], [ 118.864437, 24.887518 ], [ 118.834256, 24.854397 ], [ 118.807771, 24.870687 ], [ 118.748641, 24.84245 ], [ 118.69875, 24.848967 ], [ 118.702445, 24.865258 ], [ 118.647627, 24.843536 ], [ 118.650707, 24.808774 ], [ 118.786213, 24.77672 ], [ 118.778822, 24.743569 ], [ 118.703677, 24.665278 ], [ 118.670417, 24.679962 ], [ 118.652554, 24.653857 ], [ 118.661178, 24.622306 ], [ 118.687047, 24.63373 ], [ 118.680272, 24.58204 ], [ 118.614366, 24.521617 ], [ 118.558316, 24.51236 ], [ 118.557084, 24.572788 ], [ 118.512736, 24.60816 ], [ 118.444367, 24.614689 ], [ 118.363679, 24.567889 ], [ 118.375382, 24.536317 ], [ 118.242955, 24.51236 ], [ 118.169042, 24.559725 ], [ 118.150564, 24.583673 ], [ 118.121615, 24.570067 ], [ 118.084042, 24.528695 ], [ 118.048934, 24.418122 ], [ 118.088354, 24.408858 ], [ 118.081579, 24.35653 ], [ 118.112376, 24.357075 ], [ 118.158571, 24.269814 ], [ 118.115455, 24.229435 ], [ 118.074803, 24.225615 ], [ 118.019369, 24.197232 ], [ 118.000275, 24.152462 ], [ 117.936217, 24.100029 ], [ 117.927594, 24.039922 ], [ 117.910347, 24.012045 ], [ 117.864768, 24.004938 ], [ 117.807486, 23.947521 ], [ 117.792703, 23.906494 ], [ 117.762522, 23.886796 ], [ 117.691073, 23.888985 ], [ 117.671979, 23.878041 ], [ 117.651653, 23.815093 ], [ 117.660276, 23.789357 ], [ 117.601762, 23.70171 ], [ 117.54448, 23.715956 ], [ 117.501364, 23.70445 ], [ 117.493357, 23.642514 ], [ 117.454552, 23.628259 ], [ 117.463791, 23.584937 ], [ 117.387415, 23.555317 ], [ 117.302415, 23.550379 ], [ 117.291328, 23.571225 ], [ 117.192778, 23.5619 ], [ 117.192778, 23.629356 ], [ 117.147199, 23.654027 ], [ 117.123793, 23.647448 ], [ 117.055424, 23.694038 ], [ 117.048032, 23.758687 ], [ 117.019083, 23.801952 ], [ 117.012308, 23.855054 ], [ 116.981511, 23.855602 ], [ 116.955642, 23.922359 ], [ 116.976583, 23.931659 ], [ 116.981511, 23.999471 ], [ 116.953178, 24.008218 ], [ 116.930388, 24.064514 ], [ 116.9347, 24.126794 ], [ 116.998757, 24.179217 ], [ 116.956257, 24.216883 ], [ 116.933468, 24.220157 ], [ 116.938395, 24.28127 ], [ 116.914374, 24.287817 ], [ 116.919301, 24.321087 ], [ 116.895895, 24.350533 ], [ 116.903903, 24.369614 ], [ 116.839229, 24.442097 ], [ 116.860787, 24.460075 ], [ 116.83307, 24.496568 ], [ 116.796729, 24.502014 ], [ 116.759157, 24.545572 ], [ 116.761005, 24.583128 ], [ 116.815207, 24.654944 ], [ 116.777635, 24.679418 ], [ 116.667382, 24.658752 ], [ 116.623034, 24.64189 ], [ 116.600861, 24.654401 ], [ 116.570679, 24.621762 ], [ 116.530027, 24.604895 ], [ 116.506622, 24.621218 ], [ 116.517709, 24.652225 ], [ 116.485064, 24.720196 ], [ 116.44626, 24.714216 ], [ 116.416079, 24.744113 ], [ 116.419158, 24.767482 ], [ 116.375427, 24.803885 ], [ 116.381586, 24.82507 ], [ 116.417927, 24.840821 ], [ 116.395137, 24.877746 ], [ 116.363724, 24.87123 ], [ 116.345862, 24.828872 ], [ 116.297202, 24.801712 ], [ 116.244232, 24.793563 ], [ 116.251007, 24.82507 ], [ 116.221442, 24.829959 ], [ 116.191877, 24.877203 ], [ 116.153073, 24.846795 ], [ 116.068073, 24.850053 ], [ 116.015102, 24.905975 ], [ 115.985537, 24.899461 ], [ 115.907929, 24.923343 ], [ 115.89253, 24.936911 ], [ 115.870356, 24.959701 ], [ 115.925175, 24.960786 ], [ 115.873436, 25.019911 ], [ 115.928255, 25.050276 ], [ 115.908545, 25.084428 ], [ 115.880212, 25.092016 ], [ 115.888219, 25.128866 ], [ 115.860501, 25.165704 ], [ 115.855574, 25.20957 ], [ 115.930719, 25.236099 ], [ 115.949813, 25.292386 ], [ 115.987385, 25.290221 ], [ 116.008327, 25.319437 ], [ 115.992928, 25.374063 ], [ 116.023109, 25.435691 ], [ 116.005247, 25.490264 ], [ 116.03666, 25.514571 ], [ 116.040356, 25.548052 ], [ 116.063145, 25.56317 ], [ 116.041588, 25.62416 ], [ 116.068689, 25.646282 ], [ 116.067457, 25.703995 ], [ 116.106877, 25.701299 ], [ 116.129667, 25.758985 ], [ 116.18079, 25.778926 ], [ 116.131515, 25.824185 ], [ 116.132131, 25.860273 ], [ 116.17771, 25.894195 ], [ 116.225138, 25.908731 ], [ 116.258398, 25.902809 ], [ 116.303362, 25.924341 ], [ 116.326152, 25.956631 ], [ 116.369883, 25.963088 ], [ 116.360028, 25.991601 ], [ 116.384666, 26.030864 ], [ 116.489375, 26.113649 ], [ 116.476441, 26.172745 ], [ 116.435789, 26.159854 ], [ 116.392057, 26.171133 ], [ 116.400064, 26.202819 ], [ 116.385282, 26.238253 ], [ 116.412999, 26.297822 ], [ 116.437021, 26.308016 ], [ 116.459194, 26.345026 ], [ 116.499846, 26.361651 ], [ 116.519557, 26.410437 ], [ 116.553433, 26.400253 ], [ 116.553433, 26.365404 ], [ 116.601476, 26.372911 ], [ 116.608252, 26.429732 ], [ 116.638433, 26.477418 ], [ 116.610716, 26.476882 ], [ 116.597165, 26.512768 ], [ 116.539267, 26.559349 ], [ 116.553433, 26.575942 ], [ 116.566368, 26.650315 ], [ 116.520172, 26.684543 ], [ 116.515245, 26.720898 ], [ 116.557745, 26.773806 ], [ 116.543578, 26.803723 ], [ 116.548506, 26.84004 ], [ 116.602092, 26.888623 ], [ 116.632889, 26.933984 ], [ 116.679085, 26.978259 ], [ 116.817671, 27.018252 ], [ 116.851548, 27.009188 ], [ 116.910062, 27.034779 ], [ 116.936547, 27.019319 ], [ 116.967344, 27.061962 ], [ 117.05296, 27.100327 ], [ 117.044953, 27.146667 ], [ 117.149662, 27.241419 ], [ 117.171836, 27.29036 ], [ 117.136728, 27.303123 ], [ 117.140423, 27.322798 ], [ 117.104699, 27.330773 ], [ 117.107163, 27.393491 ], [ 117.133032, 27.42218 ], [ 117.110242, 27.458828 ], [ 117.103467, 27.533149 ], [ 117.076982, 27.566046 ], [ 117.054808, 27.5427 ], [ 117.01662, 27.563393 ], [ 117.024627, 27.592569 ], [ 117.003685, 27.625449 ], [ 117.040641, 27.669979 ], [ 117.065279, 27.665739 ], [ 117.094228, 27.627569 ], [ 117.11209, 27.645596 ], [ 117.096076, 27.667329 ], [ 117.114554, 27.692238 ], [ 117.174916, 27.677399 ], [ 117.204481, 27.683759 ], [ 117.205097, 27.714492 ], [ 117.245133, 27.71926 ], [ 117.296256, 27.764282 ], [ 117.303031, 27.833103 ], [ 117.276546, 27.847921 ], [ 117.280242, 27.871201 ], [ 117.334444, 27.8876 ], [ 117.341836, 27.855858 ], [ 117.366473, 27.88231 ], [ 117.407741, 27.893948 ], [ 117.453936, 27.939955 ], [ 117.477958, 27.930966 ], [ 117.52169, 27.982243 ], [ 117.556182, 27.966387 ], [ 117.609769, 27.863265 ], [ 117.649805, 27.851625 ], [ 117.68245, 27.823577 ], [ 117.704624, 27.834162 ], [ 117.740348, 27.800286 ], [ 117.788392, 27.855858 ], [ 117.78716, 27.896063 ], [ 117.856145, 27.94577 ], [ 117.910963, 27.949471 ], [ 117.942992, 27.974315 ], [ 117.965166, 27.962687 ], [ 117.999043, 27.991227 ], [ 118.096977, 27.970615 ], [ 118.094513, 28.003909 ], [ 118.129006, 28.017118 ], [ 118.120999, 28.041946 ], [ 118.153644, 28.062016 ], [ 118.199839, 28.049869 ], [ 118.242339, 28.075746 ], [ 118.356288, 28.091586 ], [ 118.361215, 28.155978 ], [ 118.375382, 28.186577 ], [ 118.339041, 28.193962 ], [ 118.314404, 28.221913 ], [ 118.424041, 28.291497 ], [ 118.433896, 28.288335 ], [ 118.444367, 28.253548 ], [ 118.490562, 28.238259 ], [ 118.493026, 28.262509 ], [ 118.588497, 28.282538 ], [ 118.595272, 28.258292 ], [ 118.651322, 28.277267 ], [ 118.674728, 28.27147 ], [ 118.699366, 28.309939 ], [ 118.719692, 28.312047 ], [ 118.756032, 28.252493 ], [ 118.802228, 28.240368 ], [ 118.804075, 28.207675 ], [ 118.771431, 28.188687 ], [ 118.805923, 28.154923 ], [ 118.802228, 28.117453 ], [ 118.767735, 28.10584 ], [ 118.719076, 28.063601 ], [ 118.733858, 28.027684 ], [ 118.730163, 27.970615 ], [ 118.753568, 27.947885 ], [ 118.818242, 27.916689 ], [ 118.829329, 27.847921 ], [ 118.873677, 27.733563 ], [ 118.879836, 27.667859 ], [ 118.913713, 27.619616 ], [ 118.909401, 27.568168 ], [ 118.869365, 27.540047 ], [ 118.907553, 27.460952 ], [ 118.955597, 27.4498 ], [ 118.986393, 27.47582 ], [ 118.983314, 27.498649 ], [ 119.020886, 27.498118 ], [ 119.03998, 27.478475 ], [ 119.092335, 27.466262 ], [ 119.129907, 27.475289 ], [ 119.121284, 27.438115 ], [ 119.14777, 27.424836 ], [ 119.224146, 27.416868 ], [ 119.26911, 27.42218 ], [ 119.285124, 27.457766 ], [ 119.334399, 27.480067 ], [ 119.360269, 27.524657 ], [ 119.416935, 27.539517 ], [ 119.438493, 27.508734 ], [ 119.466826, 27.526249 ], [ 119.501935, 27.610601 ], [ 119.501319, 27.649837 ], [ 119.541971, 27.666799 ], [ 119.606028, 27.674749 ], [ 119.644217, 27.663619 ], [ 119.626354, 27.620676 ], [ 119.630666, 27.582491 ], [ 119.675014, 27.574534 ], [ 119.659615, 27.540578 ], [ 119.690412, 27.537394 ], [ 119.70889, 27.514042 ], [ 119.703347, 27.446613 ], [ 119.685485, 27.438646 ], [ 119.711354, 27.403054 ], [ 119.750774, 27.373829 ], [ 119.739687, 27.362668 ], [ 119.782187, 27.330241 ], [ 119.768636, 27.307909 ], [ 119.843165, 27.300464 ], [ 119.938636, 27.329709 ], [ 119.960194, 27.365857 ], [ 120.008237, 27.375423 ], [ 120.026099, 27.344063 ], [ 120.052584, 27.338747 ], [ 120.096316, 27.390302 ], [ 120.136968, 27.402523 ], [ 120.134504, 27.420055 ], [ 120.221352, 27.420055 ], [ 120.26262, 27.432804 ], [ 120.273091, 27.38924 ], [ 120.340844, 27.399867 ], [ 120.343924, 27.363199 ], [ 120.430155, 27.258976 ], [ 120.401822, 27.250996 ], [ 120.404286, 27.204166 ], [ 120.461568, 27.142407 ], [ 120.403054, 27.10086 ], [ 120.391967, 27.081146 ], [ 120.282946, 27.089671 ], [ 120.29588, 27.035845 ], [ 120.275554, 27.027315 ], [ 120.279866, 26.987326 ], [ 120.25954, 26.982526 ], [ 120.232439, 26.907303 ], [ 120.1807, 26.920644 ], [ 120.117258, 26.916909 ], [ 120.103707, 26.873143 ], [ 120.037802, 26.86033 ], [ 120.042729, 26.828292 ], [ 120.082765, 26.822417 ], [ 120.103707, 26.794642 ], [ 120.136352, 26.797847 ], [ 120.106787, 26.752966 ], [ 120.151135, 26.750829 ], [ 120.162222, 26.717691 ], [ 120.110483, 26.692563 ], [ 120.1382, 26.638012 ], [ 120.093852, 26.613938 ], [ 120.063671, 26.627848 ], [ 120.007621, 26.595744 ], [ 119.967585, 26.597885 ], [ 119.93802, 26.576478 ], [ 119.947875, 26.56042 ], [ 119.867187, 26.509019 ], [ 119.828383, 26.524013 ], [ 119.851788, 26.595209 ], [ 119.901679, 26.624638 ], [ 119.949107, 26.624638 ], [ 119.972512, 26.654594 ], [ 119.969433, 26.686681 ], [ 119.99407, 26.720363 ], [ 120.061824, 26.768997 ], [ 120.052584, 26.786629 ], [ 119.942947, 26.784492 ], [ 119.938636, 26.747088 ], [ 119.899216, 26.693098 ], [ 119.908455, 26.661547 ], [ 119.873962, 26.642827 ], [ 119.864107, 26.671174 ], [ 119.833926, 26.690959 ], [ 119.711354, 26.686681 ], [ 119.664543, 26.726243 ], [ 119.637441, 26.703256 ], [ 119.619579, 26.649246 ], [ 119.577695, 26.622498 ], [ 119.605412, 26.595744 ], [ 119.670086, 26.618218 ], [ 119.740303, 26.610727 ], [ 119.788346, 26.583435 ], [ 119.83639, 26.454381 ], [ 119.835774, 26.434019 ], [ 119.893672, 26.355752 ], [ 119.946027, 26.374519 ], [ 119.95465, 26.352534 ], [ 119.909687, 26.310161 ], [ 119.862875, 26.307479 ], [ 119.845013, 26.323036 ], [ 119.806825, 26.307479 ], [ 119.802513, 26.268846 ], [ 119.7711, 26.285481 ], [ 119.676246, 26.262943 ], [ 119.664543, 26.202282 ], [ 119.604181, 26.168985 ], [ 119.618963, 26.11956 ], [ 119.654688, 26.090002 ], [ 119.668854, 26.026024 ], [ 119.700267, 26.032477 ], [ 119.723673, 26.011503 ], [ 119.69534, 25.904424 ], [ 119.638057, 25.889888 ], [ 119.628202, 25.87212 ], [ 119.626354, 25.723406 ], [ 119.602949, 25.714779 ], [ 119.602949, 25.68512 ], [ 119.543819, 25.684581 ], [ 119.472986, 25.662466 ], [ 119.478529, 25.631715 ], [ 119.541355, 25.6247 ], [ 119.534579, 25.585303 ], [ 119.586934, 25.59232 ], [ 119.616499, 25.556691 ], [ 119.611572, 25.519972 ], [ 119.634362, 25.475137 ], [ 119.675014, 25.475137 ], [ 119.680557, 25.497827 ], [ 119.715666, 25.51187 ], [ 119.716898, 25.551292 ], [ 119.683637, 25.592859 ], [ 119.700267, 25.616606 ], [ 119.784651, 25.667321 ], [ 119.790194, 25.614447 ], [ 119.843165, 25.597717 ], [ 119.831462, 25.579905 ], [ 119.883817, 25.546432 ], [ 119.861027, 25.531313 ], [ 119.81668, 25.532393 ], [ 119.811136, 25.507009 ], [ 119.83331, 25.48162 ], [ 119.864107, 25.48 ], [ 119.866571, 25.455145 ], [ 119.804977, 25.457847 ], [ 119.764325, 25.433529 ], [ 119.773564, 25.395691 ], [ 119.688564, 25.441095 ], [ 119.682405, 25.445959 ], [ 119.675014, 25.468113 ], [ 119.622659, 25.434069 ], [ 119.670086, 25.435691 ], [ 119.656535, 25.396772 ], [ 119.665159, 25.3719 ], [ 119.649144, 25.342697 ], [ 119.597405, 25.334584 ], [ 119.582623, 25.374063 ], [ 119.59063, 25.398394 ], [ 119.577695, 25.445959 ], [ 119.555521, 25.429205 ], [ 119.578927, 25.400556 ], [ 119.548746, 25.365952 ], [ 119.486536, 25.369737 ], [ 119.507478, 25.396231 ], [ 119.48592, 25.418935 ], [ 119.491464, 25.443257 ], [ 119.463131, 25.448661 ], [ 119.438493, 25.412449 ], [ 119.45266, 25.493505 ], [ 119.400921, 25.493505 ], [ 119.359037, 25.521592 ], [ 119.343638, 25.472436 ], [ 119.353493, 25.411908 ], [ 119.288204, 25.410827 ], [ 119.26295, 25.428124 ], [ 119.275269, 25.476758 ], [ 119.256175, 25.488643 ], [ 119.219834, 25.468654 ], [ 119.232153, 25.442176 ], [ 119.191501, 25.424341 ], [ 119.151465, 25.426503 ], [ 119.14469, 25.388121 ], [ 119.218603, 25.368115 ], [ 119.240776, 25.316733 ], [ 119.247552, 25.333502 ], [ 119.299291, 25.328634 ], [ 119.333167, 25.287516 ], [ 119.380595, 25.250173 ], [ 119.331935, 25.230685 ], [ 119.294979, 25.237182 ], [ 119.314689, 25.190076 ], [ 119.26911, 25.159746 ], [ 119.231537, 25.188993 ], [ 119.190269, 25.175995 ], [ 119.131755, 25.223106 ], [ 119.108349, 25.193867 ], [ 119.137299, 25.15487 ], [ 119.165632, 25.145661 ], [ 119.146538, 25.056782 ], [ 119.119436, 25.012861 ], [ 119.107118, 25.075214 ], [ 119.134219, 25.106107 ], [ 119.075705, 25.099604 ], [ 119.06585, 25.102855 ], [ 119.028893, 25.139702 ], [ 119.032589, 25.17437 ], [ 119.054147, 25.168412 ], [ 119.074473, 25.211195 ], [ 119.055379, 25.219316 ], [ 118.990089, 25.20199 ], [ 118.975307, 25.237723 ], [ 118.996864, 25.266411 ], [ 118.956212, 25.272905 ], [ 118.91556, 25.256668 ], [ 118.940198, 25.21715 ], [ 118.942046, 25.211195 ], [ 118.985162, 25.19495 ], [ 118.985162, 25.168954 ], [ 118.951901, 25.15162 ], [ 118.974691, 25.115319 ], [ 118.892155, 25.092558 ], [ 118.945126, 25.028588 ], [ 118.974691, 25.024792 ], [ 119.016575, 25.058409 ], [ 119.023966, 25.04377 ], [ 118.989473, 24.973807 ], [ 119.004872, 24.970009 ] ] ], [ [ [ 118.412338, 24.514538 ], [ 118.451758, 24.506915 ], [ 118.477012, 24.437738 ], [ 118.457918, 24.412128 ], [ 118.405563, 24.427931 ], [ 118.353208, 24.415398 ], [ 118.329802, 24.382152 ], [ 118.282375, 24.413218 ], [ 118.31194, 24.424661 ], [ 118.298389, 24.477506 ], [ 118.318715, 24.486765 ], [ 118.374766, 24.458986 ], [ 118.412338, 24.514538 ] ] ], [ [ [ 119.471138, 25.197116 ], [ 119.444036, 25.20199 ], [ 119.44342, 25.238806 ], [ 119.473601, 25.259916 ], [ 119.501319, 25.21715 ], [ 119.540739, 25.20199 ], [ 119.566608, 25.210112 ], [ 119.549362, 25.161912 ], [ 119.52534, 25.157579 ], [ 119.507478, 25.183036 ], [ 119.471138, 25.197116 ] ] ], [ [ [ 119.580159, 25.627398 ], [ 119.580775, 25.650059 ], [ 119.611572, 25.669479 ], [ 119.580159, 25.627398 ] ] ], [ [ [ 119.976824, 26.191005 ], [ 119.970665, 26.217852 ], [ 119.998998, 26.235569 ], [ 120.016244, 26.217316 ], [ 119.976824, 26.191005 ] ] ], [ [ [ 118.230636, 24.401228 ], [ 118.233716, 24.445911 ], [ 118.273752, 24.441007 ], [ 118.230636, 24.401228 ] ] ], [ [ [ 119.906607, 26.68989 ], [ 119.950954, 26.692563 ], [ 119.926933, 26.664756 ], [ 119.906607, 26.68989 ] ] ], [ [ [ 118.204151, 24.504737 ], [ 118.19368, 24.463344 ], [ 118.143173, 24.420847 ], [ 118.084042, 24.435559 ], [ 118.068644, 24.463344 ], [ 118.093281, 24.540672 ], [ 118.14502, 24.560814 ], [ 118.191832, 24.536861 ], [ 118.204151, 24.504737 ] ] ], [ [ [ 119.929397, 26.134067 ], [ 119.919542, 26.172208 ], [ 119.960194, 26.146961 ], [ 119.929397, 26.134067 ] ] ], [ [ [ 119.642985, 26.129231 ], [ 119.606028, 26.15287 ], [ 119.62697, 26.173282 ], [ 119.665159, 26.155556 ], [ 119.642985, 26.129231 ] ] ], [ [ [ 120.034106, 26.488667 ], [ 120.035954, 26.515981 ], [ 120.071679, 26.521336 ], [ 120.066751, 26.498308 ], [ 120.034106, 26.488667 ] ] ], [ [ [ 119.662079, 25.646822 ], [ 119.716898, 25.664624 ], [ 119.718745, 25.634952 ], [ 119.673782, 25.632794 ], [ 119.662079, 25.646822 ] ] ], [ [ [ 119.760629, 26.613402 ], [ 119.796354, 26.630523 ], [ 119.818527, 26.616613 ], [ 119.776644, 26.600025 ], [ 119.760629, 26.613402 ] ] ], [ [ [ 120.135736, 26.550784 ], [ 120.117874, 26.568984 ], [ 120.153598, 26.604841 ], [ 120.167149, 26.571661 ], [ 120.135736, 26.550784 ] ] ], [ [ [ 120.360554, 26.916909 ], [ 120.319286, 26.944654 ], [ 120.327909, 26.963858 ], [ 120.363018, 26.967592 ], [ 120.394431, 26.933984 ], [ 120.360554, 26.916909 ] ] ], [ [ [ 119.668238, 26.628383 ], [ 119.651608, 26.657269 ], [ 119.673782, 26.680799 ], [ 119.712586, 26.6685 ], [ 119.748926, 26.681334 ], [ 119.758781, 26.659408 ], [ 119.720593, 26.635873 ], [ 119.668238, 26.628383 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "360000", "name": "江西省", "center": [ 115.892151, 28.676493 ], "centroid": [ 115.732975, 27.636112 ], "childrenNum": 11, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 13, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118.193064, 29.395472 ], [ 118.205382, 29.343839 ], [ 118.166578, 29.314099 ], [ 118.178281, 29.297921 ], [ 118.138861, 29.283828 ], [ 118.077883, 29.290614 ], [ 118.073571, 29.216993 ], [ 118.042159, 29.210202 ], [ 118.027992, 29.167882 ], [ 118.045238, 29.149068 ], [ 118.037847, 29.102017 ], [ 118.076035, 29.074822 ], [ 118.066796, 29.053898 ], [ 118.097593, 28.998952 ], [ 118.115455, 29.009944 ], [ 118.115455, 29.009944 ], [ 118.133933, 28.983771 ], [ 118.165346, 28.986912 ], [ 118.227556, 28.942406 ], [ 118.195527, 28.904167 ], [ 118.270056, 28.918836 ], [ 118.300237, 28.826075 ], [ 118.364295, 28.813491 ], [ 118.403099, 28.702791 ], [ 118.428352, 28.681267 ], [ 118.428352, 28.617193 ], [ 118.428352, 28.617193 ], [ 118.412338, 28.55676 ], [ 118.4302, 28.515225 ], [ 118.414802, 28.497344 ], [ 118.474548, 28.478934 ], [ 118.456686, 28.424738 ], [ 118.432048, 28.402104 ], [ 118.455454, 28.384204 ], [ 118.480091, 28.327325 ], [ 118.433896, 28.288335 ], [ 118.424041, 28.291497 ], [ 118.314404, 28.221913 ], [ 118.339041, 28.193962 ], [ 118.375382, 28.186577 ], [ 118.361215, 28.155978 ], [ 118.356288, 28.091586 ], [ 118.242339, 28.075746 ], [ 118.199839, 28.049869 ], [ 118.153644, 28.062016 ], [ 118.120999, 28.041946 ], [ 118.129006, 28.017118 ], [ 118.094513, 28.003909 ], [ 118.096977, 27.970615 ], [ 117.999043, 27.991227 ], [ 117.965166, 27.962687 ], [ 117.942992, 27.974315 ], [ 117.910963, 27.949471 ], [ 117.856145, 27.94577 ], [ 117.78716, 27.896063 ], [ 117.788392, 27.855858 ], [ 117.740348, 27.800286 ], [ 117.704624, 27.834162 ], [ 117.68245, 27.823577 ], [ 117.649805, 27.851625 ], [ 117.609769, 27.863265 ], [ 117.556182, 27.966387 ], [ 117.52169, 27.982243 ], [ 117.477958, 27.930966 ], [ 117.453936, 27.939955 ], [ 117.407741, 27.893948 ], [ 117.366473, 27.88231 ], [ 117.341836, 27.855858 ], [ 117.334444, 27.8876 ], [ 117.280242, 27.871201 ], [ 117.276546, 27.847921 ], [ 117.303031, 27.833103 ], [ 117.296256, 27.764282 ], [ 117.245133, 27.71926 ], [ 117.205097, 27.714492 ], [ 117.204481, 27.683759 ], [ 117.174916, 27.677399 ], [ 117.114554, 27.692238 ], [ 117.096076, 27.667329 ], [ 117.11209, 27.645596 ], [ 117.094228, 27.627569 ], [ 117.065279, 27.665739 ], [ 117.040641, 27.669979 ], [ 117.003685, 27.625449 ], [ 117.024627, 27.592569 ], [ 117.01662, 27.563393 ], [ 117.054808, 27.5427 ], [ 117.076982, 27.566046 ], [ 117.103467, 27.533149 ], [ 117.110242, 27.458828 ], [ 117.133032, 27.42218 ], [ 117.107163, 27.393491 ], [ 117.104699, 27.330773 ], [ 117.140423, 27.322798 ], [ 117.136728, 27.303123 ], [ 117.171836, 27.29036 ], [ 117.149662, 27.241419 ], [ 117.044953, 27.146667 ], [ 117.05296, 27.100327 ], [ 116.967344, 27.061962 ], [ 116.936547, 27.019319 ], [ 116.910062, 27.034779 ], [ 116.851548, 27.009188 ], [ 116.817671, 27.018252 ], [ 116.679085, 26.978259 ], [ 116.632889, 26.933984 ], [ 116.602092, 26.888623 ], [ 116.548506, 26.84004 ], [ 116.543578, 26.803723 ], [ 116.557745, 26.773806 ], [ 116.515245, 26.720898 ], [ 116.520172, 26.684543 ], [ 116.566368, 26.650315 ], [ 116.553433, 26.575942 ], [ 116.539267, 26.559349 ], [ 116.597165, 26.512768 ], [ 116.610716, 26.476882 ], [ 116.638433, 26.477418 ], [ 116.608252, 26.429732 ], [ 116.601476, 26.372911 ], [ 116.553433, 26.365404 ], [ 116.553433, 26.400253 ], [ 116.519557, 26.410437 ], [ 116.499846, 26.361651 ], [ 116.459194, 26.345026 ], [ 116.437021, 26.308016 ], [ 116.412999, 26.297822 ], [ 116.385282, 26.238253 ], [ 116.400064, 26.202819 ], [ 116.392057, 26.171133 ], [ 116.435789, 26.159854 ], [ 116.476441, 26.172745 ], [ 116.489375, 26.113649 ], [ 116.384666, 26.030864 ], [ 116.360028, 25.991601 ], [ 116.369883, 25.963088 ], [ 116.326152, 25.956631 ], [ 116.303362, 25.924341 ], [ 116.258398, 25.902809 ], [ 116.225138, 25.908731 ], [ 116.17771, 25.894195 ], [ 116.132131, 25.860273 ], [ 116.131515, 25.824185 ], [ 116.18079, 25.778926 ], [ 116.129667, 25.758985 ], [ 116.106877, 25.701299 ], [ 116.067457, 25.703995 ], [ 116.068689, 25.646282 ], [ 116.041588, 25.62416 ], [ 116.063145, 25.56317 ], [ 116.040356, 25.548052 ], [ 116.03666, 25.514571 ], [ 116.005247, 25.490264 ], [ 116.023109, 25.435691 ], [ 115.992928, 25.374063 ], [ 116.008327, 25.319437 ], [ 115.987385, 25.290221 ], [ 115.949813, 25.292386 ], [ 115.930719, 25.236099 ], [ 115.855574, 25.20957 ], [ 115.860501, 25.165704 ], [ 115.888219, 25.128866 ], [ 115.880212, 25.092016 ], [ 115.908545, 25.084428 ], [ 115.928255, 25.050276 ], [ 115.873436, 25.019911 ], [ 115.925175, 24.960786 ], [ 115.870356, 24.959701 ], [ 115.89253, 24.936911 ], [ 115.885139, 24.898918 ], [ 115.907313, 24.879917 ], [ 115.861733, 24.863629 ], [ 115.863581, 24.891318 ], [ 115.824161, 24.909232 ], [ 115.807531, 24.862543 ], [ 115.790284, 24.856027 ], [ 115.764415, 24.791933 ], [ 115.776734, 24.774546 ], [ 115.756408, 24.749004 ], [ 115.769342, 24.708236 ], [ 115.801371, 24.705517 ], [ 115.780429, 24.663103 ], [ 115.797676, 24.628834 ], [ 115.840791, 24.584217 ], [ 115.843871, 24.562446 ], [ 115.785357, 24.567345 ], [ 115.752712, 24.546116 ], [ 115.68927, 24.545027 ], [ 115.671408, 24.604895 ], [ 115.605503, 24.62557 ], [ 115.569778, 24.622306 ], [ 115.555611, 24.683768 ], [ 115.522967, 24.702799 ], [ 115.476771, 24.762591 ], [ 115.412714, 24.79302 ], [ 115.372678, 24.774546 ], [ 115.358511, 24.735416 ], [ 115.306772, 24.758787 ], [ 115.269816, 24.749548 ], [ 115.258729, 24.728894 ], [ 115.1842, 24.711498 ], [ 115.104744, 24.667997 ], [ 115.083802, 24.699537 ], [ 115.057317, 24.703343 ], [ 115.024672, 24.669085 ], [ 115.00373, 24.679418 ], [ 114.940288, 24.650049 ], [ 114.909491, 24.661471 ], [ 114.893477, 24.582584 ], [ 114.868839, 24.562446 ], [ 114.846665, 24.602719 ], [ 114.827571, 24.588026 ], [ 114.781376, 24.613057 ], [ 114.729637, 24.608704 ], [ 114.73826, 24.565168 ], [ 114.704999, 24.525973 ], [ 114.664963, 24.583673 ], [ 114.627391, 24.576598 ], [ 114.589819, 24.537406 ], [ 114.534384, 24.559181 ], [ 114.429058, 24.48622 ], [ 114.403189, 24.497657 ], [ 114.391486, 24.563535 ], [ 114.363769, 24.582584 ], [ 114.300943, 24.578775 ], [ 114.289856, 24.619042 ], [ 114.258443, 24.641346 ], [ 114.19069, 24.656576 ], [ 114.169132, 24.689749 ], [ 114.27261, 24.700624 ], [ 114.281849, 24.724001 ], [ 114.336052, 24.749004 ], [ 114.342211, 24.807145 ], [ 114.378551, 24.861457 ], [ 114.403189, 24.877746 ], [ 114.395798, 24.951019 ], [ 114.454928, 24.977062 ], [ 114.45616, 24.99659 ], [ 114.506051, 24.999844 ], [ 114.532536, 25.022623 ], [ 114.561485, 25.077382 ], [ 114.604601, 25.083886 ], [ 114.640326, 25.074129 ], [ 114.664963, 25.10123 ], [ 114.735796, 25.121822 ], [ 114.73518, 25.155954 ], [ 114.685905, 25.173287 ], [ 114.693912, 25.213902 ], [ 114.73518, 25.225813 ], [ 114.743188, 25.274528 ], [ 114.714238, 25.315651 ], [ 114.63663, 25.324306 ], [ 114.599674, 25.385959 ], [ 114.541159, 25.416773 ], [ 114.477718, 25.37136 ], [ 114.438914, 25.376226 ], [ 114.43029, 25.343779 ], [ 114.382863, 25.317274 ], [ 114.31511, 25.33837 ], [ 114.2954, 25.299961 ], [ 114.260291, 25.291845 ], [ 114.204857, 25.29942 ], [ 114.190074, 25.316733 ], [ 114.115545, 25.302125 ], [ 114.083517, 25.275611 ], [ 114.055799, 25.277775 ], [ 114.039785, 25.250714 ], [ 114.017611, 25.273987 ], [ 114.029314, 25.328093 ], [ 114.050256, 25.36433 ], [ 113.983118, 25.415152 ], [ 114.003444, 25.442716 ], [ 113.94493, 25.441635 ], [ 113.962792, 25.528072 ], [ 113.986198, 25.529153 ], [ 113.983118, 25.599336 ], [ 113.957249, 25.611749 ], [ 113.913517, 25.701299 ], [ 113.920293, 25.741197 ], [ 113.961561, 25.77731 ], [ 113.971416, 25.836036 ], [ 114.028082, 25.893119 ], [ 114.028082, 25.98138 ], [ 114.008372, 26.015806 ], [ 114.044096, 26.076564 ], [ 114.087828, 26.06635 ], [ 114.121089, 26.085702 ], [ 114.10569, 26.097526 ], [ 114.188842, 26.121172 ], [ 114.237501, 26.152333 ], [ 114.216559, 26.203355 ], [ 114.181451, 26.214631 ], [ 114.102611, 26.187783 ], [ 114.088444, 26.168448 ], [ 114.013299, 26.184023 ], [ 113.962792, 26.150722 ], [ 113.949242, 26.192616 ], [ 113.972647, 26.20604 ], [ 113.978807, 26.237716 ], [ 114.029314, 26.266163 ], [ 114.021307, 26.288701 ], [ 114.047792, 26.337518 ], [ 114.030546, 26.376664 ], [ 114.062575, 26.406149 ], [ 114.085364, 26.406149 ], [ 114.090292, 26.455988 ], [ 114.110002, 26.482775 ], [ 114.07243, 26.480096 ], [ 114.10877, 26.56952 ], [ 114.019459, 26.587182 ], [ 113.996669, 26.615543 ], [ 113.912901, 26.613938 ], [ 113.860546, 26.664221 ], [ 113.853771, 26.769532 ], [ 113.835909, 26.806394 ], [ 113.877177, 26.859262 ], [ 113.890112, 26.895562 ], [ 113.927068, 26.948922 ], [ 113.892575, 26.964925 ], [ 113.86301, 27.018252 ], [ 113.824206, 27.036378 ], [ 113.803264, 27.099261 ], [ 113.771851, 27.096598 ], [ 113.779242, 27.137081 ], [ 113.846996, 27.222262 ], [ 113.872865, 27.289828 ], [ 113.854387, 27.30525 ], [ 113.872865, 27.346721 ], [ 113.872865, 27.384988 ], [ 113.72812, 27.350442 ], [ 113.699786, 27.331836 ], [ 113.657902, 27.347253 ], [ 113.616635, 27.345658 ], [ 113.605548, 27.38924 ], [ 113.632033, 27.40518 ], [ 113.59754, 27.428554 ], [ 113.591381, 27.467855 ], [ 113.627105, 27.49971 ], [ 113.583374, 27.524657 ], [ 113.579062, 27.545354 ], [ 113.608627, 27.585143 ], [ 113.607395, 27.625449 ], [ 113.652359, 27.663619 ], [ 113.696707, 27.71979 ], [ 113.69917, 27.740979 ], [ 113.763228, 27.799228 ], [ 113.756453, 27.860091 ], [ 113.72812, 27.874904 ], [ 113.752141, 27.93361 ], [ 113.822974, 27.982243 ], [ 113.845148, 27.971672 ], [ 113.864242, 28.004966 ], [ 113.914133, 27.991227 ], [ 113.936307, 28.018703 ], [ 113.966488, 28.017646 ], [ 113.970184, 28.041418 ], [ 114.025618, 28.031382 ], [ 114.047176, 28.057263 ], [ 114.025002, 28.080499 ], [ 113.992357, 28.161255 ], [ 114.012068, 28.174972 ], [ 114.068734, 28.171806 ], [ 114.107538, 28.182885 ], [ 114.109386, 28.205038 ], [ 114.143879, 28.246694 ], [ 114.182067, 28.249858 ], [ 114.198081, 28.29097 ], [ 114.2529, 28.319423 ], [ 114.252284, 28.395787 ], [ 114.214712, 28.403157 ], [ 114.172212, 28.432632 ], [ 114.217175, 28.466308 ], [ 114.218407, 28.48472 ], [ 114.15435, 28.507337 ], [ 114.138335, 28.533629 ], [ 114.08598, 28.558337 ], [ 114.132176, 28.607211 ], [ 114.122321, 28.623497 ], [ 114.157429, 28.761566 ], [ 114.137719, 28.779926 ], [ 114.153734, 28.829221 ], [ 114.124784, 28.843376 ], [ 114.076741, 28.834464 ], [ 114.056415, 28.872204 ], [ 114.060111, 28.902596 ], [ 114.028082, 28.891069 ], [ 114.005292, 28.917788 ], [ 114.008988, 28.955498 ], [ 113.973879, 28.937692 ], [ 113.955401, 28.978536 ], [ 113.961561, 28.999476 ], [ 113.94185, 29.047097 ], [ 113.952321, 29.092604 ], [ 113.98743, 29.126068 ], [ 114.034857, 29.152204 ], [ 114.063191, 29.204978 ], [ 114.169748, 29.216993 ], [ 114.252284, 29.23475 ], [ 114.259059, 29.343839 ], [ 114.307102, 29.365225 ], [ 114.341595, 29.327665 ], [ 114.376088, 29.322969 ], [ 114.440145, 29.341752 ], [ 114.466015, 29.324013 ], [ 114.519602, 29.325578 ], [ 114.589819, 29.352707 ], [ 114.621847, 29.379828 ], [ 114.67297, 29.395993 ], [ 114.740724, 29.386607 ], [ 114.759818, 29.363139 ], [ 114.784455, 29.386086 ], [ 114.812173, 29.383478 ], [ 114.866375, 29.404335 ], [ 114.895325, 29.397557 ], [ 114.931049, 29.422581 ], [ 114.947063, 29.465317 ], [ 114.935977, 29.486678 ], [ 114.90518, 29.473132 ], [ 114.918114, 29.454374 ], [ 114.888549, 29.436134 ], [ 114.860216, 29.476258 ], [ 114.900868, 29.505951 ], [ 114.940288, 29.493971 ], [ 114.966773, 29.522096 ], [ 114.947679, 29.542924 ], [ 115.00065, 29.572076 ], [ 115.033295, 29.546568 ], [ 115.087498, 29.560104 ], [ 115.086266, 29.525741 ], [ 115.154019, 29.510117 ], [ 115.157099, 29.584568 ], [ 115.120142, 29.597578 ], [ 115.143548, 29.645961 ], [ 115.117679, 29.655843 ], [ 115.113367, 29.684963 ], [ 115.176809, 29.654803 ], [ 115.250722, 29.660003 ], [ 115.28583, 29.618391 ], [ 115.304924, 29.637118 ], [ 115.355431, 29.649602 ], [ 115.412714, 29.688602 ], [ 115.470612, 29.739539 ], [ 115.479235, 29.811224 ], [ 115.51188, 29.840299 ], [ 115.611662, 29.841337 ], [ 115.667712, 29.850161 ], [ 115.706517, 29.837703 ], [ 115.762567, 29.793048 ], [ 115.837096, 29.748373 ], [ 115.909777, 29.723949 ], [ 115.965827, 29.724469 ], [ 116.049595, 29.761881 ], [ 116.087167, 29.795125 ], [ 116.13521, 29.819532 ], [ 116.172783, 29.828358 ], [ 116.227601, 29.816936 ], [ 116.250391, 29.785777 ], [ 116.280572, 29.788893 ], [ 116.342782, 29.835626 ], [ 116.467818, 29.896347 ], [ 116.525716, 29.897385 ], [ 116.552201, 29.909836 ], [ 116.585462, 30.045657 ], [ 116.620571, 30.073109 ], [ 116.666766, 30.076734 ], [ 116.720353, 30.053945 ], [ 116.747454, 30.057053 ], [ 116.783794, 30.030632 ], [ 116.802889, 29.99643 ], [ 116.830606, 30.004723 ], [ 116.83307, 29.95755 ], [ 116.868794, 29.980361 ], [ 116.900207, 29.949253 ], [ 116.882961, 29.893753 ], [ 116.780715, 29.792529 ], [ 116.762237, 29.802396 ], [ 116.673541, 29.709916 ], [ 116.653831, 29.694841 ], [ 116.680317, 29.681323 ], [ 116.651983, 29.637118 ], [ 116.716657, 29.590813 ], [ 116.721585, 29.564789 ], [ 116.760389, 29.599139 ], [ 116.780715, 29.569994 ], [ 116.849084, 29.57624 ], [ 116.873722, 29.609546 ], [ 116.939627, 29.648561 ], [ 116.974736, 29.657403 ], [ 116.996294, 29.683403 ], [ 117.041873, 29.680803 ], [ 117.112706, 29.711995 ], [ 117.108395, 29.75201 ], [ 117.136728, 29.775388 ], [ 117.123177, 29.798761 ], [ 117.073286, 29.831992 ], [ 117.127489, 29.86158 ], [ 117.129952, 29.89946 ], [ 117.171836, 29.920729 ], [ 117.2168, 29.926953 ], [ 117.246365, 29.915023 ], [ 117.261763, 29.880781 ], [ 117.25314, 29.834588 ], [ 117.29256, 29.822647 ], [ 117.338756, 29.848085 ], [ 117.359082, 29.812782 ], [ 117.382487, 29.840818 ], [ 117.415132, 29.85068 ], [ 117.408973, 29.802396 ], [ 117.455168, 29.749412 ], [ 117.453936, 29.688082 ], [ 117.490277, 29.660003 ], [ 117.530313, 29.654282 ], [ 117.523538, 29.630356 ], [ 117.543248, 29.588731 ], [ 117.608537, 29.591333 ], [ 117.647957, 29.614749 ], [ 117.678754, 29.595496 ], [ 117.690457, 29.555939 ], [ 117.729877, 29.550213 ], [ 117.795167, 29.570515 ], [ 117.872775, 29.54761 ], [ 117.933753, 29.549172 ], [ 118.00397, 29.578322 ], [ 118.042774, 29.566351 ], [ 118.050782, 29.542924 ], [ 118.095129, 29.534072 ], [ 118.143788, 29.489803 ], [ 118.127774, 29.47209 ], [ 118.136397, 29.418932 ], [ 118.193064, 29.395472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "370000", "name": "山东省", "center": [ 117.000923, 36.675807 ], "centroid": [ 118.187667, 36.376018 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 14, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116.374195, 34.640011 ], [ 116.334159, 34.620806 ], [ 116.32492, 34.601104 ], [ 116.286116, 34.608986 ], [ 116.247927, 34.551829 ], [ 116.196804, 34.575977 ], [ 116.156768, 34.5538 ], [ 116.134594, 34.559715 ], [ 116.101334, 34.60603 ], [ 116.037276, 34.593222 ], [ 115.991081, 34.615389 ], [ 115.984305, 34.589281 ], [ 115.838328, 34.5676 ], [ 115.827241, 34.558236 ], [ 115.787821, 34.580905 ], [ 115.697278, 34.594207 ], [ 115.685575, 34.556265 ], [ 115.622749, 34.574499 ], [ 115.553148, 34.568586 ], [ 115.515575, 34.582383 ], [ 115.461373, 34.637057 ], [ 115.433655, 34.725149 ], [ 115.449054, 34.74433 ], [ 115.42688, 34.805285 ], [ 115.317243, 34.859321 ], [ 115.256265, 34.845079 ], [ 115.239019, 34.87798 ], [ 115.251953, 34.906451 ], [ 115.205142, 34.914303 ], [ 115.219309, 34.96042 ], [ 115.157099, 34.957968 ], [ 115.12815, 35.00455 ], [ 115.075179, 35.000628 ], [ 115.028983, 34.9717 ], [ 115.008041, 34.988372 ], [ 114.950759, 34.989843 ], [ 114.923658, 34.968757 ], [ 114.880542, 35.00357 ], [ 114.824492, 35.012393 ], [ 114.852209, 35.041797 ], [ 114.818948, 35.051596 ], [ 114.835578, 35.076578 ], [ 114.883006, 35.098615 ], [ 114.841738, 35.15099 ], [ 114.861448, 35.182301 ], [ 114.932281, 35.198441 ], [ 114.929201, 35.244886 ], [ 114.957534, 35.261014 ], [ 115.04315, 35.376744 ], [ 115.073947, 35.374304 ], [ 115.091809, 35.416259 ], [ 115.117679, 35.400163 ], [ 115.126302, 35.41821 ], [ 115.172497, 35.426501 ], [ 115.237171, 35.423087 ], [ 115.307388, 35.480126 ], [ 115.356047, 35.490359 ], [ 115.34496, 35.55368 ], [ 115.383148, 35.568772 ], [ 115.48601, 35.710306 ], [ 115.52851, 35.733628 ], [ 115.622749, 35.739457 ], [ 115.693582, 35.754028 ], [ 115.696046, 35.788989 ], [ 115.73485, 35.833154 ], [ 115.773654, 35.854014 ], [ 115.81677, 35.844312 ], [ 115.859886, 35.857894 ], [ 115.882675, 35.879718 ], [ 115.873436, 35.918985 ], [ 115.907929, 35.92674 ], [ 115.911624, 35.960171 ], [ 115.984921, 35.974218 ], [ 116.048979, 35.970343 ], [ 116.063145, 36.028927 ], [ 116.099486, 36.112129 ], [ 116.057602, 36.104877 ], [ 115.989849, 36.045381 ], [ 115.89869, 36.026507 ], [ 115.859886, 36.003756 ], [ 115.817386, 36.012954 ], [ 115.779813, 35.993588 ], [ 115.774886, 35.974702 ], [ 115.699125, 35.966468 ], [ 115.648618, 35.922863 ], [ 115.583945, 35.921893 ], [ 115.513112, 35.890385 ], [ 115.505104, 35.899112 ], [ 115.495249, 35.896203 ], [ 115.487858, 35.880688 ], [ 115.460141, 35.867594 ], [ 115.407786, 35.80889 ], [ 115.363438, 35.779765 ], [ 115.335105, 35.796756 ], [ 115.364054, 35.894264 ], [ 115.353583, 35.938854 ], [ 115.362822, 35.971796 ], [ 115.447822, 36.01247 ], [ 115.449054, 36.047317 ], [ 115.484163, 36.125666 ], [ 115.483547, 36.148865 ], [ 115.474923, 36.248352 ], [ 115.466916, 36.258969 ], [ 115.466916, 36.258969 ], [ 115.462605, 36.276339 ], [ 115.417025, 36.292742 ], [ 115.423185, 36.32216 ], [ 115.366518, 36.30914 ], [ 115.368982, 36.342409 ], [ 115.340033, 36.398307 ], [ 115.297533, 36.413239 ], [ 115.317243, 36.454166 ], [ 115.291374, 36.460423 ], [ 115.272895, 36.497476 ], [ 115.33141, 36.550378 ], [ 115.355431, 36.627262 ], [ 115.365902, 36.621979 ], [ 115.420105, 36.686795 ], [ 115.451518, 36.702151 ], [ 115.479851, 36.760187 ], [ 115.524815, 36.763543 ], [ 115.686807, 36.810034 ], [ 115.688654, 36.838777 ], [ 115.71206, 36.883308 ], [ 115.75764, 36.902453 ], [ 115.79706, 36.968945 ], [ 115.776734, 36.992848 ], [ 115.85619, 37.060694 ], [ 115.888219, 37.112254 ], [ 115.879596, 37.150901 ], [ 115.91224, 37.177132 ], [ 115.909777, 37.20669 ], [ 115.969523, 37.239572 ], [ 115.975682, 37.337179 ], [ 116.024341, 37.360015 ], [ 116.085935, 37.373809 ], [ 116.106261, 37.368577 ], [ 116.169087, 37.384271 ], [ 116.193109, 37.365723 ], [ 116.236224, 37.361442 ], [ 116.2855, 37.404241 ], [ 116.226369, 37.428007 ], [ 116.243, 37.447965 ], [ 116.224522, 37.479791 ], [ 116.240536, 37.489764 ], [ 116.240536, 37.489764 ], [ 116.27626, 37.466967 ], [ 116.290427, 37.484065 ], [ 116.278724, 37.524895 ], [ 116.295355, 37.554316 ], [ 116.336007, 37.581355 ], [ 116.36742, 37.566177 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.379738, 37.522047 ], [ 116.38097, 37.522522 ], [ 116.433941, 37.473142 ], [ 116.448108, 37.503059 ], [ 116.4826, 37.521573 ], [ 116.575607, 37.610754 ], [ 116.604556, 37.624975 ], [ 116.66307, 37.686096 ], [ 116.679085, 37.728708 ], [ 116.724664, 37.744327 ], [ 116.753613, 37.77035 ], [ 116.753613, 37.793054 ], [ 116.804736, 37.848837 ], [ 116.837997, 37.835132 ], [ 116.919301, 37.846002 ], [ 117.027091, 37.832296 ], [ 117.074518, 37.848837 ], [ 117.150278, 37.839385 ], [ 117.185387, 37.849783 ], [ 117.271618, 37.839858 ], [ 117.320278, 37.861596 ], [ 117.400966, 37.844584 ], [ 117.438538, 37.854035 ], [ 117.481038, 37.914967 ], [ 117.513067, 37.94329 ], [ 117.524154, 37.989527 ], [ 117.557414, 38.046105 ], [ 117.557414, 38.046105 ], [ 117.586979, 38.071551 ], [ 117.704624, 38.076262 ], [ 117.746508, 38.12524 ], [ 117.771145, 38.134655 ], [ 117.766834, 38.158658 ], [ 117.789007, 38.180772 ], [ 117.808718, 38.22827 ], [ 117.848754, 38.255062 ], [ 117.895565, 38.301572 ], [ 117.896797, 38.279495 ], [ 118.018753, 38.202409 ], [ 118.045238, 38.214165 ], [ 118.112376, 38.210403 ], [ 118.177665, 38.186417 ], [ 118.217085, 38.146893 ], [ 118.331034, 38.12524 ], [ 118.404331, 38.121003 ], [ 118.431432, 38.106406 ], [ 118.44991, 38.124299 ], [ 118.504729, 38.11394 ], [ 118.534294, 38.063541 ], [ 118.552156, 38.05553 ], [ 118.597736, 38.079088 ], [ 118.607591, 38.129006 ], [ 118.626069, 38.138421 ], [ 118.703677, 38.151129 ], [ 118.811467, 38.157717 ], [ 118.908169, 38.139362 ], [ 118.974075, 38.094162 ], [ 119.001792, 37.99613 ], [ 119.110813, 37.921577 ], [ 119.12806, 37.847892 ], [ 119.16132, 37.81906 ], [ 119.212443, 37.838913 ], [ 119.24016, 37.878131 ], [ 119.291899, 37.869627 ], [ 119.309146, 37.805349 ], [ 119.280197, 37.692726 ], [ 119.262334, 37.660517 ], [ 119.236465, 37.651988 ], [ 119.153313, 37.655305 ], [ 119.023966, 37.642037 ], [ 118.988857, 37.620709 ], [ 118.939582, 37.527268 ], [ 118.942662, 37.497361 ], [ 119.001176, 37.31862 ], [ 119.03998, 37.30434 ], [ 119.054147, 37.254816 ], [ 119.084328, 37.239572 ], [ 119.091103, 37.257674 ], [ 119.12806, 37.254816 ], [ 119.136683, 37.230995 ], [ 119.204436, 37.280058 ], [ 119.190885, 37.25958 ], [ 119.2069, 37.223371 ], [ 119.298675, 37.197156 ], [ 119.301138, 37.139452 ], [ 119.327624, 37.115595 ], [ 119.361501, 37.125616 ], [ 119.428022, 37.125616 ], [ 119.489616, 37.134681 ], [ 119.576463, 37.127524 ], [ 119.678709, 37.158056 ], [ 119.698419, 37.127047 ], [ 119.744615, 37.135158 ], [ 119.83023, 37.225754 ], [ 119.865339, 37.233854 ], [ 119.89244, 37.263866 ], [ 119.883201, 37.311004 ], [ 119.837006, 37.346695 ], [ 119.843781, 37.376662 ], [ 119.926933, 37.386649 ], [ 119.949723, 37.419927 ], [ 120.010085, 37.442263 ], [ 120.064903, 37.448915 ], [ 120.086461, 37.465067 ], [ 120.144359, 37.481691 ], [ 120.222584, 37.532963 ], [ 120.246605, 37.556689 ], [ 120.208417, 37.588469 ], [ 120.215192, 37.621183 ], [ 120.272475, 37.636824 ], [ 120.269395, 37.658622 ], [ 120.22012, 37.671886 ], [ 120.227511, 37.693673 ], [ 120.367945, 37.697935 ], [ 120.454793, 37.757576 ], [ 120.517619, 37.750005 ], [ 120.590915, 37.7642 ], [ 120.634031, 37.796364 ], [ 120.656821, 37.793054 ], [ 120.733197, 37.833714 ], [ 120.839139, 37.82426 ], [ 120.845298, 37.826623 ], [ 120.874863, 37.833241 ], [ 120.940769, 37.819533 ], [ 120.943233, 37.785486 ], [ 120.994356, 37.759468 ], [ 121.037471, 37.718767 ], [ 121.136022, 37.723501 ], [ 121.160043, 37.698882 ], [ 121.142797, 37.661464 ], [ 121.161891, 37.646302 ], [ 121.148956, 37.626397 ], [ 121.17421, 37.597479 ], [ 121.217326, 37.582778 ], [ 121.304789, 37.582778 ], [ 121.358376, 37.597479 ], [ 121.349137, 37.635403 ], [ 121.391021, 37.625449 ], [ 121.435368, 37.592737 ], [ 121.395948, 37.589891 ], [ 121.400876, 37.557638 ], [ 121.460006, 37.522522 ], [ 121.477252, 37.475992 ], [ 121.571491, 37.441313 ], [ 121.575802, 37.460317 ], [ 121.635548, 37.494037 ], [ 121.66573, 37.473617 ], [ 121.772903, 37.466492 ], [ 121.923808, 37.473142 ], [ 121.997721, 37.494512 ], [ 122.017431, 37.531065 ], [ 122.075329, 37.540556 ], [ 122.08888, 37.554316 ], [ 122.150474, 37.557163 ], [ 122.163408, 37.519199 ], [ 122.131996, 37.49926 ], [ 122.166488, 37.438937 ], [ 122.194205, 37.456041 ], [ 122.25272, 37.467917 ], [ 122.287212, 37.445114 ], [ 122.281053, 37.430858 ], [ 122.337103, 37.414223 ], [ 122.41656, 37.414699 ], [ 122.487393, 37.43466 ], [ 122.4954, 37.413748 ], [ 122.553914, 37.407093 ], [ 122.641377, 37.428482 ], [ 122.67587, 37.413273 ], [ 122.701739, 37.418501 ], [ 122.714058, 37.392355 ], [ 122.6925, 37.373809 ], [ 122.650616, 37.388551 ], [ 122.607501, 37.364296 ], [ 122.611196, 37.339558 ], [ 122.573624, 37.296247 ], [ 122.567465, 37.25958 ], [ 122.592718, 37.261485 ], [ 122.624131, 37.190959 ], [ 122.573624, 37.176178 ], [ 122.581015, 37.147562 ], [ 122.533588, 37.153286 ], [ 122.484313, 37.128956 ], [ 122.478769, 37.058784 ], [ 122.467067, 37.037289 ], [ 122.494168, 37.033945 ], [ 122.575472, 37.054485 ], [ 122.583479, 37.037289 ], [ 122.544675, 37.004797 ], [ 122.55761, 36.968467 ], [ 122.532356, 36.901496 ], [ 122.48924, 36.886659 ], [ 122.483081, 36.913938 ], [ 122.434422, 36.914416 ], [ 122.457212, 36.868946 ], [ 122.383915, 36.865595 ], [ 122.378371, 36.844525 ], [ 122.344495, 36.828239 ], [ 122.280437, 36.835904 ], [ 122.275509, 36.83734 ], [ 122.220691, 36.848835 ], [ 122.174495, 36.842609 ], [ 122.188662, 36.866073 ], [ 122.175727, 36.894317 ], [ 122.119677, 36.891924 ], [ 122.141235, 36.938337 ], [ 122.124604, 36.944077 ], [ 122.115981, 36.94025 ], [ 122.093191, 36.913938 ], [ 122.051923, 36.904846 ], [ 122.042684, 36.871819 ], [ 122.008808, 36.96225 ], [ 121.965076, 36.938337 ], [ 121.927504, 36.932597 ], [ 121.767975, 36.874691 ], [ 121.762432, 36.84644 ], [ 121.726092, 36.826323 ], [ 121.6762, 36.819137 ], [ 121.631853, 36.80093 ], [ 121.651563, 36.723739 ], [ 121.556092, 36.764502 ], [ 121.575186, 36.740047 ], [ 121.532071, 36.73621 ], [ 121.485259, 36.786073 ], [ 121.548701, 36.807638 ], [ 121.565331, 36.830635 ], [ 121.506817, 36.803805 ], [ 121.496962, 36.795179 ], [ 121.454462, 36.752515 ], [ 121.3941, 36.738129 ], [ 121.400876, 36.701191 ], [ 121.35776, 36.713186 ], [ 121.31218, 36.702151 ], [ 121.29863, 36.702151 ], [ 121.251818, 36.671436 ], [ 121.161275, 36.651273 ], [ 121.078123, 36.607568 ], [ 121.028848, 36.572971 ], [ 120.955551, 36.575855 ], [ 120.926602, 36.611892 ], [ 120.882255, 36.627262 ], [ 120.847146, 36.618617 ], [ 120.884718, 36.601323 ], [ 120.909972, 36.568645 ], [ 120.962327, 36.562877 ], [ 120.983269, 36.546051 ], [ 120.95432, 36.507578 ], [ 120.965407, 36.466199 ], [ 120.938305, 36.447908 ], [ 120.90874, 36.450315 ], [ 120.919827, 36.419018 ], [ 120.871784, 36.36699 ], [ 120.848994, 36.403124 ], [ 120.858849, 36.424797 ], [ 120.828668, 36.46668 ], [ 120.759683, 36.46283 ], [ 120.694393, 36.390118 ], [ 120.744284, 36.327946 ], [ 120.66298, 36.331803 ], [ 120.653741, 36.282129 ], [ 120.686386, 36.279234 ], [ 120.696857, 36.15563 ], [ 120.712255, 36.126632 ], [ 120.672835, 36.130016 ], [ 120.64327, 36.114547 ], [ 120.615553, 36.120348 ], [ 120.593995, 36.100525 ], [ 120.546568, 36.107778 ], [ 120.546568, 36.091821 ], [ 120.468959, 36.087952 ], [ 120.429539, 36.056994 ], [ 120.370409, 36.053607 ], [ 120.289721, 36.059413 ], [ 120.35809, 36.174956 ], [ 120.362402, 36.196209 ], [ 120.319902, 36.232423 ], [ 120.297112, 36.225664 ], [ 120.310047, 36.185101 ], [ 120.263236, 36.182202 ], [ 120.260772, 36.198624 ], [ 120.224432, 36.19138 ], [ 120.22012, 36.209248 ], [ 120.181316, 36.203936 ], [ 120.140664, 36.173507 ], [ 120.142512, 36.143549 ], [ 120.108635, 36.127599 ], [ 120.116642, 36.102943 ], [ 120.152367, 36.095206 ], [ 120.181316, 36.066669 ], [ 120.239214, 36.062316 ], [ 120.234902, 36.030863 ], [ 120.198562, 35.995525 ], [ 120.257076, 36.025055 ], [ 120.249069, 35.992136 ], [ 120.285409, 36.01247 ], [ 120.289721, 36.017311 ], [ 120.316206, 36.002304 ], [ 120.30512, 35.971796 ], [ 120.265699, 35.966468 ], [ 120.209033, 35.917531 ], [ 120.202258, 35.89184 ], [ 120.169613, 35.888446 ], [ 120.207801, 35.947575 ], [ 120.152983, 35.907353 ], [ 120.125265, 35.906868 ], [ 120.112331, 35.885052 ], [ 120.064287, 35.873414 ], [ 120.032258, 35.812288 ], [ 120.049505, 35.786562 ], [ 120.01378, 35.714193 ], [ 119.958346, 35.760342 ], [ 119.926317, 35.759856 ], [ 119.920157, 35.739943 ], [ 119.950339, 35.729741 ], [ 119.91215, 35.660725 ], [ 119.925085, 35.637382 ], [ 119.868419, 35.60868 ], [ 119.83023, 35.620357 ], [ 119.824071, 35.646136 ], [ 119.792658, 35.615492 ], [ 119.800665, 35.581915 ], [ 119.752622, 35.588729 ], [ 119.75139, 35.617924 ], [ 119.718129, 35.615492 ], [ 119.662079, 35.589215 ], [ 119.663311, 35.562931 ], [ 119.618963, 35.459655 ], [ 119.579543, 35.406504 ], [ 119.590014, 35.37284 ], [ 119.543819, 35.347949 ], [ 119.538275, 35.296678 ], [ 119.493312, 35.318655 ], [ 119.450812, 35.285443 ], [ 119.411392, 35.231689 ], [ 119.397841, 35.137777 ], [ 119.428022, 35.121136 ], [ 119.373819, 35.078538 ], [ 119.354109, 35.080007 ], [ 119.306066, 35.076578 ], [ 119.286972, 35.115261 ], [ 119.250016, 35.124562 ], [ 119.217371, 35.106939 ], [ 119.137915, 35.096167 ], [ 119.114509, 35.055026 ], [ 119.027045, 35.055516 ], [ 118.942662, 35.040817 ], [ 118.928495, 35.051106 ], [ 118.86259, 35.025626 ], [ 118.860742, 34.944233 ], [ 118.805307, 34.87307 ], [ 118.80038, 34.843114 ], [ 118.772047, 34.794474 ], [ 118.739402, 34.792508 ], [ 118.719076, 34.745313 ], [ 118.764039, 34.740396 ], [ 118.783749, 34.723181 ], [ 118.739402, 34.693663 ], [ 118.690127, 34.678408 ], [ 118.664257, 34.693663 ], [ 118.607591, 34.694155 ], [ 118.601431, 34.714327 ], [ 118.545997, 34.705964 ], [ 118.460997, 34.656258 ], [ 118.473932, 34.623269 ], [ 118.439439, 34.626223 ], [ 118.424657, 34.595193 ], [ 118.439439, 34.507949 ], [ 118.416034, 34.473914 ], [ 118.404947, 34.427525 ], [ 118.379693, 34.415183 ], [ 118.290382, 34.424563 ], [ 118.277447, 34.404814 ], [ 118.220165, 34.405802 ], [ 118.217701, 34.379134 ], [ 118.179513, 34.379628 ], [ 118.177665, 34.45319 ], [ 118.132702, 34.483287 ], [ 118.16473, 34.50499 ], [ 118.185056, 34.543942 ], [ 118.079115, 34.569571 ], [ 118.114839, 34.614404 ], [ 118.084042, 34.655766 ], [ 118.053861, 34.650843 ], [ 117.951615, 34.678408 ], [ 117.909732, 34.670533 ], [ 117.902956, 34.644443 ], [ 117.793935, 34.651827 ], [ 117.791471, 34.583368 ], [ 117.801942, 34.518798 ], [ 117.684298, 34.547392 ], [ 117.659044, 34.501044 ], [ 117.609769, 34.490686 ], [ 117.592523, 34.462566 ], [ 117.53832, 34.467006 ], [ 117.465023, 34.484767 ], [ 117.402813, 34.550843 ], [ 117.402813, 34.569571 ], [ 117.362777, 34.589281 ], [ 117.325205, 34.573021 ], [ 117.325205, 34.573021 ], [ 117.32151, 34.566614 ], [ 117.32151, 34.566614 ], [ 117.311654, 34.561686 ], [ 117.311654, 34.561686 ], [ 117.267307, 34.528659 ], [ 117.27285, 34.499565 ], [ 117.252524, 34.48674 ], [ 117.248213, 34.451216 ], [ 117.166293, 34.434435 ], [ 117.139191, 34.526687 ], [ 117.15151, 34.559222 ], [ 117.104083, 34.648874 ], [ 117.073286, 34.639026 ], [ 117.061583, 34.675947 ], [ 117.070206, 34.713835 ], [ 117.022163, 34.759081 ], [ 116.969192, 34.771864 ], [ 116.95133, 34.81069 ], [ 116.979047, 34.815113 ], [ 116.966113, 34.844588 ], [ 116.929156, 34.843114 ], [ 116.922381, 34.894671 ], [ 116.858323, 34.928533 ], [ 116.821983, 34.929515 ], [ 116.809048, 34.968757 ], [ 116.781947, 34.961891 ], [ 116.781331, 34.916757 ], [ 116.677853, 34.939327 ], [ 116.622418, 34.939818 ], [ 116.613795, 34.922645 ], [ 116.557745, 34.908905 ], [ 116.445028, 34.895652 ], [ 116.408071, 34.850972 ], [ 116.403144, 34.756131 ], [ 116.369267, 34.749247 ], [ 116.363724, 34.715311 ], [ 116.392057, 34.710391 ], [ 116.374195, 34.640011 ] ] ], [ [ [ 120.729502, 37.947065 ], [ 120.76461, 37.923937 ], [ 120.76461, 37.895134 ], [ 120.721495, 37.917328 ], [ 120.729502, 37.947065 ] ] ], [ [ [ 120.692545, 37.983867 ], [ 120.724574, 37.987641 ], [ 120.732581, 37.961694 ], [ 120.692545, 37.983867 ] ] ], [ [ [ 120.990044, 36.413239 ], [ 120.950624, 36.414684 ], [ 120.978341, 36.428649 ], [ 120.990044, 36.413239 ] ] ], [ [ [ 120.750444, 38.150188 ], [ 120.742436, 38.199116 ], [ 120.7874, 38.158658 ], [ 120.750444, 38.150188 ] ] ], [ [ [ 120.918595, 38.345236 ], [ 120.895189, 38.36307 ], [ 120.914899, 38.373393 ], [ 120.918595, 38.345236 ] ] ], [ [ [ 120.159142, 35.765198 ], [ 120.172077, 35.785591 ], [ 120.193019, 35.756942 ], [ 120.169613, 35.740428 ], [ 120.159142, 35.765198 ] ] ], [ [ [ 120.62664, 37.94565 ], [ 120.602002, 37.978678 ], [ 120.631567, 37.981037 ], [ 120.62664, 37.94565 ] ] ], [ [ [ 120.802183, 38.284193 ], [ 120.816349, 38.318008 ], [ 120.848378, 38.305799 ], [ 120.802183, 38.284193 ] ] ], [ [ [ 121.489571, 37.577086 ], [ 121.488955, 37.578035 ], [ 121.489571, 37.578509 ], [ 121.489571, 37.577561 ], [ 121.489571, 37.577086 ] ] ], [ [ [ 121.485875, 37.578509 ], [ 121.487723, 37.578509 ], [ 121.487723, 37.578035 ], [ 121.485875, 37.578509 ] ] ], [ [ [ 121.487723, 37.578509 ], [ 121.488339, 37.578509 ], [ 121.488955, 37.578509 ], [ 121.488955, 37.578035 ], [ 121.487723, 37.577561 ], [ 121.487723, 37.578509 ] ] ], [ [ [ 115.495249, 35.896203 ], [ 115.505104, 35.899112 ], [ 115.513112, 35.890385 ], [ 115.487858, 35.880688 ], [ 115.495249, 35.896203 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "410000", "name": "河南省", "center": [ 113.665412, 34.757975 ], "centroid": [ 113.619748, 33.902617 ], "childrenNum": 18, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 15, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 115.5088, 32.468761 ], [ 115.509416, 32.466741 ], [ 115.522967, 32.441997 ], [ 115.57101, 32.419266 ], [ 115.604271, 32.425833 ], [ 115.626445, 32.40512 ], [ 115.657857, 32.428864 ], [ 115.667712, 32.409667 ], [ 115.704669, 32.495013 ], [ 115.742241, 32.476335 ], [ 115.771806, 32.505108 ], [ 115.789052, 32.468761 ], [ 115.861117, 32.537403 ], [ 115.891298, 32.576243 ], [ 115.910393, 32.567165 ], [ 115.8759, 32.542448 ], [ 115.845719, 32.501575 ], [ 115.883291, 32.487946 ], [ 115.865429, 32.458662 ], [ 115.899306, 32.390971 ], [ 115.912856, 32.227596 ], [ 115.941805, 32.166318 ], [ 115.922095, 32.049725 ], [ 115.928871, 32.003046 ], [ 115.909161, 31.94314 ], [ 115.920248, 31.920285 ], [ 115.894994, 31.8649 ], [ 115.893762, 31.832365 ], [ 115.914704, 31.814567 ], [ 115.886371, 31.776418 ], [ 115.851878, 31.786593 ], [ 115.808147, 31.770313 ], [ 115.808147, 31.770313 ], [ 115.767495, 31.78761 ], [ 115.731154, 31.76726 ], [ 115.676336, 31.778453 ], [ 115.553764, 31.69549 ], [ 115.534054, 31.698545 ], [ 115.495249, 31.673083 ], [ 115.476771, 31.643028 ], [ 115.485394, 31.608885 ], [ 115.439815, 31.588496 ], [ 115.415793, 31.525771 ], [ 115.371446, 31.495668 ], [ 115.389924, 31.450241 ], [ 115.373909, 31.405813 ], [ 115.338801, 31.40428 ], [ 115.301229, 31.383846 ], [ 115.250722, 31.392021 ], [ 115.252569, 31.421646 ], [ 115.211301, 31.442072 ], [ 115.218077, 31.515057 ], [ 115.235939, 31.555354 ], [ 115.212533, 31.555354 ], [ 115.16449, 31.604808 ], [ 115.12507, 31.599201 ], [ 115.106592, 31.567592 ], [ 115.114599, 31.530362 ], [ 115.096121, 31.508425 ], [ 115.022824, 31.527811 ], [ 114.995107, 31.471171 ], [ 114.962462, 31.494648 ], [ 114.884238, 31.469129 ], [ 114.870071, 31.479337 ], [ 114.830035, 31.45892 ], [ 114.789383, 31.480358 ], [ 114.778912, 31.520669 ], [ 114.696376, 31.525771 ], [ 114.641558, 31.582378 ], [ 114.61692, 31.585437 ], [ 114.572572, 31.553824 ], [ 114.560869, 31.560963 ], [ 114.547935, 31.623665 ], [ 114.57134, 31.660858 ], [ 114.586123, 31.762172 ], [ 114.549783, 31.766751 ], [ 114.530688, 31.742834 ], [ 114.443841, 31.728074 ], [ 114.403189, 31.746906 ], [ 114.350218, 31.755557 ], [ 114.292936, 31.752503 ], [ 114.235654, 31.833382 ], [ 114.191922, 31.852192 ], [ 114.134024, 31.843042 ], [ 114.119241, 31.805922 ], [ 114.089676, 31.781506 ], [ 114.017611, 31.770822 ], [ 113.988662, 31.749959 ], [ 113.952321, 31.793714 ], [ 113.957865, 31.852701 ], [ 113.914749, 31.877098 ], [ 113.893807, 31.847109 ], [ 113.854387, 31.843042 ], [ 113.830981, 31.87913 ], [ 113.832213, 31.918761 ], [ 113.805728, 31.929428 ], [ 113.817431, 31.964467 ], [ 113.757685, 31.98985 ], [ 113.791561, 32.036028 ], [ 113.728735, 32.083197 ], [ 113.722576, 32.12426 ], [ 113.750293, 32.11615 ], [ 113.782322, 32.184553 ], [ 113.752757, 32.215951 ], [ 113.73859, 32.255942 ], [ 113.749061, 32.272642 ], [ 113.758301, 32.27669 ], [ 113.768156, 32.284279 ], [ 113.768772, 32.30148 ], [ 113.753989, 32.328286 ], [ 113.76754, 32.370249 ], [ 113.735511, 32.410677 ], [ 113.700402, 32.420782 ], [ 113.650511, 32.412698 ], [ 113.624642, 32.36115 ], [ 113.511925, 32.316654 ], [ 113.428773, 32.270618 ], [ 113.376418, 32.298445 ], [ 113.353628, 32.294904 ], [ 113.317904, 32.327275 ], [ 113.333918, 32.336377 ], [ 113.2366, 32.407141 ], [ 113.211962, 32.431895 ], [ 113.158992, 32.410677 ], [ 113.155912, 32.380863 ], [ 113.118956, 32.375809 ], [ 113.107869, 32.398551 ], [ 113.078919, 32.394508 ], [ 113.025949, 32.425328 ], [ 113.000695, 32.41674 ], [ 112.992072, 32.378336 ], [ 112.912, 32.390971 ], [ 112.888594, 32.37682 ], [ 112.860877, 32.396024 ], [ 112.776493, 32.358623 ], [ 112.735841, 32.356095 ], [ 112.716747, 32.357612 ], [ 112.645298, 32.368227 ], [ 112.612037, 32.386928 ], [ 112.589248, 32.381369 ], [ 112.545516, 32.404109 ], [ 112.530733, 32.37682 ], [ 112.477147, 32.380863 ], [ 112.448814, 32.34295 ], [ 112.390915, 32.37126 ], [ 112.360118, 32.3657 ], [ 112.328089, 32.321712 ], [ 112.206133, 32.392992 ], [ 112.172873, 32.385412 ], [ 112.150083, 32.411688 ], [ 112.155626, 32.377326 ], [ 112.081098, 32.425833 ], [ 112.063851, 32.474315 ], [ 112.014576, 32.450077 ], [ 111.975772, 32.471791 ], [ 111.948671, 32.51722 ], [ 111.890157, 32.503089 ], [ 111.858128, 32.528826 ], [ 111.808853, 32.536899 ], [ 111.713382, 32.606497 ], [ 111.646245, 32.605993 ], [ 111.640701, 32.634724 ], [ 111.577875, 32.593388 ], [ 111.530448, 32.628172 ], [ 111.513202, 32.674026 ], [ 111.458383, 32.726402 ], [ 111.475629, 32.760127 ], [ 111.41342, 32.757108 ], [ 111.380159, 32.829049 ], [ 111.293311, 32.859217 ], [ 111.276065, 32.903445 ], [ 111.255123, 32.883846 ], [ 111.242804, 32.930573 ], [ 111.273601, 32.971753 ], [ 111.258819, 33.006389 ], [ 111.221862, 33.042517 ], [ 111.152877, 33.039507 ], [ 111.192913, 33.071609 ], [ 111.179363, 33.115229 ], [ 111.146102, 33.12375 ], [ 111.12824, 33.15532 ], [ 111.08882, 33.181871 ], [ 111.045704, 33.169849 ], [ 111.046936, 33.202905 ], [ 110.984726, 33.255469 ], [ 111.025994, 33.330504 ], [ 111.025994, 33.375495 ], [ 110.996429, 33.435946 ], [ 111.02661, 33.467903 ], [ 111.02661, 33.478386 ], [ 111.002588, 33.535772 ], [ 111.00382, 33.578662 ], [ 110.966864, 33.609071 ], [ 110.878784, 33.634486 ], [ 110.823966, 33.685793 ], [ 110.831973, 33.713675 ], [ 110.81719, 33.751003 ], [ 110.782082, 33.796272 ], [ 110.74143, 33.798759 ], [ 110.712481, 33.833564 ], [ 110.66259, 33.85295 ], [ 110.612083, 33.852453 ], [ 110.587445, 33.887733 ], [ 110.628713, 33.910086 ], [ 110.627481, 33.925482 ], [ 110.665669, 33.937895 ], [ 110.671213, 33.966192 ], [ 110.620706, 34.035652 ], [ 110.587445, 34.023252 ], [ 110.591757, 34.101586 ], [ 110.61393, 34.113478 ], [ 110.642264, 34.161032 ], [ 110.621938, 34.177372 ], [ 110.55788, 34.193214 ], [ 110.55172, 34.213012 ], [ 110.507989, 34.217466 ], [ 110.43962, 34.243196 ], [ 110.428533, 34.288203 ], [ 110.451938, 34.292653 ], [ 110.503677, 34.33714 ], [ 110.473496, 34.393457 ], [ 110.403279, 34.433448 ], [ 110.403279, 34.433448 ], [ 110.360779, 34.516825 ], [ 110.372482, 34.544435 ], [ 110.404511, 34.557743 ], [ 110.366939, 34.566614 ], [ 110.379257, 34.600612 ], [ 110.424837, 34.588295 ], [ 110.488279, 34.610956 ], [ 110.533242, 34.583368 ], [ 110.610851, 34.607508 ], [ 110.710017, 34.605045 ], [ 110.749437, 34.65232 ], [ 110.780234, 34.648874 ], [ 110.812263, 34.624746 ], [ 110.870777, 34.636072 ], [ 110.89911, 34.661673 ], [ 110.929907, 34.731543 ], [ 110.976103, 34.706456 ], [ 111.035233, 34.740887 ], [ 111.118385, 34.756623 ], [ 111.148566, 34.807742 ], [ 111.232949, 34.789559 ], [ 111.255123, 34.819535 ], [ 111.29208, 34.806759 ], [ 111.345666, 34.831816 ], [ 111.389398, 34.815113 ], [ 111.439289, 34.838202 ], [ 111.502731, 34.829851 ], [ 111.543999, 34.853428 ], [ 111.570484, 34.843114 ], [ 111.592042, 34.881416 ], [ 111.617911, 34.894671 ], [ 111.646861, 34.938836 ], [ 111.681969, 34.9511 ], [ 111.664107, 34.984449 ], [ 111.739251, 35.00406 ], [ 111.807005, 35.032977 ], [ 111.810084, 35.062374 ], [ 111.933272, 35.083435 ], [ 111.97762, 35.067272 ], [ 112.018888, 35.068742 ], [ 112.039214, 35.045717 ], [ 112.062004, 35.056005 ], [ 112.05646, 35.098615 ], [ 112.066315, 35.153437 ], [ 112.03983, 35.194039 ], [ 112.078634, 35.219467 ], [ 112.058924, 35.280069 ], [ 112.094033, 35.279092 ], [ 112.21722, 35.253195 ], [ 112.242474, 35.234622 ], [ 112.304684, 35.251728 ], [ 112.288053, 35.219956 ], [ 112.36751, 35.219956 ], [ 112.390915, 35.239021 ], [ 112.513487, 35.218489 ], [ 112.637291, 35.225822 ], [ 112.628052, 35.263457 ], [ 112.720443, 35.206265 ], [ 112.772798, 35.207732 ], [ 112.822073, 35.258082 ], [ 112.884283, 35.243909 ], [ 112.934174, 35.262968 ], [ 112.936022, 35.284466 ], [ 112.992072, 35.29619 ], [ 112.985913, 35.33965 ], [ 112.996384, 35.362104 ], [ 113.067217, 35.353806 ], [ 113.126347, 35.332327 ], [ 113.149137, 35.350878 ], [ 113.165151, 35.412845 ], [ 113.188557, 35.412357 ], [ 113.189789, 35.44893 ], [ 113.243375, 35.449418 ], [ 113.304353, 35.426989 ], [ 113.31236, 35.481101 ], [ 113.348085, 35.468429 ], [ 113.391817, 35.506925 ], [ 113.439244, 35.507412 ], [ 113.49899, 35.532254 ], [ 113.513773, 35.57364 ], [ 113.55812, 35.621816 ], [ 113.547649, 35.656835 ], [ 113.578446, 35.633491 ], [ 113.625258, 35.632518 ], [ 113.622794, 35.674825 ], [ 113.592613, 35.691838 ], [ 113.587685, 35.736542 ], [ 113.604932, 35.797727 ], [ 113.582758, 35.818111 ], [ 113.660982, 35.837035 ], [ 113.637576, 35.870019 ], [ 113.654207, 35.931586 ], [ 113.648663, 35.994073 ], [ 113.678844, 35.985841 ], [ 113.694859, 36.026991 ], [ 113.660366, 36.034735 ], [ 113.68562, 36.056026 ], [ 113.671453, 36.115514 ], [ 113.655439, 36.125182 ], [ 113.712721, 36.129533 ], [ 113.705946, 36.148865 ], [ 113.651127, 36.174473 ], [ 113.697939, 36.181719 ], [ 113.681924, 36.216491 ], [ 113.716417, 36.262347 ], [ 113.712105, 36.303353 ], [ 113.736127, 36.324571 ], [ 113.731199, 36.363135 ], [ 113.755221, 36.366026 ], [ 113.813119, 36.332285 ], [ 113.856851, 36.329392 ], [ 113.84946, 36.347711 ], [ 113.882104, 36.353977 ], [ 113.911054, 36.314927 ], [ 113.962792, 36.353977 ], [ 113.981887, 36.31782 ], [ 114.002828, 36.334214 ], [ 114.056415, 36.329392 ], [ 114.04348, 36.303353 ], [ 114.080437, 36.269585 ], [ 114.129096, 36.280199 ], [ 114.175907, 36.264759 ], [ 114.170364, 36.245938 ], [ 114.170364, 36.245938 ], [ 114.203009, 36.245456 ], [ 114.2104, 36.272962 ], [ 114.241197, 36.251247 ], [ 114.257827, 36.263794 ], [ 114.299095, 36.245938 ], [ 114.345291, 36.255591 ], [ 114.356378, 36.230492 ], [ 114.408117, 36.224699 ], [ 114.417356, 36.205868 ], [ 114.466015, 36.197658 ], [ 114.480181, 36.177855 ], [ 114.533152, 36.171575 ], [ 114.586739, 36.141133 ], [ 114.588587, 36.118414 ], [ 114.640326, 36.137266 ], [ 114.720398, 36.140166 ], [ 114.734564, 36.15563 ], [ 114.771521, 36.124699 ], [ 114.857752, 36.127599 ], [ 114.858368, 36.144516 ], [ 114.912571, 36.140649 ], [ 114.926737, 36.089403 ], [ 114.914419, 36.052155 ], [ 114.998186, 36.069572 ], [ 115.04623, 36.112613 ], [ 115.048693, 36.161912 ], [ 115.06286, 36.178338 ], [ 115.104744, 36.172058 ], [ 115.12507, 36.209731 ], [ 115.1842, 36.193312 ], [ 115.201446, 36.210214 ], [ 115.201446, 36.210214 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.209248 ], [ 115.202678, 36.208765 ], [ 115.202678, 36.208765 ], [ 115.242098, 36.19138 ], [ 115.279055, 36.13775 ], [ 115.30246, 36.127599 ], [ 115.312931, 36.088436 ], [ 115.365902, 36.099074 ], [ 115.376989, 36.128083 ], [ 115.450902, 36.152248 ], [ 115.465068, 36.170125 ], [ 115.483547, 36.148865 ], [ 115.484163, 36.125666 ], [ 115.449054, 36.047317 ], [ 115.447822, 36.01247 ], [ 115.362822, 35.971796 ], [ 115.353583, 35.938854 ], [ 115.364054, 35.894264 ], [ 115.335105, 35.796756 ], [ 115.363438, 35.779765 ], [ 115.407786, 35.80889 ], [ 115.460141, 35.867594 ], [ 115.487858, 35.880688 ], [ 115.513112, 35.890385 ], [ 115.583945, 35.921893 ], [ 115.648618, 35.922863 ], [ 115.699125, 35.966468 ], [ 115.774886, 35.974702 ], [ 115.779813, 35.993588 ], [ 115.817386, 36.012954 ], [ 115.859886, 36.003756 ], [ 115.89869, 36.026507 ], [ 115.989849, 36.045381 ], [ 116.057602, 36.104877 ], [ 116.099486, 36.112129 ], [ 116.063145, 36.028927 ], [ 116.048979, 35.970343 ], [ 115.984921, 35.974218 ], [ 115.911624, 35.960171 ], [ 115.907929, 35.92674 ], [ 115.873436, 35.918985 ], [ 115.882675, 35.879718 ], [ 115.859886, 35.857894 ], [ 115.81677, 35.844312 ], [ 115.773654, 35.854014 ], [ 115.73485, 35.833154 ], [ 115.696046, 35.788989 ], [ 115.693582, 35.754028 ], [ 115.622749, 35.739457 ], [ 115.52851, 35.733628 ], [ 115.48601, 35.710306 ], [ 115.383148, 35.568772 ], [ 115.34496, 35.55368 ], [ 115.356047, 35.490359 ], [ 115.307388, 35.480126 ], [ 115.237171, 35.423087 ], [ 115.172497, 35.426501 ], [ 115.126302, 35.41821 ], [ 115.117679, 35.400163 ], [ 115.091809, 35.416259 ], [ 115.073947, 35.374304 ], [ 115.04315, 35.376744 ], [ 114.957534, 35.261014 ], [ 114.929201, 35.244886 ], [ 114.932281, 35.198441 ], [ 114.861448, 35.182301 ], [ 114.841738, 35.15099 ], [ 114.883006, 35.098615 ], [ 114.835578, 35.076578 ], [ 114.818948, 35.051596 ], [ 114.852209, 35.041797 ], [ 114.824492, 35.012393 ], [ 114.880542, 35.00357 ], [ 114.923658, 34.968757 ], [ 114.950759, 34.989843 ], [ 115.008041, 34.988372 ], [ 115.028983, 34.9717 ], [ 115.075179, 35.000628 ], [ 115.12815, 35.00455 ], [ 115.157099, 34.957968 ], [ 115.219309, 34.96042 ], [ 115.205142, 34.914303 ], [ 115.251953, 34.906451 ], [ 115.239019, 34.87798 ], [ 115.256265, 34.845079 ], [ 115.317243, 34.859321 ], [ 115.42688, 34.805285 ], [ 115.449054, 34.74433 ], [ 115.433655, 34.725149 ], [ 115.461373, 34.637057 ], [ 115.515575, 34.582383 ], [ 115.553148, 34.568586 ], [ 115.622749, 34.574499 ], [ 115.685575, 34.556265 ], [ 115.697278, 34.594207 ], [ 115.787821, 34.580905 ], [ 115.827241, 34.558236 ], [ 115.838328, 34.5676 ], [ 115.984305, 34.589281 ], [ 115.991081, 34.615389 ], [ 116.037276, 34.593222 ], [ 116.101334, 34.60603 ], [ 116.134594, 34.559715 ], [ 116.156768, 34.5538 ], [ 116.196804, 34.575977 ], [ 116.191261, 34.535561 ], [ 116.204196, 34.508442 ], [ 116.178326, 34.496112 ], [ 116.162312, 34.459605 ], [ 116.178942, 34.430487 ], [ 116.215898, 34.403333 ], [ 116.213435, 34.382098 ], [ 116.255934, 34.376665 ], [ 116.301514, 34.342082 ], [ 116.363724, 34.316877 ], [ 116.372347, 34.26595 ], [ 116.409303, 34.273863 ], [ 116.409303, 34.273863 ], [ 116.456731, 34.268917 ], [ 116.516477, 34.296114 ], [ 116.562056, 34.285731 ], [ 116.582382, 34.266444 ], [ 116.545426, 34.241711 ], [ 116.542962, 34.203608 ], [ 116.565752, 34.16945 ], [ 116.536187, 34.151127 ], [ 116.52818, 34.122892 ], [ 116.576223, 34.068873 ], [ 116.576223, 34.068873 ], [ 116.599629, 34.014324 ], [ 116.599629, 34.014324 ], [ 116.641512, 33.978103 ], [ 116.64336, 33.896675 ], [ 116.631042, 33.887733 ], [ 116.566984, 33.9081 ], [ 116.558361, 33.881274 ], [ 116.486296, 33.869846 ], [ 116.437637, 33.846489 ], [ 116.437021, 33.801246 ], [ 116.408071, 33.805721 ], [ 116.393905, 33.782843 ], [ 116.316912, 33.771402 ], [ 116.263326, 33.730101 ], [ 116.2005, 33.72612 ], [ 116.155536, 33.709693 ], [ 116.132747, 33.751501 ], [ 116.100102, 33.782843 ], [ 116.074232, 33.781351 ], [ 116.055754, 33.804727 ], [ 116.05945, 33.860902 ], [ 115.982457, 33.917039 ], [ 116.00032, 33.965199 ], [ 115.95782, 34.007875 ], [ 115.904233, 34.009859 ], [ 115.876516, 34.028708 ], [ 115.877132, 34.002913 ], [ 115.852494, 34.003906 ], [ 115.846335, 34.028708 ], [ 115.809378, 34.062428 ], [ 115.736082, 34.076805 ], [ 115.705901, 34.059949 ], [ 115.658473, 34.061437 ], [ 115.642459, 34.03218 ], [ 115.60735, 34.030196 ], [ 115.579017, 33.974133 ], [ 115.577785, 33.950307 ], [ 115.547604, 33.874815 ], [ 115.631988, 33.869846 ], [ 115.614126, 33.775879 ], [ 115.576553, 33.787817 ], [ 115.563003, 33.772895 ], [ 115.601807, 33.718653 ], [ 115.601191, 33.658898 ], [ 115.639995, 33.585143 ], [ 115.564851, 33.576169 ], [ 115.561771, 33.563703 ], [ 115.463837, 33.567193 ], [ 115.422569, 33.557219 ], [ 115.394851, 33.506335 ], [ 115.366518, 33.5233 ], [ 115.345576, 33.502842 ], [ 115.345576, 33.449928 ], [ 115.316627, 33.44893 ], [ 115.328946, 33.403477 ], [ 115.313547, 33.376994 ], [ 115.341881, 33.370997 ], [ 115.365286, 33.336005 ], [ 115.361591, 33.298497 ], [ 115.335105, 33.297997 ], [ 115.340033, 33.260973 ], [ 115.300613, 33.204407 ], [ 115.303692, 33.149809 ], [ 115.289526, 33.131769 ], [ 115.245178, 33.135778 ], [ 115.194671, 33.120743 ], [ 115.168186, 33.088658 ], [ 115.041302, 33.086653 ], [ 114.990795, 33.102195 ], [ 114.966158, 33.147304 ], [ 114.932897, 33.153817 ], [ 114.902716, 33.129764 ], [ 114.897172, 33.086653 ], [ 114.913187, 33.083143 ], [ 114.925506, 33.016928 ], [ 114.891629, 33.020441 ], [ 114.883006, 32.990328 ], [ 114.916266, 32.971251 ], [ 114.943368, 32.935094 ], [ 115.009273, 32.940117 ], [ 115.035143, 32.932582 ], [ 115.029599, 32.906962 ], [ 115.139237, 32.897917 ], [ 115.155867, 32.864747 ], [ 115.197135, 32.856201 ], [ 115.189744, 32.812452 ], [ 115.211301, 32.785791 ], [ 115.189744, 32.770695 ], [ 115.179273, 32.726402 ], [ 115.182968, 32.666973 ], [ 115.20083, 32.591876 ], [ 115.24333, 32.593388 ], [ 115.267352, 32.578261 ], [ 115.30554, 32.583303 ], [ 115.304924, 32.553042 ], [ 115.411482, 32.575235 ], [ 115.409018, 32.549007 ], [ 115.497713, 32.492489 ], [ 115.5088, 32.468761 ] ] ], [ [ [ 113.768156, 32.284279 ], [ 113.758301, 32.27669 ], [ 113.749061, 32.272642 ], [ 113.768772, 32.30148 ], [ 113.768156, 32.284279 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "420000", "name": "湖北省", "center": [ 114.298572, 30.584355 ], "centroid": [ 112.271286, 30.987521 ], "childrenNum": 17, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 16, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111.045704, 33.169849 ], [ 111.08882, 33.181871 ], [ 111.12824, 33.15532 ], [ 111.146102, 33.12375 ], [ 111.179363, 33.115229 ], [ 111.192913, 33.071609 ], [ 111.152877, 33.039507 ], [ 111.221862, 33.042517 ], [ 111.258819, 33.006389 ], [ 111.273601, 32.971753 ], [ 111.242804, 32.930573 ], [ 111.255123, 32.883846 ], [ 111.276065, 32.903445 ], [ 111.293311, 32.859217 ], [ 111.380159, 32.829049 ], [ 111.41342, 32.757108 ], [ 111.475629, 32.760127 ], [ 111.458383, 32.726402 ], [ 111.513202, 32.674026 ], [ 111.530448, 32.628172 ], [ 111.577875, 32.593388 ], [ 111.640701, 32.634724 ], [ 111.646245, 32.605993 ], [ 111.713382, 32.606497 ], [ 111.808853, 32.536899 ], [ 111.858128, 32.528826 ], [ 111.890157, 32.503089 ], [ 111.948671, 32.51722 ], [ 111.975772, 32.471791 ], [ 112.014576, 32.450077 ], [ 112.063851, 32.474315 ], [ 112.081098, 32.425833 ], [ 112.155626, 32.377326 ], [ 112.150083, 32.411688 ], [ 112.172873, 32.385412 ], [ 112.206133, 32.392992 ], [ 112.328089, 32.321712 ], [ 112.360118, 32.3657 ], [ 112.390915, 32.37126 ], [ 112.448814, 32.34295 ], [ 112.477147, 32.380863 ], [ 112.530733, 32.37682 ], [ 112.545516, 32.404109 ], [ 112.589248, 32.381369 ], [ 112.612037, 32.386928 ], [ 112.645298, 32.368227 ], [ 112.716747, 32.357612 ], [ 112.724138, 32.358623 ], [ 112.733993, 32.356601 ], [ 112.735841, 32.356095 ], [ 112.776493, 32.358623 ], [ 112.860877, 32.396024 ], [ 112.888594, 32.37682 ], [ 112.912, 32.390971 ], [ 112.992072, 32.378336 ], [ 113.000695, 32.41674 ], [ 113.025949, 32.425328 ], [ 113.078919, 32.394508 ], [ 113.107869, 32.398551 ], [ 113.118956, 32.375809 ], [ 113.155912, 32.380863 ], [ 113.158992, 32.410677 ], [ 113.211962, 32.431895 ], [ 113.2366, 32.407141 ], [ 113.333918, 32.336377 ], [ 113.317904, 32.327275 ], [ 113.353628, 32.294904 ], [ 113.376418, 32.298445 ], [ 113.428773, 32.270618 ], [ 113.511925, 32.316654 ], [ 113.624642, 32.36115 ], [ 113.650511, 32.412698 ], [ 113.700402, 32.420782 ], [ 113.735511, 32.410677 ], [ 113.76754, 32.370249 ], [ 113.753989, 32.328286 ], [ 113.768772, 32.30148 ], [ 113.749061, 32.272642 ], [ 113.73859, 32.255942 ], [ 113.752757, 32.215951 ], [ 113.782322, 32.184553 ], [ 113.750293, 32.11615 ], [ 113.722576, 32.12426 ], [ 113.728735, 32.083197 ], [ 113.791561, 32.036028 ], [ 113.757685, 31.98985 ], [ 113.817431, 31.964467 ], [ 113.805728, 31.929428 ], [ 113.832213, 31.918761 ], [ 113.830981, 31.87913 ], [ 113.854387, 31.843042 ], [ 113.893807, 31.847109 ], [ 113.914749, 31.877098 ], [ 113.957865, 31.852701 ], [ 113.952321, 31.793714 ], [ 113.988662, 31.749959 ], [ 114.017611, 31.770822 ], [ 114.089676, 31.781506 ], [ 114.119241, 31.805922 ], [ 114.134024, 31.843042 ], [ 114.191922, 31.852192 ], [ 114.235654, 31.833382 ], [ 114.292936, 31.752503 ], [ 114.350218, 31.755557 ], [ 114.403189, 31.746906 ], [ 114.443841, 31.728074 ], [ 114.530688, 31.742834 ], [ 114.549783, 31.766751 ], [ 114.586123, 31.762172 ], [ 114.57134, 31.660858 ], [ 114.547935, 31.623665 ], [ 114.560869, 31.560963 ], [ 114.572572, 31.553824 ], [ 114.61692, 31.585437 ], [ 114.641558, 31.582378 ], [ 114.696376, 31.525771 ], [ 114.778912, 31.520669 ], [ 114.789383, 31.480358 ], [ 114.830035, 31.45892 ], [ 114.870071, 31.479337 ], [ 114.884238, 31.469129 ], [ 114.962462, 31.494648 ], [ 114.995107, 31.471171 ], [ 115.022824, 31.527811 ], [ 115.096121, 31.508425 ], [ 115.114599, 31.530362 ], [ 115.106592, 31.567592 ], [ 115.12507, 31.599201 ], [ 115.16449, 31.604808 ], [ 115.212533, 31.555354 ], [ 115.235939, 31.555354 ], [ 115.218077, 31.515057 ], [ 115.211301, 31.442072 ], [ 115.252569, 31.421646 ], [ 115.250722, 31.392021 ], [ 115.301229, 31.383846 ], [ 115.338801, 31.40428 ], [ 115.373909, 31.405813 ], [ 115.393004, 31.389977 ], [ 115.372062, 31.349098 ], [ 115.40717, 31.337854 ], [ 115.443511, 31.344498 ], [ 115.473076, 31.265242 ], [ 115.507568, 31.267799 ], [ 115.539597, 31.231985 ], [ 115.540213, 31.194621 ], [ 115.585793, 31.143926 ], [ 115.603655, 31.17363 ], [ 115.655394, 31.211002 ], [ 115.700973, 31.201276 ], [ 115.778582, 31.112164 ], [ 115.797676, 31.128047 ], [ 115.837712, 31.127022 ], [ 115.867277, 31.147512 ], [ 115.887603, 31.10909 ], [ 115.939958, 31.071678 ], [ 115.938726, 31.04707 ], [ 116.006479, 31.034764 ], [ 116.015102, 31.011685 ], [ 116.058834, 31.012711 ], [ 116.071769, 30.956787 ], [ 116.03974, 30.957813 ], [ 115.976298, 30.931636 ], [ 115.932566, 30.889532 ], [ 115.865429, 30.864364 ], [ 115.848799, 30.828397 ], [ 115.863581, 30.815549 ], [ 115.851262, 30.756938 ], [ 115.782893, 30.751795 ], [ 115.762567, 30.685426 ], [ 115.81369, 30.637035 ], [ 115.819234, 30.597893 ], [ 115.848799, 30.602014 ], [ 115.876516, 30.582438 ], [ 115.887603, 30.542758 ], [ 115.910393, 30.519046 ], [ 115.894994, 30.452517 ], [ 115.921479, 30.416397 ], [ 115.885139, 30.379747 ], [ 115.91532, 30.337919 ], [ 115.903001, 30.31364 ], [ 115.985537, 30.290905 ], [ 115.997856, 30.252657 ], [ 116.065609, 30.204569 ], [ 116.055754, 30.180774 ], [ 116.088399, 30.110391 ], [ 116.078544, 30.062233 ], [ 116.091479, 30.036331 ], [ 116.073616, 29.969993 ], [ 116.128435, 29.897904 ], [ 116.13521, 29.819532 ], [ 116.087167, 29.795125 ], [ 116.049595, 29.761881 ], [ 115.965827, 29.724469 ], [ 115.909777, 29.723949 ], [ 115.837096, 29.748373 ], [ 115.762567, 29.793048 ], [ 115.706517, 29.837703 ], [ 115.667712, 29.850161 ], [ 115.611662, 29.841337 ], [ 115.51188, 29.840299 ], [ 115.479235, 29.811224 ], [ 115.470612, 29.739539 ], [ 115.412714, 29.688602 ], [ 115.355431, 29.649602 ], [ 115.304924, 29.637118 ], [ 115.28583, 29.618391 ], [ 115.250722, 29.660003 ], [ 115.176809, 29.654803 ], [ 115.113367, 29.684963 ], [ 115.117679, 29.655843 ], [ 115.143548, 29.645961 ], [ 115.120142, 29.597578 ], [ 115.157099, 29.584568 ], [ 115.154019, 29.510117 ], [ 115.086266, 29.525741 ], [ 115.087498, 29.560104 ], [ 115.033295, 29.546568 ], [ 115.00065, 29.572076 ], [ 114.947679, 29.542924 ], [ 114.966773, 29.522096 ], [ 114.940288, 29.493971 ], [ 114.900868, 29.505951 ], [ 114.860216, 29.476258 ], [ 114.888549, 29.436134 ], [ 114.918114, 29.454374 ], [ 114.90518, 29.473132 ], [ 114.935977, 29.486678 ], [ 114.947063, 29.465317 ], [ 114.931049, 29.422581 ], [ 114.895325, 29.397557 ], [ 114.866375, 29.404335 ], [ 114.812173, 29.383478 ], [ 114.784455, 29.386086 ], [ 114.759818, 29.363139 ], [ 114.740724, 29.386607 ], [ 114.67297, 29.395993 ], [ 114.621847, 29.379828 ], [ 114.589819, 29.352707 ], [ 114.519602, 29.325578 ], [ 114.466015, 29.324013 ], [ 114.440145, 29.341752 ], [ 114.376088, 29.322969 ], [ 114.341595, 29.327665 ], [ 114.307102, 29.365225 ], [ 114.259059, 29.343839 ], [ 114.252284, 29.23475 ], [ 114.169748, 29.216993 ], [ 114.063191, 29.204978 ], [ 114.034857, 29.152204 ], [ 113.98743, 29.126068 ], [ 113.952321, 29.092604 ], [ 113.94185, 29.047097 ], [ 113.898119, 29.029307 ], [ 113.876561, 29.038202 ], [ 113.882104, 29.065407 ], [ 113.852539, 29.058606 ], [ 113.816199, 29.105154 ], [ 113.775547, 29.095219 ], [ 113.749677, 29.060699 ], [ 113.722576, 29.104631 ], [ 113.696091, 29.077437 ], [ 113.690547, 29.114566 ], [ 113.66283, 29.16945 ], [ 113.691779, 29.19662 ], [ 113.693011, 29.226394 ], [ 113.651743, 29.225872 ], [ 113.609859, 29.25146 ], [ 113.632033, 29.316186 ], [ 113.660982, 29.333405 ], [ 113.674533, 29.388172 ], [ 113.731199, 29.393907 ], [ 113.755221, 29.446557 ], [ 113.677613, 29.513763 ], [ 113.630801, 29.523137 ], [ 113.710257, 29.555419 ], [ 113.73859, 29.579363 ], [ 113.704098, 29.634518 ], [ 113.680692, 29.64336 ], [ 113.663446, 29.684443 ], [ 113.606164, 29.666764 ], [ 113.547033, 29.675603 ], [ 113.540258, 29.699519 ], [ 113.558736, 29.727067 ], [ 113.550729, 29.768115 ], [ 113.575367, 29.809147 ], [ 113.571671, 29.849123 ], [ 113.37765, 29.703158 ], [ 113.277252, 29.594976 ], [ 113.222433, 29.543965 ], [ 113.181781, 29.485636 ], [ 113.145441, 29.449163 ], [ 113.099861, 29.459585 ], [ 113.078304, 29.438218 ], [ 113.057362, 29.522616 ], [ 113.034572, 29.523658 ], [ 112.950188, 29.473132 ], [ 112.912, 29.606944 ], [ 112.915696, 29.620992 ], [ 113.005007, 29.693801 ], [ 113.025949, 29.772791 ], [ 112.974826, 29.732784 ], [ 112.944645, 29.682883 ], [ 112.926782, 29.692241 ], [ 112.923703, 29.766557 ], [ 112.929246, 29.77383 ], [ 112.902145, 29.79149 ], [ 112.894138, 29.783699 ], [ 112.861493, 29.78318 ], [ 112.79374, 29.735902 ], [ 112.788812, 29.681323 ], [ 112.733378, 29.645441 ], [ 112.714283, 29.648561 ], [ 112.693957, 29.601741 ], [ 112.650842, 29.592374 ], [ 112.640371, 29.607985 ], [ 112.572001, 29.624113 ], [ 112.54182, 29.60122 ], [ 112.499321, 29.629316 ], [ 112.439574, 29.633997 ], [ 112.424792, 29.598619 ], [ 112.368741, 29.541362 ], [ 112.333017, 29.545007 ], [ 112.291133, 29.517409 ], [ 112.281278, 29.536676 ], [ 112.303452, 29.585609 ], [ 112.233851, 29.61631 ], [ 112.244322, 29.659483 ], [ 112.202438, 29.633997 ], [ 112.178416, 29.656883 ], [ 112.111279, 29.659483 ], [ 112.089721, 29.685482 ], [ 112.065699, 29.681323 ], [ 112.07617, 29.743696 ], [ 112.008417, 29.778505 ], [ 111.95483, 29.796683 ], [ 111.965917, 29.832512 ], [ 111.925881, 29.836665 ], [ 111.899396, 29.855871 ], [ 111.899396, 29.855871 ], [ 111.861207, 29.856909 ], [ 111.8107, 29.901017 ], [ 111.75773, 29.92021 ], [ 111.723853, 29.909317 ], [ 111.723853, 29.909317 ], [ 111.705375, 29.890121 ], [ 111.669034, 29.888565 ], [ 111.669034, 29.888565 ], [ 111.553854, 29.894272 ], [ 111.527368, 29.925916 ], [ 111.475629, 29.918654 ], [ 111.436825, 29.930065 ], [ 111.394325, 29.912948 ], [ 111.382623, 29.95029 ], [ 111.342587, 29.944586 ], [ 111.3315, 29.970512 ], [ 111.266826, 30.01146 ], [ 111.242188, 30.040476 ], [ 111.031537, 30.048765 ], [ 110.929907, 30.063268 ], [ 110.924364, 30.111426 ], [ 110.851067, 30.126439 ], [ 110.746973, 30.112979 ], [ 110.756212, 30.054463 ], [ 110.712481, 30.033223 ], [ 110.650887, 30.07777 ], [ 110.600996, 30.054463 ], [ 110.531394, 30.061197 ], [ 110.497518, 30.055499 ], [ 110.491358, 30.019751 ], [ 110.557264, 29.988137 ], [ 110.517228, 29.961179 ], [ 110.49875, 29.91243 ], [ 110.538786, 29.895828 ], [ 110.549873, 29.848085 ], [ 110.60038, 29.839779 ], [ 110.642879, 29.775907 ], [ 110.562807, 29.712515 ], [ 110.507373, 29.692241 ], [ 110.467337, 29.713034 ], [ 110.447011, 29.664684 ], [ 110.372482, 29.633477 ], [ 110.339221, 29.668324 ], [ 110.302265, 29.661563 ], [ 110.289946, 29.6964 ], [ 110.219729, 29.746814 ], [ 110.160599, 29.753569 ], [ 110.113788, 29.789932 ], [ 110.02386, 29.769674 ], [ 109.941325, 29.774349 ], [ 109.908064, 29.763959 ], [ 109.869876, 29.774869 ], [ 109.779333, 29.757725 ], [ 109.755311, 29.733304 ], [ 109.760238, 29.689122 ], [ 109.714659, 29.673524 ], [ 109.701108, 29.636078 ], [ 109.717739, 29.615269 ], [ 109.664768, 29.599659 ], [ 109.651833, 29.625674 ], [ 109.578536, 29.629836 ], [ 109.558826, 29.606944 ], [ 109.516326, 29.626194 ], [ 109.488609, 29.553336 ], [ 109.467051, 29.560104 ], [ 109.458428, 29.513242 ], [ 109.433791, 29.530948 ], [ 109.436254, 29.488761 ], [ 109.415928, 29.497617 ], [ 109.418392, 29.453332 ], [ 109.368501, 29.413719 ], [ 109.391291, 29.372005 ], [ 109.343863, 29.369398 ], [ 109.352487, 29.284872 ], [ 109.312451, 29.25146 ], [ 109.257632, 29.222738 ], [ 109.275494, 29.202366 ], [ 109.261328, 29.161089 ], [ 109.274262, 29.121885 ], [ 109.232378, 29.119271 ], [ 109.215748, 29.145409 ], [ 109.162777, 29.180946 ], [ 109.139372, 29.168927 ], [ 109.110422, 29.21647 ], [ 109.141835, 29.270256 ], [ 109.106727, 29.288526 ], [ 109.11227, 29.361053 ], [ 109.060531, 29.403292 ], [ 109.034662, 29.360531 ], [ 108.999553, 29.36366 ], [ 108.983539, 29.332883 ], [ 108.919481, 29.3261 ], [ 108.934264, 29.399643 ], [ 108.927488, 29.435612 ], [ 108.884373, 29.440824 ], [ 108.866511, 29.470527 ], [ 108.888684, 29.502305 ], [ 108.878213, 29.539279 ], [ 108.913322, 29.574679 ], [ 108.901003, 29.604863 ], [ 108.870206, 29.596537 ], [ 108.888068, 29.628795 ], [ 108.844337, 29.658443 ], [ 108.781511, 29.635558 ], [ 108.797525, 29.660003 ], [ 108.786438, 29.691721 ], [ 108.752562, 29.649082 ], [ 108.690968, 29.689642 ], [ 108.676801, 29.749412 ], [ 108.680497, 29.800319 ], [ 108.658939, 29.854833 ], [ 108.601041, 29.863656 ], [ 108.556077, 29.818493 ], [ 108.52528, 29.770713 ], [ 108.548686, 29.749412 ], [ 108.504954, 29.728626 ], [ 108.504338, 29.707836 ], [ 108.460606, 29.741098 ], [ 108.437201, 29.741098 ], [ 108.442744, 29.778505 ], [ 108.422418, 29.772791 ], [ 108.424266, 29.815897 ], [ 108.371295, 29.841337 ], [ 108.433505, 29.880262 ], [ 108.467998, 29.864175 ], [ 108.516041, 29.885451 ], [ 108.517889, 29.9394 ], [ 108.536367, 29.983472 ], [ 108.532055, 30.051873 ], [ 108.513577, 30.057571 ], [ 108.546222, 30.104178 ], [ 108.56778, 30.157491 ], [ 108.551766, 30.1637 ], [ 108.581947, 30.255759 ], [ 108.54499, 30.269716 ], [ 108.524048, 30.309506 ], [ 108.501258, 30.314673 ], [ 108.460606, 30.35961 ], [ 108.431041, 30.354446 ], [ 108.402092, 30.376649 ], [ 108.430425, 30.416397 ], [ 108.411331, 30.438586 ], [ 108.42673, 30.492233 ], [ 108.472925, 30.487076 ], [ 108.512961, 30.501515 ], [ 108.556077, 30.487592 ], [ 108.56778, 30.468508 ], [ 108.6497, 30.53915 ], [ 108.642925, 30.578831 ], [ 108.688504, 30.58759 ], [ 108.698975, 30.54482 ], [ 108.743939, 30.494812 ], [ 108.789518, 30.513374 ], [ 108.808612, 30.491202 ], [ 108.838793, 30.503062 ], [ 108.893612, 30.565434 ], [ 108.971836, 30.627766 ], [ 109.006329, 30.626736 ], [ 109.042669, 30.655571 ], [ 109.071002, 30.640125 ], [ 109.111654, 30.646303 ], [ 109.106111, 30.61077 ], [ 109.09256, 30.578831 ], [ 109.103647, 30.565949 ], [ 109.143683, 30.521108 ], [ 109.191726, 30.545851 ], [ 109.191726, 30.545851 ], [ 109.245313, 30.580892 ], [ 109.299516, 30.630341 ], [ 109.314298, 30.599953 ], [ 109.36111, 30.551004 ], [ 109.337088, 30.521623 ], [ 109.35495, 30.487076 ], [ 109.418392, 30.559766 ], [ 109.435638, 30.595832 ], [ 109.535421, 30.664837 ], [ 109.543428, 30.63961 ], [ 109.574225, 30.646818 ], [ 109.590855, 30.69366 ], [ 109.625348, 30.702923 ], [ 109.661072, 30.738936 ], [ 109.656761, 30.760538 ], [ 109.701724, 30.783677 ], [ 109.780564, 30.848437 ], [ 109.828608, 30.864364 ], [ 109.894513, 30.899803 ], [ 109.943788, 30.878746 ], [ 110.008462, 30.883369 ], [ 110.019549, 30.829425 ], [ 110.048498, 30.800642 ], [ 110.082375, 30.799614 ], [ 110.151976, 30.911613 ], [ 110.153824, 30.953708 ], [ 110.172918, 30.978853 ], [ 110.140889, 30.987062 ], [ 110.140273, 31.030661 ], [ 110.120563, 31.0322 ], [ 110.119947, 31.088592 ], [ 110.147048, 31.116776 ], [ 110.180309, 31.121899 ], [ 110.200019, 31.158779 ], [ 110.180309, 31.179774 ], [ 110.155671, 31.279564 ], [ 110.161831, 31.314338 ], [ 110.118715, 31.409899 ], [ 110.054042, 31.410921 ], [ 110.036795, 31.436966 ], [ 109.98752, 31.474744 ], [ 109.94502, 31.47066 ], [ 109.969658, 31.508935 ], [ 109.894513, 31.519139 ], [ 109.837847, 31.555354 ], [ 109.727594, 31.548214 ], [ 109.745456, 31.598182 ], [ 109.76455, 31.602769 ], [ 109.737449, 31.628761 ], [ 109.731289, 31.700582 ], [ 109.683246, 31.719929 ], [ 109.622268, 31.711783 ], [ 109.585928, 31.726546 ], [ 109.592087, 31.789136 ], [ 109.633971, 31.804396 ], [ 109.633971, 31.824738 ], [ 109.60379, 31.885737 ], [ 109.584696, 31.900472 ], [ 109.62042, 31.928412 ], [ 109.631507, 31.962436 ], [ 109.590855, 32.012688 ], [ 109.590855, 32.047696 ], [ 109.621652, 32.106519 ], [ 109.58716, 32.161251 ], [ 109.604406, 32.199241 ], [ 109.592703, 32.219495 ], [ 109.550203, 32.225065 ], [ 109.528645, 32.270112 ], [ 109.495385, 32.300468 ], [ 109.513247, 32.342444 ], [ 109.502776, 32.38895 ], [ 109.529877, 32.405625 ], [ 109.526797, 32.43341 ], [ 109.575457, 32.506622 ], [ 109.637051, 32.540935 ], [ 109.619804, 32.56767 ], [ 109.631507, 32.599943 ], [ 109.726978, 32.608513 ], [ 109.746072, 32.594901 ], [ 109.816905, 32.577252 ], [ 109.910528, 32.592884 ], [ 109.97089, 32.577756 ], [ 110.017701, 32.546989 ], [ 110.084223, 32.580782 ], [ 110.090382, 32.617083 ], [ 110.124259, 32.616579 ], [ 110.153824, 32.593388 ], [ 110.206179, 32.633212 ], [ 110.156903, 32.683093 ], [ 110.159367, 32.767173 ], [ 110.127338, 32.77774 ], [ 110.142121, 32.802895 ], [ 110.105164, 32.832569 ], [ 110.051578, 32.851676 ], [ 109.988752, 32.886359 ], [ 109.927158, 32.887364 ], [ 109.907448, 32.903947 ], [ 109.856941, 32.910479 ], [ 109.847702, 32.893395 ], [ 109.789804, 32.882339 ], [ 109.76455, 32.909474 ], [ 109.785492, 32.987316 ], [ 109.794731, 33.067095 ], [ 109.704188, 33.101694 ], [ 109.688174, 33.116733 ], [ 109.576073, 33.110216 ], [ 109.522486, 33.138785 ], [ 109.468283, 33.140288 ], [ 109.438718, 33.152314 ], [ 109.498464, 33.207412 ], [ 109.514479, 33.237951 ], [ 109.60687, 33.235949 ], [ 109.619804, 33.275484 ], [ 109.649985, 33.251465 ], [ 109.693101, 33.254468 ], [ 109.732521, 33.231443 ], [ 109.813209, 33.236449 ], [ 109.852013, 33.247961 ], [ 109.916687, 33.229942 ], [ 109.973353, 33.203907 ], [ 109.999223, 33.212419 ], [ 110.031252, 33.191888 ], [ 110.164911, 33.209415 ], [ 110.218497, 33.163336 ], [ 110.285635, 33.171352 ], [ 110.33799, 33.160331 ], [ 110.372482, 33.186379 ], [ 110.398352, 33.176862 ], [ 110.398352, 33.176862 ], [ 110.471032, 33.171352 ], [ 110.54125, 33.255469 ], [ 110.57759, 33.250464 ], [ 110.59422, 33.168346 ], [ 110.623785, 33.143796 ], [ 110.650887, 33.157324 ], [ 110.702626, 33.097182 ], [ 110.753133, 33.15031 ], [ 110.824582, 33.158327 ], [ 110.828893, 33.201403 ], [ 110.865234, 33.213921 ], [ 110.9219, 33.203907 ], [ 110.960704, 33.253967 ], [ 110.984726, 33.255469 ], [ 111.046936, 33.202905 ], [ 111.035849, 33.187881 ], [ 111.034001, 33.177864 ], [ 111.045704, 33.169849 ] ] ], [ [ [ 109.106111, 30.570587 ], [ 109.09872, 30.579346 ], [ 109.101183, 30.579346 ], [ 109.106111, 30.570587 ] ] ], [ [ [ 111.046936, 33.202905 ], [ 111.045704, 33.169849 ], [ 111.034001, 33.177864 ], [ 111.035849, 33.187881 ], [ 111.046936, 33.202905 ] ] ], [ [ [ 112.716747, 32.357612 ], [ 112.735841, 32.356095 ], [ 112.733993, 32.356601 ], [ 112.724138, 32.358623 ], [ 112.716747, 32.357612 ] ] ], [ [ [ 112.902145, 29.79149 ], [ 112.929246, 29.77383 ], [ 112.923703, 29.766557 ], [ 112.894138, 29.783699 ], [ 112.902145, 29.79149 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "430000", "name": "湖南省", "center": [ 112.982279, 28.19409 ], "centroid": [ 111.711649, 27.629221 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 17, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.48245, 26.029788 ], [ 109.452885, 26.055598 ], [ 109.449805, 26.101826 ], [ 109.502776, 26.096451 ], [ 109.513863, 26.128157 ], [ 109.47629, 26.148035 ], [ 109.439334, 26.238789 ], [ 109.467051, 26.313917 ], [ 109.442414, 26.289774 ], [ 109.369733, 26.277432 ], [ 109.351255, 26.264016 ], [ 109.325385, 26.29031 ], [ 109.285965, 26.295676 ], [ 109.271183, 26.327863 ], [ 109.29582, 26.350389 ], [ 109.319842, 26.418477 ], [ 109.38082, 26.454381 ], [ 109.362342, 26.472061 ], [ 109.385747, 26.493487 ], [ 109.381436, 26.518659 ], [ 109.407305, 26.533116 ], [ 109.390675, 26.598955 ], [ 109.35495, 26.658873 ], [ 109.334008, 26.646036 ], [ 109.306291, 26.661012 ], [ 109.283501, 26.698445 ], [ 109.35495, 26.693098 ], [ 109.407305, 26.719829 ], [ 109.447957, 26.759913 ], [ 109.486761, 26.759913 ], [ 109.52187, 26.749226 ], [ 109.528645, 26.743881 ], [ 109.568065, 26.726243 ], [ 109.597015, 26.756173 ], [ 109.554515, 26.73533 ], [ 109.528645, 26.743881 ], [ 109.522486, 26.749226 ], [ 109.497232, 26.815474 ], [ 109.513247, 26.84004 ], [ 109.509551, 26.877947 ], [ 109.486761, 26.895562 ], [ 109.452885, 26.861932 ], [ 109.436254, 26.892359 ], [ 109.555131, 26.946788 ], [ 109.520022, 27.058764 ], [ 109.497848, 27.079548 ], [ 109.486761, 27.053968 ], [ 109.454733, 27.069423 ], [ 109.472595, 27.134951 ], [ 109.441182, 27.117907 ], [ 109.415312, 27.154123 ], [ 109.358646, 27.153058 ], [ 109.33524, 27.139212 ], [ 109.264407, 27.131755 ], [ 109.239154, 27.14933 ], [ 109.21698, 27.114711 ], [ 109.165857, 27.066758 ], [ 109.101183, 27.06889 ], [ 109.128901, 27.122701 ], [ 109.032814, 27.104056 ], [ 109.007561, 27.08008 ], [ 108.940423, 27.044907 ], [ 108.942887, 27.017186 ], [ 108.942887, 27.017186 ], [ 108.877597, 27.01612 ], [ 108.79075, 27.084343 ], [ 108.878829, 27.106187 ], [ 108.926873, 27.160512 ], [ 108.907778, 27.204699 ], [ 108.963213, 27.235565 ], [ 108.983539, 27.26802 ], [ 109.053756, 27.293551 ], [ 109.044517, 27.331304 ], [ 109.103647, 27.336621 ], [ 109.142451, 27.418461 ], [ 109.141835, 27.448207 ], [ 109.167089, 27.41793 ], [ 109.202197, 27.450331 ], [ 109.245313, 27.41793 ], [ 109.300132, 27.423774 ], [ 109.303211, 27.47582 ], [ 109.404841, 27.55066 ], [ 109.461508, 27.567637 ], [ 109.451037, 27.586204 ], [ 109.470131, 27.62863 ], [ 109.45658, 27.673689 ], [ 109.470747, 27.680049 ], [ 109.414081, 27.725087 ], [ 109.366653, 27.721909 ], [ 109.37774, 27.736741 ], [ 109.332777, 27.782815 ], [ 109.346943, 27.838396 ], [ 109.32169, 27.868027 ], [ 109.30198, 27.956343 ], [ 109.319842, 27.988585 ], [ 109.362342, 28.007608 ], [ 109.378972, 28.034551 ], [ 109.335856, 28.063073 ], [ 109.298284, 28.036136 ], [ 109.314298, 28.103729 ], [ 109.33832, 28.141731 ], [ 109.340168, 28.19027 ], [ 109.367885, 28.254602 ], [ 109.388211, 28.268307 ], [ 109.33524, 28.293605 ], [ 109.317994, 28.277795 ], [ 109.275494, 28.313101 ], [ 109.268719, 28.33786 ], [ 109.289045, 28.373673 ], [ 109.264407, 28.392628 ], [ 109.260712, 28.46473 ], [ 109.274262, 28.494714 ], [ 109.273646, 28.53836 ], [ 109.319842, 28.579886 ], [ 109.306907, 28.62087 ], [ 109.252089, 28.606685 ], [ 109.235458, 28.61982 ], [ 109.201581, 28.597753 ], [ 109.192958, 28.636104 ], [ 109.271183, 28.671816 ], [ 109.252704, 28.691767 ], [ 109.294588, 28.722211 ], [ 109.2989, 28.7474 ], [ 109.241002, 28.776779 ], [ 109.246545, 28.80143 ], [ 109.235458, 28.882161 ], [ 109.261328, 28.952356 ], [ 109.292741, 28.987436 ], [ 109.294588, 29.015177 ], [ 109.319842, 29.042388 ], [ 109.312451, 29.066453 ], [ 109.240386, 29.086328 ], [ 109.232378, 29.119271 ], [ 109.274262, 29.121885 ], [ 109.261328, 29.161089 ], [ 109.275494, 29.202366 ], [ 109.257632, 29.222738 ], [ 109.312451, 29.25146 ], [ 109.352487, 29.284872 ], [ 109.343863, 29.369398 ], [ 109.391291, 29.372005 ], [ 109.368501, 29.413719 ], [ 109.418392, 29.453332 ], [ 109.415928, 29.497617 ], [ 109.436254, 29.488761 ], [ 109.433791, 29.530948 ], [ 109.458428, 29.513242 ], [ 109.467051, 29.560104 ], [ 109.488609, 29.553336 ], [ 109.516326, 29.626194 ], [ 109.558826, 29.606944 ], [ 109.578536, 29.629836 ], [ 109.651833, 29.625674 ], [ 109.664768, 29.599659 ], [ 109.717739, 29.615269 ], [ 109.701108, 29.636078 ], [ 109.714659, 29.673524 ], [ 109.760238, 29.689122 ], [ 109.755311, 29.733304 ], [ 109.779333, 29.757725 ], [ 109.869876, 29.774869 ], [ 109.908064, 29.763959 ], [ 109.941325, 29.774349 ], [ 110.02386, 29.769674 ], [ 110.113788, 29.789932 ], [ 110.160599, 29.753569 ], [ 110.219729, 29.746814 ], [ 110.289946, 29.6964 ], [ 110.302265, 29.661563 ], [ 110.339221, 29.668324 ], [ 110.372482, 29.633477 ], [ 110.447011, 29.664684 ], [ 110.467337, 29.713034 ], [ 110.507373, 29.692241 ], [ 110.562807, 29.712515 ], [ 110.642879, 29.775907 ], [ 110.60038, 29.839779 ], [ 110.549873, 29.848085 ], [ 110.538786, 29.895828 ], [ 110.49875, 29.91243 ], [ 110.517228, 29.961179 ], [ 110.557264, 29.988137 ], [ 110.491358, 30.019751 ], [ 110.497518, 30.055499 ], [ 110.531394, 30.061197 ], [ 110.600996, 30.054463 ], [ 110.650887, 30.07777 ], [ 110.712481, 30.033223 ], [ 110.756212, 30.054463 ], [ 110.746973, 30.112979 ], [ 110.851067, 30.126439 ], [ 110.924364, 30.111426 ], [ 110.929907, 30.063268 ], [ 111.031537, 30.048765 ], [ 111.242188, 30.040476 ], [ 111.266826, 30.01146 ], [ 111.3315, 29.970512 ], [ 111.342587, 29.944586 ], [ 111.382623, 29.95029 ], [ 111.394325, 29.912948 ], [ 111.436825, 29.930065 ], [ 111.475629, 29.918654 ], [ 111.527368, 29.925916 ], [ 111.553854, 29.894272 ], [ 111.669034, 29.888565 ], [ 111.669034, 29.888565 ], [ 111.705375, 29.890121 ], [ 111.723853, 29.909317 ], [ 111.723853, 29.909317 ], [ 111.75773, 29.92021 ], [ 111.8107, 29.901017 ], [ 111.861207, 29.856909 ], [ 111.899396, 29.855871 ], [ 111.899396, 29.855871 ], [ 111.925881, 29.836665 ], [ 111.965917, 29.832512 ], [ 111.95483, 29.796683 ], [ 112.008417, 29.778505 ], [ 112.07617, 29.743696 ], [ 112.065699, 29.681323 ], [ 112.089721, 29.685482 ], [ 112.111279, 29.659483 ], [ 112.178416, 29.656883 ], [ 112.202438, 29.633997 ], [ 112.244322, 29.659483 ], [ 112.233851, 29.61631 ], [ 112.303452, 29.585609 ], [ 112.281278, 29.536676 ], [ 112.291133, 29.517409 ], [ 112.333017, 29.545007 ], [ 112.368741, 29.541362 ], [ 112.424792, 29.598619 ], [ 112.439574, 29.633997 ], [ 112.499321, 29.629316 ], [ 112.54182, 29.60122 ], [ 112.572001, 29.624113 ], [ 112.640371, 29.607985 ], [ 112.650842, 29.592374 ], [ 112.693957, 29.601741 ], [ 112.714283, 29.648561 ], [ 112.733378, 29.645441 ], [ 112.788812, 29.681323 ], [ 112.79374, 29.735902 ], [ 112.861493, 29.78318 ], [ 112.894138, 29.783699 ], [ 112.923703, 29.766557 ], [ 112.926782, 29.692241 ], [ 112.944645, 29.682883 ], [ 112.974826, 29.732784 ], [ 113.025949, 29.772791 ], [ 113.005007, 29.693801 ], [ 112.915696, 29.620992 ], [ 112.912, 29.606944 ], [ 112.950188, 29.473132 ], [ 113.034572, 29.523658 ], [ 113.057362, 29.522616 ], [ 113.078304, 29.438218 ], [ 113.099861, 29.459585 ], [ 113.145441, 29.449163 ], [ 113.181781, 29.485636 ], [ 113.222433, 29.543965 ], [ 113.277252, 29.594976 ], [ 113.37765, 29.703158 ], [ 113.571671, 29.849123 ], [ 113.575367, 29.809147 ], [ 113.550729, 29.768115 ], [ 113.558736, 29.727067 ], [ 113.540258, 29.699519 ], [ 113.547033, 29.675603 ], [ 113.606164, 29.666764 ], [ 113.663446, 29.684443 ], [ 113.680692, 29.64336 ], [ 113.704098, 29.634518 ], [ 113.73859, 29.579363 ], [ 113.710257, 29.555419 ], [ 113.630801, 29.523137 ], [ 113.677613, 29.513763 ], [ 113.755221, 29.446557 ], [ 113.731199, 29.393907 ], [ 113.674533, 29.388172 ], [ 113.660982, 29.333405 ], [ 113.632033, 29.316186 ], [ 113.609859, 29.25146 ], [ 113.651743, 29.225872 ], [ 113.693011, 29.226394 ], [ 113.691779, 29.19662 ], [ 113.66283, 29.16945 ], [ 113.690547, 29.114566 ], [ 113.696091, 29.077437 ], [ 113.722576, 29.104631 ], [ 113.749677, 29.060699 ], [ 113.775547, 29.095219 ], [ 113.816199, 29.105154 ], [ 113.852539, 29.058606 ], [ 113.882104, 29.065407 ], [ 113.876561, 29.038202 ], [ 113.898119, 29.029307 ], [ 113.94185, 29.047097 ], [ 113.961561, 28.999476 ], [ 113.955401, 28.978536 ], [ 113.973879, 28.937692 ], [ 114.008988, 28.955498 ], [ 114.005292, 28.917788 ], [ 114.028082, 28.891069 ], [ 114.060111, 28.902596 ], [ 114.056415, 28.872204 ], [ 114.076741, 28.834464 ], [ 114.124784, 28.843376 ], [ 114.153734, 28.829221 ], [ 114.137719, 28.779926 ], [ 114.157429, 28.761566 ], [ 114.122321, 28.623497 ], [ 114.132176, 28.607211 ], [ 114.08598, 28.558337 ], [ 114.138335, 28.533629 ], [ 114.15435, 28.507337 ], [ 114.218407, 28.48472 ], [ 114.217175, 28.466308 ], [ 114.172212, 28.432632 ], [ 114.214712, 28.403157 ], [ 114.252284, 28.395787 ], [ 114.2529, 28.319423 ], [ 114.198081, 28.29097 ], [ 114.182067, 28.249858 ], [ 114.143879, 28.246694 ], [ 114.109386, 28.205038 ], [ 114.107538, 28.182885 ], [ 114.068734, 28.171806 ], [ 114.012068, 28.174972 ], [ 113.992357, 28.161255 ], [ 114.025002, 28.080499 ], [ 114.047176, 28.057263 ], [ 114.025618, 28.031382 ], [ 113.970184, 28.041418 ], [ 113.966488, 28.017646 ], [ 113.936307, 28.018703 ], [ 113.914133, 27.991227 ], [ 113.864242, 28.004966 ], [ 113.845148, 27.971672 ], [ 113.822974, 27.982243 ], [ 113.752141, 27.93361 ], [ 113.72812, 27.874904 ], [ 113.756453, 27.860091 ], [ 113.763228, 27.799228 ], [ 113.69917, 27.740979 ], [ 113.696707, 27.71979 ], [ 113.652359, 27.663619 ], [ 113.607395, 27.625449 ], [ 113.608627, 27.585143 ], [ 113.579062, 27.545354 ], [ 113.583374, 27.524657 ], [ 113.627105, 27.49971 ], [ 113.591381, 27.467855 ], [ 113.59754, 27.428554 ], [ 113.632033, 27.40518 ], [ 113.605548, 27.38924 ], [ 113.616635, 27.345658 ], [ 113.657902, 27.347253 ], [ 113.699786, 27.331836 ], [ 113.72812, 27.350442 ], [ 113.872865, 27.384988 ], [ 113.872865, 27.346721 ], [ 113.854387, 27.30525 ], [ 113.872865, 27.289828 ], [ 113.846996, 27.222262 ], [ 113.779242, 27.137081 ], [ 113.771851, 27.096598 ], [ 113.803264, 27.099261 ], [ 113.824206, 27.036378 ], [ 113.86301, 27.018252 ], [ 113.892575, 26.964925 ], [ 113.927068, 26.948922 ], [ 113.890112, 26.895562 ], [ 113.877177, 26.859262 ], [ 113.835909, 26.806394 ], [ 113.853771, 26.769532 ], [ 113.860546, 26.664221 ], [ 113.912901, 26.613938 ], [ 113.996669, 26.615543 ], [ 114.019459, 26.587182 ], [ 114.10877, 26.56952 ], [ 114.07243, 26.480096 ], [ 114.110002, 26.482775 ], [ 114.090292, 26.455988 ], [ 114.085364, 26.406149 ], [ 114.062575, 26.406149 ], [ 114.030546, 26.376664 ], [ 114.047792, 26.337518 ], [ 114.021307, 26.288701 ], [ 114.029314, 26.266163 ], [ 113.978807, 26.237716 ], [ 113.972647, 26.20604 ], [ 113.949242, 26.192616 ], [ 113.962792, 26.150722 ], [ 114.013299, 26.184023 ], [ 114.088444, 26.168448 ], [ 114.102611, 26.187783 ], [ 114.181451, 26.214631 ], [ 114.216559, 26.203355 ], [ 114.237501, 26.152333 ], [ 114.188842, 26.121172 ], [ 114.10569, 26.097526 ], [ 114.121089, 26.085702 ], [ 114.087828, 26.06635 ], [ 114.044096, 26.076564 ], [ 114.008372, 26.015806 ], [ 114.028082, 25.98138 ], [ 114.028082, 25.893119 ], [ 113.971416, 25.836036 ], [ 113.961561, 25.77731 ], [ 113.920293, 25.741197 ], [ 113.913517, 25.701299 ], [ 113.957249, 25.611749 ], [ 113.983118, 25.599336 ], [ 113.986198, 25.529153 ], [ 113.962792, 25.528072 ], [ 113.94493, 25.441635 ], [ 113.887032, 25.436772 ], [ 113.877177, 25.380552 ], [ 113.839605, 25.363248 ], [ 113.814967, 25.328634 ], [ 113.76446, 25.333502 ], [ 113.753373, 25.362707 ], [ 113.686852, 25.351891 ], [ 113.680076, 25.334584 ], [ 113.611707, 25.327552 ], [ 113.584606, 25.306453 ], [ 113.579062, 25.34432 ], [ 113.535946, 25.368656 ], [ 113.479896, 25.375145 ], [ 113.449715, 25.359463 ], [ 113.407215, 25.401637 ], [ 113.373338, 25.402719 ], [ 113.341926, 25.448661 ], [ 113.314208, 25.442716 ], [ 113.311129, 25.490264 ], [ 113.248919, 25.514031 ], [ 113.226129, 25.50971 ], [ 113.176854, 25.471355 ], [ 113.11834, 25.44704 ], [ 113.130658, 25.427043 ], [ 113.096782, 25.412449 ], [ 113.078304, 25.382174 ], [ 113.013014, 25.352432 ], [ 112.969898, 25.350269 ], [ 112.93479, 25.325929 ], [ 112.924319, 25.296714 ], [ 112.891058, 25.339993 ], [ 112.854718, 25.337829 ], [ 112.867036, 25.249632 ], [ 112.897833, 25.238264 ], [ 112.958195, 25.254503 ], [ 112.992688, 25.247467 ], [ 113.034572, 25.198199 ], [ 112.97421, 25.168412 ], [ 112.96805, 25.141869 ], [ 113.018557, 25.083344 ], [ 112.979137, 25.03401 ], [ 113.009934, 24.977604 ], [ 113.011782, 24.946136 ], [ 112.984681, 24.921172 ], [ 112.904609, 24.921715 ], [ 112.873812, 24.896747 ], [ 112.780805, 24.896747 ], [ 112.778341, 24.947764 ], [ 112.743233, 24.959701 ], [ 112.742001, 24.99876 ], [ 112.714899, 25.025876 ], [ 112.712436, 25.083344 ], [ 112.660081, 25.132658 ], [ 112.628052, 25.140785 ], [ 112.562762, 25.124531 ], [ 112.458053, 25.152162 ], [ 112.44327, 25.185744 ], [ 112.414937, 25.14241 ], [ 112.365046, 25.191701 ], [ 112.315771, 25.175453 ], [ 112.302836, 25.157037 ], [ 112.256025, 25.159204 ], [ 112.246785, 25.185202 ], [ 112.19751, 25.187368 ], [ 112.174105, 25.128866 ], [ 112.177184, 25.106649 ], [ 112.151931, 25.055698 ], [ 112.155626, 25.026419 ], [ 112.12175, 24.989538 ], [ 112.119902, 24.963499 ], [ 112.175337, 24.927685 ], [ 112.167329, 24.859828 ], [ 112.149467, 24.837019 ], [ 112.124214, 24.841364 ], [ 112.03367, 24.771286 ], [ 112.024431, 24.740308 ], [ 111.951135, 24.769655 ], [ 111.929577, 24.75607 ], [ 111.875374, 24.756613 ], [ 111.868599, 24.771829 ], [ 111.814396, 24.770199 ], [ 111.783599, 24.785957 ], [ 111.708455, 24.788673 ], [ 111.666571, 24.760961 ], [ 111.637621, 24.715303 ], [ 111.641933, 24.684856 ], [ 111.588962, 24.690837 ], [ 111.570484, 24.64461 ], [ 111.526752, 24.637538 ], [ 111.499035, 24.667997 ], [ 111.451608, 24.665822 ], [ 111.431282, 24.687574 ], [ 111.461463, 24.728894 ], [ 111.479325, 24.797366 ], [ 111.449144, 24.857113 ], [ 111.447296, 24.892947 ], [ 111.470086, 24.92877 ], [ 111.434977, 24.951562 ], [ 111.43313, 24.979774 ], [ 111.460231, 24.992793 ], [ 111.467622, 25.02208 ], [ 111.416499, 25.047566 ], [ 111.435593, 25.093642 ], [ 111.375231, 25.128324 ], [ 111.36784, 25.108817 ], [ 111.321645, 25.105023 ], [ 111.274833, 25.151078 ], [ 111.221862, 25.106649 ], [ 111.200921, 25.074672 ], [ 111.139943, 25.042144 ], [ 111.101754, 25.035095 ], [ 111.100522, 24.945593 ], [ 111.009363, 24.921172 ], [ 110.968711, 24.975434 ], [ 110.951465, 25.04377 ], [ 110.98411, 25.101772 ], [ 110.998892, 25.161371 ], [ 111.112841, 25.21715 ], [ 111.103602, 25.285351 ], [ 111.138711, 25.303748 ], [ 111.184906, 25.367034 ], [ 111.210776, 25.363248 ], [ 111.257587, 25.395691 ], [ 111.26313, 25.42326 ], [ 111.300087, 25.44812 ], [ 111.32842, 25.521592 ], [ 111.324724, 25.564249 ], [ 111.343202, 25.602574 ], [ 111.309942, 25.645203 ], [ 111.30871, 25.720171 ], [ 111.399869, 25.744431 ], [ 111.442369, 25.77192 ], [ 111.43313, 25.84627 ], [ 111.4861, 25.859196 ], [ 111.460231, 25.885042 ], [ 111.383239, 25.881812 ], [ 111.376463, 25.906039 ], [ 111.346282, 25.906577 ], [ 111.297007, 25.874274 ], [ 111.29208, 25.854349 ], [ 111.251428, 25.864581 ], [ 111.230486, 25.916267 ], [ 111.189834, 25.953402 ], [ 111.235413, 26.048071 ], [ 111.267442, 26.058824 ], [ 111.244652, 26.078177 ], [ 111.26621, 26.095914 ], [ 111.258203, 26.151796 ], [ 111.274833, 26.183486 ], [ 111.271754, 26.217316 ], [ 111.293311, 26.222148 ], [ 111.277913, 26.272066 ], [ 111.228022, 26.261333 ], [ 111.204616, 26.276359 ], [ 111.208928, 26.30426 ], [ 111.090667, 26.308016 ], [ 111.008132, 26.336982 ], [ 111.008747, 26.35897 ], [ 110.974255, 26.385778 ], [ 110.94469, 26.373447 ], [ 110.944074, 26.326791 ], [ 110.926212, 26.320354 ], [ 110.939762, 26.286554 ], [ 110.836284, 26.255966 ], [ 110.759292, 26.248451 ], [ 110.73835, 26.271529 ], [ 110.742046, 26.313917 ], [ 110.711249, 26.29192 ], [ 110.673676, 26.317135 ], [ 110.643495, 26.308552 ], [ 110.612083, 26.333764 ], [ 110.584365, 26.296749 ], [ 110.552952, 26.283335 ], [ 110.546793, 26.233421 ], [ 110.495054, 26.166299 ], [ 110.477808, 26.179727 ], [ 110.437772, 26.153945 ], [ 110.373098, 26.088927 ], [ 110.325671, 25.975462 ], [ 110.257301, 25.961473 ], [ 110.24991, 26.010965 ], [ 110.181541, 26.060437 ], [ 110.168606, 26.028713 ], [ 110.100853, 26.020108 ], [ 110.065128, 26.050221 ], [ 110.100853, 26.132455 ], [ 110.099005, 26.168985 ], [ 110.03002, 26.166299 ], [ 109.970274, 26.195301 ], [ 109.904368, 26.135679 ], [ 109.898825, 26.095377 ], [ 109.864332, 26.027637 ], [ 109.814441, 26.041081 ], [ 109.782412, 25.996981 ], [ 109.806434, 25.973848 ], [ 109.826144, 25.911422 ], [ 109.811361, 25.877504 ], [ 109.779333, 25.866196 ], [ 109.768246, 25.890427 ], [ 109.685094, 25.880197 ], [ 109.67955, 25.921649 ], [ 109.693717, 25.959321 ], [ 109.710963, 25.954478 ], [ 109.730057, 25.989988 ], [ 109.649369, 26.016882 ], [ 109.635203, 26.047533 ], [ 109.588391, 26.019571 ], [ 109.560058, 26.021184 ], [ 109.513247, 25.998056 ], [ 109.48245, 26.029788 ] ] ], [ [ [ 109.528645, 26.743881 ], [ 109.52187, 26.749226 ], [ 109.522486, 26.749226 ], [ 109.528645, 26.743881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "440000", "name": "广东省", "center": [ 113.280637, 23.125178 ], "centroid": [ 113.429915, 23.334652 ], "childrenNum": 21, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 18, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.785492, 21.45673 ], [ 109.788572, 21.490702 ], [ 109.754695, 21.556396 ], [ 109.742992, 21.616497 ], [ 109.778101, 21.670455 ], [ 109.786108, 21.637638 ], [ 109.839695, 21.636525 ], [ 109.888354, 21.652101 ], [ 109.888354, 21.652101 ], [ 109.916071, 21.668787 ], [ 109.940093, 21.769419 ], [ 109.94502, 21.84443 ], [ 109.999839, 21.881643 ], [ 110.050962, 21.857205 ], [ 110.101469, 21.86998 ], [ 110.12857, 21.902744 ], [ 110.196323, 21.899968 ], [ 110.212338, 21.886085 ], [ 110.212338, 21.886085 ], [ 110.224041, 21.882198 ], [ 110.224041, 21.882198 ], [ 110.283787, 21.892194 ], [ 110.290562, 21.917736 ], [ 110.337374, 21.887751 ], [ 110.391576, 21.89386 ], [ 110.378642, 21.939942 ], [ 110.378642, 21.939942 ], [ 110.374946, 21.967695 ], [ 110.374946, 21.967695 ], [ 110.352772, 21.97602 ], [ 110.359547, 22.015973 ], [ 110.35154, 22.097508 ], [ 110.364475, 22.125785 ], [ 110.326287, 22.152393 ], [ 110.34846, 22.195621 ], [ 110.378026, 22.164587 ], [ 110.414366, 22.208365 ], [ 110.456866, 22.189526 ], [ 110.505525, 22.14297 ], [ 110.55788, 22.196175 ], [ 110.602843, 22.18343 ], [ 110.598532, 22.162924 ], [ 110.629329, 22.149068 ], [ 110.678604, 22.172901 ], [ 110.646575, 22.220554 ], [ 110.687843, 22.249914 ], [ 110.725415, 22.29588 ], [ 110.759292, 22.274837 ], [ 110.787009, 22.28259 ], [ 110.749437, 22.329653 ], [ 110.74143, 22.361757 ], [ 110.711249, 22.369506 ], [ 110.712481, 22.440879 ], [ 110.688459, 22.477935 ], [ 110.74143, 22.464109 ], [ 110.740198, 22.498947 ], [ 110.762988, 22.518298 ], [ 110.749437, 22.556991 ], [ 110.778386, 22.585174 ], [ 110.812263, 22.576333 ], [ 110.897878, 22.591805 ], [ 110.896031, 22.613352 ], [ 110.950233, 22.61059 ], [ 110.958856, 22.636553 ], [ 110.997045, 22.631582 ], [ 111.055559, 22.648705 ], [ 111.089435, 22.695643 ], [ 111.058023, 22.729871 ], [ 111.118385, 22.744773 ], [ 111.185522, 22.735942 ], [ 111.218167, 22.748085 ], [ 111.358601, 22.889301 ], [ 111.374615, 22.938361 ], [ 111.362913, 22.967568 ], [ 111.403565, 22.99126 ], [ 111.389398, 23.005583 ], [ 111.433746, 23.036428 ], [ 111.43313, 23.073322 ], [ 111.402333, 23.066165 ], [ 111.377695, 23.082132 ], [ 111.365992, 23.14488 ], [ 111.38447, 23.16744 ], [ 111.388782, 23.210349 ], [ 111.36476, 23.240047 ], [ 111.353058, 23.284582 ], [ 111.376463, 23.30437 ], [ 111.363528, 23.340641 ], [ 111.389398, 23.375804 ], [ 111.383239, 23.399423 ], [ 111.399869, 23.469159 ], [ 111.428818, 23.466414 ], [ 111.479941, 23.532822 ], [ 111.487332, 23.626615 ], [ 111.555702, 23.64087 ], [ 111.615448, 23.639225 ], [ 111.614832, 23.65896 ], [ 111.666571, 23.718696 ], [ 111.621607, 23.725819 ], [ 111.627766, 23.78881 ], [ 111.654868, 23.833159 ], [ 111.683201, 23.822758 ], [ 111.683201, 23.822758 ], [ 111.722621, 23.823305 ], [ 111.8107, 23.80688 ], [ 111.824867, 23.832612 ], [ 111.812548, 23.887343 ], [ 111.845809, 23.904305 ], [ 111.854432, 23.947521 ], [ 111.911714, 23.943693 ], [ 111.940664, 23.987989 ], [ 111.92157, 24.012045 ], [ 111.878454, 24.109862 ], [ 111.886461, 24.163929 ], [ 111.871062, 24.176487 ], [ 111.877222, 24.227252 ], [ 111.912946, 24.221795 ], [ 111.958526, 24.263813 ], [ 111.986243, 24.25672 ], [ 111.990555, 24.279634 ], [ 112.026279, 24.294908 ], [ 112.05954, 24.339628 ], [ 112.057692, 24.387057 ], [ 112.025047, 24.438828 ], [ 111.985011, 24.467701 ], [ 112.009649, 24.503103 ], [ 112.007185, 24.534684 ], [ 111.972077, 24.578775 ], [ 111.936968, 24.595645 ], [ 111.927729, 24.629378 ], [ 111.953598, 24.64733 ], [ 111.939432, 24.686487 ], [ 111.961606, 24.721283 ], [ 112.024431, 24.740308 ], [ 112.03367, 24.771286 ], [ 112.124214, 24.841364 ], [ 112.149467, 24.837019 ], [ 112.167329, 24.859828 ], [ 112.175337, 24.927685 ], [ 112.119902, 24.963499 ], [ 112.12175, 24.989538 ], [ 112.155626, 25.026419 ], [ 112.151931, 25.055698 ], [ 112.177184, 25.106649 ], [ 112.174105, 25.128866 ], [ 112.19751, 25.187368 ], [ 112.246785, 25.185202 ], [ 112.256025, 25.159204 ], [ 112.302836, 25.157037 ], [ 112.315771, 25.175453 ], [ 112.365046, 25.191701 ], [ 112.414937, 25.14241 ], [ 112.44327, 25.185744 ], [ 112.458053, 25.152162 ], [ 112.562762, 25.124531 ], [ 112.628052, 25.140785 ], [ 112.660081, 25.132658 ], [ 112.712436, 25.083344 ], [ 112.714899, 25.025876 ], [ 112.742001, 24.99876 ], [ 112.743233, 24.959701 ], [ 112.778341, 24.947764 ], [ 112.780805, 24.896747 ], [ 112.873812, 24.896747 ], [ 112.904609, 24.921715 ], [ 112.984681, 24.921172 ], [ 113.011782, 24.946136 ], [ 113.009934, 24.977604 ], [ 112.979137, 25.03401 ], [ 113.018557, 25.083344 ], [ 112.96805, 25.141869 ], [ 112.97421, 25.168412 ], [ 113.034572, 25.198199 ], [ 112.992688, 25.247467 ], [ 112.958195, 25.254503 ], [ 112.897833, 25.238264 ], [ 112.867036, 25.249632 ], [ 112.854718, 25.337829 ], [ 112.891058, 25.339993 ], [ 112.924319, 25.296714 ], [ 112.93479, 25.325929 ], [ 112.969898, 25.350269 ], [ 113.013014, 25.352432 ], [ 113.078304, 25.382174 ], [ 113.096782, 25.412449 ], [ 113.130658, 25.427043 ], [ 113.11834, 25.44704 ], [ 113.176854, 25.471355 ], [ 113.226129, 25.50971 ], [ 113.248919, 25.514031 ], [ 113.311129, 25.490264 ], [ 113.314208, 25.442716 ], [ 113.341926, 25.448661 ], [ 113.373338, 25.402719 ], [ 113.407215, 25.401637 ], [ 113.449715, 25.359463 ], [ 113.479896, 25.375145 ], [ 113.535946, 25.368656 ], [ 113.579062, 25.34432 ], [ 113.584606, 25.306453 ], [ 113.611707, 25.327552 ], [ 113.680076, 25.334584 ], [ 113.686852, 25.351891 ], [ 113.753373, 25.362707 ], [ 113.76446, 25.333502 ], [ 113.814967, 25.328634 ], [ 113.839605, 25.363248 ], [ 113.877177, 25.380552 ], [ 113.887032, 25.436772 ], [ 113.94493, 25.441635 ], [ 114.003444, 25.442716 ], [ 113.983118, 25.415152 ], [ 114.050256, 25.36433 ], [ 114.029314, 25.328093 ], [ 114.017611, 25.273987 ], [ 114.039785, 25.250714 ], [ 114.055799, 25.277775 ], [ 114.083517, 25.275611 ], [ 114.115545, 25.302125 ], [ 114.190074, 25.316733 ], [ 114.204857, 25.29942 ], [ 114.260291, 25.291845 ], [ 114.2954, 25.299961 ], [ 114.31511, 25.33837 ], [ 114.382863, 25.317274 ], [ 114.43029, 25.343779 ], [ 114.438914, 25.376226 ], [ 114.477718, 25.37136 ], [ 114.541159, 25.416773 ], [ 114.599674, 25.385959 ], [ 114.63663, 25.324306 ], [ 114.714238, 25.315651 ], [ 114.743188, 25.274528 ], [ 114.73518, 25.225813 ], [ 114.693912, 25.213902 ], [ 114.685905, 25.173287 ], [ 114.73518, 25.155954 ], [ 114.735796, 25.121822 ], [ 114.664963, 25.10123 ], [ 114.640326, 25.074129 ], [ 114.604601, 25.083886 ], [ 114.561485, 25.077382 ], [ 114.532536, 25.022623 ], [ 114.506051, 24.999844 ], [ 114.45616, 24.99659 ], [ 114.454928, 24.977062 ], [ 114.395798, 24.951019 ], [ 114.403189, 24.877746 ], [ 114.378551, 24.861457 ], [ 114.342211, 24.807145 ], [ 114.336052, 24.749004 ], [ 114.281849, 24.724001 ], [ 114.27261, 24.700624 ], [ 114.169132, 24.689749 ], [ 114.19069, 24.656576 ], [ 114.258443, 24.641346 ], [ 114.289856, 24.619042 ], [ 114.300943, 24.578775 ], [ 114.363769, 24.582584 ], [ 114.391486, 24.563535 ], [ 114.403189, 24.497657 ], [ 114.429058, 24.48622 ], [ 114.534384, 24.559181 ], [ 114.589819, 24.537406 ], [ 114.627391, 24.576598 ], [ 114.664963, 24.583673 ], [ 114.704999, 24.525973 ], [ 114.73826, 24.565168 ], [ 114.729637, 24.608704 ], [ 114.781376, 24.613057 ], [ 114.827571, 24.588026 ], [ 114.846665, 24.602719 ], [ 114.868839, 24.562446 ], [ 114.893477, 24.582584 ], [ 114.909491, 24.661471 ], [ 114.940288, 24.650049 ], [ 115.00373, 24.679418 ], [ 115.024672, 24.669085 ], [ 115.057317, 24.703343 ], [ 115.083802, 24.699537 ], [ 115.104744, 24.667997 ], [ 115.1842, 24.711498 ], [ 115.258729, 24.728894 ], [ 115.269816, 24.749548 ], [ 115.306772, 24.758787 ], [ 115.358511, 24.735416 ], [ 115.372678, 24.774546 ], [ 115.412714, 24.79302 ], [ 115.476771, 24.762591 ], [ 115.522967, 24.702799 ], [ 115.555611, 24.683768 ], [ 115.569778, 24.622306 ], [ 115.605503, 24.62557 ], [ 115.671408, 24.604895 ], [ 115.68927, 24.545027 ], [ 115.752712, 24.546116 ], [ 115.785357, 24.567345 ], [ 115.843871, 24.562446 ], [ 115.840791, 24.584217 ], [ 115.797676, 24.628834 ], [ 115.780429, 24.663103 ], [ 115.801371, 24.705517 ], [ 115.769342, 24.708236 ], [ 115.756408, 24.749004 ], [ 115.776734, 24.774546 ], [ 115.764415, 24.791933 ], [ 115.790284, 24.856027 ], [ 115.807531, 24.862543 ], [ 115.824161, 24.909232 ], [ 115.863581, 24.891318 ], [ 115.861733, 24.863629 ], [ 115.907313, 24.879917 ], [ 115.885139, 24.898918 ], [ 115.89253, 24.936911 ], [ 115.907929, 24.923343 ], [ 115.985537, 24.899461 ], [ 116.015102, 24.905975 ], [ 116.068073, 24.850053 ], [ 116.153073, 24.846795 ], [ 116.191877, 24.877203 ], [ 116.221442, 24.829959 ], [ 116.251007, 24.82507 ], [ 116.244232, 24.793563 ], [ 116.297202, 24.801712 ], [ 116.345862, 24.828872 ], [ 116.363724, 24.87123 ], [ 116.395137, 24.877746 ], [ 116.417927, 24.840821 ], [ 116.381586, 24.82507 ], [ 116.375427, 24.803885 ], [ 116.419158, 24.767482 ], [ 116.416079, 24.744113 ], [ 116.44626, 24.714216 ], [ 116.485064, 24.720196 ], [ 116.517709, 24.652225 ], [ 116.506622, 24.621218 ], [ 116.530027, 24.604895 ], [ 116.570679, 24.621762 ], [ 116.600861, 24.654401 ], [ 116.623034, 24.64189 ], [ 116.667382, 24.658752 ], [ 116.777635, 24.679418 ], [ 116.815207, 24.654944 ], [ 116.761005, 24.583128 ], [ 116.759157, 24.545572 ], [ 116.796729, 24.502014 ], [ 116.83307, 24.496568 ], [ 116.860787, 24.460075 ], [ 116.839229, 24.442097 ], [ 116.903903, 24.369614 ], [ 116.895895, 24.350533 ], [ 116.919301, 24.321087 ], [ 116.914374, 24.287817 ], [ 116.938395, 24.28127 ], [ 116.933468, 24.220157 ], [ 116.956257, 24.216883 ], [ 116.998757, 24.179217 ], [ 116.9347, 24.126794 ], [ 116.930388, 24.064514 ], [ 116.953178, 24.008218 ], [ 116.981511, 23.999471 ], [ 116.976583, 23.931659 ], [ 116.955642, 23.922359 ], [ 116.981511, 23.855602 ], [ 117.012308, 23.855054 ], [ 117.019083, 23.801952 ], [ 117.048032, 23.758687 ], [ 117.055424, 23.694038 ], [ 117.123793, 23.647448 ], [ 117.147199, 23.654027 ], [ 117.192778, 23.629356 ], [ 117.192778, 23.5619 ], [ 117.085605, 23.536663 ], [ 117.044953, 23.539955 ], [ 117.01046, 23.502641 ], [ 116.963649, 23.507031 ], [ 116.92854, 23.530079 ], [ 116.888504, 23.501543 ], [ 116.895895, 23.476295 ], [ 116.874953, 23.447748 ], [ 116.874338, 23.447199 ], [ 116.871258, 23.416449 ], [ 116.871874, 23.4159 ], [ 116.782563, 23.313714 ], [ 116.798577, 23.244996 ], [ 116.821367, 23.240597 ], [ 116.806584, 23.200998 ], [ 116.74499, 23.215299 ], [ 116.701259, 23.198248 ], [ 116.665534, 23.158086 ], [ 116.566368, 23.134424 ], [ 116.550969, 23.109656 ], [ 116.566368, 23.088738 ], [ 116.557129, 23.056253 ], [ 116.576839, 23.014397 ], [ 116.542346, 22.995667 ], [ 116.50539, 22.930645 ], [ 116.449955, 22.936707 ], [ 116.382818, 22.91907 ], [ 116.317528, 22.95269 ], [ 116.226985, 22.91466 ], [ 116.191261, 22.874965 ], [ 116.104413, 22.816505 ], [ 116.05637, 22.844635 ], [ 115.99724, 22.826985 ], [ 115.965211, 22.800506 ], [ 115.931334, 22.802713 ], [ 115.883291, 22.78561 ], [ 115.829089, 22.734838 ], [ 115.796444, 22.739254 ], [ 115.788437, 22.809885 ], [ 115.760103, 22.834707 ], [ 115.696046, 22.84298 ], [ 115.654162, 22.865591 ], [ 115.583945, 22.82864 ], [ 115.570394, 22.786713 ], [ 115.541445, 22.755259 ], [ 115.609198, 22.753052 ], [ 115.565467, 22.684048 ], [ 115.575322, 22.650914 ], [ 115.471844, 22.697852 ], [ 115.430576, 22.684048 ], [ 115.381301, 22.684048 ], [ 115.349272, 22.712206 ], [ 115.338185, 22.776781 ], [ 115.319091, 22.783402 ], [ 115.230396, 22.776781 ], [ 115.236555, 22.82533 ], [ 115.190359, 22.818711 ], [ 115.190975, 22.77347 ], [ 115.154635, 22.80161 ], [ 115.061628, 22.783402 ], [ 115.053621, 22.747533 ], [ 115.02344, 22.726007 ], [ 115.039454, 22.713862 ], [ 114.945216, 22.645391 ], [ 114.927969, 22.621639 ], [ 114.922426, 22.549253 ], [ 114.88547, 22.538751 ], [ 114.866375, 22.591805 ], [ 114.746267, 22.581859 ], [ 114.743803, 22.632687 ], [ 114.728405, 22.651466 ], [ 114.73518, 22.724351 ], [ 114.749963, 22.764089 ], [ 114.709927, 22.787817 ], [ 114.689601, 22.7674 ], [ 114.601521, 22.730975 ], [ 114.591666, 22.690122 ], [ 114.567029, 22.685705 ], [ 114.51529, 22.655332 ], [ 114.579964, 22.661407 ], [ 114.603369, 22.638763 ], [ 114.559022, 22.583517 ], [ 114.568261, 22.560859 ], [ 114.614456, 22.545384 ], [ 114.628623, 22.513875 ], [ 114.611377, 22.481806 ], [ 114.549167, 22.465769 ], [ 114.506667, 22.438667 ], [ 114.476486, 22.459132 ], [ 114.472174, 22.522168 ], [ 114.427211, 22.589042 ], [ 114.381631, 22.60175 ], [ 114.321885, 22.587385 ], [ 114.294784, 22.563623 ], [ 114.232574, 22.539857 ], [ 114.222719, 22.553122 ], [ 114.166052, 22.559201 ], [ 114.156813, 22.543726 ], [ 114.095219, 22.534329 ], [ 114.082285, 22.512216 ], [ 114.031778, 22.503923 ], [ 113.976343, 22.510558 ], [ 113.954785, 22.491206 ], [ 113.952937, 22.486783 ], [ 113.893807, 22.442539 ], [ 113.869786, 22.459685 ], [ 113.856851, 22.539857 ], [ 113.803264, 22.593463 ], [ 113.773083, 22.643182 ], [ 113.751525, 22.715518 ], [ 113.733663, 22.736494 ], [ 113.678228, 22.726007 ], [ 113.717033, 22.645391 ], [ 113.740438, 22.534329 ], [ 113.691779, 22.514981 ], [ 113.668373, 22.4807 ], [ 113.631417, 22.475723 ], [ 113.573519, 22.41156 ], [ 113.608627, 22.408793 ], [ 113.624642, 22.443092 ], [ 113.66591, 22.438667 ], [ 113.669605, 22.416539 ], [ 113.627721, 22.349027 ], [ 113.604932, 22.339617 ], [ 113.617866, 22.315259 ], [ 113.595693, 22.304186 ], [ 113.594461, 22.228864 ], [ 113.558736, 22.212244 ], [ 113.53841, 22.209473 ], [ 113.534715, 22.174009 ], [ 113.554425, 22.142416 ], [ 113.554425, 22.107489 ], [ 113.567359, 22.075327 ], [ 113.527939, 22.073663 ], [ 113.45957, 22.043711 ], [ 113.442324, 22.009315 ], [ 113.330223, 21.96159 ], [ 113.319752, 21.909407 ], [ 113.266781, 21.871646 ], [ 113.235368, 21.887751 ], [ 113.1516, 21.979905 ], [ 113.142977, 22.012089 ], [ 113.091854, 22.065344 ], [ 113.086927, 22.12634 ], [ 113.045659, 22.088636 ], [ 113.032108, 22.04593 ], [ 113.053666, 22.012089 ], [ 113.047507, 21.956595 ], [ 112.989608, 21.869424 ], [ 112.929862, 21.838875 ], [ 112.893522, 21.84443 ], [ 112.841167, 21.920512 ], [ 112.792508, 21.921067 ], [ 112.68595, 21.810541 ], [ 112.647146, 21.758302 ], [ 112.535661, 21.753856 ], [ 112.497473, 21.785535 ], [ 112.445734, 21.803317 ], [ 112.427256, 21.789981 ], [ 112.415553, 21.734956 ], [ 112.353343, 21.707157 ], [ 112.238778, 21.702153 ], [ 112.236315, 21.727173 ], [ 112.196894, 21.736624 ], [ 112.192583, 21.789425 ], [ 112.136532, 21.793871 ], [ 112.036134, 21.761637 ], [ 111.956062, 21.710494 ], [ 111.954214, 21.667674 ], [ 111.997946, 21.657107 ], [ 112.026895, 21.633744 ], [ 111.972692, 21.603144 ], [ 111.941896, 21.607039 ], [ 111.887693, 21.578659 ], [ 111.810084, 21.555283 ], [ 111.832258, 21.578659 ], [ 111.794686, 21.61149 ], [ 111.736788, 21.609821 ], [ 111.693672, 21.590345 ], [ 111.677658, 21.529677 ], [ 111.650556, 21.512418 ], [ 111.609904, 21.530234 ], [ 111.560629, 21.50518 ], [ 111.521825, 21.517429 ], [ 111.494724, 21.501282 ], [ 111.444217, 21.514088 ], [ 111.382623, 21.495714 ], [ 111.353058, 21.464528 ], [ 111.28592, 21.41885 ], [ 111.258819, 21.412165 ], [ 111.253275, 21.452831 ], [ 111.276065, 21.443362 ], [ 111.28284, 21.485691 ], [ 111.171355, 21.458401 ], [ 111.103602, 21.455616 ], [ 111.034617, 21.438906 ], [ 110.929291, 21.375945 ], [ 110.888639, 21.367585 ], [ 110.796248, 21.37483 ], [ 110.768531, 21.364799 ], [ 110.713097, 21.3124 ], [ 110.65951, 21.239902 ], [ 110.626249, 21.215915 ], [ 110.534474, 21.204198 ], [ 110.501213, 21.217588 ], [ 110.451322, 21.186343 ], [ 110.422373, 21.190807 ], [ 110.39096, 21.124949 ], [ 110.296722, 21.093684 ], [ 110.24991, 21.045098 ], [ 110.241903, 21.016051 ], [ 110.208642, 21.050684 ], [ 110.204947, 21.003202 ], [ 110.180925, 20.98197 ], [ 110.184005, 20.891979 ], [ 110.209874, 20.860106 ], [ 110.269004, 20.839972 ], [ 110.327519, 20.847802 ], [ 110.393424, 20.816479 ], [ 110.407591, 20.731987 ], [ 110.392192, 20.682724 ], [ 110.411286, 20.670966 ], [ 110.466105, 20.680485 ], [ 110.487047, 20.640167 ], [ 110.499982, 20.572386 ], [ 110.550489, 20.47262 ], [ 110.54125, 20.42047 ], [ 110.491358, 20.373912 ], [ 110.452554, 20.311064 ], [ 110.425453, 20.291419 ], [ 110.384185, 20.293103 ], [ 110.349076, 20.258859 ], [ 110.296722, 20.249314 ], [ 110.220345, 20.25156 ], [ 110.168606, 20.219553 ], [ 110.118099, 20.219553 ], [ 110.082375, 20.258859 ], [ 109.993679, 20.254368 ], [ 109.929006, 20.211691 ], [ 109.909296, 20.236961 ], [ 109.916071, 20.316677 ], [ 109.861252, 20.376717 ], [ 109.864948, 20.40196 ], [ 109.895745, 20.42776 ], [ 109.888354, 20.475423 ], [ 109.839695, 20.489439 ], [ 109.811977, 20.541566 ], [ 109.813825, 20.574627 ], [ 109.793499, 20.615522 ], [ 109.74484, 20.621124 ], [ 109.730057, 20.719673 ], [ 109.711579, 20.774519 ], [ 109.664768, 20.862343 ], [ 109.655529, 20.929435 ], [ 109.674007, 21.067997 ], [ 109.674623, 21.136671 ], [ 109.763934, 21.226514 ], [ 109.757775, 21.346963 ], [ 109.770709, 21.359783 ], [ 109.868644, 21.365913 ], [ 109.904368, 21.429992 ], [ 109.894513, 21.442248 ], [ 109.819369, 21.445033 ], [ 109.785492, 21.45673 ] ] ], [ [ [ 117.145351, 23.455983 ], [ 117.142887, 23.400522 ], [ 117.124409, 23.389537 ], [ 117.081909, 23.409309 ], [ 117.050496, 23.400522 ], [ 117.027091, 23.41535 ], [ 116.946402, 23.42194 ], [ 116.944555, 23.440061 ], [ 116.982743, 23.460924 ], [ 117.022779, 23.436767 ], [ 117.058503, 23.47355 ], [ 117.093612, 23.459277 ], [ 117.129336, 23.483431 ], [ 117.145351, 23.455983 ] ] ], [ [ [ 112.853486, 21.740515 ], [ 112.83316, 21.736624 ], [ 112.804826, 21.686583 ], [ 112.821457, 21.655994 ], [ 112.798667, 21.610933 ], [ 112.817145, 21.590345 ], [ 112.775261, 21.564189 ], [ 112.730914, 21.613715 ], [ 112.780189, 21.671568 ], [ 112.734609, 21.666562 ], [ 112.70566, 21.679354 ], [ 112.724138, 21.719945 ], [ 112.782653, 21.739959 ], [ 112.840551, 21.776644 ], [ 112.876275, 21.772753 ], [ 112.853486, 21.740515 ] ] ], [ [ [ 112.530733, 21.583667 ], [ 112.535045, 21.628737 ], [ 112.57077, 21.645982 ], [ 112.560299, 21.666562 ], [ 112.592327, 21.693256 ], [ 112.663776, 21.714386 ], [ 112.66624, 21.683803 ], [ 112.639139, 21.67268 ], [ 112.665624, 21.642644 ], [ 112.621277, 21.606482 ], [ 112.571385, 21.619835 ], [ 112.563378, 21.591458 ], [ 112.530733, 21.583667 ] ] ], [ [ [ 114.231342, 22.016528 ], [ 114.239965, 22.03539 ], [ 114.302791, 22.050368 ], [ 114.311414, 22.041493 ], [ 114.231342, 22.016528 ] ] ], [ [ [ 112.435263, 21.663781 ], [ 112.458669, 21.68992 ], [ 112.456205, 21.648763 ], [ 112.435263, 21.663781 ] ] ], [ [ [ 110.435308, 21.182995 ], [ 110.445163, 21.184669 ], [ 110.499366, 21.213125 ], [ 110.525235, 21.190249 ], [ 110.589293, 21.194713 ], [ 110.632409, 21.210893 ], [ 110.582517, 21.094801 ], [ 110.544945, 21.083633 ], [ 110.508605, 21.140579 ], [ 110.434076, 21.168485 ], [ 110.435308, 21.182995 ] ] ], [ [ [ 110.517844, 21.079166 ], [ 110.560344, 21.061295 ], [ 110.539402, 20.987557 ], [ 110.535706, 20.922727 ], [ 110.511684, 20.916578 ], [ 110.47288, 20.983087 ], [ 110.407591, 20.990351 ], [ 110.347845, 20.984763 ], [ 110.309656, 20.963529 ], [ 110.201251, 20.938378 ], [ 110.211106, 20.986999 ], [ 110.27578, 21.033369 ], [ 110.305961, 21.0881 ], [ 110.352772, 21.079724 ], [ 110.398352, 21.096476 ], [ 110.459946, 21.062971 ], [ 110.517844, 21.079166 ] ] ], [ [ [ 113.765076, 21.962145 ], [ 113.74167, 21.991559 ], [ 113.774315, 21.998218 ], [ 113.765076, 21.962145 ] ] ], [ [ [ 113.723192, 21.922177 ], [ 113.71888, 21.951599 ], [ 113.742902, 21.950489 ], [ 113.723192, 21.922177 ] ] ], [ [ [ 113.142977, 21.831653 ], [ 113.136818, 21.868869 ], [ 113.167615, 21.876644 ], [ 113.203955, 21.861093 ], [ 113.162071, 21.853873 ], [ 113.142977, 21.831653 ] ] ], [ [ [ 113.819894, 22.396068 ], [ 113.786634, 22.413773 ], [ 113.813735, 22.419858 ], [ 113.819894, 22.396068 ] ] ], [ [ [ 114.190074, 21.986564 ], [ 114.180835, 22.00987 ], [ 114.229494, 21.995443 ], [ 114.190074, 21.986564 ] ] ], [ [ [ 114.153734, 21.97491 ], [ 114.124169, 21.985455 ], [ 114.171596, 22.000437 ], [ 114.153734, 21.97491 ] ] ], [ [ [ 116.769628, 20.771721 ], [ 116.820135, 20.780674 ], [ 116.88604, 20.775638 ], [ 116.925461, 20.726949 ], [ 116.934084, 20.676565 ], [ 116.905135, 20.619443 ], [ 116.862635, 20.588633 ], [ 116.796113, 20.582471 ], [ 116.749302, 20.600958 ], [ 116.849084, 20.628405 ], [ 116.889736, 20.683284 ], [ 116.87249, 20.738143 ], [ 116.761005, 20.750456 ], [ 116.769628, 20.771721 ] ] ], [ [ [ 113.025333, 21.847762 ], [ 113.007471, 21.869424 ], [ 113.045659, 21.882753 ], [ 113.025333, 21.847762 ] ] ], [ [ [ 110.405127, 20.678245 ], [ 110.414366, 20.710157 ], [ 110.437772, 20.677685 ], [ 110.405127, 20.678245 ] ] ], [ [ [ 110.644727, 20.935584 ], [ 110.646575, 20.917137 ], [ 110.611467, 20.860106 ], [ 110.562807, 20.861224 ], [ 110.548641, 20.908752 ], [ 110.584365, 20.948998 ], [ 110.644727, 20.935584 ] ] ], [ [ [ 110.556648, 20.32734 ], [ 110.586213, 20.381205 ], [ 110.593604, 20.360447 ], [ 110.556648, 20.32734 ] ] ], [ [ [ 115.943037, 21.097592 ], [ 115.965211, 21.123832 ], [ 116.024341, 21.12439 ], [ 116.044051, 21.110434 ], [ 116.067457, 21.04063 ], [ 116.040356, 21.02052 ], [ 115.989233, 21.035603 ], [ 115.953508, 21.064088 ], [ 115.943037, 21.097592 ] ] ], [ [ [ 115.926407, 20.981411 ], [ 115.954124, 20.99985 ], [ 116.000936, 20.948439 ], [ 115.999088, 20.922727 ], [ 115.970139, 20.919373 ], [ 115.939342, 20.945644 ], [ 115.926407, 20.981411 ] ] ], [ [ [ 115.834632, 22.722695 ], [ 115.835248, 22.722695 ], [ 115.834632, 22.722143 ], [ 115.834632, 22.722695 ] ] ], [ [ [ 115.834632, 22.723247 ], [ 115.835248, 22.722695 ], [ 115.834632, 22.722695 ], [ 115.834632, 22.723247 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "450000", "name": "广西壮族自治区", "center": [ 108.320004, 22.82402 ], "centroid": [ 108.7944, 23.833381 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 19, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 112.024431, 24.740308 ], [ 111.961606, 24.721283 ], [ 111.939432, 24.686487 ], [ 111.953598, 24.64733 ], [ 111.927729, 24.629378 ], [ 111.936968, 24.595645 ], [ 111.972077, 24.578775 ], [ 112.007185, 24.534684 ], [ 112.009649, 24.503103 ], [ 111.985011, 24.467701 ], [ 112.025047, 24.438828 ], [ 112.057692, 24.387057 ], [ 112.05954, 24.339628 ], [ 112.026279, 24.294908 ], [ 111.990555, 24.279634 ], [ 111.986243, 24.25672 ], [ 111.958526, 24.263813 ], [ 111.912946, 24.221795 ], [ 111.877222, 24.227252 ], [ 111.871062, 24.176487 ], [ 111.886461, 24.163929 ], [ 111.878454, 24.109862 ], [ 111.92157, 24.012045 ], [ 111.940664, 23.987989 ], [ 111.911714, 23.943693 ], [ 111.854432, 23.947521 ], [ 111.845809, 23.904305 ], [ 111.812548, 23.887343 ], [ 111.824867, 23.832612 ], [ 111.8107, 23.80688 ], [ 111.722621, 23.823305 ], [ 111.683201, 23.822758 ], [ 111.683201, 23.822758 ], [ 111.654868, 23.833159 ], [ 111.627766, 23.78881 ], [ 111.621607, 23.725819 ], [ 111.666571, 23.718696 ], [ 111.614832, 23.65896 ], [ 111.615448, 23.639225 ], [ 111.555702, 23.64087 ], [ 111.487332, 23.626615 ], [ 111.479941, 23.532822 ], [ 111.428818, 23.466414 ], [ 111.399869, 23.469159 ], [ 111.383239, 23.399423 ], [ 111.389398, 23.375804 ], [ 111.363528, 23.340641 ], [ 111.376463, 23.30437 ], [ 111.353058, 23.284582 ], [ 111.36476, 23.240047 ], [ 111.388782, 23.210349 ], [ 111.38447, 23.16744 ], [ 111.365992, 23.14488 ], [ 111.377695, 23.082132 ], [ 111.402333, 23.066165 ], [ 111.43313, 23.073322 ], [ 111.433746, 23.036428 ], [ 111.389398, 23.005583 ], [ 111.403565, 22.99126 ], [ 111.362913, 22.967568 ], [ 111.374615, 22.938361 ], [ 111.358601, 22.889301 ], [ 111.218167, 22.748085 ], [ 111.185522, 22.735942 ], [ 111.118385, 22.744773 ], [ 111.058023, 22.729871 ], [ 111.089435, 22.695643 ], [ 111.055559, 22.648705 ], [ 110.997045, 22.631582 ], [ 110.958856, 22.636553 ], [ 110.950233, 22.61059 ], [ 110.896031, 22.613352 ], [ 110.897878, 22.591805 ], [ 110.812263, 22.576333 ], [ 110.778386, 22.585174 ], [ 110.749437, 22.556991 ], [ 110.762988, 22.518298 ], [ 110.740198, 22.498947 ], [ 110.74143, 22.464109 ], [ 110.688459, 22.477935 ], [ 110.712481, 22.440879 ], [ 110.711249, 22.369506 ], [ 110.74143, 22.361757 ], [ 110.749437, 22.329653 ], [ 110.787009, 22.28259 ], [ 110.759292, 22.274837 ], [ 110.725415, 22.29588 ], [ 110.687843, 22.249914 ], [ 110.646575, 22.220554 ], [ 110.678604, 22.172901 ], [ 110.629329, 22.149068 ], [ 110.598532, 22.162924 ], [ 110.602843, 22.18343 ], [ 110.55788, 22.196175 ], [ 110.505525, 22.14297 ], [ 110.456866, 22.189526 ], [ 110.414366, 22.208365 ], [ 110.378026, 22.164587 ], [ 110.34846, 22.195621 ], [ 110.326287, 22.152393 ], [ 110.364475, 22.125785 ], [ 110.35154, 22.097508 ], [ 110.359547, 22.015973 ], [ 110.352772, 21.97602 ], [ 110.374946, 21.967695 ], [ 110.374946, 21.967695 ], [ 110.378642, 21.939942 ], [ 110.378642, 21.939942 ], [ 110.391576, 21.89386 ], [ 110.337374, 21.887751 ], [ 110.290562, 21.917736 ], [ 110.283787, 21.892194 ], [ 110.224041, 21.882198 ], [ 110.224041, 21.882198 ], [ 110.212338, 21.886085 ], [ 110.212338, 21.886085 ], [ 110.196323, 21.899968 ], [ 110.12857, 21.902744 ], [ 110.101469, 21.86998 ], [ 110.050962, 21.857205 ], [ 109.999839, 21.881643 ], [ 109.94502, 21.84443 ], [ 109.940093, 21.769419 ], [ 109.916071, 21.668787 ], [ 109.888354, 21.652101 ], [ 109.888354, 21.652101 ], [ 109.839695, 21.636525 ], [ 109.786108, 21.637638 ], [ 109.778101, 21.670455 ], [ 109.742992, 21.616497 ], [ 109.754695, 21.556396 ], [ 109.788572, 21.490702 ], [ 109.785492, 21.45673 ], [ 109.704188, 21.462857 ], [ 109.654913, 21.493487 ], [ 109.612413, 21.556953 ], [ 109.604406, 21.523553 ], [ 109.576689, 21.493487 ], [ 109.540964, 21.466199 ], [ 109.529877, 21.437234 ], [ 109.484914, 21.453388 ], [ 109.41716, 21.438906 ], [ 109.245929, 21.425536 ], [ 109.186183, 21.390991 ], [ 109.138756, 21.388762 ], [ 109.095024, 21.419407 ], [ 109.046365, 21.424421 ], [ 109.039589, 21.457844 ], [ 109.074698, 21.489589 ], [ 109.142451, 21.511861 ], [ 109.138756, 21.567528 ], [ 109.110422, 21.568085 ], [ 109.09872, 21.571424 ], [ 109.093792, 21.579215 ], [ 108.937959, 21.589789 ], [ 108.881293, 21.627068 ], [ 108.83325, 21.610933 ], [ 108.801837, 21.626512 ], [ 108.745786, 21.602587 ], [ 108.710062, 21.646538 ], [ 108.705134, 21.622061 ], [ 108.678033, 21.659331 ], [ 108.658939, 21.643757 ], [ 108.626294, 21.67991 ], [ 108.591802, 21.677129 ], [ 108.492635, 21.554727 ], [ 108.397781, 21.533017 ], [ 108.330027, 21.540254 ], [ 108.230245, 21.491259 ], [ 108.210535, 21.505737 ], [ 108.249955, 21.561406 ], [ 108.241332, 21.599805 ], [ 108.205608, 21.597579 ], [ 108.156332, 21.55083 ], [ 108.193905, 21.519656 ], [ 108.108289, 21.508521 ], [ 108.041768, 21.544151 ], [ 107.958, 21.534131 ], [ 107.929051, 21.585893 ], [ 107.893942, 21.596466 ], [ 107.892095, 21.622617 ], [ 107.863761, 21.650988 ], [ 107.837892, 21.640419 ], [ 107.807711, 21.655438 ], [ 107.712856, 21.616497 ], [ 107.603219, 21.597579 ], [ 107.584741, 21.614828 ], [ 107.547168, 21.58645 ], [ 107.486806, 21.59591 ], [ 107.500973, 21.613715 ], [ 107.477567, 21.659888 ], [ 107.431372, 21.642088 ], [ 107.388256, 21.594241 ], [ 107.363619, 21.602031 ], [ 107.356843, 21.667674 ], [ 107.310648, 21.733844 ], [ 107.271844, 21.727173 ], [ 107.242279, 21.703265 ], [ 107.199163, 21.718833 ], [ 107.194851, 21.736624 ], [ 107.148656, 21.758858 ], [ 107.093837, 21.803317 ], [ 107.018077, 21.81943 ], [ 107.018693, 21.859427 ], [ 107.058729, 21.887196 ], [ 107.05996, 21.914959 ], [ 106.999598, 21.947714 ], [ 106.974345, 21.923288 ], [ 106.935541, 21.933836 ], [ 106.926302, 21.967695 ], [ 106.859164, 21.986009 ], [ 106.802498, 21.98157 ], [ 106.790179, 22.004876 ], [ 106.73844, 22.008205 ], [ 106.698404, 21.959925 ], [ 106.683006, 21.999882 ], [ 106.706411, 22.021521 ], [ 106.71565, 22.089745 ], [ 106.691629, 22.13521 ], [ 106.706411, 22.160707 ], [ 106.673151, 22.182322 ], [ 106.7021, 22.207257 ], [ 106.688549, 22.260438 ], [ 106.670071, 22.283144 ], [ 106.663296, 22.33076 ], [ 106.562897, 22.345706 ], [ 106.588767, 22.374486 ], [ 106.560434, 22.455813 ], [ 106.588151, 22.472958 ], [ 106.585071, 22.517192 ], [ 106.61402, 22.602303 ], [ 106.652825, 22.57357 ], [ 106.711955, 22.575228 ], [ 106.756302, 22.68957 ], [ 106.780324, 22.708894 ], [ 106.768621, 22.739254 ], [ 106.820976, 22.768504 ], [ 106.838838, 22.803265 ], [ 106.813585, 22.817608 ], [ 106.808657, 22.817608 ], [ 106.804346, 22.816505 ], [ 106.801882, 22.815401 ], [ 106.776012, 22.813746 ], [ 106.709491, 22.866142 ], [ 106.716882, 22.881582 ], [ 106.674998, 22.891506 ], [ 106.657136, 22.863385 ], [ 106.631267, 22.88103 ], [ 106.606013, 22.925684 ], [ 106.562282, 22.923479 ], [ 106.525941, 22.946628 ], [ 106.504383, 22.91025 ], [ 106.41384, 22.877171 ], [ 106.37134, 22.878273 ], [ 106.366413, 22.857871 ], [ 106.286957, 22.867245 ], [ 106.258007, 22.889852 ], [ 106.270326, 22.907494 ], [ 106.206885, 22.978588 ], [ 106.153914, 22.988505 ], [ 106.106486, 22.980792 ], [ 106.08616, 22.996218 ], [ 106.019639, 22.990709 ], [ 105.994385, 22.93781 ], [ 105.959277, 22.948832 ], [ 105.893987, 22.936707 ], [ 105.879205, 22.916865 ], [ 105.839169, 22.987403 ], [ 105.805908, 22.994565 ], [ 105.780039, 23.022659 ], [ 105.74185, 23.030921 ], [ 105.724604, 23.06231 ], [ 105.648844, 23.078828 ], [ 105.625438, 23.064513 ], [ 105.574931, 23.066165 ], [ 105.558916, 23.177893 ], [ 105.542902, 23.184495 ], [ 105.526272, 23.234548 ], [ 105.560148, 23.257093 ], [ 105.593409, 23.312614 ], [ 105.649459, 23.346136 ], [ 105.699966, 23.327453 ], [ 105.694423, 23.363168 ], [ 105.637757, 23.404366 ], [ 105.699966, 23.40162 ], [ 105.758481, 23.459826 ], [ 105.805908, 23.467512 ], [ 105.815763, 23.507031 ], [ 105.852103, 23.526786 ], [ 105.89214, 23.52514 ], [ 105.913081, 23.499348 ], [ 105.935871, 23.508678 ], [ 105.986378, 23.489469 ], [ 105.999929, 23.447748 ], [ 106.039965, 23.484529 ], [ 106.071994, 23.495506 ], [ 106.08616, 23.524043 ], [ 106.141595, 23.569579 ], [ 106.120653, 23.605229 ], [ 106.149602, 23.665538 ], [ 106.157609, 23.724175 ], [ 106.136667, 23.795381 ], [ 106.192102, 23.824947 ], [ 106.173008, 23.861622 ], [ 106.192718, 23.879135 ], [ 106.157609, 23.891174 ], [ 106.128044, 23.956819 ], [ 106.091088, 23.998924 ], [ 106.096631, 24.018058 ], [ 106.053516, 24.051399 ], [ 106.04982, 24.089649 ], [ 106.011632, 24.099482 ], [ 105.998081, 24.120786 ], [ 105.963589, 24.110954 ], [ 105.919241, 24.122425 ], [ 105.901995, 24.099482 ], [ 105.908154, 24.069432 ], [ 105.89214, 24.040468 ], [ 105.859495, 24.056864 ], [ 105.841633, 24.03063 ], [ 105.796669, 24.023524 ], [ 105.802212, 24.051945 ], [ 105.765256, 24.073804 ], [ 105.739387, 24.059596 ], [ 105.704278, 24.0667 ], [ 105.649459, 24.032816 ], [ 105.628518, 24.126794 ], [ 105.594641, 24.137718 ], [ 105.533663, 24.130071 ], [ 105.493011, 24.016965 ], [ 105.406163, 24.043748 ], [ 105.395692, 24.065607 ], [ 105.334099, 24.094566 ], [ 105.320548, 24.116416 ], [ 105.273121, 24.092927 ], [ 105.292831, 24.074896 ], [ 105.260186, 24.061236 ], [ 105.20044, 24.105491 ], [ 105.182577, 24.167205 ], [ 105.229389, 24.165567 ], [ 105.24294, 24.208695 ], [ 105.215222, 24.214699 ], [ 105.164715, 24.288362 ], [ 105.196744, 24.326541 ], [ 105.188121, 24.347261 ], [ 105.138846, 24.376701 ], [ 105.111744, 24.37234 ], [ 105.106817, 24.414853 ], [ 105.042759, 24.442097 ], [ 104.979933, 24.412673 ], [ 104.930042, 24.411038 ], [ 104.914028, 24.426296 ], [ 104.83642, 24.446456 ], [ 104.784681, 24.443732 ], [ 104.765587, 24.45953 ], [ 104.74834, 24.435559 ], [ 104.715695, 24.441552 ], [ 104.703377, 24.419757 ], [ 104.721239, 24.340173 ], [ 104.70892, 24.321087 ], [ 104.641783, 24.367979 ], [ 104.610986, 24.377246 ], [ 104.63008, 24.397958 ], [ 104.616529, 24.421937 ], [ 104.575877, 24.424661 ], [ 104.550008, 24.518894 ], [ 104.520443, 24.535228 ], [ 104.489646, 24.653313 ], [ 104.529682, 24.731611 ], [ 104.595587, 24.709323 ], [ 104.628848, 24.660927 ], [ 104.703377, 24.645698 ], [ 104.729246, 24.617953 ], [ 104.771746, 24.659839 ], [ 104.841963, 24.676155 ], [ 104.865985, 24.730524 ], [ 104.899245, 24.752809 ], [ 105.03352, 24.787586 ], [ 105.026745, 24.815836 ], [ 105.039064, 24.872859 ], [ 105.077868, 24.918459 ], [ 105.082179, 24.915745 ], [ 105.096346, 24.928228 ], [ 105.09573, 24.92877 ], [ 105.131454, 24.959701 ], [ 105.157324, 24.958616 ], [ 105.178266, 24.985199 ], [ 105.212758, 24.995505 ], [ 105.251563, 24.967296 ], [ 105.267577, 24.929313 ], [ 105.334099, 24.9266 ], [ 105.365511, 24.943423 ], [ 105.428337, 24.930941 ], [ 105.457286, 24.87123 ], [ 105.493011, 24.833217 ], [ 105.497322, 24.809318 ], [ 105.573083, 24.797366 ], [ 105.607576, 24.803885 ], [ 105.617431, 24.78161 ], [ 105.70551, 24.768569 ], [ 105.767104, 24.719109 ], [ 105.827466, 24.702799 ], [ 105.863806, 24.729437 ], [ 105.942031, 24.725088 ], [ 105.961741, 24.677786 ], [ 106.024566, 24.633186 ], [ 106.047356, 24.684312 ], [ 106.113878, 24.714216 ], [ 106.150218, 24.762591 ], [ 106.173008, 24.760417 ], [ 106.206269, 24.851139 ], [ 106.197645, 24.885889 ], [ 106.145291, 24.954275 ], [ 106.191486, 24.95319 ], [ 106.215508, 24.981944 ], [ 106.253696, 24.971094 ], [ 106.304819, 24.973807 ], [ 106.332536, 24.988454 ], [ 106.442173, 25.019369 ], [ 106.450181, 25.033468 ], [ 106.519782, 25.054072 ], [ 106.551195, 25.082802 ], [ 106.590615, 25.08768 ], [ 106.63989, 25.132658 ], [ 106.644817, 25.164621 ], [ 106.691013, 25.179245 ], [ 106.732281, 25.162454 ], [ 106.764926, 25.183036 ], [ 106.787715, 25.17112 ], [ 106.853005, 25.186827 ], [ 106.888113, 25.181953 ], [ 106.904128, 25.231768 ], [ 106.933077, 25.250714 ], [ 106.975577, 25.232851 ], [ 107.013765, 25.275611 ], [ 107.012533, 25.352973 ], [ 106.987896, 25.358922 ], [ 106.963874, 25.437852 ], [ 106.996519, 25.442716 ], [ 107.015613, 25.495666 ], [ 107.066736, 25.50917 ], [ 107.064272, 25.559391 ], [ 107.185612, 25.578825 ], [ 107.205322, 25.607971 ], [ 107.228728, 25.604733 ], [ 107.232423, 25.556691 ], [ 107.263836, 25.543193 ], [ 107.336517, 25.461089 ], [ 107.308184, 25.432988 ], [ 107.318039, 25.401637 ], [ 107.358691, 25.393528 ], [ 107.375937, 25.411908 ], [ 107.420901, 25.392987 ], [ 107.409198, 25.347024 ], [ 107.432604, 25.289139 ], [ 107.481263, 25.299961 ], [ 107.489886, 25.276693 ], [ 107.472024, 25.213902 ], [ 107.512676, 25.209029 ], [ 107.576734, 25.256668 ], [ 107.599523, 25.250714 ], [ 107.632168, 25.310241 ], [ 107.659885, 25.316192 ], [ 107.661733, 25.258833 ], [ 107.696226, 25.219858 ], [ 107.700537, 25.194408 ], [ 107.741805, 25.24043 ], [ 107.762131, 25.229061 ], [ 107.760283, 25.188451 ], [ 107.789233, 25.15487 ], [ 107.762747, 25.125073 ], [ 107.839124, 25.115861 ], [ 107.872384, 25.141327 ], [ 107.928435, 25.155954 ], [ 108.001732, 25.196574 ], [ 108.080572, 25.193867 ], [ 108.115065, 25.210112 ], [ 108.143398, 25.269658 ], [ 108.152021, 25.324306 ], [ 108.142782, 25.390825 ], [ 108.193289, 25.405421 ], [ 108.162492, 25.444878 ], [ 108.192673, 25.458928 ], [ 108.251803, 25.430286 ], [ 108.241332, 25.46217 ], [ 108.280752, 25.48 ], [ 108.308469, 25.525912 ], [ 108.348506, 25.536173 ], [ 108.359592, 25.513491 ], [ 108.400244, 25.491344 ], [ 108.418723, 25.443257 ], [ 108.471693, 25.458928 ], [ 108.585642, 25.365952 ], [ 108.589338, 25.335125 ], [ 108.625062, 25.308076 ], [ 108.62999, 25.335666 ], [ 108.600425, 25.432448 ], [ 108.6072, 25.491885 ], [ 108.634917, 25.520512 ], [ 108.68912, 25.533473 ], [ 108.658323, 25.550212 ], [ 108.660787, 25.584763 ], [ 108.68604, 25.587462 ], [ 108.68912, 25.623081 ], [ 108.724844, 25.634952 ], [ 108.783975, 25.628477 ], [ 108.799989, 25.576666 ], [ 108.781511, 25.554531 ], [ 108.814772, 25.526992 ], [ 108.826474, 25.550212 ], [ 108.890532, 25.556151 ], [ 108.8893, 25.543193 ], [ 108.949046, 25.557231 ], [ 109.024807, 25.51241 ], [ 109.088249, 25.550752 ], [ 109.051908, 25.566949 ], [ 109.030966, 25.629556 ], [ 109.075314, 25.693749 ], [ 109.07901, 25.72071 ], [ 109.043285, 25.738502 ], [ 109.007561, 25.734728 ], [ 108.953974, 25.686738 ], [ 108.953974, 25.686738 ], [ 108.900387, 25.682423 ], [ 108.896076, 25.71424 ], [ 108.940423, 25.740119 ], [ 108.963829, 25.732572 ], [ 108.999553, 25.765453 ], [ 108.989698, 25.778926 ], [ 109.048213, 25.790781 ], [ 109.077778, 25.776771 ], [ 109.095024, 25.80533 ], [ 109.143683, 25.795092 ], [ 109.13198, 25.762758 ], [ 109.147995, 25.741736 ], [ 109.206509, 25.788087 ], [ 109.207125, 25.740119 ], [ 109.296436, 25.71424 ], [ 109.340168, 25.731493 ], [ 109.327849, 25.76168 ], [ 109.339552, 25.83442 ], [ 109.359262, 25.836036 ], [ 109.396834, 25.900117 ], [ 109.435022, 25.93349 ], [ 109.408537, 25.967392 ], [ 109.462124, 25.995367 ], [ 109.48245, 26.029788 ], [ 109.513247, 25.998056 ], [ 109.560058, 26.021184 ], [ 109.588391, 26.019571 ], [ 109.635203, 26.047533 ], [ 109.649369, 26.016882 ], [ 109.730057, 25.989988 ], [ 109.710963, 25.954478 ], [ 109.693717, 25.959321 ], [ 109.67955, 25.921649 ], [ 109.685094, 25.880197 ], [ 109.768246, 25.890427 ], [ 109.779333, 25.866196 ], [ 109.811361, 25.877504 ], [ 109.826144, 25.911422 ], [ 109.806434, 25.973848 ], [ 109.782412, 25.996981 ], [ 109.814441, 26.041081 ], [ 109.864332, 26.027637 ], [ 109.898825, 26.095377 ], [ 109.904368, 26.135679 ], [ 109.970274, 26.195301 ], [ 110.03002, 26.166299 ], [ 110.099005, 26.168985 ], [ 110.100853, 26.132455 ], [ 110.065128, 26.050221 ], [ 110.100853, 26.020108 ], [ 110.168606, 26.028713 ], [ 110.181541, 26.060437 ], [ 110.24991, 26.010965 ], [ 110.257301, 25.961473 ], [ 110.325671, 25.975462 ], [ 110.373098, 26.088927 ], [ 110.437772, 26.153945 ], [ 110.477808, 26.179727 ], [ 110.495054, 26.166299 ], [ 110.546793, 26.233421 ], [ 110.552952, 26.283335 ], [ 110.584365, 26.296749 ], [ 110.612083, 26.333764 ], [ 110.643495, 26.308552 ], [ 110.673676, 26.317135 ], [ 110.711249, 26.29192 ], [ 110.742046, 26.313917 ], [ 110.73835, 26.271529 ], [ 110.759292, 26.248451 ], [ 110.836284, 26.255966 ], [ 110.939762, 26.286554 ], [ 110.926212, 26.320354 ], [ 110.944074, 26.326791 ], [ 110.94469, 26.373447 ], [ 110.974255, 26.385778 ], [ 111.008747, 26.35897 ], [ 111.008132, 26.336982 ], [ 111.090667, 26.308016 ], [ 111.208928, 26.30426 ], [ 111.204616, 26.276359 ], [ 111.228022, 26.261333 ], [ 111.277913, 26.272066 ], [ 111.293311, 26.222148 ], [ 111.271754, 26.217316 ], [ 111.274833, 26.183486 ], [ 111.258203, 26.151796 ], [ 111.26621, 26.095914 ], [ 111.244652, 26.078177 ], [ 111.267442, 26.058824 ], [ 111.235413, 26.048071 ], [ 111.189834, 25.953402 ], [ 111.230486, 25.916267 ], [ 111.251428, 25.864581 ], [ 111.29208, 25.854349 ], [ 111.297007, 25.874274 ], [ 111.346282, 25.906577 ], [ 111.376463, 25.906039 ], [ 111.383239, 25.881812 ], [ 111.460231, 25.885042 ], [ 111.4861, 25.859196 ], [ 111.43313, 25.84627 ], [ 111.442369, 25.77192 ], [ 111.399869, 25.744431 ], [ 111.30871, 25.720171 ], [ 111.309942, 25.645203 ], [ 111.343202, 25.602574 ], [ 111.324724, 25.564249 ], [ 111.32842, 25.521592 ], [ 111.300087, 25.44812 ], [ 111.26313, 25.42326 ], [ 111.257587, 25.395691 ], [ 111.210776, 25.363248 ], [ 111.184906, 25.367034 ], [ 111.138711, 25.303748 ], [ 111.103602, 25.285351 ], [ 111.112841, 25.21715 ], [ 110.998892, 25.161371 ], [ 110.98411, 25.101772 ], [ 110.951465, 25.04377 ], [ 110.968711, 24.975434 ], [ 111.009363, 24.921172 ], [ 111.100522, 24.945593 ], [ 111.101754, 25.035095 ], [ 111.139943, 25.042144 ], [ 111.200921, 25.074672 ], [ 111.221862, 25.106649 ], [ 111.274833, 25.151078 ], [ 111.321645, 25.105023 ], [ 111.36784, 25.108817 ], [ 111.375231, 25.128324 ], [ 111.435593, 25.093642 ], [ 111.416499, 25.047566 ], [ 111.467622, 25.02208 ], [ 111.460231, 24.992793 ], [ 111.43313, 24.979774 ], [ 111.434977, 24.951562 ], [ 111.470086, 24.92877 ], [ 111.447296, 24.892947 ], [ 111.449144, 24.857113 ], [ 111.479325, 24.797366 ], [ 111.461463, 24.728894 ], [ 111.431282, 24.687574 ], [ 111.451608, 24.665822 ], [ 111.499035, 24.667997 ], [ 111.526752, 24.637538 ], [ 111.570484, 24.64461 ], [ 111.588962, 24.690837 ], [ 111.641933, 24.684856 ], [ 111.637621, 24.715303 ], [ 111.666571, 24.760961 ], [ 111.708455, 24.788673 ], [ 111.783599, 24.785957 ], [ 111.814396, 24.770199 ], [ 111.868599, 24.771829 ], [ 111.875374, 24.756613 ], [ 111.929577, 24.75607 ], [ 111.951135, 24.769655 ], [ 112.024431, 24.740308 ] ] ], [ [ [ 105.096346, 24.928228 ], [ 105.082179, 24.915745 ], [ 105.077868, 24.918459 ], [ 105.09573, 24.92877 ], [ 105.096346, 24.928228 ] ] ], [ [ [ 109.088249, 21.014934 ], [ 109.088865, 21.031134 ], [ 109.09256, 21.057386 ], [ 109.138756, 21.067439 ], [ 109.144299, 21.041189 ], [ 109.117814, 21.017727 ], [ 109.11227, 21.02499 ], [ 109.088249, 21.014934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "460000", "name": "海南省", "center": [ 110.33119, 20.031971 ], "centroid": [ 109.754859, 19.189767 ], "childrenNum": 19, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 20, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110.106396, 20.026812 ], [ 110.144585, 20.074598 ], [ 110.243135, 20.077408 ], [ 110.28933, 20.056047 ], [ 110.318279, 20.108882 ], [ 110.387265, 20.113378 ], [ 110.495054, 20.077408 ], [ 110.526467, 20.07516 ], [ 110.562191, 20.110006 ], [ 110.655814, 20.134169 ], [ 110.687843, 20.163947 ], [ 110.717408, 20.148778 ], [ 110.744509, 20.074036 ], [ 110.778386, 20.068415 ], [ 110.808567, 20.035808 ], [ 110.871393, 20.01163 ], [ 110.940994, 20.028499 ], [ 110.966248, 20.018377 ], [ 111.013675, 19.850159 ], [ 111.043856, 19.763448 ], [ 111.071573, 19.628784 ], [ 111.061718, 19.612436 ], [ 111.008747, 19.60398 ], [ 110.920668, 19.552668 ], [ 110.888023, 19.518827 ], [ 110.844292, 19.449996 ], [ 110.787009, 19.399765 ], [ 110.729727, 19.378878 ], [ 110.706321, 19.320153 ], [ 110.676756, 19.286264 ], [ 110.619474, 19.152334 ], [ 110.585597, 18.88075 ], [ 110.590525, 18.838841 ], [ 110.578206, 18.784458 ], [ 110.499366, 18.751592 ], [ 110.499366, 18.651824 ], [ 110.367555, 18.631977 ], [ 110.329366, 18.642185 ], [ 110.246215, 18.609859 ], [ 110.214186, 18.578662 ], [ 110.116867, 18.506602 ], [ 110.090382, 18.399309 ], [ 110.070672, 18.376025 ], [ 110.022629, 18.360121 ], [ 109.919767, 18.375457 ], [ 109.785492, 18.339672 ], [ 109.749767, 18.193618 ], [ 109.726362, 18.177698 ], [ 109.661688, 18.175424 ], [ 109.584696, 18.143579 ], [ 109.527413, 18.169169 ], [ 109.467051, 18.173718 ], [ 109.441182, 18.199303 ], [ 109.355566, 18.215221 ], [ 109.287813, 18.264671 ], [ 109.17448, 18.260125 ], [ 109.138756, 18.268081 ], [ 109.108575, 18.323766 ], [ 109.006329, 18.323198 ], [ 108.944735, 18.314107 ], [ 108.905315, 18.389087 ], [ 108.881293, 18.416344 ], [ 108.776583, 18.441894 ], [ 108.68912, 18.447571 ], [ 108.644772, 18.486738 ], [ 108.641077, 18.565614 ], [ 108.663866, 18.67337 ], [ 108.65278, 18.740258 ], [ 108.593033, 18.809386 ], [ 108.595497, 18.872256 ], [ 108.637997, 18.924346 ], [ 108.630606, 19.003017 ], [ 108.598577, 19.055633 ], [ 108.591186, 19.141592 ], [ 108.609048, 19.276661 ], [ 108.644772, 19.349518 ], [ 108.694047, 19.387346 ], [ 108.765496, 19.400894 ], [ 108.806148, 19.450561 ], [ 108.855424, 19.469182 ], [ 108.92872, 19.524468 ], [ 108.993394, 19.587065 ], [ 109.048829, 19.619764 ], [ 109.093792, 19.68965 ], [ 109.147379, 19.704863 ], [ 109.169553, 19.736411 ], [ 109.159082, 19.79048 ], [ 109.231147, 19.863105 ], [ 109.255784, 19.867045 ], [ 109.25948, 19.898561 ], [ 109.300748, 19.917693 ], [ 109.349407, 19.898561 ], [ 109.411001, 19.895184 ], [ 109.498464, 19.873236 ], [ 109.526797, 19.943573 ], [ 109.585312, 19.98801 ], [ 109.657993, 20.01163 ], [ 109.712195, 20.017253 ], [ 109.76147, 19.981261 ], [ 109.814441, 19.993072 ], [ 109.855093, 19.984073 ], [ 109.898825, 19.994196 ], [ 109.965346, 19.993634 ], [ 109.997375, 19.980136 ], [ 110.042339, 19.991384 ], [ 110.106396, 20.026812 ] ] ], [ [ [ 112.203848648399557, 3.87222818584552 ], [ 112.219068, 3.908969 ], [ 112.260336, 3.917925 ], [ 112.292871092971765, 3.856691249764521 ], [ 112.239961526858096, 3.836535224578359 ], [ 112.203848648399557, 3.87222818584552 ] ] ], [ [ [ 113.266165, 8.125929 ], [ 113.293882, 8.176284 ], [ 113.353628, 8.237887 ], [ 113.354244, 8.304217 ], [ 113.386273, 8.289412 ], [ 113.386273, 8.238479 ], [ 113.349933, 8.172137 ], [ 113.288955, 8.119412 ], [ 113.343157, 8.193463 ], [ 113.311129, 8.177469 ], [ 113.266165, 8.125929 ] ] ], [ [ [ 111.463311, 17.077491 ], [ 111.452224, 17.092936 ], [ 111.542151, 17.11982 ], [ 111.559397, 17.087788 ], [ 111.4861, 17.058039 ], [ 111.536607, 17.104949 ], [ 111.463311, 17.077491 ] ] ], [ [ [ 111.99733, 3.848065 ], [ 112.007327402834477, 3.874747688993791 ], [ 112.033782185891312, 3.88524561877825 ], [ 112.057717465799882, 3.882306198438601 ], [ 112.073707, 3.865979 ], [ 112.064467, 3.830152 ], [ 112.040500860953372, 3.814279613435307 ], [ 112.015192, 3.823583 ], [ 111.99733, 3.848065 ] ] ], [ [ [ 117.69258625690604, 15.174719308985452 ], [ 117.715095, 15.222561 ], [ 117.72659954940768, 15.237286970500829 ], [ 117.748355, 15.230068 ], [ 117.782848, 15.187333 ], [ 117.839977191079839, 15.157922621330318 ], [ 117.845856031759141, 15.138186513335535 ], [ 117.841656859845358, 15.124749163211428 ], [ 117.832838598826413, 15.152043780651022 ], [ 117.777409529564466, 15.172619723028561 ], [ 117.74466, 15.217941 ], [ 117.720638, 15.195418 ], [ 117.72495, 15.131302 ], [ 117.827812, 15.111659 ], [ 117.826959758147112, 15.099974048920105 ], [ 117.726798, 15.105303 ], [ 117.70980286175255, 15.108372392747672 ], [ 117.69258625690604, 15.174719308985452 ] ] ], [ [ [ 112.241858, 3.942404 ], [ 112.243320864389119, 3.968809139862543 ], [ 112.254177, 3.97942 ], [ 112.270195564637334, 3.986445661900434 ], [ 112.290771507014881, 3.980566821221137 ], [ 112.292365, 3.946583 ], [ 112.265156558340792, 3.932696261404004 ], [ 112.241858, 3.942404 ] ] ], [ [ [ 111.734324, 16.19732 ], [ 111.790374, 16.220307 ], [ 111.789758, 16.250186 ], [ 111.716462, 16.249036 ], [ 111.782367, 16.273741 ], [ 111.813164, 16.261676 ], [ 111.81686, 16.224329 ], [ 111.779903, 16.19732 ], [ 111.734324, 16.19732 ] ] ], [ [ [ 113.896887, 7.607204 ], [ 113.921524, 7.639235 ], [ 114.029314, 7.670078 ], [ 114.095219, 7.721082 ], [ 114.211632, 7.786904 ], [ 114.268298, 7.870501 ], [ 114.414892, 7.952895 ], [ 114.47279, 7.968898 ], [ 114.511594, 7.966527 ], [ 114.540543, 7.945783 ], [ 114.555326, 7.891249 ], [ 114.540543, 7.862201 ], [ 114.464167, 7.814771 ], [ 114.419819, 7.765557 ], [ 114.407501, 7.683126 ], [ 114.368696, 7.638642 ], [ 114.289856, 7.617288 ], [ 114.157429, 7.561525 ], [ 114.058879, 7.537794 ], [ 113.98743, 7.536014 ], [ 113.919677, 7.566865 ], [ 113.896887, 7.607204 ] ] ], [ [ [ 111.649324, 16.255931 ], [ 111.681353, 16.262251 ], [ 111.598817, 16.198469 ], [ 111.606825, 16.177779 ], [ 111.690592, 16.211112 ], [ 111.611136, 16.156511 ], [ 111.56802, 16.162834 ], [ 111.577875, 16.208239 ], [ 111.649324, 16.255931 ] ] ], [ [ [ 113.976959, 8.872888 ], [ 113.989894, 8.878801 ], [ 114.041017, 8.843913 ], [ 114.060111, 8.816119 ], [ 114.035473, 8.783591 ], [ 114.013299, 8.836817 ], [ 113.976959, 8.872888 ] ] ], [ [ [ 113.956017, 8.840365 ], [ 113.977575, 8.841548 ], [ 114.012068, 8.798376 ], [ 113.975111, 8.793054 ], [ 113.956017, 8.840365 ] ] ], [ [ [ 112.216604, 8.866383 ], [ 112.180264, 8.862244 ], [ 112.206133, 8.88767 ], [ 112.216604, 8.866383 ] ] ], [ [ [ 111.739251, 16.452898 ], [ 111.765737, 16.495366 ], [ 111.759577, 16.545857 ], [ 111.786679, 16.520039 ], [ 111.766969, 16.470116 ], [ 111.739251, 16.452898 ] ] ], [ [ [ 111.97454, 16.323715 ], [ 112.002874, 16.350707 ], [ 112.047221, 16.360469 ], [ 112.074938, 16.349558 ], [ 112.07617, 16.323715 ], [ 112.002258, 16.306484 ], [ 111.97454, 16.323715 ] ] ], [ [ [ 113.792177, 7.373422 ], [ 113.829134, 7.383511 ], [ 113.828518, 7.362145 ], [ 113.792177, 7.373422 ] ] ], [ [ [ 114.194386, 8.764664 ], [ 114.222103, 8.784773 ], [ 114.248588, 8.724442 ], [ 114.201161, 8.727991 ], [ 114.194386, 8.764664 ] ] ], [ [ [ 112.232619, 16.996239 ], [ 112.266496, 16.993949 ], [ 112.292981, 16.96762 ], [ 112.222764, 16.960751 ], [ 112.207981, 16.987081 ], [ 112.232619, 16.996239 ] ] ], [ [ [ 114.617536, 9.965688 ], [ 114.685905, 9.979245 ], [ 114.672355, 9.927963 ], [ 114.642173, 9.917351 ], [ 114.617536, 9.965688 ] ] ], [ [ [ 115.837712, 9.709775 ], [ 115.870972, 9.778785 ], [ 115.901153, 9.795888 ], [ 115.925791, 9.781734 ], [ 115.901153, 9.67084 ], [ 115.867277, 9.650191 ], [ 115.861117, 9.694438 ], [ 115.837712, 9.709775 ] ] ], [ [ [ 114.689601, 10.345648 ], [ 114.717318, 10.380381 ], [ 114.747499, 10.37214 ], [ 114.725941, 10.319154 ], [ 114.702536, 10.312677 ], [ 114.689601, 10.345648 ] ] ], [ [ [ 113.769387, 7.636862 ], [ 113.831597, 7.644573 ], [ 113.814967, 7.603051 ], [ 113.773699, 7.601865 ], [ 113.769387, 7.636862 ] ] ], [ [ [ 109.463972, 7.344339 ], [ 109.536037, 7.448792 ], [ 109.653065, 7.559745 ], [ 109.72205, 7.575763 ], [ 109.816289, 7.572797 ], [ 109.904984, 7.55144 ], [ 109.948716, 7.522962 ], [ 109.938861, 7.504569 ], [ 109.791651, 7.524742 ], [ 109.709115, 7.511095 ], [ 109.654297, 7.479648 ], [ 109.571761, 7.373422 ], [ 109.513247, 7.320002 ], [ 109.463972, 7.315254 ], [ 109.463972, 7.344339 ] ] ], [ [ [ 116.273181, 8.879392 ], [ 116.305826, 8.917233 ], [ 116.332311, 8.901269 ], [ 116.294123, 8.858105 ], [ 116.273181, 8.879392 ] ] ], [ [ [ 112.476531, 16.001247 ], [ 112.448814, 16.005274 ], [ 112.462364, 16.043813 ], [ 112.588016, 16.070844 ], [ 112.612037, 16.039212 ], [ 112.570154, 16.011027 ], [ 112.476531, 16.001247 ] ] ], [ [ [ 112.537509, 8.846278 ], [ 112.598487, 8.859288 ], [ 112.639755, 8.818484 ], [ 112.57077, 8.815527 ], [ 112.537509, 8.846278 ] ] ], [ [ [ 114.469095, 10.836261 ], [ 114.55471, 10.900911 ], [ 114.587355, 10.909138 ], [ 114.593514, 10.856245 ], [ 114.565181, 10.836261 ], [ 114.513442, 10.848605 ], [ 114.475254, 10.814512 ], [ 114.469095, 10.836261 ] ] ], [ [ [ 112.409393, 16.294996 ], [ 112.509176, 16.317397 ], [ 112.536893, 16.312228 ], [ 112.531349, 16.285805 ], [ 112.475915, 16.288677 ], [ 112.411241, 16.2634 ], [ 112.383524, 16.265698 ], [ 112.409393, 16.294996 ] ] ], [ [ [ 112.349031, 16.912088 ], [ 112.30222, 16.963041 ], [ 112.334249, 16.962469 ], [ 112.360734, 16.925257 ], [ 112.349031, 16.912088 ] ] ], [ [ [ 111.500267, 16.45175 ], [ 111.538455, 16.461507 ], [ 111.545847, 16.43453 ], [ 111.49534, 16.4374 ], [ 111.500267, 16.45175 ] ] ], [ [ [ 115.500177, 9.897897 ], [ 115.518039, 9.933857 ], [ 115.581481, 9.917351 ], [ 115.585177, 9.896128 ], [ 115.54822, 9.869007 ], [ 115.500177, 9.897897 ] ] ], [ [ [ 116.48876, 10.395686 ], [ 116.526332, 10.426883 ], [ 116.542346, 10.41982 ], [ 116.514629, 10.34918 ], [ 116.637817, 10.365076 ], [ 116.644592, 10.335051 ], [ 116.566368, 10.304434 ], [ 116.511549, 10.297957 ], [ 116.467202, 10.309144 ], [ 116.461658, 10.34918 ], [ 116.48876, 10.395686 ] ] ], [ [ [ 114.669891, 8.210048 ], [ 114.726557, 8.21064 ], [ 114.74134, 8.189316 ], [ 114.691449, 8.18517 ], [ 114.669891, 8.210048 ] ] ], [ [ [ 114.507899, 8.120004 ], [ 114.595978, 8.15792 ], [ 114.624311, 8.149626 ], [ 114.595978, 8.120596 ], [ 114.530073, 8.103415 ], [ 114.507899, 8.120004 ] ] ], [ [ [ 115.16757, 8.386523 ], [ 115.202678, 8.395403 ], [ 115.299381, 8.370537 ], [ 115.315395, 8.356326 ], [ 115.285214, 8.314876 ], [ 115.235939, 8.321982 ], [ 115.18112, 8.345668 ], [ 115.16757, 8.386523 ] ] ], [ [ [ 113.895039, 8.00505 ], [ 113.940003, 8.018088 ], [ 113.969568, 7.974825 ], [ 113.9708, 7.944597 ], [ 113.904894, 7.963564 ], [ 113.895039, 8.00505 ] ] ], [ [ [ 115.436119, 9.393447 ], [ 115.456445, 9.417064 ], [ 115.469996, 9.3592 ], [ 115.450286, 9.345028 ], [ 115.436119, 9.393447 ] ] ], [ [ [ 113.638192, 8.976942 ], [ 113.644968, 8.989355 ], [ 113.719496, 9.020092 ], [ 113.730583, 9.004133 ], [ 113.654823, 8.962163 ], [ 113.638192, 8.976942 ] ] ], [ [ [ 116.457347, 9.174326 ], [ 116.500462, 9.164282 ], [ 116.477057, 9.137103 ], [ 116.457347, 9.174326 ] ] ], [ [ [ 114.910723, 10.863298 ], [ 114.934129, 10.902674 ], [ 114.959998, 10.902087 ], [ 114.931049, 10.841551 ], [ 114.910723, 10.863298 ] ] ], [ [ [ 113.939387, 8.875253 ], [ 113.916597, 8.837999 ], [ 113.893807, 8.862836 ], [ 113.912285, 8.888853 ], [ 113.939387, 8.875253 ] ] ], [ [ [ 114.696992, 11.004322 ], [ 114.710543, 11.039567 ], [ 114.766593, 11.110045 ], [ 114.799854, 11.10476 ], [ 114.793079, 11.07657 ], [ 114.710543, 11.001972 ], [ 114.696992, 11.004322 ] ] ], [ [ [ 111.572948, 16.470116 ], [ 111.592658, 16.490775 ], [ 111.614216, 16.44027 ], [ 111.578491, 16.447158 ], [ 111.572948, 16.470116 ] ] ], [ [ [ 114.62, 11.432264 ], [ 114.621232, 11.518479 ], [ 114.661884, 11.522584 ], [ 114.652644, 11.436957 ], [ 114.62, 11.432264 ] ] ], [ [ [ 109.936397, 7.848566 ], [ 109.953027, 7.888878 ], [ 110.0331, 7.944597 ], [ 110.078063, 7.949339 ], [ 110.082991, 7.896584 ], [ 110.050346, 7.846194 ], [ 109.988136, 7.8124 ], [ 109.936397, 7.823665 ], [ 109.936397, 7.848566 ] ] ], [ [ [ 116.727128, 11.501473 ], [ 116.738215, 11.514961 ], [ 116.772092, 11.445755 ], [ 116.765316, 11.430504 ], [ 116.727128, 11.501473 ] ] ], [ [ [ 111.761425, 16.061642 ], [ 111.829795, 16.070844 ], [ 111.828563, 16.049565 ], [ 111.791606, 16.028859 ], [ 111.761425, 16.061642 ] ] ], [ [ [ 113.845764, 10.018733 ], [ 113.856851, 10.12185 ], [ 113.872249, 10.123029 ], [ 113.865474, 10.00341 ], [ 113.845764, 10.018733 ] ] ], [ [ [ 111.690592, 16.587731 ], [ 111.717078, 16.59404 ], [ 111.724469, 16.560198 ], [ 111.690592, 16.587731 ] ] ], [ [ [ 112.507328, 16.466098 ], [ 112.499321, 16.493645 ], [ 112.575081, 16.537251 ], [ 112.586784, 16.525777 ], [ 112.507328, 16.466098 ] ] ], [ [ [ 114.791847, 8.160882 ], [ 114.818332, 8.141332 ], [ 114.812173, 8.110524 ], [ 114.777064, 8.114079 ], [ 114.791847, 8.160882 ] ] ], [ [ [ 116.557129, 9.745167 ], [ 116.593469, 9.723932 ], [ 116.566368, 9.718623 ], [ 116.557129, 9.745167 ] ] ], [ [ [ 116.832454, 10.476908 ], [ 116.868794, 10.495739 ], [ 116.855243, 10.468669 ], [ 116.832454, 10.476908 ] ] ], [ [ [ 114.703151, 16.170307 ], [ 114.704383, 16.199044 ], [ 114.802934, 16.215135 ], [ 114.816484, 16.198469 ], [ 114.703151, 16.170307 ] ] ], [ [ [ 115.28275, 10.191951 ], [ 115.28891, 10.211388 ], [ 115.333257, 10.200198 ], [ 115.288294, 10.172513 ], [ 115.28275, 10.191951 ] ] ], [ [ [ 115.97753, 9.321997 ], [ 115.999088, 9.293649 ], [ 115.976298, 9.268252 ], [ 115.943037, 9.269433 ], [ 115.926407, 9.311366 ], [ 115.97753, 9.321997 ] ] ], [ [ [ 113.660366, 9.231039 ], [ 113.697323, 9.225722 ], [ 113.676997, 9.202683 ], [ 113.660366, 9.231039 ] ] ], [ [ [ 114.665579, 7.590001 ], [ 114.703767, 7.614915 ], [ 114.72163, 7.59178 ], [ 114.671739, 7.563898 ], [ 114.665579, 7.590001 ] ] ], [ [ [ 117.770529, 10.773361 ], [ 117.775457, 10.809222 ], [ 117.801942, 10.839788 ], [ 117.831507, 10.838612 ], [ 117.835819, 10.803931 ], [ 117.798862, 10.753371 ], [ 117.770529, 10.773361 ] ] ], [ [ [ 114.242429, 10.242014 ], [ 114.265219, 10.275581 ], [ 114.312646, 10.300901 ], [ 114.326197, 10.284414 ], [ 114.263371, 10.239658 ], [ 114.242429, 10.242014 ] ] ], [ [ [ 114.688985, 11.469217 ], [ 114.720398, 11.49209 ], [ 114.737644, 11.463938 ], [ 114.722246, 11.429331 ], [ 114.688985, 11.469217 ] ] ], [ [ [ 116.638433, 10.503977 ], [ 116.699411, 10.517511 ], [ 116.70865, 10.492797 ], [ 116.653215, 10.491031 ], [ 116.638433, 10.503977 ] ] ], [ [ [ 110.459946, 8.116449 ], [ 110.461793, 8.128298 ], [ 110.568351, 8.17273 ], [ 110.599764, 8.156735 ], [ 110.554184, 8.093935 ], [ 110.471032, 8.072012 ], [ 110.459946, 8.116449 ] ] ], [ [ [ 111.463311, 8.52504 ], [ 111.509506, 8.550489 ], [ 111.497187, 8.523857 ], [ 111.463311, 8.52504 ] ] ], [ [ [ 114.493116, 10.717504 ], [ 114.539312, 10.793349 ], [ 114.562717, 10.778064 ], [ 114.513442, 10.722208 ], [ 114.493116, 10.717504 ] ] ], [ [ [ 113.221817, 8.073789 ], [ 113.269861, 8.120004 ], [ 113.283411, 8.111117 ], [ 113.235984, 8.068456 ], [ 113.221817, 8.073789 ] ] ], [ [ [ 115.258113, 8.509652 ], [ 115.296301, 8.510836 ], [ 115.271048, 8.477098 ], [ 115.258113, 8.509652 ] ] ], [ [ [ 111.539071, 7.54432 ], [ 111.566788, 7.606017 ], [ 111.612368, 7.592374 ], [ 111.583419, 7.543134 ], [ 111.542767, 7.524742 ], [ 111.539071, 7.54432 ] ] ], [ [ [ 117.258068, 10.320331 ], [ 117.274698, 10.358011 ], [ 117.299952, 10.343293 ], [ 117.299336, 10.313855 ], [ 117.258068, 10.320331 ] ] ], [ [ [ 114.074893, 10.929118 ], [ 114.096451, 10.947921 ], [ 114.110002, 10.918541 ], [ 114.064422, 10.904437 ], [ 114.074893, 10.929118 ] ] ], [ [ [ 114.212864, 16.040937 ], [ 114.268914, 16.059342 ], [ 114.306487, 16.057616 ], [ 114.31203, 16.034611 ], [ 114.212864, 16.040937 ] ] ], [ [ [ 110.609003, 8.010976 ], [ 110.622553, 8.041199 ], [ 110.641648, 8.031125 ], [ 110.642879, 7.989049 ], [ 110.609003, 8.010976 ] ] ], [ [ [ 115.509416, 8.490712 ], [ 115.514344, 8.519122 ], [ 115.558691, 8.523265 ], [ 115.569162, 8.49012 ], [ 115.55438, 8.461115 ], [ 115.521735, 8.460523 ], [ 115.509416, 8.490712 ] ] ], [ [ [ 111.657947, 8.672974 ], [ 111.697368, 8.67889 ], [ 111.717694, 8.6499 ], [ 111.665955, 8.622683 ], [ 111.657947, 8.672974 ] ] ], [ [ [ 110.460561, 7.799948 ], [ 110.485199, 7.827815 ], [ 110.511684, 7.805878 ], [ 110.487663, 7.783346 ], [ 110.460561, 7.799948 ] ] ], [ [ [ 112.345952, 8.926101 ], [ 112.384756, 8.946793 ], [ 112.392763, 8.919598 ], [ 112.345952, 8.926101 ] ] ], [ [ [ 116.469665, 9.810041 ], [ 116.490607, 9.821246 ], [ 116.50847, 9.79117 ], [ 116.47952, 9.785272 ], [ 116.469665, 9.810041 ] ] ], [ [ [ 111.925265, 8.070827 ], [ 111.95483, 8.106377 ], [ 112.013344, 8.093342 ], [ 112.018888, 8.065494 ], [ 111.994866, 8.047125 ], [ 111.949287, 8.05068 ], [ 111.925265, 8.070827 ] ] ], [ [ [ 114.457392, 15.599305 ], [ 114.491884, 15.59354 ], [ 114.466631, 15.576823 ], [ 114.457392, 15.599305 ] ] ], [ [ [ 114.985252, 11.078332 ], [ 115.021592, 11.085967 ], [ 115.013585, 11.063062 ], [ 114.985252, 11.078332 ] ] ], [ [ [ 114.10569, 16.004124 ], [ 114.132176, 16.007575 ], [ 114.110618, 15.978235 ], [ 114.10569, 16.004124 ] ] ], [ [ [ 116.045283, 10.095338 ], [ 116.070537, 10.12892 ], [ 116.09579, 10.09357 ], [ 116.067457, 10.065876 ], [ 116.045283, 10.095338 ] ] ], [ [ [ 117.266691, 10.69163 ], [ 117.293176, 10.735144 ], [ 117.369553, 10.7422 ], [ 117.418212, 10.702803 ], [ 117.404661, 10.671047 ], [ 117.348611, 10.672811 ], [ 117.266691, 10.69163 ] ] ], [ [ [ 114.854057, 7.244611 ], [ 114.869455, 7.198895 ], [ 114.819564, 7.192957 ], [ 114.854057, 7.244611 ] ] ], [ [ [ 112.823305, 8.910729 ], [ 112.873196, 8.908364 ], [ 112.859645, 8.889444 ], [ 112.823305, 8.910729 ] ] ], [ [ [ 111.670266, 7.651098 ], [ 111.691208, 7.711593 ], [ 111.726317, 7.729977 ], [ 111.749722, 7.703884 ], [ 111.707223, 7.648725 ], [ 111.670266, 7.651098 ] ] ], [ [ [ 112.207981, 8.835634 ], [ 112.241242, 8.852783 ], [ 112.235699, 8.827355 ], [ 112.207981, 8.835634 ] ] ], [ [ [ 112.527654, 5.79444 ], [ 112.562146, 5.820637 ], [ 112.562762, 5.75931 ], [ 112.531965, 5.766455 ], [ 112.527654, 5.79444 ] ] ], [ [ [ 114.599058, 8.846278 ], [ 114.61692, 8.881166 ], [ 114.665579, 8.900087 ], [ 114.68221, 8.881166 ], [ 114.645869, 8.844504 ], [ 114.599058, 8.846278 ] ] ], [ [ [ 114.868223, 7.983715 ], [ 114.883006, 8.011569 ], [ 114.914419, 8.00742 ], [ 114.907643, 7.951117 ], [ 114.868223, 7.983715 ] ] ], [ [ [ 112.945261, 8.410204 ], [ 112.949572, 8.432701 ], [ 112.985297, 8.429149 ], [ 112.945261, 8.410204 ] ] ], [ [ [ 113.600004, 6.961929 ], [ 113.62341, 6.942325 ], [ 113.580294, 6.920344 ], [ 113.600004, 6.961929 ] ] ], [ [ [ 117.347995, 10.090624 ], [ 117.373864, 10.106532 ], [ 117.385567, 10.063519 ], [ 117.354154, 10.06293 ], [ 117.347995, 10.090624 ] ] ], [ [ [ 112.993304, 19.472003 ], [ 112.980369, 19.496263 ], [ 112.993304, 19.52616 ], [ 113.029028, 19.52898 ], [ 113.048123, 19.506417 ], [ 113.038883, 19.480466 ], [ 112.993304, 19.472003 ] ] ], [ [ [ 114.448153, 16.034035 ], [ 114.465399, 16.067393 ], [ 114.521449, 16.056466 ], [ 114.485109, 16.034611 ], [ 114.448153, 16.034035 ] ] ], [ [ [ 113.832213, 19.158552 ], [ 113.799568, 19.19925 ], [ 113.80696, 19.222986 ], [ 113.875945, 19.237113 ], [ 113.920293, 19.223551 ], [ 113.914749, 19.172119 ], [ 113.874097, 19.151203 ], [ 113.832213, 19.158552 ] ] ], [ [ [ 112.650842, 5.106941 ], [ 112.678559, 5.121247 ], [ 112.719211, 5.075944 ], [ 112.682871, 5.048522 ], [ 112.655769, 5.055676 ], [ 112.650842, 5.106941 ] ] ], [ [ [ 111.638853, 7.907254 ], [ 111.651788, 7.932743 ], [ 111.713382, 7.927408 ], [ 111.712766, 7.887099 ], [ 111.665339, 7.887099 ], [ 111.638853, 7.907254 ] ] ], [ [ [ 112.244322, 8.874662 ], [ 112.288669, 8.885896 ], [ 112.281278, 8.855148 ], [ 112.244322, 8.874662 ] ] ], [ [ [ 112.89229, 7.844416 ], [ 112.93171, 7.867537 ], [ 112.929862, 7.827815 ], [ 112.89229, 7.844416 ] ] ], [ [ [ 112.583088, 5.56159 ], [ 112.616349, 5.568737 ], [ 112.642834, 5.489512 ], [ 112.614501, 5.465683 ], [ 112.606494, 5.51751 ], [ 112.583088, 5.56159 ] ] ], [ [ [ 116.695099, 16.345538 ], [ 116.717889, 16.373676 ], [ 116.747454, 16.360469 ], [ 116.738831, 16.303612 ], [ 116.708034, 16.299591 ], [ 116.695099, 16.345538 ] ] ], [ [ [ 112.523342, 5.656289 ], [ 112.528886, 5.687257 ], [ 112.56153, 5.677133 ], [ 112.565842, 5.63068 ], [ 112.5449, 5.616386 ], [ 112.523342, 5.656289 ] ] ], [ [ [ 112.907072, 4.993079 ], [ 112.910768, 5.038388 ], [ 112.952652, 5.047926 ], [ 112.943413, 4.991887 ], [ 112.907072, 4.993079 ] ] ], [ [ [ 115.361591, 13.948985 ], [ 115.377605, 13.968732 ], [ 115.423185, 13.977443 ], [ 115.438583, 13.943757 ], [ 115.397315, 13.92517 ], [ 115.361591, 13.948985 ] ] ], [ [ [ 113.860546, 15.477068 ], [ 113.890112, 15.490909 ], [ 113.893807, 15.463802 ], [ 113.860546, 15.477068 ] ] ], [ [ [ 113.596924, 10.240836 ], [ 113.638192, 10.243192 ], [ 113.617866, 10.22199 ], [ 113.596924, 10.240836 ] ] ], [ [ [ 112.557219, 5.109326 ], [ 112.601567, 5.120055 ], [ 112.610806, 5.091443 ], [ 112.568922, 5.071771 ], [ 112.557219, 5.109326 ] ] ], [ [ [ 112.350263, 5.621747 ], [ 112.385372, 5.643187 ], [ 112.385988, 5.615791 ], [ 112.350263, 5.621747 ] ] ], [ [ [ 112.226459, 16.759147 ], [ 112.211061, 16.795819 ], [ 112.262184, 16.778057 ], [ 112.254177, 16.751698 ], [ 112.226459, 16.759147 ] ] ], [ [ [ 112.233851, 15.69612 ], [ 112.20367, 15.71398 ], [ 112.240626, 15.741055 ], [ 112.25972, 15.734718 ], [ 112.233851, 15.69612 ] ] ], [ [ [ 112.612037, 5.367973 ], [ 112.62374, 5.401935 ], [ 112.690878, 5.406702 ], [ 112.685334, 5.371548 ], [ 112.640371, 5.347715 ], [ 112.612037, 5.367973 ] ] ], [ [ [ 112.472219, 5.73966 ], [ 112.498089, 5.775387 ], [ 112.496857, 5.736683 ], [ 112.472219, 5.73966 ] ] ], [ [ [ 113.217506, 6.306249 ], [ 113.243991, 6.325878 ], [ 113.230441, 6.285429 ], [ 113.217506, 6.306249 ] ] ], [ [ [ 116.152457, 9.579384 ], [ 116.187565, 9.595317 ], [ 116.189413, 9.565221 ], [ 116.152457, 9.579384 ] ] ], [ [ [ 114.948911, 7.508722 ], [ 115.013585, 7.525928 ], [ 115.012353, 7.484988 ], [ 114.960614, 7.484988 ], [ 114.948911, 7.508722 ] ] ], [ [ [ 111.553854, 7.807656 ], [ 111.603745, 7.861608 ], [ 111.619759, 7.840265 ], [ 111.585267, 7.771487 ], [ 111.553854, 7.807656 ] ] ], [ [ [ 113.938771, 15.8355 ], [ 113.9708, 15.83953 ], [ 113.973263, 15.805558 ], [ 113.938771, 15.8355 ] ] ], [ [ [ 114.926122, 16.036911 ], [ 114.910723, 16.001823 ], [ 114.895325, 16.036336 ], [ 114.926122, 16.036911 ] ] ], [ [ [ 116.749302, 9.056736 ], [ 116.740679, 9.028367 ], [ 116.70865, 9.024229 ], [ 116.699411, 9.049053 ], [ 116.749302, 9.056736 ] ] ], [ [ [ 112.64653, 16.385733 ], [ 112.660081, 16.426494 ], [ 112.681639, 16.400661 ], [ 112.64653, 16.385733 ] ] ], [ [ [ 111.203384, 19.92557 ], [ 111.204, 19.926132 ], [ 111.204, 19.92557 ], [ 111.203384, 19.925007 ], [ 111.203384, 19.92557 ] ] ], [ [ [ 115.758256, 10.461018 ], [ 115.801987, 10.463372 ], [ 115.776118, 10.434534 ], [ 115.758256, 10.461018 ] ] ], [ [ [ 112.671784, 16.331755 ], [ 112.677943, 16.35932 ], [ 112.701349, 16.331755 ], [ 112.671784, 16.331755 ] ] ], [ [ [ 115.782277, 10.541046 ], [ 115.805067, 10.524571 ], [ 115.795212, 10.499858 ], [ 115.782277, 10.541046 ] ] ], [ [ [ 112.512255, 9.544566 ], [ 112.567074, 9.554008 ], [ 112.568922, 9.516826 ], [ 112.50856, 9.525679 ], [ 112.512255, 9.544566 ] ] ], [ [ [ 117.21372, 10.735144 ], [ 117.206945, 10.707507 ], [ 117.187235, 10.741612 ], [ 117.21372, 10.735144 ] ] ], [ [ [ 114.610145, 15.649447 ], [ 114.610761, 15.615444 ], [ 114.581195, 15.625242 ], [ 114.610145, 15.649447 ] ] ], [ [ [ 117.299336, 11.077745 ], [ 117.304263, 11.027232 ], [ 117.284553, 11.02547 ], [ 117.264227, 11.063062 ], [ 117.299336, 11.077745 ] ] ], [ [ [ 117.691073, 11.048965 ], [ 117.690457, 11.016658 ], [ 117.655965, 11.024882 ], [ 117.653501, 11.046029 ], [ 117.691073, 11.048965 ] ] ], [ [ [ 114.166668, 9.38459 ], [ 114.194386, 9.391676 ], [ 114.195617, 9.350933 ], [ 114.175291, 9.342075 ], [ 114.166668, 9.38459 ] ] ], [ [ [ 114.714854, 9.736909 ], [ 114.704999, 9.700337 ], [ 114.680978, 9.707416 ], [ 114.693296, 9.741038 ], [ 114.714854, 9.736909 ] ] ], [ [ [ 112.554139, 5.97839 ], [ 112.575697, 5.971247 ], [ 112.553523, 5.942676 ], [ 112.554139, 5.97839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "500000", "name": "重庆市", "center": [ 106.504962, 29.533155 ], "centroid": [ 107.883899, 30.067297 ], "childrenNum": 38, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 21, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.37442, 28.525742 ], [ 106.33192, 28.55308 ], [ 106.346703, 28.583565 ], [ 106.304203, 28.64976 ], [ 106.305435, 28.704365 ], [ 106.27279, 28.741103 ], [ 106.267863, 28.779402 ], [ 106.245689, 28.817686 ], [ 106.264783, 28.845997 ], [ 106.206885, 28.904691 ], [ 106.173008, 28.920407 ], [ 106.14837, 28.901548 ], [ 106.101559, 28.898928 ], [ 106.070762, 28.919884 ], [ 106.049204, 28.906263 ], [ 106.040581, 28.955498 ], [ 106.001161, 28.973824 ], [ 105.969132, 28.965971 ], [ 105.910002, 28.920407 ], [ 105.852719, 28.927217 ], [ 105.830546, 28.944501 ], [ 105.797285, 28.936121 ], [ 105.801596, 28.958116 ], [ 105.762176, 28.9911 ], [ 105.766488, 29.013607 ], [ 105.74185, 29.039249 ], [ 105.757865, 29.069068 ], [ 105.728916, 29.1062 ], [ 105.752321, 29.129727 ], [ 105.728916, 29.134432 ], [ 105.703662, 29.176766 ], [ 105.712285, 29.219082 ], [ 105.695039, 29.287482 ], [ 105.647612, 29.253027 ], [ 105.631597, 29.280174 ], [ 105.557684, 29.278608 ], [ 105.521344, 29.264513 ], [ 105.513337, 29.283306 ], [ 105.459134, 29.288526 ], [ 105.465294, 29.322969 ], [ 105.42033, 29.31149 ], [ 105.418482, 29.352185 ], [ 105.441888, 29.400686 ], [ 105.426489, 29.419454 ], [ 105.372903, 29.421018 ], [ 105.387069, 29.455416 ], [ 105.387069, 29.455416 ], [ 105.334099, 29.441345 ], [ 105.337794, 29.459064 ], [ 105.305149, 29.53199 ], [ 105.296526, 29.571035 ], [ 105.332867, 29.592374 ], [ 105.347649, 29.621512 ], [ 105.38091, 29.628275 ], [ 105.419714, 29.688082 ], [ 105.476996, 29.674564 ], [ 105.481924, 29.718232 ], [ 105.529351, 29.707836 ], [ 105.574931, 29.744216 ], [ 105.582938, 29.819013 ], [ 105.610655, 29.837184 ], [ 105.707974, 29.840818 ], [ 105.738771, 29.891159 ], [ 105.717213, 29.893753 ], [ 105.70243, 29.924879 ], [ 105.730763, 29.95755 ], [ 105.723372, 29.975177 ], [ 105.753553, 30.018196 ], [ 105.719677, 30.042548 ], [ 105.687032, 30.038922 ], [ 105.676561, 30.06793 ], [ 105.638988, 30.076216 ], [ 105.642068, 30.101072 ], [ 105.582938, 30.12385 ], [ 105.582938, 30.127474 ], [ 105.580474, 30.129544 ], [ 105.574315, 30.130579 ], [ 105.596489, 30.159043 ], [ 105.536127, 30.152834 ], [ 105.550909, 30.179222 ], [ 105.56138, 30.183878 ], [ 105.642684, 30.186464 ], [ 105.662394, 30.210258 ], [ 105.619894, 30.234045 ], [ 105.624822, 30.275918 ], [ 105.670401, 30.254208 ], [ 105.720292, 30.252657 ], [ 105.720292, 30.252657 ], [ 105.714749, 30.322939 ], [ 105.754785, 30.342567 ], [ 105.760329, 30.384393 ], [ 105.792357, 30.427234 ], [ 105.825618, 30.436006 ], [ 105.84656, 30.410203 ], [ 105.900763, 30.405042 ], [ 105.943263, 30.372002 ], [ 106.031958, 30.373551 ], [ 106.07261, 30.333786 ], [ 106.132972, 30.30279 ], [ 106.132356, 30.323972 ], [ 106.168696, 30.303823 ], [ 106.180399, 30.233011 ], [ 106.232754, 30.185947 ], [ 106.260471, 30.19681 ], [ 106.264167, 30.20974 ], [ 106.296196, 30.205603 ], [ 106.306667, 30.238182 ], [ 106.334384, 30.225772 ], [ 106.349167, 30.24542 ], [ 106.401521, 30.242318 ], [ 106.428623, 30.254725 ], [ 106.43971, 30.308473 ], [ 106.49884, 30.295556 ], [ 106.545035, 30.296589 ], [ 106.560434, 30.31519 ], [ 106.611557, 30.292455 ], [ 106.642354, 30.246454 ], [ 106.612789, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.631883, 30.186464 ], [ 106.677462, 30.156974 ], [ 106.672535, 30.122297 ], [ 106.700252, 30.111944 ], [ 106.699636, 30.074145 ], [ 106.724274, 30.058607 ], [ 106.732281, 30.027005 ], [ 106.785252, 30.01716 ], [ 106.825904, 30.03115 ], [ 106.825904, 30.03115 ], [ 106.83699, 30.049801 ], [ 106.862244, 30.033223 ], [ 106.913367, 30.025451 ], [ 106.94478, 30.037367 ], [ 106.976193, 30.083467 ], [ 106.981736, 30.08502 ], [ 107.02054, 30.036849 ], [ 107.053801, 30.043584 ], [ 107.054417, 30.040994 ], [ 107.055649, 30.040476 ], [ 107.058113, 30.043066 ], [ 107.084598, 30.063786 ], [ 107.080286, 30.094341 ], [ 107.103076, 30.090198 ], [ 107.221337, 30.213878 ], [ 107.257677, 30.267131 ], [ 107.288474, 30.337402 ], [ 107.338981, 30.386459 ], [ 107.368546, 30.468508 ], [ 107.408582, 30.521623 ], [ 107.443075, 30.53348 ], [ 107.427676, 30.547397 ], [ 107.485575, 30.598408 ], [ 107.516987, 30.644759 ], [ 107.477567, 30.664837 ], [ 107.458473, 30.704981 ], [ 107.424597, 30.74048 ], [ 107.454162, 30.771851 ], [ 107.454162, 30.771851 ], [ 107.498509, 30.809381 ], [ 107.483111, 30.838675 ], [ 107.515756, 30.854603 ], [ 107.57735, 30.847924 ], [ 107.645103, 30.821202 ], [ 107.693146, 30.875665 ], [ 107.739957, 30.884396 ], [ 107.760899, 30.862823 ], [ 107.763979, 30.817091 ], [ 107.788001, 30.81966 ], [ 107.851443, 30.792931 ], [ 107.956152, 30.882855 ], [ 107.994956, 30.908533 ], [ 107.948145, 30.918802 ], [ 107.942602, 30.989114 ], [ 107.983254, 30.983983 ], [ 108.00358, 31.025533 ], [ 108.060246, 31.052197 ], [ 108.026985, 31.061938 ], [ 108.009123, 31.109602 ], [ 108.025753, 31.116263 ], [ 108.089811, 31.204859 ], [ 108.07626, 31.231985 ], [ 108.031297, 31.217144 ], [ 108.038688, 31.252964 ], [ 108.095354, 31.268311 ], [ 108.185898, 31.336831 ], [ 108.153869, 31.371073 ], [ 108.216079, 31.41041 ], [ 108.224086, 31.464024 ], [ 108.193289, 31.467598 ], [ 108.191441, 31.492096 ], [ 108.233941, 31.506894 ], [ 108.254883, 31.49873 ], [ 108.344194, 31.512506 ], [ 108.34789, 31.545664 ], [ 108.386078, 31.544134 ], [ 108.390389, 31.591555 ], [ 108.442744, 31.633856 ], [ 108.468614, 31.636404 ], [ 108.519121, 31.665952 ], [ 108.546838, 31.665442 ], [ 108.514809, 31.693963 ], [ 108.50557, 31.734182 ], [ 108.535135, 31.757592 ], [ 108.462454, 31.780488 ], [ 108.455063, 31.814059 ], [ 108.429194, 31.809482 ], [ 108.391005, 31.829822 ], [ 108.386078, 31.854226 ], [ 108.343578, 31.860834 ], [ 108.259194, 31.967006 ], [ 108.307238, 31.997463 ], [ 108.351585, 31.971575 ], [ 108.370063, 31.988835 ], [ 108.329411, 32.020299 ], [ 108.362056, 32.035521 ], [ 108.344194, 32.067477 ], [ 108.372527, 32.077112 ], [ 108.42981, 32.061391 ], [ 108.452599, 32.090296 ], [ 108.399628, 32.147065 ], [ 108.379303, 32.153652 ], [ 108.379303, 32.153652 ], [ 108.379918, 32.154158 ], [ 108.379918, 32.154158 ], [ 108.370063, 32.172397 ], [ 108.399013, 32.194176 ], [ 108.480317, 32.182527 ], [ 108.509882, 32.201266 ], [ 108.543758, 32.177969 ], [ 108.585026, 32.17189 ], [ 108.676801, 32.10297 ], [ 108.734084, 32.106519 ], [ 108.75133, 32.076098 ], [ 108.78767, 32.04871 ], [ 108.837561, 32.039072 ], [ 108.902235, 31.984774 ], [ 108.986619, 31.980205 ], [ 109.085785, 31.929428 ], [ 109.123357, 31.892851 ], [ 109.191111, 31.85575 ], [ 109.195422, 31.817618 ], [ 109.27611, 31.79931 ], [ 109.279806, 31.776418 ], [ 109.253936, 31.759628 ], [ 109.282885, 31.743343 ], [ 109.281654, 31.716874 ], [ 109.381436, 31.705165 ], [ 109.446109, 31.722983 ], [ 109.502776, 31.716365 ], [ 109.549587, 31.73011 ], [ 109.585928, 31.726546 ], [ 109.622268, 31.711783 ], [ 109.683246, 31.719929 ], [ 109.731289, 31.700582 ], [ 109.737449, 31.628761 ], [ 109.76455, 31.602769 ], [ 109.745456, 31.598182 ], [ 109.727594, 31.548214 ], [ 109.837847, 31.555354 ], [ 109.894513, 31.519139 ], [ 109.969658, 31.508935 ], [ 109.94502, 31.47066 ], [ 109.98752, 31.474744 ], [ 110.036795, 31.436966 ], [ 110.054042, 31.410921 ], [ 110.118715, 31.409899 ], [ 110.161831, 31.314338 ], [ 110.155671, 31.279564 ], [ 110.180309, 31.179774 ], [ 110.200019, 31.158779 ], [ 110.180309, 31.121899 ], [ 110.147048, 31.116776 ], [ 110.119947, 31.088592 ], [ 110.120563, 31.0322 ], [ 110.140273, 31.030661 ], [ 110.140889, 30.987062 ], [ 110.172918, 30.978853 ], [ 110.153824, 30.953708 ], [ 110.151976, 30.911613 ], [ 110.082375, 30.799614 ], [ 110.048498, 30.800642 ], [ 110.019549, 30.829425 ], [ 110.008462, 30.883369 ], [ 109.943788, 30.878746 ], [ 109.894513, 30.899803 ], [ 109.828608, 30.864364 ], [ 109.780564, 30.848437 ], [ 109.701724, 30.783677 ], [ 109.656761, 30.760538 ], [ 109.661072, 30.738936 ], [ 109.625348, 30.702923 ], [ 109.590855, 30.69366 ], [ 109.574225, 30.646818 ], [ 109.543428, 30.63961 ], [ 109.535421, 30.664837 ], [ 109.435638, 30.595832 ], [ 109.418392, 30.559766 ], [ 109.35495, 30.487076 ], [ 109.337088, 30.521623 ], [ 109.36111, 30.551004 ], [ 109.314298, 30.599953 ], [ 109.299516, 30.630341 ], [ 109.245313, 30.580892 ], [ 109.191726, 30.545851 ], [ 109.191726, 30.545851 ], [ 109.143683, 30.521108 ], [ 109.103647, 30.565949 ], [ 109.106111, 30.570587 ], [ 109.101183, 30.579346 ], [ 109.102415, 30.580377 ], [ 109.105495, 30.585529 ], [ 109.106111, 30.61077 ], [ 109.111654, 30.646303 ], [ 109.071002, 30.640125 ], [ 109.042669, 30.655571 ], [ 109.006329, 30.626736 ], [ 108.971836, 30.627766 ], [ 108.893612, 30.565434 ], [ 108.838793, 30.503062 ], [ 108.808612, 30.491202 ], [ 108.789518, 30.513374 ], [ 108.743939, 30.494812 ], [ 108.698975, 30.54482 ], [ 108.688504, 30.58759 ], [ 108.642925, 30.578831 ], [ 108.6497, 30.53915 ], [ 108.56778, 30.468508 ], [ 108.556077, 30.487592 ], [ 108.512961, 30.501515 ], [ 108.472925, 30.487076 ], [ 108.42673, 30.492233 ], [ 108.411331, 30.438586 ], [ 108.430425, 30.416397 ], [ 108.402092, 30.376649 ], [ 108.431041, 30.354446 ], [ 108.460606, 30.35961 ], [ 108.501258, 30.314673 ], [ 108.524048, 30.309506 ], [ 108.54499, 30.269716 ], [ 108.581947, 30.255759 ], [ 108.551766, 30.1637 ], [ 108.56778, 30.157491 ], [ 108.546222, 30.104178 ], [ 108.513577, 30.057571 ], [ 108.532055, 30.051873 ], [ 108.536367, 29.983472 ], [ 108.517889, 29.9394 ], [ 108.516041, 29.885451 ], [ 108.467998, 29.864175 ], [ 108.433505, 29.880262 ], [ 108.371295, 29.841337 ], [ 108.424266, 29.815897 ], [ 108.422418, 29.772791 ], [ 108.442744, 29.778505 ], [ 108.437201, 29.741098 ], [ 108.460606, 29.741098 ], [ 108.504338, 29.707836 ], [ 108.504954, 29.728626 ], [ 108.548686, 29.749412 ], [ 108.52528, 29.770713 ], [ 108.556077, 29.818493 ], [ 108.601041, 29.863656 ], [ 108.658939, 29.854833 ], [ 108.680497, 29.800319 ], [ 108.676801, 29.749412 ], [ 108.690968, 29.689642 ], [ 108.752562, 29.649082 ], [ 108.786438, 29.691721 ], [ 108.797525, 29.660003 ], [ 108.781511, 29.635558 ], [ 108.844337, 29.658443 ], [ 108.888068, 29.628795 ], [ 108.870206, 29.596537 ], [ 108.901003, 29.604863 ], [ 108.913322, 29.574679 ], [ 108.878213, 29.539279 ], [ 108.888684, 29.502305 ], [ 108.866511, 29.470527 ], [ 108.884373, 29.440824 ], [ 108.927488, 29.435612 ], [ 108.934264, 29.399643 ], [ 108.919481, 29.3261 ], [ 108.983539, 29.332883 ], [ 108.999553, 29.36366 ], [ 109.034662, 29.360531 ], [ 109.060531, 29.403292 ], [ 109.11227, 29.361053 ], [ 109.106727, 29.288526 ], [ 109.141835, 29.270256 ], [ 109.110422, 29.21647 ], [ 109.139372, 29.168927 ], [ 109.162777, 29.180946 ], [ 109.215748, 29.145409 ], [ 109.232378, 29.119271 ], [ 109.240386, 29.086328 ], [ 109.312451, 29.066453 ], [ 109.319842, 29.042388 ], [ 109.294588, 29.015177 ], [ 109.292741, 28.987436 ], [ 109.261328, 28.952356 ], [ 109.235458, 28.882161 ], [ 109.246545, 28.80143 ], [ 109.241002, 28.776779 ], [ 109.2989, 28.7474 ], [ 109.294588, 28.722211 ], [ 109.252704, 28.691767 ], [ 109.271183, 28.671816 ], [ 109.192958, 28.636104 ], [ 109.201581, 28.597753 ], [ 109.235458, 28.61982 ], [ 109.252089, 28.606685 ], [ 109.306907, 28.62087 ], [ 109.319842, 28.579886 ], [ 109.273646, 28.53836 ], [ 109.274262, 28.494714 ], [ 109.23361, 28.474726 ], [ 109.191726, 28.471043 ], [ 109.153538, 28.417369 ], [ 109.152306, 28.349975 ], [ 109.117198, 28.277795 ], [ 109.081473, 28.247749 ], [ 109.101799, 28.202401 ], [ 109.086401, 28.184467 ], [ 109.026655, 28.220331 ], [ 109.005713, 28.162837 ], [ 108.929952, 28.19027 ], [ 108.923793, 28.217167 ], [ 108.89546, 28.219804 ], [ 108.855424, 28.199764 ], [ 108.821547, 28.245113 ], [ 108.772888, 28.212949 ], [ 108.738395, 28.228241 ], [ 108.726692, 28.282011 ], [ 108.761801, 28.304143 ], [ 108.783359, 28.380518 ], [ 108.759953, 28.389995 ], [ 108.780279, 28.42579 ], [ 108.746402, 28.45105 ], [ 108.709446, 28.501026 ], [ 108.700207, 28.48209 ], [ 108.657091, 28.47683 ], [ 108.640461, 28.456838 ], [ 108.688504, 28.422106 ], [ 108.697127, 28.401051 ], [ 108.656475, 28.359981 ], [ 108.667562, 28.334173 ], [ 108.611512, 28.324691 ], [ 108.580099, 28.343128 ], [ 108.576403, 28.38631 ], [ 108.609048, 28.407368 ], [ 108.609664, 28.43579 ], [ 108.586874, 28.463678 ], [ 108.573939, 28.531 ], [ 108.610896, 28.539412 ], [ 108.604736, 28.590922 ], [ 108.636149, 28.621396 ], [ 108.575787, 28.659738 ], [ 108.50249, 28.63768 ], [ 108.501258, 28.626649 ], [ 108.439049, 28.634003 ], [ 108.332491, 28.679166 ], [ 108.347274, 28.736381 ], [ 108.385462, 28.772058 ], [ 108.386078, 28.803003 ], [ 108.352817, 28.815589 ], [ 108.346658, 28.859625 ], [ 108.357745, 28.893165 ], [ 108.345426, 28.943453 ], [ 108.319556, 28.961258 ], [ 108.297999, 29.045527 ], [ 108.306622, 29.079006 ], [ 108.277673, 29.091558 ], [ 108.256115, 29.040295 ], [ 108.193289, 29.072207 ], [ 108.150173, 29.053375 ], [ 108.070717, 29.086328 ], [ 108.026369, 29.039772 ], [ 107.925971, 29.032446 ], [ 107.908725, 29.007327 ], [ 107.882855, 29.00628 ], [ 107.867457, 28.960211 ], [ 107.810175, 28.984295 ], [ 107.823725, 29.034016 ], [ 107.784921, 29.048143 ], [ 107.810791, 29.139137 ], [ 107.749197, 29.199754 ], [ 107.700537, 29.141228 ], [ 107.659885, 29.162656 ], [ 107.605683, 29.164747 ], [ 107.589052, 29.150113 ], [ 107.570574, 29.218037 ], [ 107.486806, 29.174153 ], [ 107.441227, 29.203934 ], [ 107.401807, 29.184603 ], [ 107.408582, 29.138091 ], [ 107.427676, 29.128682 ], [ 107.412278, 29.094696 ], [ 107.369778, 29.091558 ], [ 107.395647, 29.041341 ], [ 107.364235, 29.00942 ], [ 107.396879, 28.993718 ], [ 107.412894, 28.960211 ], [ 107.441227, 28.943977 ], [ 107.41351, 28.911502 ], [ 107.383945, 28.848618 ], [ 107.339597, 28.845997 ], [ 107.327894, 28.810869 ], [ 107.261373, 28.792514 ], [ 107.24659, 28.76209 ], [ 107.219489, 28.772582 ], [ 107.210866, 28.817686 ], [ 107.227496, 28.836037 ], [ 107.194851, 28.838134 ], [ 107.206554, 28.868535 ], [ 107.14188, 28.887925 ], [ 107.016229, 28.882685 ], [ 107.019308, 28.861722 ], [ 106.983584, 28.851239 ], [ 106.988512, 28.776254 ], [ 106.951555, 28.766812 ], [ 106.923222, 28.809821 ], [ 106.872099, 28.777304 ], [ 106.845614, 28.780975 ], [ 106.824056, 28.756319 ], [ 106.86594, 28.690192 ], [ 106.889345, 28.695966 ], [ 106.866556, 28.624548 ], [ 106.830831, 28.623497 ], [ 106.807425, 28.589346 ], [ 106.784636, 28.626649 ], [ 106.756918, 28.607211 ], [ 106.77786, 28.563068 ], [ 106.73844, 28.554657 ], [ 106.726121, 28.51838 ], [ 106.747063, 28.467361 ], [ 106.708259, 28.450524 ], [ 106.697788, 28.47683 ], [ 106.632499, 28.503655 ], [ 106.564745, 28.485247 ], [ 106.567825, 28.523638 ], [ 106.615252, 28.549401 ], [ 106.606629, 28.593024 ], [ 106.63681, 28.622972 ], [ 106.618332, 28.645033 ], [ 106.651593, 28.649235 ], [ 106.617716, 28.66709 ], [ 106.6171, 28.691242 ], [ 106.587535, 28.691767 ], [ 106.56105, 28.719062 ], [ 106.561666, 28.756319 ], [ 106.474202, 28.832891 ], [ 106.45326, 28.817162 ], [ 106.461883, 28.761041 ], [ 106.492064, 28.742153 ], [ 106.528405, 28.677591 ], [ 106.502535, 28.661313 ], [ 106.49268, 28.591448 ], [ 106.466811, 28.586193 ], [ 106.504999, 28.544669 ], [ 106.477282, 28.530474 ], [ 106.403369, 28.569901 ], [ 106.37442, 28.525742 ] ] ], [ [ [ 109.105495, 30.585529 ], [ 109.102415, 30.580377 ], [ 109.101183, 30.579346 ], [ 109.09872, 30.579346 ], [ 109.09256, 30.578831 ], [ 109.106111, 30.61077 ], [ 109.105495, 30.585529 ] ] ], [ [ [ 105.582938, 30.12385 ], [ 105.574315, 30.130579 ], [ 105.580474, 30.129544 ], [ 105.582938, 30.127474 ], [ 105.582938, 30.12385 ] ] ], [ [ [ 109.09872, 30.579346 ], [ 109.106111, 30.570587 ], [ 109.103647, 30.565949 ], [ 109.09256, 30.578831 ], [ 109.09872, 30.579346 ] ] ], [ [ [ 107.058113, 30.043066 ], [ 107.055649, 30.040476 ], [ 107.054417, 30.040994 ], [ 107.053801, 30.043584 ], [ 107.058113, 30.043066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "510000", "name": "四川省", "center": [ 104.065735, 30.659462 ], "centroid": [ 102.693453, 30.674545 ], "childrenNum": 21, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 22, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101.167885, 27.198311 ], [ 101.167885, 27.198311 ], [ 101.119226, 27.208957 ], [ 101.071798, 27.194585 ], [ 101.042233, 27.22173 ], [ 101.026219, 27.270679 ], [ 101.021907, 27.332899 ], [ 100.95169, 27.426961 ], [ 100.936908, 27.469448 ], [ 100.901183, 27.453517 ], [ 100.91227, 27.521473 ], [ 100.854988, 27.623858 ], [ 100.827886, 27.615904 ], [ 100.848212, 27.672099 ], [ 100.782307, 27.691708 ], [ 100.775532, 27.743098 ], [ 100.757053, 27.770107 ], [ 100.707162, 27.800816 ], [ 100.719481, 27.858503 ], [ 100.681293, 27.923035 ], [ 100.634482, 27.915631 ], [ 100.609228, 27.859033 ], [ 100.54517, 27.809286 ], [ 100.511294, 27.827811 ], [ 100.504518, 27.852154 ], [ 100.442924, 27.86644 ], [ 100.412127, 27.816167 ], [ 100.350534, 27.755809 ], [ 100.327744, 27.72032 ], [ 100.311729, 27.724028 ], [ 100.304954, 27.788639 ], [ 100.28586, 27.80611 ], [ 100.30865, 27.830457 ], [ 100.30865, 27.861149 ], [ 100.210715, 27.87702 ], [ 100.170063, 27.907699 ], [ 100.196549, 27.936254 ], [ 100.120788, 28.018703 ], [ 100.088759, 28.029269 ], [ 100.05673, 28.097922 ], [ 100.021006, 28.147008 ], [ 100.033325, 28.184467 ], [ 100.062274, 28.193962 ], [ 100.091223, 28.181302 ], [ 100.102926, 28.201873 ], [ 100.153433, 28.208202 ], [ 100.188541, 28.252493 ], [ 100.147274, 28.288862 ], [ 100.176223, 28.325218 ], [ 100.136803, 28.349975 ], [ 100.057346, 28.368934 ], [ 100.073977, 28.426317 ], [ 99.990209, 28.47683 ], [ 99.985281, 28.529422 ], [ 99.91876, 28.599329 ], [ 99.875644, 28.611939 ], [ 99.873181, 28.631902 ], [ 99.834376, 28.628225 ], [ 99.834992, 28.660788 ], [ 99.79434, 28.699116 ], [ 99.755536, 28.701216 ], [ 99.722275, 28.757369 ], [ 99.717964, 28.846521 ], [ 99.676696, 28.810345 ], [ 99.625573, 28.81454 ], [ 99.609559, 28.784122 ], [ 99.614486, 28.740054 ], [ 99.553508, 28.710664 ], [ 99.53195, 28.677591 ], [ 99.540573, 28.623497 ], [ 99.504233, 28.619294 ], [ 99.466045, 28.579886 ], [ 99.463581, 28.549401 ], [ 99.403219, 28.546246 ], [ 99.396444, 28.491032 ], [ 99.426625, 28.454207 ], [ 99.404451, 28.44421 ], [ 99.437095, 28.398419 ], [ 99.392748, 28.318369 ], [ 99.412458, 28.295186 ], [ 99.374886, 28.18183 ], [ 99.306516, 28.227714 ], [ 99.28927, 28.286227 ], [ 99.237531, 28.317842 ], [ 99.229524, 28.350502 ], [ 99.200575, 28.365774 ], [ 99.16485, 28.425264 ], [ 99.187024, 28.44 ], [ 99.191952, 28.494714 ], [ 99.170394, 28.566221 ], [ 99.183944, 28.58882 ], [ 99.147604, 28.640831 ], [ 99.126662, 28.698066 ], [ 99.134053, 28.734806 ], [ 99.114343, 28.765763 ], [ 99.103872, 28.841803 ], [ 99.123582, 28.890021 ], [ 99.132206, 28.94869 ], [ 99.113727, 29.07273 ], [ 99.118039, 29.100971 ], [ 99.105104, 29.162656 ], [ 99.113727, 29.221171 ], [ 99.114343, 29.243628 ], [ 99.075539, 29.316186 ], [ 99.058909, 29.417368 ], [ 99.066916, 29.421018 ], [ 99.044742, 29.520013 ], [ 99.052133, 29.563748 ], [ 99.014561, 29.607464 ], [ 98.992387, 29.677163 ], [ 99.018873, 29.792009 ], [ 99.0238, 29.846009 ], [ 99.068148, 29.931621 ], [ 99.055213, 29.958587 ], [ 99.036735, 30.053945 ], [ 99.044742, 30.079842 ], [ 98.989308, 30.151799 ], [ 98.9813, 30.182843 ], [ 98.993003, 30.215429 ], [ 98.970829, 30.260928 ], [ 98.986844, 30.280569 ], [ 98.967134, 30.33482 ], [ 98.965286, 30.449937 ], [ 98.932025, 30.521623 ], [ 98.926482, 30.569556 ], [ 98.939417, 30.598923 ], [ 98.92217, 30.609225 ], [ 98.907388, 30.698292 ], [ 98.963438, 30.728134 ], [ 98.957895, 30.765166 ], [ 98.904924, 30.782649 ], [ 98.850105, 30.849465 ], [ 98.797135, 30.87926 ], [ 98.774345, 30.908019 ], [ 98.797135, 30.948575 ], [ 98.806374, 30.995783 ], [ 98.774961, 31.031174 ], [ 98.736772, 31.049121 ], [ 98.712135, 31.082954 ], [ 98.710287, 31.1178 ], [ 98.675179, 31.15417 ], [ 98.602498, 31.192062 ], [ 98.62344, 31.221238 ], [ 98.60373, 31.257568 ], [ 98.616048, 31.3036 ], [ 98.643766, 31.338876 ], [ 98.691809, 31.333253 ], [ 98.773113, 31.249382 ], [ 98.805758, 31.279052 ], [ 98.810685, 31.306668 ], [ 98.887062, 31.37465 ], [ 98.84333, 31.416028 ], [ 98.844562, 31.429817 ], [ 98.714599, 31.508935 ], [ 98.696736, 31.538523 ], [ 98.651157, 31.57881 ], [ 98.619128, 31.591555 ], [ 98.553839, 31.660349 ], [ 98.545831, 31.717383 ], [ 98.516882, 31.717383 ], [ 98.508875, 31.751995 ], [ 98.461448, 31.800327 ], [ 98.414636, 31.832365 ], [ 98.426339, 31.856767 ], [ 98.399238, 31.895899 ], [ 98.432498, 31.922825 ], [ 98.434962, 32.007613 ], [ 98.402933, 32.026896 ], [ 98.404781, 32.045159 ], [ 98.357354, 32.087253 ], [ 98.303151, 32.121726 ], [ 98.260035, 32.208862 ], [ 98.218768, 32.234683 ], [ 98.23047, 32.262521 ], [ 98.208913, 32.318171 ], [ 98.218768, 32.342444 ], [ 98.125145, 32.401077 ], [ 98.107283, 32.391476 ], [ 98.079565, 32.415224 ], [ 97.940363, 32.482393 ], [ 97.880001, 32.486431 ], [ 97.863986, 32.499051 ], [ 97.80732, 32.50006 ], [ 97.795617, 32.521257 ], [ 97.730944, 32.527312 ], [ 97.700763, 32.53488 ], [ 97.616995, 32.586329 ], [ 97.607756, 32.614059 ], [ 97.543698, 32.62162 ], [ 97.535075, 32.638252 ], [ 97.48272, 32.654377 ], [ 97.42359, 32.70475 ], [ 97.429133, 32.714318 ], [ 97.386018, 32.77925 ], [ 97.392793, 32.828546 ], [ 97.376163, 32.886359 ], [ 97.347829, 32.895907 ], [ 97.375547, 32.956689 ], [ 97.438372, 32.976271 ], [ 97.523988, 32.988822 ], [ 97.499966, 33.011408 ], [ 97.542466, 33.035995 ], [ 97.517213, 33.097683 ], [ 97.487032, 33.107209 ], [ 97.498119, 33.137783 ], [ 97.487648, 33.168346 ], [ 97.548626, 33.203907 ], [ 97.607756, 33.263976 ], [ 97.622538, 33.337005 ], [ 97.676125, 33.341004 ], [ 97.754349, 33.409972 ], [ 97.674893, 33.432949 ], [ 97.625618, 33.461412 ], [ 97.552321, 33.465906 ], [ 97.511669, 33.520805 ], [ 97.523372, 33.577166 ], [ 97.450075, 33.582152 ], [ 97.415583, 33.605582 ], [ 97.435293, 33.682307 ], [ 97.418046, 33.728608 ], [ 97.422974, 33.754984 ], [ 97.406344, 33.795278 ], [ 97.373083, 33.817655 ], [ 97.371851, 33.842015 ], [ 97.398336, 33.848477 ], [ 97.395257, 33.889224 ], [ 97.460546, 33.887236 ], [ 97.503662, 33.912073 ], [ 97.52214, 33.903133 ], [ 97.601596, 33.929951 ], [ 97.629314, 33.919523 ], [ 97.660111, 33.956264 ], [ 97.652719, 33.998448 ], [ 97.70261, 34.036644 ], [ 97.665654, 34.126855 ], [ 97.766668, 34.158555 ], [ 97.789458, 34.182818 ], [ 97.789458, 34.182818 ], [ 97.796849, 34.199154 ], [ 97.796849, 34.199154 ], [ 97.898479, 34.209548 ], [ 97.95453, 34.190739 ], [ 98.051848, 34.11546 ], [ 98.098043, 34.122892 ], [ 98.157174, 34.107532 ], [ 98.206449, 34.08424 ], [ 98.258188, 34.083249 ], [ 98.344419, 34.094648 ], [ 98.392462, 34.089196 ], [ 98.396774, 34.053008 ], [ 98.428187, 34.029204 ], [ 98.440506, 33.981577 ], [ 98.415252, 33.956761 ], [ 98.425723, 33.913066 ], [ 98.407245, 33.867362 ], [ 98.434962, 33.843009 ], [ 98.463295, 33.848477 ], [ 98.492861, 33.796272 ], [ 98.494092, 33.768915 ], [ 98.51873, 33.77389 ], [ 98.537824, 33.74752 ], [ 98.582788, 33.731595 ], [ 98.610505, 33.682805 ], [ 98.6567, 33.64744 ], [ 98.61728, 33.637476 ], [ 98.622824, 33.610067 ], [ 98.652389, 33.595114 ], [ 98.648077, 33.548741 ], [ 98.678258, 33.522801 ], [ 98.725686, 33.503341 ], [ 98.742316, 33.477887 ], [ 98.736157, 33.406975 ], [ 98.779888, 33.370497 ], [ 98.759562, 33.276985 ], [ 98.802062, 33.270481 ], [ 98.804526, 33.219428 ], [ 98.858728, 33.150811 ], [ 98.92217, 33.118738 ], [ 98.967134, 33.115229 ], [ 98.971445, 33.098185 ], [ 99.014561, 33.081137 ], [ 99.024416, 33.094675 ], [ 99.090322, 33.079131 ], [ 99.124814, 33.046028 ], [ 99.196263, 33.035493 ], [ 99.214741, 32.991332 ], [ 99.235067, 32.982296 ], [ 99.24677, 32.924043 ], [ 99.268944, 32.878318 ], [ 99.353944, 32.885354 ], [ 99.376118, 32.899927 ], [ 99.45311, 32.862233 ], [ 99.558436, 32.839106 ], [ 99.589233, 32.789312 ], [ 99.640355, 32.790822 ], [ 99.646515, 32.774721 ], [ 99.705029, 32.76516 ], [ 99.717964, 32.732443 ], [ 99.760464, 32.769689 ], [ 99.766623, 32.826032 ], [ 99.791877, 32.883344 ], [ 99.764159, 32.924545 ], [ 99.788181, 32.956689 ], [ 99.805427, 32.940619 ], [ 99.851007, 32.941623 ], [ 99.877492, 32.993339 ], [ 99.877492, 33.045527 ], [ 99.947709, 32.986814 ], [ 99.956332, 32.948152 ], [ 100.038252, 32.929066 ], [ 100.029629, 32.895907 ], [ 100.064738, 32.895907 ], [ 100.123252, 32.837095 ], [ 100.117093, 32.802392 ], [ 100.139266, 32.724388 ], [ 100.088143, 32.668988 ], [ 100.109701, 32.640268 ], [ 100.189773, 32.630692 ], [ 100.208252, 32.606497 ], [ 100.229809, 32.650346 ], [ 100.231041, 32.696189 ], [ 100.258759, 32.742511 ], [ 100.339447, 32.719353 ], [ 100.399193, 32.756101 ], [ 100.378251, 32.698707 ], [ 100.420135, 32.73194 ], [ 100.450932, 32.694678 ], [ 100.470026, 32.694678 ], [ 100.516837, 32.632204 ], [ 100.54517, 32.569687 ], [ 100.603069, 32.553547 ], [ 100.645568, 32.526303 ], [ 100.657887, 32.546484 ], [ 100.661583, 32.616075 ], [ 100.673286, 32.628172 ], [ 100.710242, 32.610026 ], [ 100.71209, 32.645307 ], [ 100.690532, 32.678056 ], [ 100.77122, 32.643795 ], [ 100.834046, 32.648835 ], [ 100.887633, 32.632708 ], [ 100.93198, 32.600447 ], [ 100.956618, 32.621116 ], [ 100.99727, 32.627668 ], [ 101.030531, 32.660424 ], [ 101.077342, 32.68259 ], [ 101.124769, 32.658408 ], [ 101.157414, 32.661431 ], [ 101.22332, 32.725898 ], [ 101.237486, 32.825026 ], [ 101.223935, 32.855698 ], [ 101.178356, 32.892892 ], [ 101.124153, 32.909976 ], [ 101.134624, 32.95217 ], [ 101.129081, 32.989324 ], [ 101.183899, 32.984304 ], [ 101.171581, 33.009902 ], [ 101.184515, 33.041514 ], [ 101.146327, 33.056563 ], [ 101.143863, 33.086151 ], [ 101.169733, 33.10019 ], [ 101.11553, 33.194893 ], [ 101.124769, 33.221431 ], [ 101.156798, 33.236449 ], [ 101.182668, 33.26948 ], [ 101.217776, 33.256469 ], [ 101.297232, 33.262475 ], [ 101.381616, 33.153316 ], [ 101.393935, 33.157826 ], [ 101.386543, 33.207412 ], [ 101.403174, 33.225436 ], [ 101.487557, 33.226938 ], [ 101.515275, 33.192889 ], [ 101.557775, 33.167344 ], [ 101.633535, 33.101193 ], [ 101.661252, 33.135778 ], [ 101.653861, 33.162835 ], [ 101.709912, 33.21292 ], [ 101.735781, 33.279987 ], [ 101.677883, 33.297497 ], [ 101.64955, 33.323004 ], [ 101.663716, 33.383991 ], [ 101.695745, 33.433948 ], [ 101.769042, 33.45592 ], [ 101.777665, 33.533776 ], [ 101.769042, 33.538765 ], [ 101.783208, 33.556721 ], [ 101.831252, 33.554726 ], [ 101.844186, 33.602591 ], [ 101.884222, 33.578163 ], [ 101.907012, 33.539264 ], [ 101.906396, 33.48188 ], [ 101.946432, 33.442937 ], [ 101.915635, 33.425957 ], [ 101.887302, 33.383991 ], [ 101.877447, 33.314502 ], [ 101.769658, 33.26898 ], [ 101.770274, 33.248962 ], [ 101.83002, 33.213921 ], [ 101.841723, 33.184876 ], [ 101.825708, 33.119239 ], [ 101.865744, 33.103198 ], [ 101.887302, 33.135778 ], [ 101.921795, 33.153817 ], [ 101.935345, 33.186879 ], [ 101.99386, 33.1999 ], [ 102.054838, 33.189884 ], [ 102.08933, 33.204908 ], [ 102.08933, 33.227439 ], [ 102.117047, 33.288492 ], [ 102.144765, 33.273983 ], [ 102.160163, 33.242956 ], [ 102.200815, 33.223434 ], [ 102.217446, 33.247961 ], [ 102.192192, 33.337005 ], [ 102.218062, 33.349503 ], [ 102.258098, 33.409472 ], [ 102.296286, 33.413969 ], [ 102.310452, 33.397982 ], [ 102.368967, 33.41247 ], [ 102.392988, 33.404477 ], [ 102.447807, 33.454922 ], [ 102.462589, 33.449429 ], [ 102.461358, 33.501345 ], [ 102.446575, 33.53228 ], [ 102.477988, 33.543254 ], [ 102.440416, 33.574673 ], [ 102.346793, 33.605582 ], [ 102.31538, 33.665374 ], [ 102.342481, 33.725622 ], [ 102.284583, 33.719151 ], [ 102.324619, 33.754486 ], [ 102.296286, 33.783838 ], [ 102.243315, 33.786823 ], [ 102.261177, 33.821136 ], [ 102.25317, 33.861399 ], [ 102.136142, 33.965199 ], [ 102.16817, 33.983066 ], [ 102.226069, 33.963214 ], [ 102.248858, 33.98654 ], [ 102.287047, 33.977607 ], [ 102.315996, 33.993983 ], [ 102.345561, 33.969666 ], [ 102.392372, 33.971651 ], [ 102.406539, 34.033172 ], [ 102.437336, 34.087214 ], [ 102.471213, 34.072839 ], [ 102.511865, 34.086222 ], [ 102.615958, 34.099604 ], [ 102.649219, 34.080275 ], [ 102.655994, 34.113478 ], [ 102.598712, 34.14766 ], [ 102.651067, 34.165983 ], [ 102.664002, 34.192719 ], [ 102.694799, 34.198659 ], [ 102.728675, 34.235774 ], [ 102.779798, 34.236764 ], [ 102.798276, 34.272874 ], [ 102.856791, 34.270895 ], [ 102.85987, 34.301058 ], [ 102.911609, 34.312923 ], [ 102.949181, 34.292159 ], [ 102.977515, 34.252595 ], [ 102.973203, 34.205588 ], [ 103.005848, 34.184798 ], [ 103.052043, 34.195194 ], [ 103.100087, 34.181828 ], [ 103.124108, 34.162022 ], [ 103.121644, 34.112487 ], [ 103.178927, 34.079779 ], [ 103.129652, 34.065899 ], [ 103.119797, 34.03466 ], [ 103.147514, 34.036644 ], [ 103.157369, 33.998944 ], [ 103.120413, 33.953286 ], [ 103.1315, 33.931937 ], [ 103.16476, 33.929454 ], [ 103.181391, 33.900649 ], [ 103.153673, 33.819147 ], [ 103.165376, 33.805721 ], [ 103.228202, 33.79478 ], [ 103.24976, 33.814175 ], [ 103.284868, 33.80224 ], [ 103.278709, 33.774387 ], [ 103.35447, 33.743539 ], [ 103.434542, 33.752993 ], [ 103.464723, 33.80224 ], [ 103.518309, 33.807213 ], [ 103.545411, 33.719649 ], [ 103.520157, 33.678323 ], [ 103.552186, 33.671351 ], [ 103.563889, 33.699735 ], [ 103.593454, 33.716164 ], [ 103.645809, 33.708697 ], [ 103.667983, 33.685793 ], [ 103.690772, 33.69376 ], [ 103.778236, 33.658898 ], [ 103.861388, 33.682307 ], [ 103.980264, 33.670852 ], [ 104.046169, 33.686291 ], [ 104.103452, 33.663381 ], [ 104.176749, 33.5996 ], [ 104.155191, 33.542755 ], [ 104.180444, 33.472895 ], [ 104.213089, 33.446932 ], [ 104.22048, 33.404477 ], [ 104.272219, 33.391486 ], [ 104.292545, 33.336505 ], [ 104.373849, 33.345004 ], [ 104.420045, 33.327004 ], [ 104.386168, 33.298497 ], [ 104.333813, 33.315502 ], [ 104.303632, 33.304499 ], [ 104.323958, 33.26898 ], [ 104.32827, 33.223934 ], [ 104.351059, 33.158828 ], [ 104.378161, 33.109214 ], [ 104.337509, 33.038002 ], [ 104.391711, 33.035493 ], [ 104.426204, 33.010906 ], [ 104.383704, 32.994343 ], [ 104.378161, 32.953174 ], [ 104.345516, 32.940117 ], [ 104.288234, 32.942628 ], [ 104.277147, 32.90244 ], [ 104.294393, 32.835586 ], [ 104.363994, 32.822511 ], [ 104.458849, 32.748551 ], [ 104.51182, 32.753585 ], [ 104.526602, 32.728416 ], [ 104.582653, 32.722374 ], [ 104.592508, 32.695685 ], [ 104.643015, 32.661935 ], [ 104.696601, 32.673522 ], [ 104.739717, 32.635228 ], [ 104.795768, 32.643292 ], [ 104.820405, 32.662943 ], [ 104.845659, 32.653873 ], [ 104.881999, 32.600951 ], [ 104.925115, 32.607505 ], [ 105.026745, 32.650346 ], [ 105.0791, 32.637244 ], [ 105.111128, 32.593893 ], [ 105.185041, 32.617587 ], [ 105.215222, 32.63674 ], [ 105.219534, 32.666469 ], [ 105.263265, 32.652362 ], [ 105.297758, 32.656897 ], [ 105.347033, 32.68259 ], [ 105.368591, 32.712807 ], [ 105.448663, 32.732946 ], [ 105.454207, 32.767173 ], [ 105.427721, 32.784281 ], [ 105.396308, 32.85067 ], [ 105.396308, 32.85067 ], [ 105.38091, 32.876307 ], [ 105.408011, 32.885857 ], [ 105.414171, 32.922034 ], [ 105.467757, 32.930071 ], [ 105.49917, 32.911986 ], [ 105.495475, 32.873292 ], [ 105.524424, 32.847654 ], [ 105.534279, 32.790822 ], [ 105.555221, 32.794343 ], [ 105.563844, 32.724891 ], [ 105.585402, 32.728919 ], [ 105.596489, 32.69921 ], [ 105.677793, 32.726402 ], [ 105.719061, 32.759624 ], [ 105.768952, 32.767676 ], [ 105.779423, 32.750061 ], [ 105.822538, 32.770192 ], [ 105.825002, 32.824523 ], [ 105.849024, 32.817985 ], [ 105.893371, 32.838603 ], [ 105.93156, 32.826032 ], [ 105.969132, 32.849162 ], [ 106.011632, 32.829552 ], [ 106.044277, 32.864747 ], [ 106.071378, 32.828546 ], [ 106.093552, 32.82402 ], [ 106.07261, 32.76365 ], [ 106.071378, 32.758114 ], [ 106.120037, 32.719856 ], [ 106.17424, 32.6977 ], [ 106.254928, 32.693671 ], [ 106.267863, 32.673522 ], [ 106.301123, 32.680071 ], [ 106.347935, 32.671003 ], [ 106.389203, 32.62666 ], [ 106.421231, 32.616579 ], [ 106.451412, 32.65992 ], [ 106.498224, 32.649338 ], [ 106.517934, 32.668485 ], [ 106.585687, 32.68813 ], [ 106.626955, 32.682086 ], [ 106.670071, 32.694678 ], [ 106.733513, 32.739491 ], [ 106.783404, 32.735967 ], [ 106.793259, 32.712807 ], [ 106.82344, 32.705254 ], [ 106.854853, 32.724388 ], [ 106.903512, 32.721367 ], [ 106.912751, 32.704247 ], [ 107.012533, 32.721367 ], [ 107.066736, 32.708779 ], [ 107.05996, 32.686115 ], [ 107.098765, 32.649338 ], [ 107.108004, 32.600951 ], [ 107.080286, 32.542448 ], [ 107.127098, 32.482393 ], [ 107.189924, 32.468256 ], [ 107.212097, 32.428864 ], [ 107.263836, 32.403099 ], [ 107.287858, 32.457147 ], [ 107.313727, 32.489965 ], [ 107.356843, 32.506622 ], [ 107.382097, 32.54043 ], [ 107.436299, 32.529835 ], [ 107.438763, 32.465732 ], [ 107.460937, 32.453612 ], [ 107.456625, 32.41775 ], [ 107.489886, 32.425328 ], [ 107.527458, 32.38238 ], [ 107.598291, 32.411688 ], [ 107.648183, 32.413709 ], [ 107.680827, 32.397035 ], [ 107.707929, 32.331826 ], [ 107.753508, 32.338399 ], [ 107.812022, 32.247844 ], [ 107.864377, 32.201266 ], [ 107.890247, 32.214432 ], [ 107.924739, 32.197215 ], [ 107.979558, 32.146051 ], [ 108.024521, 32.177462 ], [ 108.018362, 32.2119 ], [ 108.086731, 32.233165 ], [ 108.143398, 32.219495 ], [ 108.156948, 32.239239 ], [ 108.179738, 32.221521 ], [ 108.240716, 32.274666 ], [ 108.310933, 32.232152 ], [ 108.389773, 32.263533 ], [ 108.414411, 32.252399 ], [ 108.469846, 32.270618 ], [ 108.507418, 32.245819 ], [ 108.509882, 32.201266 ], [ 108.480317, 32.182527 ], [ 108.399013, 32.194176 ], [ 108.370063, 32.172397 ], [ 108.379918, 32.154158 ], [ 108.379918, 32.154158 ], [ 108.379303, 32.153652 ], [ 108.379303, 32.153652 ], [ 108.399628, 32.147065 ], [ 108.452599, 32.090296 ], [ 108.42981, 32.061391 ], [ 108.372527, 32.077112 ], [ 108.344194, 32.067477 ], [ 108.362056, 32.035521 ], [ 108.329411, 32.020299 ], [ 108.370063, 31.988835 ], [ 108.351585, 31.971575 ], [ 108.307238, 31.997463 ], [ 108.259194, 31.967006 ], [ 108.343578, 31.860834 ], [ 108.386078, 31.854226 ], [ 108.391005, 31.829822 ], [ 108.429194, 31.809482 ], [ 108.455063, 31.814059 ], [ 108.462454, 31.780488 ], [ 108.535135, 31.757592 ], [ 108.50557, 31.734182 ], [ 108.514809, 31.693963 ], [ 108.546838, 31.665442 ], [ 108.519121, 31.665952 ], [ 108.468614, 31.636404 ], [ 108.442744, 31.633856 ], [ 108.390389, 31.591555 ], [ 108.386078, 31.544134 ], [ 108.34789, 31.545664 ], [ 108.344194, 31.512506 ], [ 108.254883, 31.49873 ], [ 108.233941, 31.506894 ], [ 108.191441, 31.492096 ], [ 108.193289, 31.467598 ], [ 108.224086, 31.464024 ], [ 108.216079, 31.41041 ], [ 108.153869, 31.371073 ], [ 108.185898, 31.336831 ], [ 108.095354, 31.268311 ], [ 108.038688, 31.252964 ], [ 108.031297, 31.217144 ], [ 108.07626, 31.231985 ], [ 108.089811, 31.204859 ], [ 108.025753, 31.116263 ], [ 108.009123, 31.109602 ], [ 108.026985, 31.061938 ], [ 108.060246, 31.052197 ], [ 108.00358, 31.025533 ], [ 107.983254, 30.983983 ], [ 107.942602, 30.989114 ], [ 107.948145, 30.918802 ], [ 107.994956, 30.908533 ], [ 107.956152, 30.882855 ], [ 107.851443, 30.792931 ], [ 107.788001, 30.81966 ], [ 107.763979, 30.817091 ], [ 107.760899, 30.862823 ], [ 107.739957, 30.884396 ], [ 107.693146, 30.875665 ], [ 107.645103, 30.821202 ], [ 107.57735, 30.847924 ], [ 107.515756, 30.854603 ], [ 107.483111, 30.838675 ], [ 107.498509, 30.809381 ], [ 107.454162, 30.771851 ], [ 107.454162, 30.771851 ], [ 107.424597, 30.74048 ], [ 107.458473, 30.704981 ], [ 107.477567, 30.664837 ], [ 107.516987, 30.644759 ], [ 107.485575, 30.598408 ], [ 107.427676, 30.547397 ], [ 107.443075, 30.53348 ], [ 107.408582, 30.521623 ], [ 107.368546, 30.468508 ], [ 107.338981, 30.386459 ], [ 107.288474, 30.337402 ], [ 107.257677, 30.267131 ], [ 107.221337, 30.213878 ], [ 107.103076, 30.090198 ], [ 107.080286, 30.094341 ], [ 107.084598, 30.063786 ], [ 107.058113, 30.043066 ], [ 107.053801, 30.043584 ], [ 107.02054, 30.036849 ], [ 106.981736, 30.08502 ], [ 106.980504, 30.087609 ], [ 106.979888, 30.088127 ], [ 106.978656, 30.087609 ], [ 106.977425, 30.087609 ], [ 106.976809, 30.088127 ], [ 106.975577, 30.088127 ], [ 106.976193, 30.083467 ], [ 106.94478, 30.037367 ], [ 106.913367, 30.025451 ], [ 106.862244, 30.033223 ], [ 106.83699, 30.049801 ], [ 106.825904, 30.03115 ], [ 106.825904, 30.03115 ], [ 106.785252, 30.01716 ], [ 106.732281, 30.027005 ], [ 106.724274, 30.058607 ], [ 106.699636, 30.074145 ], [ 106.700252, 30.111944 ], [ 106.672535, 30.122297 ], [ 106.677462, 30.156974 ], [ 106.631883, 30.186464 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.611557, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612173, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.612789, 30.235596 ], [ 106.642354, 30.246454 ], [ 106.611557, 30.292455 ], [ 106.560434, 30.31519 ], [ 106.545035, 30.296589 ], [ 106.49884, 30.295556 ], [ 106.43971, 30.308473 ], [ 106.428623, 30.254725 ], [ 106.401521, 30.242318 ], [ 106.349167, 30.24542 ], [ 106.334384, 30.225772 ], [ 106.306667, 30.238182 ], [ 106.296196, 30.205603 ], [ 106.264167, 30.20974 ], [ 106.260471, 30.207672 ], [ 106.260471, 30.204051 ], [ 106.260471, 30.19681 ], [ 106.232754, 30.185947 ], [ 106.180399, 30.233011 ], [ 106.168696, 30.303823 ], [ 106.132356, 30.323972 ], [ 106.132972, 30.30279 ], [ 106.07261, 30.333786 ], [ 106.031958, 30.373551 ], [ 105.943263, 30.372002 ], [ 105.900763, 30.405042 ], [ 105.84656, 30.410203 ], [ 105.825618, 30.436006 ], [ 105.792357, 30.427234 ], [ 105.760329, 30.384393 ], [ 105.754785, 30.342567 ], [ 105.714749, 30.322939 ], [ 105.720292, 30.252657 ], [ 105.720292, 30.252657 ], [ 105.670401, 30.254208 ], [ 105.624822, 30.275918 ], [ 105.619894, 30.234045 ], [ 105.662394, 30.210258 ], [ 105.642684, 30.186464 ], [ 105.56138, 30.183878 ], [ 105.558916, 30.18543 ], [ 105.556453, 30.187499 ], [ 105.550909, 30.179222 ], [ 105.536127, 30.152834 ], [ 105.596489, 30.159043 ], [ 105.574315, 30.130579 ], [ 105.582938, 30.12385 ], [ 105.642068, 30.101072 ], [ 105.638988, 30.076216 ], [ 105.676561, 30.06793 ], [ 105.687032, 30.038922 ], [ 105.719677, 30.042548 ], [ 105.753553, 30.018196 ], [ 105.723372, 29.975177 ], [ 105.730763, 29.95755 ], [ 105.70243, 29.924879 ], [ 105.717213, 29.893753 ], [ 105.738771, 29.891159 ], [ 105.707974, 29.840818 ], [ 105.610655, 29.837184 ], [ 105.582938, 29.819013 ], [ 105.574931, 29.744216 ], [ 105.529351, 29.707836 ], [ 105.481924, 29.718232 ], [ 105.476996, 29.674564 ], [ 105.419714, 29.688082 ], [ 105.38091, 29.628275 ], [ 105.347649, 29.621512 ], [ 105.332867, 29.592374 ], [ 105.296526, 29.571035 ], [ 105.305149, 29.53199 ], [ 105.337794, 29.459064 ], [ 105.334099, 29.441345 ], [ 105.387069, 29.455416 ], [ 105.387069, 29.455416 ], [ 105.372903, 29.421018 ], [ 105.426489, 29.419454 ], [ 105.441888, 29.400686 ], [ 105.418482, 29.352185 ], [ 105.42033, 29.31149 ], [ 105.465294, 29.322969 ], [ 105.459134, 29.288526 ], [ 105.513337, 29.283306 ], [ 105.521344, 29.264513 ], [ 105.557684, 29.278608 ], [ 105.631597, 29.280174 ], [ 105.647612, 29.253027 ], [ 105.695039, 29.287482 ], [ 105.712285, 29.219082 ], [ 105.703662, 29.176766 ], [ 105.728916, 29.134432 ], [ 105.752321, 29.129727 ], [ 105.728916, 29.1062 ], [ 105.757865, 29.069068 ], [ 105.74185, 29.039249 ], [ 105.766488, 29.013607 ], [ 105.762176, 28.9911 ], [ 105.801596, 28.958116 ], [ 105.797285, 28.936121 ], [ 105.830546, 28.944501 ], [ 105.852719, 28.927217 ], [ 105.910002, 28.920407 ], [ 105.969132, 28.965971 ], [ 106.001161, 28.973824 ], [ 106.040581, 28.955498 ], [ 106.049204, 28.906263 ], [ 106.070762, 28.919884 ], [ 106.101559, 28.898928 ], [ 106.14837, 28.901548 ], [ 106.173008, 28.920407 ], [ 106.206885, 28.904691 ], [ 106.264783, 28.845997 ], [ 106.245689, 28.817686 ], [ 106.267863, 28.779402 ], [ 106.27279, 28.741103 ], [ 106.305435, 28.704365 ], [ 106.304203, 28.64976 ], [ 106.346703, 28.583565 ], [ 106.33192, 28.55308 ], [ 106.37442, 28.525742 ], [ 106.379348, 28.479986 ], [ 106.349167, 28.473674 ], [ 106.304819, 28.505233 ], [ 106.2925, 28.537309 ], [ 106.254928, 28.539412 ], [ 106.184711, 28.58882 ], [ 106.17116, 28.629275 ], [ 106.14837, 28.642932 ], [ 106.103407, 28.636104 ], [ 106.085544, 28.681792 ], [ 106.030726, 28.694917 ], [ 106.001161, 28.743727 ], [ 105.966668, 28.761041 ], [ 105.937719, 28.686517 ], [ 105.889676, 28.670765 ], [ 105.884748, 28.595126 ], [ 105.808372, 28.599855 ], [ 105.78435, 28.610889 ], [ 105.757249, 28.590397 ], [ 105.74493, 28.616668 ], [ 105.712901, 28.586718 ], [ 105.693191, 28.58882 ], [ 105.68272, 28.534154 ], [ 105.62359, 28.517854 ], [ 105.612503, 28.438947 ], [ 105.643916, 28.431053 ], [ 105.655003, 28.362615 ], [ 105.639604, 28.324164 ], [ 105.68888, 28.284119 ], [ 105.730147, 28.271997 ], [ 105.737539, 28.30309 ], [ 105.76464, 28.308359 ], [ 105.76464, 28.308359 ], [ 105.78743, 28.335753 ], [ 105.824386, 28.306251 ], [ 105.848408, 28.255656 ], [ 105.889676, 28.237732 ], [ 105.860727, 28.159672 ], [ 105.895219, 28.119565 ], [ 105.943878, 28.143314 ], [ 105.975907, 28.107952 ], [ 106.093552, 28.162837 ], [ 106.145291, 28.162837 ], [ 106.206885, 28.134343 ], [ 106.266631, 28.066769 ], [ 106.246305, 28.011835 ], [ 106.286341, 28.007079 ], [ 106.328225, 27.952643 ], [ 106.307899, 27.936782 ], [ 106.304819, 27.899237 ], [ 106.325145, 27.898708 ], [ 106.337464, 27.859033 ], [ 106.306667, 27.808756 ], [ 106.242609, 27.767459 ], [ 106.193334, 27.75422 ], [ 106.120653, 27.779638 ], [ 106.063987, 27.776991 ], [ 106.023335, 27.746805 ], [ 105.985146, 27.749983 ], [ 105.92848, 27.729855 ], [ 105.922937, 27.746805 ], [ 105.868118, 27.732504 ], [ 105.848408, 27.707074 ], [ 105.76772, 27.7182 ], [ 105.722756, 27.706015 ], [ 105.720292, 27.683759 ], [ 105.664242, 27.683759 ], [ 105.62359, 27.666269 ], [ 105.605112, 27.715552 ], [ 105.560148, 27.71979 ], [ 105.508409, 27.769048 ], [ 105.44004, 27.775402 ], [ 105.353809, 27.748924 ], [ 105.308229, 27.704955 ], [ 105.290367, 27.712373 ], [ 105.293447, 27.770637 ], [ 105.273736, 27.794992 ], [ 105.313157, 27.810874 ], [ 105.25957, 27.827811 ], [ 105.233084, 27.895534 ], [ 105.284823, 27.935725 ], [ 105.270657, 27.99704 ], [ 105.247867, 28.009193 ], [ 105.218302, 27.990698 ], [ 105.186273, 27.995454 ], [ 105.167795, 28.021345 ], [ 105.186889, 28.054623 ], [ 105.168411, 28.071522 ], [ 105.119752, 28.07205 ], [ 105.061853, 28.096866 ], [ 105.002107, 28.064129 ], [ 104.980549, 28.063073 ], [ 104.975006, 28.020816 ], [ 104.903557, 27.962158 ], [ 104.918339, 27.938897 ], [ 104.888158, 27.914574 ], [ 104.842579, 27.900294 ], [ 104.796999, 27.901352 ], [ 104.761891, 27.884426 ], [ 104.743413, 27.901881 ], [ 104.676275, 27.880723 ], [ 104.63316, 27.850567 ], [ 104.607906, 27.857974 ], [ 104.573413, 27.840512 ], [ 104.52537, 27.889187 ], [ 104.508124, 27.878078 ], [ 104.44961, 27.927794 ], [ 104.40095, 27.952114 ], [ 104.362762, 28.012891 ], [ 104.30856, 28.036136 ], [ 104.304248, 28.050926 ], [ 104.373233, 28.051454 ], [ 104.40095, 28.091586 ], [ 104.448994, 28.113758 ], [ 104.444682, 28.16231 ], [ 104.406494, 28.173389 ], [ 104.402182, 28.202928 ], [ 104.442834, 28.211366 ], [ 104.462544, 28.241422 ], [ 104.44961, 28.269889 ], [ 104.420045, 28.269889 ], [ 104.392943, 28.291497 ], [ 104.384936, 28.329959 ], [ 104.343052, 28.334173 ], [ 104.314103, 28.306778 ], [ 104.282074, 28.343128 ], [ 104.254357, 28.403683 ], [ 104.267908, 28.499448 ], [ 104.260516, 28.536257 ], [ 104.323342, 28.540989 ], [ 104.355987, 28.555183 ], [ 104.375697, 28.5946 ], [ 104.417581, 28.598279 ], [ 104.425588, 28.626649 ], [ 104.372617, 28.649235 ], [ 104.314719, 28.615617 ], [ 104.277147, 28.631902 ], [ 104.252509, 28.660788 ], [ 104.230951, 28.635579 ], [ 104.170589, 28.642932 ], [ 104.117618, 28.634003 ], [ 104.09606, 28.603533 ], [ 104.05972, 28.6277 ], [ 103.953779, 28.600906 ], [ 103.910047, 28.631377 ], [ 103.887873, 28.61982 ], [ 103.850917, 28.66709 ], [ 103.833054, 28.605109 ], [ 103.838598, 28.587244 ], [ 103.802873, 28.563068 ], [ 103.781931, 28.525216 ], [ 103.829975, 28.459995 ], [ 103.828743, 28.44 ], [ 103.860156, 28.383677 ], [ 103.85338, 28.356822 ], [ 103.877402, 28.316262 ], [ 103.828743, 28.285173 ], [ 103.770845, 28.233514 ], [ 103.740048, 28.23615 ], [ 103.701859, 28.198709 ], [ 103.692004, 28.232459 ], [ 103.643961, 28.260401 ], [ 103.573128, 28.230877 ], [ 103.533092, 28.168641 ], [ 103.470266, 28.122204 ], [ 103.430846, 28.044587 ], [ 103.459179, 28.021345 ], [ 103.486281, 28.033495 ], [ 103.515846, 27.965329 ], [ 103.55465, 27.978543 ], [ 103.502295, 27.910343 ], [ 103.509686, 27.843687 ], [ 103.487512, 27.794992 ], [ 103.461027, 27.779638 ], [ 103.393274, 27.709194 ], [ 103.369868, 27.708664 ], [ 103.349542, 27.678459 ], [ 103.29226, 27.632872 ], [ 103.2861, 27.561802 ], [ 103.232514, 27.56976 ], [ 103.19063, 27.523596 ], [ 103.144434, 27.450331 ], [ 103.141355, 27.420586 ], [ 103.080992, 27.396679 ], [ 103.055739, 27.40943 ], [ 102.989833, 27.367983 ], [ 102.941174, 27.405711 ], [ 102.899906, 27.317481 ], [ 102.883892, 27.299401 ], [ 102.883276, 27.258444 ], [ 102.904218, 27.227584 ], [ 102.913457, 27.133886 ], [ 102.870957, 27.026782 ], [ 102.894979, 27.001724 ], [ 102.896211, 26.91264 ], [ 102.949181, 26.843244 ], [ 102.966428, 26.837904 ], [ 102.991681, 26.775409 ], [ 102.983674, 26.76686 ], [ 103.008312, 26.710741 ], [ 103.005232, 26.679195 ], [ 103.026174, 26.664221 ], [ 103.035413, 26.556673 ], [ 103.052659, 26.555602 ], [ 103.052659, 26.514374 ], [ 103.030485, 26.485989 ], [ 102.989833, 26.482775 ], [ 102.988602, 26.413117 ], [ 102.998457, 26.371839 ], [ 102.975667, 26.340736 ], [ 102.893131, 26.338591 ], [ 102.878964, 26.364332 ], [ 102.833385, 26.306406 ], [ 102.785342, 26.298895 ], [ 102.739762, 26.268846 ], [ 102.709581, 26.210336 ], [ 102.659074, 26.221611 ], [ 102.60056, 26.250598 ], [ 102.638748, 26.307479 ], [ 102.629509, 26.336982 ], [ 102.570995, 26.362723 ], [ 102.542046, 26.338591 ], [ 102.440416, 26.300505 ], [ 102.392372, 26.296749 ], [ 102.349257, 26.244694 ], [ 102.245163, 26.212483 ], [ 102.242699, 26.190468 ], [ 102.174946, 26.146961 ], [ 102.152156, 26.10935 ], [ 102.107808, 26.068501 ], [ 102.080091, 26.065275 ], [ 102.020961, 26.096451 ], [ 101.954439, 26.084627 ], [ 101.929186, 26.105588 ], [ 101.899621, 26.099139 ], [ 101.857737, 26.049146 ], [ 101.835563, 26.04592 ], [ 101.839875, 26.082477 ], [ 101.796759, 26.114723 ], [ 101.807846, 26.156093 ], [ 101.773353, 26.168448 ], [ 101.737013, 26.219463 ], [ 101.690202, 26.241473 ], [ 101.630455, 26.224832 ], [ 101.586108, 26.279579 ], [ 101.597195, 26.303187 ], [ 101.64031, 26.318745 ], [ 101.660636, 26.346635 ], [ 101.635383, 26.357361 ], [ 101.637847, 26.388995 ], [ 101.565782, 26.454381 ], [ 101.530057, 26.467239 ], [ 101.506652, 26.499915 ], [ 101.458608, 26.49563 ], [ 101.422884, 26.53151 ], [ 101.395783, 26.591998 ], [ 101.402558, 26.604841 ], [ 101.461688, 26.606447 ], [ 101.461072, 26.640687 ], [ 101.481398, 26.673313 ], [ 101.453065, 26.692563 ], [ 101.513427, 26.768463 ], [ 101.466, 26.786629 ], [ 101.445674, 26.77434 ], [ 101.458608, 26.731054 ], [ 101.435819, 26.740675 ], [ 101.389623, 26.723036 ], [ 101.387159, 26.753501 ], [ 101.358826, 26.771669 ], [ 101.399478, 26.841642 ], [ 101.365602, 26.883819 ], [ 101.311399, 26.903034 ], [ 101.267667, 26.903034 ], [ 101.264587, 26.955323 ], [ 101.227015, 26.959057 ], [ 101.228863, 26.981992 ], [ 101.136472, 27.023584 ], [ 101.157414, 27.094999 ], [ 101.145095, 27.103523 ], [ 101.170349, 27.175421 ], [ 101.167885, 27.198311 ] ] ], [ [ [ 106.264167, 30.20974 ], [ 106.260471, 30.19681 ], [ 106.260471, 30.204051 ], [ 106.260471, 30.207672 ], [ 106.264167, 30.20974 ] ] ], [ [ [ 106.976809, 30.088127 ], [ 106.977425, 30.087609 ], [ 106.978656, 30.087609 ], [ 106.979888, 30.088127 ], [ 106.980504, 30.087609 ], [ 106.981736, 30.08502 ], [ 106.976193, 30.083467 ], [ 106.975577, 30.088127 ], [ 106.976809, 30.088127 ] ] ], [ [ [ 105.558916, 30.18543 ], [ 105.56138, 30.183878 ], [ 105.550909, 30.179222 ], [ 105.556453, 30.187499 ], [ 105.558916, 30.18543 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "520000", "name": "贵州省", "center": [ 106.713478, 26.578343 ], "centroid": [ 106.880457, 26.826368 ], "childrenNum": 9, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 23, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.274262, 28.494714 ], [ 109.260712, 28.46473 ], [ 109.264407, 28.392628 ], [ 109.289045, 28.373673 ], [ 109.268719, 28.33786 ], [ 109.275494, 28.313101 ], [ 109.317994, 28.277795 ], [ 109.33524, 28.293605 ], [ 109.388211, 28.268307 ], [ 109.367885, 28.254602 ], [ 109.340168, 28.19027 ], [ 109.33832, 28.141731 ], [ 109.314298, 28.103729 ], [ 109.298284, 28.036136 ], [ 109.335856, 28.063073 ], [ 109.378972, 28.034551 ], [ 109.362342, 28.007608 ], [ 109.319842, 27.988585 ], [ 109.30198, 27.956343 ], [ 109.32169, 27.868027 ], [ 109.346943, 27.838396 ], [ 109.332777, 27.782815 ], [ 109.37774, 27.736741 ], [ 109.366653, 27.721909 ], [ 109.414081, 27.725087 ], [ 109.470747, 27.680049 ], [ 109.45658, 27.673689 ], [ 109.470131, 27.62863 ], [ 109.451037, 27.586204 ], [ 109.461508, 27.567637 ], [ 109.404841, 27.55066 ], [ 109.303211, 27.47582 ], [ 109.300132, 27.423774 ], [ 109.245313, 27.41793 ], [ 109.202197, 27.450331 ], [ 109.167089, 27.41793 ], [ 109.141835, 27.448207 ], [ 109.142451, 27.418461 ], [ 109.103647, 27.336621 ], [ 109.044517, 27.331304 ], [ 109.053756, 27.293551 ], [ 108.983539, 27.26802 ], [ 108.963213, 27.235565 ], [ 108.907778, 27.204699 ], [ 108.926873, 27.160512 ], [ 108.878829, 27.106187 ], [ 108.79075, 27.084343 ], [ 108.877597, 27.01612 ], [ 108.942887, 27.017186 ], [ 108.942887, 27.017186 ], [ 108.940423, 27.044907 ], [ 109.007561, 27.08008 ], [ 109.032814, 27.104056 ], [ 109.128901, 27.122701 ], [ 109.101183, 27.06889 ], [ 109.165857, 27.066758 ], [ 109.21698, 27.114711 ], [ 109.239154, 27.14933 ], [ 109.264407, 27.131755 ], [ 109.33524, 27.139212 ], [ 109.358646, 27.153058 ], [ 109.415312, 27.154123 ], [ 109.441182, 27.117907 ], [ 109.472595, 27.134951 ], [ 109.454733, 27.069423 ], [ 109.486761, 27.053968 ], [ 109.497848, 27.079548 ], [ 109.520022, 27.058764 ], [ 109.555131, 26.946788 ], [ 109.436254, 26.892359 ], [ 109.452885, 26.861932 ], [ 109.467051, 26.83203 ], [ 109.47629, 26.829894 ], [ 109.486761, 26.759913 ], [ 109.447957, 26.759913 ], [ 109.407305, 26.719829 ], [ 109.35495, 26.693098 ], [ 109.283501, 26.698445 ], [ 109.306291, 26.661012 ], [ 109.334008, 26.646036 ], [ 109.35495, 26.658873 ], [ 109.390675, 26.598955 ], [ 109.407305, 26.533116 ], [ 109.381436, 26.518659 ], [ 109.385747, 26.493487 ], [ 109.362342, 26.472061 ], [ 109.38082, 26.454381 ], [ 109.319842, 26.418477 ], [ 109.29582, 26.350389 ], [ 109.271183, 26.327863 ], [ 109.285965, 26.295676 ], [ 109.325385, 26.29031 ], [ 109.351255, 26.264016 ], [ 109.369733, 26.277432 ], [ 109.442414, 26.289774 ], [ 109.467051, 26.313917 ], [ 109.439334, 26.238789 ], [ 109.47629, 26.148035 ], [ 109.513863, 26.128157 ], [ 109.502776, 26.096451 ], [ 109.449805, 26.101826 ], [ 109.452885, 26.055598 ], [ 109.48245, 26.029788 ], [ 109.462124, 25.995367 ], [ 109.408537, 25.967392 ], [ 109.435022, 25.93349 ], [ 109.396834, 25.900117 ], [ 109.359262, 25.836036 ], [ 109.339552, 25.83442 ], [ 109.327849, 25.76168 ], [ 109.340168, 25.731493 ], [ 109.296436, 25.71424 ], [ 109.207125, 25.740119 ], [ 109.206509, 25.788087 ], [ 109.147995, 25.741736 ], [ 109.13198, 25.762758 ], [ 109.143683, 25.795092 ], [ 109.095024, 25.80533 ], [ 109.077778, 25.776771 ], [ 109.048213, 25.790781 ], [ 108.989698, 25.778926 ], [ 108.999553, 25.765453 ], [ 108.963829, 25.732572 ], [ 108.940423, 25.740119 ], [ 108.896076, 25.71424 ], [ 108.900387, 25.682423 ], [ 108.953974, 25.686738 ], [ 108.953974, 25.686738 ], [ 109.007561, 25.734728 ], [ 109.043285, 25.738502 ], [ 109.07901, 25.72071 ], [ 109.075314, 25.693749 ], [ 109.030966, 25.629556 ], [ 109.051908, 25.566949 ], [ 109.088249, 25.550752 ], [ 109.024807, 25.51241 ], [ 108.949046, 25.557231 ], [ 108.8893, 25.543193 ], [ 108.890532, 25.556151 ], [ 108.826474, 25.550212 ], [ 108.814772, 25.526992 ], [ 108.781511, 25.554531 ], [ 108.799989, 25.576666 ], [ 108.783975, 25.628477 ], [ 108.724844, 25.634952 ], [ 108.68912, 25.623081 ], [ 108.68604, 25.587462 ], [ 108.660787, 25.584763 ], [ 108.658323, 25.550212 ], [ 108.68912, 25.533473 ], [ 108.634917, 25.520512 ], [ 108.6072, 25.491885 ], [ 108.600425, 25.432448 ], [ 108.62999, 25.335666 ], [ 108.625062, 25.308076 ], [ 108.589338, 25.335125 ], [ 108.585642, 25.365952 ], [ 108.471693, 25.458928 ], [ 108.418723, 25.443257 ], [ 108.400244, 25.491344 ], [ 108.359592, 25.513491 ], [ 108.348506, 25.536173 ], [ 108.308469, 25.525912 ], [ 108.280752, 25.48 ], [ 108.241332, 25.46217 ], [ 108.251803, 25.430286 ], [ 108.192673, 25.458928 ], [ 108.162492, 25.444878 ], [ 108.193289, 25.405421 ], [ 108.142782, 25.390825 ], [ 108.152021, 25.324306 ], [ 108.143398, 25.269658 ], [ 108.115065, 25.210112 ], [ 108.080572, 25.193867 ], [ 108.001732, 25.196574 ], [ 107.928435, 25.155954 ], [ 107.872384, 25.141327 ], [ 107.839124, 25.115861 ], [ 107.762747, 25.125073 ], [ 107.789233, 25.15487 ], [ 107.760283, 25.188451 ], [ 107.762131, 25.229061 ], [ 107.741805, 25.24043 ], [ 107.700537, 25.194408 ], [ 107.696226, 25.219858 ], [ 107.661733, 25.258833 ], [ 107.659885, 25.316192 ], [ 107.632168, 25.310241 ], [ 107.599523, 25.250714 ], [ 107.576734, 25.256668 ], [ 107.512676, 25.209029 ], [ 107.472024, 25.213902 ], [ 107.489886, 25.276693 ], [ 107.481263, 25.299961 ], [ 107.432604, 25.289139 ], [ 107.409198, 25.347024 ], [ 107.420901, 25.392987 ], [ 107.375937, 25.411908 ], [ 107.358691, 25.393528 ], [ 107.318039, 25.401637 ], [ 107.308184, 25.432988 ], [ 107.336517, 25.461089 ], [ 107.263836, 25.543193 ], [ 107.232423, 25.556691 ], [ 107.228728, 25.604733 ], [ 107.205322, 25.607971 ], [ 107.185612, 25.578825 ], [ 107.064272, 25.559391 ], [ 107.066736, 25.50917 ], [ 107.015613, 25.495666 ], [ 106.996519, 25.442716 ], [ 106.963874, 25.437852 ], [ 106.987896, 25.358922 ], [ 107.012533, 25.352973 ], [ 107.013765, 25.275611 ], [ 106.975577, 25.232851 ], [ 106.933077, 25.250714 ], [ 106.904128, 25.231768 ], [ 106.888113, 25.181953 ], [ 106.853005, 25.186827 ], [ 106.787715, 25.17112 ], [ 106.764926, 25.183036 ], [ 106.732281, 25.162454 ], [ 106.691013, 25.179245 ], [ 106.644817, 25.164621 ], [ 106.63989, 25.132658 ], [ 106.590615, 25.08768 ], [ 106.551195, 25.082802 ], [ 106.519782, 25.054072 ], [ 106.450181, 25.033468 ], [ 106.442173, 25.019369 ], [ 106.332536, 24.988454 ], [ 106.304819, 24.973807 ], [ 106.253696, 24.971094 ], [ 106.215508, 24.981944 ], [ 106.191486, 24.95319 ], [ 106.145291, 24.954275 ], [ 106.197645, 24.885889 ], [ 106.206269, 24.851139 ], [ 106.173008, 24.760417 ], [ 106.150218, 24.762591 ], [ 106.113878, 24.714216 ], [ 106.047356, 24.684312 ], [ 106.024566, 24.633186 ], [ 105.961741, 24.677786 ], [ 105.942031, 24.725088 ], [ 105.863806, 24.729437 ], [ 105.827466, 24.702799 ], [ 105.767104, 24.719109 ], [ 105.70551, 24.768569 ], [ 105.617431, 24.78161 ], [ 105.607576, 24.803885 ], [ 105.573083, 24.797366 ], [ 105.497322, 24.809318 ], [ 105.493011, 24.833217 ], [ 105.457286, 24.87123 ], [ 105.428337, 24.930941 ], [ 105.365511, 24.943423 ], [ 105.334099, 24.9266 ], [ 105.267577, 24.929313 ], [ 105.251563, 24.967296 ], [ 105.212758, 24.995505 ], [ 105.178266, 24.985199 ], [ 105.157324, 24.958616 ], [ 105.131454, 24.959701 ], [ 105.09573, 24.92877 ], [ 105.077868, 24.918459 ], [ 105.039064, 24.872859 ], [ 105.026745, 24.815836 ], [ 105.03352, 24.787586 ], [ 104.899245, 24.752809 ], [ 104.865985, 24.730524 ], [ 104.841963, 24.676155 ], [ 104.771746, 24.659839 ], [ 104.729246, 24.617953 ], [ 104.703377, 24.645698 ], [ 104.628848, 24.660927 ], [ 104.595587, 24.709323 ], [ 104.529682, 24.731611 ], [ 104.542616, 24.75607 ], [ 104.539537, 24.813663 ], [ 104.586964, 24.872859 ], [ 104.635623, 24.903803 ], [ 104.663957, 24.964584 ], [ 104.713232, 24.996048 ], [ 104.684898, 25.054072 ], [ 104.619609, 25.060577 ], [ 104.685514, 25.078466 ], [ 104.695369, 25.122364 ], [ 104.732326, 25.167871 ], [ 104.724319, 25.195491 ], [ 104.753884, 25.214443 ], [ 104.801927, 25.163537 ], [ 104.822869, 25.170037 ], [ 104.806854, 25.224189 ], [ 104.826565, 25.235558 ], [ 104.816094, 25.262622 ], [ 104.736021, 25.268034 ], [ 104.689826, 25.296173 ], [ 104.639935, 25.295632 ], [ 104.646094, 25.356759 ], [ 104.615913, 25.364871 ], [ 104.566638, 25.402719 ], [ 104.543232, 25.400556 ], [ 104.556783, 25.524832 ], [ 104.524138, 25.526992 ], [ 104.483486, 25.494585 ], [ 104.44961, 25.495126 ], [ 104.434827, 25.472436 ], [ 104.418813, 25.499447 ], [ 104.436059, 25.520512 ], [ 104.428668, 25.576126 ], [ 104.389248, 25.595558 ], [ 104.332581, 25.598796 ], [ 104.310407, 25.647901 ], [ 104.328886, 25.760602 ], [ 104.370769, 25.730415 ], [ 104.397871, 25.76168 ], [ 104.42374, 25.841961 ], [ 104.441602, 25.868889 ], [ 104.414501, 25.909807 ], [ 104.438523, 25.92757 ], [ 104.470552, 26.009352 ], [ 104.460081, 26.085702 ], [ 104.499501, 26.070651 ], [ 104.52845, 26.114186 ], [ 104.518595, 26.165762 ], [ 104.548776, 26.226979 ], [ 104.542616, 26.253282 ], [ 104.592508, 26.317672 ], [ 104.659645, 26.335373 ], [ 104.684283, 26.3772 ], [ 104.664572, 26.397572 ], [ 104.665804, 26.434019 ], [ 104.631928, 26.451702 ], [ 104.638703, 26.477954 ], [ 104.598667, 26.520801 ], [ 104.57095, 26.524549 ], [ 104.579573, 26.568449 ], [ 104.556783, 26.590393 ], [ 104.488414, 26.579689 ], [ 104.459465, 26.602701 ], [ 104.468088, 26.644431 ], [ 104.424356, 26.709137 ], [ 104.398487, 26.686147 ], [ 104.353523, 26.620893 ], [ 104.313487, 26.612867 ], [ 104.274683, 26.633733 ], [ 104.268524, 26.617683 ], [ 104.222328, 26.620358 ], [ 104.160734, 26.646571 ], [ 104.121314, 26.638012 ], [ 104.068343, 26.573266 ], [ 104.067727, 26.51491 ], [ 104.008597, 26.511697 ], [ 103.953163, 26.521336 ], [ 103.865699, 26.512232 ], [ 103.819504, 26.529903 ], [ 103.815808, 26.55239 ], [ 103.763453, 26.585041 ], [ 103.748671, 26.623568 ], [ 103.759142, 26.689355 ], [ 103.773308, 26.716621 ], [ 103.725265, 26.742812 ], [ 103.705555, 26.794642 ], [ 103.722185, 26.851253 ], [ 103.779468, 26.87421 ], [ 103.763453, 26.905702 ], [ 103.775156, 26.951056 ], [ 103.753598, 26.963858 ], [ 103.73204, 27.018785 ], [ 103.704939, 27.049171 ], [ 103.675374, 27.051836 ], [ 103.623019, 27.007056 ], [ 103.623635, 27.035312 ], [ 103.601461, 27.061962 ], [ 103.614396, 27.079548 ], [ 103.659975, 27.065692 ], [ 103.652584, 27.092868 ], [ 103.620555, 27.096598 ], [ 103.63349, 27.12057 ], [ 103.696316, 27.126429 ], [ 103.748671, 27.210021 ], [ 103.801641, 27.250464 ], [ 103.80041, 27.26536 ], [ 103.865699, 27.28185 ], [ 103.874322, 27.331304 ], [ 103.903271, 27.347785 ], [ 103.905119, 27.38552 ], [ 103.932221, 27.443958 ], [ 103.956242, 27.425367 ], [ 104.015372, 27.429086 ], [ 104.01722, 27.383926 ], [ 104.084358, 27.330773 ], [ 104.113923, 27.338216 ], [ 104.173053, 27.263232 ], [ 104.210625, 27.297273 ], [ 104.248813, 27.291955 ], [ 104.247582, 27.336621 ], [ 104.295625, 27.37436 ], [ 104.30856, 27.407305 ], [ 104.363378, 27.467855 ], [ 104.467472, 27.414211 ], [ 104.497037, 27.414743 ], [ 104.539537, 27.327583 ], [ 104.570334, 27.331836 ], [ 104.611602, 27.306846 ], [ 104.7545, 27.345658 ], [ 104.77113, 27.317481 ], [ 104.824717, 27.3531 ], [ 104.856746, 27.332368 ], [ 104.851818, 27.299401 ], [ 104.871528, 27.290891 ], [ 104.913412, 27.327051 ], [ 105.01073, 27.379143 ], [ 105.068013, 27.418461 ], [ 105.120984, 27.418461 ], [ 105.184425, 27.392959 ], [ 105.182577, 27.367451 ], [ 105.233084, 27.436522 ], [ 105.234316, 27.489093 ], [ 105.260186, 27.514573 ], [ 105.232469, 27.546945 ], [ 105.25649, 27.582491 ], [ 105.304533, 27.611661 ], [ 105.29591, 27.631811 ], [ 105.308229, 27.704955 ], [ 105.353809, 27.748924 ], [ 105.44004, 27.775402 ], [ 105.508409, 27.769048 ], [ 105.560148, 27.71979 ], [ 105.605112, 27.715552 ], [ 105.62359, 27.666269 ], [ 105.664242, 27.683759 ], [ 105.720292, 27.683759 ], [ 105.722756, 27.706015 ], [ 105.76772, 27.7182 ], [ 105.848408, 27.707074 ], [ 105.868118, 27.732504 ], [ 105.922937, 27.746805 ], [ 105.92848, 27.729855 ], [ 105.985146, 27.749983 ], [ 106.023335, 27.746805 ], [ 106.063987, 27.776991 ], [ 106.120653, 27.779638 ], [ 106.193334, 27.75422 ], [ 106.242609, 27.767459 ], [ 106.306667, 27.808756 ], [ 106.337464, 27.859033 ], [ 106.325145, 27.898708 ], [ 106.304819, 27.899237 ], [ 106.307899, 27.936782 ], [ 106.328225, 27.952643 ], [ 106.286341, 28.007079 ], [ 106.246305, 28.011835 ], [ 106.266631, 28.066769 ], [ 106.206885, 28.134343 ], [ 106.145291, 28.162837 ], [ 106.093552, 28.162837 ], [ 105.975907, 28.107952 ], [ 105.943878, 28.143314 ], [ 105.895219, 28.119565 ], [ 105.860727, 28.159672 ], [ 105.889676, 28.237732 ], [ 105.848408, 28.255656 ], [ 105.824386, 28.306251 ], [ 105.78743, 28.335753 ], [ 105.76464, 28.308359 ], [ 105.76464, 28.308359 ], [ 105.737539, 28.30309 ], [ 105.730147, 28.271997 ], [ 105.68888, 28.284119 ], [ 105.639604, 28.324164 ], [ 105.655003, 28.362615 ], [ 105.643916, 28.431053 ], [ 105.612503, 28.438947 ], [ 105.62359, 28.517854 ], [ 105.68272, 28.534154 ], [ 105.693191, 28.58882 ], [ 105.712901, 28.586718 ], [ 105.74493, 28.616668 ], [ 105.757249, 28.590397 ], [ 105.78435, 28.610889 ], [ 105.808372, 28.599855 ], [ 105.884748, 28.595126 ], [ 105.889676, 28.670765 ], [ 105.937719, 28.686517 ], [ 105.966668, 28.761041 ], [ 106.001161, 28.743727 ], [ 106.030726, 28.694917 ], [ 106.085544, 28.681792 ], [ 106.103407, 28.636104 ], [ 106.14837, 28.642932 ], [ 106.17116, 28.629275 ], [ 106.184711, 28.58882 ], [ 106.254928, 28.539412 ], [ 106.2925, 28.537309 ], [ 106.304819, 28.505233 ], [ 106.349167, 28.473674 ], [ 106.379348, 28.479986 ], [ 106.37442, 28.525742 ], [ 106.403369, 28.569901 ], [ 106.477282, 28.530474 ], [ 106.504999, 28.544669 ], [ 106.466811, 28.586193 ], [ 106.49268, 28.591448 ], [ 106.502535, 28.661313 ], [ 106.528405, 28.677591 ], [ 106.492064, 28.742153 ], [ 106.461883, 28.761041 ], [ 106.45326, 28.817162 ], [ 106.474202, 28.832891 ], [ 106.561666, 28.756319 ], [ 106.56105, 28.719062 ], [ 106.587535, 28.691767 ], [ 106.6171, 28.691242 ], [ 106.617716, 28.66709 ], [ 106.651593, 28.649235 ], [ 106.618332, 28.645033 ], [ 106.63681, 28.622972 ], [ 106.606629, 28.593024 ], [ 106.615252, 28.549401 ], [ 106.567825, 28.523638 ], [ 106.564745, 28.485247 ], [ 106.632499, 28.503655 ], [ 106.697788, 28.47683 ], [ 106.708259, 28.450524 ], [ 106.747063, 28.467361 ], [ 106.726121, 28.51838 ], [ 106.73844, 28.554657 ], [ 106.77786, 28.563068 ], [ 106.756918, 28.607211 ], [ 106.784636, 28.626649 ], [ 106.807425, 28.589346 ], [ 106.830831, 28.623497 ], [ 106.866556, 28.624548 ], [ 106.889345, 28.695966 ], [ 106.86594, 28.690192 ], [ 106.824056, 28.756319 ], [ 106.845614, 28.780975 ], [ 106.872099, 28.777304 ], [ 106.923222, 28.809821 ], [ 106.951555, 28.766812 ], [ 106.988512, 28.776254 ], [ 106.983584, 28.851239 ], [ 107.019308, 28.861722 ], [ 107.016229, 28.882685 ], [ 107.14188, 28.887925 ], [ 107.206554, 28.868535 ], [ 107.194851, 28.838134 ], [ 107.227496, 28.836037 ], [ 107.210866, 28.817686 ], [ 107.219489, 28.772582 ], [ 107.24659, 28.76209 ], [ 107.261373, 28.792514 ], [ 107.327894, 28.810869 ], [ 107.339597, 28.845997 ], [ 107.383945, 28.848618 ], [ 107.41351, 28.911502 ], [ 107.441227, 28.943977 ], [ 107.412894, 28.960211 ], [ 107.396879, 28.993718 ], [ 107.364235, 29.00942 ], [ 107.395647, 29.041341 ], [ 107.369778, 29.091558 ], [ 107.412278, 29.094696 ], [ 107.427676, 29.128682 ], [ 107.408582, 29.138091 ], [ 107.401807, 29.184603 ], [ 107.441227, 29.203934 ], [ 107.486806, 29.174153 ], [ 107.570574, 29.218037 ], [ 107.589052, 29.150113 ], [ 107.605683, 29.164747 ], [ 107.659885, 29.162656 ], [ 107.700537, 29.141228 ], [ 107.749197, 29.199754 ], [ 107.810791, 29.139137 ], [ 107.784921, 29.048143 ], [ 107.823725, 29.034016 ], [ 107.810175, 28.984295 ], [ 107.867457, 28.960211 ], [ 107.882855, 29.00628 ], [ 107.908725, 29.007327 ], [ 107.925971, 29.032446 ], [ 108.026369, 29.039772 ], [ 108.070717, 29.086328 ], [ 108.150173, 29.053375 ], [ 108.193289, 29.072207 ], [ 108.256115, 29.040295 ], [ 108.277673, 29.091558 ], [ 108.306622, 29.079006 ], [ 108.297999, 29.045527 ], [ 108.319556, 28.961258 ], [ 108.345426, 28.943453 ], [ 108.357745, 28.893165 ], [ 108.346658, 28.859625 ], [ 108.352817, 28.815589 ], [ 108.386078, 28.803003 ], [ 108.385462, 28.772058 ], [ 108.347274, 28.736381 ], [ 108.332491, 28.679166 ], [ 108.439049, 28.634003 ], [ 108.501258, 28.626649 ], [ 108.50249, 28.63768 ], [ 108.575787, 28.659738 ], [ 108.636149, 28.621396 ], [ 108.604736, 28.590922 ], [ 108.610896, 28.539412 ], [ 108.573939, 28.531 ], [ 108.586874, 28.463678 ], [ 108.609664, 28.43579 ], [ 108.609048, 28.407368 ], [ 108.576403, 28.38631 ], [ 108.580099, 28.343128 ], [ 108.611512, 28.324691 ], [ 108.667562, 28.334173 ], [ 108.656475, 28.359981 ], [ 108.697127, 28.401051 ], [ 108.688504, 28.422106 ], [ 108.640461, 28.456838 ], [ 108.657091, 28.47683 ], [ 108.700207, 28.48209 ], [ 108.709446, 28.501026 ], [ 108.746402, 28.45105 ], [ 108.780279, 28.42579 ], [ 108.759953, 28.389995 ], [ 108.783359, 28.380518 ], [ 108.761801, 28.304143 ], [ 108.726692, 28.282011 ], [ 108.738395, 28.228241 ], [ 108.772888, 28.212949 ], [ 108.821547, 28.245113 ], [ 108.855424, 28.199764 ], [ 108.89546, 28.219804 ], [ 108.923793, 28.217167 ], [ 108.929952, 28.19027 ], [ 109.005713, 28.162837 ], [ 109.026655, 28.220331 ], [ 109.086401, 28.184467 ], [ 109.101799, 28.202401 ], [ 109.081473, 28.247749 ], [ 109.117198, 28.277795 ], [ 109.152306, 28.349975 ], [ 109.153538, 28.417369 ], [ 109.191726, 28.471043 ], [ 109.23361, 28.474726 ], [ 109.274262, 28.494714 ] ] ], [ [ [ 109.47629, 26.829894 ], [ 109.467051, 26.83203 ], [ 109.452885, 26.861932 ], [ 109.486761, 26.895562 ], [ 109.509551, 26.877947 ], [ 109.513247, 26.84004 ], [ 109.497232, 26.815474 ], [ 109.522486, 26.749226 ], [ 109.52187, 26.749226 ], [ 109.486761, 26.759913 ], [ 109.47629, 26.829894 ] ] ], [ [ [ 109.528645, 26.743881 ], [ 109.554515, 26.73533 ], [ 109.597015, 26.756173 ], [ 109.568065, 26.726243 ], [ 109.528645, 26.743881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "530000", "name": "云南省", "center": [ 102.712251, 25.040609 ], "centroid": [ 101.485106, 25.008644 ], "childrenNum": 16, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 24, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 105.308229, 27.704955 ], [ 105.29591, 27.631811 ], [ 105.304533, 27.611661 ], [ 105.25649, 27.582491 ], [ 105.232469, 27.546945 ], [ 105.260186, 27.514573 ], [ 105.234316, 27.489093 ], [ 105.233084, 27.436522 ], [ 105.182577, 27.367451 ], [ 105.184425, 27.392959 ], [ 105.120984, 27.418461 ], [ 105.068013, 27.418461 ], [ 105.01073, 27.379143 ], [ 104.913412, 27.327051 ], [ 104.871528, 27.290891 ], [ 104.851818, 27.299401 ], [ 104.856746, 27.332368 ], [ 104.824717, 27.3531 ], [ 104.77113, 27.317481 ], [ 104.7545, 27.345658 ], [ 104.611602, 27.306846 ], [ 104.570334, 27.331836 ], [ 104.539537, 27.327583 ], [ 104.497037, 27.414743 ], [ 104.467472, 27.414211 ], [ 104.363378, 27.467855 ], [ 104.30856, 27.407305 ], [ 104.295625, 27.37436 ], [ 104.247582, 27.336621 ], [ 104.248813, 27.291955 ], [ 104.210625, 27.297273 ], [ 104.173053, 27.263232 ], [ 104.113923, 27.338216 ], [ 104.084358, 27.330773 ], [ 104.01722, 27.383926 ], [ 104.015372, 27.429086 ], [ 103.956242, 27.425367 ], [ 103.932221, 27.443958 ], [ 103.905119, 27.38552 ], [ 103.903271, 27.347785 ], [ 103.874322, 27.331304 ], [ 103.865699, 27.28185 ], [ 103.80041, 27.26536 ], [ 103.801641, 27.250464 ], [ 103.748671, 27.210021 ], [ 103.696316, 27.126429 ], [ 103.63349, 27.12057 ], [ 103.620555, 27.096598 ], [ 103.652584, 27.092868 ], [ 103.659975, 27.065692 ], [ 103.614396, 27.079548 ], [ 103.601461, 27.061962 ], [ 103.623635, 27.035312 ], [ 103.623019, 27.007056 ], [ 103.675374, 27.051836 ], [ 103.704939, 27.049171 ], [ 103.73204, 27.018785 ], [ 103.753598, 26.963858 ], [ 103.775156, 26.951056 ], [ 103.763453, 26.905702 ], [ 103.779468, 26.87421 ], [ 103.722185, 26.851253 ], [ 103.705555, 26.794642 ], [ 103.725265, 26.742812 ], [ 103.773308, 26.716621 ], [ 103.759142, 26.689355 ], [ 103.748671, 26.623568 ], [ 103.763453, 26.585041 ], [ 103.815808, 26.55239 ], [ 103.819504, 26.529903 ], [ 103.865699, 26.512232 ], [ 103.953163, 26.521336 ], [ 104.008597, 26.511697 ], [ 104.067727, 26.51491 ], [ 104.068343, 26.573266 ], [ 104.121314, 26.638012 ], [ 104.160734, 26.646571 ], [ 104.222328, 26.620358 ], [ 104.268524, 26.617683 ], [ 104.274683, 26.633733 ], [ 104.313487, 26.612867 ], [ 104.353523, 26.620893 ], [ 104.398487, 26.686147 ], [ 104.424356, 26.709137 ], [ 104.468088, 26.644431 ], [ 104.459465, 26.602701 ], [ 104.488414, 26.579689 ], [ 104.556783, 26.590393 ], [ 104.579573, 26.568449 ], [ 104.57095, 26.524549 ], [ 104.598667, 26.520801 ], [ 104.638703, 26.477954 ], [ 104.631928, 26.451702 ], [ 104.665804, 26.434019 ], [ 104.664572, 26.397572 ], [ 104.684283, 26.3772 ], [ 104.659645, 26.335373 ], [ 104.592508, 26.317672 ], [ 104.542616, 26.253282 ], [ 104.548776, 26.226979 ], [ 104.518595, 26.165762 ], [ 104.52845, 26.114186 ], [ 104.499501, 26.070651 ], [ 104.460081, 26.085702 ], [ 104.470552, 26.009352 ], [ 104.438523, 25.92757 ], [ 104.414501, 25.909807 ], [ 104.441602, 25.868889 ], [ 104.42374, 25.841961 ], [ 104.397871, 25.76168 ], [ 104.370769, 25.730415 ], [ 104.328886, 25.760602 ], [ 104.310407, 25.647901 ], [ 104.332581, 25.598796 ], [ 104.389248, 25.595558 ], [ 104.428668, 25.576126 ], [ 104.436059, 25.520512 ], [ 104.418813, 25.499447 ], [ 104.434827, 25.472436 ], [ 104.44961, 25.495126 ], [ 104.483486, 25.494585 ], [ 104.524138, 25.526992 ], [ 104.556783, 25.524832 ], [ 104.543232, 25.400556 ], [ 104.566638, 25.402719 ], [ 104.615913, 25.364871 ], [ 104.646094, 25.356759 ], [ 104.639935, 25.295632 ], [ 104.689826, 25.296173 ], [ 104.736021, 25.268034 ], [ 104.816094, 25.262622 ], [ 104.826565, 25.235558 ], [ 104.806854, 25.224189 ], [ 104.822869, 25.170037 ], [ 104.801927, 25.163537 ], [ 104.753884, 25.214443 ], [ 104.724319, 25.195491 ], [ 104.732326, 25.167871 ], [ 104.695369, 25.122364 ], [ 104.685514, 25.078466 ], [ 104.619609, 25.060577 ], [ 104.684898, 25.054072 ], [ 104.713232, 24.996048 ], [ 104.663957, 24.964584 ], [ 104.635623, 24.903803 ], [ 104.586964, 24.872859 ], [ 104.539537, 24.813663 ], [ 104.542616, 24.75607 ], [ 104.529682, 24.731611 ], [ 104.489646, 24.653313 ], [ 104.520443, 24.535228 ], [ 104.550008, 24.518894 ], [ 104.575877, 24.424661 ], [ 104.616529, 24.421937 ], [ 104.63008, 24.397958 ], [ 104.610986, 24.377246 ], [ 104.641783, 24.367979 ], [ 104.70892, 24.321087 ], [ 104.721239, 24.340173 ], [ 104.703377, 24.419757 ], [ 104.715695, 24.441552 ], [ 104.74834, 24.435559 ], [ 104.765587, 24.45953 ], [ 104.784681, 24.443732 ], [ 104.83642, 24.446456 ], [ 104.914028, 24.426296 ], [ 104.930042, 24.411038 ], [ 104.979933, 24.412673 ], [ 105.042759, 24.442097 ], [ 105.106817, 24.414853 ], [ 105.111744, 24.37234 ], [ 105.138846, 24.376701 ], [ 105.188121, 24.347261 ], [ 105.196744, 24.326541 ], [ 105.164715, 24.288362 ], [ 105.215222, 24.214699 ], [ 105.24294, 24.208695 ], [ 105.229389, 24.165567 ], [ 105.182577, 24.167205 ], [ 105.20044, 24.105491 ], [ 105.260186, 24.061236 ], [ 105.292831, 24.074896 ], [ 105.273121, 24.092927 ], [ 105.320548, 24.116416 ], [ 105.334099, 24.094566 ], [ 105.395692, 24.065607 ], [ 105.406163, 24.043748 ], [ 105.493011, 24.016965 ], [ 105.533663, 24.130071 ], [ 105.594641, 24.137718 ], [ 105.628518, 24.126794 ], [ 105.649459, 24.032816 ], [ 105.704278, 24.0667 ], [ 105.739387, 24.059596 ], [ 105.765256, 24.073804 ], [ 105.802212, 24.051945 ], [ 105.796669, 24.023524 ], [ 105.841633, 24.03063 ], [ 105.859495, 24.056864 ], [ 105.89214, 24.040468 ], [ 105.908154, 24.069432 ], [ 105.901995, 24.099482 ], [ 105.919241, 24.122425 ], [ 105.963589, 24.110954 ], [ 105.998081, 24.120786 ], [ 106.011632, 24.099482 ], [ 106.04982, 24.089649 ], [ 106.053516, 24.051399 ], [ 106.096631, 24.018058 ], [ 106.091088, 23.998924 ], [ 106.128044, 23.956819 ], [ 106.157609, 23.891174 ], [ 106.192718, 23.879135 ], [ 106.173008, 23.861622 ], [ 106.192102, 23.824947 ], [ 106.136667, 23.795381 ], [ 106.157609, 23.724175 ], [ 106.149602, 23.665538 ], [ 106.120653, 23.605229 ], [ 106.141595, 23.569579 ], [ 106.08616, 23.524043 ], [ 106.071994, 23.495506 ], [ 106.039965, 23.484529 ], [ 105.999929, 23.447748 ], [ 105.986378, 23.489469 ], [ 105.935871, 23.508678 ], [ 105.913081, 23.499348 ], [ 105.89214, 23.52514 ], [ 105.852103, 23.526786 ], [ 105.815763, 23.507031 ], [ 105.805908, 23.467512 ], [ 105.758481, 23.459826 ], [ 105.699966, 23.40162 ], [ 105.637757, 23.404366 ], [ 105.694423, 23.363168 ], [ 105.699966, 23.327453 ], [ 105.649459, 23.346136 ], [ 105.593409, 23.312614 ], [ 105.560148, 23.257093 ], [ 105.526272, 23.234548 ], [ 105.542902, 23.184495 ], [ 105.50225, 23.202648 ], [ 105.445584, 23.292827 ], [ 105.416018, 23.283482 ], [ 105.372903, 23.317561 ], [ 105.353809, 23.362069 ], [ 105.325475, 23.390086 ], [ 105.260186, 23.31811 ], [ 105.238012, 23.26424 ], [ 105.181962, 23.279084 ], [ 105.122215, 23.247745 ], [ 105.093266, 23.260942 ], [ 104.958991, 23.188896 ], [ 104.949136, 23.152033 ], [ 104.912796, 23.175693 ], [ 104.882615, 23.163589 ], [ 104.874608, 23.123417 ], [ 104.804391, 23.110207 ], [ 104.821021, 23.032022 ], [ 104.860441, 22.970874 ], [ 104.846275, 22.926235 ], [ 104.772362, 22.893711 ], [ 104.760659, 22.862282 ], [ 104.732942, 22.852356 ], [ 104.737869, 22.825882 ], [ 104.674428, 22.817056 ], [ 104.596203, 22.846289 ], [ 104.527834, 22.814298 ], [ 104.498885, 22.774574 ], [ 104.422508, 22.734838 ], [ 104.375697, 22.690122 ], [ 104.323342, 22.728767 ], [ 104.272835, 22.73815 ], [ 104.256821, 22.77347 ], [ 104.274067, 22.828088 ], [ 104.261748, 22.841877 ], [ 104.224176, 22.826434 ], [ 104.117618, 22.808781 ], [ 104.089901, 22.768504 ], [ 104.045553, 22.728215 ], [ 104.04309, 22.67687 ], [ 104.022148, 22.593463 ], [ 104.009213, 22.575228 ], [ 104.009213, 22.517745 ], [ 103.964865, 22.502265 ], [ 103.894032, 22.564728 ], [ 103.875554, 22.565833 ], [ 103.863851, 22.584069 ], [ 103.825047, 22.615562 ], [ 103.766533, 22.688465 ], [ 103.669215, 22.766297 ], [ 103.642113, 22.794989 ], [ 103.567585, 22.701164 ], [ 103.580519, 22.66693 ], [ 103.529396, 22.59291 ], [ 103.50907, 22.601198 ], [ 103.457947, 22.658646 ], [ 103.436389, 22.6973 ], [ 103.441317, 22.753052 ], [ 103.375411, 22.794989 ], [ 103.323057, 22.807678 ], [ 103.321209, 22.777885 ], [ 103.288564, 22.732078 ], [ 103.283021, 22.678526 ], [ 103.220195, 22.643734 ], [ 103.195557, 22.648153 ], [ 103.161065, 22.590147 ], [ 103.183238, 22.558649 ], [ 103.119181, 22.518298 ], [ 103.085304, 22.509452 ], [ 103.071753, 22.445304 ], [ 103.030485, 22.441432 ], [ 102.986754, 22.477935 ], [ 102.930703, 22.482359 ], [ 102.892515, 22.533223 ], [ 102.880196, 22.586832 ], [ 102.82353, 22.623296 ], [ 102.80074, 22.620534 ], [ 102.688639, 22.70006 ], [ 102.657226, 22.687913 ], [ 102.607335, 22.730975 ], [ 102.569763, 22.701164 ], [ 102.551285, 22.743669 ], [ 102.498314, 22.777885 ], [ 102.45951, 22.762986 ], [ 102.43672, 22.699508 ], [ 102.384365, 22.679631 ], [ 102.404691, 22.629925 ], [ 102.356648, 22.563623 ], [ 102.322771, 22.554227 ], [ 102.25625, 22.457473 ], [ 102.270416, 22.419858 ], [ 102.179257, 22.430369 ], [ 102.145381, 22.397727 ], [ 102.131214, 22.430922 ], [ 102.046214, 22.458026 ], [ 101.978461, 22.427603 ], [ 101.907628, 22.437007 ], [ 101.901469, 22.384447 ], [ 101.862665, 22.389427 ], [ 101.823244, 22.42705 ], [ 101.824476, 22.45692 ], [ 101.774585, 22.506135 ], [ 101.715455, 22.477935 ], [ 101.672339, 22.47517 ], [ 101.648318, 22.400494 ], [ 101.671723, 22.372826 ], [ 101.625528, 22.28259 ], [ 101.56455, 22.269299 ], [ 101.547304, 22.238282 ], [ 101.596579, 22.161262 ], [ 101.602738, 22.131883 ], [ 101.573789, 22.115251 ], [ 101.626144, 22.005986 ], [ 101.606434, 21.967695 ], [ 101.666796, 21.934391 ], [ 101.701288, 21.938832 ], [ 101.700057, 21.897191 ], [ 101.735165, 21.875534 ], [ 101.740093, 21.845541 ], [ 101.771506, 21.833319 ], [ 101.747484, 21.729953 ], [ 101.76781, 21.716054 ], [ 101.780129, 21.640975 ], [ 101.807846, 21.644313 ], [ 101.828788, 21.617054 ], [ 101.804766, 21.577546 ], [ 101.754875, 21.58478 ], [ 101.755491, 21.538027 ], [ 101.772737, 21.512975 ], [ 101.741324, 21.482906 ], [ 101.749948, 21.409379 ], [ 101.730238, 21.336929 ], [ 101.745636, 21.297345 ], [ 101.791832, 21.285636 ], [ 101.833715, 21.252731 ], [ 101.834331, 21.204756 ], [ 101.794911, 21.208104 ], [ 101.76473, 21.147835 ], [ 101.703136, 21.14616 ], [ 101.672339, 21.194713 ], [ 101.605818, 21.172392 ], [ 101.588572, 21.191365 ], [ 101.601506, 21.233208 ], [ 101.532521, 21.252174 ], [ 101.439514, 21.227072 ], [ 101.387775, 21.225956 ], [ 101.290457, 21.17853 ], [ 101.222088, 21.234324 ], [ 101.246725, 21.275598 ], [ 101.244877, 21.302364 ], [ 101.183899, 21.334699 ], [ 101.142631, 21.409379 ], [ 101.194986, 21.424979 ], [ 101.193138, 21.473996 ], [ 101.225167, 21.499055 ], [ 101.210385, 21.509077 ], [ 101.209153, 21.55751 ], [ 101.146943, 21.560293 ], [ 101.169117, 21.590345 ], [ 101.153102, 21.669343 ], [ 101.116762, 21.691032 ], [ 101.111835, 21.746074 ], [ 101.123537, 21.771642 ], [ 101.089661, 21.773865 ], [ 101.015132, 21.707157 ], [ 100.940603, 21.697149 ], [ 100.870386, 21.67268 ], [ 100.847597, 21.634856 ], [ 100.804481, 21.609821 ], [ 100.789082, 21.570867 ], [ 100.753358, 21.555283 ], [ 100.730568, 21.518542 ], [ 100.691764, 21.510748 ], [ 100.579047, 21.451717 ], [ 100.526692, 21.471211 ], [ 100.48296, 21.458958 ], [ 100.437381, 21.533017 ], [ 100.350534, 21.52912 ], [ 100.298795, 21.477894 ], [ 100.235353, 21.466756 ], [ 100.206404, 21.509634 ], [ 100.180534, 21.514088 ], [ 100.168831, 21.482906 ], [ 100.131259, 21.504066 ], [ 100.123252, 21.565302 ], [ 100.107853, 21.585337 ], [ 100.169447, 21.663225 ], [ 100.131875, 21.699929 ], [ 100.094303, 21.702709 ], [ 100.049339, 21.669899 ], [ 99.991441, 21.703821 ], [ 99.944014, 21.821097 ], [ 99.960028, 21.907186 ], [ 99.982202, 21.919401 ], [ 100.000064, 21.973245 ], [ 99.965571, 22.014309 ], [ 99.972347, 22.053141 ], [ 99.871333, 22.067007 ], [ 99.870101, 22.029288 ], [ 99.762927, 22.068117 ], [ 99.696406, 22.067562 ], [ 99.648979, 22.100835 ], [ 99.581841, 22.103053 ], [ 99.578762, 22.098617 ], [ 99.562747, 22.113034 ], [ 99.516552, 22.099726 ], [ 99.486987, 22.128557 ], [ 99.400139, 22.100281 ], [ 99.35456, 22.095845 ], [ 99.294814, 22.109152 ], [ 99.219669, 22.110816 ], [ 99.156227, 22.159599 ], [ 99.188256, 22.162924 ], [ 99.175321, 22.185647 ], [ 99.207966, 22.232188 ], [ 99.235683, 22.250468 ], [ 99.233836, 22.296434 ], [ 99.278183, 22.34626 ], [ 99.251698, 22.393301 ], [ 99.297277, 22.41156 ], [ 99.382277, 22.493418 ], [ 99.359487, 22.535435 ], [ 99.385973, 22.57136 ], [ 99.339777, 22.708894 ], [ 99.31514, 22.737598 ], [ 99.326842, 22.751396 ], [ 99.385357, 22.761882 ], [ 99.401371, 22.826434 ], [ 99.462965, 22.844635 ], [ 99.43648, 22.913557 ], [ 99.446951, 22.934503 ], [ 99.531334, 22.897019 ], [ 99.563363, 22.925684 ], [ 99.533798, 22.961507 ], [ 99.517168, 23.006685 ], [ 99.528255, 23.065614 ], [ 99.477747, 23.083233 ], [ 99.440791, 23.079379 ], [ 99.380429, 23.099748 ], [ 99.3484, 23.12892 ], [ 99.281879, 23.101399 ], [ 99.255393, 23.077727 ], [ 99.187024, 23.100299 ], [ 99.106336, 23.086536 ], [ 99.048438, 23.11461 ], [ 99.057677, 23.164689 ], [ 99.002242, 23.160287 ], [ 98.906772, 23.185595 ], [ 98.889525, 23.209249 ], [ 98.928946, 23.26589 ], [ 98.936953, 23.309866 ], [ 98.906772, 23.331849 ], [ 98.872895, 23.329651 ], [ 98.920938, 23.360971 ], [ 98.912315, 23.426333 ], [ 98.874743, 23.483431 ], [ 98.826084, 23.470257 ], [ 98.80391, 23.540504 ], [ 98.844562, 23.578904 ], [ 98.882134, 23.595358 ], [ 98.882134, 23.620035 ], [ 98.847026, 23.632097 ], [ 98.835939, 23.683625 ], [ 98.811917, 23.703354 ], [ 98.824236, 23.727462 ], [ 98.784816, 23.781691 ], [ 98.696121, 23.784429 ], [ 98.669019, 23.800857 ], [ 98.701664, 23.834254 ], [ 98.68565, 23.90157 ], [ 98.701048, 23.946427 ], [ 98.673331, 23.960647 ], [ 98.701048, 23.981427 ], [ 98.727533, 23.970491 ], [ 98.773729, 24.022431 ], [ 98.807606, 24.025164 ], [ 98.895069, 24.098936 ], [ 98.876591, 24.15137 ], [ 98.841482, 24.126794 ], [ 98.818692, 24.133348 ], [ 98.71891, 24.127887 ], [ 98.681954, 24.100029 ], [ 98.646229, 24.106038 ], [ 98.593875, 24.08036 ], [ 98.547063, 24.128433 ], [ 98.487933, 24.123517 ], [ 98.48239, 24.122425 ], [ 98.37768, 24.114232 ], [ 98.343187, 24.098936 ], [ 98.219999, 24.113685 ], [ 98.19721, 24.09839 ], [ 98.132536, 24.09238 ], [ 98.125761, 24.092927 ], [ 98.123297, 24.092927 ], [ 98.096196, 24.08637 ], [ 98.091268, 24.085824 ], [ 97.995182, 24.04648 ], [ 97.984095, 24.031177 ], [ 97.902175, 24.014231 ], [ 97.896015, 23.974319 ], [ 97.863371, 23.978693 ], [ 97.8104, 23.943146 ], [ 97.795617, 23.951897 ], [ 97.763588, 23.907041 ], [ 97.72848, 23.895551 ], [ 97.718009, 23.867643 ], [ 97.684132, 23.876946 ], [ 97.647176, 23.840823 ], [ 97.640401, 23.866001 ], [ 97.633009, 23.879682 ], [ 97.5283, 23.926736 ], [ 97.529531, 23.943146 ], [ 97.572647, 23.983068 ], [ 97.628698, 24.004938 ], [ 97.637321, 24.04812 ], [ 97.730944, 24.113685 ], [ 97.753733, 24.168843 ], [ 97.72848, 24.183585 ], [ 97.729712, 24.227252 ], [ 97.767284, 24.258357 ], [ 97.721089, 24.295999 ], [ 97.665038, 24.296544 ], [ 97.662574, 24.339083 ], [ 97.716161, 24.358711 ], [ 97.679821, 24.401228 ], [ 97.669966, 24.452993 ], [ 97.588662, 24.435559 ], [ 97.530147, 24.443187 ], [ 97.554785, 24.490577 ], [ 97.570799, 24.602719 ], [ 97.569567, 24.708236 ], [ 97.547394, 24.739221 ], [ 97.569567, 24.765852 ], [ 97.652103, 24.790846 ], [ 97.680437, 24.827243 ], [ 97.765436, 24.823984 ], [ 97.797465, 24.845709 ], [ 97.785762, 24.876117 ], [ 97.729712, 24.908689 ], [ 97.716777, 24.978147 ], [ 97.727864, 25.042686 ], [ 97.719857, 25.080634 ], [ 97.743262, 25.078466 ], [ 97.796233, 25.155954 ], [ 97.839349, 25.27074 ], [ 97.875689, 25.25721 ], [ 97.904023, 25.216609 ], [ 97.940363, 25.214985 ], [ 98.0075, 25.279399 ], [ 98.006884, 25.298338 ], [ 98.06971, 25.311864 ], [ 98.099891, 25.354055 ], [ 98.101123, 25.388662 ], [ 98.137464, 25.381633 ], [ 98.15779, 25.457307 ], [ 98.131304, 25.51025 ], [ 98.163949, 25.524292 ], [ 98.189818, 25.569108 ], [ 98.170724, 25.620383 ], [ 98.247717, 25.607971 ], [ 98.314854, 25.543193 ], [ 98.326557, 25.566409 ], [ 98.402317, 25.593939 ], [ 98.409709, 25.664084 ], [ 98.457752, 25.682963 ], [ 98.461448, 25.735267 ], [ 98.476846, 25.77731 ], [ 98.529201, 25.840884 ], [ 98.553839, 25.845731 ], [ 98.640686, 25.798864 ], [ 98.677642, 25.816105 ], [ 98.705976, 25.855426 ], [ 98.686881, 25.925955 ], [ 98.637606, 25.971696 ], [ 98.614201, 25.968468 ], [ 98.602498, 26.054523 ], [ 98.575396, 26.118485 ], [ 98.632679, 26.145887 ], [ 98.656084, 26.139977 ], [ 98.661012, 26.087852 ], [ 98.720142, 26.127082 ], [ 98.712751, 26.156093 ], [ 98.735541, 26.185097 ], [ 98.713367, 26.231274 ], [ 98.672715, 26.239863 ], [ 98.681338, 26.308016 ], [ 98.733693, 26.350926 ], [ 98.750323, 26.424372 ], [ 98.741084, 26.432947 ], [ 98.757098, 26.491881 ], [ 98.753403, 26.559349 ], [ 98.773113, 26.578083 ], [ 98.781736, 26.620893 ], [ 98.762642, 26.660478 ], [ 98.770033, 26.690424 ], [ 98.746012, 26.696841 ], [ 98.762026, 26.798916 ], [ 98.730613, 26.851253 ], [ 98.757098, 26.877947 ], [ 98.732461, 27.002257 ], [ 98.762642, 27.018252 ], [ 98.765722, 27.05077 ], [ 98.712751, 27.075817 ], [ 98.713983, 27.139744 ], [ 98.696121, 27.211086 ], [ 98.723222, 27.221198 ], [ 98.717062, 27.271211 ], [ 98.734925, 27.287168 ], [ 98.741084, 27.330241 ], [ 98.706591, 27.362136 ], [ 98.702896, 27.412618 ], [ 98.686881, 27.425367 ], [ 98.704128, 27.463607 ], [ 98.685034, 27.484315 ], [ 98.706591, 27.553313 ], [ 98.662244, 27.586734 ], [ 98.650541, 27.567637 ], [ 98.583404, 27.571351 ], [ 98.587099, 27.587265 ], [ 98.554454, 27.646126 ], [ 98.53536, 27.620676 ], [ 98.474998, 27.634462 ], [ 98.444201, 27.665209 ], [ 98.430035, 27.653547 ], [ 98.429419, 27.549068 ], [ 98.388767, 27.515104 ], [ 98.337644, 27.508734 ], [ 98.317318, 27.51935 ], [ 98.310542, 27.583552 ], [ 98.283441, 27.654608 ], [ 98.234166, 27.690648 ], [ 98.215688, 27.810874 ], [ 98.169492, 27.851096 ], [ 98.205217, 27.889716 ], [ 98.187355, 27.939426 ], [ 98.143007, 27.948942 ], [ 98.133152, 27.990698 ], [ 98.160253, 28.101089 ], [ 98.139311, 28.142259 ], [ 98.17442, 28.163365 ], [ 98.169492, 28.206093 ], [ 98.21692, 28.212949 ], [ 98.266811, 28.242477 ], [ 98.231702, 28.314681 ], [ 98.207681, 28.330486 ], [ 98.208913, 28.358401 ], [ 98.301303, 28.384204 ], [ 98.317934, 28.324691 ], [ 98.353042, 28.293078 ], [ 98.37768, 28.246167 ], [ 98.370289, 28.18394 ], [ 98.389999, 28.16442 ], [ 98.389383, 28.114814 ], [ 98.428803, 28.104785 ], [ 98.464527, 28.151229 ], [ 98.494092, 28.141203 ], [ 98.559382, 28.182885 ], [ 98.625903, 28.165475 ], [ 98.649925, 28.200291 ], [ 98.712135, 28.229296 ], [ 98.710287, 28.288862 ], [ 98.746628, 28.321003 ], [ 98.740468, 28.348395 ], [ 98.693041, 28.43158 ], [ 98.673947, 28.478934 ], [ 98.625903, 28.489455 ], [ 98.619128, 28.50944 ], [ 98.637606, 28.552029 ], [ 98.594491, 28.667615 ], [ 98.666555, 28.712239 ], [ 98.683802, 28.740054 ], [ 98.652389, 28.817162 ], [ 98.668403, 28.843376 ], [ 98.643766, 28.895261 ], [ 98.6567, 28.910454 ], [ 98.624056, 28.95864 ], [ 98.655469, 28.976966 ], [ 98.70228, 28.9644 ], [ 98.757714, 29.004186 ], [ 98.786048, 28.998952 ], [ 98.821772, 28.920931 ], [ 98.827932, 28.821356 ], [ 98.852569, 28.798283 ], [ 98.912931, 28.800906 ], [ 98.922786, 28.823978 ], [ 98.972677, 28.832367 ], [ 98.973909, 28.864867 ], [ 98.917859, 28.886877 ], [ 98.925866, 28.978536 ], [ 99.013329, 29.036632 ], [ 98.991771, 29.105677 ], [ 98.967134, 29.128159 ], [ 98.960974, 29.165792 ], [ 98.9813, 29.204978 ], [ 99.024416, 29.188783 ], [ 99.037351, 29.20759 ], [ 99.113727, 29.221171 ], [ 99.105104, 29.162656 ], [ 99.118039, 29.100971 ], [ 99.113727, 29.07273 ], [ 99.132206, 28.94869 ], [ 99.123582, 28.890021 ], [ 99.103872, 28.841803 ], [ 99.114343, 28.765763 ], [ 99.134053, 28.734806 ], [ 99.126662, 28.698066 ], [ 99.147604, 28.640831 ], [ 99.183944, 28.58882 ], [ 99.170394, 28.566221 ], [ 99.191952, 28.494714 ], [ 99.187024, 28.44 ], [ 99.16485, 28.425264 ], [ 99.200575, 28.365774 ], [ 99.229524, 28.350502 ], [ 99.237531, 28.317842 ], [ 99.28927, 28.286227 ], [ 99.306516, 28.227714 ], [ 99.374886, 28.18183 ], [ 99.412458, 28.295186 ], [ 99.392748, 28.318369 ], [ 99.437095, 28.398419 ], [ 99.404451, 28.44421 ], [ 99.426625, 28.454207 ], [ 99.396444, 28.491032 ], [ 99.403219, 28.546246 ], [ 99.463581, 28.549401 ], [ 99.466045, 28.579886 ], [ 99.504233, 28.619294 ], [ 99.540573, 28.623497 ], [ 99.53195, 28.677591 ], [ 99.553508, 28.710664 ], [ 99.614486, 28.740054 ], [ 99.609559, 28.784122 ], [ 99.625573, 28.81454 ], [ 99.676696, 28.810345 ], [ 99.717964, 28.846521 ], [ 99.722275, 28.757369 ], [ 99.755536, 28.701216 ], [ 99.79434, 28.699116 ], [ 99.834992, 28.660788 ], [ 99.834376, 28.628225 ], [ 99.873181, 28.631902 ], [ 99.875644, 28.611939 ], [ 99.91876, 28.599329 ], [ 99.985281, 28.529422 ], [ 99.990209, 28.47683 ], [ 100.073977, 28.426317 ], [ 100.057346, 28.368934 ], [ 100.136803, 28.349975 ], [ 100.176223, 28.325218 ], [ 100.147274, 28.288862 ], [ 100.188541, 28.252493 ], [ 100.153433, 28.208202 ], [ 100.102926, 28.201873 ], [ 100.091223, 28.181302 ], [ 100.062274, 28.193962 ], [ 100.033325, 28.184467 ], [ 100.021006, 28.147008 ], [ 100.05673, 28.097922 ], [ 100.088759, 28.029269 ], [ 100.120788, 28.018703 ], [ 100.196549, 27.936254 ], [ 100.170063, 27.907699 ], [ 100.210715, 27.87702 ], [ 100.30865, 27.861149 ], [ 100.30865, 27.830457 ], [ 100.28586, 27.80611 ], [ 100.304954, 27.788639 ], [ 100.311729, 27.724028 ], [ 100.327744, 27.72032 ], [ 100.350534, 27.755809 ], [ 100.412127, 27.816167 ], [ 100.442924, 27.86644 ], [ 100.504518, 27.852154 ], [ 100.511294, 27.827811 ], [ 100.54517, 27.809286 ], [ 100.609228, 27.859033 ], [ 100.634482, 27.915631 ], [ 100.681293, 27.923035 ], [ 100.719481, 27.858503 ], [ 100.707162, 27.800816 ], [ 100.757053, 27.770107 ], [ 100.775532, 27.743098 ], [ 100.782307, 27.691708 ], [ 100.848212, 27.672099 ], [ 100.827886, 27.615904 ], [ 100.854988, 27.623858 ], [ 100.91227, 27.521473 ], [ 100.901183, 27.453517 ], [ 100.936908, 27.469448 ], [ 100.95169, 27.426961 ], [ 101.021907, 27.332899 ], [ 101.026219, 27.270679 ], [ 101.042233, 27.22173 ], [ 101.071798, 27.194585 ], [ 101.119226, 27.208957 ], [ 101.167885, 27.198311 ], [ 101.167885, 27.198311 ], [ 101.170349, 27.175421 ], [ 101.145095, 27.103523 ], [ 101.157414, 27.094999 ], [ 101.136472, 27.023584 ], [ 101.228863, 26.981992 ], [ 101.227015, 26.959057 ], [ 101.264587, 26.955323 ], [ 101.267667, 26.903034 ], [ 101.311399, 26.903034 ], [ 101.365602, 26.883819 ], [ 101.399478, 26.841642 ], [ 101.358826, 26.771669 ], [ 101.387159, 26.753501 ], [ 101.389623, 26.723036 ], [ 101.435819, 26.740675 ], [ 101.458608, 26.731054 ], [ 101.445674, 26.77434 ], [ 101.466, 26.786629 ], [ 101.513427, 26.768463 ], [ 101.453065, 26.692563 ], [ 101.481398, 26.673313 ], [ 101.461072, 26.640687 ], [ 101.461688, 26.606447 ], [ 101.402558, 26.604841 ], [ 101.395783, 26.591998 ], [ 101.422884, 26.53151 ], [ 101.458608, 26.49563 ], [ 101.506652, 26.499915 ], [ 101.530057, 26.467239 ], [ 101.565782, 26.454381 ], [ 101.637847, 26.388995 ], [ 101.635383, 26.357361 ], [ 101.660636, 26.346635 ], [ 101.64031, 26.318745 ], [ 101.597195, 26.303187 ], [ 101.586108, 26.279579 ], [ 101.630455, 26.224832 ], [ 101.690202, 26.241473 ], [ 101.737013, 26.219463 ], [ 101.773353, 26.168448 ], [ 101.807846, 26.156093 ], [ 101.796759, 26.114723 ], [ 101.839875, 26.082477 ], [ 101.835563, 26.04592 ], [ 101.857737, 26.049146 ], [ 101.899621, 26.099139 ], [ 101.929186, 26.105588 ], [ 101.954439, 26.084627 ], [ 102.020961, 26.096451 ], [ 102.080091, 26.065275 ], [ 102.107808, 26.068501 ], [ 102.152156, 26.10935 ], [ 102.174946, 26.146961 ], [ 102.242699, 26.190468 ], [ 102.245163, 26.212483 ], [ 102.349257, 26.244694 ], [ 102.392372, 26.296749 ], [ 102.440416, 26.300505 ], [ 102.542046, 26.338591 ], [ 102.570995, 26.362723 ], [ 102.629509, 26.336982 ], [ 102.638748, 26.307479 ], [ 102.60056, 26.250598 ], [ 102.659074, 26.221611 ], [ 102.709581, 26.210336 ], [ 102.739762, 26.268846 ], [ 102.785342, 26.298895 ], [ 102.833385, 26.306406 ], [ 102.878964, 26.364332 ], [ 102.893131, 26.338591 ], [ 102.975667, 26.340736 ], [ 102.998457, 26.371839 ], [ 102.988602, 26.413117 ], [ 102.989833, 26.482775 ], [ 103.030485, 26.485989 ], [ 103.052659, 26.514374 ], [ 103.052659, 26.555602 ], [ 103.035413, 26.556673 ], [ 103.026174, 26.664221 ], [ 103.005232, 26.679195 ], [ 103.008312, 26.710741 ], [ 102.983674, 26.76686 ], [ 102.991681, 26.775409 ], [ 102.966428, 26.837904 ], [ 102.949181, 26.843244 ], [ 102.896211, 26.91264 ], [ 102.894979, 27.001724 ], [ 102.870957, 27.026782 ], [ 102.913457, 27.133886 ], [ 102.904218, 27.227584 ], [ 102.883276, 27.258444 ], [ 102.883892, 27.299401 ], [ 102.899906, 27.317481 ], [ 102.941174, 27.405711 ], [ 102.989833, 27.367983 ], [ 103.055739, 27.40943 ], [ 103.080992, 27.396679 ], [ 103.141355, 27.420586 ], [ 103.144434, 27.450331 ], [ 103.19063, 27.523596 ], [ 103.232514, 27.56976 ], [ 103.2861, 27.561802 ], [ 103.29226, 27.632872 ], [ 103.349542, 27.678459 ], [ 103.369868, 27.708664 ], [ 103.393274, 27.709194 ], [ 103.461027, 27.779638 ], [ 103.487512, 27.794992 ], [ 103.509686, 27.843687 ], [ 103.502295, 27.910343 ], [ 103.55465, 27.978543 ], [ 103.515846, 27.965329 ], [ 103.486281, 28.033495 ], [ 103.459179, 28.021345 ], [ 103.430846, 28.044587 ], [ 103.470266, 28.122204 ], [ 103.533092, 28.168641 ], [ 103.573128, 28.230877 ], [ 103.643961, 28.260401 ], [ 103.692004, 28.232459 ], [ 103.701859, 28.198709 ], [ 103.740048, 28.23615 ], [ 103.770845, 28.233514 ], [ 103.828743, 28.285173 ], [ 103.877402, 28.316262 ], [ 103.85338, 28.356822 ], [ 103.860156, 28.383677 ], [ 103.828743, 28.44 ], [ 103.829975, 28.459995 ], [ 103.781931, 28.525216 ], [ 103.802873, 28.563068 ], [ 103.838598, 28.587244 ], [ 103.833054, 28.605109 ], [ 103.850917, 28.66709 ], [ 103.887873, 28.61982 ], [ 103.910047, 28.631377 ], [ 103.953779, 28.600906 ], [ 104.05972, 28.6277 ], [ 104.09606, 28.603533 ], [ 104.117618, 28.634003 ], [ 104.170589, 28.642932 ], [ 104.230951, 28.635579 ], [ 104.252509, 28.660788 ], [ 104.277147, 28.631902 ], [ 104.314719, 28.615617 ], [ 104.372617, 28.649235 ], [ 104.425588, 28.626649 ], [ 104.417581, 28.598279 ], [ 104.375697, 28.5946 ], [ 104.355987, 28.555183 ], [ 104.323342, 28.540989 ], [ 104.260516, 28.536257 ], [ 104.267908, 28.499448 ], [ 104.254357, 28.403683 ], [ 104.282074, 28.343128 ], [ 104.314103, 28.306778 ], [ 104.343052, 28.334173 ], [ 104.384936, 28.329959 ], [ 104.392943, 28.291497 ], [ 104.420045, 28.269889 ], [ 104.44961, 28.269889 ], [ 104.462544, 28.241422 ], [ 104.442834, 28.211366 ], [ 104.402182, 28.202928 ], [ 104.406494, 28.173389 ], [ 104.444682, 28.16231 ], [ 104.448994, 28.113758 ], [ 104.40095, 28.091586 ], [ 104.373233, 28.051454 ], [ 104.304248, 28.050926 ], [ 104.30856, 28.036136 ], [ 104.362762, 28.012891 ], [ 104.40095, 27.952114 ], [ 104.44961, 27.927794 ], [ 104.508124, 27.878078 ], [ 104.52537, 27.889187 ], [ 104.573413, 27.840512 ], [ 104.607906, 27.857974 ], [ 104.63316, 27.850567 ], [ 104.676275, 27.880723 ], [ 104.743413, 27.901881 ], [ 104.761891, 27.884426 ], [ 104.796999, 27.901352 ], [ 104.842579, 27.900294 ], [ 104.888158, 27.914574 ], [ 104.918339, 27.938897 ], [ 104.903557, 27.962158 ], [ 104.975006, 28.020816 ], [ 104.980549, 28.063073 ], [ 105.002107, 28.064129 ], [ 105.061853, 28.096866 ], [ 105.119752, 28.07205 ], [ 105.168411, 28.071522 ], [ 105.186889, 28.054623 ], [ 105.167795, 28.021345 ], [ 105.186273, 27.995454 ], [ 105.218302, 27.990698 ], [ 105.247867, 28.009193 ], [ 105.270657, 27.99704 ], [ 105.284823, 27.935725 ], [ 105.233084, 27.895534 ], [ 105.25957, 27.827811 ], [ 105.313157, 27.810874 ], [ 105.273736, 27.794992 ], [ 105.293447, 27.770637 ], [ 105.290367, 27.712373 ], [ 105.308229, 27.704955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "540000", "name": "西藏自治区", "center": [ 91.132212, 29.660361 ], "centroid": [ 88.388277, 31.56375 ], "childrenNum": 7, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 25, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 89.711414, 36.093272 ], [ 89.688624, 36.091337 ], [ 89.605472, 36.038123 ], [ 89.474893, 36.022151 ], [ 89.417611, 36.044897 ], [ 89.404676, 36.016827 ], [ 89.434857, 35.992136 ], [ 89.428082, 35.917531 ], [ 89.489676, 35.903475 ], [ 89.554965, 35.873414 ], [ 89.550654, 35.856924 ], [ 89.62395, 35.859349 ], [ 89.654747, 35.848193 ], [ 89.707718, 35.849163 ], [ 89.778551, 35.861775 ], [ 89.801957, 35.848193 ], [ 89.767464, 35.799183 ], [ 89.782863, 35.773453 ], [ 89.747138, 35.7516 ], [ 89.748986, 35.66267 ], [ 89.726196, 35.648082 ], [ 89.765616, 35.599922 ], [ 89.75145, 35.580942 ], [ 89.71203, 35.581915 ], [ 89.699711, 35.544916 ], [ 89.720037, 35.501566 ], [ 89.740979, 35.507412 ], [ 89.765, 35.482563 ], [ 89.739131, 35.468429 ], [ 89.685544, 35.416259 ], [ 89.658443, 35.425526 ], [ 89.619639, 35.412357 ], [ 89.58761, 35.383575 ], [ 89.497067, 35.361128 ], [ 89.516161, 35.330862 ], [ 89.494603, 35.298632 ], [ 89.531559, 35.276161 ], [ 89.48598, 35.256616 ], [ 89.450255, 35.223867 ], [ 89.46935, 35.214577 ], [ 89.519241, 35.133862 ], [ 89.579603, 35.118688 ], [ 89.593153, 35.104491 ], [ 89.59069, 35.057965 ], [ 89.560509, 34.938836 ], [ 89.578987, 34.895162 ], [ 89.670146, 34.887798 ], [ 89.707102, 34.919701 ], [ 89.747138, 34.903506 ], [ 89.78779, 34.921664 ], [ 89.821051, 34.902033 ], [ 89.814891, 34.86816 ], [ 89.838913, 34.865705 ], [ 89.867862, 34.81069 ], [ 89.825978, 34.796931 ], [ 89.799493, 34.743838 ], [ 89.732356, 34.732035 ], [ 89.72558, 34.660689 ], [ 89.74837, 34.641981 ], [ 89.798877, 34.628686 ], [ 89.777935, 34.574499 ], [ 89.814891, 34.548871 ], [ 89.823515, 34.455657 ], [ 89.819819, 34.420614 ], [ 89.799493, 34.39642 ], [ 89.820435, 34.369255 ], [ 89.858623, 34.359375 ], [ 89.86663, 34.324785 ], [ 89.825362, 34.293642 ], [ 89.838297, 34.263477 ], [ 89.816739, 34.16945 ], [ 89.789638, 34.150632 ], [ 89.760073, 34.152613 ], [ 89.756993, 34.124874 ], [ 89.71203, 34.131809 ], [ 89.655979, 34.097126 ], [ 89.656595, 34.057966 ], [ 89.635037, 34.049537 ], [ 89.684928, 33.990013 ], [ 89.688008, 33.959739 ], [ 89.718805, 33.946832 ], [ 89.73174, 33.921509 ], [ 89.795181, 33.865374 ], [ 89.837065, 33.868853 ], [ 89.899891, 33.80771 ], [ 89.942391, 33.801246 ], [ 89.902355, 33.758467 ], [ 89.907282, 33.741051 ], [ 89.983659, 33.725622 ], [ 89.981195, 33.70322 ], [ 90.008296, 33.687785 ], [ 89.984275, 33.612061 ], [ 90.01076, 33.553728 ], [ 90.083441, 33.525295 ], [ 90.088984, 33.478885 ], [ 90.107463, 33.460913 ], [ 90.22018, 33.437943 ], [ 90.246665, 33.423959 ], [ 90.332896, 33.310501 ], [ 90.363077, 33.279487 ], [ 90.405577, 33.260473 ], [ 90.490577, 33.264977 ], [ 90.562642, 33.229441 ], [ 90.627315, 33.180368 ], [ 90.704308, 33.135778 ], [ 90.740032, 33.142293 ], [ 90.803474, 33.114227 ], [ 90.88293, 33.120241 ], [ 90.902024, 33.083143 ], [ 90.927894, 33.120241 ], [ 91.001807, 33.11573 ], [ 91.037531, 33.098686 ], [ 91.072024, 33.113224 ], [ 91.147784, 33.07211 ], [ 91.161335, 33.108712 ], [ 91.18782, 33.106206 ], [ 91.226624, 33.141792 ], [ 91.261733, 33.141291 ], [ 91.311624, 33.108211 ], [ 91.370138, 33.100691 ], [ 91.436044, 33.066092 ], [ 91.49579, 33.109214 ], [ 91.535826, 33.10019 ], [ 91.55492, 33.060074 ], [ 91.583253, 33.0375 ], [ 91.664557, 33.012913 ], [ 91.685499, 32.989324 ], [ 91.752637, 32.969242 ], [ 91.799448, 32.942126 ], [ 91.839484, 32.948152 ], [ 91.857962, 32.90244 ], [ 91.896766, 32.907967 ], [ 91.955897, 32.8205 ], [ 92.018722, 32.829552 ], [ 92.038432, 32.860725 ], [ 92.101874, 32.860222 ], [ 92.145606, 32.885857 ], [ 92.205352, 32.866255 ], [ 92.227526, 32.821003 ], [ 92.193649, 32.801889 ], [ 92.211511, 32.788306 ], [ 92.198577, 32.754591 ], [ 92.255243, 32.720863 ], [ 92.310062, 32.751571 ], [ 92.343938, 32.738484 ], [ 92.355641, 32.764657 ], [ 92.411076, 32.748048 ], [ 92.459119, 32.76365 ], [ 92.484372, 32.745028 ], [ 92.56814, 32.73194 ], [ 92.574916, 32.741001 ], [ 92.634662, 32.720863 ], [ 92.667922, 32.73194 ], [ 92.686401, 32.76516 ], [ 92.756618, 32.743014 ], [ 92.789262, 32.719856 ], [ 92.822523, 32.729926 ], [ 92.866871, 32.698203 ], [ 92.933392, 32.719353 ], [ 92.964189, 32.714821 ], [ 93.00053, 32.741001 ], [ 93.019624, 32.737477 ], [ 93.023935, 32.703239 ], [ 93.069515, 32.626156 ], [ 93.087993, 32.63674 ], [ 93.159442, 32.644803 ], [ 93.176688, 32.6705 ], [ 93.210565, 32.655385 ], [ 93.239514, 32.662439 ], [ 93.260456, 32.62666 ], [ 93.300492, 32.619604 ], [ 93.308499, 32.580278 ], [ 93.33868, 32.5712 ], [ 93.385492, 32.525294 ], [ 93.411977, 32.558086 ], [ 93.4631, 32.556069 ], [ 93.476651, 32.504603 ], [ 93.501904, 32.503593 ], [ 93.516687, 32.47583 ], [ 93.618933, 32.522771 ], [ 93.651577, 32.571705 ], [ 93.721795, 32.578261 ], [ 93.75136, 32.56313 ], [ 93.820345, 32.549511 ], [ 93.851142, 32.50965 ], [ 93.861613, 32.466237 ], [ 93.90904, 32.463207 ], [ 93.960163, 32.484917 ], [ 93.978641, 32.459672 ], [ 94.03038, 32.448057 ], [ 94.049474, 32.469771 ], [ 94.091974, 32.463207 ], [ 94.137554, 32.433915 ], [ 94.176974, 32.454117 ], [ 94.196684, 32.51621 ], [ 94.250886, 32.51722 ], [ 94.292154, 32.502584 ], [ 94.294002, 32.519743 ], [ 94.350053, 32.533871 ], [ 94.371611, 32.524789 ], [ 94.395016, 32.594397 ], [ 94.435052, 32.562626 ], [ 94.463386, 32.572209 ], [ 94.459074, 32.599439 ], [ 94.522516, 32.595909 ], [ 94.591501, 32.640772 ], [ 94.614291, 32.673522 ], [ 94.638312, 32.645307 ], [ 94.737479, 32.587338 ], [ 94.762116, 32.526303 ], [ 94.78737, 32.522266 ], [ 94.80708, 32.486431 ], [ 94.852043, 32.463712 ], [ 94.889616, 32.472295 ], [ 94.912405, 32.41573 ], [ 94.944434, 32.404109 ], [ 94.988166, 32.422802 ], [ 95.057151, 32.395014 ], [ 95.075013, 32.376315 ], [ 95.075013, 32.376315 ], [ 95.081789, 32.384907 ], [ 95.153853, 32.386423 ], [ 95.218527, 32.397035 ], [ 95.228382, 32.363678 ], [ 95.261643, 32.348006 ], [ 95.193274, 32.332331 ], [ 95.096571, 32.322217 ], [ 95.079325, 32.279726 ], [ 95.10581, 32.258979 ], [ 95.20744, 32.297433 ], [ 95.214216, 32.321712 ], [ 95.241317, 32.3207 ], [ 95.239469, 32.287315 ], [ 95.270266, 32.194683 ], [ 95.270266, 32.194683 ], [ 95.31523, 32.148585 ], [ 95.366968, 32.151118 ], [ 95.367584, 32.178982 ], [ 95.406389, 32.182021 ], [ 95.440265, 32.157705 ], [ 95.454432, 32.061898 ], [ 95.421171, 32.033999 ], [ 95.454432, 32.007613 ], [ 95.395918, 32.001523 ], [ 95.360809, 31.95939 ], [ 95.3682, 31.92892 ], [ 95.408852, 31.918761 ], [ 95.406389, 31.896915 ], [ 95.456896, 31.801853 ], [ 95.480301, 31.795749 ], [ 95.511714, 31.750468 ], [ 95.546823, 31.73978 ], [ 95.580083, 31.76726 ], [ 95.634286, 31.782523 ], [ 95.779648, 31.748941 ], [ 95.823995, 31.68225 ], [ 95.853561, 31.714329 ], [ 95.846169, 31.736218 ], [ 95.89914, 31.81711 ], [ 95.983524, 31.816601 ], [ 95.989067, 31.78761 ], [ 96.064828, 31.720438 ], [ 96.135661, 31.70211 ], [ 96.148595, 31.686324 ], [ 96.156603, 31.602769 ], [ 96.207726, 31.598691 ], [ 96.221892, 31.647613 ], [ 96.245298, 31.657802 ], [ 96.252073, 31.697527 ], [ 96.222508, 31.733164 ], [ 96.231131, 31.749959 ], [ 96.178161, 31.775401 ], [ 96.183088, 31.835924 ], [ 96.202798, 31.841008 ], [ 96.214501, 31.876589 ], [ 96.188632, 31.904028 ], [ 96.220044, 31.905553 ], [ 96.253305, 31.929936 ], [ 96.288414, 31.919777 ], [ 96.389428, 31.919777 ], [ 96.407906, 31.845583 ], [ 96.435623, 31.796258 ], [ 96.468884, 31.769804 ], [ 96.519391, 31.74945 ], [ 96.56805, 31.711783 ], [ 96.615477, 31.737236 ], [ 96.661057, 31.705674 ], [ 96.691854, 31.722474 ], [ 96.722651, 31.686833 ], [ 96.778701, 31.675629 ], [ 96.790404, 31.698545 ], [ 96.840295, 31.720438 ], [ 96.799027, 31.792188 ], [ 96.765767, 31.819144 ], [ 96.760223, 31.860325 ], [ 96.794716, 31.869474 ], [ 96.81073, 31.894375 ], [ 96.776238, 31.935015 ], [ 96.753448, 31.944156 ], [ 96.742977, 32.001016 ], [ 96.722651, 32.013195 ], [ 96.824281, 32.007613 ], [ 96.868629, 31.964975 ], [ 96.863085, 31.996448 ], [ 96.894498, 32.013703 ], [ 96.941925, 31.986297 ], [ 96.965947, 32.008628 ], [ 96.935766, 32.048203 ], [ 97.006599, 32.067984 ], [ 97.028773, 32.04871 ], [ 97.127323, 32.044145 ], [ 97.169823, 32.032984 ], [ 97.188301, 32.055304 ], [ 97.214786, 32.042623 ], [ 97.233881, 32.063927 ], [ 97.201852, 32.090296 ], [ 97.219714, 32.109054 ], [ 97.258518, 32.072041 ], [ 97.308409, 32.076605 ], [ 97.293011, 32.096887 ], [ 97.313953, 32.130342 ], [ 97.271453, 32.139971 ], [ 97.264062, 32.182527 ], [ 97.299786, 32.294904 ], [ 97.32196, 32.303503 ], [ 97.371235, 32.273148 ], [ 97.415583, 32.296421 ], [ 97.424822, 32.322723 ], [ 97.387865, 32.427349 ], [ 97.341054, 32.440987 ], [ 97.388481, 32.501575 ], [ 97.334895, 32.514192 ], [ 97.332431, 32.542448 ], [ 97.3583, 32.563635 ], [ 97.374315, 32.546484 ], [ 97.411887, 32.575235 ], [ 97.448843, 32.586833 ], [ 97.463626, 32.55506 ], [ 97.50243, 32.530844 ], [ 97.540618, 32.536899 ], [ 97.670582, 32.51722 ], [ 97.684132, 32.530339 ], [ 97.730944, 32.527312 ], [ 97.795617, 32.521257 ], [ 97.80732, 32.50006 ], [ 97.863986, 32.499051 ], [ 97.880001, 32.486431 ], [ 97.940363, 32.482393 ], [ 98.079565, 32.415224 ], [ 98.107283, 32.391476 ], [ 98.125145, 32.401077 ], [ 98.218768, 32.342444 ], [ 98.208913, 32.318171 ], [ 98.23047, 32.262521 ], [ 98.218768, 32.234683 ], [ 98.260035, 32.208862 ], [ 98.303151, 32.121726 ], [ 98.357354, 32.087253 ], [ 98.404781, 32.045159 ], [ 98.402933, 32.026896 ], [ 98.434962, 32.007613 ], [ 98.432498, 31.922825 ], [ 98.399238, 31.895899 ], [ 98.426339, 31.856767 ], [ 98.414636, 31.832365 ], [ 98.461448, 31.800327 ], [ 98.508875, 31.751995 ], [ 98.516882, 31.717383 ], [ 98.545831, 31.717383 ], [ 98.553839, 31.660349 ], [ 98.619128, 31.591555 ], [ 98.651157, 31.57881 ], [ 98.696736, 31.538523 ], [ 98.714599, 31.508935 ], [ 98.844562, 31.429817 ], [ 98.84333, 31.416028 ], [ 98.887062, 31.37465 ], [ 98.810685, 31.306668 ], [ 98.805758, 31.279052 ], [ 98.773113, 31.249382 ], [ 98.691809, 31.333253 ], [ 98.643766, 31.338876 ], [ 98.616048, 31.3036 ], [ 98.60373, 31.257568 ], [ 98.62344, 31.221238 ], [ 98.602498, 31.192062 ], [ 98.675179, 31.15417 ], [ 98.710287, 31.1178 ], [ 98.712135, 31.082954 ], [ 98.736772, 31.049121 ], [ 98.774961, 31.031174 ], [ 98.806374, 30.995783 ], [ 98.797135, 30.948575 ], [ 98.774345, 30.908019 ], [ 98.797135, 30.87926 ], [ 98.850105, 30.849465 ], [ 98.904924, 30.782649 ], [ 98.957895, 30.765166 ], [ 98.963438, 30.728134 ], [ 98.907388, 30.698292 ], [ 98.92217, 30.609225 ], [ 98.939417, 30.598923 ], [ 98.926482, 30.569556 ], [ 98.932025, 30.521623 ], [ 98.965286, 30.449937 ], [ 98.967134, 30.33482 ], [ 98.986844, 30.280569 ], [ 98.970829, 30.260928 ], [ 98.993003, 30.215429 ], [ 98.9813, 30.182843 ], [ 98.989308, 30.151799 ], [ 99.044742, 30.079842 ], [ 99.036735, 30.053945 ], [ 99.055213, 29.958587 ], [ 99.068148, 29.931621 ], [ 99.0238, 29.846009 ], [ 99.018873, 29.792009 ], [ 98.992387, 29.677163 ], [ 99.014561, 29.607464 ], [ 99.052133, 29.563748 ], [ 99.044742, 29.520013 ], [ 99.066916, 29.421018 ], [ 99.058909, 29.417368 ], [ 99.075539, 29.316186 ], [ 99.114343, 29.243628 ], [ 99.113727, 29.221171 ], [ 99.037351, 29.20759 ], [ 99.024416, 29.188783 ], [ 98.9813, 29.204978 ], [ 98.960974, 29.165792 ], [ 98.967134, 29.128159 ], [ 98.991771, 29.105677 ], [ 99.013329, 29.036632 ], [ 98.925866, 28.978536 ], [ 98.917859, 28.886877 ], [ 98.973909, 28.864867 ], [ 98.972677, 28.832367 ], [ 98.922786, 28.823978 ], [ 98.912931, 28.800906 ], [ 98.852569, 28.798283 ], [ 98.827932, 28.821356 ], [ 98.821772, 28.920931 ], [ 98.786048, 28.998952 ], [ 98.757714, 29.004186 ], [ 98.70228, 28.9644 ], [ 98.655469, 28.976966 ], [ 98.624056, 28.95864 ], [ 98.6567, 28.910454 ], [ 98.643766, 28.895261 ], [ 98.668403, 28.843376 ], [ 98.652389, 28.817162 ], [ 98.683802, 28.740054 ], [ 98.666555, 28.712239 ], [ 98.594491, 28.667615 ], [ 98.637606, 28.552029 ], [ 98.619128, 28.50944 ], [ 98.625903, 28.489455 ], [ 98.673947, 28.478934 ], [ 98.693041, 28.43158 ], [ 98.740468, 28.348395 ], [ 98.746628, 28.321003 ], [ 98.710287, 28.288862 ], [ 98.712135, 28.229296 ], [ 98.649925, 28.200291 ], [ 98.625903, 28.165475 ], [ 98.559382, 28.182885 ], [ 98.494092, 28.141203 ], [ 98.464527, 28.151229 ], [ 98.428803, 28.104785 ], [ 98.389383, 28.114814 ], [ 98.389999, 28.16442 ], [ 98.370289, 28.18394 ], [ 98.37768, 28.246167 ], [ 98.353042, 28.293078 ], [ 98.317934, 28.324691 ], [ 98.301303, 28.384204 ], [ 98.208913, 28.358401 ], [ 98.207681, 28.330486 ], [ 98.231702, 28.314681 ], [ 98.266811, 28.242477 ], [ 98.21692, 28.212949 ], [ 98.169492, 28.206093 ], [ 98.17442, 28.163365 ], [ 98.139311, 28.142259 ], [ 98.097427, 28.166531 ], [ 98.090036, 28.195544 ], [ 98.056775, 28.202401 ], [ 98.03337, 28.187105 ], [ 98.008116, 28.214003 ], [ 98.020435, 28.253548 ], [ 97.907718, 28.363141 ], [ 97.871378, 28.361561 ], [ 97.842429, 28.326798 ], [ 97.801161, 28.326798 ], [ 97.769748, 28.3742 ], [ 97.738335, 28.396313 ], [ 97.737103, 28.465782 ], [ 97.68598, 28.519958 ], [ 97.634857, 28.532051 ], [ 97.60406, 28.515225 ], [ 97.569567, 28.541515 ], [ 97.521524, 28.495766 ], [ 97.507974, 28.46473 ], [ 97.521524, 28.444736 ], [ 97.499966, 28.428948 ], [ 97.485184, 28.38631 ], [ 97.488879, 28.347341 ], [ 97.518445, 28.327852 ], [ 97.469169, 28.30309 ], [ 97.461162, 28.26778 ], [ 97.422358, 28.297293 ], [ 97.402032, 28.279903 ], [ 97.398336, 28.238786 ], [ 97.349677, 28.235623 ], [ 97.362612, 28.199236 ], [ 97.352757, 28.149646 ], [ 97.326887, 28.132759 ], [ 97.340438, 28.104785 ], [ 97.305945, 28.071522 ], [ 97.320728, 28.054095 ], [ 97.375547, 28.062545 ], [ 97.378626, 28.031382 ], [ 97.413119, 28.01342 ], [ 97.379242, 27.970087 ], [ 97.372467, 27.907699 ], [ 97.386634, 27.882839 ], [ 97.324424, 27.880723 ], [ 97.303482, 27.913516 ], [ 97.253591, 27.891832 ], [ 97.167975, 27.811932 ], [ 97.103301, 27.780697 ], [ 97.097758, 27.740979 ], [ 97.062649, 27.742568 ], [ 97.049099, 27.81405 ], [ 97.008447, 27.807698 ], [ 96.972722, 27.861149 ], [ 96.908049, 27.884426 ], [ 96.849534, 27.874375 ], [ 96.810114, 27.890245 ], [ 96.784245, 27.931495 ], [ 96.711564, 27.9574 ], [ 96.690622, 27.948942 ], [ 96.635188, 27.994926 ], [ 96.623485, 28.024514 ], [ 96.538485, 28.075218 ], [ 96.499681, 28.067297 ], [ 96.46334, 28.143314 ], [ 96.426384, 28.161782 ], [ 96.395587, 28.143842 ], [ 96.398667, 28.118509 ], [ 96.367254, 28.118509 ], [ 96.298269, 28.140148 ], [ 96.275479, 28.228241 ], [ 96.194175, 28.212949 ], [ 96.098088, 28.212421 ], [ 96.074683, 28.193434 ], [ 95.989067, 28.198181 ], [ 95.936096, 28.240368 ], [ 95.907763, 28.241422 ], [ 95.899756, 28.278322 ], [ 95.874502, 28.29782 ], [ 95.832003, 28.295186 ], [ 95.787655, 28.270416 ], [ 95.740228, 28.275159 ], [ 95.674322, 28.254075 ], [ 95.528345, 28.182885 ], [ 95.437802, 28.161782 ], [ 95.39715, 28.142259 ], [ 95.371896, 28.110063 ], [ 95.352802, 28.04089 ], [ 95.32878, 28.017646 ], [ 95.28628, 27.939955 ], [ 95.067006, 27.840512 ], [ 95.015267, 27.82887 ], [ 94.947514, 27.792345 ], [ 94.88592, 27.743098 ], [ 94.836645, 27.728796 ], [ 94.78121, 27.699127 ], [ 94.722696, 27.683759 ], [ 94.660486, 27.650367 ], [ 94.524979, 27.596282 ], [ 94.478168, 27.602116 ], [ 94.443675, 27.585143 ], [ 94.399944, 27.589386 ], [ 94.353132, 27.578778 ], [ 94.277372, 27.58143 ], [ 94.220705, 27.536333 ], [ 94.147409, 27.458297 ], [ 94.056866, 27.375423 ], [ 93.970634, 27.30525 ], [ 93.849294, 27.168499 ], [ 93.841903, 27.045973 ], [ 93.817265, 27.025183 ], [ 93.747048, 27.015587 ], [ 93.625092, 26.955323 ], [ 93.56781, 26.938252 ], [ 93.232739, 26.906769 ], [ 93.111399, 26.880082 ], [ 93.050421, 26.883819 ], [ 92.909371, 26.914241 ], [ 92.802813, 26.895028 ], [ 92.682089, 26.947855 ], [ 92.64698, 26.952656 ], [ 92.549046, 26.941453 ], [ 92.496691, 26.921711 ], [ 92.404916, 26.9025 ], [ 92.28604, 26.892359 ], [ 92.197961, 26.86994 ], [ 92.109265, 26.854991 ], [ 92.124664, 26.960124 ], [ 92.076005, 27.041175 ], [ 92.043976, 27.052902 ], [ 92.02673, 27.108318 ], [ 92.032273, 27.167967 ], [ 92.061222, 27.190327 ], [ 92.071077, 27.237694 ], [ 92.091403, 27.264296 ], [ 92.125896, 27.273339 ], [ 92.064918, 27.391365 ], [ 92.021802, 27.444489 ], [ 92.010715, 27.474758 ], [ 91.946657, 27.464138 ], [ 91.839484, 27.489624 ], [ 91.753868, 27.462545 ], [ 91.71876, 27.467324 ], [ 91.663325, 27.507142 ], [ 91.626985, 27.509265 ], [ 91.585101, 27.540578 ], [ 91.564775, 27.58196 ], [ 91.582637, 27.598933 ], [ 91.562311, 27.627569 ], [ 91.570934, 27.650897 ], [ 91.622673, 27.692238 ], [ 91.642383, 27.7664 ], [ 91.610355, 27.819343 ], [ 91.544449, 27.820401 ], [ 91.561079, 27.855329 ], [ 91.618978, 27.856916 ], [ 91.611586, 27.891303 ], [ 91.552456, 27.90717 ], [ 91.486551, 27.937311 ], [ 91.490246, 27.971672 ], [ 91.464993, 28.002852 ], [ 91.309776, 28.057791 ], [ 91.251878, 27.970615 ], [ 91.216153, 27.989113 ], [ 91.162567, 27.968501 ], [ 91.147784, 27.927794 ], [ 91.155175, 27.894476 ], [ 91.113292, 27.846333 ], [ 91.025828, 27.857445 ], [ 90.96485, 27.900294 ], [ 90.976553, 27.935725 ], [ 90.96177, 27.9537 ], [ 90.896481, 27.946299 ], [ 90.853365, 27.969029 ], [ 90.806554, 28.015005 ], [ 90.802242, 28.040362 ], [ 90.741264, 28.053038 ], [ 90.701844, 28.076274 ], [ 90.591591, 28.021345 ], [ 90.569417, 28.044059 ], [ 90.513983, 28.062016 ], [ 90.47949, 28.044587 ], [ 90.43699, 28.063073 ], [ 90.384019, 28.06096 ], [ 90.367389, 28.088946 ], [ 90.297172, 28.153868 ], [ 90.231882, 28.144897 ], [ 90.189999, 28.161782 ], [ 90.166593, 28.187632 ], [ 90.124709, 28.190797 ], [ 90.103151, 28.141731 ], [ 90.07297, 28.155451 ], [ 90.03355, 28.136981 ], [ 90.017536, 28.162837 ], [ 89.976268, 28.189215 ], [ 89.901739, 28.18183 ], [ 89.869094, 28.221386 ], [ 89.789638, 28.240895 ], [ 89.779167, 28.197127 ], [ 89.720037, 28.170224 ], [ 89.605472, 28.161782 ], [ 89.541414, 28.088418 ], [ 89.511233, 28.086307 ], [ 89.461958, 28.03191 ], [ 89.44348, 27.968501 ], [ 89.375727, 27.875962 ], [ 89.295655, 27.84845 ], [ 89.238988, 27.796581 ], [ 89.184786, 27.673689 ], [ 89.131815, 27.633402 ], [ 89.128735, 27.611131 ], [ 89.163228, 27.574534 ], [ 89.109025, 27.537925 ], [ 89.095474, 27.471572 ], [ 89.132431, 27.441302 ], [ 89.182938, 27.373829 ], [ 89.152757, 27.319076 ], [ 89.077612, 27.287168 ], [ 89.067757, 27.240354 ], [ 88.984605, 27.208957 ], [ 88.942105, 27.261636 ], [ 88.911924, 27.272807 ], [ 88.920548, 27.325456 ], [ 88.901453, 27.327583 ], [ 88.867577, 27.3818 ], [ 88.838012, 27.37808 ], [ 88.809063, 27.405711 ], [ 88.783193, 27.467324 ], [ 88.797976, 27.521473 ], [ 88.770874, 27.563924 ], [ 88.813374, 27.606889 ], [ 88.816454, 27.641354 ], [ 88.852178, 27.671039 ], [ 88.850331, 27.710783 ], [ 88.870657, 27.743098 ], [ 88.863265, 27.811932 ], [ 88.888519, 27.846863 ], [ 88.864497, 27.921448 ], [ 88.846635, 27.921448 ], [ 88.842939, 28.006023 ], [ 88.812142, 28.018175 ], [ 88.764099, 28.068353 ], [ 88.67602, 28.068353 ], [ 88.645223, 28.111119 ], [ 88.620585, 28.091586 ], [ 88.565151, 28.083139 ], [ 88.554064, 28.027684 ], [ 88.498013, 28.04089 ], [ 88.469064, 28.009721 ], [ 88.43334, 28.002852 ], [ 88.401311, 27.976958 ], [ 88.357579, 27.986471 ], [ 88.254101, 27.939426 ], [ 88.242398, 27.967444 ], [ 88.203594, 27.943127 ], [ 88.156783, 27.957929 ], [ 88.120442, 27.915103 ], [ 88.137689, 27.878607 ], [ 88.111819, 27.864852 ], [ 88.090877, 27.885484 ], [ 88.037291, 27.901881 ], [ 87.982472, 27.884426 ], [ 87.930733, 27.909285 ], [ 87.826639, 27.927794 ], [ 87.782292, 27.890774 ], [ 87.77798, 27.860091 ], [ 87.727473, 27.802933 ], [ 87.668343, 27.809815 ], [ 87.670191, 27.832045 ], [ 87.598126, 27.814579 ], [ 87.58088, 27.859562 ], [ 87.45954, 27.820931 ], [ 87.418272, 27.825694 ], [ 87.421967, 27.856916 ], [ 87.364069, 27.824106 ], [ 87.317258, 27.826753 ], [ 87.280917, 27.845275 ], [ 87.249504, 27.839454 ], [ 87.227946, 27.812991 ], [ 87.173744, 27.818284 ], [ 87.118309, 27.840512 ], [ 87.080737, 27.910872 ], [ 87.035157, 27.946299 ], [ 86.935375, 27.955286 ], [ 86.926752, 27.985942 ], [ 86.885484, 27.995983 ], [ 86.864542, 28.022401 ], [ 86.827586, 28.012363 ], [ 86.756753, 28.032967 ], [ 86.768456, 28.06941 ], [ 86.74813, 28.089474 ], [ 86.700086, 28.101617 ], [ 86.662514, 28.092114 ], [ 86.647732, 28.06941 ], [ 86.611391, 28.069938 ], [ 86.60092, 28.097922 ], [ 86.568891, 28.103201 ], [ 86.55842, 28.047757 ], [ 86.537478, 28.044587 ], [ 86.513457, 27.996511 ], [ 86.514689, 27.954757 ], [ 86.475884, 27.944713 ], [ 86.450015, 27.908757 ], [ 86.414906, 27.904526 ], [ 86.393349, 27.926736 ], [ 86.308965, 27.950528 ], [ 86.27324, 27.976958 ], [ 86.231972, 27.974315 ], [ 86.206103, 28.084195 ], [ 86.223965, 28.092642 ], [ 86.19132, 28.167058 ], [ 86.140198, 28.114814 ], [ 86.128495, 28.086835 ], [ 86.086611, 28.090002 ], [ 86.082915, 28.018175 ], [ 86.125415, 27.923035 ], [ 86.053966, 27.900823 ], [ 86.002227, 27.90717 ], [ 85.949256, 27.937311 ], [ 85.980053, 27.984357 ], [ 85.901213, 28.053566 ], [ 85.898749, 28.101617 ], [ 85.871648, 28.124843 ], [ 85.854402, 28.172334 ], [ 85.791576, 28.195544 ], [ 85.753388, 28.227714 ], [ 85.720743, 28.372093 ], [ 85.682555, 28.375779 ], [ 85.650526, 28.283592 ], [ 85.601251, 28.254075 ], [ 85.602483, 28.295712 ], [ 85.520563, 28.326798 ], [ 85.458969, 28.332593 ], [ 85.415853, 28.321003 ], [ 85.379512, 28.274105 ], [ 85.349947, 28.298347 ], [ 85.272339, 28.282538 ], [ 85.209513, 28.338914 ], [ 85.179948, 28.324164 ], [ 85.113427, 28.344708 ], [ 85.129441, 28.377885 ], [ 85.108499, 28.461047 ], [ 85.160238, 28.49261 ], [ 85.189803, 28.544669 ], [ 85.18426, 28.587244 ], [ 85.195963, 28.624022 ], [ 85.155926, 28.643983 ], [ 85.126361, 28.676016 ], [ 85.05676, 28.674441 ], [ 84.995782, 28.611414 ], [ 84.981616, 28.586193 ], [ 84.896616, 28.587244 ], [ 84.857196, 28.567798 ], [ 84.773428, 28.610363 ], [ 84.698284, 28.633478 ], [ 84.699515, 28.671816 ], [ 84.669334, 28.680742 ], [ 84.650856, 28.714338 ], [ 84.620059, 28.732182 ], [ 84.557233, 28.74635 ], [ 84.483321, 28.735331 ], [ 84.445133, 28.764189 ], [ 84.434046, 28.823978 ], [ 84.404481, 28.828173 ], [ 84.408176, 28.85386 ], [ 84.340423, 28.866963 ], [ 84.330568, 28.859101 ], [ 84.268358, 28.895261 ], [ 84.234481, 28.889497 ], [ 84.228322, 28.949738 ], [ 84.248648, 29.030353 ], [ 84.224626, 29.049189 ], [ 84.194445, 29.045004 ], [ 84.192597, 29.084236 ], [ 84.20738, 29.118749 ], [ 84.176583, 29.133909 ], [ 84.17104, 29.19453 ], [ 84.197525, 29.210202 ], [ 84.203068, 29.239972 ], [ 84.130388, 29.239972 ], [ 84.116837, 29.286438 ], [ 84.052163, 29.296877 ], [ 84.002272, 29.291658 ], [ 83.986874, 29.325057 ], [ 83.949301, 29.312533 ], [ 83.911729, 29.323491 ], [ 83.851367, 29.294789 ], [ 83.82057, 29.294267 ], [ 83.800244, 29.249372 ], [ 83.727563, 29.244672 ], [ 83.667201, 29.200277 ], [ 83.656114, 29.16736 ], [ 83.596368, 29.174153 ], [ 83.57789, 29.203934 ], [ 83.548941, 29.201322 ], [ 83.492274, 29.280174 ], [ 83.463941, 29.285916 ], [ 83.450391, 29.332883 ], [ 83.423289, 29.361053 ], [ 83.415898, 29.420496 ], [ 83.383253, 29.42206 ], [ 83.325355, 29.502826 ], [ 83.27608, 29.505951 ], [ 83.266841, 29.571035 ], [ 83.217565, 29.60018 ], [ 83.164595, 29.595496 ], [ 83.159667, 29.61735 ], [ 83.12887, 29.623593 ], [ 83.088834, 29.604863 ], [ 83.011226, 29.667804 ], [ 82.966878, 29.658963 ], [ 82.9484, 29.704718 ], [ 82.885574, 29.689122 ], [ 82.830756, 29.687562 ], [ 82.816589, 29.717192 ], [ 82.774089, 29.726548 ], [ 82.757459, 29.761881 ], [ 82.691553, 29.766037 ], [ 82.737749, 29.80655 ], [ 82.703872, 29.847566 ], [ 82.6238, 29.834588 ], [ 82.64351, 29.868846 ], [ 82.609017, 29.886489 ], [ 82.560974, 29.955476 ], [ 82.498148, 29.947698 ], [ 82.474743, 29.973622 ], [ 82.431011, 29.989692 ], [ 82.412533, 30.011978 ], [ 82.368185, 30.014051 ], [ 82.333693, 30.045138 ], [ 82.311519, 30.035813 ], [ 82.246845, 30.071555 ], [ 82.17786, 30.06793 ], [ 82.183403, 30.12178 ], [ 82.207425, 30.143519 ], [ 82.188947, 30.18543 ], [ 82.142135, 30.200948 ], [ 82.114418, 30.226806 ], [ 82.11873, 30.279019 ], [ 82.132896, 30.30434 ], [ 82.104563, 30.346182 ], [ 82.060215, 30.332237 ], [ 82.022027, 30.339468 ], [ 81.99123, 30.322939 ], [ 81.954274, 30.355995 ], [ 81.939491, 30.344633 ], [ 81.872354, 30.373035 ], [ 81.759021, 30.385426 ], [ 81.723913, 30.407623 ], [ 81.63029, 30.446842 ], [ 81.613044, 30.412784 ], [ 81.566232, 30.428782 ], [ 81.555761, 30.369421 ], [ 81.494783, 30.381296 ], [ 81.454131, 30.412268 ], [ 81.418407, 30.420525 ], [ 81.406704, 30.40401 ], [ 81.432573, 30.379231 ], [ 81.406088, 30.369421 ], [ 81.399929, 30.319323 ], [ 81.427646, 30.305373 ], [ 81.406088, 30.291938 ], [ 81.419023, 30.270232 ], [ 81.397465, 30.240767 ], [ 81.393769, 30.199396 ], [ 81.335871, 30.149729 ], [ 81.269349, 30.153351 ], [ 81.293371, 30.094859 ], [ 81.2829, 30.061197 ], [ 81.247792, 30.032705 ], [ 81.256415, 30.011978 ], [ 81.225618, 30.005759 ], [ 81.131995, 30.016124 ], [ 81.09627, 30.052909 ], [ 81.110437, 30.085538 ], [ 81.085799, 30.100554 ], [ 81.082104, 30.151281 ], [ 81.038372, 30.205086 ], [ 81.034677, 30.246971 ], [ 80.996488, 30.267648 ], [ 80.933662, 30.266614 ], [ 80.910873, 30.30279 ], [ 80.81725, 30.321389 ], [ 80.719316, 30.414848 ], [ 80.692214, 30.416913 ], [ 80.633084, 30.458707 ], [ 80.585041, 30.463866 ], [ 80.549316, 30.448905 ], [ 80.504969, 30.483466 ], [ 80.446454, 30.495327 ], [ 80.43044, 30.515952 ], [ 80.357759, 30.520592 ], [ 80.322035, 30.564403 ], [ 80.261673, 30.566465 ], [ 80.214245, 30.586044 ], [ 80.143412, 30.55822 ], [ 80.04363, 30.603559 ], [ 80.014065, 30.661748 ], [ 79.970333, 30.685941 ], [ 79.955551, 30.738422 ], [ 79.961094, 30.771337 ], [ 79.900732, 30.7991 ], [ 79.913051, 30.833022 ], [ 79.890877, 30.855116 ], [ 79.835443, 30.851006 ], [ 79.75845, 30.936769 ], [ 79.729501, 30.941389 ], [ 79.668523, 30.980392 ], [ 79.660516, 30.956787 ], [ 79.59769, 30.925989 ], [ 79.550879, 30.957813 ], [ 79.505915, 31.027584 ], [ 79.427075, 31.018353 ], [ 79.424611, 31.061425 ], [ 79.404901, 31.071678 ], [ 79.35809, 31.031174 ], [ 79.316206, 31.01784 ], [ 79.33222, 30.969103 ], [ 79.227511, 30.949088 ], [ 79.205953, 31.0004 ], [ 79.181931, 31.015788 ], [ 79.096931, 30.992192 ], [ 79.059359, 31.028097 ], [ 79.010084, 31.043994 ], [ 78.97436, 31.115751 ], [ 78.997765, 31.158779 ], [ 78.930628, 31.220726 ], [ 78.923852, 31.246824 ], [ 78.884432, 31.277006 ], [ 78.865338, 31.312804 ], [ 78.859179, 31.289281 ], [ 78.795121, 31.301043 ], [ 78.755085, 31.355742 ], [ 78.760013, 31.392531 ], [ 78.792041, 31.435944 ], [ 78.755701, 31.478316 ], [ 78.729832, 31.478316 ], [ 78.740303, 31.532912 ], [ 78.779723, 31.545154 ], [ 78.833925, 31.584927 ], [ 78.845628, 31.609905 ], [ 78.806824, 31.64099 ], [ 78.798817, 31.675629 ], [ 78.763092, 31.668499 ], [ 78.706426, 31.778453 ], [ 78.654687, 31.819144 ], [ 78.665158, 31.851684 ], [ 78.739687, 31.885228 ], [ 78.768636, 31.92638 ], [ 78.762476, 31.947203 ], [ 78.705194, 31.988835 ], [ 78.60726, 32.023851 ], [ 78.609107, 32.052768 ], [ 78.527188, 32.11463 ], [ 78.509941, 32.147065 ], [ 78.469905, 32.127808 ], [ 78.429869, 32.194683 ], [ 78.430485, 32.212407 ], [ 78.475449, 32.236708 ], [ 78.508709, 32.297939 ], [ 78.480992, 32.329297 ], [ 78.483456, 32.357106 ], [ 78.458818, 32.379853 ], [ 78.472985, 32.435431 ], [ 78.426174, 32.502584 ], [ 78.395377, 32.530339 ], [ 78.424942, 32.565652 ], [ 78.500086, 32.580782 ], [ 78.518564, 32.605993 ], [ 78.577695, 32.615067 ], [ 78.588782, 32.637748 ], [ 78.628202, 32.630188 ], [ 78.675013, 32.658408 ], [ 78.6861, 32.680071 ], [ 78.741534, 32.703743 ], [ 78.74215, 32.654881 ], [ 78.781571, 32.608009 ], [ 78.760629, 32.563635 ], [ 78.782186, 32.480373 ], [ 78.81052, 32.436441 ], [ 78.87273, 32.40512 ], [ 78.904142, 32.374798 ], [ 78.970664, 32.331826 ], [ 79.005772, 32.375304 ], [ 79.067982, 32.380863 ], [ 79.103091, 32.369744 ], [ 79.124649, 32.416235 ], [ 79.135736, 32.472295 ], [ 79.180083, 32.492994 ], [ 79.190554, 32.511669 ], [ 79.252148, 32.516715 ], [ 79.272474, 32.561113 ], [ 79.308199, 32.596918 ], [ 79.299575, 32.637244 ], [ 79.27309, 32.678056 ], [ 79.301423, 32.728919 ], [ 79.275554, 32.778746 ], [ 79.225047, 32.784281 ], [ 79.237982, 32.846145 ], [ 79.227511, 32.89038 ], [ 79.255844, 32.942628 ], [ 79.204721, 32.964724 ], [ 79.162837, 33.01191 ], [ 79.139431, 33.117735 ], [ 79.162221, 33.165841 ], [ 79.152366, 33.184375 ], [ 79.10925, 33.200401 ], [ 79.072294, 33.22844 ], [ 79.083997, 33.245459 ], [ 79.041497, 33.268479 ], [ 79.022403, 33.323504 ], [ 78.9682, 33.334505 ], [ 78.949722, 33.376495 ], [ 78.896751, 33.41247 ], [ 78.84994, 33.419963 ], [ 78.816679, 33.480882 ], [ 78.74215, 33.55323 ], [ 78.755085, 33.623025 ], [ 78.713201, 33.623025 ], [ 78.684868, 33.654415 ], [ 78.692259, 33.676331 ], [ 78.779723, 33.73259 ], [ 78.758165, 33.790802 ], [ 78.766172, 33.823124 ], [ 78.756317, 33.8773 ], [ 78.762476, 33.90959 ], [ 78.734143, 33.918529 ], [ 78.744614, 33.980585 ], [ 78.736607, 33.999937 ], [ 78.656535, 34.030196 ], [ 78.661462, 34.086718 ], [ 78.737223, 34.089692 ], [ 78.801897, 34.137258 ], [ 78.828998, 34.125369 ], [ 78.878273, 34.163012 ], [ 78.910302, 34.143202 ], [ 78.9257, 34.155584 ], [ 78.941099, 34.212022 ], [ 78.958345, 34.230827 ], [ 78.981751, 34.31836 ], [ 79.019939, 34.313417 ], [ 79.039649, 34.33467 ], [ 79.048888, 34.348506 ], [ 79.0107, 34.399877 ], [ 79.039033, 34.421601 ], [ 79.072294, 34.412714 ], [ 79.161605, 34.441345 ], [ 79.179467, 34.422588 ], [ 79.241677, 34.415183 ], [ 79.274322, 34.435916 ], [ 79.326677, 34.44332 ], [ 79.363017, 34.428018 ], [ 79.435082, 34.447761 ], [ 79.504683, 34.45467 ], [ 79.545335, 34.476381 ], [ 79.58106, 34.456151 ], [ 79.675914, 34.451216 ], [ 79.699936, 34.477861 ], [ 79.735661, 34.471447 ], [ 79.801566, 34.478847 ], [ 79.861312, 34.528166 ], [ 79.84345, 34.55725 ], [ 79.88595, 34.642965 ], [ 79.866856, 34.671517 ], [ 79.906892, 34.683821 ], [ 79.898268, 34.732035 ], [ 79.947544, 34.821008 ], [ 79.926602, 34.849499 ], [ 79.961094, 34.862759 ], [ 79.996819, 34.856375 ], [ 80.003594, 34.895162 ], [ 80.034391, 34.902033 ], [ 80.041782, 34.943252 ], [ 80.02392, 34.971209 ], [ 80.04363, 35.022196 ], [ 80.031311, 35.034447 ], [ 80.078123, 35.076578 ], [ 80.118159, 35.066293 ], [ 80.23026, 35.147565 ], [ 80.223484, 35.177409 ], [ 80.257977, 35.203331 ], [ 80.362687, 35.20871 ], [ 80.267832, 35.295701 ], [ 80.286926, 35.35283 ], [ 80.321419, 35.38699 ], [ 80.375006, 35.387966 ], [ 80.432904, 35.449418 ], [ 80.444607, 35.417235 ], [ 80.514824, 35.391869 ], [ 80.532686, 35.404553 ], [ 80.56841, 35.391381 ], [ 80.599823, 35.409431 ], [ 80.65649, 35.393821 ], [ 80.690982, 35.364544 ], [ 80.689135, 35.339162 ], [ 80.759968, 35.334768 ], [ 80.844351, 35.345508 ], [ 80.894242, 35.324027 ], [ 80.924423, 35.330862 ], [ 80.963844, 35.310842 ], [ 81.026053, 35.31133 ], [ 81.002648, 35.334768 ], [ 81.030981, 35.337209 ], [ 81.031597, 35.380648 ], [ 81.054387, 35.402602 ], [ 81.09935, 35.40748 ], [ 81.103662, 35.386015 ], [ 81.142466, 35.365032 ], [ 81.191741, 35.36552 ], [ 81.219458, 35.319144 ], [ 81.26627, 35.322562 ], [ 81.285364, 35.345508 ], [ 81.314313, 35.337209 ], [ 81.363588, 35.354783 ], [ 81.385762, 35.335256 ], [ 81.441196, 35.333303 ], [ 81.447972, 35.318167 ], [ 81.504638, 35.279092 ], [ 81.513261, 35.23511 ], [ 81.68634, 35.235599 ], [ 81.736847, 35.26248 ], [ 81.804601, 35.270786 ], [ 81.853876, 35.25857 ], [ 81.927789, 35.271275 ], [ 81.955506, 35.307423 ], [ 81.99123, 35.30547 ], [ 82.030034, 35.321585 ], [ 82.05344, 35.35039 ], [ 82.029419, 35.426013 ], [ 82.034346, 35.451855 ], [ 82.071302, 35.450393 ], [ 82.086701, 35.467454 ], [ 82.164925, 35.495719 ], [ 82.189563, 35.513258 ], [ 82.234526, 35.520565 ], [ 82.263475, 35.547837 ], [ 82.2992, 35.544916 ], [ 82.328149, 35.559523 ], [ 82.350323, 35.611113 ], [ 82.336156, 35.651486 ], [ 82.392823, 35.656349 ], [ 82.424852, 35.712736 ], [ 82.468583, 35.717595 ], [ 82.501844, 35.701073 ], [ 82.546192, 35.708362 ], [ 82.628727, 35.692324 ], [ 82.652133, 35.67288 ], [ 82.731589, 35.637868 ], [ 82.780249, 35.666073 ], [ 82.795031, 35.688436 ], [ 82.873871, 35.688922 ], [ 82.894813, 35.673852 ], [ 82.967494, 35.667532 ], [ 82.956407, 35.636409 ], [ 82.981661, 35.599922 ], [ 82.971806, 35.548324 ], [ 82.998907, 35.484512 ], [ 83.067892, 35.46258 ], [ 83.088834, 35.425526 ], [ 83.127022, 35.398699 ], [ 83.178145, 35.38943 ], [ 83.251442, 35.417722 ], [ 83.280391, 35.401138 ], [ 83.333978, 35.397236 ], [ 83.405427, 35.380648 ], [ 83.449159, 35.382111 ], [ 83.502745, 35.360639 ], [ 83.540318, 35.364056 ], [ 83.54155, 35.341603 ], [ 83.599448, 35.351366 ], [ 83.622238, 35.335256 ], [ 83.677672, 35.361128 ], [ 83.785462, 35.36308 ], [ 83.79778, 35.354783 ], [ 83.885244, 35.367472 ], [ 83.906186, 35.40309 ], [ 84.005968, 35.422599 ], [ 84.077417, 35.400163 ], [ 84.095895, 35.362592 ], [ 84.140859, 35.379184 ], [ 84.160569, 35.359663 ], [ 84.200605, 35.381135 ], [ 84.274517, 35.404065 ], [ 84.333032, 35.413821 ], [ 84.424191, 35.466479 ], [ 84.45314, 35.473303 ], [ 84.475929, 35.516181 ], [ 84.448828, 35.550272 ], [ 84.513502, 35.564391 ], [ 84.570168, 35.588242 ], [ 84.628067, 35.595055 ], [ 84.704443, 35.616951 ], [ 84.729081, 35.613546 ], [ 84.798066, 35.647595 ], [ 84.920022, 35.696213 ], [ 84.973608, 35.709334 ], [ 84.99455, 35.737028 ], [ 85.053065, 35.752086 ], [ 85.146071, 35.742371 ], [ 85.271107, 35.788989 ], [ 85.341324, 35.753543 ], [ 85.373969, 35.700101 ], [ 85.518715, 35.680658 ], [ 85.566142, 35.6403 ], [ 85.612953, 35.651486 ], [ 85.65299, 35.731199 ], [ 85.691178, 35.751114 ], [ 85.811286, 35.778794 ], [ 85.835308, 35.771996 ], [ 85.903677, 35.78462 ], [ 85.949256, 35.778794 ], [ 86.035488, 35.846738 ], [ 86.05335, 35.842857 ], [ 86.090306, 35.876809 ], [ 86.093386, 35.906868 ], [ 86.129111, 35.941761 ], [ 86.150668, 36.00424 ], [ 86.173458, 36.008113 ], [ 86.199944, 36.047801 ], [ 86.182081, 36.064734 ], [ 86.187625, 36.130983 ], [ 86.248603, 36.141616 ], [ 86.2794, 36.170608 ], [ 86.35824, 36.168676 ], [ 86.392733, 36.206834 ], [ 86.454943, 36.221319 ], [ 86.515305, 36.205385 ], [ 86.531935, 36.227113 ], [ 86.599072, 36.222285 ], [ 86.69947, 36.24449 ], [ 86.746282, 36.291777 ], [ 86.836209, 36.291294 ], [ 86.86331, 36.299977 ], [ 86.887332, 36.262829 ], [ 86.931064, 36.265242 ], [ 86.943998, 36.284058 ], [ 86.996353, 36.308658 ], [ 87.051788, 36.2966 ], [ 87.08628, 36.310587 ], [ 87.149106, 36.297565 ], [ 87.161425, 36.325535 ], [ 87.193454, 36.349158 ], [ 87.292004, 36.358797 ], [ 87.348055, 36.393008 ], [ 87.363453, 36.420463 ], [ 87.386859, 36.412757 ], [ 87.426895, 36.42576 ], [ 87.460155, 36.409868 ], [ 87.470626, 36.354459 ], [ 87.570409, 36.342409 ], [ 87.6203, 36.360243 ], [ 87.731785, 36.384818 ], [ 87.767509, 36.3747 ], [ 87.826023, 36.391563 ], [ 87.838342, 36.383855 ], [ 87.919646, 36.39349 ], [ 87.95845, 36.408423 ], [ 87.983088, 36.437797 ], [ 88.006494, 36.430575 ], [ 88.092109, 36.43539 ], [ 88.134609, 36.427205 ], [ 88.182652, 36.452721 ], [ 88.222688, 36.447426 ], [ 88.241782, 36.468605 ], [ 88.282434, 36.470049 ], [ 88.366202, 36.458016 ], [ 88.356963, 36.477268 ], [ 88.41055, 36.473418 ], [ 88.470912, 36.48208 ], [ 88.498629, 36.446463 ], [ 88.573158, 36.461386 ], [ 88.618121, 36.428168 ], [ 88.623665, 36.389636 ], [ 88.690186, 36.367954 ], [ 88.766563, 36.292259 ], [ 88.783809, 36.291777 ], [ 88.802903, 36.33807 ], [ 88.838628, 36.353496 ], [ 88.870657, 36.348193 ], [ 88.926091, 36.36458 ], [ 88.964279, 36.318785 ], [ 89.013554, 36.315409 ], [ 89.054822, 36.291777 ], [ 89.10225, 36.281164 ], [ 89.126887, 36.254626 ], [ 89.198952, 36.260417 ], [ 89.232213, 36.295636 ], [ 89.292575, 36.231457 ], [ 89.335075, 36.23725 ], [ 89.375727, 36.228078 ], [ 89.490291, 36.151281 ], [ 89.594385, 36.126632 ], [ 89.614711, 36.109712 ], [ 89.711414, 36.093272 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "610000", "name": "陕西省", "center": [ 108.948024, 34.263161 ], "centroid": [ 108.887304, 35.263625 ], "childrenNum": 10, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 26, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110.398352, 33.176862 ], [ 110.398352, 33.176862 ], [ 110.372482, 33.186379 ], [ 110.33799, 33.160331 ], [ 110.285635, 33.171352 ], [ 110.218497, 33.163336 ], [ 110.164911, 33.209415 ], [ 110.031252, 33.191888 ], [ 109.999223, 33.212419 ], [ 109.973353, 33.203907 ], [ 109.916687, 33.229942 ], [ 109.852013, 33.247961 ], [ 109.813209, 33.236449 ], [ 109.732521, 33.231443 ], [ 109.693101, 33.254468 ], [ 109.649985, 33.251465 ], [ 109.619804, 33.275484 ], [ 109.60687, 33.235949 ], [ 109.514479, 33.237951 ], [ 109.498464, 33.207412 ], [ 109.438718, 33.152314 ], [ 109.468283, 33.140288 ], [ 109.522486, 33.138785 ], [ 109.576073, 33.110216 ], [ 109.688174, 33.116733 ], [ 109.704188, 33.101694 ], [ 109.794731, 33.067095 ], [ 109.785492, 32.987316 ], [ 109.76455, 32.909474 ], [ 109.789804, 32.882339 ], [ 109.847702, 32.893395 ], [ 109.856941, 32.910479 ], [ 109.907448, 32.903947 ], [ 109.927158, 32.887364 ], [ 109.988752, 32.886359 ], [ 110.051578, 32.851676 ], [ 110.105164, 32.832569 ], [ 110.142121, 32.802895 ], [ 110.127338, 32.77774 ], [ 110.159367, 32.767173 ], [ 110.156903, 32.683093 ], [ 110.206179, 32.633212 ], [ 110.153824, 32.593388 ], [ 110.124259, 32.616579 ], [ 110.090382, 32.617083 ], [ 110.084223, 32.580782 ], [ 110.017701, 32.546989 ], [ 109.97089, 32.577756 ], [ 109.910528, 32.592884 ], [ 109.816905, 32.577252 ], [ 109.746072, 32.594901 ], [ 109.726978, 32.608513 ], [ 109.631507, 32.599943 ], [ 109.619804, 32.56767 ], [ 109.637051, 32.540935 ], [ 109.575457, 32.506622 ], [ 109.526797, 32.43341 ], [ 109.529877, 32.405625 ], [ 109.502776, 32.38895 ], [ 109.513247, 32.342444 ], [ 109.495385, 32.300468 ], [ 109.528645, 32.270112 ], [ 109.550203, 32.225065 ], [ 109.592703, 32.219495 ], [ 109.604406, 32.199241 ], [ 109.58716, 32.161251 ], [ 109.621652, 32.106519 ], [ 109.590855, 32.047696 ], [ 109.590855, 32.012688 ], [ 109.631507, 31.962436 ], [ 109.62042, 31.928412 ], [ 109.584696, 31.900472 ], [ 109.60379, 31.885737 ], [ 109.633971, 31.824738 ], [ 109.633971, 31.804396 ], [ 109.592087, 31.789136 ], [ 109.585928, 31.726546 ], [ 109.549587, 31.73011 ], [ 109.502776, 31.716365 ], [ 109.446109, 31.722983 ], [ 109.381436, 31.705165 ], [ 109.281654, 31.716874 ], [ 109.282885, 31.743343 ], [ 109.253936, 31.759628 ], [ 109.279806, 31.776418 ], [ 109.27611, 31.79931 ], [ 109.195422, 31.817618 ], [ 109.191111, 31.85575 ], [ 109.123357, 31.892851 ], [ 109.085785, 31.929428 ], [ 108.986619, 31.980205 ], [ 108.902235, 31.984774 ], [ 108.837561, 32.039072 ], [ 108.78767, 32.04871 ], [ 108.75133, 32.076098 ], [ 108.734084, 32.106519 ], [ 108.676801, 32.10297 ], [ 108.585026, 32.17189 ], [ 108.543758, 32.177969 ], [ 108.509882, 32.201266 ], [ 108.507418, 32.245819 ], [ 108.469846, 32.270618 ], [ 108.414411, 32.252399 ], [ 108.389773, 32.263533 ], [ 108.310933, 32.232152 ], [ 108.240716, 32.274666 ], [ 108.179738, 32.221521 ], [ 108.156948, 32.239239 ], [ 108.143398, 32.219495 ], [ 108.086731, 32.233165 ], [ 108.018362, 32.2119 ], [ 108.024521, 32.177462 ], [ 107.979558, 32.146051 ], [ 107.924739, 32.197215 ], [ 107.890247, 32.214432 ], [ 107.864377, 32.201266 ], [ 107.812022, 32.247844 ], [ 107.753508, 32.338399 ], [ 107.707929, 32.331826 ], [ 107.680827, 32.397035 ], [ 107.648183, 32.413709 ], [ 107.598291, 32.411688 ], [ 107.527458, 32.38238 ], [ 107.489886, 32.425328 ], [ 107.456625, 32.41775 ], [ 107.460937, 32.453612 ], [ 107.438763, 32.465732 ], [ 107.436299, 32.529835 ], [ 107.382097, 32.54043 ], [ 107.356843, 32.506622 ], [ 107.313727, 32.489965 ], [ 107.287858, 32.457147 ], [ 107.263836, 32.403099 ], [ 107.212097, 32.428864 ], [ 107.189924, 32.468256 ], [ 107.127098, 32.482393 ], [ 107.080286, 32.542448 ], [ 107.108004, 32.600951 ], [ 107.098765, 32.649338 ], [ 107.05996, 32.686115 ], [ 107.066736, 32.708779 ], [ 107.012533, 32.721367 ], [ 106.912751, 32.704247 ], [ 106.903512, 32.721367 ], [ 106.854853, 32.724388 ], [ 106.82344, 32.705254 ], [ 106.793259, 32.712807 ], [ 106.783404, 32.735967 ], [ 106.733513, 32.739491 ], [ 106.670071, 32.694678 ], [ 106.626955, 32.682086 ], [ 106.585687, 32.68813 ], [ 106.517934, 32.668485 ], [ 106.498224, 32.649338 ], [ 106.451412, 32.65992 ], [ 106.421231, 32.616579 ], [ 106.389203, 32.62666 ], [ 106.347935, 32.671003 ], [ 106.301123, 32.680071 ], [ 106.267863, 32.673522 ], [ 106.254928, 32.693671 ], [ 106.17424, 32.6977 ], [ 106.120037, 32.719856 ], [ 106.071378, 32.758114 ], [ 106.076305, 32.759121 ], [ 106.076921, 32.76365 ], [ 106.07261, 32.76365 ], [ 106.093552, 32.82402 ], [ 106.071378, 32.828546 ], [ 106.044277, 32.864747 ], [ 106.011632, 32.829552 ], [ 105.969132, 32.849162 ], [ 105.93156, 32.826032 ], [ 105.893371, 32.838603 ], [ 105.849024, 32.817985 ], [ 105.825002, 32.824523 ], [ 105.822538, 32.770192 ], [ 105.779423, 32.750061 ], [ 105.768952, 32.767676 ], [ 105.719061, 32.759624 ], [ 105.677793, 32.726402 ], [ 105.596489, 32.69921 ], [ 105.585402, 32.728919 ], [ 105.563844, 32.724891 ], [ 105.555221, 32.794343 ], [ 105.534279, 32.790822 ], [ 105.524424, 32.847654 ], [ 105.495475, 32.873292 ], [ 105.49917, 32.911986 ], [ 105.528119, 32.919019 ], [ 105.565692, 32.906962 ], [ 105.590329, 32.87681 ], [ 105.638373, 32.879323 ], [ 105.656851, 32.895405 ], [ 105.735691, 32.905454 ], [ 105.82685, 32.950663 ], [ 105.861959, 32.939112 ], [ 105.917393, 32.993841 ], [ 105.926632, 33.042517 ], [ 105.914929, 33.066092 ], [ 105.934639, 33.112221 ], [ 105.923552, 33.147805 ], [ 105.897067, 33.146803 ], [ 105.93156, 33.178365 ], [ 105.968516, 33.154318 ], [ 105.965436, 33.204407 ], [ 105.917393, 33.237951 ], [ 105.862574, 33.234447 ], [ 105.799133, 33.258471 ], [ 105.791741, 33.278486 ], [ 105.752937, 33.291994 ], [ 105.755401, 33.329004 ], [ 105.709822, 33.382991 ], [ 105.827466, 33.379993 ], [ 105.837937, 33.410971 ], [ 105.831162, 33.451926 ], [ 105.842248, 33.489866 ], [ 105.871198, 33.511325 ], [ 105.902611, 33.556222 ], [ 105.940183, 33.570684 ], [ 105.971596, 33.613058 ], [ 106.047356, 33.610067 ], [ 106.086776, 33.617045 ], [ 106.117573, 33.602591 ], [ 106.108334, 33.569686 ], [ 106.187174, 33.546746 ], [ 106.237681, 33.564201 ], [ 106.303587, 33.604585 ], [ 106.35163, 33.587137 ], [ 106.384891, 33.612061 ], [ 106.447101, 33.613058 ], [ 106.456956, 33.532779 ], [ 106.540108, 33.512822 ], [ 106.58076, 33.576169 ], [ 106.575832, 33.631497 ], [ 106.534564, 33.695254 ], [ 106.482825, 33.707203 ], [ 106.488369, 33.757969 ], [ 106.461883, 33.789807 ], [ 106.491448, 33.834559 ], [ 106.475434, 33.875809 ], [ 106.428007, 33.866368 ], [ 106.41076, 33.909093 ], [ 106.474202, 33.970659 ], [ 106.471738, 34.024244 ], [ 106.505615, 34.056479 ], [ 106.501919, 34.105055 ], [ 106.560434, 34.109514 ], [ 106.585071, 34.149641 ], [ 106.55797, 34.229837 ], [ 106.5321, 34.254079 ], [ 106.496376, 34.238248 ], [ 106.526557, 34.292159 ], [ 106.577064, 34.280786 ], [ 106.589383, 34.253584 ], [ 106.63373, 34.260014 ], [ 106.652825, 34.24369 ], [ 106.68239, 34.256057 ], [ 106.705179, 34.299575 ], [ 106.691013, 34.337635 ], [ 106.717498, 34.369255 ], [ 106.638042, 34.391481 ], [ 106.610941, 34.454177 ], [ 106.558586, 34.48822 ], [ 106.513622, 34.498085 ], [ 106.514238, 34.511894 ], [ 106.455108, 34.531617 ], [ 106.334384, 34.517811 ], [ 106.341159, 34.568093 ], [ 106.314058, 34.578934 ], [ 106.419384, 34.643458 ], [ 106.471122, 34.634102 ], [ 106.442173, 34.675455 ], [ 106.456956, 34.703996 ], [ 106.487137, 34.715311 ], [ 106.505615, 34.746789 ], [ 106.539492, 34.745805 ], [ 106.575216, 34.769897 ], [ 106.550579, 34.82936 ], [ 106.556122, 34.861285 ], [ 106.527789, 34.876507 ], [ 106.493296, 34.941289 ], [ 106.484673, 34.983959 ], [ 106.494528, 35.006021 ], [ 106.494528, 35.006021 ], [ 106.52163, 35.027587 ], [ 106.541956, 35.083925 ], [ 106.577064, 35.089312 ], [ 106.615252, 35.071191 ], [ 106.706411, 35.081966 ], [ 106.710723, 35.100574 ], [ 106.838222, 35.080007 ], [ 106.901664, 35.094698 ], [ 106.950323, 35.066782 ], [ 106.990975, 35.068252 ], [ 107.012533, 35.029547 ], [ 107.08275, 35.024156 ], [ 107.089526, 34.976604 ], [ 107.119707, 34.950119 ], [ 107.162206, 34.944233 ], [ 107.189308, 34.893198 ], [ 107.252749, 34.880925 ], [ 107.286626, 34.931968 ], [ 107.350068, 34.93393 ], [ 107.369162, 34.917738 ], [ 107.400575, 34.932949 ], [ 107.455394, 34.916757 ], [ 107.523763, 34.909886 ], [ 107.564415, 34.968757 ], [ 107.619849, 34.964834 ], [ 107.638943, 34.935402 ], [ 107.675284, 34.9511 ], [ 107.741805, 34.953553 ], [ 107.842203, 34.979056 ], [ 107.863145, 34.999158 ], [ 107.846515, 35.024646 ], [ 107.814486, 35.024646 ], [ 107.773218, 35.060904 ], [ 107.773218, 35.060904 ], [ 107.769523, 35.064333 ], [ 107.769523, 35.064333 ], [ 107.727639, 35.120157 ], [ 107.715936, 35.168114 ], [ 107.686371, 35.218 ], [ 107.652494, 35.244886 ], [ 107.667277, 35.257104 ], [ 107.737494, 35.267366 ], [ 107.745501, 35.311819 ], [ 107.841587, 35.276649 ], [ 107.867457, 35.256127 ], [ 107.960464, 35.263457 ], [ 107.949993, 35.245375 ], [ 108.049159, 35.253683 ], [ 108.094739, 35.280069 ], [ 108.174811, 35.304981 ], [ 108.221622, 35.296678 ], [ 108.239484, 35.256127 ], [ 108.296767, 35.267855 ], [ 108.345426, 35.300586 ], [ 108.36144, 35.279581 ], [ 108.48894, 35.275184 ], [ 108.547454, 35.304981 ], [ 108.583178, 35.294724 ], [ 108.614591, 35.328909 ], [ 108.61028, 35.355271 ], [ 108.631222, 35.418698 ], [ 108.605968, 35.503028 ], [ 108.625678, 35.537124 ], [ 108.618287, 35.557088 ], [ 108.539447, 35.605761 ], [ 108.517889, 35.699615 ], [ 108.533903, 35.746257 ], [ 108.527744, 35.82442 ], [ 108.499411, 35.872444 ], [ 108.518505, 35.905414 ], [ 108.562852, 35.921409 ], [ 108.593649, 35.950967 ], [ 108.652164, 35.94806 ], [ 108.659555, 35.990683 ], [ 108.688504, 36.021183 ], [ 108.682345, 36.062316 ], [ 108.712526, 36.138716 ], [ 108.646004, 36.254143 ], [ 108.641693, 36.359279 ], [ 108.651548, 36.384818 ], [ 108.618903, 36.433946 ], [ 108.562852, 36.43876 ], [ 108.510498, 36.47438 ], [ 108.514809, 36.445501 ], [ 108.495099, 36.422389 ], [ 108.460606, 36.422871 ], [ 108.408252, 36.45946 ], [ 108.391621, 36.505654 ], [ 108.365136, 36.519603 ], [ 108.340498, 36.559032 ], [ 108.262274, 36.549417 ], [ 108.245644, 36.571048 ], [ 108.210535, 36.577296 ], [ 108.204992, 36.606607 ], [ 108.204992, 36.606607 ], [ 108.222854, 36.631105 ], [ 108.1976, 36.630144 ], [ 108.163724, 36.563839 ], [ 108.092891, 36.587388 ], [ 108.079956, 36.614294 ], [ 108.060862, 36.592194 ], [ 108.001732, 36.639269 ], [ 108.02329, 36.647912 ], [ 108.006659, 36.683435 ], [ 107.938906, 36.655594 ], [ 107.940754, 36.694953 ], [ 107.914268, 36.720861 ], [ 107.907493, 36.750118 ], [ 107.866841, 36.766899 ], [ 107.768291, 36.792783 ], [ 107.742421, 36.811951 ], [ 107.722095, 36.802367 ], [ 107.670356, 36.83303 ], [ 107.642023, 36.819137 ], [ 107.5909, 36.836382 ], [ 107.540393, 36.828718 ], [ 107.533618, 36.867031 ], [ 107.478183, 36.908196 ], [ 107.365466, 36.905324 ], [ 107.336517, 36.925899 ], [ 107.310032, 36.912502 ], [ 107.291554, 36.979463 ], [ 107.291554, 36.979463 ], [ 107.288474, 37.008143 ], [ 107.288474, 37.008143 ], [ 107.28601, 37.054963 ], [ 107.268764, 37.099367 ], [ 107.281083, 37.127047 ], [ 107.306952, 37.100799 ], [ 107.334669, 37.138975 ], [ 107.336517, 37.165687 ], [ 107.317423, 37.200017 ], [ 107.270612, 37.229089 ], [ 107.309416, 37.239095 ], [ 107.273075, 37.29101 ], [ 107.257677, 37.337179 ], [ 107.282931, 37.437036 ], [ 107.284162, 37.481691 ], [ 107.345756, 37.518725 ], [ 107.369162, 37.58752 ], [ 107.330358, 37.584201 ], [ 107.311264, 37.609806 ], [ 107.361155, 37.613125 ], [ 107.422133, 37.665254 ], [ 107.389488, 37.671413 ], [ 107.387024, 37.691305 ], [ 107.425828, 37.684201 ], [ 107.484959, 37.706458 ], [ 107.499125, 37.765619 ], [ 107.57119, 37.776499 ], [ 107.599523, 37.791162 ], [ 107.620465, 37.776026 ], [ 107.646335, 37.805349 ], [ 107.659269, 37.844112 ], [ 107.65003, 37.86443 ], [ 107.684523, 37.888522 ], [ 107.732566, 37.84931 ], [ 107.842819, 37.828987 ], [ 107.884703, 37.808186 ], [ 107.982022, 37.787378 ], [ 107.993109, 37.735335 ], [ 108.025753, 37.696041 ], [ 108.012819, 37.66857 ], [ 108.025137, 37.649619 ], [ 108.055318, 37.652462 ], [ 108.134159, 37.622131 ], [ 108.193905, 37.638246 ], [ 108.205608, 37.655779 ], [ 108.24626, 37.665728 ], [ 108.293071, 37.656726 ], [ 108.301078, 37.640616 ], [ 108.422418, 37.648672 ], [ 108.485244, 37.678044 ], [ 108.532671, 37.690832 ], [ 108.628142, 37.651988 ], [ 108.699591, 37.669518 ], [ 108.720533, 37.683728 ], [ 108.777815, 37.683728 ], [ 108.791982, 37.700303 ], [ 108.784591, 37.764673 ], [ 108.799989, 37.784068 ], [ 108.791982, 37.872934 ], [ 108.798141, 37.93385 ], [ 108.82709, 37.989056 ], [ 108.797525, 38.04799 ], [ 108.830786, 38.049875 ], [ 108.883141, 38.01405 ], [ 108.893612, 37.978207 ], [ 108.93488, 37.922521 ], [ 108.9743, 37.931962 ], [ 108.982923, 37.964053 ], [ 109.018648, 37.971602 ], [ 109.037742, 38.021593 ], [ 109.06977, 38.023008 ], [ 109.050676, 38.055059 ], [ 109.069155, 38.091336 ], [ 108.964445, 38.154894 ], [ 108.938575, 38.207582 ], [ 108.976148, 38.245192 ], [ 108.961981, 38.26493 ], [ 109.007561, 38.359316 ], [ 109.051292, 38.385122 ], [ 109.054372, 38.433892 ], [ 109.128901, 38.480288 ], [ 109.175712, 38.518694 ], [ 109.196654, 38.552867 ], [ 109.276726, 38.623035 ], [ 109.331545, 38.597783 ], [ 109.367269, 38.627711 ], [ 109.329081, 38.66043 ], [ 109.338936, 38.701542 ], [ 109.404226, 38.720689 ], [ 109.444262, 38.782763 ], [ 109.511399, 38.833595 ], [ 109.549587, 38.805618 ], [ 109.624116, 38.85457 ], [ 109.672159, 38.928167 ], [ 109.685094, 38.968195 ], [ 109.665384, 38.981687 ], [ 109.72513, 39.018429 ], [ 109.762086, 39.057476 ], [ 109.793499, 39.074204 ], [ 109.851397, 39.122971 ], [ 109.890818, 39.103932 ], [ 109.92223, 39.107183 ], [ 109.893897, 39.141075 ], [ 109.961035, 39.191651 ], [ 109.871723, 39.243581 ], [ 109.90252, 39.271848 ], [ 109.962267, 39.212056 ], [ 110.041107, 39.21623 ], [ 110.109476, 39.249606 ], [ 110.217881, 39.281113 ], [ 110.184005, 39.355192 ], [ 110.161831, 39.387115 ], [ 110.136577, 39.39174 ], [ 110.12549, 39.432891 ], [ 110.152592, 39.45415 ], [ 110.243751, 39.423645 ], [ 110.257917, 39.407001 ], [ 110.385417, 39.310291 ], [ 110.429764, 39.341308 ], [ 110.434692, 39.381101 ], [ 110.482735, 39.360745 ], [ 110.524003, 39.382952 ], [ 110.559728, 39.351027 ], [ 110.566503, 39.320014 ], [ 110.596684, 39.282966 ], [ 110.626249, 39.266751 ], [ 110.702626, 39.273701 ], [ 110.731575, 39.30705 ], [ 110.73835, 39.348713 ], [ 110.782698, 39.38804 ], [ 110.869545, 39.494341 ], [ 110.891103, 39.509118 ], [ 110.958856, 39.519275 ], [ 111.017371, 39.552045 ], [ 111.101138, 39.559428 ], [ 111.136863, 39.587106 ], [ 111.154725, 39.569116 ], [ 111.148566, 39.531277 ], [ 111.10545, 39.497573 ], [ 111.10545, 39.472631 ], [ 111.058639, 39.447681 ], [ 111.064182, 39.400989 ], [ 111.098059, 39.401914 ], [ 111.087588, 39.376013 ], [ 111.125776, 39.366297 ], [ 111.159037, 39.362596 ], [ 111.155341, 39.338531 ], [ 111.186138, 39.35149 ], [ 111.179363, 39.326959 ], [ 111.202152, 39.305197 ], [ 111.247732, 39.302419 ], [ 111.213239, 39.257021 ], [ 111.219399, 39.244044 ], [ 111.163348, 39.152678 ], [ 111.173819, 39.135041 ], [ 111.147334, 39.100681 ], [ 111.138095, 39.064447 ], [ 111.094363, 39.030053 ], [ 111.038313, 39.020289 ], [ 110.998276, 38.998433 ], [ 110.980414, 38.970056 ], [ 111.009979, 38.932823 ], [ 111.016755, 38.889981 ], [ 110.995813, 38.868084 ], [ 111.009363, 38.847579 ], [ 110.965016, 38.755699 ], [ 110.915125, 38.704345 ], [ 110.916357, 38.673981 ], [ 110.880632, 38.626776 ], [ 110.898494, 38.587024 ], [ 110.920052, 38.581878 ], [ 110.907733, 38.521035 ], [ 110.870777, 38.510265 ], [ 110.874473, 38.453579 ], [ 110.840596, 38.439986 ], [ 110.796864, 38.453579 ], [ 110.77777, 38.440924 ], [ 110.746973, 38.366355 ], [ 110.701394, 38.353215 ], [ 110.661358, 38.308617 ], [ 110.601612, 38.308147 ], [ 110.57759, 38.297345 ], [ 110.565887, 38.215105 ], [ 110.528315, 38.211814 ], [ 110.509221, 38.192061 ], [ 110.519692, 38.130889 ], [ 110.501829, 38.097929 ], [ 110.507989, 38.013107 ], [ 110.528315, 37.990471 ], [ 110.522771, 37.955088 ], [ 110.59422, 37.922049 ], [ 110.680452, 37.790216 ], [ 110.735886, 37.77035 ], [ 110.750669, 37.736281 ], [ 110.716792, 37.728708 ], [ 110.706321, 37.705511 ], [ 110.775306, 37.680886 ], [ 110.793169, 37.650567 ], [ 110.763604, 37.639668 ], [ 110.771611, 37.594634 ], [ 110.795017, 37.558586 ], [ 110.770995, 37.538184 ], [ 110.759292, 37.474567 ], [ 110.740198, 37.44939 ], [ 110.644111, 37.435135 ], [ 110.630561, 37.372858 ], [ 110.641648, 37.360015 ], [ 110.695234, 37.34955 ], [ 110.678604, 37.317668 ], [ 110.690307, 37.287201 ], [ 110.660126, 37.281011 ], [ 110.651503, 37.256722 ], [ 110.590525, 37.187145 ], [ 110.53509, 37.138021 ], [ 110.535706, 37.115118 ], [ 110.49567, 37.086956 ], [ 110.460561, 37.044932 ], [ 110.417446, 37.027257 ], [ 110.426685, 37.008621 ], [ 110.382953, 37.022001 ], [ 110.381721, 37.002408 ], [ 110.424221, 36.963685 ], [ 110.408823, 36.892403 ], [ 110.376178, 36.882351 ], [ 110.424221, 36.855539 ], [ 110.406975, 36.824886 ], [ 110.423605, 36.818179 ], [ 110.407591, 36.776007 ], [ 110.447011, 36.737649 ], [ 110.438388, 36.685835 ], [ 110.402663, 36.697352 ], [ 110.394656, 36.676716 ], [ 110.426685, 36.657514 ], [ 110.447627, 36.621018 ], [ 110.496902, 36.582102 ], [ 110.488895, 36.556628 ], [ 110.503677, 36.488335 ], [ 110.47288, 36.453203 ], [ 110.489511, 36.430094 ], [ 110.487047, 36.393972 ], [ 110.459946, 36.327946 ], [ 110.474112, 36.306729 ], [ 110.474112, 36.248352 ], [ 110.45625, 36.22663 ], [ 110.447011, 36.164328 ], [ 110.467953, 36.074893 ], [ 110.491974, 36.034735 ], [ 110.49259, 35.994073 ], [ 110.516612, 35.971796 ], [ 110.502445, 35.947575 ], [ 110.516612, 35.918501 ], [ 110.511684, 35.879718 ], [ 110.549257, 35.877778 ], [ 110.550489, 35.838005 ], [ 110.571431, 35.800639 ], [ 110.57759, 35.701559 ], [ 110.609619, 35.632031 ], [ 110.567735, 35.539559 ], [ 110.531394, 35.511309 ], [ 110.477808, 35.413821 ], [ 110.45009, 35.327933 ], [ 110.374946, 35.251728 ], [ 110.369402, 35.158329 ], [ 110.325671, 35.014844 ], [ 110.272084, 34.942761 ], [ 110.257301, 34.934912 ], [ 110.259149, 34.884853 ], [ 110.233896, 34.83722 ], [ 110.232664, 34.80332 ], [ 110.259149, 34.737937 ], [ 110.231432, 34.701044 ], [ 110.23636, 34.670533 ], [ 110.29549, 34.610956 ], [ 110.379257, 34.600612 ], [ 110.366939, 34.566614 ], [ 110.404511, 34.557743 ], [ 110.372482, 34.544435 ], [ 110.360779, 34.516825 ], [ 110.403279, 34.433448 ], [ 110.403279, 34.433448 ], [ 110.473496, 34.393457 ], [ 110.503677, 34.33714 ], [ 110.451938, 34.292653 ], [ 110.428533, 34.288203 ], [ 110.43962, 34.243196 ], [ 110.507989, 34.217466 ], [ 110.55172, 34.213012 ], [ 110.55788, 34.193214 ], [ 110.621938, 34.177372 ], [ 110.642264, 34.161032 ], [ 110.61393, 34.113478 ], [ 110.591757, 34.101586 ], [ 110.587445, 34.023252 ], [ 110.620706, 34.035652 ], [ 110.671213, 33.966192 ], [ 110.665669, 33.937895 ], [ 110.627481, 33.925482 ], [ 110.628713, 33.910086 ], [ 110.587445, 33.887733 ], [ 110.612083, 33.852453 ], [ 110.66259, 33.85295 ], [ 110.712481, 33.833564 ], [ 110.74143, 33.798759 ], [ 110.782082, 33.796272 ], [ 110.81719, 33.751003 ], [ 110.831973, 33.713675 ], [ 110.823966, 33.685793 ], [ 110.878784, 33.634486 ], [ 110.966864, 33.609071 ], [ 111.00382, 33.578662 ], [ 111.002588, 33.535772 ], [ 111.02661, 33.478386 ], [ 111.021682, 33.476389 ], [ 111.021066, 33.471397 ], [ 111.02661, 33.467903 ], [ 110.996429, 33.435946 ], [ 111.025994, 33.375495 ], [ 111.025994, 33.330504 ], [ 110.984726, 33.255469 ], [ 110.960704, 33.253967 ], [ 110.9219, 33.203907 ], [ 110.865234, 33.213921 ], [ 110.828893, 33.201403 ], [ 110.824582, 33.158327 ], [ 110.753133, 33.15031 ], [ 110.702626, 33.097182 ], [ 110.650887, 33.157324 ], [ 110.623785, 33.143796 ], [ 110.59422, 33.168346 ], [ 110.57759, 33.250464 ], [ 110.54125, 33.255469 ], [ 110.471032, 33.171352 ], [ 110.398352, 33.176862 ] ] ], [ [ [ 111.02661, 33.478386 ], [ 111.02661, 33.467903 ], [ 111.021066, 33.471397 ], [ 111.021682, 33.476389 ], [ 111.02661, 33.478386 ] ] ], [ [ [ 106.076921, 32.76365 ], [ 106.076305, 32.759121 ], [ 106.071378, 32.758114 ], [ 106.07261, 32.76365 ], [ 106.076921, 32.76365 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "620000", "name": "甘肃省", "center": [ 103.823557, 36.058039 ], "childrenNum": 14, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 27, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.506231, 35.737514 ], [ 106.566593, 35.738971 ], [ 106.595542, 35.727312 ], [ 106.620796, 35.743829 ], [ 106.633115, 35.714679 ], [ 106.66268, 35.70739 ], [ 106.674998, 35.728284 ], [ 106.750759, 35.689408 ], [ 106.750759, 35.725369 ], [ 106.806193, 35.70982 ], [ 106.819128, 35.7448 ], [ 106.867171, 35.738485 ], [ 106.868403, 35.771996 ], [ 106.897353, 35.759856 ], [ 106.927534, 35.810346 ], [ 106.849925, 35.887476 ], [ 106.912751, 35.93207 ], [ 106.940468, 35.931101 ], [ 106.93862, 35.952905 ], [ 106.90228, 35.943699 ], [ 106.94786, 35.988262 ], [ 106.928149, 36.011502 ], [ 106.940468, 36.064734 ], [ 106.957715, 36.091337 ], [ 106.925686, 36.115997 ], [ 106.930613, 36.138716 ], [ 106.873947, 36.178338 ], [ 106.873947, 36.178338 ], [ 106.858548, 36.206834 ], [ 106.858548, 36.206834 ], [ 106.833295, 36.229044 ], [ 106.808657, 36.21118 ], [ 106.772933, 36.212628 ], [ 106.735976, 36.23725 ], [ 106.698404, 36.244008 ], [ 106.685469, 36.273445 ], [ 106.647897, 36.259451 ], [ 106.559202, 36.292259 ], [ 106.54134, 36.25366 ], [ 106.504383, 36.266207 ], [ 106.470507, 36.306246 ], [ 106.497608, 36.31348 ], [ 106.510543, 36.379037 ], [ 106.492064, 36.422389 ], [ 106.523477, 36.468605 ], [ 106.494528, 36.494589 ], [ 106.455724, 36.496995 ], [ 106.39721, 36.548455 ], [ 106.37134, 36.549417 ], [ 106.363949, 36.577296 ], [ 106.392282, 36.556628 ], [ 106.397826, 36.576816 ], [ 106.444637, 36.557109 ], [ 106.465579, 36.583063 ], [ 106.444637, 36.624861 ], [ 106.491448, 36.628703 ], [ 106.490833, 36.685835 ], [ 106.530869, 36.690154 ], [ 106.519782, 36.708868 ], [ 106.519782, 36.708868 ], [ 106.514238, 36.715584 ], [ 106.59431, 36.750118 ], [ 106.644817, 36.72278 ], [ 106.627571, 36.752995 ], [ 106.657752, 36.820575 ], [ 106.637426, 36.867031 ], [ 106.637426, 36.867031 ], [ 106.626955, 36.892403 ], [ 106.609709, 36.878521 ], [ 106.609709, 36.878521 ], [ 106.601702, 36.918244 ], [ 106.549347, 36.941685 ], [ 106.540108, 36.984244 ], [ 106.595542, 36.94025 ], [ 106.594926, 36.967988 ], [ 106.64297, 36.962729 ], [ 106.646665, 37.000496 ], [ 106.666991, 37.016745 ], [ 106.645433, 37.064992 ], [ 106.605397, 37.127524 ], [ 106.6171, 37.135158 ], [ 106.673151, 37.1113 ], [ 106.687933, 37.12991 ], [ 106.728585, 37.121321 ], [ 106.750143, 37.09889 ], [ 106.772933, 37.120367 ], [ 106.776012, 37.158056 ], [ 106.818512, 37.141838 ], [ 106.891193, 37.098413 ], [ 106.912135, 37.110345 ], [ 106.905976, 37.151378 ], [ 106.998367, 37.106527 ], [ 107.031011, 37.108436 ], [ 107.030395, 37.140883 ], [ 107.095685, 37.115595 ], [ 107.133873, 37.134681 ], [ 107.181916, 37.143269 ], [ 107.234887, 37.096503 ], [ 107.268764, 37.099367 ], [ 107.28601, 37.054963 ], [ 107.288474, 37.008143 ], [ 107.288474, 37.008143 ], [ 107.291554, 36.979463 ], [ 107.291554, 36.979463 ], [ 107.310032, 36.912502 ], [ 107.336517, 36.925899 ], [ 107.365466, 36.905324 ], [ 107.478183, 36.908196 ], [ 107.533618, 36.867031 ], [ 107.540393, 36.828718 ], [ 107.5909, 36.836382 ], [ 107.642023, 36.819137 ], [ 107.670356, 36.83303 ], [ 107.722095, 36.802367 ], [ 107.742421, 36.811951 ], [ 107.768291, 36.792783 ], [ 107.866841, 36.766899 ], [ 107.907493, 36.750118 ], [ 107.914268, 36.720861 ], [ 107.940754, 36.694953 ], [ 107.938906, 36.655594 ], [ 108.006659, 36.683435 ], [ 108.02329, 36.647912 ], [ 108.001732, 36.639269 ], [ 108.060862, 36.592194 ], [ 108.079956, 36.614294 ], [ 108.092891, 36.587388 ], [ 108.163724, 36.563839 ], [ 108.1976, 36.630144 ], [ 108.222854, 36.631105 ], [ 108.204992, 36.606607 ], [ 108.204992, 36.606607 ], [ 108.210535, 36.577296 ], [ 108.245644, 36.571048 ], [ 108.262274, 36.549417 ], [ 108.340498, 36.559032 ], [ 108.365136, 36.519603 ], [ 108.391621, 36.505654 ], [ 108.408252, 36.45946 ], [ 108.460606, 36.422871 ], [ 108.495099, 36.422389 ], [ 108.514809, 36.445501 ], [ 108.510498, 36.47438 ], [ 108.562852, 36.43876 ], [ 108.618903, 36.433946 ], [ 108.651548, 36.384818 ], [ 108.641693, 36.359279 ], [ 108.646004, 36.254143 ], [ 108.712526, 36.138716 ], [ 108.682345, 36.062316 ], [ 108.688504, 36.021183 ], [ 108.659555, 35.990683 ], [ 108.652164, 35.94806 ], [ 108.593649, 35.950967 ], [ 108.562852, 35.921409 ], [ 108.518505, 35.905414 ], [ 108.499411, 35.872444 ], [ 108.527744, 35.82442 ], [ 108.533903, 35.746257 ], [ 108.517889, 35.699615 ], [ 108.539447, 35.605761 ], [ 108.618287, 35.557088 ], [ 108.625678, 35.537124 ], [ 108.605968, 35.503028 ], [ 108.631222, 35.418698 ], [ 108.61028, 35.355271 ], [ 108.614591, 35.328909 ], [ 108.583178, 35.294724 ], [ 108.547454, 35.304981 ], [ 108.48894, 35.275184 ], [ 108.36144, 35.279581 ], [ 108.345426, 35.300586 ], [ 108.296767, 35.267855 ], [ 108.239484, 35.256127 ], [ 108.221622, 35.296678 ], [ 108.174811, 35.304981 ], [ 108.094739, 35.280069 ], [ 108.049159, 35.253683 ], [ 107.949993, 35.245375 ], [ 107.960464, 35.263457 ], [ 107.867457, 35.256127 ], [ 107.841587, 35.276649 ], [ 107.745501, 35.311819 ], [ 107.737494, 35.267366 ], [ 107.667277, 35.257104 ], [ 107.652494, 35.244886 ], [ 107.686371, 35.218 ], [ 107.715936, 35.168114 ], [ 107.727639, 35.120157 ], [ 107.769523, 35.064333 ], [ 107.769523, 35.064333 ], [ 107.773218, 35.060904 ], [ 107.773218, 35.060904 ], [ 107.814486, 35.024646 ], [ 107.846515, 35.024646 ], [ 107.863145, 34.999158 ], [ 107.842203, 34.979056 ], [ 107.741805, 34.953553 ], [ 107.675284, 34.9511 ], [ 107.638943, 34.935402 ], [ 107.619849, 34.964834 ], [ 107.564415, 34.968757 ], [ 107.523763, 34.909886 ], [ 107.455394, 34.916757 ], [ 107.400575, 34.932949 ], [ 107.369162, 34.917738 ], [ 107.350068, 34.93393 ], [ 107.286626, 34.931968 ], [ 107.252749, 34.880925 ], [ 107.189308, 34.893198 ], [ 107.162206, 34.944233 ], [ 107.119707, 34.950119 ], [ 107.089526, 34.976604 ], [ 107.08275, 35.024156 ], [ 107.012533, 35.029547 ], [ 106.990975, 35.068252 ], [ 106.950323, 35.066782 ], [ 106.901664, 35.094698 ], [ 106.838222, 35.080007 ], [ 106.710723, 35.100574 ], [ 106.706411, 35.081966 ], [ 106.615252, 35.071191 ], [ 106.577064, 35.089312 ], [ 106.541956, 35.083925 ], [ 106.52163, 35.027587 ], [ 106.494528, 35.006021 ], [ 106.494528, 35.006021 ], [ 106.484673, 34.983959 ], [ 106.493296, 34.941289 ], [ 106.527789, 34.876507 ], [ 106.556122, 34.861285 ], [ 106.550579, 34.82936 ], [ 106.575216, 34.769897 ], [ 106.539492, 34.745805 ], [ 106.505615, 34.746789 ], [ 106.487137, 34.715311 ], [ 106.456956, 34.703996 ], [ 106.442173, 34.675455 ], [ 106.471122, 34.634102 ], [ 106.419384, 34.643458 ], [ 106.314058, 34.578934 ], [ 106.341159, 34.568093 ], [ 106.334384, 34.517811 ], [ 106.455108, 34.531617 ], [ 106.514238, 34.511894 ], [ 106.513622, 34.498085 ], [ 106.558586, 34.48822 ], [ 106.610941, 34.454177 ], [ 106.638042, 34.391481 ], [ 106.717498, 34.369255 ], [ 106.691013, 34.337635 ], [ 106.705179, 34.299575 ], [ 106.68239, 34.256057 ], [ 106.652825, 34.24369 ], [ 106.63373, 34.260014 ], [ 106.589383, 34.253584 ], [ 106.577064, 34.280786 ], [ 106.526557, 34.292159 ], [ 106.496376, 34.238248 ], [ 106.5321, 34.254079 ], [ 106.55797, 34.229837 ], [ 106.585071, 34.149641 ], [ 106.560434, 34.109514 ], [ 106.501919, 34.105055 ], [ 106.505615, 34.056479 ], [ 106.471738, 34.024244 ], [ 106.474202, 33.970659 ], [ 106.41076, 33.909093 ], [ 106.428007, 33.866368 ], [ 106.475434, 33.875809 ], [ 106.491448, 33.834559 ], [ 106.461883, 33.789807 ], [ 106.488369, 33.757969 ], [ 106.482825, 33.707203 ], [ 106.534564, 33.695254 ], [ 106.575832, 33.631497 ], [ 106.58076, 33.576169 ], [ 106.540108, 33.512822 ], [ 106.456956, 33.532779 ], [ 106.447101, 33.613058 ], [ 106.384891, 33.612061 ], [ 106.35163, 33.587137 ], [ 106.303587, 33.604585 ], [ 106.237681, 33.564201 ], [ 106.187174, 33.546746 ], [ 106.108334, 33.569686 ], [ 106.117573, 33.602591 ], [ 106.086776, 33.617045 ], [ 106.047356, 33.610067 ], [ 105.971596, 33.613058 ], [ 105.940183, 33.570684 ], [ 105.902611, 33.556222 ], [ 105.871198, 33.511325 ], [ 105.842248, 33.489866 ], [ 105.831162, 33.451926 ], [ 105.837937, 33.410971 ], [ 105.827466, 33.379993 ], [ 105.709822, 33.382991 ], [ 105.755401, 33.329004 ], [ 105.752937, 33.291994 ], [ 105.791741, 33.278486 ], [ 105.799133, 33.258471 ], [ 105.862574, 33.234447 ], [ 105.917393, 33.237951 ], [ 105.965436, 33.204407 ], [ 105.968516, 33.154318 ], [ 105.93156, 33.178365 ], [ 105.897067, 33.146803 ], [ 105.923552, 33.147805 ], [ 105.934639, 33.112221 ], [ 105.914929, 33.066092 ], [ 105.926632, 33.042517 ], [ 105.917393, 32.993841 ], [ 105.861959, 32.939112 ], [ 105.82685, 32.950663 ], [ 105.735691, 32.905454 ], [ 105.656851, 32.895405 ], [ 105.638373, 32.879323 ], [ 105.590329, 32.87681 ], [ 105.565692, 32.906962 ], [ 105.528119, 32.919019 ], [ 105.49917, 32.911986 ], [ 105.467757, 32.930071 ], [ 105.414171, 32.922034 ], [ 105.408011, 32.885857 ], [ 105.38091, 32.876307 ], [ 105.396308, 32.85067 ], [ 105.396308, 32.85067 ], [ 105.427721, 32.784281 ], [ 105.454207, 32.767173 ], [ 105.448663, 32.732946 ], [ 105.368591, 32.712807 ], [ 105.347033, 32.68259 ], [ 105.297758, 32.656897 ], [ 105.263265, 32.652362 ], [ 105.219534, 32.666469 ], [ 105.215222, 32.63674 ], [ 105.185041, 32.617587 ], [ 105.111128, 32.593893 ], [ 105.0791, 32.637244 ], [ 105.026745, 32.650346 ], [ 104.925115, 32.607505 ], [ 104.881999, 32.600951 ], [ 104.845659, 32.653873 ], [ 104.820405, 32.662943 ], [ 104.795768, 32.643292 ], [ 104.739717, 32.635228 ], [ 104.696601, 32.673522 ], [ 104.643015, 32.661935 ], [ 104.592508, 32.695685 ], [ 104.582653, 32.722374 ], [ 104.526602, 32.728416 ], [ 104.51182, 32.753585 ], [ 104.458849, 32.748551 ], [ 104.363994, 32.822511 ], [ 104.294393, 32.835586 ], [ 104.277147, 32.90244 ], [ 104.288234, 32.942628 ], [ 104.345516, 32.940117 ], [ 104.378161, 32.953174 ], [ 104.383704, 32.994343 ], [ 104.426204, 33.010906 ], [ 104.391711, 33.035493 ], [ 104.337509, 33.038002 ], [ 104.378161, 33.109214 ], [ 104.351059, 33.158828 ], [ 104.32827, 33.223934 ], [ 104.323958, 33.26898 ], [ 104.303632, 33.304499 ], [ 104.333813, 33.315502 ], [ 104.386168, 33.298497 ], [ 104.420045, 33.327004 ], [ 104.373849, 33.345004 ], [ 104.292545, 33.336505 ], [ 104.272219, 33.391486 ], [ 104.22048, 33.404477 ], [ 104.213089, 33.446932 ], [ 104.180444, 33.472895 ], [ 104.155191, 33.542755 ], [ 104.176749, 33.5996 ], [ 104.103452, 33.663381 ], [ 104.046169, 33.686291 ], [ 103.980264, 33.670852 ], [ 103.861388, 33.682307 ], [ 103.778236, 33.658898 ], [ 103.690772, 33.69376 ], [ 103.667983, 33.685793 ], [ 103.645809, 33.708697 ], [ 103.593454, 33.716164 ], [ 103.563889, 33.699735 ], [ 103.552186, 33.671351 ], [ 103.520157, 33.678323 ], [ 103.545411, 33.719649 ], [ 103.518309, 33.807213 ], [ 103.464723, 33.80224 ], [ 103.434542, 33.752993 ], [ 103.35447, 33.743539 ], [ 103.278709, 33.774387 ], [ 103.284868, 33.80224 ], [ 103.24976, 33.814175 ], [ 103.228202, 33.79478 ], [ 103.165376, 33.805721 ], [ 103.153673, 33.819147 ], [ 103.181391, 33.900649 ], [ 103.16476, 33.929454 ], [ 103.1315, 33.931937 ], [ 103.120413, 33.953286 ], [ 103.157369, 33.998944 ], [ 103.147514, 34.036644 ], [ 103.119797, 34.03466 ], [ 103.129652, 34.065899 ], [ 103.178927, 34.079779 ], [ 103.121644, 34.112487 ], [ 103.124108, 34.162022 ], [ 103.100087, 34.181828 ], [ 103.052043, 34.195194 ], [ 103.005848, 34.184798 ], [ 102.973203, 34.205588 ], [ 102.977515, 34.252595 ], [ 102.949181, 34.292159 ], [ 102.911609, 34.312923 ], [ 102.85987, 34.301058 ], [ 102.856791, 34.270895 ], [ 102.798276, 34.272874 ], [ 102.779798, 34.236764 ], [ 102.728675, 34.235774 ], [ 102.694799, 34.198659 ], [ 102.664002, 34.192719 ], [ 102.651067, 34.165983 ], [ 102.598712, 34.14766 ], [ 102.655994, 34.113478 ], [ 102.649219, 34.080275 ], [ 102.615958, 34.099604 ], [ 102.511865, 34.086222 ], [ 102.471213, 34.072839 ], [ 102.437336, 34.087214 ], [ 102.406539, 34.033172 ], [ 102.392372, 33.971651 ], [ 102.345561, 33.969666 ], [ 102.315996, 33.993983 ], [ 102.287047, 33.977607 ], [ 102.248858, 33.98654 ], [ 102.226069, 33.963214 ], [ 102.16817, 33.983066 ], [ 102.136142, 33.965199 ], [ 102.25317, 33.861399 ], [ 102.261177, 33.821136 ], [ 102.243315, 33.786823 ], [ 102.296286, 33.783838 ], [ 102.324619, 33.754486 ], [ 102.284583, 33.719151 ], [ 102.342481, 33.725622 ], [ 102.31538, 33.665374 ], [ 102.346793, 33.605582 ], [ 102.440416, 33.574673 ], [ 102.477988, 33.543254 ], [ 102.446575, 33.53228 ], [ 102.461358, 33.501345 ], [ 102.462589, 33.449429 ], [ 102.447807, 33.454922 ], [ 102.392988, 33.404477 ], [ 102.368967, 33.41247 ], [ 102.310452, 33.397982 ], [ 102.296286, 33.413969 ], [ 102.258098, 33.409472 ], [ 102.218062, 33.349503 ], [ 102.192192, 33.337005 ], [ 102.217446, 33.247961 ], [ 102.200815, 33.223434 ], [ 102.160163, 33.242956 ], [ 102.144765, 33.273983 ], [ 102.117047, 33.288492 ], [ 102.08933, 33.227439 ], [ 102.08933, 33.204908 ], [ 102.054838, 33.189884 ], [ 101.99386, 33.1999 ], [ 101.935345, 33.186879 ], [ 101.921795, 33.153817 ], [ 101.887302, 33.135778 ], [ 101.865744, 33.103198 ], [ 101.825708, 33.119239 ], [ 101.841723, 33.184876 ], [ 101.83002, 33.213921 ], [ 101.770274, 33.248962 ], [ 101.769658, 33.26898 ], [ 101.877447, 33.314502 ], [ 101.887302, 33.383991 ], [ 101.915635, 33.425957 ], [ 101.946432, 33.442937 ], [ 101.906396, 33.48188 ], [ 101.907012, 33.539264 ], [ 101.884222, 33.578163 ], [ 101.844186, 33.602591 ], [ 101.831252, 33.554726 ], [ 101.783208, 33.556721 ], [ 101.769042, 33.538765 ], [ 101.748716, 33.505337 ], [ 101.718535, 33.494857 ], [ 101.622448, 33.502343 ], [ 101.611977, 33.565199 ], [ 101.616905, 33.598603 ], [ 101.585492, 33.645448 ], [ 101.58426, 33.674339 ], [ 101.501724, 33.702723 ], [ 101.428427, 33.680315 ], [ 101.424732, 33.655411 ], [ 101.385312, 33.644949 ], [ 101.302776, 33.657902 ], [ 101.23687, 33.685793 ], [ 101.217776, 33.669856 ], [ 101.166653, 33.659894 ], [ 101.177124, 33.685295 ], [ 101.162957, 33.719649 ], [ 101.186363, 33.741051 ], [ 101.190675, 33.791796 ], [ 101.153102, 33.823124 ], [ 101.153718, 33.8445 ], [ 101.054552, 33.863386 ], [ 101.023139, 33.896178 ], [ 100.994806, 33.891707 ], [ 100.965857, 33.946832 ], [ 100.927669, 33.975126 ], [ 100.93506, 33.990013 ], [ 100.880857, 34.036644 ], [ 100.870386, 34.083744 ], [ 100.848828, 34.089692 ], [ 100.806329, 34.155584 ], [ 100.764445, 34.178857 ], [ 100.809408, 34.247153 ], [ 100.798321, 34.260014 ], [ 100.821727, 34.317371 ], [ 100.868538, 34.332693 ], [ 100.895024, 34.375183 ], [ 100.951074, 34.38358 ], [ 100.986799, 34.374689 ], [ 101.054552, 34.322808 ], [ 101.098284, 34.329233 ], [ 101.178356, 34.320831 ], [ 101.193754, 34.336646 ], [ 101.235022, 34.325279 ], [ 101.228863, 34.298586 ], [ 101.268899, 34.278808 ], [ 101.325565, 34.268423 ], [ 101.327413, 34.24468 ], [ 101.369913, 34.248143 ], [ 101.417956, 34.227858 ], [ 101.482014, 34.218951 ], [ 101.492485, 34.195689 ], [ 101.53868, 34.212022 ], [ 101.6206, 34.178857 ], [ 101.674187, 34.110506 ], [ 101.703136, 34.119424 ], [ 101.718535, 34.083249 ], [ 101.736397, 34.080275 ], [ 101.764114, 34.122892 ], [ 101.788136, 34.131809 ], [ 101.836795, 34.124378 ], [ 101.851578, 34.153108 ], [ 101.874367, 34.130323 ], [ 101.897773, 34.133791 ], [ 101.955055, 34.109514 ], [ 101.965526, 34.167469 ], [ 102.003099, 34.162022 ], [ 102.030816, 34.190739 ], [ 102.01357, 34.218456 ], [ 102.062229, 34.227858 ], [ 102.067772, 34.293642 ], [ 102.149692, 34.271885 ], [ 102.186649, 34.352952 ], [ 102.237156, 34.34307 ], [ 102.237156, 34.34307 ], [ 102.259329, 34.355917 ], [ 102.205743, 34.407777 ], [ 102.169402, 34.457631 ], [ 102.155852, 34.507456 ], [ 102.139837, 34.50351 ], [ 102.093026, 34.536547 ], [ 102.001867, 34.538519 ], [ 101.97415, 34.548871 ], [ 101.956287, 34.582876 ], [ 101.934729, 34.58731 ], [ 101.919947, 34.621791 ], [ 101.917483, 34.705964 ], [ 101.923027, 34.835746 ], [ 101.916867, 34.873561 ], [ 101.985852, 34.90007 ], [ 102.068388, 34.887798 ], [ 102.048062, 34.910868 ], [ 102.094874, 34.986901 ], [ 102.133678, 35.014844 ], [ 102.157699, 35.010923 ], [ 102.176178, 35.032977 ], [ 102.211286, 35.034937 ], [ 102.218062, 35.057475 ], [ 102.252554, 35.048657 ], [ 102.29567, 35.071681 ], [ 102.310452, 35.128967 ], [ 102.346793, 35.164201 ], [ 102.404075, 35.179366 ], [ 102.365887, 35.235599 ], [ 102.370199, 35.263946 ], [ 102.3123, 35.282512 ], [ 102.280887, 35.303028 ], [ 102.311684, 35.31426 ], [ 102.317844, 35.343067 ], [ 102.287663, 35.36552 ], [ 102.293822, 35.424063 ], [ 102.314764, 35.434303 ], [ 102.408387, 35.409431 ], [ 102.447807, 35.437229 ], [ 102.437952, 35.455268 ], [ 102.49893, 35.545403 ], [ 102.503241, 35.585322 ], [ 102.531575, 35.580455 ], [ 102.570995, 35.548324 ], [ 102.695414, 35.528358 ], [ 102.743458, 35.494745 ], [ 102.782878, 35.527871 ], [ 102.729291, 35.523487 ], [ 102.746537, 35.545403 ], [ 102.808747, 35.560496 ], [ 102.763168, 35.612086 ], [ 102.7644, 35.653431 ], [ 102.744074, 35.657807 ], [ 102.707733, 35.70496 ], [ 102.686175, 35.771996 ], [ 102.715125, 35.815685 ], [ 102.739146, 35.821023 ], [ 102.787189, 35.862745 ], [ 102.81737, 35.850133 ], [ 102.914073, 35.845282 ], [ 102.94487, 35.829757 ], [ 102.954725, 35.858864 ], [ 102.942406, 35.92674 ], [ 102.971971, 35.995525 ], [ 102.951645, 36.021667 ], [ 102.968276, 36.044414 ], [ 102.932551, 36.048285 ], [ 102.882044, 36.082632 ], [ 102.941174, 36.104877 ], [ 102.948566, 36.150798 ], [ 102.965812, 36.151765 ], [ 102.986754, 36.193312 ], [ 103.048964, 36.199107 ], [ 103.066826, 36.216974 ], [ 103.021246, 36.232906 ], [ 103.024942, 36.256556 ], [ 102.922696, 36.298047 ], [ 102.896827, 36.331803 ], [ 102.845704, 36.331803 ], [ 102.836465, 36.344819 ], [ 102.838928, 36.345783 ], [ 102.831537, 36.365544 ], [ 102.829689, 36.365544 ], [ 102.771791, 36.47438 ], [ 102.793349, 36.497957 ], [ 102.753313, 36.525855 ], [ 102.734219, 36.562396 ], [ 102.761936, 36.568645 ], [ 102.714509, 36.599401 ], [ 102.724364, 36.613813 ], [ 102.684328, 36.619097 ], [ 102.630741, 36.650793 ], [ 102.601176, 36.710307 ], [ 102.612879, 36.738129 ], [ 102.639364, 36.732853 ], [ 102.692335, 36.775528 ], [ 102.720052, 36.767858 ], [ 102.639364, 36.852666 ], [ 102.587009, 36.869904 ], [ 102.56114, 36.91968 ], [ 102.526031, 36.928291 ], [ 102.499546, 36.954599 ], [ 102.450271, 36.968467 ], [ 102.506321, 37.019134 ], [ 102.488459, 37.078362 ], [ 102.583314, 37.104618 ], [ 102.642444, 37.099845 ], [ 102.599944, 37.174748 ], [ 102.578386, 37.17284 ], [ 102.533422, 37.217176 ], [ 102.490307, 37.223371 ], [ 102.457662, 37.248147 ], [ 102.45335, 37.271487 ], [ 102.419474, 37.294343 ], [ 102.428097, 37.308624 ], [ 102.368351, 37.327662 ], [ 102.29875, 37.370004 ], [ 102.299981, 37.391404 ], [ 102.19712, 37.420403 ], [ 102.176794, 37.458892 ], [ 102.125055, 37.48549 ], [ 102.103497, 37.482641 ], [ 102.131214, 37.54625 ], [ 102.102265, 37.582304 ], [ 102.035128, 37.627819 ], [ 102.048678, 37.651515 ], [ 102.036359, 37.685149 ], [ 101.998787, 37.724921 ], [ 101.946432, 37.728235 ], [ 101.873135, 37.686569 ], [ 101.854657, 37.664781 ], [ 101.815853, 37.654357 ], [ 101.791832, 37.696041 ], [ 101.659405, 37.733441 ], [ 101.670491, 37.754264 ], [ 101.598427, 37.827569 ], [ 101.551615, 37.835604 ], [ 101.459224, 37.86632 ], [ 101.382848, 37.822369 ], [ 101.362522, 37.791162 ], [ 101.276906, 37.83655 ], [ 101.202994, 37.84742 ], [ 101.159262, 37.86821 ], [ 101.152486, 37.891356 ], [ 101.114298, 37.92016 ], [ 101.103211, 37.946593 ], [ 101.077342, 37.941874 ], [ 100.964009, 38.011221 ], [ 100.91843, 37.999432 ], [ 100.895024, 38.013107 ], [ 100.888864, 38.056001 ], [ 100.922125, 38.084741 ], [ 100.91843, 38.129006 ], [ 100.93814, 38.16007 ], [ 100.913502, 38.17889 ], [ 100.860531, 38.148305 ], [ 100.825423, 38.158658 ], [ 100.752126, 38.238612 ], [ 100.71517, 38.253652 ], [ 100.619083, 38.26587 ], [ 100.595061, 38.242372 ], [ 100.545786, 38.247072 ], [ 100.516837, 38.272448 ], [ 100.474953, 38.288891 ], [ 100.459555, 38.2654 ], [ 100.432453, 38.275267 ], [ 100.424446, 38.307208 ], [ 100.396729, 38.293118 ], [ 100.318505, 38.329276 ], [ 100.331439, 38.337257 ], [ 100.301874, 38.388405 ], [ 100.259374, 38.366355 ], [ 100.24028, 38.441861 ], [ 100.163288, 38.461546 ], [ 100.113397, 38.497151 ], [ 100.086911, 38.492936 ], [ 100.064122, 38.518694 ], [ 100.025933, 38.507923 ], [ 100.001296, 38.467169 ], [ 100.022238, 38.432017 ], [ 100.093071, 38.407166 ], [ 100.136803, 38.33444 ], [ 100.163904, 38.328337 ], [ 100.159592, 38.291239 ], [ 100.182998, 38.222158 ], [ 100.126332, 38.231561 ], [ 100.117093, 38.253652 ], [ 100.071513, 38.284663 ], [ 100.049955, 38.283254 ], [ 100.001912, 38.315191 ], [ 99.960028, 38.320825 ], [ 99.826985, 38.370109 ], [ 99.758, 38.410449 ], [ 99.727203, 38.415607 ], [ 99.65945, 38.449361 ], [ 99.63974, 38.474666 ], [ 99.585537, 38.498556 ], [ 99.52887, 38.546314 ], [ 99.501769, 38.612281 ], [ 99.450646, 38.60433 ], [ 99.412458, 38.665571 ], [ 99.375502, 38.684727 ], [ 99.361951, 38.718354 ], [ 99.291118, 38.765966 ], [ 99.222133, 38.788827 ], [ 99.141445, 38.852706 ], [ 99.068764, 38.896968 ], [ 99.071843, 38.921184 ], [ 99.107568, 38.951907 ], [ 99.054597, 38.97657 ], [ 98.951735, 38.987735 ], [ 98.903076, 39.012384 ], [ 98.886446, 39.040744 ], [ 98.818076, 39.064911 ], [ 98.816845, 39.085818 ], [ 98.743548, 39.086747 ], [ 98.730613, 39.057011 ], [ 98.70536, 39.043533 ], [ 98.661628, 38.993782 ], [ 98.612353, 38.977035 ], [ 98.624056, 38.959353 ], [ 98.584635, 38.93003 ], [ 98.526737, 38.95563 ], [ 98.457752, 38.952838 ], [ 98.428187, 38.976104 ], [ 98.432498, 38.996107 ], [ 98.401086, 39.001688 ], [ 98.383839, 39.029588 ], [ 98.316702, 39.040744 ], [ 98.280977, 39.027263 ], [ 98.287753, 38.992386 ], [ 98.276666, 38.963541 ], [ 98.235398, 38.918855 ], [ 98.242173, 38.880664 ], [ 98.167645, 38.840121 ], [ 98.091884, 38.786495 ], [ 98.068478, 38.816344 ], [ 98.029058, 38.834061 ], [ 98.009348, 38.85923 ], [ 97.875689, 38.898365 ], [ 97.828878, 38.93003 ], [ 97.701379, 38.963076 ], [ 97.679205, 39.010524 ], [ 97.58127, 39.052364 ], [ 97.504894, 39.076527 ], [ 97.458698, 39.117863 ], [ 97.401416, 39.146645 ], [ 97.371235, 39.140611 ], [ 97.347213, 39.167528 ], [ 97.315185, 39.164744 ], [ 97.220946, 39.193042 ], [ 97.14149, 39.199999 ], [ 97.060186, 39.19768 ], [ 97.017686, 39.208347 ], [ 96.962251, 39.198144 ], [ 97.012142, 39.142004 ], [ 96.969643, 39.097895 ], [ 96.95794, 39.041674 ], [ 96.965331, 39.017034 ], [ 96.938846, 38.95563 ], [ 96.940693, 38.90768 ], [ 96.983809, 38.869016 ], [ 96.993664, 38.834993 ], [ 96.987505, 38.793025 ], [ 97.00044, 38.7613 ], [ 97.023229, 38.755699 ], [ 97.009063, 38.702477 ], [ 97.057722, 38.67258 ], [ 97.047251, 38.653888 ], [ 97.055874, 38.594508 ], [ 96.961019, 38.558015 ], [ 96.876636, 38.580475 ], [ 96.847071, 38.599186 ], [ 96.7941, 38.608072 ], [ 96.808882, 38.582346 ], [ 96.767614, 38.552399 ], [ 96.800259, 38.52759 ], [ 96.780549, 38.504177 ], [ 96.706637, 38.505582 ], [ 96.6666, 38.483567 ], [ 96.707868, 38.459203 ], [ 96.698013, 38.422172 ], [ 96.626564, 38.356031 ], [ 96.638883, 38.307208 ], [ 96.655514, 38.295936 ], [ 96.665369, 38.23015 ], [ 96.46334, 38.277616 ], [ 96.378341, 38.277146 ], [ 96.335841, 38.246132 ], [ 96.301964, 38.183124 ], [ 96.313051, 38.161952 ], [ 96.264392, 38.145952 ], [ 96.252689, 38.167599 ], [ 96.221892, 38.149246 ], [ 96.109175, 38.187358 ], [ 96.06606, 38.173245 ], [ 96.006929, 38.207582 ], [ 95.93856, 38.237202 ], [ 95.932401, 38.259291 ], [ 95.89606, 38.2903 ], [ 95.852945, 38.287481 ], [ 95.83693, 38.344298 ], [ 95.775952, 38.356031 ], [ 95.723597, 38.378554 ], [ 95.703887, 38.400131 ], [ 95.671858, 38.388405 ], [ 95.608417, 38.339134 ], [ 95.585011, 38.343359 ], [ 95.51849, 38.294997 ], [ 95.487693, 38.314721 ], [ 95.455664, 38.291709 ], [ 95.440881, 38.310965 ], [ 95.408236, 38.300163 ], [ 95.315846, 38.318947 ], [ 95.259179, 38.302981 ], [ 95.229614, 38.330685 ], [ 95.209904, 38.327868 ], [ 95.185266, 38.379492 ], [ 95.140919, 38.392158 ], [ 95.122441, 38.417014 ], [ 95.072549, 38.402476 ], [ 95.045448, 38.418889 ], [ 94.973999, 38.430142 ], [ 94.884072, 38.414669 ], [ 94.861282, 38.393565 ], [ 94.812623, 38.385591 ], [ 94.672805, 38.386998 ], [ 94.582878, 38.36917 ], [ 94.56132, 38.351807 ], [ 94.527443, 38.365416 ], [ 94.527443, 38.425922 ], [ 94.511429, 38.445142 ], [ 94.370379, 38.7627 ], [ 94.281067, 38.7599 ], [ 93.973098, 38.724891 ], [ 93.95154, 38.715086 ], [ 93.885018, 38.720689 ], [ 93.800019, 38.750566 ], [ 93.773533, 38.771099 ], [ 93.756287, 38.807484 ], [ 93.769838, 38.821007 ], [ 93.884403, 38.826136 ], [ 93.884403, 38.867618 ], [ 93.834511, 38.867618 ], [ 93.729186, 38.924443 ], [ 93.453245, 38.915596 ], [ 93.274007, 38.896036 ], [ 93.237666, 38.916062 ], [ 93.179152, 38.923977 ], [ 93.198246, 39.045857 ], [ 93.165601, 39.090928 ], [ 93.131725, 39.108112 ], [ 93.142196, 39.160567 ], [ 93.115094, 39.17959 ], [ 93.043029, 39.146645 ], [ 92.978356, 39.143396 ], [ 92.938936, 39.169848 ], [ 92.889045, 39.160103 ], [ 92.866871, 39.138754 ], [ 92.765857, 39.136898 ], [ 92.659299, 39.109969 ], [ 92.545966, 39.111362 ], [ 92.489916, 39.099753 ], [ 92.459119, 39.063982 ], [ 92.459119, 39.042604 ], [ 92.41046, 39.03842 ], [ 92.366728, 39.059335 ], [ 92.366112, 39.096037 ], [ 92.343938, 39.146181 ], [ 92.339011, 39.236628 ], [ 92.378431, 39.258411 ], [ 92.52564, 39.368611 ], [ 92.639589, 39.514196 ], [ 92.687632, 39.657174 ], [ 92.745531, 39.868331 ], [ 92.796654, 40.153897 ], [ 92.906907, 40.310609 ], [ 92.920458, 40.391792 ], [ 92.928465, 40.572504 ], [ 93.506216, 40.648376 ], [ 93.760599, 40.664721 ], [ 93.820961, 40.793519 ], [ 93.809874, 40.879548 ], [ 93.908424, 40.983539 ], [ 94.01067, 41.114875 ], [ 94.184365, 41.268444 ], [ 94.534219, 41.505966 ], [ 94.750413, 41.538227 ], [ 94.809543, 41.619256 ], [ 94.861898, 41.668451 ], [ 94.969072, 41.718948 ], [ 95.011572, 41.726541 ], [ 95.110738, 41.768513 ], [ 95.135991, 41.772976 ], [ 95.16494, 41.735474 ], [ 95.199433, 41.719395 ], [ 95.194505, 41.694821 ], [ 95.247476, 41.61344 ], [ 95.299831, 41.565994 ], [ 95.335556, 41.644305 ], [ 95.39407, 41.693481 ], [ 95.445193, 41.719841 ], [ 95.57146, 41.796181 ], [ 95.65646, 41.826067 ], [ 95.759322, 41.835878 ], [ 95.801206, 41.848361 ], [ 95.855408, 41.849699 ], [ 95.998306, 41.906289 ], [ 96.054973, 41.936124 ], [ 96.117183, 41.985966 ], [ 96.137509, 42.019765 ], [ 96.13874, 42.05399 ], [ 96.077147, 42.149457 ], [ 96.178161, 42.21775 ], [ 96.040806, 42.326688 ], [ 96.042038, 42.352787 ], [ 96.06606, 42.414674 ], [ 95.978596, 42.436762 ], [ 96.0174, 42.482239 ], [ 96.02356, 42.542675 ], [ 96.072219, 42.569566 ], [ 96.103632, 42.604375 ], [ 96.166458, 42.623314 ], [ 96.386348, 42.727592 ], [ 96.742361, 42.75704 ], [ 96.968411, 42.756161 ], [ 97.172903, 42.795257 ], [ 97.371235, 42.457076 ], [ 97.500582, 42.243894 ], [ 97.653335, 41.986856 ], [ 97.84674, 41.656379 ], [ 97.613915, 41.477276 ], [ 97.629314, 41.440498 ], [ 97.903407, 41.168057 ], [ 97.971776, 41.09774 ], [ 98.142391, 41.001607 ], [ 98.184891, 40.988056 ], [ 98.25018, 40.93925 ], [ 98.333332, 40.918903 ], [ 98.344419, 40.568413 ], [ 98.627751, 40.677884 ], [ 98.569853, 40.746836 ], [ 98.668403, 40.773128 ], [ 98.689345, 40.691952 ], [ 98.72199, 40.657911 ], [ 98.762642, 40.639748 ], [ 98.802678, 40.607043 ], [ 98.80699, 40.660181 ], [ 98.790975, 40.705564 ], [ 98.984996, 40.782644 ], [ 99.041662, 40.693767 ], [ 99.102025, 40.676522 ], [ 99.12543, 40.715091 ], [ 99.172858, 40.747289 ], [ 99.174705, 40.858278 ], [ 99.565827, 40.846961 ], [ 99.673, 40.93292 ], [ 99.985897, 40.909858 ], [ 100.057346, 40.908049 ], [ 100.107853, 40.875475 ], [ 100.224882, 40.727337 ], [ 100.237201, 40.716905 ], [ 100.242744, 40.618855 ], [ 100.169447, 40.541131 ], [ 100.169447, 40.277743 ], [ 100.007455, 40.20008 ], [ 99.955716, 40.150695 ], [ 99.927383, 40.063727 ], [ 99.841152, 40.013326 ], [ 99.751225, 40.006909 ], [ 99.714268, 39.972061 ], [ 99.533182, 39.891753 ], [ 99.491298, 39.884406 ], [ 99.459885, 39.898181 ], [ 99.440791, 39.885783 ], [ 99.469124, 39.875221 ], [ 99.672384, 39.888079 ], [ 99.822058, 39.860063 ], [ 99.904593, 39.785601 ], [ 99.958796, 39.769504 ], [ 100.040716, 39.757083 ], [ 100.128179, 39.702312 ], [ 100.250135, 39.685274 ], [ 100.314193, 39.606935 ], [ 100.301258, 39.572345 ], [ 100.326512, 39.509118 ], [ 100.44354, 39.485565 ], [ 100.500823, 39.481408 ], [ 100.498975, 39.400527 ], [ 100.606764, 39.387577 ], [ 100.707778, 39.404689 ], [ 100.842053, 39.405614 ], [ 100.842669, 39.199999 ], [ 100.864227, 39.106719 ], [ 100.829118, 39.075133 ], [ 100.835278, 39.025869 ], [ 100.875314, 39.002619 ], [ 100.901799, 39.030053 ], [ 100.961545, 39.005874 ], [ 100.969553, 38.946788 ], [ 101.117378, 38.975174 ], [ 101.228863, 39.020754 ], [ 101.198682, 38.943064 ], [ 101.237486, 38.907214 ], [ 101.24303, 38.860628 ], [ 101.33542, 38.847113 ], [ 101.34158, 38.822406 ], [ 101.307087, 38.80282 ], [ 101.331109, 38.777164 ], [ 101.412413, 38.764099 ], [ 101.562702, 38.713218 ], [ 101.601506, 38.65529 ], [ 101.672955, 38.6908 ], [ 101.777049, 38.66043 ], [ 101.873751, 38.733761 ], [ 101.941505, 38.808883 ], [ 102.075164, 38.891378 ], [ 102.045599, 38.904885 ], [ 101.955055, 38.985874 ], [ 101.926106, 39.000758 ], [ 101.833715, 39.08907 ], [ 101.902701, 39.111827 ], [ 102.012338, 39.127149 ], [ 102.050526, 39.141075 ], [ 102.276576, 39.188868 ], [ 102.3548, 39.231993 ], [ 102.45335, 39.255167 ], [ 102.579002, 39.183301 ], [ 102.616574, 39.171703 ], [ 102.883892, 39.120649 ], [ 103.007696, 39.099753 ], [ 103.133347, 39.192579 ], [ 103.188166, 39.215302 ], [ 103.259615, 39.263971 ], [ 103.344615, 39.331588 ], [ 103.428998, 39.353341 ], [ 103.595302, 39.386652 ], [ 103.728961, 39.430117 ], [ 103.85338, 39.461543 ], [ 103.955626, 39.456923 ], [ 104.089901, 39.419947 ], [ 104.073271, 39.351953 ], [ 104.047401, 39.297788 ], [ 104.171205, 39.160567 ], [ 104.207546, 39.083495 ], [ 104.190915, 39.042139 ], [ 104.196459, 38.9882 ], [ 104.173053, 38.94446 ], [ 104.044322, 38.895105 ], [ 104.011677, 38.85923 ], [ 103.85954, 38.64454 ], [ 103.416063, 38.404821 ], [ 103.465339, 38.353215 ], [ 103.507838, 38.280905 ], [ 103.53494, 38.156776 ], [ 103.368636, 38.08898 ], [ 103.362477, 38.037621 ], [ 103.40744, 37.860651 ], [ 103.627947, 37.797783 ], [ 103.683381, 37.777919 ], [ 103.841062, 37.64725 ], [ 103.874938, 37.604117 ], [ 103.935916, 37.572818 ], [ 104.089285, 37.465067 ], [ 104.183524, 37.406618 ], [ 104.237727, 37.411847 ], [ 104.287002, 37.428007 ], [ 104.298705, 37.414223 ], [ 104.365226, 37.418026 ], [ 104.437907, 37.445589 ], [ 104.448994, 37.42468 ], [ 104.499501, 37.421353 ], [ 104.521059, 37.43466 ], [ 104.679971, 37.408044 ], [ 104.662109, 37.367626 ], [ 104.713848, 37.329566 ], [ 104.673812, 37.317668 ], [ 104.651022, 37.290534 ], [ 104.624536, 37.298627 ], [ 104.600515, 37.242907 ], [ 104.638087, 37.201923 ], [ 104.717543, 37.208597 ], [ 104.776673, 37.246718 ], [ 104.85613, 37.211933 ], [ 104.864753, 37.17284 ], [ 104.888158, 37.15901 ], [ 104.914644, 37.097935 ], [ 104.954064, 37.077407 ], [ 104.95468, 37.040156 ], [ 105.004571, 37.035378 ], [ 105.03968, 37.007187 ], [ 105.05939, 37.022956 ], [ 105.128991, 36.996194 ], [ 105.165331, 36.99476 ], [ 105.185657, 36.942164 ], [ 105.178882, 36.892403 ], [ 105.244787, 36.894796 ], [ 105.279896, 36.86751 ], [ 105.303302, 36.820575 ], [ 105.334714, 36.80093 ], [ 105.340874, 36.764502 ], [ 105.319932, 36.742924 ], [ 105.275584, 36.752515 ], [ 105.272505, 36.739567 ], [ 105.218302, 36.730455 ], [ 105.201056, 36.700711 ], [ 105.225693, 36.664716 ], [ 105.22015, 36.631105 ], [ 105.261418, 36.602764 ], [ 105.2762, 36.563358 ], [ 105.252179, 36.553263 ], [ 105.281744, 36.522489 ], [ 105.322396, 36.535954 ], [ 105.362432, 36.496514 ], [ 105.363048, 36.443093 ], [ 105.398156, 36.430575 ], [ 105.401236, 36.369881 ], [ 105.425873, 36.330357 ], [ 105.455439, 36.321678 ], [ 105.476381, 36.293224 ], [ 105.45975, 36.268137 ], [ 105.460366, 36.223733 ], [ 105.478844, 36.213111 ], [ 105.515185, 36.147415 ], [ 105.491163, 36.101009 ], [ 105.430801, 36.10391 ], [ 105.406163, 36.074409 ], [ 105.343954, 36.033767 ], [ 105.324859, 35.941761 ], [ 105.350113, 35.875839 ], [ 105.39754, 35.857409 ], [ 105.371055, 35.844312 ], [ 105.38091, 35.792873 ], [ 105.408627, 35.822479 ], [ 105.428953, 35.819082 ], [ 105.432033, 35.787533 ], [ 105.457286, 35.771511 ], [ 105.481924, 35.727312 ], [ 105.595873, 35.715651 ], [ 105.667322, 35.749657 ], [ 105.70243, 35.733142 ], [ 105.759097, 35.724883 ], [ 105.740618, 35.698643 ], [ 105.723988, 35.725854 ], [ 105.690727, 35.698643 ], [ 105.722756, 35.673366 ], [ 105.713517, 35.650513 ], [ 105.759097, 35.634464 ], [ 105.762176, 35.602841 ], [ 105.800365, 35.564878 ], [ 105.816379, 35.575101 ], [ 105.847176, 35.490359 ], [ 105.868734, 35.540046 ], [ 105.900147, 35.54735 ], [ 106.017175, 35.519103 ], [ 106.023335, 35.49377 ], [ 106.047356, 35.498155 ], [ 106.048588, 35.488898 ], [ 105.897683, 35.451368 ], [ 105.894603, 35.413821 ], [ 106.002393, 35.438692 ], [ 106.034422, 35.469404 ], [ 106.054132, 35.45478 ], [ 106.071994, 35.463555 ], [ 106.06953, 35.458193 ], [ 106.071378, 35.449418 ], [ 106.073226, 35.447468 ], [ 106.067682, 35.436254 ], [ 106.073226, 35.420649 ], [ 106.083081, 35.421624 ], [ 106.113262, 35.361616 ], [ 106.129892, 35.393333 ], [ 106.173008, 35.437716 ], [ 106.196414, 35.409919 ], [ 106.237681, 35.409431 ], [ 106.241377, 35.358687 ], [ 106.319601, 35.265411 ], [ 106.363333, 35.238532 ], [ 106.368261, 35.273718 ], [ 106.415688, 35.276161 ], [ 106.472354, 35.310842 ], [ 106.501304, 35.364056 ], [ 106.503767, 35.415284 ], [ 106.483441, 35.450393 ], [ 106.490217, 35.480613 ], [ 106.465579, 35.481101 ], [ 106.440941, 35.52641 ], [ 106.460036, 35.578995 ], [ 106.47913, 35.575101 ], [ 106.460036, 35.643705 ], [ 106.434782, 35.688436 ], [ 106.49268, 35.732656 ], [ 106.498224, 35.732656 ], [ 106.504383, 35.736057 ], [ 106.506231, 35.737514 ] ] ], [ [ [ 106.047356, 35.498155 ], [ 106.078769, 35.509848 ], [ 106.071994, 35.463555 ], [ 106.054132, 35.45478 ], [ 106.048588, 35.488898 ], [ 106.047356, 35.498155 ] ] ], [ [ [ 102.831537, 36.365544 ], [ 102.838928, 36.345783 ], [ 102.836465, 36.344819 ], [ 102.829689, 36.365544 ], [ 102.831537, 36.365544 ] ] ], [ [ [ 106.073226, 35.447468 ], [ 106.083081, 35.421624 ], [ 106.073226, 35.420649 ], [ 106.067682, 35.436254 ], [ 106.073226, 35.447468 ] ] ], [ [ [ 106.504383, 35.736057 ], [ 106.498224, 35.732656 ], [ 106.49268, 35.732656 ], [ 106.506231, 35.737514 ], [ 106.504383, 35.736057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "630000", "name": "青海省", "center": [ 101.778916, 36.623178 ], "centroid": [ 96.043533, 35.726403 ], "childrenNum": 8, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 28, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102.829689, 36.365544 ], [ 102.836465, 36.344819 ], [ 102.845704, 36.331803 ], [ 102.896827, 36.331803 ], [ 102.922696, 36.298047 ], [ 103.024942, 36.256556 ], [ 103.021246, 36.232906 ], [ 103.066826, 36.216974 ], [ 103.048964, 36.199107 ], [ 102.986754, 36.193312 ], [ 102.965812, 36.151765 ], [ 102.948566, 36.150798 ], [ 102.941174, 36.104877 ], [ 102.882044, 36.082632 ], [ 102.932551, 36.048285 ], [ 102.968276, 36.044414 ], [ 102.951645, 36.021667 ], [ 102.971971, 35.995525 ], [ 102.942406, 35.92674 ], [ 102.954725, 35.858864 ], [ 102.94487, 35.829757 ], [ 102.914073, 35.845282 ], [ 102.81737, 35.850133 ], [ 102.787189, 35.862745 ], [ 102.739146, 35.821023 ], [ 102.715125, 35.815685 ], [ 102.686175, 35.771996 ], [ 102.707733, 35.70496 ], [ 102.744074, 35.657807 ], [ 102.7644, 35.653431 ], [ 102.763168, 35.612086 ], [ 102.808747, 35.560496 ], [ 102.746537, 35.545403 ], [ 102.729291, 35.523487 ], [ 102.782878, 35.527871 ], [ 102.743458, 35.494745 ], [ 102.695414, 35.528358 ], [ 102.570995, 35.548324 ], [ 102.531575, 35.580455 ], [ 102.503241, 35.585322 ], [ 102.49893, 35.545403 ], [ 102.437952, 35.455268 ], [ 102.447807, 35.437229 ], [ 102.408387, 35.409431 ], [ 102.314764, 35.434303 ], [ 102.293822, 35.424063 ], [ 102.287663, 35.36552 ], [ 102.317844, 35.343067 ], [ 102.311684, 35.31426 ], [ 102.280887, 35.303028 ], [ 102.3123, 35.282512 ], [ 102.370199, 35.263946 ], [ 102.365887, 35.235599 ], [ 102.404075, 35.179366 ], [ 102.346793, 35.164201 ], [ 102.310452, 35.128967 ], [ 102.29567, 35.071681 ], [ 102.252554, 35.048657 ], [ 102.218062, 35.057475 ], [ 102.211286, 35.034937 ], [ 102.176178, 35.032977 ], [ 102.157699, 35.010923 ], [ 102.133678, 35.014844 ], [ 102.094874, 34.986901 ], [ 102.048062, 34.910868 ], [ 102.068388, 34.887798 ], [ 101.985852, 34.90007 ], [ 101.916867, 34.873561 ], [ 101.923027, 34.835746 ], [ 101.917483, 34.705964 ], [ 101.919947, 34.621791 ], [ 101.934729, 34.58731 ], [ 101.956287, 34.582876 ], [ 101.97415, 34.548871 ], [ 102.001867, 34.538519 ], [ 102.093026, 34.536547 ], [ 102.139837, 34.50351 ], [ 102.155852, 34.507456 ], [ 102.169402, 34.457631 ], [ 102.205743, 34.407777 ], [ 102.259329, 34.355917 ], [ 102.237156, 34.34307 ], [ 102.237156, 34.34307 ], [ 102.186649, 34.352952 ], [ 102.149692, 34.271885 ], [ 102.067772, 34.293642 ], [ 102.062229, 34.227858 ], [ 102.01357, 34.218456 ], [ 102.030816, 34.190739 ], [ 102.003099, 34.162022 ], [ 101.965526, 34.167469 ], [ 101.955055, 34.109514 ], [ 101.897773, 34.133791 ], [ 101.874367, 34.130323 ], [ 101.851578, 34.153108 ], [ 101.836795, 34.124378 ], [ 101.788136, 34.131809 ], [ 101.764114, 34.122892 ], [ 101.736397, 34.080275 ], [ 101.718535, 34.083249 ], [ 101.703136, 34.119424 ], [ 101.674187, 34.110506 ], [ 101.6206, 34.178857 ], [ 101.53868, 34.212022 ], [ 101.492485, 34.195689 ], [ 101.482014, 34.218951 ], [ 101.417956, 34.227858 ], [ 101.369913, 34.248143 ], [ 101.327413, 34.24468 ], [ 101.325565, 34.268423 ], [ 101.268899, 34.278808 ], [ 101.228863, 34.298586 ], [ 101.235022, 34.325279 ], [ 101.193754, 34.336646 ], [ 101.178356, 34.320831 ], [ 101.098284, 34.329233 ], [ 101.054552, 34.322808 ], [ 100.986799, 34.374689 ], [ 100.951074, 34.38358 ], [ 100.895024, 34.375183 ], [ 100.868538, 34.332693 ], [ 100.821727, 34.317371 ], [ 100.798321, 34.260014 ], [ 100.809408, 34.247153 ], [ 100.764445, 34.178857 ], [ 100.806329, 34.155584 ], [ 100.848828, 34.089692 ], [ 100.870386, 34.083744 ], [ 100.880857, 34.036644 ], [ 100.93506, 33.990013 ], [ 100.927669, 33.975126 ], [ 100.965857, 33.946832 ], [ 100.994806, 33.891707 ], [ 101.023139, 33.896178 ], [ 101.054552, 33.863386 ], [ 101.153718, 33.8445 ], [ 101.153102, 33.823124 ], [ 101.190675, 33.791796 ], [ 101.186363, 33.741051 ], [ 101.162957, 33.719649 ], [ 101.177124, 33.685295 ], [ 101.166653, 33.659894 ], [ 101.217776, 33.669856 ], [ 101.23687, 33.685793 ], [ 101.302776, 33.657902 ], [ 101.385312, 33.644949 ], [ 101.424732, 33.655411 ], [ 101.428427, 33.680315 ], [ 101.501724, 33.702723 ], [ 101.58426, 33.674339 ], [ 101.585492, 33.645448 ], [ 101.616905, 33.598603 ], [ 101.611977, 33.565199 ], [ 101.622448, 33.502343 ], [ 101.718535, 33.494857 ], [ 101.748716, 33.505337 ], [ 101.769042, 33.538765 ], [ 101.777665, 33.533776 ], [ 101.769042, 33.45592 ], [ 101.695745, 33.433948 ], [ 101.663716, 33.383991 ], [ 101.64955, 33.323004 ], [ 101.677883, 33.297497 ], [ 101.735781, 33.279987 ], [ 101.709912, 33.21292 ], [ 101.653861, 33.162835 ], [ 101.661252, 33.135778 ], [ 101.633535, 33.101193 ], [ 101.557775, 33.167344 ], [ 101.515275, 33.192889 ], [ 101.487557, 33.226938 ], [ 101.403174, 33.225436 ], [ 101.386543, 33.207412 ], [ 101.393935, 33.157826 ], [ 101.381616, 33.153316 ], [ 101.297232, 33.262475 ], [ 101.217776, 33.256469 ], [ 101.182668, 33.26948 ], [ 101.156798, 33.236449 ], [ 101.124769, 33.221431 ], [ 101.11553, 33.194893 ], [ 101.169733, 33.10019 ], [ 101.143863, 33.086151 ], [ 101.146327, 33.056563 ], [ 101.184515, 33.041514 ], [ 101.171581, 33.009902 ], [ 101.183899, 32.984304 ], [ 101.129081, 32.989324 ], [ 101.134624, 32.95217 ], [ 101.124153, 32.909976 ], [ 101.178356, 32.892892 ], [ 101.223935, 32.855698 ], [ 101.237486, 32.825026 ], [ 101.22332, 32.725898 ], [ 101.157414, 32.661431 ], [ 101.124769, 32.658408 ], [ 101.077342, 32.68259 ], [ 101.030531, 32.660424 ], [ 100.99727, 32.627668 ], [ 100.956618, 32.621116 ], [ 100.93198, 32.600447 ], [ 100.887633, 32.632708 ], [ 100.834046, 32.648835 ], [ 100.77122, 32.643795 ], [ 100.690532, 32.678056 ], [ 100.71209, 32.645307 ], [ 100.710242, 32.610026 ], [ 100.673286, 32.628172 ], [ 100.661583, 32.616075 ], [ 100.657887, 32.546484 ], [ 100.645568, 32.526303 ], [ 100.603069, 32.553547 ], [ 100.54517, 32.569687 ], [ 100.516837, 32.632204 ], [ 100.470026, 32.694678 ], [ 100.450932, 32.694678 ], [ 100.420135, 32.73194 ], [ 100.378251, 32.698707 ], [ 100.399193, 32.756101 ], [ 100.339447, 32.719353 ], [ 100.258759, 32.742511 ], [ 100.231041, 32.696189 ], [ 100.229809, 32.650346 ], [ 100.208252, 32.606497 ], [ 100.189773, 32.630692 ], [ 100.109701, 32.640268 ], [ 100.088143, 32.668988 ], [ 100.139266, 32.724388 ], [ 100.117093, 32.802392 ], [ 100.123252, 32.837095 ], [ 100.064738, 32.895907 ], [ 100.029629, 32.895907 ], [ 100.038252, 32.929066 ], [ 99.956332, 32.948152 ], [ 99.947709, 32.986814 ], [ 99.877492, 33.045527 ], [ 99.877492, 32.993339 ], [ 99.851007, 32.941623 ], [ 99.805427, 32.940619 ], [ 99.788181, 32.956689 ], [ 99.764159, 32.924545 ], [ 99.791877, 32.883344 ], [ 99.766623, 32.826032 ], [ 99.760464, 32.769689 ], [ 99.717964, 32.732443 ], [ 99.705029, 32.76516 ], [ 99.646515, 32.774721 ], [ 99.640355, 32.790822 ], [ 99.589233, 32.789312 ], [ 99.558436, 32.839106 ], [ 99.45311, 32.862233 ], [ 99.376118, 32.899927 ], [ 99.353944, 32.885354 ], [ 99.268944, 32.878318 ], [ 99.24677, 32.924043 ], [ 99.235067, 32.982296 ], [ 99.214741, 32.991332 ], [ 99.196263, 33.035493 ], [ 99.124814, 33.046028 ], [ 99.090322, 33.079131 ], [ 99.024416, 33.094675 ], [ 99.014561, 33.081137 ], [ 98.971445, 33.098185 ], [ 98.967134, 33.115229 ], [ 98.92217, 33.118738 ], [ 98.858728, 33.150811 ], [ 98.804526, 33.219428 ], [ 98.802062, 33.270481 ], [ 98.759562, 33.276985 ], [ 98.779888, 33.370497 ], [ 98.736157, 33.406975 ], [ 98.742316, 33.477887 ], [ 98.725686, 33.503341 ], [ 98.678258, 33.522801 ], [ 98.648077, 33.548741 ], [ 98.652389, 33.595114 ], [ 98.622824, 33.610067 ], [ 98.61728, 33.637476 ], [ 98.6567, 33.64744 ], [ 98.610505, 33.682805 ], [ 98.582788, 33.731595 ], [ 98.537824, 33.74752 ], [ 98.51873, 33.77389 ], [ 98.494092, 33.768915 ], [ 98.492861, 33.796272 ], [ 98.463295, 33.848477 ], [ 98.434962, 33.843009 ], [ 98.407245, 33.867362 ], [ 98.425723, 33.913066 ], [ 98.415252, 33.956761 ], [ 98.440506, 33.981577 ], [ 98.428187, 34.029204 ], [ 98.396774, 34.053008 ], [ 98.392462, 34.089196 ], [ 98.344419, 34.094648 ], [ 98.258188, 34.083249 ], [ 98.206449, 34.08424 ], [ 98.157174, 34.107532 ], [ 98.098043, 34.122892 ], [ 98.051848, 34.11546 ], [ 97.95453, 34.190739 ], [ 97.898479, 34.209548 ], [ 97.796849, 34.199154 ], [ 97.796849, 34.199154 ], [ 97.789458, 34.182818 ], [ 97.789458, 34.182818 ], [ 97.766668, 34.158555 ], [ 97.665654, 34.126855 ], [ 97.70261, 34.036644 ], [ 97.652719, 33.998448 ], [ 97.660111, 33.956264 ], [ 97.629314, 33.919523 ], [ 97.601596, 33.929951 ], [ 97.52214, 33.903133 ], [ 97.503662, 33.912073 ], [ 97.460546, 33.887236 ], [ 97.395257, 33.889224 ], [ 97.398336, 33.848477 ], [ 97.371851, 33.842015 ], [ 97.373083, 33.817655 ], [ 97.406344, 33.795278 ], [ 97.422974, 33.754984 ], [ 97.418046, 33.728608 ], [ 97.435293, 33.682307 ], [ 97.415583, 33.605582 ], [ 97.450075, 33.582152 ], [ 97.523372, 33.577166 ], [ 97.511669, 33.520805 ], [ 97.552321, 33.465906 ], [ 97.625618, 33.461412 ], [ 97.674893, 33.432949 ], [ 97.754349, 33.409972 ], [ 97.676125, 33.341004 ], [ 97.622538, 33.337005 ], [ 97.607756, 33.263976 ], [ 97.548626, 33.203907 ], [ 97.487648, 33.168346 ], [ 97.498119, 33.137783 ], [ 97.487032, 33.107209 ], [ 97.517213, 33.097683 ], [ 97.542466, 33.035995 ], [ 97.499966, 33.011408 ], [ 97.523988, 32.988822 ], [ 97.438372, 32.976271 ], [ 97.375547, 32.956689 ], [ 97.347829, 32.895907 ], [ 97.376163, 32.886359 ], [ 97.392793, 32.828546 ], [ 97.386018, 32.77925 ], [ 97.429133, 32.714318 ], [ 97.42359, 32.70475 ], [ 97.48272, 32.654377 ], [ 97.535075, 32.638252 ], [ 97.543698, 32.62162 ], [ 97.607756, 32.614059 ], [ 97.616995, 32.586329 ], [ 97.700763, 32.53488 ], [ 97.730944, 32.527312 ], [ 97.684132, 32.530339 ], [ 97.670582, 32.51722 ], [ 97.540618, 32.536899 ], [ 97.50243, 32.530844 ], [ 97.463626, 32.55506 ], [ 97.448843, 32.586833 ], [ 97.411887, 32.575235 ], [ 97.374315, 32.546484 ], [ 97.3583, 32.563635 ], [ 97.332431, 32.542448 ], [ 97.334895, 32.514192 ], [ 97.388481, 32.501575 ], [ 97.341054, 32.440987 ], [ 97.387865, 32.427349 ], [ 97.424822, 32.322723 ], [ 97.415583, 32.296421 ], [ 97.371235, 32.273148 ], [ 97.32196, 32.303503 ], [ 97.299786, 32.294904 ], [ 97.264062, 32.182527 ], [ 97.271453, 32.139971 ], [ 97.313953, 32.130342 ], [ 97.293011, 32.096887 ], [ 97.308409, 32.076605 ], [ 97.258518, 32.072041 ], [ 97.219714, 32.109054 ], [ 97.201852, 32.090296 ], [ 97.233881, 32.063927 ], [ 97.214786, 32.042623 ], [ 97.188301, 32.055304 ], [ 97.169823, 32.032984 ], [ 97.127323, 32.044145 ], [ 97.028773, 32.04871 ], [ 97.006599, 32.067984 ], [ 96.935766, 32.048203 ], [ 96.965947, 32.008628 ], [ 96.941925, 31.986297 ], [ 96.894498, 32.013703 ], [ 96.863085, 31.996448 ], [ 96.868629, 31.964975 ], [ 96.824281, 32.007613 ], [ 96.722651, 32.013195 ], [ 96.742977, 32.001016 ], [ 96.753448, 31.944156 ], [ 96.776238, 31.935015 ], [ 96.81073, 31.894375 ], [ 96.794716, 31.869474 ], [ 96.760223, 31.860325 ], [ 96.765767, 31.819144 ], [ 96.799027, 31.792188 ], [ 96.840295, 31.720438 ], [ 96.790404, 31.698545 ], [ 96.778701, 31.675629 ], [ 96.722651, 31.686833 ], [ 96.691854, 31.722474 ], [ 96.661057, 31.705674 ], [ 96.615477, 31.737236 ], [ 96.56805, 31.711783 ], [ 96.519391, 31.74945 ], [ 96.468884, 31.769804 ], [ 96.435623, 31.796258 ], [ 96.407906, 31.845583 ], [ 96.389428, 31.919777 ], [ 96.288414, 31.919777 ], [ 96.253305, 31.929936 ], [ 96.220044, 31.905553 ], [ 96.188632, 31.904028 ], [ 96.214501, 31.876589 ], [ 96.202798, 31.841008 ], [ 96.183088, 31.835924 ], [ 96.178161, 31.775401 ], [ 96.231131, 31.749959 ], [ 96.222508, 31.733164 ], [ 96.252073, 31.697527 ], [ 96.245298, 31.657802 ], [ 96.221892, 31.647613 ], [ 96.207726, 31.598691 ], [ 96.156603, 31.602769 ], [ 96.148595, 31.686324 ], [ 96.135661, 31.70211 ], [ 96.064828, 31.720438 ], [ 95.989067, 31.78761 ], [ 95.983524, 31.816601 ], [ 95.89914, 31.81711 ], [ 95.846169, 31.736218 ], [ 95.853561, 31.714329 ], [ 95.823995, 31.68225 ], [ 95.779648, 31.748941 ], [ 95.634286, 31.782523 ], [ 95.580083, 31.76726 ], [ 95.546823, 31.73978 ], [ 95.511714, 31.750468 ], [ 95.480301, 31.795749 ], [ 95.456896, 31.801853 ], [ 95.406389, 31.896915 ], [ 95.408852, 31.918761 ], [ 95.3682, 31.92892 ], [ 95.360809, 31.95939 ], [ 95.395918, 32.001523 ], [ 95.454432, 32.007613 ], [ 95.421171, 32.033999 ], [ 95.454432, 32.061898 ], [ 95.440265, 32.157705 ], [ 95.406389, 32.182021 ], [ 95.367584, 32.178982 ], [ 95.366968, 32.151118 ], [ 95.31523, 32.148585 ], [ 95.270266, 32.194683 ], [ 95.270266, 32.194683 ], [ 95.239469, 32.287315 ], [ 95.241317, 32.3207 ], [ 95.214216, 32.321712 ], [ 95.20744, 32.297433 ], [ 95.10581, 32.258979 ], [ 95.079325, 32.279726 ], [ 95.096571, 32.322217 ], [ 95.193274, 32.332331 ], [ 95.261643, 32.348006 ], [ 95.228382, 32.363678 ], [ 95.218527, 32.397035 ], [ 95.153853, 32.386423 ], [ 95.081789, 32.384907 ], [ 95.075013, 32.376315 ], [ 95.075013, 32.376315 ], [ 95.057151, 32.395014 ], [ 94.988166, 32.422802 ], [ 94.944434, 32.404109 ], [ 94.912405, 32.41573 ], [ 94.889616, 32.472295 ], [ 94.852043, 32.463712 ], [ 94.80708, 32.486431 ], [ 94.78737, 32.522266 ], [ 94.762116, 32.526303 ], [ 94.737479, 32.587338 ], [ 94.638312, 32.645307 ], [ 94.614291, 32.673522 ], [ 94.591501, 32.640772 ], [ 94.522516, 32.595909 ], [ 94.459074, 32.599439 ], [ 94.463386, 32.572209 ], [ 94.435052, 32.562626 ], [ 94.395016, 32.594397 ], [ 94.371611, 32.524789 ], [ 94.350053, 32.533871 ], [ 94.294002, 32.519743 ], [ 94.292154, 32.502584 ], [ 94.250886, 32.51722 ], [ 94.196684, 32.51621 ], [ 94.176974, 32.454117 ], [ 94.137554, 32.433915 ], [ 94.091974, 32.463207 ], [ 94.049474, 32.469771 ], [ 94.03038, 32.448057 ], [ 93.978641, 32.459672 ], [ 93.960163, 32.484917 ], [ 93.90904, 32.463207 ], [ 93.861613, 32.466237 ], [ 93.851142, 32.50965 ], [ 93.820345, 32.549511 ], [ 93.75136, 32.56313 ], [ 93.721795, 32.578261 ], [ 93.651577, 32.571705 ], [ 93.618933, 32.522771 ], [ 93.516687, 32.47583 ], [ 93.501904, 32.503593 ], [ 93.476651, 32.504603 ], [ 93.4631, 32.556069 ], [ 93.411977, 32.558086 ], [ 93.385492, 32.525294 ], [ 93.33868, 32.5712 ], [ 93.308499, 32.580278 ], [ 93.300492, 32.619604 ], [ 93.260456, 32.62666 ], [ 93.239514, 32.662439 ], [ 93.210565, 32.655385 ], [ 93.176688, 32.6705 ], [ 93.159442, 32.644803 ], [ 93.087993, 32.63674 ], [ 93.069515, 32.626156 ], [ 93.023935, 32.703239 ], [ 93.019624, 32.737477 ], [ 93.00053, 32.741001 ], [ 92.964189, 32.714821 ], [ 92.933392, 32.719353 ], [ 92.866871, 32.698203 ], [ 92.822523, 32.729926 ], [ 92.789262, 32.719856 ], [ 92.756618, 32.743014 ], [ 92.686401, 32.76516 ], [ 92.667922, 32.73194 ], [ 92.634662, 32.720863 ], [ 92.574916, 32.741001 ], [ 92.56814, 32.73194 ], [ 92.484372, 32.745028 ], [ 92.459119, 32.76365 ], [ 92.411076, 32.748048 ], [ 92.355641, 32.764657 ], [ 92.343938, 32.738484 ], [ 92.310062, 32.751571 ], [ 92.255243, 32.720863 ], [ 92.198577, 32.754591 ], [ 92.211511, 32.788306 ], [ 92.193649, 32.801889 ], [ 92.227526, 32.821003 ], [ 92.205352, 32.866255 ], [ 92.145606, 32.885857 ], [ 92.101874, 32.860222 ], [ 92.038432, 32.860725 ], [ 92.018722, 32.829552 ], [ 91.955897, 32.8205 ], [ 91.896766, 32.907967 ], [ 91.857962, 32.90244 ], [ 91.839484, 32.948152 ], [ 91.799448, 32.942126 ], [ 91.752637, 32.969242 ], [ 91.685499, 32.989324 ], [ 91.664557, 33.012913 ], [ 91.583253, 33.0375 ], [ 91.55492, 33.060074 ], [ 91.535826, 33.10019 ], [ 91.49579, 33.109214 ], [ 91.436044, 33.066092 ], [ 91.370138, 33.100691 ], [ 91.311624, 33.108211 ], [ 91.261733, 33.141291 ], [ 91.226624, 33.141792 ], [ 91.18782, 33.106206 ], [ 91.161335, 33.108712 ], [ 91.147784, 33.07211 ], [ 91.072024, 33.113224 ], [ 91.037531, 33.098686 ], [ 91.001807, 33.11573 ], [ 90.927894, 33.120241 ], [ 90.902024, 33.083143 ], [ 90.88293, 33.120241 ], [ 90.803474, 33.114227 ], [ 90.740032, 33.142293 ], [ 90.704308, 33.135778 ], [ 90.627315, 33.180368 ], [ 90.562642, 33.229441 ], [ 90.490577, 33.264977 ], [ 90.405577, 33.260473 ], [ 90.363077, 33.279487 ], [ 90.332896, 33.310501 ], [ 90.246665, 33.423959 ], [ 90.22018, 33.437943 ], [ 90.107463, 33.460913 ], [ 90.088984, 33.478885 ], [ 90.083441, 33.525295 ], [ 90.01076, 33.553728 ], [ 89.984275, 33.612061 ], [ 90.008296, 33.687785 ], [ 89.981195, 33.70322 ], [ 89.983659, 33.725622 ], [ 89.907282, 33.741051 ], [ 89.902355, 33.758467 ], [ 89.942391, 33.801246 ], [ 89.899891, 33.80771 ], [ 89.837065, 33.868853 ], [ 89.795181, 33.865374 ], [ 89.73174, 33.921509 ], [ 89.718805, 33.946832 ], [ 89.688008, 33.959739 ], [ 89.684928, 33.990013 ], [ 89.635037, 34.049537 ], [ 89.656595, 34.057966 ], [ 89.655979, 34.097126 ], [ 89.71203, 34.131809 ], [ 89.756993, 34.124874 ], [ 89.760073, 34.152613 ], [ 89.789638, 34.150632 ], [ 89.816739, 34.16945 ], [ 89.838297, 34.263477 ], [ 89.825362, 34.293642 ], [ 89.86663, 34.324785 ], [ 89.858623, 34.359375 ], [ 89.820435, 34.369255 ], [ 89.799493, 34.39642 ], [ 89.819819, 34.420614 ], [ 89.823515, 34.455657 ], [ 89.814891, 34.548871 ], [ 89.777935, 34.574499 ], [ 89.798877, 34.628686 ], [ 89.74837, 34.641981 ], [ 89.72558, 34.660689 ], [ 89.732356, 34.732035 ], [ 89.799493, 34.743838 ], [ 89.825978, 34.796931 ], [ 89.867862, 34.81069 ], [ 89.838913, 34.865705 ], [ 89.814891, 34.86816 ], [ 89.821051, 34.902033 ], [ 89.78779, 34.921664 ], [ 89.747138, 34.903506 ], [ 89.707102, 34.919701 ], [ 89.670146, 34.887798 ], [ 89.578987, 34.895162 ], [ 89.560509, 34.938836 ], [ 89.59069, 35.057965 ], [ 89.593153, 35.104491 ], [ 89.579603, 35.118688 ], [ 89.519241, 35.133862 ], [ 89.46935, 35.214577 ], [ 89.450255, 35.223867 ], [ 89.48598, 35.256616 ], [ 89.531559, 35.276161 ], [ 89.494603, 35.298632 ], [ 89.516161, 35.330862 ], [ 89.497067, 35.361128 ], [ 89.58761, 35.383575 ], [ 89.619639, 35.412357 ], [ 89.658443, 35.425526 ], [ 89.685544, 35.416259 ], [ 89.739131, 35.468429 ], [ 89.765, 35.482563 ], [ 89.740979, 35.507412 ], [ 89.720037, 35.501566 ], [ 89.699711, 35.544916 ], [ 89.71203, 35.581915 ], [ 89.75145, 35.580942 ], [ 89.765616, 35.599922 ], [ 89.726196, 35.648082 ], [ 89.748986, 35.66267 ], [ 89.747138, 35.7516 ], [ 89.782863, 35.773453 ], [ 89.767464, 35.799183 ], [ 89.801957, 35.848193 ], [ 89.778551, 35.861775 ], [ 89.707718, 35.849163 ], [ 89.654747, 35.848193 ], [ 89.62395, 35.859349 ], [ 89.550654, 35.856924 ], [ 89.554965, 35.873414 ], [ 89.489676, 35.903475 ], [ 89.428082, 35.917531 ], [ 89.434857, 35.992136 ], [ 89.404676, 36.016827 ], [ 89.417611, 36.044897 ], [ 89.474893, 36.022151 ], [ 89.605472, 36.038123 ], [ 89.688624, 36.091337 ], [ 89.711414, 36.093272 ], [ 89.766848, 36.073925 ], [ 89.819819, 36.080697 ], [ 89.914058, 36.079246 ], [ 89.941159, 36.067637 ], [ 89.944855, 36.140649 ], [ 89.997825, 36.168193 ], [ 90.019999, 36.213594 ], [ 90.028006, 36.258486 ], [ 90.003369, 36.278752 ], [ 90.043405, 36.276822 ], [ 90.058188, 36.255591 ], [ 90.145651, 36.239181 ], [ 90.130252, 36.2078 ], [ 90.198006, 36.187516 ], [ 90.23681, 36.160462 ], [ 90.325505, 36.159496 ], [ 90.424055, 36.133883 ], [ 90.478258, 36.13195 ], [ 90.534925, 36.147899 ], [ 90.613149, 36.126632 ], [ 90.659344, 36.13485 ], [ 90.776373, 36.086501 ], [ 90.815793, 36.035703 ], [ 90.850285, 36.016827 ], [ 90.922966, 36.028927 ], [ 90.979017, 36.106811 ], [ 91.081263, 36.088436 ], [ 91.124994, 36.115514 ], [ 91.09235, 36.163844 ], [ 91.096045, 36.219871 ], [ 91.051698, 36.238215 ], [ 91.07264, 36.299012 ], [ 91.026444, 36.323607 ], [ 91.051698, 36.433946 ], [ 91.028292, 36.443093 ], [ 91.039995, 36.474861 ], [ 91.035683, 36.529703 ], [ 91.011662, 36.539801 ], [ 90.905104, 36.560474 ], [ 90.831191, 36.55807 ], [ 90.810865, 36.585466 ], [ 90.741264, 36.585947 ], [ 90.72217, 36.620058 ], [ 90.730793, 36.655594 ], [ 90.706156, 36.658955 ], [ 90.720938, 36.708868 ], [ 90.754815, 36.721341 ], [ 90.727098, 36.755872 ], [ 90.732025, 36.825844 ], [ 90.758511, 36.825844 ], [ 90.853981, 36.915373 ], [ 90.924198, 36.921115 ], [ 90.983944, 36.913459 ], [ 91.036915, 36.929727 ], [ 91.051698, 36.96751 ], [ 91.126842, 36.978507 ], [ 91.133618, 37.007665 ], [ 91.181045, 37.025345 ], [ 91.216153, 37.010054 ], [ 91.303617, 37.012444 ], [ 91.291298, 37.042544 ], [ 91.303617, 37.083136 ], [ 91.286371, 37.105095 ], [ 91.280211, 37.163779 ], [ 91.1909, 37.205737 ], [ 91.194596, 37.273868 ], [ 91.134849, 37.324331 ], [ 91.136081, 37.355734 ], [ 91.113292, 37.387124 ], [ 91.099741, 37.447965 ], [ 91.073256, 37.475992 ], [ 91.019669, 37.493088 ], [ 90.958075, 37.477891 ], [ 90.911879, 37.519674 ], [ 90.865684, 37.53059 ], [ 90.882314, 37.575664 ], [ 90.854597, 37.604117 ], [ 90.820104, 37.613599 ], [ 90.777605, 37.648672 ], [ 90.643946, 37.696988 ], [ 90.586663, 37.703144 ], [ 90.579272, 37.720661 ], [ 90.519526, 37.730601 ], [ 90.516446, 38.207111 ], [ 90.531229, 38.319886 ], [ 90.401882, 38.311434 ], [ 90.361846, 38.300163 ], [ 90.352607, 38.233441 ], [ 90.280542, 38.238142 ], [ 90.137644, 38.340543 ], [ 90.179528, 38.396848 ], [ 90.129636, 38.400131 ], [ 90.111774, 38.418889 ], [ 90.111774, 38.477945 ], [ 90.130868, 38.494341 ], [ 90.248513, 38.491531 ], [ 90.315034, 38.501835 ], [ 90.353222, 38.482162 ], [ 90.427135, 38.493873 ], [ 90.465323, 38.521971 ], [ 90.463476, 38.556611 ], [ 90.525685, 38.561291 ], [ 90.560794, 38.593573 ], [ 90.608837, 38.594508 ], [ 90.606374, 38.610878 ], [ 90.645794, 38.635191 ], [ 90.619308, 38.664636 ], [ 90.65996, 38.674449 ], [ 90.724634, 38.658094 ], [ 90.899561, 38.679588 ], [ 90.970394, 38.697806 ], [ 90.992567, 38.695003 ], [ 91.188436, 38.73096 ], [ 91.242639, 38.752433 ], [ 91.298689, 38.746365 ], [ 91.446515, 38.813546 ], [ 91.501333, 38.815411 ], [ 91.681188, 38.852706 ], [ 91.694738, 38.86622 ], [ 91.806223, 38.872744 ], [ 91.87952, 38.884391 ], [ 91.880752, 38.899297 ], [ 91.966368, 38.930961 ], [ 92.10865, 38.963541 ], [ 92.173323, 38.960749 ], [ 92.197961, 38.983548 ], [ 92.263866, 39.002153 ], [ 92.380279, 38.999828 ], [ 92.416003, 39.010524 ], [ 92.41046, 39.03842 ], [ 92.459119, 39.042604 ], [ 92.459119, 39.063982 ], [ 92.489916, 39.099753 ], [ 92.545966, 39.111362 ], [ 92.659299, 39.109969 ], [ 92.765857, 39.136898 ], [ 92.866871, 39.138754 ], [ 92.889045, 39.160103 ], [ 92.938936, 39.169848 ], [ 92.978356, 39.143396 ], [ 93.043029, 39.146645 ], [ 93.115094, 39.17959 ], [ 93.142196, 39.160567 ], [ 93.131725, 39.108112 ], [ 93.165601, 39.090928 ], [ 93.198246, 39.045857 ], [ 93.179152, 38.923977 ], [ 93.237666, 38.916062 ], [ 93.274007, 38.896036 ], [ 93.453245, 38.915596 ], [ 93.729186, 38.924443 ], [ 93.834511, 38.867618 ], [ 93.884403, 38.867618 ], [ 93.884403, 38.826136 ], [ 93.769838, 38.821007 ], [ 93.756287, 38.807484 ], [ 93.773533, 38.771099 ], [ 93.800019, 38.750566 ], [ 93.885018, 38.720689 ], [ 93.95154, 38.715086 ], [ 93.973098, 38.724891 ], [ 94.281067, 38.7599 ], [ 94.370379, 38.7627 ], [ 94.511429, 38.445142 ], [ 94.527443, 38.425922 ], [ 94.527443, 38.365416 ], [ 94.56132, 38.351807 ], [ 94.582878, 38.36917 ], [ 94.672805, 38.386998 ], [ 94.812623, 38.385591 ], [ 94.861282, 38.393565 ], [ 94.884072, 38.414669 ], [ 94.973999, 38.430142 ], [ 95.045448, 38.418889 ], [ 95.072549, 38.402476 ], [ 95.122441, 38.417014 ], [ 95.140919, 38.392158 ], [ 95.185266, 38.379492 ], [ 95.209904, 38.327868 ], [ 95.229614, 38.330685 ], [ 95.259179, 38.302981 ], [ 95.315846, 38.318947 ], [ 95.408236, 38.300163 ], [ 95.440881, 38.310965 ], [ 95.455664, 38.291709 ], [ 95.487693, 38.314721 ], [ 95.51849, 38.294997 ], [ 95.585011, 38.343359 ], [ 95.608417, 38.339134 ], [ 95.671858, 38.388405 ], [ 95.703887, 38.400131 ], [ 95.723597, 38.378554 ], [ 95.775952, 38.356031 ], [ 95.83693, 38.344298 ], [ 95.852945, 38.287481 ], [ 95.89606, 38.2903 ], [ 95.932401, 38.259291 ], [ 95.93856, 38.237202 ], [ 96.006929, 38.207582 ], [ 96.06606, 38.173245 ], [ 96.109175, 38.187358 ], [ 96.221892, 38.149246 ], [ 96.252689, 38.167599 ], [ 96.264392, 38.145952 ], [ 96.313051, 38.161952 ], [ 96.301964, 38.183124 ], [ 96.335841, 38.246132 ], [ 96.378341, 38.277146 ], [ 96.46334, 38.277616 ], [ 96.665369, 38.23015 ], [ 96.655514, 38.295936 ], [ 96.638883, 38.307208 ], [ 96.626564, 38.356031 ], [ 96.698013, 38.422172 ], [ 96.707868, 38.459203 ], [ 96.6666, 38.483567 ], [ 96.706637, 38.505582 ], [ 96.780549, 38.504177 ], [ 96.800259, 38.52759 ], [ 96.767614, 38.552399 ], [ 96.808882, 38.582346 ], [ 96.7941, 38.608072 ], [ 96.847071, 38.599186 ], [ 96.876636, 38.580475 ], [ 96.961019, 38.558015 ], [ 97.055874, 38.594508 ], [ 97.047251, 38.653888 ], [ 97.057722, 38.67258 ], [ 97.009063, 38.702477 ], [ 97.023229, 38.755699 ], [ 97.00044, 38.7613 ], [ 96.987505, 38.793025 ], [ 96.993664, 38.834993 ], [ 96.983809, 38.869016 ], [ 96.940693, 38.90768 ], [ 96.938846, 38.95563 ], [ 96.965331, 39.017034 ], [ 96.95794, 39.041674 ], [ 96.969643, 39.097895 ], [ 97.012142, 39.142004 ], [ 96.962251, 39.198144 ], [ 97.017686, 39.208347 ], [ 97.060186, 39.19768 ], [ 97.14149, 39.199999 ], [ 97.220946, 39.193042 ], [ 97.315185, 39.164744 ], [ 97.347213, 39.167528 ], [ 97.371235, 39.140611 ], [ 97.401416, 39.146645 ], [ 97.458698, 39.117863 ], [ 97.504894, 39.076527 ], [ 97.58127, 39.052364 ], [ 97.679205, 39.010524 ], [ 97.701379, 38.963076 ], [ 97.828878, 38.93003 ], [ 97.875689, 38.898365 ], [ 98.009348, 38.85923 ], [ 98.029058, 38.834061 ], [ 98.068478, 38.816344 ], [ 98.091884, 38.786495 ], [ 98.167645, 38.840121 ], [ 98.242173, 38.880664 ], [ 98.235398, 38.918855 ], [ 98.276666, 38.963541 ], [ 98.287753, 38.992386 ], [ 98.280977, 39.027263 ], [ 98.316702, 39.040744 ], [ 98.383839, 39.029588 ], [ 98.401086, 39.001688 ], [ 98.432498, 38.996107 ], [ 98.428187, 38.976104 ], [ 98.457752, 38.952838 ], [ 98.526737, 38.95563 ], [ 98.584635, 38.93003 ], [ 98.624056, 38.959353 ], [ 98.612353, 38.977035 ], [ 98.661628, 38.993782 ], [ 98.70536, 39.043533 ], [ 98.730613, 39.057011 ], [ 98.743548, 39.086747 ], [ 98.816845, 39.085818 ], [ 98.818076, 39.064911 ], [ 98.886446, 39.040744 ], [ 98.903076, 39.012384 ], [ 98.951735, 38.987735 ], [ 99.054597, 38.97657 ], [ 99.107568, 38.951907 ], [ 99.071843, 38.921184 ], [ 99.068764, 38.896968 ], [ 99.141445, 38.852706 ], [ 99.222133, 38.788827 ], [ 99.291118, 38.765966 ], [ 99.361951, 38.718354 ], [ 99.375502, 38.684727 ], [ 99.412458, 38.665571 ], [ 99.450646, 38.60433 ], [ 99.501769, 38.612281 ], [ 99.52887, 38.546314 ], [ 99.585537, 38.498556 ], [ 99.63974, 38.474666 ], [ 99.65945, 38.449361 ], [ 99.727203, 38.415607 ], [ 99.758, 38.410449 ], [ 99.826985, 38.370109 ], [ 99.960028, 38.320825 ], [ 100.001912, 38.315191 ], [ 100.049955, 38.283254 ], [ 100.071513, 38.284663 ], [ 100.117093, 38.253652 ], [ 100.126332, 38.231561 ], [ 100.182998, 38.222158 ], [ 100.159592, 38.291239 ], [ 100.163904, 38.328337 ], [ 100.136803, 38.33444 ], [ 100.093071, 38.407166 ], [ 100.022238, 38.432017 ], [ 100.001296, 38.467169 ], [ 100.025933, 38.507923 ], [ 100.064122, 38.518694 ], [ 100.086911, 38.492936 ], [ 100.113397, 38.497151 ], [ 100.163288, 38.461546 ], [ 100.24028, 38.441861 ], [ 100.259374, 38.366355 ], [ 100.301874, 38.388405 ], [ 100.331439, 38.337257 ], [ 100.318505, 38.329276 ], [ 100.396729, 38.293118 ], [ 100.424446, 38.307208 ], [ 100.432453, 38.275267 ], [ 100.459555, 38.2654 ], [ 100.474953, 38.288891 ], [ 100.516837, 38.272448 ], [ 100.545786, 38.247072 ], [ 100.595061, 38.242372 ], [ 100.619083, 38.26587 ], [ 100.71517, 38.253652 ], [ 100.752126, 38.238612 ], [ 100.825423, 38.158658 ], [ 100.860531, 38.148305 ], [ 100.913502, 38.17889 ], [ 100.93814, 38.16007 ], [ 100.91843, 38.129006 ], [ 100.922125, 38.084741 ], [ 100.888864, 38.056001 ], [ 100.895024, 38.013107 ], [ 100.91843, 37.999432 ], [ 100.964009, 38.011221 ], [ 101.077342, 37.941874 ], [ 101.103211, 37.946593 ], [ 101.114298, 37.92016 ], [ 101.152486, 37.891356 ], [ 101.159262, 37.86821 ], [ 101.202994, 37.84742 ], [ 101.276906, 37.83655 ], [ 101.362522, 37.791162 ], [ 101.382848, 37.822369 ], [ 101.459224, 37.86632 ], [ 101.551615, 37.835604 ], [ 101.598427, 37.827569 ], [ 101.670491, 37.754264 ], [ 101.659405, 37.733441 ], [ 101.791832, 37.696041 ], [ 101.815853, 37.654357 ], [ 101.854657, 37.664781 ], [ 101.873135, 37.686569 ], [ 101.946432, 37.728235 ], [ 101.998787, 37.724921 ], [ 102.036359, 37.685149 ], [ 102.048678, 37.651515 ], [ 102.035128, 37.627819 ], [ 102.102265, 37.582304 ], [ 102.131214, 37.54625 ], [ 102.103497, 37.482641 ], [ 102.125055, 37.48549 ], [ 102.176794, 37.458892 ], [ 102.19712, 37.420403 ], [ 102.299981, 37.391404 ], [ 102.29875, 37.370004 ], [ 102.368351, 37.327662 ], [ 102.428097, 37.308624 ], [ 102.419474, 37.294343 ], [ 102.45335, 37.271487 ], [ 102.457662, 37.248147 ], [ 102.490307, 37.223371 ], [ 102.533422, 37.217176 ], [ 102.578386, 37.17284 ], [ 102.599944, 37.174748 ], [ 102.642444, 37.099845 ], [ 102.583314, 37.104618 ], [ 102.488459, 37.078362 ], [ 102.506321, 37.019134 ], [ 102.450271, 36.968467 ], [ 102.499546, 36.954599 ], [ 102.526031, 36.928291 ], [ 102.56114, 36.91968 ], [ 102.587009, 36.869904 ], [ 102.639364, 36.852666 ], [ 102.720052, 36.767858 ], [ 102.692335, 36.775528 ], [ 102.639364, 36.732853 ], [ 102.612879, 36.738129 ], [ 102.601176, 36.710307 ], [ 102.630741, 36.650793 ], [ 102.684328, 36.619097 ], [ 102.724364, 36.613813 ], [ 102.714509, 36.599401 ], [ 102.761936, 36.568645 ], [ 102.734219, 36.562396 ], [ 102.753313, 36.525855 ], [ 102.793349, 36.497957 ], [ 102.771791, 36.47438 ], [ 102.829689, 36.365544 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "640000", "name": "宁夏回族自治区", "center": [ 106.278179, 38.46637 ], "centroid": [ 106.169867, 37.291331 ], "childrenNum": 5, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 29, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107.268764, 37.099367 ], [ 107.234887, 37.096503 ], [ 107.181916, 37.143269 ], [ 107.133873, 37.134681 ], [ 107.095685, 37.115595 ], [ 107.030395, 37.140883 ], [ 107.031011, 37.108436 ], [ 106.998367, 37.106527 ], [ 106.905976, 37.151378 ], [ 106.912135, 37.110345 ], [ 106.891193, 37.098413 ], [ 106.818512, 37.141838 ], [ 106.776012, 37.158056 ], [ 106.772933, 37.120367 ], [ 106.750143, 37.09889 ], [ 106.728585, 37.121321 ], [ 106.687933, 37.12991 ], [ 106.673151, 37.1113 ], [ 106.6171, 37.135158 ], [ 106.605397, 37.127524 ], [ 106.645433, 37.064992 ], [ 106.666991, 37.016745 ], [ 106.646665, 37.000496 ], [ 106.64297, 36.962729 ], [ 106.594926, 36.967988 ], [ 106.595542, 36.94025 ], [ 106.540108, 36.984244 ], [ 106.549347, 36.941685 ], [ 106.601702, 36.918244 ], [ 106.609709, 36.878521 ], [ 106.609709, 36.878521 ], [ 106.626955, 36.892403 ], [ 106.637426, 36.867031 ], [ 106.637426, 36.867031 ], [ 106.657752, 36.820575 ], [ 106.627571, 36.752995 ], [ 106.644817, 36.72278 ], [ 106.59431, 36.750118 ], [ 106.514238, 36.715584 ], [ 106.519782, 36.708868 ], [ 106.519782, 36.708868 ], [ 106.530869, 36.690154 ], [ 106.490833, 36.685835 ], [ 106.491448, 36.628703 ], [ 106.444637, 36.624861 ], [ 106.465579, 36.583063 ], [ 106.444637, 36.557109 ], [ 106.397826, 36.576816 ], [ 106.392282, 36.556628 ], [ 106.363949, 36.577296 ], [ 106.37134, 36.549417 ], [ 106.39721, 36.548455 ], [ 106.455724, 36.496995 ], [ 106.494528, 36.494589 ], [ 106.523477, 36.468605 ], [ 106.492064, 36.422389 ], [ 106.510543, 36.379037 ], [ 106.497608, 36.31348 ], [ 106.470507, 36.306246 ], [ 106.504383, 36.266207 ], [ 106.54134, 36.25366 ], [ 106.559202, 36.292259 ], [ 106.647897, 36.259451 ], [ 106.685469, 36.273445 ], [ 106.698404, 36.244008 ], [ 106.735976, 36.23725 ], [ 106.772933, 36.212628 ], [ 106.808657, 36.21118 ], [ 106.833295, 36.229044 ], [ 106.858548, 36.206834 ], [ 106.858548, 36.206834 ], [ 106.873947, 36.178338 ], [ 106.873947, 36.178338 ], [ 106.930613, 36.138716 ], [ 106.925686, 36.115997 ], [ 106.957715, 36.091337 ], [ 106.940468, 36.064734 ], [ 106.928149, 36.011502 ], [ 106.94786, 35.988262 ], [ 106.90228, 35.943699 ], [ 106.93862, 35.952905 ], [ 106.940468, 35.931101 ], [ 106.912751, 35.93207 ], [ 106.849925, 35.887476 ], [ 106.927534, 35.810346 ], [ 106.897353, 35.759856 ], [ 106.868403, 35.771996 ], [ 106.867171, 35.738485 ], [ 106.819128, 35.7448 ], [ 106.806193, 35.70982 ], [ 106.750759, 35.725369 ], [ 106.750759, 35.689408 ], [ 106.674998, 35.728284 ], [ 106.66268, 35.70739 ], [ 106.633115, 35.714679 ], [ 106.620796, 35.743829 ], [ 106.595542, 35.727312 ], [ 106.566593, 35.738971 ], [ 106.506231, 35.737514 ], [ 106.49268, 35.732656 ], [ 106.434782, 35.688436 ], [ 106.460036, 35.643705 ], [ 106.47913, 35.575101 ], [ 106.460036, 35.578995 ], [ 106.440941, 35.52641 ], [ 106.465579, 35.481101 ], [ 106.490217, 35.480613 ], [ 106.483441, 35.450393 ], [ 106.503767, 35.415284 ], [ 106.501304, 35.364056 ], [ 106.472354, 35.310842 ], [ 106.415688, 35.276161 ], [ 106.368261, 35.273718 ], [ 106.363333, 35.238532 ], [ 106.319601, 35.265411 ], [ 106.241377, 35.358687 ], [ 106.237681, 35.409431 ], [ 106.196414, 35.409919 ], [ 106.173008, 35.437716 ], [ 106.129892, 35.393333 ], [ 106.113262, 35.361616 ], [ 106.083081, 35.421624 ], [ 106.073226, 35.447468 ], [ 106.071378, 35.449418 ], [ 106.073226, 35.450393 ], [ 106.073842, 35.45478 ], [ 106.06953, 35.458193 ], [ 106.071994, 35.463555 ], [ 106.078769, 35.509848 ], [ 106.047356, 35.498155 ], [ 106.023335, 35.49377 ], [ 106.017175, 35.519103 ], [ 105.900147, 35.54735 ], [ 105.868734, 35.540046 ], [ 105.847176, 35.490359 ], [ 105.816379, 35.575101 ], [ 105.800365, 35.564878 ], [ 105.762176, 35.602841 ], [ 105.759097, 35.634464 ], [ 105.713517, 35.650513 ], [ 105.722756, 35.673366 ], [ 105.690727, 35.698643 ], [ 105.723988, 35.725854 ], [ 105.740618, 35.698643 ], [ 105.759097, 35.724883 ], [ 105.70243, 35.733142 ], [ 105.667322, 35.749657 ], [ 105.595873, 35.715651 ], [ 105.481924, 35.727312 ], [ 105.457286, 35.771511 ], [ 105.432033, 35.787533 ], [ 105.428953, 35.819082 ], [ 105.408627, 35.822479 ], [ 105.38091, 35.792873 ], [ 105.371055, 35.844312 ], [ 105.39754, 35.857409 ], [ 105.350113, 35.875839 ], [ 105.324859, 35.941761 ], [ 105.343954, 36.033767 ], [ 105.406163, 36.074409 ], [ 105.430801, 36.10391 ], [ 105.491163, 36.101009 ], [ 105.515185, 36.147415 ], [ 105.478844, 36.213111 ], [ 105.460366, 36.223733 ], [ 105.45975, 36.268137 ], [ 105.476381, 36.293224 ], [ 105.455439, 36.321678 ], [ 105.425873, 36.330357 ], [ 105.401236, 36.369881 ], [ 105.398156, 36.430575 ], [ 105.363048, 36.443093 ], [ 105.362432, 36.496514 ], [ 105.322396, 36.535954 ], [ 105.281744, 36.522489 ], [ 105.252179, 36.553263 ], [ 105.2762, 36.563358 ], [ 105.261418, 36.602764 ], [ 105.22015, 36.631105 ], [ 105.225693, 36.664716 ], [ 105.201056, 36.700711 ], [ 105.218302, 36.730455 ], [ 105.272505, 36.739567 ], [ 105.275584, 36.752515 ], [ 105.319932, 36.742924 ], [ 105.340874, 36.764502 ], [ 105.334714, 36.80093 ], [ 105.303302, 36.820575 ], [ 105.279896, 36.86751 ], [ 105.244787, 36.894796 ], [ 105.178882, 36.892403 ], [ 105.185657, 36.942164 ], [ 105.165331, 36.99476 ], [ 105.128991, 36.996194 ], [ 105.05939, 37.022956 ], [ 105.03968, 37.007187 ], [ 105.004571, 37.035378 ], [ 104.95468, 37.040156 ], [ 104.954064, 37.077407 ], [ 104.914644, 37.097935 ], [ 104.888158, 37.15901 ], [ 104.864753, 37.17284 ], [ 104.85613, 37.211933 ], [ 104.776673, 37.246718 ], [ 104.717543, 37.208597 ], [ 104.638087, 37.201923 ], [ 104.600515, 37.242907 ], [ 104.624536, 37.298627 ], [ 104.651022, 37.290534 ], [ 104.673812, 37.317668 ], [ 104.713848, 37.329566 ], [ 104.662109, 37.367626 ], [ 104.679971, 37.408044 ], [ 104.521059, 37.43466 ], [ 104.499501, 37.421353 ], [ 104.448994, 37.42468 ], [ 104.437907, 37.445589 ], [ 104.365226, 37.418026 ], [ 104.298705, 37.414223 ], [ 104.287002, 37.428007 ], [ 104.322726, 37.44844 ], [ 104.407726, 37.464592 ], [ 104.419429, 37.511604 ], [ 104.433595, 37.515402 ], [ 104.623305, 37.522522 ], [ 104.805007, 37.539133 ], [ 104.866601, 37.566651 ], [ 105.027977, 37.580881 ], [ 105.111128, 37.633981 ], [ 105.187505, 37.657674 ], [ 105.221998, 37.677097 ], [ 105.315004, 37.702197 ], [ 105.4037, 37.710246 ], [ 105.467141, 37.695094 ], [ 105.598952, 37.699356 ], [ 105.616199, 37.722555 ], [ 105.622358, 37.777919 ], [ 105.677177, 37.771769 ], [ 105.760944, 37.799674 ], [ 105.80406, 37.862068 ], [ 105.799749, 37.939986 ], [ 105.840401, 38.004147 ], [ 105.780655, 38.084741 ], [ 105.76772, 38.121474 ], [ 105.775111, 38.186887 ], [ 105.802828, 38.220277 ], [ 105.842248, 38.240962 ], [ 105.86627, 38.296406 ], [ 105.821307, 38.366824 ], [ 105.835473, 38.387467 ], [ 105.827466, 38.432486 ], [ 105.850872, 38.443736 ], [ 105.836705, 38.476071 ], [ 105.863806, 38.53508 ], [ 105.856415, 38.569714 ], [ 105.874277, 38.593105 ], [ 105.852719, 38.641735 ], [ 105.894603, 38.696405 ], [ 105.88598, 38.716953 ], [ 105.908154, 38.737496 ], [ 105.909386, 38.791159 ], [ 105.992538, 38.857366 ], [ 105.97098, 38.909077 ], [ 106.021487, 38.953769 ], [ 106.060907, 38.96866 ], [ 106.087392, 39.006339 ], [ 106.078153, 39.026333 ], [ 106.096631, 39.084889 ], [ 106.145907, 39.153142 ], [ 106.170544, 39.163352 ], [ 106.192718, 39.142932 ], [ 106.251232, 39.131327 ], [ 106.285109, 39.146181 ], [ 106.29558, 39.167992 ], [ 106.280181, 39.262118 ], [ 106.402753, 39.291767 ], [ 106.511774, 39.272311 ], [ 106.525325, 39.308439 ], [ 106.556122, 39.322329 ], [ 106.602318, 39.37555 ], [ 106.643586, 39.357969 ], [ 106.683622, 39.357506 ], [ 106.751375, 39.381564 ], [ 106.781556, 39.371849 ], [ 106.806809, 39.318625 ], [ 106.806193, 39.277407 ], [ 106.790795, 39.241263 ], [ 106.795723, 39.214375 ], [ 106.825288, 39.19397 ], [ 106.859164, 39.107648 ], [ 106.878874, 39.091392 ], [ 106.933693, 39.076527 ], [ 106.96757, 39.054688 ], [ 106.971881, 39.026333 ], [ 106.954019, 38.941202 ], [ 106.837606, 38.847579 ], [ 106.756302, 38.748699 ], [ 106.709491, 38.718821 ], [ 106.66268, 38.601524 ], [ 106.647897, 38.470917 ], [ 106.599854, 38.389812 ], [ 106.482209, 38.319417 ], [ 106.555506, 38.263521 ], [ 106.627571, 38.232501 ], [ 106.654672, 38.22921 ], [ 106.737824, 38.197706 ], [ 106.779092, 38.171833 ], [ 106.858548, 38.156306 ], [ 106.942316, 38.132302 ], [ 107.010069, 38.120532 ], [ 107.051337, 38.122886 ], [ 107.071047, 38.138892 ], [ 107.119091, 38.134185 ], [ 107.138801, 38.161011 ], [ 107.19054, 38.153953 ], [ 107.240431, 38.111586 ], [ 107.33159, 38.086625 ], [ 107.3938, 38.014993 ], [ 107.440611, 37.995659 ], [ 107.411662, 37.948009 ], [ 107.448618, 37.933378 ], [ 107.49235, 37.944706 ], [ 107.560719, 37.893717 ], [ 107.65003, 37.86443 ], [ 107.659269, 37.844112 ], [ 107.646335, 37.805349 ], [ 107.620465, 37.776026 ], [ 107.599523, 37.791162 ], [ 107.57119, 37.776499 ], [ 107.499125, 37.765619 ], [ 107.484959, 37.706458 ], [ 107.425828, 37.684201 ], [ 107.387024, 37.691305 ], [ 107.389488, 37.671413 ], [ 107.422133, 37.665254 ], [ 107.361155, 37.613125 ], [ 107.311264, 37.609806 ], [ 107.330358, 37.584201 ], [ 107.369162, 37.58752 ], [ 107.345756, 37.518725 ], [ 107.284162, 37.481691 ], [ 107.282931, 37.437036 ], [ 107.257677, 37.337179 ], [ 107.273075, 37.29101 ], [ 107.309416, 37.239095 ], [ 107.270612, 37.229089 ], [ 107.317423, 37.200017 ], [ 107.336517, 37.165687 ], [ 107.334669, 37.138975 ], [ 107.306952, 37.100799 ], [ 107.281083, 37.127047 ], [ 107.268764, 37.099367 ] ] ], [ [ [ 106.048588, 35.488898 ], [ 106.054132, 35.45478 ], [ 106.034422, 35.469404 ], [ 106.002393, 35.438692 ], [ 105.894603, 35.413821 ], [ 105.897683, 35.451368 ], [ 106.048588, 35.488898 ] ] ], [ [ [ 106.073842, 35.45478 ], [ 106.073226, 35.450393 ], [ 106.071378, 35.449418 ], [ 106.06953, 35.458193 ], [ 106.073842, 35.45478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "650000", "name": "新疆维吾尔自治区", "center": [ 87.617733, 43.792818 ], "centroid": [ 85.294711, 41.371801 ], "childrenNum": 24, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 30, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 96.386348, 42.727592 ], [ 96.166458, 42.623314 ], [ 96.103632, 42.604375 ], [ 96.072219, 42.569566 ], [ 96.02356, 42.542675 ], [ 96.0174, 42.482239 ], [ 95.978596, 42.436762 ], [ 96.06606, 42.414674 ], [ 96.042038, 42.352787 ], [ 96.040806, 42.326688 ], [ 96.178161, 42.21775 ], [ 96.077147, 42.149457 ], [ 96.13874, 42.05399 ], [ 96.137509, 42.019765 ], [ 96.117183, 41.985966 ], [ 96.054973, 41.936124 ], [ 95.998306, 41.906289 ], [ 95.855408, 41.849699 ], [ 95.801206, 41.848361 ], [ 95.759322, 41.835878 ], [ 95.65646, 41.826067 ], [ 95.57146, 41.796181 ], [ 95.445193, 41.719841 ], [ 95.39407, 41.693481 ], [ 95.335556, 41.644305 ], [ 95.299831, 41.565994 ], [ 95.247476, 41.61344 ], [ 95.194505, 41.694821 ], [ 95.199433, 41.719395 ], [ 95.16494, 41.735474 ], [ 95.135991, 41.772976 ], [ 95.110738, 41.768513 ], [ 95.011572, 41.726541 ], [ 94.969072, 41.718948 ], [ 94.861898, 41.668451 ], [ 94.809543, 41.619256 ], [ 94.750413, 41.538227 ], [ 94.534219, 41.505966 ], [ 94.184365, 41.268444 ], [ 94.01067, 41.114875 ], [ 93.908424, 40.983539 ], [ 93.809874, 40.879548 ], [ 93.820961, 40.793519 ], [ 93.760599, 40.664721 ], [ 93.506216, 40.648376 ], [ 92.928465, 40.572504 ], [ 92.920458, 40.391792 ], [ 92.906907, 40.310609 ], [ 92.796654, 40.153897 ], [ 92.745531, 39.868331 ], [ 92.687632, 39.657174 ], [ 92.639589, 39.514196 ], [ 92.52564, 39.368611 ], [ 92.378431, 39.258411 ], [ 92.339011, 39.236628 ], [ 92.343938, 39.146181 ], [ 92.366112, 39.096037 ], [ 92.366728, 39.059335 ], [ 92.41046, 39.03842 ], [ 92.416003, 39.010524 ], [ 92.380279, 38.999828 ], [ 92.263866, 39.002153 ], [ 92.197961, 38.983548 ], [ 92.173323, 38.960749 ], [ 92.10865, 38.963541 ], [ 91.966368, 38.930961 ], [ 91.880752, 38.899297 ], [ 91.87952, 38.884391 ], [ 91.806223, 38.872744 ], [ 91.694738, 38.86622 ], [ 91.681188, 38.852706 ], [ 91.501333, 38.815411 ], [ 91.446515, 38.813546 ], [ 91.298689, 38.746365 ], [ 91.242639, 38.752433 ], [ 91.188436, 38.73096 ], [ 90.992567, 38.695003 ], [ 90.970394, 38.697806 ], [ 90.899561, 38.679588 ], [ 90.724634, 38.658094 ], [ 90.65996, 38.674449 ], [ 90.619308, 38.664636 ], [ 90.645794, 38.635191 ], [ 90.606374, 38.610878 ], [ 90.608837, 38.594508 ], [ 90.560794, 38.593573 ], [ 90.525685, 38.561291 ], [ 90.463476, 38.556611 ], [ 90.465323, 38.521971 ], [ 90.427135, 38.493873 ], [ 90.353222, 38.482162 ], [ 90.315034, 38.501835 ], [ 90.248513, 38.491531 ], [ 90.130868, 38.494341 ], [ 90.111774, 38.477945 ], [ 90.111774, 38.418889 ], [ 90.129636, 38.400131 ], [ 90.179528, 38.396848 ], [ 90.137644, 38.340543 ], [ 90.280542, 38.238142 ], [ 90.352607, 38.233441 ], [ 90.361846, 38.300163 ], [ 90.401882, 38.311434 ], [ 90.531229, 38.319886 ], [ 90.516446, 38.207111 ], [ 90.519526, 37.730601 ], [ 90.579272, 37.720661 ], [ 90.586663, 37.703144 ], [ 90.643946, 37.696988 ], [ 90.777605, 37.648672 ], [ 90.820104, 37.613599 ], [ 90.854597, 37.604117 ], [ 90.882314, 37.575664 ], [ 90.865684, 37.53059 ], [ 90.911879, 37.519674 ], [ 90.958075, 37.477891 ], [ 91.019669, 37.493088 ], [ 91.073256, 37.475992 ], [ 91.099741, 37.447965 ], [ 91.113292, 37.387124 ], [ 91.136081, 37.355734 ], [ 91.134849, 37.324331 ], [ 91.194596, 37.273868 ], [ 91.1909, 37.205737 ], [ 91.280211, 37.163779 ], [ 91.286371, 37.105095 ], [ 91.303617, 37.083136 ], [ 91.291298, 37.042544 ], [ 91.303617, 37.012444 ], [ 91.216153, 37.010054 ], [ 91.181045, 37.025345 ], [ 91.133618, 37.007665 ], [ 91.126842, 36.978507 ], [ 91.051698, 36.96751 ], [ 91.036915, 36.929727 ], [ 90.983944, 36.913459 ], [ 90.924198, 36.921115 ], [ 90.853981, 36.915373 ], [ 90.758511, 36.825844 ], [ 90.732025, 36.825844 ], [ 90.727098, 36.755872 ], [ 90.754815, 36.721341 ], [ 90.720938, 36.708868 ], [ 90.706156, 36.658955 ], [ 90.730793, 36.655594 ], [ 90.72217, 36.620058 ], [ 90.741264, 36.585947 ], [ 90.810865, 36.585466 ], [ 90.831191, 36.55807 ], [ 90.905104, 36.560474 ], [ 91.011662, 36.539801 ], [ 91.035683, 36.529703 ], [ 91.039995, 36.474861 ], [ 91.028292, 36.443093 ], [ 91.051698, 36.433946 ], [ 91.026444, 36.323607 ], [ 91.07264, 36.299012 ], [ 91.051698, 36.238215 ], [ 91.096045, 36.219871 ], [ 91.09235, 36.163844 ], [ 91.124994, 36.115514 ], [ 91.081263, 36.088436 ], [ 90.979017, 36.106811 ], [ 90.922966, 36.028927 ], [ 90.850285, 36.016827 ], [ 90.815793, 36.035703 ], [ 90.776373, 36.086501 ], [ 90.659344, 36.13485 ], [ 90.613149, 36.126632 ], [ 90.534925, 36.147899 ], [ 90.478258, 36.13195 ], [ 90.424055, 36.133883 ], [ 90.325505, 36.159496 ], [ 90.23681, 36.160462 ], [ 90.198006, 36.187516 ], [ 90.130252, 36.2078 ], [ 90.145651, 36.239181 ], [ 90.058188, 36.255591 ], [ 90.043405, 36.276822 ], [ 90.003369, 36.278752 ], [ 90.028006, 36.258486 ], [ 90.019999, 36.213594 ], [ 89.997825, 36.168193 ], [ 89.944855, 36.140649 ], [ 89.941159, 36.067637 ], [ 89.914058, 36.079246 ], [ 89.819819, 36.080697 ], [ 89.766848, 36.073925 ], [ 89.711414, 36.093272 ], [ 89.614711, 36.109712 ], [ 89.594385, 36.126632 ], [ 89.490291, 36.151281 ], [ 89.375727, 36.228078 ], [ 89.335075, 36.23725 ], [ 89.292575, 36.231457 ], [ 89.232213, 36.295636 ], [ 89.198952, 36.260417 ], [ 89.126887, 36.254626 ], [ 89.10225, 36.281164 ], [ 89.054822, 36.291777 ], [ 89.013554, 36.315409 ], [ 88.964279, 36.318785 ], [ 88.926091, 36.36458 ], [ 88.870657, 36.348193 ], [ 88.838628, 36.353496 ], [ 88.802903, 36.33807 ], [ 88.783809, 36.291777 ], [ 88.766563, 36.292259 ], [ 88.690186, 36.367954 ], [ 88.623665, 36.389636 ], [ 88.618121, 36.428168 ], [ 88.573158, 36.461386 ], [ 88.498629, 36.446463 ], [ 88.470912, 36.48208 ], [ 88.41055, 36.473418 ], [ 88.356963, 36.477268 ], [ 88.366202, 36.458016 ], [ 88.282434, 36.470049 ], [ 88.241782, 36.468605 ], [ 88.222688, 36.447426 ], [ 88.182652, 36.452721 ], [ 88.134609, 36.427205 ], [ 88.092109, 36.43539 ], [ 88.006494, 36.430575 ], [ 87.983088, 36.437797 ], [ 87.95845, 36.408423 ], [ 87.919646, 36.39349 ], [ 87.838342, 36.383855 ], [ 87.826023, 36.391563 ], [ 87.767509, 36.3747 ], [ 87.731785, 36.384818 ], [ 87.6203, 36.360243 ], [ 87.570409, 36.342409 ], [ 87.470626, 36.354459 ], [ 87.460155, 36.409868 ], [ 87.426895, 36.42576 ], [ 87.386859, 36.412757 ], [ 87.363453, 36.420463 ], [ 87.348055, 36.393008 ], [ 87.292004, 36.358797 ], [ 87.193454, 36.349158 ], [ 87.161425, 36.325535 ], [ 87.149106, 36.297565 ], [ 87.08628, 36.310587 ], [ 87.051788, 36.2966 ], [ 86.996353, 36.308658 ], [ 86.943998, 36.284058 ], [ 86.931064, 36.265242 ], [ 86.887332, 36.262829 ], [ 86.86331, 36.299977 ], [ 86.836209, 36.291294 ], [ 86.746282, 36.291777 ], [ 86.69947, 36.24449 ], [ 86.599072, 36.222285 ], [ 86.531935, 36.227113 ], [ 86.515305, 36.205385 ], [ 86.454943, 36.221319 ], [ 86.392733, 36.206834 ], [ 86.35824, 36.168676 ], [ 86.2794, 36.170608 ], [ 86.248603, 36.141616 ], [ 86.187625, 36.130983 ], [ 86.182081, 36.064734 ], [ 86.199944, 36.047801 ], [ 86.173458, 36.008113 ], [ 86.150668, 36.00424 ], [ 86.129111, 35.941761 ], [ 86.093386, 35.906868 ], [ 86.090306, 35.876809 ], [ 86.05335, 35.842857 ], [ 86.035488, 35.846738 ], [ 85.949256, 35.778794 ], [ 85.903677, 35.78462 ], [ 85.835308, 35.771996 ], [ 85.811286, 35.778794 ], [ 85.691178, 35.751114 ], [ 85.65299, 35.731199 ], [ 85.612953, 35.651486 ], [ 85.566142, 35.6403 ], [ 85.518715, 35.680658 ], [ 85.373969, 35.700101 ], [ 85.341324, 35.753543 ], [ 85.271107, 35.788989 ], [ 85.146071, 35.742371 ], [ 85.053065, 35.752086 ], [ 84.99455, 35.737028 ], [ 84.973608, 35.709334 ], [ 84.920022, 35.696213 ], [ 84.798066, 35.647595 ], [ 84.729081, 35.613546 ], [ 84.704443, 35.616951 ], [ 84.628067, 35.595055 ], [ 84.570168, 35.588242 ], [ 84.513502, 35.564391 ], [ 84.448828, 35.550272 ], [ 84.475929, 35.516181 ], [ 84.45314, 35.473303 ], [ 84.424191, 35.466479 ], [ 84.333032, 35.413821 ], [ 84.274517, 35.404065 ], [ 84.200605, 35.381135 ], [ 84.160569, 35.359663 ], [ 84.140859, 35.379184 ], [ 84.095895, 35.362592 ], [ 84.077417, 35.400163 ], [ 84.005968, 35.422599 ], [ 83.906186, 35.40309 ], [ 83.885244, 35.367472 ], [ 83.79778, 35.354783 ], [ 83.785462, 35.36308 ], [ 83.677672, 35.361128 ], [ 83.622238, 35.335256 ], [ 83.599448, 35.351366 ], [ 83.54155, 35.341603 ], [ 83.540318, 35.364056 ], [ 83.502745, 35.360639 ], [ 83.449159, 35.382111 ], [ 83.405427, 35.380648 ], [ 83.333978, 35.397236 ], [ 83.280391, 35.401138 ], [ 83.251442, 35.417722 ], [ 83.178145, 35.38943 ], [ 83.127022, 35.398699 ], [ 83.088834, 35.425526 ], [ 83.067892, 35.46258 ], [ 82.998907, 35.484512 ], [ 82.971806, 35.548324 ], [ 82.981661, 35.599922 ], [ 82.956407, 35.636409 ], [ 82.967494, 35.667532 ], [ 82.894813, 35.673852 ], [ 82.873871, 35.688922 ], [ 82.795031, 35.688436 ], [ 82.780249, 35.666073 ], [ 82.731589, 35.637868 ], [ 82.652133, 35.67288 ], [ 82.628727, 35.692324 ], [ 82.546192, 35.708362 ], [ 82.501844, 35.701073 ], [ 82.468583, 35.717595 ], [ 82.424852, 35.712736 ], [ 82.392823, 35.656349 ], [ 82.336156, 35.651486 ], [ 82.350323, 35.611113 ], [ 82.328149, 35.559523 ], [ 82.2992, 35.544916 ], [ 82.263475, 35.547837 ], [ 82.234526, 35.520565 ], [ 82.189563, 35.513258 ], [ 82.164925, 35.495719 ], [ 82.086701, 35.467454 ], [ 82.071302, 35.450393 ], [ 82.034346, 35.451855 ], [ 82.029419, 35.426013 ], [ 82.05344, 35.35039 ], [ 82.030034, 35.321585 ], [ 81.99123, 35.30547 ], [ 81.955506, 35.307423 ], [ 81.927789, 35.271275 ], [ 81.853876, 35.25857 ], [ 81.804601, 35.270786 ], [ 81.736847, 35.26248 ], [ 81.68634, 35.235599 ], [ 81.513261, 35.23511 ], [ 81.504638, 35.279092 ], [ 81.447972, 35.318167 ], [ 81.441196, 35.333303 ], [ 81.385762, 35.335256 ], [ 81.363588, 35.354783 ], [ 81.314313, 35.337209 ], [ 81.285364, 35.345508 ], [ 81.26627, 35.322562 ], [ 81.219458, 35.319144 ], [ 81.191741, 35.36552 ], [ 81.142466, 35.365032 ], [ 81.103662, 35.386015 ], [ 81.09935, 35.40748 ], [ 81.054387, 35.402602 ], [ 81.031597, 35.380648 ], [ 81.030981, 35.337209 ], [ 81.002648, 35.334768 ], [ 81.026053, 35.31133 ], [ 80.963844, 35.310842 ], [ 80.924423, 35.330862 ], [ 80.894242, 35.324027 ], [ 80.844351, 35.345508 ], [ 80.759968, 35.334768 ], [ 80.689135, 35.339162 ], [ 80.690982, 35.364544 ], [ 80.65649, 35.393821 ], [ 80.599823, 35.409431 ], [ 80.56841, 35.391381 ], [ 80.532686, 35.404553 ], [ 80.514824, 35.391869 ], [ 80.444607, 35.417235 ], [ 80.432904, 35.449418 ], [ 80.375006, 35.387966 ], [ 80.321419, 35.38699 ], [ 80.286926, 35.35283 ], [ 80.267832, 35.295701 ], [ 80.362687, 35.20871 ], [ 80.257977, 35.203331 ], [ 80.223484, 35.177409 ], [ 80.23026, 35.147565 ], [ 80.118159, 35.066293 ], [ 80.078123, 35.076578 ], [ 80.031311, 35.034447 ], [ 80.04363, 35.022196 ], [ 80.02392, 34.971209 ], [ 80.041782, 34.943252 ], [ 80.034391, 34.902033 ], [ 80.003594, 34.895162 ], [ 79.996819, 34.856375 ], [ 79.961094, 34.862759 ], [ 79.926602, 34.849499 ], [ 79.947544, 34.821008 ], [ 79.898268, 34.732035 ], [ 79.906892, 34.683821 ], [ 79.866856, 34.671517 ], [ 79.88595, 34.642965 ], [ 79.84345, 34.55725 ], [ 79.861312, 34.528166 ], [ 79.801566, 34.478847 ], [ 79.735661, 34.471447 ], [ 79.699936, 34.477861 ], [ 79.675914, 34.451216 ], [ 79.58106, 34.456151 ], [ 79.545335, 34.476381 ], [ 79.504683, 34.45467 ], [ 79.435082, 34.447761 ], [ 79.363017, 34.428018 ], [ 79.326677, 34.44332 ], [ 79.274322, 34.435916 ], [ 79.241677, 34.415183 ], [ 79.179467, 34.422588 ], [ 79.161605, 34.441345 ], [ 79.072294, 34.412714 ], [ 79.039033, 34.421601 ], [ 79.0107, 34.399877 ], [ 79.048888, 34.348506 ], [ 79.039649, 34.33467 ], [ 78.973128, 34.362833 ], [ 78.958961, 34.386049 ], [ 78.899831, 34.354929 ], [ 78.878273, 34.391481 ], [ 78.809288, 34.432955 ], [ 78.742766, 34.45467 ], [ 78.758781, 34.481807 ], [ 78.715049, 34.502031 ], [ 78.708274, 34.522249 ], [ 78.634977, 34.538026 ], [ 78.58139, 34.505483 ], [ 78.562912, 34.51288 ], [ 78.559832, 34.55725 ], [ 78.542586, 34.574499 ], [ 78.492695, 34.578441 ], [ 78.436029, 34.543942 ], [ 78.427405, 34.594207 ], [ 78.397224, 34.605538 ], [ 78.346101, 34.60406 ], [ 78.280812, 34.623269 ], [ 78.265413, 34.651335 ], [ 78.267261, 34.705472 ], [ 78.213059, 34.717771 ], [ 78.21429, 34.760556 ], [ 78.230921, 34.776288 ], [ 78.237696, 34.882398 ], [ 78.206283, 34.891726 ], [ 78.182262, 34.936874 ], [ 78.201972, 34.974642 ], [ 78.160704, 34.990823 ], [ 78.123131, 35.036897 ], [ 78.150849, 35.069721 ], [ 78.124979, 35.108407 ], [ 78.078784, 35.100084 ], [ 78.062769, 35.114772 ], [ 78.060306, 35.180344 ], [ 78.01719, 35.228267 ], [ 78.020885, 35.315237 ], [ 78.013494, 35.366008 ], [ 78.046755, 35.384063 ], [ 78.107117, 35.437229 ], [ 78.113892, 35.466967 ], [ 78.140378, 35.494745 ], [ 78.048603, 35.491334 ], [ 78.029509, 35.469404 ], [ 78.009799, 35.491821 ], [ 77.951284, 35.478664 ], [ 77.917408, 35.490847 ], [ 77.914944, 35.465017 ], [ 77.870596, 35.495232 ], [ 77.85643, 35.487436 ], [ 77.816394, 35.518616 ], [ 77.797299, 35.491334 ], [ 77.757879, 35.497181 ], [ 77.735706, 35.461605 ], [ 77.690742, 35.448443 ], [ 77.657481, 35.477689 ], [ 77.639619, 35.45478 ], [ 77.590344, 35.460143 ], [ 77.578025, 35.47574 ], [ 77.518895, 35.482075 ], [ 77.451758, 35.46063 ], [ 77.396939, 35.467942 ], [ 77.355055, 35.494257 ], [ 77.331649, 35.530793 ], [ 77.307628, 35.540533 ], [ 77.195527, 35.519103 ], [ 77.093281, 35.569746 ], [ 77.072339, 35.591162 ], [ 76.99781, 35.611113 ], [ 76.967013, 35.591649 ], [ 76.906651, 35.615005 ], [ 76.848753, 35.668018 ], [ 76.769297, 35.653917 ], [ 76.69292, 35.747714 ], [ 76.593754, 35.771996 ], [ 76.566037, 35.819082 ], [ 76.587595, 35.840431 ], [ 76.579587, 35.866625 ], [ 76.59745, 35.895718 ], [ 76.55803, 35.923347 ], [ 76.51553, 35.881173 ], [ 76.471798, 35.886021 ], [ 76.431762, 35.851589 ], [ 76.369552, 35.86323 ], [ 76.365857, 35.82442 ], [ 76.298719, 35.841401 ], [ 76.228502, 35.837035 ], [ 76.221727, 35.823449 ], [ 76.160133, 35.82442 ], [ 76.146582, 35.839946 ], [ 76.16506, 35.908807 ], [ 76.117017, 35.975186 ], [ 76.097307, 36.022635 ], [ 76.044336, 36.026991 ], [ 76.028322, 36.016827 ], [ 75.982742, 36.031347 ], [ 75.949482, 36.070056 ], [ 75.936547, 36.13485 ], [ 75.96796, 36.159013 ], [ 76.016619, 36.165294 ], [ 76.011691, 36.229044 ], [ 76.060967, 36.225182 ], [ 76.055423, 36.252695 ], [ 75.998757, 36.312034 ], [ 75.991365, 36.35205 ], [ 76.035097, 36.409386 ], [ 75.991981, 36.505654 ], [ 75.924228, 36.566242 ], [ 75.947018, 36.590752 ], [ 75.871257, 36.666636 ], [ 75.8072, 36.707908 ], [ 75.724048, 36.750597 ], [ 75.634121, 36.771693 ], [ 75.588541, 36.762584 ], [ 75.537418, 36.773131 ], [ 75.536802, 36.729975 ], [ 75.504773, 36.743404 ], [ 75.458578, 36.720861 ], [ 75.425933, 36.778883 ], [ 75.434556, 36.83303 ], [ 75.430245, 36.873255 ], [ 75.396368, 36.904367 ], [ 75.413614, 36.954599 ], [ 75.345861, 36.960816 ], [ 75.288579, 36.974682 ], [ 75.244847, 36.963207 ], [ 75.16847, 36.991892 ], [ 75.172166, 37.013877 ], [ 75.063145, 37.006231 ], [ 75.032348, 37.016745 ], [ 75.005862, 36.99476 ], [ 74.927638, 36.978029 ], [ 74.938725, 36.94312 ], [ 74.893762, 36.939772 ], [ 74.86974, 36.990458 ], [ 74.84387, 37.0134 ], [ 74.84695, 37.056873 ], [ 74.806914, 37.054485 ], [ 74.792747, 37.027257 ], [ 74.739161, 37.028212 ], [ 74.70898, 37.084569 ], [ 74.632603, 37.066425 ], [ 74.617205, 37.043499 ], [ 74.56793, 37.032512 ], [ 74.530357, 37.082182 ], [ 74.498944, 37.072155 ], [ 74.496481, 37.116072 ], [ 74.465068, 37.147085 ], [ 74.487858, 37.161871 ], [ 74.477387, 37.19954 ], [ 74.511263, 37.240048 ], [ 74.54514, 37.2491 ], [ 74.578401, 37.231472 ], [ 74.598727, 37.258151 ], [ 74.642458, 37.261485 ], [ 74.665864, 37.23576 ], [ 74.727458, 37.282916 ], [ 74.753943, 37.281011 ], [ 74.800139, 37.248147 ], [ 74.816153, 37.216699 ], [ 74.911008, 37.233378 ], [ 74.927022, 37.277678 ], [ 75.018181, 37.293867 ], [ 75.078543, 37.318144 ], [ 75.125971, 37.322427 ], [ 75.140137, 37.355258 ], [ 75.125971, 37.388075 ], [ 75.153072, 37.414223 ], [ 75.129666, 37.459367 ], [ 75.090862, 37.486915 ], [ 75.078543, 37.511129 ], [ 75.035428, 37.500685 ], [ 75.002167, 37.511604 ], [ 75.000935, 37.53059 ], [ 74.940573, 37.559061 ], [ 74.891914, 37.668097 ], [ 74.920863, 37.684675 ], [ 74.923327, 37.717347 ], [ 74.949196, 37.725395 ], [ 75.006478, 37.770823 ], [ 74.989848, 37.797783 ], [ 74.917167, 37.845057 ], [ 74.936877, 37.876241 ], [ 74.919015, 37.908357 ], [ 74.911008, 37.966884 ], [ 74.92579, 38.01735 ], [ 74.879595, 38.021122 ], [ 74.821697, 38.10311 ], [ 74.80445, 38.167128 ], [ 74.816769, 38.215576 ], [ 74.793363, 38.271039 ], [ 74.806914, 38.285602 ], [ 74.789668, 38.324581 ], [ 74.834015, 38.361193 ], [ 74.868508, 38.403883 ], [ 74.862965, 38.484035 ], [ 74.821697, 38.491062 ], [ 74.78474, 38.538357 ], [ 74.717603, 38.542102 ], [ 74.639995, 38.599653 ], [ 74.613509, 38.593105 ], [ 74.546988, 38.607604 ], [ 74.506336, 38.637528 ], [ 74.455829, 38.632853 ], [ 74.421952, 38.647812 ], [ 74.353583, 38.655757 ], [ 74.229779, 38.656224 ], [ 74.147859, 38.676785 ], [ 74.11275, 38.611345 ], [ 74.088113, 38.610878 ], [ 74.068403, 38.585621 ], [ 74.090577, 38.542102 ], [ 74.034526, 38.541634 ], [ 74.011736, 38.52478 ], [ 73.926121, 38.536016 ], [ 73.89902, 38.579071 ], [ 73.852208, 38.584217 ], [ 73.799237, 38.610878 ], [ 73.809092, 38.634256 ], [ 73.757353, 38.719755 ], [ 73.769056, 38.775765 ], [ 73.729636, 38.837324 ], [ 73.699455, 38.857832 ], [ 73.70931, 38.893241 ], [ 73.742571, 38.933754 ], [ 73.767824, 38.941202 ], [ 73.826339, 38.916993 ], [ 73.846665, 38.962145 ], [ 73.839889, 39.008199 ], [ 73.820179, 39.041674 ], [ 73.780143, 39.026798 ], [ 73.743187, 39.029588 ], [ 73.720397, 39.071881 ], [ 73.719781, 39.108112 ], [ 73.688368, 39.154999 ], [ 73.657571, 39.166136 ], [ 73.639709, 39.220402 ], [ 73.623079, 39.235237 ], [ 73.580579, 39.237555 ], [ 73.564564, 39.266288 ], [ 73.542391, 39.269531 ], [ 73.554709, 39.295935 ], [ 73.554094, 39.350102 ], [ 73.502355, 39.383877 ], [ 73.592898, 39.412087 ], [ 73.61076, 39.465702 ], [ 73.6471, 39.474479 ], [ 73.745651, 39.462005 ], [ 73.836194, 39.472169 ], [ 73.868223, 39.482794 ], [ 73.893476, 39.528046 ], [ 73.883621, 39.540969 ], [ 73.914418, 39.564041 ], [ 73.916266, 39.586644 ], [ 73.953838, 39.600018 ], [ 73.924273, 39.722108 ], [ 73.905795, 39.741899 ], [ 73.841737, 39.756163 ], [ 73.845433, 39.831115 ], [ 73.907027, 39.873843 ], [ 73.910722, 39.934443 ], [ 73.980324, 40.004617 ], [ 73.943367, 40.016076 ], [ 74.008041, 40.050901 ], [ 74.023439, 40.085251 ], [ 74.113366, 40.086624 ], [ 74.126301, 40.104479 ], [ 74.26304, 40.125074 ], [ 74.280902, 40.09807 ], [ 74.316626, 40.106767 ], [ 74.356662, 40.089371 ], [ 74.433039, 40.13148 ], [ 74.485394, 40.182251 ], [ 74.534669, 40.207851 ], [ 74.577169, 40.260391 ], [ 74.618437, 40.27957 ], [ 74.673255, 40.278656 ], [ 74.697893, 40.310153 ], [ 74.700357, 40.346195 ], [ 74.824776, 40.344371 ], [ 74.862965, 40.32658 ], [ 74.908544, 40.338897 ], [ 74.795211, 40.443278 ], [ 74.814921, 40.461039 ], [ 74.819233, 40.505647 ], [ 74.844486, 40.521117 ], [ 74.891914, 40.507467 ], [ 74.963363, 40.464681 ], [ 74.995392, 40.455119 ], [ 75.021877, 40.466958 ], [ 75.051442, 40.449654 ], [ 75.102565, 40.44009 ], [ 75.13521, 40.463315 ], [ 75.206659, 40.447833 ], [ 75.242383, 40.448743 ], [ 75.268869, 40.483802 ], [ 75.292274, 40.483802 ], [ 75.355716, 40.537947 ], [ 75.432093, 40.563412 ], [ 75.467817, 40.599773 ], [ 75.550353, 40.64883 ], [ 75.599628, 40.659727 ], [ 75.636584, 40.624306 ], [ 75.627345, 40.605226 ], [ 75.631041, 40.548862 ], [ 75.646439, 40.516567 ], [ 75.733287, 40.474242 ], [ 75.717272, 40.443278 ], [ 75.686475, 40.418223 ], [ 75.669845, 40.363982 ], [ 75.688323, 40.343915 ], [ 75.709265, 40.280939 ], [ 75.739446, 40.299199 ], [ 75.785642, 40.301025 ], [ 75.831221, 40.327492 ], [ 75.84046, 40.312434 ], [ 75.890351, 40.30924 ], [ 75.921764, 40.291439 ], [ 75.932235, 40.339353 ], [ 75.986438, 40.381763 ], [ 76.026474, 40.355317 ], [ 76.048648, 40.357141 ], [ 76.048648, 40.388601 ], [ 76.081293, 40.39635 ], [ 76.144118, 40.393615 ], [ 76.176147, 40.381307 ], [ 76.22419, 40.401819 ], [ 76.279625, 40.439179 ], [ 76.283321, 40.415034 ], [ 76.327668, 40.391336 ], [ 76.333212, 40.343459 ], [ 76.381871, 40.39088 ], [ 76.390494, 40.37766 ], [ 76.442233, 40.391336 ], [ 76.470566, 40.422779 ], [ 76.508754, 40.429613 ], [ 76.539551, 40.464226 ], [ 76.543247, 40.513837 ], [ 76.556798, 40.542495 ], [ 76.601145, 40.578868 ], [ 76.611, 40.601591 ], [ 76.657196, 40.620218 ], [ 76.654732, 40.652917 ], [ 76.676906, 40.696036 ], [ 76.646725, 40.73686 ], [ 76.646725, 40.759983 ], [ 76.693536, 40.779472 ], [ 76.731724, 40.818887 ], [ 76.741579, 40.912119 ], [ 76.761905, 40.954167 ], [ 76.817956, 40.975406 ], [ 76.85368, 40.97631 ], [ 76.885709, 41.027347 ], [ 76.940528, 41.028701 ], [ 77.002122, 41.073381 ], [ 77.023064, 41.059394 ], [ 77.091433, 41.062553 ], [ 77.108063, 41.038181 ], [ 77.169041, 41.009285 ], [ 77.236795, 41.027798 ], [ 77.296541, 41.004769 ], [ 77.363062, 41.04089 ], [ 77.415417, 41.038633 ], [ 77.473931, 41.022832 ], [ 77.476395, 40.999349 ], [ 77.540453, 41.006575 ], [ 77.591576, 40.992122 ], [ 77.597119, 41.005221 ], [ 77.654402, 41.016059 ], [ 77.684583, 41.00793 ], [ 77.737553, 41.032313 ], [ 77.780669, 41.022832 ], [ 77.796068, 41.049014 ], [ 77.829328, 41.059394 ], [ 77.807155, 41.091876 ], [ 77.814546, 41.13426 ], [ 77.836104, 41.153189 ], [ 77.905089, 41.185174 ], [ 77.972842, 41.173013 ], [ 78.094798, 41.224347 ], [ 78.129291, 41.228398 ], [ 78.136682, 41.279239 ], [ 78.165015, 41.340825 ], [ 78.149617, 41.368228 ], [ 78.163783, 41.383497 ], [ 78.235232, 41.399211 ], [ 78.324544, 41.384395 ], [ 78.338094, 41.397415 ], [ 78.385522, 41.394721 ], [ 78.391681, 41.408189 ], [ 78.454507, 41.412228 ], [ 78.527188, 41.440947 ], [ 78.580774, 41.481759 ], [ 78.650375, 41.467411 ], [ 78.675629, 41.50238 ], [ 78.707042, 41.522098 ], [ 78.696571, 41.54181 ], [ 78.739071, 41.555695 ], [ 78.825302, 41.560173 ], [ 78.86657, 41.593749 ], [ 78.891824, 41.597777 ], [ 78.957729, 41.65146 ], [ 78.99407, 41.664427 ], [ 79.021787, 41.657273 ], [ 79.043345, 41.681414 ], [ 79.10925, 41.697503 ], [ 79.138199, 41.722968 ], [ 79.21704, 41.725648 ], [ 79.271858, 41.767174 ], [ 79.276786, 41.78101 ], [ 79.326061, 41.809565 ], [ 79.356242, 41.795735 ], [ 79.415372, 41.836769 ], [ 79.457256, 41.847915 ], [ 79.500988, 41.835432 ], [ 79.550879, 41.834094 ], [ 79.616784, 41.856385 ], [ 79.640806, 41.884907 ], [ 79.724574, 41.896935 ], [ 79.776313, 41.89248 ], [ 79.822508, 41.963275 ], [ 79.854537, 41.984186 ], [ 79.852689, 42.015319 ], [ 79.923522, 42.042436 ], [ 80.089826, 42.047325 ], [ 80.14218, 42.03488 ], [ 80.193303, 42.081535 ], [ 80.16805, 42.096635 ], [ 80.139717, 42.151232 ], [ 80.163738, 42.152563 ], [ 80.168666, 42.200462 ], [ 80.233339, 42.210215 ], [ 80.28631, 42.233261 ], [ 80.29247, 42.259842 ], [ 80.272144, 42.281984 ], [ 80.283847, 42.320493 ], [ 80.229028, 42.358536 ], [ 80.239499, 42.389927 ], [ 80.206238, 42.431462 ], [ 80.225948, 42.485769 ], [ 80.265368, 42.502097 ], [ 80.221637, 42.533415 ], [ 80.180985, 42.590718 ], [ 80.163738, 42.629919 ], [ 80.179753, 42.670415 ], [ 80.228412, 42.692852 ], [ 80.225948, 42.713083 ], [ 80.259209, 42.790865 ], [ 80.262289, 42.828623 ], [ 80.280151, 42.838278 ], [ 80.338049, 42.831695 ], [ 80.407034, 42.834767 ], [ 80.450766, 42.861971 ], [ 80.503737, 42.882146 ], [ 80.602903, 42.894424 ], [ 80.5912, 42.923354 ], [ 80.487106, 42.948766 ], [ 80.397795, 42.996933 ], [ 80.378701, 43.031502 ], [ 80.416889, 43.05687 ], [ 80.482795, 43.06955 ], [ 80.556092, 43.104515 ], [ 80.593048, 43.133347 ], [ 80.650946, 43.147321 ], [ 80.706997, 43.143828 ], [ 80.73225, 43.131163 ], [ 80.752576, 43.148194 ], [ 80.79446, 43.137277 ], [ 80.804315, 43.178314 ], [ 80.789533, 43.201876 ], [ 80.788917, 43.242433 ], [ 80.769207, 43.265535 ], [ 80.777214, 43.308227 ], [ 80.69283, 43.32042 ], [ 80.686055, 43.333916 ], [ 80.735946, 43.389609 ], [ 80.746417, 43.439167 ], [ 80.761199, 43.446554 ], [ 80.75504, 43.494329 ], [ 80.522215, 43.816473 ], [ 80.511128, 43.906657 ], [ 80.475404, 43.938124 ], [ 80.485259, 43.95579 ], [ 80.457541, 43.981203 ], [ 80.458773, 44.047054 ], [ 80.449534, 44.078017 ], [ 80.3941, 44.127009 ], [ 80.407034, 44.149772 ], [ 80.400875, 44.198704 ], [ 80.413194, 44.264741 ], [ 80.399027, 44.30587 ], [ 80.383013, 44.401297 ], [ 80.350368, 44.484615 ], [ 80.411962, 44.605321 ], [ 80.400259, 44.628751 ], [ 80.313412, 44.704938 ], [ 80.238883, 44.7228 ], [ 80.200695, 44.756808 ], [ 80.178521, 44.796741 ], [ 80.18776, 44.825612 ], [ 80.169898, 44.84471 ], [ 80.115695, 44.815424 ], [ 80.087978, 44.817122 ], [ 79.999283, 44.793768 ], [ 79.991891, 44.830281 ], [ 79.953703, 44.849377 ], [ 79.969102, 44.877797 ], [ 79.887798, 44.90917 ], [ 79.944464, 44.937985 ], [ 79.951855, 44.957892 ], [ 79.98142, 44.964244 ], [ 80.056565, 45.011227 ], [ 80.060876, 45.026033 ], [ 80.111999, 45.052675 ], [ 80.136021, 45.041259 ], [ 80.144644, 45.059017 ], [ 80.195767, 45.030686 ], [ 80.24381, 45.031532 ], [ 80.291854, 45.06578 ], [ 80.328194, 45.070007 ], [ 80.358375, 45.040836 ], [ 80.404571, 45.049293 ], [ 80.443991, 45.077614 ], [ 80.445839, 45.097895 ], [ 80.493882, 45.127037 ], [ 80.519135, 45.108878 ], [ 80.599207, 45.105921 ], [ 80.686055, 45.129148 ], [ 80.731634, 45.156164 ], [ 80.816634, 45.152788 ], [ 80.862214, 45.127037 ], [ 80.897938, 45.127459 ], [ 80.93551, 45.160384 ], [ 80.966307, 45.168402 ], [ 81.024821, 45.162916 ], [ 81.080872, 45.182745 ], [ 81.111669, 45.218168 ], [ 81.170183, 45.211001 ], [ 81.175111, 45.227863 ], [ 81.236705, 45.247248 ], [ 81.284748, 45.23882 ], [ 81.327864, 45.260729 ], [ 81.382066, 45.257781 ], [ 81.398697, 45.275471 ], [ 81.437501, 45.28263 ], [ 81.462754, 45.264099 ], [ 81.52866, 45.285999 ], [ 81.536667, 45.304101 ], [ 81.575471, 45.30789 ], [ 81.582863, 45.336503 ], [ 81.645072, 45.359216 ], [ 81.677101, 45.35459 ], [ 81.78797, 45.3836 ], [ 81.832318, 45.319673 ], [ 81.879745, 45.284314 ], [ 81.921013, 45.233342 ], [ 81.993078, 45.237978 ], [ 82.052824, 45.255674 ], [ 82.09594, 45.249776 ], [ 82.091012, 45.222383 ], [ 82.109491, 45.211422 ], [ 82.206809, 45.236713 ], [ 82.294272, 45.247669 ], [ 82.344779, 45.219011 ], [ 82.487061, 45.181058 ], [ 82.562822, 45.204676 ], [ 82.58746, 45.224069 ], [ 82.60101, 45.346178 ], [ 82.546808, 45.426038 ], [ 82.448257, 45.461309 ], [ 82.281954, 45.53891 ], [ 82.266555, 45.620172 ], [ 82.288729, 45.655321 ], [ 82.289961, 45.71636 ], [ 82.340468, 45.772742 ], [ 82.349707, 45.822811 ], [ 82.336156, 45.882418 ], [ 82.342932, 45.935303 ], [ 82.401446, 45.972333 ], [ 82.461808, 45.97982 ], [ 82.518474, 46.153798 ], [ 82.609017, 46.294985 ], [ 82.726662, 46.494756 ], [ 82.774089, 46.600124 ], [ 82.788872, 46.677784 ], [ 82.829524, 46.772551 ], [ 82.878183, 46.797138 ], [ 82.876335, 46.823762 ], [ 82.923762, 46.932169 ], [ 82.937929, 47.014248 ], [ 82.993364, 47.065229 ], [ 83.031552, 47.168265 ], [ 83.02724, 47.21544 ], [ 83.108544, 47.221944 ], [ 83.15474, 47.236168 ], [ 83.17445, 47.218286 ], [ 83.207094, 47.213814 ], [ 83.221877, 47.186977 ], [ 83.257602, 47.173147 ], [ 83.306261, 47.179656 ], [ 83.324739, 47.167858 ], [ 83.370318, 47.178436 ], [ 83.418978, 47.119012 ], [ 83.463325, 47.132042 ], [ 83.53847, 47.083977 ], [ 83.566803, 47.080717 ], [ 83.576042, 47.059114 ], [ 83.700462, 47.032199 ], [ 83.69923, 47.015472 ], [ 83.766367, 47.026896 ], [ 83.88586, 46.982003 ], [ 83.932671, 46.970161 ], [ 83.951765, 46.98731 ], [ 84.002888, 46.990576 ], [ 84.038613, 46.973428 ], [ 84.086656, 46.965261 ], [ 84.150098, 46.977512 ], [ 84.195061, 47.003638 ], [ 84.2893, 46.994658 ], [ 84.336727, 47.00527 ], [ 84.37122, 46.993434 ], [ 84.425422, 47.008943 ], [ 84.506726, 46.97302 ], [ 84.563393, 46.991801 ], [ 84.668718, 46.995067 ], [ 84.699515, 47.008535 ], [ 84.748175, 47.009759 ], [ 84.781435, 46.979962 ], [ 84.849189, 46.957092 ], [ 84.867051, 46.927673 ], [ 84.934188, 46.863878 ], [ 84.95513, 46.861013 ], [ 84.979768, 46.883106 ], [ 84.987159, 46.918272 ], [ 85.082014, 46.939933 ], [ 85.102956, 46.968936 ], [ 85.175637, 46.997924 ], [ 85.213825, 47.041172 ], [ 85.276651, 47.068898 ], [ 85.325926, 47.044842 ], [ 85.355491, 47.054629 ], [ 85.441106, 47.063191 ], [ 85.545816, 47.057891 ], [ 85.547048, 47.096609 ], [ 85.582772, 47.142626 ], [ 85.641903, 47.18413 ], [ 85.682555, 47.222757 ], [ 85.682555, 47.249982 ], [ 85.701033, 47.28856 ], [ 85.675779, 47.321837 ], [ 85.701649, 47.384275 ], [ 85.685018, 47.428829 ], [ 85.614801, 47.498015 ], [ 85.617881, 47.550552 ], [ 85.547048, 48.008205 ], [ 85.531649, 48.046227 ], [ 85.551975, 48.081423 ], [ 85.55136, 48.127781 ], [ 85.576613, 48.15853 ], [ 85.587084, 48.191654 ], [ 85.622193, 48.202824 ], [ 85.633895, 48.232731 ], [ 85.678243, 48.266205 ], [ 85.695489, 48.302445 ], [ 85.695489, 48.335078 ], [ 85.758315, 48.403064 ], [ 85.791576, 48.418954 ], [ 85.916612, 48.438015 ], [ 86.053966, 48.441192 ], [ 86.225813, 48.432456 ], [ 86.270161, 48.452307 ], [ 86.305269, 48.491984 ], [ 86.38103, 48.49357 ], [ 86.416138, 48.481671 ], [ 86.579978, 48.538763 ], [ 86.594761, 48.576789 ], [ 86.635413, 48.612016 ], [ 86.640956, 48.629027 ], [ 86.693311, 48.64366 ], [ 86.70255, 48.666195 ], [ 86.771535, 48.717156 ], [ 86.780774, 48.731369 ], [ 86.754289, 48.78463 ], [ 86.770303, 48.810255 ], [ 86.818963, 48.831139 ], [ 86.821426, 48.850439 ], [ 86.782006, 48.887049 ], [ 86.757985, 48.894919 ], [ 86.730267, 48.959797 ], [ 86.732115, 48.994757 ], [ 86.772151, 49.02773 ], [ 86.836209, 49.051269 ], [ 86.84976, 49.066563 ], [ 86.854071, 49.109284 ], [ 86.887948, 49.132001 ], [ 86.953853, 49.131218 ], [ 87.000049, 49.142572 ], [ 87.088128, 49.133567 ], [ 87.112766, 49.15549 ], [ 87.211932, 49.140615 ], [ 87.239033, 49.114376 ], [ 87.304939, 49.112418 ], [ 87.388707, 49.097921 ], [ 87.43675, 49.075188 ], [ 87.511894, 49.10184 ], [ 87.49588, 49.132001 ], [ 87.517438, 49.145704 ], [ 87.563017, 49.142572 ], [ 87.602437, 49.152359 ], [ 87.67635, 49.15549 ], [ 87.700372, 49.175839 ], [ 87.762582, 49.172709 ], [ 87.793379, 49.18249 ], [ 87.821096, 49.173883 ], [ 87.82048, 49.148445 ], [ 87.845733, 49.146096 ], [ 87.867291, 49.108892 ], [ 87.844502, 49.090084 ], [ 87.858052, 49.07362 ], [ 87.835263, 49.054406 ], [ 87.883306, 49.023806 ], [ 87.883922, 48.993971 ], [ 87.911639, 48.979833 ], [ 87.871603, 48.963726 ], [ 87.87653, 48.949186 ], [ 87.814321, 48.945256 ], [ 87.793995, 48.927565 ], [ 87.760118, 48.925992 ], [ 87.742256, 48.881146 ], [ 87.78106, 48.872094 ], [ 87.792147, 48.849258 ], [ 87.829103, 48.825623 ], [ 87.803234, 48.824835 ], [ 87.826639, 48.800795 ], [ 87.872219, 48.799612 ], [ 87.93874, 48.757809 ], [ 87.96153, 48.773588 ], [ 88.029283, 48.750313 ], [ 88.064392, 48.712813 ], [ 88.090877, 48.71992 ], [ 88.089645, 48.69504 ], [ 88.02682, 48.65315 ], [ 88.010805, 48.618742 ], [ 87.96153, 48.599353 ], [ 87.973233, 48.575997 ], [ 88.041602, 48.548272 ], [ 88.10874, 48.545895 ], [ 88.130297, 48.521721 ], [ 88.151855, 48.526478 ], [ 88.196819, 48.493967 ], [ 88.229464, 48.498329 ], [ 88.318159, 48.478497 ], [ 88.363123, 48.460641 ], [ 88.360659, 48.433251 ], [ 88.438267, 48.393528 ], [ 88.462289, 48.392335 ], [ 88.503557, 48.412996 ], [ 88.523267, 48.403461 ], [ 88.535586, 48.368884 ], [ 88.573158, 48.369679 ], [ 88.573774, 48.351785 ], [ 88.605803, 48.337863 ], [ 88.575006, 48.277757 ], [ 88.594716, 48.259831 ], [ 88.601491, 48.221567 ], [ 88.638447, 48.183674 ], [ 88.668628, 48.171303 ], [ 88.700657, 48.180881 ], [ 88.721599, 48.160526 ], [ 88.79736, 48.133772 ], [ 88.824461, 48.107005 ], [ 88.939026, 48.115396 ], [ 88.953808, 48.090618 ], [ 89.027105, 48.051028 ], [ 89.044967, 48.009806 ], [ 89.078228, 47.98698 ], [ 89.156452, 47.996992 ], [ 89.231597, 47.98017 ], [ 89.282104, 47.994189 ], [ 89.308589, 48.021816 ], [ 89.359712, 48.026219 ], [ 89.38127, 48.046227 ], [ 89.498299, 48.02822 ], [ 89.569132, 48.037825 ], [ 89.599313, 48.015811 ], [ 89.595617, 47.973359 ], [ 89.645508, 47.947711 ], [ 89.651052, 47.913627 ], [ 89.735435, 47.89758 ], [ 89.761921, 47.835751 ], [ 89.86971, 47.834144 ], [ 89.957789, 47.842982 ], [ 89.960253, 47.885942 ], [ 90.040941, 47.874704 ], [ 90.066195, 47.883534 ], [ 90.086521, 47.86547 ], [ 90.070506, 47.820483 ], [ 90.07605, 47.777469 ], [ 90.13518, 47.723147 ], [ 90.180144, 47.72516 ], [ 90.216484, 47.70543 ], [ 90.331665, 47.681663 ], [ 90.384635, 47.644179 ], [ 90.346447, 47.637324 ], [ 90.376012, 47.603036 ], [ 90.398186, 47.547724 ], [ 90.468403, 47.497611 ], [ 90.474562, 47.462422 ], [ 90.459164, 47.43895 ], [ 90.468403, 47.404937 ], [ 90.507823, 47.400076 ], [ 90.526301, 47.379007 ], [ 90.488113, 47.317374 ], [ 90.521374, 47.2845 ], [ 90.56141, 47.206903 ], [ 90.579888, 47.198364 ], [ 90.653801, 47.111681 ], [ 90.691989, 47.080717 ], [ 90.767134, 46.992617 ], [ 90.830575, 46.995883 ], [ 90.901408, 46.960768 ], [ 90.92235, 46.938707 ], [ 90.929742, 46.893331 ], [ 90.958075, 46.879425 ], [ 90.942676, 46.82581 ], [ 90.992567, 46.790583 ], [ 90.992567, 46.769682 ], [ 91.019053, 46.766402 ], [ 91.054161, 46.717598 ], [ 91.036299, 46.670393 ], [ 91.017821, 46.58244 ], [ 91.068328, 46.579149 ], [ 91.079415, 46.558989 ], [ 91.060937, 46.516999 ], [ 91.038147, 46.500936 ], [ 91.025828, 46.444057 ], [ 90.996263, 46.419309 ], [ 90.983328, 46.374734 ], [ 90.900177, 46.31235 ], [ 90.955611, 46.233752 ], [ 90.94822, 46.219262 ], [ 90.98456, 46.160431 ], [ 91.021517, 46.121038 ], [ 91.014741, 46.06667 ], [ 91.028292, 46.023054 ], [ 90.890937, 45.921566 ], [ 90.799778, 45.834905 ], [ 90.714779, 45.728895 ], [ 90.676591, 45.582488 ], [ 90.671047, 45.487747 ], [ 90.723402, 45.464667 ], [ 90.772677, 45.432338 ], [ 90.773909, 45.405874 ], [ 90.813329, 45.32851 ], [ 90.804706, 45.29484 ], [ 90.831807, 45.300313 ], [ 90.877387, 45.280946 ], [ 90.897713, 45.249776 ], [ 90.866916, 45.209314 ], [ 90.881698, 45.192025 ], [ 90.96177, 45.201303 ], [ 91.007966, 45.218589 ], [ 91.050466, 45.208892 ], [ 91.129922, 45.21606 ], [ 91.17119, 45.199616 ], [ 91.195827, 45.159118 ], [ 91.230936, 45.153632 ], [ 91.242023, 45.13717 ], [ 91.33503, 45.129571 ], [ 91.37753, 45.11099 ], [ 91.429268, 45.156586 ], [ 91.448978, 45.156586 ], [ 91.500101, 45.103809 ], [ 91.561695, 45.075501 ], [ 91.694738, 45.065357 ], [ 91.803144, 45.082685 ], [ 91.885679, 45.078882 ], [ 92.056911, 45.086911 ], [ 92.100026, 45.081417 ], [ 92.240461, 45.015881 ], [ 92.315605, 45.028994 ], [ 92.348866, 45.014188 ], [ 92.414155, 45.018419 ], [ 92.501003, 45.001072 ], [ 92.547814, 45.018419 ], [ 92.683937, 45.02561 ], [ 92.779407, 45.050561 ], [ 92.847777, 45.038721 ], [ 92.884117, 45.046756 ], [ 92.922921, 45.03703 ], [ 92.932776, 45.017573 ], [ 93.002377, 45.009958 ], [ 93.062124, 45.018419 ], [ 93.100312, 45.007419 ], [ 93.174225, 45.015458 ], [ 93.252449, 44.991761 ], [ 93.314043, 44.980333 ], [ 93.314659, 44.995147 ], [ 93.376869, 44.985412 ], [ 93.434767, 44.955351 ], [ 93.509296, 44.968055 ], [ 93.613389, 44.926546 ], [ 93.716251, 44.894334 ], [ 93.723642, 44.865498 ], [ 94.066105, 44.732154 ], [ 94.152336, 44.684944 ], [ 94.215162, 44.667921 ], [ 94.227481, 44.645785 ], [ 94.279836, 44.603617 ], [ 94.329727, 44.582734 ], [ 94.359292, 44.515775 ], [ 94.390705, 44.521749 ], [ 94.470777, 44.509373 ], [ 94.557008, 44.462408 ], [ 94.606283, 44.448311 ], [ 94.673421, 44.397021 ], [ 94.722696, 44.34055 ], [ 94.768275, 44.34055 ], [ 94.826174, 44.320001 ], [ 94.945666, 44.292592 ], [ 94.998637, 44.253169 ], [ 95.1286, 44.269884 ], [ 95.238853, 44.277169 ], [ 95.41378, 44.298589 ], [ 95.43041, 44.281882 ], [ 95.4107, 44.245024 ], [ 95.376208, 44.227444 ], [ 95.355882, 44.166087 ], [ 95.35157, 44.090054 ], [ 95.326932, 44.028554 ], [ 95.377439, 44.025972 ], [ 95.426099, 44.009618 ], [ 95.527113, 44.007466 ], [ 95.623199, 43.855756 ], [ 95.645373, 43.787966 ], [ 95.705735, 43.67077 ], [ 95.735916, 43.597569 ], [ 95.857872, 43.417436 ], [ 95.880046, 43.28035 ], [ 95.921314, 43.229789 ], [ 96.363558, 42.900562 ], [ 96.386348, 42.727592 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "710000", "name": "台湾省", "center": [ 121.509062, 25.044332 ], "centroid": [ 120.971485, 23.749452 ], "childrenNum": 0, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 31, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120.443706, 22.441432 ], [ 120.297112, 22.531565 ], [ 120.274323, 22.560307 ], [ 120.20041, 22.721039 ], [ 120.149287, 22.896468 ], [ 120.133272, 23.000625 ], [ 120.029795, 23.048544 ], [ 120.018708, 23.073322 ], [ 120.081534, 23.291728 ], [ 120.108019, 23.341191 ], [ 120.12157, 23.504836 ], [ 120.095084, 23.58768 ], [ 120.102476, 23.701162 ], [ 120.175156, 23.807427 ], [ 120.245989, 23.840276 ], [ 120.278018, 23.92783 ], [ 120.316206, 23.984708 ], [ 120.391967, 24.118055 ], [ 120.451713, 24.182493 ], [ 120.470807, 24.242533 ], [ 120.520698, 24.311816 ], [ 120.546568, 24.370159 ], [ 120.589068, 24.43229 ], [ 120.642654, 24.490033 ], [ 120.68885, 24.600542 ], [ 120.762147, 24.658208 ], [ 120.82374, 24.688118 ], [ 120.89211, 24.767482 ], [ 120.914899, 24.864715 ], [ 120.961095, 24.940167 ], [ 121.009754, 24.993878 ], [ 121.024537, 25.040517 ], [ 121.102145, 25.075214 ], [ 121.132942, 25.078466 ], [ 121.209318, 25.12724 ], [ 121.319572, 25.140785 ], [ 121.371926, 25.159746 ], [ 121.413194, 25.238806 ], [ 121.444607, 25.27074 ], [ 121.53515, 25.307535 ], [ 121.585041, 25.309159 ], [ 121.62323, 25.29455 ], [ 121.655259, 25.242054 ], [ 121.700222, 25.226896 ], [ 121.707613, 25.191701 ], [ 121.745186, 25.161912 ], [ 121.782142, 25.160287 ], [ 121.841888, 25.135367 ], [ 121.917033, 25.138076 ], [ 121.947214, 25.031841 ], [ 121.98109, 25.030757 ], [ 122.012503, 25.001471 ], [ 121.933047, 24.938539 ], [ 121.844968, 24.836476 ], [ 121.841272, 24.734329 ], [ 121.86283, 24.671261 ], [ 121.892395, 24.617953 ], [ 121.88562, 24.529784 ], [ 121.867758, 24.47914 ], [ 121.82649, 24.423572 ], [ 121.809243, 24.339083 ], [ 121.689135, 24.174303 ], [ 121.678048, 24.133895 ], [ 121.643556, 24.097843 ], [ 121.63986, 24.064514 ], [ 121.65957, 24.007125 ], [ 121.621382, 23.920718 ], [ 121.587505, 23.760878 ], [ 121.522832, 23.538858 ], [ 121.5216, 23.483431 ], [ 121.497578, 23.419744 ], [ 121.479716, 23.322507 ], [ 121.440296, 23.271937 ], [ 121.415042, 23.196047 ], [ 121.430441, 23.137175 ], [ 121.409499, 23.1025 ], [ 121.370695, 23.084334 ], [ 121.35468, 23.00999 ], [ 121.324499, 22.945526 ], [ 121.276456, 22.877171 ], [ 121.237652, 22.836362 ], [ 121.21055, 22.770711 ], [ 121.170514, 22.723247 ], [ 121.078739, 22.669691 ], [ 121.03316, 22.650914 ], [ 121.014682, 22.584069 ], [ 120.981421, 22.528248 ], [ 120.914899, 22.302525 ], [ 120.903197, 22.12634 ], [ 120.912436, 22.086418 ], [ 120.907508, 22.033171 ], [ 120.86624, 21.984345 ], [ 120.873016, 21.897191 ], [ 120.854537, 21.883309 ], [ 120.781857, 21.923843 ], [ 120.743052, 21.915515 ], [ 120.701784, 21.927174 ], [ 120.667908, 21.983235 ], [ 120.651277, 22.033171 ], [ 120.661748, 22.067007 ], [ 120.659285, 22.154056 ], [ 120.640806, 22.241605 ], [ 120.569973, 22.361757 ], [ 120.517619, 22.408793 ], [ 120.443706, 22.441432 ] ] ], [ [ [ 124.541855565478286, 25.891845867343921 ], [ 124.530097884119826, 25.910742140955961 ], [ 124.518340202761223, 25.930898166142125 ], [ 124.541015731095655, 25.946015185031744 ], [ 124.566804, 25.941563 ], [ 124.584666, 25.908731 ], [ 124.568730265726629, 25.884707275090506 ], [ 124.541855565478286, 25.891845867343921 ] ] ], [ [ [ 123.445178, 25.726102 ], [ 123.438733103727387, 25.753273194189074 ], [ 123.468967141506624, 25.783087314776932 ], [ 123.513478363792743, 25.768810130270065 ], [ 123.510958860644465, 25.71464081258226 ], [ 123.468547224315259, 25.703722965606424 ], [ 123.445178, 25.726102 ] ] ], [ [ [ 119.646064, 23.550928 ], [ 119.609108, 23.503738 ], [ 119.578927, 23.502641 ], [ 119.562297, 23.530627 ], [ 119.566608, 23.584937 ], [ 119.601717, 23.575613 ], [ 119.61034, 23.604132 ], [ 119.678093, 23.600294 ], [ 119.691028, 23.547087 ], [ 119.646064, 23.550928 ] ] ], [ [ [ 123.652470954139019, 25.910742140955957 ], [ 123.675986316856211, 25.947274936605876 ], [ 123.705800437444026, 25.935517255247277 ], [ 123.71503861565435, 25.912421809721465 ], [ 123.696562259233758, 25.878828434411201 ], [ 123.66968755898553, 25.88680686104739 ], [ 123.652470954139019, 25.910742140955957 ] ] ], [ [ [ 119.506246, 23.625518 ], [ 119.52534, 23.62497 ], [ 119.519181, 23.559705 ], [ 119.47237, 23.556962 ], [ 119.506246, 23.577259 ], [ 119.506246, 23.625518 ] ] ], [ [ [ 119.497623, 23.38679 ], [ 119.516717, 23.349982 ], [ 119.495159, 23.349982 ], [ 119.497623, 23.38679 ] ] ], [ [ [ 119.557369, 23.666634 ], [ 119.586318, 23.675952 ], [ 119.615268, 23.661153 ], [ 119.608492, 23.620035 ], [ 119.557369, 23.666634 ] ] ], [ [ [ 122.066706, 25.6247 ], [ 122.092575, 25.639268 ], [ 122.087032, 25.61067 ], [ 122.066706, 25.6247 ] ] ], [ [ [ 121.468013, 22.67687 ], [ 121.514824, 22.676318 ], [ 121.513592, 22.631582 ], [ 121.474788, 22.643734 ], [ 121.468013, 22.67687 ] ] ], [ [ [ 121.510513, 22.086972 ], [ 121.575802, 22.0842 ], [ 121.575186, 22.037055 ], [ 121.604752, 22.022631 ], [ 121.594281, 21.995443 ], [ 121.533918, 22.022076 ], [ 121.507433, 22.048704 ], [ 121.510513, 22.086972 ] ] ], [ [ [ 122.097503, 25.499987 ], [ 122.122141, 25.495666 ], [ 122.110438, 25.465952 ], [ 122.097503, 25.499987 ] ] ], [ [ [ 119.421247, 23.216949 ], [ 119.453275, 23.216399 ], [ 119.436029, 23.186146 ], [ 119.421247, 23.216949 ] ] ], [ [ [ 120.355011, 22.327439 ], [ 120.383344, 22.355669 ], [ 120.395663, 22.342385 ], [ 120.355011, 22.327439 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "810000", "name": "香港特别行政区", "center": [ 114.173355, 22.320048 ], "centroid": [ 114.134391, 22.37737 ], "childrenNum": 18, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 32, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114.031778, 22.503923 ], [ 114.082285, 22.512216 ], [ 114.095219, 22.534329 ], [ 114.156813, 22.543726 ], [ 114.166052, 22.559201 ], [ 114.222719, 22.553122 ], [ 114.232574, 22.539857 ], [ 114.232574, 22.528801 ], [ 114.260291, 22.547595 ], [ 114.263371, 22.541515 ], [ 114.263987, 22.541515 ], [ 114.28924, 22.52272 ], [ 114.309566, 22.497288 ], [ 114.340979, 22.50337 ], [ 114.2529, 22.445304 ], [ 114.23319, 22.466875 ], [ 114.205473, 22.449729 ], [ 114.220255, 22.427603 ], [ 114.278769, 22.435901 ], [ 114.325581, 22.479041 ], [ 114.376088, 22.436454 ], [ 114.406269, 22.433688 ], [ 114.406269, 22.432582 ], [ 114.385327, 22.41156 ], [ 114.394566, 22.361757 ], [ 114.356994, 22.340171 ], [ 114.323733, 22.384447 ], [ 114.323733, 22.385001 ], [ 114.323117, 22.385554 ], [ 114.322501, 22.385554 ], [ 114.283081, 22.386661 ], [ 114.278153, 22.328546 ], [ 114.315726, 22.299756 ], [ 114.315726, 22.299203 ], [ 114.313262, 22.264315 ], [ 114.284929, 22.263761 ], [ 114.262139, 22.294773 ], [ 114.248588, 22.274837 ], [ 114.265835, 22.200608 ], [ 114.203009, 22.206703 ], [ 114.200545, 22.232188 ], [ 114.164821, 22.226648 ], [ 114.120473, 22.272068 ], [ 114.145726, 22.300864 ], [ 114.121089, 22.320795 ], [ 114.069966, 22.326885 ], [ 114.034857, 22.300864 ], [ 114.029314, 22.262653 ], [ 114.004676, 22.239389 ], [ 114.026234, 22.229418 ], [ 113.996669, 22.206149 ], [ 113.981271, 22.229972 ], [ 113.935691, 22.205041 ], [ 113.899351, 22.215568 ], [ 113.852539, 22.191188 ], [ 113.8433, 22.229418 ], [ 113.889496, 22.271514 ], [ 113.898119, 22.308615 ], [ 113.969568, 22.321349 ], [ 113.955401, 22.298649 ], [ 114.026234, 22.34792 ], [ 113.980039, 22.366185 ], [ 113.941235, 22.355116 ], [ 113.920293, 22.367845 ], [ 113.918445, 22.418199 ], [ 113.977575, 22.45692 ], [ 114.000981, 22.491206 ], [ 114.031778, 22.503923 ] ] ], [ [ [ 114.142647, 22.213906 ], [ 114.166668, 22.205041 ], [ 114.154965, 22.177888 ], [ 114.120473, 22.177888 ], [ 114.123553, 22.238836 ], [ 114.142647, 22.213906 ] ] ], [ [ [ 114.305871, 22.372273 ], [ 114.305255, 22.372826 ], [ 114.332972, 22.353455 ], [ 114.313878, 22.340724 ], [ 114.305871, 22.372273 ] ] ], [ [ [ 114.320037, 22.381127 ], [ 114.320037, 22.38168 ], [ 114.319421, 22.382234 ], [ 114.322501, 22.385554 ], [ 114.323117, 22.385554 ], [ 114.323733, 22.385001 ], [ 114.323733, 22.384447 ], [ 114.320037, 22.381127 ] ] ], [ [ [ 114.305871, 22.369506 ], [ 114.305255, 22.372826 ], [ 114.305871, 22.372273 ], [ 114.305871, 22.369506 ] ] ], [ [ [ 114.315726, 22.299203 ], [ 114.315726, 22.299756 ], [ 114.316342, 22.30031 ], [ 114.316958, 22.298649 ], [ 114.315726, 22.299203 ] ] ], [ [ [ 114.319421, 22.382234 ], [ 114.320037, 22.38168 ], [ 114.320037, 22.381127 ], [ 114.319421, 22.382234 ] ] ], [ [ [ 114.372392, 22.32301 ], [ 114.372392, 22.323564 ], [ 114.373008, 22.323564 ], [ 114.372392, 22.32301 ] ] ], [ [ [ 114.323733, 22.297541 ], [ 114.323733, 22.298095 ], [ 114.324349, 22.297541 ], [ 114.323733, 22.297541 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "820000", "name": "澳门特别行政区", "center": [ 113.54909, 22.198951 ], "centroid": [ 113.566988, 22.159307 ], "childrenNum": 8, "level": "province", "parent": { "adcode": 100000 }, "subFeatureIndex": 33, "acroutes": [ 100000 ] }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 113.554425, 22.107489 ], [ 113.554425, 22.142416 ], [ 113.534715, 22.174009 ], [ 113.53841, 22.209473 ], [ 113.558736, 22.212244 ], [ 113.575983, 22.194513 ], [ 113.6037, 22.132438 ], [ 113.554425, 22.107489 ] ] ], [ [ [ 113.586453, 22.201162 ], [ 113.575983, 22.194513 ], [ 113.575983, 22.201162 ], [ 113.586453, 22.201162 ] ] ] ] } }, +{ "type": "Feature", "properties": { "adcode": "100000", "name": "", "adchar": "JD" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.51865306, 23.46078502 ], [ 122.51742454, 23.45790762 ], [ 122.51536697, 23.45555069 ], [ 122.51268178, 23.45394494 ], [ 122.50963181, 23.45324755 ], [ 122.5065156, 23.45352678 ], [ 122.5036382, 23.45475531 ], [ 122.50128127, 23.45681287 ], [ 122.49967552, 23.45949807 ], [ 122.49897813, 23.46254804 ], [ 122.49925737, 23.46566424 ], [ 122.77921829, 24.57855302 ], [ 122.78044682, 24.58143041 ], [ 122.78250438, 24.58378734 ], [ 122.78518957, 24.5853931 ], [ 122.78823955, 24.58609049 ], [ 122.79135575, 24.58581125 ], [ 122.79423315, 24.58458272 ], [ 122.79659008, 24.58252516 ], [ 122.79819583, 24.57983997 ], [ 122.79889322, 24.57678999 ], [ 122.79861399, 24.57367379 ], [ 122.51865306, 23.46078502 ] ] ], [ [ [ 121.17202617, 20.8054593 ], [ 121.16966862, 20.80340244 ], [ 121.16679085, 20.80217478 ], [ 121.16367457, 20.80189649 ], [ 121.1606248, 20.8025948 ], [ 121.1579401, 20.80420136 ], [ 121.15588324, 20.80655891 ], [ 121.15465558, 20.80943668 ], [ 121.15437729, 20.81255297 ], [ 121.1550756, 20.81560273 ], [ 121.15668216, 20.81828744 ], [ 121.89404403, 21.70026162 ], [ 121.89640158, 21.70231847 ], [ 121.89927934, 21.70354613 ], [ 121.90239563, 21.70382443 ], [ 121.9054454, 21.70312611 ], [ 121.9081301, 21.70151955 ], [ 121.91018696, 21.699162 ], [ 121.91141462, 21.69628423 ], [ 121.91169291, 21.69316794 ], [ 121.9109946, 21.69011818 ], [ 121.90938804, 21.68743347 ], [ 121.17202617, 20.8054593 ] ] ], [ [ [ 119.47366172, 18.00707291 ], [ 119.47175735, 18.00459056 ], [ 119.46917909, 18.0028182 ], [ 119.46617933, 18.0019293 ], [ 119.4630517, 18.00201089 ], [ 119.46010237, 18.00305497 ], [ 119.45762002, 18.00495935 ], [ 119.45584765, 18.00753761 ], [ 119.45495876, 18.01053737 ], [ 119.45504035, 18.01366499 ], [ 119.45608443, 18.01661433 ], [ 120.00812005, 19.0335793 ], [ 120.01002443, 19.03606165 ], [ 120.01260269, 19.03783401 ], [ 120.01560245, 19.03872291 ], [ 120.01873007, 19.03864132 ], [ 120.02167941, 19.03759723 ], [ 120.02416175, 19.03569286 ], [ 120.02593412, 19.0331146 ], [ 120.02682302, 19.03011484 ], [ 120.02674143, 19.02698721 ], [ 120.02569734, 19.02403788 ], [ 119.47366172, 18.00707291 ] ] ], [ [ [ 119.0726757, 15.04098494 ], [ 119.0726746, 15.04083704 ], [ 119.07218171, 15.00751424 ], [ 119.07164663, 15.00443165 ], [ 119.07018516, 15.00166528 ], [ 119.06794036, 14.99948592 ], [ 119.06513198, 14.99810691 ], [ 119.06203491, 14.99766324 ], [ 119.05895232, 14.99819832 ], [ 119.05618595, 14.99965979 ], [ 119.05400659, 15.00190458 ], [ 119.05262758, 15.00471297 ], [ 119.0521839, 15.00781004 ], [ 119.0526757, 15.04105889 ], [ 119.0526757, 16.04388528 ], [ 119.05316513, 16.04697545 ], [ 119.05458553, 16.04976313 ], [ 119.05679784, 16.05197545 ], [ 119.05958553, 16.05339584 ], [ 119.0626757, 16.05388528 ], [ 119.06576587, 16.05339584 ], [ 119.06855355, 16.05197545 ], [ 119.07076587, 16.04976313 ], [ 119.07218626, 16.04697545 ], [ 119.0726757, 16.04388528 ], [ 119.0726757, 15.04098494 ] ] ], [ [ [ 118.68646749, 11.18959191 ], [ 118.85557939, 11.6136711 ], [ 118.9698053, 11.99151854 ], [ 118.97116801, 11.99433487 ], [ 118.97333431, 11.99659227 ], [ 118.97609216, 11.99806975 ], [ 118.9791716, 11.99862269 ], [ 118.98227119, 11.99819697 ], [ 118.98508753, 11.99683427 ], [ 118.98734492, 11.99466796 ], [ 118.9888224, 11.99191011 ], [ 118.98937534, 11.98883067 ], [ 118.98894963, 11.98573108 ], [ 118.87459939, 11.60747236 ], [ 118.87431591, 11.606662 ], [ 118.70476212, 11.18147468 ], [ 118.70409227, 11.18010771 ], [ 118.54242469, 10.9053354 ], [ 118.54043581, 10.90292022 ], [ 118.53779795, 10.90123786 ], [ 118.53476931, 10.90045298 ], [ 118.53164636, 10.90064241 ], [ 118.5287348, 10.90178762 ], [ 118.52631962, 10.9037765 ], [ 118.52463726, 10.90641436 ], [ 118.52385237, 10.909443 ], [ 118.52404181, 10.91256595 ], [ 118.52518702, 10.91547751 ], [ 118.68646749, 11.18959191 ] ] ], [ [ [ 115.54466883, 7.14672265 ], [ 115.54229721, 7.14468204 ], [ 115.53941108, 7.14347417 ], [ 115.53629295, 7.14321728 ], [ 115.53324806, 7.14393652 ], [ 115.53057445, 7.14556148 ], [ 115.52853383, 7.1479331 ], [ 115.52732596, 7.15081924 ], [ 115.52706908, 7.15393736 ], [ 115.52778832, 7.15698226 ], [ 115.52941328, 7.15965587 ], [ 116.23523025, 7.99221221 ], [ 116.23760187, 7.99425282 ], [ 116.240488, 7.99546069 ], [ 116.24360613, 7.99571758 ], [ 116.24665102, 7.99499834 ], [ 116.24932463, 7.99337338 ], [ 116.25136525, 7.99100176 ], [ 116.25257312, 7.98811563 ], [ 116.25283001, 7.9849975 ], [ 116.25211077, 7.98195261 ], [ 116.2504858, 7.979279 ], [ 115.54466883, 7.14672265 ] ] ], [ [ [ 112.30705249, 3.53487257 ], [ 112.51501594, 3.59753306 ], [ 112.84361424, 3.7506962 ], [ 112.84662187, 3.75155809 ], [ 112.84974864, 3.7514484 ], [ 112.85268847, 3.75037785 ], [ 112.8551536, 3.74845124 ], [ 112.85690272, 3.74585715 ], [ 112.85776462, 3.74284952 ], [ 112.85765492, 3.73972276 ], [ 112.85658437, 3.73678292 ], [ 112.85465776, 3.7343178 ], [ 112.85206367, 3.73256867 ], [ 112.52281386, 3.57910186 ], [ 112.52147408, 3.5785908 ], [ 112.31248917, 3.51562254 ], [ 112.31181658, 3.51544515 ], [ 111.79132585, 3.39736822 ], [ 111.78820398, 3.39716187 ], [ 111.78517113, 3.39793033 ], [ 111.78252419, 3.39959839 ], [ 111.78052226, 3.40200275 ], [ 111.77936129, 3.40490807 ], [ 111.77915495, 3.40802995 ], [ 111.77992341, 3.41106279 ], [ 111.78159146, 3.41370973 ], [ 111.78399583, 3.41571167 ], [ 111.78690114, 3.41687263 ], [ 112.30705249, 3.53487257 ] ] ], [ [ [ 108.26055972, 6.08912451 ], [ 108.26004031, 6.09098419 ], [ 108.23638164, 6.22427602 ], [ 108.23630689, 6.22476797 ], [ 108.19687578, 6.53630242 ], [ 108.19679674, 6.53760583 ], [ 108.1987683, 6.95072469 ], [ 108.19897125, 6.95268198 ], [ 108.22460147, 7.07791743 ], [ 108.22570055, 7.08084671 ], [ 108.22765103, 7.083293 ], [ 108.230262, 7.08501682 ], [ 108.23327786, 7.08584944 ], [ 108.23640341, 7.08570936 ], [ 108.2393327, 7.08461028 ], [ 108.24177899, 7.0826598 ], [ 108.24350281, 7.08004883 ], [ 108.24433543, 7.07703297 ], [ 108.24419535, 7.07390742 ], [ 108.21876335, 6.94964057 ], [ 108.21679964, 6.53816468 ], [ 108.25611734, 6.22752625 ], [ 108.279563, 6.09543449 ], [ 108.30878645, 6.01987736 ], [ 108.30944469, 6.0168187 ], [ 108.30912553, 6.01370633 ], [ 108.30786022, 6.01084492 ], [ 108.30577262, 6.00851455 ], [ 108.30306706, 6.00694335 ], [ 108.3000084, 6.00628511 ], [ 108.29689603, 6.00660426 ], [ 108.29403462, 6.00786957 ], [ 108.29170425, 6.00995718 ], [ 108.29013305, 6.01266273 ], [ 108.26055972, 6.08912451 ] ] ], [ [ [ 110.12822847, 11.36894451 ], [ 110.18898148, 11.48996382 ], [ 110.23982347, 11.61066468 ], [ 110.28485499, 11.78705054 ], [ 110.3083549, 11.94803461 ], [ 110.3142445, 12.14195265 ], [ 110.312278, 12.23998238 ], [ 110.31270536, 12.24308175 ], [ 110.31406956, 12.24589736 ], [ 110.31623706, 12.2481536 ], [ 110.3189957, 12.24962962 ], [ 110.32207543, 12.25018094 ], [ 110.32517479, 12.24975358 ], [ 110.3279904, 12.24838938 ], [ 110.33024665, 12.24622187 ], [ 110.33172267, 12.24346324 ], [ 110.33227398, 12.24038351 ], [ 110.33424553, 12.14210167 ], [ 110.33424294, 12.14159753 ], [ 110.32832827, 11.94685414 ], [ 110.32822801, 11.94571326 ], [ 110.30456934, 11.78364161 ], [ 110.30436343, 11.7826124 ], [ 110.25901765, 11.60499559 ], [ 110.25854422, 11.60358735 ], [ 110.20728377, 11.48189306 ], [ 110.20700505, 11.48128846 ], [ 110.14588682, 11.35954163 ], [ 110.14541497, 11.35870461 ], [ 110.07246741, 11.24270688 ], [ 110.07040803, 11.24035153 ], [ 110.0677216, 11.23874785 ], [ 110.06467109, 11.23805281 ], [ 110.0615551, 11.23833444 ], [ 110.05867865, 11.23956519 ], [ 110.05632331, 11.24162456 ], [ 110.05471962, 11.24431099 ], [ 110.05402458, 11.2473615 ], [ 110.05430621, 11.25047749 ], [ 110.05553696, 11.25335394 ], [ 110.12822847, 11.36894451 ] ] ], [ [ [ 109.82951587, 15.22896754 ], [ 109.77065019, 15.44468789 ], [ 109.67264555, 15.66561455 ], [ 109.57455994, 15.82609887 ], [ 109.51574449, 15.91095759 ], [ 109.29314007, 16.19491896 ], [ 109.29161878, 16.19765288 ], [ 109.29101677, 16.20072311 ], [ 109.29139298, 16.2038291 ], [ 109.29271057, 16.20666681 ], [ 109.29484059, 16.20895848 ], [ 109.29757451, 16.21047978 ], [ 109.30064474, 16.21108179 ], [ 109.30375073, 16.21070558 ], [ 109.30658844, 16.20938798 ], [ 109.30888011, 16.20725797 ], [ 109.53166592, 15.92306523 ], [ 109.53201478, 15.92259221 ], [ 109.59116145, 15.8372556 ], [ 109.59147511, 15.83677407 ], [ 109.6900529, 15.67548445 ], [ 109.69066131, 15.67432448 ], [ 109.7892391, 15.45210582 ], [ 109.78974541, 15.45068337 ], [ 109.84889209, 15.23393326 ], [ 109.84903675, 15.23333003 ], [ 109.8648092, 15.15722425 ], [ 109.86495704, 15.15409906 ], [ 109.86413191, 15.15108113 ], [ 109.86241457, 15.1484659 ], [ 109.85997314, 15.14650935 ], [ 109.85704658, 15.145403 ], [ 109.85392139, 15.14525516 ], [ 109.85090347, 15.14608029 ], [ 109.84828823, 15.14779763 ], [ 109.84633168, 15.15023907 ], [ 109.84522534, 15.15316562 ], [ 109.82951587, 15.22896754 ] ] ] ] } } +] +} +', N'admin', N'2021-06-30 10:15:13.0000000', NULL, NULL, N'0', NULL) +GO + + +-- ---------------------------- +-- Table structure for jimu_report_share +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_share]') AND type IN ('U')) + DROP TABLE [dbo].[jimu_report_share] +GO + +CREATE TABLE [dbo].[jimu_report_share] ( + [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, + [report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [preview_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, + [preview_lock] nvarchar(4) COLLATE Chinese_PRC_CI_AS NULL, + [last_update_time] datetime2(7) NULL, + [term_of_validity] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, + [preview_lock_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[jimu_report_share] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'在线excel设计器id', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'report_id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'预览地址', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'preview_url' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'密码锁', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'preview_lock' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'最后更新时间', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'last_update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'有效期(0:永久有效,1:1天,2:7天)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'term_of_validity' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'是否过期(0未过期,1已过期)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'status' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'密码锁状态(0不存在密码锁,1存在密码锁)', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share', +'COLUMN', N'preview_lock_status' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'积木报表预览权限表', +'SCHEMA', N'dbo', +'TABLE', N'jimu_report_share' +GO + + +-- ---------------------------- +-- Records of jimu_report_share +-- ---------------------------- + +-- ---------------------------- +-- Table structure for rep_demo_dxtj +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_dxtj]') AND type IN ('U')) + DROP TABLE [dbo].[rep_demo_dxtj] +GO + +CREATE TABLE [dbo].[rep_demo_dxtj] ( + [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, + [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [gtime] datetime2(7) NULL, + [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [jphone] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, + [birth] datetime2(7) NULL, + [hukou] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [laddress] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, + [jperson] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL +) +GO + +ALTER TABLE [dbo].[rep_demo_dxtj] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'姓名', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'雇佣日期', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'gtime' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'职务', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'家庭电话', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'jphone' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'出生日期', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'birth' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'户口所在地', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'hukou' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'联系地址', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'laddress' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'紧急联系人', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'jperson' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'xingbie', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_dxtj', +'COLUMN', N'sex' +GO + + +-- ---------------------------- +-- Records of rep_demo_dxtj +-- ---------------------------- +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338808084247613441', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809169074982920', N'张小哲', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809448658898952', N'闫妮', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809620973490184', N'陌生', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809652606930952', N'贺江', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809685200867336', N'村子明', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809710203113481', N'尚德', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809749470187528', N'郑恺', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809774971555849', N'未名园', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809805199904777', N'韩寒', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809830017601544', N'迪丽热拉', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809864356368393', N'张一山', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480137', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480146', N'张大大', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674439', N'郭美美', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674448', N'莫愁', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674457', N'鲁与', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674466', N'高尚', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674475', N'尚北京', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674484', N'杨颖花', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674493', N'李丽', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674502', N'韩露露', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674511', N'李凯泽', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + +INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674520', N'王明阳', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') +GO + + +-- ---------------------------- +-- Table structure for rep_demo_employee +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_employee]') AND type IN ('U')) + DROP TABLE [dbo].[rep_demo_employee] +GO + +CREATE TABLE [dbo].[rep_demo_employee] ( + [id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL, + [num] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, + [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [sex] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, + [birthday] datetime2(7) NULL, + [nation] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [political] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [native_place] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [height] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [weight] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [health] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [id_card] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, + [education] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [school] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, + [major] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, + [address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [zip_code] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [email] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [phone] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [foreign_language] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [foreign_language_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [computer_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [graduation_time] datetime2(7) NULL, + [arrival_time] datetime2(7) NULL, + [positional_titles] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, + [education_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [work_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, + [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [create_time] datetime2(7) NULL, + [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, + [update_time] datetime2(7) NULL, + [del_flag] tinyint NULL +) +GO + +ALTER TABLE [dbo].[rep_demo_employee] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'主键', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'id' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'编号', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'num' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'姓名', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'name' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'性别', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'sex' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'出生日期', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'birthday' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'民族', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'nation' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'政治面貌', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'political' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'籍贯', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'native_place' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'身高', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'height' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'体重', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'weight' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'健康状况', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'health' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'身份证号', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'id_card' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'学历', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'education' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'毕业学校', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'school' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'专业', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'major' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'联系地址', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'address' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'邮编', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'zip_code' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'Email', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'email' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'手机号', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'phone' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'外语语种', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'foreign_language' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'外语水平', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'foreign_language_level' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'计算机水平', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'computer_level' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'毕业时间', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'graduation_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'到职时间', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'arrival_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'职称', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'positional_titles' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'教育经历', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'education_experience' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'工作经历', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'work_experience' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建人', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'create_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'创建时间', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'create_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改人', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'update_by' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'修改时间', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'update_time' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'删除标识0-正常,1-已删除', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_employee', +'COLUMN', N'del_flag' +GO + + +-- ---------------------------- +-- Records of rep_demo_employee +-- ---------------------------- +INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'1', N'001', N'张三', N'男', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师   +2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 15:18:03.0000000', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'2', N'002', N'王红', N'女', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师   +2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 18:39:27.0000000', NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for rep_demo_gongsi +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_gongsi]') AND type IN ('U')) + DROP TABLE [dbo].[rep_demo_gongsi] +GO + +CREATE TABLE [dbo].[rep_demo_gongsi] ( + [id] int NOT NULL, + [gname] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [gdata] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, + [tdata] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [didian] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, + [zhaiyao] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, + [num] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL +) +GO + +ALTER TABLE [dbo].[rep_demo_gongsi] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'货品名称', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_gongsi', +'COLUMN', N'gname' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'返利', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_gongsi', +'COLUMN', N'gdata' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'备注', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_gongsi', +'COLUMN', N'tdata' +GO + + +-- ---------------------------- +-- Records of rep_demo_gongsi +-- ---------------------------- +INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'1', N'北京天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661') +GO + +INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'2', N'dd天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661') +GO + + +-- ---------------------------- +-- Table structure for rep_demo_jianpiao +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_jianpiao]') AND type IN ('U')) + DROP TABLE [dbo].[rep_demo_jianpiao] +GO + +CREATE TABLE [dbo].[rep_demo_jianpiao] ( + [id] int NOT NULL, + [bnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [ftime] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [sfkong] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [kaishi] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [jieshu] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [hezairen] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [jpnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [shihelv] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [s_id] int NOT NULL +) +GO + +ALTER TABLE [dbo].[rep_demo_jianpiao] SET (LOCK_ESCALATION = TABLE) +GO + + +-- ---------------------------- +-- Records of rep_demo_jianpiao +-- ---------------------------- +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'1', N'K7725', N'21:13', N'否', N'秦皇岛', N'邯郸', N'300', N'258', N'86', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'2', N'k99', N'16:55', N'否', N'包头', N'广州', N'800', N'700', N'88', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'3', N'G6737', N'05:34', N'否', N'北京西', N'邯郸东', N'500', N'256', N'51', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'4', N'K7705', N'07:03', N'否', N'北京', N'邯郸', N'400', N'200', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'5', N'G437', N'06:27', N'否', N'北京西', N'兰州西', N'800', N'586', N'73', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'6', N'G673', N'06:32', N'否', N'北京西', N'邯郸东', N'300', N'289', N'87', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'7', N'G507', N'06:43', N'否', N'北京西', N'邯郸东', N'300', N'200', N'67', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'8', N'G89', N'06:53', N'否', N'北京西', N'成都东', N'800', N'500', N'62', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'9', N'K7712', N'09:43', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'10', N'G405', N'10:05', N'否', N'北京西', N'昆明南', N'300', N'200', N'67', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'11', N'G6701', N'10:38', N'否', N'北京西', N'石家庄', N'300', N'200', N'67', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'12', N'G487', N'10:52', N'否', N'北京西', N'南昌西', N'800', N'700', N'88', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'13', N'G607', N'11:14', N'否', N'北京西', N'太原南', N'400', N'200', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'14', N'G667', N'11:19', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'15', N'Z49', N'11:28', N'否', N'北京西', N'成都', N'400', N'200', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'16', N'Z49', N'11:28', N'否', N'北京西', N'上海', N'300', N'200', N'80', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'17', N'Z49', N'11:56', N'否', N'北京西', N'上海', N'200', N'180', N'95', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'18', N'Z49', N'11:36', N'否', N'北京南', N'大晒', N'200', N'180', N'96', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'19', N'Z123', N'12:00', N'否', N'北京南', N'重庆', N'1000', N'1000', N'100', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'20', N'G78', N'13:56', N'否', N'北京东', N'厦门北', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'21', N'G56', N'18:36', N'否', N'上海西', N'深圳', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'22', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'23', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'24', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'25', N'H78', N'12:00', N'否', N'北京西', N'南昌', N'800', N'700', N'90', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'26', N'G70', N'7:23', N'是', N'北京西', N'厦门', N'500', N'450', N'95', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'27', N'G14', N'9:50', N'是', N'北京西', N'上海', N'800', N'700', N'95', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'28', N'G90', N'8:30', N'是', N'北京南', N'武昌', N'1000', N'1000', N'100', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'29', N'G25', N'7:56', N'是', N'厦门北', N'福州', N'500', N'100', N'20', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'30', N'G50', N'14:23', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'31', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'32', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'33', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'34', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'35', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'36', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'37', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'38', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'39', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'40', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'41', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'42', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'43', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'44', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'45', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'46', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'47', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'48', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'49', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'50', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'51', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'52', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'53', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'54', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'55', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'56', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'57', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'58', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'59', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'60', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'61', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'62', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'63', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'64', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'65', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'66', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'67', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'68', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'69', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'70', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'71', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'72', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'73', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'74', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'75', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'76', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'77', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'78', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'79', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'80', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'81', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'82', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'83', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'84', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'85', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + +INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'86', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') +GO + + +-- ---------------------------- +-- Table structure for rep_demo_xiaoshou +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_xiaoshou]') AND type IN ('U')) + DROP TABLE [dbo].[rep_demo_xiaoshou] +GO + +CREATE TABLE [dbo].[rep_demo_xiaoshou] ( + [id] int NOT NULL, + [hnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [hname] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [xinghao] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [fahuocangku] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [danwei] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [num] int NOT NULL, + [danjia] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [zhekoulv] int NOT NULL, + [xiaoshoujine] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, + [beizhu] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, + [s_id] nvarchar(11) COLLATE Chinese_PRC_CI_AS NOT NULL +) +GO + +ALTER TABLE [dbo].[rep_demo_xiaoshou] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'货品编码', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'hnum' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'货品名称', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'hname' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'单位', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'xinghao' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'数量', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'fahuocangku' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'单价', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'danwei' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'返利', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'num' +GO + +EXEC sp_addextendedproperty +'MS_Description', N'备注', +'SCHEMA', N'dbo', +'TABLE', N'rep_demo_xiaoshou', +'COLUMN', N'danjia' +GO + + +-- ---------------------------- +-- Records of rep_demo_xiaoshou +-- ---------------------------- +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'1', N'5896', N'冰箱', N'H2563', N'上海', N'件', N'300', N'1', N'20', N'1000', N'晚上送', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'2', N'4596', N'空调', N'M79', N'上海', N'件', N'800', N'2', N'10', N'2560', N'上门安装', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'3', N'3695', N'洗衣机', N'H90', N'杭州', N'件', N'500', N'3', N'50', N'259', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'4', N'1258', N'微波炉', N'J89', N'广州', N'件', N'400', N'4', N'20', N'259', N'多个排水管', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'5', N'1258', N'烤箱', N'K56', N'广州', N'件', N'800', N'5', N'50', N'368', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'6', N'5623', N'电饼铛', N'H56', N'上海', N'件', N'300', N'6', N'40', N'456', N'中午送', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'7', N'5894', N'早餐机', N'K67', N'杭州', N'件', N'300', N'7', N'30', N'147', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'8', N'4578', N'电饭锅', N'M45', N'广州', N'件', N'800', N'8', N'50', N'148', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'9', N'2589', N'豆浆机', N'H56', N'上海', N'件', N'400', N'9', N'20', N'258', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'10', N'1456', N'榨汁机', N'H45', N'杭州', N'件', N'300', N'10', N'10', N'456', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'11', N'2578', N'热水壶', N'U78', N'广州', N'件', N'300', N'11', N'50', N'258', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'12', N'1369', N'热水器', N'J78', N'上海', N'件', N'800', N'12', N'80', N'158', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'13', N'5642', N'吸尘器', N'R45', N'上海', N'件', N'400', N'13', N'90', N'125', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'14', N'1356', N'挂烫机', N'U67', N'上海', N'件', N'400', N'14', N'50', N'120', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'15', N'2587', N'破壁机', N'H56', N'杭州', N'件', N'400', N'15', N'15', N'258', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'16', N'2578', N'热水壶11', N'U78', N'广州', N'件', N'300', N'11', N'50', N'258', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'17', N'2578', N'热水壶22', N'U78', N'广州', N'件', N'300', N'11', N'50', N'258', N'', N'1') +GO + +INSERT INTO [dbo].[rep_demo_xiaoshou] ([id], [hnum], [hname], [xinghao], [fahuocangku], [danwei], [num], [danjia], [zhekoulv], [xiaoshoujine], [beizhu], [s_id]) VALUES (N'18', N'2589', N'电脑', N'XXP', N'北京', N'台', N'56', N'1220', N'20', N'1000', N'', N'1') +GO + + +-- ---------------------------- +-- Table structure for tmp_report_data_1 +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_1]') AND type IN ('U')) + DROP TABLE [dbo].[tmp_report_data_1] +GO + +CREATE TABLE [dbo].[tmp_report_data_1] ( + [monty] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, + [main_income] decimal(10,2) NULL, + [total] decimal(10,2) NULL, + [his_lowest] decimal(10,2) NULL, + [his_average] decimal(10,2) NULL, + [his_highest] decimal(10,2) NULL +) +GO + +ALTER TABLE [dbo].[tmp_report_data_1] SET (LOCK_ESCALATION = TABLE) +GO + +EXEC sp_addextendedproperty +'MS_Description', N'月份', +'SCHEMA', N'dbo', +'TABLE', N'tmp_report_data_1', +'COLUMN', N'monty' +GO + + +-- ---------------------------- +-- Records of tmp_report_data_1 +-- ---------------------------- +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'1月', N'483834.66', N'483834.66', N'57569.77', N'216797.62', N'483834.66') +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'2月', N'11666578.65', N'12150413.31', N'22140.00', N'4985361.57', N'11666578.65') +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'3月', N'27080982.08', N'39231395.39', N'73106.29', N'16192642.30', N'27080982.08') +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'4月', N'0.00', N'39231395.39', N'73106.29', N'8513415.34', N'17428381.40') +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'5月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'6月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'7月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'8月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'9月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'10月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'11月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + +INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'12月', N'0.00', N'39231395.39', NULL, NULL, NULL) +GO + + +-- ---------------------------- +-- Table structure for tmp_report_data_income +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_income]') AND type IN ('U')) + DROP TABLE [dbo].[tmp_report_data_income] +GO + +CREATE TABLE [dbo].[tmp_report_data_income] ( + [biz_income] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, + [bx_jj_yongjin] decimal(10,2) NULL, + [bx_zx_money] decimal(10,2) NULL, + [chengbao_gz_money] decimal(10,2) NULL, + [bx_gg_moeny] decimal(10,2) NULL, + [tb_zx_money] decimal(10,2) NULL, + [neikong_zx_money] decimal(10,2) NULL, + [total] decimal(10,2) NULL +) +GO + +ALTER TABLE [dbo].[tmp_report_data_income] SET (LOCK_ESCALATION = TABLE) +GO + + +-- ---------------------------- +-- Records of tmp_report_data_income +-- ---------------------------- +INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(集团所属)', N'37134.58', N'1099273.32', N'0.00', N'0.00', N'0.00', N'226415.09', N'38460270.57') +GO + +INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(股份所属)', N'227595.77', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'227595.77') +GO + +INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油控股或有控股权', N'310628.11', N'369298.64', N'0.00', N'0.00', N'0.00', N'0.00', N'679926.75') +GO + +INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油参股', N'72062.45', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'72062.75') +GO + +INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'非中石油', N'1486526.90', N'212070.72', N'0.00', N'0.00', N'0.00', N'226415.09', N'1698597.62') +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_age +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_age] ADD CONSTRAINT [PK__huiyuan___3213E83FA2DA9985] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_fengongsi +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_fengongsi] ADD CONSTRAINT [PK__huiyuan___3213E83FB203EED7] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_huoyuedu +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_huoyuedu] ADD CONSTRAINT [PK__huiyuan___3213E83F32DFB8A8] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_sex +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_sex] ADD CONSTRAINT [PK__huiyuan___3213E83F0C7448B9] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_work +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_work] ADD CONSTRAINT [PK__huiyuan___3213E83F96F30A79] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_wxtl +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_wxtl] ADD CONSTRAINT [PK__huiyuan___3213E83FA26A96F6] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_wxtlshuliang +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_wxtlshuliang] ADD CONSTRAINT [PK__huiyuan___3213E83F75143972] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table huiyuan_xueli +-- ---------------------------- +ALTER TABLE [dbo].[huiyuan_xueli] ADD CONSTRAINT [PK__huiyuan___3213E83F22D4C33A] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_dict +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [uk_sd_dict_code] +ON [dbo].[jimu_dict] ( + [dict_code] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_dict +-- ---------------------------- +ALTER TABLE [dbo].[jimu_dict] ADD CONSTRAINT [PK__jimu_dic__3213E83F5BC09D94] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_dict_item +-- ---------------------------- +CREATE NONCLUSTERED INDEX [idx_sdi_role_dict_id] +ON [dbo].[jimu_dict_item] ( + [dict_id] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_sdi_role_sort_order] +ON [dbo].[jimu_dict_item] ( + [sort_order] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_sdi_status] +ON [dbo].[jimu_dict_item] ( + [status] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_sdi_dict_val] +ON [dbo].[jimu_dict_item] ( + [dict_id] ASC, + [item_value] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_dict_item +-- ---------------------------- +ALTER TABLE [dbo].[jimu_dict_item] ADD CONSTRAINT [PK__jimu_dic__3213E83F031F23EA] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_code] +ON [dbo].[jimu_report] ( + [code] ASC +) +GO + +CREATE NONCLUSTERED INDEX [uniq_jmreport_createby] +ON [dbo].[jimu_report] ( + [create_by] ASC +) +GO + +CREATE NONCLUSTERED INDEX [uniq_jmreport_delflag] +ON [dbo].[jimu_report] ( + [del_flag] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report] ADD CONSTRAINT [PK__jimu_rep__3213E83F16D29A73] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_data_source +-- ---------------------------- +CREATE NONCLUSTERED INDEX [idx_jmdatasource_report_id] +ON [dbo].[jimu_report_data_source] ( + [report_id] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_jmdatasource_code] +ON [dbo].[jimu_report_data_source] ( + [code] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_data_source +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_data_source] ADD CONSTRAINT [PK__jimu_rep__3213E83F91B9FFA6] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_db +-- ---------------------------- +CREATE NONCLUSTERED INDEX [idx_jmreportdb_db_key] +ON [dbo].[jimu_report_db] ( + [db_key] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_jimu_report_id] +ON [dbo].[jimu_report_db] ( + [jimu_report_id] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_db_source_id] +ON [dbo].[jimu_report_db] ( + [db_source] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_db +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_db] ADD CONSTRAINT [PK__jimu_rep__3213E83F38DC358B] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_db_field +-- ---------------------------- +CREATE NONCLUSTERED INDEX [idx_jrdf_jimu_report_db_id] +ON [dbo].[jimu_report_db_field] ( + [jimu_report_db_id] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_dbfield_order_num] +ON [dbo].[jimu_report_db_field] ( + [order_num] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_db_field +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_db_field] ADD CONSTRAINT [PK__jimu_rep__3213E83F9E1DA0A4] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_db_param +-- ---------------------------- +CREATE NONCLUSTERED INDEX [idx_jmrheadid] +ON [dbo].[jimu_report_db_param] ( + [jimu_report_head_id] ASC +) +GO + +CREATE NONCLUSTERED INDEX [idx_jrdp_jimu_report_head_id] +ON [dbo].[jimu_report_db_param] ( + [jimu_report_head_id] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_db_param +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_db_param] ADD CONSTRAINT [PK__jimu_rep__3213E83F25A0CFA1] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_link +-- ---------------------------- +CREATE NONCLUSTERED INDEX [uniq_link_reportid] +ON [dbo].[jimu_report_link] ( + [report_id] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_link +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_link] ADD CONSTRAINT [PK__jimu_rep__3213E83FBED10505] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Indexes structure for table jimu_report_map +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_map_name] +ON [dbo].[jimu_report_map] ( + [name] ASC +) +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_map +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_map] ADD CONSTRAINT [PK__jimu_rep__3213E83FF0C8C127] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table jimu_report_share +-- ---------------------------- +ALTER TABLE [dbo].[jimu_report_share] ADD CONSTRAINT [PK__jimu_rep__3213E83FB0B84D8A] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table rep_demo_dxtj +-- ---------------------------- +ALTER TABLE [dbo].[rep_demo_dxtj] ADD CONSTRAINT [PK__rep_demo__3213E83F8CB79E4F] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table rep_demo_employee +-- ---------------------------- +ALTER TABLE [dbo].[rep_demo_employee] ADD CONSTRAINT [PK__rep_demo__3213E83FD05D0B9F] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table rep_demo_gongsi +-- ---------------------------- +ALTER TABLE [dbo].[rep_demo_gongsi] ADD CONSTRAINT [PK__rep_demo__3213E83F6F38A5EC] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table rep_demo_jianpiao +-- ---------------------------- +ALTER TABLE [dbo].[rep_demo_jianpiao] ADD CONSTRAINT [PK__rep_demo__3213E83FBBDA890D] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO + + +-- ---------------------------- +-- Primary Key structure for table rep_demo_xiaoshou +-- ---------------------------- +ALTER TABLE [dbo].[rep_demo_xiaoshou] ADD CONSTRAINT [PK__rep_demo__3213E83F723C5B7C] PRIMARY KEY CLUSTERED ([id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +ON [PRIMARY] +GO +